#header, .footer-container, body.head_info .header-language-background {
  display: none !important;
}
body.head_info {
    padding-top: 150px;
}
.std {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.std *,
.std *:before,
.std *:after {
    letter-spacing: 0.05em;
    font-family: 游明朝体, "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;

}
.std p {
    font-size: 17px;
    line-height: 2.5em;
}

.std .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 0 3%;
    z-index: 9999;
    background: #fff;
    font-family: Bellina, Georgia, serif;
}
.std .header .logo,
.std .header .hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.std .header .hamburger {
    right: 5%;
}
.std .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/*.std .hamburger:hover {
    opacity: 0.7;
}*/
.std .hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.std .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.std .hamburger-inner, .std .hamburger-inner::before, .std .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #e13822;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.std .hamburger-inner::before, .std .hamburger-inner::after {
    content: "";
    display: block;
}
.std .hamburger-inner::before {
    top: -10px;
}
.std .hamburger-inner::after {
    bottom: -10px;
}
/*
* Slider
*/
.std .hamburger--slider .hamburger-inner {
    top: 2px;
}
.std .hamburger--slider .hamburger-inner::before {
    top: 14px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.std .hamburger--slider .hamburger-inner::after {
    top: 28px;
}
.std .active .hamburger--slider .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    background-color: #fff;
    opacity: 1;
}
.std .active .hamburger--slider .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.std .active .hamburger--slider .hamburger-inner::after {
    transform: translate3d(0, -27px, 0) rotate(-90deg); 
    background-color: #fff;
    opacity: 1;
}

.std .box {
    display: none;
    position: absolute;
    right: 3%;
    top: 0;
    width: 470px;
    height: auto;
    color: #fff;
    background: #e13822;
    opacity: 0.95;
}
.std .box-inner {
    margin: 0 20px 18px;
    padding: 56px 50px 40px;
    border: solid 2px #fff;
    border-top: none;
    text-align: left;
}
.std .box-inner ul li {
    padding-bottom: 10px;
}
.std .box-inner ul li a {
    font-size: 27px;
    line-height: 2em;
    cursor: pointer;
}
.std .box-inner ul li.comingsoon a {
    pointer-events: none;
}
.std .box-inner ul li a:hover {
    text-decoration: none;
}
.std .box-inner ul li:last-child {
    padding-top: 20px;
}
.std .box-inner ul li:last-child a {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}
.std .box-inner ul li.is-active a,
.std .box-inner ul li a:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.std .box-inner p {
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.std .band {
    position: fixed;
    right: 25px;
    top: 28%;
    display: block;
    height: 100%;
    /* transform: translate3d(0, 0, 0) rotate(90deg); */
    font-size: 21px;
    /* font-style: italic; */
    z-index: 99;
}
.std .band .sub {
    position: fixed;
    display: block;
    bottom: 75px;
}


.std #page-top {
    display: none;
    position: fixed;
    right: 4%;
    bottom: 30px;
    z-index: 99;
}


/* main */
.std .main p {
    font-size: 15px;
    line-height: 2em;
}
.std .main-img {
    position: absolute;
    width: 100%;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.std .main-img img {
    display: block;
    width: 140%;
}
.std .main {
    position: relative;
    width: 950px;
    margin: 24% auto 7%;
    z-index: 9;
}
.std .main:before,
.std .main:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 11%;
    height: 2px;
    background: #e13822;
}
.std .main:after {
    left: auto;
    right: 0;
}
.std .resson {
    position: relative;
    padding: 110px 0 40px;
    border-bottom: solid 2px #e13822;
}
.std .resson:before,
.std .resson:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #e13822;
    z-index: 2;
}
.std .resson:after {
    left: auto;
    right: 0;
}
.std .title {
    width: 71%;
    margin: -21% auto 0;
    font-size: 46px;
    line-height: 1.2em;
    font-style: italic;
    color: #fff;
}
.std .title .sub {
    display: block;
    font-size: 20px;
}
.std .title .en {
    font-size: 58px;
    line-height: 1em;
}
.std .en {
   font-family: Bellina, Georgia, serif;
}
.std .main .main-text {
    position: relative;
    padding-top: 5%;
    padding-bottom: 30%;
    color: #fff;
    font-size: 18px;
}
.std .main-text a {
    position: absolute;
    left: 50%;
    bottom: 14%;
    transform: translateX(-50%);
}
.std .main .main-text {
    position: relative;
    padding-top: 5%;
    padding-bottom: 25%;
    color: #fff;
    font-size: 18px;
}
.std .main .preface {
    margin: 14% 0;
    font-size: 18px;
}
.std .main h3 {
    margin-bottom: 80px;
    font-size: 18px;
}
.std .main h3 .em {
    display: block;
    margin-bottom: 15px;
}
.std .main h3 .em img {
    width: 253px;
}
.std .main .content_3 h3 .em img {
    width: 351px;
}

.std .main .effect p {
    text-align: left;
    font-family: 游明朝体, "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;
}
.std .effect .en {
    display: block;
    font-size: 37px;
    color: #e13822;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-family: Bellina, Georgia;
}
.std .effect .sm-img.delay {
    width: 320px;
}
.std .effect .sm-img.delay::after {
    background-size: 320px;
}


/* instagram */
.std .insta-wrap {
    position: relative;
    margin: 3% 0 -20% 83%;
    width: 265px;
    z-index: 99;
}
.std .insta-wrap .circle {
    width: 265px;
    height: 265px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
}

.std .insta-wrap li {
    display: inline-block;
    height: 265px;
    margin-bottom: 0 !important;
    vertical-align: middle;
}
.std .insta-wrap .slick-list {
    height: 265px;
}
.std .insta-wrap .en {
    /*font-family: 'Caslon224Std-Book';*/
}
.std .insta-wrap li p{
    position: absolute;
    width: 265px;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.std .insta-wrap li span {
    display: block;
    line-height: 1.4em;
    font-style: normal;
}
.std .insta-wrap li .en {
    font-size: 32px;
    margin-bottom: 5px;
}
.std .insta-wrap li .follow {
    margin-top: 5px;
}



/********************************
  main student
********************************/
.std .student,
.std .cadeau_special,
.std .profile {
    width: 500px;
    margin: 0 auto 0;
}
.std .student {
    width: 500px;
    margin: 200px auto 40px;
}
.std .student li {
    margin: 0;
    outline:none;
}
.std h4 {
    padding: 20px 0;
    margin: 0 12%;
    padding: 20px 15% 0;
    font-size: 30px;
    /*font-family: 'Caslon224Std-BookItalic';*/
    border-top: none;
}
.std .student h4 img{
  width: 90px;
}

.std .cadeau_special {
  margin: 0 auto 100px;
}
.std .cadeau_special div {
  margin: 0 10%;
}
.std .cadeau_special div .ttl,
.std .cadeau_special div .links {
  font-size: 12px;
}

.std .cadeau_special h4 {
  border-top: solid 2px #e13822;
  margin: 0 10%;
}
.std .cadeau_special div img {
  margin: 0 0 40px;
}
.std .cadeau_special div a {
  text-decoration: none;
  padding: 0 0 3px;
  border-bottom: 1px solid #222;
}
.std .cadeau_special div a:hover,
.std .cadeau_special div a:focus {
  text-decoration: none;
}

.std .p_photo {
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 43px auto;
    border-radius: 50%;
}
.std .p_photo:after {
    content: "";
    display: block;
    width: 210px;
    height: 210px;
    background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/pro_photo.png);
    background-size: 100%;
}
.std .student li p {
    width: 71%;
    margin-right: auto;
    margin-left: auto;
}
.std .student li p.name img {
  width: 235px;
  display: block;
  clear: both;
  margin: 0 auto 10px;
}
.std .student li p.name font {
  clear: both;
  display: block;
}

.std .name {
    margin-top: 25px;
}
.std .student .info {
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 40px;
    font-family: 游明朝体, "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;
}
.std .student .insta-link img {
    display: inline-block;
    padding-right: 10px;
}
.std .student .insta-link a img {
    height: 15PX;
}

/********************************
  main profile
********************************/
.std .profile div {
    padding-top: 0px;
    font-weight: bold;
}
.std .profile div a {
    display: block;
    margin: 15px auto 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}
.std .profile div a img {
    width: 256px;
}

.std .profile div .copyright {
    padding-top: 30px;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-family: Campton, æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Osaka, Osakaï¼ç­‰å¹…, Osaka-Mono, sans-serif;
}




/********************************
  main images
********************************/
.delay {
  position: relative;
  margin: 6px auto;
  font-size: 14px;
  text-align: center;
  width: 700px;
  z-index: 1;
}
.delay img {
    opacity: 0;
}
.delay a {
  z-index: 3;
  position: relative;
  display: block;
  padding: 0.8em 0;
  color: #20b2aa;
  height: 160px;
}

.delay::before,
.delay::after {
  content: close-quote;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 94%;
}

.delay::before {
  z-index: 1;
}

.delay::after {
  z-index: 2;
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_01.jpg);
  background-size: 700px;
  background-repeat: no-repeat;
  transition: width 0.4s ease-in-out;
  transition-delay: 0.7s;
}
.delay.sm-img::after {
  width: 0%;
}

/*.view.delay::after,*/
.delay.view.sm-img::after {
  width: 100%;
}

.delay2::after {
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_02.jpg);
}
.delay3::after {
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_03.jpg);
}
.delay4::after {
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_04.jpg);
}
.delay5::after {
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_05.jpg);
}
.delay6::after {
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_06.jpg);
}
.delay7::after {
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_07.jpg);
}
.delay8::after {
  background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/sp/des-choses-que-je-fais-pour-rester-belle/images_08.jpg);
}

.item-price {
  color: #222;
  font-size: 12px;
  display:block;
  /*text-align: left;*/
  margin: 5px 0 0;
  letter-spacing: 0;
}
.item-price a {
  height: auto;
  padding: 0;
  color: #222;
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: none;
  border-bottom: 1px solid #222;
}
.item-price a:hover,
.item-price a:focus {
  text-decoration: none;
}
.item-price,
.item-price a {
  font-family: 'Helvetica', 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Osaka－等幅, Osaka-Mono, sans-serif;;
}

@media screen and (min-width: 768px) {
/********************************
  main resson
********************************/
.std .main .effect p {
    text-align: left;
    z-index: 99;
}
.std .effect {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.std .effect .en img {
    width: 70%;
}
.std .effect .photo-wrap {
    position: relative;
    margin-bottom: 90px;
}
.std .effect .photo {
    width: 700px;
    padding-top: 0;
    margin-left: 35%;
    box-sizing: content-box;
}
.std .effect .left .photo {
    margin: 0 0 0 -8%;
}
.std .effect .photo-text {
    position: absolute;
    top: 20%;
    left: 10%;
    width: auto;
}
.std .effect.content_2 .photo-text {
    top: 25%;
    left: 6%;
}
.std .effect .left .photo-text {
    left: auto;
    right: 3%;
}
.std .effect.content_3 .photo-text {
    left: 6%;
}
.std .effect.content_4 .left .photo-text {
    left: auto;
    right: 9%;
}
.std .effect .photo-text img {
    width: 438px;
}
.std .effect.content_2 .photo-text img {
    width: 399px;
}
.std .effect.content_3 .photo-text img {
    width: 440px;
}
.std .effect.content_4 .photo-text img {
    width: 354px;
}
.std .effect ul {
    display: table;
    width: 84%;
    margin: 0 auto;
}
.std .effect li {
      display: table-cell;
    vertical-align: middle;
}
.std .main .text p {
    margin: 0 15% 0 6%;
    font-size: 15px;
}
.std .main .left .text p {
    margin: 0 7% 0 16%;
}



}

@media screen and (max-width: 1200px) {
.std p, .std h2, .std span {
    font-size: 15px;
}
.std .band {
    right: 35px;
}

.std .main {
    width: 730px;
    /*margin: 190px auto;*/
}
.std .main:before,
.std .main:after {
    width: 20%;
}
.std .title {
    width: 56%;
    line-height: 0.7em;
}
.std .title .en {
    font-size: 28px;
}
.std .title .sub {
    font-size: 16px;
    width: 120px;
    margin: 0 auto 10px;
}
.std .effect p {
    font-size: 13px;
}
.std .effect .en {
    font-size: 29px;
}
.std .effect .delay5,
.std .effect .delay {
    width: 480px;
}
.std .effect .delay5::after,
.std .effect .delay::after {
    background-size: 100%;
}
.std .effect .sm-img.delay {
    width: 340px;
}
.std .effect .sm-img.delay::after {
    background-size: 340px;
}
.std .effect .sty_1 {
    width: 63%;
    padding-top: 16%;
    margin-left: 48%;
}
.std .effect .sty_3 p {
    width: 74%;
}

.std .insta-wrap,
.std .insta-wrap .circle,
.std .insta-wrap li {
    width: 170px;
    height: 170px;
}
.std .insta-wrap li:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.std .insta-wrap li p {
    font-size: 12px;
}
.std .insta-wrap li .en {
    font-size: 19px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
    .std .main h3 .em img {
        width: 170px;
    }
    .std .main .content_3 h3 .em img {
        width: 250px;
    }
    .std .effect.content_3 .delay5,
    .std .effect.content_1 .delay {
        margin-left: 44%;
    }
    .std .effect.content_1 .delay2 {
        margin-left: 0%;
    }
    .std .effect.content_1 .photo-text img,
    .std .effect.content_2 .photo-text img,
    .std .effect.content_3 .photo-text img,
    .std .effect.content_4 .photo-text img {
        width: 300px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
.std .resson {
    position: relative;
    padding: 70px 0;
}
.std .main {
    width: 620px;
}
.std .main p {
    font-size: 12px !important;
    line-height: 2em !important;
}
.std .effect .delay {
    width: 380px;
}
.std .effect .delay::after {
    background-size: 100%;
}
.std .effect .sm-img.delay {
    width: 270px;
}
.std .effect .sm-img.delay::after {
    background-size: 270px;
}
.std .effect .sty_1 {
    width: 64%;
    padding-top: 16%;
    margin-left: 45%;
}
.std .effect .sty_3 {
    margin-left: 41%;
    padding-top: 28%;
}
/* instagram */
.std .insta-wrap {
    margin: 3% calc(50% - 85px) -28%;
    width: 170px;
}
.std .insta-wrap li:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.std .insta-wrap .circle {
    width: 170x;
    height: 170px;
}
}
@media screen and (max-width: 767px) {
.std p, .std h2, .std span {
    font-size: 12px;
}
body.head_info {
    padding-top: 70px;
}
.std .header {
    height: 70px;
}
.std .header .logo {
    width: 82px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std .header .hamburger {
    height: 20px;
    z-index: 99999;
    padding: 0;
}
.std .header .hamburger {
    right: 30px;
}
.std .hamburger-box {
    width: 25px;
    height: 21px;
}
.std .hamburger--slider .hamburger-inner,
.std .hamburger--slider .hamburger-inner::before, 
.std .hamburger--slider .hamburger-inner::after {
    width: 26px;
}
.std .hamburger--slider .hamburger-inner::before {top: 7px;}
.std .hamburger--slider .hamburger-inner::after {top: 14px;}
.std .active .hamburger--slider .hamburger-inner::after {transform: translate3d(0, -14px, 0) rotate(-90deg);}

.std .main h3 {
    font-size: 12px;
}
.std .main .preface {
    position: relative;
    margin: 10% -8% 38%;
}
.std .main .preface a {
    position: absolute;
    left: 50%;
    bottom: -30%;
    transform: translateX(-50%);
}
.std .main .content_1 h3 .em img {
    width: 125px;
    margin-left: 7px;
}
.std .main .content_3 h3 .em img {
    height: 45px;
    width: auto;
}

.std .box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 273px;
    height: auto;
    color: #fff;
    background: #e13822;
    opacity: 0.95;
    z-index: 999;
}
.std .box-inner {
    margin: 0 13px 13px;
    padding: 25px 7%;
    border: solid 2px #fff;
    border-top: none;
}
.std .box-inner p img {
    width: 144px;
    display: inline-block;
}
.std .box-inner ul li {
    padding-bottom: 3px;
    line-height: 1em;
}
.std .box-inner ul li a {
    font-size: 19px;
    line-height: 1.7em;
}
.std .box-inner ul li img {
    height: 19px;
    width: auto;
}
.std .box-inner ul li:last-child a {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.std .box-inner ul li:last-child img {
    height: 12px;
}
.std .box-inner ul li a:hover {
    color: #fff;
}
.std .box-inner p {
    font-size: 11px;
    line-height: 1.6em;
    margin-bottom: 27px;
}


/* main */
.std .main {
    width: 80%;
    padding: 0
}
.std .main:before, .std .main:after {
    width: 13%;
}
.std .resson {
    padding: 10% 9% 30%;
}
.std .title {
    width: 80%;
    font-size: 18px;
}
.std .title .sub {
    font-size: 12px;
}
.std .title .en {
    font-size: 25px;
    line-height: 1.5em;
    font-weight: normal;
}
.std .main p {
    font-size: 12px !important;
    line-height: 2em !important;
}
.std .main-text {
    padding-bottom: 33%;
}
.std .effect p[class^="sty_"],
.std .effect div[class^="sty_"],
.std .effect.content_2 .sty_1 p,
.std .effect .sty_3 p {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.std .effect p[class^="sty_"],
.std .main h3 {
    margin: 50px 0 30px !important;
}
.std .main .effect.content_4 {
    margin: 15% 0 0;
}
.std .main .effect.content_4 p.photo-text {
    margin: 25px 0 0;
}
.std .main-text:before,
.std .main-text:after {
    display: none;
}
.std .effect .delay {
    width: 145%;
    left: -22.5%;
    z-index: 9999;
}
.std .effect .delay.lg-img img{
    position: relative;
    width: 100%;
    margin: 0 19%;
    left: -19%;
}
.std .effect .sm-img.delay {
    left: 0;
    margin: 0 auto;
}
.std .effect .en {
    margin-bottom: 25px;
}
.std .effect .en img {
    height: 85px;
    margin: 0 auto;
    width: auto;
}
.std .effect .sty_1 {
    position: relative;
    margin-top: 0;
    padding-bottom: 50px;
    text-align: center;
}
.std .effect .sty_1 a {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.std .effect .sty_4 {
    margin-bottom: 80px;
}
.std .effect .sty_1 p,
.std .effect .sty_3 p {
    margin: 20px 0;
    text-align: left;
}

.std .main .effect p.photo-text {
    text-align: center;
    margin: 0;
    padding: 0;
}
.std .main .effect p.photo-text:after {
    content:'';
    border-bottom: solid 2px #e13822;
    display: block;
    clear: both;
    width: 15%;
    margin: 20px auto;
}

.std .insta-wrap {
    margin: 15% auto -58%;
    width: 170px;
    z-index: 99999999;
}

/* student profile */
.std .student, .std .profile, .std .cadeau_special {
    width: 80%;
    max-width: 500px;
    margin: 170px auto 0;
}
.std .student {
    margin: 180px auto 0;
}
.std .cadeau_special {
    margin: 40px auto 0;
}
.std .cadeau_special h4 {
    margin: 0;
    padding: 15px 15% 5px;
}

.std .profile {
    margin: 0 auto;
}
.std .slick-track {
    position: relative;
}
.std .profile div {
    padding-top: 40px;
    font-weight: normal;
    font-size: 11px;
}
.std .profile div img {
    width: 131px;
}
.std .profile div a {
    display: block;
    font-size: 16px;
    padding-top: 0;
    margin-top: 5px;
    font-weight: bold;
}
.std .profile div a img {
    width: 176px;
}
.std .profile div .copyright {
    padding-top: 30px;
    margin: 0 -13%;
    font-size: 10px !important;
    letter-spacing: 0.2em;
}

.std .student li p.name img {
    width: 165px;
}

.std .cadeau_special div {
    text-align: left;
    margin: 0;
}
.std .cadeau_special div img {
    margin: 0 0 20px;
}
.std .cadeau_special div .links {
    text-align: center;
}

.item-price {
    text-align: center;
    margin: 10px 0 50px;
}

}
@media screen and (max-width: 500px) {
.std .title .en {
    font-size: 18px;
}
.std .main {
    width: 84%;
    margin: 21% auto 18%;
}
.std .resson {
    padding: 10% 7% 30%;
}
/* main content */
.delay::before,
.delay::after {
  height: 80%;
}
.std .effect .delay {
    width: 100%;
    position: relative;
    z-index: 99;
    left: 0;
    padding-bottom: 0%;
}
.std .effect .delay.lg-img::after {
    background-size: 100%;
    position: absolute;
    left: -19%;
    padding-bottom: 92%;
    width: 138%;
    z-index: 9999999999;
}
.std .effect .sm-img.delay {
    width: 100%;
}
.std .effect .sm-img.delay::after {
    background-size: 100%;
}
.std .insta-wrap {
    margin: 10% auto -67%;
}

.std .effect .delay.lg-img img{
    margin: 12.5% 19%;
}

/*  */
.std .student h4 {
    font-size: 18px;
    margin: 0;
    padding: 0 15%;
}
.std .student .p_photo {
    width: 160px;
    height: 160px;
}
.std .p_photo:after {
    width: 160px;
    height: 160px;
}
.std .student li p {
    width: 100%;
}
.std .student .info {
    margin-bottom: 10px;
}
.std .slick-prev:before,
.std .slick-next:before {
    width: 20px;
    background-size: 16px;
}
.std .slick-prev {
    left: -10px;
}
.std .slick-next {
    right: -10px;
}
.std .slick-dots li button:before {
    width: 8px;
    height: 8px;
}
.std .slick-dots {
    bottom: -25px;
}
}
@media screen and (max-width: 331px) {
  .std .main {
    width: 90%;
  }
  .std .title {
    top: -40px;
  }
}
