
.mainimg {
  margin: 60px auto 0;
  width: min(calc(100% - 120px), 1320px);
  height: 600px;
  background: #002449 url("../img/player/bg_mainimg@2x.png") no-repeat right top / cover;
  position: relative;
  overflow: hidden;
}
.mainimg.yuto { margin-top: -30px;}
.mainimg::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 80px;
  background: #c7a840;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainimg img {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 90px);
  z-index: 3;
  height: 520px;
  width: auto;
}
.mainimg.yuto img {left: calc(50% - 30px);}
.mainimg h3 {
  color: #fff;
  position: absolute;
  left: 60px;
  top: 60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.mainimg h3 .small { margin-left: 20px; font-size: 70%; font-weight: bold;}
.mainimg .text {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 42px;
  padding-bottom: 0px;
  color: #c7a840;
  padding-left: 100px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.mainimg .text p.thespa {
  display: flex;
  align-items: baseline;
  margin:0;
}

.mainimg .text p.uni { font-size: 220px;}

.mainimg .text p.name { text-align: left; margin:0 0 0 50px;}
.mainimg .text p.name .thespa { font-size: 22px; text-transform: uppercase; display: block;}
.mainimg .text p.name .jp { font-size: 50px; font-weight: bold; display: block; margin-top: 20px;}

@media only screen and (max-width: 782px) {
  .mainimg { margin: 2vw; width: auto;height: 80vw;background-size: auto calc(100% - 24vw);}
  .mainimg::after {height: 24vw;}
  .mainimg img,
  .mainimg.yuto img {
    width: auto;
    height: 75vw;
    bottom: 0;
    left: calc(50% - 15vw);
  }
  .mainimg h3 {
    left: 5vw;
    top: 5vw;
    font-size: 3vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .mainimg h3 .small { margin-left: 0px;margin-top: 2vw; }
  .mainimg .text {
    padding-bottom: 7vw;
    padding-left: 5vw;
    flex-direction: column;
    align-items: flex-start;
    bottom: 0;
  }
  .mainimg .text p.thespa {
    display: flex;
    align-items: baseline;
    margin:0;
  }
  .mainimg .text p.uni { font-size: 20vw; padding-bottom: 1vw;}
  .mainimg .text p.name {color: #002c5b;  margin:1vw 0 0 0px;}
  .mainimg .text p.name .thespa { font-size: 3vw; }
  .mainimg .text p.name .jp { font-size: 6vw; margin-top: 2vw;}

}


#gallery {
  margin-top: 20px;
  position: relative;
}
.main-swiper { 
  overflow: hidden;
  position: relative;
}
.main-swiper .swiper-slide {
  width: 100%;
}
#gallery img {
  width: 100%;
  height: auto;
}

.thumb-swiper { 
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.thumb-swiper .swiper-slide {
  width: 180px;
  position: relative;
  padding-bottom: 10px;
}

.thumb-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0px;
  transition: all 0.5s ease;
}
.thumb-swiper .swiper-slide-thumb-active::after,
#gallery.over6 .thumb-swiper .swiper-slide-active::after {
  background: #002c5b;
}
.button-next, .button-prev { top: calc(50% - 120px);}
.button-prev { left: -45px;}
.button-next { right: -45px;}
@media only screen and (max-width: 782px) {
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { top: calc(100% - 30px)!important}
  .button-next, .button-prev { top: calc(50% - 2.5vw);}
  .button-prev { left: -2vw;}
  .button-next { right: -2vw;}
}


.dl01 {
  margin: 0;
  display: flex;
  font-size: 86%;
  background: #fff;
}
.h201 + .dl01 { margin-top: 30px;}
.dl01 dt {
  
  font-weight: bold;
  
  padding: 15px 25px;
  width: 220px;
  box-sizing: border-box;
}
.dl01 + .dl01 { margin-top: 5px;}
.dl01 dd {
  padding: 15px 25px;
  width: calc(100% - 220px);
  box-sizing: border-box;
}
@media only screen and (max-width: 782px) {
  .dl01 {
    margin: 15px 0 0 0;
    display: block;
    padding: 2.5vw 4vw;
  }
  .h201 + .dl01 { margin-top: 30px;}
  .dl01 dt {

    padding: 0;
    width: auto;
  }
  .dl01 + .dl01 { margin-top: 2.5px;}
  .dl01 dd {
    padding: 0;
    width: auto;
    margin-top: 3px;
  }
}

.profile {
  background: #fff;
  padding: 40px 60px 50px;
  font-size: 92%;
}
.profile h4 {
  font-weight: bold;
  font-size: 150%;
}
.profile .flx {
  display: flex;
  margin-top: 2.2rem;
}

.profile .flx p { margin-top: 0;}

.profile .flx .left {
  width: 610px;
  padding-right: 70px;
  border-right: #002c5b 1px solid;
}
.profile .flx .right {
  width: calc(100% - 681px);
}
.profile .flx .right table th {
  padding: 0 40px 0 40px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

@media only screen and (max-width: 782px) {
  .profile {padding: 5vw 4vw;}
  .profile h4 { font-size: 130%;}
  .profile .flx { display: block; margin-top: 1.5rem;}
  .profile .flx .left {
    width:auto;
    padding: 0;
    border-right: none;
  }
  .profile .flx .right {
    width:auto;
    padding: 20px 0 0 0;
    margin-top: 20px;
    border-top: #002c5b 1px solid;
  }
  .profile .flx .right table th {
    padding: 0 40px 0 0px;
  }
}

.movie {
  width: 100%;
  position: relative;
}
.movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



