@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2.2;
  color: #000000;
  background-color: #ccc;
}
body.is-lock {
  overflow-y: hidden;
  overflow: clip;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

:where(img) {
  display: block;
  width: 100%;
  height: auto;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .container {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.cover {
  background-color: #a21318;
  position: relative;
}
@media (max-width: 767px) {
  .cover {
    display: none;
  }
}
.cover__inner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: sticky;
  top: 0;
}
.cover__wrap {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: rgb(165, 5, 25);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1240px) {
  .cover__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cover__logo {
  margin-bottom: 120px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9;
}
.cover__title {
  width: 250px;
}
.cover__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.3em;
}
.cover__menu__li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  text-decoration: none;
  position: relative;
}
.cover__menu__li a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.cover__menu__li a:hover:before {
  width: 100%;
}
.cover__menu__li img {
  margin-right: 5px;
  width: 90px;
}
.cover__bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
}
.cover__slide {
  position: absolute;
  inset: 0;
}
.cover__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cover__slide img.img_2 {
  -o-object-position: center bottom;
  object-position: center bottom;
}

.contents {
  background-color: #fff;
  width: 500px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .contents {
    width: 100%;
  }
}
.contents__inner {
  position: relative;
  overflow-x: clip;
}

.brandlogo {
  display: none;
}
@media (max-width: 767px) {
  .brandlogo {
    display: block;
  }
}

.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 390/660;
}
.fv__catch {
  width: 30%;
  position: absolute;
  inset: 7.2727272727% auto auto 36.6666666667%;
}

.navi {
  width: 100%;
  aspect-ratio: 390/140;
  background-image: url(../../../../shopping/images/pub/dl_hf/e_net01/navi@2x.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.navi ul {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}
.navi ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.navi ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.navi ul > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.navi ul > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.navi li {
  overflow: hidden;
}
.navi li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.navi li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transform: skewX(-45deg) translateX(-120%);
  transform: skewX(-45deg) translateX(-120%);
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .navi li a:hover::before {
    -webkit-animation: navibtn 0.4s ease-in-out;
    animation: navibtn 0.4s ease-in-out;
  }
}

@-webkit-keyframes navibtn {
  0% {
    -webkit-transform: skewX(-45deg) translateX(-120%);
    transform: skewX(-45deg) translateX(-120%);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(120%);
    transform: skewX(-45deg) translateX(120%);
  }
}

@keyframes navibtn {
  0% {
    -webkit-transform: skewX(-45deg) translateX(-120%);
    transform: skewX(-45deg) translateX(-120%);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(120%);
    transform: skewX(-45deg) translateX(120%);
  }
}
.section_1 {
  width: 100%;
  aspect-ratio: 390/3188;
  background-image: url(../../../../shopping/images/pub/dl_hf/e_net01/bg_1.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.point {
  width: 100%;
  aspect-ratio: 390/650;
  position: relative;
}
.point__heading {
  width: 72.8205128205%;
  position: absolute;
  inset: 27.0969230769% auto auto 14.0615384615%;
}
.point__circle {
  width: 94.1025641026%;
  position: absolute;
  inset: 43.3846153846% auto auto 2.8205128205%;
}
.point__circleLink {
  width: 52.5641025641%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vw;
}
.point__circleLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.point__circleLink a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 100vw;
}
.point__circleLink.--1 {
  inset: 0.9230769231% auto auto 1.2820512821%;
}
.point__circleLink.--2 {
  inset: 1.3846153846% auto auto 46.4102564103%;
}
.point__circleLink.--3 {
  inset: 44.1538461538% auto auto 23.8461538462%;
}
@media (hover: hover) and (pointer: fine) {
  .point__circleLink:hover::before {
    -webkit-animation: circleLink 1.2s ease-in-out;
    animation: circleLink 1.2s ease-in-out;
  }
}

@-webkit-keyframes circleLink {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  70% {
    opacity: 0.3;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@keyframes circleLink {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  70% {
    opacity: 0.3;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
.theory {
  width: 100%;
  aspect-ratio: 390/750;
  position: relative;
}
.theory__heading {
  width: 40.7692307692%;
  position: absolute;
  inset: 4.6666666667% auto auto 4.8717948718%;
}
.theory__catch {
  width: 30.5128205128%;
  position: absolute;
  inset: 28.8186666667% auto auto 62.8205128205%;
}
.theory__text {
  width: 55.1282051282%;
  position: absolute;
  inset: 55.244% auto auto 5.1282051282%;
}

.lineup {
  width: 100%;
  aspect-ratio: 390/1788;
  position: relative;
}
.lineup__heading {
  width: 81.5384615385%;
  position: absolute;
  inset: 2.5397091723% auto auto 6.4102564103%;
}
.lineup__note {
  position: absolute;
  width: 31.7948717949%;
  inset: 83.836689038% auto auto 63.2717948718%;
}
.lineup__column {
  position: absolute;
  width: 89.7435897436%;
  inset: 86.6331096197% auto auto 5.1282051282%;
}

.lineup-item_1 {
  width: 100%;
  aspect-ratio: 390/417;
  position: absolute;
  inset: 10.1890380313% auto auto 0%;
}
.lineup-item_1__material {
  width: 57.3076923077%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.lineup-item_1__item {
  width: 42.5641025641%;
  position: absolute;
  inset: 20.3836930456% auto auto 1.7948717949%;
}
.lineup-item_1__text {
  width: 54.8717948718%;
  position: absolute;
  inset: 53.8369304556% auto auto 33.7179487179%;
}

.lineup-item_2 {
  width: 100%;
  aspect-ratio: 390/359;
  position: absolute;
  inset: 33.9485458613% auto auto 0%;
}
.lineup-item_2__material {
  width: 51.7948717949%;
  position: absolute;
  inset: 8.7242339833% auto auto 48.2692307692%;
}
.lineup-item_2__item {
  width: 46.1538461538%;
  position: absolute;
  inset: 0% auto auto 53.8461538462%;
}
.lineup-item_2__text {
  width: 41.7948717949%;
  position: absolute;
  inset: 11.0027855153% auto auto 10.3846153846%;
}

.lineup-item_3 {
  width: 100%;
  aspect-ratio: 390/312;
  position: absolute;
  inset: 51.0195749441% auto auto 0%;
}
.lineup-item_3__material {
  width: 61.1538461538%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.lineup-item_3__item {
  width: 34.358974359%;
  position: absolute;
  inset: 1.6025641026% auto auto 3.3333333333%;
}
.lineup-item_3__text {
  width: 61.7948717949%;
  position: absolute;
  inset: 39.2628205128% auto auto 33.7179487179%;
}

.lineup-item_4 {
  width: 100%;
  aspect-ratio: 390/257;
  position: absolute;
  inset: 69.0156599553% auto auto 0%;
}
.lineup-item_4__material {
  width: 51.7948717949%;
  position: absolute;
  inset: 0% auto auto 48.2051282051%;
}
.lineup-item_4__item {
  width: 48.7179487179%;
  position: absolute;
  inset: 41.2451361868% auto auto 49.7435897436%;
}
.lineup-item_4__text {
  width: 53.5897435897%;
  position: absolute;
  inset: 8.1712062257% auto auto 10.5128205128%;
}

.brand {
  padding-top: 17.9487179487%;
  padding-bottom: 20.5128205128%;
  width: 100%;
  background-color: #fff;
}
.brand__heading {
  margin-left: 25.641025641%;
  margin-bottom: 10.2564102564%;
  width: 68.2051282051%;
}

.brand-block {
  margin-bottom: 10.2564102564%;
  position: relative;
  --photo-left: 10.2564102564%;
  --photo-right: 0%;
}
.brand-block:nth-child(odd) {
  --photo-left: 0%;
  --photo-right: 10.2564102564%;
}
.brand-block__photo {
  margin-left: var(--photo-left);
  margin-right: var(--photo-right);
  margin-bottom: 7.6923076923%;
}
.brand-block__text {
  margin: 0 10.2564102564%;
}

.staff {
  width: 100%;
  aspect-ratio: 390/779;
  background-image: url(../../../../shopping/images/pub/dl_hf/e_net01/staff_bg.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: relative;
}
.staff__heading {
  width: 50%;
  position: absolute;
  inset: 9.5224646983% auto auto 6.3974358974%;
}
.staff__text {
  width: 74.358974359%;
  position: absolute;
  inset: 32.0436456996% auto auto 12.8282051282%;
}

.voice {
  padding-bottom: 10.2564102564%;
  background-color: #fff;
  position: relative;
}
.voice__heading {
  margin-bottom: 7.6923076923%;
}
.voice__note {
  margin: 0 5.1282051282%;
  font-size: 10px;
  text-align: right;
}
.voice__note a {
  color: #000;
}
.voice .fz-sm {
  font-size: 0.75em;
}

.voice-slider {
  margin-top: -51.2820512821%;
  overflow: hidden;
  position: relative;
}

.voice-slide {
  padding: 5.1282051282% 4.1025641026%;
  margin-bottom: 2.5641025641%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  --icon: url(../../../../shopping/images/pub/dl_hf/e_net01/voice_icon_2.webp);
}
.voice-slide:nth-child(even) {
  --icon: url(../../../../shopping/images/pub/dl_hf/e_net01/voice_icon_1.webp);
}
.voice-slide__heading {
  margin-bottom: 5.1282051282%;
  padding-left: 16.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #af9664;
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (max-width: 767px) {
  .voice-slide__heading {
    padding-left: 11.5384615385vw;
    height: 10.2564102564vw;
    font-size: 3.3333333333vw;
  }
}
.voice-slide__heading span {
  font-size: 0.75em;
  font-weight: 400;
  color: #000000;
}
.voice-slide__text {
  padding-top: 3.8461538462%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .voice-slide__text {
    font-size: 3.3333333333vw;
  }
}

.cv {
  width: 100%;
  aspect-ratio: 390/1182;
  position: relative;
  background-color: #c22e37;
}
.cv__img {
  padding: 14.1025641026% 2.5641025641% 0;
}
.cv__btn {
  width: 83.5897435897%;
  position: absolute;
  inset: 77.5803722504% auto auto 8.2051282051%;
  overflow: hidden;
}
.cv__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transform: skewX(-45deg) translateX(-120%);
  transform: skewX(-45deg) translateX(-120%);
  mix-blend-mode: soft-light;
  opacity: 0.5;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .cv__btn:hover::before {
    -webkit-animation: navibtn 0.4s ease-in-out;
    animation: navibtn 0.4s ease-in-out;
  }
}
.cv__btnReg {
  width: 35.8974358974%;
  aspect-ratio: 140/19;
  position: absolute;
  inset: 86.0406091371% auto auto 30.7692307692%;
  -webkit-mask-image: url(../../../../shopping/images/pub/dl_hf/e_net01/cv_btn_reg.svg);
  mask-image: url(../../../../shopping/images/pub/dl_hf/e_net01/cv_btn_reg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #333;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.cv__btnReg a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .cv__btnReg:hover {
    background-color: #af9664;
  }
}

.faq {
  padding-bottom: 10.2564102564%;
  background-color: #ebe1d2;
}

.faq-blocks {
  padding: 0 5.1282051282%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

.faq-block.is-open .faq-block__q::after {
  content: "繝ｼ";
}
.faq-block__q {
  padding: 0 3.8461538462% 0 5.1282051282%;
  width: 100%;
  height: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.1025641026% 3.8461538462% auto 3.8461538462% auto;
  grid-template-columns: 4.1025641026% auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.8461538462%;
  font-weight: 500;
  line-height: 1.4;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.faq-block__q::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 16/18;
  background-image: url(../../../../shopping/images/pub/dl_hf/e_net01/faq_q@2x.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.faq-block__q::after {
  content: "＋";
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-block__a {
  padding: 5.1282051282%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.1025641026% 3.8461538462% auto;
  grid-template-columns: 4.1025641026% auto;
  gap: 3.8461538462%;
  font-weight: 400;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.faq-block__a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 16/18;
  background-image: url(../../../../shopping/images/pub/dl_hf/e_net01/faq_a@2x.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 5.1282051282%;
}
.faq-block__a .fz-sm {
  margin-top: 1em;
  font-size: 0.75em;
}

.footer {
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
}

.bottom {
  background-color: #5b626c;
}
.bottom__ul {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 5px;
  text-align: center;
}
.bottom__li {
  line-height: 1.6;
  border-right: 1px solid #fff;
}
.bottom__li:nth-child(n+3) {
  border-right: none;
}
.bottom__li a {
  padding: 0 10px;
  font-size: 12px;
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bottom__li a {
    font-size: 2.5641025641vw;
  }
}
.bottom__cr {
  padding: 5px;
  background-color: #464a4f;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .bottom__cr {
    font-size: 2.5641025641vw;
  }
}

.floating {
  margin-top: -23.5897435897%;
  padding-bottom: 1.2820512821%;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.floating.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.floating img {
  margin: 0 auto;
  width: 96.1538461538%;
}

.modal {
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__bg {
  position: absolute;
  inset: 0;
  background-image: url(../../../../shopping/images/pub/dl_hf/e_net01/modal_bg@2x.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.modal__content {
  width: 81.7948717949%;
  position: relative;
  z-index: 1;
  display: none;
}
.modal__content.is-show {
  display: block;
}
.modal__badge {
  width: 23.5897435897%;
  aspect-ratio: 1;
  position: absolute;
  top: -8.2051282051%;
  left: -8.2051282051%;
}
.modal__btn {
  width: 35.8974358974%;
  position: absolute;
  left: 30.7692307692%;
  bottom: 6.1538461538%;
  cursor: pointer;
}
/*# sourceMappingURL=base.css.map */
