 @charset 'utf-8';

  @media (max-width:1000px) {

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.example {
  padding-top: 0 !important;
    text-align: left !important;
   margin-bottom: 1rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 0 ;
}




  }

    @media (max-width:560px) {

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
  }


 @media (max-width: 768px) {

    .zabuton_yume iframe {
  max-width: 100%;
   aspect-ratio: 16 / 9;
}

    #share , .about , .bg_new , .bg_guest , .bg_parti {
    padding: 2rem !important;
    margin-bottom: 2rem;
}


.topsp {
  display: block;
}

.toppc {
  display: none;
}


.wrap {
  margin: 0 auto;
     padding: 0;  
}


  .sp-br {
    display: inline;
  }

  .scrollNav img {
 display: none;
}
  
    .button-row ul{
    flex-wrap: wrap;
}


    .hamburger {
      display: flex;
    }


    .button-row {
      position: fixed;
      top: 0;
      right: -100%;           
      left: auto;   
      width: 60%;
      align-items: center;
      z-index: 150;
      background: rgba(78, 13, 13, 0.8);  
      height: 100vh;
  transition: right 0.4s;
}
 .button-row li{
  margin-top: 25%;
 }

 .button-row li.btn {
  opacity: 1;
}

    .button-row li a  {
      padding: 24px 48px;
     font-size: 0.6rem;
    }
    

.button-row.is-open {
  right: 0;
 
}
.button-row li.btn {
  opacity: 1;
  max-width: 200px;  
  
}


.button-row li.btn li {
  margin: 0;
}

.button-row li.btn a {
  position: relative;
   top: 3px;  
  right: 3px;  
    text-decoration: none;
    font-size: 1.5rem;
    color: #222222;
    padding: 24px 48px;
    display: block;
 justify-content: center; 
     display: flex;
  flex: 1;
}


/*about */

 
.about {
background:linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.4)),
url("../img/about_bgsp.jpg");
background-repeat: no-repeat no-repeat;
background-size: cover;
  background-position: center; 
  padding-bottom: 5rem;
  height: 150vh;

  
}
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 60%;
  margin: auto;
  background: white;
  filter: blur(20px);
  opacity: 0.7;
}





/* 募集企画 */


    


.zabuton_yume p {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 0;
  font-weight: 600;
}

  .ball img { 
  width: 100px; 
}

.bat img {
  width: 100px; 
}


.zabuton_yume h3{
    font-size: 1.5rem;
}


/* 挑戦募集 */


.passion {
  position: absolute;
    left: -3%;
  top: -3%;
 
}


.passion img {
 width: 110px;
}



.tatoeba {
  background-size: 100% 40%;
  background-position: 40% 50%;
  padding: 2px;
  margin-top: 1rem;

}

.letstry p {
  position: relative;
  z-index: 3;
  line-height: 1.5;

}

.muscle {
 width:180px;
  right: -10%;
  bottom: 0;
}

 }



/* スマホ */


 @media (max-width:474px) {
  .scrollNav img {
 display: block;
}
  


 #share , .about , .bg_new , .bg_guest , .bg_parti {
    margin-bottom: 1rem;
}


 .mainvisual img {
 width: 95vw;
  height: 100vh;
  object-fit: contain;
}

.about {
    height: 80vh;
      display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zabuton_yume {
    padding: 2rem 2rem 2rem;
}

/* 挑戦募集 */
 .letstry h3 {
    line-height: 1.3;
    padding-bottom: 1rem;
    padding-top: 0;
 }

.letstry p {
  position: relative;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 0;
    line-height: 1.6;
  
}


.passion {
  position: absolute;
    left: -6%;
  top: -3%;
 
}


.passion img {
 width: 80px;
}

.muscle {
  width:150px;
  right: -20%;
  bottom: -5%;
 z-index: 2;

}
.tatoeba {
  padding-bottom: 1rem;
}


.etc {
  text-align: center;
  margin-bottom: 1.3rem;
  margin-top: 0.5rem;
}


.cta  {
  font-size: 1rem !important;
  font-weight: 900;
   white-space: nowrap;
}

.SNS_link img {
    width: 100%;
    margin: 0 auto;
  }

 }