/* main colors */
.page_contents .vertical_title {
  text-align: center;
  margin-bottom: 80px;
  padding-top: 100px;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .page_contents .vertical_title {
    margin-bottom: 11.9047619048vw;
    padding-top: 141px;
  }
}
.page_contents .vertical_title_en {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  font-weight: 400;
}
@media (min-width: 920px) {
  .page_contents .vertical_title_en {
    font-size: max(1.6071428571vw, 20px);
    padding-bottom: 10px;
    margin-bottom: 96px;
  }
}
.page_contents .vertical_title_en::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 920px) {
  .page_contents .vertical_title_en::before {
    width: 1.3095238095vw;
  }
}
.page_contents .vertical_title_ja {
  writing-mode: vertical-rl;
  font-size: 20px;
  margin: 0 auto;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .page_contents .vertical_title_ja {
    font-size: max(1.5476190476vw, 20px);
  }
}
.page_contents .section_bg1,
.page_contents .mv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  overflow: hidden;
}
.page_contents .section_bg1::after,
.page_contents .mv_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10394b;
  opacity: 0.3;
}
.page_contents .section_bg1 img,
.page_contents .mv_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: auto;
  height: auto;
}
.page_contents .mv_bg {
  position: absolute;
}
.page_contents_title {
  position: absolute;
  top: 80px;
  left: 20px;
}
@media (min-width: 920px) {
  .page_contents_title {
    top: min(7.8571428571vw, 132px);
    left: min(11.9047619048vw, 200px);
  }
}
.page_contents_title_en {
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.025em;
}
@media (min-width: 920px) {
  .page_contents_title_en {
    font-size: max(1.0714285714vw, 18px);
    margin-bottom: 2.9761904762vw;
  }
}
.page_contents_title_text {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 920px) {
  .page_contents_title_text {
    font-size: max(0.8333333333vw, 14px);
  }
}
.page_contents .fixed_bg_section {
  position: relative;
}
.page_contents .fixed_bg_section .bg_images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
}
.page_contents .fixed_bg_section .bg_images .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.page_contents .fixed_bg_section_second {
  height: 120vh;
}
.page_contents .fixed_bg_section .text_triggers {
  position: relative;
  z-index: 1;
}
.page_contents .fixed_bg_section .text_triggers .text_trigger {
  height: 120vh;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 2;
  flex-direction: column-reverse;
}
@media (min-width: 920px) {
  .page_contents .fixed_bg_section .text_triggers .text_trigger {
    font-size: max(20px, 1.5476190476vw);
    flex-direction: row;
  }
}
@media (max-width: 919px) {
  .page_contents .fixed_bg_section .text_triggers .text_trigger {
    padding: 40px 20px;
  }
}
.page_contents .fixed_bg_section .text_triggers .text_trigger_top {
  padding-right: 20px;
  justify-content: flex-end;
}
@media (min-width: 920px) {
  .page_contents .fixed_bg_section .text_triggers .text_trigger_top {
    padding-right: 23.8095238095vw;
  }
}
.page_contents .fixed_bg_section .text_triggers .text_trigger_top_text {
  font-size: 22px;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .page_contents .fixed_bg_section .text_triggers .text_trigger_top_text {
    font-size: max(1.5476190476vw, 26px);
    line-height: 2.25;
  }
}
.page_contents .fixed_bg_section .text_triggers .text_trigger_catch {
  display: flex;
  gap: 0.9523809524vw;
  margin-bottom: 4.0476190476vw;
  margin-left: 4px;
}
@media (min-width: 920px) {
  .page_contents .fixed_bg_section .text_triggers .text_trigger_catch {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(20px, 15.4761904762vw);
    gap: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.page_contents .fixed_bg_section .text_triggers .text_trigger_catch_inr {
  font-size: max(3.4666666667vw, 13px);
  writing-mode: tb;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .page_contents .fixed_bg_section .text_triggers .text_trigger_catch_inr {
    font-size: max(20px, 1.5476190476vw);
    line-height: 2.25;
  }
}
.page_contents .section_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (min-width: 920px) {
  .page_contents .section_body {
    flex-direction: row;
    align-items: unset;
    gap: 0;
  }
}
.page_contents .section_body_catch {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  padding-top: 40px;
}
@media (min-width: 920px) {
  .page_contents .section_body_catch {
    flex-direction: row;
    gap: 2.380952381vw;
    padding-top: 0;
  }
}
.page_contents .section_body_catch_ja {
  font-size: 18px;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .page_contents .section_body_catch_ja {
    font-size: max(1.5476190476vw, 22px);
    line-height: 2.25;
    writing-mode: tb;
  }
  .page_contents .section_body_catch_ja .rotate {
    display: inline-block;
    transform: rotate(90deg);
    margin-bottom: 6px;
  }
  .page_contents .section_body_catch_ja .rotate:last-of-type {
    display: inline-block;
    transform: rotate(-90deg);
    margin-top: 6px;
    margin-bottom: 0;
  }
}
.page_contents .section_body_catch_en {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (min-width: 920px) {
  .page_contents .section_body_catch_en {
    font-size: max(0.7738095238vw, 13px);
    padding-top: 4.7619047619vw;
    writing-mode: tb;
  }
}
.page_contents .section_body_text_inr {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .page_contents .section_body_text_inr {
    font-size: max(1.0714285714vw, 16px);
    margin-bottom: 2.1428571429vw;
    line-height: 2.25;
    letter-spacing: 0.2em;
  }
}
.page_contents .section_body_text_inr:last-child {
  margin-bottom: 0;
}
.page_contents .section_body_text_bottom {
  font-size: 14px;
}
@media (min-width: 920px) {
  .page_contents .section_body_text_bottom {
    font-size: max(0.8928571429vw, 15px);
  }
}
.page_contents_section_bg {
  position: relative;
  width: 100%;
}
.page_contents_section_bg img {
  width: 100%;
}
@media (min-width: 920px) {
  .page_contents_section.reserve .page_contents_section_body_title {
    margin-bottom: 2.8571428571vw;
  }
}
.page_contents_section.reserve .page_contents_section_body_top {
  margin-bottom: 36px;
}
@media (min-width: 920px) {
  .page_contents_section.reserve .page_contents_section_body_top {
    margin-bottom: 2.1428571429vw;
  }
}
.page_contents_section.reserve .page_contents_section_body_text {
  margin-bottom: 60px;
}
@media (min-width: 920px) {
  .page_contents_section.reserve .page_contents_section_body_text {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 919px) {
  .page_contents_section.collection .page_contents_section_body_top {
    margin-bottom: 60px;
  }
}
.page_contents_section_body {
  position: absolute;
  padding: 0 2.380952381vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 920px) {
  .page_contents_section_body {
    max-width: 83.3333333333vw;
  }
}
.page_contents_section_body .text_btn {
  margin: 0 auto;
}
.page_contents_section_body_title {
  font-size: max(5.8666666667vw, 22px);
  text-align: center;
  line-height: 1.25;
  font-weight: 400;
  padding-bottom: 12px;
  margin-bottom: 40px;
  letter-spacing: 0.025em;
}
@media (min-width: 920px) {
  .page_contents_section_body_title {
    font-size: max(20px, 2.1428571429vw);
    padding-bottom: 1.7857142857vw;
    margin-bottom: 5.2380952381vw;
  }
}
.page_contents_section_body_title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 920px) {
  .page_contents_section_body_title::before {
    width: 1.7857142857vw;
  }
}
.page_contents_section_body_top {
  font-size: max(3.7333333333vw, 14px);
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 0.175em;
}
@media (min-width: 920px) {
  .page_contents_section_body_top {
    font-size: max(16px, 1.5476190476vw);
    margin-bottom: 4.880952381vw;
  }
}
.page_contents_section_body_text {
  font-size: max(2.6666666667vw, 10px);
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 920px) {
  .page_contents_section_body_text {
    font-size: max(14px, 1.0714285714vw);
    margin-bottom: 5.9523809524vw;
    line-height: 2.15;
  }
}
.page_contents_policy {
  background-color: #263c4d;
}
.page_contents_policy .policy_body_container {
  padding: 0 20px 120px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .page_contents_policy .policy_body_container {
    max-width: 98.190476vw;
    padding: 0 17.9761904762vw 7.238095vw;
  }
}
.page_contents_policy .policy_body_top {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (min-width: 920px) {
  .page_contents_policy .policy_body_top {
    font-size: max(1.6666666667vw, 28px);
    margin-bottom: 4.7619047619vw;
  }
}
.page_contents_policy .policy_body_item {
  margin-bottom: 30px;
}
@media (min-width: 920px) {
  .page_contents_policy .policy_body_item {
    margin-bottom: 2.380952381vw;
  }
}
.page_contents_policy .policy_body_item_title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 920px) {
  .page_contents_policy .policy_body_item_title {
    margin-bottom: 1.1904761905vw;
    font-size: max(1.369047619vw, 23px);
  }
}
.page_contents_policy .policy_body_item_text {
  font-size: 14px;
}
@media (min-width: 920px) {
  .page_contents_policy .policy_body_item_text {
    font-size: max(1.0714285714vw, 18px);
  }
}
.page_contents_policy .policy_body_item_text .asterisk {
  font-size: 14px;
  padding-left: 14px;
}
@media (min-width: 920px) {
  .page_contents_policy .policy_body_item_text .asterisk {
    padding-left: max(1.1904761905vw, 14px);
    font-size: max(1.0714285714vw, 18px);
  }
}
.page_contents_policy .policy_body_item_list {
  list-style: none;
  counter-reset: item;
  padding: 0;
}
.page_contents_policy .policy_body_item_list li {
  counter-increment: item;
  position: relative;
  font-size: 14px;
  padding-left: 28px;
}
@media (min-width: 920px) {
  .page_contents_policy .policy_body_item_list li {
    font-size: max(1.0714285714vw, 18px);
    padding-left: max(1.6666666667vw, 28px);
  }
}
.page_contents_policy .policy_body_item_list li::before {
  content: "(" counter(item) ")";
  position: absolute;
  left: 0;
}

.page_contents_404 {
  background-color: #263c4d;
  padding: 120px 20px;
}
@media (min-width: 920px) {
  .page_contents_404 {
    padding: 280px 20px 240px;
  }
}
.page_contents_404 .not_found_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .page_contents_404 .not_found_title {
    margin-bottom: 40px;
    font-size: max(36px, 2.1428571429vw);
  }
}
.page_contents_404 .not_found_text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .page_contents_404 .not_found_text {
    font-size: max(18px, 1.0714285714vw);
    margin-bottom: 60px;
  }
}
.page_contents_404 .text_btn {
  margin: 0 auto;
}/*# sourceMappingURL=page.css.map */