@charset "utf-8";

/* テスト */


/* body{
  overflow-y: auto !important;
  height: inherit !important;
}

.loading{
  display: none !important;
} */

.pagetop{
  display: none !important;
} 
@media (max-width: 768px){

  footer
  {
  z-index: 999;
  position: relative;
  background: #fff;
  margin: 0 !important;
  padding: 2em ;
  }
 
}


@keyframes fadeIN {
  100% {
    opacity: 1;
  }
}


@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ta_left {
    text-align: left !important;
  }
}

.lp-main img {
  max-width: 100%;
  height: auto;
}
.mtS {
  margin-top: 20px;
}
.mtM {
  margin-top: 40px;
}

.txtS {
  font-size: 90%;
}
.txt12 {
  font-size: 12px;
}
.txt_bold{
  font-weight: bold;
}

body {
  height: 100vh;
  overflow-y: hidden;
}

.loading_off {
  overflow-y: auto;
  height: inherit;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.4s;
}
.loading.off {
opacity: 0;
}
.loading__inner {
  width: 80%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
}


/* .loading__inner img{
    width: 100%;
    height: auto;
  } */

.loading__bfp {
  display: flex;
}

.loading__bfp span {
  opacity: 0;
  animation: fadeIN 0.5s forwards;
}

.loading__bfp span:nth-of-type(1) {
  animation-delay: 1s;
}

.loading__bfp span:nth-of-type(2) {
  animation-delay: 1.1s;
}

.loading__bfp span:nth-of-type(3) {
  animation-delay: 1.3s;
}

.loading__bfp span:nth-of-type(4) {
  animation-delay: 1.4s;
}

.loading__bfp span:nth-of-type(5) {
  animation-delay: 1.5s;
}

.loading__bfp span:nth-of-type(6) {
  animation-delay: 1.6s;
}

.loading__bfp span:nth-of-type(7) {
  animation-delay: 1.7s;
}

.loading__bfp span:nth-of-type(8) {
  animation-delay: 1.8s;
}

.loading__bfp span:nth-of-type(9) {
  animation-delay: 1.9s;
}

.loading__bfp span:nth-of-type(10) {
  animation-delay: 2.0s;
}

.loading__bfp span:nth-of-type(11) {
  animation-delay: 2.1s;
}

.loading__bfp span:nth-of-type(12) {
  animation-delay: 2.2s;
}

.loading__stand {
  opacity: 0;
  animation: fadeIN 2s forwards;
  animation-delay: 3s;
}

.loading__with {
  opacity: 0;
  animation: fadeIN 1s forwards;
  animation-delay: 3.6s;
}

.loading__ua {
  opacity: 0;
  animation: fadeIN 2s forwards;
  animation-delay: 4.2s;
}
@media (max-width: 768px) {
  .loading{
    /* height: calc(100vh - 200px); */
  }
}
.flag_1 {
  height: 50%;
  max-width: 500px;
  background-color: #005bbb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* animation: load_1 1s forwards cubic-bezier(0.76, 0, 0.24, 1); */
  animation: load_1 0.6s forwards cubic-bezier(0.35, 0.03, 0.69, 0.94);
  animation-delay: 6s;
  transform: translateX(-100%);
}

.flag_1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  left: -100%;
  position: absolute;
}

.flag_2 {
  height: calc(50% + 1px) ;
  max-width: 500px;
  background-color: #ffd500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* animation: load_2 1s forwards cubic-bezier(0.76, 0, 0.24, 1); */
  animation: load_2 0.6s forwards cubic-bezier(0.35, 0.03, 0.69, 0.94);
  animation-delay: 6s;
  transform: translateX(100%);
}

.flag_2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  left: 100%;
  position: absolute;
}

@keyframes load_1 {
  100% {
    transform: translateX(100%)
  }
}

@keyframes load_2 {
  100% {
    transform: translateX(-100%)
  }
}

.mv {
  height: 100vh;
  position: relative;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 60%;
  min-height: 560px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.mv__logo {
  opacity: 0;
  width: 50%;
}

.mv__item {
  opacity: 0;
  width: 40%;
  margin-top: auto;
}

.on .mv__logo {
  animation: fadeIN 1s ease-in forwards;
  /* animation-delay: 2s; */
}

.on .mv__item {
  animation: fadeIN 1s ease-in forwards;
  animation-delay: 0.8s;
}

@media (max-width: 768px) {
  .mv{
    height: calc(100vh - 200px);
  }
  .mv_inner {
    width: 64%;
    flex-direction: column;
    min-height: auto;
    align-items: center;
  }
  .mv__logo {
    width: 100%;
    max-width: 500px;
  }
  .mv__item {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }
}

.box {
  /* overflow: hidden; */
}

.sec {
  width: calc(100% - 65px);
  margin-left: auto;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}

.sec__inner {
  /* position: absolute; */
  width: 90%;
  max-width: 1000px;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

.sec h2 {
  font-size: 19px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .sec {
    width: calc(100% - 30px);
    padding: 80px 0;
  }
  .sec__inner {
    font-size: 13px;
  }
  .sec h2 {
    font-size: 15px;
  }
}

.side_logo {
  width: 60px;
  position: fixed;
  left: 5px;
  top: 2vh;
  border-radius: 5px;
  height: 96vh;
  /* opacity: 0.8; */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* text-orientation: upright; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transform: translateY(120%) rotate(180deg);
  transition: 1s;
}

.box_on .side_logo {
  transform: translateY(0) rotate(180deg);
}

.box_off_T .side_logo{
  transform: translateY(-120%) rotate(180deg);
}

@media (max-width: 768px) {
  .side_logo {
    width: 30px;
    font-size: 14px;
  }
}

.fixBtn {
  width: 150px;
  height: 150px;
  opacity: 0;
  border-radius: 50%;
  background-color: #582c83;
  color: #fff;
  position: absolute;
  transition: 0.8s;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

.fixBtn span {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}

.fixBtn .arrow {
  width: 20px;
  height: 20px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin: 0 auto;
}

.box_on .fixBtn {
  opacity: 0.8;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.box_on .fixBtn:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .fixBtn {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
  .fixBtn span {
    font-size: 10px;
  }
}

.sec1 .bg {
  opacity: 0.15;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.sec1 .sec__inner {
  z-index: 1;
}

.sec1 .side_logo {
  background-color: #582c83;
  color: #fff;
}
@media (max-width: 768px) {
  .sec1 {
    flex-direction: column;
  }
  .sec1 .bg {
    opacity: 1;
    top: inherit;
    left: inherit;
    transform: inherit;
    position: relative;
    width: 90%;
    z-index: 0;
    margin: 20px auto 0;
}
}
.sec2 {
  background: #f3f8fd;
  width: calc(100% - 70px);
}
.sec2 .img img {
  margin-top:-20px;
}
.sec2 .img img {
  max-width: 240px;
  width: 70%;
}

.sec2 .side_logo {
  background-color: #005bbb;
  color: #ffd500;
}

.sec2 .fixBtn .arrow {
  margin-top: 5px;
}

.sec2 .imgWrap{
  display: flex;
  max-width: 500px;
  margin: 20px auto 0;
  justify-content: space-around;
}
.sec2 .imgWrap > div:first-child{
  width: 66%;
}
.sec2 .imgWrap > div:last-child{
  padding-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec2 .imgWrap2{
  display: flex;
  max-width: 500px;
  margin: 20px auto 0;
  justify-content: space-around;
}
.sec2 .imgWrap2 > div:first-child{
  width: 70%;
}
.sec2 .imgWrap2 > div:first-child img{
  vertical-align: bottom;
}
.sec2 .imgWrap2 > div:last-child{
  margin-left: 10px;
  background: #fff;
  width: calc(30% - 10px);
  align-items: flex-end;
  display: flex;
}
.sec2 h3 {
  font-weight: bold;
}
@media (max-width: 768px) {
  .sec2 {
    width: calc(100% - 35px);
  
  }

}

.sec3 h3 {
  font-weight: bold;
  
  margin-bottom: 5px;
}

.dantai {
    max-width: 500px;
    margin: 40px auto 0;
    background: #f3f8fd;
    padding: 20px;
    /* border-radius: 10px; */
    font-size: 90%;
    text-align: center;
}
/* .dantai h4{
  padding-left: 12px;
  position: relative;
}
.dantai h4::before{
  content: "";
  background-color: #ffd500;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}
.dantai p{
  font-size: 90%;
}
.dantai p + h4{
  margin-top: 16px;
} */
/* .sec3 .img {
  margin: 20px 0 0;
} */

.sec3 .img img {
  max-width: 360px;
  width:74%;
}

.sec3 .btn {
  background-color: #582c83;
  color: #fff;
  border-radius: 16px;
  display: block;
  max-width: 340px;
  padding: 20px;
  margin: 30px auto 0;
}

.sec3 .btn span {
  display: block;
  font-size: 11px;
}

.sec3 .btn {
  transition: 0.6s;
}

.sec3 .btn:hover {
  opacity: 0.8;
}

.sec3 .side_logo {
  background-color: #ffd500;
  color: #005bbb;
}

.sec3 .fixBtn .arrow {
  transform: rotate(135deg);
}

.sec3 .fixBtn__inner {
  margin-top: -10px;
}


.new_mv{
  display: flex;
  justify-content: center;
  margin: 50px auto;
  max-width: 1200px;
}
.new_mv > div{
  position: relative;
  overflow: hidden;
  width: 25%;
}

.new_mv > div::before{
  content: "";
  transform: scaleY(0);
  width: 100%;
  height: 100%;
  background-color: #eee;
  position: absolute;
    top: 0;
   
}
.new_mv > div:nth-child(2n)::before{
  background-color: #f5f5f5;
}
.new_mv > div:nth-of-type(1)::before{
  animation: mvbg 0.8s 0s cubic-bezier(.19,1,.22,1) forwards;
}

.new_mv > div:nth-of-type(2)::before{
  animation: mvbg 0.8s 0.3s cubic-bezier(.19,1,.22,1) forwards;
}

.new_mv > div:nth-of-type(3)::before{
  animation: mvbg 0.8s 0.6s cubic-bezier(.19,1,.22,1) forwards;
}
.new_mv > div:nth-of-type(4)::before{
  animation: mvbg 0.8s 0.8s cubic-bezier(.19,1,.22,1) forwards;
}
.new_mv img{
  opacity: 0;
  filter: blur(1px);
  vertical-align: bottom;
}

.new_mv > div:nth-of-type(1) img{
  animation: mvImg 5s 1s cubic-bezier(.19,1,.22,1) forwards;
  transform: translateY(5%);
}

.new_mv > div:nth-of-type(2) img{
  animation: mvImg 5s 1.6s cubic-bezier(.19,1,.22,1) forwards;
  transform: translateY(-5%);
}

.new_mv > div:nth-of-type(3) img{
  animation: mvImg 5s 2.4s cubic-bezier(.19,1,.22,1) forwards;
  transform: translateY(5%);
}

.new_mv > div:nth-of-type(4) img{
  animation: mvImg 5s 3.2s cubic-bezier(.19,1,.22,1) forwards;
  transform: translateY(-5%);
}

@keyframes mvbg {
  100% {
    transform: scaleY(1);
  }
}

@keyframes mvImg {
  30% {
    transform: translateY(0) scale(1);
 
  }
  100%{
    filter: blur(0);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .new_mv{
margin: 0;
    flex-wrap: wrap;
  }
  .new_mv > div{
    width: 50%;
  }
  .new_mv > div img{
    width: 100%;
    transform: translateY(0) !important;
  }

  .new_mv > div:nth-of-type(3)::before{
    background-color: #f5f5f5;
  }
  
  .new_mv > div:nth-of-type(4)::before {
    background-color: #eee;
  }

  .new_mv > div:nth-of-type(1){
    order: 1;
  }
  .new_mv > div:nth-of-type(2){
    order: 2;
  }
  .new_mv > div:nth-of-type(3){
    order: 4;
  }
  .new_mv > div:nth-of-type(4){
    order: 3;
    
  }

  .new_mv > div:nth-of-type(4) img{
    animation: mvImg 5s 2.4s cubic-bezier(.19,1,.22,1) forwards;
    transform: translateY(5%);
  }
  
  .new_mv > div:nth-of-type(3) img{
    animation: mvImg 5s 3.2s cubic-bezier(.19,1,.22,1) forwards;
    transform: translateY(-5%);
  }
}



.mv_logo{
  display: flex;
  justify-content: center;
  max-width: 800px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
 
}

.mv_logo__logo{
  opacity: 0;
  max-width: 600px;
}

.on .mv_logo__logo{
  animation:fadeIN 1.2s forwards;
}



.mv_logo__kuma{
  margin-top: 30px;
  filter: grayscale(100%);
  opacity: 0;
  max-width: 240px;
  margin-left: -40px;
}

.on .mv_logo__kuma{
  animation:fadeIN 1.2s 0.8s forwards,filter 2s 1.8s forwards;
}

@keyframes filter {
  100%{
    filter: grayscale(0);
  }
}
@media (max-width: 768px) {
  .mv_logo{
    display: block;
    margin: 50px auto 0;
  }

.mv_logo__kuma  {
    text-align: center;
    margin: 50px auto 0;
}

}


.new_sec{
  padding: 60px 5%;
  text-align: center;
  line-height: 2;
}




.line_box:before {
  left: 0;
  top: 0;
  border-top: 0px solid #5d308d;
  border-right: 0px solid #5d308d;
  transition: width .3s ease .5s ,height .3s ease .8s;
  -webkit-transition: width .3s ease .5s ,height .3s ease .8s;
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 0%;
}


.on .line_box:before {
  width: 100%;
  height: 100%;
  border-top: 1px solid #5d308d;
  border-right: 1px solid #5d308d;
}



.line_box:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  border-left: 0px solid #5d308d;
  border-bottom: 0px solid #5d308d;
  transition: width .3s ease .5s ,height .3s ease .8s;
  -webkit-transition: width .3s ease .5s ,height .3s ease .8s;
}

.on .line_box:after {
  width: 100%;
  height: 100%;
  border-left: 1px solid #5d308d;
  border-bottom: 1px solid #5d308d;
}
.line_box{    
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px ;
  position: relative;}

  .line_box h2{
    font-weight: bold;
    margin-bottom: 30px;
  }

  .gray_box{ 
    background-color: #f5f5f5;
    padding: 40px;
    text-align: left;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .gray_box p + h2{
    margin-top: 30px;
  }

  .gray_box table td{
    padding-left: 15px;
  }

@media (max-width: 768px) {
  .gray_box {
    padding: 20px;
  }
  .gray_box table th,
  .gray_box table td{
    padding-left: 0;
    display: block;
  }
}

  .new_last{
    padding-bottom: 220px;
  }

  .new_sec.scroll{
    opacity: 0;
  }
  
  .new_sec.scroll.on{
    animation: fadeIN 1s forwards;
  }