@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?&family=Lexend+Exa:wght@100;200;300;400;500;600;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Poppins:wght@300;400;500;600&display=swap');
html {
  font-size: 62.5%;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #000;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.object-fit-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;'
}
.font-lex {
  font-family: 'Lexend Exa', sans-serif;
}
.font-pop {
  font-family: 'Poppins', sans-serif;
}
a.linknone {
  pointer-events: none;
  opacity: 0.3;
  text-decoration: none;
}
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.3em;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  color: #222;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  font-family: 'Noto Sans JP', sans-serif;
}
@keyframes topanime1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes arrowslide {
  from {
    opacity: 1;
    transform: scaleX(1);
  }
  to {
    opacity: 1;
    transform: scaleX(0);
  }
}
@media screen and (min-width:769px) {
  .pc_none {
    display: none !important;
  }
  #bgmovie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #bgmovie::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
  body {
    font-size: 1.5rem; /*14px*/ ;
    line-height: 3rem;
    min-width: 1240px;
  }
  /*header*/
  nav#header {
    position: fixed;
    z-index: 5;
    background: none;
    width: 100%;
    transition: all 0.5s;
  }
  nav#header.hactive {
    background: #fafafa;
  }
  nav#header .innerbox {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    height: 77px;
  }
  nav#header .innerbox .logobox {
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  nav#header .innerbox .logobox .lbox {
    width: 132px;
  }
  nav#header .innerbox .logobox span {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 0 15px;
  }
  nav h1 {
    display: flex;
    align-items: center;
  }
  /*footer*/
  footer {
    position: relative;
    z-index: 2;
  }
  footer .bottomcont {
    display: flex;
    justify-content: space-between;
    padding: 20px 60px;
    background: #393939;
  }
  footer .bottomcont a {
    color: rgba(255, 255, 255, 0.63);
    font-size: 1.2rem;
  }
  footer .bottomcont .copy {
    color: rgba(255, 255, 255, 0.63);
    font-size: 1.2rem;
  }
  #maincontainer {
    position: relative;
    padding: 0 0 0 0;
  }
  .menu {
    position: fixed;
    width: 77px;
    height: 77px;
    top: 0;
    right: 0;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 11;
  }
  .menu .tx {
    font-size: 1rem;
    color: #fff;
    letter-spacing: -0.1em;
    font-weight: 200;
    line-height: 1;
    padding: 7px 0 0 0;
  }
  .menu .tx::after {
    content: "MENU";
  }
  .menu.active .tx::after {
    content: "CLOSE";
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 28px;
    height: 16px;
    z-index: 5;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7.5px) rotate(25deg);
    transform: translateY(7.5px) rotate(25deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7.5px) rotate(-25deg);
    transform: translateY(-7.5px) rotate(-25deg);
    width: 100% !important;
  }
  .flexnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    display: flex;
  }
  .flexnav.active {
    visibility: visible;
    opacity: 1;
  }
  .flexnav .innerbox {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 50px 0;
    height: 100%;
    align-content: space-around;
  }
  .flexnav .innerbox .linkbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 0 0;
  }
  .flexnav .innerbox .box {
    width: calc((100% - 85px) / 2);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #3C3C3C;
    padding: 40px 0;
  }
  .flexnav .innerbox .box.bonone {
    border-bottom: none;
  }
  .flexnav .innerbox .box.tc {
    align-items: center;
  }
  .flexnav .innerbox .box .tlbox {
    width: calc(100% - 190px - 10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .flexnav .innerbox .box .tlbox .tl {
    font-size: 3.4rem;
    font-weight: 500;
    letter-spacing: -0.4rem;
    line-height: 1;
    position: relative;
    display: inline-block;
    transform: scaleX(0);
    transform-origin: left;
  }
  .flexnav .innerbox .box .tlbox .tl::after {
    content: "";
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: right;
  }
  .flexnav.active .innerbox .box .tlbox .tl {
    animation-name: navscale;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  .flexnav .innerbox .box .tlbox .tl::after {
    content: "";
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: right;
  }
  .flexnav.active .innerbox .box .tlbox .tl::after {
    animation-name: navscale2;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .flexnav .innerbox .box .tlbox .sub {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 0 0;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    display: inline-block;
  }
  .flexnav.active .innerbox .box .tlbox .sub {
    animation-name: navscale3;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .flexnav .innerbox .box .linkbox {
    width: 190px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .flexnav .innerbox .box .linkbox a {
    font-size: 1.6rem;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 10px 0;
    transition: all 0.2s;
  }
  .flexnav .innerbox .box .linkbox a:hover {
    opacity: 0.47;
    text-decoration: none;
  }
  .flexnav .innerbox .box .linkbox a:last-child {
    margin: 0 0 auto 0;
  }
  .flexnav .innerbox .navbottom {
    width: 100%;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flexnav .innerbox .navbottom .logobox {
    padding: 0 0;
    display: flex;
    flex-direction: column;
  }
  .flexnav .innerbox .navbottom .logobox .logo {
    width: 227px;
  }
  .flexnav .innerbox .navbottom .logobox span {
    font-size: 2rem;
    font-weight: 400;
    margin: 15px 0 0 0;
    color: #fff;
    display: block;
    line-height: 1;
  }
  .flexnav .innerbox .navbottom a.corporatebox {
    width: 320px;
    height: 90px;
    background: #2F2F2F;
    border: 1px solid #A3A3A3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    transition: all 0.2s;
  }
  .flexnav .innerbox .navbottom a.corporatebox:hover {
    background: #fff;
    color: #2F2F2F;
    border: 1px solid #fff;
  }
  .flexnav .innerbox .navbottom a.corporatebox .ctl {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
  }
  .flexnav .innerbox .navbottom a.corporatebox span {
    font-size: 1.3rem;
    line-height: 1;
    margin: 10px 0 0 0;
  }
  /*arrow_link*/
  .arrowlink {
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding: 0 60px 2px 0;
    position: relative;
  }
  .arrowlink::after {
    content: "";
    width: calc(100% - 60px);
    border-bottom: 1px solid #222;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .arrowlink .arrow {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
  }
  .arrowlink .arrowinbox {
    position: relative;
    line-height: 0;
  }
  .arrowlink .scalebox {
    width: 40px;
    display: inline-block;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #222;
    transition: all 0.2s;
    transform: scale(1);
  }
  .arrowlink:hover .scalebox {
    transform: scale(1.5);
  }
  .arrowlink span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
  }
  .arrowlink span.blank {
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrowlink span.blank img {
    width: 15px;
    height: 15px;
  }
  .arrowlink span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
  }
  .arrowlink span::after {
    content: "";
    display: inline-block;
    width: 8px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
  }
  .arrowlink span.blank::before {
    display: none;
  }
  .arrowlink span.blank::after {
    display: none;
  }
  #pagetop {
    position: absolute;
    right: 60px;
    bottom: 80px;
    font-size: 1.4rem;
    cursor: pointer;
  }
  #pagetop span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    top: 2px;
  }
  #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
  /*loading*/
  #loaderWrap {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  /*#loaderWrap .loadingBar {
    	width: 0;
    	height: 4px;
    	background: #03a7eb;
    	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    	position: fixed;
    	top: 0;
    	left: 0;
    	transition: all 0.2s linear 0s;
	}*/
  #loaderWrap .loadinglogo {
    display: block;
    line-height: 0;
    position: relative;
  }
  #loaderWrap .loadinglogo .underbox {
    font-size: 7rem;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    position: relative;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1px #222;
  }
  #loaderWrap .loadinglogo .overmask {
    width: 0%;
    height: calc(100% + 0);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media all and (-ms-high-contrast:none) {
    #loaderWrap .loadinglogo .underbox {
      text-shadow:
        1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
    }
  }
  #loaderWrap .loadinglogo .overbox {
    font-size: 7rem;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    color: #000;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  #loaderWrap .loadingcap {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    padding: 50px 0 0 0;
  }
  /*submainbox*/
  #submainbox {
    position: relative;
    padding: 225px 0 0 0;
  }
  #submainbox::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    transition: 0.5s;
  }
  #submainbox.active::before {
    width: 50%;
  }
  #submainbox::after {
    content: "";
    width: 100%;
    height: 150px;
    background: #FAFAFA;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
  }
  #submainbox .innerbox {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  #submainbox .innerbox .tlcont {
    margin: 0 auto 55px;
    width: 1000px;
  }
  #submainbox .innerbox .tlcont .tl {
    font-size: 6.6rem;
    line-height: 8rem;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
    transform: scaleX(0);
    transform-origin: left;
  }
  #submainbox .innerbox .tlcont .tl.active {
    animation-name: navscale;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  #submainbox .innerbox .tlcont .tl::after {
    content: "";
    width: calc(100% + 10px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    transform: scaleX(1);
    transform-origin: right;
  }
  #submainbox .innerbox .tlcont .tl.active::after {
    animation-name: navscale2;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  #submainbox .innerbox .tlcont .subcont {
    display: flex;
  }
  #submainbox .innerbox .tlcont .subcont .subtl {
    font-size: 2.2rem;
    display: flex;
    padding: 0 50px 0 0;
    margin: 0 50px 0 0;
    align-items: center;
    border-right: 1px solid #222;
    white-space: nowrap;
  }
  #submainbox .innerbox .tlcont .subcont .subtl span {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  #submainbox .innerbox .tlcont .subcont .subtl span::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fafafa;
    transition: 0.5s;
    transition-delay: 0.75s;
    transform: scaleX(1);
    transform-origin: right;
  }
  #submainbox .innerbox .tlcont .subcont .subtl.active span::after {
    transform: scaleX(0);
  }
  #submainbox .innerbox .tlcont .subcont .tx {
    font-size: 1.5rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  #submainbox .innerbox .tlcont .subcont .tx span {
    display: block;
    transform: translate(100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  #submainbox .innerbox .tlcont .subcont .tx.active, #submainbox .innerbox .tlcont .subcont .tx.active span {
    transform: translate(0, 0);
  }
  #submainbox .innerbox .fvbox {
    width: calc(100% - 260px);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.5s;
  }
  #submainbox .innerbox .fvbox.active {
    opacity: 1;
  }
  .bottommegacont {
    position: relative;
    display: flex;
  }
  .bottommegacont #pagetop {
    z-index: 3;
    bottom: 50px;
    color: #222;
  }
  #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
  .bottommegacont #pagetop.box2 {
    color: #fff;
  }
  #pagetop.box2 span::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #pagetop.box2 span::after {
    border-right: 1px solid #fff;
  }
  .bottommegacont .box {
    width: 100%;
    position: relative;
  }
  .bottommegacont .box.box2 {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottommegacont .box a {
    padding: 0 calc((100% - 1000px) / 2);
    height: 520px;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottommegacont .box.box2 a {
    padding: 170px 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .bottommegacont .box a img.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: saturate(0%) brightness(50%);
    transition: all 0.2s;
    z-index: 1;
  }
  .bottommegacont .box a:hover img.bg {
    filter: saturate(100%) brightness(100%);
  }
  .bottommegacont .box a .tlcont {
    z-index: 2;
    position: relative;
    color: #fff;
  }
  .bottommegacont .box a .tlcont .tl {
    font-size: 8rem;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 10px 0;
    letter-spacing: -0.4rem;
    display: inline-block;
  }
  .bottommegacont .box a .tlcont .sub {
    font-size: 2.4rem;
    line-height: 4.6rem;
    font-weight: 600;
  }
  .bottommegacont .box.box2 a .tlcont .tl {
    font-size: 5rem;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  .bottommegacont .box a .tlcont .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    font-weight: 600;
  }
  .bottommegacont .box a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .bottommegacont .box a img {
    width: 250px;
  }
  .bottommegacont .box a .mynavi {
    position: relative;
    z-index: 2;
    display: flex;
  }
  .bottommegacont .box a .mynavi .ltx {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
  }
  .bottommegacont .box a .mynavi .blankicon {
    width: 70px;
  }
  .bottommegacont .box a .mynavi .blankicon .arrow {
    position: absolute;
    top: calc(50% - 27px);
    right: 0;
  }
  .bottommegacont .box a .mynavi .blankicon .arrowinbox {
    position: relative;
    line-height: 0;
  }
  .bottommegacont .box a .mynavi .blankicon .scalebox {
    width: 55px;
    display: inline-block;
    height: 55px;
    position: relative;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s;
    transform: scale(1);
  }
  .bottommegacont .box.box2 a .mynavi .blankicon .scalebox {
    width: 77px;
    height: 77px;
  }
  .bottommegacont .box a:hover .mynavi .blankicon .scalebox {
    transform: scale(1.3);
  }
  .bottommegacont .box a .mynavi .blankicon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
  }
  .bottommegacont .box a .mynavi .blankicon span.blank {
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottommegacont .box a .mynavi .blankicon span.blank img {
    width: 15px;
    height: 15px;
  }
  .bottommegacont .box a .mynavi .blankicon span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
  }
  .bottommegacont .box a .mynavi .blankicon span::after {
    content: "";
    display: inline-block;
    width: 8px;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
  }
  .bottommegacont .box a .mynavi .blankicon span.blank::before {
    display: none;
  }
  .bottommegacont .box.box2 a .mynavi .blankicon span.blank::after {
    display: block;
  }
  .pagebottom {}
  .pagebottom .innerbox {
    display: flex;
  }
  .pagebottom .innerbox .bgmoviebox {
    width: 60%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagebottom .innerbox .bgmoviebox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .pagebottom .innerbox .tlcont {
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .pagebottom .innerbox .tlcont .tl {
    font-size: 5.6rem;
    line-height: 9rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .pagebottom .innerbox .tlcont .tx {
    font-size: 2rem;
    line-height: 4.6rem;
    font-weight: 600;
    margin: 0 0 0 0;
  }
  .pagebottom .innerbox .flexcont {
    width: 40%;
  }
  .pagebottom .innerbox .flexcont .box {
    width: 100%;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pagebottom .innerbox .flexcont .box.box2 {
    padding: 60px;
    border-bottom: 1px solid #B7B7B7;
  }
  .pagebottom .innerbox .flexcont .box .txbox .tl {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
    margin: 0 0 10px 0;
    line-height: 1;
  }
  .pagebottom .innerbox .flexcont .box .txbox .sub {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .pagebottom .innerbox .flexcont .box .linkcont .inbox {
    text-align: right;
    padding: 0 0 65px 0;
  }
  .pagebottom .innerbox .flexcont .box .linkcont .inbox:last-child {
    padding: 0 0 0 0;
  }
  .pagebottom .innerbox .flexcont .box .hhbox {
    padding: 50px 60px 50px 50px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B7B7B7;
  }
  .pagebottom .innerbox .flexcont .box .hhbox:last-child {
    border: none;
  }
  /*tlanimation*/
  .tlanimation {
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
  }
  .tlactive .tlanimation {
    animation-name: navscale;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .tlanimation::after {
    content: "";
    width: calc(100% + 10px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    transform: scaleX(1);
    transform-origin: right;
  }
  .tlanimation.bg2::after {
    background: #fff;
  }
  .tlactive .tlanimation::after {
    animation-name: navscale2;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  .subtlanimation {
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  .subtlanimation span {
    display: block;
    transform: translate(100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  .tlactive .subtlanimation, .tlactive .subtlanimation span {
    transform: translate(0, 0);
  }
}

@media screen and (max-width:768px) {
  .sp_none {
    display: none !important;
  }
  body {
    font-size: 1.3rem; /*13px*/ ;
    line-height: 2rem;
    min-width: 100%;
  }
  #bgmovie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #bgmovie::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
  /*header*/
  nav#header {
    position: fixed;
    z-index: 5;
    background: none;
    width: 100%;
    transition: all 0.5s;
  }
  nav#header.hactive {
    background: #fafafa;
  }
  nav#header .innerbox {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    height: 60px;
  }
  nav#header .innerbox .logobox {
    padding: 0 2.5%;
    display: flex;
    align-items: center;
  }
  nav#header .innerbox .logobox .lbox {
    width: 125px;
  }
  nav#header .innerbox .logobox span {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.06em;
    margin: 0 0 0 10px;
  }
  nav#header h1 {
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
  }
  /*footer*/
  footer {
    position: relative;
    z-index: 2;
  }
  footer .bottomcont {
    display: flex;
    justify-content: center;
    padding: 20px 5%;
    flex-direction: column;
    align-items: center;
    background: #393939;
  }
  footer .bottomcont a {
    color: rgba(255, 255, 255, 0.63);
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }
  footer .bottomcont .copy {
    color: rgba(255, 255, 255, 0.63);
    font-size: 1rem;
  }
  #maincontainer {
    position: relative;
    padding: 0 0 0 0;
  }
  .menu {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 11;
  }
  .menu .tx {
    font-size: 1rem;
    color: #fff;
    letter-spacing: -0.1em;
    font-weight: 200;
    line-height: 1;
    padding: 5px 0 0 0;
  }
  .menu .tx::after {
    content: "MENU";
  }
  .menu.active .tx::after {
    content: "CLOSE";
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 15px;
    z-index: 5;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(25deg);
    transform: translateY(7px) rotate(25deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(-25deg);
    transform: translateY(-7px) rotate(-25deg);
    width: 100% !important;
  }
  .flexnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    display: flex;
    overflow-y: auto;
  }
  .flexnav.active {
    visibility: visible;
    opacity: 1;
  }
  .flexnav .innerbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 50px 0;
    height: 100%;
  }
  .flexnav .innerbox .linkbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
  }
  .flexnav .innerbox .box {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #3C3C3C;
    padding: 20px 0;
  }
  .flexnav .innerbox .box:nth-child(6) {
    border-bottom: none;
  }
  .flexnav .innerbox .box.tc {
    align-items: center;
  }
  .flexnav .innerbox .box .tlbox {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 5%;
  }
  .flexnav .innerbox .box .tlbox .tl {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: -0.2rem;
    line-height: 1;
    position: relative;
    display: inline-block;
    transform: scaleX(0);
    transform-origin: left;
  }
  .flexnav .innerbox .box .tlbox .tl::after {
    content: "";
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: right;
  }
  .flexnav.active .innerbox .box .tlbox .tl {
    animation-name: navscale;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  .flexnav .innerbox .box .tlbox .tl::after {
    content: "";
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: right;
  }
  .flexnav.active .innerbox .box .tlbox .tl::after {
    animation-name: navscale2;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .flexnav .innerbox .box .tlbox .sub {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 0 0;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    display: inline-block;
  }
  .flexnav.active .innerbox .box .tlbox .sub {
    animation-name: navscale3;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .flexnav .innerbox .box .linkbox {
    width: 35%;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
  }
  .flexnav .innerbox .box .linkbox a {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 10px 0;
    transition: all 0.2s;
  }
  .flexnav .innerbox .box .linkbox a:hover {
    opacity: 0.47;
    text-decoration: none;
  }
  .flexnav .innerbox .box .linkbox a:last-child {
    margin: 0 0 auto 0;
  }
  .flexnav .innerbox .navbottom {
    width: 100%;
    padding: 50px 0 50px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .flexnav .innerbox .navbottom .logobox {
    padding: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flexnav .innerbox .navbottom .logobox .logo {
    width: 154px;
  }
  .flexnav .innerbox .navbottom .logobox span {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: #fff;
    display: block;
    line-height: 1;
  }
  .flexnav .innerbox .navbottom a.corporatebox {
    width: 270px;
    height: 80px;
    background: #2F2F2F;
    border: 1px solid #A3A3A3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    transition: all 0.2s;
    margin: 30px 0 0 0;
  }
  .flexnav .innerbox .navbottom a.corporatebox:hover {
    background: #fff;
    color: #2F2F2F;
    border: 1px solid #fff;
  }
  .flexnav .innerbox .navbottom a.corporatebox .ctl {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 500;
  }
  .flexnav .innerbox .navbottom a.corporatebox span {
    font-size: 1.2rem;
    line-height: 1;
    margin: 10px 0 0 0;
  }
  /*arrow_link*/
  .arrowlink {
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding: 0 40px 2px 0;
    position: relative;
  }
  .arrowlink::after {
    content: "";
    width: calc(100% - 40px);
    border-bottom: 1px solid #222;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .arrowlink .arrow {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
  }
  .arrowlink .arrowinbox {
    position: relative;
    line-height: 0;
  }
  .arrowlink .scalebox {
    width: 30px;
    display: inline-block;
    height: 30px;
    position: relative;
    border-radius: 50%;
    background: #222;
    transition: all 0.2s;
    transform: scale(1);
  }
  .arrowlink:hover .scalebox {
    transform: scale(1.5);
  }
  .arrowlink span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
  }
  .arrowlink span.blank {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrowlink span.blank img {
    width: 12px;
    height: 12px;
  }
  .arrowlink span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
  }
  .arrowlink span::after {
    content: "";
    display: inline-block;
    width: 7px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
  }
  .arrowlink span.blank::before {
    display: none;
  }
  .arrowlink span.blank::after {
    display: none;
  }
  #pagetop {
    display: none;
    position: absolute;
    right: 60px;
    bottom: 80px;
    font-size: 1.4rem;
    cursor: pointer;
  }
  #pagetop span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    top: 2px;
  }
  #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
  /*loading*/
  #loaderWrap {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  /*#loaderWrap .loadingBar {
    	width: 0;
    	height: 4px;
    	background: #03a7eb;
    	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    	position: fixed;
    	top: 0;
    	left: 0;
    	transition: all 0.2s linear 0s;
	}*/
  #loaderWrap .loadinglogo {
    display: block;
    line-height: 0;
    position: relative;
    text-align: center;
  }
  #loaderWrap .loadinglogo .underbox {
    font-size: 5rem;
    font-weight: 600;
    display: block;
    line-height: 1.5em;
    position: relative;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1px #000;
  }
  #loaderWrap .loadinglogo .overmask {
    width: 0%;
    height: calc(100% + 5px);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media all and (-ms-high-contrast:none) {
    #loaderWrap .loadinglogo .underbox {
      text-shadow:
        1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
    }
  }
  #loaderWrap .loadinglogo .overbox {
    font-size: 5rem;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5em;
    color: #000;
    letter-spacing: 2px;
    white-space: nowrap;
    text-align: center;
  }
  #loaderWrap .loadingcap {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    padding: 30px 0 0 0;
  }
  /*submainbox*/
  #submainbox {
    position: relative;
    padding: 110px 0 0 0;
  }
  #submainbox::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    transition: 0.5s;
  }
  #submainbox.active::before {
    width: 50%;
  }
  #submainbox::after {
    content: "";
    width: 100%;
    height: 115px;
    background: #FAFAFA;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
  }
  #submainbox .innerbox {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  #submainbox .innerbox .tlcont {
    margin: 0 auto 30px;
    width: 90%;
  }
  #submainbox .innerbox .tlcont .tl {
    font-size: 3.3rem;
    line-height: 4rem;
    font-weight: 500;
    letter-spacing: -0.2rem;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    transform: scaleX(0);
    transform-origin: left;
  }
  #submainbox .innerbox .tlcont .tl.active {
    animation-name: navscale;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  #submainbox .innerbox .tlcont .tl::after {
    content: "";
    width: calc(100% + 10px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    transform: scaleX(1);
    transform-origin: right;
  }
  #submainbox .innerbox .tlcont .tl.active::after {
    animation-name: navscale2;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  #submainbox .innerbox .tlcont .subcont {
    display: block;
  }
  #submainbox .innerbox .tlcont .subcont .subtl {
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: flex;
    margin: 0 0 20px 0;
    align-items: center;
  }
  #submainbox .innerbox .tlcont .subcont .subtl span {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  #submainbox .innerbox .tlcont .subcont .subtl span::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fafafa;
    transition: 0.5s;
    transition-delay: 0.75s;
    transform: scaleX(1);
    transform-origin: right;
  }
  #submainbox .innerbox .tlcont .subcont .subtl.active span::after {
    transform: scaleX(0);
  }
  #submainbox .innerbox .tlcont .subcont .tx {
    font-size: 1.2rem;
    line-height: 1.9rem;
    letter-spacing: 0.1rem;
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  #submainbox .innerbox .tlcont .subcont .tx span {
    display: block;
    transform: translate(100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  #submainbox .innerbox .tlcont .subcont .tx.active, #submainbox .innerbox .tlcont .subcont .tx.active span {
    transform: translate(0, 0);
  }
  #submainbox .innerbox .fvbox {
    width: calc(100% - 5%);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.5s;
  }
  #submainbox .innerbox .fvbox.active {
    opacity: 1;
  }
  .bottommegacont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .bottommegacont #pagetop {
    z-index: 3;
    bottom: 50px;
    color: #222;
  }
  #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
  .bottommegacont #pagetop.box2 {
    color: #fff;
  }
  #pagetop.box2 span::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #pagetop.box2 span::after {
    border-right: 1px solid #fff;
  }
  .bottommegacont .box {
    width: 100%;
    position: relative;
  }
  .bottommegacont .box.box2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottommegacont .box a {
    padding: 0 5%;
    height: 250px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bottommegacont .box.box2 a {
    padding: 0 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
  }
  .bottommegacont .box a img.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: saturate(0%) brightness(50%);
    transition: all 0.2s;
    z-index: 1;
  }
  .bottommegacont .box a:hover img.bg {
    filter: saturate(100%) brightness(100%);
  }
  .bottommegacont .box a .tlcont {
    z-index: 2;
    position: relative;
    color: #fff;
    margin: 0 0 20px 0;
  }
  .bottommegacont .box a .tlcont .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 10px 0;
    letter-spacing: -0.2rem;
    display: inline-block;
  }
  .bottommegacont .box a .tlcont .sub {
    font-size: 1.2rem;
    line-height: 2.3rem;
    font-weight: 600;
  }
  .bottommegacont .box.box2 a .tlcont .sub {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .bottommegacont .box.box2 a .tlcont .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
    display: inline-block;
  }
  .bottommegacont .box a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .bottommegacont .box a img {
    width: 155px;
  }
  .bottommegacont .box a .mynavi {
    position: relative;
    z-index: 2;
    display: flex;
  }
  .bottommegacont .box a .mynavi .ltx {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
  }
  .bottommegacont .box a .mynavi .blankicon {
    width: 50px;
  }
  .bottommegacont .box a .mynavi .blankicon .arrow {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
  }
  .bottommegacont .box a .mynavi .blankicon .arrowinbox {
    position: relative;
    line-height: 0;
  }
  .bottommegacont .box a .mynavi .blankicon .scalebox {
    width: 40px;
    display: inline-block;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s;
    transform: scale(1);
  }
  .bottommegacont .box.box2 a .mynavi .blankicon .scalebox {
    width: 40px;
    height: 40px;
  }
  .bottommegacont .box a:hover .mynavi .blankicon .scalebox {
    transform: scale(1.3);
  }
  .bottommegacont .box a .mynavi .blankicon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
  }
  .bottommegacont .box a .mynavi .blankicon span.blank {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottommegacont .box a .mynavi .blankicon span.blank img {
    width: 12px;
    height: 12px;
  }
  .bottommegacont .box a .mynavi .blankicon span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
  }
  .bottommegacont .box a .mynavi .blankicon span::after {
    content: "";
    display: inline-block;
    width: 6px;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
  }
  .bottommegacont .box a .mynavi .blankicon span.blank::before {
    display: none;
  }
  .bottommegacont .box.box2 a .mynavi .blankicon span.blank::after {
    display: block;
  }
  .pagebottom {}
  .pagebottom .innerbox {}
  .pagebottom .innerbox .bgmoviebox {
    width: calc(100%);
    padding: 0 10%;
    height: 38rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagebottom .innerbox .bgmoviebox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .pagebottom .innerbox .tlcont {
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .pagebottom .innerbox .tlcont .tl {
    font-size: 4rem;
    line-height: 6.4rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .pagebottom .innerbox .tlcont .tx {
    font-size: 1.3rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin: 0 0 0 0;
  }
  .pagebottom .innerbox .flexcont {
    width: 100%;
  }
  .pagebottom .innerbox .flexcont .box {
    width: 100%;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pagebottom .innerbox .flexcont .box.box2 {
    padding: 8% 5%;
    border-bottom: 1px solid #B7B7B7;
  }
  .pagebottom .innerbox .flexcont .box .txbox .tl {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
    margin: 0 0 5px 0;
    line-height: 1;
  }
  .pagebottom .innerbox .flexcont .box .txbox .sub {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .pagebottom .innerbox .flexcont .box .linkcont .inbox {
    text-align: right;
    padding: 0 0 35px 0;
  }
  .pagebottom .innerbox .flexcont .box .linkcont .inbox:last-child {
    padding: 0 0 0 0;
  }
  .pagebottom .innerbox .flexcont .box .hhbox {
    padding: 8% 5%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B7B7B7;
  }
  .pagebottom .innerbox .flexcont .box .hhbox:last-child {
    border: none;
  }
  /*tlanimation*/
  .tlanimation {
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
  }
  .tlactive .tlanimation {
    animation-name: navscale;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .tlanimation::after {
    content: "";
    width: calc(100% + 10px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    transform: scaleX(1);
    transform-origin: right;
  }
  .tlanimation.bg2::after {
    background: #fff;
  }
  .tlactive .tlanimation::after {
    animation-name: navscale2;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  .subtlanimation {
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  .subtlanimation span {
    display: block;
    transform: translate(100%, 0);
    transition: 0.5s;
    transition-delay: 0.75s;
  }
  .tlactive .subtlanimation, .tlactive .subtlanimation span {
    transform: translate(0, 0);
  }
}
/**========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #FAFAFA; /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0; /*はじめは透過0に*/
}
#index #container {
  opacity: 1;
}
/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navscale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes navscale2 {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes navscale3 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}