@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
html,
body {
  font-size: 62.5%;
  font-family: "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.4s;
}
a:hover,
a:active,
a:focus {
  transition: 0.4s;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

:root {
  --viewWidth: 100vw;
  --contWidth: 1400;
}

/* spCommonModal
------------------------------*/
@media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/ico_sp_modal.svg) no-repeat center center / contain;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
  }
  #spCommonModalTable {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../img/swipe_icon.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  @keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  #spCommonModalContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure {
    box-sizing: border-box;
    width: 200%;
    padding: 0 20px;
  }
  #spCommonModalContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}

.img-caps {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  line-height: 1;
  padding: 5px 5px 6px 6px;
  color: #fff;
  letter-spacing: -0.02em;
  z-index: 5;
  text-align: right;
}
.img-caps.shadow {
  right: 8px;
  bottom: 4px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
.img-caps.black {
  color: #000;
}
.img-caps.left {
  right: auto;
  left: 0;
}
.img-caps.top {
  bottom: auto;
  top: 0;
}

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

html {
  background-color: #000000;
}

.no_link {
  pointer-events: none;
}

/* header
===================================== */
.header_wrap {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
}
.header {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1920px;
  margin-inline: auto;
  height: inherit;
}
.header_logo {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-out;
}
.header_logo h1 img {
  width: 140px;
}
.header_logo {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .header_wrap {
    height: 60px;
  }
  .header {
    width: calc(100% - 40px);
  }
  .header_logo h1 img {
    width: 100px;
  }
}

/* ハンバーガーボタン
================================== */
.openbtn {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 24px;
  border-radius: 100%;
}
.openbtn span {
  display: inline-block;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #fff;
}
.openbtn span:nth-of-type(1) {
  top: 0;
}
.openbtn span:nth-of-type(2) {
  top: 11px;
}
.openbtn span:nth-of-type(3) {
  bottom: 0;
}
.openbtn.active span:nth-of-type(1) {
  top: 8px;
  left: 0px;
  transform: translateY(6px) rotate(-25deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 20px;
  left: 0px;
  transform: translateY(-6px) rotate(25deg);
}

@media only screen and (max-width: 768px) {
  .openbtn {
    width: 30px;
    height: 18px;
    right: 10px;
  }
  .openbtn span {
    width: 30px;
  }
  .openbtn span:nth-of-type(2) {
    top: 8px;
  }
}

/*========= ハンバーガー内ナビゲーション ===============*/
#g-nav {
  display: none;
}
#g-nav {
  position: fixed;
  display: block;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.8s;
}
#g-nav.panelactive {
  right: 0px;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 998;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.g-nav_inner {
  width: calc(100% - 120px);
  max-width: 1720px;
  margin-inline: auto;
  padding-top: 16%;
  display: flex;
  column-gap: 5%;
}
.g-nav_wrap {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}
.g-nav_items {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}
.g-nav_item_main {
  position: relative;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: clamp(1.125rem, -0.003rem + 1.253vw, 1.5rem);
  font-weight: 100;
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 12px;
}
.g-nav_item_main::after {
  content: "＞";
  position: absolute;
  top: 5px;
  transform: translateY(0%) scaleY(1.6);
  font-family: serif;
  right: 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}
.g-nav_item_sub {
  color: #fff;
  font-size: 24px;
  font-size: clamp(1.125rem, -0.003rem + 1.253vw, 1.5rem);
  display: block;
  font-weight: bold;
  margin-bottom: 18px;
}
.g-nav_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
.g-nav_bottom_title {
  font-size: 50px;
  font-size: clamp(2.75rem, 1.622rem + 1.253vw, 3.125rem);
  line-height: 1.4;
}
.g-nav_bottom_wrap {
  width: 100%;
  max-width: 360px;
}
.g-nav_bottom_copy {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.g-nav_inner {
  width: calc(100% - 40px);
  padding-top: 16%;
  column-gap: 3%;
}
.g-nav_wrap {
  row-gap: 20px;
}
.g-nav_items {
  column-gap: 2%;
}
.g-nav_item_main {
  font-size: 20px;
  font-size: clamp(0.75rem, 0.089rem + 1.29vw, 1.25rem);
  margin-bottom: 30px;
}
.g-nav_item_sub {
  font-size: 20px;
  font-size: clamp(0.75rem, 0.089rem + 1.29vw, 1.25rem);
  margin-bottom: 10px;
}
.g-nav_bottom_title {
  font-size: 40px;
  font-size: clamp(1.625rem, 0.468rem + 2.258vw, 2.5rem);
}
.g-nav_bottom_wrap {
  max-width: 360px;
  max-width: clamp(15rem, 5.081rem + 19.355vw, 22.5rem);
}
.g-nav_bottom_copy {
  margin-top: 30px;
  margin-top: clamp(0.625rem, -1.028rem + 3.226vw, 1.875rem);
  font-size: 14px;
  font-size: clamp(0.625rem, 0.294rem + 0.645vw, 0.875rem);
}
.g-nav_inner {
  padding-top: 16%;
  flex-direction: column;
}
.g-nav_wrap {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}
.g-nav_items {
  flex-direction: column;
  column-gap: 2%;
  row-gap: 22px;
}
.g-nav_item.g-nav_item_top {
  width: 100%;
}
.g-nav_item {
  width: 100%;
}
.g-nav_item_main {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 16px;
}
.g-nav_item_sub {
  font-size: 16px;
  margin-bottom: 18px;
}
.g-nav_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
.g-nav_bottom_title {
  font-size: 50px;
  font-size: clamp(2.75rem, 1.622rem + 1.253vw, 3.125rem);
  line-height: 1.4;
}
.g-nav_bottom_wrap {
  width: 100%;
  max-width: 360px;
}
.g-nav_bottom_copy {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
