
a:hover{
	opacity: 0.7;
}

body {
    margin: 0;
    padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #ea9c9c;
}


.vertical-ticker {
position: fixed;
top: 0;
width: 60px;
height: 100vh;
overflow: hidden;
z-index: 999;
font-size: 23px;
letter-spacing: 0.07em;
font-weight: bold;
	font-style: italic;
color: white;
pointer-events: none; /* ←クリックやスクロール操作を邪魔しないように */
}

.left-ticker {
left: 0;
writing-mode: vertical-rl;
background: rgba(0, 0, 0, 0.9);
}

.right-ticker {
right: 0;
writing-mode: vertical-lr;
background: rgba(0, 0, 0, 0.9);
}

.scroll-text {
display: inline-block;
animation: scrollDown 15s linear infinite;
	
}
.scroll-text2 {
display: inline-block;
transform: translateY(-110%);
animation: scrollDown 15s linear infinite;
animation-delay: 3s; /* ← ページ読み込み後 2秒待ってから開始 */
}

@keyframes scrollDown {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(100%);
}
}

/* デモ用コンテンツ */
.content {
padding: 50px;
max-width: 800px;
margin: 0 auto;
}
/* テロップここまで */

.st_wrapper a { color: #000; }

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.mainbk_1{
    background-image: url(../images/bk_1.jpg);     /* 背景画像指定 */
    background-repeat: repeat;                /* 背景の繰り返し設定 */
}
.mainbk_2{
    background-image: url(../images/bk_2.jpg);     /* 背景画像指定 */
    background-repeat: repeat;                /* 背景の繰り返し設定 */
}
.wrap_content_top {
	width: 100%;
	max-width: 650px;
	padding: 0;
	padding-top: 6%;
	padding-bottom: 0.01%;
	margin: 0% auto 0%;	
	text-align: center;
    position: relative;
	
}
.wrap_content {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 5% auto 2%;	
	text-align: center;
    position: relative;
	
}

.bk01 {
	width: 100%;
	max-width: 800px;
    margin: 0% auto;
	padding-top: 5%;
	padding-bottom: 5%;
    background-color: #fff2cc;
}

.bk02 {
	position: relative;
	width: 70%;
	margin: 3% auto 0;
    background-color: #fcfaee;
    padding: 1% 3% 5%;
	border-radius: 60px;
}
.bk03 {
	position: relative;
	width: 100%;
	max-width: 800px;
    margin: 0% auto;
	padding-top: 7%;	
	background-color: #f7e8be;
}

.bk03_yama{
	position: absolute;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	top:0;
	left:0;
}

.bdr_pink {
	border-bottom: solid 2px #F95EA4;
}

.co01 {
    color: #0092ab;
}

.co02 {
    color: #17517e;
}

.red {
    color: #DA1114;
	font-size: 110%;
	font-weight: bold;
}


	.swp2{
 width:80%;
	margin:6% auto 5%;
}
.k_logo {
    width: 100%;
    max-width: 900px;
    margin: 3% auto 0;
}

.k_logo img {
    width: 100%;z
}
.Main {
	width:100%;
	max-width: 500px;
	margin: 2% auto 2%;
	position:relative;
}

.k_main{
	width:100%;
	max-width: 500px;
	margin: 5% auto 3%;
	position:relative;
}

.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	max-width: 450px;
	width: 100%;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 3% auto 5%;
	text-align: center
}

.st_wrapper h2 {
	max-width: 450px;
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 auto 0%;
    padding: 1% 0;
	text-align: center;
	color: #fff;
}


.st_wrapper h3 {
    width: 45%;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 6% auto 0%;
    padding: 1% 0;
	text-align: center;
	color: #fff;
}
.st_wrapper h4 {
    width: 70%;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 6% auto 0%;
    padding: 1% 0;
	text-align: center;
	color: #fff;
}
.st_wrapper h5 {
	max-width: 300px;
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 auto 0%;
    padding: 1% 0;
	text-align: center;
	color: #fff;
}
.st_wrapper p{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 1% auto 3%;
	text-align: left;
	margin-left: 10%;
}

/*nabi*/
	.main01{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}	
	.main01 ul{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.main01 ul li{
		list-style: none;
		font-size: 18px;
		color: #fff;
		letter-spacing: 0.07em;
		font-weight: 600;
		text-align: center;
		width: 50%;
		box-sizing: border-box;
		padding: 1.5%;
	}
	.main01 ul li a{
		display: block;
		background-color: #fff;
		color: #000;	
		border: solid 2px #000;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		border-radius: 30px;
	}
		.main02{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}	
	.main02 ul{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.main02 ul li{
		list-style: none;
		font-size: 18px;	
		letter-spacing: 0.07em;
		font-weight: 600;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
			padding: 1.5%;
	}
	.main02 ul li a{
		display: block;
		background-color: #fff;
		color: #000;	
		border: solid 2px #000;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;	
		border-radius: 30px;		
	}
/*nabi*/

.sub_ttl{
	margin: 5% auto;
	width: 60%;
}
.ttl_big{
	width: 80%;	
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 6% auto 2%;
	text-align: left;
	color: #000;	
      background: linear-gradient(transparent 60%, #f8cbad 30%);
      display: inline-block;	
}
.ttl_big2{
	width: 80%;	
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 6% auto 2%;
	text-align: left;
	color: #ea6144;	
      background: linear-gradient(transparent 60%, #fae3df 30%);
      display: inline-block;	
}
.ttl {
	width: 80%;
    font-size: 20px;
    font-weight: 500;
	line-height: 1.6;
    text-align: left;
    margin: 0% auto 0%;
	color: black;
}
strong {
    font-size: 130%;
    font-weight: 600;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.Lft {
    text-align: left;
}

.ttl {
    font-size: 22px;
    font-weight: 500;
	line-height: 1.6;
    text-align: left;
    margin: 0% auto 2%;
}

.kakoi{
	position: relative;	
	margin: 0% auto 3%;
	width: 80%;
}
.lead {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.9em;
    margin: 2% auto 6%;
	text-align: center;
	color: #000;
}


.bder {
    background:linear-gradient(transparent 80%, #f8bc61 80%);
}

.box_info {
    width: 43%;
    margin: 2% 1%;
    text-align: center;
}

.FL {
    float: left;
}

.FR {
    float: right;
}
.w_20p{
	margin: 0 auto;
}
.w_20p img{
	width: 105%;
	margin-left: -4%	
}
.w_30p{
	margin: 8% auto 5%;
}
.w_30p img{
	width: 100%;
	margin-left: -2%;
}
.triangle01{ 
    position: absolute;
    top: 40%;
    left: 49%;
    border-top: solid 25px transparent;
    border-right: solid 25px transparent;
    border-bottom: solid 25px transparent;
    border-left: solid 35px #697b91;
}


.txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9em;
    margin: 3% auto 2%;
	text-align: left;
}
.txt_aten {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.9em;
    margin: 3% auto 2%;
	text-align: center;
}

.marker_pink {
    background:linear-gradient(transparent 60%, #f7e3da 60%);
}

.marker_wht {
    background:linear-gradient(transparent 60%, #fff 60%);
}


.w_80 {
    width: 90%;
    max-width: 700px;
    margin: 5% auto;
}

.w_80 img {
    width: 100%;
}

.box_round {
    width: 70%;
    max-width: 650px;
    padding: 3%;
    margin: 6% auto 3%;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.9em;
    background-color: #eee;
    border-radius: 10px;
}

.mp_logo{
	margin: 2% auto 2%;
	width: 20%;
}
.countdown_ato{
	width: 25%;	
	margin: 0 auto 0;
	margin-left: 6%;
	margin-top: -30%;
}


.design01 {
 width: 100%;
margin: 3% auto 0%;
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
	font-size: 12px;
	font-weight: 500;
	background-color: white;
}
.design01 th {
 padding: 8px;
	font-size: 12px;
	text-align: center;
	color: white;
 background: #801115;
 border: solid 1px #af1f24;
}
.design01 td {
 padding: 12px;
 border: solid 1px #af1f24;
}


/*thumb*/
	
.thum_box {
	width: 80%;
	margin: 5% auto;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb {
	width: 45%;
	margin: 0 auto 4%;
	text-align:center;
    position: relative;
}
.thumb img {
	border-radius: 180px;
}

.thum_box2 {
	position: relative;
	width: 80%;
	margin: 5% auto 8%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb2 {
	width: 43%;
	margin: 0 auto 6%;
	text-align:center;
    position: relative;
	background-color: #fae57a;
	padding: 0% 0% 3%;
	border-radius: 30px;
}

.thumb img {
    width: 100%;	
}
.thumb2 img {
    width: 100%;
border-radius: 30px 30px 0 0;
}

.thum_box3 {
	position: relative;
	width: 80%;
	margin: 2% auto 2%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb3 {
	width: 60%;
	margin: 0 auto 0%;
	text-align:center;
    position: relative;
	background-color: #fae57a;
	padding: 0% 0% 3%;
	border-radius: 30px;
}

.thumb3 img {
    width: 100%;
border-radius: 30px 30px 0 0;
}
.thumb4 {
	width: 60%;
	margin: 0 auto 0%;
	text-align:center;
    position: relative;
	background-color: #fff;
	padding: 0% 0% 3%;
	border-radius: 30px;
}

.thumb4 img {
    width: 100%;
border-radius: 30px 30px 0 0;
}


/* スライダ―のCSS */
.slider {
    width: 100%;
	margin: 0 auto;
    display: flex;
    gap: 0;
    overflow-x: auto;
}
.slide {
  width: 263px;
	height: auto;
		margin-right:2%;
}
        
.slide img {
    width: 263px;
}	
.t_P_lineup {
	text-align:center;
	font-size:17px;
	font-weight: 600;
	margin:10px auto;
	line-height: 1.3;
	color: black;
}
.t_P {
	text-align:center;
	font-size:13px;
	font-weight: 600;
	margin:10px 0 2px;
	line-height: 1.7;
	color: black;
}

.t_T {
	width: 70%;
	text-align:center;
	font-size:13px;
	margin:5% auto 0%;
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
font-family: "HelveticaNeue-Roman", "Helvetica 55 Roman", Helvetica, Arial, sans-serif;	
}
.sub_ttl{
	width: 50%;
	margin: 5% auto 2%;
}
.sub_ttl2{
	width: 60%;
	margin: 5% auto 2%;
}
.t_swipe {
	width: 60%;
	text-align:left;
	font-size:13px;
	font-weight: bold;	
}
.t_swipe2 {
	width: 90%;
	text-align:right;
	font-size:13px;
	font-weight: bold;	
	color: black;
}
.t_come {
	width: 90%;
	text-align:center;
	font-size:11px;
	margin:2% auto 0%;
	line-height: 1.6em;
}
.price{
	font-weight:normal;
	font-size:100%;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-weight: 600;
	color: black;
}
.tax{
	font-size:63%;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}


.Sml {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    margin: 1% auto;
    text-align: center;
}
.Sml2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    margin: 1% auto;
    text-align: center;
}
	.movie{
		width: 50%;
		margin: 0 auto 0%;
	}
	video{
		width: 100%;
	}



/* General button style (reset) */
.btn {
	width: 35%;
    display: block;
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px;
	margin: 3% auto 0;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 480px;
	margin: 4% auto 6%;
	background-color: #333e48;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
    border-radius: 10px;
	color: #fff;
}

a.btn-1 {
    color: #fff;
    text-decoration: none;
}

.btn-2 {
	width: 80%;
    max-width: 350px;
	margin: 8% auto 10%;
    padding: 15px 40px 15px 40px;
	font-size: 23px;
	line-height: 1.0em;
	font-weight: 600;
	color: #000;
	border-radius: 80px;
	background-color: #f6c154;
	border: solid 3px #000;
    text-align: center;
    text-decoration: none;
}

a.btn-2 {
	color: #000;
}

a.btn-2:before {
	content: "";
	position: absolute;
	top: 30%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: 0;
	border: 15px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #000;
    transition: 0.3s;
}
a.btn-2:hover:before {
	right: 10px;        /*マウスオーバーで三角をずらす */ 
}

.btn-3 {
	width: 70%;
    max-width: 250px;
	margin: 5% auto 10%;
    padding: 15px 40px 15px 40px;
	font-size: 25px;
	line-height: 1.0em;
	font-weight: 600;
	color: #000;
	border-radius: 80px;
	background-color: #f8cbad;
	border: solid 3px #000;
    text-align: center;
    text-decoration: none;
}

a.btn-3 {
	color: #000;
}

a.btn-3:before {
	content: "";
	position: absolute;
	top: 30%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: 0;
	border: 15px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #000;
    transition: 0.3s;
}
a.btn-3:hover:before {
	right: 10px;        /*マウスオーバーで三角をずらす */ 
}
.btn_code {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 15px auto;
	padding:1.5% 0 1%;
	border:3px solid #888;
	background-color: #888;
	width:50%;
}

.btn_code a{
	text-decoration: none;
	display: block;
	color:#fff;
	border:3px solid #888;	
}

 .ig_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 4% auto 5%;
}
.ig_box .ttl{
    width: 25%;
    text-align: center;margin: 0 auto;
}
.ig_box ul{
	width: 40%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 15%;
    margin: 0% auto 1%;
	padding-left:0;
}
.ig_box ul li{
    position: relative;
	list-style:none;
}
.ig_box ul li p{
	font-size: 11px;
}
.ig_box img{
	border-radius: 50px;
}

.clear {
    clear: both;
}

.scroll_photo{
	position: absolute;
	width: 70%;
	top:-18%;
	left:15%;
}

/*tabここから*/
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 700px;
	margin: 3% auto 0;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: 0;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}


.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
	margin-top: -0.7%;
    padding: 1.5em 1em;
    background-color: #f8cbad;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

.bk_green{
	background-color: #c5e0b4 !important;
}

/*tabここまで*/



@media only screen and (max-width:750px){
	

/* テロップここから */
.vertical-ticker {
position: fixed;
top: 0;
width: 20px;
height: 100vh;
overflow: hidden;
z-index: 999;
	text-align: center;
font-size: 16px;
letter-spacing: 0.15em;	
font-weight: bold;
color: white;
pointer-events: none; /* ←クリックやスクロール操作を邪魔しないように */
}

.left-ticker {
left: 0;
writing-mode: vertical-rl;
background: rgba(0, 0, 0, 0.9);
}

.right-ticker {
right: 0;
writing-mode: vertical-lr;
background: rgba(0, 0, 0, 0.9);
}

.scroll-text {
display: inline-block;
animation: scrollDown 13s linear infinite;
}
.scroll-text2 {
display: inline-block;
transform: translateY(-160%);
animation: scrollDown 13s linear infinite;
animation-delay: 3s; /* ← ページ読み込み後 2秒待ってから開始 */
}
	
@keyframes scrollDown {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(100%);
}
}

/* デモ用コンテンツ */
.content {
padding: 50px;
max-width: 800px;
margin: 0 auto;
}
/* テロップここまで */	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
		width: 80%;
	   margin: 5% auto 8%;		
		font-size: 14px;
		line-height: 1.7em;
	}
	
	.st_wrapper h2 {
		width: 90%;
		font-size: 20px;
		line-height: 1.6;
        margin: 4% auto 2%;
		font-weight: bold;
	}
    
    .st_wrapper h3 {
		width: 80%;
        font-size: 16px;
        margin: 5% auto 0%;
    }
    .st_wrapper h4 {
		width: 98%;
        font-size: 16px;
        margin: 0% auto 0%;
    }   
	.st_wrapper h5 {
		width: 50%;
		font-size: 17px;
		line-height: 1.6;
        margin: 4% auto 2%;
		font-weight: bold;
	}	
    .st_wrapper p {
		width: 92%;
        font-size: 11px;
		line-height: 1.6;
        margin: 1.5% auto;
		margin-left: 5%;
    }

    
    .wrap_content {
        width: 90%;
        margin: 12% auto 8%;
    }
/*nabi*/
	.main01{
		width: 80%;
		max-width: 450px;
		margin: 0 auto;
	}	
	.main01 ul{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.main01 ul li{
		list-style: none;
		font-size: 15px;
		letter-spacing: 0.07em;
		font-weight: 600;
		text-align: center;
		width: 50%;
		box-sizing: border-box;
		padding: 2% 1%;
	}
	.main01 ul li a{
		display: block;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;		
	}
		.main02{
		width: 80%;
		max-width: 450px;
		margin: 0 auto;
	}	
	.main02 ul{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.main02 ul li{
		list-style: none;
		font-size: 15px;	
		letter-spacing: 0.07em;
		font-weight: 600;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		padding: 2%;
	}
	.main02 ul li a{
		display: block;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;		
	}
/*nabi*/	
.w_20p{
	margin: 0 auto;
}
.w_20p img{
	width: 105%;
	margin-left: -3%;
}	
.w_30p{
	margin: 8% auto 0;
}
.w_30p img{
	width: 105%;
	margin-left: -3%;
}	
.bk01 {
	width: 92%;
    margin: 0% auto;
}	
.bk02 {
	width: 90%;
	margin: 3% auto 0;
    padding: 1% 1% 8%;
}	
.bk03 {
	width: 92%;
    margin: 0% auto;
}		
	.swp2{
 width:95%;
	margin:6% auto 5%;
}		
	.Main {
		width: 85%;
		margin: 4% auto 4%;
	}
 .k_logo {
    width: 90%;
    margin: 5% auto 0%;
}   

	.lead {
		width: 98%;
    margin: 2% auto 2%;		
		font-size: 14px;
		line-height: 1.7em;	
	}
	
	
 .kakoi{
	margin: 3% auto 0%;
	width: 95%;
	padding: 5% 0;	 
}   

		
.sub_ttl{
	width: 75%;
	margin: 8% auto 5%;
}
.sub_ttl2{
	width: 78%;
	margin: 8% auto 2%;
}	
    .ttl {
		width: 90%;
        font-size: 17px;
		line-height: 1.5;
		margin-bottom: 0%;
    }
    
    .txt {
        font-size: 12px;
    }
	.ttl_big{
	width: 90%;	
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5% auto 3%;
	text-align: left;
      display: inline-block;	
}
	.ttl_big2{
	width: 90%;	
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5% auto 3%;
	text-align: left;
     display: inline-block;	
}	
	
	
    .ttl {
        font-size: 17px;
		line-height: 1.5;
    margin: 0% auto 2%;
    }
    
    .txt {
        font-size: 12px;
    }
	
.k_main{
	width:80%;
	margin: 0 auto;
	position:relative;
}	

    .box_round {
        width: 90%;
        font-size: 12px;
        margin: 10% auto;
        border-radius: 10px;
    }
.t_P_lineup {
	font-size:12px;
	font-weight: 600;
	margin:5px auto 10px;
	line-height: 1.2;
}	
.t_P {
	text-align:center;
	font-size:11.5px;
	font-weight: 600;
	margin:7px 0 2px;
	line-height: 1.7;
}	
    .t_T {
	width: 90%;
	text-align:center;
	font-size:11px;
	margin:5% auto 2%;
	line-height: 1.6em;
}
.price{
	font-size: 12px;
	margin-bottom: 5%;
}	
    .w_80 {
        margin: 4% auto;
    }
    
    .box_info p {
        text-align: left;
    }
    
	
    .box_info p br {
        display: none;
    }
    
    .box_info .Sml {
        text-align: left;
    }
	
.txt_aten {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 5% auto 2%;
	text-align: center;
}	
	
	
 .mp_logo{
	margin: 0% auto 0%;
	width: 40%;
}   
    .triangle01 {
        top: 30%;
        left: 48%;
        border-top: solid 15px transparent;
        border-right: solid 15px transparent;
        border-bottom: solid 15px transparent;
        border-left: solid 22px #697b91;
    }
	
	.thum_box {
		width: 98%;
		margin: 2% auto 8%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3%;
	}

	.thumb {
		width: 45%;
		margin: 2% auto;		
	}	
	.thum_box2 {
		width: 98%;
		margin: 5% auto 12%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3%;
	}

	.thumb2 {
		width: 47%;
		margin: 2% auto 5%;		
	}
	
	.thumb3 {
		width: 90%;
		margin: 2% auto 0%;		
	}
	.thumb4 {
		width: 95%;
		margin: 2% auto 0%;		
	}	
	
	
/* スライダ―のCSS */
.slider {
    width: 100%;
	margin: 0 auto;
    display: flex;
    gap: 0;
    overflow-x: auto;
}
.slide {
  width: 170px;
	height: auto;
		margin-right:2%;
}
        
.slide img {
    width: 162px;
}	
	
.t_swipe {
	width: 60%;
	text-align:left;
	font-size:12px;
	font-weight: bold;	
	margin-bottom: -1.5%;	
	margin-left: -7%;
}
.t_swipe2 {
	width: 90%;
	text-align:right;
	font-size:12px;
	font-weight: bold;
	margin-bottom: -1.5%;
}	

	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 13px;
        margin: 2% auto;
    }
    .Sml2 {
        font-size: 9px;
        margin: 2% auto;
    }	
	
	.movie{
		width: 96%;
		margin: 0 auto 0%;
	}	
	
    
	/* Button 1 */
	
	.btn{
		width: 80%;
	}
	.btn-1 {
		width: 80%;
		padding: 3%;
        margin: 6% auto 10%;
		font-size: 14px;
        border-radius: 10px;
		position: relative;
	}
	
	.btn-2 {
        width: 63%;
		font-size: 18px;
        margin: 10% auto 14%;
        padding: 15px 20px 15px 20px;
	}
	
    a.btn-2:before {
	top: 37%;		
	right: 5px;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 8px solid #000;
    }	
	
	.btn-3 {
        width: 63%;
		font-size: 18px;
        margin: 5% auto 14%;
        padding: 15px 20px 15px 20px;
	}
	
    a.btn-3:before {
	top: 37%;		
	right: 5px;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 8px solid #000;
    }
 .btn_code {
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
	padding:3% 0;
	width:70%;
}   
	
 .ig_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 7% auto 8%;
}
.ig_box ul{
	width: 60%;
}	
	
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item2 {
  width: calc(100vw / 1);
}	
  /*ループここから */ 	
.scroll_photo{
	position: absolute;
	width: 80%;
	top:-19%;
	left:9.5%;
}	
.scroll-main{
	position: relative;
	margin: 10% auto 15%;
}	
  /*ループここまで */ 	
	
	
    /*tabここから*/
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    width: 90%;
	margin: 5% auto 0;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
	margin-top: -1.7%;	
    padding: 1.5em 1em;
    background-color: #f8cbad;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}
/*tabここまで*/
}






