@charset "UTF-8";
/* CSS Document */

body {
  overflow-x: hidden;
}

#mainV {
  width: 100%;
}

#mainV {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #444;
  position: relative;
}

#mainV .next-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
}

#mainV .prev-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 2;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
}

#mainV img {
  width: 100%;
  height: auto;
}

#partner {
  width: 100%;
}
#partner p {
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
}

.btnArea2 {
  margin: 1rem auto;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  align-items: center;
}

.btnArea2 ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.btnArea2 ul li {
  width: 100%;
  height: 100%;
}

.btnArea2 ul li a {
  width: 100%;
  height: 100%;
}

.btnArea2 ul li img {
  width: 100%;
  height: 100%;
  max-height: 110px;
  object-fit: contain;
}


.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  position: absolute;
  bottom: 29px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}


#sec00 {
  width: 100%;
  padding: 60px 0;
}

#sec00 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#sec00 article .moreBtn {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #1C46F7;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  font-weight: 600;
}


#sec01 {
  width: 100%;
  padding: 60px 0;
}

#sec01 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#sec01 article .bnrArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec01 article .bnrArea a {
  width: 48%;
  display: block;
  margin-bottom: 40px;
  font-size: 0;
}

#sec01 article .bnrArea a img {
  width: 100%;
  height: auto;
}

.cs {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 100px 0;
  text-align: center;
}

h2 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 6px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
}

h2::after {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  background-color: #1C46F7;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -1px;
}

h4 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 6px;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}

#sec01 p {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 3px;
}

#sec02 {
  width: 100%;
  padding: 60px 0;
  background-color: #f5f5f5;
}

#sec02 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.video-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1000px;
}

/* ─ 最新動画 ─ */
.latest-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.latest-info {
  margin-top: 15px;
}

.latest-info .date {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}

.latest-info h3 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.latest-info p {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 4px;
}

/* ─ 過去動画 ─ */
.video-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.video-item iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.video-info .date {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
}

.video-info h3 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.video-info p {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 2px;
}

/* 折りたたみ用 */
.video-info p.expanded {
  max-height: 1000px;
}

.read-more {
  cursor: pointer;
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
  user-select: none;
  color: #666;
}

.read-more:hover {
  color: #000;
  text-decoration: underline;
}

.title-with-sub {
  display: flex;
  align-items: baseline;
  column-gap: 30px;
}

.title-with-sub .sub-text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  letter-spacing: 6px;
}



.ytWrap {
  margin-bottom: 60px;
}

.ytWrap dt {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
}

.ytWrap dt iframe {
  width: 100%;
  height: 100%;
}

.ytWrap dd {
  width: 100%;
}

.ytWrap dd span {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}

.ytWrap dd h3 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.ytWrap dd p {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 4px;
}


#tgl1 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}


.ytAc {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



.ytAc dt {
  width: 50%;
}

.ytAc dt {
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
}

.ytAc dt iframe {
  width: 100%;
  height: 100%;
}



.ytAc dt img {
  width: 100%;
  height: auto;
}

.ytAc dd {
  width: 47%;
}

.ytAc dd span {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
}

.ytAc dd h3 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.ytAc dd p {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 2px;
}



.box {
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
  color: #FFF;
  cursor: pointer;
  height: 60px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  user-select: none;
  width: 100%;
  background-color: #1C46F7;
  display: flex;
  justify-content: center;
  align-items: center;
}


#sec03 {
  width: 100%;
  padding: 60px 0;
}

#sec03 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}




#sec03 article .bnrArea {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec03 article .bnrArea a {
  width: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 0;
}

.bnrArea a img {
  width: 100%;
  height: auto;
}


.podEmb {
  width: 100%;
}

.podEmb iframe {
  width: 100%;
  height: auto;
  height: 460px;
}


#sec04 {
  width: 100%;
  padding: 60px 0;
  background-color: #f5f5f5;
}

#sec04 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


#sec04 article #member {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec04 article #member dl {
  width: 32%;
  background-color: #fff;
}

#sec04 article #member dl dt {
  width: 100%;
  background-color: #f5f5f5;
}

#sec04 article #member dl dt img {
  width: 100%;
  height: auto;
}


#sec04 article #member dl dd {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#sec04 article #member dl dd h3 {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #ddd 1px solid;
}

#sec04 article #member dl dd p {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
}

#sec04 article #member dl dd .snsIcon {
  width: 100%;
  padding-top: 10px;
  display: grid;
  row-gap: 8px;
  justify-content: center;
}

#sec04 article #member dl dd .snsIcon .sns-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

#sec04 article #member dl dd .snsIcon a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

#sec04 article #member dl dd .snsIcon a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

#sec04 article #member dl dd .snsIcon a i.fa-solid {
  transform: scale(0.9);
}

#sec04 article #member dl dd .snsIcon a span {
  font-size: 16px;
  line-height: 1;
  margin-left: 8px;
}

#sec05 {
  width: 100%;
  padding: 60px 0;
  background-color: #1C46F7;
}

#sec05 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


#sec05 article h2 {
  color: #fff;
}

#sec05 article h2::after {
  background-color: #fff;
}


#sec05 article #formArea {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

#sec05 article #formArea::after {
  width: 100%;
  height: 40px;
  content: "";
  background-color: #1C46F7;
  position: absolute;
  top: 0px;
}

#sec05 article #formArea::before {
  width: 100%;
  height: 40px;
  content: "";
  background-color: #1C46F7;
  position: absolute;
  bottom: 0px;
}


#sec05 article #mailer {
  width: 100%;
}

#sec05 article #mailer dt {
  width: 100%;
  margin-bottom: 30px;
}

#sec05 article #mailer dt img {
  width: 100%;
  height: auto;
}

#sec05 article #mailer dd {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1;
}

#sec05 article #mailer dd a i {
  margin-right: 10px;
}

#sec05 article #mailer dd .mailto {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1px;
}

#sec05 article #mailer dd .mailto a {
  color: #fff;
}







#sec06 {
  width: 100%;
  padding: 60px 0;
}

#sec06 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


#sec06 article .bnrArea {
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec06 article .bnrArea a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 0;
}



#sec07 {
  width: 100%;
  padding: 60px 0;
}

#sec07 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


#sec07 article .bnrArea {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sec07 article .bnrArea a {
  width: 50px;
  display: block;
  font-size: 50px;
  line-height: 1;
  margin: 0 20px;
  color: #000;
}






@media all and (max-width: 769px) {


  #mainLine p {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
  }


  #mainLine {
    background-color: #1C46F7;
    width: 100%;
    height: 60px;
  }


  #naviLine {
    display: none;
  }
  #sec00,
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05,
  #sec06,
  #sec07 {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }

  #sec01 article .bnrArea a {
    margin-bottom: 30px;
  }


  h2 {
    font-size: 30px;
    letter-spacing: 6px;
    padding-left: 40px;
  }
  .title-with-sub h2 {
    margin-bottom: 0;
  }
  .title-with-sub .sub-text {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 1rem;
  }

  h2::after {
    content: "";
    width: 25px;
    height: 2px;
    left: 0px;
    margin-top: -1px;
  }

  h4 {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }

  #sec01 p {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 2px;
  }


  .ytWrap dt {
    margin-bottom: 20px;
  }

  .ytWrap dd span {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
  }

  .ytWrap dd h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 4px;
  }

  .ytWrap dd p {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 4px;
  }

  .ytAc {
    width: 48%;
    margin-bottom: 30px;
    display: initial;
  }

  .ytAc dt {
    width: 100%;
    margin-bottom: 15px;
  }


  .ytAc dd {
    width: 100%;
  }

  .ytAc dd span {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 2px;
  }

  .ytAc dd h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
  }


  .ytWrap {
    margin-bottom: 30px;
  }


  .ytAc dd p {
    width: 100%;
    display: block;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 2px;
  }




  .acWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }



  .box {
    text-align: center;
    font-size: 12px;
    letter-spacing: 4px;
    height: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }

  #sec03 article .bnrArea {
    width: 90%;
  }


  sec03 article .bnrArea a {
    width: 40%;
    margin-bottom: 20px;
  }

  #sec04 article #member dl {
    width: 100%;
    background-color: #fff;
  }


  #sec04 article #member dl dd {
    width: 100%;
    padding: 20px;
  }

  #sec04 article #member dl dd h3 {
    font-size: 16px;
    letter-spacing: 4px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #ddd 1px solid;
  }


  #sec04 article #member dl dd p {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 2px;
  }

  #sec05 article h2 {
    color: #fff;
  }


  #sec06 article .bnrArea {
    width: 80%;
    text-align: center;
  }

  #sec06 article .bnrArea a {
    width: 80%;
    margin: 0 auto;
  }

  #sec07 article .bnrArea {
    width: 60%;
    margin: 0 auto;
  }

  #sec07 article .bnrArea a {
    width: 30%;
  }


  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 0px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }



  #sec05 article #formArea {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  #sec05 article #formArea::after {
    display: none;
  }

  #sec05 article #formArea::before {
    display: none;
  }


  .cs {
    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
  }


  #tgl1 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }

}

@media (max-width: 768px) {
  .btnArea2 ul {
    /* flex-direction: column; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 700px) {
  .video-item {
    grid-template-columns: 1fr;
  }

  .title-with-sub {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .latest-info h3 {
    font-size: 20px;
    letter-spacing: 2;
  }
}