@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
class
================================================================================
*/
.null {
  height: 0px;
  margin: 0;
  padding: 0;
}

.tCenter {
  text-align: center;
}

.full-w {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50vw, 0);
}

/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
body
================================================================================
*/
html {
  background-color: #182b83;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
html.scrollMode_onepage {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 500;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: left;
  overflow: hidden;
  overflow-y: scroll;
  font-feature-settings: "palt";
  color: #303030;
  padding: 0;
  margin: 0;
}
body.scrollMode_onepage {
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
body.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
html.isTouchDevice body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #container {
  opacity: 1;
  transition: opacity 300ms ease;
}
body.loadingFinish #container {
  opacity: 1;
}

#base-main {
  width: 75rem;
  margin: auto;
  line-height: 0;
}
#base-main img {
  max-width: 100%;
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #182b83;
  transition: all 300ms ease;
  pointer-events: none;
}
body.loadingAnimFinish #loader {
  opacity: 0;
}

/* 
================================================================================
contents
================================================================================
*/
.page {
  position: relative;
}
.page .link {
  position: absolute;
  top: 94.0625rem;
  width: 6.5625rem;
  height: 6.4375rem;
}
.page .link.x {
  left: 3.4375rem;
}
.page .link.facebook {
  left: 12rem;
}
.page .link.instagram {
  left: 20.625rem;
}
.page .link.youtube {
  left: 29.1875rem;
}