@charset "utf-8";
/* CSS Document */
#adminBox, .acms-admin-box,
.tss_comprehensiveHead,
footer{
  position: relative;
  z-index: 100;
}

img{max-width: 100%;}

.sco_bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sco_bgfade{
  width: 100%;
  height: 100%;
}
.sco_bgfade picture{
  display: block;
  width: 100%;
  height: 100%;
}
.sco_bgfade picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sco_bg .slick-list,
.sco_bg .slick-track{height: 100%;}




.sco_mainbody{
  position: relative;
  line-height: 1.5;
  padding-bottom: 160px;
  z-index: 50;
}
.sco_container{
  position: relative;
  max-width: 960px;
  padding: 0 20px;
  margin: auto;
  background: linear-gradient(#FFF700 0%, #FFA50A 15%, #FFF813 30.5%, #FFFFFF 60%, #FFFFFF 100%);
  box-shadow: 0px 0px 26px #001655;
}
.sco_keyvisual{
  aspect-ratio: 461/273;
  margin-bottom: 140px;
}
.sco_keyvisual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sco_mainbody h1{
  position: absolute;
  left: 0;
  top: 410px;
  width: 100%;
  text-align: center;
}
.sco_mainbody h1 img{width: 71.73%;}
.sco_catch{
  margin-bottom: 14px;
  text-align: center;
}
.sco_catch img{
  width: 89.78%;
  filter: drop-shadow(0 2px 0 rgba(0,22,85,0.2));
}
.sco_txt01{
  line-height: 1.75;
  margin-bottom: 10px;
  padding: 0 24px;
  text-align: center;
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
}
.sco_txt02{
  line-height: 1.75;
  margin-bottom: 32px;
  padding: 0 24px;
  text-align: center;
  font-size: clamp(1rem, 0.594rem + 1.51vw, 1.5rem);/*16-24 430-960*/
  font-weight: bold;
  color: #D22D34;
}
.sco_txt02 span{
  background: linear-gradient(transparent 0%, transparent 40%, #FFFCA2 40%, #FFFCA2 100%);
}
.sco_imagebox{
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.sco_imagebox picture{
  display: block;
  aspect-ratio: 16/9;
}
.sco_imagebox picture:nth-of-type(n+4){display: none;}
.sco_imagebox picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sco_txt03{padding: 34px 16px;}
.sco_txt03 p{
  max-width: 592px;
  line-height: 1.75;
  margin: auto;
  text-align: center;
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
  font-weight: bold;
  color: #000000;
}



.sco_entry{
  position: relative;
  padding: 48px 16px;
  z-index: 30;
}
.sco_entry a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 100px;
  margin: auto;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50px;
  background-color: #E02D33;
  border: 6px solid #001655;
  box-shadow: 0 0 0 10px #FFF700;
  animation: poyopoyo 2s ease-out infinite;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.sco_entry a img{
  margin-bottom: 4px;
  filter: drop-shadow(0 2px 0 #001655);
}
.sco_entry a span{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #FFFFFF;
}
.sco_entry>div{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 100px;
  margin: auto;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 50px;
  background-color: #EFEFEF;
  border: 6px solid #333333;
}



.sco_caution{
  max-width: 960px;
  margin: auto;
  padding: 50px 16px;
  background-color: #FFFFFF;
  border: 6px solid #001655;
  border: 2px solid #E02D33;
  box-shadow: 0px 3px 6px #001655;
}
.sco_caution h2{
  margin-bottom: 8px;
  text-align: center;
  font-size: clamp(0.875rem, 0.571rem + 1.13vw, 1.25rem);/*14-20 430-960*/
  font-weight: bold;
  color: #E02D33;
}
.sco_caution h2 img{margin: 0 4px;}
.sco_caution ul{
  max-width: 840px;
  margin: 0 auto 14px;
  font-size: clamp(0.625rem, 0.422rem + 0.75vw, 0.875rem);/*10-14 430-960*/
  color: #000000;
}
.sco_caution ul li:nth-last-of-type(n+2){margin-bottom: 14px;}
.sco_caution ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.sco_caution ul li b{font-weight: bold;}
.sco_caution ul li span{color: #E62C22;}
.sco_caution p{
  max-width: 840px;
  margin: auto;
  font-size: clamp(0.625rem, 0.422rem + 0.75vw, 0.875rem);/*10-14 430-960*/
  color: #000000;
}



.sco_human > div{
  position: fixed;
  bottom: 0;
  transform: rotate(2deg) translateY(8px);
  transform-origin: bottom center;
}
.sco_maeda{
  width: 16.35%;
  left: 0.7%;
  animation: shake 2s ease-in-out infinite;
}
.sco_yamauchi{
  width: 14.16%;
  left: 12.5%;
  animation: shake 2s ease-in-out 0.5s infinite;
}
.sco_kajitani{
  width: 14.79%;
  right: 14.06%;
  animation: shake 2s ease-in-out 0.2s infinite;
  z-index: 4;
}
.sco_satake{
  width: 15.83%;
  right: 1.875%;
  animation: shake 2s ease-in-out 1s infinite;
  z-index: 2;
}
@keyframes shake{
  0%{transform: rotate(2deg) translateY(8px);}
  50%{transform: rotate(-2deg) translateY(8px);}
  100%{transform: rotate(2deg) translateY(8px);}
}



.sco_imagebox2{display: none;}
.sco_imagebox2 picture{
  display: block;
  aspect-ratio: 16/9;
}
.sco_imagebox2 picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sco_bottom{
  line-height: 2;
  text-align: center;
  font-size: clamp(0.625rem, 0.422rem + 0.75vw, 0.875rem);
  padding-top:24px;
}

.sco_bottom a{
  color:#000;
}

@media screen and (min-width:801px){
  .sco_entry a:hover{
    background-color: #001655;
    border-color: #E02D33;
    animation: none;
  }
}





@media screen and (max-width:977px){/*960px + スクロールバー*/
  .sco_keyvisual{margin-bottom: 14.32vw;}
  .sco_mainbody h1{top: 41.96vw;}
}
@media screen and (max-width:800px){
  .sco_bg{display: none;}
  .sco_mainbody{padding-bottom: calc(17.5vw + 16px);}

  .sco_catch{margin-bottom: 24px;}
  .sco_mainbody h1{top: 44.375vw;}
  .sco_container{
    padding: 0;
    box-shadow: none;
  }
  .sco_imagebox{
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .sco_imagebox picture:nth-of-type(n+4){display: block;}
  .sco_human{
    display: flex;
    align-items: flex-end;
    background: linear-gradient(#FFFFFF 0%, #FFEA02 32.22%, #FFA50A 51.47%, #FFF700 100%);
  }
  .sco_human > div{position: static;}
  .sco_maeda{
    width: 33.6%;
    margin-left: -5.6%;
  }
  .sco_yamauchi{
    width: 28.8%;
    margin-left: -6.6%;
  }
  .sco_kajitani{
    width: 28.8%;
    margin-left: -3.2%;
    margin-right: -3.73%;
  }
  .sco_satake{
    width: 30.93%;
    margin-right: -2.66%;
  }

  .sco_entry{
    position: relative;
    background-color: #E02D33;
    z-index: 20;
  }
  .sco_cautionwrap{
    padding: 0 16px 32px;
    background-color: #E02D33;
  }
  .sco_imagebox2{display: block;}
}
@media screen and (max-width:640px){
  .sco_keyvisual{margin-bottom: 17.5vw;}
  .sco_mainbody h1{top: 43.125vw;}
  .sco_mainbody h1 img{width: 81%;}
  .sco_txt01{text-align: left;}
  .sco_txt02{
    margin-bottom: 18px;
    text-align: left;
  }
  .sco_txt02 p{display: inline;}
  .sco_txt03{padding: 18px 24px;}
  .sco_txt03 p{
    text-align: left;
    font-weight: normal;
  }

  .sco_entry{padding: 32px 16px;}
  .sco_entry a{
    width: 300px;
    height: 80px;
  }
  .sco_entry a img{width: 140px;}

  .sco_caution{padding: 20px 16px 32px;}
  .sco_caution h2 img{width: 16px;}
  .sco_caution ul li:nth-last-of-type(n+2){margin-bottom: 8px;}
}