  @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%;
    }
    hr {
      width: 97vw;
    }
    .ctttl {
      width: 93vw;
    }
    .ctttl p {
      font-size: 5vw;
      line-height: 7.5vw;
      padding: 0.4em 0.8rem 0.3rem;
      margin-bottom: 0.2em;
    }
    .itemttl {
      width: 93vw;
    }
    .itemttl p {
      font-size: 4vw;
      line-height: 6vw;
      padding: 0.4em 0.8rem 0.3rem;
      margin-bottom: 0.2em;
    }   


    .about02 {
      width: 100vw;
      padding: 0;
      text-align: center;
    }
    .about02 img {
      width: 93vw;
      margin: 0 auto;
    }


      
    .about02 .flexbox01 {
      display: block;
    }
    .about02 .flexbox01 .itembox {
      width: 100%;
      margin: 0;
    }
    .about02 .itembox img {
      width: 93vw;
      margin-bottom: 0.6rem;
    }
    .about02 .flexbox01 .itemtxt {
      width: 93vw;
      margin: 1rem auto 0;
    }


    .itemtxt .itembig {
      font-size: 1.2rem;
      margin-bottom: 0.8rem;
      padding-bottom: 0.4rem;
      border-bottom: 2px dotted #df3562;
    }
    .itemtxt .itemsmall {
      font-size: 1rem;
      margin-bottom: 0.8rem;
    }
    .about02 .itemttl01 {
      padding: 7px 0 5px;
      font-size: 1.1rem;
      line-height: 1.5em;
    }
    .about02 .itemttl01:hover {}  


      
      

      
    .about02 .flexbox02{
        width: 93vw;
    }

    .about02 .flexbox02 > div{
        width: 32%;
    }
    .thumbs {
      width: 100%;
      max-width: 300px;
      position: relative;
    }
    .thumbs img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


	  
    /*== ブレークポイント =============================================================================*/
  }