@charset "utf-8";

.notes div{ width: 92%; margin: 0 auto;}
.notes ul { width: 100%;}
.notes ul li { font-size: 11px; line-height: 1.4;}
@media (max-width: 641px) {
	.notes ul li { font-size: 9px;}
}

#kv { width: 100%;}
#kv .inner-kv { position: relative; width: 100%; max-width: 1280px; margin: 0 auto;}
#kv .ctn { position: absolute; left: 0; top: 0; width: 100%;}
#kv .ctn .txt { width: 50%; margin: 0 0 0 auto; padding-top: 80px;}
#kv .ctn p { margin-bottom: 60px; text-align: center;}
#kv .ctn p img { width: 55%; max-width: 320px;}
#kv .ctn h1 { text-align: center;}
#kv .ctn h1 img { width: 88%; max-width: 540px;}
#kv .news { position: absolute; left: 0; bottom: 120px; width: 100%; z-index: 3;}
#kv .news .inner { width: 50%; margin: 0 0 0 auto;}
#kv .news a { display: block; width: 82%; max-width: 400px; margin: 0 auto; border-radius: 6px;
 background: #fff; box-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
 color: #502612; text-decoration: none;
}
#kv .news a dl { display: table; width: 100%; padding: 8px 12px;}
#kv .news a dl dt,
#kv .news a dl dd { display: table-cell; vertical-align: middle;}
#kv .news a dl dt { width: 120px;}
#kv .news a dl dt img { width: 100%;}
#kv .news a dl dd { padding-left: 12px; font-size: 14px;}
#kv .news a dl dd sub { font-size: 12px;}
#kv .news a dl dd span { display: block;}
#kv .news a dl dd span.kome { font-size: 10px;}

#kv .notes { position: absolute; left: 0; bottom: 6%; width: 100%; padding: 16px 0; z-index: 2;}
#kv .notes div { width: 88%; margin: 0 auto;}
#kv .notes ul { width: 100%; max-width: 580px;}
#kv .notes ul li { color: #502612;}
#kv .bg { width: 100%;}
#kv .bg img { width: 100%;}
@media (max-width: 1281px) {
	#kv .ctn .txt { padding-top: 6.5vw;}
	#kv .ctn p { margin-bottom: 5.0vw;}
	#kv .news { bottom: 8vw;}

	#kv .notes { padding: 8px 0;}
	#kv .notes ul { width: 50%; max-width: 540px;}
}
@media (max-width: 1001px) {
	#kv .news a dl dt { width: 100px;}
}
@media (max-width: 801px) {
	#kv .ctn .txt { width: 100%; margin: 0 auto; padding-top: 6.0vw;}
	#kv .ctn p { margin-bottom: 6.0vw;}
	#kv .ctn p img { width: 40%; max-width: 240px;}
	#kv .news { bottom: 32vw;}
	#kv .news .inner { width: 100%;}
	#kv .notes { bottom: 20px; padding: 0px;}
	#kv .notes ul { width: 100%; max-width: 540px; margin: 0 auto;}
}
@media (max-width: 481px) {
	#kv .news a dl dt { width: 64px;}
	#kv .news a dl dd { font-size: 12px;}
	#kv .notes { bottom: 12px;}
}


.ttl { width: 100%; max-width: 1280px; margin: 0 auto; padding: 9px 0; background: #703b1d;}
.ttl:before,
.ttl:after { content: ''; display: block; width: 100%; height: 1px; background: url('../img/line.svg') no-repeat 50% 50% / 100% auto;}
.ttl div { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; padding: 6px 0 8px;}
.ttl h2 { line-height: 1; text-align: center;}
.ttl h2 img { width: 65%; max-width: 460px;}
@media (max-width: 481px) {
	.ttl { padding: 3px 0;}
	.ttl div { padding: 4px 0px;}
}


#topics {}
#topics .ttl { cursor: pointer;}
#topics .ttl div:after { content: ''; display: block; width: 21px; height: 21px; border-bottom: solid 2px #fff; border-right: solid 2px #fff;
 position: absolute; right: 2%; top: 50%; transform: translateY(-80%) rotate(45deg);
}
#topics .ttl div.open:after { transform: translateY(-35%) rotate(-135deg);}
#topics #topic-ctn { display: none;}
#topics .inner-sct { padding: 20px 0 60px; background: url('../img/bg/1.jpg') no-repeat 50% 0 / 1280px auto;}
#topics .ctn { width: 92%; max-width: 1040px; margin: 0 auto; font-size: 0; text-align: center;}
#topics .ctn:after { content: ''; display: block; width: 100%; height: 5px; border-top: solid 1px #502612; border-bottom: solid 1px #502612;}
#topics .item { display: inline-block; width: 25%; padding: 30px 0; vertical-align: top;}
#topics .item a { display: block; width: 100%; max-width: 250px; margin: 0 auto; color: #502612; text-decoration: none;	}
#topics .item a dl dt { width: 100%; margin: 0 auto 20px;}
#topics .item a dl dt img { width: 100%; border-radius: 12px;}
#topics .item a dl dd { font-size: 15px; font-weight: 600; text-align: left;}
#topics .item a dl dd time { display: block;}
@media (max-width: 801px) {
	#topics .item { width: 55%; padding: 20px 12px;}
	#topics .item a dl dt { margin-bottom: 12px;}
	#topics .item a dl dd { font-size: 12px;}
}
@media (max-width: 481px) {
	#topics .ttl div:after { width: 12px; height: 12px; right: 6%; border-width: 1px;}
	#topics .inner-sct { padding: 12px 0 30px;}
	#topics .ctn:after { height: 3px;}
	#topics .item a dl dt { margin-bottom: 8px;}
	#topics .item a dl dt img{ width: 85%; max-width: 140px; border-radius: 6px;}
	#topics .item a dl dd { font-size: 10px;}
}


#message {}
#message .inner-sct { position: relative; background: url('../img/bg/message.jpg') no-repeat 50% 50% / 1280px auto;}
#message .ctn { position: relative; width: 100%; max-width: 1280px; margin: 0 auto;}
#message .ctn:before { content: ''; display: block; width: 50%; height: 100%; position: absolute; right: 0; top: 0;
 background: url('../img/bg/message-2.jpg') no-repeat 0 50% / auto 100%;
}
#message .ctn .txt { width: 50%; padding: 80px 0 50px;}
#message .ctn .txt h3 { margin-bottom: 50px; text-align: center; transition: 1.6s linear; opacity: 0;}
#message .ctn .txt h3 img { width: 64%; max-width: 360px;}
#message .ctn .txt .inner { width: 90%; max-width: 300px; margin: 0 auto 60px;}
#message .ctn .txt h4 { margin-bottom: 20px; color: #fff; font-size: clamp(21px,3.2vw,32px); font-weight: 700; letter-spacing: 0.15rem; line-height: 1.4;
 transition: 1.6s linear; opacity: 0; transition-delay: 0.4s;
}
#message .ctn .txt p { margin-bottom: 20px; color: #fff; font-size: clamp(12px,1.8vw,18px); font-weight: 700; letter-spacing: 0.08rem; line-height: 1.8;
 transition: 1.6s linear; opacity: 0;
}
#message .ctn .txt p:nth-child(1) { transition-delay: 0.8s;}
#message .ctn .txt p:nth-child(2) { transition-delay: 1.0s;}
#message .ctn .txt p:nth-child(3) { transition-delay: 1.2s;}
#message .ctn .txt p:last-child { margin-bottom: 0px; transition-delay: 1.4s;}
#message .ctn .txt p span { display: block;}
#message .ctn .txt p sub { font-size: 10px; vertical-align: baseline;}
#message .notes div { width: 92%; max-width: 520px;}
#message .notes ul li { color: #fff;}
#message .ctn.show .txt h3 { opacity: 1;}
#message .ctn.show .txt h4 { opacity: 1;}
#message .ctn.show .txt p { opacity: 1;}
@media (max-width: 1001px) {
	#message .ctn .txt .inner { margin-bottom: 40px;}
}
@media (max-width: 801px) {
	#message .inner-sct { background: url('../img/bg/message@sp.jpg') no-repeat 50% 0% / 100% auto;}
	#message .ctn:before { display: block; width: 100%; padding-top: 68%; position: relative; top: auto; right: auto; background: none;}
	#message .ctn .txt { width: 100%; padding: 0px 0px 30px;}
	#message .ctn .txt .inner { max-width: 240px;}
	#message .ctn .txt p { margin-bottom: 12px;}
}
@media (max-width: 481px) {
	#message .ctn .txt { padding: 0px 0px 20px;}
	#message .ctn .txt .inner { max-width: 210px; margin-bottom: 20px;}
	#message .ctn .txt h3 { margin-bottom: 12px;}
	#message .ctn .txt p { margin-bottom: 8px; line-height: 1.65;}
}


#ppt .inner-sct { padding: 80px 0 40px; background: url('../img/bg/2.jpg') no-repeat 50% 0 / 1280px auto;}
#ppt .ctn { width: 88%; max-width: 1000px; margin: 0 auto 40px;}
#ppt .ctn .box { padding: 30px; background: #fff; border-radius: 10px; box-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;}
#ppt .ctn .box picture { display: block; width: 100%; max-width: 880px; margin: 0 auto;
 mask: linear-gradient(160deg, #fff calc(-40% + var(--progress) * 150%), transparent calc(var(--progress) * 200%));
 transition: 1.6s ease; opacity: 0; visibility: hidden; --progress: 0;
}
#ppt .ctn .box picture img { width: 100%;}
#ppt .notes div { width: 92%; max-width: 1020px;}
#ppt .ctn.show .box picture { translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1; visibility: inherit; --progress: 1;}
@media (max-width: 801px) {
	#ppt .ctn .box picture.mb { margin-bottom: 18px;}
}
@media (max-width: 481px) {
	#ppt .inner-sct { padding: 40px 0 20px;}
	#ppt .ctn { margin-bottom: 20px;}
	#ppt .ctn .box { padding: 12px; border-radius: 5px;}
}


@keyframes showInOUt2 {
 0% { opacity: 0;}
 40% { opacity: 0.85;}
100% { opacity: 0;}
}
@keyframes wave {
	0% { transform: translateY(0px);}
	50%{ transform: translateY(20px);}
100% { transform: translateY(0px);}
}
#concept .inner-sct { position: relative; padding: 0px 0px 60px; background: url('../img/bg/3.jpg') no-repeat 50% 0 / 1280px auto;}
#concept .inner-sct:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0;
 background: url('../img/bg/3-bubble.png') no-repeat 50% 0;
 transition: 0.6s ease-out; transform: translateY(30px); opacity: 0;
}
#concept.show .inner-sct:after { transform: translateY(0px); opacity: 1; animation: 4.0s wave linear infinite; animation-delay: 0.8s;}
#concept .spacer { padding-top: 400px;}
#concept .ctn { position: relative; width: 92%; max-width: 1000px; margin: 0 auto 50px; z-index: 10;}
#concept .ctn:before,
#concept .ctn:after { content: ''; display: block; width: 600px; height: 600px; border-radius: 50%;
 background: radial-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 12%, rgba(255,255,255,0.75) 30%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 72%);
 position: absolute; top: 0%; left: 50%; transform: translate(-50%, -30%) scale(0); z-index: 1;
 opacity: 0;
}
#concept .ctn:before{ transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;}
#concept .ctn:after { transition: transform 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;}

#concept .ctn h2 { position: relative; margin-bottom: 80px; text-align: center; z-index: 2; transition: 0.4s linear; opacity: 0; transition-delay: 1.2s;}
#concept .ctn h2 img { width: 80%; max-width: 520px;}
#concept .ctn p { margin-bottom: 60px; color: #fff; font-size: 24px; font-weight: 700; letter-spacing: 0.1rem; line-height: 1.8; text-align: center;
 transition: 0.4s linear; opacity: 0; transition-delay: 1.6s;
}
#concept .ctn p span { display: block;}
#concept .ctn p sub { font-size: 12px; vertical-align: baseline;}
#concept .ctn .movie { width: 92%; max-width: 640px; margin: 0 auto;}
#concept .ctn .movie .inner { position: relative; width: 100%; padding-top: 49%; background: #e6e6e6; overflow: hidden;}
#concept .ctn .movie img { width: 10%; max-width: 92px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#concept .ctn .movie iframe { width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

#concept .ctn.show:before{ transform: translate(-50%,-30%) scale(1.0); animation: showInOUt2 0.8s linear 0.4s forwards;}
#concept .ctn.show:after { transform: translate(-50%,-30%) scale(1.1); animation: showInOUt2 0.8s linear 0.4s forwards;}
#concept .ctn.show h2 { opacity: 1;}
#concept .ctn.show p { opacity: 1;}
#concept .notes div { width: 92%; max-width: 1060px;}
@media (max-width: 801px) {
	#concept .inner-sct { width: 100%; overflow: hidden;}
}
@media (max-width: 641px) {
	#concept .inner-sct { padding: 0px 0px 40px; background: url('../img/bg/3@sp.jpg') no-repeat 50% 0 / 100% auto;}
	#concept .inner-sct:after { background: url('../img/bg/3-bubble@sp.png') no-repeat 50% 0 / 100% auto;}
	#concept .spacer { padding-top: 50%;}
	#concept .ctn:before,
	#concept .ctn:after { transform: translate(-50%, -35%) scale(0);}

	#concept .ctn h2 { margin-bottom: 15vw;}
	#concept .ctn p { margin-bottom: 6vw; font-size: 18px;}

	#concept .ctn.show:before{ transform: translate(-50%,-35%) scale(1.0); }
	#concept .ctn.show:after { transform: translate(-50%,-35%) scale(1.1); }
}
@media (max-width: 481px) {
	#concept .inner-sct { padding: 0px 0px 20px;}
	#concept .ctn { margin-bottom: 30px;}
	#concept .ctn:before,
	#concept .ctn:after { transform: translate(-50%, -42%) scale(0);}
	#concept .ctn h2 { margin-bottom: 12vw;}
	#concept .ctn p { font-size: 14px; letter-spacing: 0.05rem;}
	#concept .ctn p sub { font-size: 9px;}

	#concept .ctn.show:before{ transform: translate(-50%,-42%) scale(0.65); }
	#concept .ctn.show:after { transform: translate(-50%,-42%) scale(0.8); }
}


#point .inner-sct { padding: 50px 0px; background: url('../img/bg/point.jpg') no-repeat 50% 0 / 1280px auto;}
#point .ctn { width: 88%; max-width: 1000px; margin: 0 auto 40px;}
#point .box { margin: 0 auto 80px; padding: 30px; background: #fff; border-radius: 10px; box-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;}
#point .box .inner { transition: 1.6s ease; opacity: 0; visibility: hidden; --progress: 0;
 mask: linear-gradient(160deg, #fff calc(-40% + var(--progress) * 150%), transparent calc(var(--progress) * 200%));
}
#point .box:last-child { margin-bottom: 0px;}
#point .box h3 { margin-bottom: 40px; text-align: center;}
#point .box picture { display: block; width: 100%; max-width: 640px; margin: 0 auto;}
#point .box picture img { width: 100%;}
#point .box .note.pt { padding-top: 20px;}
#point .box .note ul { width: 100%; max-width: 880px; margin: 0 auto;}
#point .box .note ul li { font-size: 10px;}

#point .box.show .inner { translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1; visibility: inherit; --progress: 1;}
#point .notes div { width: 92%; max-width: 1000px;}
@media (max-width: 801px) {
	#point .box { margin-bottom: 60px;}
	#point .box h3 { margin-bottom: 20px;}
}
@media (max-width: 481px) {
	#point .inner-sct { padding: 40px 0px 20px;}
	#point .ctn { margin-bottom: 20px;}
	#point .box { margin-bottom: 40px; padding: 12px; border-radius: 5px; box-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;}
	#point .box h3 { margin-bottom: 12px;}
	#point .box .note.pt { padding-top: 12px;}
	#point .box .note ul li { font-size: 9px;}
}


#serum .inner-sct { padding: 50px 0px; background: url('../img/bg/4.jpg') no-repeat 50% 0 / 1280px auto;}
#serum .ctn { width: 92%; max-width: 1000px; margin: 0 auto 30px;}
#serum .ctn h3 { margin-bottom: 32px; line-height: 1; text-align: center;}
#serum .ctn h3 span { display: inline-block; width: 80%; max-width: 680px; border: solid 1px #fff; border-radius: 12px; overflow: hidden;
 transition: 1.6s ease; opacity: 0; visibility: hidden; --progress: 0;
 mask: linear-gradient(160deg, #fff calc(-40% + var(--progress) * 150%), transparent calc(var(--progress) * 200%));
}
#serum .ctn h3 img { width: 100%;}
#serum .ctn .flex { display: flex; width: 100%; justify-content: space-between; align-items: center;}
#serum .ctn .img { width: 42%;}
#serum .ctn .txt { width: 52%;}
#serum .ctn .img picture { display: block; width: 96%; margin: 0 auto; transition: 1.6s ease; opacity: 0;}
#serum .ctn .img picture img { width: 100%;}
#serum .ctn .txt ul {}
#serum .ctn .txt ul li { padding: 18px; transition: 1.6s ease; opacity: 0; visibility: hidden; --progress: 0;
 mask: linear-gradient(160deg, #fff calc(-80% + var(--progress) * 200%), transparent calc(var(--progress) * 200%));}
#serum .ctn .txt ul li span { display: block; padding: 8px; background: #fff; border-radius: 8px; box-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;}
#serum .ctn .txt ul li img { width: 100%;}
#serum .ctn .txt ul li:nth-child(1) { transition-delay: 0.4s;}
#serum .ctn .txt ul li:nth-child(2) { transition-delay: 0.8s;}
#serum .ctn .txt ul li:nth-child(3) { transition-delay: 1.2s;}

#serum .ctn.show h3 span { opacity: 1; visibility: visible; --progress: 1;}
#serum .ctn.show .img picture { opacity: 1;}
#serum .ctn.show .txt ul li { opacity: 1; visibility: visible; --progress: 1;}

#serum .notes div { width: 92%; max-width: 1000px;}
@media (max-width: 801px) {
	#serum .inner-sct { background: url('../img/bg/4@sp.jpg') no-repeat 50% 0 / cover;}
	#serum .ctn h3 { margin-bottom: 20px;}
	#serum .ctn .img { width: 40%;}
	#serum .ctn .txt { width: 60%;}
	#serum .ctn .txt ul li span { padding: 4px; box-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;}
}
@media (max-width: 481px) {
	#serum .inner-sct { padding: 40px 0px 20px;}
	#serum .ctn {}
	#serum .ctn h3 { margin-bottom: 12px;}
	#serum .ctn .flex {}
	#serum .ctn .img { width: 32%;}
	#serum .ctn .txt { width: 65%;}
	#serum .ctn .txt ul li { padding: 12px 8px;}
	#serum .ctn .txt ul li span { padding: 2px; border-radius: 4px;}
}



#howto .inner-sct { padding: 50px 0 40px; background: url('../img/bg/5.jpg') no-repeat 50% 0 / 1280px auto;}
#howto .ctn { width: 88%; max-width: 1000px; margin: 0 auto 20px;}
#howto .ctn picture { display: block; width: 100%; transition: 1.6s ease; opacity: 0; visibility: hidden; --progress: 0;
 mask: linear-gradient(160deg, #fff calc(-80% + var(--progress) * 200%), transparent calc(var(--progress) * 200%));}
#howto .ctn picture img { width: 100%;}
#howto .notes div { max-width: 1100px;}
#howto .ctn.show picture { opacity: 1; visibility: visible; --progress: 1;}
@media (max-width: 481px) {
	#howto .inner-sct { padding: 32px 0 20px; background: url('../img/bg/5@sp.jpg') no-repeat 50% 0 / cover;}
}


#product {}
#product .inner-sct {}
#product .signboard { position: relative; width: 100%; max-width: 1280px; margin: 0 auto;}
#product .signboard picture { position: relative; text-align: center; z-index: 1;}
#product .signboard picture img { width: 100%;}
#product .signboard .btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 52%; z-index: 2;}
#product .signboard .btn .btn-trig { width: 90%; max-width: 330px; margin: 0 auto; }
#product .signboard .btn .btn-trig span { position: relative; display: block; width: 100%; padding: 10px 20px 12px; cursor: pointer;
 border: solid 1px #fff; border-radius: 12px; background: url('../img/btn.jpg') no-repeat 50% 50% / cover; box-shadow: 1px 1px 8px #502612;
 color: #fff; font-size: clamp(13px,2.4vw,24px); font-weight: 700; line-height: 1.2; text-shadow: 0px 0px 4px #502612, 0px 0px 4px #502612, 0px 0px 4px #502612;
}
#product .signboard .btn .btn-trig span:before,
#product .signboard .btn .btn-trig span:after { content: ''; display: block; width: 16px; height: 3px; background: #fff;
 position: absolute; right: 15px; top: 50%;
}
#product .signboard .btn .btn-trig span:before{ transform: translateY(-50%);}
#product .signboard .btn .btn-trig span:after { transform: translateY(-50%) rotate(90deg);}
#product .signboard .btn .btn-trig:hover span { opacity: 0.8;}

#product .signboard .btn .btn-trig.open span:after { transform: translateY(-50%) rotate(0deg);}

#product .hide-ctn { display: none;}
#product .hide-ctn .bg { padding: 40px 0; background: url('../img/bg/6.jpg') no-repeat 50% 0 / 1280px auto;}
#product .notes div { max-width: 1100px; padding-top: 60px;}
@media (max-width: 481px) {
	#product .signboard .btn .btn-trig span { padding: 8px 10px 9px; border-radius: 6px;}
	#product .signboard .btn .btn-trig span:before,
	#product .signboard .btn .btn-trig span:after { width: 10px; height: 2px; right: 8px;}
	#product .notes div { padding-top: 30px;}
}


#shop {}
#shop .inner-sct { padding: 60px 0px; background: url('../img/bg/7.jpg') no-repeat 50% 0 / 1280px auto;}
#shop .tab { width: 92%; max-width: 700px; margin: 0 auto 50px;}
#shop .tab ul { font-size: 0; text-align: center;}
#shop .tab ul li { display: inline-block; width: 50%; padding: 0 20px; color: #fff; font-size: clamp(13px,2.8vw,28px); font-weight: 700; line-height: 1.2;
 text-shadow: 1px 1px 4px #502612, 1px 1px 4px #502612;
}
#shop .tab ul li span.btn { display: block; width: 100%; padding: 10px 0 12px; border: solid 1px #fff; border-radius: 12px; cursor: pointer;
 background: url('../img/btn.jpg') no-repeat 50% 50% / cover; box-shadow: 2px 2px 8px #502612, 2px 2px 8px #502612;
}
#shop .tab ul li.on span.btn { background: url('../img/btn@on.jpg') no-repeat 50% 50% / cover; box-shadow: none;}
#shop .tab ul li span.btn span { font-size: clamp(15px,3.2vw,32px); letter-spacing: 0.05rem;}

#shop .tab-ctn { display: none; margin-bottom: 20px;}
#shop .tab-ctn.show { display: block;}
#shop .tab-ctn .shoplist { width: 92%; max-width: 700px; margin: 0 auto;}
#shop .tab-ctn .shoplist h4 { margin-bottom: 40px; font-size: clamp(16px,2.6vw,26px); font-weight: 700; text-align: center; text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;}
#shop .tab-ctn .shoplist ul { margin-bottom: 32px; font-size: 0;}
#shop .tab-ctn .shoplist ul li { display: inline-block; width: 33.333334%; padding: 8px; font-size: clamp(13px,2.1vw,21px); font-weight: 600; line-height: 1.2;}
#shop .tab-ctn .shoplist ul li a { display: block; width: 100%; padding: 2px;
 background: linear-gradient(-60deg,#86663d,#e8d5a5 25%,#f5f0dd 50%,#ccb992 65%,#e8d5a5 80%,#86663d); border-radius: 10px;
 color: #502612;
}
#shop .tab-ctn .shoplist ul li a span { display: block; padding: 16px 0; background: #fff; border-radius: 10px; text-align: center;}
#shop .tab-ctn .shoplist p.note { font-size: 14px; font-weight: 700; text-align: center; text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;}

#shop .campaign { padding: 60px 0;}
#shop .campaign .box { position: relative; width: 88%; max-width: 650px; margin: 0 auto;}
#shop .campaign figure { position: relative; z-index: 1;}
#shop .campaign figure img { width: 100%;}
#shop .campaign .btn { position: absolute; left: 0; bottom: 6%; width: 100%; z-index: 2;}
#shop .campaign .btn a { display: block; width: 90%; max-width: 570px; margin: 0 auto; border-radius: 50px; border: solid 1px #fff; overflow: hidden;
 box-shadow: 6px 6px 3px rgba(0,0,0,0.5);
}
#shop .campaign .btn a img { width: 100%;}
#shop .campaign .btn a:hover img { opacity: 0.8;}
#shop aside { padding: 40px 0px;}
#shop aside h4 { margin-bottom: 80px; text-align: center;}
#shop aside h4 span,
#shop aside h4 a { display: block; width: 45%; max-width: 340px; margin: 0 auto;}
#shop aside h4 img { width: 100%;}
#shop aside ul { font-size: 0px; text-align: center;}
#shop aside ul li { display: inline-block; width: 100px; vertical-align: middle;}
#shop aside ul li a { display: block; width: 50px; margin: 0 auto;}
#shop aside ul li a svg { width: 100%; height: auto; fill: #fff;}

#shop .notes div { max-width: 1100px; padding-top: 60px;}
@media (max-width: 801px) {
	#shop .tab { margin-bottom: 30px;}
	#shop .tab ul li { padding: 0 12px;}
	#shop .tab-ctn .shoplist h4 { margin-bottom: 20px;}
	#shop .tab-ctn .shoplist ul li { width: 50%;}
	#shop .tab-ctn .shoplist ul li a span { padding: 14px 0;}
	#shop .campaign { padding: 40px 0;}
	#shop aside h4 { margin-bottom: 40px;}
}
@media (max-width: 481px) {
	#shop .inner-sct { padding: 40px 0px 20px;}
	#shop .tab { margin-bottom: 24px;}
	#shop .tab ul li { padding: 0 8px;}
	#shop .tab ul li span.btn { padding: 8px 0 9px; border-radius: 8px; background-size: 100% 100%;}
	#shop .tab ul li.on span.btn { background-size: 100% 100%;}

	#shop .tab-ctn .shoplist h4 { margin-bottom: 12px;}
	#shop .tab-ctn .shoplist ul li { padding: 6px 8px;}
	#shop .tab-ctn .shoplist ul li a { border-radius: 6px;}
	#shop .tab-ctn .shoplist ul li a span { padding: 8px 0; border-radius: 6px;}
	#shop .tab-ctn .shoplist p.note { font-size: 12px;}
	
	#shop .campaign { padding: 30px 0;}
	#shop .campaign .btn a { box-shadow: 4px 4px 2px rgba(0,0,0,0.5);}

	#shop aside { padding: 20px 0px;}
	#shop aside h4 { margin-bottom: 20px;}
	#shop aside ul li { width: 60px;}
	#shop aside ul li a { width: 30px;}
	#shop .notes div { padding-top: 30px;}
}



.item p.lead { margin-bottom: 40px; font-size: clamp(13px,3.2vw,32px); font-weight: 700; text-align: center; text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;;}
.item .ctn { position: relative; width: 92%; max-width: 920px; margin: 0 auto; padding: 50px 0 28px;
	border-left: solid 1.8px #502612; background: url('../img/products/line.svg') repeat-y 0 40px / 30px auto;
}
.item .ctn .line { width: 100%; height: 2px; background: #502612; margin: 12px auto 6px;}
.item .ctn .flex { display: flex; justify-content: space-between; align-items: center; padding-left: 30px;}
.item .ctn .step { width: 32%; max-width: 320px;}
.item .ctn .tit { width: 68%;}
.item .ctn .step p { line-height: 1; text-align: center;}
.item .ctn .step p img { width: 85%; max-width: 128px;}
.item .ctn .tit p { font-size: 0px; font-weight: 700; text-align: left;}
.item .ctn .tit p span { color: #fff; font-size: clamp(18px,3.0vw,30px); font-weight: 700; letter-spacing: 0.1rem; text-shadow: 0px 0px 4px #502612, 0px 0px 4px #502612;}
.item .ctn .tit p sub { margin-right: 4px; font-size: 11px;}

.item .ctn .item{ width: 32%; max-width: 320px;}
.item .ctn .txt { position: relative; width: 68%;}
.item .ctn .item figure { text-align: center;}
.item .ctn .item figure img { width: 80%; max-width: 210px;}
.item .ctn .txt h3 { margin-bottom: 30px; font-size: clamp(20px,3.0vw,30px); font-weight: 700; letter-spacing: 0.1rem; line-height: 1.4; text-align: left;}
.item .ctn .txt p.amount { margin-bottom: 30px; color: #fff; line-height: 1.2;}
.item .ctn .txt p.amount span { display: inline-block; padding: 4px 20px; background: #502612; border-radius: 50px;}
.item .ctn .txt p.price { margin-bottom: 24px; font-size: clamp(12px,2.4vw,23px); }
.item .ctn .txt p.price span { display: block; font-size: clamp(14px,2.7vw,27px);}
.item .ctn .txt .btn-cart { width: 72%; max-width: 300px;}
.item .ctn .txt .btn-cart form { display: block; width: 100%; border-radius: 12px; overflow: hidden; border: solid 1px #fff;
 box-shadow: 6px 6px 3px rgba(0,0,0,0.5);
}
.item .ctn .txt .btn-cart form input[type="image"] { width: 100%;}
.item .ctn .txt .btn-cart a { display: block; width: 100%; border-radius: 12px; overflow: hidden; border: solid 1px #fff;
 box-shadow: 6px 6px 3px rgba(0,0,0,0.5);
}
.item .ctn .txt .btn-cart a img { width: 100%;}
.item .ctn .txt .aroma { width: 150px; position: absolute; right: 15%; top: 30%;}
.item .ctn .txt .aroma dl { text-align: center;}
.item .ctn .txt .aroma dl dt { margin-bottom: 8px;}
.item .ctn .txt .aroma dl dt img { width: 76%; max-width: 128px; }
.item .ctn .txt .aroma dl dd { color: #fff; font-size: 16px; font-weight: 700; line-height: 1.2; text-shadow: 0px 0px 4px #502612, 0px 0px 4px #502612, 0px -2px 4px #502612, 0px -2px 4px #502612;}
@media (max-width: 1001px) {
	.item .ctn .txt .aroma { right: 5%;}
}
@media (max-width: 801px) {
	.item .ctn .step { width: 25%;}
	.item .ctn .tit { width: 72%;}
	.item .ctn .txt .aroma { width: 100px; top: 20%;}
	.item .ctn .txt .aroma dl dt { margin-bottom: 4px;}
	.item .ctn .txt .aroma dl dd { font-size: 12px;}
}
@media (max-width: 641px) {
	.item .ctn .txt h3 { margin-bottom: 20px;}
	.item .ctn .txt h3 span { display: block;}
	.item .ctn .txt p.amount { margin-bottom: 20px;}
	.item .ctn .txt .aroma { top: 32%;}
}
@media (max-width: 481px) {
	.item p.lead { margin-bottom: 20px;}
	.item .ctn { padding: 12px 0 30px; background-size: 17px auto; background-position: 0px 5px;}
	.item .ctn .line { height: 1px;}
	.item .ctn .flex { padding-left: 24px;}
	.item .ctn .step { width: 25%;}
	.item .ctn .tit { width: 72%;}
	.item .ctn .tit p span { font-size: 15px;}
	.item .ctn .tit p sub { margin-right: 2px; font-size: 9px;}
	.item .ctn .txt h3 { margin-bottom: 15px;}
	.item .ctn .txt p.amount { margin-bottom: 10px; font-size: 11px;}
	.item .ctn .txt p.amount span { padding: 2px 12px;}
	.item .ctn .txt p.price { margin-bottom: 12px;}
	.item .ctn .txt .btn-cart form { border-radius: 6px; box-shadow: 4px 4px 2px rgba(0,0,0,0.5);}
	.item .ctn .txt .btn-cart a { border-radius: 6px; box-shadow: 4px 4px 2px rgba(0,0,0,0.5);}
	.item .ctn .txt .aroma { width: 80px; right: 0%;}
	.item .ctn .txt .aroma dl dt { margin-bottom: 0px;}
	.item .ctn .txt .aroma dl dd { font-size: 10px;}
}



.popup-box { position: relative;}
.popup-box .inner { position: relative; width: 92%; max-width: 1000px; margin: 0 auto; padding: 30px; background: #fff;}
.popup-box .flex { position: relative; display: flex; justify-content: space-between;}
.popup-box .img { width: 34%;}
.popup-box .txt { width: 62%;}
.popup-box .img figure { width: 100%; border: solid 1px #502612; text-align: center;}
.popup-box .img figure img { width: 55%; max-width: 180px;}
.popup-box .txt .flex-txt { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.popup-box .txt .left { width: 58%;}
.popup-box .txt .right{ width: 42%;}
.popup-box .txt h3 { margin-bottom: 20px; font-size: clamp(18px,2.8vw,28px); font-weight: 700; line-height: 1.4;}
.popup-box .txt h3 span { display: block;}
.popup-box .txt p.amount { color: #fff; font-size: 16px; line-height: 1.2;}
.popup-box .txt p.amount span { display: inline-block; padding: 4px 15px; background: #502612; border-radius: 50px;}
.popup-box .txt p.price { font-size: clamp(11px,2.0vw,20px); line-height: 1.4; text-align: center;}
.popup-box .txt p.price span { display: block; font-size: clamp(14px,2.7vw,27px);}
.popup-box .txt .links { margin-bottom: 50px;}
.popup-box .txt .links p { font-size: clamp(14px,2.4vw,24px); font-weight: 700; text-align: center;}
.popup-box .txt .links p svg { display: inline-block; width: 30px; margin-right: 15px; fill: #502612; vertical-align: middle;}
.popup-box .txt .links p span{ display: inline-block; vertical-align: middle;}
.popup-box .txt .links ul { font-size: 0;}
.popup-box .txt .links ul li { display: inline-block; width: 50%; padding: 8px; font-size: clamp(11px,2.0vw,18px); line-height: 1.15; vertical-align: middle;}
.popup-box .txt .links ul li form {}
.popup-box .txt .links ul li form input[type="image"]{ width: 100%;}
.popup-box .txt .links ul li a { display: block; padding: 12px 0; background: #502612; color: #fff; text-align: center;}
.popup-box .txt .links ul li span { display: block; padding: 12px 0; background: #967d71; color: #fff; text-align: center;}
.popup-box .txt .links ul li a em,
.popup-box .txt .links ul li span em { font-size: clamp(14px,2.1vw,21px); font-weight: 700;}
.popup-box .txt .links ul li a:hover { background: #967d71;}
.popup-box .txt .shop { width: 100%; max-width: 290px;}
.popup-box .txt .shop p { font-size: clamp(14px,2.4vw,24px); font-weight: 700; text-align: center;}
.popup-box .txt .shop ul { font-size: 0;}
.popup-box .txt .shop ul li { display: block; width: 100%; padding: 8px; font-size: clamp(13px,2.4vw,24px); }
.popup-box .txt .shop ul li a { display: block; padding: 8px 0; background: #fff; border: solid 1px #502612; color: #502612; font-weight: 700; text-align: center;}
.popup-box .txt .shop ul li a span {}
.popup-box .txt .shop ul li a:hover { color: #967d71;}
.popup-box .btn-close { position: absolute; right: -20px; top: -20px; width: 50px; height: 50px;}
.popup-box .btn-close div { position: relative; width: 100%; height: 100%; border: solid 2px #fff; background: #502612; border-radius: 50%; cursor: pointer;}
.popup-box .btn-close div:before,
.popup-box .btn-close div:after { content: ''; display: block; width: 2px; height: 50%; background: #fff;
 position: absolute; left: 50%; top: 50%;
}
.popup-box .btn-close div:before{ transform: translate(-50%,-50%) rotate(45deg);}
.popup-box .btn-close div:after { transform: translate(-50%,-50%) rotate(-45deg);}
@media (max-width: 1001px) {
	.popup-box .txt .links ul li a { padding: 9px 0;}
	.popup-box .txt .links ul li span { padding: 9px 0; }
}
@media (max-width: 801px) {
	.popup-box .txt .links ul li a { padding: 7px 0;}
	.popup-box .txt .links ul li span { padding: 7px 0; }
}
@media (max-width: 641px) {
	.popup-box .flex { display: block;}
	.popup-box .img { width: 40%; position: absolute; left: 0px; top: 0px;}
	.popup-box .txt { width: 100%;}
	.popup-box .txt .flex-txt { display: block; min-height: 32vw;}
	.popup-box .txt .left { width: 100%; margin-bottom: 20px; padding-left: 48%;}
	.popup-box .txt .right{ width: 100%; padding-left: 48%;}
	.popup-box .txt p.price { text-align: left;}
	.popup-box .txt .links { margin-bottom: 30px;}
	.popup-box .txt .shop ul { width: 50%; margin: 0 auto;}
}
@media (max-width: 481px) {
	.popup-box .inner { padding: 20px 15px;}
	.popup-box .txt .flex-txt { margin-bottom: 18px;}
	.popup-box .txt .left { margin-bottom: 8px;}
	.popup-box .txt h3 { margin-bottom: 8px;}
	.popup-box .txt p.amount { font-size: 11px;}
	.popup-box .txt p.amount span { padding: 2px 12px;}
	.popup-box .txt .links { margin-bottom: 20px;}
	.popup-box .txt .links p svg { width: 20px; margin-right: 8px;}
	.popup-box .txt .links ul li { padding: 4px;}
	.popup-box .txt .links ul li a { padding: 5px 0;}
	.popup-box .txt .links ul li span { padding: 4px 0;}
	.popup-box .txt .shop ul li.blank { display: none;}
	.popup-box .txt .shop ul li a { padding: 4px 0;}
}


