@charset "UTF-8";

/******************************************************
**********************************************************

horse tec
header
PC

********************************************************
********************************************************/

#header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9 !important;
  width: 100vw;
  height:90px;
  padding:0;
  background-color:#1b1464;

  display: flex;
  justify-content: center;
  align-items: center;
}

.head-in{
  padding:0 24px;
  max-width: 1200px;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headlogo{
    margin: 0;
    width:412px;
    height:56px;
  }

.headline{
    width: 271px;
    height: 59px;
  }

/*****************************************************
*****************************************************


horse tec
header
SP


********************************************************
********************************************************/

@media(max-width:551px){
  #header{
    width: 100vw;
    padding:0;
    height: calc(90vw / 5);/**/
  }

  .head-in{
    width: 100%;
    max-width: initial;
    padding: 0 1vw;
    height: 100%;
  }

  .headlogo{
    width: calc(213vw / 5);
    height: calc(60vw / 5);
  }
  
  .headline{
    width: calc(224vw / 5);
    height: calc(49vw / 5);
  }
    
}




/*****************************************************
*****************************************************


horse tec

footer CSS

PC


*****************************************************
*****************************************************/

footer{
  width: 100%;
  padding: 34px 0 28px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000032;

  font-feature-settings:"palt";
}

.footer_flex{
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_menu{
  margin: 0;
  width:780px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_item{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 12px;
  font-family:'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  color: #fff;
  font-size: 0.95rem;
}


.footerin{
  width: 100%;
  max-width: 1140px;

  padding:24px 0 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logo{
  margin:0 0 20px 0;
  width: 310px;
  height: 88px;
}


.footattention{
  width:calc(730vw / 12);/*84%*/
  max-width:730px; /*1008px;960px*/
  /*border: 1px #fff solid;*/
  margin:0 0 0 20px;

}

.footattentiont_txt{
  margin: 0;
  color:#fff;
  font-size: 0.85rem;
  line-height: 2;
  letter-spacing: 1px;
}


.footer_copyright{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  font-family:'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  color:#fff;
  font-size: 0.7rem;
  background-color: #000;
  letter-spacing: 1px;
}


/*footer tablet*/
@media(max-width:768px){

  .footerin{
    width: 100%;
    max-width: 1040px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .footattention{
    width:100%;
    max-width:initial;
    margin:20px 0 0 0;
    padding: 0 16px;
  }

  .footer_logo{
    margin:20px auto 0 auto;
    width: 454px;
    height: 57px;
  }

}


/*****************************************************
*****************************************************


horse tec

footer CSS

SP


*****************************************************
*****************************************************/


@media(max-width:786px){
  footer{
    width: 100vw;
    padding: calc(24vw / 5) 0;
  }
  
  .footerin{
    width: 100%;
    max-width: initial;

    padding:0 calc(10vw / 5);
  
    display: flex;
    flex-direction:column-reverse;
    justify-content:center;
    align-items:center;
  }
  
  .footer_flex{
  width: 100%;
  max-width: initial;
  padding: 0 2.5vw;
}
  
  .footer_menu{
    margin: 0;
    width:100%;
    flex-wrap: wrap;
  }
  
  .footer_item{
    margin:calc(5vw / 5) calc(5vw / 5);
    width: auto;

    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .footattention{
    width:100%;/*84%*/
    padding: 0;
    max-width:initial;
    margin:calc(24vw / 5) 0 0 0;
  }
  
  .footattentiont_txt{
    margin: 0;
    color:#fff;
    font-size: 0.95rem;
    line-height: 2.1;
    text-align: center;
  }
  
  .footer_logo{
    margin:calc(25vw / 5) 0 calc(15vw / 5) 0;
    width: calc(320vw / 5);
    height:auto;
  }
  
  .footer_copyright{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    font-size: 0.6rem;
  }

}

/*****************************************************
*****************************************************


horse tec

section1 CSS

PC


*****************************************************
*****************************************************/

.ht-topbg{
  position:relative;
  margin: 90px 0 0 0;/*header height 90px*/
  width: 100vw;
  height: 824px;
 
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../image/ht-topbg3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 100%;
}

.ht-retopbg{
  position:relative;
  margin: 0 0 0 0;/*header height 90px*/
  width: 100vw;
  height: 824px;
 
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../image/ht-topbg3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 100%;
}

/*
.ht-retopbg::before{
  position: absolute;
  content: "";
  width: 100%;
  height:12.985vw;
  bottom: 0;
  left:min(1vw , 12px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  background-color: rgba(0,104,47,0.7);
}
*/

.ht-top{
  width: 100%;
  min-width: 768px;
  max-width: 1200px;
  height: 100%;/*824px;*/

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ht-topflm1{
  position: relative;
  margin: 0;
  padding:20px 60px;
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
}


.ht-topimg1{
  margin: 0;
  width: calc(771vw / 12);
  max-width: 771px;
  height: auto;
}

.ht-topimg2{
  margin:max(-64px , -5.3vw) 0 0 0;
  width: calc(761vw / 12);
  max-width: 761px;
  height: auto;
}

.ht-topimg3{
  margin:max(-32px , -2.67vw) 0 0 0;
  width: calc(707vw / 12);
  max-width: 707px;
  height: auto;
}

.ht-topimg4{
  position: relative;
  margin:0 max(-200px , -16.7vw) 0 0;
  width: calc(853vw / 12);
  max-width: 853px;
  height: auto;
}

.ht-topflm1::before{
  position: absolute;
  content: "";
  top:-9%;
  left: 11.5%;
  width: calc(295vw / 12);
  max-width: 295px;
  height: calc(295vw / 12);
  max-height: 295px;

  background-image: url("../image/ht-x.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

/*斜め　緑リボン**************************/
.ht-topribon{
  position:absolute;
  bottom:min(6.4vw , 76.8px);
  left: 0;
  /*margin:-6.4vw 0 0 0;margin-bottom:6.2vw;*/
  padding:0;
  width: 100%;
  height: calc(214vw / 12);
  max-height: 214px;
  transform:skewY(-7.38deg);
  background-color: rgba(0,104,47,0.7);

  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-retopribon{
  position:absolute;
  bottom:min(6.4vw , 76.8px);
  left: 0;
  /*margin:-6.4vw 0 0 0;margin-bottom:6.2vw;*/
  padding:0;
  width: 100%;
  height: calc(214vw / 12);
  max-height: 214px;
  transform:skewY(-7.38deg);
  background-color: rgba(0,104,47,0.7);

  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-retopribon::before{/*
  position:absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom:-100%;
  left: 0;
  background-color: rgba(0,104,47,0.7);*/
}

.ht-topribonflm{
  position: relative;
  margin: 0;
  padding: 0;

  width: 100%;
  max-width: 1200px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-topribonimg{
  position: absolute;
  top:max(-180px , -15vw);
  left: 0;
  width:calc(400vw / 12);
  max-width: 400px;
  height: auto;
}



/*end 斜め　緑リボン**************************/
@media(max-width:1099px) and (min-width:551px){
  .ht-topbg{
  background-position:left 55% center;
  }

/*
.ht-retopbg::before{
  width: 100%;
  height:12.985vw;
  bottom: 0;
  left: 0.4vw;
}*/

}

@media(min-width:1099px) and (max-width:1200px){
  /*.ht-retopbg::before{
    width: 100%;
    height:12.985vw;
    bottom: 0;
    left: 0.45vw;
  }*/
}

@media(min-width:1201px){
/*.ht-retopbg::before{
  width: 100%;
  height:0vw;
}*/
}

/*
@media(min-width:1918px){
  .ht-topbg{
  background-position: center top 70%;
  background-size:cover;
  }
}
  */


/*****************************************************
*****************************************************


horse tec

section1 CSS

SP


*****************************************************
*****************************************************/
@media(max-width:550px){

.ht-topbg{
  margin: calc(88vw / 5) 0 0 0;/*header height 90*/
  width: 100vw;
  height: calc(560vw / 5);
 
  background-image: url("../image/ht-topbg_sp.webp");
  background-size:contain;
  background-position:center;
}

.ht-retopbg{
  margin:0 0 0 0;
  width: 100vw;
  height: calc(560vw / 5);
 
  background-image: url("../image/ht-topbg_sp.webp");
  background-size:contain;
  background-position:center;
}

/*
.ht-retopbg::before{
  width: 100%;
  height:12.985vw;

  bottom: 0;
  left: 0;
}
*/

.ht-top{
  width: 100%;
  min-width: initial;
  max-width: initial;
  height: 100%;/*824px;*/
}

.ht-topflm1{
  margin: 0;
  padding:0;
  width: 100%;
  height: auto;
}


.ht-topimg1{
  margin: 0;
  width: calc(411vw / 5);
  max-width: initial;
  height: auto;
}

.ht-topimg2{
  margin:-16vw 0 0 0;
  width: calc(410vw / 5);
  max-width: initial;
  height: auto;
}

.ht-topimg3{
  margin:-14vw -2vw 0 -2vw;
  width: calc(519vw / 5);
  max-width: initial;
  height: auto;
}

.ht-topimg4{
  position: relative;
  z-index: 2;
  margin:0 calc(-55vw / 5) 0 0;
  width: calc(444vw / 5);
  max-width: initial;
  height: auto;
}

.ht-topflm1::before{
  top:3%;/**/
  left: 14.5%;
  width: calc(185vw / 5);
  max-width: initial;
  height: calc(185vw / 5);
  max-height: initial;
}


/*斜め　緑リボン**************************/
.ht-topribon{
  position:absolute;
  bottom:6.4vw;
  left: 0;
  /*margin:-6.4vw 0 0 0;margin-bottom:6.2vw;*/
  padding:0;
  width: 100%;
  height: calc(120vw / 5);
  max-height: initial;
  /*
  transform:skewY(-7.38deg);
  background-color: rgba(106,148,118,0.7);
  display: flex;
  justify-content: center;
  align-items: center;*/
}

.ht-retopribon{
  position:absolute;
  bottom:6.4vw;
  left: 0;
  padding:0;
  width: 100%;
  height: calc(120vw / 5);
  max-height: initial;
}

.ht-topribonflm{
  position: relative;
  margin: 0;
  padding: 0;

  width: 100%;
  max-width: initial;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-topribonimg{
  position: absolute;
  z-index: 1;
  top:-20vw;
  left: -38vw;
  width:calc(400vw / 5);
  max-width: initial;
  height: auto;
}
  
}

/*****************************************************
*****************************************************


horse tec

section2 CSS

PC


*****************************************************
*****************************************************/

.ht-sec2bg{
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../image/ht-sec2bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-sec2{
  margin: 0;
  padding: 10px 0 48px 0;
  width: 100%;
  max-width: 1200px;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.ht-sec2ttl{
  margin: 0;
  width: calc(856vw / 12);
  max-width: 856px;
  height: auto;
}

.ht-sec2flx1{
  margin: -20px 0 0 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-sec2item{
  margin: 0 15px 0 15px;  
  width: calc(407vw / 12);
  max-width: 407px;
  height:auto
}

.ht-sec2flx2{
  margin: 24px 0 0 0;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.ht-sec2arr{
  margin: 0 15px 0 15px;
  width: 103px;
  height: auto;
}

.ht-sec2line{
  margin: 0 15px 0 15px;
  width: calc(477vw / 12);
  max-width: 477px;
  height: auto;
  border-radius: 42px;

  position: relative;
  overflow: hidden;
}

.ht-sec2line::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;

  background-color: #fff;
  animation: ht-shine 3s ease-in-out infinite;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}

@keyframes ht-shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80%{ 
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81%{ 
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100%{ 
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.ht-sec2attention{
  width: 96%;
  margin: 12px 0 0 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
}


/*****************************************************
*****************************************************


horse tec

section2 CSS

SP


*****************************************************
*****************************************************/

@media(max-width:550px){

.ht-sec2bg{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  background-image: url("../image/ht-sec2bg_sp.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-sec2{
  margin: 0;
  padding:0 0 calc(24vw / 5) 0;
  width: 100%;
  max-width: initial;
  height: auto;
}

.ht-sec2ttl{
  margin: 0;
  width: calc(385vw / 5);
  max-width: initial;
  height: auto;
}

.ht-sec2flx1{
  margin: calc(20vw / 5) 0 0 0;
}

.ht-sec2item{
  margin: 0 0.5vw 0 0.5vw;  
  width: calc(227vw / 5);
  max-width: initial;
  height:auto
}

.ht-sec2flx2{
  margin: calc(24vw / 5) 0 0 0;
}

.ht-sec2arr{
  margin: 0 calc(6vw / 5) 0 calc(6vw / 5);
  width: calc(62vw / 5);
  height: auto;
}

.ht-sec2line{
  margin: 0 calc(6vw / 5);
  width: calc(318vw / 5);
  max-width: initial;
  height: auto;
  border-radius: calc(32vw / 5);
}

.ht-sec2attention{
  width: 100%;
  margin: calc(12vw / 5) 0 0 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;

}

}


/*****************************************************
*****************************************************


horse tec

section3 CSS

PC


*****************************************************
*****************************************************/

.ht-sec3bg{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;

}

.ht-sec3{
  margin: 0;
  padding: 46px 0 36px 0;
  width: 100%;
  max-width: 1200px;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.ht-sec3ttl{
  margin: 0;
  width: calc(699vw / 12);
  max-width: 699px;
  height: auto;
}

.ht-sec3flx1{
  margin: 22px 0 0 0;
  width: auto;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ht-sec3item{
  margin: -20px -20px;
  width: 420px;
  height: auto;
}

/*****************************************************
*****************************************************


horse tec

section3 CSS

SP


*****************************************************
*****************************************************/

@media(max-width:550px){

.ht-sec3ttl{
  margin: 0;
  width: calc(450vw / 5);
  max-width:initial;
  height: auto;
}


}


/**************************************************************
*************************************************************


horsetec

PC css

sec4
performance


*************************************************************
***************************************************************/

.ht-pfttl{
  margin: 16px auto 0 auto;
  width:600px;
  height: 85px;
}

.ht-pfttl1{
  margin:36px auto 0 auto;
  width:600px;
  height: 85px;
}

.ht-pfflxbg1{
  padding: 36px 0 36px 0;

  width: 100%;
  height: auto;
  background-image:url("../image/ht-bg2.webp");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.ht-pf-slider{
 margin: 24px 0 0 0;
}


.ht-performanceflx{
  margin: 0 0 46px 0;
  width:calc(1040vw / 12) ;
  max-width:1040px ;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ht-performance1flx{
  margin: 36px 0 0 0;
  width:calc(1040vw / 12) ;
  max-width:1040px ;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ht-pfbg{
  position: relative;
  margin:5px 5px;/* 10px 10px;*/
  padding: 14px 12px 10px 10px;/*16px 20px 16px 20px;*/
  width:330px;/*321px;*/
  height:199px;/* 291px;*/

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  background-color: #fff;
  background-image:url("../image/ht-pfbg.webp");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.ht-mato{
  position: absolute;
  content: "";
  top:0;
  right: 10px;
  width:54px;/* 280px;*/
  height:61px;/* 150px;*/
  background-image:url("../image/ht-mato.webp");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.ht-pfrside{
  width: 78px;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.ht-pfrace{
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.ht-pfracenum{
  width: 74px;
  height: 32px;

  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  background-color: #000;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-pfarr{
margin: 8px 0;
width: 32px;
height: 10px;
clip-path: polygon(100% 0, 0 0, 50% 100%);
background-color: #ff0000;
}

.ht-pflside{
  width: 183px;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}


.ht-pfdate{
  margin:0;
  width: 100%;
  height: auto;
  color: #000;
  font-size: 0.85rem;
  font-weight: 500;
}

.ht-pfplannm{
  margin: 8px 0 0 0;
  width: 100%;
  height: 76px;

  padding: 4px 2px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;

  border: #000 solid;
  border-width:1px 0 1px 0;
}

.ht-pfvalueth{
  width: 100%;
  margin: 4px 0 0 0;
  font-size: 0.7rem;
  font-weight: 600;
  color: #ff0000;
  text-align: center;
}

.ht-pfmvalue{
  margin: 0;
  width: 100%;
  height:48px;
  border-radius: 12px;
  background-color: #ff0000;
  color: #fff000;

  font-size: 1.6rem;
  font-weight: 700;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-pfmvaluetxt1{
  font-size: 0.7em;
}


/*****************************************************
*****************************************************


horse tec

performance
section4 CSS

SP


*****************************************************
*****************************************************/

@media(max-width:550px){

.ht-pfttl{
  margin: calc(16vw / 5) auto 0 auto;
  width:calc(450vw / 5);
  height: calc(75vw / 5);
}

}


/*****************************************************
*****************************************************


horse tec

section5 CSS

PC


*****************************************************
*****************************************************/

.ht-sec5bg{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;

}

.ht-sec5{
  margin: 0;
  padding: 46px 0 46px 0;
  width: 100%;
  max-width: 1200px;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.ht-sec5ttl{
  margin: 0;
  width: calc(962vw / 12);
  max-width: 962px;
  height: auto;
}

.ht-sec5flx1{
  margin: 22px 0 0 0;
  width: auto;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ht-sec5item{
  margin: -18px -18px;
  padding: 400px 58px 36px 58px;
  width: 416px;
  height: 628px;

  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-se5i1{
  background-image: url("../image/ht-sec5item1.webp");
}

.ht-se5i2{
  background-image: url("../image/ht-sec5item2.webp");
}

.ht-se5i3{
  background-image: url("../image/ht-sec5item3.webp");
}


/*****************************************************
*****************************************************


horse tec

section5 CSS

SP


*****************************************************
*****************************************************/

@media(max-width:550px){

.ht-sec5ttl{
  margin: 0;
  width: calc(450vw / 5);
  max-width:initial;
  height: auto;
}

.ht-sec5item{
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.8;

}


}



/*****************************************************
*****************************************************


horse tec

section6 CSS

PC


*****************************************************
*****************************************************/

.ht-sec6bg{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../image/ht-sec6bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-sec6{
  margin: 0;
  padding: 46px 0 56px 0;
  width: 100%;
  max-width: 1200px;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.ht-sec6ttl{
  margin: 0;
  width: calc(699vw / 12);
  max-width: 699px;
  height: auto;
}

.ht-sec6flx1{
  margin: 36px 0 0 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ht-sec6item{
  margin:0 24px;
  padding:64px 57px 60px 57px;/*57 57*/
  width: 458px;
  height:707px;

  display: flex;
  flex-direction: column;
  justify-content:space-between;
  align-items: center;

  background-image: url("../image/ht-sec6itembg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-sec6itemhd{
  width: 100%;
  height: 110px;

  display: flex;
  justify-content: space-between;
  align-items: center;

}

.ht-sec6itemicon{
  width: 110px;
  height: 110px;
}


.ht-sec6itemhdbox{
  width: 234px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ht-sec6hdtxt{
  width: 100%;
  text-align: center;
  font-size:1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
}

.ht-sec6itemstar{
  width: 161px;
  height: 28px;
}

.ht-sec6itemtxt{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.6;
}

.ht-sec6itemgraph{
  width: 100%;/*344*/
  height: 308px;
}






/*****************************************************
*****************************************************


horse tec

section6 CSS

SP


*****************************************************
*****************************************************/

@media(max-width:550px){

.ht-sec6bg{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  background-image: url("../image/ht-sec6bg_sp.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ht-sec6{
  margin: 0;
  padding:calc(46vw / 5) 0 calc(46vw / 5) 0;
  width: 100%;
  max-width: initial;
  height: auto;
}

.ht-sec6ttl{
  margin: 0;
  width: calc(450vw / 5);
  max-width: initial;
  height: auto;
}

.ht-sec6flx1{
  margin: calc(16vw / 5) 0 0 0;
}

.ht-sec6item{
  margin:calc(24vw / 5) 0;
  padding:calc(56vw / 5) calc(52vw / 5) calc(56vw / 5) calc(52vw / 5);/*57 57*/
  width: calc(420vw / 5);
  height:calc(650vw / 5);
  background-image: url("../image/ht-sec6itembg_sp.webp");
}

.ht-sec6itemhd{
  width: 100%;
  height: calc(101vw / 5);
}

.ht-sec6itemicon{
  width: calc(101vw / 5);
  height: calc(101vw / 5);
}


.ht-sec6itemhdbox{
  width: calc(215vw / 5);
}

.ht-sec6hdtxt{
  width: 100%;
  text-align: center;
  font-size:1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
}

.ht-sec6itemstar{
  width: calc(146vw / 5);
  height: calc(25vw / 5);
}

.ht-sec6itemtxt{
  width: 100%;
  height: auto;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
}

.ht-sec6itemgraph{
  width: 100%;/*344*/
  height: calc(283vw / 5);
}

}



/*******************************************************


質問ページ
 PC CSS

********************************************************/

.gk-questbg{
  width: 100%;
  height: auto;
  padding: 56px 0;
  background-image: url("../image/ht-sec7bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ht-sec7ttl{
  margin: 0 auto;
  width: calc(750vw / 12);
  max-width:750px;
  height: auto;
}

.accordion{
  margin:0 auto;
  padding: 36px 0 0 0;
  width: calc(848vw / 12);
  max-width: 848px;
}

/*ベース*/
.toggle {
	display: none;
}

.Label {		/*タイトル*/
  position: relative;
  width: 100%;
  height: 68px;
	padding:14px 1rem 14px 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
	display: block;
	color: #fff;
  letter-spacing: 1px;
  font-family:'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	background-image: url("../image/ht-qhdbg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;


  border-radius: 8px 8px 0 0;
}

.qmark{
  position: absolute;
  width: 38px;
  height: 38px;
  top:13px;
  left: 16px;

  background-color: #fff000;
  border: 1px #fff solid;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}

.Label:before,
.Label:after {
  position: absolute;
  content:"";
  width: 30px;
  height: 3px;
  background-color: #fff;

  top:calc( 50% - 3px );
	right: 20px;

  transition: all 0.3s ease;
}

.Label::before{		/*タイトル横の矢印*/
	/*content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);*/
}

.Label::after{
	transform: rotate(90deg);
}

/*
.Label,
.quest_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s ease;
}*/

.quest_content {		/*本文*/
  position: relative;
  /*display: none;*/
	/*height: 0;*/

	margin-bottom:20px;
	padding:0 24px 0 24px;
	overflow: hidden;
  border: #54A067 solid 1px;

  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  font-family:'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  letter-spacing: 1px;
  border-radius:0 0 8px 8px;

  /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}


/*開閉*/
.toggle:checked + .Label + .quest_content {
	/*height: auto;
	padding:20px 1rem 20px 4rem;
	transition: all 0.3s ease;*/

  padding:20px 24px 20px 24px;
    /* 開いている状態 */
    line-height: 1.8;
    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition:
      line-height .3s ease-out,
      opacity     .1s linear .1s,
      visibility  .1s linear .1s;
}

.toggle:checked + .Label::after {
	transform: rotate(0deg) !important;
}



/*******************************************************

academy 
質問ページ
 SP CSS

********************************************************/

@media(max-width:550px){

  .gk-questbg{
    width: 100vw;
    height: auto;
    padding:calc(24vw / 5) 0 calc(36vw / 5) 0;
    background-image: url("../image/ht-sec7bg_sp.webp");
  }

.ht-sec7ttl{
  margin: calc(24vw / 5) auto 0 auto;
  width: calc(450vw / 5);
  max-width:initial;
  height: auto;
}

  
  .accordion{
    margin:0 auto;
    padding: calc(36vw / 5) 0 0 0;
    width: calc(422vw / 5);
    max-width:initial;
  }

  .Label {		/*タイトル*/
    position: relative;
    width: 100%;
    height: calc(105vw / 5);/*107*/
    padding:4vw 14vw;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.3;

    background-image: url("../image/ht-qhdbg_sp.webp");
  }
  
  .qmark{
    position: absolute;
    width:calc(38vw / 5);
    height:calc(38vw / 5);
    top:6.7vw;
    left:3.5vw;
  }

.Label:before,
.Label:after {
  width:20px;/* 30px;*/
  height:2px;/*px;*/
  top:10vw;/*50% - 3px*/
	right:3vw;/*10px*/
}

.quest_content {		/*本文*/
  position: relative;
  /*display: none;*/
	/*height: 0;*/

	margin-bottom:3vw;
	padding:0 3vw 0 3vw;
	overflow: hidden;
  font-size: 1.3rem;
  font-feature-settings:"palt";
  letter-spacing: 1px;
  border-radius:0 0 4px 4px;

  /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}

/*開閉*/
.toggle:checked + .Label + .quest_content {
	/*height: auto;
	padding:20px 1rem 20px 4rem;
	transition: all 0.3s ease;*/

  padding:3vw 3vw 3vw 3vw;
    /* 開いている状態 */
    line-height: 1.8;
    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition:
      line-height .3s ease-out,
      opacity     .1s linear .1s,
      visibility  .1s linear .1s;
}

.toggle:checked + .Label::after {
	transform: rotate(0deg) !important;
}

  
}

/*****************************************************
*****************************************************


horse tec

contact CSS

PC


*****************************************************
*****************************************************/

/*背景固定*/
.bb-bg{
  width: 100%;
  height: auto;
  padding:124px 0 60px 0;/*100px+26px + 48px*/

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ht-mailttl1{
  margin:36px auto 0 auto;
  width:600px;
  height:85px;
}

.bb-contactform{
  margin: 36px 0 0 0;
  width: auto;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.bb-contact{
  padding:0 12px 36px 12px;
  width: calc(1000vw / 12);
  max-width: 1000px;
  height: 464px;

  border: solid 1px #23257F;
  border-radius: 24px;
  background-color: #fff;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}

.bb-contacttxt{
  margin:12px 0 36px 0;
  font-size: 1rem;
  text-align: center;
}

.bb-contacttextarea{
  padding:24px 24px;
  width: calc(800vw / 12);
  max-width: 800px;
  height: 300px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;

  font-size: 1.1rem;
  line-height: 1.6;
}

.bb-plandbtn2{
  margin:0;

  width:267px;
  height:50px;

  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;

  background-image: url("../image/ht-btn_ps.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb-whiteflm{
  margin: 36px 0 0 0;
 padding:46px 48px ;
 width: calc(1000vw / 12);
 max-width: 1000px;
 height: auto;

 border: solid 1px #23257F;
 background-color: #fff;
}

.bb-whiteflm p{
  line-height: 1.8;
}

.ht-inputemail{
  margin: 0 0 20px 0;
  width: calc(800vw / 12);
  max-width: 800px;
  height: auto;
  padding: 6px 24px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
}

/*****************************************************
*****************************************************


horse tec

contact CSS

SP


*****************************************************
*****************************************************/

@media(max-width:550px){

.bb-bg{
  padding:calc(114vw / 5) 0 calc(60vw / 5) 0;/*100px+26px + 48px*/
}

.ht-mailttl1{
margin:calc(36vw / 5) auto 0 auto;
width:calc(450vw / 5);
height:calc(75vw / 5);
}

.bb-contactform{
  margin: calc(36vw / 5) 0 0 0;
}

.bb-contact{
  padding:12px 3vw 28px 3vw;
  width: calc(450vw / 5);
  max-width: initial;
  height: calc(444vw / 5);

  border-radius: 24px;
}

.bb-contacttxt{
  margin:4px 0 12px 0;
  font-size: 0.9rem;
  text-align: center;
}

.bb-contacttextarea{
  padding:calc(12vw / 5) calc(8vw / 5);
  width: calc(400vw / 5);
  max-width: initial;
  height: calc(300vw / 5);
  border-radius: 10px;

  font-size: 0.9rem;
  line-height: 1.6;
}

.bb-plandbtn2{
  margin:0;

  width:calc(374vw / 5);/*170*/
  height:calc(66vw / 5);/*40vw*/

  border-radius: 28px;

  font-size: 1.4rem;
  font-weight: 700;

  background-size: 100% 100%;
}

.bb-whiteflm{
  margin: calc(36vw / 5) 0 0 0;
 padding:calc(24vw / 5) calc(18vw / 5);
 width: calc(440vw / 5);
 max-width: initial;
 height: auto;
}

.ht-inputemail{
  margin: 0 0 3.5vw 0;
  padding:calc(3vw / 5) calc(8vw / 5);
  width: calc(400vw / 5);
  max-width: initial;
  height: auto;
  padding: 6px 12px;
  border-radius: 6px;
}



}


/*****************************************************
*****************************************************


horse tec

ANIMECSS

PC


*****************************************************
*****************************************************/

 .slidefromleft {
   animation-name:slidefromleft;
   animation-delay: 0s;
   animation-duration:1s;/*0.8*/
   animation-fill-mode:forwards;
   animation-iteration-count: infinite;
    animation-timing-function: ease;
   opacity: 0;
 }

 @keyframes slidefromleft {
   from {
   transform: translateX(-10%); /*-100% 要素を左の枠外に移動*/
   opacity: 1;
   }

     25% {
     opacity: 1;
   }

   to {
   transform: translateX(0);/*0 要素を元の位置に移動*/
   opacity: 1;
   }
 }

 .slidefromright {
   animation-name:slidefromright;
   animation-delay: 0s;
   animation-duration:1s;/*0.8*/
   animation-fill-mode:forwards;
   animation-iteration-count: infinite;
  animation-timing-function: ease;
   opacity: 0;
 }

 @keyframes slidefromright {
   from {
   transform: translateX(10%); /*-100% 要素を左の枠外に移動*/
   opacity: 1;
   }

   25% {
     opacity: 1;
   }

   to {
   transform: translateX(0);/*0 要素を元の位置に移動*/
   opacity: 1;
   }
 }

































/******************************************************

pls
section2
sp

********************************************************/
.pls-sec2{
  padding:0;
  width: 100vw;
  height: auto;

  background-image: url("../image/pls-sec2bg_sp.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}


.pls-sec2flm{
  width: 100%;
  height: calc(1370vw / 5);
  margin: 0;
  padding:0 0;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  overflow: hidden;
}

.pls-sec2img1{
width: calc(478vw / 5);
height: auto;
}

.pls-sec2flx{
  width: calc(478vw / 5);
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pls-sec2item{
  width: calc(216vw / 5);
  height: auto;
}

.pls-sec2item:nth-of-type(3){
  margin: -6vw 0 0 0;
}


.pls-sec2line{
  width:calc(461vw / 5);
  height: auto;
}

.pls-sec2txt{
 margin: -4vw 0 0 0;
  font-size: 0.6rem;
  font-weight: 700;
  color:#333;/* #fff;*/
  text-align: center;

}


/******************************************************

pls
section2
PC

********************************************************/

@media(min-width:551px){
 
  .pls-sec2{
    padding:0;
    width: 100%;
    height: auto;
    background-image: url("../image/pls-sec2bg.webp");
  }
  
  
  .pls-sec2flm{
    width: 100%;
    max-width: 1200px;
    height: calc(1021vw / 12);
    max-height: 1021px;
    margin: 0;
    padding:0 0;
  
  }
  
  .pls-sec2img1{
  width: calc(900vw / 12);
  max-width: 900px;
  height: auto;
  }
  
  .pls-sec2flx{
    width: calc(900vw / 12);
    max-width: 900px;
    height: auto;
  
  }
  .pls-sec2item{
    width:calc(274vw / 12) ;
    max-width:274px;

    height: auto;
  }
  
  .pls-sec2item:nth-of-type(3){
    margin:0 0 0 0;
  }
  
  .pls-sec2line{
    width:calc(554vw / 12);
    max-width: 554px;
    height: auto;
  }


.pls-sec2txt{
  margin: -20px 0 0 0;
   font-size: 0.7rem;
   font-weight: 700;
 
 }

}


/******************************************************

pls
section3
SP

********************************************************/

.pls-sec3{
  padding:0;
  width: 100vw;
  height: auto;

  background-color: #1B0C0B;
  background-image: url("../image/pls-sec3bg_sp.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.pls-sec3flm{
  width: 100%;
  height: calc(350vw / 5);
  margin: 0;
  padding:0 0;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  overflow: hidden;
}

.pls-sec3txt1{
width: calc(400vw / 5);
height: auto;
}

.pls-sec3txt2{
  margin: -29vw 0 -8vw 0;
  width: calc(382vw / 5);
  height: auto;
}


/*******************************************

pls
section3
PC

*********************************************/

@media(min-width:551px){

.pls-sec3{
  padding:0;
  width: 100%;
  height: auto;
  background-image: url("../image/pls-sec3bg.webp");
  background-size: auto 100%;
}

.pls-sec3flm{
  width: 100%;
  max-width: 1200px;
  height: calc(350vw / 12);
  max-height:350px;
  margin: 0;
  padding:0 0;

}

.pls-sec3txt1{
  margin: 0;
width: calc(834vw / 12);
max-width:834px;
height: auto;
}

.pls-sec3txt2{
  margin: -170px 0 -30px 0;
  width: calc(624vw / 12);
  max-width: 624px;
  height: auto;
}

}

@media(min-width:2001px){
  .pls-sec3{
    padding:0;
    width: 100%;
    height: auto;
    background-image: url("../image/pls-sec3bg.webp");
    background-size:cover;
  }
}


/*******************************************

pls
section4  performance
SP

*********************************************/
/*
.pls-sec4{
  padding:0;
  width: 100vw;
  height: auto;

  background-color: #1B0C0B;
  background-image: url("../image/pls-sec4bg_sp.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;

  *display: flex;
  justify-content: center;
  align-items: center;*
}*/


/*背景固定*/
.pls-sec4{
  padding: 0;
  width: 100vw;
  height: auto;
  /*min-height: 100vh;*/

  display: flex;
  justify-content: center;
  align-items: center;
  
}
.pls-sec4:before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-2;
    width:100%;
    height:100vh;
    background-repeat:repeat;
    background-position:50% 100%;
    background-image:url('../image/pls-sec4bg_sp.webp');
    background-size:calc(500vw / 5) calc(1670vw / 5)
}


.pls-sec4flm{
  width: 100%;
  height:auto;/* calc(1670vw / 5);*/
  margin: 0;
  padding:6vw 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}


.pls-sec4txt1{
  margin: 0;
  width: calc(480vw / 5);
  height: auto;
}
  
.pls-sec4more{
    margin: 3vw 0 0vw 0;
    width: calc(460vw / 5);
    height: auto;
}

/*pls performance sp*/
.pls-sec4flx{/*pls-pfflx*/
  margin: 2vw 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pls-sec4flx-hide{
  margin:0 0 0 0;/*2vw*/
  width: 100%;
  display:none;/* flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pls-pfitem{
  margin: 0;
  padding: calc(33vw / 5) calc(31vw / 5) calc(30vw / 5) calc(34vw / 5);
  width: calc(480vw / 5);
  height: calc(311vw / 5);

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-image: url("../image/pls-pfbg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pls-pfup{
width: 100%;
height: calc(179vw / 5);

display: flex;
justify-content: space-between;
align-items: center;
}

.pls-pfimg{
  width: calc(305vw / 5);
  height: calc(179vw / 5);
}

.pls-drflx{
  width: calc(107vw / 5);
  height: 100%;

display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}

.pls-pfdate{
  width:calc(107vw / 5);
  height:calc(62vw / 5);
  padding:0;

  color: #fff;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../image/pls-pf-date.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pls-pfracearr{
  width:calc(11vw / 5);
  height:calc(15vw / 5);
}

.pls-pfrace{
  width:calc(107vw / 5);
  height:calc(123vw / 5);
  padding:calc(24vw / 5) 0;

  color: #fff;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  background-image: url("../image/pls-pf-race.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pls-pfvalue{
  width:calc(417vw / 5);
  height:calc(66vw / 5);
  padding:calc(8vw / 5) 0 calc(1vw / 5) calc(46vw / 5);

  display: flex;
  justify-content:center;
  align-items: center;

  background-image: url("../image/pls-pf-value.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pls-pfvaluetxt{
  margin: -6px 0 0 0;
  position: relative;
  /*font-family: 'Times New Roman','Times','Times New Roman',sans-serif;*/
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 3px;
  background: linear-gradient(to top,#FAE192 0%,#FAE192 10% ,#ECC377 30%,#DA9953 40%,#A65829 45%,#742E15 50%,#F9D88B 50%,#FAE09E 57%,#FBE9B8 64%,#FEF9E1 71%,#FEFCF4 90%,#FFFFFF 100%);
  background: -webkit-linear-gradient();
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke:1px #B89256 ;
}

/* pls-pfflx hidden ***********/

.pls-sec4flm-hide{
  width: 100%;
  height: calc(1670vw / 5);
  margin: 0;
  padding:0 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}


button.more {
  margin: 0 0 0 0;
  width: calc(460vw / 5);
  height: calc(153vw / 5);

  background-image: url("../image/pls-morebg_sp.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke:1px #BCBCBC;

  outline: 0;
  transition: .5s;
}

button.more p{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(to top,#DCDDDD 0%,#6A6767 50%,#D4D4D5 50%,#FFFFFF 100%);
  background: -webkit-linear-gradient();
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke:1px #BCBCBC;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}


/*******************************************

pls
section4  performance
PC

*********************************************/


@media(min-width:551px){


  .pls-sec4{
    padding:0;
    width: 100%;
    height: auto;
  }
  

/*背景固定*/
.pls-sec4{
  padding:60px 0;
  width: 100vw;
  height: auto;
  /*min-height: 100vh;*/

  display: flex;
  justify-content: center;
  align-items: center;
  
}
.pls-sec4:before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-2;
    width:100%;
    height:100vh;
    background-repeat:repeat;
    background-position:50% 100%;
    background-image:url('../image/pls-sec4bg.webp');
    background-size:1200px 1200px;
}

  .pls-sec4flm{
    width: 100%;
    max-width:1200px;
    height: auto;
    margin: 0;
    padding:0 0;
  
  }

  .pls-sec4ttl{
  margin: 0;
  width: calc(482vw / 12);
  max-width:482px;
  height: auto;
  }
  
  .pls-sec4more{
    margin: 0px 0 0px 0;
    width: calc(554vw / 12);
    max-width: 554px;
    height: auto;
  }


/*pls performance PC*/
.pls-sec4flx{/*pls-pfflx*/
  margin: 20px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
flex-wrap: wrap;
}

.pls-sec4flx-hide{/*pls-pfflx*/
  margin:0 0 0 0;/*20px 0 0 0*/
  width: 100%;
  display:none;/* flex;*/
  flex-direction: row;
  justify-content: center;
  align-items: center;
flex-wrap: wrap;
}

.pls-pfitem{
  margin: 0;
  padding: 33px 31px 30px 34px;
  width: 480px;
  height: 311px;
}

.pls-pfup{
width: 100%;
height: 179px;

}

.pls-pfimg{
  width: 305px;
  height: 179px;
}

.pls-drflx{
  width: 107px;
  height: 100%;
}

.pls-pfdate{
  width:107px;
  height:62px;
  padding:0;

  font-size: 0.9rem;
  letter-spacing: 1px;
}

.pls-pfracearr{
  width:11px;
  height:15px;
}

.pls-pfrace{
  width:107px;
  height:123px;
  padding:24px 0;

  font-size: 0.85rem;
  letter-spacing: 0;
}

.pls-pfvalue{
  width:417px;
  height:66px;
  padding:8px 0 1px 46px;
}

.pls-pfvaluetxt{
  margin: -6px 0 0 0;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 3px;
}

/* pls-pfflx hidden ***********/

.pls-sec4flm-hide{

  width: 100%;
  max-width: 1200px;
  height: calc(1200vw / 12);
  max-height: 1200px;
  margin: 0;
  padding:0 0;
}


button.more {
  margin: 0 0 0 0;
  width: 460px;
  height: 153px;

  background-image: url("../image/pls-morebg_sp.webp");
 
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
}





}


/******************************************************

pls
section5
SP

********************************************************/

.pls-sec5{
  padding:0;
  width: 100vw;
  height: auto;

  background-color: #1B0C0B;
  background-image: url("../image/pls-sec5bg_sp.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.pls-sec5flm{
  width: 100%;
  height: calc(716vw / 5);
  margin: 0;
  padding:0 0;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  overflow: hidden;
}

.pls-sec5txt1{
width: calc(446vw / 5);
height: auto;
}

.pls-sec5txt2{
  margin: -16vw 0 0 -8vw;
  width: calc(480vw / 5);
  height: auto;
}


/*******************************************

pls
section5
PC

*********************************************/

@media(min-width:551px){

.pls-sec5{
  padding:0;
  width: 100%;
  height: auto;
  background-image: url("../image/pls-sec5bg.webp");
  background-size:cover;
}

.pls-sec5flm{
  width: 100%;
  max-width: 1200px;
  height: calc(1000vw / 12);
  max-height:1000px;
  margin: 0;
  padding:0 0;

}

.pls-sec5txt1{
margin: 0;
width: calc(892vw / 12);
max-width:892px;
height: auto;
}

.pls-sec5txt2{
  margin: -140px 0 0 -30px;
  width: calc(987vw / 12);
  max-width: 987px;
  height: auto;
}

}


/******************************************************

pls
section6
sp

********************************************************/
.pls-sec6{
  padding:0;
  width: 100vw;
  height: auto;

  background-image: url("../image/pls-sec6bg_sp.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}


.pls-sec6flm{
  width: 100%;
  height: calc(1370vw / 5);
  margin: 0;
  padding:0 0;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

  overflow: hidden;
}

.pls-sec6img1{
width: calc(450vw / 5);
height: auto;
}


.pls-sec6custom{
  width: calc(482vw / 5);
  height: auto;
}

.pls-sec6line{
  width:calc(461vw / 5);
  height: auto;
}

.pls-sec6txt{
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;

}


/******************************************************

pls
section6
PC

********************************************************/

@media(min-width:551px){
 
  .pls-sec6{
    padding:0;
    width: 100%;
    height: auto;
    background-image: url("../image/pls-sec6bg.webp");
  }
  
  
  .pls-sec6flm{
    width: 100%;
    max-width: 1200px;
    height: calc(1451vw / 12);
    max-height: 1451px;
    margin: 0;
    padding:0 0;
  
  }
  
  .pls-sec6img1{
  width: calc(496vw / 12);
  max-width: 496px;
  height: auto;
  }
  
  .pls-sec6custom{
    width:calc(832vw / 12) ;
    max-width:832px;
    height: auto;
  }
  
  .pls-sec6line{
    width:calc(554vw / 12);
    max-width: 554px;
    height: auto;
  }

}


/******************************************************

pls
section6
sp

********************************************************/
.pls-sec7{
  padding:0;
  width: 100vw;
  height: auto;

  background-image: url("../image/pls-sec7bg_sp.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}


.pls-sec7flm{
  width: 100%;
  height: calc(1480vw / 5);
  margin: 0;
  padding:0 0;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

  overflow: hidden;
}

.pls-sec7img1{
width: calc(446vw / 5);
height: auto;
}


.pls-sec7img2{
  width: calc(447vw / 5);
  height: auto;
}

.pls-sec7img3{
  width:calc(492vw / 5);
  height: auto;
}

.pls-sec7img4bg{
  width:calc(432vw / 5);
  height: calc(522vw / 5);
  padding: 6vw 0;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

  background-image: url("../image/pls-sec7-img4bg_sp.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
}

.pls-sec7txt1{
  width:calc(343vw / 5);
  height: auto;
}

.pls-sec7txt2{
  width:calc(332vw / 5);
  height:auto;
}


/******************************************************

pls
section7
PC

********************************************************/

@media(min-width:551px){
 
  .pls-sec7{
    padding:0;
    width: 100%;
    height: auto;
    background-image: url("../image/pls-sec7bg.webp");
  }
  
  
  .pls-sec7flm{
    width: 100%;
    max-width: 1200px;
    height: calc(1670vw / 12);
    max-height: 1670px;
    margin: 0;
    padding:0 0;
  
  }
  
  .pls-sec7img1{
  width: calc(892vw / 12);
  max-width: 892px;
  height: auto;
  }
  
    .pls-sec7img2{
      width: calc(892vw / 12);
      max-width: 892px;
      height: auto;
    }
    
    .pls-sec7img3{
      width: calc(911vw / 12);
      max-width: 911px;
      height: auto;
    }
    
    .pls-sec7img4bg{
      width:calc(862vw / 5);
      max-width: 862px;
      height: calc(371vw / 5);
      max-height: 371px;
      background-image: url("../image/pls-sec7-img4bg.webp");
      padding:60px 0 ;
    }
    
    .pls-sec7txt1{
      width: calc(649vw / 12);
      max-width: 649px;
      height: auto;
    }
    
    .pls-sec7txt2{
      width: calc(619vw / 12);
      max-width: 619px;
      height: auto;
    }

}
































.bw-sec3{
  position: relative;
  width: 100vw;
  height: auto;

  padding:6vw 0 6vw 0;
  /*background: linear-gradient(#020D38 0% ,#020D38 50%, #232582 50%, #232582 100%),url("../image/fv-sec3bg.png");*/

  background-image: url("../image/bw-sec3bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}

.bw-sec3ttl{
  margin: 0 auto;
  padding: 0;
  width: calc(481vw / 5);
  height: auto;
}


/* bigwave performance *********************************************************/

.bw-pfflx{
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-wrap: wrap;
}

/* slick *******************************/
.bw-sec3pflick{
  margin: 0;
  width: 100vw;
}

@media(min-width:5501px){
  .bw-sec3pflick{
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
}


.bw-pfitem{
  margin:0;/*5px 5px*/
  padding: 10px 0 0 0;
  width:352px;
  height:352px;

  background-image: url("../image/bw-pfbg_sp.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bw-pfitemin{
  width: 268px;
  height: 268px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.bw-pfvalue{
  width: 268px;
  height: 49px;
  padding: 4px 4px 4px 58px;

  background-image: url("../image/bw-pfvalue.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;

  color: #FCF050;
  font-size: 2.1rem;
  letter-spacing: 1px;
  font-weight: 700;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bw-pfyen{
  color: #FCF050;
  font-size: 1.2rem;
  font-weight: 700;
}

.bw-plan{
  width: 268px;
  height: 145px;
}

.bw-pfdata{
  width: 268px;
  height: 20px;
  border: 1px #000 solid;

  color: #fff;
  font-size:0.9rem;
  letter-spacing: 1px;

  display: flex;
}

.bw-pfdate{
  width: 50%;
  height: 100%;

  background-color: #252E7F;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bw-pfdaygame{
  width: 50%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #99272C;

}

.bw-pfnightgame{
  width: 50%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #4A6DAF;
}

.bw-pfkaimeflx{
  position: relative;
  width:268px;
  height: 44px;
  padding:0 0 0 44px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  border: #000 solid;
  border-width: 0 1px 1px 1px;

  color: #000;
  font-size:0.9rem;
  letter-spacing: 1px;
}

.bw-pfkaimeflx1{
  position: relative;
  width:268px;
  height: 44px;
  padding:0 0 0 0;

  display: flex;
  justify-content:center;
  align-items: center;

  border: #000 solid;
  border-width: 0 1px 1px 1px;

  color: #000;
  font-size:0.9rem;
  letter-spacing: 1px;
}

.bw-pfkaime{
  width: 86px;
  height: 44px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bw-pficon1{
  position: absolute;
  top:3px;
  left: 3px;
  width: 38px;
  height: 38px;

  background: linear-gradient(45deg, #4A6DAF 0%,#263081 100%);
  border-radius: 4px;
  /*
  background-image: url("../image/bw-pfticon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;*/
}

.bw-pficon1::before{
  position: absolute;
  content: "";
  width:27px;
  height:12px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-image: url("../image/bw-pftanpatu.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}

.bw-pficon2{
  position: absolute;
  top:3px;
  left: 3px;
  width: 38px;
  height: 38px;

  background: linear-gradient(45deg, #4A6DAF 0%,#263081 100%);
  border-radius: 4px;
/*
  background-image: url("../image/bw-pfkicon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  */
}

.bw-pficon2::before{
  position: absolute;
  content: "";
  width:24px;
  height:25px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-image: url("../image/bw-pfkorogasi.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}

.bw-pfrace{
  text-align: center;
  color:#000;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.bw-kmflx{
  display:flex;
  align-items: center;
}

.bw-pfnextarr{
  font-size: 1.2rem;
  font-weight: 900;
  color: #A71527;
}

@media(min-width:551px){
  .bw-pfvalue{

    font-size: 1.9rem;
    letter-spacing: 1px;
    font-weight: 700;
  
  }
  
  .bw-pfyen{
    color: #FCF050;
    font-size: 1rem;
    font-weight: 700;
  }

}

/*end bigwave performance  **********************************************************/


/******************************************************

bigwave
section3
pc

********************************************************/
@media(min-width:551px){

  .bw-sec3{
    position: relative;
    width: 100%;
    height: auto;
  
    padding:40px 0 40px 0;

  
    background-image: url("../image/bw-sec3bg.jpg");
  }
  
  .bw-sec3ttl{
    padding: 0;
    width: calc(601vw / 12);
    max-width: 601px;
    height: auto;
  }
}

/******************************************************

bigwave
section4
SP

********************************************************/

.bw-sec4{
  padding:6vw 0;
  width: 100vw;
  height: calc(1390vw / 5);
  /*background-color: #fff;
  vertical-align: middle;*/
  background-image: url("../image/bw-sec4bg_sp.jpg");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  overflow: hidden;
}

.bw-sec4ttl1{
  margin: 0;
  width: calc(481vw / 5);
  height: auto;
}

.bw-sec4ttl2{
  margin: 0;
  width: calc(477vw / 5);
  height: auto;
}

.bw-sec4ttl3{
  margin: 0;
  width: calc(451vw / 5);
  height: auto;
}

.bw-sec4ttl4{
  margin: 0;
  width: calc(492vw / 5);
  height: auto;
}

.bw-sec4ttl5{
  margin: 0;
  width: calc(451vw / 5);
  height: auto;
}

.bw-sec4ttl6{
  margin: 0;
  width: calc(388vw / 5);
  height: auto;
}

.bw-sec4img{
  margin: 0;
  width: calc(435vw / 5);
  height: auto;
}



/******************************************************

bigwave
section4
PC

********************************************************/

@media(min-width:551px){
  .bw-sec4{
    padding:30px 0;
    width: 100%;
    height: calc(941vw / 12);
    max-height: 941px;
    background-image: url("../image/bw-sec4bg.jpg");
  }
  
  .bw-sec4ttl1{
    margin: 0;
    width: calc(601vw / 12);
    max-width: 601px;
    height: auto;
  }
  
  .bw-sec4ttl2{
    margin: 0;
    width: calc(699vw / 12);
    max-width: 699px;
    height: auto;
  }
  
  .bw-sec4ttl3{
    margin: 0;
    width: calc(550vw / 12);
    max-width: 550px;
    height: auto;
  }
  
  .bw-sec4ttl4{
    margin: 0;
    width: calc(491vw / 12);
    max-width: 491px;
    height: auto;
  }
  
  .bw-sec4ttl5{
    margin: 0;
    width: calc(760vw / 12);
    max-width: 760px;
    height: auto;
  }
  
  .bw-sec4ttl6{
    margin: 0;
    width: calc(723vw / 12);
    max-width: 723px;
    height: auto;
  }
  
  .bw-sec4img{
    margin: 0;
    width: calc(731vw / 12);
    max-width: 731px;
    height: auto;
  }
   
}

/******************************************************

bigwave
section5~6
SP

********************************************************/
.bw-sec5{
  padding:6vw 0;
  width: 100vw;
  height: calc(2214vw / 5);
  /*background-color: #fff;
  vertical-align: middle;*/
  background-image: url("../image/bw-sec5bg_sp.jpg");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}


.bw-sec5ttl1{
  margin: 0;
  width: calc(500vw / 5);
  height: auto;
}

.bw-sec5flx{
  margin: 0 auto;
  padding: 8vw 0 7vw 0;
  width:calc(401vw / 5);
  height: calc(1364vw / 5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  background-image: url("../image/bw-sec5flm_sp.webp");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;

  overflow: hidden;
}

.bw-sec5ttl2{
  margin: 0;
  width: calc(351vw / 5);
  height: auto;
}

.bw-sec5flxflx{
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bw-sec5flxitem1{
  margin: 0;
  width: calc(374vw / 5);
  height: auto;
}

.bw-sec5flxitem2{
  margin:2vw 0 0 0;
  width: calc(374vw / 5);
  height: auto;
}

.bw-sec5flxitem3{
  margin:2vw 0 0 0;
  width: calc(374vw / 5);
  height: auto;
}

.bw-sec5ttl3{
  margin: 0;
  width: calc(341vw / 5);
  height: auto;
}

.bw-sec5ttl4{
  margin: 0;
  width: calc(303vw / 5);
  height: auto;
}

.bw-sec5ttl5{
  margin: 0;
  width: calc(341vw / 5);
  height: auto;
}



.bw-sec6flx{
  margin: 0 auto;
  padding: 6vw 0;
  width:calc(401vw / 5);
  height: calc(492vw / 5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  background-image: url("../image/bw-sec6flm2_sp.webp");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
}

.bw-sec6img1{
  margin: 0 calc(-45vw / 5);
  width: calc(491vw / 5);
  height: auto;
}

.bw-sec6ttl1{
  margin: 0;
  width: calc(309vw / 5);
  height: auto;
}

.bw-sec6ttl2{
  margin: 0;
  width: calc(341vw / 5);
  height: auto;
}



/******************************************************

bigwave
section5~6
PC

********************************************************/
@media(min-width:551px){

  .bw-sec5{
    padding:20px 0;
    width: 100%;
    height: calc(1332vw / 12);
    max-height:1332px;
    background-image: url("../image/bw-sec5bg.jpg");
  }
  
  
  .bw-sec5ttl1{
    margin: 0;
    width: calc(768vw / 12);
    max-width: 768px;
    height: auto;
  }
  
  .bw-sec5flx{
    margin: 0 auto;
    padding: 60px 0 60px 0;
    width:calc(1062vw / 12);
    height: calc(542vw / 12);
    max-width: 1062px;
    max-height: 542px;
    background-image: url("../image/bw-sec5flm.webp");

  }
  
  .bw-sec5ttl2{
    margin: 0;
    width: calc(894vw / 12);
    max-width: 894px;
    height: auto;
  }
  

.bw-sec5flxflx{
margin: -20px 0;
  width: 90%;/**/
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

  .bw-sec5flxitem1{
    margin:0;
    width: calc(312vw / 12);
    max-width: 312px;
    height: auto;
  }
  
  .bw-sec5flxitem2{
    margin:0;
    width: calc(313vw / 12);
    max-width: 313px;
    height: auto;
  }
  
  .bw-sec5flxitem3{
    margin:0;
    width: calc(313vw / 12);
    max-width: 313px;
    height: auto;
  }
  
  .bw-sec5ttl3{
    margin: 0;
    width: calc(854vw / 12);
    max-width: 854px;
    height: auto;
  }
  
  .bw-sec5ttl4{
    margin: 0;
    width: calc(844vw / 12);
    max-width: 844px;
    height: auto;
  }
  
  .bw-sec5ttl5{
    margin: 0;
    width: calc(831vw / 12);
    max-width: 831px;
    height: auto;
  }
  
  
  
  .bw-sec6flx{
    margin: 0 auto;
    padding:10px 0 70px 0;
    width:calc(1061vw / 12);
    height: calc(425vw / 12);
    max-width: 1061px;
    max-height: 425px;
  
    background-image: url("../image/bw-sec6flm2.webp");
  }
  
  .bw-sec6img1{
    margin: 0 calc(-30vw / 12);
    width: calc(1119vw / 12);
    max-width: 1119px;
    height: auto;
  }
  
  .bw-sec6ttl1{
    margin: 0;
    width: calc(599vw / 12);
    max-width: 599px;
    height: auto;
  }
  
  .bw-sec6ttl2{
    margin: 0;
    width: calc(768vw / 12);
    max-width: 768px;
    height: auto;
  }

}


/** slide anime *************************************************/

.anime .slidein_lr {
  animation-name:none;
 }

 .action .slidein_lr{
  animation-name:slidebg0-100;
  animation-delay: 0s;
  animation-duration:1.5s;
  animation-fill-mode:both;
}

 @keyframes slidebg0-100 {
   from {
   transform: translateX(0);
   opacity: 1;
   }

   to {
   transform: translateX(100%);
   opacity: 1;
   }
 }


/******************************************************

bigwave
section7
SP

********************************************************/

.bw-sec7{
  padding:6vw 0;
  width: 100vw;
  height: calc(2317vw / 5);
  /*background-color: #fff;
  vertical-align: middle;*/
  background-image: url("../image/bw-sec7bg_sp.jpg");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.bw-sec7flm{
  position: relative;
  width:calc(401vw / 5) ;
  height:calc(635vw / 5) ;
  padding: 3vw 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  background-image: url("../image/bw-sec7flm_sp.webp");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;

}

.bw-sec7-1flm{
  position: relative;
  width:calc(401vw / 5) ;
  height:calc(635vw / 5) ;
  padding: 3vw 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  background-image: url("../image/bw-sec7flm_sp.webp");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
}

.bw-sec7-2flm{
  position: relative;
  width:calc(401vw / 5) ;
  height:calc(635vw / 5) ;
  padding: 3vw 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  background-image: url("../image/bw-sec7flm_sp.webp");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
}

.bw-sec7-3flm{
  position: relative;
  width:calc(401vw / 5) ;
  height:calc(635vw / 5) ;
  padding: 3vw 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  background-image: url("../image/bw-sec7flm_sp.webp");
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
}

.bw-sec7ttl{
  margin: 0;
  width:calc(481vw / 5) ;
  height:calc(181vw / 5) ;
}

.bw-sec7flm-mark{
  position: absolute;
  width: calc(127vw / 5);
  height: calc(131vw / 5);
  top:40%;
  right: -12%;
}

.bw-sec7flm1{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bw-sec7flm1ttl{
  margin: 0 0 0 -6vw;
  width: calc(395vw / 5);
  height: auto;
}

.bw-sec7flm1-1{
  margin: 0 -3vw 0 0 ; 
  width: calc(360vw / 5);
  height: auto;
}

.bw-sec7flm1-2{
  margin: 3vw -5vw 0 0;
  width: calc(398vw / 5);
  height: auto;
}

.bw-sec7flm2ttl{
  margin: 0 0 0 -16vw;
  width: calc(360vw / 5);
  height: auto;
}

.bw-sec7flm2-1{
  margin: 0;
  width: calc(370vw / 5);
  height: auto;
}

.bw-sec7flm2-2{
  margin: 0 0 0 0;
  width: calc(341vw / 5);
  height: auto;
}

.bw-sec7flm3ttl{
  margin: 0 0 0 -10vw;
  width: calc(411vw / 5);
  height: auto;
}

.bw-sec7flm3-1{
  margin: 0;
  width: calc(371vw / 5);
  height: auto;
}

.bw-sec7flm3-2{
  margin: 0 0 0 0;
  width: calc(341vw / 5);
  height: auto;
}


/******************************************************

bigwave
section7
PC

********************************************************/
@media(min-width:551px){

.bw-sec7{
  padding:30px 0;
  width: 100%;
  height: calc(1504vw / 12);
  max-height: 1504px;
  background-image: url("../image/bw-sec7bg.jpg");
}

.bw-sec7flm{
  position: relative;
  width:calc(902vw / 12) ;
  max-width: 902px;
  height:calc(346vw / 12) ;
  max-height:346px;
  padding:0 0 6px 0;
  background-image: url("../image/bw-sec7flm.webp");

  display: flex;
  justify-content:flex-end;
  align-items: center;
  flex-direction: column;
}

.bw-sec7-1flm{
  position: relative;
  width:calc(902vw / 12) ;
  max-width: 902px;
  height:calc(346vw / 12) ;
  max-height:346px;
  padding:0 0 6px 0;
  background-image: url("../image/bw-sec7flm.webp");

  display: flex;
  justify-content:flex-end;
  align-items: center;
  flex-direction: column;
}

.bw-sec7-2flm{
  position: relative;
  width:calc(902vw / 12) ;
  max-width: 902px;
  height:calc(346vw / 12) ;
  max-height:346px;
  padding:0 0 12px 0;
  background-image: url("../image/bw-sec7flm.webp");

  display: flex;
  justify-content:flex-end;
  align-items: center;
  flex-direction: column;
}

.bw-sec7-3flm{
  position: relative;
  width:calc(902vw / 12) ;
  max-width: 902px;
  height:calc(346vw / 12) ;
  max-height:346px;
  padding:0 0 12px 0;
  background-image: url("../image/bw-sec7flm.webp");

  display: flex;
  justify-content:flex-end;
  align-items: center;
  flex-direction: column;
}

.bw-sec7ttl{
  margin: 0;
  width:calc(601vw / 12) ;
  height:calc(225vw / 12) ;
  max-width:601px;
  max-height:225px;
}

.bw-sec7flm-mark{
  position: absolute;
  width: calc(127vw / 5);
  height: calc(131vw / 5);
  max-width: 127px;
  max-height: 131px;
  top:40%;
  right: -6%;
}

.bw-sec7flm1{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.bw-sec7flm1ttl{
  position: absolute;
  top:-30px;
  left:0;
  margin: 0;
  width: calc(647vw / 12);
  max-width: 647px;
  height: auto;
}

.bw-sec7flm1-1{
  position: relative;
  z-index: 2 !important;
  margin: 0 -19px 0 0; 
  width: calc(441vw / 12);
  max-width: 441px;
  height: auto;
}

.bw-sec7flm1-2{
  margin:0 -26px 0 0 ;
  width: calc(465vw / 12);
  max-width: 465px;
  height: auto;
}

.bw-sec7flm2ttl{
  position: absolute;
  top:-30px;
  left:0;
  margin: 0;
  width: calc(625vw / 12);
  max-width: 625px;
  height: auto;
}

.bw-sec7flm2-1{
  margin: 0 0 -6px 0;
  width: calc(880vw / 12);
  max-width: 880px;
  height: auto;
}

.bw-sec7flm2-2{
  margin: 0;
  width: calc(861vw / 12);
  max-width: 861px;
  height: auto;
}

.bw-sec7flm3ttl{
  position: absolute;
  top:-14px;
  left:0;
  margin: 0;
  width: calc(623vw / 12);
  max-width: 623px;
  height: auto;
}

.bw-sec7flm3-1{
  margin:0 0 -6px 0;
  width: calc(880vw / 12);
  max-width: 880px;
  height: auto;
}

.bw-sec7flm3-2{
  margin: 0;
  width: calc(865vw / 12);
  max-width: 865px;
  height: auto;
}
}


/******************************************************

bigwave
section8 8-1 8-2 8-3 8-4
SP

********************************************************/
.bw-sec8{
  position: relative;
  z-index: 2;
  width: 100vw;
  height: calc(294vw / 5);
  padding: 2vw 0 4vw 0;
  background-image: url("../image/bw-sec8bg_sp.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bw-sec8img{
  margin: 0 calc(-6vw / 5);
  width:calc(511vw / 5) ;
  height:calc(188vw / 5);
}

.bw-sec8flm{
  margin: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  /*pc 
  width: 100%;
  max-width: 1200px;
  */
}

.bw-sec8flm-l{
  margin: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bw-sec8flm-r{
  margin: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bw-sec8-1{
  position: relative;
  z-index: 1;
  width: 100vw;
  height: calc(445vw / 5);
  margin: calc(-56vw / 5) 0 0 0;
  padding: 3vw 0;
  background-color: #232E84;
  background-image: url("../image/bw-sec81bg_sp.webp");
  background-position:top center;
  background-repeat: no-repeat;
  background-size: 100vw calc(218vw / 5);

  display: flex;
  justify-content: center;
  align-items: center;
}

.bw-sec8-1img{
  margin: 0 0 0 -4vw;
  width:calc(439vw / 5) ;
  height:calc(403vw / 5);
}

.bw-sec8-2{
  width: 100vw;
  height: calc(339vw / 5);
  padding: 3vw 0;
  background-color: #fff;
  background-image: url("../image/bw-sec82bg_sp.webp");
  background-position:top center;
  background-repeat: no-repeat;
  background-size: 100vw calc(180vw / 5);

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.bw-sec8-2img{
  margin: 0 calc(-26vw / 5) 0 0;
  width:calc(476vw / 5) ;
  height:calc(291vw / 5);
}

.bw-sec8-3{
  width: 100vw;
  height: calc(386vw / 5);
  padding: 3vw 0;
  background-color: #232E84;
  background-image: url("../image/bw-sec83bg_sp.webp");
  background-position:top center;
  background-repeat: no-repeat;
  background-size: 100vw calc(214vw / 5);

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.bw-sec8-3img{
  margin: 0 0 0 0;
  width:calc(432vw / 5) ;
  height:calc(332vw / 5);
}

.bw-sec8-4{
  width: 100vw;
  height: calc(294vw / 5);
  padding: 3vw 0;
  background-color: #fff;
  background-image: url("../image/bw-sec84bg_sp.webp");
  background-position:top center;
  background-repeat: no-repeat;
  background-size: 100vw calc(185vw / 5);

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.bw-sec8-4img{
  margin: 0 calc(-32vw / 5) 0 0;
  width:calc(470vw / 5) ;
  height:calc(251vw / 5);
}


/******************************************************

bigwave
section8 8-1 8-2 8-3 8-4
PC

********************************************************/
@media(min-width:551px){

  .bw-sec8{
    width: 100%;
    height: calc(370vw / 12);
    max-height: 370vw;
    padding: min(20px,2vw) 0 min(40px,4vw) 0;
    background-image: url("../image/bw-sec8bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  
  .bw-sec8img{
    margin: 0 min(20px , 4vw);
    width:calc(749vw / 12) ;
    max-width: 749px;
    height: auto;
  }
  
  .bw-sec8flm{
    margin: 0;
    width: 100%;
    max-width: 900px;
    height: 100%;
  }

  .bw-sec8flm-l{
    margin: 0;
    width: 100%;
    max-width: 900px;
    height: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .bw-sec8flm-r{
    margin: 0;
    width: 100%;
    max-width: 900px;
    height: 100%;

    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .bw-sec8-1{
    width: 100%;
    height: calc(360vw / 12);/*calc(289vw / 12)*/
    max-height: 360px;/*289px*/
    margin: max(-80px,calc(-80vw / 12)) 0 0 0;
    padding: min(80px,8vw) 0 0 0;
    background-image: url("../image/bw-sec81bg.webp");
    background-position:center right;
    background-repeat: no-repeat;
    background-size: min(869px,calc(869vw / 12)) min(289px,calc(289vw / 12));
  
  }
  
  .bw-sec8-1img{
    margin: 0;
    width:calc(692vw / 12) ;
    max-width: 692px;
    height:calc(163vw / 12);
    max-height: 163px;
  }
  
  .bw-sec8-2{
    width: 100%;
    height: calc(244vw / 12);
    max-height: 244px;
    padding: min(20px,4vw) 0;
    background-image: url("../image/bw-sec82bg.webp");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: min(757px,calc(757vw / 12)) min(244px,calc(244vw / 12));
  
  }
  
  .bw-sec8-2img{
    margin: 0;
    width:calc(595vw / 12) ;
    height:calc(167vw / 12);
    max-width:595px;
    max-height:167px;
  }
  
  .bw-sec8-3{
    width: 100%;
    height: calc(244vw / 12);
    max-height: 244px;
    padding: min(20px,4vw) 0;
    background-image: url("../image/bw-sec83bg.webp");
    background-position:top right;
    background-repeat: no-repeat;
    background-size: min(825px,calc(825vw / 12)) min(244px,calc(244vw / 12));
  
  }
  
  .bw-sec8-3img{
    margin: 0 0 0 0;
    width:calc(623vw / 12) ;
    height:calc(164vw / 12);
    max-width:623px;
    max-height:164px;
  }
  
  .bw-sec8-4{
    width: 100%;
    height: calc(244vw / 12);
    max-height: 244px;
    padding: min(20px,4vw) 0;
    background-image: url("../image/bw-sec84bg.webp");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: min(944px,calc(944vw / 12)) min(244px,calc(244vw / 12));
  }
  
  .bw-sec8-4img{
    margin:0;
    width:calc(514vw / 12) ;
    height:calc(161vw / 12);
    max-width:514px;
    max-height:161px;
  }


}

@media(min-width:1501px){
  .bw-sec8-1{
    width: 100%;
    height: calc(360vw / 12);/*calc(289vw / 12)*/
    max-height: none;/*289px*/
    margin: calc(-80vw / 12) 0 0 0;
    padding: 8vw 0 0 0;
    background-image: url("../image/bw-sec81bg.webp");
    background-position:85% center;
    background-repeat: no-repeat;
    background-size: calc(869vw / 12) calc(289vw / 12);
  
  }

  .bw-sec8-2{
    width: 100%;
    height: calc(244vw / 12);
    max-height: none;
    padding: 4vw 0;
    background-image: url("../image/bw-sec82bg.webp");
    background-position:15% center;
    background-repeat: no-repeat;
    background-size: calc(757vw / 12) calc(244vw / 12);
  }

  .bw-sec8-3{
    width: 100%;
    height: calc(244vw / 12);
    max-height:none;
    padding:4vw 0;
    background-image: url("../image/bw-sec83bg.webp");
    background-position:85% center;
    background-repeat: no-repeat;
    background-size: calc(825vw / 12) calc(244vw / 12);
  }

  .bw-sec8-4{
    width: 100%;
    height: calc(244vw / 12);
    max-height:none;
    padding: 4vw 0;
    background-image: url("../image/bw-sec84bg.webp");
    background-position:15% center;
    background-repeat: no-repeat;
    background-size: calc(944vw / 12) calc(244vw / 12);
  }


}

/***************************************

Big wave All Page
PC

****************************************/

.bw-pageflm{
  margin:20px auto 0 auto;/*固定header+menu 120px+50px　の下げ分*/
  padding:90px 0 80px 0;
  width: 100%;
  max-width: 1200px;
}

.bw-pageflm_top{
  margin:170px auto 0 auto;/*固定header+menu 120px+50px　の下げ分*/
  padding:90px 0 80px 0;
  width: 100%;
  max-width: 1200px;
}

/***************************************

Big wave All Page
SP

****************************************/

@media(max-width:550px){

  .bw-pageflm{
    margin:calc(20vw / 5) auto 0 auto;/*固定header　の下げ分*/
    padding:calc(60vw / 5) 0 calc(70vw / 5) 0;
    width: 100vw;
    max-width: none;
  }

  .bw-pageflm_top{
    margin:calc(110vw / 5) auto 0 auto;/*固定header　の下げ分*/
    padding:0 0 calc(70vw / 5) 0;
    width: 100vw;
    max-width: none;
  }

}

/***************************************

bigwave etc Page
PC

****************************************/
.bw-lpbg{
  background-image: url("../image/bw-wrapperbg.jpg");
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bw-ttlimg1{
  margin: 20px auto;/*20px auto*/
  width: calc(461vw / 12);
  max-width:461px;
  height: auto;
}

.bw-contactboxout{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bw-contactbox{
  margin: 20px 0 0 0;
  padding:32px 24px;
  width:calc(702vw / 12);
  max-width: 702px;
  height:400px;
  border: #C8C8C9 8px solid;
  background-color: #fff;
  color: #1F2160;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.bw-contactbox::placeholder{
  color: #C8C8C9;
}

.bw-contactrowtxts{
  font-size: 0.85em;
  line-height: 1.2;
  letter-spacing: 1px;
}

.bw-contactrowtxts2{
  margin: 20px 0;
  color: #1F2160;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  letter-spacing: 1px;
}

.bw-contactsendbtn{
  margin: 20px auto;
  width: 301px;
  height: 61px;
}

/***************************************

bigwave etc Page
sp

****************************************/
@media(max-width:550px){
  .bw-ttlimg1{
    margin: 4vw auto;
    width: calc(330vw / 5);
    max-width:none;
    height: auto;
  }

  .bw-contactbox{
    margin: calc(16vw / 5) auto;
    padding:calc(18vw / 5) calc(10vw / 5);
    width:calc(450vw / 5);
    max-width:none;

    height:calc(332vw / 5);
    border: #C8C8C9 8px solid;
    background-color: #fff;
    color: #1F2160;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .bw-contactrowtxts{
    font-size: 0.85em;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .bw-contactrowtxts2{
    margin: calc(20vw / 5) 0;
    font-size: 0.9em;
    line-height: 1.4;
  }

  .bw-contactsendbtn{
    margin: calc(20vw / 5) auto;
    width: calc(300vw / 5);
    height: calc(60vw / 5);
  }



}


/*****************************************************************

big wave
etc
PC

******************************************************************/

.bw-rulettl{
  margin: 20px auto;
  width: calc(461vw / 12);
  max-width:461px;
  height: auto;
}

.bw-privacyttl{
  margin: 20px auto;
  width: calc(680vw / 12);
  max-width:680px;
  height: auto;
}

.bw-outlinettl{
  margin: 20px auto;
  width: calc(712vw / 12);
  max-width:712px;
  height: auto;
}

.bw-attentionttl{
  margin: 20px auto;
  width: calc(587vw / 12);
  max-width:587px;
  height: auto;
}

.bw-whflm1001{
  position: relative;
  margin: 60px auto 40px auto;
  width: calc(1000vw / 12);
  max-width: 1000px;
  height: auto;
  padding: min(calc(60vw / 12),60px) min(calc(40vw / 12),40px);
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.6);

  color: #1F2160;
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
}

.tx1{
  margin: 1rem 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.tx2{
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.tx3{
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 2px;
}

.tx4{
  text-align: center;
  color: #ff0000;
  font-size: 1.2rem;
  line-height: 1.9;
  font-weight: 700;
  letter-spacing: 2px;
}

.tx5{
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 2px;
  background: linear-gradient(transparent 70% , yellow 70%);
}

.tx6{
  display: none;
}

.tx7{
  display: none;
}

.bw-whflm1001ttl{
  position: absolute;
  top: max(calc(-29vw / 12),-29px);
  left: 50%;
  transform: translateX(-50%);
  width:calc(558vw / 12);
  max-width:558px;
  height: auto;
}

.bw-whflm1001in{
  margin:20px auto;
  padding:min(calc(90vw / 12),90px) 0 min(calc(68vw / 12),60px) 0;
  width: calc(800vw / 12);
  max-width: 800px;
  height: calc(478vw / 12);
  max-height: 478px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  background-image: url("../image/bw-attentionflm.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bw-attentionbtn{
  margin: 18px 0 0 0;
  width: 300px;
  height: auto;
}


/*****************************************************************

big wave
etc
SP

******************************************************************/

@media(max-width:550px){

  .bw-rulettl{
    margin: 4vw auto;
    width: calc(330vw / 5);
    max-width:none;
    height: auto;
  }

  .bw-privacyttl{
    margin: 4vw auto;
    width: calc(450vw / 5);
    max-width:none;
    height: auto;
  }

  .bw-outlinettl{
    margin: 4vw auto;
    width: calc(450vw / 5);
    max-width:none;
    height: auto;
  }

  .bw-attentionttl{
    margin: 4vw auto;
    width: calc(360vw / 5);
    max-width:none;
    height: auto;
  }

  .bw-whflm1001{
    margin: calc(60vw / 5) auto calc(40vw / 5) auto;
    width: calc(450vw / 5);
    max-width: none;
    padding: 3vw 2vw;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.6);

    color: #1F2160;
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
  }
  
  .tx1{
    margin: 1rem 0 0.3rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .tx2{
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .tx3{
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing:0;
  }

  .tx4{
    text-align: center;
    color: #ff0000;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
  }

  .tx5{
    display: none;
  }

  .tx6{
    margin: 0 0 -0.6rem 0;
    display: inline;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing:0;
  }
  
  .tx7{
    display: inline;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0px;
    background: linear-gradient(transparent 80% , yellow 80%);
  }


  .bw-wh1001flmttl{
    position: absolute;
    top: calc(-29vw / 5);
    width:calc(376vw / 5);
    max-width:none;
    height: auto;
  }

  .bw-whflm1001in{
    padding:80px 0 30px 0;
    margin: 0 -1.5vw;
    width: calc(443vw / 5);
    max-width: none;
    height: calc(489vw / 5);
    max-height: none;
  
    background-image: url("../image/bw-attentionflm_sp.webp");
  }

  .bw-attentionbtn{
    width: calc(301vw / 5);
    max-width:none;
    height: auto;
  }

}




/***************************************

fvision All Page
PC

****************************************/

/*page all background*/
.fv-mbg{
  background-image: url("../image/fv-bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 10px 11px;
}

/*page all Caption background*/
.fv-capbg{
  margin: 0 auto 20px auto;
  width: 331px;
  height: 70px;
  background-image: url("../image/fv-capbg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.fv-capbg1{
  margin: 20px auto;
  width: 331px;
  height: 70px;
  background-image: url("../image/fv-capbg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.fv-pageflm{
  margin:60px auto 0 auto;/*170 固定header+menu 120px+50px　の下げ分*/
  padding:90px 0 80px 0;
  width: 100%;
  max-width: 1200px;
}

.fv-pageflm_top{
  margin:170px auto 0 auto;/*固定header+menu 120px+50px　の下げ分*/
  padding:90px 0 80px 0;
  width: 100%;
  max-width: 1200px;
}

.input-area{
  margin: 0 auto;
  padding: 0 12px;
  width: 80vw;
  max-width: 600px;
}

.input-cap{
  font-size: 1.2rem;
  font-size: 700;
}

.input-txt{
  width: 100%;
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 3px;
  border: #333 solid 1px;
}

/***************************************

fvision All Page
SP

****************************************/

@media(max-width:550px){

/*page all Caption background*/
.fv-capbg{
  margin: 0 auto 3vw auto;
  width:calc(331vw / 5);
  height:calc(70vw / 5);

  font-size: 1.4rem;
}

.fv-capbg1{
  margin: 3vw auto 3vw auto;
  width:calc(331vw / 5);
  height:calc(70vw / 5);

  font-size: 1.4rem;
}

  .fv-pageflm{
    margin:calc(40vw / 5) auto 0 auto;/*固定header　の下げ分*/
    padding:calc(60vw / 5) 0 calc(70vw / 5) 0;
    width: 100vw;
    max-width: none;
  }

  .fv-pageflm_top{
    margin:calc(40vw / 5) auto 0 auto;/*固定header　の下げ分*/
    padding:0 0 calc(60vw / 5) 0;
    width: 100vw;
    max-width: none;
  }

}

/*****************************************************************

fune Vision
Member mail
PC

******************************************************************/

.fv-allbtn{
  margin: 40px auto;
  width: 200px;
  height: 50px;
  border: 2px #fff solid;
  background-color: #3D3F91;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  }
  
  
  .fv-mailcaptop{
    margin: 20px auto 0 auto;
    width: 90vw;
    max-width: 900px;
    height: auto;
  }
  
  .fv-mailcaption_th{
    width: 100%;
    height: 26px;
    padding:4px 28px;
    background-color: #C8C8C9;
    color:#878788;
    font-size: 0.7rem;
  
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    border-radius: 6px 6px 0 0;
  }
  
  .fv-mailcaption_th1{
  width: 67%;
  }
  
  .fv-mailcaption_th2{
  width: 33%;
  
  }
  
  .fv-mailcaption_td{
    width: 100%;
    height: 50px;
    padding: 8px 28px;
    background-color: #fff;
    border-radius:0 0 6px 6px;
    letter-spacing: 1px;
  
    font-size: 0.8rem;
  
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .fv-mailcaption_td1{
    width: 67%;
  }
  
  .fv-mailcaption_td2{
    width: 33%;
  }
  
  
  .fv-textflm{
    margin: 20px auto 0 auto;
    padding: 28px 28px;
    width: 90vw;
    max-width: 900px;
    height: auto;
  
    background-color: #fff;
    border-radius: 6px;
  
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  
  .fv-textflm a{
    color:#002884;
    overflow-wrap:break-word;
  
  } 
  
  .fv-textflm_ttl{
    margin: 0 0 24px 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  
  .fv-textflm_fixed{
    position: relative;
    display: block;
    margin: 20px auto 0 auto;
    padding: 28px 28px;
    width: 90vw;
    max-width: 900px;
    height: 500px;
  
    background-color: #fff;
    border-radius: 6px;
  
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  
  .fv-textflm_fixed::placeholder{
    /*position: absolute;
    width: 30%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  
    padding:210px 0 0 0;
    text-align: center;
  }
  
  .fv-textflm_fixed::-webkit-input-placeholder{
  
    padding:210px 0 0 0;
    text-align: center;
    /*
    position: absolute;
    width: 30%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
  }
  
  .fv-btn_att{
    margin: 10px 0 20px 0;
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #3D3F91;
    line-height: 1.4;
    text-align: center;
  }
  
  /*****************************************************************
  
  fune Vision
  Member mail
  SP
  
  ******************************************************************/
  
  @media(max-width:550px){
  
    .fv-mailcaptop{
      margin: 3vw auto 0 auto;
      max-width:none;
    }
    
    .fv-mailcaption_th{
      width: 100%;
      height: 26px;
      padding:3px 16px;
      border-radius: 6px 6px 0 0;
    }
    
    .fv-mailcaption_th1{
    width: 63%;
    }
    
    .fv-mailcaption_th2{
    width: 37%;
    text-align: right;
    }
    
    .fv-mailcaption_td{
      width: 100%;
      height:calc(50vw / 5);
      padding: 4px 16px;
      background-color: #fff;
      border-radius:0 0 6px 6px;
      letter-spacing: 1px;
    
      font-size: 0.9rem;
    }
    
    .fv-mailcaption_td1{
      width: 63%;
    }
    
    .fv-mailcaption_td2{
      width: 37%;
      font-size: 0.6rem;
      text-align: right;
    }
  
  
    .fv-textflm{
      margin: 3vw auto 0 auto;
      padding: 28px 16px;
      max-width:none;
    
      font-size: 1rem;
      line-height: 1.6;
      letter-spacing: 2px;
    }
    
    .fv-textflm_ttl{
      margin: 0 0 24px 0;
      font-size: 1.1rem;
      line-height: 1.6;
      letter-spacing: 2px;
    }
    
    .fv-textflm_fixed{
      margin:3vw auto 0 auto;
      padding: 28px 16px;
      width: 90vw;
      max-width: none;
      height: 88vw;
    
      font-size: 1rem;
      line-height: 1.6;
      letter-spacing: 2px;
    }
  
  /*
    .fv-textflm_fixed::placeholder{
      width: 66%;
    }*/
  
    .fv-textflm_fixed::placeholder{
      padding:33vw 0 0 0;
    }
    
    .fv-btn_att{
      margin: 10px 0 20px 0;
      font-size: 0.9rem;
      letter-spacing: 2px;
      color: #3D3F91;
      line-height: 1.4;
      text-align: center;
    }
  
  
  }

  /*****************************************************

fune Vision  CSS
outline CSS
PC

*****************************************************/

.fv-textflm_ttl1{
  margin: 24px 0 5px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
}


.fv-outrow{
margin: 0;
padding: 14px 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}

.fv-outth{
width: 40%;
font-weight: 700;
}

.fv-outtd{
width: 60%;
}

.fv-outbold{
  font-weight: 700;
}

/*****************************************************

fune Vision  CSS
outline CSS
SP

*****************************************************/

@media(max-width:550px){
  .fv-outrow{
    margin: 0;
    padding: 2vw 0;
  }

  .fv-outth{
    width: 40%;
    font-size: 0.7rem;
    letter-spacing: 0;
    }
    
    .fv-outtd{
    width: 60%;
    font-size: 0.7rem;
    letter-spacing: 0;
    }

}