@charset "UTF-8";
/*背景の濃い青*/
/*とても薄い青*/
/*薄い青*/
/*スマホメニューの色*/
/*スマホメニューの色*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
body {
  background: #333333;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
}

a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #dd9933;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  color: #333;
  text-decoration: none;
}

table {
  font-size: 1em;
  border-collapse: collapse;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.marklist {
  text-align: left;
  list-style: none;
}
ul.marklist li {
  padding-left: 1em;
  text-indent: -1em;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1;
}

ul {
  padding-left: 0;
  list-style: none;
}

#main {
  position: relative;
}

section {
  position: relative;
}
section a:hover {
  opacity: 1;
}

.moviebox {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.moviebox .nowrapmovie video {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#totopmenu {
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 71px;
  z-index: 2000;
}
#totopmenu.hide {
  opacity: 0;
}
#totopmenu a {
  color: #fff;
  font-size: 20px;
}
#totopmenu li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
#totopmenu li:last-child {
  margin-bottom: 0;
}

.pc_block {
  display: block;
}

.pconly_block {
  display: block;
}

.tab_block {
  display: none;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

#fullpage .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fullpage .flexbox .col3_2box {
  width: 66%;
}
#fullpage .flexbox .col3_1box {
  width: 30%;
}
#fullpage .flexbox .col5_2box {
  width: 40%;
}
#fullpage .flexbox .col5_3box {
  width: 55%;
}
#fullpage .flexbox .col2box {
  width: 48%;
}
#fullpage .flexbox .col3box {
  width: 31%;
}
#fullpage .flexbox .col2fullbox {
  width: 50%;
}
#fullpage section {
  position: relative;
}
#fullpage .bottomnav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
#fullpage .bottomnav .toptopbtn {
  width: 1400px;
  margin: 0 auto 10px auto;
  text-align: right;
}
#fullpage .bottomnav .bottomnav_btnbox {
  border-top: 2px #fff solid;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0.6fr;
  grid-template-columns: 1fr 1fr 0.6fr;
}
#fullpage .bottomnav .bottomnav_btnbox.lastbox {
  -ms-grid-columns: 1fr 0.6fr 0.6fr 0.6fr;
  grid-template-columns: 1fr 0.6fr 0.6fr 0.6fr;
}
#fullpage .bottomnav .bottomnav_btnbox span {
  display: block;
  padding: 30px 0;
  line-height: 1;
  position: relative;
}
#fullpage .bottomnav .bottomnav_btnbox span img {
  height: 15px;
}
#fullpage .bottomnav .bottomnav_btnbox span:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 10px;
  background: #333333;
  left: -1px;
}
#fullpage .bottomnav .bottomnav_btnbox span:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 10px;
  background: #333333;
  left: -1px;
}
#fullpage .bottomnav .bottomnav_btnbox span.linkbox {
  background-color: #282828;
  border-left: 1px #fff solid;
  opacity: 1;
}
#fullpage .bottomnav .bottomnav_btnbox span.linkbox a {
  display: block;
}
#fullpage .bottomnav .bottomnav_btnbox span.linkbox:hover {
  opacity: 0.5;
}
#fullpage .bottomnav .bottomnav_btnbox span.linkbox.hide {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  border-left: 1px #fff solid;
}
#fullpage .moveDown {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  cursor: pointer;
  border-left: 1px #fff solid;
}
#fullpage .moveDown:hover {
  opacity: 0.5;
}
#fullpage .moveDown.hide {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  border-left: 1px #fff solid;
}
#fullpage .moveDowndummy {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  cursor: default;
}
#fullpage .moveDowndummy.hide {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#fullpage .moveUp {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  cursor: pointer;
}
#fullpage .moveUp:hover {
  opacity: 0.5;
}
#fullpage .moveUp.hide {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#fullpage .moveUpdummy {
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: default;
}
#fullpage .moveUpdummy.hide {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.section {
  position: relative;
  height: 100%;
}
.section .sectioninner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section .sectioninner .sectioninnerbox {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}
.section .sectioninner .sectioninnerbox_min {
  width: 1100px;
  margin: 0 auto;
}

.animation-bg {
  background: #8096A3;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.animation-bg .logo {
  display: none;
}

.animation-bg .logo img {
  width: 160px;
}

.animation-bg.is-active {
  -webkit-animation-name: PageAnime-btt;
  animation-name: PageAnime-btt;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime-btt {
  0% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50.001% {
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes PageAnime-btt {
  0% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50.001% {
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1565px) {
  .section .sectioninner {
    padding-right: 71px;
  }
}
@media screen and (max-width: 1400px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section .sectioninner {
    width: calc(100% - 80px);
  }
  #fullpage .pconly_block .bottomnav {
    width: 100vw;
  }
  body {
    min-width: 100vw;
  }
}
@media screen and (max-width: 1030px) {
  .bottomnav {
    width: 100vw;
  }
  .section .sectioninner .sectioninnerbox2 {
    width: 90%;
    margin: 0 auto;
  }
}
/* -------------------------------sp--------------------------------------------- */
/*スマホ縦*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .sp_block {
    display: block;
  }
  .pconly_block {
    display: none;
  }
  .pc_block {
    display: none;
  }
  .tab_block {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  #fp-nav.left {
    left: 2px;
  }
  #fp-nav.left ul li {
    height: 9px;
  }
  #fullpage .flexbox {
    display: block;
  }
  #fullpage .flexbox .col2box {
    width: 100%;
    margin-bottom: 40px;
  }
  #fullpage .flexbox .col2box:last-child {
    margin-bottom: 0px;
  }
  #fullpage .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  #fullpage .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  #fullpage .flexbox .col3_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  #fullpage .flexbox .col3_1box {
    width: 100%;
    margin-bottom: 40px;
  }
  #fullpage .flexbox .col5_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  #fullpage .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }
  #fullpage .moveDown {
    border-left: none;
  }
  #fullpage .bottomnav {
    width: 100vw;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  #fullpage .bottomnav .bottomnav_btnbox {
    padding: 0;
    -ms-grid-columns: 1fr 1fr 0.8fr;
    grid-template-columns: 1fr 1fr 0.8fr;
  }
  #fullpage .bottomnav .bottomnav_btnbox span {
    padding: 15px 0;
  }
  #fullpage .bottomnav .bottomnav_btnbox span img {
    height: 10px;
  }
  #fullpage .bottomnav .bottomnav_btnbox.lastbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  #fullpage .bottomnav .bottomnav_btnbox.lastbox span.moveUp {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  #fullpage .bottomnav .bottomnav_btnbox.lastbox span:before {
    background-color: #282828;
    height: 5px;
  }
  #fullpage .bottomnav .bottomnav_btnbox.lastbox span:after {
    background-color: #282828;
    height: 5px;
  }
  #fullpage .bottomnav .bottomnav_btnbox.lastbox span.link01 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    border-left: none;
  }
  #fullpage .bottomnav .bottomnav_btnbox.lastbox span.link02 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #fullpage .bottomnav .bottomnav_btnbox.lastbox span.link03 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
  .section .sectioninner {
    padding-right: 0px;
  }
  #totopmenu {
    display: none;
  }
  .js_isMobile .animation-bg {
    height: 100vh;
    height: 100dvh;
  }
}
@media screen and (max-width: 845px) and (orientation: landscape) {
  #fullpage .bottomnav {
    width: 100vw;
  }
  #fullpage .bottomnav span {
    padding: 10px 0;
  }
  #fullpage .bottomnav span img {
    height: 13px;
  }
}
/*スマホ縦狭い縦向き*/
@media screen and (max-width: 390px) and (orientation: portrait) {
  .section .sectioninner {
    width: 80vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .section .sectioninner {
    width: 60vw;
  }
}
/*PC縦狭い横向き*/
@media screen and (max-height: 769px) and (orientation: landscape) {
  .js_isPc #totopmenu {
    width: 50px;
  }
  .js_isPc .section .sectioninner {
    width: 145vh;
  }
  .js_isPc #fullpage .bottomnav .bottomnav_btnbox span {
    padding: 10px 0;
  }
}
/*スマホ縦向き用*/
@media only screen and (max-width: 428px) and (orientation: portrait) {
  .js_isMobile .animation-bg .logo img {
    width: 30vw;
  }
}
@media screen and (max-height: 414px) and (orientation: landscape) {
  .js_isMobile #totopmenu {
    width: 3vw;
  }
  .js_isMobile #totopmenu {
    width: 40vw;
  }
  .js_isMobile #totopmenu ul li {
    padding-right: 5px;
  }
  .js_isMobile #fullpage .bottomnav .bottomnav_btnbox {
    padding: 5px;
  }
  .js_isMobile #fullpage .bottomnav .bottomnav_btnbox span {
    padding: 5px 0;
  }
  .js_isMobile .section .sectioninner {
    width: 50vw;
    height: 80vh !important;
  }
}