@charset "UTF-8";
.fromBottomIn {
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s ease;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1.0;
}

.fromBottomOut {
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s ease;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
  opacity: 0.0;
}

.loaded .header {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

@media all and (-ms-high-contrast: none) {
  .loaded .header {
    -webkit-clip-path: circle(100% at center);
    clip-path: circle(100% at center);
  }
}

@-moz-document url-prefix() {
  .loaded .header {
    -webkit-clip-path: circle(100% at center);
    clip-path: circle(100% at center);
  }
}

.loaded .header .header-text {
  opacity: 1;
}

.loaded .header .header-text .txt {
  transform: translate3d(0, 0px, 0);
}

.loaded .header .header-text img {
  transform: translate3d(0, 0, 0);
}

body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

@media screen and (min-width: 768px) {
  html, body, #topPage {
    height: 100%;
  }
  .sp {
    display: none !important;
  }
  .wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
  .top-page .inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }
  .en {
    font-family: Arial;
  }
  p, ul, h2, h3, h4 {
    color: #000000;
    letter-spacing: 0.02em;
  }
  /***********header***********/
  .header {
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
    position: relative;
    padding-top: 73px;
  }
  @-moz-document url-prefix() {
    .header {
      -webkit-clip-path: circle(0% at center);
      clip-path: circle(0% at center);
    }
  }
  .header .pc {
    width: 100%;
    height: auto;
  }
  .header .header-text h1{
    width: 40%;
    margin: 5% 0 0 -50%;
  }
  .header .header-text .gift-item{
    width: 38%;
    margin: 5% 0 0 -53%;
}
  .header .header-text img {
    width: 100%;
  }
  .header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 0;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .header-text .txt {
    color: #FFFFFF;
    margin-bottom: 15px;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transform: translate3d(0, 60px, 0);
  }
  .header-text .txt span {
    font-size: 22px;
    letter-spacing: 0.04em;
    display: block;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1520px) {
  .header-text .txt span {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1135px) {
  .header-text .txt span {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .header-text .txt strong {
    font-size: 55px;
    letter-spacing: 0.02em;
    font-weight: normal;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1520px) {
  .header-text .txt strong {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1257px) {
  .header-text .txt strong {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1135px) {
  .header-text .txt strong {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .header-text img {
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transform: translate3d(0, 60px, 0);
  }
  /***********text-contents***********/
  .monitor .recruit {
    background-color: #f9ffc5;
    height: 920px;
    padding: 52px 0;
  }
  .monitor .recruit .recruit-inner {
    width: 900px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
  }
  .monitor .recruit .recruit-inner:after, .monitor .recruit .recruit-inner:before {
    content: "";
    width: 250px;
    height: 46px;
    -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    background: #F9FFC5;
    position: absolute;
  }
  .monitor .recruit .recruit-inner:after {
    right: -40px;
    bottom: 120px;
    -ms-transform-origin: right bottom;
        transform-origin: right bottom;
  }
  .monitor .recruit .recruit-inner:before {
    left: -40px;
    top: 120px;
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
  .monitor .recruit .monitor-box {
    width: 680px;
    height: 93px;
    margin: 70px auto 25px;
    text-align: center;
    background-color: #f94040;
  }
  .monitor .recruit .monitor-text {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    padding-top: 22px;
    position: relative;
  }
  .monitor .recruit .monitor-text span {
    position: absolute;
    font-size: 30px;
    letter-spacing: 0.064em;
    color: #f94040;
    top: -42px;
    left: -8px;
    -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
  }
  .monitor .recruit .monitor-text2 {
    text-align: center;
    font-size: 18px;
    margin: auto;
    color: #3a3a3a;
  }

  .monitor .recruit .monitor-text3 {
    font-size: 25px;
    font-weight: bold;
  }
  .monitor .recruit .monitor-button {
    width: 200px;
    height: 50px;
    border-radius: 8px;
    background-color: #f94041;
    margin: 15px auto;
    font-size: 20px;
    letter-spacing: 0.064em;
  }
  .monitor .recruit .monitor-button-a {
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    opacity: 1;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  .monitor .recruit .monitor-button-a:hover {
    opacity: 0.7;
  }
  /*.monitor .recruit .day {
    text-align: center;
    border-top: solid #f94041 2px;
    border-bottom: solid #f94041 2px;
    width: 512px;
    height: 93px;
    margin: 0 auto 30px;
  }*/
  .monitor .recruit .day-text {
    /*padding-top: 15px;*/
    color: #f94041;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }


  .monitor .recruit .recruit-inner .sns-img{
    position: absolute;
    margin: 2% 45%;
}

  .contents {
    margin: 0;
    padding-top: 115px;
    text-align: center;
  }
  .contents .fukidashi {
    position: absolute;
    top: -145px;
    left: -85px;
  }
  .contents .contents-text {
    color: #F7819F;
    text-align: center;
    font-size: 26px;
    line-height: 1.75;
    position: relative;
    display: inline-block;
  }
  .contents .contents-text-span {
    color: #f65568;
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
  }
  .contents .item-ul {
    margin-top: 72px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents .item-ul li {
    width: 33.33333%;
    padding: 45px 7vw 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .contents .item-ul li h4 {
    font-size: 18px;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
    color: #EC4879;
  }
 .item-ul .btn-pink{
    display: block;
    border-radius: 8.5px;
    background-color: #ed5093;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
 .item-ul .btn-h01{
    line-height: 4;
    width: 280px;
    margin: 0 auto;
    margin-top: 10px;
}   
  .contents .item-text {
    text-align: center;
    color: #000000;
    line-height: 1.66667;
    font-size: 18px;
    padding-top: 20px;
  }
  
  .contents .item-img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .contents .item-1 {
    background-color: #d0fcee;
  }
  .contents .item-2 {
    background-color: #f8ffb7;
  }
  .contents .item-3 {
    background-color: #f1dafe;
  }

 /**********MOVIE************/

.movie{
    text-align: center;
    background:#fbfde9;
    padding: 60px 0 80px;
}
.movie h3{
    font-size: 25px;
    margin: 60px 0px 30px;
    color: #424242;
}

.movie .bnr{
    margin: 30px 0px 80px;
}
.movie .bnr-bottom{
    margin-bottom: 30px;
}
.movie .lesson {
    background: #fff4f9;
    width:  600px;
    text-align:  center;
    padding: 20px 0 10px;
    margin: 30px auto 80px;
  }
.movie .lesson h4{
    font-size: 18px;
    color: #ed5093;
    margin-bottom: 8px;
  }
.movie .lesson .lesson-btn{
    margin: 20px 0 15px;
  }
.movie .lesson .lesson-btn a{
    border: 2px solid #ed5093;
    padding: 6px 20px;
    color: #ed5093;
    font-weight: bold;
    border-radius: 8px;
    font-size: 13px;
  }
.movie .lesson .lesson-btn a:hover{
    border: 2px solid #ed5093;
    padding: 6px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    font-size: 13px;
    background: #ed5093;
    opacity: inherit;
  }
.movie .lesson .txt12{
    font-size: 12px;
  }


  /**********HOW TO USE************/
  .item.item01 {
    background: #f7fefc;
  }
  .item.item01 .item-header ul li:before {
    background: url(../img/icn-checkbox-01.png);
    background-size: cover;
  }
  .item.item01 .item-header .ttl {
    color: #85ebca;
  }
  .item.item01 .item-wrap {
    background: #d0fcee;
  }
  .item.item01 .item-wrap h3 {
    color: #98fcdc;
  }
  .item.item01 .item-desc {
    background: #f7fefc;
  }
  .item.item01 .howto .figcaption .ttl {
    color: #98fcdc;
  }
  .item.item02 {
    background: #ffffea;
  }
  .item.item02 .item-header {
    padding: 115px 39.5% 35px 15.333%;
  }
  .item.item02 .item-header ul li:before {
    background: url(../img/icn-checkbox-02.png);
    background-size: cover;
  }
  .item.item02 .item-header .ttl {
    color: #f7de5c;
  }
  .item.item02 .item-wrap {
    background: #f9ffc5;
  }
  .item.item02 .item-wrap h3 {
    color: #f7de5c;
  }
  .item.item02 .item-img {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .item.item02 .item-img {
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .item.item02 .item-desc {
    background: #ffffea;
    margin: 0 0 7vw 15.333%;
  }
  .item.item02 .item-desc li:before {
    background-color: #f4e976;
  }
  .item.item02 .howto .figcaption .ttl {
    color: #f7de5c;
  }
  .item.item03 {
    background: #faf2ff;
  }
  .item.item03 .item-header ul li:before {
    background: url(../img/icn-checkbox-03.png);
    background-size: cover;
  }
  .item.item03 .item-header .ttl {
    color: #dca5fd;
  }
  .item.item03 .item-wrap {
    background: #f1dafe;
  }
  .item.item03 .item-wrap h3 {
    color: #dca5fd;
  }
  .item.item03 .item-desc {
    background: #faf2ff;
  }
  .item.item03 .item-desc li:before {
    background-color: #ddcfe4;
  }
  .item.item03 .howto .figcaption .ttl {
    color: #dca5fd;
  }
  .item .item-header {
    padding: 115px 14.16% 35px 39.5%;
    width: 100%;
  }
  .item .item-header .ttl {
    font-size: 25px;
    letter-spacing: 0.064em;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
    text-align: left;
  }
  .item .item-header ul {
    margin-bottom: 25px;
  }
  .item .item-header ul li {
    font-size: 16px;
    letter-spacing: 0.064em;
    padding: 7px 0 7px 48px;
    color: #494949;
    line-height: 1.6;
    position: relative;
  }
  .item .item-header ul li:before {
    content: "";
    background-color: red;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .item .item-header h2 {
    font-size: 30px;
    letter-spacing: 0.064em;
    color: #3f3f3f;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
  }
  .item .item-header p {
    text-align: right;
    font-size: 16px;
  }
  .item .item-header .price {
    margin: 0;
    font-weight: bold;
    color: #494949;
    font-size: 18px;
  }
  .item .item-header .tax {
    font-size: 16px;
  }
  .item .item-wrap {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .item .item-img {
    width: 39.16%;
    position: absolute;
    top: 110px;
    left: -15px;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .item .item-img {
    left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .item .item-img img {
    max-width: 100%;
    height: auto;
  }
  .item .item-desc {
    background: #f7fefc;
    width: 565px;
    padding: 18px 25px;
    margin: 0 0 7vw 39.5%;
  }
  .item .item-desc h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.064em;
  }
  .item .item-desc ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-top: 12px;
    margin-bottom: -15px;
  }
  .item .item-desc ul li {
    width: 50%;
    white-space: nowrap;
    padding-left: 22px;
    margin-bottom: 15px;
    letter-spacing: 0.064em;
    position: relative;
  }
  .item .item-desc ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #b4ddd1;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .item .howto {
    background: #FFFFFF;
    padding: 75px 13% 20px;
  }
  .item .howto h3 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.064em;
    text-align: center;
  }
  .item .howto .howto-desc {
    padding-top: 10px;
    font-size: 13px;
    letter-spacing: 0.064em;
    text-align: center;
  }
  .item .howto ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 44px;
  }
  .item .howto ul li {
    padding-left: 25px;
    padding-right: 25px;
    width: 33.33333%;
  }
  .item .howto ul li .figure {
    width: 100%;
  }
  .item .howto ul li .figure img {
    max-width: 100%;
    height: auto;
  }
  .item .howto ul li .figure .figcaption {
    padding-top: 8px;
    padding-bottom: 30px;
  }
  .item .howto ul li .figure .figcaption .ttl {
    font-family: Arial;
    font-size: 18px;
    letter-spacing: 0.064em;
  }
  .item .howto ul li .figure .figcaption p {
    letter-spacing: 0.044em;
    padding-top: 5px;
    line-height: 1.71429;
  }
  .item .howto ul li .figure .figcaption p span {
    display: block;
  }
  .application {
    padding-top: 135px;
    margin-bottom: 80px;
  }
  .application .application-header {
    text-align: center;
    padding-bottom: 50px;
  }
  .application .application-header h2 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.064em;
    line-height: 1.6;
    display: inline-block;
    position: relative;
  }
  .application .application-header h2:after, .application .application-header h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 150px;
    background: #000000;
  }
  .application .application-header h2:before {
    left: 0;
    top: -15px;
    -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    -ms-transform-origin: bottom;
        transform-origin: bottom;
  }
  .application .application-header h2:after {
    right: 0;
    top: -15px;
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    -ms-transform-origin: bottom;
        transform-origin: bottom;
  }
  .application .application-wrap {
    margin-bottom: 65px;
  }
  .application .application-wrap p {
    text-align: center;
    font-size: 18px;
    line-height: 1.77778;
    letter-spacing: 0.064em;
  }
  .application img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .application .application-box {
    background: #d1faed;
    border: solid 6px #d1faed;
    padding: 48px 65px;
    margin: 0 auto;
    text-align: center;
    max-width: 1040px;
    width: 96%;
  }
  .application .application-box.box2 {
    background: transparent;
    margin-top: 25px;
  }
  .application .application-box.box2 h3:before {
    background: #d1faed;
  }
  .application .application-box h3 {
    font-size: 25px;
    letter-spacing: 0.064em;
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
  }
  .application .application-box h3:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .application .application-box .listmark {
    padding-left: -1em;
    margin-left: 1em;
    letter-spacing: 0.064em;
    font-size: 16px;
    text-align: left;
  }
  .application .application-box .listmark + .listmark {
    padding-top: 10px;
  }
  .application .application-box .txt {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.064em;
    line-height: 1.75;
  }
  .application .application-box .txt + h3 {
    margin-top: 54px;
  }
  .application .btn-wrap {
    margin-top: 60px;
  }
  .application .btn-wrap .btn {
    border: solid 3px #f94041;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    max-width: 450px;
    width: 80%;
    border-radius: 15px;
    letter-spacing: 0.064em;
    font-size: 20px;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
  .application .btn-wrap .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #f94041;
    width: 100%;
    height: 100%;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    z-index: -1;
  }
  .application .btn-wrap .btn:hover {
    color: #f94041;
    font-weight: bold;
  }
  .application .btn-wrap .btn:hover:before {
    transform: translate3d(100%, 0, 0);
  }
  /**********point-contents**********/
}

@media screen and (max-width: 768px) {
  html, body, #topPage {
    height: 100%;
  }
  .top-page .inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
  .en {
    font-family: Arial;
  }
  .pc {
    display: none;
  }
   ul, h2, h3 {
    color: #000000;
    letter-spacing: 0.02em;
    margin-top: 40px;
  }
    h4 {
    color: #000000;
    letter-spacing: 0.02em;
    margin-top: 10px;
  } 
  /***********header***********/
  .header {
    background-size: cover;
    background-position: center bottom;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  }
  .header img {
    width: 100%;
    height: auto;
  }
  .header-text {
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 0;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .header-text .txt {
    color: #FFFFFF;
    margin-bottom: 15px;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transform: translate3d(0, 60px, 0);
  }
  .header-text .txt span {
    font-size: 12px;
    letter-spacing: 0.04em;
    display: block;
  }
  .header-text .txt strong {
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: normal;
  }
  .header-text img {
    max-width: 80%;
    height: auto;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transform: translate3d(0, 60px, 0);
  }
  /***********text-contents***********/
  .monitor .recruit {
    background-color: #f9ffc5;
    padding: 25px 0;
  }
  .monitor .recruit .recruit-inner {
    width: 92%;
    height: 100%;
    padding: 4%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
  }
  .monitor .recruit .monitor-box {
    width: 94%;
    margin: 40px auto 30px;
    text-align: center;
    background-color: #f94040;
  }
  .monitor .recruit .monitor-box .monitor-text {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
  }
  .monitor .recruit .monitor-box .monitor-text span {
    position: absolute;
    font-size: 16px;
    letter-spacing: 0.064em;
    color: #f94040;
    top: -20px;
    left: -8px;
    -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    -ms-transform-origin: left bottom;
        transform-origin: left bottom;
  }
  .monitor .recruit .monitor-text2 {
    text-align: center;
    font-size: 12px;
    margin: auto;
    color: #010101;
  }
  .monitor .recruit .monitor-text3 {
    font-size: 25px;
    font-weight: bold;
  }
  .monitor .recruit .monitor-button {
    width: 155px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    background-color: #f94041;
    margin: 15px auto;
    font-size: 16px;
    letter-spacing: 0.064em;
  }
  .monitor .recruit .monitor-button .monitor-button-a {
    display: block;
    text-align: center;
    color: #ffffff;
  }

 .monitor .recruit .day-text {
    color: #f94041;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }

  .monitor .recruit .recruit-inner .sns-img{
    width: 20%;
    margin: 0 auto -30px;
  }
   .monitor .recruit .recruit-inner .sns-img img{
    width: 100%;
  }
  .contents {
    margin: 0;
    padding-top: 4vw;
    text-align: center;
  }
  .contents .fukidashi {
    position: absolute;
    top: -22vw;
    left: 0;
    width: 30%;
    height: auto;
  }
  .contents .contents-text {
    padding: 0 4%;
    color: #F7819F;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    display: inline-block;
  }
  .contents .contents-text-span {
    color: #f65568;
    font-size: 12px;

  }
  .contents .item-ul {
    margin-top: 35px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents .item-ul li {
    width: 33.33333%;
    padding: 30px 5px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .contents .item-ul li h4 {
    font-size: 3.1vw;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
    color: #EC4879;
  }
   .contents .item-ul img {
    width: 90%;
  } 
  .contents .item-text {
    text-align: center;
    color: #000000;
    line-height: 1.66667;
    font-size: 3.1vw;
    padding-top: 20px;
    white-space: nowrap;
  }
  .contents .item-img {
    display: block;
    margin: 0 auto;
    height: 115px;
    width: auto;
  }
  .contents .item-1 {
    background-color: #d0fcee;
  }
  .contents .item-1 .btn-pink{
    display: block;
    border-radius: 8.5px;
    background-color:#ea5184;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

  .contents .item-1 .btn-h01{
    line-height: 1.5;
    padding: 10px;
    margin: 0 auto;
    margin-top: 10px;    
} 
  .contents .item-2 {
    background-color: #f8ffb7;
  }
  .contents .item-2 .btn-pink{
    display: block;
    border-radius: 8.5px;
    background-color: #ea5184;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
  .contents .item-2 .btn-h01{
    line-height: 1.5;
    padding: 10px;
    margin: 0 auto;
    margin-top: 10px;
}    
  .contents .item-3 {
    background-color: #f1dafe;
  }
  .contents .item-3 .btn-pink{
    display: block;
    border-radius: 8.5px;
    background-color:#ea5184;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
  .contents .item-3 .btn-h01{
    line-height: 1.5;
    padding: 10px;
    margin: 0 auto;
    margin-top: 10px;    
}  
 /**********MOVIE************/

.movie{
    text-align: center;
    background:#fbfde9;
    padding: 30px 0 40px;
}
.movie h3{
    font-size: 23px;
    margin-bottom: 20px;
    color: #424242;
}
.movie iframe{
    width: 90%;
}
.movie .bnr{
    margin-top: 20px;
}
.movie .bnr img{
    width: 90%;
}
.movie .lesson {
    background: #fff4f9;
    width: 90%;
    text-align: center;
    padding: 20px 10px 10px;
    margin: 30px auto 10px;
  }
.movie .lesson h4{
    font-size: 18px;
    color: #ed5093;
    margin-bottom: 8px;
  }
.movie .lesson .lesson-btn{
    margin: 20px 0 15px;
  }
.movie .lesson .lesson-btn a{
    border: 2px solid #ed5093;
    padding: 6px 20px;
    color: #ed5093;
    font-weight: bold;
    border-radius: 8px;
    font-size: 13px;
}
.movie .lesson .txt12{
    font-size: 12px;
    margin: 10px 0;
  }

  /**********HOW TO USE************/
  .item.item01 {
    background: #f7fefc;
  }
  .item.item01 .item-header ul li:before {
    background: url(../img/icn-checkbox-01.png);
    background-size: cover;
  }
  .item.item01 .item-header .ttl {
    color: #85ebca;
  }
  .item.item01 .item-wrap {
    background: #d0fcee;
  }
  .item.item01 .item-wrap h3 {
    color: #98fcdc;
  }
  .item.item01 .item-desc {
    background: #f7fefc;
  }
  .item.item01 .howto .figcaption .ttl {
    color: #98fcdc;
  }
  .item.item02 {
    background: #ffffea;
  }
  .item.item02 .item-header p, .item.item02 .item-header h2 {
    text-align: left;
    margin-left: 12px;
  }
  .item.item02 .item-header ul {
    margin-left: 12px;
  }
  .item.item02 .item-header ul li:before {
    background: url(../img/icn-checkbox-02.png);
    background-size: cover;
  }
  .item.item02 .item-header .ttl {
    color: #f7de5c;
    text-align: center;
  }
  .item.item02 .item-wrap {
    background: #f9ffc5;
  }
  .item.item02 .item-wrap h3 {
    color: #f7de5c;
  }
  .item.item02 .item-img {
    padding-left: 0;
    padding-right: 10%;
  }
  .item.item02 .item-desc {
    background: #ffffea;
  }
  .item.item02 .item-desc li:before {
    background-color: #f4e976;
  }
  .item.item02 .howto .figcaption .ttl {
    color: #f7de5c;
  }
  .item.item03 {
    background: #faf2ff;
  }
  .item.item03 .item-header ul li:before {
    background: url(../img/icn-checkbox-03.png);
    background-size: cover;
  }
  .item.item03 .item-header .ttl {
    color: #dca5fd;
  }
  .item.item03 .item-wrap {
    background: #f1dafe;
  }
  .item.item03 .item-wrap h3 {
    color: #dca5fd;
  }
  .item.item03 .item-desc {
    background: #faf2ff;
  }
  .item.item03 .item-desc li:before {
    background-color: #ddcfe4;
  }
  .item.item03 .howto .figcaption .ttl {
    color: #dca5fd;
  }
  .item .inner {
    text-align: center;
  }
  .item .item-header {
    padding: 30px 0;
    width: 100%;
    text-align: center;
  }
  .item .item-header .ttl {
    font-size: 18px;
    letter-spacing: 0.064em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .item .item-header ul {
    margin-bottom: 25px;
    display: inline-block;
  }
  .item .item-header ul li {
    font-size: 12px;
    letter-spacing: 0.064em;
    padding: 4px 0 4px 24px;
    color: #494949;
    line-height: 1.6;
    text-align: left;
    position: relative;
  }
  .item .item-header ul li:before {
    content: "";
    background-color: red;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .item .itemname-wrap {
    padding: 30px 0 20px;
    display: inline-block;
  }
  .item .itemname-wrap h2 {
    font-size: 20px;
    letter-spacing: 0.064em;
    color: #3f3f3f;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .item .itemname-wrap h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .item .itemname-wrap p {
    text-align: center;
    font-size: 12px;
  }
  .item .itemname-wrap .price {
    margin: 0;
    font-weight: bold;
    color: #494949;
    font-size: 18px;
  }
  .item .itemname-wrap .tax {
    font-size: 16px;
  }
  .item .item-wrap {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .item .item-img {
    width: 96%;
    padding-top: 0px;
    padding-left: 14%;
  }
  .item .item-img img {
    width: 100%;
    height: auto;
  }
  .item .item-desc {
    background: #f7fefc;
    padding: 18px;
    width: 100%;
  }
  .item .item-desc h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.064em;
    text-align: left;
  }
  .item .item-desc ul {
    padding-top: 10px;
    margin-bottom: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .item .item-desc ul li {
    min-width: 100%;
    white-space: nowrap;
    padding-left: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.064em;
    position: relative;
    font-size: 2;
    text-align: left;
  }
  .item .item-desc ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #b4ddd1;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .item .howto {
    background: #FFFFFF;
    padding: 50px 4% 20px;
  }
  .item .howto h3 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.064em;
    text-align: center;
  }
  .item .howto .howto-desc {
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: 0.064em;
    text-align: center;
  }
  .item .howto ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 22px;
  }
  .item .howto ul li {
    padding-left: 12px;
    padding-right: 12px;
    width: 50%;
    text-align: left;
  }
  .item .howto ul li .figure {
    width: 100%;
  }
  .item .howto ul li .figure img {
    max-width: 100%;
    height: auto;
  }
  .item .howto ul li .figure .figcaption {
    padding-top: 8px;
    padding-bottom: 30px;
  }
  .item .howto ul li .figure .figcaption .ttl {
    font-family: Arial;
    font-size: 16px;
    letter-spacing: 0.064em;
  }
  .item .howto ul li .figure .figcaption p {
    font-size: 12px;
    letter-spacing: 0.044em;
    padding-top: 5px;
    line-height: 1.66667;
  }
  .item .howto ul li .figure .figcaption p span {
    display: block;
  }
  .application {
    padding-top: 55px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .application .application-header {
    text-align: center;
    padding-bottom: 50px;
  }
  .application .application-header h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.064em;
    padding: 0 5%;
    line-height: 1.6;
    display: inline-block;
    position: relative;
  }
  .application .application-header h2:after, .application .application-header h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 65px;
    background: #000000;
  }
  .application .application-header h2:before {
    left: 20px;
    top: 40px;
    -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    -ms-transform-origin: bottom;
        transform-origin: bottom;
  }
  .application .application-header h2:after {
    right: 20px;
    top: 40px;
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    -ms-transform-origin: bottom;
        transform-origin: bottom;
  }
  .application .application-wrap {
    margin-bottom: 65px;
  }
  .application .application-wrap p {
    text-align: center;
    font-size: 12px;
    line-height: 1.77778;
    letter-spacing: 0.064em;
  }
  .application img {
    display: block;
    max-width: 40%;
    margin: 0 auto 30px;
  }
  .application .application-box {
    background: #d1faed;
    border: solid 3px #d1faed;
    padding: 30px 18px;
    margin: 0 auto;
    text-align: center;
    max-width: 1040px;
    width: 98%;
  }
  .application .application-box.box2 {
    background: transparent;
    margin-top: 12px;
  }
  .application .application-box.box2 h3:before {
    background: #d1faed;
  }
  .application .application-box h3 {
    font-size: 18px;
    letter-spacing: 0.064em;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
  }
  .application .application-box h3:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .application .application-box .listmark {
    padding-left: -1em;
    margin-left: 1em;
    letter-spacing: 0.064em;
    font-size: 12px;
    text-align: left;
  }
  .application .application-box .listmark + .listmark {
    padding-top: 10px;
  }
  .application .application-box .txt {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.064em;
    line-height: 1.75;
  }
  .application .application-box .txt + h3 {
    margin-top: 20px;
  }
  .application .btn-wrap {
    margin-top: 30px;
  }
  .application .btn-wrap .btn {
    border: solid 3px #f94041;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    max-width: 450px;
    padding: 8px 0;
    width: 80%;
    border-radius: 15px;
    letter-spacing: 0.064em;
    font-size: 16px;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
  .application .btn-wrap .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #f94041;
    width: 100%;
    height: 100%;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    z-index: -1;
  }
  .application .btn-wrap .btn:hover {
    color: #f94041;
    font-weight: bold;
  }
  .application .btn-wrap .btn:hover:before {
    transform: translate3d(100%, 0, 0);
  }
  /**********point-contents**********/
}
