@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: #f2f2f2;
  font-size: 1.4rem; /* =14px */
  font-family: "Noto sans JP", 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;
}

/* デフォルトの三角形アイコンを非表示にする */
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 {
  border-top: min(1.0416666667vw, 15px) solid #e60012;
  height: min(52.0138888889vw, 749px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: 101.3333333333vw;
    border-top: 2vw solid #e60012;
  }
}
.mv__inner {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: min(12.8472222222vw, 185px) 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv__inner {
    max-width: 100%;
    padding: 28.5333333333vw 0 0;
  }
}
.mv__inner .--logo {
  display: block;
  width: min(17.2916666667vw, 249px);
  position: absolute;
  top: min(2.2916666667vw, 33px);
  left: min(2.2222222222vw, 32px);
}
@media screen and (max-width: 1024px) {
  .mv__inner .--logo {
    width: 33.3333333333vw;
    top: 1.8666666667vw;
    left: 4vw;
  }
}
.mv__bg {
  width: min(101.25vw, 1458px);
  position: absolute;
  top: min(1.0416666667vw, 15px);
  left: min(1.1805555556vw, 17px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .mv__bg {
    width: 100%;
    top: 3.4666666667vw;
    left: 0;
  }
}
.mv h1 {
  width: min(52.9861111111vw, 763px);
  padding-left: min(0.8333333333vw, 12px);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mv h1 {
    width: 100vw;
    padding-left: 1.0666666667vw;
  }
}

.area-lead {
  position: relative;
  z-index: 1;
  padding: 0 min(1.3888888889vw, 20px);
}
@media screen and (max-width: 1024px) {
  .area-lead {
    padding: 0 1.3333333333vw;
  }
}
.area-lead p:first-of-type {
  font-size: min(2.2222222222vw, 3.2rem);
  font-weight: bold;
  line-height: 1.2857142857;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .area-lead p:first-of-type {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.area-lead p:first-of-type .--red {
  color: #e60013;
}
.area-lead p:nth-of-type(2) {
  margin-top: min(2.0833333333vw, 30px);
  text-align: center;
  color: #e60013;
  font-weight: bold;
  font-size: min(4.1666666667vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .area-lead p:nth-of-type(2) {
    margin-top: 6.4vw;
    font-size: 6.6666666667vw;
  }
}

.area-contents {
  position: relative;
  padding: min(3.4722222222vw, 50px) 0 min(5.2083333333vw, 75px);
}
@media screen and (max-width: 1024px) {
  .area-contents {
    padding: 8vw 0 10.1333333333vw;
  }
}
.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);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 6px solid #fff;
  background-color: #fff;
  border-radius: min(1.3888888889vw, 20px);
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-btn {
    border: 1.0666666667vw 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 span {
    transform: translate(min(0.3472222222vw, 5px), min(0.3472222222vw, 5px));
  }
  .area-contents__item-btn:hover .area-contents__item-arrow img {
    opacity: 0;
  }
}
.area-contents__thumb {
  display: block;
  border-radius: min(1.3888888889vw, 20px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .area-contents__thumb {
    border-radius: 2.6666666667vw;
  }
}
.area-contents__item-body {
  padding: min(1.9444444444vw, 28px) 0 min(0.625vw, 9px);
  display: block;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body {
    padding: 3.2vw 0 1.0666666667vw;
  }
}
.area-contents__item-body .--date {
  display: block;
  color: #e60013;
  line-height: 1;
  font-size: min(1.6666666667vw, 2.4rem);
  padding-left: min(0.3472222222vw, 5px);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body .--date {
    font-size: 3.4666666667vw;
  }
}
.area-contents__item-body .--title {
  display: block;
  margin-top: min(0.8333333333vw, 12px);
  min-height: min(4.1666666667vw, 60px);
  padding: 0 min(0.3472222222vw, 5px);
  font-weight: 300;
  font-size: min(1.6666666667vw, 2.4rem);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body .--title {
    min-height: 8.5333333333vw;
    margin-top: 2.1333333333vw;
    padding: 0 0.5333333333vw;
    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.9027777778vw, 13px);
  padding: 0 min(0.3472222222vw, 5px);
  font-weight: 300;
  font-size: min(1.1111111111vw, 1.6rem);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-body .--name {
    margin-top: 2.6666666667vw;
    padding: 0 0.8vw;
    font-size: 2.4vw;
  }
}
.area-contents__item-arrow {
  display: block;
  margin-top: auto;
  margin-right: min(2.0138888889vw, 29px);
  margin-left: auto;
  width: min(8.5416666667vw, 123px);
  min-height: min(2.1527777778vw, 31px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-arrow {
    margin-right: 4vw;
    width: 17.8666666667vw;
    min-height: 4.5333333333vw;
  }
}
.area-contents__item-arrow span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: min(0.9027777778vw, 1.3rem);
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: transform 0.2s;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-arrow span {
    font-size: 1.8666666667vw;
    font-weight: normal;
    padding-bottom: 0.2666666667vw;
  }
}
.area-contents__item-arrow img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: max(-5px, -0.3472222222vw);
  bottom: max(-5px, -0.3472222222vw);
  z-index: -1;
  transition: transform 0.2s, opacity 0.2s;
}
@media screen and (max-width: 1024px) {
  .area-contents__item-arrow img {
    right: -0.8vw;
    bottom: -0.8vw;
  }
}

.footer {
  padding: min(4.1666666667vw, 60px) 0 0;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 16vw;
  }
}
.footer__inner {
  max-width: min(93.0555555556vw, 1340px);
  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 5.3333333333vw;
  }
}
.footer__top {
  background-color: #e60013;
  border-radius: min(2.7777777778vw, 40px);
  padding: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 1024px) {
  .footer__top {
    background-color: transparent;
    padding: 0;
  }
}
.footer__top > div:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2.6388888889vw, 38px);
}
@media screen and (max-width: 1024px) {
  .footer__top > div:first-of-type {
    display: block;
  }
}
.footer__link-archive, .footer__link-bnr {
  width: min(34.7222222222vw, 500px);
  padding: min(1.5972222222vw, 23px) min(4.8611111111vw, 70px) 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);
  border: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__link-archive, .footer__link-bnr {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    padding: 3.4666666667vw 8.8vw 3.4666666667vw 3.4666666667vw;
    font-size: 4vw;
    gap: 2.4vw;
    border-radius: 10.6666666667vw;
  }
}
.footer__link-archive img, .footer__link-bnr img {
  position: absolute;
  top: 50%;
  right: min(4.1666666667vw, 60px);
  transform: translateY(-50%);
  width: min(1.3194444444vw, 19px);
}
@media screen and (max-width: 1024px) {
  .footer__link-archive img, .footer__link-bnr img {
    width: 2.9333333333vw;
    right: 10.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer__link-bnr {
    margin-top: 2.6666666667vw;
  }
}
.footer__link-jump {
  display: block;
  width: min(19.8611111111vw, 286px);
  margin: min(2.0138888889vw, 29px) auto 0;
}
@media screen and (max-width: 1024px) {
  .footer__link-jump {
    width: 45.3333333333vw;
    margin-top: 5.8666666667vw;
  }
}
.footer__bottom {
  margin-top: min(2.4305555556vw, 35px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    margin-top: 4.2666666667vw;
    display: block;
  }
}
.footer__bottom > div {
  width: min(29.1666666667vw, 420px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom > div {
    width: 100%;
  }
}
.footer__bottom > div:first-of-type {
  width: min(41.3194444444vw, 595px);
}
@media screen and (max-width: 1024px) {
  .footer__bottom > div:first-of-type {
    width: 100%;
  }
}
.footer__btn-11th {
  display: block;
  width: min(15.2777777778vw, 220px);
}
@media screen and (max-width: 1024px) {
  .footer__btn-11th {
    width: 42.9333333333vw;
    margin: 0 auto;
  }
}
.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-top: 6.6666666667vw;
    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 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    min-height: auto;
    padding: 2.6666666667vw 5.3333333333vw;
    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);
}
@media screen and (max-width: 1024px) {
  .footer__bottom-link.--x {
    width: 11.7333333333vw;
  }
}
.footer__bottom-link.--facebook {
  width: min(4.2361111111vw, 61px);
  margin: 0 min(1.3888888889vw, 20px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .footer__bottom-link.--facebook {
    width: 11.7333333333vw;
    margin: 0 5.3333333333vw;
  }
}
.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(3.4722222222vw, 50px) 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(42.8472222222vw, 617px);
  max-height: calc(100vh - 140px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #e60013;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .modal__body {
    width: 89.3333333333vw;
    height: 160vw;
    height: 160dvw;
    max-height: calc(100vh - 21.8666666667vw);
    max-height: calc(100dvh - 21.8666666667dvw);
    border: 3px solid #e60013;
  }
}
.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: 35px;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
}
@media screen and (max-width: 1024px) {
  .modal__close {
    width: 5.3333333333vw;
    bottom: calc(100% + 2.6666666667vw);
  }
}
.modal__body-inner {
  padding: min(2.4305555556vw, 35px) min(2.7777777778vw, 40px);
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .modal__body-inner {
    padding: 5.3333333333vw 7.7333333333vw;
  }
}
.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(2.0833333333vw, 30px);
}
@media screen and (max-width: 1024px) {
  .modal__text-top {
    font-size: 3.7333333333vw;
    padding: 2.4vw 1.6vw;
    margin-bottom: 1.8666666667vw;
  }
}
.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);
  border-radius: min(2.7777777778vw, 40px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .modal__thumb {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
}
.modal__contents-body {
  width: min(36.1111111111vw, 520px);
}
@media screen and (max-width: 1024px) {
  .modal__contents-body {
    width: 100%;
    margin-top: 2.9333333333vw;
  }
}
.modal__contents-body .--top {
  display: block;
  border-bottom: 3px solid #e60013;
  padding: 0 0 min(0.4166666667vw, 6px) 0;
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .modal__contents-body .--top {
    padding: 0 0 1.0666666667vw 0;
    font-size: 2.9333333333vw;
    border-bottom: 0.5333333333vw solid #e60013;
  }
}
.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.1333333333vw;
    font-size: 4vw;
  }
}
.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: 0.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
.modal__contents-body .--text {
  display: block;
  margin-top: min(2.4305555556vw, 35px);
  padding: 0 min(2.0833333333vw, 30px);
  font-size: min(1.1111111111vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .modal__contents-body .--text {
    margin-top: 2.6666666667vw;
    padding: 0;
    line-height: 1.5833333333;
    font-size: 3.2vw;
  }
}
.modal__contents-bottom {
  margin: min(3.8194444444vw, 55px) auto 0;
}
@media screen and (max-width: 1024px) {
  .modal__contents-bottom {
    margin-top: 4vw;
  }
}
.modal__contents-bottom .--date {
  display: block;
  text-align: center;
  font-size: min(1.5277777778vw, 2.2rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .modal__contents-bottom .--date {
    font-size: 4vw;
  }
}
.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: 4.5333333333vw;
  }
}
.modal__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin: min(0.6944444444vw, 10px) auto 0;
}
@media screen and (max-width: 1024px) {
  .modal__btn {
    margin-top: 1.8666666667vw;
  }
}
@media (any-hover: hover) {
  .modal__btn:hover {
    filter: none;
  }
  .modal__btn:hover::before {
    opacity: 0;
  }
  .modal__btn:hover > span {
    transform: translate(min(0.6944444444vw, 10px), min(0.6944444444vw, 10px));
  }
}
.modal__btn::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-image: url("../images/btn-bg-modal.png");
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  top: min(0.7638888889vw, 11px);
  left: min(0.7638888889vw, 11px);
  z-index: -1;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1024px) {
  .modal__btn::before {
    background-image: url("../images/btn-bg-modal-sp.png");
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: 100%;
    height: 100%;
  }
}
.modal__btn > span {
  padding: min(1.0416666667vw, 15px) min(2.4305555556vw, 35px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.4166666667vw, 6px);
  font-size: min(1.25vw, 1.8rem);
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  transition: transform 0.2s;
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .modal__btn > span {
    padding: 1.6vw 5.0666666667vw 2.1333333333vw;
    gap: 1.3333333333vw;
    font-size: 4vw;
  }
}
.modal__btn img {
  width: min(1.0416666667vw, 15px);
  margin-top: min(0.0694444444vw, 1px);
}
@media screen and (max-width: 1024px) {
  .modal__btn img {
    width: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}/*# sourceMappingURL=base.css.map */