@charset "utf-8";

/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2024                                      */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
}
img {
  width: 100%;
  height: auto;
}

/* link */
/* -------------------------------------------------- */
a:link {
  color: #222;
}
a:visited {
  color: #222;
}
a:hover {
  text-decoration: none;
}


/* header */
/* -------------------------------------------------- */

.pc_head {
  width: 1240px;
  margin: 0 auto;
  height: 240px;
}


/* h */
/* -------------------------------------------------- */
h1 {
  padding: 40px 0 0;
  margin: 0 auto;
  max-width: 892px;
  width: 89.2%;
  box-sizing: border-box;
}

h2 {
  font-size: 48px;
  margin: 30px 0 45px;
  color: #1f5bb5;
  font-weight: bold;
  letter-spacing: 10px;
}

/* footer */
/* -------------------------------------------------- */
footer {
  text-align: center;
  padding: 25px 0 30px;
  font-size: 15px;
}
footer img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
footer .text01 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.pc_foot {
  width: 100%;
  height: 1150px;
  margin: 0 auto;
  padding: 0;
}

/* layout */
/* -------------------------------------------------- */
.mv_wrap {
  background: url(../img/bg_mv.jpg) no-repeat center center / cover;
  height:778px;
}
.mv {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.mv_img {
  text-align: center;
  max-width: 1141px;
  width: 87.7%;
  margin: 0 auto;
}
.mv .schedule {
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
.mv .schedule_wrap {
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 54px;
  padding: 17px 40px;
}
.mv .schedule .content_l {
  width: 38%;
  border-right: 4px dotted #1f5bb5;
  display: flex;
  justify-content: flex-start;
}
.mv .schedule .content_l p {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}
.mv .schedule .content_l img {
  max-width: 251px;
  width: 100%;
}
.mv .schedule .content_r {
  text-align: center;
  margin: 0 auto;
  padding: 5px 10px;
  width: 63%;
  box-sizing: border-box;
}
.mv .schedule .content_r .bold {
  font-weight: bold;
  color: #1f5bb5;
  font-size: 24px;
  margin-bottom: 5px;
}
.mv .schedule .content_r .text {
  font-size: 14px;
  letter-spacing: -0.08em;
  font-weight: bold;
}
.day {
  text-align: center;
  padding: 35px 0;
  background-color: #1f5bb5;
}
.day_img {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.day_img img {
  max-width: 720px;
  width: 72%;
}

section {
  background: url(../img/bg_sec.png) repeat center / auto;
  text-align: center;
}

/* youtube pc */
/*----------------------------------*/
.sec_wrap_m {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.sec_wrap_m p{ 
  padding-top: 40px;
  padding-bottom: 5px;
  font-size: 20px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 80%;
  height: 80%;
}
/*----------------------------------*/

.sec_wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.sec_wrap ul {
  max-width: 1010px;
  margin-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_wrap ul li {
  max-width: 230px;
  width: 23.77%;
  margin-right: 5.97%;
  margin-bottom: 4%;
  text-align: center;
}
.sec_wrap ul li:last-child,
.sec_wrap ul li:nth-child(3) {
  margin-right: 0;
}
.sec_wrap ul li:nth-child(4) {
  margin-left: 12%;
}
.sec_wrap ul li:nth-child(5) {
  margin-right: 12%;
}
.sec_wrap ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.sec_wrap ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.sec_wrap ul li p span {
  display: block;
  font-size: 16px;
  color: #1f5bb5;
}
.sec_wrap ul li p.text01 {
  font-size: 12px;
  margin-top: 0px;
  letter-spacing: -0.05em;
}

/* .bg_box {
  background: url(../img/bg_icon.png) no-repeat 1.5% 2.5% / 15px,
    url(../img/bg_icon.png) no-repeat 1.5% 97.5% / 15px,
    url(../img/bg_icon.png) no-repeat 98.5% 2.5% / 15px,
    url(../img/bg_icon.png) no-repeat 98.5% 97.5% / 15px;
  background-color: #fff;
  border: 4px solid #1f5bb5;
  margin-bottom: 80px;
  padding: 0 40px 50px;
} */

.bg_box {
  background: url(../img/bg_icon.png) no-repeat left 10px top 10px / 15px,
  url(../img/bg_icon.png) no-repeat left 10px bottom 10px / 15px,
  url(../img/bg_icon.png) no-repeat right 10px top 10px / 15px,
  url(../img/bg_icon.png) no-repeat right 10px bottom 10px / 15px;
  background-color: #fff;
  border: 4px solid #1f5bb5;
  margin-bottom: 80px;
  padding: 0 40px 50px;
}
.bg_box h2{
  margin: 40px 0 25px;
}

/* about */
.about p{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 55px;
  text-align: left;
}

.about dl dt{
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;

}
.about dl dt .span01{
  color: #1f5bb5;

}
.about dl dt .span02{
  background: linear-gradient(transparent 50%, #ffffb5 50%);
}
.about dl dd{
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
  line-height: 2;

}

/* rendou */
.lead {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.lead .text_big {
  width: 85%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.6;
}
.lead .font_big {
  font-size: 30px;
}
.lead .font_big .span01 {
  background: linear-gradient(transparent 50%, #ffffb5 50%);
  color: #e10000;
}
.side_l,.side_r {
  position: absolute;
  top: 0;
}
.side_l {
  left: 3%;
  padding-top: 1%;
  width: 60px;
  }
.side_r {
  right: 3%;
  padding-top: 2%;
  width: 60px;
}
.present .text {
  font-weight: bold;
  line-height: 1.8;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
.present .text span {
  font-size: 20px;
  color: #e10000;
}
.present_img {
  width: 100%;
  max-width: 747px;
  margin: 50px auto 0;
}
.present .btn_present {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background: #f16c00;
  border: 2px solid #f16c00;
  width: 71.27%;
  max-width: 650px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 30px;
  margin-top: 40px;
  border-radius: 50px;
  transition: all 0.5s;
}

.present .btn_presentb {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background: #ebaf73;
  width: 71.27%;
  max-width: 650px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 30px;
  margin-top: 40px;
  border-radius: 50px;
}

.present .btn_present:hover {
  background: #fff;
  box-sizing: border-box;
  color: #f16c00;
}
.present .btn_present::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 30px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.present .btn_present:hover::after {
  border-top: solid 2px #f16c00;
  border-right: solid 2px #f16c00;
}
.present .link_blue {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  color: #005bb9;
  margin-top: 30px;
}
.date {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .15em;
  margin-top: 40px;
}
.date span {
  background: linear-gradient(transparent 50%, #ffffb5 50%);
}
.ex {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.8;
}

.center {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_i {
  display: inline-block;
}
.sp_i {
  display: none;
}
.sp_i2{
  display: inline-block;
}


/* ---------------全デバイス共通(PC)-end------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .pc_i {
    display: inline-block;
  }
  .sp_i {
    /* display: none; */
    display: inline-block;
  }

  /* header */
  /* -------------------------------------------------- */

  .g_menu li {
    list-style: none;
  }

  /* h */
  /* -------------------------------------------------- */
  h2 {
    font-size: 40px;
    letter-spacing: 5px;
    margin: 25px 0 40px;
  }

  /* layout */
  /* -------------------------------------------------- */

  .mv .schedule_wrap {
    padding: 10px 20px;
  }

  .mv .schedule .content_l p {
    font-size: 18px;
  }
  .mv .schedule .content_l p:first-of-type {
    width: 76%;
  }
  .mv .schedule .content_r .bold {
    font-size: 18px;
  }
  .mv .schedule .content_r .text {
    font-size: 12px;
    letter-spacing: -0.09em;
  }
  .day_img{
    padding: 0 15px;
  }
  .sec_wrap ul li p.text01 {
    font-size: 11px;
  }

  .about h2{
    margin: 30px 0 25px;
  }
  .about p{
    font-size: 20px
  }

 .lead .font_big {
    font-size: 25px;
  }

  /* about */
  .side_l {
    left: 0;
  }
  .side_r {
    right: 0;
  }  

  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* SP */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_i {
    display: none;
  }
  .sp_i {
    display: inline-block;
  }
  
  .mv_wrap {
    background-image: none;
    height:auto;
  }
  /* header */
  /* -------------------------------------------------- */
  header {


  }
  .sp_head {
    width: 100%;
    height: 60px;
  }

  h1 {
    padding: 0;
    width: 100%;
    max-width: inherit;
  }
  
  .day{
    padding: 10px 0;
  }
  .day_img{
    max-width: inherit;
    width: 85%;
  }
  .day_img img{
    width: 100%;
    max-width: inherit;
  }
  
  /* youtube sp */
/*----------------------------------*/
.sec_wrap_m {
   width: 100%;
   margin: 0 auto;
   text-align: center;
}
.sec_wrap_m p{
   padding-top: 30px;
   padding-bottom: 0;
   font-size: 17px; 
}
/*------------------------------------*/ 
  .sec_wrap{
    padding: 0 15px;
  }
  h2{
    margin: 0;
    padding: 15px 0;
    font-size: 24px;
  }
  .sec_wrap ul {
    max-width: inherit;
    margin-bottom: 30px;
  }
  .sec_wrap ul li {
    max-width: inherit;
    width: 46%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  
  .sec_wrap ul li:nth-child(1) {
    margin-right: 4%;
    margin-left: 4%;
  }
  
  .sec_wrap ul li:nth-child(2) {
    margin-left: 0;
  } 
  
   .sec_wrap ul li:nth-child(4) {
    margin-right: 4%;
    margin-left: 0;
  }
  
  .sec_wrap ul li:nth-child(5) {
    margin-right: 0;
  }
  
   .sec_wrap ul li:nth-child(6) {
    margin-right: 4%;
    margin-left: 0;
  }
  
  .sec_wrap ul li:nth-last-child(-n+3) {
    margin-bottom: 4%;
  }
  .sec_wrap ul li:last-child {
    margin-bottom: 0;
  }
 
  .sec_wrap ul li p{
    font-size: 15px;
  }
  .sec_wrap ul li p span{
    font-size: 10px;
  }
  .sec_wrap ul li p.text01{
    font-size: 8px;
  }

  .sec_wrap {
    padding-bottom: 10px;
  }
  .bg_box{
    margin-top: 30px;
    background: url(../img/bg_icon.svg) no-repeat left 10px top 10px / 15px,
    url(../img/bg_icon.svg) no-repeat left 10px bottom 10px / 15px,
    url(../img/bg_icon.svg) no-repeat right 10px top 10px / 15px,
    url(../img/bg_icon.svg) no-repeat right 10px bottom 10px / 15px;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0 20px 40px;
  }
  .bg_box h2{
    margin: 10px 0 0;
    padding: 10px 0;
  }

  /* about */
  .about p {
    font-size: 15px;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .about dl dt{
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 1.3em;
  
  }
  .about dl dt .span01{
    margin-left: -1.3em;
  
  }
  .about dl dd{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
  
  }
  
  /* rendou */
  .lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .lead .text_big {
    padding-top: 0;
    line-height: 1.5;
  }
  .lead .font_big {
    font-size: 20px;
  }
  .side_l,.side_r {
    top: 20%;
  }
  .side_l {
    left: 0;
    width: 25px;
  }
  .side_r {
    right: 0;
    width: 25px;
  }
  .present .text {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
  }
  .present .text span {
    font-size: 16px;
    color: #e10000;
  }
  .present_img {
    width: 100%;
    max-width: 100%;
    margin: 25px auto 0;
  }
  .present .btn_present {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 15px;
    margin-top: 20px;
  }
  .present .btn_present::after {
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .present .link_blue {
    font-size: 15px;
    margin-top: 15px;
  }
  .date {
    font-size: 16px;
    margin-top: 20px;
  }
  .ex {
    font-size: 11px;
    margin-top: 10px;
    line-height: 1.5;
  }

  footer img {
    width: 75%;
    max-width: 451px;
    height: auto;
  }

  .sp_footer {
    width: 100%;
    height: 800px;
  }

  /* ---------------------SP END----------------------------- */
}
