@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

main{
  margin-top: -2px;
}
.animation-container{
  background-image: -webkit-linear-gradient(left, #111d44, #3151b8);
  background-image: -o-linear-gradient(left, #111d44, #3151b8);
  background-image: linear-gradient(to right, #111d44, #3151b8);
}
#animation-container-1 #ui {
  padding: 0 0 60px 0;
}
.kokoai_mv .contents_container{
  padding: 0;
}

h2{
  font-size: 3.2rem;
  color: #24387A;
  text-align: center;
}
p.read{
  font-size: 1.8rem;
}


.yobo{
  background-color: #F7F7F7;
}

.yobo_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
}
.yobo_list li{
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yobo_list .fusen{
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: url("../images/kokoai/bg_fusen.svg") no-repeat bottom center/100%;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.yobo_list .fusen span{
  width: 14rem;
  font-size: 1.6rem;
  padding: 0.5rem 2rem;
  background-color: #DEE3F7;
  border: 1px solid #24387A;
  border-radius: 3rem;
  color: #24387A;
}
.yobo_list .fusen p{
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #24387A;
}
.yobo_list li img{
  width: auto;
  height: auto;
  max-width: 18rem;
  max-height: 15rem;
}
.yobo_list li:last-child img{
  max-width: 14rem;
}
.yobo_point{
  display: inline-block;
  position: relative;
  margin-top: 6rem;
  color: #6F6F6F;
}
.yobo_point::before{
  position: absolute;
  bottom: -0.2rem;
  left: -4rem;
  content: "";
  display: block;
  border-left: 2px solid #24387A;
  width: 0;
  height: 4rem;
  transform: rotate(-40deg);
}
.yobo_point::after{
  position: absolute;
  bottom: -0.2rem;
  right: -4rem;
  content: "";
  display: block;
  border-right: 2px solid #24387A;
  width: 0;
  height: 4rem;
  transform: rotate(40deg);
}


.nagare{
  background: -webkit-linear-gradient(135deg, #19254D 0%, #2B4599 85%, #2F4BA8 100%);
  background: -o-linear-gradient(135deg, #19254D 0%, #2B4599 85%, #2F4BA8 100%);
  background: linear-gradient(135deg, #19254D 0%, #2B4599 85%, #2F4BA8 100%);
}
.nagare h2,
.nagare p.read{
  color: #fff;
}
.nagare p.read{
  font-size: 1.8rem;
  font-weight: 600;
}
.nagare_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin-top: 4rem;
}

.nagare_list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2rem 3rem;
}
.nagare_list > li:after {
  position: absolute;
  content: "→";
  color: #fff;
  font-size: 5rem;
  font-weight: 800;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
}
.nagare_list > li:last-child:after {
  display: none;
}
.nagare_list > li > p:first-of-type {
  font-size: 3.2rem;
  font-weight: 600;
  color: #24387A;
}

.nagare_list > li > .nagare_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  margin-top: 4rem;
}

.nagare_list > li > h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #24387A;
  margin: 10px 0;
  min-height: 9rem;
}

.nagare_list > li > p:last-of-type {
  font-size: 1.6rem;
  font-weight: 500;
  flex-grow: 1; 
  margin: 0;
}


.release{
  background-color: #fff;
}
.release .contents_container {
  padding: 12rem 3rem;
}
.release h2{
  color: #24387A;
}
.release p.read{
  font-size: 1.8rem;
  font-weight: 600;
  color: #6F6F6F;
}
.schedule_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4rem;
}
.schedule_table tr{
  background-color: #EAEAEA !important;
}
.schedule_table tr.open{
  background-color: #FFFFFF !important;
}
.release_schedule th, td{
  background-color: transparent;
}
.schedule_table th {
  background: #24387A;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  border: 2px solid #24387A;
  border-right: 2px solid #FFFFFF;
}
.schedule_table th:last-child{
  border-right: 2px solid #24387A;
}
.schedule_table td {
  border: 2px solid #24387A;
  padding: 12px;
  vertical-align: middle;
  text-align: left;
  color: #24387A;
  font-weight: 600;
}
.schedule_table tr td:first-child {

}
.released {
  font-weight: bold;
}

.release_info{
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 3rem;
  display: flex;
  max-width: 108rem;
  margin: 6rem auto 0;
}
.release_info img{
  max-width: 28rem;
  margin-right: 4rem;
}

.release_info p.txt1{
  font-size: 2.8rem;
  font-weight: 600;
  color: #24387A;
  text-align: left;
}
.release_info p.txt2{
  font-size: 1.8rem;
  font-weight: 600;
  color: #24387A;
  text-align: left;
  margin-top: 3rem;
}
.release_info p.txt2 a{
  text-decoration: underline;
}


.release_systems{
  margin-top: 3rem;
  text-align: left;
}
.release_systems h4{
  font-size: 1.8rem;
  font-weight: 600;
}
.release_systems ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 6rem;
  padding-left: 2rem;
  margin-top: 2rem;
}
.release_systems ul li{
  font-size: 1.5rem;
  list-style: disc;
  width: 15%;
}


#animation-container-2{
  margin: 0;
  padding: 0;
}
#animation-container-2 #ui {
  padding: 0;
}


.foot_link_btn_contact {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1.5rem 4rem;
  border-radius: 3rem;
  margin-top: 5rem;
  transition: 0.3s;
  background-color: #2c5a99;
  pointer-events: auto;
}



@media (max-width: 767px) {
  
  p.read{
    text-align: center;
  }
  .animation-container.kokoai_mv{
    min-height: auto;
  }
  
  .contents_container h2{
    line-height: 1.5;
  }
  
  .nagare .contents_container h2{
    font-size: 2.0rem;
  }
  .nagare .contents_container p.read{
    text-align: center;
  }
  
  .yobo_list,
  .nagare_list,
  .release_info{
    flex-direction: column;
  }
  .nagare_list{
    gap: 0;
    margin-top: 0;
  }
  
  .yobo_list li,
  .nagare_list > li{
    width: 100%;
    margin-top: 5rem;
  }
  .yobo_list .fusen p {
    font-size: 1.8rem;
  }
  
  .nagare_list > li:after {
    content: "↓";
    top: auto;
    bottom: -5rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .nagare_list > li > .nagare_img {
    margin-top: 2rem;
  }
  .nagare_list > li > h3 {
    font-size: 2.2rem;
    min-height: auto;
  }
  
  .compare_waribiki_box th, td {
    font-size: 1.4rem;
  }
  
  .release_info p.txt1 {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
  
  
}






















