/* ==========================================================================
   global_common
   ========================================================================== */
/* top_transition ============================== */
.top_transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20000;
  -webkit-transition: all 0.5s ease 0.16s;
  transition: all 0.5s ease 0.16s;
  opacity: 1;
}
.top_transition.active {
  opacity: 0;
  z-index: -1;
}

/* transition ============================== */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #060B34;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.transition::after {
  opacity: 1;
}

/* splash ============================== */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#splash #block {
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  #splash #block {
    margin: 0 0 0 0;
  }
}

.splash_logo {
  width: 146px;
  height: auto;
}
@media (min-width: 1025px) {
  .splash_logo {
    width: 240px;
    margin: -10px 0 0 0;
  }
}
.splash_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.splash_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 54px 0 0 0;
}
@media (min-width: 1025px) {
  .splash_text {
    margin: 70px 0 0 0;
  }
}
.splash_text p {
  color: #193060;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 10px 0 0;
}
@media (min-width: 1025px) {
  .splash_text p {
    font-size: 3.3rem;
    font-weight: 400;
    margin: 0 22px 0 0;
  }
}
.splash_text p.up-8 {
  margin: 0;
}
.splash_text .mask {
  overflow: hidden;
}

/* background ============================== */
#background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
#background.opacity {
  opacity: 0.3;
}

#background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 25, 80, 0.5)), to(rgba(9, 25, 80, 0)));
  background: linear-gradient(0deg, rgba(9, 25, 80, 0.5) 0%, rgba(9, 25, 80, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media (min-width: 415px) {
  #background::after {
    height: 60vh;
  }
}
@media (min-width: 1025px) {
  #background::after {
    height: 70vh;
  }
}

#background .bg_slider {
  width: auto;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

#background .bg_slider img {
  width: auto;
  height: 100vh;
  display: block;
}
@media (min-width: 380px) {
  #background .bg_slider img {
    margin: 0 0 0 0;
  }
}
@media (min-width: 415px) {
  #background .bg_slider img {
    margin: 0 0 0 -30%;
  }
}
@media (min-width: 1025px) {
  #background .bg_slider img {
    margin: 0;
  }
}
@media (min-width: 2000px) {
  #background .bg_slider img {
    margin: 0;
    width: 100vw;
    height: auto;
  }
}

#top #background.opacity {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page #background.opacity {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* star ============================== */
.star_1 {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -190px 0 0 -120px;
  opacity: 0.6;
  z-index: 1;
  -webkit-animation: star_1 16s ease-in infinite;
          animation: star_1 16s ease-in infinite;
}
@media (min-width: 1025px) {
  .star_1 {
    width: 320px;
    height: 320px;
    margin: -190px 0 0 -960px;
  }
}

@-webkit-keyframes star_1 {
  0% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  10% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  18% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
  100% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
}

@keyframes star_1 {
  0% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  10% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  18% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
  100% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
}
.star_2 {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -190px 0 0 -360px;
  opacity: 0.7;
  z-index: 1;
  -webkit-animation: star_2 18s ease-in infinite;
          animation: star_2 18s ease-in infinite;
}
@media (min-width: 1025px) {
  .star_2 {
    width: 340px;
    height: 340px;
    margin: -190px 0 0 -420px;
  }
}

@-webkit-keyframes star_2 {
  0% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  60% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  68% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
  100% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
}

@keyframes star_2 {
  0% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  60% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  68% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
  100% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
}
.star_3 {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -190px 0 0 300px;
  opacity: 0.7;
  z-index: 1;
  -webkit-animation: star_3 16s ease-in infinite;
          animation: star_3 16s ease-in infinite;
}
@media (min-width: 1025px) {
  .star_3 {
    width: 300px;
    height: 300px;
    margin: -190px 0 0 780px;
  }
}

@-webkit-keyframes star_3 {
  0% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  50% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  58% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
  100% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
}

@keyframes star_3 {
  0% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  50% {
    -webkit-transform: translate(1200px, -1200px);
            transform: translate(1200px, -1200px);
  }
  58% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
  100% {
    -webkit-transform: translate(-1200px, 1200px);
            transform: translate(-1200px, 1200px);
  }
}
/* cloud ============================== */
.cloud {
  width: 100vw;
  height: auto;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0.7;
}
.cloud img {
  width: auto;
  height: 520px;
  display: block;
  -webkit-animation: cloudscroll 150s linear infinite;
          animation: cloudscroll 150s linear infinite;
}
@media (min-width: 1025px) {
  .cloud img {
    width: auto;
    height: 50vh;
    display: block;
  }
}

@-webkit-keyframes cloudscroll {
  0% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes cloudscroll {
  0% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* header ============================== */
.logo a {
  width: 80px;
  height: auto;
  position: fixed;
  left: 5vw;
  top: 17px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100;
}
@media (min-width: 415px) {
  .logo a {
    width: 100px;
    left: 5vw;
    top: 32px;
  }
}
@media (min-width: 1025px) {
  .logo a {
    width: 12.5%;
    max-width: 280px;
    left: 80px;
    top: 75px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}

.logo a.is-animation {
  opacity: 0;
}
@media (min-width: 1025px) {
  .logo a.is-animation {
    width: 8.6%;
    opacity: 1;
  }
}

#header_nav {
  display: none;
}
@media (min-width: 1025px) {
  #header_nav {
    width: auto;
    height: 22px;
    z-index: 900;
    position: fixed;
    top: 80px;
    right: 70px;
    z-index: 910;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  #header_nav ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #header_nav li {
    margin: 0 0 0 1.4vw;
  }
  #header_nav li a {
    color: #fff;
    font-size: 2rem;
    font-size: clamp(1.4rem, 0.9vw, 2rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 0 4px 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #header_nav li a::after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: #EC9B85;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  #header_nav li a:hover::after {
    width: 100%;
  }
}

#header_nav.opacity {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* btn_more ============================== */
.btn_more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
@media (min-width: 1025px) {
  .btn_more {
    margin: 100px 0 0 0;
  }
}
.btn_more a {
  color: #fafafa;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.85vw, 1.7rem);
  font-weight: 400;
  text-align: center;
  border: 1px solid #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1px;
}
@media (min-width: 1025px) {
  .btn_more a {
    width: 380px;
    height: 60px;
  }
  .btn_more a:hover {
    color: #283228;
    fill: #FFF;
    background-color: #EC9B85;
    border: 1px solid #EC9B85;
  }
  .btn_more a:hover svg {
    fill: #283228;
    fill: #FFF;
  }
}

.btn_more a svg {
  fill: #fafafa;
  width: 18px;
  height: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -6px 0 0 0;
}

/* footer_contact ============================== */
#footer_contact {
  width: 100vw;
  background-color: #fff;
}
#footer_contact .wrap {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer_contact .half_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 0 35px 0;
}
#footer_contact .recruit_block {
  border-bottom: 1px solid #DDDDDD;
}
#footer_contact .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer_contact .text_wrap .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer_contact .text_wrap .title_wrap svg {
  width: 40px;
  height: auto;
  fill: #D1B9E0;
  display: block;
}
#footer_contact .text_wrap .title_wrap h3 {
  color: #091950;
  font-size: 4.2rem;
  font-size: clamp(3.4rem, 2.1vw, 4.2rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 12px 0 10px 2px;
}
#footer_contact .text_wrap .text {
  color: #283228;
  width: 100%;
  font-size: clamp(1.5rem, 0.6vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  padding: 0 0 26px 0;
}
#footer_contact .btn-more a {
  color: #283228;
  font-size: 1.6rem;
  font-size: clamp(1.7rem, 0.9vw, 2rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 5px 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
#footer_contact .btn-more a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #EC9B85;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#footer_contact .btn-more a:hover::after {
  width: 100%;
}
#footer_contact .btn-more a::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #393334;
  position: absolute;
  bottom: 0;
  z-index: -2;
}

@media (min-width: 1025px) {
  #footer_contact .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer_contact .half_block {
    width: 50vw;
    padding: 5.4% 0 5% 0;
  }
  #footer_contact .recruit_block {
    border-right: 1px solid #DDDDDD;
    border-bottom: 0;
  }
  #footer_contact .text_wrap .title_wrap svg {
    width: 44px;
    height: auto;
    display: block;
  }
  #footer_contact .text_wrap .title_wrap h3 {
    margin: 16px 0 12px 2px;
  }
  #footer_contact .text_wrap .text {
    padding: 0 0 36px 0;
  }
  #footer_contact .btn-more a {
    padding: 0 0 6px 1px;
  }
}
/* footer ============================== */
#footer {
  width: 100%;
  height: auto;
  padding: 64px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #091950;
  position: relative;
}
@media (min-width: 1025px) {
  #footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 65px 0 35px 0;
  }
}
#footer .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .f_logo {
  width: 125px;
  height: auto;
  margin-left: 5px;
}
@media (min-width: 1025px) {
  #footer .f_logo {
    width: 146px;
    margin-left: 20px;
  }
}

/* f_nav_pc ============================== */
#footer ul.f_nav {
  display: none;
}
@media (min-width: 1025px) {
  #footer ul.f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 34px 0 50px 0;
  }
  #footer ul.f_nav li {
    color: rgba(255, 255, 255, 0.3);
    font-size: 1.6rem;
    font-size: clamp(1.5rem, 0.82vw, 1.6rem);
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 400;
  }
  #footer ul.f_nav li a {
    color: #fafafa;
    font-size: 1.6rem;
    font-size: clamp(1.5rem, 0.82vw, 1.6rem);
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 400;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer ul.f_nav li a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1025px) {
  #footer .copyright {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

/* f_nav_sp ============================== */
#footer ul.f_nav_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 24px 0 60px 0;
}
@media (min-width: 1025px) {
  #footer ul.f_nav_sp {
    display: none;
  }
}
#footer ul.f_nav_sp li a {
  color: #fafafa;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 28px 0 0 0;
}
#footer .copyright {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: center;
}

/* page_top ============================== */
.page_top a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #FFF;
  position: fixed;
  bottom: 8vw;
  right: 3vw;
}
@media (min-width: 1025px) {
  .page_top a {
    width: 50px;
    height: 50px;
    bottom: 2vw;
    right: 2vw;
  }
}
.page_top a img {
  width: 18px;
  height: auto;
  display: block;
}

/* ==========================================================================
   page_common
   ========================================================================== */
.page #page_head {
  margin: 136px 0 0 0;
  z-index: 0;
}
@media (min-width: 1025px) {
  .page #page_head {
    margin: 344px 0 0 0;
  }
}
.page #page_head .wrap {
  padding: 0 6vw;
}
@media (min-width: 1025px) {
  .page #page_head .wrap {
    padding: 0 15.6%;
  }
}
.page #page_head .page_title_block {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page #page_head .page_title_block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 -4px;
}
.page #page_head .page_title_block .mask {
  overflow: hidden;
}
.page #page_head .page_title_block .page_title_en {
  color: #fafafa;
  font-size: 18rem;
  font-size: clamp(4.4rem, 9vw, 20rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 2px 0 0;
}
.page #page_head .page_title {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 1vw, 2.3rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
  text-align: left;
  margin: 10px 0 0 0;
}
@media (min-width: 1025px) {
  .page #page_head .page_title {
    letter-spacing: 0.3em;
    margin: 16px 0 0 0;
  }
}

/* contents wrap ============================== */
.page #contents_wrap {
  width: 100vw;
  padding: 120px 0 60px 0;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .page #contents_wrap {
    padding: 280px 0 200px 0;
  }
}
@media (min-width: 2000px) {
  .page #contents_wrap {
    max-width: 1920px;
  }
}

/* page wrap ============================== */
.page .wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* page section_title ============================== */
.section_title_block {
  width: 100%;
  height: 24px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 4px 0 0 0;
}
@media (min-width: 415px) {
  .section_title_block {
    height: 30px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1025px) {
  .section_title_block {
    height: 45px;
    margin: 0 0 35px 0;
  }
}
@media (min-width: 2000px) {
  .section_title_block {
    height: 50px;
    margin: 0 0 40px 0;
  }
}
.section_title_block .section_title {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 415px) {
  .section_title_block .section_title {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .section_title_block .section_title {
    font-size: 4rem;
    font-size: clamp(2.1rem, 2vw, 4.8rem);
  }
}
.section_title_block .section_title span {
  color: #979A9D;
  font-size: 4rem;
  font-size: clamp(2.3rem, 3vw, 4.2rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  vertical-align: 0.13em;
  margin: 0 24px 0 0;
}

.section_title_line {
  width: 80px;
  height: 1.5px;
  background-color: #EFE3D8;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1025px) {
  .section_title_line {
    width: 80px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   drawer_menu
   ========================================================================== */
/* menu_list ============================== */
#menu_list {
  width: 100%;
  height: 100vh;
  background-color: rgba(25, 48, 96, 0.97);
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
@media (min-width: 1025px) {
  #menu_list {
    width: 100vw;
    height: 100vh;
    background-position: 0 0;
  }
}
#menu_list.open {
  opacity: 1;
  visibility: visible;
}
#menu_list.open li {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
#menu_list.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu_list.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu_list.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu_list.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu_list.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu_list.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu_list.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu_list.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu_list.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu_list.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu_list .main-nav {
  width: 100%;
  margin: 0 0 0 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media (min-width: 1025px) {
  #menu_list .main-nav {
    margin: 0 0 0 15vw;
  }
}
#menu_list ul.nav:hover a, #menu_list ul.nav:hover p {
  opacity: 0.2;
}
#menu_list ul.nav li p {
  color: #FFF;
  fill: #FFF;
  font-size: clamp(1.9rem, 1.6vw, 8rem);
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  opacity: 1;
}
#menu_list ul.nav li a {
  color: #FFF;
  fill: #FFF;
  font-size: clamp(1.9rem, 1.6vw, 8rem);
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 0;
  opacity: 1;
}
@media (min-width: 1025px) {
  #menu_list ul.nav li a {
    padding: 20px 0;
  }
}
#menu_list ul.nav li a:hover {
  opacity: 1;
}
#menu_list ul.nav li p:hover {
  opacity: 1;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#menu_list .btn_more{
  width: 80vw;
}
@media (min-width: 1025px) {
#menu_list .btn_more{
  width: 340px;
  margin: 60px 0 0 0;
}
}

#menu_list .btn_more a {
  width: 100%;
  height: 60px;
}


/* drawer_menu ============================== */
.drawer_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
}
@media (min-width: 1025px) {
  .drawer_menu {
    top: 50%;
    left: 6.8vw;
    right: auto;
    margin: -40px 0 0 0;
  }
}

.toggle-menu {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0);
}
@media (min-width: 415px) {
  .toggle-menu {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .toggle-menu {
    width: 30px;
    height: 80px;
  }
}
.toggle-menu span {
  background-color: #FFF;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 15px);
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, -webkit-transform 0.1s linear;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, -webkit-transform 0.1s linear;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, transform 0.1s linear;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, transform 0.1s linear, -webkit-transform 0.1s linear;
  width: 24px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, -webkit-transform 0.1s linear;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, -webkit-transform 0.1s linear;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, transform 0.1s linear;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, transform 0.1s linear, -webkit-transform 0.1s linear;
  width: 30px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  background-color: #FFF;
  -webkit-transition: top 0.1s ease-out, -webkit-transform 0.1s 0.1s ease-out;
  transition: top 0.1s ease-out, -webkit-transform 0.1s 0.1s ease-out;
  transition: top 0.1s ease-out, transform 0.1s 0.1s ease-out;
  transition: top 0.1s ease-out, transform 0.1s 0.1s ease-out, -webkit-transform 0.1s 0.1s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
