@charset "UTF-8";

.blur {
	position: relative;
}
.blur:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	background: inherit;
	background-clip: content-box;
	width: 100%;
	height: 100px;
	-webkit-filter: blur(2px);
	filter: blur(2px);
  z-index: 5 !important;
}

.blur_bottom {
	position: relative;
}
.blur_bottom:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: inherit;
	background-clip: content-box;
	width: 100%;
	height: 100px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
  /*z-index: 5 !important;*/
}

.video-container {
  /*height: 100vh;*/
  position: relative;
  overflow: hidden;
  /*background-color: #fff000;*/
}

/*
.video{
object-fit: fill;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
*/

.video{
 width: auto;
 height: auto;
 z-index: 0 !important;
}

/*position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
/*background: url('../image/monster_preview.png') no-repeat;
background-size: cover;*/

.videoin_img{
  position:absolute;
  top:40%;
  left:20%;
  width:60%;
  display:flex;
  justify-content:center;
  align-items: center;
  z-index: 1 !important;
  animation: buru 2s infinite;
  animation-delay: 0s;
}

@media(max-width:550px){
  .videoin_img{
    position:absolute;
    top:40%;
    left:5%;
    width:90%;
  }
}

@keyframes buru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    5% {transform: translate(20px, 20px) rotateZ(1deg)}
    10% {transform: translate(0px, 20px) rotateZ(0deg)}
    15% {transform: translate(20px, 0px) rotateZ(-1deg)}
    20% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0px, 0px) rotateZ(0deg)}
    30% {transform: translate(20px, 20px) rotateZ(1deg)}
    35% {transform: translate(0px, 20px) rotateZ(0deg)}
    40% {transform: translate(20px, 0px) rotateZ(-1deg)}
    45% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    55% {transform: translate(20px, 20px) rotateZ(1deg)}
    60% {transform: translate(0px, 20px) rotateZ(0deg)}
    65% {transform: translate(20px, 0px) rotateZ(-1deg)}
    70% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(0px, 0px) rotateZ(0deg)}
    80% {transform: translate(20px, 20px) rotateZ(1deg)}
    85% {transform: translate(0px, 20px) rotateZ(0deg)}
    90% {transform: translate(20px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.video_text{
width:90%;
max-width: 900px;
height: auto;
 display:flex;
 justify-content:center;
 align-items: center;
 z-index: 2 !important;
}
@media screen and (max-width: 500px) {
    .video_text{
    width:31%;
    height: auto;
     display:flex;
     justify-content:center;
     align-items: center;
    }
}

.lb-headreg {
    position:relative;
    z-index:1;
    border-radius:10px;
    padding:18px 46px;
    width:auto;
    background:linear-gradient(to bottom, #7F6230, #E9D278 5%, #fff 35%, #fff 49%,#EDE7EB 50%,#340401 51%,#884A1B 70%,#FEF8D5 96%,#EFE5B2 99%,#BAB176);
    text-align:center;
     overflow: hidden;
}

.lb-headreg:before {
        position:absolute;
        top:0;
        left:0;
        z-index:-1;
        box-sizing:border-box;
        border-radius:10px;
        padding:6px;
        width:100%;
        height:100%;
        background:linear-gradient(to bottom, #90C320 50%, #39A54F 50%);
        background-clip:content-box;
        content:"";
}

.lb-headreg:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

.lb-headreg:after {
    position: absolute;
    z-index: 1;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 3s ease-in-out infinite;
}

.gods7_mailtoroku{
  position:relative;
  z-index:1;
  overflow: hidden;
}

.gods7_mailtoroku:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

.gods7_mailtoroku:after{
    position: absolute;
    z-index: 1;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 3s ease-in-out infinite;
}

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

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

boat-active  CSS


ヘッダ、フッタ　　　各部共通部分

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

/*head Login 固定*/
#bc-heda_logoin{

}


/*head LINE 固定*/
#bc-head_line{


}


#header{
  position: fixed;
  padding:0;
  inset: 0;
  margin:8px auto 0 auto;

  width: 100%;  /*width: 100%;*/
  max-width: 1000px;
  height: 69px;

  z-index: 9 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media(min-width:1201px){
  #header{
    
  }
}

.bv-headlogo{
  margin: 0 0 0 0;
  width:184px;
  height: 100%;
}

.bv-headline{
  margin: 14px 0 0 0;
  width:160px;
  height: 41px;

  display: block;
  position: relative;
  overflow: hidden;
}

.bv-headline:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

.bv-headline:after {
  position: absolute;
  z-index: 1;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation: shiny-btn2 3s ease-in-out infinite;
}

@media(max-width:899px){
  #header{
    margin: calc(8vw / 5) auto 0 auto;
    width: calc(457vw / 5);/*457vw*/
    height:calc(80vw / 5);
  }

  .bv-headlogo{
    margin: 0 0 0 0;
    width:calc(152vw / 5);
    height: 100%;
  }
  
  .bv-headline{
    margin: calc(18vw / 5) 0 0 0;
    width:calc(180vw / 5);
    height:calc(45vw / 5);
  
  }

}


/*フッター PC ********************/
.footer{
  width: 100%;
  height: auto;
  padding: 24px 0;
  background-color: #232eeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bv-footlogo{
  margin: 0;
  width:250px;
  height: 136px;
}

.bv-footmenu{
  margin: 24px 0 0 0;
  width: 742px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bv-footmenu_item{
  width: auto;
  margin:0 15px;

  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
line-height: 1.4;
}

.bv-footattentiton{
  margin: 24px 0 0 0;
  width: 790px;
  height: auto;
  font-size: 0.95rem;
  letter-spacing: 1px;
  line-height: 1.7;
}

.bv-footattentiton p{
 word-break:auto-phrase;/*auto-phrase 実験的*/
 text-indent: -0.6rem;
}

.footer_end{
  display: block;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  background-color: #000;
  letter-spacing: 0;
}

/* footer SP */
@media(max-width:899px){
  .footer{
    width: 100vw;
    height: auto;
    padding:calc(46vw / 5) 0 calc(36vw / 5) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .bv-footlogo{
    margin: 0;
    width:calc(321vw / 5);
    height:calc(174vw / 5);
  }
  
  .bv-footmenu{
    margin:calc(24vw / 5) 0 0 0;
    width: calc(330vw / 5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  .bv-footmenu_item{
    width: auto;
    margin:calc(10vw / 5) 0;
  
    text-align: center;

    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  
  .bv-footattentiton{
    margin:calc(24vw / 5) 0 0 0;
    width: calc(410vw / 5);
    height: auto;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1.7;
  }
    
  .footer_end{

  }

}


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

boat-active  
section1

PC CSS

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

/*section1*/
.bv-sec1{
  position: relative;
  z-index: -1;
  padding:min(calc(77vw / 10),77px) 0 min(calc(12vw / 10),12px) 0;
  width:100%;
  height:840px;/*836*/
  /*aspect-ratio: 1200 / 835;*/

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  
  background-color: #05174A;

  /*
  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-sec1bg.webp');
  background-size:cover;
  */

  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-sec1bg_bf.webp');
  background-size:auto 100%;
}

.bv-sec1repeat{
  padding:min(calc(34vw / 10),34px) 0 min(calc(22vw / 10),22px) 0;
  height:820px;/*-43*/
}

/*
.bv-sec1::before{
  position: absolute;
  content:"";
  top:0;
  left: 0;

  width:100%;
  height:100%;

  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-sec1bg_bf.webp');
  background-size:auto 100%;
}
*/
.bv-sec1ttl{
  position: relative;
  z-index: 2;
  margin: 0;
  width:calc(926vw / 10) ;
  max-width: 926px;
  height: auto;
}

.bv-sec1boat{
  position: relative;
  z-index: 1;
  margin: -125px 0 0 0;
  width:calc(724vw / 10) ;
  max-width: 724px;
  height: auto;
}

.bv-sec1logo{
  position: relative;
  z-index: 2;
  margin: -220px 0 0 0;
  width:calc(580vw / 10) ;
  max-width: 580px;
  height: auto;
}

.bv-sec1tokuflx{
  position: relative;
  z-index: 2;
  margin: 0 0 0 0;/*-10px 0 0 0*/
  padding: 0 10px;
  width:calc(1000vw / 10);
  max-width: 930px;
  height: auto;

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



.bv-sec1toku1000{
  width: calc(530vw / 10);
  max-width: 530px;
  height: auto;
}

.bv-sec1lineflm{
width: 350px;
height: 170px;

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

}

.bv-sec1txtbox1{
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 1;
  
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.bv-sec1txtbox1::before,.bv-sec1txtbox1::after {
  width: 1.5px;
  height: 28px;
  content: "";
  background-color: #fff;
}

.bv-sec1txtbox1::before {
  margin-right: 0.6em;
  transform: rotate(-40deg);
}

.bv-sec1txtbox1::after {
  margin-left: 0.6em;
  transform: rotate(40deg);
}

.bv-sec1txt2{
  color: #ee0018;
}

.bv-sec1txt3{
  color: #fff000;
}

.bv-sec1txtbox4{
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 2px;
  line-height: 1.7;
  text-align: center;
}

.bv-sec1line{
  position: relative;
width: 350px;
height: 76px;
overflow: hidden;
}

.bv-sec1line::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation: shiny-btn2 3s ease-in-out infinite;
}

.anime .bv-sec1toku_action{
  animation-name: none;
}

.action .bv-sec1toku_action{
  /*
  animation-name: shake1;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay : 0s;
  animation-timing-function:linear;*/
}

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

boat-active  
section1

SP CSS

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

@media(max-width:899px){

  /*section1*/
.bv-sec1{
  padding:calc(90vw / 5) 0 0 0;
  width:100vw;
  height:calc(1020vw / 5);

  background-color: #05174A;

  justify-content: center;

  background-repeat:no-repeat;
  background-position:top center;
  background-image:url('../image/bv-sec1bg_bf.webp');
  background-size:auto 50%;
}

.bv-sec1repeat{
  padding:calc(35vw / 5) 0 calc(25vw / 5) 0;/*-43px*/
  height:calc(940vw / 5);
}

.bv-sec1ttl{
  margin: 0;
  width:calc(471vw / 5) ;
  max-width: initial;
  height: auto;
}

.bv-sec1boat{
  margin:calc(-45vw / 5) 0 0 0;
  width:calc(440vw / 5) ;
  max-width: initial;
  height: auto;
}

.bv-sec1logo{
  margin: calc(-110vw / 5) 0 0 0;
  width:calc(401vw / 5) ;
  max-width: initial;
  height: auto;
}

.bv-sec1tokuflx{
  margin: calc(-10vw / 5) 0 0 0;
  width:calc(420vw / 5);
  max-width: initial;
  height: auto;

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

.bv-sec1toku1000{
  margin: calc(20vw / 5) 0 0 0;
  width:calc(420vw / 5);
  height:calc(147vw / 5);
}

.bv-sec1lineflm{
margin: calc(25vw / 5) 0 0 0;
width: calc(400vw / 5);
height: auto;

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

}

.bv-sec1txtbox1{
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 1;
  
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.bv-sec1txtbox1::before,.bv-sec1txtbox1::after {
  width: 1.5px;
  height: 28px;
  content: "";
  background-color: #fff;
}

.bv-sec1txtbox1::before {
  margin-right: 0.6em;
  transform: rotate(-40deg);
}

.bv-sec1txtbox1::after {
  margin-left: 0.6em;
  transform: rotate(40deg);
}

.bv-sec1txtbox4{
  margin: calc(15vw / 5) 0 0 0;
  font-size: 0.9rem;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

.bv-sec1line{
margin: calc(8vw / 5) 0 0 0;
width: calc(400vw / 5);
height: calc(86vw / 5);
}

.bv-sec1line::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation: shiny-btn2 3s ease-in-out infinite;
}


}


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

boat-active  
section2

PC CSS

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

.bv-sec2{
  position: relative;
  z-index: 5;
  background-color: #ee0018;
  width: 100%;
  padding:min(calc(24vw / 12),24px) 0 min(6%, 69px) 0;

  clip-path: polygon(0 0, 100% 0%, 100% 76%, 0% 100%);
}

.bv-sec2txt1{
  color: #fff000;
  font-weight: 700;
  font-size: 3.2rem;
  font-style: italic;
  text-align: center;
}

.performance-slider{
  margin: min(calc(24vw / 12),24px) auto 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media(min-width:1600px){
  .performance-slider{
    margin: min(calc(24vw / 12),24px) auto 0 auto;
    width: 100%;
    max-width: 1600px;
  }
}

@media(max-width:1199px){
  .performance-slider{
    margin: min(calc(24vw / 12),24px) auto 0 auto;
    width: 100%;
    max-width:900px;
  }
}

.bv-performbg{
  position: relative;
  margin:5px 0;
  width: 326px;
  height: 121px;
  padding:10.5px 10.5px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-performbg.webp');
  background-size:cover;
}

.bv-performboat{
  position: absolute;
  content: "";
  top:-5px;
  right: -3px;

  width: 124px;
  height: 72px;

  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-performboat.webp');
  background-size:cover;
}

.bv-performdn{
  width: 100%;
  height: 25px;

  display: flex;
  align-items: center;
}

.bv-performdate{
  width: 43.42%;
  height: 25px;
  padding: 3px 10px 3px 5px;
  display: flex;
  align-items: center;

  background-color:#bd9a28;
  color: #fff;
  font-size: 0.8rem;

  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}

.bv-performname{
  margin: 0 0 0 -4%;
  width: 63.68%;
  height: 25px;
  padding: 3px 3px 3px 22px;

  display: flex;
  align-items: center;

  background-color:#fff;
  color: #000;
  font-size: 1rem;/**/
  letter-spacing: 2px;

  clip-path: polygon(8.5% 0%, 100% 0%, 100% 100%, 0% 100%);/*8%*/
}

.bv-perplan{
  display: none;
  width: 0;
  height: 0;
}

.bv-performrace{
  width: 100%;
  height: 15px;

  display: flex;
  align-items: center;

  color: #fff;
  font-size: 0.9rem;
}

.bv-performarr{
  margin: 0 8px 0 10px;
  width: 7px;
  height: 9px;

  background-color: #fff000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.bv-performvalue{
  width: 100%;
  height: 39px;

  display: flex;
  align-items: center;
}

.bv-performvaluered{
  position: relative;
  margin: 0 10px 0 0;
  padding: 2px 6px 0 8px;
  width: 44px;
  height: 100%;
  border-radius: 6px;
  background-color: #ff0000;

  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bv-performnum{
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff000;
}

.bv-performyen{
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff000;
}


/*************************************************************
performance 
*************************************************************/

.perform_flx{
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bv-performbg1{
  margin: 5px 5px;
  padding:13px 13px;
  width: 430px;
  height: 340px;

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

  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-performbg.webp');
  background-size:100% 100%;
}

.bv-performboat1{
  position: absolute;
  content: "";
  /*
  top:-5px;
  right: -3px;

  width: 124px;
  height: 72px;

  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-performboat.webp');
  background-size:cover;*/
}

.bv-performdn1{
  width: 100%;
  height: 35px;

  display: flex;
  align-items: center;
}

.bv-performdate1{
  width: 28.42%;
  height: 100%;
  padding: 3px 12px 3px 3px;
  display: flex;
  align-items: center;

  background-color:#bd9a28;
  color: #fff;
  font-size: 0.8rem;

  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.bv-performname1{
  margin: 0 0 0 -4%;
  width: 78.68%;
  height:100%;
  padding: 3px 3px 3px 24px;

  display: flex;
  align-items: center;

  background-color:#fff;
  color: #000;
  font-size: 0.8rem;

  clip-path: polygon(7.5% 0%, 100% 0%, 100% 100%, 0% 100%);/*8%*/
}

.bv-sun1{
  margin:0 5px 0 0;
  width:17px;
  height:18px;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/day.webp');
  background-size:cover;
}

/*
.bv-plan1{
  display: block;
  width: 100%;
  height: 166px;
}*/

.bv-performrace1{
  width: 100%;
  height: 30px;

  display: flex;
  align-items: center;

  color: #fff;
  font-size: 1rem;
}

.bv-performarr1{
  margin: 0 8px 0 10px;
  width: 10px;
  height: 14px;

  background-color: #fff000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.bv-performvalue1{
  width: 100%;
  height: 39px;

  display: flex;
  align-items: center;
}

.bv-performvaluered1{
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 6px 0 7px;
  width: 44px;
  height: 100%;
  border-radius: 6px;
  background-color: #ff0000;

  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bv-performnum1{
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff000;
}

.bv-performyen1{
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff000;
}







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

boat-active  
section2

SP CSS

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

@media(max-width:899px){

  .bv-sec2{
    width: 100vw;
    padding:calc(24vw / 5) 0 calc(24vw / 5) 0;
  
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
  }
  
  .bv-sec2txt1{
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.3;
    text-align: center;
  }
  
  .performance-slider{
    margin: calc(12vw / 5) auto calc(5vw / 5) auto;
    width: 100%;
    max-width: initial;
  }
  
  .bv-performbg{
    margin:calc(5vw / 5) 0;
    width:calc(442vw / 5);/* 326px;*/
    height:calc(164vw / 5);/* 121px;*/
    padding:calc(12.5vw / 5) calc(12.5vw / 5);
  
    background-image:url('../image/bv-performbg_sp.webp');
  }
  
  .bv-performboat{
    position: absolute;
    content: "";
    top:-4px;
    right: -2px;
  
    width:calc(150vw / 5);
    height:calc(82vw / 5);
    background-image:url('../image/bv-performboat_sp.webp');
  }
  
  .bv-performdn{
    width: 100%;
    height:calc(33vw / 5);
  
    display: flex;
    align-items: center;
  }
  
  .bv-performdate{
    /*width: 28.42%;*/
    width: 43.42%;
    height:calc(33vw / 5);
    padding:calc(3vw / 5) calc(3vw / 5) calc(3vw / 5) calc(12vw / 5);
    display: flex;
    align-items: center;
    font-size: 0.9rem;
  
    /*clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);*/
    clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
  }
  
  .bv-performname{
    margin: 0 0 0 -4%;
    /*width: 78.68%;*/
    width: 63.68%;
    height:calc(33vw / 5);
    padding:calc(3vw / 5) calc(3vw / 5) calc(3vw / 5) calc(28vw / 5);
  
    display: flex;
    align-items: center;
  
    background-color:#fff;
    color: #000;
    font-size: 1rem;
  
    /*clip-path: polygon(7.5% 0%, 100% 0%, 100% 100%, 0% 100%);*/
    clip-path: polygon(8.5% 0%, 100% 0%, 100% 100%, 0% 100%);/*8%*/
  }

  
  .bv-performrace{
    width: 100%;
    height:calc(20vw / 5);
  
    display: flex;
    align-items: center;
  
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 600;
  }
  
  .bv-performarr{
    margin: 0 calc(12vw / 5) 0 calc(12vw / 5);
    width: calc(9.5vw / 5);
    height: calc(13vw / 5);
  }
  
  .bv-performvalue{
    width: 100%;
    height:calc(53vw / 5);
  }
  
  .bv-performvaluered{
    position: relative;
    margin: 0 2vw 0 0;
    padding: 0 calc(6.5vw / 5) 0 calc(9.5vw / 5);
    width: calc(60vw / 5);
    height: 100%;
    border-radius: 4px;
  
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  
  .bv-performnum{
    font-size: 2.9rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .bv-performyen{
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0;
  }

}

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

boat-active  
section3+4
section3

SP CSS

*****************************************************/
.bv-sec3_4{
  margin: min(-5% , -80px) 0 0 0;
  position: relative;
  z-index: 3;
  width: auto;
  height: auto;
}

.bv-sec3{
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding:94px 0 255px 0; /*70+ 234+*/

  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-sec3bg.webp');
  background-size:cover;
}

.bv-sec3txt1{
  margin: 0;
  color: #232eeb;
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
}

.bv-sec3txt2{
  margin: min(calc(36vw / 12),36px) 0 0 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec3txt3{
  margin: 0;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec3txt4{
  margin: min(calc(36vw / 12),36px) 0 0 0;
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec3txt5{
  margin: 0;
  color: #e40018;
  font-size: 4.3rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec3txt55{
  margin: 0;
  font-size: 0.7em;
}


.bv-sec35{
  position: absolute;
  z-index: 4;
  padding:0;
  /*left: 50%;*/
  top:52%;/*55*/
  /*transform: translateX(-50%)
             translateY(-50%);*/

  right: 0;
  left: 0;
  margin: 0 auto;

  width:551px;
  height:298px;

  display: flex;
  justify-content: center;
  align-items: center;
  
  
  background-repeat:no-repeat;
  background-position:center;
  background-image:url('../image/bv-sec35bg.webp');
  background-size:cover;

  color: #232eeb;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;

  opacity: 1;
  animation-name: pickup3;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}


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

boat-active
section3+4
section3

SP CSS

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

@media(max-width:899px){

  .bv-sec3_4{
    margin: calc(-90vw / 5) 0 0 0;
  }
  
  .bv-sec3{
    width: 100vw;
    margin: 0;
    padding:calc(124vw / 5) 0 calc(205vw / 5) 0; /*70+ 234+*/
  
    background-image:url('../image/bv-sec3bg_sp.webp');

  }
  
  .bv-sec3txt1{
    margin: 0;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec3txt2{
    margin: calc(14vw / 5) 0 0 0;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec3txt3{
    margin: calc(24vw / 5) 0 0 0;
    color: #000;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec3txt4{
    margin: calc(24vw / 5) 0 0 0;
    color: #000;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec3txt5{
    margin: 0;
    color: #e40018;
    font-size: 3.8rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
  }

  .bv-sec3txt55{
    margin: 0;
    font-size: 0.7em;
  }
  
  
  .bv-sec35{
    padding:0 0 calc(20vw / 5) 0;

    top:55%;/*55*/

    width:100vw;
    height:calc(270vw / 5);
   
    background-image:url('../image/bv-sec35bg_sp.webp');

    font-size: 2.7rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
  
  }

}

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

boat-active  
section4

PC CSS

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

.bv-sec4{
  position: relative;
  z-index: 2;
  margin: max(-9.3%,-105px) 0 0 0;/*7 80*/
  padding:min(8%,90px) 0;/* 6% 69%*/
  width:100%;

  height: calc(424vw / 12);
  max-height: 424px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  /*background-color: #EA3328;*/

  background: url("../image/bv-sec4bg2.webp"),linear-gradient(to right, #ff001a 0%, #ee0018 40%,#ee0018 60% , #ff001a 100%);


  background-repeat:no-repeat;
  background-position:top 30% center;
  /*background-image:url('../image/bv-sec4bg.webp');*/
  background-size:auto 1200px;/*auto 100%*/
  clip-path: polygon(0 24%, 100% 0, 100% 76%, 0 100%);
}

.bv-sec4txt1{
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec4txt2{
  color: #fff000;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec4txt3{
  font-size: 1.3em;
}






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

boat-active  
section4

SP CSS

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

@media(max-width:899px){

  .bv-sec4{
    margin: calc(-100vw / 5) 0 0 0;/*7 80*/
    padding:calc(90vw / 5) 0;/* 6% 69%*/
    width:100vw;
    height: calc(410vw / 5);
    max-height: initial;
  
    background-repeat:no-repeat;
    background-position:center;
    background-image:url('../image/bv-sec4bg_sp.webp');
    background-size:cover;
    clip-path: polygon(0 11%, 100% 0, 100% 89%, 0 100%);
  }
  
  .bv-sec4txt1{
    margin: calc(100vw / 5) 0 0 0;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec4txt2{
    color: #fff000;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec4txt3{
    font-size: 1.5em;
  }

}


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

boat-active  
section5

PC CSS

*****************************************************/
.bv-sec5{
  width: 100%;
  background-color: #232eeb;
  margin: -85px 0 0 0;/**/
  padding: 95px 0 60px 0;


  margin: max(-9%,-110px) 0 0 0;/*7 80*/
  padding:min(8%,90px) 0 60px 0;/* 6% 69%*/

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

.bv-sec5ttl1{
  margin: 0;
  width: 598px;
  height: 261px;
}


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

boat-active  
section5

SP CSS

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

@media(max-width:899px){

  .bv-sec5{
    width: 100vw;
  
    margin: calc(-60vw / 5) 0 0 0;/*7 80*/
    padding:calc(90vw / 5) 0 calc(70vw / 5) 0;/* 6% 69%*/
  
  }
  
  .bv-sec5ttl1{
    margin: 0;
    width:calc(431vw / 5);
    height:calc(247vw / 5);
  }
  

}

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

boat-active  
section6

PC CSS

*****************************************************/
.bv-sec6{
  position: relative;
  z-index: 1;
  width: 100%;

  background-image: repeating-linear-gradient(-45deg, #CAE5FC, #CAE5FC 5px, transparent 5px, transparent 6px);

  margin:0 0 0 0;
  padding: 80px 0 140px 0;/*180*/
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bv-sec6arr{
  position: absolute;
  z-index: 2;
  width: 85px;
  height: 98px;
/*
  left: 50%;
  transform: translateX(-50%)
             translateY(-50%);
*/

  right: 0;
  left: 0;
  margin: -470px auto 0 auto;

  animation: Updown 3s linear infinite;
}

@keyframes Updown {
  from,
  to {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateY(10px);
  }
}

.UpDown {
  animation-name: UpDown;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}



.bv-sec6boat{
  position: absolute;
  z-index: 2;

  width:calc(350vw / 10);
  height:calc(242vw / 10);
  max-width: 350px;
  max-height: 242px;

  left: 60%;
  top:-90px;
}

.bv-sec6txt1{
  margin: 0;
  padding: 4px 22px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;

  background-color: #ee0018;
}

.bv-sec6txt2{
  margin: 20px 0 0 0;
  color: #ee0018;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;

}

.bv-sec6txt3{
  margin: 10px 0 0 0;
  padding: 4px 8px;
  color: #232eeb;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;

}

.bv-sec6txt4{
  margin: 1px 0 0 0;
  padding: 4px 8px;
  color: #ee0018;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}


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

boat-active  
section6

SP CSS

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

@media(max-width:899px){

  .bv-sec6{
    margin:0 0 0 0;
    padding:calc(80vw / 5) 0 calc(110vw / 5) 0;/*180*/
  }
  
  .bv-sec6arr{
    position: absolute;
    z-index: 2;
    width: calc(86vw / 5);
    height:calc(99vw / 5);

    margin: calc(-700vw / 5) auto 0 auto;
  }
  


  .bv-sec6boat{
    position: absolute;
    z-index: 2;
  
    width:calc(235vw / 5);
    height:calc(163vw / 5);
    max-width: initial;
    max-height: initial;
  
    left: 55%;
    top:calc(-90vw / 5);
  }
  
  .bv-sec6txt1{
    margin: 0;
    padding:calc(4vw / 5) calc(18vw / 5);
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  
  .bv-sec6txt2{
    margin:calc(20vw / 5) 0 0 0;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec6txt3{
    margin: 10px 0 0 0;
    padding: 4px 8px;
    color: #232eeb;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  
  }
  
  .bv-sec6txt4{
    margin: 1px 0 0 0;
    padding: 4px 8px;
    color: #ee0018;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }

}


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

boat-active  
section7

PC CSS

*****************************************************/
.bv-sec7{
  position: relative;
  z-index: 2;
  width: 100%;

  background-color: #fff;

  margin:-200px 0 0 0;
  padding: 200px 0 80px 0;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  clip-path: polygon(0 0, 50% 22%, 100% 0, 100% 100%, 0 100%);
}

@media(max-width:1058px){
  .bv-sec7{
    margin:-140px 0 0 0;
    clip-path: polygon(0 0, 50% 11%, 100% 0, 100% 100%, 0 100%);
  }
}

.bv-sec7txt1{
  margin: 10px 0 0 0;
  padding: 3px 10px;

  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;

  background-color: #001d4d;
}

.bv-sec7txt2{
  margin: 10px 0 0 0;
  
  color: #fff000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec7txt2in{
  padding: 6px 0;
  background-color: #001d4d;
}

.bv-sec7txt2in_visible_pc{
  margin: 0;
  display: inline;
  padding: 6px 0;
  background-color: #001d4d;
}

.bv-sec7txt2in:first-of-type{
  padding:6px 0 6px 12px;
}
.bv-sec7txt2in:last-of-type{
  padding:6px 12px 6px 0;
}


.bv-sec7flx{
  margin: 24px 0 0 0;
  width: 100%;
  max-width: 1200px;
  height: auto;

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

.bv-sec7item{
  margin: 16px 8px 0 8px;
  width:calc(245vw / 10);
  height:calc(280vw / 10);
  max-width: 245px;
  max-height: 280px;
}

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

boat-active  
section7

SP CSS

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

@media(max-width:899px){

  .bv-sec7{
    width: 100vw;
  
    margin:calc(-80vw / 5) 0 0 0;
    padding:calc(60vw / 5) 0 calc(60vw / 5) 0;
   
    clip-path: polygon(0 0, 50% 3%, 100% 0, 100% 100%, 0 100%);
  }
  
  .bv-sec7txt1{
    margin: calc(10vw / 5) 0 0 0;
    padding: calc(3vw / 5) calc(10vw / 5);
  
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec7txt2{
    margin:calc(7vw / 5) 0 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.75;
  }
  
  .bv-sec7txt2in{
    padding:calc(6vw / 5) calc(12vw / 5);
  }

  .bv-sec7txt2in:first-of-type{
    padding:calc(6vw / 5) calc(12vw / 5);
  }
  .bv-sec7txt2in:last-of-type{
    padding:calc(6vw / 5) calc(12vw / 5);
  }

  .bv-sec7txt2in_visible_pc{
    display: none;
  }
  
  .bv-sec7flx{
    margin: calc(20vw / 5) 0 0 0;
    width: 100vw;
    max-width: initial;
    height: auto;

    flex-wrap: wrap;
  
  }
  
  .bv-sec7item{
    margin:calc(16vw / 5)  calc(8vw / 5) 0 calc(8vw / 5);
    width: calc(201vw / 5);
    height: calc(242vw / 5);
  }
  
}



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

boat-active  
section8

PC CSS

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

.bv-sec8_9{
  position: relative;
  z-index: 3;
  width: auto;
  height: auto;
}

.bv-sec8{
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #232eeb;
  margin: 0 0 0 0;
  padding: 56px 0 95px 0;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}


.bv-sec8txt1{
  margin: 10px 0 0 0;
  
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec8ttl{
  margin:36px 0 0 0;
  width:calc(735vw / 10);
  height:auto;
  max-width: 735px;
}

.bv-sec8_9boat{
  position: absolute;
  z-index: 4;
  width: 280px;
  height: 173px;

  top:43%;
  left: 1%;
}

@media(min-width:1401px){
  .bv-sec8_9boat{
    top:43%;
    left: 8%;
  }
}

@media(min-width:1501px){
  .bv-sec8_9boat{
    top:43%;
    left: 12%;
  }
}

@media(min-width:1600px){
  .bv-sec8_9boat{
    top:43%;
    left: 14%;
  }
}

@media(min-width:2200px){
  .bv-sec8_9boat{
    top:43%;
    left: 24%;
  }
}

@media(min-width:2500px){
  .bv-sec8_9boat{
    top:43%;
    left: 28%;
  }
}

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

boat-active  
section8

SP CSS

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

@media(max-width:899px){

  .bv-sec8{
    margin: 0 0 0 0;
    padding:calc(36vw / 5) 0 calc(95vw / 5) 0;
  
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  }
  
  
  .bv-sec8txt1{
    margin: calc(10vw / 5) 0 0 0;
    
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec8ttl{
    margin:calc(36vw / 5) 0 0 0;
    width:calc(446vw / 5);
    height:auto;
    max-width: initial;
  }
  
  .bv-sec8_9boat{
    width:calc(236vw / 5);
    height:calc(146vw / 5);
  
    top:33%;
    left: 0;
  }
}




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

boat-active  
section9

PC CSS

*****************************************************/
.bv-sec9{
  position: relative;
  z-index: 1;
  width: 100%;

  margin: -110px 0 0 0;
  padding: 130px 0 180px 0;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

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

.bv-sec9txt1{
  margin:0 0 0 0;
  
  color: #ee0018;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

.bv-sec9txt2{
  margin:0 0 0 0;
  font-size: 1.3em;
}

.bv-sec9ttl{
  margin:24px 0 0 0;
  width:calc(738vw / 10);
  height:auto;
  max-width: 738px;
}

.bv-sec9txt3{
  margin:10px 0 0 0;
  
  color: #232eeb;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}


.bv-sec9txt4{
  margin:0 0 0 0;
  
  color: #ee0018;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}



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

boat-active  
section9

SP CSS

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

@media(max-width:899px){

  .bv-sec9{
    width: 100vw;
  
    margin: calc(-60vw / 5) 0 0 0;
    padding: calc(130vw / 5) 0 calc(180vw / 5) 0;
   
    background-image: url("../image/bv-sec9bg_sp.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .bv-sec9txt1{
    margin:0 0 0 0;
    
    color: #ee0018;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec9txt2{
    margin:0 0 0 0;
    font-size: 1.3em;
  }
  
  .bv-sec9ttl{
    margin:calc(24vw / 5) 0 0 0;
    width:calc(448vw / 5);
    height:auto;
    max-width: initial;
  }
  
  .bv-sec9txt3{
    margin:calc(10vw / 5) 0 0 0;
    
    color: #232eeb;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  
  .bv-sec9txt4{
    margin:2vw 0 0 0;
    
    color: #ee0018;
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
  }
  
}


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

boat-active  
section10

PC CSS

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

.bv-sec10{
  position: relative;
  z-index: 5;
  width: 100%;

  margin: -140px 0 0 0;
  padding: 100px 0 40px 0;
 
  background-color: #fff;

  clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
}


.bv-sec10ttl{
  margin:0 auto;
  width: calc(660vw / 10);
  height:calc(270vw / 10);
  max-width: 660px;
  max-height: 270px;
}

.performance-slider2{
  margin: 24px auto 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media(min-width:1600px){
  .performance-slider2{
    margin: min(calc(24vw / 12),24px) auto 0 auto;
    width: 100%;
    max-width: 1600px;
  }
}

@media(max-width:1199px){
  .performance-slider2{
    margin: min(calc(24vw / 12),24px) auto 0 auto;
    width: 100%;
    max-width:900px;
  }
}


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

boat-active  
section10

SP CSS

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

@media(max-width:899px){

  .bv-sec10{
    margin: calc(-140vw / 5) 0 0 0;
    padding:calc(80vw / 5) 0 calc(40vw / 5) 0;
   
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
  }
  
  
  .bv-sec10ttl{
    margin:0 auto;
    width: calc(447vw / 5);
    height:calc(157vw / 5);
    max-width: initial;
    max-height: initial;
  }
  
  .performance-slider2{
    margin: calc(24vw / 5) auto 0 auto;
    width: 100vw;
    max-width: initial;
  }

}


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

boat-active  
section11

PC CSS

*****************************************************/
.bv-sec11{
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 42px 0 42px 0;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../image/bv-sec11bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bv-sec11txt1{
  margin:0 0 0 0;
  
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
}

.bv-sec11txt2{
  color: #fff000;
  font-size: 1.3em;
}



.bv-sec11flx{
  margin: 24px 0 0 0;
  width: calc(1000vw / 10);
  height:auto;
  max-width: 1000px;

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

.bv-sec11item{
  margin: 10px 10px;
  width: 480px;
  height: 120px;
  padding: 24px 18px;

  background-color: #fff;
  border-radius: 8px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.7);
}

.bv-sec11iimg{
  width: 82px;
  height:82px;

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

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

.bv-sec11iimgbg1{
  background-image: url("../image/bv-sec11item1.webp");
}

.bv-sec11iimgbg2{
  background-image: url("../image/bv-sec11item2.webp");
}

.bv-sec11iimgbg3{
  background-image: url("../image/bv-sec11item3.webp");
}

.bv-sec11iimgbg4{
  background-image: url("../image/bv-sec11item4.webp");
}

.bv-sec11iitxt1{
  margin:0 0 0 20px;
  
  color: #001d4d;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
}

.bv-sec11iitxt2{
  margin:0 0 0 0;
  
  color: #ee0018;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
}


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

boat-active  
section11

SP CSS

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

@media(max-width:899px){

  .bv-sec11{
    width: 100vw;
    height: auto;
    margin: 0 0 0 0;
    padding: calc(42vw / 5) 0 calc(42vw / 5) 0;
   
    background-image: url("../image/bv-sec11bg_sp.webp");
  }
  
  .bv-sec11txt1{
    margin:0 0 0 0;
    
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .bv-sec11txt2{
    color: #fff000;
    font-size: 1.3em;
  }
  

  .bv-sec11flx{
    margin: calc(24vw / 5) 0 0 0;
    width:100vw;
    height:auto;
    max-width: initial;
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .bv-sec11item{
    margin:calc(10vw / 5) calc(10vw / 5);
    width:calc(420vw / 5);
    height:calc(105vw / 5);
    padding:calc(18vw / 5) 0 calc(18vw / 5) calc(18vw / 5) ;
  
    border-radius: 8px;
  
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .bv-sec11iimg{
    width: calc(71vw / 5);
    height:calc(71vw / 5);
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  
  .bv-sec11iitxt1{
    margin:0 0 0 calc(15vw / 5);
    
    color: #001d4d;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: left;
  }
  
  .bv-sec11iitxt2{
    margin:0 0 0 0;
    
    color: #ee0018;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: left;
  }

}


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

boat-active  
section12

PC CSS

*****************************************************/
.bv-sec12{
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 42px 0 42px 0;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../image/bv-sec12bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bv-sec12ttl{
  margin:0;
  width: calc(803vw / 10);
  height:calc(210vw / 10);
  max-width: 803px;
  max-height: 210px;
}

.bv-sec12flx{
width: auto;
height: auto;
  padding: 24px 24px;

  background-color: rgba(33,107,202,0.8);
  border-radius: 8px;

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


.bv-sec12item{
  margin: 8px 8px;
  padding: 36px 0;

  width: calc(290vw / 10);
  max-width:290px;
  height: 250px;
  max-height: calc(250vw / 10);

  display: flex;
  flex-direction: column;
  justify-content:space-between;
  align-items: center;
background-color: #fff;
border-radius: 6px;
}

.bv-sec12itemimg1{
  width: 227px;
  height: auto;
}

.bv-sec12itemimg2{
  width: 152px;
  height: auto;
}

.bv-sec12itemimg3{
  width: 120px;
  height: auto;
}

.bv-sec12itemtxt{

  margin: 24px 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
}


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

boat-active  
section12

SP CSS

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

@media(max-width:899px){

  .bv-sec12{
    width: 100vw;
    height: auto;
    margin: 0 0 0 0;
    padding: calc(52vw / 5) 0 calc(52vw / 5) 0;
    background-image: url("../image/bv-sec12bg_sp.webp");
  }
  
  .bv-sec12ttl{
    margin:0;
    width: calc(416vw / 5);
    height:calc(164vw / 5);
    max-width: initial;
    max-height: initial;
  }
  
  .bv-sec12flx{
    margin: calc(36vw / 5) 0 0 0;
    padding: calc(12vw / 5) calc(12vw / 5);
  
    background-color: #216bca;
    border-radius: 6px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .bv-sec12item{
    margin:calc(8vw / 5) calc(8vw / 5);
    padding: calc(15vw / 5) 0;
    width:calc(130vw / 5);
    height:calc(152vw / 5);
    max-width: initial;
    max-height: initial;
    border-radius: 4px;
  }
  
  .bv-sec12itemimg1{
    width:calc(118vw / 5);
    height: auto;
  }
  
  .bv-sec12itemimg2{
    width: calc(80vw / 5);
    height: auto;
  }
  
  .bv-sec12itemimg3{
    width: calc(63vw / 5);
    height: auto;
  }
  
  .bv-sec12itemtxt{
  
    margin:calc(12vw / 5) 0 0 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
  }
}



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

boat-active  
section13

PC CSS

*****************************************************/
.bv-sec13{
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 42px 0 42px 0;
 
  background-color: #ee0018;
}

.bv-sec13txt1{

  text-align: center;
  color:#fff;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
}

.bv-sec13txt2{
margin: 12px 0 0 0;
  text-align: center;
  color:#fff000;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
}






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

boat-active  
section13

SP CSS

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

@media(max-width:899px){
  .bv-sec13{
    width: 100vw;
    height: auto;
    margin: 0 0 0 0;
    padding:calc(42vw / 5)  0 calc(42vw / 5) 0;
  }
  
  .bv-sec13txt1{
  
    text-align: center;
    color:#fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.7;
  }
  
  .bv-sec13txt2{
  margin:calc(6vw / 5) 0 0 0;
    text-align: center;
    color:#fff000;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
  }

}


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

boat-active
rule,privacy,outline,linereg
PC css

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

/*背景固定*/
.bv-bg{
  padding:134px 0 60px 0;/*100px+26px + 48px*/
}

.bv-bg_top{
 padding:174px 0 60px 0;/*100px+26px + 48px*/
}

.bv-bg::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;


  background: linear-gradient(225deg,#00C2FA 0%,#83C1F8 3.6%,#00ADF9 3.6%, #00ADF9 5%, #00B6FA 10.8%,#00BFFA 10.8%, #00BFFA 13.5%, #00ABF9 19.5%, #00FFFD 19.5%, #00FFFD 20%, #00C8FB 29%, #00CBFB 34.4%, #00D6FB 34.4%, #00EAFB 46%, #00F9FD 46%, #00F9FD 100%);

/*
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url('../image/bc-sec3.jpg');
  background-size:cover;*/
}

.bv-ttlbg{
  margin: 20px 0;
  width: 100%;
  height: 146px;
  background-color: #ff0000;
  clip-path: polygon(0 45%, 100% 0%, 100% 55%, 0% 100%);


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

.bv-ttlbg_n{
  background-color: #232eeb;
}

.bv-ttlbox{
  text-align: center;

  color: #fff;
  /*font-style: italic;*/

  transform: skew(-20deg, -3deg); /* 全方向に20度傾斜 */

  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

@media(max-width:1600px){
  .bv-ttlbox{
    transform: skew(-20deg, -3.3deg); /* 全方向に20度傾斜 */
  }
}


.gk-subflm{
  margin:min(calc(32vw / 12),32px) auto 0 auto;
  width:calc(1000vw / 12) ;
  max-width: 1000px;
  height:auto;
  padding: min(calc(42vw / 12),42px) min(calc(36vw / 12),36px);

  background-color: #fff;

  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.7;
}

/*左によせるため*/
.gk-leftsideflm{
  width: calc(730vw / 12);
  max-width: 730px;
  height: auto;

  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.7;
}


.gk-subfixdflm{
  margin:min(calc(24vw / 12),24px) 0 0 0;
  width:calc(1000vw / 12) ;
  max-width: 1000px;
  height:408px;
  padding: min(calc(32vw / 12),32px) min(calc(36vw / 12),36px);

  background-color: #fff;
}

.gk-subfixdflmin{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.gk-subtxt1{
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.4;
  text-align: center;
}

.gk-subtxt2{
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}

.gk-subtxt3{
  margin: 12px 0;
  color:#ff0000;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}


.gk-bigtxt1{
  margin: 22px 0 0 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
}

.gk-txt_normal{
  margin: 6px 0 0 0;
}

.gk-txt_reindent{
  margin: 6px 0 0 1rem;
  text-indent: -1rem;
}


.ttltxt2{
  color:#4A4886;
  font-size: 1.4em;
  font-weight: 700;
}


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

boat-active
rule,privacy,outline,linereg
SP css

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

  .bv-bg{
    padding:calc(134vw / 5) 0 calc(60vw / 5) 0;/*100px+26px + 48px*/
  }
  
  .bv-bg_top{
   padding:calc(126vw / 5) 0 calc(60vw / 5) 0;/*100px+26px*/
  }

  .bv-ttlbg{
    margin:calc(20vw / 5) 0;
    width: 100vw;
    height: calc(102vw / 5);
    clip-path: polygon(0 35%, 100% 0%, 100% 65%, 0% 100%);
  }
  
  .bv-ttlbox{
    text-align: center;
  
    color: #fff;
    /*font-style: italic;*/
  
    transform: skew(-20deg, -4deg); /* 全方向に20度傾斜 */
  
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
  }

  .gk-subflm{
    margin:calc(24vw / 5) auto 0 auto;
    width:calc(420vw / 5) ;
    max-width: initial;
    height:auto;
    padding: calc(24vw / 5) calc(24vw / 5);
  }

  /*左によせ解除*/
.gk-leftsideflm{
  width:100%;
  max-width:initial;
  height: auto;

  font-size: 0.95rem;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

  .gk-subfixdflm{
    margin:calc(24vw / 5) 0 0 0;
    width:calc(420vw / 5) ;
    max-width: initial;
    height:calc(354vw / 5);
    padding: calc(32vw / 5) calc(12vw / 5);
  }

  .gk-subtxt1{
    margin: 0 0 calc(10vw / 5) 0;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .gk-subtxt2{
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
  }
  
  .gk-subtxt3{
    margin: calc(12vw / 5) 0;
    color:#ff0000;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  
  .gk-subtxt4{
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.7;
  }

  .gk-bigtxt1{
    margin: calc(22vw / 5) 0 0 0;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.7;
  }
  
  .gk-txt_normal{
    margin:calc(6vw / 5) 0 0 0;
  }
  
  .gk-txt_reindent{
    margin:calc(6vw / 5) 0 0 1rem;
    text-indent: -1rem;
  }
}


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

boat-active
contact
css
PC

********************************************************/
.gk-contactflx{
  margin:min(calc(36vw / 12),36px) auto 0 auto;
  width:calc(1000vw / 12) ;
  max-width: 1000px;
  height: auto;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gk-contacthead{
  width: 100%;
  height: 60px;

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232eeb;

  color: #ffff00;
  font-size: 1.6rem;
  font-weight: 700;
}

.gk-sendhere{
  width: 350px;
  height: 32px;
}

.gk-contactbox{
  margin: 12px 0 0 0;
  width: 100%;
  height: auto;
  padding: min(calc(48vw / 12),48px) min(calc(86vw / 12),86px);

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

  background-color: #fff;
}

.gk-contacttextarea{
  margin:min(calc(36vw / 12),36px) 0 0 0;
  padding: min(calc(24vw / 12),24px) min(calc(24vw / 12),24px);
  width: calc(800vw / 12);
  max-width: 800px;
  height:300px;
  border-radius: 8px;
}

.gk-contactatxt{
  margin:0;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.gk-contacttop0{
  margin:min(calc(40vw / 12),40px) 0 0 0;
}

.bv-mainbtn{
  margin: 42px auto 0 auto;
  width: 200px;
  height: 45px;

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

  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;

  background-color: #f0960f;
  border-radius: 4px;
}


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

boat-active
contact
css
SP

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

  .gk-contactflx{
    margin:calc(36vw / 5) auto 0 auto;
    width:calc(450vw / 5) ;
    max-width: initial;
    height: auto;
  }
  
  .gk-contacthead{
    width: 100%;
    height: calc(60vw / 5);
  }
  
  .gk-sendhere{
    width:calc(350vw / 5);
    height:calc(32vw / 5);
  }
  
  .gk-contactbox{
    margin:calc(12vw / 5) 0 0 0;
    width: 100%;
    height: auto;
    padding: calc(24vw / 5) calc(24vw / 5);
  }
  
  .gk-contacttextarea{
    margin:calc(24vw / 5) 0 0 0;
    padding:calc(24vw / 5) calc(24vw / 5);
    width: calc(400vw / 5);
    max-width:initial;
    height:calc(300vw / 5);
    border-radius: 8px;
  }
  
  .gk-contactatxt{
    margin:0;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .gk-contacttop0{
    margin:calc(24vw / 5) 0 0 0;
  }

  .bv-mainbtn{
    margin:calc(60vw / 5) auto 0 auto;
    width:calc(320vw / 5);
    height:calc(72vw / 5);

    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 2px;

    border-radius: 4px;
  }

}

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

contact
css
PC

********************************************************/
.gk-contactflm{
  margin:min(calc(24vw / 12),24px) 0 0 0;
  width:calc(1000vw / 12) ;
  max-width: 1000px;
  height:400px;
  padding: min(calc(28vw / 12),28px) min(calc(36vw / 12),36px);

  background-color: #fff;
}

.gk-contacttop0{
  margin:min(calc(40vw / 12),40px) 0 0 0;
}


.gk-point_text5{
  margin: 12px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.gk-formflx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gk-regdit_email{
  margin:min(calc(24vw / 12),24px) 0 0 0;
  width:calc(750vw / 12) ;
  max-width: 750px;
  height: 32px;
  padding: 6px 12px;
}

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

contact
css
SP

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

  .gk-contactflm{
    margin:calc(24vw / 5) 0 0 0;
    width:calc(420vw / 5) ;
    max-width: initial;
    height:calc(354vw / 5);
    padding: calc(24vw / 5) calc(24vw / 5);
  }

  .gk-contacttop0{
    margin:calc(24vw / 5) 0 0 0;
  }

  .gk-regdit_email{
    margin:calc(24vw / 5) 0 0 0;
    width:calc(420vw / 5) ;
    max-width: initial;
    height: calc(32vw / 5);
    padding: calc(6vw / 5) calc(12vw / 5);
  }

}