@charset "UTF-8";
/*------------------------------
media query
------------------------------*/
/*------------------------------
変数の定義
--------------------------------*/
/*------------------------------
top
------------------------------*/
#main-visual {
  position: relative;
  min-height: 1000px;
  background-image: url(../img/sp/main_visual.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 730px) and (max-width: 768px) {
  #main-visual {
    background-size: 768px;
  }
}

@media screen and (min-width: 769px) {
  #main-visual {
    background-image: url(../img/pc/main_visual.jpg);
    min-height: 1300px;
    background-size: cover;
  }
}

#main-visual .logo img {
  max-width: 50px;
  padding-top: 10px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 450px) {
  #main-visual .logo img {
    padding-top: 15px;
    margin: 0 auto 20px;
    max-width: 87px;
  }
}

@media screen and (min-width: 769px) {
  #main-visual .logo img {
    padding-top: 25px;
    margin: 0 auto 30px;
  }
}

#main-visual h1 {
  padding: 0 15px;
}

#main-visual h1 img {
  width: 74%;
  margin: 10px auto;
}

@media screen and (min-width: 450px) {
  #main-visual h1 img {
    width: 84%;
    max-width: 620px;
    margin: 20px auto;
  }
}

@media screen and (min-width: 769px) {
  #main-visual h1 img {
    width: 100%;
    max-width: 450px;
    padding: 0 80px 80px;
    margin: 0 auto;
  }
}

#main-visual .text-position {
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-top: 100%;
  position: relative;
  bottom: -1px;
}

@media screen and (min-width: 769px) {
  #main-visual .text-position {
    position: absolute;
    bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  #main-visual .text-position {
    padding-bottom: 40px;
    background-image: url(../img/sp/boundary01.jpg);
  }
}

#main-visual .text-position .text-wrap {
  text-align: center;
  padding: 0 15px;
}

#main-visual .text-position .text-wrap h2 {
  color: #e84572;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-top: 30px;
}

@media screen and (min-width: 730px) and (max-width: 768px) {
  #main-visual .text-position .text-wrap h2 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  #main-visual .text-position .text-wrap h2 {
    font-size: 22px;
    padding-top: 15px;
  }
}

#main-visual .text-position .text-wrap p {
  color: #707070;
  font-weight: 500;
  line-height: 2;
  font-size: 3vw;
  margin: 30px auto;
}

@media screen and (min-width: 450px) {
  #main-visual .text-position .text-wrap p {
    margin: 50px auto;
  }
}

@media screen and (min-width: 769px) {
  #main-visual .text-position .text-wrap p {
    font-size: 16px;
    margin: 40px auto;
  }
}

#main-visual .text-position .text-wrap p.color {
  line-height: 1.4;
}

#main-visual .text-position .text-wrap p span {
  font-weight: 900;
  font-size: 6vw;
}

@media screen and (min-width: 769px) {
  #main-visual .text-position .text-wrap p span {
    font-size: 24px;
  }
}

#main-visual .text-position .text-wrap p span.color-01 {
  color: #7fb4e0;
}

#main-visual .text-position .text-wrap p span.color-02 {
  color: #a4adc9;
}

#main-visual .text-position .text-wrap p span.color-03 {
  color: #e99f9e;
}

#main-visual .text-position .text-wrap p span.color-04 {
  color: #e84572;
}

#main-visual .text-position .skin-diagnose {
  text-align: center;
  padding: 30px 15px 60px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #main-visual .text-position .skin-diagnose {
    padding: 50px 15px 100px;
  }
}

@media screen and (min-width: 769px) {
  #main-visual .text-position .skin-diagnose {
    padding: 30px 15px 80px;
  }
}

#main-visual .text-position .skin-diagnose .cap {
  color: #7fb4e0;
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  #main-visual .text-position .skin-diagnose .cap {
    font-size: 22px;
  }
}

#main-visual .text-position .skin-diagnose a img {
  margin: 0 auto;
}

/*------------------------------
moistfull
------------------------------*/
#content-moistfull .svg-wrap svg {
  width: 100%;
  margin-bottom: -10px;
}

@media all and (-ms-high-contrast: none) {
  #content-moistfull .svg-wrap {
    display: none;
  }
}

#content-moistfull .bk-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd5d6), color-stop(25%, #ffe2e2), to(#fff0f0));
  background: -webkit-linear-gradient(#ffd5d6 0%, #ffe2e2 25%, #fff0f0 100%);
  background: linear-gradient(#ffd5d6 0%, #ffe2e2 25%, #fff0f0 100%);
  padding-bottom: 60px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .bk-wrap {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap {
    padding-bottom: 120px;
  }
}

#content-moistfull .bk-wrap .content-wrap {
  text-align: center;
  padding: 0 15px 60px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .bk-wrap .content-wrap {
    padding: 0 15px 100px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .content-wrap {
    padding: 0 15px 80px;
  }
}

#content-moistfull .bk-wrap .content-wrap h2 {
  padding: 40px 0;
}

@media screen and (min-width: 450px) {
  #content-moistfull .bk-wrap .content-wrap h2 {
    padding: 100px 0;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .content-wrap h2 {
    padding: 80px 0;
  }
}

#content-moistfull .bk-wrap .content-wrap h2 img {
  width: 60%;
  max-width: 393px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .content-wrap h2 img {
    max-width: 350px;
  }
}

#content-moistfull .bk-wrap .content-wrap .image img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-moistfull .bk-wrap .content-wrap .image img {
    width: 100%;
    max-width: 695px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .content-wrap .image img {
    max-width: 606px;
  }
}

#content-moistfull .bk-wrap .content-wrap .cap {
  font-size: 3vw;
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .content-wrap .cap {
    font-size: 16px;
  }
}

#content-moistfull .bk-wrap .point-wrap {
  width: 90%;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-moistfull .bk-wrap .point-wrap {
    border-radius: 70px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .point-wrap {
    max-width: 1000px;
    border-radius: 50px;
  }
}

#content-moistfull .bk-wrap .point-wrap h3 {
  color: #ec6d5a;
  font-weight: 700;
  font-size: 5vw;
  margin: 30px auto;
}

@media screen and (min-width: 450px) {
  #content-moistfull .bk-wrap .point-wrap h3 {
    margin: 50px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .point-wrap h3 {
    font-size: 22px;
    margin: 35px auto 30px;
  }
}

#content-moistfull .bk-wrap .point-wrap .image img {
  margin: 0 auto;
}

#content-moistfull .bk-wrap .point-wrap p {
  font-size: 3vw;
  margin: 30px auto;
}

@media screen and (min-width: 769px) {
  #content-moistfull .bk-wrap .point-wrap p {
    font-size: 16px;
    margin: 20px auto 35px;
  }
}

#content-moistfull .title-wrap {
  background-color: #fcc4b6;
  padding: 30px 15px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #content-moistfull .title-wrap {
    padding: 20px 0;
  }
}

#content-moistfull .title-wrap img {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-moistfull .title-wrap img {
    max-width: 600px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .title-wrap img {
    width: 100%;
    max-width: 440px;
  }
}

#content-moistfull .aco_wrapper {
  position: relative;
}

#content-moistfull .aco_wrapper .aco_box {
  height: 400px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box {
    height: 300px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe8e2), to(#fff7f5));
  background: -webkit-linear-gradient(top, #ffe8e2, #fff7f5);
  background: linear-gradient(to bottom, #ffe8e2, #fff7f5);
  text-align: center;
  padding: 0 15px 60px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset {
    padding: 0 15px 100px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset::before {
  content: "";
  background-image: url(../img/sp/moistfull_reset_title.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 35px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset::before {
    width: 301px;
    height: 70px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset::before {
    background-image: url(../img/pc/moistfull_reset_title.png);
    width: 266px;
    height: 51px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset h2 {
  padding: 80px 0 30px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset h2 {
    padding: 100px 0 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset h2 {
    padding: 50px 0 30px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset h2 img {
  margin: 0 auto;
}

#content-moistfull .aco_wrapper .aco_box .content-reset .cap {
  font-size: 3vw;
  margin: 0 auto 15px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .cap {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .cap {
    font-size: 16px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap {
    max-width: 900px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .image {
  width: 100%;
  margin: 15px auto;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .image {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .image {
    width: 486px;
    max-width: 486px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .image {
    min-height: 0%;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .image img {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .image img {
    width: 100%;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .text {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .text {
    width: calc(100% - 486px);
  }
}

@media all and (-ms-high-contrast: none) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .compre-wrap .text {
    min-height: 0%;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset h3 {
  font-size: 4.5vw;
  line-height: 2;
  color: #707070;
  font-weight: 700;
  margin: 15px auto 30px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset h3 {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset h3 {
    font-size: 18px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-reset .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 500px;
  height: 60px;
  color: #fff;
  background-color: #ed907a;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
  font-weight: 700;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .button {
    font-size: 26px;
    height: 100px;
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-reset .button {
    max-width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe8e2), to(#fff7f5));
  background: -webkit-linear-gradient(top, #ffe8e2, #fff7f5);
  background: linear-gradient(to bottom, #ffe8e2, #fff7f5);
  text-align: center;
  padding: 0 15px 100px;
}

#content-moistfull .aco_wrapper .aco_box .content-charge::before {
  content: "";
  background-image: url(../img/sp/moistfull_charge_title.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 35px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge::before {
    width: 301px;
    height: 70px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge::before {
    background-image: url(../img/pc/moistfull_charge_title.png);
    width: 266px;
    height: 51px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge h2 {
  padding: 80px 0 30px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge h2 {
    padding: 100px 0 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge h2 {
    padding: 50px 0 30px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge h2 img {
  margin: 0 auto;
}

#content-moistfull .aco_wrapper .aco_box .content-charge .cap {
  font-size: 3vw;
  margin: 0 auto 15px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .cap {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .cap {
    font-size: 16px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap {
    max-width: 680px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .image {
  width: 100%;
  margin: 15px auto;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .image {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .image {
    width: 273px;
    max-width: 273px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .image {
    min-height: 0%;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .image img {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .image img {
    width: 100%;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .text {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .text {
    width: calc(100% - 273px);
  }
}

@media all and (-ms-high-contrast: none) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .compre-wrap .text {
    min-height: 0%;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge h3 {
  font-size: 4.5vw;
  line-height: 2;
  color: #707070;
  font-weight: 700;
  margin: 15px auto 30px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge h3 {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge h3 {
    font-size: 18px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 500px;
  height: 60px;
  color: #fff;
  background-color: #ed907a;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
  font-weight: 700;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .button {
    height: 100px;
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .button {
    max-width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .content-movie {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px;
  margin: 50px auto;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .content-movie {
    border-radius: 70px;
    padding: 50px 50px 25px;
    margin: 70px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .content-movie {
    max-width: 800px;
    border-radius: 50px;
    padding: 30px;
    margin: 35px auto;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .content-movie iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .content-movie iframe {
    min-height: 350px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .content-movie iframe {
    max-width: 430px;
    min-height: 300px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .content-movie p {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .content-movie p {
    max-width: 510px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .content-movie p.text {
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .content-movie p.text {
    font-size: 16px;
  }
}

#content-moistfull .aco_wrapper .aco_box .content-charge .content-movie p.note {
  text-align: right;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .aco_box .content-charge .content-movie p.note {
    font-size: 12px;
  }
}

#content-moistfull .aco_wrapper .show_more {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
  padding-top: 200px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff2f2));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff2f2);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff2f2);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

#content-moistfull .aco_wrapper .show_more span {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 60vw;
  height: 7vh;
  max-width: 300px;
  max-height: 60px;
  border-radius: 30px;
  border: 3px solid #ed907a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ed907a;
  font-weight: 700;
  font-size: 4vw;
}

@media screen and (min-width: 450px) {
  #content-moistfull .aco_wrapper .show_more span {
    max-width: 300px;
    max-height: 60px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .aco_wrapper .show_more span {
    max-width: 200px;
    max-height: 40px;
    border-radius: 20px;
    font-size: 18px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-moistfull .aco_wrapper .show_more span {
    display: inline-block;
    width: 200px;
    height: 40px;
    padding-left: 60px;
    font-size: 18px;
  }
}

#content-moistfull .aco_wrapper .show_more span::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ed907a transparent transparent transparent;
}

#content-moistfull .aco_wrapper .show_more span::after {
  content: "SEE MORE";
  position: absolute;
}

#content-moistfull .aco_wrapper .active {
  background: none;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

#content-moistfull .aco_wrapper .active span::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ed907a transparent;
}

#content-moistfull .aco_wrapper .active span::after {
  content: "CLOSE";
  position: absolute;
}

#content-moistfull .link-wrap {
  position: relative;
  margin-top: -1px;
  width: 100%;
  text-align: center;
  padding: 60px 0 80px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff2f2), to(white));
  background: -webkit-linear-gradient(top, #fff2f2, white);
  background: linear-gradient(to bottom, #fff2f2, white);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #content-moistfull .link-wrap {
    padding: 80px 0 160px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-moistfull .link-wrap {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff2f2), to(white)), url(../img/pc/boundary02.png);
    background: -webkit-linear-gradient(top, #fff2f2, white), url(../img/pc/boundary02.png);
    background: linear-gradient(to bottom, #fff2f2, white), url(../img/pc/boundary02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, bottom center;
    background-size: contain, contain;
    position: relative;
    bottom: -1px;
  }
}

#content-moistfull .link-wrap h2 {
  color: #ec6d5a;
  font-weight: 700;
  font-size: 5vw;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  #content-moistfull .link-wrap h2 {
    font-size: 22px;
  }
}

#content-moistfull .link-wrap .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 600px;
  height: 70px;
  color: #fff;
  background-color: #ed907a;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
  font-weight: 700;
}

@media screen and (min-width: 450px) {
  #content-moistfull .link-wrap .button {
    height: 120px;
  }
}

@media screen and (min-width: 769px) {
  #content-moistfull .link-wrap .button {
    max-width: 440px;
    height: 95px;
    font-size: 22px;
  }
}

/*------------------------------
soonjung
------------------------------*/
#content-soonjung .svg-wrap svg {
  width: 100%;
  margin-bottom: -10px;
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .svg-wrap {
    display: none;
  }
}

#content-soonjung .bk-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#c2ecf9), color-stop(25%, #d4f2fb), to(#eaf8fd));
  background: -webkit-linear-gradient(#c2ecf9 0%, #d4f2fb 25%, #eaf8fd 100%);
  background: linear-gradient(#c2ecf9 0%, #d4f2fb 25%, #eaf8fd 100%);
  padding-bottom: 60px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .bk-wrap {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap {
    padding-bottom: 120px;
  }
}

#content-soonjung .bk-wrap .content-wrap {
  text-align: center;
  padding: 0 15px 60px;
  margin-top: -1px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .bk-wrap .content-wrap {
    padding: 0 15px 100px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .content-wrap {
    padding: 0 15px 80px;
  }
}

#content-soonjung .bk-wrap .content-wrap h2 {
  padding: 40px 0;
}

@media screen and (min-width: 450px) {
  #content-soonjung .bk-wrap .content-wrap h2 {
    padding: 100px 0;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .content-wrap h2 {
    padding: 80px 0;
  }
}

#content-soonjung .bk-wrap .content-wrap h2 img {
  width: 40%;
  max-width: 206px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .bk-wrap .content-wrap h2 img {
    width: 50%;
    max-width: 233px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .content-wrap h2 img {
    max-width: 206px;
  }
}

#content-soonjung .bk-wrap .content-wrap .image img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .bk-wrap .content-wrap .image img {
    width: 100%;
    max-width: 494px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .content-wrap .image img {
    max-width: 377px;
  }
}

#content-soonjung .bk-wrap .content-wrap .cap {
  font-size: 3vw;
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .content-wrap .cap {
    font-size: 16px;
  }
}

#content-soonjung .bk-wrap .point-wrap {
  width: 90%;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .bk-wrap .point-wrap {
    border-radius: 70px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .point-wrap {
    max-width: 1000px;
    border-radius: 50px;
  }
}

#content-soonjung .bk-wrap .point-wrap h3 {
  color: #008cd3;
  font-weight: 700;
  font-size: 5vw;
  margin: 30px auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .bk-wrap .point-wrap h3 {
    margin: 50px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .point-wrap h3 {
    font-size: 22px;
    margin: 35px auto 30px;
  }
}

#content-soonjung .bk-wrap .point-wrap .image img {
  margin: 0 auto;
}

#content-soonjung .bk-wrap .point-wrap p {
  font-size: 3vw;
  margin: 30px auto;
}

@media screen and (min-width: 769px) {
  #content-soonjung .bk-wrap .point-wrap p {
    font-size: 16px;
    margin: 20px auto 35px;
  }
}

#content-soonjung .title-wrap {
  background-color: #8fc2e9;
  padding: 30px 15px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #content-soonjung .title-wrap {
    padding: 20px 0;
  }
}

#content-soonjung .title-wrap img {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .title-wrap img {
    width: 100%;
    max-width: 481px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .title-wrap img {
    max-width: 352px;
  }
}

#content-soonjung .aco_wrapper {
  position: relative;
}

#content-soonjung .aco_wrapper .aco_box {
  height: 400px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box {
    height: 300px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9e0f4), to(#ecf4fb));
  background: -webkit-linear-gradient(top, #c9e0f4, #ecf4fb);
  background: linear-gradient(to bottom, #c9e0f4, #ecf4fb);
  text-align: center;
  padding: 0 15px 60px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset {
    padding: 0 15px 100px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset::before {
  content: "";
  background-image: url(../img/sp/soonjung_reset_title.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 35px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset::before {
    width: 301px;
    height: 70px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset::before {
    background-image: url(../img/pc/soonjung_reset_title.png);
    width: 266px;
    height: 51px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset h2 {
  padding: 80px 0 30px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset h2 {
    padding: 100px 0 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset h2 {
    padding: 50px 0 30px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset h2 img {
  margin: 0 auto;
}

#content-soonjung .aco_wrapper .aco_box .content-reset .cap {
  font-size: 3vw;
  margin: 0 auto 15px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .cap {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .cap {
    font-size: 16px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap {
    max-width: 900px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .image {
  width: 100%;
  margin: 15px auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .image {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .image {
    width: 466px;
    max-width: 466px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .image {
    min-height: 0%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .image img {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .image img {
    width: 100%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .text {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .text {
    width: calc(100% - 466px);
  }
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .compre-wrap .text {
    min-height: 0%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset h3 {
  font-size: 4.5vw;
  line-height: 2;
  color: #707070;
  font-weight: 700;
  margin: 15px auto 30px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset h3 {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset h3 {
    font-size: 18px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-reset .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 500px;
  height: 60px;
  color: #fff;
  background-color: #008cd3;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
  font-weight: 700;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .button {
    height: 100px;
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-reset .button {
    max-width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9e0f4), to(#ecf4fb));
  background: -webkit-linear-gradient(top, #c9e0f4, #ecf4fb);
  background: linear-gradient(to bottom, #c9e0f4, #ecf4fb);
  text-align: center;
  padding: 0 15px 100px;
}

#content-soonjung .aco_wrapper .aco_box .content-charge::before {
  content: "";
  background-image: url(../img/sp/soonjung_charge_title.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 35px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge::before {
    width: 301px;
    height: 70px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge::before {
    background-image: url(../img/pc/soonjung_charge_title.png);
    width: 266px;
    height: 51px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge h2 {
  padding: 80px 0 30px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge h2 {
    padding: 100px 0 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge h2 {
    padding: 50px 15px 30px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge h2 img {
  margin: 0 auto;
}

#content-soonjung .aco_wrapper .aco_box .content-charge .cap {
  font-size: 3vw;
  margin: 0 auto 15px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .cap {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .cap {
    font-size: 16px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap {
    max-width: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .image {
  width: 100%;
  margin: 15px auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .image {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .image {
    width: 88px;
    max-width: 88px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .image {
    min-height: 0%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .image img {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .image img {
    width: 100%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .text {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .text {
    width: calc(100% - 88px);
  }
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .compre-wrap .text {
    min-height: 0%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge h3 {
  font-size: 4.5vw;
  line-height: 2;
  color: #707070;
  font-weight: 700;
  margin: 15px auto 30px;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge h3 {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge h3 {
    font-size: 18px;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 500px;
  height: 60px;
  color: #fff;
  background-color: #008cd3;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
  font-weight: 700;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .button {
    height: 100px;
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .button {
    max-width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .content-list {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px 25px;
  margin: 50px auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .content-list {
    border-radius: 70px;
    padding: 50px 50px 25px;
    margin: 70px auto;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .content-list {
    max-width: 800px;
    border-radius: 50px;
    padding: 15px 100px 30px;
    margin: 35px auto;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

#content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li {
  width: 28%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li {
    width: 30%;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li {
    min-height: 0%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li .image {
  margin: 0 auto 15px;
}

#content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li .image img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li .image {
    min-height: 0%;
  }
}

#content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li .text {
  color: #707070;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li .text {
    font-size: 13px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .aco_box .content-charge .content-list ul li .text {
    min-height: 0%;
  }
}

#content-soonjung .aco_wrapper .show_more {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
  padding-top: 200px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#eef9fd));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #eef9fd);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #eef9fd);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

#content-soonjung .aco_wrapper .show_more span {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 60vw;
  height: 7vh;
  max-width: 300px;
  max-height: 60px;
  border-radius: 30px;
  border: 3px solid #008cd3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #008cd3;
  font-weight: 700;
  font-size: 4vw;
}

@media screen and (min-width: 450px) {
  #content-soonjung .aco_wrapper .show_more span {
    max-width: 300px;
    max-height: 60px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .show_more span {
    max-width: 200px;
    max-height: 40px;
    border-radius: 20px;
    font-size: 18px;
  }
}

@media all and (-ms-high-contrast: none) {
  #content-soonjung .aco_wrapper .show_more span {
    display: inline-block;
    width: 200px;
    height: 40px;
    padding-left: 60px;
    font-size: 18px;
  }
}

#content-soonjung .aco_wrapper .show_more span::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #008cd3 transparent transparent transparent;
}

@media screen and (min-width: 769px) {
  #content-soonjung .aco_wrapper .show_more span::before {
    left: 15%;
  }
}

#content-soonjung .aco_wrapper .show_more span::after {
  content: "SEE MORE";
  position: absolute;
}

#content-soonjung .aco_wrapper .active {
  background: none;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

#content-soonjung .aco_wrapper .active span::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #008cd3 transparent;
}

#content-soonjung .aco_wrapper .active span::after {
  content: "CLOSE";
  position: absolute;
}

#content-soonjung .link-wrap {
  position: relative;
  margin-top: -1px;
  width: 100%;
  text-align: center;
  padding: 60px 0 80px;
  width: 100%;
  background-image: url(../img/sp/boundary03.png), -webkit-gradient(linear, left top, left bottom, from(#eef9fd), to(#f9fdfe));
  background-image: url(../img/sp/boundary03.png), -webkit-linear-gradient(top, #eef9fd, #f9fdfe);
  background-image: url(../img/sp/boundary03.png), linear-gradient(to bottom, #eef9fd, #f9fdfe);
  background-repeat: no-repeat, repeat-x;
  background-position: bottom center, top center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #content-soonjung .link-wrap {
    background-image: url(../img/pc/boundary03.png), -webkit-gradient(linear, left top, left bottom, from(#eef9fd), to(#f9fdfe));
    background-image: url(../img/pc/boundary03.png), -webkit-linear-gradient(top, #eef9fd, #f9fdfe);
    background-image: url(../img/pc/boundary03.png), linear-gradient(to bottom, #eef9fd, #f9fdfe);
    padding: 80px 0 160px;
  }
}

#content-soonjung .link-wrap h2 {
  color: #008bd2;
  font-weight: 700;
  font-size: 5vw;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  #content-soonjung .link-wrap h2 {
    font-size: 22px;
  }
}

#content-soonjung .link-wrap .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 600px;
  height: 70px;
  color: #fff;
  background-color: #008bd2;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
  font-weight: 700;
}

@media screen and (min-width: 450px) {
  #content-soonjung .link-wrap .button {
    height: 120px;
  }
}

@media screen and (min-width: 769px) {
  #content-soonjung .link-wrap .button {
    max-width: 440px;
    height: 95px;
    font-size: 22px;
  }
}
/*# sourceMappingURL=top.css.map */