@charset "UTF-8";
/*======================================================================
 * HOME レイアウト
======================================================================*/
body {
  background: #000;
}

/* --- component module g-main hook --- */
.g-main {
  margin-top: calc(-213px / 2);
}
@media screen and (max-width: 1199px) {
  .g-main {
    margin-top: -6.08vw;
  }
}

/* --- component module main-head-block hook --- */
@media screen and (max-width: 1199px) {
  .main-head-block .__title .__svg svg {
    fill: #fff;
  }
}

/* --- component module main-head-block hook --- */
.main-head-block {
  overflow: hidden;
}
.main-head-block .__title {
  position: relative;
  z-index: 1000;
  pointer-events: none;
}

.-js-menu-open .main-head-block .__title {
  position: static;
}

/* --- component header hook --- */
.g-header .__head {
  padding: 60px 0 0 7.5vw;
}
@media screen and (max-width: 1199px) {
  .g-header .__head {
    padding: 30px 0 0 6vw;
  }
}
.g-header .__head .__title {
  width: 104.63%;
  max-width: calc(2323px / 2);
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .g-header .__head .__title {
    width: 103.01%;
  }
}
.g-header .__head .__title h1 {
  margin: 0;
}
.g-header .__head .__title h1 .__svg {
  margin: calc(-7px / 2) 0 0 calc(-10px / 2);
}
@media screen and (max-width: 1199px) {
  .g-header .__head .__title h1 .__svg {
    margin: calc(-4px / 2) 0 0 calc(-5px / 2);
  }
}
.g-header .__head .__title h1 .__svg svg {
  width: 100%;
  vertical-align: bottom;
  fill: #0039dc;
}
@media screen and (max-width: 1199px) {
  .g-header .__head .__title h1 .__svg svg {
    fill: #fff;
  }
}
.g-header .__head .__title .__logo {
  position: absolute;
  left: 0;
  bottom: -42px;
}
@media screen and (max-width: 1199px) {
  .g-header .__head .__title .__logo {
    display: none;
  }
}
.g-header .__head .__title .__logo svg {
  width: 100%;
  fill: #fff;
}
.g-header .__head .__title .js-scroll-logo-first-position {
  -webkit-transform: translateY(-86px);
          transform: translateY(-86px);
}

/*------------------------------------------------------------
 * 背景画像
------------------------------------------------------------*/
.background-block {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.background-block .__image {
  position: relative;
  overflow: hidden;
}
.background-block .__image:nth-child(1) {
  height: 90.75vw;
}
@media screen and (max-width: 1199px) {
  .background-block .__image:nth-child(1) {
    height: 110.83vw;
  }
}
.background-block .__image:nth-child(2) {
  height: 66.66vw;
}
@media screen and (max-width: 1199px) {
  .background-block .__image:nth-child(2) {
    height: 70.83vw;
  }
}
.background-block .__image:nth-child(3) {
  height: calc(100% - 90.75vw - 66.66vw);
}
@media screen and (max-width: 1199px) {
  .background-block .__image:nth-child(3) {
    height: calc(100% - 110.83vw - 70.83vw);
  }
}
.background-block .__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*------------------------------------------------------------
 * ラベルメニュー
------------------------------------------------------------*/
/* --- PC用 --- */
.label-set-block-pc {
  padding: 0 0 calc(320px / 2) 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .label-set-block-pc {
    display: none;
  }
}
.label-set-block-pc .__svg {
  width: 102.25%;
  max-width: calc(2270px / 2);
  margin-right: -2.25%;
}
.label-set-block-pc .__svg rect {
  opacity: 0;
}
.label-set-block-pc .__svg path {
  fill: #0039dc;
}
.label-set-block-pc .__svg .__logo path {
  fill: #fff;
}
.label-set-block-pc .__svg a path {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.label-set-block-pc .__svg a:hover path {
  fill: #fff;
}

/* --- SP用 --- */
.label-set-block-sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .label-set-block-sp {
    display: block;
  }
}
.label-set-block-sp .__labels {
  padding: 0 0 0 29.58vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.label-set-block-sp .__labels ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.label-set-block-sp .__labels ul li:not(:last-child) {
  margin-bottom: 5vw;
}
.label-set-block-sp .__labels ul li:nth-child(1) {
  width: 105.2%;
}
.label-set-block-sp .__labels ul li:nth-child(2) {
  width: 110.87%;
}
.label-set-block-sp .__labels ul li:nth-child(3) {
  width: 102.83%;
}
.label-set-block-sp .__labels ul li:nth-child(4) {
  width: 90.78%;
}
.label-set-block-sp .__labels ul li:nth-child(5) {
  width: 95.39%;
}
.label-set-block-sp .__labels ul li:nth-child(6) {
  width: 102.12%;
}
.label-set-block-sp .__labels ul li:nth-child(7) {
  width: 75.05%;
}
.label-set-block-sp .__labels svg {
  fill: #fff;
}
.label-set-block-sp .__logo {
  padding: 0 0 72px 6vw;
  margin-top: 10vw;
}
.label-set-block-sp .__logo .__svg {
  width: 16.41vw;
}
.label-set-block-sp .__logo .__svg svg {
  fill: #fff;
}