@charset "UTF-8";
*, *::after, *::before {
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media screen and (min-width: 821px) {
  body {
    min-width: 1280px;
  }
}
@media screen and (max-width: 820px) {
  body {
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, figure, picture, form {
  font-family: "Zen Old Mincho", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #111;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  outline: none;
}

input, button, textarea, select {
  font-family: "Zen Old Mincho", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #111;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  display: block;
  resize: none;
}

select::-ms-expand {
  display: none;
}

picture {
  display: block;
}

::placeholder {
  color: #A8A8A8;
}

select:invalid {
  color: #A8A8A8;
}

[type=checkbox], [type=radio] {
  position: absolute;
  visibility: hidden;
  width: 1px;
}

button {
  text-align: left;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  button:hover, button:focus {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1279px) {
  button:active, button:focus {
    opacity: 0.5;
  }
}
@media screen and (min-width: 821px) {
  button {
    transition: opacity 0.3s;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 1280px) {
  a:hover, a:focus {
    text-decoration: none;
  }
}
@media screen and (max-width: 1279px) {
  a:active, a:focus {
    text-decoration: none;
  }
}
@media screen and (min-width: 821px) {
  a {
    transition: opacity 0.3s;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}

img, svg {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  background-clip: padding-box;
}

small {
  font-size: inherit;
}

pre {
  white-space: pre-wrap;
}

p,
span,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  font-size: 1.8rem;
}
@media screen and (max-width: 820px) {
  p,
  span,
  dt,
  dd,
  li,
  th,
  td,
  input,
  button,
  textarea,
  select {
    font-size: 1.6rem;
  }
}

.aligncenter {
  text-align: center;
  display: block;
  margin-inline: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

#underCheckWhole {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#underCheckWhole img {
  margin: 0 auto;
  filter: invert(100%);
}

.underageWrapper {
  display: table;
  border-collapse: collapse;
  border: none;
  position: fixed;
  z-index: 999999;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  color: #FFF;
  text-align: center;
}
.underageWrapper .underage-memo {
  text-align: center;
  margin: 0 auto 60px auto;
  width: 367px;
}
@media screen and (max-width: 820px) {
  .underageWrapper .underage-memo {
    width: 70%;
    max-width: 1026px;
    margin: 0 auto 10%;
  }
}
.underageWrapper .underage-caution {
  text-align: center;
  margin: 0 auto 60px auto;
  width: 419px;
}
@media screen and (max-width: 820px) {
  .underageWrapper .underage-caution {
    width: 80%;
    max-width: 1172px;
    margin: 0 auto 10%;
  }
}
.underageWrapper .underage-buttons {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .underageWrapper .underage-buttons {
    margin-bottom: 8%;
    font-size: 3.4vw;
  }
}
.underageWrapper .underage-buttons li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  .underageWrapper .underage-buttons li {
    display: block;
    margin: 0 auto;
  }
  .underageWrapper .underage-buttons li + li {
    margin-top: 5%;
  }
}
@media screen and (max-width: 820px) {
  .underageWrapper .underage-buttons p {
    text-align: center;
  }
}
.underageWrapper .underage-buttons a {
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 70px;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  height: 70px;
  width: 235px;
  font-family: "Noto Serif JP", serif !important;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .underageWrapper .underage-buttons a {
    font-size: 3.4vw;
    line-height: 12vw;
    height: 12vw;
    width: 60%;
    margin: 0 auto;
  }
}
.underageWrapper .underage-buttons a:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 35px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 821px) {
  .underageWrapper .underage-buttons a:hover {
    color: #fff;
    background: #000;
    opacity: 1;
  }
  .underageWrapper .underage-buttons a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.underageWrapper .underage-keep {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 820px) {
  .underageWrapper .underage-keep {
    margin-bottom: 10px;
    font-size: 3.4vw;
  }
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
  font-family: "Noto Serif JP", serif !important;
}
@media screen and (max-width: 820px) {
  .checkbox-parts {
    font-size: 3.7333333333vw;
    padding-left: 4.8vw;
    position: relative;
    cursor: pointer;
    font-family: "Noto Serif JP", serif !important;
  }
}
.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
}
@media screen and (max-width: 820px) {
  .checkbox-parts:before {
    margin-top: -1.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  width: 13px;
  height: 13px;
  background: #000;
}
@media screen and (max-width: 820px) {
  .checkbox-input:checked + .checkbox-parts::after {
    margin-top: -1.3333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

.underageWrapper .corpName {
  margin-top: 25px;
  text-align: center;
}
.underageWrapper .corpName img {
  max-width: 296px;
}
@media screen and (max-width: 820px) {
  .underageWrapper .corpName {
    margin-bottom: 0;
  }
  .underageWrapper .corpName img {
    width: 100%;
    max-width: 71.7333333333vw;
    margin: 0 auto;
  }
}

.underageWrapper > * {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

/* -----------------
js
-------------------- */
#js_all_wrap.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 821px) {
  #js_all_wrap.is_fixed {
    position: static;
  }
}

.js_action._fadein {
  opacity: 0;
  transition: opacity ease-out 1.5s 0.5s;
}
.js_action._fadein.is_action {
  opacity: 1;
}

.js_acd_box_cont {
  height: 0;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

/* -----------------
module
-------------------- */
@media screen and (max-width: 820px) {
  .m_pc {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .m_sp {
    display: none !important;
  }
}

.m_fw_bold {
  font-weight: 700;
}

.m_tal {
  text-align: left !important;
}

.m_tar {
  text-align: right !important;
}

.m_tac {
  text-align: center !important;
}

.m_full {
  width: 100%;
}

.m_half {
  width: 50%;
}

.m_wrap {
  margin-inline: auto;
  max-width: 1280px;
}
@media screen and (max-width: 820px) {
  .m_wrap {
    width: calc(690 / 750 * 100%);
  }
}

.m_txtbox {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.m_txtbox.is_action {
  opacity: 1;
}
.m_txtbox_ttl {
  position: relative;
}
.m_txtbox_ttl [class^=m_txtbox_ttl_] {
  color: #fff;
  display: block;
}
.m_txtbox_ttl_sml {
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .m_txtbox_ttl_sml {
    font-size: 4vw;
    line-height: 1;
    text-shadow: 0.2666666667vw 0.4vw 0.4vw rgba(0, 0, 0, 0.4);
  }
}
.m_txtbox_ttl_lg {
  font-size: 7.8rem;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .m_txtbox_ttl_lg {
    font-size: 10.4vw;
    line-height: 1;
    text-shadow: 0.2666666667vw 0.4vw 0.4vw rgba(0, 0, 0, 0.4);
  }
}
.m_txtbox_ttl_icn {
  font-size: 2.1rem;
  line-height: 1.1428571429;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 25.8rem;
  width: 12.6rem;
  height: 12.6rem;
  border: 0.1rem solid #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .m_txtbox_ttl_icn {
    font-size: 2.8vw;
    line-height: 1.1428571429;
    text-shadow: 0.2666666667vw 0.4vw 0.4vw rgba(0, 0, 0, 0.4);
    left: 36.2666666667vw;
    width: 16.8vw;
    height: 16.8vw;
  }
}
.m_txtbox_ttl_en {
  font-family: "Oswald", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.22em;
  font-weight: 300;
}
@media screen and (max-width: 820px) {
  .m_txtbox_ttl_en {
    font-size: 3.4666666667vw;
    line-height: 1.4230769231;
    text-indent: 0.22em;
  }
}
.m_txtbox_txt {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: justify;
  margin-top: 1.3rem;
}
@media screen and (max-width: 820px) {
  .m_txtbox_txt {
    font-size: 2.6666666667vw;
    line-height: 1.75;
    text-shadow: 0.2666666667vw 0.4vw 0.4vw rgba(0, 0, 0, 0.4);
    margin-top: 3.4666666667vw;
  }
}
.m_txtbox_sttl {
  font-size: 3rem;
  line-height: 1.4666666667;
  color: #fff;
  margin-top: 4.7rem;
}
@media screen and (max-width: 820px) {
  .m_txtbox_sttl {
    font-size: 4.6666666667vw;
    line-height: 1.4571428571;
    text-shadow: 0.2666666667vw 0.4vw 0.4vw rgba(0, 0, 0, 0.4);
    margin-top: 3.3333333333vw;
  }
}
.m_txtbox_sttl + .m_txtbox_txt {
  margin-top: 0.7rem;
}
@media screen and (max-width: 820px) {
  .m_txtbox_sttl + .m_txtbox_txt {
    margin-top: 0.9333333333vw;
  }
}
.m_txtbox_btn {
  margin-top: 1.8rem;
}
@media screen and (max-width: 820px) {
  .m_txtbox_btn {
    margin-top: 7.3333333333vw;
  }
}
.m_txtbox_btn_link {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.2rem;
  width: 100%;
  max-width: 28rem;
  height: 5.5rem;
  border: 0.1rem solid #fff;
}
@media screen and (min-width: 821px) {
  .m_txtbox_btn_link:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .m_txtbox_btn_link {
    font-size: 4vw;
    line-height: 1.4666666667;
    margin-inline: auto;
    padding-bottom: 0;
    max-width: 77.4666666667vw;
    height: 14.1333333333vw;
  }
}
.m_txtbox_btn_link::before, .m_txtbox_btn_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.m_txtbox_btn_link::before {
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #000 0, #003f75 100%);
  transition: width 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.m_txtbox_btn_link::after {
  right: 0.8rem;
  z-index: 1;
  width: 0.9rem;
  height: 100%;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16'><path d='M912.1,580.763l-.352-.39,8.226-7.609-8.226-7.61.352-.39,8.648,8Z' transform='translate(-911.752 -564.763)' fill='%23fff'/></svg>") center/contain no-repeat;
}
@media screen and (max-width: 820px) {
  .m_txtbox_btn_link::after {
    right: 2.5333333333vw;
    width: 1.8666666667vw;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='25' viewBox='0 0 14 25' fill='%23fff'><path d='M547.691,65.631l-.664-.746,12.54-11.754-12.54-11.754.664-.746,13.336,12.5Z' transform='translate(-547.027 -40.631)'/></svg>") center/contain no-repeat;
  }
}

/* -----------------
preload
-------------------- */
.preload.hide {
  opacity: 0;
}
.preload.show .kv_wrap .ttl {
  animation: kv-ttl 1.4s 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* -----------------
kv_wrap
-------------------- */
.kv_wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.kv_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv_wrap .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv_wrap .ttl {
  position: absolute;
  left: 50%;
  bottom: 5.5rem;
  z-index: 1;
  width: 89.2rem;
  opacity: 0;
  transform: translateX(-50%);
}
@keyframes kv-ttl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .kv_wrap .ttl {
    bottom: 50%;
    width: 91.7333333333vw;
    transform: translate(-50%, 50%);
  }
}

/* -----------------
intro_wrap
-------------------- */
.intro_wrap {
  position: relative;
  padding-top: 10.4rem;
  background: #000;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .intro_wrap {
    padding-top: 19.3333333333vw;
  }
}
.intro_wrap .txt {
  font-size: 1.8rem;
  line-height: 3;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 820px) {
  .intro_wrap .txt {
    font-size: 3.3333333333vw;
    line-height: 2.4;
  }
}
.intro_wrap .txt.is_action {
  opacity: 1;
}
.intro_wrap .logo {
  margin: 3rem auto 0;
  width: 20.7rem;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 820px) {
  .intro_wrap .logo {
    margin-top: 3.4666666667vw;
    width: 51.2vw;
  }
}
.intro_wrap .logo.is_action {
  opacity: 1;
}
.intro_wrap .img_list {
  position: relative;
  margin: 3rem auto 0;
  width: 39.2rem;
}
@media screen and (max-width: 820px) {
  .intro_wrap .img_list {
    margin-top: 13.0666666667vw;
    width: 59.3333333333vw;
  }
}
.intro_wrap .img_list.is_action li {
  opacity: 1;
  transform: translateX(0);
}
.intro_wrap .img_list li {
  width: 100%;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.intro_wrap .img_list .mizuwari {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}
.intro_wrap .img_list .rock {
  transform: translateX(100%);
}

/* -----------------
rock_wrap
-------------------- */
.rock_wrap {
  position: relative;
  z-index: 1;
  background: linear-gradient(#003f75 0%, #000 100%);
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .rock_wrap {
    padding: 18vw 7.4666666667vw 10.4vw;
  }
}
.rock_wrap .bg {
  width: clamp(63.6rem, 4.96875vw, 68.6rem);
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 821px) {
  .rock_wrap .bg {
    margin-left: auto;
  }
}
@media screen and (max-width: 820px) {
  .rock_wrap .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 56.1333333333vw;
  }
}
.rock_wrap .bg.is_action {
  opacity: 1;
  transform: translateX(0);
}
.rock_wrap .m_txtbox {
  width: 34.6428571429%;
}
@media screen and (min-width: 821px) {
  .rock_wrap .m_txtbox {
    position: absolute;
    top: 50%;
    left: 10.3571428571%;
    z-index: 1;
    padding: 1rem 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 820px) {
  .rock_wrap .m_txtbox {
    width: 36.2666666667vw;
  }
}
.rock_wrap .m_txtbox_ttl_sml {
  padding-left: 1.1rem;
}
@media screen and (max-width: 820px) {
  .rock_wrap .m_txtbox_ttl_sml {
    padding-left: 1.4666666667vw;
  }
}
.rock_wrap .m_txtbox_ttl_lg {
  letter-spacing: -0.1em;
}
.rock_wrap .m_txtbox_txt {
  padding-left: 1.3rem;
}
@media screen and (max-width: 820px) {
  .rock_wrap .m_txtbox_txt {
    padding-left: 1.7333333333vw;
  }
}

/* -----------------
mizuwari_wrap
-------------------- */
.mizuwari_wrap {
  position: relative;
  z-index: 1;
  background: linear-gradient(#003f75 0%, #000 100%);
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .mizuwari_wrap {
    padding: 15.3333333333vw 7.2vw 17.8666666667vw;
  }
}
.mizuwari_wrap .bg {
  width: clamp(71.5rem, 55.859375vw, 76.5rem);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 820px) {
  .mizuwari_wrap .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 58.5333333333vw;
  }
}
.mizuwari_wrap .bg.is_action {
  opacity: 1;
  transform: translateX(0);
}
.mizuwari_wrap .m_txtbox {
  width: 30.7142857143%;
}
@media screen and (min-width: 821px) {
  .mizuwari_wrap .m_txtbox {
    position: absolute;
    top: 50%;
    right: 9.5%;
    z-index: 1;
    padding: 1rem 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 820px) {
  .mizuwari_wrap .m_txtbox {
    margin-left: auto;
    width: 32.4vw;
  }
}
@media screen and (max-width: 820px) {
  .mizuwari_wrap .m_txtbox_ttl_sml {
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}
.mizuwari_wrap .m_txtbox_ttl_lg {
  margin-top: 1.4rem;
}
@media screen and (min-width: 821px) {
  .mizuwari_wrap .m_txtbox_ttl_lg {
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 820px) {
  .mizuwari_wrap .m_txtbox_ttl_lg {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 820px) {
  .mizuwari_wrap .m_txtbox_txt {
    font-size: 2.4vw;
    line-height: 1.9444444444;
    margin-top: 2.4vw;
  }
}

/* -----------------
shizuku_wrap
-------------------- */
.shizuku_wrap {
  position: relative;
  z-index: 1;
  background: linear-gradient(#003f75 0%, #000 100%);
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .shizuku_wrap {
    padding: 10vw 8.2666666667vw 63.6vw 10.1333333333vw;
  }
}
.shizuku_wrap .bg {
  width: clamp(66.4rem, 51.875vw, 71.4rem);
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 821px) {
  .shizuku_wrap .bg {
    margin-left: auto;
  }
}
@media screen and (max-width: 820px) {
  .shizuku_wrap .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 81.7333333333vw;
  }
}
.shizuku_wrap .bg.is_action {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 821px) {
  .shizuku_wrap .m_txtbox {
    position: absolute;
    top: 50%;
    left: 10.7142857143%;
    z-index: 1;
    padding: 1rem 0;
    width: 32.1428571429%;
    transform: translateY(-50%);
  }
}
.shizuku_wrap .m_txtbox_ttl_lg {
  letter-spacing: 0.15em;
  margin-top: 1.4rem;
}
@media screen and (max-width: 820px) {
  .shizuku_wrap .m_txtbox_ttl_lg {
    margin-top: 2.8vw;
  }
}
.shizuku_wrap .m_txtbox_ttl + .m_txtbox_txt {
  margin-top: 2.2rem;
}
@media screen and (max-width: 820px) {
  .shizuku_wrap .m_txtbox_ttl + .m_txtbox_txt {
    margin-top: 4vw;
  }
}
.shizuku_wrap .m_txtbox_sttl + .m_txtbox_txt {
  width: 95.3333333333%;
}
@media screen and (max-width: 820px) {
  .shizuku_wrap .m_txtbox_sttl + .m_txtbox_txt {
    width: 62.908496732%;
  }
}

/* -----------------
other_wrap
-------------------- */
.other_wrap {
  background: #003F75;
}
@media screen and (min-width: 821px) {
  .other_wrap {
    position: relative;
    z-index: 1;
  }
  .other_wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 6.5rem;
    background: #000;
  }
}
@media screen and (max-width: 820px) {
  .other_wrap {
    padding: 7.2vw 0 9.4666666667vw;
  }
}
@media screen and (min-width: 821px) {
  .other_wrap .m_wrap {
    display: flex;
    align-items: center;
    width: 81.4rem;
  }
}
.other_wrap .img {
  width: 32.1rem;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 820px) {
  .other_wrap .img {
    margin-inline: auto;
    width: 45.4666666667vw;
  }
}
.other_wrap .img.is_action {
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .other_wrap .m_txtbox {
    padding-left: 3.6rem;
    width: calc(100% - 32.1rem);
  }
}
@media screen and (max-width: 820px) {
  .other_wrap .m_txtbox_ttl {
    text-align: center;
  }
}
@media screen and (min-width: 821px) {
  .other_wrap .m_txtbox_ttl_lg {
    text-indent: -0.15rem;
  }
}
@media screen and (max-width: 820px) {
  .other_wrap .m_txtbox_ttl_lg {
    font-size: 13.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 821px) {
  .other_wrap .m_txtbox_ttl_en {
    margin-top: 2.2rem;
  }
}
.other_wrap .m_txtbox_txt {
  line-height: 1.5333333333;
  margin-top: 3.3rem;
}
@media screen and (max-width: 820px) {
  .other_wrap .m_txtbox_txt {
    font-size: 3.2vw;
    line-height: 1.8666666667;
    text-align: center;
    margin-top: 4.6666666667vw;
  }
}

/* -----------------
footer
-------------------- */
.footer {
  padding: 5.8rem 0 5rem;
  background: #000;
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 13.6vw 0 2.8vw;
  }
}
.footer .btn_link {
  font-size: 1.9rem;
  line-height: 1.2105263158;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 49rem;
  height: 5.8rem;
  border: 0.1rem solid #fff;
}
@media screen and (min-width: 821px) {
  .footer .btn_link:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .footer .btn_link {
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: 0.05em;
    max-width: 77.3333333333vw;
    height: 14vw;
  }
}
.footer .btn_link::before, .footer .btn_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.footer .btn_link::before {
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #003f75 0, #000 100%);
  transition: width 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer .btn_link::after {
  right: 2.1rem;
  z-index: 1;
  width: 2rem;
  height: 100%;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23fff'><g transform='translate(0 0)'><path d='M28.416,0,27.2,1.186,37.238,11,27.2,20.814,28.416,22,39.663,11Z' transform='translate(-19.663 0)'/><rect width='19.142' height='1.715' transform='translate(0 10.143)'/></g></svg>") center/contain no-repeat;
}
@media screen and (max-width: 820px) {
  .footer .btn_link::after {
    right: 2.5333333333vw;
    width: 1.8666666667vw;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='25' viewBox='0 0 14 25' fill='%23fff'><path d='M547.691,65.631l-.664-.746,12.54-11.754-12.54-11.754.664-.746,13.336,12.5Z' transform='translate(-547.027 -40.631)'/></svg>") center/contain no-repeat;
  }
}
.footer .company_name {
  margin: 12rem auto 0;
  max-width: 28.6rem;
}
@media screen and (max-width: 820px) {
  .footer .company_name {
    margin-top: 18.4vw;
    max-width: 67.7333333333vw;
  }
}
.footer .txt {
  font-size: 1.3rem;
  line-height: 1.6538461538;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 2.1rem;
}
@media screen and (max-width: 820px) {
  .footer .txt {
    font-size: 2.6666666667vw;
    line-height: 2.3;
    text-align: left;
    margin-top: 7.7333333333vw;
  }
}
.footer .copy {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 7.1rem;
}
@media screen and (max-width: 820px) {
  .footer .copy {
    font-size: 1.7333333333vw;
    line-height: 1.4615384615;
    margin-top: 7.4666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
