@charset "utf-8";
@import url("/parts/css/column1__popup.css");
@import url("/parts/css/column2__normal.css");
@import url("/parts/css/column3__normal__02.css");
@import url("/parts/css/column2__set_top.css");

@import url("/parts/css/list__normal.css");
/*@import url("/parts/css/column__sp.css");*/

.page__wrap{
  padding-top: 0;
}
.common__header{
  display: none;
}
.home__header{
  background-color: transparent;
  transition: background-color .5s;
}
.home__header.view{
  background-color: #fff;
  transition: background-color .5s;
}
.home__header .header__logo__sp{
  fill: transparent;
}
.home__header.view .header__logo__sp,
.home__header.active .header__logo__sp{
  fill: #333;
}
.home__header .js__menu__btn .parts > span,
.home__header .js__menu__btn .parts > span:before,
.home__header .js__menu__btn .parts > span:after{
  background-color: #fff;
}
.home__header.view .js__menu__btn .parts > span,
.home__header.view .js__menu__btn .parts > span:before,
.home__header.view .js__menu__btn .parts > span:after,
.home__header.active .js__menu__btn .parts > span:before,
.home__header.active .js__menu__btn .parts > span:after{
  background-color: #333;
}
.home__header .js__menu__btn.active .parts > span{
  background-color: transparent;
}
.home__header .js__menu__btn.active .parts > span:before,
.home__header .js__menu__btn.active .parts > span:after{
  background-color: #333;
}
@media screen and (max-width: 767px){
  .home__header .js__menu .gnav__inner li{
    text-align: center;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}
@media screen and (min-width: 768px){
  .common__header{
    top: -70px;
    transition: all 1s;
    display: block;
  }
  .common__header.view{
    top: 0;
  }
  .home__header,
  .home__header.view{
    background-color: transparent;
    z-index: 480;
    position: relative;
    height: auto;
  }
  .home__header .logo{
    top: 0;
    left: 50px;
    transform: translateY(0);
  }
  .home__header .header__logo__pc{
    height: 33px !important;
  }
  .home__header .header__logo__pc,
  .home__header .sns .svg__img{
    fill: #fff;
  }
  .home__header .sns .svg__img svg{
    width: 20px;
    height: 20px;
  }
  .home__header .menu__btn{
    width: 216px;
    right: 50px;
  }
  .home__header .js__menu{
    padding-right: 266px;
  }
  .home__header .js__menu .gnav__inner{
    width: 650px;
  }
  .home__header .js__menu .gnav__inner li{
    vertical-align: top;
    letter-spacing: normal;
  }
  .home__header .js__menu .gnav__inner a span{
    display: block;
  }
  .home__header .js__menu .gnav__inner a{
    line-height: 1.7;
    text-align: left;
    font-size: 1.7rem;
    height: auto;
    letter-spacing: .1rem;
    padding: 0 15px;
    color: #fff;
  }
  .home__header .js__menu .gnav__inner a span{
    font-size: 1.3rem;
    color: #fff;
    padding-top: 2px;
  }
  .home__header .menu__btn .contact{
    position: static;
    width: 100%;
  }
  .home__header .menu__btn .tel .svg__img svg{
    width: 20px;
  }
  .home__header .menu__btn .contact a{
    height: 58px;
  }
  .home__header .menu__btn .contact span{
    line-height: 58px;
  }
  .home__header .menu__btn li + li{
    width: 100%;
    margin-left: 0;
  }
  .home__header .sns{
    padding: 0 24px 0 0px;
  }
  .home__header .sns li{
    margin-top: -12px;
  }
  .home__header .sns a{
    height: 44px;
  }
  .home__header .menu__btn .tel address{
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 23px;
  }
  .home__header .menu__btn li.tel .tel__img{
    fill: #fff;
  }
  .home__header .menu__btn .tel .svg__img{
    margin: 2px 10px 0 3px;
  }
  .home__header .menu__btn .tel span{
    letter-spacing: .2rem;
    color: #fff;
  }
}
@media screen and (min-width:768px) and ( max-width:1099px) {
  .home__header .js__menu .gnav__inner{
    width: 400px;
  }
  .home__header .js__menu .gnav__inner a{
    line-height: 1.2;
    padding: 0 5px;
  }
  .home__header .js__menu .gnav__inner a span{
    font-size: 1rem;
  }
}
@media screen and (min-width:1100px) and ( max-width:1280px) {
  .home__header .js__menu .gnav__inner a{
    line-height: 1.4;
    padding: 0 10px;
  }
  .home__header .js__menu .gnav__inner a span{
    font-size: 1rem;
  }
}
.mv__fix{
  position: fixed;
  z-index: -20;
  bottom: 0;
  margin: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.mv__fix li{
  width: 100%;
}
.mv__fix .bg__img{
  width: 100%;
  height: 100%;
}
.mv__inner{
  position: relative;
}
.sp__logo{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sp__logo .svg__img{
  width: 66vw;
}
.scroll{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: -1;
}
.scroll__cts{
  position: relative;
  padding-top: 60px;
}
.scroll__cts::before{
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: animation__scroll 1.5s linear 0s infinite normal;
  animation: animation__scroll 1.5s linear 0s infinite normal;
}
/*#videoArea::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  background-color: rgb(51 51 51 / 0.1);
}*/
#video{
  position: fixed;
  z-index: -10;
  width: 100%;
}
@-webkit-keyframes animation__scroll {
  0% {
    height: 0;
    top:0;
  }
  50% {
    height: 50px;
    top:0;
  }
  100% {
    height: 0;
    top:50px;
  }
}
@keyframes animation__scroll {
  0% {
    height: 0;
    top:0;
  }
  50% {
    height: 50px;
    top:0;
  }
  100% {
    height: 0;
    top:50px;
  }
}
.play__btn__wrap{
  width: 100%;
  padding-top: 65vh;
}
@media screen and ( max-width:413px) {
  .play__btn__wrap{
    width: 100%;
    padding-top: 60vh;
  }
}
.play__btn.popup__video{
  padding: 0;
  background-color: transparent;
  width: 60%;
}
.play__btn.popup__video a.popup__iframe{
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: static;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #fff;
}
.play__btn.popup__video a:after,
.play__btn.popup__video a:before{
  display: none;
}
.play__btn.popup__video a > span{
  padding-left: 2%;
}
.popup__video .arrow{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  width: 17px;
  height: 17px;
  margin-left: 4%;
}
.popup__video .arrow::before,
.popup__video .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.popup__video .arrow::before{
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #fff;
}
.popup__video .arrow::after{
  left: 8px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
}
.about__cts > div {
  text-align: center;
}
.about__cts > div > *{
  display: inline-block;
}
.about__catch span{
  font-size: 1.1rem;
  color: #e2e2e2;
  padding-top: 2px;
}
.about__catch__txt{
  font-size: 1.3rem;
}
@media screen and (min-width: 768px){
  .mv__wrap{
    position: relative;
    height: 100vh;
    box-sizing: border-box;
    padding: 60px 0;
  }
  .mv__inner{
    position: static;
  }
  .mv__fix li{
    height: 100vh;
  }
  #video{
    top: 0;
    left: -1000%;
    right: -1000%;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .move__link{
    position: fixed;
    width: 250px;
    right: 50px;
    bottom: 60px;
    z-index: 0;
    background-color: #fff;
  }
  .move__link .popup__video a:after{
    display: none;
  }
  .move__link .popup__video a:hover{
    opacity: .5;
    transition: 0.8s;
  }
  .move__link .popup__video .arrow{
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    z-index: 10;
  }
  .move__link .popup__video .arrow::before{
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #fff;
  }
  .move__link .popup__video .arrow::after{
    left: 50%;
    margin-left: -3px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 14px solid #fff;
  }
  .scroll{
    bottom: 60px;
  }
  .about__wrap{
    width: 100%;
    height: 100vh;
    display: table;
    text-align: center;
  }
  .about__inner{
    display: table-cell;
    vertical-align: middle;
  }
  .about__cts{
    width: 760px;
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about__cts > div{
    display: block;
    height: 484px;
  }
  .about__cts h1{
    font-size: 3.5rem;
  }
  .about__catch{
    width: 156px;
  }
  .about__catch__txt{
    width: 416px;
    font-size: 1.9rem;
    margin-right: 23px;
  }
  .about__catch span{
    font-size: 1.5rem;
    display: inline-block;
  }
  .about__cts .btn__normal a{
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 162px;
    text-align: left;
    padding: 0;
    left: 0;
  }
  .about__cts .btn__normal .svg__img{
    width: 10px;
    left: 4px;
    right: auto;
    top: auto;
    display: inline-block;
  }
  .about__cts .btn__normal .svg__img svg{
    width: 10px;
    height: 165px;
  }
  .about__cts .btn__normal{
    position: relative;
    width: 25px;
    margin-right: 100px;
  }
  .news__wrap,
  .blog__wrap,
  .access__wrap,
  .breadcrumb__wrap{
    position: relative;
    z-index: 10;
  }
  .about__wrap .btn__normal a:hover .svg__img{
    -webkit-animation: animation__btn__vertical .8s linear 0s 1 normal;
    animation: animation__btn__vertical .8s linear 0s 1 normal;
  }
  @-webkit-keyframes animation__btn__vertical {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }
  @keyframes animation__btn__vertical {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }
}
@media screen and (min-width:1201px) {
  #video{
    top: 100px;
  }
}