@charset "utf-8";

:root {
  --media_pc: 1680; /* VW計算用 calc(vw / var(--media_pc)) */
  --media_sp: 750;
}

.img_wrap {
  position: relative;
}
.img_wrap h3{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:244px;
}
.train .img_wrap h3{
  top:47.68%;
  width:283px;
}
.container .caption {
  line-height: 1.2;
}
.img_wrap .caption{
  position: absolute;
  font-size: 12px;
  right: 4px;
  bottom: 2px;
  color: #fff;
  line-height: 1.2;
}
.img_wrap .caption.wh {
  color: #fff;
}
.img_wrap .caption.bk {
  color: #000;
}
.section,
.section_inner_wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}
.main_wrap{
  position: relative;
  max-width: 100%;
  width:100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.container{
  overflow: hidden;
}
.main_wrap > div.bg{
  object-fit: cover;
  margin: auto;
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: calc(100vh - 105px);
  height: calc(100svh - 105px);
}
.main_wrap > div.bg_wrap {
  background: url(../img/design/kv_pc.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.2);
  transition: transform 8s;
}
.loaded .main_wrap > div.bg_wrap {
  transform: scale(1);
  transition: transform 8s;
}
.bg h2 {
  width: 197px;
  margin: 0 auto;
  opacity:0;
  font-size: 70px;
  color: #fff;
  font-family: "AGaramondPro-Regular";
}
.bg.active h2 {
  opacity:1;
  transition-duration: .5s;
}
.main_wrap > div.bg .caption{
  position: absolute;
  bottom:0;
  right:0;
  margin:5px;
  font-size:12px;
  color:#fff;
}.main_wrap > div.bg .caption.bk {
  color: #000;
}
.section.intro .page_copy {
  font-size: 15px;
  line-height: calc(40/15);
  text-align: center;
  /*! padding: 96px 0; */
  letter-spacing: 0.12em;
  margin-top: 53px;
}
@media all and (max-width: 768px) {
  .img_wrap h3{
    width: calc(204 / var(--media_sp) * 100vw);
  }
  .train .img_wrap h3{
    width: calc(236 / var(--media_sp) * 100vw);
    top:50%;
  }
  .container .caption {
    line-height: 1.2;
  }
  .img_wrap .caption{
    margin: 0.267vw 0.333vw;
    font-size: 2.667vw;
  }
  .container{
    margin-top: 18.667vw;
  }
  .main_wrap{
    position: relative;
    max-width: 100%;
    width:100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-bottom:106.667%;
  }
  .main_wrap > div.bg{
    height:auto;
    padding-bottom:106.667%;
    position: absolute;
    top:0;
    left:0;
  }
  .bg h2 {
    width: calc(172 / var(--media_sp) * 100vw);
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: fit-content;
    font-size: calc(35 * 2 / var(--media_sp) * 100vw);
  }
  .main_wrap > div.bg_wrap {
    background: url(../img/design/kv_sp.webp) no-repeat center;
    background-size: cover;
  }
  .main_wrap > div.bg .caption{
    margin:0.667vw 1.333vw;
    font-size:2.667vw;
  }
  .section.intro .page_copy {
    font-size: calc(12 * 2 / var(--media_sp) * 100vw);
    line-height: 2;
    padding: calc(53 / var(--media_sp) * 100vw) 0 calc(0 / var(--media_sp) * 100vw);
    margin: 0 auto;
  }
}

.section.intro p {
  line-height: 1;
  text-align: center;
}
.section.intro .title .jp-title {
  font-size: 50px;
  letter-spacing: 0.4em;
  width: fit-content;
  margin: 0 auto;
  display: block;
  left: 0.20em;
  position: relative;
  margin-bottom: 24px;
}
.section.intro .title .en-title {
  color: #76829f;
  font-size: 18px;
  font-family: "AGaramondPro-Regular";
  letter-spacing: 0.09em;
}
.section.intro  {
  background: url(../img/design/intro_bg_pc.webp) no-repeat top right;
  background-size: cover;
  padding: 110px 0 127px;
}
@media all and (max-width: 768px) {
  .section.intro .title .jp-title {
    font-size: calc(28 * 2 / var(--media_sp) * 100vw);
    margin-bottom: 24px;
  }
  .section.intro .title .en-title {
    font-size: calc(10 * 2 / var(--media_sp) * 100vw);
  }
  .section.intro  {
    background: url(../img/design/intro_bg_sp.webp) no-repeat center;
    padding: calc(107 / var(--media_sp) * 100vw) 0 calc(100 / var(--media_sp) * 100vw);
    background-size: cover;
  }
}

.section.approach p,
.section.hall p {
  text-align: center;
  font-size: 15px;
  line-height: calc(40/15);
  letter-spacing: 0;
  background: initial;
}
.section.approach .copy-wrap,
.section.hall .copy-wrap {
  padding-top: 86px;
  background-size: cover;
  padding-bottom: 132px;
}
.section.approach .copy-wrap {
  background-image: url(../img/design/approach_bg_pc.webp);
}
.section.hall .copy-wrap {
  background-image: url(../img/design/hall_bg_pc.webp); 
}
@media all and (max-width: 768px) {
  .section.approach p,
  .section.hall p {
    font-size: calc(12 * 2 / var(--media_sp) * 100vw);
    line-height: calc(24/12);
  }
  .section.approach .copy-wrap,
  .section.hall .copy-wrap {
    padding-top: calc(70 / var(--media_sp) * 100vw);
    background-size: cover;
    padding-bottom: calc(166 / var(--media_sp) * 100vw);
  }
  .section.approach .copy-wrap {
    background-image: url(../img/design/approach_bg_sp.webp);
  }
  .section.hall .copy-wrap {
    background-image: url(../img/design/hall_bg_sp.webp); 
  }
}

.section.approach h3,
.section.hall h3 {
  color: #76829f;
  line-height: 1;
  font-family: "AGaramondPro-Regular";
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.section.approach .bodycopy,
.section.hall .bodycopy {
  letter-spacing: 0.17em;
}
@media all and (max-width: 768px) {
  .section.approach h3,
  .section.hall h3 {
    font-size: calc(42 * 2 / var(--media_sp) * 100vw);
    margin-bottom: calc(33 / var(--media_sp) * 100vw);
  }
  .section.approach .bodycopy,
  .section.hall .bodycopy {
    letter-spacing: 0.17em;
  }
}

.section .sec-hero {
  position: relative;
}
.section .sec-hero .caption{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5px;
  font-size: 12px;
  line-height: 1.2;
}
.section .sec-hero .caption.wh {
  color: #fff;
}
@media all and (max-width: 768px) {
  .section .sec-hero .caption{
    margin: 0.667vw 1.333vw;
    font-size: 2.667vw;
  }
}