@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: #b7798d; }

* { 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; }
.container h2 { padding-bottom: 40px; }
.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: #fbf5f1; line-height: 1.6; font-family: "A1 Mincho", "Shippori Mincho", 'Noto Serif JP', serif; font-size: 16px; overflow: hidden; position: relative; }
.nreset::before, .nreset::after { position: fixed; top: 0; left: -50px; width: calc(50vw - 640px); height: 100%; z-index: 30; background: linear-gradient(90deg, white 60%, rgba(255, 255, 255, 0) 100%); }
.nreset::after { left: auto; right: -50px; background: linear-gradient(-90deg, white 60%, rgba(255, 255, 255, 0) 100%); }
.nreset ul, .nreset ol { list-style: none; }
.nreset sup { font-size: clamp(9px, 0.5em, 14px); transform: translateY(-0.3em); display: inline-block; }

.kv { background: #fffcfd url("../images/kvbg.jpg") repeat-x center bottom; background-size: 44px; transition-duration: 0s; }

.kvbg { overflow: hidden; position: relative; background: url(../images/kv.jpg) no-repeat center bottom; background-size: 1920px; line-height: 0; max-height: 99vh; }
.kvbg h1 { position: absolute; left: 50%; top: 45%; transform: translate(-140%, -70%); width: 421px; max-width: 77%; transition-delay: 1.0s; transition-duration: 2.0s; }
.kvbg h1 img { margin-bottom: 2rem; }
.kvbg h2 { width: 185px; max-width: 24%; position: absolute; left: 50%; top: 46%; transform: translate(200%, -80%); transition-delay: 1.0s; transition-duration: 2.0s; }
.kvbg figure { width: 1920px; max-width: 100%; opacity: 0; margin: 0 auto; text-align: center; }
.kvbg figure img { max-height: 100vh; margin: 0 auto; }

.lead { background-image: linear-gradient(to bottom, #fbeeea 0%, rgba(235, 212, 203, 0) 100%); min-height: 472px; padding-top: 6rem; margin-top: -1px; position: relative; }
.lead h3 { font-size: 21px; text-align: center; font-weight: 500; 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 8rem; position: relative; z-index: 2; }
.lead_wrap { width: 1240px; max-width: 100%; margin-left: auto; margin-right: auto; position: relative; }
.lead_wrap::after { content: ''; background-image: url("../images/lead-bg-left.png"), url("../images/lead-bg-right.png"); background-size: contain; background-position: left 70%, 100% bottom; background-repeat: no-repeat; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; opacity: 0; transition-delay: 0.6s; transition-duration: 1.6s; }
.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: 8rem 0; }
.prd_box { justify-content: center; align-items: center; }
.prd_ph { order: 2; }
.prd_tx dt, .prd_tx .time { color: var(--nreset-pink-dark); font-weight: 600; }
.prd_tx dl { margin-bottom: 1rem; }
.prd_tx dt { line-height: 1.4; min-height: 2em; color: var(--nreset-pink-dark); font-weight: 700; font-size: 1.25em; }
.prd_tx dt::after { content: ""; display: block; margin: 8px; width: 1.9em; height: 21px; transition-duration: 1.0s; transition-delay: 0.1s; border-right: 1px solid #756000; }
.prd_tx dd { font-size: 1.05em; }
.prd_tx .prd-btn a.prd-btn-post { display: inline-block; 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; }

.plant { background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fbf5f1), url("../images/plant-bg.jpg") repeat-x 0 0; background-size: cover, 70px; padding-top: 5rem; }
.plant_box { max-width: 980px; margin: 0 auto; margin-bottom: 6rem; }
.plant_box .plant_tx .float { float: left; height: 100%; margin-right: 15px; padding-bottom: 0.5rem; width: 198px; shape-outside: inset(calc(100% - 143px) 0 0); object-fit: contain; object-position: bottom; }
.plant_box h3 { position: relative; z-index: 2; }
.plant_box.b01 h3 img { height: 62px; }
.plant_box.b02 h3 img { height: 53px; }
.plant_ph { min-width: 330px; text-align: center; }
.plant_ph figure { margin-top: 1.5rem; text-align: center; position: relative; transition-delay: 0.4s; animation: fuwa 12.0s 0.2s infinite linear; }
.plant_ph figure::after { content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 120%; aspect-ratio: 1/1; background: url("../images/plant-blurred-circle.png") no-repeat center; background-size: contain; z-index: 1; opacity: 0; transition-delay: 0.8s; transition-duration: 1.8s; }
.plant_ph figure.inView::after { opacity: 1; }
.plant_ph figure img { max-width: 180px; position: relative; z-index: 2; }
.plant_tx { border-left: solid 1px #000; border-right: solid 1px #000; padding: 0 1.5rem 0; max-width: 500px; }
.plant_tx .p01wrap p { display: inline; }
.plant_tx .p01wrap i { float: left; display: inline-block; margin-top: .5rem; margin-right: .75rem; }
.plant_tx p { line-height: 2; font-size: 1em; }
.plant_tx img { width: 192px; }
.plant_tx strong { display: block; font-size: 1.3em; line-height: 1.4; margin-bottom: 0.75rem; font-weight: 500; }
.plant_tx figure { padding-top: 0.3em; }
.plant_tx .btn-int { padding-top: 1rem; }
.plant_tx .btn-int a { display: block; max-width: 368px; margin: auto; background: url("../images/btn_int.png") no-repeat 0 0/contain; line-height: 0; }
.plant_tx .btn-int img { width: auto; opacity: 0; transition-duration: 0.4s; }
.plant_tx .btn-int a:hover img { opacity: 1; }
.plant .container { width: 835px; max-width: 100%; }

.ingredient { font-family: 'Noto Sans JP', sans-serif; padding: 5rem 0; }
.ingredient dt { margin-bottom: 1rem; }
.ingredient dt img { height: 32px; }
.ingredient dd { font-family: 'Noto Sans JP', sans-serif; line-height: 2; font-size: 1.1em; }
.ingredient_box { padding: 4rem 0; margin-left: auto; margin-right: auto; width: 1110px; max-width: 92%; }
.ingredient_box.b01 { background: url("../images/ingr-box-bg01.png") no-repeat; background-position: 50%, 10%; margin-top: 3rem; }
.ingredient_box.b02 { background: url("../images/ingr-box-bg02.png") no-repeat; background-position: 50%, 10%; }
.ingredient_box.b02 ul { justify-content: center; margin: 1.5rem 0 0; }
.ingredient_box.b02 li { flex: 0 0 20%; }
.ingredient_box h5 img { height: 24px; }
.ingredient_box li { flex: 0 0 16%; padding: 0.5em; text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; }
.ingredient_box li img { width: 135px; display: block; margin-bottom: 0.5rem; animation: fuwa 12.0s 0.2s infinite linear; }
.ingredient_box li:nth-child(2n) img { animation: fuwa2 12.0s 0.2s infinite linear; }
.ingredient_box li span { font-size: 11px; font-style: normal; white-space: nowrap; position: absolute; bottom: -0.5em; }
.ingredient_box li:nth-child(1) { transition-delay: 0.25s; }
.ingredient_box li:nth-child(1) i { animation-delay: 0.1s; }
.ingredient_box li:nth-child(2) { transition-delay: 0.5s; }
.ingredient_box li:nth-child(2) i { animation-delay: 0.2s; }
.ingredient_box li:nth-child(3) { transition-delay: 0.75s; }
.ingredient_box li:nth-child(3) i { animation-delay: 0.3s; }
.ingredient_box li:nth-child(4) { transition-delay: 1s; }
.ingredient_box li:nth-child(4) i { animation-delay: 0.4s; }
.ingredient_box li:nth-child(5) { transition-delay: 1.25s; }
.ingredient_box li:nth-child(5) i { animation-delay: 0.5s; }
.ingredient_box li:nth-child(6) { transition-delay: 1.5s; }
.ingredient_box li:nth-child(6) i { animation-delay: 0.6s; }
.ingredient_box figure { margin: 0 1rem; text-align: center; position: relative; display: flex; flex-direction: column; align-items: center; }
.ingredient_box figure img { position: relative; width: 180px; z-index: 2; }
.ingredient_box figure .img { position: relative; display: block; animation: fuwa 12.0s 0.2s infinite linear; }
.ingredient_box figure:nth-child(2) .img { animation: fuwa2 12.0s 0.2s infinite linear; }
.ingredient_box figure .img::after { content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 165%; aspect-ratio: 1/1; background: url("../images/plant-blurred-circle02.png") no-repeat center; background-size: contain; z-index: 1; opacity: 0; transition-delay: 0.8s; transition-duration: 1.8s; }
.ingredient_box figure.inView .img::after { opacity: 1; }
.ingredient_box figure figcaption { font-family: "A1 Mincho", "Shippori Mincho", 'Noto Serif JP', serif; font-weight: 500; font-size: 1.3em; position: relative; }
.ingredient_box .green { color: var(--nreset-green); font-style: normal; }
.ingredient-main { justify-content: center; margin: 1.5rem 0 1.25rem; }
.ingredient .container { width: 835px; }
.ingredient .txtR { font-size: 12px; margin: 1rem 0 2rem; }
.ingredient .txtR .green { color: var(--nreset-green); }

.fragrance { padding: 5rem 0 8rem; }
.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; }
.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: 2rem 0; }
.use_box em { display: block; font-style: normal; font-size: 0.8em; white-space: nowrap; }
.use_box ul { justify-content: center; align-items: flex-end; }
.use_box li { text-align: center; min-width: 115px; }
.use_box li img { height: 170px; }
.use_box li.use-02 { margin: 0 4rem; padding: 0 4rem; transition-delay: 0.2s; }
.use_box li.use-02::before, .use_box li.use-02::after { content: ""; width: 25px; height: 25px; border: var(--nreset-pink-dark) solid 1px; border-bottom: 0; border-left: 0; position: absolute; bottom: 80px; transform: rotate(45deg); z-index: 2; }
.use_box li.use-02::before { left: 10px; }
.use_box li.use-02::after { right: 10px; }
.use_box li.use-03 { transition-delay: 0.4s; }
.use h2 { font-size: 1.8em; font-weight: 500; }

@keyframes fuwa { 0% { transform: translateY(-8px) rotate(-4deg); }
  50% { transform: translateY(8px) rotate(4deg); }
  100% { transform: translateY(-8px) rotate(-4deg); } }
@keyframes fuwa2 { 0% { transform: translateY(8px) rotate(4deg); }
  50% { transform: translateY(-8px) rotate(-4deg); }
  100% { transform: translateY(8px) rotate(4deg); } }
/*resp---------------------------*/
@media (min-width: 1919px) { .kv { background-size: 48px; } }
@media (min-width: 768px) and (min-aspect-ratio: 2000 / 792) { .kv { background-size: 6vh; }
  .kvbg { background-position: center bottom; background-size: auto 99vh; } }
@media (min-width: 768px) and (min-aspect-ratio: 2000 / 555) { .kvbg h1, .kvbg h2 { top: 55%; } }
@media (max-width: 1480px) { .kvbg { background-size: 150vw; background-position: bottom; }
  .kvbg h1 { width: 32%; max-width: 421px; }
  .kvbg h2 { width: 16%; max-width: 185px; transform: translate(180%, -80%); }
  .kvbg figure { max-width: 150%; } }
@media (max-width: 1480px) and (min-aspect-ratio: 1460 / 743) { .kv { background-size: 6vh; }
  .kvbg { background-position: center bottom; background-size: auto 99vh; } }
@media (max-width: 1480px) and (min-aspect-ratio: 1460 / 555) { .kvbg h1, .kvbg h2 { top: 55%; } }
@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; }
  .shopmenu-mobile { top: 55px; }
  .container h2 { padding-bottom: 1rem; }
  .kvbg figure { width: 100%; opacity: 1; }
  .kvbg h1, .kvbg h2 { display: none; }
  .lead { padding-top: 50px; background-image: linear-gradient(to bottom, #fbeeea 0%, rgba(235, 212, 203, 0) 33%); }
  .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: 5rem 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; }
  .plant { padding-top: 3rem; background: linear-gradient(to bottom, #5cbeb9 10%, #dbeae6 20%, #fbf5f1 60%); background-size: cover; }
  .plant_box { flex-direction: column; align-items: center; }
  .plant_box.b01 { margin-bottom: 3rem; }
  .plant_box.b02 { margin-bottom: 3rem; }
  .plant_box.b02 h3 { display: flex; justify-content: center; }
  .plant_box.b02 h3 img { height: 25px; }
  .plant_box .plant_tx .float { float: none; shape-outside: none; }
  .plant_ph { margin-bottom: 2rem; }
  .plant_tx { position: relative; z-index: 2; border-left: none; border-right: none; border-top: solid 1px #000; padding: 1.5rem; max-width: 96%; margin: auto; }
  .plant_tx .p01wrap p { display: block; margin-bottom: 1em; }
  .plant_tx .p01wrap i { float: none; text-align: center; display: block; margin: 0 auto 1em; }
  .plant_tx .p01wrap img { width: 240px; }
  .plant_tx .flex { flex-direction: column; }
  .plant_tx p:first-child { display: flex; flex-direction: column-reverse; }
  .plant_tx p:first-child img { align-self: center; margin: 1rem 0 0.5rem; }
  .plant_tx strong { text-align: center; }
  .plant_tx .btn-int img { opacity: 1; }
  .plant .float { float: none; shape-outside: none; }
  .ingredient { padding: 3rem 0 2rem 0; }
  .ingredient dt img { height: clamp(70px, 15vw, 115px); }
  .ingredient dd { font-size: 1.05em; line-height: 1.6; }
  .ingredient-main { width: 400px; max-width: 100%; margin: 1.5rem auto 1.25rem; }
  .ingredient_box { padding: 2rem 0; }
  .ingredient_box ul { flex-wrap: wrap; }
  .ingredient_box li, .ingredient_box.b02 li { flex: 0 0 33%; margin-bottom: 1rem; }
  .ingredient_box figure img { width: 180px; max-width: 34vw; }
  .ingredient_box figure figcaption { font-size: 1em; white-space: nowrap; }
  .ingredient_box h5 { text-align: center; }
  .ingredient_box.b01 { margin-top: 1rem; background-image: url("../images/ingr-box-bg01sp.png"); background-size: cover; }
  .ingredient_box.b02 { background-image: url("../images/ingr-box-bg02sp.png"); background-size: cover; }
  .ingredient_box.b02 ul { gap: 1rem; }
  .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.0em; line-height: 1.6; }
  .fragrance .container.f01 figure { width: 100%; aspect-ratio: 1 / 1; margin-top: 1rem; }
  .fragrance .container.f01 figure .bg { background-image: url("../images/fragrance-fig-bg-sp.jpg"); }
  .fragrance .container.f01 figure img { width: 90%; max-width: 681px; }
  .fragrance .container.f01 figure .bg { background-size: cover; }
  .use h2, .use h4 { text-align: left; }
  .use_box ul { flex-direction: column; align-items: center; }
  .use_box li.use-01 img, .use_box li.use-03 img { min-width: none; height: 120px; }
  .use_box li.use-02 { padding: 3rem 0; margin-top: 1rem; }
  .use_box li.use-02::before, .use_box li.use-02::after { left: 50%; transform: translateX(-50%) rotate(135deg) scale(0.5); }
  .use_box li.use-02::before { top: 0; }
  .use_box li.use-02::after { bottom: 1rem; }
  .use_box li.use-03 { 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; }
  .prd p { font-size: max(12px, 3.6vw); margin: 5px 0 0.5rem 0; } }
@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 */
