@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    filter: brightness(0.8);
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #FE0000;
  font-size: 1.4rem; /* =14px */
  font-family: "Noto sans JP", sans-serif;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.note_p {
    text-align: center;
    font-size: 130%;
    padding-top: 5%;
    color: #FFF;
}

@media screen and (min-width: 1025px) {
  .note_p {
    text-align: center;
    font-size: 130%;
    padding-top: 5%;
    color: #FFF;
    }
}

@media screen and (max-width: 1024px) {
  .note_p {
    text-align: center;
    font-size: 100%;
    padding-top: 5%;
    color: #FFF;
}
}



/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
#wrapper {
  overflow: hidden;
}

.mv {
  height: min(74.7222222222vw, 1076px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
  }
}
.mv__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: min(1.25vw, 17px) 0 0 min(1.5972222222vw, 23px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv__inner {
    max-width: 100%;
    padding: 0;
    position: absolute;
    top: 3.2vw;
    left: 3.2vw;
  }
}
.mv__inner .--logo {
  display: block;
  width: min(13.5416666667vw, 195px);
}
@media screen and (max-width: 1024px) {
  .mv__inner .--logo {
    width: 20vw;
  }
}
.mv h1 {
  position: absolute;
  width: min(204.2361111111vw, 2941px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .mv h1 {
    position: static;
    width: 100%;
    transform: inherit;
  }
}

.area-lead {
  position: relative;
  z-index: 1;
  padding: 0 min(1.3888888889vw, 20px);
}
@media screen and (max-width: 1024px) {
  .area-lead {
    padding: 2.4vw 4vw 0;
  }
}
.area-lead img {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .area-lead img {
    max-width: 100%;
  }
}

.area-contents {
  position: relative;
  padding: min(6.9444444444vw, 100px) 0;
}
@media screen and (max-width: 1024px) {
  .area-contents {
    padding: 4vw 0 16vw;
  }
}
.area-contents__bg {
  position: absolute;
  top: max(-395px, -27.4305555556vw);
  left: 0;
  width: 100%;
  height: calc(100% + min(27.4305555556vw, 395px));
  background-image: url("../images/main-bg.png");
  background-size: min(124.0972222222vw, 1787px) min(161.0416666667vw, 2319px);
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .area-contents__bg {
    top: -68.8vw;
    height: calc(100% + 70.6666666667vw);
    background-image: url("../images/main-bg-sp.png");
    background-size: cover;
  }
}
.area-contents__inner {
  max-width: min(93.0555555556vw, 1340px);
  padding: 0 min(1.3888888889vw, 20px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .area-contents__inner {
    max-width: 100%;
    padding: 0 4%;
  }
}
.area-contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.0833333333vw, 30px) min(2.2916666667vw, 33px);
}
@media screen and (max-width: 1024px) {
  .area-contents__list {
    gap: 2.6666666667vw 2.8985507246%;
  }
}
.area-contents__item {
  width: calc(25% - min(2.2916666667vw, 33px) * 3 / 4);
}
@media screen and (max-width: 1024px) {
  .area-contents__item {
    width: 48.5507246377%;
  }
}
.area-contents__item-btn {
  padding-bottom: min(1.3888888889vw, 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: min(2.7777777778vw, 40px);
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-btn {
    border: 2px solid #fff;
    padding-bottom: 1.6vw;
    border-radius: 2.6666666667vw;
  }
}
@media (any-hover: hover) {
  .area-contents__item-btn:hover {
    filter: none;
  }
  .area-contents__item-btn:hover .area-contents__item-arrow {
    background-color: #000;
    color: #fff;
  }
}
.area-contents__thumb {
  display: block;
}
.area-contents__item-body {
  padding: min(1.3888888889vw, 20px) 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body {
    padding: 3.2vw 0 2.6666666667vw;
  }
}
.area-contents__item-body .--date {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(0.4166666667vw, 6px) min(1.1805555556vw, 17px);
  background-color: #FF0000;
  color: #fff;
  border-bottom-right-radius: min(0.6944444444vw, 10px);
  line-height: 1;
  font-size: min(1.3888888889vw, 2rem);
  letter-spacing: -0.04em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body .--date {
    padding: 1.0666666667vw 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.area-contents__item-body .--title {
  display: block;
  margin-top: min(0.8333333333vw, 12px);
  padding: 0 min(1.3888888889vw, 20px);
  font-weight: bold;
  font-size: min(1.5277777778vw, 2.2rem);
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body .--title {
    margin-top: 2.1333333333vw;
    padding: 0 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body .--title.--line02 {
    height: 9.0666666667vw;
  }
}
.area-contents__item-body .--name {
  display: block;
  margin-top: min(0.8333333333vw, 12px);
  padding: 0 min(1.3888888889vw, 20px);
  font-weight: bold;
  font-size: min(1.1111111111vw, 1.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body .--name {
    margin-top: 1.6vw;
    padding: 0 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.area-contents__item-arrow {
  padding: min(0.4166666667vw, 6px) min(0.7638888889vw, 11px) min(0.4166666667vw, 6px) min(1.1805555556vw, 17px);
  border-top-left-radius: min(0.6944444444vw, 10px);
  border-bottom-right-radius: min(0.6944444444vw, 10px);
  margin-top: auto;
  margin-right: min(0.625vw, 9px);
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: min(0.4166666667vw, 6px);
  font-weight: bold;
  font-size: min(1.1111111111vw, 1.6rem);
  line-height: 1.4;
  letter-spacing: -0.04em;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-arrow {
    margin-right: 0.5333333333vw;
    padding: 1.3333333333vw 2.1333333333vw;
    border-top-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.area-contents__item-arrow img {
  width: min(0.9722222222vw, 14px);
  margin-bottom: min(0.1388888889vw, 2px);
}
@media screen and (max-width: 1024px) {
  .area-contents__item-arrow img {
    width: 2.1333333333vw;
    margin-bottom: 0;
  }
}

.footer {
  padding: min(6.9444444444vw, 100px) 0 0;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 16vw;
  }
}
.footer__inner {
  max-width: min(86.8055555556vw, 1250px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 min(1.3888888889vw, 20px);
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    max-width: 100%;
    padding: 0 4vw;
  }
}
.footer__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(12.1527777778vw, 175px);
}
@media screen and (max-width: 1024px) {
  .footer__top {
    display: block;
  }
}
.footer__link-archive {
  width: min(34.7222222222vw, 500px);
  padding: min(1.5972222222vw, 23px) min(0.6944444444vw, 10px);
  font-size: min(1.8055555556vw, 2.6rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: min(1.0416666667vw, 15px);
  background-color: #fff;
  border-radius: min(3.4722222222vw, 50px);
}
@media screen and (max-width: 1024px) {
  .footer__link-archive {
    margin-left: auto;
    margin-right: auto;
    width: 80.5333333333vw;
    padding: 3.4666666667vw;
    font-size: 4vw;
    gap: 2.4vw;
    border-radius: 10.6666666667vw;
  }
}
.footer__link-archive img {
  width: min(1.3194444444vw, 19px);
}
@media screen and (max-width: 1024px) {
  .footer__link-archive img {
    width: 2.9333333333vw;
  }
}
.footer__link-jump {
  display: block;
  width: min(19.8611111111vw, 286px);
  margin: min(2.7777777778vw, 40px) auto 0;
}
@media screen and (max-width: 1024px) {
  .footer__link-jump {
    width: 45.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.footer__link-bnr {
  display: block;
  width: min(27.7777777778vw, 400px);
}
@media screen and (max-width: 1024px) {
  .footer__link-bnr {
    width: 80.5333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
.footer__bottom {
  margin-top: min(4.1666666667vw, 60px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    margin-top: 16vw;
    display: block;
  }
}
.footer__bottom > div {
  width: min(27.7777777778vw, 400px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom > div {
    width: 100%;
  }
}
.footer__bottom > div:first-of-type {
  width: min(45.8333333333vw, 660px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom > div:first-of-type {
    width: 100%;
  }
}
.footer__bottom-copy {
  margin-bottom: min(1.3888888889vw, 20px);
  font-size: min(1.8055555556vw, 26px);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__bottom-copy {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
.footer__bottom-copy::before, .footer__bottom-copy::after {
  content: "";
  width: min(1.3194444444vw, 19px);
  height: min(2.0833333333vw, 30px);
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .footer__bottom-copy::before, .footer__bottom-copy::after {
    width: 3.2vw;
    height: 4.8vw;
  }
}
.footer__bottom-copy::before {
  background-image: url("../images/deco-line-left.svg");
  right: calc(100% + 4px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-copy::before {
    right: calc(100% + 1.0666666667vw);
  }
}
.footer__bottom-copy::after {
  background-image: url("../images/deco-line-right.svg");
  left: calc(100% + 4px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-copy::after {
    left: calc(100% + 1.0666666667vw);
  }
}
.footer__bottom-copy .--large {
  color: #FF0000;
  font-size: min(2.7777777778vw, 40px);
  display: inline-block;
  padding: 0 min(0.3472222222vw, 5px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-copy .--large {
    font-size: 6.4vw;
    padding: 0 1.0666666667vw;
  }
}
.footer__bottom-copy .--small {
  font-size: min(1.6853932584vw, 40px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-copy .--small {
    font-size: 4vw;
  }
}
.footer__bottom-body {
  min-height: min(8.3333333333vw, 120px);
  padding: min(1.3888888889vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-body {
    min-height: 21.8666666667vw;
    padding: 2.6666666667vw;
    border-radius: 6.4vw;
  }
}
.footer__bottom-body.--red {
  border: 4px solid #FF0000;
}
@media screen and (max-width: 1024px) {
  .footer__bottom-body.--red {
    border: 3px solid #FF0000;
    margin-bottom: 5.3333333333vw;
  }
}
.footer__bottom-body p {
  line-height: 1;
  font-size: min(2.7777777778vw, 40px);
  letter-spacing: -0.05;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .footer__bottom-body p {
    font-size: 6.4vw;
  }
}
.footer__bottom-link {
  display: block;
}
.footer__bottom-link.--apple {
  width: min(14.5138888889vw, 209px);
  margin-right: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-link.--apple {
    width: 33.3333333333vw;
    margin-right: 6.4vw;
  }
}
.footer__bottom-link.--google {
  width: min(16.3888888889vw, 236px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-link.--google {
    width: 37.6vw;
  }
}
.footer__bottom-link.--x {
  width: min(4.2361111111vw, 61px);
  margin: 0 min(2.0833333333vw, 30px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-link.--x {
    width: 11.7333333333vw;
    margin: 0 5.3333333333vw 0 10.6666666667vw;
  }
}
.footer__bottom-link.--line {
  width: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-link.--line {
    width: 11.7333333333vw;
  }
}
.footer__copyright {
  padding: min(8.0555555556vw, 116px) 0 min(1.1111111111vw, 16px);
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: min(1.25vw, 18px);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    padding: 18.4vw 0 4.2666666667vw;
    font-size: 3.2vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.modal__body {
  max-width: 98vw;
  width: min(76.3888888889vw, 1100px);
  height: min(43.4027777778vw, 625px);
  max-height: calc(100vh - 140px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #000;
  border-radius: min(2.7777777778vw, 40px);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .modal__body {
    width: 89.3333333333vw;
    height: 184.8vw;
    height: 184.8dvw;
    max-height: calc(100vh - 21.8666666667vw);
    max-height: calc(100dvh - 21.8666666667dvw);
    border: 3px solid #000;
    border-radius: 5.3333333333vw;
  }
}
.modal__body.--small {
  height: min(38.75vw, 558px);
}
@media screen and (max-width: 1024px) {
  .modal__body.--small {
    height: 174.6666666667vw;
    height: 174.6666666667dvw;
  }
}
.modal__close {
  width: 60px;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
}
@media screen and (max-width: 1024px) {
  .modal__close {
    width: 9.6vw;
    bottom: calc(100% + 1.3333333333vw);
  }
}
.modal__body-inner {
  padding: min(2.7777777778vw, 40px);
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .modal__body-inner {
    padding: 5.3333333333vw 6.9333333333vw;
  }
}
.modal__text-top {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: min(1.5277777778vw, 2.2rem);
  line-height: 1.3;
  letter-spacing: -0.05em;
  text-align: center;
  padding: min(0.6944444444vw, 10px);
  margin-bottom: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 1024px) {
  .modal__text-top {
    font-size: 3.2vw;
    padding: 1.6vw 1.6vw;
    margin-bottom: 3.7333333333vw;
  }
}
.modal__contents {
  display: flex;
  justify-content: space-between;
  gap: min(0.7092198582vw, 40px);
}
@media screen and (max-width: 1024px) {
  .modal__contents {
    display: block;
  }
}
.modal__thumb {
  width: min(31.9444444444vw, 460px);
}
@media screen and (max-width: 1024px) {
  .modal__thumb {
    width: 100%;
  }
}
.modal__contents-body {
  width: min(36.1111111111vw, 520px);
}
@media screen and (max-width: 1024px) {
  .modal__contents-body {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.modal__contents-body .--top {
  display: block;
  border-bottom: 2px solid #D9CBA3;
  padding: min(0.4166666667vw, 6px) 0;
  font-size: min(1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .modal__contents-body .--top {
    padding: 1.0666666667vw 0;
    font-size: 3.2vw;
    border-bottom: 1px solid #D9CBA3;
  }
}
.modal__contents-body .--title {
  display: block;
  margin-top: min(0.6944444444vw, 10px);
  font-size: min(2.0833333333vw, 30px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .modal__contents-body .--title {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.modal__contents-body .--name {
  display: block;
  margin-top: min(0.6944444444vw, 10px);
  text-align: right;
  font-size: min(1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1024px) {
  .modal__contents-body .--name {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.modal__contents-body .--text {
  display: block;
  margin-top: min(1.3888888889vw, 20px);
  padding: min(1.3888888889vw, 20px) min(2.0833333333vw, 30px);
  background-color: #FFFAEA;
  font-size: min(1.1111111111vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .modal__contents-body .--text {
    margin-top: 3.2vw;
    padding: 3.2vw 4.8vw;
    font-size: 3.2vw;
  }
}
.modal__contents-bottom {
  margin: min(2.7777777778vw, 40px) auto 0;
}
@media screen and (max-width: 1024px) {
  .modal__contents-bottom {
    margin-top: 6.4vw;
  }
}
.modal__contents-bottom .--date {
  display: block;
  text-align: center;
  font-size: min(1.6666666667vw, 2.4rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .modal__contents-bottom .--date {
    font-size: 3.7333333333vw;
  }
}
.modal__contents-bottom .--date .--red {
  font-size: min(1.6666666667vw, 2.4rem);
  color: #FF0000;
}
@media screen and (max-width: 1024px) {
  .modal__contents-bottom .--date .--red {
    font-size: 3.7333333333vw;
  }
}
.modal__contents-bottom .--bottom-note {
  text-align: center;
  margin-top: min(1.3888888889vw, 20px);
  font-size: min(0.9722222222vw, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .modal__contents-bottom .--bottom-note {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    letter-spacing: -0.01em;
  }
}
.modal__btn {
  margin: min(1.0416666667vw, 15px) auto 0;
  padding: min(0.4166666667vw, 6px) min(2.3611111111vw, 34px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.4166666667vw, 6px);
  font-size: min(1.6666666667vw, 2.4rem);
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  border-radius: min(1.3888888889vw, 20px) 0 min(1.3888888889vw, 20px) 0;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1024px) {
  .modal__btn {
    margin-top: 2.6666666667vw;
    padding: 1.6vw 4.8vw;
    gap: 1.0666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 3.2vw 0 3.2vw 0;
  }
}
@media (any-hover: hover) {
  .modal__btn:hover {
    filter: none;
    background-color: #fff;
    color: #FF0000;
  }
  .modal__btn:hover img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(95%) saturate(7478%) hue-rotate(355deg) brightness(95%) contrast(120%);
  }
}
.modal__btn img {
  width: min(1.5972222222vw, 23px);
  transition: filter 0.3s;
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .modal__btn img {
    width: 3.4666666667vw;
  }
}/*# sourceMappingURL=base.css.map */


/* リンクのグレーアウト
------------------------------------- */
.modal__btn-off {
  margin: min(0.6944444444vw, 10px) auto 0;
  padding: min(0.6944444444vw, 10px) min(2.0833333333vw, 30px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.4166666667vw, 6px);
  font-size: min(1.6666666667vw, 2.4rem);
  color: #656565;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
  background-color: #dddddd;
  border: 2px solid #dddddd;
  border-radius: min(1.3888888889vw, 20px) 0 min(1.3888888889vw, 20px) 0;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1024px) {
  .modal__btn-off {
    margin-top: 1.6vw;
    padding: 1.6vw 4.8vw;
    gap: 1.0666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 3.2vw 0 3.2vw 0;
  }
}
@media (any-hover: hover) {
  .modal__btn-off:hover {
    pointer-events: none;
    filter: none;
    cursor: not-allowed;
  }
}
.modal__btn-off img {
  display: none; 
}
@media screen and (max-width: 1024px) {
  .modal__btn img {
    display: none; 
  }
}
