@charset "UTF-8";

#wrapper .pc_appear {
  display: block;
}

#wrapper .sp_appear {
  display: none;
}

#wrapper, #contents {
  background: none;
  --content-width: min(100vw, 1610px);
  --main-width: min(510px, calc(var(--content-width) * 0.3286));
  --content-left: max(0px, calc((100vw - var(--content-width)) / 2));
}

#contents {
  max-width: 1610px;
  margin: 0 auto;
}

.header_outer {
  width: 100%;
  height: auto;
  max-width: none;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
}

header .logo {
  min-width: 150px;
}

#headerSymbol {
  max-width: calc(100% - 150px);
  margin: 0 0 15px;
}

#gNav {
  display: none;
}

#contents::before {
  content: '';
  position: fixed;
  background: #fff4e0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 65px;
  left: 0;
}

#main {
  position: relative;
  width: var(--main-width);
  opacity: 0;
  transition: top 0.45s ease, padding-bottom 0.45s ease, opacity 1.2s ease-in-out;
  /* border-left: 4px solid #fff;
  border-right: 4px solid #fff; */
  float: none;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  border-left: none;
}

@media screen and (min-width: 1024px) and (max-width: 1609px) {
  #main {
    margin-right: min(165px, 8.6vw, calc((100vh - 103px) * 0.246));
  }
}

#main.is-layout-ready {
  opacity: 1;
}

.left_side {
  width: calc(100vw - var(--content-left) - var(--main-width));
  transition: top 0.45s ease;
  height: calc(100vh - 83px);
  display: flex;
  position: fixed;
  top: 83px;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  z-index: 0;
}

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

.left_side_content::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  background: url('../img/road-silver.png') no-repeat center center;
  background-size: auto 140%;
  background-position: 40% 50%;
  z-index: 0;
  pointer-events: none;
}

.left_side_content.is-layout-ready::before {
  opacity: 1;
}

.kv_text {
  width: 100%;
  min-width: 216px;
  height: 100%;
  opacity: 0;
  transition: top 0.45s ease, height 0.45s ease, opacity 0.45s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.kv_text.is-layout-ready {
  opacity: 1;
}

.left_side_deco {
  display: none;
}

#wrapper .kv_text img {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center center;
}

.kv_logo {
  width: 65.825242718%;
  margin: 30px auto 0;
}

@media screen and (min-width: 1024px) and (max-height: 599px) {
  .left_side_content::before {
    background-size: auto 724px;
    background-position: 40% 0;
  }

  .kv_text {
    align-items: flex-start;
  }

  #wrapper .kv_text img {
    width: auto;
    height: 100vh;
    max-height: none;
  }
}

@media screen and (min-width: 1024px) and (min-height: 600px) {
  .left_side {
    height: 100vh;
    top: 0;
  }

  .left_side_content::before {
    background-size: auto 140%;
    background-position: 40% 50%;
  }

  .kv_text {
    top: 0 !important;
    align-items: center;
  }

  #wrapper .kv_text img {
    width: auto;
    height: 100%;
    max-height: none;
  }
}

.main_visual_inner {
  display: none;
}

.xd-sp-intro {
  background-size: 21px 21px;
}

.pagetop_pc {
  width: min(160px, 27.826086956%);
  position: absolute;
  bottom: 5%;
  right: 60px;
}

.pagetop_pc a:hover {
  opacity: 0.7;
}

.footer-outer {
  max-width: 1610px;
  margin: 0 auto;
}

footer {
  width: var(--main-width);
  /* border-left: 4px solid #231815;
  border-right: 4px solid #231815; */
  box-sizing: border-box;
  margin-right: 0;
  margin-left: auto;
  padding-inline: 2.5%;
}

@media screen and (min-width: 1024px) and (max-width: 1609px) {
  .page-top {
    right: min(165px, 8.6vw, calc((100vh - 103px) * 0.246));
  }


}

#footerInfo {
  background: #eee;
  padding: 15px 10px 0;
  color: #333;
}

footer .container {
  display: none;
  border-top: none;
}

footer .inner {
  padding: 0;
  overflow: visible;
}

#footerInfo .infoWrap {
  float: none;
  padding-bottom: 15px;
}

#footerInfo .address {
  float: none;
  margin-left: 0;
  margin-bottom: 0;
}

#copyright {
  position: relative;
  margin: 0 -10px;
  text-align: center;
  color: #fff;
  right: 0;
  bottom: 0;
  font-size: 11px;
  background: #333;
  padding: 10px 0;
}

.float_btn_list {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 15;
  position: fixed;
  bottom: 5%;
  right: auto;
  left: calc(50% - 35px);
}

#wrapper .float_btn_list img {
  max-width: 100%;
}

.page-top {
  width: 88px;
  height: 88px;
}

@media screen and (min-width: 1024px) {
  #wrapper .left_side_deco {
    display: block;
    position: fixed;
    top: 103px;
    right: 0;
    width: min(165px, 8.6vw, calc((100vh - 103px) * 0.246));
    height: calc(100vh - 103px);
    background: url('../img/deco-silver.svg') right top / 100% auto repeat-y;
    z-index: 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 1610px) {
  .page-top {
    right: min(165px, 8.6vw, calc((100vh - 103px) * 0.246));
  }

  #main {
    margin-right: max(
      0px,
      calc(min(165px, 8.6vw, calc((100vh - 103px) * 0.246)) - var(--content-left))
    );
  }

  footer {
    /* margin: 0 0 0 calc(100% - var(--main-width) - max(
      0px,
      calc(min(165px, 8.6vw, calc((100vh - 103px) * 0.246)) - var(--content-left))
    )); */
  }

  #wrapper .left_side_deco {
    display: block;
    position: fixed;
    top: 103px;
    right: 0;
    width: min(165px, 8.6vw, calc((100vh - 103px) * 0.246));
    height: calc(100vh - 103px);
    background: url('../img/deco-silver.svg') right top / 100% auto repeat-y;
    right: max(0px, calc((100vw - 1610px) / 4 - 82.5px));
    z-index: 0;
    pointer-events: none;
  }

  .left_side {
    width: calc(100% - min(510px, 32.86%) - calc((100% - 1610px) / 2));
  }

  .page-top {
    width: 64px;
    height: 64px;
    left: auto;
    right: min(165px, 8.6vw, calc((100vh - 103px) * 0.246));
  }
}