@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Sawarabi+Gothic&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
:root { --nreset-green: #49ba9a; --nreset-pink-dark: #30b8bf; }

* { box-sizing: border-box; margin: 0; padding: 0; }
.pc_br{display: inline-block;}
.sp_br{display: none;}
video, iframe, img { max-width: 100%; }

.fadeIn { opacity: 0; transition-duration: 1.2s; }
.fadeIn.inView { opacity: 1; }

.upIn, .upIn2 { transform: translateY(40px); }
.upIn.inView, .upIn2.inView { transform: translateY(0); }

.fs07 { font-size: 0.7em; }

.fs08 { font-size: 0.8em; }

.txtR { text-align: right; }

.txtC { text-align: center; }

.tb, .ssp, .sp { display: none; }

.d_ib { display: inline-block; font-style: normal; }

.ffm { font-family: "Shippori Mincho", serif; }

.ffg { font-family: "Noto Sans JP", sans-serif; }

i.ffm { font-style: normal; }

.container { width: 1080px; max-width: 92%; margin-left: auto; margin-right: auto; color: #222; }
.container h2 {  }
.container h4 { font-weight: 400; font-size: clamp(14px, 4vw, 1.1em); }

.mx-auto { margin-left: auto; margin-right: auto; }

.flex { display: flex; }

.note { font-size: 11px; font-family: "Noto Sans JP", sans-serif; }
.note .flex { flex-wrap: wrap; }
.note .flex li { padding-right: 1em; }
.note .flex li:last-child { width: 100%; }

.navigation { background: none; box-shadow: none; transition: all 0.3s ease-in-out; }
.navigation.scrolled { background: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 3px -1px rgba(4, 0, 0, 0.1); }

main.nreset { margin-top: 0; }

.nreset { background-color: #bee5df; line-height: 1.6; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 16px; overflow: hidden; position: relative; }

.nreset ul, .nreset ol { list-style: none; }
.nreset sup { font-size: clamp(9px, 0.5em, 14px); transform: translateY(-0.3em); display: inline-block; }

.kv { overflow: hidden; position: relative; background: url(../images/KV_hsj.jpg) no-repeat center; background-size: 130vw; line-height: 0;background-color: #FFF; }
.kv h1 { position: absolute; left: 50%; top: 45%; transform: translate(-140%, -70%); width: 421px; max-width: 77%; transition-delay: 1.0s; transition-duration: 2.0s; }
.kv h1 img { margin-bottom: 2rem; }
.kv h2 { width: 185px; max-width: 24%; position: absolute; left: 50%; top: 46%; transform: translate(200%, -80%); transition-delay: 1.0s; transition-duration: 2.0s; }
.kv figure { width: 130vw; height: auto; opacity: 0; }

.lead { background-image: linear-gradient(to bottom, #FFF 0%, rgba(235, 212, 203, 0) 100%); padding: 6rem 0 3rem; margin-top: -1px; position: relative; }
.lead h3 { font-size: 1.75em; text-align: center; font-weight: 100; line-height: 2.4; margin-bottom: 5rem; }
.lead h3 sup { font-size: 0.5em; }
.lead h3 .ls { letter-spacing: -0.5em; }
.lead .container { padding: 0 0rem; position: relative; z-index: 2; }
.lead_wrap { width: 1240px; max-width: 100%; margin-left: auto; margin-right: auto; position: relative; }
.lead.inView.intersect .lead_wrap::after { opacity: 1; }
.lead-observer { display: block; height: 50%; position: absolute; left: 0; bottom: 0; width: 100%; z-index: 1; }

.prd { 
    padding:0 0 8rem 0; 
    text-align: center;
    background-image: url("../images/bg02.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 85vw;
}

.prd_box { justify-content: center; align-items: center; }
.prd_ph { order: 2; }
.prd_tx .time { 
    color: var(--nreset-pink-dark); 
    font-weight: 400; 
    font-size: 1.15em;
    border: 1px solid var(--nreset-pink-dark);
    display: inline-block;
    margin: 0 0 25px 0;
    padding: 10px 30px;
    background-color:rgba(255,255,255,0.6) ;
}
.prd_tx dl { margin-bottom: 1rem; }
.prd_tx dt { line-height: 1.7; min-height: 2em; color: #333; font-weight: 400; font-size: 1.65em; }
.prd_tx dt::after { content: ""; display: block; margin: 8px auto; width: 1px; height: 21px; transition-duration: 1.0s; transition-delay: 0.1s; border-right: 1px solid #333; }
.prd_tx dd { font-size: 1.35em; font-weight: 300;line-height: 1.7;}
p.font_s{font-size: 0.7em;}
p.prd_intro{
    font-size: 1.3em;
    line-height: 1.9em;
    margin: 50px auto;
    font-weight: 300;
    border-bottom: 1px solid var(--nreset-pink-dark);
    border-top: 1px solid var(--nreset-pink-dark);
    border-radius: 40px;
    padding: 60px 50px;
    display: inline-block;
    background-color:rgba(255,255,255,0.6) ;
    
}
.prd_tx .prd-btn a.prd-btn-post { background: url(../images/btn-buy.png) no-repeat 0 0; background-size: contain; }
.prd_tx .prd-btn a.prd-btn-post img { opacity: 0; transition-duration: 0.8s; }
.prd_tx .prd-btn a.prd-btn-post:hover img { opacity: 1; }


.fragrance { padding: 15rem 0 6rem;
background-image:url("../images/bg01.png");
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top center;
}
.fragrance dt { margin-bottom: 1rem; }
.fragrance dt img { height: 32px; }
.fragrance dd { font-family: 'Noto Sans JP', sans-serif; line-height: 2; font-size: 1.1em; text-align: center; }
.fragrance figure { position: relative; width: 431px; aspect-ratio: 431 / 322; display: flex; align-items: center; justify-content: center; }
.fragrance figure .bg { content: ''; display: block; background: url("../images/fragrance-fig-bg.jpg") no-repeat; background-size: contain; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition-delay: 1.5s; }
.fragrance figure .bg.inView { opacity: 1; }
.fragrance figure img { width: 324px; position: relative; z-index: 2; transition-delay: 0.5s; }
.fragrance .container { width: 835px; }
.fragrance .flex { align-items: center; margin-top: 6.6rem; }
.fragrance .flex dl { margin-right: 4.8rem; }

.use { padding: 0 0 4rem; }
.use_box { padding: 3rem 0; margin: 40px 0; border: 1px solid #2eb6bd; border-radius: 40px;}
.use_box em { display: block; font-style: normal; font-size: 0.85em; white-space: nowrap; }
.use_box ul { justify-content: center; align-items: center; }
.use_box li { text-align: center; min-width: auto; }
.use_box li img { height: 150px; }
.use_box li.use-02 { margin: 0 3rem 0 2rem; padding: 0 6rem 0 7rem; transition-delay: 0.2s; }
.use_box li.use-03 { margin:0 3rem 0 0; padding: 0 3rem 0 0; transition-delay: 0.2s; }
.use_box li.use-02::before, .use_box li.use-02::after, .use_box li.use-03::after
{ content: ""; width: 25px; height: 25px; border: #555 solid 1px; border-bottom: 0; border-left: 0; position: absolute; bottom: 50%; transform: rotate(45deg); z-index: 2; }
.use_box li.use-02::before { left: 10px; }
.use_box li.use-02::after,.use_box li.use-03::after { right: 10px; }
.use_box li.use-03 { transition-delay: 0.6s; }
.use_box li.use-04 { transition-delay: 0.6s; }
.use h2,.fragrance h2 { font-size: 1.8em; font-weight: 500; }
.use_box li.use-03 img{ width: 230px; min-width: 150px; height: auto; }


/*resp---------------------------*/
@media (max-width: 1480px) { .kv { background-size: 130vw; background-position: top; }
  .kv h1 { width: 32%; max-width: 421px; }
  .kv h2 { width: 16%; max-width: 185px; transform: translate(180%, -80%); }
  .kv figure { max-width: 150%; } }
@media (max-width: 1440px) { .nreset::before, .nreset::after { min-width: 0; } }
@media (max-width: 767px) { 
    header { background: none; box-shadow: none; transition: all 0.3s ease-in-out; }
  header .shopmenu-mobile-toggle:link, header .shopmenu-mobile-toggle:visited { background: none; }
  header.scrolled { background-color: #fff; box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.2); }
  .pc { display: none; }
  .sp { display: block; }
.pc_br{display: none;}
.sp_br{display: inline-block;}
    .note { font-size: 9.5px; color: #555;}
  .shopmenu-mobile { top: 55px; }
  .container h2 { padding-bottom: 0rem; }
  .kv figure { width: 100%; opacity: 1; }
  .kv h1, .kv h2 { display: none; }
  .lead { padding: 70px 0 0 0; background-image: linear-gradient(to bottom, #FFF -30%, rgba(235, 212, 203, 0) 90%); }
  .lead h2 img { max-width: 40vw; margin-bottom: 1rem; }
  .lead h3 { font-size: clamp(15px, 4.4vw, 22px); letter-spacing: -0.04em; white-space: nowrap; }
  .lead .copy { display: flex; flex-direction: column; align-items: center; margin-bottom: 80px; }
  .lead .copy h1 { order: 2; }
  .lead .copy h1 span { display: block; text-align: center; margin-bottom: 1em; }
  .lead .copy h1 span img { max-width: 75%; }
  .lead .container { padding: 0; }
  .lead .note .flex { display: block; }
  .lead_wrap::after { background-size: 50%, 60%; background-position: -20% 85%, 125% 45%; }
  .prd { padding: 0rem 0; }
  .prd_box { display: block; text-align: center; }
  .prd_tx dt::after { margin: 8px auto; width: 1px; }
  .prd_tx dd { font-size: clamp(15px, 4.8vw, 18px); white-space: nowrap; }
  
  .fragrance { padding-bottom: 4rem; }
  .fragrance dt img { height: clamp(31px, 6.5vw, 51px); }
  .fragrance dd { font-size: 1.0em; line-height: 1.6; white-space: nowrap; letter-spacing: -0.02em; }
  .fragrance .flex { flex-direction: column; align-items: flex-start; }
  .fragrance .container.f01 { max-width: 100%; }
  .fragrance .container.f01 dl { width: 92%; margin: 0 auto; }
  .fragrance .container.f01 dd { font-size: 1.1em; line-height: 1.6; }
  .use h2, .use h4 { text-align: left; }
    
.use_box { width: 85%; padding: 2rem 0; margin: 30px auto;}
  .use_box ul { flex-direction: column; align-items: center; }
  .use_box li.use-01 img, .use_box li.use-02 img, .use_box li.use-04 img { min-width: none; height: 120px; }
  .use_box li.use-03 img{ width: auto; min-width: none; height: 46vw; max-height: 200px; }
  .use_box li.use-02 { padding:2rem 0 3rem; margin: 1rem 0 0; }
  .use_box li.use-03 { padding:0rem 0 3rem; margin: 2rem 0 0; }
  .use_box li.use-02::before, .use_box li.use-02::after,
  .use_box li.use-03::before, .use_box li.use-03::after
    { left: 50%; transform: translateX(-50%) rotate(135deg) scale(0.5);width: 35px;  height: 35px;}

  .use_box li.use-02::before,.use_box li.use-03::before { top: 0; }
  .use_box li.use-02::after,.use_box li.use-03::after { bottom: 0rem; }
  .use_box li.use-04 { margin-top: 1rem; } }
.ls01 { letter-spacing: -0.05em; }

@media (max-width: 480px) { .nreset { font-size: 15px; }
  .prd .prd-detail_txt { margin: 0; }
  .prd .prd-detail_img { width: 32%; }
  .prd .prd-detail_img img { transform: scale(1.3) translateX(5%); transform-origin: right; }
  .prd h4 { font-size: max(16px, 4.8vw); line-height: 1.2; scale: 1; }
}
@media (max-width: 375px) { body .link_StyleShop .ttl { padding: 0 80px; }
  body .link_StyleShop .ttl:before, body .link_StyleShop .ttl:after { width: 74px; }
  .fragrance dd { font-size: 0.95em; } }
/* =================================================
	footer
=================================================*/
/* EC shop Link Area */
.link_StyleShop { max-width: 100%; }

.link_StyleShop { font-family: 'Noto Serif', 'Noto Serif JP', serif; font-weight: 700; width: 940px; max-width: 100%; margin: 60px auto 60px; padding: 8px 0px 15px; border-radius: 3px; font-size: 13px; font-size: 0.8125rem; background-color: #ffffff; color: #666; }

.link_StyleShop p { padding: 0; margin: 0; }

.link_StyleShop .lss_title { margin-bottom: 40px; text-align: center; }

.link_StyleShop .ttl { font-family: 'Noto Serif', serif; font-size: 18px; /*  	font-size: 1.125rem;*/ font-weight: bold; text-align: center; position: relative; display: inline-block; padding: 0 380px; color: #000; }

.link_StyleShop .ttl:before, .link_StyleShop .ttl:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 365px; height: 1px; background-color: #ccc; }

.link_StyleShop .ttl:before { left: 0; }

.link_StyleShop .ttl:after { right: 0; }

.link_StyleShop .link_cont { display: flex; flex-direction: row-reverse; justify-content: space-between; width: 900px; margin: 0 auto; }

.link_StyleShop .shop_area, .link_StyleShop .style_area { position: relative; width: 415px; box-shadow: 0 0 3px rgba(4, 0, 0, 0.35); }

.link_StyleShop .shop_area img, .link_StyleShop .style_area img { width: 100%; }

.link_StyleShop .shop_area p { position: absolute; top: 29px; left: 220px; letter-spacing: 0.3em; line-height: 1.4; }

.link_StyleShop .style_area p { position: absolute; top: 29px; right: 20px; line-height: 1.4; font-weight: 700 !important; }

.link_StyleShop .shop_area p .line2, .link_StyleShop .style_area p .line2 { font-size: 16px; /*  font-size: 1rem;*/ letter-spacing: normal; display: inline-block; }

.link_StyleShop .style_area p .line2 { margin-left: 3em; }

.link_StyleShop .lss_arrow img { width: 22px; vertical-align: middle; }

.link_StyleShop a:hover .lss_arrow { margin-left: 0.4em; transition-duration: .3s; }

.link_StyleShop a { font-family: 'Noto Serif JP', serif; display: inline-block; font-size: 19px; /*  font-size: 1.1875rem;*/ font-weight: 700 !important; line-height: 0.5; vertical-align: middle; color: #106708; text-decoration: none; }

.link_StyleShop a:link { color: #106708; }

.link_StyleShop a:visited { color: #106708; }

.link_StyleShop a:hover { color: #68a062; }

.link_StyleShop a:hover img { opacity: 0.7; transition-duration: .3s; }

.link_StyleShop a:visited:hover { color: #68a062; }

.link_StyleShop a:active { color: #106708; }

@media screen and (min-width: 768px) and (max-width: 930px) { .link_StyleShop { width: 100%; margin: 0 auto 34px; }
  .link_StyleShop .lss_title { margin-bottom: 33px; }
  .link_StyleShop .ttl { font-size: 17px; font-size: 1.0625rem; padding: 0 298px; }
  .link_StyleShop .ttl:before, .link_StyleShop .ttl:after { width: 280px; }
  .link_StyleShop .link_cont { width: 718px; }
  .link_StyleShop .shop_area, .link_StyleShop .style_area { width: 330px; }
  .link_StyleShop .shop_area p { top: 21px; left: 162px; line-height: 1.4; }
  .link_StyleShop .style_area p { top: 21px; right: 12px; line-height: 1.4; }
  .link_StyleShop .shop_area p .line2, .link_StyleShop .style_area p .line2 { font-size: 14px; font-size: 0.875rem; }
  .link_StyleShop a { display: inline-block; font-size: 17px; font-size: 1.0625rem; } }
@media only screen and (max-width: 767px) { .link_StyleShop { width: 100%; background-color: #fff; margin: 0 auto; padding: 30px 0 58px; }
  .link_StyleShop .lss_title { margin-bottom: 27px; }
  .link_StyleShop .ttl { font-size: 3.8vw; padding: 0 110px; }
  .link_StyleShop .ttl:before, .link_StyleShop .ttl:after { width: 94px; }
  .link_StyleShop .link_cont { flex-direction: column-reverse; width: 90%; margin: 0 auto; }
  .link_StyleShop .shop_area, .link_StyleShop .style_area { width: 90%; margin: 0 auto; }
  .link_StyleShop .style_area { margin-bottom: 25px; }
    /*.link_StyleShop .shop_area {
	margin-bottom: 25px; }*/
  .link_StyleShop .shop_area p, .link_StyleShop .style_area p { position: absolute; top: 26%; left: 53%; right: 0; line-height: 1.4; }
  .link_StyleShop .shop_area p .line2, .link_StyleShop .style_area p .line2 { font-size: 3.2vw; }
  .link_StyleShop .style_area p .line2 { margin-left: 5em; }
  .link_StyleShop .lss_arrow img { width: 17px; }
  .link_StyleShop a { font-size: 3.8vw; } }
@media only screen and (max-width: 329px) { .link_StyleShop .ttl { padding: 0 80px; }
  .link_StyleShop .ttl { font-size: 4.2vw; }
  .link_StyleShop .ttl:before, .link_StyleShop .ttl:after { width: 64px; }
  .link_StyleShop .shop_area p, .link_StyleShop .style_area p { top: 23%; left: 49%; }
  .link_StyleShop .shop_area p .line2, .link_StyleShop .style_area p .line2 { font-size: 3.4vw; }
  .link_StyleShop a { font-size: 4.2vw; } }

/*# sourceMappingURL=nreset.css.map */

.f-box{
    display: flex;
}


.lead span{background:linear-gradient(transparent 60%, #fffdbf 60%);}
.prdname span{font-size: 0.6em;
    position: relative;
    top:-0.21em;
    left: 0.5em;
display: inline-block;}

section.pd.f-box{
    justify-content: space-between;
  align-items: stretch;
}

section.pd{
    width: 90%;
    max-width: 1080px;
    margin: auto;
  text-align:center;
}

section.pd_box{
    width: 31.5%;
}
section.pd_box:nth-child(1) { transition-delay: 0.25s; }
section.pd_box:nth-child(2) { transition-delay: 0.5s; }
section.pd_box:nth-child(3) { transition-delay: 0.75s; }

section.pd_box.f-box{
    width: 28%;
}

div.w_box{
    height: 100%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 35px 35px 340px;
    box-sizing: border-box;
    position: relative;
}

img.pd_h2{
    width: auto;
    height: 100px;
    margin:0 auto -8px;
    display: block;
    z-index: 2;
    position: relative;
}

.w_box h3{
    display: inline-block;
    text-align: center;
    font-size: 2.4em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    color: #555;
    margin: 50px 0 20px;
    border-bottom: 1px solid #555;
    line-height: 1.2em;
    letter-spacing: 0.15em;
}

div.circle {
  display: flex;
    justify-content: center;
    align-items: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff3e9;
    margin: 10px auto;
    box-shadow: inset 1px 2px 3px rgba(0,0,0,0.15);
font-size: 1.25em;
}

div.circle span {
  display: inline-block;
  width :170px;
    line-height: 1.55em;
    color: #30b8bf;
    margin: -0em 0 0 0;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
div.circle span.no_l {
  display: inline;
  font-size: 1.35em;
    line-height: 0.5em;
}

span.vertical{
    transform: rotate(90deg);
    font-size: 1em;
}

p.pd_p{
    font-size: 1.2em;
    margin: 20px 0 5px;
}
.right{
    text-align: right;
}

img.p_img{
    width: 75px;
    margin:50px auto;
    display: block;
}
img.p_2step{
    margin:62px auto 50px;
}

ul.ingredient_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: top;
}

ul.ingredient_ul li{
    font-size: 0.72em;
    text-align: center;
    line-height: 1.05em;
    margin: 0 0 20px 0;
    font-feature-settings: "palt";
    letter-spacing: -0.08em;
    text-indent: -0.05em;
}
ul.ingredient_ul.ceramide li{
    margin: 0 0 5px 0;
}

ul.ingredient_ul.col2{
    justify-content: center;
}
ul.ingredient_ul.col2 li{
    width: 40%;
}
ul.ingredient_ul.col3 li{
    width: 33%;
}
ul.ingredient_ul li sup {
  transform: translateY(-0em);
}
ul.ingredient_ul li span{
    font-size: 0.7em;
}

span.n-original{
    display: block;
}

ul.ingredient_ul img{
    width: auto;
    min-width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto 3px;
}
ul.ingredient_ul.ceramide img{
    min-width: 89.15px;
}


h4.pd_h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	text-align: center;
    color: #2eb6bd;
    margin: 60px auto 40px;
    position: relative;
}

h4.pd_h4::after {
	content: '⚫︎';
    font-size: 10px;
    position: absolute;
    bottom: -25px;
}

.texture{
    position: absolute;
    bottom: 180px;
}
.texture .f-box{
    text-align: left;
    justify-content: space-between;
    margin: 0 0 60px 0;
}
.texture .f-box{
    align-items: center;
}

img.texture_img{
    width: auto;
    height: 80px;
}

.w_box div.note{
    text-align: left;
    position: absolute;
    bottom: 35px;
}
.sp_box.f-box{
    flex-direction:column;
}

h2.circle {
  display: flex;
    justify-content: center;
    align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
    margin: 0px auto 30px;
    box-shadow: inset 1px 2px 3px rgba(0,0,0,0.25);
font-size: 1.25em;
}



@media (max-width: 767px) {
    
.prd_tx .time {
    font-size: 1.1em;
    margin: 0 0 25px 0;
    padding: 10px 30px;
}
.prd_tx dt {font-size: 1.45em;}
p.prd_intro{
    font-size:clamp(14px, 4.3vw, 17px);
    margin: 25px auto 0px;
    border-radius: 40px;
    padding: 8vw 8vw ;
    
}
.prd {
    padding: 0 0 100px 0;
    background-position: left bottom;
    background-size: 200vw;
}


.btn {
    width: 90%;
    max-width: 220px;
    font-size: 13px;
    height: 40px;
    min-width: 120px;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 0 14px;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    margin: 20px 0 0 0;
}
.btn--primary {
    background-color: #1193b3;
    border-color: #1193b3;
    color: #fff;
}
.btn--primary:hover {
    background-color: #0a7b96;
    border-color: #0a7b96;
    color: #fff;
}
.btn--primary:hover .btn--arrow {
    bottom: 8px;
}
.btn--arrow {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 2px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 35%;
    right: 30px;
    transition: all .3s;
}
.btn--arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    transform-origin: top right;
    position: absolute;
    top: 110%;
    right: 0.9px;
    box-sizing: border-box;
}



section.pd.f-box{
    justify-content: space-between;
  align-items: stretch;
    flex-direction:column;
}

section.pd,section.pd_nav{
    width: 90%;
    max-width: 1080px;
    margin: auto;
  text-align:center;
}

section.pd_box{
    width: 100%;
}
section.pd_box:nth-child(1) { transition-delay: 0s; }
section.pd_box:nth-child(2) { transition-delay: 0s; }
section.pd_box:nth-child(3) { transition-delay: 0s; }

div.w_box{
    height: 100%;
    border-radius: 20px;
    padding: 40px 25px 35px;
    margin: 0 0 80px 0;
    position: relative;
}
.sp_box.f-box{
   flex-direction:row;
    align-items: center;
}
div.w_box.last{
    margin: 0 0 0px 0;
}

img.pd_h2{
    width: auto;
    height: 90px;
    margin:0 auto -8px;
    display: block;
    z-index: 2;
    position: relative;
}

.w_box h3{
    font-size: 2.2em;
    margin: 0px auto 26px;
    line-height: 1.2em;
    letter-spacing: 0.15em;
    text-align: center;
    border-bottom:1px solid #BBB;
}

div.circle {
  width: auto;
  height: auto;
  margin: auto;
  font-size: 1.15em;
  font-weight: 600;
    padding: 7px 20px 3px;
    display: block;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
}


div.circle span {
  display: inline;
    line-height: 1.55em;
    margin: -0em 0 0 0;
}
div.circle span.no_l {
  display: inline;
  font-size: 1.35em;
    line-height: 0.5em;
}

span.vertical{
    transform: rotate(0deg);
    font-size: 1em;
}

p.pd_p{
    font-size: 1.15em;
    margin: 16px 0 5px;
    text-align: left;
}
.right{
    text-align: left;
}

img.p_img{
    width: 13vw;
    max-width: 60px;
    margin:0px auto;
    display: block;
}
img.p_2step{
    margin:0px auto 0px;
}

ul.ingredient_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.ingredient_ul li{
    font-size: 0.8em;
    text-align: center;
    line-height: 1.05em;
    margin: 0 0 20px 0;
    letter-spacing: -0.08em;
    text-indent: -0.05em;
}
ul.ingredient_ul.col2{
    justify-content: center;
}
ul.ingredient_ul.col2 li{
    width: 40%;
}
ul.ingredient_ul.col3 li{
    width: 33%;
}


span.n-original{
    display: block;
}

ul.ingredient_ul img{
    width: auto;
    height: 20vw;
    max-height: 100px;
    display: block;
    margin: 0 auto 3px;
}



h4.pd_h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5.8vw;
	text-align: center;
    margin: 30px auto 40px;
}

.texture{
    position: static;
    bottom: none;
}

.texture .f-box{
    text-align: left;
    justify-content: space-between;
    margin: 0 0 60px 0;
}
.texture .f-box{
    align-items: center;
    justify-content: center;
}

img.texture_img{
    width: auto;
    height: 25vw;
    max-height: 120px;
    margin: 0 0 0 4vw;
    display: block;
}

.w_box div.note{
    text-align: left;
    position:static;
    bottom: 25px;
}
.w_box div.note{
    text-align: left;
    position:static;
    bottom: 25px;
}
h2.circle {
  width: 130px;
  height: 130px;
    margin: 0px auto 40px;
font-size: 1.2em;
}


.fragrance { padding: 10rem 0 6rem;
    background-size: 240vw;
    background-position: top center;
}

.use_box em {
  font-size: 1em;
}

.use_box li.use-03 { transition-delay: 0.4s; }


/*アコーディオン*/
.accordion {
  list-style: none;
}
 
.accordion-q-content {
  display: block;
  font-weight: 700;
  line-height: 1.6;
}
    
  .accordion-q-content {
    font-size: 20px;
  }
    
  .accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}  
  .accordion-q-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
.accordion-q-icon::before,
.accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 9px;
  }

.accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

.accordion-q button {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
}
  .accordion-q button {
    padding: 25px 60px 25px 57px;
  }
  .accordion-q button:hover,
  .accordion-q button:active {
    opacity: 0.5;
  }
.accordion-a {
  display: none;
  overflow: hidden;
}
  .accordion-a-inner {
    padding: 5px 0 30px;
  }
.accordion-a-body {
  position: relative;
}
  .accordion-a-body {
    padding-left: 57px;
  }

.accordion-q-content {
    font-size: 13px;
  } 
.accordion-q-icon {
    right: 20px;
    width: 13px;
    height: 13px;
  }
.accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 7px;
  }
 .accordion-q button {
    width: 100%;
    max-width: 360px;
    font-size: 13px;
    height: 40px;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 0 14px;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    margin: 30px 0 0 0;
    background-color: #75CCD2;
    color: #fff;
  }
.accordion-a-inner {
    padding: 0px 0 0px;
  }
.accordion-a-body {
    padding-left: 0px;
  }

 .accordion-a-content p {
    font-size: 15px;
    line-height: 1.7;
  }
.accordion-a-content p + p {
    margin-top: 20px;
  }
.accordion-a-close {
    width: 140px;
    margin: 50px auto 0;
    font-size: 15px;
  }
.accordion-a-close button {
    height: 40px;
  }


  .accordion-a-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .accordion-a-content p + p {
    margin-top: 25px;
  }

.accordion-a-close {
  line-height: 1.5;
}

  .accordion-a-close {
    width: 160px;
    margin: 25px auto 0;
    font-size: 16px;
  }

.accordion-a-close button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  background: #999;
  color: #fff;
  font: inherit;
  appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
}


  .accordion-a-close button {
    height: 45px;
  }


.accordion-a-close button > span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  vertical-align: top;
}

.accordion-a-close button > span > span {
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  transform: rotate(45deg);
}

.accordion-a-close button > span > span::before,
.accordion-a-close button > span > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.accordion-a-close button > span > span::after {
  transform: rotate(90deg);
}
  .accordion-a-close button:hover,
  .accordion-a-close button:active {
    opacity: 0.5;
  }

.accordion > li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}
}