@charset "UTF-8";

/******************************
  大枠レスポンシブ
******************************/
@media only screen and (max-width: 1023px) {
  #contents .inner{
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #contents ,
  #footer,
  #footerWrap,
  .copyright .copyright-inner {
    width: auto;
  }
  .navi-generator{
    display: none;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  #contents .inner {
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
/* .anchor{
  margin-top: -60px;
  padding-top: 60px;
} */
.box{
  margin-top: 2rem;
  padding-top: 2rem;
}

.ttl1{
  display: block;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 40px;
  padding: 0 0 18px;
}
.ttl1::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 5px;
  background-color: #f73e00;
  transition: transform 0.7s;
  transform-origin: 0 0;
  transform: scaleX(0.001);
}
.ttl1.inview::before{
  transform: scaleX(1);
}

.subttl1{
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.subttl1::before{
  content: "";
  background:#000000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  transition: transform .7s;
  transform-origin: 0 0;
  transform: scaleX(0.001);
}
.subttl1.inview::before{
  transform: scaleX(1);
}

.pagingbox {
  margin: 4rem auto 0;
  text-align: center;
}
.page-numbers{
  border: 1px solid #111111;
  padding: .5rem 1rem;
}
.page-numbers.current,
.page-numbers:hover{
  background: #111111;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ttl1{
    font-size: 24px;
  }
  .subttl1{
      font-size: 2.2rem;
  }
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  pagehead
******************************/
.pagehead{
  aspect-ratio: 960/467;
  background-image: url(../images/head/head_common.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  width: 100%;
}
.pagehead.pagehead-top{
  background-image: url(../images/head/head_top.webp);
}
.pagehead.pagehead-committed{
  background-image: url(../images/head/head_committed.webp);
}
.pagehead.pagehead-after-support{
  background-image: url(../images/head/head_after-support.webp);
}
.pagehead.pagehead-lineup{
  background-image: url(../images/head/head_lineup.webp);
}
.pageheadinner{
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.pagehead .pageheadttl{
  font-size: 6rem;
  line-height: 1.4;
  padding: 3rem;
  position: absolute;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 8px rgba(0,0,0,.99);
}
.pagehead-committed .pageheadttl{
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
}
.pagehead-after-support .pageheadttl{
  top: 40%;
  left: 5rem;
  transform: translateY(-50%);
}

.pagehead-lineup .pageheadinner{
  max-width: 100%;
}
.pagehead-lineup .pageheadttl{
  bottom: 5rem;
  left: 5rem;
  transform: none;
}
.pagehead-lineup .pageheadttl h2,
.pagehead-lineup .pageheadttl span{
  font-size: 3.5vw;
  font-weight: 500;
}
.pagehead-lineup .pageheadttl .subttl{
  line-height: 1.4;
  margin-top: 2rem;
}
.pagehead-lineup .pageheadttl span{
  margin-left: 5rem;
}

@media only screen and (max-width: 1440px) {
  .pagehead-lineup .pageheadttl h2,
  .pagehead-lineup .pageheadttl span{
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1240px) {
  .pagehead-top .pageheadttl{
    left: -10rem;
  }

}
@media only screen and (max-width: 1180px) {
  .pagehead-top .pageheadttl{
    left: 0;
  }

}
@media only screen and (max-width: 1024px) {
  .pagehead-lineup .pageheadttl{
    padding: 0;
  }
}
@media only screen and (max-width: 820px) {
  .pagehead .pageheadttl{
    font-size: 4rem;
  }
  .pagehead-top .pageheadttl{
    top: 3rem;
  }
  .pagehead-lineup .pageheadttl h2,
  .pagehead-lineup .pageheadttl span{
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead .pageheadttl {
    font-size: 2.2rem;
    padding: 1rem;
  }
  .pagehead-top .pageheadttl{
    top: 1rem;
    line-height: 1.2;
  }
  .pagehead-lineup .pageheadttl h2,
  .pagehead-lineup .pageheadttl span{
    font-size: 2rem;
  }
  .pagehead-lineup .pageheadttl {
    bottom: 1rem;
    left: 1rem;
  }
}
@media only screen and (max-width: 321px) {
  .pagehead .pageheadttl {
    font-size: 2rem;
  }
}

/******************************
  pagesec
******************************/
.pagesec{
  padding: 8rem 0;
  overflow: hidden;
}
.pagesec1{
  padding: 10rem 0;
}
.pagesecbg{
  background: #F6F6F6;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagesec{
    padding: 4rem 0;
  }
  .pagesec1{
    padding: 6rem 0;
  }
}

/******************************
  btn
******************************/
.jbtnbox {
  margin: 3rem 0 0;
  text-align: center;
}
.jbtnbox a{
  background: #DB652A;
  border: 1px solid #DB652A;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
}
.jbtnbox a:hover{
  background: #fff;
  color: #DB652A;
}
.hvimgzm {
  display: block;
}
.hvimgzm .imgbox{
  overflow: hidden;
}
.hvimgzm .imgbox img{
  transition: 1s;
  transform: scale(1);
}
.hvimgzm:hover{
  opacity: 1;
}
.hvimgzm:hover img{
  transform: scale(1.3);
}


.pgmorebtn1{
  text-align: center;
}
.pgmorebtn1 a{
  background-image: linear-gradient(rgba(240, 127, 59, 1) 50%, rgba(233, 105, 30, 1) 50%);
  border: 2px solid rgba(233, 105, 30, 1) ;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pgmorebtn1 a{
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pgmorebtn1 a{
    font-size: 2.4rem !important;
    padding: 1rem !important;
  }
}

/******************************
  画像切り替え
******************************/
.changeimgbox,
.changeimgbox2{
  position: relative;
  width : 100%;
  max-height: 100%;
}
.changeimgbox img,
.changeimgbox2 img{
  position: absolute;
  top: 0;
  left: 0;
  animation: ChangeImage 5s infinite;
  opacity: 0;
}

@keyframes ChangeImage{
  0%{ opacity: 0;}
  25%{ opacity: 1;}
  50%{ opacity: 1;}
  75%{ opacity: 0;}
  100%{ opacity: 0;}
}

.changeimgbox img:nth-of-type(1),
.changeimgbox2 img:nth-of-type(1) {
  animation-delay: 0s;
}
.changeimgbox img:nth-of-type(2),
.changeimgbox2 img:nth-of-type(2) {
  animation-delay: 2s;
}


/******************************
  fotspmenu
******************************/
.sppgmenu{
  display: none;
}

.sppgbtn{
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: -5px;
  transform: rotate(90deg);
  transform-origin: right top;
}
.sppgbtn a {
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  color: #fff !important;
  background-color: #787878;
  display: inline-block;
  width: 110px;
  height: 37px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  transition: all .1s;
}
.sppgbtn a:hover,
.sppgbtn.active a {
  background: #f73e00;
  opacity: 1;
  transform: translateY(3px);
}
.sppgnav{
  background: #000;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  width: 300px;
  transition: .5s;
  z-index: 9999;
}
.sppgnav.active{
  pointer-events: all;
  right: 0;
}
.sppgnav li{
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.sppgnav li.sppgmenuttl{
  background: #f73e00;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
}
.sppgnav li.sppgmenuttl::before,
.sppgnav li.sppgmenuttl::after{
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  height: 3px;
  width: 30px;
}
.sppgnav li.sppgmenuttl::before{
  transform: translateY(-50%) rotate(-45deg);

}
.sppgnav li.sppgmenuttl::after{
  transform: translateY(-50%) rotate(45deg);

}
.sppgnav li a{
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 20px;
}
.sppgnav li .sub{
  margin-left: 20px;
  border-left: 1px solid #fff;
}
.sppgnav li .sub a{
  border-top: 1px solid #fff;
  padding: 8px 20px;
}
@media only screen and (max-width: 1023px) {
  .sppgmenu{
    display: block;
  }
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .sppgbtn{
    z-index: 800;
  }
  .sppgbtn.active{
    z-index: 9999;
  }
}