@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

a{
	color: black;
}
.bk01{
	background-color: white;
	padding: 3% 0 2%;
}
.st_wrap {
	clear: both;
	width:70%;
	padding: 1% 0 0px;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #000000;	
	background-color: #fff;
    font-size: 16px;
}

.st_wrap a{
    text-decoration: none;
}
.st_wrap a:hover{
    opacity: 0.5;
}
.st_wrap h1 {
	font-family: "Lora", serif;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 3% auto 1%;
    line-height: 1.0em;
	letter-spacing: 0em;
    color: #c9342e;
}

.st_wrap h1 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50%;
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin: 8% auto 4%;
    line-height: 1.0em;
	letter-spacing: 0em;
    color: #c9342e;
}

.st_wrap h3 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 3% auto 2%;
}
.st_wrap p {
    text-align: left;
    font-size: 14px;
	font-weight: 500;
    line-height: 1.5em;
    margin: 2% auto 0;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

/* なび */
.container {
            max-width: 1000px;
            margin: 5% auto;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px; /* 段ごとの隙間 */
        }

        /* 各段の設定 */
        .row {
            display: flex;
            justify-content: center; /* 横方向の中央寄せ */
            gap: 20px; /* 四角同士の隙間 */
            flex-wrap: wrap; /* スマホで折り返す用 */
        }

        /* 四角のサイズ指定 */
        .box {
            background-color: #1a1a1a;
            /* 3枚並んだ時の1枚あたりの幅を計算 (隙間分を引く) */
            width: calc((100% - 40px) / 3); 
            aspect-ratio: 1 / 1;
        }

.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

.swpback{
	position: relative;
	margin: 20% auto 5%;
}

.swp2{
	position: absolute;
	top:0;
	left:0;
 width:100%;
	max-width: 900px;
}
.slide_main{
	position: relative;
	margin: 5% auto 3%;
}

#Main {
    width: 100%;
	max-width: 700px;
	margin: 0% auto 0%;
}

.all_item{
	width:100%;
	max-width: 600px;
	margin: 15% auto 5%;
}
.wrap_content {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.sp {
	display:none;
}

.sub{
	position: relative;
	max-width: 700px;
	width: 100%;
	margin: 0% auto 0%;
}
.sub_1{
	position: absolute;
	width: 42%;
	top:93%;
	right:5%;
}
.sub_link1_1{
	position: absolute;
	width: 24%;
	top:63%;
	right:2%;
}
.sub_link1_2{
	position: absolute;
	width: 24%;
	top:70%;
	right:2%;
}
.sub_link1_3{
	position: absolute;
	width: 24%;
	top:77%;
	right:2%;
}

.line_link1{
	position: absolute;
	top: 88%;
	left:10%;
}
.sub_link2_1{
	position: absolute;
	width: 24%;
	top:63%;
	left:5%;
}
.sub_link2_2{
	position: absolute;
	width: 24%;
	top:70%;
	left:5%;
}
.sub_link3_1{
	position: absolute;
	width: 24%;
	top:70%;
	left:5%;
}
.sub_link3_2{
	position: absolute;
	width: 24%;
	top:77%;
	left:5%;
}
.sub_link4_1{
	position: absolute;
	width: 24%;
	top:70%;
	right:5%;
}
.sub_link4_2{
	position: absolute;
	width: 24%;
	top:78%;
	right:5%;
}

.lead{
font-family: 'Noto Sans JP', sans-serif;
	clear: both;
	color: 	black;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 1.9em;
	letter-spacing: 0.2em;
	margin: 0% auto 2%;
}

.link_box {
	width: 90%;
	max-width: 700px;
	margin: 3% auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.link_line {
	width: 90%;
	max-width: 650px;
	margin: 3% auto;
	border: solid 2px #000;
	box-sizing: border-box;
}



.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}


.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 75%;
	margin: 3% auto 0%;
    padding: 2% 3% 2%;
    display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb {
	width: 46%;
	margin: 0 auto 7%;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}
.thum_box2 {
	width: 100%;
	max-width: 800px;
	margin: 0% auto 0%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb2 {
	width: 32%;
	margin: 0 auto 2%;
	text-align:center;
    position: relative;
    padding: 0.5em 0.1em;
    margin: 2em 0;
    font-weight: bold;
}

.thumb2 img {
    width: 100%;
}
.t_P {
	width: 60%;
	text-align:left;
	font-size:13px;
	font-weight: 600;
	margin:15px 0 25px;
	margin-left: 25%;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.t_T {
	width: 90%;
	text-align:left;
	font-size:12px;
	margin:2% auto 2%;
	line-height: 1.6em;
}
.price{
	font-weight:normal;
	font-size:100%;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-weight: 600;
}
.tax{
	font-size:63%;
}
.Red{
	color:#db454e;
	font-weight:bold;
	letter-spacing: 0.06em;
	font-size:120%;
	text-decoration: underline;
}

/* 線を描写する要素 */
        .dotted-line {
            width: 80%; /* 線の全体の長さ（画像の比率に合わせました） */
            max-width: 600px; /* PCでの最大長 */
            margin: 10% auto; /* 中央寄せ用（上下余白 左右auto） */

            /* --- 破線の設定（ここが重要！） --- */
            border-bottom: 2px dotted #000; /* 線の太さ（2px） 点の種類（dotted） 線の色（黒） */
            
            /* 線自体の「高さ」は不要なので0にする */
            height: 0;
        }

.cap {
	text-align: left;
}

.cap span {
	font-size: 18px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 1.2rem;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
    line-height: 1.2em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: block;
	font-size: 18px;
	letter-spacing: 0.035em;
	font-weight: 500;
    width: 47%;
	margin: 1% auto;
	padding: 2% 0;
	color: #000;
    border-radius: 3px;
}

.btn_code {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 5% auto 10%;
	width:50%;
}

.btn_code a{
	text-decoration: none;
	display: block;
	color:#000;
}


.col01 {
	background-color: #878787;
}

.col02 {
	background-color: #28552E;
}

.col03 {
	background-color: #95C7E0;
}

.col04 {
	background-color: #EFAC3E;
}

.Btn-2 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
	margin: 0 auto;
	width: 100%;
	
}


.Btn-2.line_bottom  {
	border-bottom: solid 2px #000;
	box-sizing: border-box;
} 


.txt01 {
	color: #878787;
}

.txt02 {
	color: #28552E;
}

.txt03 {
	color: #95C7E0;
}

.txt04 {
	color: #EFAC3E;
}



.Btn-3 {
	width: 70%;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
	margin: 0% auto 4%;
	padding: 10px 0;
	border: solid 2px #000000;
	margin-left: 14%;
}



.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

.img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 6 / 7;
    overflow: hidden;
}

.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    animation: anime 6s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}




/*　スライドループ */	
  :root {
            /* 共通のデフォルト設定 */
            --image-width: 250px;
            --gap: 15px;
            --anim-speed: 40s;
        }

        .slider-container {
            overflow: hidden;
            width: 100%;
            margin-bottom: 50px; /* スライダー間の余白 */
			margin: 5% auto;
        }

        .slider-track {
            display: flex;
            /* ここで計算：(幅 + 隙間) * 枚数 */
            width: calc((var(--image-width) + var(--gap)) * var(--image-count) * 2);
            animation: scroll var(--anim-speed) linear infinite;
        }

        .slide {
            width: var(--image-width);
            height: auto;
            background-color: #1a1a1a;
            margin-right: var(--gap);
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-family: Arial, sans-serif;
        }

        @keyframes scroll {
            0% { transform: translateX(0); }
            /* 1セット分（全枚数分）左に移動したらリセット */
            100% { transform: translateX(calc(-1 * (var(--image-width) + var(--gap)) * var(--image-count))); }
        }

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
.sub{
	width: 100%;
	margin: 0% auto 0%;
}	
.sub_1{
	position: absolute;
	width: 51%;
	top:92%;
	right:2%;
}	
	.lead{
		width: 100%;
		font-size: 12px;
		line-height: 1.8em;
		letter-spacing: 0.03em;
		margin: 1% auto 2%;
		text-align: center;
	}	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	padding: 0;		
	}

	
	.st_wrap h1 {
		font-size: 20px;
		margin: 6% auto 1%;
	}	
    
	.st_wrap h2 {
		font-size: 16px;
        padding: 8% auto 4%;
	}
	
	.st_wrap h3 {
		font-size: 13px;
		margin: 8% auto 2%;
	}	

    .st_wrap p {
        font-size: .7rem;
        margin: 3% auto 0;
    }
	
	.st_wrap p br {
		display: none;
		padding-right: 10px;
	}
	
.bk01{
	background-color: white;
	padding: 3% 0 10%;
}	
	
.wrap_content {
	width: 100%;
	border: 0;
}		
#Main {
    width: 100%;
	margin: 0% auto 2%;
}	
 .swp2{
 width:100%;
}		
.slide_main{
 width:100%;
	margin: 10% auto 5%;
}
	
/* なび */
.container {
            width: 100%;
            margin: 10% auto 5%;
            padding: 0px;
            display: flex;
            flex-direction: column;
            gap: 20px; /* 段ごとの隙間 */
        }

        /* 各段の設定 */
        .row {
            display: flex;
            justify-content: center; /* 横方向の中央寄せ */
            gap: 5px; /* 四角同士の隙間 */
            flex-wrap: wrap; /* スマホで折り返す用 */
        }

        /* 四角のサイズ指定 */
        .box {
            background-color: #1a1a1a;
            /* 3枚並んだ時の1枚あたりの幅を計算 (隙間分を引く) */
            width: calc((100% - 20px) / 3); 
            aspect-ratio: 1 / 1;
        }	
	
    .t_P {
		width: 90%;
        font-size: 12px;
        margin: 5% 12%;
		margin-left: 15%;
    }
    
	.link_box {
		width: 100%;
	}
	
	.link_line {
		margin: 5% auto;
	}

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
.all_item{
	width:98%;
	margin: 8% auto 0;
}	
	.thum_box {
		width: 85%;
		margin: 5% auto 8%;
    padding: 0% 2% 2%;		
		flex-wrap: wrap;
		justify-content: center;
		gap: 3%;
	}

	.thumb {
		width: 48.5%;
		margin: 0% auto 0%;
	}
.thum_box2 {
	width: 100%;
	margin: 8% auto 5%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb2 {
	width: 85%;
	margin: 0 auto 2%;
	text-align:center;
    position: relative;
    padding: 0.5em 0.05em;
    margin: 0% auto;
    font-weight: bold;
}

.thumb2 img {
    width: 100%;
}
	
	.info_box {
		width: 95%;
		font-size: 12px;
		line-height: 1.6em;
		text-align: center;
		padding: 6% 3%;
		margin: 15% auto 5%;
	}
	

	

	.catch:before, .catch:after {
    	border-top: 2px solid;
	}
	
	
/* Button 1 */
.Btn-1 {
	font-size: 12px;
    line-height: 1.6em;
	margin: 1% auto 2%;
}
	
.Btn-2 {
        font-size: 15px;
    } 
.btn_code {
	font-size: 12px;
	text-align: center;
	margin: 5% auto 8%;
	width:80%;
}
	
	
	.triangle-button::after {
   	 	border-width: 5px 0 5px 5px;
	}
	
	
	
/*　スライドループ */	
  :root {
            /* 共通のデフォルト設定 */
            --image-width: 150px;
            --gap: 15px;
            --anim-speed: 40s;
        }
	
	
}

