@media screen and (max-width: 480px){
html {
    font-size: 12px;
}
body {
    width: 480px;
}

header {
    width: 480px;
}

.header-main {
    background-size: auto;
    background-position: 40%;
}

.style-photo img {
    display: none;
  }

.responsive-photo img {
  display: inline-block;
  width: 50%;
  height: auto;
  position: absolute;
  top: 8%;
  left: 50%;
  z-index: -1;
  overflow: hidden;
}

#header-text {
    margin: 0;
}

#header-text ul br {
    display: block;
}

#header-text .text1 {
    width: 70%;
    font-size: 23px;
    padding: 30px 20px 30px;
    margin: auto;
}

#header-text .text2 {
    font-size: 20px;
    margin: 0;
    text-align: center;
}

#header-text .text3 {
    font-size: 20px;
    width: 70%;
    margin: auto;
    text-align: center;
}

#header-text .text4 {
    width: 90%;
    font-size: 20px;
    text-align: center;
    margin: auto;
}

#header-text .text4 br {
    display: block;
}

#header-text .text5 {
    width: 70%;
    font-size: 20px;
    margin: 0 auto;
    padding: 10px 20px;
}

#header-text ul {
    display: block;
}

#header-text .access-0 {
    font-size: 20px;
    width: 60%;
    margin: 5 auto;
    padding: 10px 20px;
    text-align: center;
}

#header-text .access-1 a {
    font-size: 20px;
}

.Instagram {
    font-size: 20px;
    padding: 10px 30px 10px 80px;
}

.Instagram a {
    top: 7px;
    left: 10px;
}

#l-inner {
    width: 450px;
    margin: 0 auto;
}

#l-inner .first-text {
    padding: 0 8%;
}

#l-inner .first-text .Badge1 img {
    top: 0%;
    left: -4%;
}

#l-inner .second-text .Badge2 img {
    top: 0%;
    right: -3%;
}

#l-inner .third-text .Badge3 img {
    top: 0%;
    left: -4%;
}

#voice-block .voice-photo1_sp .Badge2 img {
    display: inline-block;
    width: 20%;
    height: auto;
    top: 10%;
    right: -6%;
    z-index: 1;
    overflow: hidden;
    position: absolute;
}

#voice-block .voice-photo2_sp .Badge4 img {
    display: inline-block;
    width: 25%;
    height: auto;
    top: 5%;
    left: -62%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
  }

#l-inner .fourth-text .course .Badge5 img {
    right: -5%;
}

#l-inner .first-text .title {
    font-size: 21px;
    margin-bottom: 10px;
    -webkit-text-stroke: 1px #B13D4D;
}

.title {
    -webkit-text-stroke: 1px #B13D4D;
}



#l-inner .first-text h3 {
    text-align: left;
    font-size: 18px;
    line-height: 2;
}



.voice-photo1,.voice-photo2 {
    display: none;
}



.voice-photo1_sp,.voice-photo2_sp {
    margin-bottom: 30px;
    display: block;
    position: relative;
}


.voice-photo1_sp img {
    width: 30%;
    margin-left:40px;
}

.voice-photo2_sp img {
    width: 30%;
    margin-left: 240px
}

.voice-text1_sp {
    position: relative;
    display: inline-block;
    padding: 10px;
    min-width: 200px;
    max-width: 100%;
    background-color: #FDCBED;
    border-radius: 10px;
    font-size: 16px;
  }

  .pht2 {
    margin-bottom: 20px;
  }

  .pht3 {
      width: 50% !important;
      margin-left: 150px !important;
      margin-top: 0 !important;
  }
  
  .voice-text1_sp:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 20px;
    top: -15px;
    border-left: 20px solid #FDCBED;
    border-top: 20px solid #FDCBED;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  
  .voice-text1_sp:after{
    content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 35px;
  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.voice-text2_sp {
    position: relative;
    display: inline-block;
    padding: 10px;
    min-width: 200px;
    max-width: 100%;
    background-color: #FFF9E6;
    border-radius: 10px;
    font-size: 16px;
  }

  .voice-text2_sp:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    right: 20px;
    top: -15px;
    border-left: 20px solid #FFF9E6;
    border-top: 20px solid #FFF9E6;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  
  .voice-text2_sp:after{
    content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  right: 35px;
  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.voice-text2_sp　span {
    float: right;
}


#l-inner .first-text br {
    display: none;
}

#l-inner .second-text .title {
    font-size: 21px;
}

#l-inner .second-text h2 {
    font-size: 20px;
}

#l-inner .second-text h2::before {
    top: 25px;
    left: -22px;
}

#l-inner .second-text .box1 {
    display: block;
}

#l-inner .second-text .box1 h3 {
    font-size: 16px;
    width: 80%;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 5px 0px ;
}

#l-inner .second-text .pc {
    font-size: 21px;
}

#l-inner .third-text h1 {
    font-size: 21px;
    -webkit-text-stroke: 0.5px #B13D4D;
}

#l-inner .third-text .title1 br {
    display: inline-block;
}

#l-inner .fourth-text .title {
    font-size: 27px;
    -webkit-text-stroke: 1px #B13D4D;
}

#l-inner .fourth-text .course {
    padding: 0;
    margin: 30px 0 10px 0;
}

#l-inner .fourth-text .course .step1-p1 {
    font-size: 20px;
    top: -30px;
    left: -5px;
    padding: 5px 10px;
}

#l-inner .fourth-text .course .step1-p2 {
    font-size: 25px;
    padding: 5px 0;
}

#l-inner .fourth-text .h-1 {
    font-size: 18px;
    margin: 0 25px;
}

#l-inner .fourth-text .h-1 br {
    display: none;
}


#l-inner .fourth-text .esute-1 h1 {
    font-size: 20px;
    margin: 10px 0 0 40px;
    text-align: center;
}

#l-inner .fourth-text .esute-1 h2 {
    font-size: 20px;
    margin-left: 50px;
}

#l-inner .fourth-text .esute-1 br {
    display: none;
}

#l-inner .fourth-text .esute-2 br {
    display: none;
}

#l-inner .fourth-text .esute-2 .one,.esute-1 .one {
    font-size: 20px;
}

#l-inner .fourth-text .esute-1 h2 span, .esute-2 h2 span {
    font-size: 20px;
}

#l-inner .fourth-text .esute-photo1 img {
    width: 60%;
    display: inline-block;
    margin-top: 10px;
}

#l-inner .fourth-text .esute-2 h2 {
    font-size: 20px;
    margin-left: 50px;
}

#l-inner .fourth-text .esute-photo2 img {
    width: 60%;
    display: inline-block;
    margin-top: 10px;
}



#l-inner .access {
    display: inline-block;
    width: 450px;
    height: 140px;
    margin: 0 auto;
}

#l-inner .access .left {
    padding: 0;
}

#l-inner .access h2 {
    font-size: 20px;
    text-align: center;
}

#l-inner .access h3 {
    font-size: 16px;
    text-align: center;
}

#l-inner .access-1 {
    margin: 10px 0 0 0 ;
}

#l-inner .access-1 a {
    font-size: 20px;
    padding: 10px 5px;
}

#l-inner .fifth-text .lesson {
    width: 100%;
    margin: 0;
}

#l-inner .fifth-text .lesson .right0 {
    display: block;
  }

  #l-inner .fifth-text .lesson .left0 {
    display: block;
  }

  #l-inner .fifth-text .lesson h2 {
      font-size: 21px;
      margin: 20px 0 5px;
  }

  #l-inner .fifth-text .lesson .right0 .right img {
    width: 90%;
    height: 200px;
    display: inline-block;
  }

  #l-inner .fifth-text .lesson img {
    display: none;
  }

  #l-inner .fifth-text .lesson .left0 .Badge5 img {
      right: -6%;
  }

#l-inner .fifth-text .lesson .right p {
    text-align: left;
    font-size: 16px;
    -webkit-text-stroke: 0px #000000;
}

#l-inner .fifth-text .lesson .right p br {
    display: none;
}

#l-inner .fifth-text .course2 .step2-p1 {
    font-size: 18px;
    top: -33px;
    left: -5px;
    padding: 5px 10px;
}

#l-inner .fifth-text .course2 .step2-p2 {
    width: 100%;
    font-size: 23px;
    margin-top: 30px;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

#l-inner .fifth-text .course2 .step2-p2 br {
    display: block;
}

#l-inner .fifth-text .lesson .right {
    width: 100%;
}

#l-inner .fifth-text .lesson .right .price {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

#l-inner .fifth-text .lesson .left .under-text {
    display: none;
}

#l-inner .fifth-text .lesson .left p br {
    display: none;
}

#l-inner .fifth-text .lesson .left p {
    text-align: left;
    font-size: 16px;
    -webkit-text-stroke: 0px #000000;
}

#l-inner .fifth-text .lesson .right .price-2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

#l-inner .fifth-text .lesson .left .price-2 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    -webkit-text-stroke: 0.5px #000000;
}

#l-inner .fifth-text .lesson .left-photo img {
    display: none;
  }

#l-inner .fifth-text .lesson .left-photo h3 {
      display: none;
}

#l-inner .fifth-text .lesson .left0 .left img {
    width: 90%;
    height: 200px;
    display: inline-block;
}

#l-inner .fifth-text .lesson .left .under-text_sp {
    font-size: 16px;
    display: block;
    position: relative;
}

#l-inner .access {
    display: inline-block;
    width: 450px;
    height: 140px;
    margin: 0 auto;
}

#l-inner .access .right {
    padding: 0;
}

#l-inner .access .right h1 {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

#l-inner .access-3 {
    margin: 10px 0 0 0 ;
}

#l-inner .access-3 a {
    font-size: 20px;
    padding: 10px 5px;
}

.step2-text {
    display: none;
}



#l-inner .six-text .course3 .step3-p1 {
    font-size: 18px;
    padding: 5px 10px;
    top: -20px;
    left: -3px;
    z-index: 1;
}

#l-inner .six-text .course3 .box {
    padding: 0;
    width: 100%;
}

#l-inner .six-text .course3 .box .step3-p2 {
    font-size: 21px;
}

#l-inner .six-text .course3 .box .step3-p3 {
    font-size: 20px;
}

#l-inner .six-text .six-text2 {
    margin: 0;
}

#l-inner .six-text .six-text2 p {
    font-size: 17px;
    text-align: left;
    padding: 10px 0;
    -webkit-text-stroke: 0.5px #000000;
}

#l-inner .six-text .six-text2 img {
    width: 25%;
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 230px;
  }

#l-inner .six-text .text-box1 {
    font-size: 18px;
    line-height: 1.5;
}

#l-inner .six-text .text-box1 span {
    font-size: 21px;
}

#l-inner .six-text .border {
    height: 180px;
}


#l-inner .six-text .border-1 {
    width: 235px;
}

#l-inner .fifth-text .lesson .left p::after {
    top: 390px;
    left: 100px;
}

#l-inner .six-text .six-text2 .text-1 p br {
    display: none;
}

#l-inner .six-text .debut {
    width: 90%;
    top: -190px;
    left: 30px;
    padding: 0;
}

#l-inner .six-text .position img {
    position: absolute;
    width: 22%;
    top: -230px;
    left: 0px;
    z-index: 1;
  }

#l-inner .six-text .debut h1 {
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
}

#l-inner .six-text .debut h2 {
    width: 90%;
    font-size: 18px;
    -webkit-text-stroke: 0.5px #000000;
}

#l-inner .six-text .debut h3 {
    font-size: 20px;
}

#l-inner .six-text .border-2 {
    margin-right: 120px;
    height: 40px;
}

#l-inner .six-text .border-3 {
    height: 40px;
}

#l-inner .six-text .text-box2 {
    margin-right: 30px;
    padding: 10px 0;
    font-size: 28px;
    width: 50%;
}

#l-inner .six-text .text-box2 span br {
    display: block;
}

#l-inner .six-text .text-box2 p {
    font-size: 16px;
    padding: 0;
    text-align: center;
}

#l-inner .six-text .text-box2 .s-1 {
    font-size: 16px;
}

#l-inner .six-text .text-box3  {
    width: 50%;
    font-size: 28px;
}

#l-inner .six-text .text-box3 span br {
    display: block;
}

#l-inner .six-text .s-0 {
    display: none;
}

#l-inner .six-text .text-box3 p {
    font-size: 16px;
    text-align: center;
}

#l-inner .six-text .text-box3 .s-1 {
    font-size: 16px;
}

#l-inner .six-text .text-box3 .s-2 {
    font-size: 16px;
}

#l-inner .six-text .text-box3 .s-3 {
    font-size: 16px;
}

#l-inner .six-text .border-4 {
    margin-right: 120px;
}

#l-inner .six-text .staff {
    text-align: center;
    padding: 0;
    margin: 0;
}

#l-inner .six-text .six-text2 .staff h1 {
    font-size: 20px;
    padding: 0;
    margin: 10px 0;
    text-align: center;
}

#l-inner .six-text .six-text2 .staff h2 {
    font-size: 16px;
}

#l-inner .rink h1 {
    font-size: 20px;
}

#l-inner .rink .rink-1 h2 {
    font-size: 30px;
    width: 90%;
}

#l-inner .rink .rink-1 a {
    font-size: 20px;
    padding: 5px 10px;
}

#section1 .wrap {
    display: inline-block;
}

#section1 .wrap p {
    width: 80%;
    font-size: 16px;
    text-align: left;
    margin: 20px 20px 20px 60px;
    display: inline-block;
}

#section1 .wrap .store img {
    width: 80%;
    height: 200px;
    margin: 10px 0 10px 40px;
}  

#section2 .wrap p {
    width: 80%;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    margin: 20px 20px 20px 60px;
    display: inline-block;
  }
  
#section2 .wrap .store2 img {
    width: 80%;
    height: 200px;
    margin: 10px 0 10px 40px;
}

#section2 .wrap {
    display: inline-block;
}

footer h2 {
    font-size: 16px;
    width: 95%;
    margin: 10px 0 10px 10px;
}

footer h2 br {
    display: none;
}

footer .jender {
    width: 450px;
    margin: 0 auto;
}

.section1 .jender .two-photo .goals {
    margin: 0;
    width: auto;
    height: 100px;
    margin: 0 20px 0 50px;
}

.section1 .jender .two-photo .jender2 {
    margin: 0;
    width: auto;
    height: 100px;
    margin: 10px 0 10px 50px;
}

footer .span br {
    display: block;
}

footer .jender p {
    font-size: 16px;
    width: 90%;
    margin-left: 20px;
}

footer .jender p br {
    display: none;
}

footer .last p {
    font-size: 16px;
}

footer .last p span br {
    display: none;
}

footer .last a {
    top: 50px;
    left: 40px;
}

.insta_btn img {
    width: 10%;
    margin: 5px 0px 0 0;
  }

 small {
     margin-left: 0px;
     font-size: 10px;
 }

}