@charset "utf-8";

.fix-bg { position: fixed; left: 0; top: 0; z-index: 1; width: 100%; height: 100vh; }
.fix-bg.hide { opacity: 0;}
.fix-bg .bg1,
.fix-bg .bg2 { width: 100%; max-width: 1280px; height: 100%; margin: 0 auto;}
.fix-bg .bg1 { z-index: 2; background: url('../img/bg/fix-1.webp') no-repeat 50% 0 / 1280px auto; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
/* .fix-bg .bg2 { z-index: 1; background: url('../img/bg/fix-2.jpg') no-repeat 50% 50% / 1280px auto; position: relative;} */
@media (max-width: 640px) {
	.fix-bg .bg1 { background: url('../img/bg/fix-1@sp.jpg') no-repeat 50% 0 / 100% auto}
	/* .fix-bg .bg2 { background: url('../img/bg/fix-2@sp.jpg') no-repeat 50% 50% / 100% auto;} */
}
@media (max-width: 481px) {
	.fix-bg .bg1 { background: url('../img/bg/fix-1@sp.jpg') no-repeat 50% 0 / 100% auto}
	/* .fix-bg .bg2 { background: url('../img/bg/fix-2@sp.jpg') no-repeat 50% 50% / 100% auto;} */
}

.spacer { 
	height: 70vh;
}
#choose .ctn .tit { padding-bottom: 90px;}
.spacer.-second { 
	height: 70vh;
	min-height: 1000px;
}

@media (max-width: 940px) {
	.spacer { height: 1060px;}
}

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

@media (max-width: 801px) {
	.spacer { height: 560px;}
}

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



@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;}
}
#kv { position: relative; z-index: 10; background:#020202;}
#kv .inner-kv { position: absolute; inset: 0; width: 100%; z-index: 2;}
#kv .ctn { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; height: 100%;}
#kv .ctn .icn-new { position: absolute; top: 50%; right: 0; width: 50%; height: 80%; transform: translateY(-50%); display: flex; justify-content: center;}
#kv .ctn .icn-new .icn-new-inner { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: clamp(12px, 2.2vw, 28px);}
#kv .ctn .icn-new .inner { width: calc(100% - 48px); margin: 0 auto; display: flex; justify-content: center;}
#kv .ctn .icn-new .inner img { max-width: 506px; width: 100%;}

#kv .ctn .logo { width: 100%; max-width: 212px; margin: 0 auto 0;}
#kv .ctn .logo img { width: 100%;}
#kv .ctn .news {
	padding: 0 24px;
	max-width: 550px;
    width: 100%;
}
#kv .ctn .news a { display: block; max-width:391px; width: 100%; background: linear-gradient(180deg, #BEBEBE 0%, #FFF 50.48%, #BEBEBE 100%); order:2;}
#kv .ctn .news a dl { display: table; width: 100%;}
#kv .ctn .news a dl dt,
#kv .ctn .news a dl dd { display: table-cell; vertical-align: middle;}
#kv .ctn .news a dl dt { width: 105px; }
#kv .ctn .news a dl dt img { width: 105px; height:92px; vertical-align: middle; object-fit: cover;}
#kv .ctn .news a dl dd { padding-left: 16px; padding-right: 16px; color: #000000; font-size: 11px;}
#kv .ctn .news a dl dd span { display: block; font-weight: 700; line-height: 16px;}
#kv .ctn .news a dl dd time { display: block; color: #505050; }
#kv .note { max-width: 391px; width: 100%; margin-top: 12px; order: 1;}
#kv .note div { max-width: 100%; margin: 0 auto;}
#kv .note div ul { margin: 0; color: #fff;}
#kv .bg { position: relative; width: 100%; max-width: 1280px; margin: 0 auto;}
#kv .bg img { width: 100%;}
#kv .bg img.sp { display: none;}
@media (max-width: 801px) {
	#kv .bg img.pc { display: none;}
	#kv .bg img.sp { display: block; position: relative; top: -140px;}
	#kv .ctn .logo { margin: 48px auto 0; max-width: 150px;}
	#kv .ctn .icn-new .inner img{max-width: 358px;}
	#kv .ctn { height: 100%;}
	#kv .ctn .icn-new { left: 0; width: 100%; top: 0; transform: none; height: 100%;}
	#kv .ctn .news { position: absolute; left: auto; transform: initial; bottom: 20px; width: 100%; max-width: 100%; flex-direction: column; gap:10px;}
	#kv .ctn .news a { width: 100%; max-width: 391px; margin: 0 auto; order:1;}
	#kv .note{ max-width: 391px; margin: 0 auto;}
	#kv .note div ul { max-width: 100%; margin: 0 auto;}
	#kv .ctn .icn-new .icn-new-inner{ justify-content: flex-start; height: 100vh; gap:8px;}
}

@media (max-width: 680px) {
	#kv .bg img.sp { display: block; position: relative; top: -80px;}
}

@media (max-width: 580px) {
	#kv .bg img.sp { display: block; position: relative; top: -40px;}
}

@media (max-width: 540px) {
	#kv .bg img{ height: initial; object-fit: contain;}
	#kv .bg img.pc { display: none;}
	#kv .bg img.sp { display: block;}
}

@media (max-width: 481px) {
	#kv .bg img.sp { display: block; position: relative; top: 0;}
	#kv .ctn .logo { margin: 48px auto -4px;}
	#kv .ctn .icn-new .inner { position: relative; max-width:341px; width:100%; margin: 0 auto;}
	#kv .ctn .news { bottom: -86px;}
	#kv .ctn .news a dl dd { font-size: 12px; padding: 0 12px 0 16px;}
}
@media (max-width: 440px) {
	#kv .ctn .logo { margin: 48px auto -4px; max-width: 150px;}
}

@media (max-width: 410px) {
	#kv .ctn .logo { margin: 32px auto -4px; max-width: 120px;}
}


#lead { position: relative; z-index: 9;}
#lead .inner { 
	position: relative;
	width: 100%; max-width: 1280px;
	margin: 0 auto;
	background: url('../img/bg/1.webp') no-repeat 50% 0 / 1280px auto;
	aspect-ratio: 1280 / 664;
    background-size: contain;
}
/* #lead .lead-1 { background: url('../img/bg/2.png') no-repeat 50% 0 / 1280px auto; background-color: #070E16;} */
#lead .lead-1 div { width: 100%; max-width: 658px; margin: 0 auto; padding: 160px 0 140px;}
#lead .lead-1 div h3 { margin-bottom: 8px; text-align: center;}
#lead .lead-1 div h3 img { width: 100%; max-width: 100%; height: auto;}
#lead .lead-1 div h3 span { font-size: 46px;}
#lead .lead-1 div h3 ruby { position: relative; ruby-position: under; -webkit-ruby-position: after;}
#lead .lead-1 div h3 ruby rt { position: absolute; bottom: -1.6em; right: 0; font-size: 10px; text-align: right; text-shadow: none;}
#lead .lead-1 div p { color: #fff; font-size: 24px; font-weight: 700; line-height: 1;}
#lead .lead-1 div p ruby { position: relative; ruby-position: under; -webkit-ruby-position: after;}
#lead .lead-1 div p ruby rt { position: absolute; bottom: -1.6em; right: 0; font-size: 10px; text-align: right;}
#lead .lead-2 div { width: 90%; max-width: 700px; margin: 0 auto; padding: 40px 0 170px;}
#lead .lead-2 div p { color: #767676; font-size: 22px; font-weight: 600; letter-spacing: 0.2rem;}
#lead .lead-2 div p ruby { position: relative; ruby-position: under; -webkit-ruby-position: after;}
#lead .lead-2 div p ruby rt { position: absolute; bottom: -1.4em; right: 0; font-size: 10px; text-align: right;}
#lead .note { position: absolute; left: 0; bottom: 110px;}
#lead .note div { width: 90%; max-width: 1200px; margin: 0 auto;}
#lead .note div ul { max-width: 500px; margin: 0 0 0 auto; color: #fff;}
#lead .note div ul li { line-height: 1.4;}
@media (max-width: 801px) {
	#lead .inner {
		background: url('../img/bg/1@sp.webp') no-repeat 50% 100% / 100% auto;
		aspect-ratio: 800 / 890;
		top: -80px;
	}
	#lead .lead-1 div h3{ padding: 0 24px;}
	#lead .lead-1 div { padding: 50vw 0 0vw;}
	#lead .lead-2 div { padding: 3.0vw 0 20.0vw;}
	#lead .lead-2 div p { line-height: 1.8;}
	#lead .lead-2 div p span { display: block;}
	#lead .note { bottom: 10vw;}
	#lead .note div ul { width: 100%; max-width: 100%; margin: 0 auto;}
}
@media (max-width: 481px) {
	#lead .lead-1 div h3 { font-size: 16px;}
	#lead .lead-1 div h3 img { width: 100%; max-width: 100%;}
	#lead .lead-1 div h3 span { font-size: 28px;}
	#lead .lead-1 div h3 ruby rt { bottom: -12px;}
	#lead .lead-1 div p { font-size: 16px;}
	#lead .lead-1 div p ruby rt { bottom: -10px;}
	#lead .lead-2 div { padding: 2.4vw 0 28.0vw;}
	#lead .lead-2 div p { font-size: 16px;}
	#lead .lead-2 div p ruby rt { bottom: -10px;}
	#lead .note { bottom: 12vw;}
	#lead .note div ul li { display: inline;}
}

#system { position: relative; z-index: 8;}
#system::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 2560 / 410;
    height: auto;
    background: url('../img/bg/curve-bottom.webp') no-repeat 50% 0 / 100% 100%;
    pointer-events: none;
}
#system .inner { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; background: url('../img/bg/3.webp') no-repeat 50% 0 / 1280px auto;}
#system .ctn { width: 100%; margin: 0 auto; padding: 130px 0 0;}
#system .ctn .flex { display: flex; flex-direction: column; width: 100%; justify-content: space-between; align-items: center; padding: 0 0 80px; background-color: #020202;}
#system .system-block { background-color: #070E16;}
#system .ctn .txt { position: relative; z-index: 2;}
#system .ctn .fig { width: 100%; max-width: 1280px; position: relative; z-index: 1; margin-top: -110px;}
#system .ctn .txt h3 { text-align: center;}
#system .ctn .txt h3 img { width: 100%; max-width: 305px;}
#system .ctn .txt h3 img.sp { display: none;}
#system .ctn .fig figure img { width: 100%;}
#system .ctn .fig .note { width: 100%;}
#system .ctn .fig .note ul { width: 100%; max-width: 688px; color: #fff; margin: 0 auto;}
#system .ctn .fig .note ul li { line-height: 1.4;}
@media (max-width: 801px) {
	#system .inner { height: auto; background: url('../img/bg/3@sp.webp') no-repeat 50% 0 / 100% 100%;}
	#system .ctn .flex { display: block;}
	#system .ctn .txt { position: relative; z-index: 2; width: 100%; margin-bottom: 20px;}
	#system .ctn .fig { width: 100%; margin-top: -80px;}
	#system .ctn .fig figure { margin-bottom: -56px; text-align: center;}
	#system .ctn .fig .note ul { margin: 60px auto 0; padding: 0 24px 0;}
	#system .ctn .txt h3 img.pc { display: none;}
	#system .ctn .txt h3 img.sp { display: block; margin: 0 auto;}
}
@media (max-width: 481px) {
	#system .inner { background-size: 100% auto;}
	#system .ctn { padding: 24vw 0 0;}
	#system .ctn .txt { margin-bottom: 52px;}
}

@keyframes wave {
	0% { transform: translateY(0px);}
	50%{ transform: translateY(-10px);}
 100%{ transform: translateY(0px);}
}
@keyframes line {
	0% { transform: translate(-50%,-50%) scale(0.8); opacity: 0;}
	50%{ transform: translate(-50%,-50%) scale(1.0); opacity: 1;}
 100%{ transform: translate(-50%,-50%) scale(1.1); opacity: 0;}
}

#movie .bg2 { position: relative; margin-top: 64px; display: flex; flex-direction: column;}
#movie .ttl h2 { margin-bottom: 8px; text-align: center;}
#movie .ttl h2 img { width: 64%; max-width: 173px;}
#movie .ttl h2 img.sp { display: none;}
#movie .movie-block{ margin: -48px auto 0; text-align: center;}
#movie .movie-block img{max-width: 280px; height: auto; margin: 0 auto;}
#movie .bubble{ width: 100%; max-width: 440px; margin: 14px auto 0;}
#movie .bubble.-under{ margin-top: -38px;}
#movie .note { margin-top: 24px;}
#movie .note div { width: 90%; max-width: 1200px; margin: 0 auto;}
#movie .note div ul { max-width: 390px; margin: 0 auto; color: #fff;}
#movie .note div ul li { line-height: 1.4;}

@media (max-width: 801px) {
	#movie .bubble{ margin: 24px auto 0;}
	#movie .ttl h2 img{max-width: 173px;}
	#movie .note div ul { max-width: 500px; margin: 0 0 0 auto; color: #fff;}
	#movie .ttl h2 img.pc { display: none;}
	#movie .ttl h2 img.sp { display: block; margin: 0 auto;}
}

/* Movie Modal */
.movie-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.movie-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}
.movie-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}
.movie-modal-content {
	position: relative;
	width: 90%;
	max-width: 900px;
	z-index: 10001;
}
.movie-modal-close {
	position: absolute;
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	z-index: 10002;
	transition: opacity 0.3s;
}
.movie-modal-close:hover {
	opacity: 0.7;
}
.movie-modal-content video {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 801px) {
	.movie-modal-content {
		width: 80%;
		max-width: 100%;
	}
	.movie-modal-close {
		top: -35px;
		right: -5px;
		width: 35px;
		height: 35px;
		font-size: 35px;
	}
}
@media (max-width: 481px) {
	.movie-modal-close {
		top: -30px;
		right: 0;
		width: 30px;
		height: 30px;
		font-size: 30px;
	}
}
@media (max-width: 801px) {
	#movie .note { margin-top: 24px;}
	#movie .note div ul { width: 100%; max-width: 100%; margin: 0 auto;}
}
@media (max-width: 481px) {
	#movie .note { bottom: 12vw;}
	#movie .note div ul li { display: inline;}
}

#program { position: relative;  z-index: 7; }
#program::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -120px;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1280px;
	aspect-ratio: 2560 / 410;
	height: auto;
	background: url('../img/bg/curve-top.webp') no-repeat 50% 0 / 100% 100%;
	pointer-events: none;
}
#program .inner { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; padding-top: 20px; background: #020202 url('../img/program/bg-under.webp') no-repeat 50% bottom / 1280px auto; aspect-ratio: 1280 / 851;}
#program .inner .ctn { position: relative; overflow: hidden; height: 700px;}
#program .ttl { margin-bottom: 35px;}
#program .ttl h2 { margin-bottom: 40px; text-align: center;}
#program .ttl h2 img { width: 100%; max-width: 642px;}
#program .ttl h2 img.sp { display: none;}
#program .ttl h3 { margin-bottom: 20px; color: #fff; font-size: 27px; text-align: center;}
#program .ttl p { color: #767676; font-size: 22px; text-align: center;}
#program .slider { margin-bottom: 20px; overflow: visible;}
#program .slider .slick-list { overflow: visible !important;}
#program .slider .slick-track { overflow: visible;}
#program .slider .slick-slide { overflow: visible;}
#program .box { width: 96%; max-width: 680px; margin: 0 auto; overflow: visible;}
#program .box .box-inner { position: relative; padding: 40px 40px 0 54px; overflow: visible; display: flex; min-height: 366px; align-items: flex-start; background: url('../img/program/program-bg-pc.webp') no-repeat 50% 50% / contain; flex-direction: column;}
#program .box h3 { text-align: center; z-index: 10;}
#program .box h3 img { position: relative; width: 100%; max-width: 540px; z-index: 10;}
#program .box h3 img.sp { display: none;}
#program .box .box-ctn { padding-top: 24px;}
#program .box.care-1 .box-ctn {padding-top: 0;}
#program .box.care-2 .box-ctn { padding-top: 12px;}
#program .box.care-3 .box-ctn { padding-top: 24px;}
#program .box.care-4 .box-ctn { padding-top: 24px;}
#program .box.care-4 .box-ctn .fig .icn { width: 50px; position: absolute; animation: 3.0s linear wave infinite;}
#program .box.care-4 .box-ctn .fig .icn.icn-1 { top: 20px; right: 20px;}
#program .box.care-4 .box-ctn .fig .icn.icn-2 { top: 20px; left: 14px; animation-delay: 0.5s;}
#program .box.care-4 .box-ctn .fig .icn.icn-3 { bottom: 25px; right: 16px; animation-delay: 1.0s;}
#program .box.care-4 .box-ctn .fig .icn.icn-4 { bottom: 12px; left: 28px; animation-delay: 0.2s;}
#program .box.care-4 .box-ctn .fig .icn img { width: 100%;}
#program .box.care-1 h3 img {max-width: 540px; }
#program .box.care-2 h3 img {max-width: 433px; }
#program .box.care-3 h3 img {max-width: 478px; }
#program .box.care-4 h3 img {max-width: 538px; }
#program .box.care-5 h3 img {max-width: 569px; }
#program .box.care-5 .box-ctn{padding-top:0;}
#program .box .box-ctn .flex { display: flex; justify-content: space-between; gap:30px;}
#program .box.care-3 .box-ctn .txt { margin-bottom: 12px; margin-top:0;}
#program .box.care-3 .box-ctn .txt img { max-width: 537px; width: 100%;}
#program .box.care-4 .box-ctn .txt { margin-bottom: 12px;}
#program .box.care-4 .box-ctn .txt img { max-width: 278px; width: 100%;}
#program .box.care-4  .box-ctn .fig { max-width: 235px;}
#program .box.care-5 .box-ctn .txt { margin-bottom: 44px;}
#program .box.care-5 .box-ctn .txt img { max-width: 234px; width: 100%;}
#program .box .box-ctn .fig { width: 100%; position: relative;}
#program .box.care-5 .box-ctn .fig figure{ width: initial;}
#program .box.care-5 .box-ctn .fig { width: initial;}
#program .box.care-5 .box-ctn .flex{ align-items: flex-end; gap:56px;}
#program .box .box-ctn .txt p { color: #767676; font-size: 14px; font-feature-settings: 'palt';}
#program .box .box-ctn .txt p.mb { margin-bottom: 20px;}
#program .box .box-ctn .txt p sub { font-size: 10px;}

#program .box .box-ctn .note { font-weight: bold;}
#program .box .box-ctn .note ul { color: #738790;}
#program .box .box-ctn .note ul li { line-height: 1.25; font-weight: 400;}
#program .box.care-1 .box-ctn .note { max-width: 238px;}
#program .box.care-1 .box-ctn .note ul { max-width: 238px;width: 100%;}
#program .box.care-2 .box-ctn .note ul { width: 100%;}
#program .box.care-3 .box-ctn .note ul { width: 100%;}
#program .box.care-3 .box-ctn .note ul li{ max-width: 262px;}
#program .box.care-4 .box-ctn .note ul { width: 100%;}
#program .box.care-5 .box-ctn .note ul { width: 100%; text-align: right;}

#program .box.care-1 .box-ctn .fig .icn { width: 60px; position: absolute; animation: 3.0s linear wave infinite;}
#program .box.care-1 .box-ctn .fig .icn.icn-1 { top: 10px; right: 40px;}
#program .box.care-1 .box-ctn .fig .icn.icn-2 { top: 10px; left: 45px; animation-delay: 0.5s;}
#program .box.care-1 .box-ctn .fig .icn.icn-3 { bottom: 35px; right: 60px; animation-delay: 1.0s;}
#program .box.care-1 .box-ctn .fig .icn.icn-4 { bottom: 35px; left: 60px; animation-delay: 0.2s;}
#program .box.care-1 .box-ctn .fig .icn img { width: 100%;}
#program .box.care-1 .box-ctn .fig figure img { max-width:311px; width: 100%; margin: 0 auto;}

#program .box.care-2 .box-ctn .fig figure { text-align: center; display: flex; justify-content: center;}
#program .box.care-2 .box-ctn .fig figure img { max-width: 458px;width: 100%;}
#program .box.care-2 .fig img.sp { display: none;}
#program .box.care-3 .box-ctn .fig figure { text-align: center;}
#program .box.care-3 .box-ctn .fig figure img { max-width: 251px;width: 100%;}
#program .box.care-4 .box-ctn .fig figure { text-align: center; width: fit-content;}
#program .box.care-4 .box-ctn .fig figure img { max-width:235px; width: 100%;}

#program .box.care-5 .box-ctn .fig .bottle { position: relative; margin-bottom: 6px;}
#program .box.care-5 .box-ctn .fig .bottle div { position: relative; margin: -30px auto 0; text-align: center;}
#program .box.care-5 .box-ctn .fig img.bottle-L,
#program .box.care-5 .box-ctn .fig img.bottle-R { position: absolute; top: 0px; width: 100%;}
#program .box.care-5 .box-ctn .fig img.bottle-R { transform: translateX(60px);}
#program .box.care-5 .box-ctn .fig figure { position: relative;}
#program .box.care-5 .box-ctn .fig figure img { max-width:256px; width: 100%; }
/* #program .box.care-5 .box-ctn .fig figure img { width: 100%; opacity: 0; transition: 0.4s linear 1.2s;} */
/* #program .slick-active .box.care-5 .box-ctn .fig img.bottle-L,
#program .slick-active .box.care-5 .box-ctn .fig img.bottle-R { transform: translateX(0px);} */
/* #program .slick-active .box.care-5 .box-ctn .fig figure img { opacity: 1;} */

#program .box.care-5 .box-ctn .fig ul { width: 100%; max-width: 240px; margin: 0 auto; font-size: 0; text-align: center;}
#program .box.care-5 .box-ctn .fig ul li { display: inline-block; width: 32%;}
#program .box.care-5 .box-ctn .fig ul li span { position: relative; display: block; }
#program .box.care-5 .box-ctn .fig ul li span:before,
#program .box.care-5 .box-ctn .fig ul li span:after { content: ''; display: block; width: 100%; padding-top: 100%;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: transparent; border-radius: 50%;
 animation: 3.0s linear line infinite;
}
#program .box.care-5 .box-ctn .fig ul li:nth-child(1) span:before,
#program .box.care-5 .box-ctn .fig ul li:nth-child(1) span:after { border: solid 2px #c3cc42;}
#program .box.care-5 .box-ctn .fig ul li:nth-child(2) span:before,
#program .box.care-5 .box-ctn .fig ul li:nth-child(2) span:after { border: solid 2px #69c3be;}
#program .box.care-5 .box-ctn .fig ul li:nth-child(3) span:before,
#program .box.care-5 .box-ctn .fig ul li:nth-child(3) span:after { border: solid 2px #8297cb;}
#program .box.care-5 .box-ctn .fig ul li:nth-child(1) span:after,
#program .box.care-5 .box-ctn .fig ul li:nth-child(2) span:after,
#program .box.care-5 .box-ctn .fig ul li:nth-child(3) span:after { animation-delay: 0.8s;}
#program .box.care-5 .box-ctn .fig ul li img { width: 100%;}
#program .box.care-5 .box-ctn .fig ul li img.def { position: absolute; left: 0; top: 0; z-index: 1;}
#program .box.care-5 .box-ctn .fig ul li img.on { position: relative; opacity: 0; z-index: 2;}

@keyframes fade-InOut-1 {
		0%{ opacity: 0; }
	30% { opacity: 0; }
	40% { opacity: 1; }
	90% { opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes fade-InOut-2 {
		0%{ opacity: 0; }
	40% { opacity: 0; }
	50% { opacity: 1; }
	90% { opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes fade-InOut-3 {
		0%{ opacity: 0; }
	60% { opacity: 0; }
	70% { opacity: 1; }
	90% { opacity: 1; }
	100%{ opacity: 0; }
}

#program .slick-arrow{ bottom: -50px; left: 50%; transform: translateX(-50%); background: none;}
#program .slick-prev { margin-left: -130px;}
#program .slick-next { margin-left: 130px;}
#program .slick-prev:before ,
#program .slick-next:before { border-color: #fff;}

@keyframes circle {
	0% { stroke-dasharray: 0 366; }
	99.9%,to { stroke-dasharray: 366 366;}
}
#program .slide-aside { width: 80%; max-width: 640px; margin: 0 auto;}
#program .slide-aside ul { font-size: 0; text-align: center;}
#program .slide-aside ul li { position: relative; display: inline-block; width: 27px; margin: 0 8px;}
#program .slide-aside ul li span { position: relative; z-index: 2; display: block; color: #ccc; font-size: 13px; font-weight: 700; cursor: pointer; font-family: "Noto sans JP";}
#program .slide-aside ul li.current span { color: #fff;}
#program .slide-aside ul li:after{ content: ''; display: block; width: 22px; height: 22px; border: solid 2px #CCCCCC; border-radius: 50%;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1;
}
#program .slide-aside ul li svg { position: absolute; left: 50%; top: 50%; width: 25px; height: 25px; transform: translate(-50%,-50%) rotate(-90deg); z-index: 2;}
#program .slide-aside ul li svg circle { fill: transparent;}
#program .slide-aside ul li.current svg circle { stroke: #fff; stroke-width: 8; animation: circle 4.8s forwards;}
@media (max-width: 801px) {
	#program {overflow: visible;}
	#program::before{top:-90px;}
	#program:after { content: ''; display: block; width: 100%; background:#020202;}
	#program .inner { height: auto; aspect-ratio: auto; }
	#program .inner .ctn { background: url('../img/program/bg-under-sp.webp') no-repeat 50% bottom / contain; height: 910px;}
	#program .ttl p span { display: block; }
	#program .box {width:94%;}
	#program .ttl h2 img.pc { display: none;}
	#program .ttl h2 img.sp { display: block; margin: 0 auto; max-width: 400px;}
	#program .box h3 img { width:100%; max-width: 600px; margin: 0 auto;}
	#program .box h3 img.pc { display: none;}
	#program .box h3 img.sp { display: block; margin:0;}
	#program .box .box-ctn {padding-top: 16px;}
	#program .box.care-5 .box-ctn{padding-top:16px;}
	#program .box .box-ctn .flex { display: block; margin-bottom: 8px;}
	#program .box .box-ctn .txt { min-height: auto;}
	#program .box .box-ctn .fig { width: 100%; }
	#program .box .box-ctn .txt p br.pc { display: none;}
	#program .box .box-inner {padding: 92px 10px 24px 16px;; height:614px; justify-content: center;}
	#program .box.care-1 .box-inner { background: url('../img/program/program-bg01.webp') no-repeat 50% 50% / contain;}
	#program .box.care-2 .box-inner { background: url('../img/program/program-bg02.webp') no-repeat 50% 50% / contain;}
	#program .box.care-3 .box-inner { background: url('../img/program/program-bg03.webp') no-repeat 50% 50% / contain;}
	#program .box.care-4 .box-inner { background: url('../img/program/program-bg04.webp') no-repeat 50% 50% / contain;}
	#program .box.care-5 .box-inner { background: url('../img/program/program-bg05.webp') no-repeat 50% 50% / contain;}
	#program .box-inner-wrap{height: 440px;}
	#program .box.care-1 .box-ctn .txt { width: 100%; min-height: auto; margin-bottom: 20px;}
	#program .box.care-1 .box-ctn .fig { width: 100%; margin-bottom: 30px;}
	#program .box.care-1 .box-ctn{ padding-top:12px; }
	#program .box.care-2 .fig img.pc { display: none!important; }
	#program .box.care-2 .fig img.sp { display: block; }
	#program .box.care-2 .box-ctn .fig { width: 100%; margin: 0 auto 12px;}
	#program .box.care-3 .box-ctn { padding-top: 16px; }
	#program .box.care-3 .box-ctn .txt { width: 100%; min-height: auto; margin-bottom: 20px; margin-top:12px;}
	#program .box.care-3 .box-ctn .fig { width: initial;}
	#program .box.care-4 .box-ctn{ padding-top:0;}
	#program .box.care-4 .box-ctn .txt { width: 100%; min-height: auto; margin-bottom: 20px;}
	#program .box.care-4 .box-ctn .fig { width: 100%; margin-bottom:24px;}
	#program .box.care-5 .box-ctn .txt { width: 100%; margin-bottom: 20px; max-width: 203px;}
	#program .box.care-5 .box-ctn .fig { width: 100%; margin-bottom: 12px;}
	#program .box .box-ctn .note { position: relative; left: auto; bottom: auto;}
	#program .box .box-ctn .note ul { padding: 0px;}
	#program .box .box-ctn .note ul li{line-height: 1;}
	#program .box.care-1 .box-ctn .note ul { width: 100%;}
	#program .box.care-2 .box-ctn .note ul { width: 100%; margin:0 auto; padding: 0;}
	#program .box.care-3 .box-ctn .note ul { width: 100%; margin:0 auto; padding: 0;}
	#program .box.care-3 h3 img.sp{ max-width: 185px; margin: 0 auto;}
	#program .box.care-3 .box-ctn .fig figure img{ max-width: 200px; margin: 0 auto;}
	#program .box.care-4 .box-ctn .note ul { width: 100%;}
	#program .box.care-5 .box-ctn .note ul { width: 100%; text-align: left;}
	#program .box.care-1 .box-ctn .fig figure { position: relative; left: auto; bottom: auto;}
	#program .box.care-5 .box-ctn .fig .bottle div { margin: 0px auto 8px; text-align: center;}
}

@media (max-width: 720px){
	#program .inner .ctn { background:#020202 url('../img/program/bg-under-sp.webp') no-repeat 50% bottom / contain; height: 840px;}
} 

@media (max-width: 641px) {
	#program::before{top:-70px;}
	#program .inner { padding-top: 32px;}
	/* #program:after { padding-top: 164%; } */
}


@media (max-width: 481px) {
	#program::before{top:-40px;}
	#program:after { background-size: 100% auto;}
	#program .ttl { margin-bottom: 0px;}
	#program .ttl h2 { margin-bottom: 24px; padding: 0 24px;}
	#program .ttl h3 { margin-bottom: 8px; font-size: 15px;}
	#program .ttl p { font-size: 14px;}
	#program .box .box-inner { padding: 0 12px 16px; border-radius: 20px; padding-top: 92px;}
	#program .box .box-ctn { padding-top: 6px;}
	#program .box.care-5 .box-ctn { padding-top: 6px;}
	#program .box .box-ctn .txt p { font-size: 12px;}
	#program .box.care-1 .box-ctn .fig .icn { width: 36px;}
	#program .box.care-1 .box-ctn .fig .icn.icn-1 { top: 25px; right: 25px;}
	#program .box.care-1 .box-ctn .fig .icn.icn-2 { top: 20px; left: 25px;}
	#program .box.care-1 .box-ctn .fig .icn.icn-3 { bottom: 15px; right: 40px;}
	#program .box.care-1 .box-ctn .fig .icn.icn-4 { bottom: 15px; left: 40px;}
	
	#program .box.care-5 .box-ctn .txt { margin-bottom: 12px;}
}



#product { position: relative; z-index: 6;}
#product .inner-sct { position: relative; width: 100%; max-width: 1280px; margin: 0 auto 0;}
#product .ttl { position: absolute; left: 0; top: 0; width: 100%; z-index: 2;}
#product .ttl h2 { margin-bottom: 8px; text-align: center;}
#product .ttl h2 img { width: 100%; max-width: 250px;}
#product .ttl p { color: #767676; font-size: 20px; text-align: center;}
#product .bg { position: relative; z-index: 1;}
#product .bg img { width: 100%;}
#product .bg img.sp { display: none;}
#product .btn-more { position: absolute; left: 50%; transform: translateX(-50%); width: 100%; z-index: 2; transition: 0.3s ease; top: 696px;}
#product .btn-more .outer { width: 65%; max-width: 442px; margin: 0 auto; padding: 4px; background: linear-gradient(180deg, #6F6F6F 0%, #3B3B3B 51.44%, #6F6F6F 100%); border-radius: 10px; cursor: pointer;}
#product .btn-more .outer div { position: relative; padding: 12px 0; border: solid 2px #C8C8C8; border-radius: 8px;}
#product .btn-more .outer div:before,
#product .btn-more .outer div:after { content: ''; display: block; width: 3px; height: 20px; background: #fff; position: absolute; top: 50%; transition: 0.3s ease;}
#product .btn-more .outer div:before{ right: 20px; transform: translateY(-50%);}
#product .btn-more .outer div:after { right: 20px; transform: translateY(-50%) rotate(90deg);}
#product .btn-more .outer div p { color: #fff; font-size: 20px; font-weight: 700; text-align: center;}
#product .btn-more .outer:hover { opacity: 0.85;}

#product .btn-more.open { top: 780px;}
#product .btn-more.open .outer div:before{ transform: translateY(-50%) rotate(90deg);}

#product .hide-ctn { display: none;}

#product .bloc { background: #fff url('../img/product/bg-white-pc.webp') no-repeat 50% bottom / cover; height: 464px; display: flex; justify-content: center; align-items: center; margin: 0 auto;}
#product .bloc .inner { position: relative; width: 720px; padding: 60px 0 30px;}
#product .bloc .ctn { display: flex; align-items: center; width: 100%; max-width: 720px; margin: 0 auto;}
#product .bloc .item{ width: 28%;}
#product .bloc .txt { width: 70%;}

#product .bloc .item figure{ text-align: center;}
#product .bloc .item figure img { width: 92%; max-width: 160px;}
#product .bloc.-re .item figure img { width: 95%; max-width: 200px; margin-right: 24px;}
#product .bloc .txt { width: 80%;}
#product .bloc .txt h3 { margin-bottom: 20px; color: #646464; font-size: 25px; font-weight: 600; line-height: 1.4; text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;}
#product .bloc .txt h3 span { display: block; font-size: 33px; letter-spacing: -0.15rem;}
#product .bloc .txt p.descript { margin-bottom: 15px; color: #646464; font-size: 15px; font-weight: 700;}
#product .bloc .txt p.descript sub{ font-size: 10px;}
#product .bloc .txt p.price { margin-bottom: 10px; color: #646464; font-size: 16px; font-weight: 600;}
#product .bloc .txt dl { display: table; width: 100%; max-width: 280px; margin-bottom: 10px;}
#product .bloc .txt dl dt,
#product .bloc .txt dl dd { display: table-cell; vertical-align: middle;}
#product .bloc .txt dl dt { width: 80px;}
#product .bloc .txt dl dt img { width: 90%;}
#product .bloc .txt dl dd { color: #646464; font-size: 18px; font-weight: 700;}
#product .bloc .txt .btn-cart { width: 100%; max-width: 260px; margin-bottom: 20px;}
#product .bloc .txt .btn-cart span { display: block; background: #a4a7ab; border-radius: 50px; padding: 6px 0; color: #fff; font-size: 18px; text-align: center;}
#product .bloc .txt .btn-cart span svg { display: inline-block; width: 24px; margin-right: 10px; fill: #fff; vertical-align: middle;}
#product .bloc .txt .btn-cart span em { display: inline-block; font-weight: 700; vertical-align: middle;}

#product .bloc .txt .btn-cart a { text-align: center;}
#product .bloc .txt .btn-cart a svg { display: inline-block; width: 24px; margin-right: 10px; fill: #fff; vertical-align: middle;}
#product .bloc .txt .btn-cart a em { display: inline-block; font-weight: 700; vertical-align: middle;}
#product .bloc .txt .btn-cart a:hover { opacity: 0.8;}
#product .bloc .note { width: 100%; max-width: 700px; margin: 0 auto;}
#product .bloc .note ul { width: 92%; margin: 0 auto; text-align: left;}
#product .bloc .note ul li{color: #A7A7A7;}

#product .bloc-aside { background: linear-gradient(#e4f8ff 50%,#a9def4);}
#product .bloc-aside .inner { position: relative; padding: 30px 0;}
#product .bloc-aside .ctn { display: flex; align-items: center; width: 100%; max-width: 720px; margin: 0 auto; padding: 40px 0;}
#product .bloc-aside .item{ width: 28%;}
#product .bloc-aside .txt { width: 70%;}

#product .bloc-aside .item figure{ text-align: center;}
#product .bloc-aside .item figure img { width: 90%; max-width: 130px;}
#product .bloc-aside .txt { width: 80%;}
#product .bloc-aside .txt h3 { margin-bottom: 20px; color: #B79553; font-size: 22px; font-weight: 700; text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;}
#product .bloc-aside .txt h3 span { display: block; font-size: 28px; letter-spacing: -0.15rem;}
#product .bloc-aside .txt h3 br { display: none;}
#product .bloc-aside .txt p.price { margin-bottom: 10px; color: #B79553; font-size: 16px; font-weight: 700;}
#product .bloc-aside .txt .btn-cart { width: 100%; max-width: 260px; margin-bottom: 20px;}
#product .bloc-aside .txt .btn-cart span { display: block; background: #a4a7ab; border-radius: 50px; padding: 6px 0; color: #fff; font-size: 18px; text-align: center;}
#product .bloc-aside .txt .btn-cart span svg { display: inline-block; width: 24px; margin-right: 10px; fill: #fff; vertical-align: middle;}
#product .bloc-aside .txt .btn-cart span em { display: inline-block; font-weight: 700; vertical-align: middle;}

#product .bloc-aside .txt .btn-cart a { display: block; background: linear-gradient(#acd8f2,#75c1e5,#85cce6); border-radius: 50px; padding: 6px 0; color: #fff; font-size: 18px; text-align: center;}
#product .bloc-aside .txt .btn-cart a svg { display: inline-block; width: 24px; margin-right: 10px; fill: #fff; vertical-align: middle;}
#product .bloc-aside .txt .btn-cart a em { display: inline-block; font-weight: 700; vertical-align: middle;}
#product .bloc-aside .txt .btn-cart a:hover { opacity: 0.8;}

@media (max-width: 1240px) {
	#product .btn-more { top: 54vw;}
	#product .btn-more.open { top: 61vw;}
}

@media (max-width: 940px) {
	#product .btn-more { top: 46vw;}
	#product .btn-more.open { top: 59vw;}
}
@media (max-width: 801px) {
	#product .bloc {height: auto;}
	#product .bloc { background: #fff url('../img/product/bg-white.webp') no-repeat 50% 100% / cover;}
	#product .ttl { top: 10vw;}
	#product .ttl h2 { margin-bottom: 12px;}
	#product .bg img.pc { display: none;}
	#product .bg img.sp { display: block;}
	#product .btn-more { top: 126vw;}
	#product .btn-more.open { top: 126vw;}
	#product .inner-sct{  margin-top: 0;}
}

@media (max-width: 641px) {
	#product .bloc { background: #fff url('../img/product/bg-white.webp') no-repeat 50% 100% / cover;}
	#product .bloc .ctn { display: block;}
	#product .bloc .item{ width: 100%; margin-bottom: 12px;}
	#product .bloc .txt { width: 90%; margin: 0 auto;}
	#product .bloc .txt h3 { margin-bottom: 12px; font-size: 5.0vw; text-align: center;}
	#product .bloc .txt h3 span { font-size: 6.0vw;}
	#product .bloc .txt p.descript { margin-bottom: 10px; text-align: center;}
	#product .bloc .txt p.price { margin-bottom: 16px; text-align: center;}
	#product .bloc .txt dl { margin: 0 auto 10px; text-align: center;}
	#product .bloc .txt dl dt,
	#product .bloc .txt dl dd { display: inline-block;}
	#product .bloc .txt dl dd { padding-left: 8px;}
	#product .bloc .txt .btn-cart { margin: 0 auto 20px;}
	#product .bloc .note ul { text-align: center;}
	#product .bloc .note ul li { font-size:12px; text-align: left;}
	#product .bloc-aside .ctn { display: block; }
	#product .bloc-aside .item{ width: 100%; margin-bottom: 12px;}
	#product .bloc-aside .txt { width: 90%; margin: 0 auto;}
	#product .bloc-aside .txt h3 { margin-bottom: 12px; font-size: 4.0vw; text-align: center;}
	#product .bloc-aside .txt h3 span { font-size: 5.6vw; line-height: 1.25;}
	#product .bloc-aside .txt h3 br { display: block;}
	#product .bloc-aside .txt p.price { text-align: center;}
	#product .bloc-aside .txt dl { margin: 0 auto 10px;}
	#product .bloc-aside .txt .btn-cart { margin: 0 auto 20px;}
	#product .bloc-aside .note ul { text-align: center;}
	#product .btn-more .outer div{  padding: 9px 0;}
}

@media (max-width: 560px) {
	#product .ttl { top: 0;}
	#product .ttl h2 { margin-top: 40px;}
}

@media (max-width: 481px) {
	#product .bloc { background: #fff url('../img/product/bg-white.webp') no-repeat 50% 100% / cover;}
	#product .bloc.-re .inner { padding: 82px 0 64px;}
	#product .ttl p { font-size: 14px;}
	#product .ttl h2 { margin-top: 0;}
	#product .btn-more { top: 126vw;}
	#product .btn-more.open { top: 126vw;}
	#product .btn-more .outer { padding: 3px; border-radius: 6px;}
	#product .btn-more .outer div:before,
	#product .btn-more .outer div:after { width: 2px; height: 12px;}
	#product .btn-more .outer div p { font-size: 14px;}
	#product .bloc .inner { width: 100%; padding: 40px 0 40px;}
	#product .bloc .item figure img { width: 30%;}
	#product .bloc.-re .item figure img { max-width: 140px; margin-right: 0;}
	#product .bloc .txt h3 { font-size: 16px; line-height: 1.2;}
	#product .bloc .txt h3 span { font-size: 21px;}
	#product .bloc .txt p.descript { font-size: 14px;}
	#product .bloc .txt p.price { font-size: 14px;}
	#product .bloc .txt dl dt { width: 38px;}
	#product .bloc .txt dl dt img { width: 38px;}
	#product .bloc .txt dl dd { font-size: 13px; font-weight: 700;}

	#product .bloc .txt .btn-cart { margin: 0 auto 24px; max-width: 192px;}
	#product .bloc .txt .btn-cart span { font-size: 14px;}
	#product .bloc .txt .btn-cart span svg { width: 20px;}
	#product .bloc .txt .btn-cart a { font-size: 14px;}
	#product .bloc .txt .btn-cart a img { width: 192px; height: auto;}
	#product .bloc .txt .btn-cart a svg { width: 20px;}

	#product .bloc-aside .inner { padding: 12px 0;}
	#product .bloc-aside .ctn { padding: 20px 0;}
	#product .bloc-aside .item figure img { width: 30%;}
	#product .bloc-aside .txt h3 { font-size: 16px;}
	#product .bloc-aside .txt h3 span { font-size: 18px;}
	#product .bloc-aside .txt p.price { font-size: 14px;}

	#product .bloc-aside .txt .btn-cart { max-width: 210px;}
	#product .bloc-aside .txt .btn-cart span { font-size: 14px;}
	#product .bloc-aside .txt .btn-cart span svg { width: 20px;}
	#product .bloc-aside .txt .btn-cart a { font-size: 14px;}
	#product .bloc-aside .txt .btn-cart a svg { width: 20px;}
}

/* @media (max-width: 440px) {
	#program:after { padding-top: 232%; background-size: 100% auto;}
} */

/* @media (max-width: 420px) {
	#program:after { padding-top: 252%; background-size: 100% auto;}
} */

/* @media (max-width: 400px) {
	#program:after { padding-top: 272%; background-size: 100% auto;}
} */



#shop { position: relative; z-index: 5;}
#shop .inner { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; padding: 90px 0 70px; background: url('../img/bg/shop.webp') no-repeat 50% 0 / 1280px auto;}
#shop h2 { margin-bottom: 32px; text-align: center;}
#shop h2 img { width: 60%; max-width: 273px;}
#shop h3 { margin-bottom: 8px; color: #fff; font-size: 32px; text-align: center;}
#shop p { margin-bottom: 48px; color: #fff; font-size: 16px; text-align: center;}
#shop .btn-shop { width: 41%; max-width: 330px; margin: 0 auto;}
#shop .btn-shop a { display: block; border-radius: 10px; overflow: hidden;}
#shop .btn-shop a img { width: 100%; opacity: 0.8;}
#shop .btn-shop a img.sp { display: none;}
#shop .btn-shop a:hover img{ opacity: 1;}
@media (max-width: 801px) {
	#shop h2 { margin-bottom: 24px;}
	#shop .inner { background: url('../img/bg/shop@sp.jpg') no-repeat 50% 0 / cover;}
	#shop h3{ color: #fff; font-size: 20px;}
	#shop p { color: #fff; font-weight: 700; font-size: 16px;}
}
@media (max-width: 481px) {
	#shop .inner { padding: 40px 0;}
	#shop h2 { margin-bottom: 16px;}
	#shop h3 { margin-bottom: 5px; font-size: 18px;}
	#shop p { margin-bottom: 20px; font-size: 14px;}
	#shop .btn-shop a { display: block; border-radius: 5px;}
	#shop .btn-shop a img.pc { display: none;}
	#shop .btn-shop a img.sp { display: block;}
}

#campaign { position: relative; z-index: 4; width: 100%; max-width: 1280px; background-color:#fff; padding:44px 0 0; margin: 0 auto;}
#campaign .inner { width: 100%; max-width: 1280px; margin: 0 auto; position: relative;}
#campaign .ttl { margin-bottom: 20px; text-align: center;}
#campaign .ttl h2 img { width: 100%; max-width: 455px;}
#campaign figure { margin: 0; text-align: center;}
#campaign figure img { width: 100%; max-width: 1280px; margin: 0 auto;}
#campaign .campaign-txt { margin: 0; text-align: center;}
#campaign .campaign-txt img { width: 100%; max-width: 792px; margin: 0 auto;}
#campaign .btn-more { width: 100%; max-width: 292px; transition: 0.3s ease; position: absolute; bottom: 8vw; right:19vw;}
#campaign .btn-more .outer { width: 100%; max-width: 292px; margin: 0 auto; padding: 4px; background: linear-gradient(180deg, #6F6F6F 0%, #3B3B3B 51.44%, #6F6F6F 100%); border-radius: 10px; cursor: pointer;}
#campaign .btn-more .outer div { position: relative; padding: 12px 0; border: solid 2px #fff; border-radius: 8px;}
#campaign .btn-more .outer div:after { content: url('../img/campaign/btn-arrow.svg'); display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}
#campaign .btn-more .outer div a { color: #fff; font-size: 15px; font-weight: 700; text-align: center; display: block;}
#campaign .btn-more .outer:hover { opacity: 0.85;}
@media (max-width: 980px) {
	#campaign .btn-more { bottom: 7vw; right:14vw;}
}

@media (max-width: 801px) {
	#campaign .btn-more .outer{ max-width: 242px;}
	#campaign .btn-more { bottom: 7vw; right:10vw;}
	#campaign .ttl h2 img { width: 100%; max-width: 364px;}
}

@media (max-width: 641px) {
	#campaign {padding: 44px 0 40px;}
	#campaign .campaign-txt { margin-bottom: 16px;}
	#campaign .campaign-txt img { width: 100%; max-width: 792px; padding: 0 22px;}
	#campaign .ttl { margin-bottom: 24px;}
	#campaign .btn-more { position: static; margin: 0 auto;}
	#campaign .btn-more .outer{ max-width: 292px; border-radius: 10px;}
	#campaign .btn-more .outer div{padding: 11px 0; padding: 7px 5px;}
}
@media (max-width: 481px) {
	#campaign .inner { max-width: 100%; padding: 0; position: relative;}
	#campaign figure { margin: 0; width: 100%;}
	#campaign figure img { width: 100%; max-width: 100%;}
	#campaign .btn-more { margin: 12px auto 0;}
	#campaign .btn-more .outer div { padding: 8px 0; border: solid 1px #fff; border-radius: 4px;}
	#campaign .btn-more .outer div:after { right: 12px;}
}


.pc-block{display: block;}
.sp-block{display: none;}
@media (max-width: 641px) {
	.pc-block{display: none;}
	.sp-block{display: block;}
}