#conan2025 {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
    "Yu Gothic Medium", "メイリオ", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  background: url(../img/conan/bg.jpg) repeat-y center center/100% auto;
  width: 100%;
  padding-bottom: 140px;
}

#conan2025 a {
  transition: opacity 0.2s ease;
}

#conan2025 a:hover {
  opacity: 0.6;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sa {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.sa.show {
  opacity: 1;
  transform: translate(0, 0);
  transition-property: transform, opacity, transition-delay;
}

.sa--up {
  transform: translate(0, 60px);
}
.sa--l {
  transform: translate(-400px, 0);
}
.sa--r {
  transform: translate(200px, 0);
}

.page-nav {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
  transition: all 0.2s;
}

.page-nav.hide {
  opacity: 0;
  transform: translateY(100px);
}

.page-nav .nav-close {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

.page-nav a.close {
  display: none;
}

.conan2025-wrap {
  position: relative;
  background-image: url(../img/conan/bg-left.png),
    url(../img/conan/bg-right.png);
  background-repeat: no-repeat;
  background-size: 499px auto, 469px auto;
  background-position: top 854px left, top 948px right;
}

.conan2025-mv {
  position: relative;
  background-image: url(../img/conan/mv-center.png),
    url(../img/conan/mv-top.png);
  background-repeat: no-repeat;
  background-position: top center, top center;
  background-size: 1404px auto, 100% auto;
  margin-bottom: 80px;
  overflow: hidden;
}

.rb-logo {
  width: 213px;
  position: absolute;
  top: 31px;
  left: 33px;
}

.mv-inner {
  width: 778px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 30px;
}

.mv-ttl {
  position: relative;
  z-index: 3;
  width: 778px;
}

.mv-ttl img {
  width: 100%;
  height: auto;
}

.mv-conan {
  position: relative;
  top: -50px;
  z-index: 3;
  width: 500px;
  height: auto;
}

.mv-text {
  position: absolute;
  top: 730px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 651px;
  margin: 0 auto;
}

.mv-text img {
  width: 100%;
  height: auto;
}

.mv-left {
  position: absolute;
  top: 60px;
  right: 420px;
  width: 959px;
}

.mv-left img {
  width: 100%;
  height: auto;
}

.mv-right {
  position: absolute;
  top: 60px;
  left: 420px;
  width: 958px;
}

.mv-right img {
  width: 100%;
  height: auto;
}

.image-area {
  position: relative;
}

.image-area img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.image-area-src {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .page-nav {
    width: calc((408 / 1600) * 100vw);
    right: calc((20 / 1600) * 100vw);
  }
  .page-nav img {
    width: 100%;
    height: auto;
  }

  .conan2025-wrap {
    background-size: calc((499 / 1600) * 100vw) auto,
      calc((469 / 1600) * 100vw) auto;
    background-position: top calc((854 / 1600) * 100vw) left,
      top calc((948 / 1600) * 100vw) right;
  }

  .conan2025-mv {
    height: calc((1130 / 1600) * 100vw);
    background-size: calc((1404 / 1600) * 100vw) auto, 100% auto;
    margin-bottom: calc((80 / 1600) * 100vw);
  }

  .mv-inner {
    width: calc((778 / 1600) * 100vw);
    padding-top: calc((30 / 1600) * 100vw);
  }

  .mv-ttl {
    width: calc((778 / 1600) * 100vw);
  }

  .mv-conan {
    position: relative;
    top: calc((-50 / 1600) * 100vw);
    width: calc((500 / 1600) * 100vw);
  }

  .mv-text {
    top: calc((730 / 1600) * 100vw);
    width: calc((651 / 1600) * 100vw);
  }

  .mv-left {
    position: absolute;
    top: calc((60 / 1600) * 100vw);
    right: calc((420 / 1600) * 100vw);
    width: calc((959 / 1600) * 100vw);
  }

  .mv-right {
    position: absolute;
    top: calc((60 / 1600) * 100vw);
    left: calc((420 / 1600) * 100vw);
    width: calc((958 / 1600) * 100vw);
  }
}

.conan2025-intro {
  position: relative;
  margin: 0 auto 160px;
  overflow: hidden;
}

.conan2025-intro__inner {
  width: 1160px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.conan2025-intro__inner > div {
  position: relative;
  z-index: 3;
}

.conan2025-intro__inner h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 40px;
}

.conan2025-intro__inner p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.conan2025-intro__inner .intro-img {
  position: absolute;
  top: -35px;
  right: -55px;
  z-index: 2;
}

.intro-img p {
  position: absolute;
  top: 70px;
  right: -55px;
}

.conan2025-intro__inner .intro-img::before {
  display: block;
  content: "";
  background: url(../img/conan/ornament01.png) no-repeat center center/cover;
  width: 331px;
  height: 329px;
  position: absolute;
  bottom: -104px;
  left: -60px;
}

.conan2025-intro__inner02 {
  position: relative;
  padding-top: 145px;
  overflow: hidden;
}

.conan2025-intro__inner02::before {
  display: block;
  content: "";
  background: url(../img/conan/osechi-img01.png) no-repeat right center/cover;
  width: 953px;
  height: 921px;
  position: absolute;
  right: calc(50% + 310px);
  top: 0;
  bottom: 0;
  margin: auto;
}
.conan2025-intro__inner02::after {
  display: block;
  content: "";
  background: url(../img/conan/osechi-img02.png) no-repeat left center/cover;
  width: 822px;
  height: 877px;
  position: absolute;
  left: calc(50% + 300px);
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.conan2025-intro__inner02 h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.conan2025-intro__inner02 p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

.conan2025-comment__wrap {
  position: relative;
}

.conan2025-comment {
  background: #fff;
  position: relative;
  clip-path: polygon(0 93px, 100% 0%, 100% calc(100% - 93px), 0% 100%);
}

.conan2025-comment::before {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  background: #000;
  clip-path: polygon(0 93px, 100% 0%, 100% calc(100% - 93px), 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.conan2025-comment::after {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  background: #000;
  clip-path: polygon(0 93px, 100% 0%, 100% calc(100% - 93px), 0% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.conan2025-comment__inner {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

.conan2025-comment__inner > img {
  position: absolute;
  top: 50px;
  right: 0;
}

.comment-tag {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 50%;
}

.conan2025-item {
  width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.conan2025-item + .conan2025-item {
  margin-top: 80px;
}

.conan2025-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.conan2025-item h3 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 50px;
}

.conan2025-item p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 120px;
}

.conan2025-item p + p {
  margin-top: 2em;
}

.menu-inner {
  margin-top: 100px;
}

.menu-inner h3 {
  color: #fff;
  font-size: 52px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.menu-inner > p {
  font-size: 16px;
  color: #fff;
}

.menu-inner .announce {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-inner .announce::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/conan/pickup-osechi-kagi.png) no-repeat center
    center/cover;
  margin-right: 5px;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.menu-list li a {
  margin-bottom: 20px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
}

.menu-list li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/conan/pickup-osechi-kagi.png) no-repeat center
    center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  opacity: 0.8;
}

#conan2025 .menu-list li a:hover {
  opacity: 1;
}

.menu-list li a:hover::after {
  transition: all 0.4s;
  transform: scale(7);
  visibility: hidden;
  opacity: 0;
}

.menu-lineup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.menu-lineup h3 {
  color: #fff;
  font-size: 46px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: 40px;
}

.menu-lineup {
  margin-top: 80px;
}

.menu-lineup ul {
  display: flex;
  align-items: flex-start;
  border-left: 2px solid #000;
}

.menu01 {
  height: 307px;
}

.menu02 {
  height: 417px;
}

.menu-lineup ul li {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Zen Old Mincho", serif;
  width: 70px;
  border-right: 2px solid #000;
  height: 100%;
  display: flex;
  align-items: center;
}

.conan2025-goods {
  position: relative;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 150px;
  margin-bottom: 80px;
}

.conan2025-goods::before {
  display: block;
  content: "";
  background: url(../img/conan/section-line.png) no-repeat center center/100%
    auto;
  width: 1303px;
  height: 93px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  position: absolute;
}

.conan2025-goods::after {
  display: block;
  content: "";
  background: url(../img/conan/section-line.png) no-repeat center center/100%
    auto;
  width: 1303px;
  height: 93px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
}

.goods-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.goods-item01 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
}

.goods-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.goods-item__text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.goods-item01 .goods-item__text {
  margin-bottom: 20px;
}

.goods-item01 > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 510px;
}

.conan2025-goods__items {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto 60px;
}

.goods-item02 {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.goods-item03 {
  width: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.goods-item02 > img,
.goods-item03 > img {
  margin-bottom: 30px;
}

.goods-item04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  margin: 0 auto;
}

.goods-item04 > div {
  width: 415px;
}

.goods-item04 .goods-item__title {
  justify-content: flex-start;
  padding-left: 65px;
}

.conan2025-detail {
  width: 1120px;
  margin: 0 auto;
}

.conan2025-detail__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.conan2025-detail > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}

.conan2025-detail__left {
  width: 599px;
}

.slider {
  width: 599px;
  height: 598px;
}

.slider .swiper-slide {
  width: 100%;
}

.slider-thumbnail {
  width: 599px;
  margin-top: 38px;
}

.slider-thumbnail .swiper-wrapper {
  justify-content: space-between;
}

.slider-thumbnail .swiper-slide {
  width: 185px;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
}

.slider-thumbnail .swiper-slide:hover {
  opacity: 0.6;
}

.conan2025-detail__right {
  width: 455px;
}

.conan2025-detail__right h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.conan2025-detail__right .copy {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.conan2025-detail__right ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0;
}

.conan2025-detail__right ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 125px;
  height: 50px;
  background: #982007;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conan2025-detail__right ul li + li {
  margin-left: 18px;
}

.conan2025-detail__right .price {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.conan2025-detail__right .price span {
  font-size: 51px;
}

.conan2025-detail__right .note {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.conan2025-detail__right .cart-btn {
  width: 450px;
  height: 80px;
  background: #000;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.conan2025-detail__right dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.conan2025-detail__right dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  width: 150px;
  line-height: 1.7;
}

.conan2025-detail__right dl dd {
  font-size: 18px;
  color: #fff;
  width: 290px;
  line-height: 1.7;
}

.conan2025-detail__right dl dd.size {
  position: absolute;
  top: 110px;
  right: 0;
}

.conan2025-detail__right dl dd.size img {
  width: 244px;
  height: auto;
}

.osechi-qandq {
  position: relative;
  margin: 95px auto 140px;
  padding-top: 170px;
  width: 1150px;
}

.osechi-qandq::before {
  display: block;
  content: "";
  background: url(../img/conan/section-line.png) no-repeat center center/100%
    auto;
  width: 1303px;
  height: 93px;
  position: absolute;
  top: 0;
  left: -76px;
}

.osechi-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}

.qanda h3 {
  width: 809px;
  height: 90px;
  background: #fff;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 30px;
  position: relative;
}

.qanda h3 span {
  font-family: "Roboto", sans-serif;
  color: #e83428;
  font-size: 40px;
  margin-right: 30px;
}

.qanda h3::after {
  display: block;
  content: "";
  background: url(../img/conan/qanda-arrow.png) no-repeat center center/100%
    auto;
  width: 30px;
  height: 19px;
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.qanda h3.selected::after {
  transform: rotate(180deg);
}

.qanda p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
  display: none;
}

.qanda p span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.qanda p span strong {
  font-family: "Roboto", sans-serif;
  color: #000;
  margin-right: 30px;
  font-size: 50px;
}

.qanda-conan {
  position: absolute;
  right: -80px;
  bottom: -60px;
}

.link-2024 {
  width: 700px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #fff;
  margin: 0 auto 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

a.link-2024:link,
a.link-2024:visited {
  color: #fff;
}

#conan2025 .notes {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

/*----------- modal ----------------*/
.mfp-bg {
  background: rgba(188, 43, 14, 0.95) !important;
}

button.mfp-close {
  display: none;
}

.osechi-menu {
  width: 770px;
  height: 679px;
  border-radius: 10px;
  background: url(../img/conan/modal-bg.jpg) no-repeat center center/cover;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 0 auto;
  padding-top: 460px;
  box-sizing: border-box;
}

.osechi-menu::after {
  display: block;
  content: "";
  background: url(../img/conan/modal-icon01.png) no-repeat center center/100%
    auto;
  width: 185px;
  height: 283px;
  position: absolute;
  top: 33px;
  right: 33px;
}

.osechi-menu02::after {
  display: block;
  content: "";
  background: url(../img/conan/modal-icon02.png) no-repeat center center/100%
    auto;
  width: 185px;
  height: 283px;
  position: absolute;
  top: 33px;
  right: 33px;
}

.menu-name {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.menu-name span {
  font-size: 26px;
}

.menu-text {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}

.menu-close {
  position: fixed;
  right: 40px;
  top: 40px;
  width: 40px;
}

.menu-close img {
  width: 100%;
  height: auto;
}

.osechi-menu > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 230px;
  z-index: 2;
}

.mfp-arrow.mfp-arrow-left {
  width: 49px;
  height: 77px;
  left: 300px;
  opacity: 1;
}

.mfp-arrow.mfp-arrow-right {
  width: 49px;
  height: 77px;
  right: 300px;
  opacity: 1;
}

.mfp-arrow.mfp-arrow-left::before {
  border: unset;
  margin: 0;
  background: url(../img/conan/arrow-prev.png) no-repeat center center/100% auto;
  width: 49px;
  height: 77px;
  opacity: 1;
}

.mfp-arrow.mfp-arrow-right::before {
  border: unset;
  margin: 0;
  background: url(../img/conan/arrow-next.png) no-repeat center center/100% auto;
  width: 49px;
  height: 77px;
  opacity: 1;
}

.mfp-arrow.mfp-arrow-left::after,
.mfp-arrow.mfp-arrow-right::after {
  display: none;
}

/*----------- modal ----------------*/

@media screen and (max-width: 599px) {
  #conan2025 {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    background: url(../img/conan/bg.jpg) repeat-y center center/100% auto;
    width: 100%;
    padding-bottom: 10vw;
    overflow: hidden;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .page-nav {
    position: fixed;
    bottom: 0;
    right: 2vw;
    z-index: 100;
    transition: all 0.2s;
    width: 40vw;
  }

  .page-nav img {
    width: 100%;
    height: auto;
  }

  .page-nav .nav-close {
    display: block;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
  }

  .conan2025-wrap {
    position: relative;
    background-image: url(../img/conan/bg-left.png),
      url(../img/conan/bg-right.png);
    background-repeat: repeat-y, repeat-y;
    background-size: 35vw auto, 35vw auto;
    background-position: top calc((1700 / 1000) * 100vw) left,
      top calc((1500 / 1000) * 100vw) right;
  }

  .conan2025-mv {
    position: relative;
    height: calc((1700 / 1000) * 100vw);
    margin-bottom: 0;
    background-image: url(../img/conan/mv-bg.png), url(../img/conan/bg.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: top center, center center;
    background-size: 100% auto, 100% auto;
    min-height: unset;
  }

  .rb-logo {
    width: 30vw;
    position: absolute;
    z-index: 1;
    top: 3vw;
    left: 3vw;
  }

  .rb-logo img {
    width: 100%;
    height: auto;
  }

  .mv-inner {
    width: auto;
    height: calc((1470 / 1000) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: calc((857 / 1000) * 100vw) calc((25 / 1000) * 100vw) 0;
    box-sizing: border-box;
  }

  .mv-ttl {
    position: relative;
    z-index: 2;
    width: calc((619 / 1000) * 100vw);
    margin-right: auto;
    margin-left: 0;
  }

  .mv-ttl img {
    width: 100%;
    height: auto;
  }

  .mv-conan {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: calc((384 / 1000) * 100vw);
    height: auto;
  }

  .mv-text {
    position: absolute;
    top: unset;
    left: calc((20 / 1000) * 100vw);
    right: unset;
    bottom: calc((28 / 1000) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: calc((649 / 1000) * 100vw);
  }

  .mv-text img {
    width: 100%;
    height: auto;
  }

  .mv-right {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }

  .mv-right img {
    width: 100%;
    height: auto;
  }

  .conan2025-intro {
    position: relative;
    margin: 0 auto 15vw;
    padding: 0 5vw;
  }

  .conan2025-intro__inner {
    width: 100%;
    margin: 0 auto 10vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }

  .conan2025-intro__inner h3 {
    color: #fff;
    font-size: 4.4vw;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 4vw;
  }

  .conan2025-intro__inner p {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 2;
  }

  .conan2025-intro__inner p br {
    display: none;
  }

  .conan2025-intro__inner .intro-img {
    position: relative;
    top: unset;
    right: unset;
    z-index: 2;
    width: 35vw;
    margin-top: 12vw;
  }

  .intro-img p {
    width: 25vw;
    top: -5vw;
    right: -18vw;
  }

  .intro-img p img {
    width: 100%;
    height: auto;
  }

  .conan2025-intro__inner .intro-img img {
    width: 100%;
    height: auto;
  }

  .conan2025-intro__inner .intro-img::before {
    display: block;
    content: "";
    background: url(../img/conan/ornament01.png) no-repeat center center/cover;
    width: 30vw;
    height: 30vw;
    position: absolute;
    bottom: -10vw;
    left: 0;
  }

  .conan2025-intro__inner02 {
    position: relative;
    padding-top: 5vw;
  }

  .conan2025-intro__inner02::before {
    display: block;
    content: "";
    background: url(../img/conan/osechi-img01.png) no-repeat right
      center/contain;
    width: 45vw;
    height: 40vw;
    position: absolute;
    left: -2vw;
    right: unset;
    top: 53.5vw;
    bottom: unset;
  }
  .conan2025-intro__inner02::after {
    display: block;
    content: "";
    background: url(../img/conan/osechi-img02.png) no-repeat left center/contain;
    width: 37vw;
    height: 41vw;
    position: absolute;
    right: 7.5vw;
    left: unset;
    top: 53.5vw;
    bottom: unset;
    z-index: 1;
  }

  .conan2025-intro__inner02 h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40vw;
    position: relative;
    z-index: 2;
    width: 70vw;
  }

  .conan2025-intro__inner02 h2 img {
    width: 100%;
    height: auto;
  }

  .conan2025-intro__inner02 p {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.9;
    position: relative;
    z-index: 2;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  .conan2025-comment__wrap {
    position: relative;
  }

  .conan2025-comment {
    background: #fff;
    position: relative;
    clip-path: polygon(0 5vw, 100% 0%, 100% calc(100% - 5vw), 0% 100%);
  }

  .conan2025-comment::before {
    display: block;
    content: "";
    width: 100%;
    height: 7vw;
    background: #000;
    clip-path: polygon(0 5vw, 100% 0%, 100% calc(100% - 5vw), 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .conan2025-comment::after {
    display: block;
    content: "";
    width: 100%;
    height: 7vw;
    background: #000;
    clip-path: polygon(0 5vw, 100% 0%, 100% calc(100% - 5vw), 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .conan2025-comment__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .conan2025-comment__inner .comment {
    width: 100%;
    position: relative;
    padding-bottom: 15vw;
  }

  .conan2025-comment__inner .comment img {
    width: 100%;
    height: auto;
  }

  .conan2025-comment__inner > img {
    width: calc((709 / 750) * 100vw);
    height: auto;
    position: absolute;
    top: unset;
    bottom: 10vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .comment-tag {
    position: absolute;
    z-index: 2;
    top: -5vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc((634 / 750) * 100vw);
  }

  .comment-tag img {
    width: 100%;
    height: auto;
  }

  .conan2025-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
  }

  .conan2025-item + .conan2025-item {
    margin-top: 5vw;
  }

  .conan2025-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5vw;
    width: 75vw;
  }

  .conan2025-item__image img {
    width: 100%;
    height: auto;
  }

  .conan2025-item h3 {
    text-align: center;
    color: #fff;
    font-size: 4.4vw;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 3vw;
  }

  .conan2025-item p {
    color: #fff;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.8;
    padding: 0 5vw;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  .conan2025-item p + p {
    margin-top: 2em;
  }

  .menu-inner {
    margin-top: 10vw;
  }

  .menu-inner h3 {
    color: #fff;
    font-size: 5vw;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    margin-bottom: 2vw;
  }

  .menu-inner > p {
    font-size: 16px;
    color: #fff;
  }

  .menu-inner .announce {
    display: none;
  }

  .menu-inner .announce-sp {
    font-size: 3.2vw;
  }

  .menu-inner .announce::before {
    display: none;
  }

  .menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 5vw;
    padding: 0 5vw;
  }

  .menu-list li a {
    margin-bottom: 5vw;
    width: 28vw;
    height: 28vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
  }

  .menu-list li a::after {
    display: none;
  }

  .menu-list li:nth-child(4) a {
    margin-left: 15vw;
  }

  .menu-list li:nth-child(5) a {
    margin-right: 15vw;
  }

  .menu-list li a img {
    width: 100%;
    height: auto;
  }

  .menu-lineup {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 5vw;
  }

  .menu-lineup h3 {
    color: #fff;
    font-size: 5.4vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: 3vw;
  }

  .menu-lineup {
    margin-top: 10vw;
  }

  .menu-lineup ul {
    display: flex;
    align-items: flex-start;
    flex-direction: unset;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
    border-left: unset;
  }

  .menu01 {
    width: 75vw;
    height: auto;
  }

  .menu-lineup ul.menu01 li {
    height: 40vw;
  }

  .menu-lineup ul.menu02 li {
    height: 40vw;
  }
  .menu02 {
    height: auto;
  }

  .menu01::before {
    display: block;
    content: "";
    width: 9vw;
  }

  .menu-lineup ul li {
    font-size: 3.2vw;
    font-weight: 700;
    color: #fff;
    writing-mode: vertical-rl;
    font-family: "Zen Old Mincho", serif;
    text-orientation: unset;
    width: 9vw;
    border-right: 1px solid #000;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 5vw;
  }

  .menu-lineup ul.menu02 li {
    width: 12vw;
  }

  .conan2025-goods {
    position: relative;
    margin-top: 5vw;
    padding-top: 10vw;
    padding-bottom: 15vw;
    margin-bottom: 5vw;
  }

  .conan2025-goods::before {
    display: block;
    content: "";
    background: url(../img/conan/section-line.png) no-repeat center center/100%
      auto;
    width: 90%;
    height: 10vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
  }

  .conan2025-goods::after {
    display: block;
    content: "";
    background: url(../img/conan/section-line.png) no-repeat center center/100%
      auto;
    width: 90%;
    height: 10vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
  }

  .goods-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5vw;
    width: 90%;
  }

  .goods-title img {
    width: 100%;
    height: auto;
  }

  .goods-item01 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
    padding: 0 5vw;
    position: relative;
  }

  .goods-item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
    height: 8vw;
  }

  .goods-item__title img {
    width: auto;
    height: 100%;
  }

  .goods-item__text {
    color: #fff;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.7;
  }

  .goods-item01 .goods-item__text {
    margin-bottom: 3vw;
  }

  .goods-item01 > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .goods-item01 > div > img {
    width: 35vw;
    height: auto;
    position: absolute;
    top: 10vw;
    right: 8vw;
  }

  .goods-item01 > img {
    width: 45vw;
    height: auto;
    margin-bottom: 3vw;
    margin-left: 3vw;
    margin-right: auto;
  }

  .conan2025-goods__items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: auto;
    margin: 0 auto 60px;
    padding: 0 5vw;
  }

  .goods-item02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .goods-item02 > img {
    width: 50vw;
    height: auto;
  }

  .goods-item03 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .goods-item03 > img {
    width: 50vw;
    height: auto;
  }

  .goods-item02 > img,
  .goods-item03 > img {
    margin-bottom: 3vw;
  }

  .goods-item04 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
    padding: 0 5vw;
  }

  .goods-item04 > img {
    width: 80vw;
    height: auto;
    margin-bottom: 3vw;
  }

  .goods-item04 > div {
    width: 100%;
  }

  .goods-item04 .goods-item__title {
    justify-content: center;
    padding-left: unset;
  }

  .conan2025-detail {
    width: 100%;
    margin: 0 auto;
  }

  .conan2025-detail__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 5vw;
  }

  .conan2025-detail > h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8vw;
    height: 6vw;
  }

  .conan2025-detail > h2 img {
    width: auto;
    height: 100%;
  }

  .conan2025-detail__left {
    width: 100%;
  }

  .slider {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .slider .swiper-slide {
    width: 100%;
  }

  .slider .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .slider-thumbnail {
    width: 80%;
    margin: 3vw auto 0;
  }

  .slider-thumbnail .swiper-wrapper {
    justify-content: space-between;
  }

  .slider-thumbnail .swiper-slide {
    width: auto;
    height: auto;
    cursor: pointer;
    transition: opacity 0.2s;
  }

  .slider-thumbnail .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .conan2025-detail__right {
    width: 100%;
    margin-top: 5vw;
  }

  .conan2025-detail__right h3 {
    color: #fff;
    font-size: 5vw;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    margin-bottom: 2vw;
    text-align: center;
  }

  .conan2025-detail__right .copy {
    color: #fff;
    font-size: 3.4vw;
    line-height: 1.3;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    text-align: center;
  }

  .conan2025-detail__right ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5vw 0;
  }

  .conan2025-detail__right ul li {
    color: #fff;
    font-size: 3.4vw;
    font-weight: 700;
    width: 20vw;
    height: 10vw;
    background: #982007;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  .conan2025-detail__right ul li + li {
    margin-left: 3vw;
  }

  .conan2025-detail__right .price {
    color: #fff;
    font-size: 3.8vw;
    font-weight: 700;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    margin-bottom: 3vw;
  }

  .conan2025-detail__right .price span {
    font-size: 6vw;
  }

  .conan2025-detail__right .note {
    color: #fff;
    font-size: 3.4vw;
    line-height: 1.6;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    text-align: center;
  }

  .conan2025-detail__right .cart-btn {
    width: 80vw;
    height: 15vw;
    background: #000;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5vw auto 0;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  .conan2025-detail__right dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10vw;
    position: relative;
  }

  .conan2025-detail__right dl dt {
    font-size: 3.8vw;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    width: 150px;
    line-height: 2;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  .conan2025-detail__right dl dd {
    font-size: 3.8vw;
    color: #fff;
    width: 290px;
    line-height: 2;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  .conan2025-detail__right dl dd.size {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    width: 45vw;
  }

  .conan2025-detail__right dl dd.size img {
    width: 100%;
    height: auto;
  }

  .osechi-qandq {
    position: relative;
    margin: 10vw auto 15vw;
    padding: 15vw 5vw 0;
    width: auto;
  }

  .osechi-qandq::before {
    display: block;
    content: "";
    background: url(../img/conan/section-line.png) no-repeat center center/100%
      auto;
    width: 90%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .osechi-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vw;
    height: 20vw;
  }

  .osechi-title img {
    width: auto;
    height: 100%;
  }

  .qanda h3 {
    width: 100%;
    height: 20vw;
    background: #fff;
    padding-left: 2vw;
    padding-right: 7vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 3.4vw;
    line-height: 1.3;
    margin-top: 5vw;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    box-sizing: border-box;
  }

  .qanda h3 span {
    font-family: "Roboto", sans-serif;
    color: #e83428;
    font-size: 4.8vw;
    margin-right: 3vw;
  }

  .qanda h3::after {
    display: block;
    content: "";
    background: url(../img/conan/qanda-arrow.png) no-repeat center center/100%
      auto;
    width: 5vw;
    height: 5vw;
    position: absolute;
    right: 3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
  }

  .qanda h3.selected::after {
    transform: rotate(180deg);
  }

  .qanda p {
    color: #fff;
    font-size: 3.4vw;
    font-weight: 700;
    padding-left: 5vw;
    padding-right: 7vw;
    display: none;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    margin-top: 3vw;
  }

  .qanda p span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .qanda p span strong {
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-right: 3vw;
    font-size: 6vw;
  }

  .qanda-conan {
    position: relative;
    right: unset;
    bottom: unset;
    width: 40vw;
    height: auto;
    margin: 5vw auto;
    display: block;
  }

  .link-2024 {
    width: 90%;
    height: 15vw;
    border-radius: 35px;
    border: 2px solid #fff;
    margin: 0 auto 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2vw;
    color: #fff;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  a.link-2024:link,
  a.link-2024:visited {
    color: #fff;
  }

  #conan2025 .notes {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
  }

  /*----------- modal ----------------*/
  .mfp-bg {
    background: rgba(188, 43, 14, 0.95) !important;
  }

  button.mfp-close {
    display: none;
  }

  .osechi-menu {
    width: 75vw;
    height: 90vw;
    border-radius: 10px;
    background: url(../img/conan/modal-bg.jpg) no-repeat center center/cover;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.6);
    position: relative;
    margin: 0 auto;
    padding: 55vw 3vw 0;
    box-sizing: border-box;
  }

  .osechi-menu::after {
    display: block;
    content: "";
    background: url(../img/conan/modal-icon01.png) no-repeat center center/100%
      auto;
    width: 20vw;
    height: 35vw;
    position: absolute;
    top: 0;
    right: 3vw;
  }

  .osechi-menu02::after {
    display: block;
    content: "";
    background: url(../img/conan/modal-icon02.png) no-repeat center center/100%
      auto;
    width: 20vw;
    height: 35vw;
    position: absolute;
    top: 0;
    right: 3vw;
  }

  .menu-name {
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 4.6vw;
    text-align: center;
    margin-bottom: 2vw;
    font-weight: 600;
    line-height: 1.2;
  }

  .menu-name span {
    font-size: 3.2vw;
    display: block;
  }

  .menu-text {
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 3.4vw;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
  }

  .menu-text br {
    display: none;
  }

  .menu-close {
    position: fixed;
    right: 4vw;
    top: 4vw;
    width: 8vw;
  }

  .osechi-menu > img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40vw;
    z-index: 2;
    width: auto;
    height: 42vw;
  }

  .mfp-arrow.mfp-arrow-left {
    width: 10vw;
    height: 22vw;
    left: 1vw;
    opacity: 1;
  }

  .mfp-arrow.mfp-arrow-right {
    width: 10vw;
    height: 22vw;
    right: 1vw;
    opacity: 1;
  }

  .mfp-arrow.mfp-arrow-left::before {
    border: unset;
    margin: 0;
    background: url(../img/conan/arrow-prev.png) no-repeat center center/100%
      auto;
    width: 10vw;
    height: 22vw;
    opacity: 1;
  }

  .mfp-arrow.mfp-arrow-right::before {
    border: unset;
    margin: 0;
    background: url(../img/conan/arrow-next.png) no-repeat center center/100%
      auto;
    width: 10vw;
    height: 22vw;
    opacity: 1;
  }

  .mfp-arrow.mfp-arrow-left::after,
  .mfp-arrow.mfp-arrow-right::after {
    display: none;
  }

  /*----------- modal ----------------*/
}

@media only screen and (min-width: 600px) {
  .mv-left__inner {
    position: relative;
  }

  .mv-left__inner::after {
    display: block;
    content: "";
    background: url(../img/conan/mv-left-frame.png) no-repeat center
      center/901px auto;
    width: 901px;
    height: 901px;
    position: absolute;
    top: 1px;
    left: 30px;
    z-index: 2;
  }
  .image-area {
    width: 413px;
    height: 413px;
  }

  #area1 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #area2 {
    position: absolute;
    top: 244px;
    right: 58px;
  }
  #area3 {
    position: absolute;
    bottom: 86px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #area4 {
    position: absolute;
    top: 244px;
    left: 59px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1600px) {
  .mv-left__inner::after {
    display: block;
    content: "";
    background: url(../img/conan/mv-left-frame.png) no-repeat center
      center/calc((901 / 1600) * 100vw) auto;
    width: calc((901 / 1600) * 100vw);
    height: calc((901 / 1600) * 100vw);
    position: absolute;
    top: 0;
    left: calc((30 / 1600) * 100vw);
    z-index: 2;
  }
  .image-area {
    width: calc((413 / 1600) * 100vw);
    height: calc((413 / 1600) * 100vw);
  }

  #area1 {
    position: absolute;
    top: calc((30 / 1600) * 100vw);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #area2 {
    position: absolute;
    top: calc((244 / 1600) * 100vw);
    right: calc((58 / 1600) * 100vw);
  }
  #area3 {
    position: absolute;
    bottom: calc((86 / 1600) * 100vw);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #area4 {
    position: absolute;
    top: calc((244 / 1600) * 100vw);
    left: calc((59 / 1600) * 100vw);
    margin: 0 auto;
  }
}

.conan2025-detail__right .cart-btn.is-sold-out {
  background: #aaa;
}

.conan2025-detail__left {
  position: relative;
}

.conan2025-detail__sold-out {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 599px;
  height: 598px;
  background: rgb(0 0 0 /0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  pointer-events: none;
}

@media screen and (max-width: 599px) {
  .conan2025-detail__sold-out {
    width: auto;
    left: 10%;
    right: 10%;
    height: calc(90vw * 0.8);
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    font-size: 5vw;
  }
}
