.page .box::after {
  mix-blend-mode: soft-light;
  background-size: 5.8666666667vw auto;
  background-image: url(../img/common/pattern@sp.webp);
}

.page .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #dd681d;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url(../img/common/bg_box@sp.webp);
  width: 84vw;
  box-shadow: 0 0 0 2.6666666667vw rgba(var(--color-white-rgb), 0.6);
}

.page .box::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: linear-gradient(180deg, rgba(27, 32, 30, 0.8), rgba(182, 72, 40, 0) 50%);
}

.page .box::after {
  content: "";
  position: absolute;
  inset: 0;
}

.page .box .box-border {
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 2px solid var(--color-white);
}

.page .box .box-border::after {
  content: "";
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 100%);
  background: var(--color-black);
  aspect-ratio: 680/368;
  width: 82.9333333333vw;
}

.page .box .box-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10.6666666667vw 0 12vw 0;
  width: 73.3333333333vw;
}

.page .title {
  transform: translateZ(0);
  margin: 0 auto;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0 var(--color-shadow));
  margin-bottom: 4vw;
}

.page.present .period,
.page.about_bigcharizard .features,
.page .text {
  color: var(--color-white);
  letter-spacing: 0.06em;
  font-style: italic;
  line-height: 1.5;
  font-size: 18px;
}

.page {
  position: relative;
  padding-top: 20.8vw;
}

.page::before {
  content: "";
  transform: translateZ(0);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 750/637;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/common/bg_page@sp.webp);
}

.page .cmn-button .button {
  aspect-ratio: 420/100;
  width: 56vw;
  box-shadow: 0 0 0 0.8vw rgba(var(--color-white-rgb), 0.6);
}

.page .cmn-button .button-text {
  font-size: 16px;
}

.page .box .box-border::after {
  aspect-ratio: 680/368;
  width: 82.9333333333vw;
}

.page .box .box-inner {
  padding: 10.6666666667vw 0;
}

.page .title {
  margin-bottom: 8vw;
}

.page .text-link {
  color: #ffe71c;
}

.page .text-link[target=_blank]::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  mask: url(../img/common/ic_link.svg) no-repeat;
  mask-size: contain;
  background: #ffe71c;
  width: 0.7em;
  margin: 0 0.25em;
}

.page.about_bigcharizard .title {
  width: 68vw;
}

.page.about_bigcharizard .texts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.page.about_bigcharizard .text {
  flex: 1;
  padding-bottom: 92.6666666667vw;
}

.page.about_bigcharizard .features {
  background: rgba(var(--color-black-rgb), 0.3);
  border-style: solid;
  border-color: var(--color-dark-gray);
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
  border-width: 0.5333333333vw;
  padding: 5.3333333333vw 0;
  font-weight: 700;
}

.page.about_bigcharizard .features > div {
  display: flex;
  align-items: flex-start;
  gap: 3.3333333333vw;
}

.page.about_bigcharizard .features dt {
  background: var(--color-dark-gray);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  line-height: 1.8;
  width: 26vw;
  padding-left: 4vw;
}

.page.about_bigcharizard .features dd {
  margin-top: 0.15em;
}

.page.about_bigcharizard .ill {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64vw;
  width: 113.3333333333vw;
}

.page.present .title {
  width: 68vw;
}

.page.present .text {
  margin-bottom: 6.6666666667vw;
}

.page.present .period {
  background: rgba(var(--color-black-rgb), 0.3);
  border-style: solid;
  border-color: var(--color-dark-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  gap: 3.3333333333vw;
  border-width: 0.5333333333vw;
  padding: 5.3333333333vw 0;
  margin-bottom: 8vw;
}

.page.present .period dt {
  background: var(--color-dark-gray);
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
  line-height: 1.8;
  margin: 0 auto;
  width: 32vw;
}

.page.present .period dd {
  font-size: 24px;
}

.page.present .period dd.password {
  line-height: 1;
  font-size: 30px;
}

.page.present .image {
  transform: translateZ(0);
  border: 2px solid var(--color-white);
  margin-bottom: 8vw;
  filter: drop-shadow(2.1333333333vw 2.1333333333vw 0 var(--color-black));
}

.page.present .caution {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  gap: 0.5em;
  line-height: 1.5;
  font-size: 14px;
}

.page.present .caution li {
  text-indent: -1em;
  margin-left: 1em;
}

.page.various_locations .title {
  width: 60.4vw;
}

.page.various_locations .box-inner > .texts > .text {
  margin-bottom: 6.6666666667vw;
}

.page.various_locations .list {
  display: flex;
  flex-direction: column;
  gap: 7.7333333333vw;
}

.page.various_locations .item {
  background: rgba(var(--color-black-rgb), 0.3);
  border-style: solid;
  border-color: var(--color-dark-gray);
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
  border-width: 0.5333333333vw;
  padding-bottom: 7.4666666667vw;
}

.page.various_locations .content {
  flex: 1;
}

.page.various_locations .content .text {
  line-height: 1.5;
  margin: 0 4.8vw 4.8vw 4.8vw;
}

.page.various_locations .name {
  position: relative;
  color: var(--color-white);
  letter-spacing: 0.06em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0.4vw 0.4vw 0px var(--color-shadow);
  padding: 3.4666666667vw 4.8vw;
  margin-bottom: 4.8vw;
  font-size: 30px;
}

.page.various_locations .name::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-dark-gray);
  width: 100%;
}

.page.various_locations .name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #c92f19;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  aspect-ratio: 1;
  width: 4vw;
}

.page.various_locations .image {
  position: relative;
  transform: translateZ(0);
  filter: drop-shadow(2.1333333333vw 2.1333333333vw 0 var(--color-black));
  margin: 0 auto;
  width: 64vw;
  margin-bottom: 8vw;
}

.page.various_locations .image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
}

@media print, screen and (min-width: 768px) {
  .page .box::after {
    background-size: min(22px,  calc(22 / 1366 * 100vw)) auto;
    background-image: url(../img/common/pattern@pc.webp);
  }

  .page .box {
    background-image: url(../img/common/bg_box@pc.webp);
    width: min(1056px,  calc(1056 / 1366 * 100vw));
    box-shadow: 0 0 0 min(10px,  calc(10 / 1366 * 100vw)) rgba(var(--color-white-rgb), 0.6);
  }

  .page .box .box-border::after {
    aspect-ratio: 700/340;
    width: min(688px,  calc(688 / 1366 * 100vw));
  }

  .page .box .box-inner {
    padding: min(45px,  calc(45 / 1366 * 100vw)) 0 min(55px,  calc(55 / 1366 * 100vw)) 0;
    width: min(720px,  calc(720 / 1366 * 100vw));
  }

  .page .title {
    filter: drop-shadow(min(4px,  calc(4 / 1366 * 100vw)) min(4px,  calc(4 / 1366 * 100vw)) 0 var(--color-shadow));
    margin-bottom: min(25px,  calc(25 / 1366 * 100vw));
  }

  .page {
    padding-top: min(200px,  calc(200 / 1366 * 100vw));
  }

  .page::before {
    aspect-ratio: 1366/741;
    background-image: url(../img/common/bg_page@pc.webp);
  }

  .page .cmn-button .button {
    aspect-ratio: 280/60;
    width: min(280px,  calc(280 / 1366 * 100vw));
    box-shadow: 0 0 0 min(4px,  calc(4 / 1366 * 100vw)) rgba(var(--color-white-rgb), 0.6);
    padding-right: min(14px,  calc(14 / 1366 * 100vw));
  }

  .page .cmn-button .button-icon {
    width: min(30px,  calc(30 / 1366 * 100vw));
  }

  .page .cmn-button .button-icon::after {
    width: min(11px,  calc(11 / 1366 * 100vw));
  }

  .page .box .box-border::after {
    aspect-ratio: 1080/340;
    width: min(1056px,  calc(1056 / 1366 * 100vw));
  }

  .page .box .box-inner {
    width: min(900px,  calc(900 / 1366 * 100vw));
    padding: min(80px,  calc(80 / 1366 * 100vw)) 0;
  }

  .page .title {
    margin-bottom: min(50px,  calc(50 / 1366 * 100vw));
  }

  .page .text {
    line-height: 2;
  }

  .page .text-link {
    transition: opacity 0.3s;
  }

  .page.about_bigcharizard .title {
    width: min(900px,  calc(900 / 1366 * 100vw));
  }

  .page.about_bigcharizard .texts {
    gap: min(50px,  calc(50 / 1366 * 100vw));
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: min(680px,  calc(680 / 1366 * 100vw));
  }

  .page.about_bigcharizard .text {
    padding-bottom: 0;
  }

  .page.about_bigcharizard .features {
    gap: min(20px,  calc(20 / 1366 * 100vw));
    border-width: min(4px,  calc(4 / 1366 * 100vw));
    width: min(350px,  calc(350 / 1366 * 100vw));
    padding: min(20px,  calc(20 / 1366 * 100vw)) 0;
  }

  .page.about_bigcharizard .features > div {
    gap: min(15px,  calc(15 / 1366 * 100vw));
  }

  .page.about_bigcharizard .features dt {
    width: min(125px,  calc(125 / 1366 * 100vw));
    padding-left: min(24px,  calc(24 / 1366 * 100vw));
  }

  .page.about_bigcharizard .ill {
    top: min(120px,  calc(120 / 1366 * 100vw));
    width: min(1156px,  calc(1156 / 1366 * 100vw));
  }

  .page.present .title {
    width: min(803px,  calc(803 / 1366 * 100vw));
  }

  .page.present .text {
    margin-bottom: min(40px,  calc(40 / 1366 * 100vw));
  }

  .page.present .period {
    gap: min(15px,  calc(15 / 1366 * 100vw));
    border-width: min(4px,  calc(4 / 1366 * 100vw));
    padding: min(20px,  calc(20 / 1366 * 100vw)) 0;
    margin-bottom: min(50px,  calc(50 / 1366 * 100vw));
  }

  .page.present .period dt {
    line-height: 1.8;
    width: min(150px,  calc(150 / 1366 * 100vw));
  }

  .page.present .image {
    width: min(720px,  calc(720 / 1366 * 100vw));
    margin: 0 auto min(40px,  calc(40 / 1366 * 100vw)) auto;
    filter: drop-shadow(min(8px,  calc(8 / 1366 * 100vw)) min(8px,  calc(8 / 1366 * 100vw)) 0 var(--color-black));
  }

  .page.various_locations .title {
    width: min(778px,  calc(778 / 1366 * 100vw));
  }

  .page.various_locations .box-inner > .texts > .text {
    margin-bottom: min(40px,  calc(40 / 1366 * 100vw));
  }

  .page.various_locations .list {
    gap: min(40px,  calc(40 / 1366 * 100vw));
  }

  .page.various_locations .item {
    align-items: flex-start;
    flex-direction: row;
    gap: min(25px,  calc(25 / 1366 * 100vw));
    border-width: min(4px,  calc(4 / 1366 * 100vw));
    padding-bottom: min(36px,  calc(36 / 1366 * 100vw));
  }

  .page.various_locations .content .text {
    margin: 0 0 min(36px,  calc(36 / 1366 * 100vw)) min(26px,  calc(26 / 1366 * 100vw));
  }

  .page.various_locations .name {
    text-shadow: min(3px,  calc(3 / 1366 * 100vw)) min(3px,  calc(3 / 1366 * 100vw)) 0px var(--color-shadow);
    padding: min(10px,  calc(10 / 1366 * 100vw)) 0 min(15px,  calc(15 / 1366 * 100vw)) min(26px,  calc(26 / 1366 * 100vw));
    margin-bottom: min(20px,  calc(20 / 1366 * 100vw));
  }

  .page.various_locations .name::before {
    width: min(892px,  calc(892 / 1366 * 100vw));
  }

  .page.various_locations .name::after {
    width: min(20px,  calc(20 / 1366 * 100vw));
  }

  .page.various_locations .image {
    filter: drop-shadow(min(8px,  calc(8 / 1366 * 100vw)) min(8px,  calc(8 / 1366 * 100vw)) 0 var(--color-black));
    width: min(348px,  calc(348 / 1366 * 100vw));
    margin: min(26px,  calc(26 / 1366 * 100vw)) min(36px,  calc(36 / 1366 * 100vw)) 0 0;
  }
}

@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .page .text-link:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .page .text-link:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767.8px) {
  .page.present .period,
  .page.about_bigcharizard .features,
  .page .text {
    font-size: 3.2rem;
  }

  .page .cmn-button .button-text {
    font-size: 2.8rem;
  }

  .page.present .period dd {
    font-size: 3.6rem;
  }

  .page.present .period dd.password {
    font-size: 4.8rem;
  }

  .page.present .caution {
    font-size: 2.8rem;
  }

  .page.various_locations .name {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365.8px) {
  .page.present .period,
  .page.about_bigcharizard .features,
  .page .text {
    font-size: 1.8rem;
  }

  .page .cmn-button .button-text {
    font-size: 1.6rem;
  }

  .page.present .period dd {
    font-size: 2.4rem;
  }

  .page.present .period dd.password {
    font-size: 3rem;
  }

  .page.present .caution {
    font-size: 1.4rem;
  }

  .page.various_locations .name {
    font-size: 3rem;
  }
}