/*=========================================
下層共通用
=========================================*/
:root {
	/* フォントサイズ */
	--_black: 900;
	--_extrabold: 800;
	--_bold: 700;
	--_semibold: 600;
	--_medium: 500;
	--_regular: 400;
	--_light: 300;

	/* カラー */
	--_naby: #01549D;
	--_kv_cream: #FFFEF9;
	--_bg_lightblue: #D2ECFA;
	--_bg_green: #E5F6D4;
	--_bg_pink: #FFE5F1;
	--_top_red: #E61B25;
}

body {
	color: #252525;
}

.font_mplus1 {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
}

ul {
	padding-left: 0px;
}

img {
	width: 100%;
}

.sec_inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

/* mv */
.mv {
	line-height: 0;
	background-color: white;
	padding-bottom: 5px;
	border-bottom: 3px solid #01549D;
}

.mv img {
	border-bottom: 12px solid #01549D;
}

/* ancer */
#tenshinohane .anc {
	background-color: #FFFEF9;
}

#tenshinohane .border-bottom {
	margin-bottom: 5px;
}

#tenshinohane .anc ul {
	width: 60%;
	max-width: 660px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	gap: 1%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 20px;
}

#tenshinohane .anc ul li {
	width: 46%;
}

#tenshinohane .anc01 {
}

#tenshinohane .border-bottom {
	margin-bottom: 5px;
}

#tenshinohane .anc01 ul {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	gap: 6%;
	justify-content: space-between;
	padding: 0px 20px 40px;
}

#tenshinohane .anc01 ul li {
	width: 46%;
}

.anc01_sugo{
	width: 70%;
}

#tenshinohane ._btn a {
	border-radius: 50vw;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-size: clamp(1.6rem, 2.1vw, 2.2rem);
	font-weight: bold;
	color: var(--_naby);
	font-weight: var(--_extrabold);
	font-size: 20px;

	text-shadow:
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		1.5px 1.5px 0 #fff,
		-1.5px 1.5px 0 #fff,
		1.5px -1.5px 0 #fff,
		-1.5px -1.5px 0 #fff;
}

#tenshinohane ._btn a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(5px);
}

#tenshinohane ._btn a:after {
	content: "";
	position: absolute;
	display: block;
	width: 8%;
	padding-top: 8%;
	left: 50%;
	bottom: -18%;
	transform: translateX(-50%);
	background: url(../img/icon_arrow_down.png)no-repeat center / contain;
}

#tenshinohane ._btn._point a {
	background: url(../img/bg_btn_blue.png)repeat top left / 27px;
	border: 3px solid #B0D4F4;
	box-shadow: 0 5px 0 0 #B0D4F4;
}

#tenshinohane ._btn._lineup a {
	background: url(../img/bg_btn_pink.png)repeat top left / 27px;
	border: 3px solid #F7C0D9;
	box-shadow: 0 5px 0 0 #F7C0D9;
	/* transform: translate(-50% , 5px); */
}
#tenshinohane ._btn._fantasy a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
	font-size: 1.1vw;
}
#tenshinohane ._btn._royal a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
		font-size: 1.2vw;

	/* transform: translate(-50% , 5px); */
}
#tenshinohane ._btn._sugo a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
}

#tenshinohane ._btn._point a:hover,
#tenshinohane ._btn._lineup a:hover {
	box-shadow: none;
	transform: translate(0, 5px);
}

#tenshinohane ._btn._online a {
	color: #000;
	width: 90%;
	margin: 0 auto;
	background-color: white;
	border-radius: 8px;
	padding: 5%;
	border: 3px solid var(--_naby);
	box-shadow: 3px 3px 0px 0px rgba(1, 84, 157, 1);
}

#tenshinohane ._2column ._btn._online a {
	font-size: 18px;
}

#tenshinohane ._3column ._btn._online a {
	font-size: 14px;
}

#tenshinohane ._btn._online a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(3px);
}

#tenshinohane ._btn._online a::after {
	display: none;
}



#tenshinohane ._btn01 a {
	border-radius: 50vw;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-size: clamp(1.6rem, 2.1vw, 2.2rem);
	font-weight: bold;
	color: var(--_naby);
	font-weight: var(--_extrabold);
	font-size: 20px;

	text-shadow:
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		1.5px 1.5px 0 #fff,
		-1.5px 1.5px 0 #fff,
		1.5px -1.5px 0 #fff,
		-1.5px -1.5px 0 #fff;
}

#tenshinohane ._btn01 a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(5px);
}

#tenshinohane ._btn01 a:after {
	content: "";
	position: absolute;
	display: block;
	width: 8%;
	padding-top: 8%;
	left: 50%;
	bottom: -18%;
	transform: translateX(-50%);
	background: url(../img/icon_arrow_down.png)no-repeat center / contain;
}

#tenshinohane ._btn01._point a {
	background: url(../img/bg_btn_blue.png)repeat top left / 27px;
	border: 3px solid #B0D4F4;
	box-shadow: 0 5px 0 0 #B0D4F4;
}

#tenshinohane ._btn01._lineup a {
	background: url(../img/bg_btn_pink.png)repeat top left / 27px;
	border: 3px solid #F7C0D9;
	box-shadow: 0 5px 0 0 #F7C0D9;
	/* transform: translate(-50% , 5px); */
}
#tenshinohane ._btn01._fantasy a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
	white-space: nowrap;
	font-size: clamp(1.4rem, 1.4vw, 2.4rem);
}
#tenshinohane ._btn01._royal a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	font-size: clamp(1.4rem, 1.4vw, 2.4rem);

	/* transform: translate(-50% , 5px); */
}
#tenshinohane ._btn01._sugo a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
}

#tenshinohane ._btn01._point a:hover,
#tenshinohane ._btn01._lineup a:hover {
	box-shadow: none;
	transform: translate(0, 5px);
}

#tenshinohane ._btn01._online a {
	color: #000;
	width: 90%;
	margin: 0 auto;
	background-color: white;
	border-radius: 8px;
	padding: 5%;
	border: 3px solid var(--_naby);
	box-shadow: 3px 3px 0px 0px rgba(1, 84, 157, 1);
}

#tenshinohane ._2column ._btn01._online a {
	font-size: 18px;
}

#tenshinohane ._3column ._btn01._online a {
	font-size: 14px;
}

#tenshinohane ._btn01._online a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(3px);
}

#tenshinohane ._btn01._online a::after {
	display: none;
}




/* lead */
#tenshinohane .lead {
	width: 100%;
	background-color: var(--_kv_cream);
	margin: 0 auto;
	color: var(--_naby);
	font-weight: var(--_extrabold);
	font-size: 16px;
	text-align: center;
	padding: 60px;
}

#tenshinohane .lead .contents_wrap {
	width: 90%;
	max-width: 1000px;
}

#tenshinohane .lead_ttl {
	width: 38.1%;
	max-width: 335px;
	margin: 0 auto 4%;
}

#tenshinohane .lead_img {
	margin-bottom: 3%;
}

/* スライダー */
#tenshinohane ._2column .slider_wrap {
	padding: 40px 60px;
}

#tenshinohane ._3column .slider_wrap {
	padding: 20px 10px;
}

#tenshinohane .slider_wrap._02 {
	padding: 10px;
}

#tenshinohane .slider_text span{
	font-size: clamp(1rem, 1.9vw, 1.6rem);
		font-weight: bold;
}
#tenshinohane .slider_text {
	font-size: clamp(1rem, 1.9vw, 1.8rem);
	font-weight: bold;
	border-bottom: 2px solid #01549D;
	padding: 0 0 20px;
	width: 80%;
	margin: 0 auto;
}


/* #tenshinohane .slider_text.slider_text8,
#tenshinohane .slider_text.slider_text9,
#tenshinohane .slider_text.slider_text11 {
	font-size: clamp(0.8rem, 1.9vw, 1rem);
} */

#tenshinohane .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

/* スライダー_ドット */
#tenshinohane .dots_box {
	margin: 20px auto 5%;
}
#tenshinohane .dots_box._2line {
	display: flex;
	align-items: center;
	height: min(2vw, 30px);
	margin: 20px auto 5%;
}
#tenshinohane .slider_text._2line,
#tenshinohane .slider_text._2line_royal_pc {
	height: calc(5.8rem + 20px);
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0;
}
@media screen and (max-width: 980px) {
	#tenshinohane .dots_box._2line {
		height: calc((5vw * 2));
	}
	#tenshinohane .dots_box._2line._2line_sp_none {
		height: auto;
		margin: 3vw 0 0 10px;
	}
	#tenshinohane .slider_text._2line {
		height: calc(5vw * 1.5 * 2);
	}
	#tenshinohane .slider_text._2line_royal_pc {
		height: auto;
		padding: 0 0 2vw;
	}
	#tenshinohane .slider_text._2line_royal,
	#tenshinohane .slider_text._2line_royal._2line_royal_pc {
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		height: calc(4.6vw * 1.5 * 2);
	}
	#tenshinohane .slider_text._2line._2line_sp_none {
		height: auto;
	}
}


#tenshinohane .dots_wrap {
	display: flex;
	width: 80%;
	margin: 0 auto 5%;
	justify-content: center;
	gap: 4%;
	flex-wrap: wrap;
}

#tenshinohane .dots_wrap li {
	list-style: none;
	width: min(2vw, 30px);
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100vw;
	cursor: pointer;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#tenshinohane .dots_wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

#tenshinohane .dots_box1 .dots_wrap li.slick-active,
#tenshinohane .dots_box2 .dots_wrap li.slick-active {
	opacity: 1;
}

#tenshinohane .dots_wrap li:hover {
	border: 3px solid #1d50a2;
}

#tenshinohane .dots_wrap li.slick-active {
	border: 3px solid #1d50a2;
}

/* サムネイル */
/* slider01 */
#tenshinohane .dots_box1 .dots_wrap li {
	width: calc((100% / 5) - 6px);
	height: fit-content;
	aspect-ratio: 77 / 86;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
	opacity: 0.6;
	margin: 0 3px 3px;
}

#tenshinohane .dots_box1 .dots_wrap li:first-of-type {
	background-image: url(../img/sec03_slide01_img01.jpg);
}

#tenshinohane .dots_box1 .dots_wrap li:nth-of-type(2) {
	background-image: url(../img/sec03_slide01_img02.jpg);
}

#tenshinohane .dots_box1 .dots_wrap li:nth-of-type(3) {
	background-image: url(../img/sec03_slide01_img03.jpg);
}

#tenshinohane .dots_box1 .dots_wrap li:nth-of-type(4) {
	background-image: url(../img/sec03_slide01_img04.jpg);
}

#tenshinohane .dots_box1 .dots_wrap li:nth-of-type(5) {
	background-image: url(../img/sec03_slide01_img05.jpg);
}

#tenshinohane .dots_box1 .dots_wrap li:nth-of-type(6) {
	background-image: url(../img/sec03_slide01_img06.jpg);
}

/* slider02 */
#tenshinohane .dots_box2 .dots_wrap li {
	width: calc((100% / 5) - 6px);
	height: fit-content;
	aspect-ratio: 77 / 86;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
	opacity: 0.6;
	margin: 0 3px 3px;
}

#tenshinohane .dots_box2 .dots_wrap li:first-of-type {
	background-image: url(../img/sec03_slide02_img01.jpg);
}

#tenshinohane .dots_box2 .dots_wrap li:nth-of-type(2) {
	background-image: url(../img/sec03_slide02_img02.jpg);
}

#tenshinohane .dots_box2 .dots_wrap li:nth-of-type(3) {
	background-image: url(../img/sec03_slide02_img03.jpg);
}

#tenshinohane .dots_box2 .dots_wrap li:nth-of-type(4) {
	background-image: url(../img/sec03_slide02_img04.jpg);
}

#tenshinohane .dots_box2 .dots_wrap li:nth-of-type(5) {
	background-image: url(../img/sec03_slide02_img05.jpg);
}

#tenshinohane .dots_box2 .dots_wrap li:nth-of-type(6) {
	background-image: url(../img/sec03_slide02_img06.jpg);
}

#tenshinohane .dots_box2 .dots_wrap li:nth-of-type(7) {
	background-image: url(../img/sec03_slide02_img08.jpg);
}

#tenshinohane .dots_box2 .dots_wrap li:nth-of-type(8) {
	background-image: url(../img/sec03_slide02_img07.jpg);
}


/* ドットカラー変更 */
#tenshinohane .dots_color {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4%;
	margin: 3% auto 4%;
	padding-inline-start: 0;
}

#tenshinohane .dots_color li {
	width: min(2vw, 30px);
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;
	/* opacity: 0.6; */
	padding: 0;
}

#tenshinohane ._3column .dots_color li {
	max-width: 22px;
}

#tenshinohane .dots_color li._active {
	border: 3px solid #1d50a2;
	opacity: 1;
}

/* スライダー3カラム1個目 */
#tenshinohane .slider_flex_wrap._3column ._01 .dots_box li:nth-of-type(3) {
	background: linear-gradient(to right, #080405 0%, #080405 50%, #006eb8 50%, #006eb8 100%);
}

#tenshinohane .slider_flex_wrap._3column ._01 .dots_box li:nth-of-type(1) {
	background: linear-gradient(to right, #080405 0%, #080405 50%, #ae1e46 50%, #ae1e46 100%);
}

#tenshinohane .slider_flex_wrap._3column ._01 .dots_box li:nth-of-type(2) {
	background: linear-gradient(to right, #080405 0%, #080405 50%, #5ab5b3 50%, #5ab5b3 100%);
}

#tenshinohane .slider_flex_wrap._3column ._01 .dots_box li:nth-of-type(4) {
	    background: linear-gradient(to right, #080405 0%, #080405 50%, #ac9ec8 50%, #ac9ec8 100%);
}

/* スライダー3カラム2個目 */
#tenshinohane .slider_flex_wrap._3column ._02 .dots_box li:nth-of-type(1) {
	background: linear-gradient(to right, #05271c 0%, #05271c 50%, #050804 50%, #050804 100%);
}

#tenshinohane .slider_flex_wrap._3column ._02 .dots_box li:nth-of-type(2) {
	    background: linear-gradient(to right, #080405 0%, #080405 50%, #ae1e46 50%, #ae1e46 100%);
}

#tenshinohane .slider_flex_wrap._3column ._02 .dots_box li:nth-of-type(4) {
	background: linear-gradient(to right, #080405 0%, #080405 50%, #efeac8 50%, #efeac8 100%);
}
#tenshinohane .slider_flex_wrap._3column ._02 .dots_box li:nth-of-type(3) {
	background: linear-gradient(to right, #080405 0%, #080405 50%, #004490 50%, #004490 100%);
}

/* スライダー3カラム3個目 */
#tenshinohane .slider_flex_wrap._3column ._03 .dots_box li:nth-of-type(1) {
	background: linear-gradient(to right, #f0e7e7 0%, #f0e7e7 50%, #d19cab 50%, #d19cab 100%);
}
#tenshinohane .slider_flex_wrap._3column ._03 .dots_box li:nth-of-type(2) {
	background: linear-gradient(to right, #d7ecf8 0%, #d7ecf8 50%, #3e7696 50%, #3e7696 100%);
}
#tenshinohane .slider_flex_wrap._3column ._03 .dots_box li:nth-of-type(3) {
	background: linear-gradient(to right, #f5dce0 0%, #f5dce0 50%, #e4bbb5 50%, #e4bbb5 100%);
}
#tenshinohane .slider_flex_wrap._3column ._03 .dots_box li:nth-of-type(4) {
	background: linear-gradient(to right, #dac2da 0%, #dac2da 50%, #ac9ec8 50%, #ac9ec8 100%);
}

/* スライダー3カラム4個目 */
#tenshinohane .slider_flex_wrap._3column ._04 .dots_box li:nth-of-type(1) {
	background: linear-gradient(to right, #e4bbb5 0%, #e4bbb5 50%, #e7acc8 50%, #e7acc8 100%);
}
#tenshinohane .slider_flex_wrap._3column ._04 .dots_box li:nth-of-type(2) {
	    background: linear-gradient(to right, #8e9ece 0%, #8e9ece 50%, #ac9ec8 50%, #ac9ec8 100%);
}
#tenshinohane .slider_flex_wrap._3column ._04 .dots_box li:nth-of-type(3) {
	background: linear-gradient(to right, #000e49 0%, #000e49 50%, #ac9ec8 50%, #ac9ec8 100%);
}
#tenshinohane .slider_flex_wrap._3column ._04 .dots_box li:nth-of-type(4) {
	    background: linear-gradient(to right, #ac9ec8 0%, #ac9ec8 50%, #e7acc8 50%, #e7acc8 100%);
}

/* スライダー3カラム5個目 */
#tenshinohane .slider_flex_wrap._3column ._05 .dots_box li:nth-of-type(1) {
	background: linear-gradient(to right, #080405 0%, #080405 50%, #ae1e46 50%, #ae1e46 100%);
}
#tenshinohane .slider_flex_wrap._3column ._05 .dots_box li:nth-of-type(2) {
	    background: linear-gradient(to right, #080405 0%, #080405 50%, #004490 50%, #004490 100%);
}
#tenshinohane .slider_flex_wrap._3column ._05 .dots_box li:nth-of-type(3) {
	    background: linear-gradient(to right, #080405 0%, #080405 50%, #efeac8 50%, #efeac8 100%);
}
#tenshinohane .slider_flex_wrap._3column ._05 .dots_box li:nth-of-type(4) {
	    background: linear-gradient(to right, #006eb8 0%, #006eb8 50%, #050804 50%, #050804 100%);
}
#tenshinohane .slider_flex_wrap._3column ._05 .dots_box li:nth-of-type(5) {
	    background: linear-gradient(to right, #050804 0%, #050804 50%, #006eb8 50%, #006eb8 100%);
}

/* スライダー3カラム6個目 */
#tenshinohane .slider_flex_wrap._3column ._06 .dots_box li:nth-of-type(1) {
	/* background: linear-gradient(to right, #080405 0%, #080405 50%, #ae1e46 50%, #ae1e46 100%); */
	background: linear-gradient(to right, #080405 0%, #080405 50%, #a51f43 50%, #a51f43 100%);

}
#tenshinohane .slider_flex_wrap._3column ._06 .dots_box li:nth-of-type(2) {
	    /* background: linear-gradient(to right, #080405 0%, #080405 50%, #004490 50%, #004490 100%); */
	background: linear-gradient(to right, #080405 0%, #080405 50%, #134290 50%, #134290 100%);

}
#tenshinohane .slider_flex_wrap._3column ._06 .dots_box li:nth-of-type(3) {
	    /* background: linear-gradient(to right, #080405 0%, #080405 50%, #efeac8 50%, #efeac8 100%); */
	background: linear-gradient(to right, #080405 0%, #080405 50%, #006934 50%, #006934 100%);

}

/* スライダー3カラム7個目 */
#tenshinohane .slider_flex_wrap._3column ._07 .dots_box li:nth-of-type(1) {
	    background: linear-gradient(to right, #d7ecf8 0%, #d7ecf8 50%, #ffffff 50%, #ffffff 100%);
}
#tenshinohane .slider_flex_wrap._3column ._07 .dots_box li:nth-of-type(2) {
	    background: linear-gradient(to right, #dac2da 0%, #dac2da 50%, #ac9ec8 50%, #ac9ec8 100%);
}
#tenshinohane .slider_flex_wrap._3column ._07 .dots_box li:nth-of-type(3) {
	    background: linear-gradient(to right, #e4bbb5 0%, #e4bbb5 50%, #f5dce0 50%, #f5dce0 100%);
}
#tenshinohane .slider_flex_wrap._3column ._07 .dots_box li:nth-of-type(4) {
	    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #d7ecf8 50%, #d7ecf8 100%);
}
#tenshinohane .slider_flex_wrap._3column ._07 .dots_box li:nth-of-type(5) {
	    background: linear-gradient(to right, #91bfe8 0%, #91bfe8 50%, #b7d2d7 50%, #b7d2d7 100%);
}

/* スライダー3カラム8個目 */
#tenshinohane .slider_flex_wrap._3column ._08 .dots_box li:nth-of-type(1) {
	    background: #d83860;
}
#tenshinohane .slider_flex_wrap._3column ._08 .dots_box li:nth-of-type(2) {
	    background: #f5dce0;
}
#tenshinohane .slider_flex_wrap._3column ._08 .dots_box li:nth-of-type(3) {
	    background: #d7ecf8;
}
#tenshinohane .slider_flex_wrap._3column ._08 .dots_box li:nth-of-type(4) {
	    background: #dac2da;
}
#tenshinohane .slider_flex_wrap._3column ._08 .dots_box li:nth-of-type(5) {
	    background: #d3c5c5;
}

/* スライダー3カラム9個目 */
#tenshinohane .slider_flex_wrap._3column ._09 .dots_box li:nth-of-type(1) {
	    background: #d3ddef;
}
#tenshinohane .slider_flex_wrap._3column ._09 .dots_box li:nth-of-type(2) {
	    background: #f7c7c6;
}
#tenshinohane .slider_flex_wrap._3column ._09 .dots_box li:nth-of-type(3) {
	    background: #d1c3de;
}
#tenshinohane .slider_flex_wrap._3column ._09 .dots_box li:nth-of-type(4) {
	    background: #d5ebe1;
}
#tenshinohane .slider_flex_wrap._3column ._09 .dots_box li:nth-of-type(5) {
	    background: #dfcdab;
}

/* スライダー3カラム10個目 */
#tenshinohane .slider_flex_wrap._3column ._10 .dots_box li:nth-of-type(1) {
	    background: #f7c7c6;
}
#tenshinohane .slider_flex_wrap._3column ._10 .dots_box li:nth-of-type(2) {
	    background: #d1c3de;
}
#tenshinohane .slider_flex_wrap._3column ._10 .dots_box li:nth-of-type(3) {
	    background: #d3ddef;
}

/* スライダー3カラム11個目 */
#tenshinohane .slider_flex_wrap._3column ._11 .dots_box li:nth-of-type(1) {
background: linear-gradient(to right, #2f2c23 0%, #2f2c23 50%, #f10013 50%, #f10013 100%);
}
#tenshinohane .slider_flex_wrap._3column ._11 .dots_box li:nth-of-type(2) {
background: linear-gradient(to right, #2f2c23 0%, #2f2c23 50%, #163176 50%, #163176 100%);
}
#tenshinohane .slider_flex_wrap._3column ._11 .dots_box li:nth-of-type(3) {
background: linear-gradient(to right, #2f2c23 0%, #2f2c23 50%, #2f2c23 50%, #2f2c23 100%);
}

/* スライダー3カラム12個目 */
#tenshinohane .slider_flex_wrap._3column ._12 .dots_box li:nth-of-type(3) {
background: linear-gradient(to right, #000000 0%, #000000 50%, #0050c4 50%, #0050c4 100%);
}
#tenshinohane .slider_flex_wrap._3column ._12 .dots_box li:nth-of-type(2) {
background: linear-gradient(to right, #000000 0%, #000000 50%, #08d0d7 50%, #08d0d7 100%);
}
#tenshinohane .slider_flex_wrap._3column ._12 .dots_box li:nth-of-type(1) {
background: linear-gradient(to right, #000000 0%, #000000 50%, #d1072f 50%, #d1072f 100%);
}

/* スライダー3カラム13個目 */
#tenshinohane .slider_flex_wrap._3column ._13 .dots_box li:nth-of-type(3) {
background: linear-gradient(to right, #c7c0df 0%, #c7c0df 50%, #fd8cc0 50%, #fd8cc0 100%);
}
#tenshinohane .slider_flex_wrap._3column ._13 .dots_box li:nth-of-type(2) {
    background: linear-gradient(to right, #88c5da 0%, #88c5da 50%, #dd92bb 50%, #dd92bb 100%);
}
#tenshinohane .slider_flex_wrap._3column ._13 .dots_box li:nth-of-type(1) {
background: linear-gradient(to right, #fd8cc0 0%, #fd8cc0 50%, #b084cc 50%, #b084cc 100%);
}






.sec03_product,
.sec04_product {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
}

.sec04_product {
	font-size: 1.2rem;
}

.sec03_product p span {
	font-size: 2.8rem;
}

.sec04_product p span {
	font-size: 2rem;
}

/*=========================================
くるピタページ用
=========================================*/
#tenshinohane .h2_ttl {
	text-align: center;
}

/* sec01 */
#tenshinohane .sec01 {
	position: relative;
	width: 100%;
	background: url(../img/bg_sec01.png) repeat-y bottom / 100%;
	text-align: center;
	padding: 0 0 30px;
}

#tenshinohane .sec01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 4%;
	background: url(../img/line_bule.png)no-repeat top / contain;
}

#tenshinohane .contents_wrap {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

#tenshinohane .sec01 .contents_wrap {
	padding-top: 1.5%;
}

#tenshinohane .sec01 .h2_ttl {
	width: 31%;
	max-width: 303px;
	margin: 0 auto 3%;
}

#tenshinohane .sec01_inner {
	background-color: white;
	border-radius: 20px;
	margin-bottom: 3%;
	padding: 5% 14%;
	box-shadow: -2px -5px 0px 5px rgba(133, 183, 207, 1);
}

#tenshinohane .sec01_inner._round {
	border-radius: 0 0 0 0 / 0 0 0 0;
	border-top-left-radius: 90% 200%;
	border-top-right-radius: 90% 200%;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

#tenshinohane .sec01_box {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	display: block;
	padding: 50px;
	text-align: center;
	margin: 0 auto;
	align-items: center;
}

#tenshinohane .sec01_box:nth-child(even) {
	flex-direction: row-reverse;
}

#tenshinohane .sec01_boxText {
	width: 100%;
}

#tenshinohane .sec01_boxImg {
	width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-top: 5%;
    gap: 16%;
}

.sec01_boxImg01{
	padding: 10px;
}

#tenshinohane .sec01_boxImg p {
	width: 45%;
}

#tenshinohane .sec01_boxImg p span {
	font-size: clamp(1.4rem, 1.4vw, 2.1rem);
	color: #000;
	font-weight: var(--_medium);
}

#tenshinohane .sec01_boxTtl,
#tenshinohane .sec01_txtTtl,
#tenshinohane .sec03_txtTtl {
	position: relative;
	font-size: clamp(3rem, 1.4vw, 2.4rem);
	font-weight: bold;
	color: #1d50a2;
	display: block;
	line-height: 1.2;
}
#tenshinohane .sec02_txtTtl {
	position: relative;
	font-size: clamp(3rem, 1.4vw, 2.4rem);
	font-weight: bold;
	color: #1d50a2;
	display: block;
	line-height: 1.4;
}

#tenshinohane .sec01_txtTtl {
	display: inline-block;
}

#tenshinohane .sec01_txtTtl::before,
#tenshinohane .sec01_txtTtl::after,
#tenshinohane .sec02_txtTtl::before,
#tenshinohane .sec02_txtTtl::after,
#tenshinohane .sec03_txtTtl::before,
#tenshinohane .sec03_txtTtl::after {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 20px;
	padding-top: 38px;
}

#tenshinohane .sec01_txtTtl::before,
#tenshinohane .sec03_txtTtl::before {
	left: -25px;
	background: url(../../img/ttl_line_deco_01.png) no-repeat bottom center / contain;
}

#tenshinohane .sec01_txtTtl::after,
#tenshinohane .sec03_txtTtl::after {
	right: -25px;
	background: url(../../img/ttl_line_deco_02.png) no-repeat bottom center / contain;
}

#tenshinohane .sec01_boxTtl .highlight,
#tenshinohane .sec01_txtTtl .highlight, 
#tenshinohane .sec02_txtTtl .highlight {
	text-decoration-color: #fff061;
	text-decoration-line: underline;
	text-decoration-thickness: 14px;
	text-underline-offset: -8px;
}

#tenshinohane .sec01_boxTtl._sub,
#tenshinohane .sec01_txtTtl._sub,
#tenshinohane .sec02_txtTtl._sub {
	font-size: clamp(2.8rem, 1.9vw, 3.2rem);
	margin-bottom: 20px;
	text-decoration-thickness: 10px;
	text-underline-offset: -3px;
	text-decoration-skip-ink: none;
}

#tenshinohane .sec01_txt {
	font-size: 1.4rem;
	margin-top: 20px;
	color: #1d50a2;
	font-weight: var(--_extrabold);
}

#tenshinohane .sec01_txt span {
	text-decoration-color: #fff061;
	text-decoration-line: underline;
	text-decoration-thickness: 8px;
	text-underline-offset: -5px;
}

#tenshinohane .sec01_txt .note {
	font-weight: normal;
	color: #252525;
	font-size: 1.4rem;
}

#tenshinohane .sec01_list {
	width: 100%;
}

#tenshinohane .sec01_list li {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	color: var(--_naby);
	text-align: left;
	padding-top: 4%;
}

#tenshinohane .sec01_list li:not(:last-child) {
	margin-bottom: 5%;
}

#tenshinohane .sec01_list .w100 {
	display: block;
}

#tenshinohane .sec01_list li ._img,
#tenshinohane .sec01_list li ._txt {
	width: 47.5%;
}

#tenshinohane .sec01_list .sec01_list_ttl {
	font-weight: var(--_extrabold);
	margin-bottom: 2%;
	font-size: 20px;
}

#tenshinohane .sec01_list .sec01_list_txt {
	font-weight: var(--_extrabold);
	border-radius: 5px;
	font-size: 14px;
}

.highlight01{
	 background: linear-gradient(transparent 55%, #fff061 55%);
}


#tenshinohane .sec01_list .sec01_list_img01 {
padding-top: 5%;
}
.sec01_list02_txt{
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.sec01_ttl01{
	width: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#tenshinohane .anc01 {
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
#tenshinohane .anc01 li {
	width: calc(80% / 3);
}
#tenshinohane .anc01 li a {
	width: 100%;
	aspect-ratio: 1 / 1;
}
#tenshinohane .anc01 ._btn01 a:after {
	width: 20%;
	padding-top: 20%;
	bottom: -13%;
}


/* sec02 */
#tenshinohane .sec02 {
	position: relative;
	width: 100%;
	background: url(../img/bg_sec02.png) repeat-y bottom / 100%;
	text-align: center;
	padding: 0 0 30px;
}

#tenshinohane .sec02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 4%;
	background: url(../img/line_pink.png)no-repeat top / contain;
}

#tenshinohane .sec02 .contents_wrap {
	width: 50%;
	padding-top: 1.5%;
}

#tenshinohane .sec02 .h2_ttl {
	width: 81.3%;
	max-width: 306px;
	margin: 0 auto 5%;
}

#tenshinohane .slider_flex_wrap {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5%;
}

#tenshinohane .slider_flex_wrap .slider_box {
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 5%;
}

#tenshinohane .slider_flex_wrap._2column .slider_box {
	width: 48%;
}

#tenshinohane .slider_flex_wrap._3column .slider_box {
	width: 30%;
}

#tenshinohane .slider_flex_wrap .bg_gradation {
	flex: 1;
	background: linear-gradient(to bottom,
			#ffffff 0%,
			#ffffff 40%,
			#fff9f2 100%);
	border-radius: 14px;
	padding-bottom: 5%;
	margin-bottom: 6%;
	box-shadow: -6px -6px 0px 3px rgba(219, 221, 222, 1);
}

.sec02_ttl01{
	margin: 30px auto 30px;
	width: 70%;
	text-align: center;
}

.sec02_ttl02{
	width: 40%;
	margin: 0 auto 10px;
}
.sec02_txtTtl{
	padding: 10px 0 30px;
}

/* sec03 */
#tenshinohane .sec03 {
	width: 100%;
	background-color: var(--_kv_cream);
	padding-bottom: min(140px, 10%);
	border-top: 12px solid var(--_naby);
	padding-top: 5px;
}

#tenshinohane .sec03_txtTtl {
	width: fit-content;
	text-align: center;
	margin: 0 auto 2%;
	font-size: 38px;
}

#tenshinohane .line-top {
	border-top: 3px solid var(--_naby);
}

#tenshinohane .sec03 .contents_wrap {
	margin-top: -8px !important;
}

#tenshinohane .sec03 .h2_ttl {
	width: 31%;
	max-width: 303px;
	margin: 0 auto 5%;
}

#tenshinohane .sec03_bnr {
	display: block;
	width: 70%;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {

	/* anc */
	#tenshinohane .anc ul {
		width: 80%;
		max-width: none;
		padding: 10% 0 12%;
		margin: 0 auto;
	}

	#tenshinohane .anc ul li {
		width: 45%;
		text-align: center;
	}

	#tenshinohane .anc01 li {
	width: calc(100% / 3);
	}

	#tenshinohane .anc01 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
	}

	/* btn */
	#tenshinohane ._btn a {
		padding: 6% 0;
		box-shadow: 4px 4px 0px -3px #1d50a2, inset 0 0 0 4px #fff;
	}

	#tenshinohane ._btn a:after {
		bottom: -15%;
		width: 20%;
		padding-top: 20%;
	}

	#tenshinohane ._btn._point a,
	#tenshinohane ._btn._lineup a {
		border-radius: 100vw;
		aspect-ratio: 1 / 1;
		padding: 1%;
		width: 80%;
	}
	#tenshinohane ._btn a {
		font-size: 4.5vw;
	}

	#tenshinohane ._btn._point a {
		box-shadow: 0 3px 0 0 #B0D4F4;
	}

	#tenshinohane ._btn._lineupt a {
		box-shadow: 0 3px 0 0 #F7C0D9;
	}

	#tenshinohane ._btn._online a {
		box-shadow: 3px 4px 0px -1px #1d50a2, inset 0 0 0 3px #fff;
	}

	#tenshinohane ._2column ._btn._online a {
		margin: 0 auto 0 3%;
		font-size: 4.5vw;
		padding: 5% 0;
	}

	#tenshinohane ._3column ._btn._online a {
		width: 103%;
		margin-left: -3%;
		font-size: 3.5vw;
		padding: 8% 0;
	}

	/* slider */
	#tenshinohane .dots_box {
		margin: 3vw 0 0 10px;
	}

	#tenshinohane .dots_color li {
		width: 8vw;
	}

	#tenshinohane .slider_text {
		padding: 0 0 2vw;
		font-size: 3vw;
	}

	#tenshinohane .dots_wrap li {
		width: 6vw;
	}

	#tenshinohane .dots_box1 .dots_wrap li,
	#tenshinohane .dots_box2 .dots_wrap li {
		width: 22%;
		height: 6rem;
	}

	#tenshinohane .dots_wrap li.slick-active {
		border: 2px solid #1d50a2;
	}

	/* lead */
	#tenshinohane .lead {
		padding: 10% 0;
	}

	#tenshinohane .lead .contents_wrap {
		max-width: none;
	}

	#tenshinohane .lead_ttl {
		width: 100%;
		padding-left: 4%;
		margin: 0 auto 10%;
	}

	#tenshinohane .lead_img {
		margin-bottom: 8%;
	}

	/* sec01 */
	#tenshinohane .sec01 {
		background-color: #dbf5fc;
		text-align: center;
		padding: 6% 0;
		position: relative;
		background: url(../img/s_bg_sec01.png) repeat-y bottom / 100%;
	}

	#tenshinohane .sec01::before {
		padding-top: 7%;
		background: url(../img/s_line_bule.png) no-repeat top / contain;
	}

	#tenshinohane .sec01 .h2_ttl {
		width: 80%;
		max-width: none;
		margin: -20px auto 8%;
	}

	#tenshinohane .sec01_inner {
		padding: 10% 8%;
		margin-bottom: 8%;
		box-shadow: -2px -4px 0px 4px rgba(133, 183, 207, 1);
	}

	#tenshinohane .sec01_inner._round {
		border-radius: 50vw 50vw 10px 10px;
		padding: 20% 8% 10%;
	}

	#tenshinohane .sec01_list li:not(:last-child) {
		margin-bottom: 12%;
	}

	#tenshinohane .sec01_list li ._txt {
		width: 100%;
	}

	#tenshinohane .sec01_list .sec01_list_ttl {
		text-align: center;
	}

	#tenshinohane .sec01_list .sec01_list_txt {
		text-align: center;
		justify-content: center;
		height: auto;
	}

	#tenshinohane .sec01_list .sec01_list_img {
		margin-bottom: 2%;
	}

	#tenshinohane .sec01_boxImg {
		flex-direction: column;
	}

	#tenshinohane .sec01_boxImg p {
		width: 100%;
	}

	#tenshinohane .sec01_boxTtl,
	#tenshinohane .sec01_txtTtl,
	#tenshinohane .sec02_txtTtl,
	#tenshinohane .sec03_txtTtl {
		font-size: 6.2vw;
	}


	.sec01_boxImg00{
		margin-top: 20px;
	}
	#tenshinohane .sec01_boxImg p span {
	}
	.sec01_list02_txt {
	font-size: clamp(1.4rem, 1.4vw, 2.4rem);	}
	.sec01_ttl01 {
    width: 100%;
	}
	#tenshinohane .sec01_list li {
    display: block;}
	#tenshinohane .sec01_list li ._img, #tenshinohane .sec01_list li ._txt {
    width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	}
	#tenshinohane .sec01_list .sec01_list_txt {
		font-size: clamp(1.5rem, 1.4vw, 2.4rem);
	}

	#tenshinohane .sec01_boxImg p span {
	font-size: 3vw;
	line-height: 1.5;
	}

	

	/* sec02 */
	#tenshinohane .sec02 {
		padding: 0 0 15%;
		background: url(../img/s_bg_sec02.png) repeat-y bottom / 100%;
	}

	#tenshinohane .sec02 .contents_wrap {
		width: 95%;
	}

	#tenshinohane .sec02 .h2_ttl {
		width: 70%;
	}

	#tenshinohane .slider_flex_wrap {
		width: 100%;
	}

	#tenshinohane .slider_flex_wrap._2column {
		flex-direction: column;
		padding-left: 2%;
	}

	#tenshinohane .slider_flex_wrap._3column {
		padding-left: 2%;
	}

	#tenshinohane .slider_flex_wrap._2column .slider_box {
		width: 90%;
		margin: 0 auto 10%;
	}

	#tenshinohane .slider_flex_wrap._3column .slider_box {
		width: 45%;
		margin-bottom: 10%;
	}

	#tenshinohane ._2column .slider_wrap {
		padding: 10%;
	}

	#tenshinohane ._3column .slider_wrap {
		padding: 5%;
	}

	#tenshinohane ._2column .sec03_product {
		font-size: 5vw;
	}

	#tenshinohane ._3column .sec03_product {
		font-size: 5vw;
	}

	#tenshinohane ._3column .sec03_product p {
		font-size: 3vw;
	}

	#tenshinohane ._2column .sec03_product p span {
		font-size: 7vw;
	}

	#tenshinohane ._3column .sec03_product p span {
		font-size: 5vw;
	}


#tenshinohane ._btn01._fantasy a {
font-size: clamp(1.4rem, 3.4vw, 6.4rem);}
#tenshinohane ._btn01._royal a {
	font-size: clamp(1.4rem, 1.4vw, 2.4rem);
}
.anc01_sugo {
    width: 85%;
}

#tenshinohane ._btn01._fantasy a {
	background-color: #FFCF7E;
    border: 3px solid #FFCF7E;
    box-shadow: 0 5px 0 0 #E5BA71;
    /* transform: translate(-50%, 5px); */
    white-space: nowrap;
    font-size: clamp(1.2rem, 1.4vw, 2.4rem);
}




	/* sec03 */
	#tenshinohane .sec03 .h2_ttl {
		width: 80%;
		max-width: none;
	}

	#tenshinohane .sec03 .contents_wrap {
		max-width: none;
	}

	#tenshinohane .sec03_bnr {
		width: 100%;
	}

	#tenshinohane .sec03_txtTtl {
		font-size: 6.5vw;
	}
}

/* @media (min-width: 768px) and (max-width: 980px) {
	#tenshinohane .anc ul li {
		width: 25%;
		text-align: center;
	}

	#tenshinohane .anc ul {
		gap: 14%;
		justify-content: center;
	}

} */

/* @media (min-width: 768px) {
	#tenshinohane .anc ul li {
		width: 25%;
		text-align: center;
	}

	#tenshinohane .anc ul {
		gap: 14%;
		justify-content: center;
	}

} */