
.page .site_header_logo {
  opacity: 1;
}

.page .site_footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page .site_header_logo.hide {
  opacity: 0;
}

.page .mv_movie {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    z-index: -10;
}

.page .scroll-down {
  bottom: 70px;
}

.page .scroll-down::before {
  height: 64px;
  bottom: -70px;
}

.page .footer_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.8);
  z-index: -5;
  pointer-events: none;
}

.page .copyright {
  text-align: center;
}

.page .fade-in-page {
  opacity: 0;
  transition: opacity 1s ease;
}

.page .fade-in-page.show {
  opacity: 1;
}

.page .fade-in-picture {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.page .fade-in-picture.show {
  opacity: 1;
}

.page .modal_window {
  position: fixed;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    padding: 72px 8px 0;
    width: 100%;
    max-width: 358px;
    height: 80vh;
    z-index: 5000;
  display: none;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .page .modal_window {
    position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 80px 10px 0;
      width: 100%;
      max-width: 791px;
      height: 80vh;
      z-index: 1001;
    display: none;
    border-radius: 8px;
    overflow: hidden;
  }
}

.modal_window .modal-close {
  right: 12px;
  top: 12px;
}
@media screen and (min-width: 920px) {
  .modal_window .modal-close {
    right: 36px;
    top: 36px;
  }
}


.page .modal-content {
  position: relative;
  padding: 0 22px 80px;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  max-width: none;
  background: none;
}
@media screen and (min-width: 920px) {
  .page .modal-content {
    padding: 0 60px 80px;
  }
}


.page .modal-content .asterisk {
  font-family: "roboto", sans-serif;
}



.modal-content_en {
  font-size: 12px;
  font-family: "EB Garamond", serif;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 920px) {
  .modal-content_en {
    font-size: 16px;
  }
}
.modal-content_ja {
  font-size: 24px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 47px;
}
@media screen and (min-width: 920px) {
  .modal-content_ja {
    font-size: 32px;
    margin-bottom: 54px;
  }
}

.modal-content_body_item {
  border-bottom: 1px solid #CCCCCC;
}

.modal_title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 1px solid #1E1E1E;
  margin-bottom: 16px;
  margin-top: 40px;
  line-height: 1.25;
}
@media screen and (min-width: 920px) {
  .modal_title {
    font-size: 27px;
    margin-bottom: 24px;
  }
}
#modal_notice .modal_title {
  margin-bottom: 14px;
}

.modal_circle {
  background-color: #C8A92A;
  border-radius: 999px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  padding: 2px 10px 2px;
  margin-bottom: 14px;
}
@media screen and (min-width: 920px) {
  .modal_circle {
    padding: 5px 10px 3px;
  }
}


.modal_circle_text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: "roboto", sans-serif;
}
@media screen and (min-width: 920px) {
  .modal_circle_text {
    font-size: 16px;
  }
}

.flex_item {
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 920px) {
  .flex_item {
    gap: 24px;
  }
}

.spacer_narrow {
  margin-bottom: 10px;
}
@media screen and (min-width: 920px) {
  .spacer_narrow {
    margin-bottom: 11px;
  }
}
.spacer_wide {
  margin-bottom: 16px;
}
@media screen and (min-width: 920px) {
  .spacer_wide {
    margin-bottom: 14px;
  }
}
#modal_application .spacer_wide {
  margin-bottom: 58px;
}
#modal_application .spacer_narrow {
  margin-bottom: 16px;
}

.modal_text_spacer {
  margin-bottom: 18px;
}

.border_bottom {
  padding-bottom: 8px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 14px;
}
@media screen and (min-width: 920px) {
  .border_bottom {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}

.time {
  width: 52px;
    border-radius: 4px;
    background-color: #1E1E1E;
    height: fit-content;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 4px;
    white-space: nowrap;
}
@media screen and (min-width: 920px) {
  .time {
    width: 62px;
  }
}

.time_text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "roboto", sans-serif;
}
@media screen and (min-width: 920px) {
  .time_text {
    font-size: 16px;
  }
}

.contents {
  font-size: 14px;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.75;
}
.contents .bold {
  font-weight: 600;
}
@media screen and (min-width: 920px) {
  .contents {
    font-size: 16px;
    letter-spacing: -0.025em;
  }
}


.lottery_box {
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 920px) {
  .lottery_box {
    padding: 40px;
  }
}
.lottery_box_title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .lottery_box_title {
    font-size: 24px;
  }
}
.lottery_box_text {
  font-size: 14px;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 920px) {
  .lottery_box_text {
    font-size: 16px;
  }
}

.modal_text {
  font-size: 14px;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 920px) {
  .modal_text {
    font-size: 16px;
  }
}
.modal_list li {
  position: relative;
    font-size: 14px;
    font-weight: 300;
    font-family: "roboto", sans-serif;
    padding-left: 18px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin-bottom: 4px;
}
@media screen and (min-width: 920px) {
  .modal_list li {
      font-size: 16px;
  }
}
.modal_list li:last-child {
  margin-bottom: 0;
}
.modal_list li::before {
  content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #1E1E1E;
    border-radius: 50%;
    top: 9px;
    left: 6px;
}

.modal_link {
  text-decoration: underline;
}

.modal-content_top {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: -0.075em;
  line-height: 1.7;
}
@media screen and (min-width: 920px) {
  .modal-content_top {
    font-size: 28px;
  }
}

.modal-window-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* 半透明黒 */
  z-index: 997; /* modal_window より下 */
  display: none;
}

.step_box {
  background-color: #FFFFFF;
  padding: 28px 20px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 920px) {
  .step_box {
    padding: 28px 40px 40px;
  }
}

.step_circle {
  background-color: #1E1E1E;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  line-height: 1;
  padding: 5px 12px
}
.step_circle_text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .step_circle_text {
    font-size: 20px;
  }
}
.step_box_top {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 920px) {
  .step_box_top {
    font-size: 24px;
  }
}
.step_box_top_sub {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
}
@media screen and (min-width: 920px) {
  .step_box_top_sub {
    font-size: 20px;
  }
}
.step_box_text {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  margin-bottom: 26px;
}

.square_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  max-width: 302px;
  margin: 0 auto;
  transition: background-color 0.3s ease;
  padding: 14px 16px;
}
.square_btn_text {
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease;
}
@media screen and (min-width: 920px) {
  .square_btn_text {
    font-size: 18px;
  }
}

.outside_arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask-image: url(../img/common/outside_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;

  mask-image: url(../img/common/outside_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;

  margin-left: 8px;
  transition: background 0.3s ease;
}

.square_btn:hover {
  background-color: #fff;
}
.square_btn:hover .square_btn_text {
  color: #1E1E1E;
}
.square_btn:hover .outside_arrow {
  background: #1E1E1E;
}

.btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
/* @media screen and (min-width: 920px) {
  .btn_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
} */

.btn_wrap .application_modal_btn {
  background-color: #fff;
  padding: min(5.555555555555555vw, 20px) min(10.555555555555555vw, 38px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.btn_wrap .application_modal_btn_text {
  color: #1E1E1E;
  font-size: min(4.444444444444445vw, 16px);
  transition: color 0.3s ease;
}
@media screen and (min-width: 920px) {
  .btn_wrap .application_modal_btn_text {
    font-size: 18px;
  }
}


.btn_wrap .application_modal_btn:hover {
  background-color: #1E1E1E;
}
.btn_wrap .application_modal_btn:hover .application_modal_btn_text {
  color: #fff;
}






.page_body {
  padding: 82px 0;
}
@media screen and (min-width: 920px) {
  .page_body {
    padding: 120px 0 160px;
  }
}

.page_top {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.page_top_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.page_catch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "EB Garamond", serif;
  bottom: 103px;
  width: 100%;
}
@media screen and (min-width: 920px) {
  .page_catch {
    bottom: 50%;
  transform: translate(0, 50%);
  left: 60px;
  width: fit-content;
  }
}

.page_catch_sub {
  font-size: 5.128205128205128vw;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .page_catch_sub {
    font-size: 24px;
    line-height: 1.25;
    text-align: unset;
  }
}

.page_catch_main {
  font-size: 11.794871794871794vw;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .page_catch_main {
    font-size: 80px;
    line-height: 1.25;
    text-align: unset;
  }
}

.page_body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 920px) {
  .page_body {
    flex-direction: row;
    justify-content: space-between;
  }
}



.page_body_btnArea p {
  font-size: min(7.368421052631578vw, 28px);
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 62px;
}
@media screen and (min-width: 920px) {
  .page_body_btnArea p {
    font-size: min(3vw, 36px);
    margin-bottom: 42px;
  }
}

.link_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 62px;
}
@media screen and (min-width: 920px) {
  .link_wrap {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 0;
  }
}

.page_body_btnArea .innerLink_modal {
  max-width: 167px;
  width: 100%;
  font-size: min(4.2105263157894735vw, 16px);
  justify-content: space-between;
}



@media screen and (min-width: 920px) {
  .page_body_btnArea .innerLink_modal {
    max-width: 284px;
    font-size: 20px;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 920px) {
  .page_body_btnArea .innerLink_modal_first {
    margin-bottom: 20px;
  }
}


.application_modal_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  background-color: #1E1E1E;
  padding: 22px 47px 18px;
  border-radius: 999px;
  border: 1px solid #1E1E1E;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 312px;
}

.application_modal_btn_text {
  font-size: min(2.181818181818182vw, 24px);
  font-weight: 600;
  color: #fff;
  line-height: 1;
  transition: color 0.3s ease;
}

.application_modal_btn:hover {
  background-color: #fff;
}

.application_modal_btn:hover .application_modal_btn_text {
  color: #1E1E1E;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  background-color: #fff;
  padding: 21px 20px 19px;
  border-radius: 999px;
  border: 1px solid #1E1E1E;
  transition: background-color 0.3s ease;
  width: fit-content;
  margin-top: 28px;
  width: 100%;
  max-width: 312px;
}

.btn_text {
  font-size: min(2.181818181818182vw, 20px);
  font-weight: 600;
  color: #1E1E1E;
  line-height: 1;
  transition: color 0.3s ease;
}

.btn:hover {
  background-color: #1E1E1E;
}

.btn:hover .btn_text {
  color: #fff;
}



.application_modal_btn_pc {
  display: none;
}
@media screen and (min-width: 920px) {
  .application_modal_btn_pc {
    display: flex;
  }
}
.btn_pc {
  display: none;
}
@media screen and (min-width: 920px) {
  .btn_pc {
    display: flex;
  }
}


.application_modal_btn_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 312px;
  padding: 26px 47px 24px;
  margin: 0 auto;
}
.application_modal_btn_sp .application_modal_btn_text {
  font-size: 20px;
}
@media screen and (min-width: 920px) {
  .application_modal_btn_sp {
    display: none;
  }
}
.btn_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 312px;
  padding: 26px 20px 24px;
  margin: 16px auto 0;
}
.btn_sp .btn_text {
  font-size: 18px;
}
@media screen and (min-width: 920px) {
  .btn_sp {
    display: none;
  }
}


.btn_bottom_text_pc {
  display: none;
}
@media screen and (min-width: 920px) {
  .page_body_btnArea .btn_bottom_text_pc {
    display: block;
    font-size: 16px;
    margin-top: 12px;
    max-width: 312px;
    margin-bottom: 0;
  }
}

.btn_bottom_text_sp {
  font-size: 14px !important;
  max-width: 312px;
  margin: 8px auto 0 !important;
}
@media screen and (min-width: 920px) {
  .btn_bottom_text_sp {
    display: none;
  }
}


.page_body_contents {
  margin-bottom: 58px;
}
@media screen and (min-width: 920px) {
  .page_body_contents {
    margin-bottom: 0;
  }
}

.page_body_contents_en {
  font-size: 12px;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 920px) {
  .page_body_contents_en {
    font-size: 16px;
    font-family: "EB Garamond", serif;
    margin-bottom: 4px;
  }
}

.page_body_contents_ja {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 23px;
}
@media screen and (min-width: 920px) {
  .page_body_contents_ja {
    font-size: 32px;
    margin-bottom: 42px;
  }
}

dl {
  
}
@media screen and (min-width: 920px) {
  dl {
    display: grid;
    grid-template-columns: 25% 1fr;
    width: min(45.69757727652464vw, 547px);
  }
}

dt {
  font-size: 14px;
  font-weight: 600;
  font-family: "roboto", sans-serif;
  padding: 24px 0 4px;
}
@media screen and (min-width: 920px) {
  dt {
    font-size: 16px;
    font-weight: 600;
    padding: 26px 0;
    border-bottom: 1px solid #CCCCCC;
  }
}

dd {
  font-size: 14px;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  padding: 0 0 23px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.8;
}
@media screen and (min-width: 920px) {
  dd {
    font-size: 16px;
    padding: 26px 0;
  }
}

dl .first {
  padding-top: 0;
}

dl .last {
  padding-bottom: 0;
  border-bottom: none;
}

.circle_num_list {
  list-style: none;
  counter-reset: number;
}

.circle_num_list li {
  counter-increment: number;
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 18px;
    line-height: 1.25;
}
.circle_num_list li:last-child {
    margin-bottom: 0;
}

.circle_num_list li::before {
  content: counter(number);
  border: 1px solid #1E1E1E;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 2px;
}
@media screen and (min-width: 920px) {
  .circle_num_list li::before {
    top: 0.1em;
  }
}

.asterisk {
  font-size: 12px;
  position: relative;
  padding-left: 16px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.asterisk_spacer {
  margin-top: 8px;
}

.asterisk::before {
  content: "※";
  position: absolute;
  font-size: 12px;
  color: #1E1E1E;
  top: 0;
  left: 0;
}

.asterisk_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

dd .bold {
  font-weight: 600;
}

dd .num {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 920px) {
  dd .num {
    font-size: 24px;
  }
}

dd .yen {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 920px) {
  dd .yen {
    font-size: 16px;
  }
}



/* お申し込み終了 */
.grayout {
  opacity: 0.3;
  pointer-events: none;