@charset "utf-8";

html {
	max-width: 100vw;
}

body {
	max-width: 100%;
}

@media screen and (max-width: 1920px) {
    html {
        font-size: 0.5208333333vw;
    }
}

/* 背景画像 */
.fix-bg { 
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1; 
	width: 100%;
	height: 100vh; 
	pointer-events: none;
}

/* slick操作中でも縦スクロールを優先（iOSでスクロールが詰まる対策） */
.slick-slider,
.slick-list,
.slick-track{
	touch-action: pan-y;
}

.fix-bg .bg1{ 
	width: 100%; 
	max-width: 1280px; 
	height: 100%; 
	margin: 0 auto;
}

.fix-bg .bg1 { 
	z-index: 2; 
	background: url('../img/fix-bg/fix-1.webp') no-repeat 50% 0 / 1280px auto;
	position: absolute; 
	left: 50%; 
	top: 0; 
	transform: translateX(-50%);
}

html.os-win .fix-bg .bg1 {
	background-image: url('../img/fix-bg/fix-1-windows.webp');
}

@media (max-width: 640px) {
	.fix-bg .bg1,
	html.os-win .fix-bg .bg1 { 
		background: url('../img/fix-bg/fix-1@sp.webp') no-repeat 50% 0 / 100% auto;
	}
}

.spacer { 
	height: 560px;
}

.note { 
	width: 100%;
}

.note ul { 
	width: 100%; 
	font-size: 0;
}

.note ul li { 
	font-size: 10px;
}

@media (max-width: 481px) {
	.spacer { 
		height: 40vh;
	}
}

@keyframes shiny {
   0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0;}
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5;}
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1;}
 100% { -webkit-transform: scale(20) rotate(45deg); opacity: 0;}
}

#container{
	background: #AFDBFB;
}

/* KV */
#kv { 
	position: relative; 
	z-index: 10;
	height: auto;
}

#kv .inner-kv { 
	width: 100%; 
	z-index: 2;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	background-color: #fff;
}

#kv .inner-kv.sp{
	display: none;
	max-width: 100%;
}

#kv .inner-kv.pc .logo{
	margin-bottom: 24px;
	padding-top: 48px;
}

#kv .inner-kv.pc .logo img{
	width: 100%;
	max-width: 333px;
}

.mv_bg{
	position: absolute;
	top: 0;
	z-index: -1;
	background-color: #fff;
}

.mv_bg img{
	object-fit: cover;
	width: 100%;
}

#kv .kv-content-inner{
	text-align: center;
}

@media (max-width: 1280px) {
	#kv .kv-content-inner {
		padding-bottom: 160px;
	}
}

#kv .news { 
	max-width: 390px; 
	margin: 540px auto 0;
	text-align: left;
}

@media (max-width: 1280px) {
	#kv .news {
		margin: 370px auto 0;
	}
}

#kv .news a { 
	display: block; 
	width: 100%; 
	background: linear-gradient(180deg, #FFF 0%, #FFE4ED 100%);
}

#kv .news a dl { 
	display: table; 
	width: 100%;
}

#kv .news a dl dt,
#kv .news a dl dd { 
	display: table-cell; 
	vertical-align: middle;
}

#kv .news a dl dt { 
	width: 90px; 
}

#kv .news a dl dt img { 
	width: 100%;
}

#kv .news a dl dd { 
	padding: 0 18px; 
	color: #F37E95; 
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
}

#kv .news a dl dd span.title{
	font-weight: 800;
	margin-bottom: 6px;
	display: inline-block;
}

#kv .news a dl dd span.gray{
	color: #9F9F9F;
}

#kv .news a dl dd time { 
	display: block; 
	color: #757A7B;
	margin-top: 5px;
	font-weight: 500;
}

.kv-copy-small{
	color: #757A7B;
	font-size: 10px;
	text-align: left;
	margin: -64px 0 0 128px;
	width: fit-content;
}

@media (max-width: 1280px) {
	.kv-copy-small{
		margin: 32px 0 0 128px;
	}
}

.kv-content-inner-inner{
	display: flex;
}

@media (max-width: 896px) {
	#kv .inner-kv.pc{
		display: none;
	}

	#kv{
		overflow-x: hidden;
	}

	#kv .product{
		position: relative;
		left: 0;
		top: 0;
		z-index: -1;
		max-width: 100%;
		width: 100%;
	}

	#kv .inner-kv.sp{
		display: block;
		position: relative;
	}

	#kv .content_text-inner{
		position: absolute;
    	bottom: 20%;
		left: 22%;
	}

	#kv .news{
		bottom: 0;
        width: 100%;
        position: relative;
        top: 42rem;
	}

	#kv .news a dl dt{
		width: 90px;
	}

	#kv .news a dl dd{
		font-size: 10px;
		padding: 10px;
	}

	#kv .news a dl dd span.title{
		margin-bottom: 5px;
	}

	.kv-copy-small{
        margin: 200px 0 0;
	}
	#kv .news a dl dd time{
		margin-top: 8px;
	}
	img{
		width: 100%;
	}
}

@media (max-width: 640px) {
	.kv-copy-small{
		margin: 90px 24px 0;
	}

	#kv .content_text-inner{
		left: 0;
		bottom: 14%;
	}

	#kv .news{
		top: 15rem;
        left: 8%;
	}
}

@media (max-width: 480px) {
	#kv .content_text-inner{
		left: 0;
		right: 0;
	}

	#kv .news{
		max-width: 330px;
		top: 38rem;
		left: 0;
	}
}

/* title */
#title { 
	position: relative; 
	z-index: 10;
	top: 30px;
}

@media (max-width: 1280px) {
	#title {
		top: -120px;
	}
}

#title .inner { 
	position: relative; 
	width: 100%; 
	max-width: 1280px;
	margin: 0 auto;
}

#title .title { 
	text-align: center;
	background: url('../img/title/title_bg.webp') no-repeat 50% 0 / 100% auto;
	background-size: cover;
	padding: 177px 0;
}

#title .title img { 
	width: 100%; 
	max-width: 552px;
}

@media (max-width: 896px) {
	#title{
		top: -180px;
	}
	
}
@media (max-width: 640px) {
	#title{
		top: -70px;
	}

	#title .title img{
		max-width: 326px;
	}

	#title .title{
		background: url('../img/title/title_bg@sp.webp') no-repeat 50% 0 / 100% auto;
		padding: 160px 0;
		background-size: cover;
	}
}

@media (max-width: 480px) {
	#title .title{
		background: url('../img/title/title_bg@sp.webp') no-repeat 50% 0 / 100% auto;
		padding:110px 0;
		background-size: cover;
	}
}

/* campaign */
#campaign { 
	position: relative; 
	z-index: 9;
	top: 0;
}
#campaign .inner { 
	position: relative; 
	width: 100%; 
	max-width: 1280px; 
	margin: 0 auto; 
	padding-bottom: 220px;
}

#campaign .title { 
	text-align: center;
	background: url('../img/campaign/title_bg.webp') no-repeat 50% 0 / 100% auto;
	background-size: cover;
	padding: 90px 0 115px;
	position: relative;
	top: -80px;
}

#campaign .title img { 
	width: 100%; 
	max-width: 514px;
}

#campaign .campaign-inner{
	background: url('../img/campaign/campaign_inner_bg.webp') no-repeat 50% 0 / 100% auto;
	max-width: 740px;
	margin: 0 auto;
	padding: 68px 0;
}

#campaign .campaign-content{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-bottom: 28px;
}

#campaign .campaign-text img{
	width: 100%;
}

#campaign .campaign-btn{
	max-width: 406px;
	margin: 0 auto;
}

#campaign .campaign-btn img{
	width: 100%;
}

#campaign .campaign-btn a{
	display: block;
}
#campaign .campaign-btn a:hover{
	opacity: 0.8;
}

#campaign .campaign-cpn-wrap{
	max-width: 740px;
	margin: 16px auto 0;
	display: flex;
	justify-content: flex-end;
}

#campaign .campaign-cpn{
	width: 174px;
	height: 47px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: linear-gradient(187deg, #F37E95 16.25%, #FBB8C5 84.35%);
	box-shadow: 0 6px 6px #fff;
	color: #f8faff;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}

#campaign .campaign-cpn-label{
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}

#campaign .campaign-cpn-code{
	margin: 0;
	font-size: 17px;
	font-weight: 600;
}

#campaign .campaign-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#campaign .campaign-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 896px) {
	#campaign .campaign-inner{
		max-width: 90%;
		padding: 100px 24px;
	}

	#campaign .campaign-cpn-wrap{
		max-width: 90%;
	}
}

@media (max-width: 786px) {
	#campaign .campaign-inner{
		max-width: 90%;
		padding: 32px 24px 64px;
	}
}

@media (max-width: 640px) {
	#campaign .inner{
		padding-bottom: 120px;
	}

	#campaign .title img{
		max-width: 292px;
	}

	#campaign .campaign-inner{
		max-width: 330px;	
		padding: 24px 16px;
		position: relative;
		top: -48px;
		background: url('../img/campaign/campaign_inner_bg@sp.webp') no-repeat 50% 0 / 100% auto;
	}

	#campaign .campaign-cpn-wrap{
		max-width: 330px;
		margin-top: 0;
		position: relative;
		top: -40px;
	}

	#campaign .campaign-cpn{
		width: 120px;
		height: 34px;
		line-height: 1;
	}

	#campaign .campaign-cpn-label,
	#campaign .campaign-cpn-code{
		font-size: 12px;
	}

	.campaign-image img{
		width: 108px;
		height: 87px;
	}

	#campaign .campaign-content{
		gap: 0;
		margin-bottom: 24px;
	}

	.campaign-text img{
		width: 213px;
    	height: 120px;
	}

}
@media (max-width: 480px) {
	#campaign .title{
		background: url('../img/campaign/title_bg@sp.webp') no-repeat 50% 0 / 100% auto;
		background-size: cover;
		padding: 68px 0 84px;
	}
}

/* Which Series */
#series { 
	position: relative; 
	z-index: 9; 
	top: 0;
}

#series .inner { 
	position: relative; 
	width: 100%; 
	max-width: 1280px; 
	margin: 0 auto;
	padding-bottom: 196px;
}

#series .title { 
	text-align: center;
	background: url('../img/series/title_bg.webp') no-repeat 50% 0 / 100% auto;
	background-size: cover;
	padding: 91px 0 113px;
	position: relative;
	top: -120px;
}

#series .title img { 
	width: 100%; 
	max-width: 366px;
}

#series .series-list{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	top: -48px;
	max-width: 1024px;
	margin: 0 auto;
}

#series .series-list li img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#series .series-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#series .series-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.series-text {
    max-width: 1024px;
    width: min(1024px, 90%);
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
    margin: -40px auto 0;
    box-sizing: border-box;
	color: #767676;
}

@media (max-width: 1024px) {
	#series .series-list{
		margin: 0 24px;
	}
}

@media (max-width: 640px) {
	#series .title img{
		max-width: 244px;
	}
}

@media (max-width: 480px) {
	#series .title{
		background: url('../img/series/title_bg@sp.webp') no-repeat 50% 0 / 100% auto;
		background-size: cover;
		padding: 68px 0 98px;
	}

	#series .title img{
		max-width: 244px;
	}

	#series .inner{
		padding-bottom: 80px;
	}

	#series .series-list{
		display: block;
		margin: 0 auto;
		max-width: 327px;
		padding-bottom: 18px;
		position: relative;
		top: -64px;
	}

	#series .series-list .slick-list{
		margin: 0;
	}

	#series .series-list .slick-slide{
		padding: 0;
	}

	#series .series-list .slick-dots{
		bottom: 0;
		line-height: 0;
	}

	#series .series-list .slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 6px;
	}

	#series .series-list .slick-dots li button{
		width: 12px;
		height: 12px;
		padding: 0;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #14B1E2;
		opacity: 1;
	}

	#series .series-list .slick-dots li button:hover,
	#series .series-list .slick-dots li button:focus{
		background: #fff;
		border: 1px solid #14B1E2;
	}

	#series .series-list .slick-dots li.slick-active button{
		background: #14B1E2;
	}
}

/* how to use */
#howto { 
	position: relative; 
	z-index: 9;
	top: 20px;
}

@media (max-width: 640px) {
	#howto {
		top: 50px;
	}
}

#howto .inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: url(../img/howto/howto_bg.webp) no-repeat;
    background-size: cover;
}

#howto .title img{
	max-width: 343px;
	margin: 0 auto;
}

#howto .ttl{
	background: url('../img/howto/title_bg.webp') no-repeat;
	background-size: cover;
	padding: 90px 0 120px;
	text-align: center;
	top: -100px;
	position: relative;
	z-index: 1;
}

#howto .howto-inner{
	text-align: center;
    position: relative;
    top: -140px;
    padding: 100px 0 180px;
	max-width: 785px;
	margin: 0 auto;
}

#howto .howto-text{
	text-align: left;
	font-size: 10px;
	position: relative;
	top: -24px;
	color: #767676;
}

@media (max-width: 896px) {
	#howto .howto-inner img{
		width: 80%;
		margin: 0 auto;
		height: auto;
	}
	
	#howto .howto-text{
		width: 90%;
		margin: 18px auto 0;
	}
}

@media (max-width: 640px) {

	#howto .title img{
		max-width: 229px;
	}

	.howto-content img{
		width: 347px;
		height: 348px;
		object-fit: cover;
		position: relative;
		left: 9px;
	}

	#howto .howto-inner{
		padding-bottom: 0;
		top: -168px;
	}
}

@media (max-width: 480px) {
	#howto .ttl{
		background: url('../img/howto/title_bg@sp.webp') no-repeat 50% 0 / 100% auto;
		background-size: cover;
		padding: 70px 0 88px;
	}
}

/* 4points */
#points {
	position: relative;
	z-index: 9;
	top: 24px;
}

#points .inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: url(../img/points/point_bg.webp) no-repeat center top;
	background-size: 100% auto;
}

#points .title img{
	max-width: 572px;
	width: 100%;
	margin: 0 auto;
}

#points .ttl{
	background: url('../img/points/title_bg.webp') no-repeat 50% 0 / 100% auto;
	padding: clamp(40px, 6.5vw, 84px) 0 clamp(80px, 12.5vw, 160px);
	text-align: center;
	position: relative;
	z-index: 1;
	top: clamp(-300px, -21.875vw, -280px);
	background-size: cover;
}

#points .points-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	width: min(1024px, 90%);
	margin: 0 auto;
	column-gap: clamp(48px, 25.8vw, 330px);
	row-gap: 0;
	top: clamp(-280px, -18.75vw, -240px);
	position: relative;
	z-index: 2;
}

#points .points-list .points-item{
	position: relative;
	width: calc((100% - clamp(48px, 25.8vw, 330px)) / 2);
	max-width: 320px;
	flex: 0 0 auto;
}

#points .points-list .points-item:nth-child(2){
	top: clamp(40px, 9.375vw, 120px);
}

#points .points-list .points-item:nth-child(3){
	top: clamp(54px, -14vw, -180px);
	left: clamp(8px, 1.875vw, 24px);
}

#points .points-list .points-item:nth-child(4){
	right: clamp(40px, 9.375vw, 120px);
	top: clamp(200px, -9.375vw, -120px);
}

#points .points-list .points-item .point_bubble{
	display: block;
	width: 100%;
	transform-origin: center center;
	will-change: transform;
}

#points .points-list .points-item:nth-child(1) .point_bubble{
	animation: bubble-float-v1 3.2s ease-in-out infinite alternate;
}
#points .points-list .points-item:nth-child(2) .point_bubble{
	animation: bubble-float-v2 2.8s ease-in-out 0.5s infinite alternate;
}
#points .points-list .points-item:nth-child(3) .point_bubble{
	animation: bubble-float-v3 3.8s ease-in-out 0.3s infinite alternate;
}
#points .points-list .points-item:nth-child(4) .point_bubble{
	animation: bubble-float-v4 3s ease-in-out 0.8s infinite alternate;
}

#points .points-list .points-item .point_bubble img{
	display: block;
	width: 100%;
	height: auto;
}

#points .points-list .points-item .point_txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72%;
	z-index: 2;
}

#points .points-list .points-item:nth-child(3) .point_txt{
	left: 54%;
}

#points .points-list .points-item .point_txt img{
	will-change: transform;
}
#points .points-list .points-item:nth-child(1) .point_txt img{
	animation: point-txt-float-v1 3.2s ease-in-out infinite alternate;
}
#points .points-list .points-item:nth-child(2) .point_txt img{
	animation: point-txt-float-v2 2.8s ease-in-out 0.5s infinite alternate;
}
#points .points-list .points-item:nth-child(3) .point_txt img{
	animation: point-txt-float-v3 3.8s ease-in-out 0.3s infinite alternate;
}
#points .points-list .points-item:nth-child(4) .point_txt img{
	animation: point-txt-float-v4 3s ease-in-out 0.8s infinite alternate;
}

@keyframes bubble-float-v1{
	0%{ transform: translateY(9px) scale(1, 1); }
	100%{ transform: translateY(-9px) scale(1.08, 0.92); }
}
@keyframes bubble-float-v2{
	0%{ transform: translateY(6px) scale(1, 1); }
	100%{ transform: translateY(-6px) scale(1.06, 0.94); }
}
@keyframes bubble-float-v3{
	0%{ transform: translateY(11px) scale(1, 1); }
	100%{ transform: translateY(-11px) scale(1.1, 0.9); }
}
@keyframes bubble-float-v4{
	0%{ transform: translateY(8px) scale(1, 1); }
	100%{ transform: translateY(-8px) scale(1.07, 0.93); }
}

@keyframes point-txt-float-v1{
	0%{ transform: translateY(9px); }
	100%{ transform: translateY(-9px); }
}
@keyframes point-txt-float-v2{
	0%{ transform: translateY(6px); }
	100%{ transform: translateY(-6px); }
}
@keyframes point-txt-float-v3{
	0%{ transform: translateY(11px); }
	100%{ transform: translateY(-11px); }
}
@keyframes point-txt-float-v4{
	0%{ transform: translateY(8px); }
	100%{ transform: translateY(-8px); }
}

@media (prefers-reduced-motion: reduce){
	#points .points-list .points-item .point_bubble,
	#points .points-list .points-item .point_txt img{
		animation: none;
	}
}

#points .points-list .points-item:nth-child(2) .point_txt{
	top: 47%;
}

#points .points-list .points-item:nth-child(4) .point_txt{
	top: 45%;
}

#points .points-list .points-item .point_txt img{
	display: block;
	width: 100%;
	height: auto;
}

#points .points-copy{
	max-width: 738px;
	width: min(738px, 86%);
	margin: 0 auto;
	position: relative;
	top: clamp(-90px, -26.5vw, -340px);
	z-index: 2;
}

.points-copy img{
	width: 100%;
	height: auto;
}

.points-text{
	max-width: 1024px;
	width: min(1024px, 90%);
	font-size: 10px;
	line-height: 1.6;
	text-align: left;
	margin: 0 auto;
	position: relative;
	top: clamp(-64px, -22.5vw, -290px);
	padding-bottom: clamp(24px, 4vw, 48px);
	z-index: 2;
	box-sizing: border-box;
	color: #767676;
}

@media (max-width: 896px) {
	#points .points-list{
		column-gap: 28%;
	}

	#points .title img{
		width: 410px;
	}

	#points .points-list .points-item{
		width: 34%;
		max-width: none;
	}

	#points .points-list .points-item:nth-child(2){
		top: 8vw;
	}

	#points .points-list .points-item:nth-child(3){
		top: 10vw;
		left: 1.5vw;
	}

	#points .points-list .points-item:nth-child(4){
		right: 6vw;
		top: 15vw;
	}
}

@media (max-width: 640px) {
	#points{
		top: -32px;
		background: #fff;
		padding-bottom: 120px;
	}

	#points .ttl{
		background: url('../img/points/title_bg@sp.webp') no-repeat 50% 0 / 100% auto;
		padding: 60px 0 140px;
		top: -60px;
	}

	#points .title img{
		max-width: 287px;
	}

	#points .inner{
		background: url('../img/points/point_bg@sp.webp') no-repeat 50% 0 / 100% auto;
	}

	#points .points-list{
		width: 94%;
		column-gap: 22%;
		top: -60px;
	}

	#points .points-list .points-item{
		width: 38%;
		max-width: 148px;
	}

	#points .points-list .points-item:nth-child(2){
		top: 48px;
	}

	#points .points-list .points-item:nth-child(3){
		top: 0;
		left: 4px;
	}

	#points .points-list .points-item:nth-child(4){
		right: 28px;
		top: 36px;
	}

	#points .points-copy{
		width: 88%;
		top: -8px;
	}

	.points-text{
		width: 90%;
		font-size: 9px;
		top: 8px;
		padding-bottom: 40px;
	}
}

/* product */
#product {
	position: relative;
	z-index: 9;
	top: 24px;
	margin-bottom: -144px;
}

#product .program-title{
	max-width: 226px;
	margin: 0 auto;
}

#product .program-title img{
	width: 100%;
}

#product .inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	top: -64px;
}

#product .ttl{
	background: url('../img/product/title_bg.webp') no-repeat;
	background-size: cover;
	padding: 120px 0 130px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#product .product-content{
	background: url('../img/product/product_bg.webp') no-repeat center;
	padding: 130px 0 80px;
	position: relative;
    top: -80px;
	background-size: cover;
}

#product ul.product-list{
	max-width: 740px;
	margin: 0 auto;
}

.product-text-title img{
	width: 100%;
}

#product ul.product-list li.product-item{
	display: flex;
	align-items: center;
	gap: 64px;
	padding: 42px 60px;
	margin-bottom: 40px;
}

#product ul.product-list li.product-item.-blue {
	border-radius: 8px;
	background: linear-gradient(180deg, #AFDBF0 0.13%, #E8F6FC 50%) no-repeat center;
	box-shadow: 4px 4px 7px 0 rgba(157, 194, 212, 0.46);
}

#product ul.product-list li.product-item.-pink {
	border-radius: 8px;
	background: linear-gradient(180deg, #ECB3C3 0.13%, #FCF5F6 50%) no-repeat center;
	box-shadow: 4px 4px 6px 0 rgba(224, 151, 163, 0.20);
}

#product ul.product-list li.product-item.-purple {
	border-radius: 8px;
	background: linear-gradient(180deg, #C5A3D5 0.13%, #FAF7FC 50%) no-repeat center;
	box-shadow: 4px 4px 7px 0 rgba(186, 154, 200, 0.32);
}

.product-text-btn img{
	width: 100%;
}

#product .price{
	font-size: 24px;
	font-weight: 700;
	margin: 18px 0;
}

#product .price span{
	font-size: 17px;
}

#product ul.product-list li.product-item.-blue .price{
	color: #14B1E2;
}

#product ul.product-list li.product-item.-pink .price{
	color: #F37E95;
}

#product ul.product-list li.product-item.-purple .price{
	color: #B481B8;
}

.product-text-btn a{
	display: block;
}

.product-text-btn a:hover{
	opacity: 0.8;
}

.product-text-btn a.-disabled{
	pointer-events: none;
	cursor: default;
}

.product-text-btn a.-disabled:hover{
	opacity: 1;
}

.product-text{
	text-align: left;
	font-size: 10px;
	color: #767676;
	max-width: 740px;
	margin: 18px auto 0;
}

@media (max-width: 896px) {

	#product ul.product-list li.product-item img{
		height: auto;
	}

	#product ul.product-list,.product-text{
		max-width: 90%;
	}
}

@media (max-width: 640px) {
	#product{
		top: -90px;
	}
	#product .product-content{
		padding: 130px 0 64px;
	}
	#product .program-title img{
		max-width: 157px;
	}
	#product .ttl{
		background: url('../img/product/title_bg@sp.webp') no-repeat 50% 0 / 100% auto;
		background-size: cover;
		padding: 50px 0 64px;
	}
	#product ul.product-list{
		max-width: 330px;
	}
	#product ul.product-list li.product-item{
		padding: 24px 18px 24px 10px;
		gap: 0;
	}
	.product-image img{
		width: 94px;
		height: 180px;
	}
	#product .price{
		font-size: 13px;
		margin: 12px 0;
	}
	#product .price span{
		font-size: 10px;
	}
	#product ul.product-list li.product-item{
		margin-bottom: 32px;
	}
}

/* shop */
#shop { 
	position: relative; 
	z-index: 5;
}

#shop .inner { 
	position: relative; 
	width: 100%; 
	max-width: 1280px; 
	margin: 0 auto; 
	padding: 120px 0 240px; 
	background: url('../img/shop/shop_bg.webp') no-repeat center;
	background-size: cover;
}

#shop h2 { 
	margin-bottom: 32px; 
	text-align: center;
}

#shop h2 img{
	max-width: 180px;
	margin: 0 auto;
}

#shop h3 { 
	max-width: 620px;
	margin: 0 auto 48px;
}

#shop h3 img{
	width: 100%;
}

#shop .btn-shop{
	max-width: 330px;
	margin: 0 auto;
}

#shop .btn-shop a { 
	display: block; 
}

#shop .btn-shop a img { 
	width: 100%;
}

#shop .btn-shop a:hover{
	opacity: 0.8;
}

@media (max-width: 801px) {

}

@media (max-width: 640px) {
	#shop{
		top: -90px;
	}

	#shop .inner{
		padding: 12px 0 40px;
	}
	#shop h2{
		margin-bottom: 0;
	}
	#shop h2 img{
		max-width: 119px;
	}
	#shop h3{
		max-width: 310px;
		margin: 0 auto 20px;
	}
	#shop .btn-shop{
		max-width: 150px;
	}
}

#choose .ctn .tit{
	padding-bottom: 100px;
}

@media (max-width: 801px) {
	#choose .ctn .tit{
		padding-bottom: 120px;
	}
}