@charset "UTF-8";

:root {
  --primary: #E78933;
  --secondary: #F6AD17;
  --accent: #F8E237;
  --gradation: linear-gradient(70deg, #F58219, #F6AD17);
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

/*-----------------------------
pc/sp
------------------------------*/
.sp {
  display: none !important;
}

@media (max-width: 900px) {
  .sp {
    display:inline-block !important;
  }
  .pc {
    display: none !important;
  }
}

/*-----------------------------
common
------------------------------*/
.bg-gray{
    background-color: #f7f7f7;
}

.small {
    font-size: 12px;
    font-weight: 400;
}
@media (max-width: 900px) {
  .small {
    display: block;
  }
}

.yellow {
  color: #F8E238;
}
.wrapper {
    padding-top: 0px!important;
}
.youtube {
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube_btn{
    text-align: center;
}
.youtube_btn img{
    max-width: 450px;
    width:100%;
    height: auto;
}
#slide1,#slide2{
  margin:0 auto 30px auto;
  text-align:center;
}
#slide1 img,#slide2 img{
  width:100%;
}

/*-----------------------------
content
------------------------------*/

@media (min-width: 900px) {
    .pc_title{
        width:100%;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }
    .youtube_area{
        clear: both;
        overflow: hidden;
    }
    .youtube {
      width: 50%;
      float: left;
    }
    .youtube_btn{
      width: 50%;
      float:left;
      padding-top: 8%;
    }
}
@media (min-width: 1000px) {
    .btn-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px 15px;
    width: 1000px;
    margin: 40px auto;
    }
}
@media (max-width: 1000px) {
    .btn-list{
    /* display: grid; */
    /* grid-template-columns:1fr; */
    /* grid-gap: 10%; */
    width: 100%;
    margin: 10% auto;
    }
    .btn-list li{
      margin:5% auto;
      text-align:center;
    }
}
@media (max-width: 900px) {
    .sp_title{
        width:100%;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }
    .sp_title img{
        width: 100%;
    }
    .youtube {
      width: 100%;
    }
    .youtube_btn{
      margin-top:20px;    
    }
}
