@charset "UTF-8";
@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 { --nextra-gold: #9b9363; --nextra-gold-darker: #776c2b; }

* { box-sizing: border-box; margin: 0; padding: 0; }

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; }

.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; }

.nvextra { line-height: 1.6; font-family: "A1 Mincho", "Shippori Mincho", 'Noto Serif JP', serif; font-size: 16px; overflow: hidden; }
.nvextra ul, .nvextra ol { list-style: none; }
.nvextra sup { font-size: clamp(9px, 0.5em, 14px); transform: translateY(-0.3em); display: inline-block; }

.nvextra-kv { background: url("../images/kv-blank.jpg") no-repeat, url("../images/kv-blank-alt.jpg"); background-size: 1080px, 1080px; background-position: center; }

.nvextra-kv-wrap { background: url("../images/kv-prd.png") no-repeat; background-size: 1080px; background-position: center; transition-delay: 0.2s; transition-duration: 1.5s; }
.nvextra-kv-wrap .container { background: url("../images/kv-prd-glint.png") no-repeat; background-size: 1080px; background-position: top center; transition-delay: 1.3s; min-height: 632px; }

.kv-copy { width: 47%; margin-top: 6rem; justify-content: center; align-items: center; flex-direction: column; transition-delay: 1s; }
.kv-copy h1 { width: 100%; margin-bottom: 45px; max-width: 455px; }
.kv-copy h2 { width: 100%; max-width: 290px; flex-direction: column; align-items: center; }
.kv-copy h2 b { width: 100%; margin-bottom: 1rem; }
.kv-copy h2 strong { width: 100%; max-width: 245px; }

.nvextra-lead { background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white), url("../images/kv-lead-bg.jpg") no-repeat, url("../images/kv-lead-bg-repeat.jpg") repeat-x; background-size: 1080px, 1080px; background-position: center top; min-height: 472px; padding-top: 150px; margin-top: -1px; }
.nvextra-lead h3 { font-size: 21px; text-align: center; font-weight: 500; line-height: 2.4; margin-bottom: 5rem; }
.nvextra-lead h3 sup { font-size: 0.5em; }
.nvextra-lead .container { padding: 0 8rem; }

.prd { padding: 12rem 0; }
.prd h2 { margin-bottom: 4.6rem; text-align: center; position: relative; }
.prd h2 em { background: #fff; position: relative; display: inline-block; z-index: 2; padding: 0 1rem; }
.prd h2 em img { width: 432px; }
.prd h2::after { content: ""; position: absolute; z-index: 1; width: 100%; height: 1px; background: var(--nextra-gold) url("../images/line.svg") center; left: 0; top: 48%; width: 1px; left: 50%; transition-duration: 1.4s; transform: translateX(-50%); transition-delay: 0.3s; }
.prd h2.inView::after { width: 100%; transform: translateX(-50%); }
.prd h4 { color: var(--nextra-gold-darker); font-size: 1.35em; font-weight: 700; line-height: 1.4; scale: 1.1; }
.prd h4 .ls01 { letter-spacing: -0.08em; }
.prd h4.lsp01 { letter-spacing: 0.08em; }
.prd p { margin: 0.6rem 0 1.2rem; }
.prd a:hover { opacity: 0.75; transition: 0.2s; }
.prd .container { width: 745px; }
.prd .flex { justify-content: space-around; }
.prd .prd-detail { flex: 0 0 45%; text-align: center; transition-delay: 0.6s; display: flex; flex-direction: column; justify-content: flex-end; }
.prd .prd-detail_txt { margin-top: 1rem; }
.prd .prd-detail_img img { max-width: 12rem; }

.tech { background: url("../images/tech-ti-bg.png") repeat-x; padding-top: 5rem; }
.tech h2 { margin-bottom: 5rem; transition-delay: 0.3s; }
.tech h2 img { width: 455px; max-width: 92%; }
.tech .tech-wrap { width: 935px; }

.tech1 { padding-bottom: 10rem; }
.tech1 h3 { font-size: 24px; }
.tech1 dl.first { padding-top: 4rem; }
.tech1 dl:not(.first) { padding-top: 9rem; }
.tech1 dt { display: flex; align-items: center; margin-bottom: 1rem; }
.tech1 dt::after { content: ''; border-top: solid 1px #000; width: 1px; display: block; margin-left: 1rem; transition-duration: 1.4s; transition-delay: 0.3s; }
.tech1 dt.inView::after { width: 100%; }
.tech1 dt img { height: 24px; }
.tech1 dd { line-height: 2; font-size: 1.1em; transition-delay: 0.5s; }
.tech1 .fig-container { width: 700px; max-width: 100%; margin: 3rem auto; }
.tech1 .fig-container img { margin: auto; }
.tech1 .plus { margin: 1.5rem 0; transition-delay: 0.7s; }
@keyframes fuwa { 0% { -webkit-transform: translateY(-4px) rotate(-4deg); transform: translateY(-4px) rotate(-4deg); }
  50% { -webkit-transform: translateY(8px) rotate(4deg); transform: translateY(8px) rotate(4deg); }
  100% { -webkit-transform: translateY(-4px) rotate(-4deg); transform: translateY(-4px) rotate(-4deg); } }
.tech1 .moisture-ingredient { margin-top: 2rem; justify-content: space-between; padding: 0 2rem; }
.tech1 .moisture-ingredient_box { width: 48%; }
.tech1 .moisture-ingredient_box p { transition-delay: 0.5s; }
.tech1 .moisture-ingredient_box ul { margin-top: 1rem; justify-content: space-between; }
.tech1 .moisture-ingredient_box li { width: 45%; font-family: "Noto Sans JP", sans-serif; text-align: center; }
.tech1 .moisture-ingredient_box span { color: var(--nextra-gold-darker); font-size: 1.05em; display: block; transform: translateX(8px); line-height: 1.1; }
.tech1 .moisture-ingredient_box span sup { color: #000; font-size: 11px; white-space: nowrap; }
.tech1 .moisture-ingredient_box em { font-style: normal; font-size: 0.85em; display: block; line-height: 1; }
.tech1 .moisture-ingredient_box em img { height: 11px; }
.tech1 .moisture-ingredient_box.box_01 li:nth-child(1) { transition-delay: 1s; }
.tech1 .moisture-ingredient_box.box_01 li:nth-child(2) { transition-delay: 1.25s; }
.tech1 .moisture-ingredient_box.box_01 li:nth-child(2) img { animation-delay: 4.0s; }
.tech1 .moisture-ingredient_box.box_02 li:nth-child(1) { transition-delay: 1.5s; }
.tech1 .moisture-ingredient_box.box_02 li:nth-child(2) { transition-delay: 1.75s; }
.tech1 .moisture-ingredient_box.box_02 li:nth-child(2) img { animation-delay: 4.0s; }
.tech1 .active-ingredient { background-color: #f8f9ff; padding: 1rem 2rem 1.5rem; border: solid 1px var(--nextra-gold); border-radius: 1rem; }
.tech1 .active-ingredient h5 { font-size: 1.1em; font-weight: 400; line-height: 2; color: var(--nextra-gold-darker); }
.tech1 .active-ingredient.title { transition-delay: 0.6s; padding-bottom: 1rem; }
.tech1 .active-ingredient.content { transition-delay: 1.2s; }
.tech1 .active-ingredient_box { transition-delay: 1.8s; }
.tech1 .active-ingredient_box ul { flex-wrap: wrap; transition-duration: 0s; }
.tech1 .active-ingredient_box ul.inView li { opacity: 1; transform: translateY(0); transition-duration: 1.2s; }
.tech1 .active-ingredient_box li { opacity: 0; transform: translateY(40px); flex: 0 0 20%; margin-bottom: 0.5rem; }
.tech1 .active-ingredient_box li span { display: block; margin-top: -1rem; transform: translateX(7px); font-size: 11px; font-style: normal; white-space: nowrap; }
.tech1 .active-ingredient_box li em { display: block; line-height: 0; }
.tech1 .active-ingredient_box li em img { height: 8.5px; width: auto; max-width: none; }
.tech1 .active-ingredient_box li sup { font-size: 10px; }
.tech1 .active-ingredient_box li:nth-child(1) { transition-delay: 0.15s; }
.tech1 .active-ingredient_box li:nth-child(2) { transition-delay: 0.3s; }
.tech1 .active-ingredient_box li:nth-child(3) { transition-delay: 0.45s; }
.tech1 .active-ingredient_box li:nth-child(4) { transition-delay: 0.6s; }
.tech1 .active-ingredient_box li:nth-child(5) { transition-delay: 0.75s; }
.tech1 .active-ingredient_box li:nth-child(6) { transition-delay: 0.9s; }
.tech1 .active-ingredient_box li:nth-child(7) { transition-delay: 1.05s; }
.tech1 .active-ingredient_box li:nth-child(8) { transition-delay: 1.2s; }
.tech1 .active-ingredient_box li:nth-child(9) { transition-delay: 1.35s; }
.tech1 .active-ingredient_box li:nth-child(10) { transition-delay: 1.5s; }
.tech1 .active-ingredient_box li:nth-child(11) { transition-delay: 1.65s; }
.tech1 .active-ingredient_box li:nth-child(12) { transition-delay: 1.8s; }
.tech1 .active-ingredient_box li:nth-child(13) { transition-delay: 1.95s; }
.tech1 .active-ingredient_box li:nth-child(14) { transition-delay: 2.1s; }
.tech1 .active-ingredient_box li:nth-child(15) { transition-delay: 2.25s; }
.tech1 .usability { justify-content: center; transition-delay: 0.5s; }
.tech1 .usability_box { position: relative; margin: 0 1.5rem; font-size: 1.1em; line-height: 2; opacity: 0.8; font-weight: 400; color: var(--nextra-gold-darker); }
.tech1 .usability_box p { background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; min-width: 225px; aspect-ratio: 1/1; position: relative; z-index: 1; }
.tech1 .usability_box::after { display: block; content: ''; position: absolute; width: 150%; aspect-ratio: 1/1; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url("../images/tech-circle-bg.png") no-repeat; background-size: cover; }
.tech1 .usability .flower img { position: absolute; z-index: 2; width: 135px; transition-delay: 1.5s; transition-duration: 1.5s; }
.tech1 .usability .flower img.flower01 { right: -55px; top: -45px; }
.tech1 .usability .flower img.flower02 { left: -55px; bottom: -45px; }

.tech2 h2 { min-height: 4.8rem; }
.tech2 h3 { background-color: #ecf0f4; text-align: center; padding: 0.75rem; margin-top: 4rem; display: flex; justify-content: center; }
.tech2 h3 img { height: 27px; }
.tech2 #cream h3 span { display: flex; justify-content: center; align-items: flex-end; }
.tech2 #cream h3 span::after { content: '（洗い流すタイプ）'; display: inline-block; font-family: "Noto Sans JP", sans-serif; font-size: 0.75em; font-weight: 500; }
.tech2 .prd-box { width: 810px; max-width: 100%; margin: 4.3rem auto; }
.tech2 .prd-btn a.prd-btn-post { display: inline-block; background: url("../images/btn-buy.png") no-repeat 0 0; background-size: contain; margin-top: 8px; }
.tech2 .prd-btn a.prd-btn-post img { opacity: 0; transition: 0.8s; }
.tech2 .prd-btn a.prd-btn-post:hover img { opacity: 1; }
.tech2 .prd-btn + .note { margin: 0 0 4rem; }
.tech2 .prd-ph { width: 45%; display: flex; justify-content: center; align-items: center; }
.tech2 .prd-ph img { width: 280px; max-width: 60%; }
.tech2 .prd-ph img.prd1 { max-width: 80%; }
.tech2 .prd-tx { width: 55%; }
.tech2 .prd-tx dt { line-height: 1.4; min-height: 2em; color: var(--nextra-gold-darker); font-weight: 700; font-size: 1.25em; }
.tech2 .prd-tx dd span { display: block; font-size: 1.05em; }
.tech2 .prd-tx dd p { line-height: 2; font-size: 1.1em; margin: 1rem 0 0; }
.tech2 .prd-tx .iyaku { font-size: 10px; border: solid 1px #000; display: inline-block; padding: 0.1rem 0.3rem; margin: 0.2rem 0; }
.tech2 .prd-tx .time { color: var(--nextra-gold-darker); font-weight: 600; font-size: 1.05em; display: inline-block; }
.tech2 .prd-tx .time::before { content: ""; display: block; margin: 8px; width: 1.9em; height: 33px; transition-duration: 1.0s; transition-delay: 0.1s; border-right: 1px solid #000; }
.tech2 .prd-tx .time.inView::before { height: 33px; transition-delay: 0.3s; }
.tech2 .prd-tx .time ~ small { display: block; margin-bottom: 0.5rem; }
.tech2 .prd-detail dl { border-top: solid 1px #466696; border-bottom: solid 1px #466696; }
.tech2 .prd-detail dt { display: flex; align-items: center; padding: 0.6rem; color: #466696; font-size: 1.4em; cursor: pointer; }
.tech2 .prd-detail dt:last-of-type { border-top: solid 1px #466696; }
.tech2 .prd-detail dt small { font-size: 0.75em; padding-left: 8px; display: flex; align-items: center; }
.tech2 .prd-detail dt small::before, .tech2 .prd-detail dt small::after { content: ""; background: url("../images/kl.svg") no-repeat left center; background-size: contain; width: 8px; height: 1.1em; margin-top: 2px; }
.tech2 .prd-detail dt small::after { background: url("../images/kr.svg") no-repeat right center; background-size: contain; }
.tech2 .prd-detail .plusminus { position: relative; width: 1rem; height: 1rem; display: block; margin-right: 0.5rem; }
.tech2 .prd-detail .plusminus:before, .tech2 .prd-detail .plusminus:after { content: ""; display: block; background-color: #466696; position: absolute; top: 50%; left: 0; transition: .35s; width: 100%; height: 1px; }
.tech2 .prd-detail .plusminus:before { transform: translatey(-50%); }
.tech2 .prd-detail .plusminus:after { transform: translatey(-50%) rotate(90deg); }
.tech2 .prd-detail .accordion.active .plusminus:before { transform: translatey(-50%) rotate(-90deg); opacity: 0; }
.tech2 .prd-detail .accordion.active .plusminus:after { transform: translatey(-50%) rotate(0); }
.tech2 .accordion-open_inner { padding: 0rem 1rem 3rem; }
.tech2 .accordion-open p { line-height: 2; font-size: 1.0em; line-height: 1.5; }
.tech2 .accordion-open p.sub-ti { font-size: 1.3em; font-weight: 700; line-height: 1.4; color: var(--nextra-gold-darker); margin-bottom: 0.75rem; padding-top: 8px; }
.tech2 .feature { padding-right: 2rem; }
.tech2 .feature_row01 { background-image: url("../images/num01.png"); margin-bottom: 3rem; margin-top: 1rem; }
.tech2 .feature_row02 { background-image: url("../images/num02.png"); margin-bottom: 3rem; }
.tech2 .feature_row03 { background-image: url("../images/num03.png"); }
.tech2 .feature_row01, .tech2 .feature_row02, .tech2 .feature_row03 { background-position: top left; background-repeat: no-repeat; background-size: 24px; }
.tech2 .feature-txt { padding-left: 2.25rem; }
.tech2 .feature-ph { position: relative; width: 20%; }
.tech2 .feature-ph img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.tech2 .howto { padding-left: 2.25rem; padding-right: 2.25rem; }
.tech2 .howto .fig-container { background-color: #f5f1e0; border-radius: 0.75rem; max-width: 100%; margin-top: 2rem; width: 650px; }
.tech2 .howto .fig-container h5 { display: flex; align-items: center; padding: 1.25rem 0; line-height: 0; }
.tech2 .howto .fig-container h5 span { margin-right: 0.5rem; }
.tech2 .howto .fig-container h5 span img { height: 36px; }
.tech2 .howto .fig-container h5 em img { height: 18.5px; }
.tech2 .howto .fig-container p { line-height: 1.7; font-size: 1em; }
.tech2 .howto .fig-container_wrap { padding: 0 1rem 1rem; }
.tech2 .howto .fig-container_inner { background-color: #fff; border-radius: 0.75rem; padding: 1.25rem 2rem; }
.tech2 .howto .fig-container .howto-ti { display: flex; width: 100%; justify-content: center; align-items: center; margin-top: 1rem; }
.tech2 .howto .fig-container .howto-ti img { width: 110px; padding: 0 0.8rem; }
.tech2 .howto .fig-container .howto-ti::after, .tech2 .howto .fig-container .howto-ti::before { content: ''; display: block; height: 1px; border-top: solid 1px #466696; width: 40%; }
.tech2 .howto .fig-container .howto-grid { display: grid; grid-template-columns: 30% 70%; row-gap: 1rem; margin: 1rem 0; padding: 0 2rem; }
.tech2 .howto .fig-container .howto-grid_txt { display: flex; align-items: center; }
.tech2 .howto .fig-container .howto-grid_txt img { width: 36px; height: 36px; }
.tech2 .howto .fig-container .howto-grid_txt p { font-family: 'Noto Sans JP', sans-serif; font-size: 1.05em; font-weight: 400; margin-left: 1rem; }
.tech2 .howto .fig-container .gold { padding: 1rem 2rem 0; }
.tech2 .howto .fig-container .gold span { color: var(--nextra-gold-darker); }
.tech2 .note { margin-top: 4rem; }
.capsule_txt{color:#776c2b; margin: 5px 0 0 0; font-size:1.25rem; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }


@media (max-width: 767px) { .pc { display: none; }
  .sp { display: block; }
  .shopmenu-mobile { top: 55px; }
  .nvextra-kv { background: url(../images/kv-blank-sp.jpg) no-repeat; background-size: cover; background-position: center -25vw; background-color: #d2e1fe; }
  .nvextra-kv-wrap { background: url(../images/kv-prd-sp.jpg) no-repeat; background-size: cover; background-position: center -25vw; }
  .nvextra-kv-wrap .container { background: url(../images/kv-prd-glint-sp.jpg) no-repeat; background-size: cover; background-position: center -25vw; flex-direction: column; align-items: center; max-width: 100%; padding: 0 2rem; }
  .nvextra-kv-wrap .container figure { height: 88vw; }
  .kv-copy { max-width: 85%; width: 590px; margin-top: 2rem; }
  .kv-copy h1 { margin-bottom: 2rem; }
  .nvextra-lead { background: url(../images/kv-lead-bg.jpg) no-repeat top center; background-size: auto; margin-top: 0; padding-top: 6rem; }
  .nvextra-lead h3 { font-size: clamp(17px, 4.8vw, 22px); letter-spacing: -0.04em; white-space: nowrap; }
  .nvextra-lead .container { padding: 0; }
  .prd { padding: 6rem 0; }
  .prd h2 { margin-bottom: 3rem; }
  .prd h2 em { padding: 0; background: none; }
  .prd h2 em img { width: auto; height: 40px; }
  .prd h2::after { top: 85%; }
  .prd .flex { flex-direction: column; }
  .prd .prd-detail { flex-direction: row; justify-content: flex-start; align-items: center; text-align: left; }
  .prd .prd-detail:first-child { margin-bottom: 2rem; }
  .prd .prd-detail_txt { margin-top: 0; margin-left: 1rem; }
  .prd .prd-detail_img { width: 35%; text-align: center; }
  .prd .prd-detail_img img { max-width: 90%; }
  .tech h2 { margin-bottom: 1rem; }
  .tech1 { padding-bottom: 4rem; }
  .tech1 dt { display: block; text-align: center; }
  .tech1 dt img { height: 40px; }
  .tech1 dt img.sp { height: 70px; display: inline; }
  .tech1 dt::after { margin: 0; border-top: solid 1px var(--nextra-gold-darker); }
  .tech1 dl:not(.first) { padding-top: 4rem; }
  .tech1 dd { text-align: center; font-size: 1em; }
  .tech1 .moisture-ingredient { flex-direction: column; align-items: center; }
  .tech1 .moisture-ingredient_box { width: 100%; max-width: 540px; }
  .tech1 .moisture-ingredient .box_01 { margin-bottom: 4rem; }
  .tech1 .active-ingredient_box li { flex: 0 0 33.33%; }
  .tech1 .usability { flex-direction: column; align-items: center; }
  .tech1 .usability_box:not(.flower) { transform: translateX(-70px); }
  .tech1 .usability_box.flower { transform: translateX(70px); }
  .tech1 .usability_box.flower img.flower01 { right: -30px; top: -75px; }
  .tech1 .usability_box.flower img.flower02 { left: -40px; bottom: -50px; }
  .tech2 h3 { padding-top: 16px; padding-bottom: 16px; }
  .tech2 #cream h3 { padding-top: 18px; padding-bottom: 4px; }
  .tech2 #cream h3 span { flex-direction: column; }
  .tech2 #cream h3 span::after { margin-right: -0.5rem; font-size: 11px; }
  .tech2 .prd-box { flex-direction: column; text-align: center; margin: 2rem auto; }
  .tech2 .prd-ph, .tech2 .prd-tx { width: 100%; }
  .tech2 .prd-ph { margin-bottom: 1rem; }
  .tech2 .prd-tx dt { font-size: 21px; }
  .tech2 .prd-tx dd span { font-size: clamp(15px, 4.4vw, 18px); }
  .tech2 .prd-tx .time { font-size: 20px; }
  .tech2 .prd-tx .time::before { width: 50%; margin: 8px 0; }
  .tech2 .prd-tx small { font-size: 0.8em; }
  .tech2 .prd-desc { text-align: left; font-size: 1em; line-height: 1.6; padding-top: 1rem; }
  .tech2 .accordion-open_inner { padding: 0rem 0 3rem; }
  .tech2 .accordion-open p { font-size: 1em; }
  .tech2 .accordion-open p.sub-ti { font-size: 1.25em; }
  .tech2 .feature { padding-right: 0; }
  .tech2 .feature .feature_row01, .tech2 .feature .feature_row02 { flex-direction: column; }
  .tech2 .feature .feature-ph { width: 100%; text-align: center; padding-top: 1.5rem; }
  .tech2 .feature .feature-ph img { position: static; transform: none; }
  .tech2 .feature .feature-ph.feature-ph2 { padding-top: 0; }
  .tech2 .howto .fig-container .howto-grid_txt { flex-direction: column; align-items: flex-start; justify-content: center; }
  .tech2 .howto .fig-container .howto-grid_txt p { margin: 0; font-size: clamp(13px, 3.8vw, 16px); } }
@media (max-width: 640px) { .nvextra-kv-wrap .container figure { height: 99vw; }
  .kv-copy { margin-top: 4rem; }
  .tech2 .howto { padding: 1rem 0 3rem; }
  .tech2 .howto .fig-container h5 { flex-direction: column; align-items: flex-start; }
  .tech2 .howto .fig-container h5 em { width: 100%; display: block; text-align: center; padding-top: 1.2rem; }
  .tech2 .howto .fig-container .howto-grid { padding: 0; grid-template-columns: 40% 60%; }
  .tech2 .howto .fig-container_inner { padding: 0.9rem 1rem; } }
.ls01 { letter-spacing: -0.05em; }

@media (max-width: 608px) { .tech2 .feature_row01a { background-position: 0 1em; } }
@media (max-width: 480px) { .nvextra { 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; }
  .prd p { font-size: max(12px, 3.6vw); margin: 5px 0 0.5rem 0; }
  .tech { padding-top: 2rem; background-size: 250%; }
  .tech1 dl.first { padding-top: 3rem; }
  .tech1 .moisture-ingredient { padding: 0 6vw; }
  .tech1 .moisture-ingredient_box span { font-size: max(14px, 4vw); }
  .tech1 .moisture-ingredient_box em { font-size: 12px; }
  .tech1 .moisture-ingredient_box em img { height: 9px; }
  .tech1 .active-ingredient { padding: 1rem 8px; }
  .tech1 .active-ingredient.title { padding: 8px; }
  .tech1 .active-ingredient h5 { line-height: 1.5; }
  .tech1 .fig-container { margin-bottom: 1rem; margin-top: 1rem; }
  .tech1 .fig-container .figure1 img { width: 50%; height: auto; margin:30px auto 0; }
  .capsule_txt{font-size:4.5vw;}
  .tech1 .usability_box::after { width: 172%; }
  .tech2 .howto .fig-container .gold { padding: 1rem 0.5rem; }
  .tech2 .howto .fig-container h5 span img { height: 28px; }
  .tech2 .howto .fig-container h5 em img { height: 16px; }
  .tech2 .feature_row01, .tech2 .feature_row02 { margin-bottom: 1rem; } }
@media (max-width: 375px) { .tech1 .usability_box:not(.flower) { transform: translateX(-40px); }
  .tech1 .usability_box.flower { transform: translateX(40px); }
  .tech1 .active-ingredient_box li span { font-size: 10px; letter-spacing: -0.04em; }
  .tech1 .active-ingredient_box li span sup { font-size: 8px; }
  .tech1 .active-ingredient_box li em img { height: 8px; }
  .tech2 .prd-tx dt { font-size: 1.25em; }
  body .link_StyleShop .ttl { padding: 0 80px; }
  body .link_StyleShop .ttl:before, body .link_StyleShop .ttl:after { width: 74px; } }
/* =================================================
	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; color: var(--nextra-gold-darker); }

.link_StyleShop a:visited { color: #106708; color: var(--nextra-gold-darker); }

.link_StyleShop a:hover { color: #68a062; color: var(--nextra-gold); }

.link_StyleShop a:hover img { opacity: 0.7; transition-duration: .3s; }

.link_StyleShop a:visited:hover { color: #68a062; color: var(--nextra-gold-darker); }

.link_StyleShop a:active { color: #106708; color: var(--nextra-gold-darker); }

@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=extra.css.map */
