@charset "UTF-8";
#uvstick {
  font-size: 62.5%;
  color: #707070;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#uvstick img {
  width: 100%;
  height: auto;
}

#uvstick ul {
  padding-left: 0;
}

#uvstick li {
  list-style-type: none;
}

.sp_none {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* 全体調整 */
.ec-productRole {
  padding-left: 0;
  padding-right: 0;
}

.ec-productRole .ec-grid2 {
  padding-right: 20px;
  padding-left: 20px;
}

/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeInTrigger {
  opacity: 0;
}

.uvstick h1, .uvstick h2, .uvstick h3, .uvstick h4, .uvstick h5, .uvstick p, .uvstick a, .uvstick figure, .uvstick span {
  font-size: 1em;
}

.uvstick_top {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 65.5vw;
  max-height: 713px;
  max-width: 1090px;
  margin: auto;
}

.uvstick_product h2 {
  width: 80%;
  margin: calc(3rem + (1vw - 0.32rem) * 9.0909) auto;
  /* 30-100 */
  max-width: 360px;
}

.uvstick_product h2 .usa_titlesub {
  margin-bottom: 1em;
}

.uvstick_product .uvstick_pro_img {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.uvstick_product .uvstick_pro_text {
  letter-spacing: .2em;
  line-height: 1.7;
  position: relative;
}

.uvstick_product .uvstick_pro_text_name {
  font-size: calc(1.8em + (1vw - 0.32em) * 2.5974);
  /* 18-38 */
  margin-bottom: 5px;
  padding-left: 15px;
}

.uvstick_product .uvstick_pro_text_pink {
  background-color: #FFF4F4;
  margin: 0;
  padding: 1.5em 0 1.5em 15px;
  font-size: calc(1.1rem + (1vw - 0.32rem) * 1.9481);
  /* 11-26 */
}

.uvstick_product .uvstick_pro_text_pink span {
  display: inline;
  position: relative;
}

.uvstick_product .uvstick_pro_text_pink span::before {
  content: '';
  width: 120%;
  height: 10px;
  position: absolute;
  bottom: -40%;
  left: -10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.uvstick_product .uvstick_pro_text .uvstick_spf {
  position: absolute;
  top: 0;
  right: 10px;
  width: calc(7em + (1vw - 0.32em) * 8.4416);
  /*70-135*/
}

@media screen and (min-width: 768px) {
  .uvstick_product h2 {
    width: calc(36em + (1vw - 0.77em) * 46.5839);
    /* 360-510 */
    max-width: 510px;
  }
  .uvstick_product .uvstick_pro_wrapper {
    position: relative;
  }
  .uvstick_product .uvstick_pro_img {
    width: calc(35em + (1vw - 0.77em) * 15.5280);
    /*350-400*/
    max-width: 400px;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(0em + (1vw - 0.77em) * 15.5280);
  }
  .uvstick_product .uvstick_pro_text_name, .uvstick_product .uvstick_pro_text_pink {
    padding-left: calc(30em + (1vw - 0.77em) * 37.2671);
    /*300-420*/
  }
  .uvstick_product .uvstick_pro .uvstick_spf {
    right: calc(1rem + (1vw - 0.77rem) * 15.5280);
    /*10-60*/
  }
}

@media screen and (min-width: 1090px) {
  .uvstick_product h2 {
    margin: 100px auto;
  }
  .uvstick_product .uvstick_pro_img {
    left: 50px;
  }
  .uvstick_product .uvstick_pro_text .uvstick_spf {
    width: 135px;
    right: 60px;
  }
  .uvstick_product .uvstick_pro_text_name {
    font-size: 38px;
    padding-left: 420px;
  }
  .uvstick_product .uvstick_pro_text_pink {
    font-size: 26px;
    padding-left: 420px;
  }
}

.uvstick_bg {
  background-size: contain;
  padding-bottom: 80px;
}

.point {
  padding-top: calc(10em + (1vw - 0.32em) * 6.4935);
  /*100-150*/
  position: relative;
}

.point .point_title_wrapper {
  text-align: center;
}

.point .point_title_wrapper h3 {
  margin-top: 0;
  width: auto;
  height: calc(6em + (1vw - 0.32em) * 2.5974);
  /*60-80px*/
}

.point .point_title_wrapper h3 img {
  width: auto !important;
  height: 100% !important;
}

.point .point_title_wrapper p {
  font-size: calc(1.8em + (1vw - 0.32em) * 1.0390);
  /*18-26*/
}

.point .point_title_wrapper p span.underline {
  display: inline;
  position: relative;
}

.point .point_title_wrapper p span.underline::before {
  content: '';
  width: 120%;
  height: 10px;
  position: absolute;
  bottom: -40%;
  left: -10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.point .point_title_wrapper p span.attn {
  font-size: 10px;
}

.point .point_title_wrapper p span.nanoni {
  font-size: calc(1em + (1vw - 0.32em) * 1.0390);
  /*10-18*/
}

.point .point_title_wrapper .h3_sub {
  width: 80%;
  margin: auto;
  max-width: 50em;
  margin-bottom: 1em;
}

.point .heart_bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: calc(100vw - 30px);
  height: calc(100vw - 30px);
  margin: 10px auto;
  font-size: 18px;
  max-width: 350px;
  max-height: 350px;
}

.point .heart_bg span {
  font-size: 32px;
  display: inline;
}

.point .heart_bg .heart_list_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  text-align: center;
}

.point .heart_bg .heart_list_wrapper p {
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.5em;
}

.point .heart_bg .heart_list_inner {
  font-size: 14px;
  text-align: left;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
}

.point .heart_bg:first-child .heart_list_wrapper {
  width: 67%;
}

.point .heart_bg:nth-child(2) .heart_list_wrapper {
  width: 80%;
}

.point .heart_bg:last-child .heart_list_wrapper {
  width: 60%;
}

.point .heart_bg:last-child .heart_list_wrapper .heart_list_inner {
  font-size: 12px;
  line-height: 1.2;
}

.point .anshin_items {
  background-color: #FFF4F4;
  text-align: left;
  margin: 0;
  padding: 3em 0;
}

.point .anshin_items span.attn {
  font-size: 10px;
}

.point .anshin_items > p, .point .anshin_items .notinc li {
  font-size: calc(1.4em + (1vw - 0.32em) * 0.7792) !important;
}

@media screen and (min-width: 1090px) {
  .point .anshin_items > p, .point .anshin_items .notinc li {
    font-size: 20px !important;
  }
}

.point .anshin_items > p {
  text-align: center;
  margin: 0;
}

.point .anshin_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  max-width: 500px;
  margin: auto;
}

.point .anshin_items ul li {
  height: 8em;
  width: 20%;
  margin: auto;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.point .anshin_items ul li span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  text-align: center;
}

.point .anshin_attn {
  margin: 0 1em;
  display: inline-block;
  font-size: calc(1em + (1vw - 0.32em) * 0.6494);
  /*10-15*/
}

@media screen and (min-width: 1090px) {
  .point .anshin_attn {
    font-size: 15px;
  }
}

.point .point3_flex figure {
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.point .point3_flex figure > div {
  opacity: .6;
}

.point .point3_flex figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(1.2em + (1vw - 0.32em) * 0.5195);
  /*12-16*/
  line-height: 1.6em;
}

@media screen and (min-width: 768px) {
  .point .point_title_wrapper .h3_sub {
    height: 28px;
    width: auto;
    max-width: none;
  }
  .point .point_title_wrapper .h3_sub img {
    width: auto !important;
    height: 100% !important;
  }
  .point .heart_list {
    /* max-width:910px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point .heart_bg {
    width: calc(100vw / 3 - 15px);
    height: calc(100vw / 3 - 15px);
    font-size: 14px;
  }
  .point .heart_bg span {
    font-size: 26px;
  }
  .point .heart_bg .heart_list_wrapper {
    top: calc(4200vw / 322 + 35px - (42 * 768px / 322));
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .point .heart_bg .heart_list_wrapper p {
    margin-top: 1.5em;
  }
  .point .heart_bg .heart_list_inner {
    font-size: 13px;
  }
  .point .heart_bg:first-child .heart_list_wrapper {
    width: 57%;
  }
  .point .heart_bg:nth-child(2) {
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
  }
  .point .heart_bg:nth-child(2) .heart_list_wrapper {
    width: 75%;
  }
  .point .heart_bg:last-child {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
  }
  .point .heart_bg:last-child .heart_list_wrapper {
    width: 75%;
  }
  .point .heart_bg:last-child .heart_list_wrapper .heart_list_inner {
    font-size: 10px;
  }
  .point .anshin_attn_wrapper {
    text-align: right;
  }
  .point .point3_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .point .point3_flex figure {
    margin-right: auto;
    margin-left: auto;
  }
  .point .point3_flex figure > div {
    opacity: 1;
  }
  .point .point3_flex figure figcaption {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .point .point3_flex figure:last-of-type {
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
  }
}

@media screen and (min-width: 1090px) {
  .point {
    padding-top: 150px;
  }
  .point .point_title_wrapper h3 {
    height: 80px;
  }
  .point .point_title_wrapper p {
    font-size: 26px;
  }
  .point .point_title_wrapper p span.nanoni {
    font-size: 18px;
  }
  .point .heart_bg .heart_list_wrapper {
    top: 77px;
  }
  .point .heart_bg .heart_list_inner {
    font-size: 14.5px;
  }
  .point .point3_flex figure figcaption {
    font-size: 15px;
  }
}

.share {
  /*padding-bottom:100px;*/
  position: relative;
  padding-top: calc(10em + (1vw - 0.32em) * 6.4935);
  /*100-150*/
}

.share h3 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}

.share_product {
  position: relative;
}

.share_product_img {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.share_product_spf {
  width: 35%;
  max-width: 200px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.share article {
  margin: 80px 15px;
}

.share article .tokuchou_img {
  width: auto;
  height: 188px;
  margin-bottom: 70px;
  text-align: center;
}

.share article .tokuchou_img img {
  width: auto !important;
  height: 100% !important;
}

.share article h4 {
  font-size: calc(2em + (1vw - 0.32em) * 0.6494);
  /* 20-25px */
  font-weight: normal;
  margin: 0 0 30px 0;
  text-align: left;
  width: 67%;
  max-width: 240px;
  padding-left: 0.5em;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.share article h4::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0em;
  left: 80%;
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  /* アニメーション用の設定 */
  -webkit-transform: translate(-210px);
          transform: translate(-210px);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

.share article h4.show::before {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.share article h4::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.3em;
  left: 0;
  width: 100%;
  height: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: -1;
  /* アニメーション用の設定 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

.share article h4.show::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.share article .tokuchou_text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share article p {
  font-size: calc(1em + (1vw - 0.32em) * 0.6494);
  /* 10-15 */
  max-width: 340px;
  display: inline-block;
  text-align: left;
  background-size: 100% 2.2em;
  line-height: 2.2em;
  margin: 0;
  padding-left: .5em;
  padding-right: .5em;
}

@media screen and (min-width: 768px) {
  .share_product_wrapper {
    position: relative;
    padding-top: 6%;
    padding-bottom: 25%;
  }
  .share_product_wrapper.usa {
    padding-bottom: 155px;
  }
  .share_product_img {
    width: 55%;
    margin-right: 15%;
    margin-bottom: 3em;
  }
  .share_product_spf {
    width: 18%;
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .share article {
    position: absolute;
    margin: 0;
  }
  .share article h4 {
    width: 90%;
    max-width: 260px;
  }
  .share article h4::before {
    width: 70px;
    height: 70px;
    left: 85%;
    -webkit-transform: translate(-250px);
            transform: translate(-250px);
  }
  .share article h4.show::before {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .share article .tokuchou_img {
    margin-bottom: 0;
    height: auto;
  }
  .share article .tokuchou_img img {
    width: 100% !important;
    height: auto !important;
  }
  .share article .tokuchou_text {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .share article.tokuchou1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    top: 0;
    left: calc(0em + (1vw - 0.77em) * 9.3168);
    /*0-30px*/
    width: 55%;
    max-width: 560px;
  }
  .share article.tokuchou1 .tokuchou_img {
    margin-right: 3%;
    width: inherit;
  }
  .share article.tokuchou1 .tokuchou_text {
    width: 92%;
    max-width: 310px;
  }
  .share article.tokuchou1.usa {
    max-width: 530px;
  }
  .share article.tokuchou2 {
    bottom: calc(.7em + (1vw - 0.77em) * 3.4161);
    /*7-18*/
    left: calc(.7em + (1vw - 0.77em) * 3.4161);
    /*7-18*/
  }
  .share article.tokuchou2 .tokuchou_img {
    width: calc(25em + (1vw - 0.77em) * 27.9503);
    /*250-340*/
    max-width: 340px;
    margin-bottom: calc(1.3em + (1vw - 0.77em) * 17.7019);
    /*13-70*/
  }
  .share article.tokuchou2 .tokuchou_text {
    position: relative;
    right: -20%;
  }
  .share article.tokuchou2.usa {
    left: calc(.7em + (1vw - 0.77em) * 16.4596);
    /*7-60px*/
  }
  .share article.tokuchou2.usa .tokuchou_img {
    margin-bottom: 4.3em;
    max-width: 300px;
  }
  .share article.tokuchou2.usa .tokuchou_text {
    right: -10%;
  }
  .share article.tokuchou3 {
    bottom: calc(.7em + (1vw - 0.77em) * 3.4161);
    /*7-18*/
    right: calc(.7em + (1vw - 0.77em) * 3.4161);
    /*7-18*/
  }
  .share article.tokuchou3 .tokuchou_img {
    width: calc(20em + (1vw - 0.77em) * 37.2671);
    /* 200-320 */
    max-width: 320px;
    margin-left: auto;
    margin-bottom: calc(5em + (1vw - 0.77em) * 6.2112);
    /*50-70*/
  }
  .share article.tokuchou3 .tokuchou_text {
    position: relative;
    left: -30%;
    width: calc(28em + (1vw - 0.77em) * 18.6335);
    /*280-340*/
    max-width: 340px;
  }
  .share article.tokuchou3.usa .tokuchou_text {
    left: -50%;
    width: calc(25em + (1vw - 0.77em) * 9.3168);
    /*250-280px*/
    max-width: 280px;
  }
  .share article.tokuchou3.usa .tokuchou_img {
    width: calc(25em + (1vw - 0.77em) * 27.9503);
    /* 250-340 */
    max-width: 340px;
  }
  .share article.tokuchou3.usa .tokuchou_img.sp_none {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(14em + (1vw - 0.77em) * 15.5280);
    /* 140-190px */
    max-width: 190px;
    margin: 0;
    z-index: 2;
  }
  .share article.tokuchou3.usa p {
    max-width: 280px;
  }
}

@media screen and (min-width: 1090px) {
  .share {
    padding-top: 150px;
  }
  .share article h4 {
    font-size: 25px;
  }
  .share article p {
    font-size: 15px;
  }
  .share article.tokuchou1 {
    left: 30px;
  }
  .share article.tokuchou2 {
    left: 18px;
    bottom: 18px;
  }
  .share article.tokuchou2 .tokuchou_img {
    margin-bottom: 70px;
  }
  .share article.tokuchou2.usa {
    left: 60px;
  }
  .share article.tokuchou3 {
    right: 18px;
    bottom: 18px;
  }
  .share article.tokuchou3 .tokuchou_img {
    margin-bottom: 70px;
  }
}

.howto {
  text-align: center;
  padding-top: calc(10em + (1vw - 0.32em) * 6.4935);
  /*100-150*/
  position: relative;
}

.howto img {
  z-index: 2;
  position: relative;
}

.howto h3 {
  font-size: calc(2em + (1vw - 0.32em) * 0.6494);
  width: calc(62.5vw - 3.5em);
  max-width: 180px;
  margin: 0 auto 30px;
  display: inline-block;
  position: relative;
  padding-left: 1em;
  padding-right: 2em;
}

.howto h3::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0em;
  left: 80%;
  width: 90px;
  height: 90px;
  z-index: 3;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  /* アニメーション用の設定 */
  -webkit-transform: translate(-180px);
          transform: translate(-180px);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

.howto h3.show::before {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.howto h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.3em;
  left: 0;
  width: 100%;
  height: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 0;
  /* アニメーション用の設定 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

.howto h3.show::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.howto_wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

.howto_text {
  width: 25%;
  height: 25vw;
  max-width: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
  opacity: .3;
  z-index: 3;
}

.howto_text_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

.howto_text.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.howto_wrapper > div:first-child {
  left: 8%;
}

.howto_wrapper > div:nth-child(2) {
  right: 8%;
  bottom: 0;
  z-index: 10;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.howto_img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-left: 16%;
  max-width: 400px;
}

.howto_maintext {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(7.3em + (1vw - 0.32em) * 12.5974);
  /* 73-170px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.howto_maintext img {
  width: auto !important;
  height: 100% !important;
}

.howto_maintext_textupper, .howto_maintext_textlower {
  height: calc(1.3em + (1vw - 0.32em) * 2.2078);
  /* 13-30px */
  margin: .3em auto;
}

.howto_maintext_text {
  height: calc(4em + (1vw - 0.32em) * 5.8442);
  /*40-85px*/
}

.howto_maintext_textlower {
  display: inline-block;
}

.howto_maintext .underline {
  padding-left: .5em;
  padding-right: .5em;
  position: relative;
}

.howto_maintext .underline::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.3em;
  left: 0;
  width: 100%;
  height: 1em;
  background-color: #fff;
  /* アニメーション用の設定 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 1000ms ease-out;
  transition: -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
  transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out;
}

.howto_maintext .underline.show::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

@media screen and (min-width: 768px) {
  .howto .h3wrapper {
    text-align: left;
    margin-left: calc(5.5em + (1vw - 0.77em) * 9.3168);
    /*55-85*/
  }
  .howto h3::before {
    -webkit-transform: translate(-230px);
            transform: translate(-230px);
  }
  .howto_img {
    margin-left: 20%;
  }
}

@media screen and (min-width: 1090px) {
  .howto {
    padding-top: 150px;
  }
  .howto .h3wrapper {
    margin-left: 85px;
  }
  .howto_maintext {
    height: 170px;
  }
  .howto_maintext_textupper, .howto_maintext_textlower {
    height: 30px;
  }
  .howto_maintext_text {
    height: 85px;
  }
}

.attention {
  padding-top: calc(10em + (1vw - 0.32em) * 6.4935);
  /*100-150*/
  position: relative;
}

.attention h3 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  margin-bottom: calc(3em + (1vw - 0.32em) * 7.7922);
  /* 30-90 */
}

.attention .stick_block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1em + (1vw - 0.32em) * 2.0779);
  /* 10-26 */
}

.attention .stick_block .stick {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-top: 7em;
}

.attention .stick_block .stick::before {
  position: absolute;
  content: '';
  width: 80%;
  height: 7em;
  background-color: #fff;
  top: 0;
  left: 10%;
  border-left: calc(.1em + (1vw - 0.32em) * 0.3896) solid #707070;
  border-right: calc(.1em + (1vw - 0.32em) * 0.3896) solid #707070;
  border-top: calc(.1em + (1vw - 0.32em) * 0.3896) solid #707070;
  /* アニメーション用の設定 */
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 3000ms ease-out;
  transition: -webkit-transform 3000ms ease-out;
  transition: transform 3000ms ease-out;
  transition: transform 3000ms ease-out, -webkit-transform 3000ms ease-out;
}

.attention .stick_block .stick.show::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.attention .stick_fukidashi {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.attention .stick_fukidashi p {
  position: absolute;
  top: 47%;
  left: 54%;
  -webkit-transform: translate(-54%, -47%);
          transform: translate(-54%, -47%);
  width: 10em;
  font-size: calc(1em + (1vw - 0.32em) * 2.0779);
  /* 10-26 */
}

.attention .stick_fukidashi .stick_boy {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.attention .stick_fukidashi .stick_boy.usa {
  width: 50%;
}

.attention .atn2_wrapper {
  text-align: center;
}

.attention .atn2_wrapper .atn2 {
  margin-bottom: 100px;
  margin-top: calc(3em + (1vw - 0.32em) * 7.7922);
  /* 30-90 */
  display: inline-block;
  font-size: calc(1em + (1vw - 0.32em) * 2.0779);
  /* 10-26 */
}

.attention .anim-box.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media screen and (min-width: 1090px) {
  .attention {
    padding-top: 150px;
  }
  .attention h3 {
    margin-bottom: 90px;
  }
  .attention .stick_block {
    font-size: 26px;
  }
  .attention .stick_fukidashi p {
    font-size: 26px;
  }
  .attention .atn2_wrapper .atn2 {
    margin-top: 90px;
    font-size: 26px;
  }
}

.b_white {
  background-color: #f7fafd !important;
}

.bg_hoshi {
  position: absolute;
  background-size: contain;
  height: calc(10em + (1vw - 0.32em) * 6.4935);
  top: 0;
  width: 100%;
}

.usa.uvstick_pro_text_pink {
  background-color: #f7fafd;
}

.usa.uvstick_bg {
  background-color: #eaf2f8;
}
/*# sourceMappingURL=uvstick.css.map */