@charset "UTF-8";
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  --letter-spacing: 0.08em;
  letter-spacing: var(--letter-spacing, 0.08em);
  box-sizing: border-box;
}
:where(.contents) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents) ul, :where(.contents) ol {
  list-style-type: none;
}
:where(.contents) button {
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
:where(.contents) img {
  width: 100%;
  height: auto;
}

.series-no1 {
  /* ---utility----------- */
}
.series-no1 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .series-no1 .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .series-no1 .pc {
    display: none;
  }
}
.series-no1 .text-center {
  text-align: center;
}
.series-no1 .button-next,
.series-no1 .button-prev {
  width: min(2.5vw, 24px);
  height: min(2.5vw, 24px);
  background-color: rgba(0, 0, 0, 0.6);
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .series-no1 .button-next,
  .series-no1 .button-prev {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.series-no1 .button-next::before,
.series-no1 .button-prev::before {
  content: "";
  width: min(0.9375vw, 9px);
  height: min(0.9375vw, 9px);
  border-left: min(0.2083333333vw, 2px) solid #fff;
  border-top: min(0.2083333333vw, 2px) solid #fff;
}
@media screen and (max-width: 767px) {
  .series-no1 .button-next::before,
  .series-no1 .button-prev::before {
    width: 2.4vw;
    height: 2.4vw;
    border-width: 0.2666666667vw;
  }
}
@media (any-hover: hover) {
  .series-no1 .button-next:hover,
  .series-no1 .button-prev:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.series-no1 .button-next {
  right: 0;
}
.series-no1 .button-next::before {
  translate: -25% 0;
  rotate: 135deg;
}
.series-no1 .button-prev {
  left: 0;
}
.series-no1 .button-prev::before {
  translate: 25% 0;
  rotate: -45deg;
}

/* ---component----------- */
.section {
  padding-bottom: min(8.3333333333vw, 80px);
}
@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 13.3333333333vw;
  }
}
.section__inner {
  max-width: calc(915px + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.section__mv {
  background-color: var(--bg-color, #c8c5cc);
}
.section__mv img {
  display: block;
  max-width: 915px;
  margin-inline: auto;
}
.section__reason {
  background-image: linear-gradient(to right, #b99320, #e9d9a9);
  color: #fff;
  text-align: center;
  font-size: min(1.9791666667vw, 1.1875rem);
  font-weight: 700;
  height: min(5.7291666667vw, 55px);
  display: grid;
  place-content: center;
  margin-bottom: min(5.2083333333vw, 50px);
}
@media screen and (max-width: 767px) {
  .section__reason {
    font-size: 5.0666666667vw;
    height: 14.6666666667vw;
  }
}
.section__body {
  background: url(../img/bg-sec-body.jpg) no-repeat top min(5.2083333333vw, 50px) center/1440px;
}
@media screen and (max-width: 767px) {
  .section__body {
    background: url(../img/bg-sec-body-sp.jpg) no-repeat top 14.6666666667vw center/100%;
  }
}
.section__q-list {
  max-width: calc(800px + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(5.2083333333vw, 50px);
}
@media screen and (max-width: 767px) {
  .section__q-list {
    padding-left: 4vw;
    padding-right: 4vw;
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
}

.heading {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(2.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 6.4vw;
  }
}
.heading.-ev {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.heading.-with-line::after {
  content: "";
  background-color: currentColor;
  display: block;
  margin-inline: auto;
  margin-top: min(2.9166666667vw, 28px);
  width: min(5.2083333333vw, 50px);
  height: min(0.1041666667vw, 1px);
}
@media screen and (max-width: 767px) {
  .heading.-with-line::after {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 6.6666666667vw;
  }
}

.qcard {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.qcard__question {
  font-size: min(1.7708333333vw, 1.0625rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: min(2.6041666667vw, 25px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qcard__question {
    font-size: 4.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.qcard__question::before {
  content: "Q.";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(4.1666666667vw, 2.5rem);
  line-height: 1;
  color: #b99320;
}
@media screen and (max-width: 767px) {
  .qcard__question::before {
    font-size: 10.6666666667vw;
    align-self: flex-start;
  }
}
.qcard__question .note {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-size: min(1.1458333333vw, 0.6875rem);
  display: block;
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .qcard__question .note {
    font-size: 2.9333333333vw;
  }
}
.qcard__question.center {
  align-items: center;
}
.qcard__chart {
  width: min(24.8958333333vw, 239px);
  height: min(24.8958333333vw, 239px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .qcard__chart {
    width: 63.7333333333vw;
    height: 63.7333333333vw;
  }
}
.qcard__note {
  font-size: min(1.0416666667vw, 0.625rem);
  color: #666666;
  margin-top: 1.5em;
  margin-left: min(3.3333333333vw, 32px);
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .qcard__note {
    font-size: 2.9333333333vw;
    margin-left: 4.6666666667vw;
    margin-right: 4.6666666667vw;
  }
}

.evidence {
  background: url(../img/bg-evidence.jpg) no-repeat center center/cover;
  padding-top: min(3.125vw, 30px);
  padding-bottom: min(3.125vw, 30px);
}
@media screen and (max-width: 767px) {
  .evidence {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-image: url(../img/bg-evidence-sp.jpg);
  }
}
.evidence__inner {
  max-width: calc(725px + 2 * min(5.1041666667vw, 49px));
  padding-left: min(5.1041666667vw, 49px);
  padding-right: min(5.1041666667vw, 49px);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .evidence__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 100%;
  }
}

.voice__inner {
  position: relative;
  max-width: calc(915px + 2 * min(4.4270833333vw, 42.5px));
  padding-left: min(4.4270833333vw, 42.5px);
  padding-right: min(4.4270833333vw, 42.5px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.voice__note {
  text-align: center;
  font-size: min(1.0416666667vw, 0.625rem);
  color: #666666;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .voice__note {
    text-align: left;
    font-size: 2.9333333333vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}

.product-card {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 767px) {
  .product-card {
    min-height: 49.2vw;
    grid-template-rows: 1fr;
    grid-template-columns: 40.58% 1fr;
  }
}
.product-card__image {
  display: block;
  aspect-ratio: 560/369;
}
@media screen and (max-width: 767px) {
  .product-card__image {
    aspect-ratio: unset;
  }
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__body {
  background-image: linear-gradient(#f7f7f7, #e9e9e9);
  padding: min(2.0833333333vw, 20px) min(2.6041666667vw, 25px) min(2.6041666667vw, 25px);
  display: grid;
  gap: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 767px) {
  .product-card__body {
    padding: 0;
    display: grid;
    grid-template-rows: 1fr 10.5333333333vw;
    gap: 0;
  }
}
.product-card__text {
  display: flex;
  flex-direction: column;
  gap: min(1.5625vw, 15px);
}
@media screen and (max-width: 767px) {
  .product-card__text {
    justify-content: center;
    padding: 3.7333333333vw;
    gap: 0;
  }
}
.product-card__name {
  height: min(3.2291666667vw, 31px);
}
@media screen and (max-width: 767px) {
  .product-card__name {
    width: 100%;
    height: auto;
  }
}
.product-card__detail {
  font-size: min(1.0416666667vw, 0.625rem);
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product-card__detail {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}
.product-card__detail::after {
  content: "";
  width: min(0.46875vw, 4.5px);
  height: min(0.9375vw, 9px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #a29776;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .product-card__detail::after {
    width: 1.2vw;
    height: 2.4vw;
  }
}
.product-card__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(0.4166666667vw, 4px);
}
@media screen and (max-width: 767px) {
  .product-card__tags {
    gap: 1.0666666667vw;
    margin-top: 4vw;
  }
}
.product-card__tags li {
  font-size: min(1.0416666667vw, 0.625rem);
  height: min(1.7708333333vw, 17px);
  background: #a29776;
  color: #fff;
  padding: 0 0.5em;
  --letter-spacing: 0.11em;
  display: grid;
  place-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product-card__tags li {
    height: 4.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
.product-card__purchase {
  width: 100%;
  height: min(4.1145833333vw, 39.5px);
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  font-weight: 700;
  font-size: min(1.3541666667vw, 0.8125rem);
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-card__purchase {
    height: 100%;
    font-size: 3.4666666667vw;
  }
}
.product-card__purchase::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../img/ic-cart.png) no-repeat center center/contain;
}
.product-card__purchase::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: min(0.1041666667vw, 1px) solid currentColor;
  border-right: min(0.1041666667vw, 1px) solid currentColor;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: min(1.5625vw, 15px);
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .product-card__purchase::after {
    border-width: 0.2666666667vw;
    right: 4vw;
  }
}

/* ---project----------- */
.sub-menu {
  width: 100%;
  height: 46px;
  background-image: linear-gradient(#f6f2ea, #dbcaae);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 201;
  position: fixed;
  transition: translate 0.8s;
  list-style-type: none;
  translate: 0 100%;
  box-shadow: 0 0 min(4.1666666667vw, 40px) rgba(102, 102, 102, 0.14);
}
@media screen and (max-width: 767px) {
  .sub-menu {
    height: 13.3333333333vw;
    box-shadow: 0 0 5.3333333333vw rgba(102, 102, 102, 0.14);
  }
}
.sub-menu__list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e4d3b;
}
.sub-menu__list li {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sub-menu__list li {
    flex: 1;
  }
}
.sub-menu__list li:not(:first-child, :last-child) {
  position: relative;
}
.sub-menu__list li:not(:first-child, :last-child)::before {
  content: "";
  width: 1px;
  height: 1.25em;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.sub-menu__list li.purchase {
  background-color: #000;
  color: #fff;
}
.sub-menu__list a {
  display: grid;
  place-content: center;
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  padding: 0 min(5.2083333333vw, 50px);
  --letter-spaing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sub-menu__list a {
    font-size: 2.9333333333vw;
    padding: 0;
  }
}
.sub-menu.on {
  translate: 0 0;
}

.awards {
  padding-top: min(6.25vw, 60px);
  padding-bottom: min(6.25vw, 60px);
}
@media screen and (max-width: 767px) {
  .awards {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.awards .section__inner {
  max-width: calc(498px + 8vw);
}
.awards__no1 {
  display: block;
  max-width: min(34.375vw, 330px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .awards__no1 {
    max-width: 88vw;
  }
}
.awards__heading {
  font-size: min(2.3958333333vw, 1.4375rem);
  font-family: "Noto Serif JP", serif;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .awards__heading {
    font-size: 6.1333333333vw;
  }
}
.awards__list {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: min(2.6041666667vw, 25px);
  align-items: end;
}
@media screen and (max-width: 767px) {
  .awards__list {
    gap: 6.6666666667vw;
  }
}
.awards__list li {
  height: min(9.8958333333vw, 95px);
}
@media screen and (max-width: 767px) {
  .awards__list li {
    height: 25.3333333333vw;
  }
}
.awards__list li img {
  width: auto;
}
.awards__list li:first-child {
  justify-self: end;
}
.awards__note {
  margin-top: min(3.125vw, 30px);
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .awards__note {
    margin-top: 10.6666666667vw;
  }
}
.awards__note p {
  color: #666666;
  font-size: min(1.0416666667vw, 0.625rem);
  line-height: 1.5;
  text-indent: -2em;
  padding-left: 2em;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .awards__note p {
    font-size: 2.9333333333vw;
  }
}

.summary {
  padding-bottom: min(5.7291666667vw, 55px);
}
@media screen and (max-width: 767px) {
  .summary {
    padding-bottom: 18.6666666667vw;
  }
}
.summary .section__inner {
  max-width: calc(min(33.59375vw, 322.5px) + 8vw);
}
@media screen and (max-width: 767px) {
  .summary .section__inner {
    max-width: 100%;
  }
}
.summary .qcard__note {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .summary .qcard__note {
    margin-left: 4.6666666667vw;
    margin-right: 4.6666666667vw;
  }
}

.anchor-wrap {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
}
.anchor-wrap .heading {
  margin-top: min(8.3333333333vw, 80px);
  margin-bottom: 0;
  padding-bottom: 1.5em;
}

.anchor {
  text-align: center;
  overflow-x: hidden;
}
.anchor__inner {
  max-width: min(42.7083333333vw, 410px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anchor__inner {
    max-width: 100%;
  }
}
.anchor__heading {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2em;
  line-height: 1.5;
}
.anchor__heading .sub {
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: min(1.4583333333vw, 0.875rem);
  gap: 1.2em;
}
@media screen and (max-width: 767px) {
  .anchor__heading .sub {
    font-size: 3.7333333333vw;
  }
}
.anchor__heading .sub::before, .anchor__heading .sub::after {
  content: "";
  width: 100%;
  height: min(0.1041666667vw, 1px);
  background-color: #b99320;
  flex-grow: 1;
}
.anchor__heading .main {
  color: #b99320;
  font-size: min(2.5vw, 1.5rem);
  margin-top: 0.25em;
  display: block;
}
@media screen and (max-width: 767px) {
  .anchor__heading .main {
    font-size: 6.4vw;
  }
}
.anchor__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(3.0208333333vw, 29px);
  margin-right: calc(-1 * min(2.5vw, 24px));
}
@media screen and (max-width: 767px) {
  .anchor__list {
    gap: 0;
    margin-right: -6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.usersvoice .heading {
  padding-top: min(7.3958333333vw, 71px);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .usersvoice .heading {
    padding-top: 13.6vw;
  }
}
.usersvoice .section__q-list {
  max-width: calc(915px + 8vw);
  margin-top: min(6.25vw, 60px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(2.4479166667vw, 23.5px);
}
@media screen and (max-width: 767px) {
  .usersvoice .section__q-list {
    margin-top: 13.3333333333vw;
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
}
.usersvoice__attachment {
  text-align: center;
}
.usersvoice__attachment__heading {
  font-size: min(1.7708333333vw, 17px);
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: min(6.875vw, 66px);
}
@media screen and (max-width: 767px) {
  .usersvoice__attachment__heading {
    font-size: 4.5333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.usersvoice__attachment__movie {
  aspect-ratio: 16/9;
  max-width: 100%;
  width: min(36.4583333333vw, 350px);
  margin-inline: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .usersvoice__attachment__movie {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (any-hover: hover) {
  .usersvoice__attachment__movie:hover {
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}
.usersvoice__attachment__movie iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(3.90625vw, 37.5px);
}
@media screen and (max-width: 767px) {
  .products__list {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}
.products__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.products__list__copy {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.875vw, 1.125rem);
  line-height: 1.5;
  margin-bottom: 1em;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .products__list__copy {
    font-size: 4vw;
  }
}
.products__list__note {
  font-size: min(1.0416666667vw, 0.625rem);
  color: #666666;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .products__list__note {
    font-size: 2.6666666667vw;
  }
}
.products__more {
  margin-top: min(5.2083333333vw, 50px);
}
@media screen and (max-width: 767px) {
  .products__more {
    margin-top: 14vw;
  }
}
.products__more a {
  width: 100%;
  height: min(6.6666666667vw, 64px);
  max-width: min(35.4166666667vw, 340px);
  margin-inline: auto;
  background-color: #000;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: 700;
  font-size: min(1.5625vw, 0.9375rem);
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products__more a {
    height: 17.0666666667vw;
    width: 76vw;
    max-width: unset;
    font-size: 4vw;
  }
}
.products__more a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: min(0.1041666667vw, 1px) solid currentColor;
  border-right: min(0.1041666667vw, 1px) solid currentColor;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: min(1.6145833333vw, 15.5px);
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .products__more a::after {
    border-width: 0.2666666667vw;
    right: 4.1333333333vw;
  }
}

.topics {
  padding-bottom: min(6.25vw, 60px);
}
@media screen and (max-width: 767px) {
  .topics {
    padding-bottom: 8vw;
  }
}
.topics__list {
  display: grid;
  gap: min(3.125vw, 30px);
}
@media screen and (max-width: 767px) {
  .topics__list {
    gap: 4.8vw;
  }
}

.movie__modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  transition: 0.4s opacity;
}
.movie__modal[data-active=true] {
  opacity: 1;
  pointer-events: auto;
}
.movie__modal__inner {
  position: relative;
  max-width: 100vw;
  width: min(104.1666666667vw, 1000px);
  aspect-ratio: 16/9;
}
.movie__modal__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.movie__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .movie__modal__close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.movie__modal__close::before, .movie__modal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 50px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .movie__modal__close::before, .movie__modal__close::after {
    width: 6.6666666667vw;
    height: 0.2666666667vw;
  }
}
.movie__modal__close::before {
  rotate: 45deg;
}
.movie__modal__close::after {
  rotate: -45deg;
}