  @charset "utf-8";
  @media screen and (max-width:700px) {
    /*== ブレークポイント =============================================================================*/
    html {
      font-size: 4.2vw;
    }

    body{
        overflow-x: hidden;
        width: 100%;
        min-width: auto;
    }

    /*共通マージン設定*/
    .mb1x1 {
      margin-bottom: 2.5rem !important;
    }
    .mb1x2 {
      margin-bottom: 1.8rem !important;
    }
    .mb1x3 {
      margin-bottom: 1rem !important;
    }
    .mb1x4 {
      margin-bottom: 0.5rem !important;
    }
    .mb1x5 {
      margin-bottom: 1.5rem !important;
    }
    .pb1x1 {
      padding-bottom: 1rem !important;
    }
    .pt1x1 {
      padding-top: 3.2rem !important;
    }
      
      
    .pc {
      display: none;
    }
    .sp {
      display: inherit;
    } 
    br.sp {
      display: inline;
    }
    
	  

    .header {
      width: 100%;
    }
    .header img{
      width: 93vw;
      margin: auto;
    }
      
    .doga iframe{
        width: 93%;
        height: 240px;
    }
    .doga video{
        width: 93%;
        height: 240px;
    } 
      
    .main {
      width: 100%;
    }
    .main img{
      width: 93vw;
      margin: auto;
    }
      
      
      
      
      
.itemttl {
      width: 93vw;
}
.itemttl p {
      font-size: 5.6vw;
      line-height: 7.5vw;
      padding: 10px 0 8px;
      margin-bottom: 0.3em;
}
.redttl {
}
.goldttl {
}
.bluettl {
}
.pinkttl {
}
.chattl {
}


.itemttl .smalltext {
  font-size: 4.2vw;
}
.about{
      width: 93vw;
}
.abouttext{
      font-size: 3.5vw;
      line-height: 5.5vw;
} 
      
      

      
    .ctttl {
      width: 93vw;
    }
   .ctttl p{
      font-size: 4.4vw;
      line-height: 7.5vw;
      padding: 8px 0 6px;
      margin-bottom: 0.3em;
      font-weight: normal;
    }


      
    hr {
      width: 97vw;
    }


    .about02 {
      width: 100vw;
      padding: 0;
      text-align: center;
    }
    .about02 .aboutimg {
      width: 93vw;
      margin: 0 auto;
    }
    .flexbox02 {
      width: 93vw;
      margin: 0 auto;
    }
    .flexbox02 > div {
      width: 49%;
    }
    .item02:nth-child(n+3) {
      margin-top: 1rem;
    }
    .flexbox02::after {
      content: "";
      display: block;
      width: 49%;
    }
    .item02 p {
      font-size: 18px;
      line-height: 24px;
      margin: 0.5rem 0;
    }
      
      
	  
    /*== ブレークポイント =============================================================================*/
  }