@charset "UTF-8";

.page--sunscreen .show-small {
  display: none;
}
.page--sunscreen .hide-small {
  display: inherit;
}

@media only screen and (max-width: 640px) {
  .page--sunscreen .show-small {
    display: inherit;
  }
  .page--sunscreen .hide-small {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .wrap {
    min-width: 1200px;
  }
}
/** PAGE -- TOP
==============================================*/
.inview.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.bottom {
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}

.inview.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.inview.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}

.chasein.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.chasein.slideIn.bottom {
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}

.chasein.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.chasein.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.chasein.fadeIn.animate {
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}

.masker .typo {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.masker.animate .typo {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

body {
  font-size: 16px;
}

.site-main *,
.site-main *:before,
.site-main *:after {
  box-sizing: border-box;
}

.row {
  margin: 0 auto;
  max-width: 1070px;
  padding: 0 25px;
}

.cart__btn {
  font-size: 21px;
}

@media only screen and (max-width: 640px) {
  .cart__btn {
    font-size: 16px;
  }
}

.cart__btn a {
  text-align: center;
  display: block;
  background-color: #FB9AA7;
  background-image: url(../img/ico_cart-wh.png);
  background-repeat: no-repeat;
  background-position: 24px 45%;
  background-size: 7%;
  max-width: 350px;
  border-radius: 8px;
  line-height: 1;
  padding: 1em 0;
  margin: 0 0 0 auto;
  position: relative;
}
.section-hero .cart__btn a {
  max-width: 290px;
}

@media only screen and (max-width: 640px) {
  .cart__btn a {
    width: 260px;
    margin: 0 auto;
    background-size: 5%;
  }
}

.cart__btn a::after {
  content: "";
  background-image: url(../img/sunscreen/ico-arrow.png);
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .cart__btn a::after {
    width: 9px;
    height: 5px;
    background-size: 100%;
    right: 22px;
  }
}

.gothic {
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.headline.ico {
  width: 100%;
  background-image: url(../img/sunscreen/title-bg02.png);
  background-repeat: no-repeat;
  background-position: 0 18px;
  padding-left: 0;
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

@media only screen and (max-width: 640px) {
  .headline.ico {
    background-position: 0 19px;
    background-size: 78px;
  }
}

.headline.ico .headline__en {
  font-weight: bold;
  padding: 56px 0 8px 35px;
}

.headline.ico .headline__en img {
  height: 23px;
}

@media only screen and (max-width: 640px) {
  .headline.ico .headline__en img {
    height: 19px;
  }
}

@media only screen and (max-width: 640px) {
  .headline.ico .headline__en {
    font-size: 25px;
    padding: 22px 0 8px 22px;
  }
}

.headline.ico .headline__jp {
  font-size: 18px;
  padding-left: 35px;
  letter-spacing: 0.15ch;
}

@media only screen and (max-width: 640px) {
  .headline.ico .headline__jp {
    font-size: 14px;
    padding-left: 25px;
  }
}

sup {
  vertical-align: top;
  font-size: small;
}

.section-hero .bgimg {
  opacity: 0;
}

.section-hero .new {
  position: absolute;
  left: calc(50% - 300px);
  top: 10%;
  z-index: 1;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFDCAA;
  border-radius: 50%;
}
.section-hero .new img {
  width: 44px;
}
.section-hero .lead {
  position: absolute;
  left: calc(50% + 300px);
  top: 18%;
  z-index: 1;
  width: 68px;
  height: 287px;
}
.section-hero .spec {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-hero .spec .spec_list {
  display: flex;
}
.section-hero .spec .spec_list li {
  background-color: #fff;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 8px;
  margin: 5px;
  font-size: 14px;
}
.section-hero .spec .spec_list li sup {
  font-size: 0.5em;
  position: relative;
  top: -0.5em;
}
.section-hero .spec .notes {
  font-size: 12px;
  margin: 0 5px;
}

@media only screen and (min-width: 641px) {
  .section-hero {
    padding-top: 45px;
  }
  .section-hero .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/sunscreen/hero-img02.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .section-hero .bgimg {
    display: block;
  }
  .section-hero .bgimg img {
    padding: 30px 0 120px;
  }
}

.section-hero .section-content {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1500px) {
  .section-hero .section-content {
    height: 65vw;
  }
}
@media (min-width: 641px) and (max-width: 1499px) {
  .section-hero .section-content {
    height: 880px;
  }
}

.section-hero .content {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px 0;
  opacity: 0;
}

@media only screen and (min-width: 641px) {
  .section-hero .content {
    height: 140px;
  }
}

@media only screen and (max-width: 640px) {
  .section-hero .content {
    padding: 30px 0 36px;
  }
}

@media only screen and (min-width: 641px) {
  .section-hero .product {
    display: flex;
  }
}

@media only screen and (min-width: 641px) {
  .section-hero .product__title {
    width: 690px;
  }
}

@media only screen and (min-width: 641px) {
  .section-hero .product__cart {
    width: 330px;
  }
}

.section-hero .product .title {
  font-size: 27px;
}


@media (min-width: 641px) and (-ms-high-contrast: none) {
  .section-hero .product .title {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1100px) {
  .section-hero .product .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .section-hero .product .title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 640px) {
  .section-hero .product .title {
    font-size: 17px;
    letter-spacing: 0;
  }
}

.section-hero .product .price {
  font-size: 16px;
  margin-top: 0.25em;
}

@media only screen and (max-width: 640px) {
  .section-hero .product .price {
    font-size: 15px;
    padding: 13px 0;
  }
}

@media only screen and (max-width: 640px) {
  .section-hero .product {
    text-align: center;
  }
}

.section-intro .headline {
  padding: 180px 20px;
  background: url(../img/sunscreen/intro-bg.png) no-repeat center center;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .section-intro .headline {
    padding: 100px 20px;
    background-size: auto 100%;
  }
}

.section-intro .headline .panel {
  position: relative;
  margin: 0 auto;
  max-width: 760px;
}

@media only screen and (max-width: 640px) {
  .section-intro .headline .panel {
    max-width: 370px;
  }
}

.section-intro .headline .txt {
  position: relative;
  padding: 5px 0;
  letter-spacing: .1ch;
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .section-intro .headline .txt {
    font-size: 16px;
  }
}

.section-intro .headline .txt .small {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .section-intro .headline .txt .small {
    font-size: 15px;
  }
}

.section-intro .headline .img {
  position: absolute;
  top: -30px;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .section-intro .headline .img {
    top: -120px;
    right: 10px;
    width: 60%;
  }
}

.section-intro .headline .l-txt {
  position: relative;
  z-index: 1;
}


.section-intro .content {
  padding-bottom: 80px;
}

@media only screen and (min-width: 641px) {
  .section-intro .content .panel {
    display: flex;
  }
}

.section-intro .content .panel .intro-img {
  position: relative;
  padding-left: 60px;
}
.section-intro .content .panel .intro-img .new {
  position: absolute;
  left: 0;
  top: -60px;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 50%;
  z-index: -1;
}
.section-intro .content .panel .intro-img .new img {
  width: 50px;
  opacity: 0.8;
}
.section-intro .content .panel .intro-img > img {
  width: 604px;
}
@media only screen and (max-width: 640px) {
  .section-intro .content .panel .intro-img {
    padding-left: 0;
  }
  .section-intro .content .panel .intro-img .new {
    width: 90px;
    height: 90px;
  }
  .section-intro .content .panel .intro-img .new img {
    width: 40px;
  }
}

.section-intro .content .panel .intro-txt .txt .marker {
  background: linear-gradient(#FFDCAA 50%, #FFDCAA 50%);
  background-repeat: no-repeat;
  background-size: 200% 1.8em;
  background-position: 200% 100%;
  margin: 3px 0;
  padding: 0 20px;
  font-size: 25px;
  /* padding: 0 0.25em;
  letter-spacing: .2em;
  font-style: normal;
  font-size: 26px;
  line-height: 1.7;
  display: inline-block;
  background: linear-gradient(#FFDCAA 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 200% 100%;
  transition: 1.5s;
  transition-delay: 600ms; */
}
.section-intro .content .panel .intro-txt .txt .marker.is-active {
  background-position: 0% 100%;
  letter-spacing: 0.05em;
}
.section-intro .content .panel .intro-txt .txt span {
  line-height: 2.5;
  margin-top: 30px;
  display: block;
}
@media only screen and (min-width: 641px) {
  .section-intro .content .panel .intro-img {
    margin-top: -200px;
    margin-left: -20px;
    width: 60%;
  }
  .section-intro .content .panel .intro-txt {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro .content .panel .intro-img .new {
    top: 0;
    left: calc(50% + 45px);
  }
  .section-intro .content .panel .intro-txt .txt .marker {
    font-size: 20px;
  }
  .section-intro .content .panel .intro-txt .txt span {
    font-size: 14px;
  }
}


.section-intro .benefit {
  position: relative;
  text-align: center;
  background-color: #E9E9F1;
}

@media only screen and (min-width: 641px) {
  .section-intro .benefit .l-txt {
    margin: 0 auto;
    max-width: 450px;
    padding: 100px 0;
  }
}

@media only screen and (max-width: 640px) {
  .section-intro .benefit .l-txt {
    padding: 3em 0;
  }
}

.section-intro .benefit .txt {
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .section-intro .benefit .txt {
    padding: 0 35px;
    width: 100%;
    font-size: 17px;
  }
}

.section-intro .benefit .txt span {
  padding: .15em 0;
  width: 100%;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
}

.section-intro .benefit .txt span:after {
  content: ' ';
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: #a5a3a2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 1800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.section-intro .benefit .txt span.animate:after {
  width: 100%;
}

@media (max-width: 340px) {
  .section-intro .benefit .txt {
    padding: 0 15px;
  }
}

.section-intro .product,
.section-purchase .product {
  display: flex;
}

@media only screen and (max-width: 640px) {
  .section-intro .product,
  .section-purchase .product {
    display: block;
  }
}

.section-intro .product .l-img,
.section-purchase .product .l-img {
  position: relative;
  width: 61%;
}

@media only screen and (max-width: 640px) {
  .section-intro .product .l-img,
  .section-purchase .product .l-img {
    width: 100%;
    height: 110%;
  }
}

.section-intro .product .l-img .right,
.section-purchase .product .l-img .right {
  position: absolute;
  top: 4vw;
  left: 5vw;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .section-intro .product .l-img .right,
  .section-purchase .product .l-img .right {
    top: 60px;
    left: 6%;
    width: 45%;
  }
  .section-intro .product .l-img .right img,
  .section-purchase .product .l-img .right img {
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .section-intro .product .l-img .right img,
  .section-purchase .product .l-img .right img {
    width: 50%;
  }
}

.section-intro .product .l-img .left,
.section-purchase .product .l-img .left {
  position: absolute;
  top: -5vw;
  left: 15vw;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .section-intro .product .l-img .left,
  .section-purchase .product .l-img .left {
    top: -27px;
    left: 27%;
    width: 70%;
  }
  .section-intro .product .l-img .left img,
  .section-purchase .product .l-img .left img {
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .section-intro .product .l-img .left img,
  .section-purchase .product .l-img .left img {
    width: 70%;
  }
}

.section-intro .product .l-txt,
.section-purchase .product .l-txt {
  margin-left: auto;
  padding: 240px 0 100px;
  width: 39%;
}

@media only screen and (max-width: 640px) {
  .section-intro .product .l-txt,
  .section-purchase .product .l-txt {
    padding: 110% 30px 60px;
    width: 100%;
  }
}

@media (max-width: 340px) {
  .section-intro .product .l-txt,
  .section-purchase .product .l-txt {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section-intro .product .l-txt .txt,
.section-purchase .product .l-txt .txt {
  text-align: right;
  line-height: 2.5;
}

@media only screen and (max-width: 640px) {
  .section-intro .product .l-txt .txt,
  .section-purchase .product .l-txt .txt {
    text-align: left;
    letter-spacing: .1em;
    font-size: 15px;
    line-height: 2.2;
  }
}

.section-intro .product .l-txt .cart__btn,
.section-purchase .product .l-txt .cart__btn {
  margin-top: 95px;
}

@media only screen and (max-width: 640px) {
  .section-intro .product .l-txt .cart__btn,
  .section-purchase .product .l-txt .cart__btn {
    margin-top: 40px;
  }
  .section-intro .product .l-txt .cart__btn a,
  .section-purchase .product .l-txt .cart__btn a {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .section-intro .l-txt .txt {
    /* margin-left: -4em; */
  }
}

.section-purchase {
  background-color: #FEF7E4;
  padding-top: 180px;
}
.section-purchase.type2 {
  background-color: #fff;
}

.section-purchase .product .l-txt {
  padding-top: 0;
  padding-left: 48px;
}

@media only screen and (min-width: 641px) {
  .section-purchase.type2 .product .l-txt {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .section-purchase {
    padding-top: 90px;
  }
  .section-purchase .product .l-txt {
    padding: 110% 0 40px 0;
  }
}

@media (min-width: 641px) and (max-width: 1020px) {
  .section-purchase .product .l-txt {
    padding-left: 0;
  }
}

.section-purchase .product .l-txt .catch {
  font-size: 30px;
  line-height: 2.3;
}

@media only screen and (max-width: 640px) {
  .section-purchase .product .l-txt .catch {
    font-size: 23px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .section-purchase .product .l-txt .catch {
    font-size: 24px;
  }
}

.section-purchase .product .l-txt .catch span {
  display: inline-block;
  border-top: 1px solid #a5a3a2;
}

.section-purchase .product .l-txt .txt {
  padding-top: 25px;
  text-align: left;
  font-size: 21px;
}

@media only screen and (min-width: 641px) {
  .section-purchase .product .l-txt .txt {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 640px) {
  .section-purchase .product .l-txt .txt {
    letter-spacing: .02em;
    font-size: 16px;
    padding-top: 1em;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .section-purchase .product .l-txt .txt {
    font-size: 16px;
  }
}

.section-purchase .product .l-txt .price {
  padding-top: 1em;
}

@media only screen and (max-width: 640px) {
  .section-purchase .product .l-txt .price {
    font-size: 14px;
  }
}

.section-purchase .product .l-txt .spec .spec_list {
  margin-left: -3px;
  padding-top: 40px;
}
.section-purchase .product .l-txt .spec .spec_list li {
  display: inline-block;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  margin: 3px;
}
.section-purchase.type2 .product .l-txt .spec .spec_list li {
  background-color: #FEF7E4;
}

.section-purchase .product .l-txt .spec .notes {
  font-size: 12px;
}



.section-purchase .product .l-txt .cart__btn {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .section-purchase .product .l-txt .cart__btn {
    margin-top: 2em;
  }
}

.section-check {
  background-color: #FEF7E4;
}
.section-check.type2 {
  background-color: #fff;
  padding-bottom: 150px;
}

.section-check .content .app_block {
  display: flex;
}
@media only screen and (min-width: 641px) {
  .section-check .content .app_block .check-txt {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .section-check .content .app_block {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .section-check.type2 {
    padding-bottom: 90px;
  }
}

.section-check .content .app_block .check-txt .txt {
  font-size: 22px;
}
@media only screen and (max-width: 900px) {
  .section-check .content .app_block .check-txt .txt {
    font-size: 18px;
  }
}
.section-check .content .app_block .check-txt .check {
  padding-top: 100px;
}
.section-check .content .app_block .check-txt .check .check_list {
  font-size: 18px;
}
.section-check .content .app_block .check-txt .check .check_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.section-check .content .app_block .check-txt .check .check_list li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  margin-right: 15px;
}
.section-check.type2 .content .app_block .check-txt .check .check_list li:before {
  border: 3px solid #CCCCCC;
}
.section-check .content .app_block .check-txt .check .check_list li .ico-check {
  width: 27px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.section-check .content .app_block .check-img {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .section-check .content .app_block .check-img {
    width: 50%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .section-check .content .app_block .check-txt .check {
    padding-top: 50px;
  }
  .section-check .content .app_block .check-txt .txt {
    font-size: 16px;
    padding-top: 20px;
  }
  .section-check .content .app_block .check-txt .check .check_list li {
    font-size: 15px;
  }
}

.section-check .content .ingredient {
  padding-top: 80px;
}
.section-check.type2 .content .ingredient {
  padding-bottom: 80px;
}
.section-check .content .ingredient .ingredient_title {
  font-size: 25px;
  text-align: center;
}
.section-check .content .ingredient .ingredient_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.section-check .content .ingredient .ingredient_list li {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5px;
  line-height: 1.5;
}
.section-check.type2 .content .ingredient .ingredient_list li {
  background-color: #FEF7E4;
}
/* @media only screen and (max-width: 980px) {
  .section-check .content .ingredient .ingredient_list li {
    width: 110px;
    height: 110px;
    font-size: 17px;
  }
} */
@media only screen and (max-width: 640px) {
  .section-check .content .ingredient .ingredient_list {
    flex-wrap: wrap;
  }
  .section-check .content .ingredient .ingredient_list li {
    width: 120px;
    height: 120px;
    font-size: 15px;
  }
}

.section-check .content .feature {
  padding: 15px;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
}
.section-check .content .feature .feature_title {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.section-check .content .feature .feature_title:after {
  content: "＋";
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B3B3B3;
}
.section-check .content .feature .feature_title.active:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #B3B3B3;

}
.section-check .content .feature .feature_title img {
  width: 121px;
}
.section-check .content .feature .feature_list {
  padding: 40px 0;
}
.section-check .content .feature .feature_list li {
  padding: 0 20px;
  padding-bottom: 35px;
}
.section-check .content .feature .feature_list li .feature_img {
  padding-bottom: 30px;
}
.section-check .content .feature .feature_list li .feature_ttl img {
  height: 20px;
  margin-bottom: 10px;
  display: block;
}
.section-check .content .feature .feature_list li .feature_ttl {
  font-size: 22px;
  padding-bottom: 30px;
}
.section-check .content .feature .feature_list li .txt {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 30px;
}
.section-check .content .feature .feature_list li .notes {
  font-size: 12px;
  display: block;
  line-height: 1.8;
}
@media only screen and (min-width: 641px) {
  .section-check .content .feature .feature_list {
    display: flex;
  }
  .section-check .content .feature .feature_list li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 640px) {
  .section-check .content .feature .feature_list {
    padding: 40px 0 0;
  }
  .section-check .content .feature .feature_list li .feature_ttl {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .section-check .content .feature .feature_list li .feature_ttl img {
    margin-bottom: 10px;
  }
  .section-check .content .feature .feature_list li {
    padding: 0;
  }
  .section-check .content .feature .feature_list li:not(:last-child) {
    padding: 0 0 60px;
  }
  .section-check .content .feature .feature_list li .txt {
    padding-bottom: 15px;
  }
  .section-check .content .feature .feature_list li .feature_img {
    padding-bottom: 15px;
  }
}




.section-feature {
  background-color: #FEF7E4;
  padding: 84px 0 60px;
}

@media only screen and (max-width: 640px) {
  .section-feature {
    padding: 30px 0 40px;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .headline {
    margin: 0 25px;
  }
}

.section-feature .panel {
  padding: 90px;
  background-color: #fff;
  border-radius: 16px;
  max-width: 76%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .section-feature .panel {
    width: 100%;
    max-width: inherit;
    padding: 74px 30px 33vw;
  }
}

.section-feature .panel.left {
  padding-right: 180px;
}

@media (min-width: 641px) and (max-width: 900px) {
  .section-feature .panel.left {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .panel.left {
    padding-right: 30px;
  }
}

.section-feature .panel.right {
  /* padding-left: 180px; */
  margin-left: auto;
  padding-bottom: 370px;
}

@media (min-width: 641px) and (max-width: 900px) {
  .section-feature .panel.right {
    /* padding-left: 100px; */
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .panel.right {
    padding-left: 30px;
  }
  .section-feature .panel.right {
    padding-bottom: 90px;
  }
}

.section-feature .panel .notes {
  font-size: 14px;
  margin-top: 1.5em;
  line-height: 1.85;
  position: relative;
}

@media only screen and (min-width: 641px) {
  .section-feature .panel .notes {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .panel .notes {
    font-size: 12px;
  }
}

@media only screen and (min-width: 641px) {
  .section-feature .panel .notes .sup {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .panel .notes .sup {
    display: inline-block;
    width: 100%;
  }
}

.section-feature .block {
  position: relative;
  margin: 110px 0;
}

@media only screen and (max-width: 640px) {
  .section-feature .block {
    margin: 60px 0;
  }
}

.section-feature .block .num {
  position: absolute;
  left: 40px;
  top: -20px;
}

@media only screen and (max-width: 640px) {
  .section-feature .block .num {
    left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .block .num img {
    width: 70%;
  }
}

@media only screen and (min-width: 641px) {
  .section-feature .block .img {
    width: 34%;
    position: absolute;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .block .img {
    width: 90%;
    text-align: center;
    margin: -45px auto 0;
    position: relative;
  }
}

@media only screen and (min-width: 641px) {
  .section-feature .block .img.right {
    bottom: 50px;
    right: 0;
  }
}


.section-feature .block .img.left {
  left: 0;
  background-color: rgba(255, 220, 170, 0.5);
}
.section-feature .block .img.left .txt_box .box__title {
  padding-bottom: 20px;
}
.section-feature .block .img.left .txt_box .box__title img {
  width: 103px;
}
.section-feature .block .img.left .txt_box .txt {
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  .section-feature .block .img.left {
    bottom: -90px;
    left: 90px;
    width: calc(100% - 180px);
    display: flex;
    border-radius: 20px;
    padding: 90px;
  }
  .section-feature .block .img.left .img_box {
    margin-left: -180px;
    width: 100%;
  }
  .section-feature .block .img.left .img_box img {
    width: 100%;
    max-width: 100%;
  }
  .section-feature .block .img.left .txt_box {
    width: 100%;
    padding-left: 35px;
  }

}
@media only screen and (max-width: 640px) {
  .section-feature .block .img.left .txt_box .box__title {
    padding: 30px 20px 20px;
  }
  .section-feature .block .img.left {
    padding: 20px;
    border-radius: 10px;
  }
  .section-feature .block .img.left .txt_box .txt {
    font-size: 14px;
  }
}



.section-feature .block.howto .howtouse_list li {
  padding: 0 5px;
}
.section-feature .block.howto .howtouse_list li .txt {
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  .section-feature .block.howto .panel {
    padding: 90px 35px 370px;
  }
  .section-feature .block.howto .howtouse_list li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .section-feature .block.howto .howtouse_list li .txt {
    font-size: 14px;
  }
}

.section-feature .block.howto .howtouse_list .step {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.section-feature .block.howto .howtouse_list .step img {
  /* height: 210px; */
}

.section-feature .block__title {
  font-size: 22px;
}

@media only screen and (min-width: 641px) {
  .section-feature .block__title {
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: -0.01em;
  }
  .section-feature .block.howto .howtouse_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .section-feature .block.howto .howtouse_list li {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .block__title {
    font-size: 19px;
  }
}

.section-feature .block__title + .txt {
  margin-top: 2em;
}

@media only screen and (max-width: 640px) {
  .section-feature .block__title + .txt {
    margin-top: 1.25em;
  }
}

.section-feature .block .txt {
  line-height: 2;
  letter-spacing: 0.25ch;
}

@media only screen and (max-width: 640px) {
  .section-feature .block .txt {
    font-size: 14px;
  }
}

.section-feature .block-1 {
  position: relative;
  z-index: 1;
}

.section-feature .block-1 .notes {
  padding-left: 0;
  text-align: right;
}

.section-feature .block-1 .notes .sup {
  left: inherit;
  right: 72px;
}

@media only screen and (max-width: 640px) {
  .section-feature .block-1 .notes .sup {
    width: auto;
  }
}

@media only screen and (min-width: 641px) {
  .section-feature .block-2 {
    margin-top: -60px;
  }
}
.section-feature .block-2:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  background: url(../img/sunscreen/feature-bg.png) no-repeat center center;
  background-size: 100% auto;
}
.section-feature .block-2 .figure {
  text-align: center;
}
.section-feature .block-2 .figure img {
  max-width: 495px;
}

.section-feature .block-2 .panel {
  background-color: transparent;
  max-width: 720px;
  margin: -70px auto 0;
  padding-bottom: 0;
}

@media (max-width: 340px) {
  .section-feature .block-2 .panel {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .block-2:before {
    top: 25%;
  }
  .section-feature .block-2 .figure {
    /* width: 600px; */
    /* margin-left: 50%; */
  }
  .section-feature .block-2 .figure img {
    position: relative;
    /* left: -240px; */
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .block-3 .img {
    margin-top: -30vw;
    width: 81%;
  }
}

@media only screen and (min-width: 641px) {
  .section-feature .block-4 .num {
    left: 40px;
    top: -20px;
  }
}

.section-voice {
  padding: 100px 0;
  background-color: #FEF7E4;
  /* background-image: url(../img/sunscreen/voice-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat; */
}

@media only screen and (max-width: 640px) {
  .section-voice {
    padding: 30px 0;
    /* background-image: url(../img/sunscreen/voice-bg-m2x.jpg); */
    background-size: 100%;
    background-position: 50% 50%;
  }
}

@media only screen and (max-width: 640px) {
  .section-voice .section-content {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .section-video .headline,
  .section-voice .headline {
    margin-left: 25px;
  }
}

.section-voice .content {
  margin-top: 90px;
}

@media only screen and (max-width: 640px) {
  .section-video .content,
  .section-voice .content {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 641px) {
  .section-voice .grid {
    display: flex;
    align-items: flex-end;
  }
}

.section-voice .grid.btm {
  margin-top: 75px;
}

@media only screen and (max-width: 640px) {
  .section-voice .grid.btm {
    margin-top: 0;
  }
}

@media only screen and (min-width: 641px) {
  .section-voice .cell {
    margin: 0 20px;
    width: 460px;
  }
  .section-voice .grid:last-child .cell {
    margin: 0 0 0 20px;
  }
  .section-voice .grid:last-child .cell:first-child {
    margin: 0 20px 0 60px;
  }
}

@media only screen and (max-width: 640px) {
  .section-voice .cell {
    margin-bottom: 1em;
  }
}

.section-voice .panel {
  padding: 0 20px 80px;
  background-image: url(../img/sunscreen/voice_1-frame.png);
  background-position: 0 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.section-voice .panel .sub {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 88px;
}

@media (min-width: 641px) and (max-width: 960px) {
  .section-voice .panel {
    padding: 0 10px 80px;
  }
}

@media only screen and (max-width: 640px) {
  .section-voice .panel {
    padding-bottom: 14%;
    background-image: url(../img/sunscreen/voice_4-frame.png) !important;
  }
  .section-voice .panel.show-sub {
    padding-top: 40px;
  }
  .section-voice .panel .sub {
    position: absolute;
    top: 0;
    left: 20px;
    width: 88px;
  }
}

.section-voice .panel .txt {
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .section-voice .panel .txt {
    font-size: 3.6vw;
  }
}

.panel .marker {
  padding: 0 0.25em;
  letter-spacing: .2em;
  font-style: normal;
  font-size: 25px;
  line-height: 1.7;
  display: inline-block;
  background: linear-gradient(#FFDCAA 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 200% 100%;
  transition: 1.5s;
  transition-delay: 600ms;
}

@media only screen and (max-width: 640px) {
  .panel .marker {
    transition-delay: 100ms;
  }
}

.panel .marker.is-active {
  background-position: 0% 100%;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .panel .marker {
    letter-spacing: .16em;
    font-size: 5vw;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .panel .marker {
    font-size: 21px;
  }
}

@media only screen and (max-width: 640px) {
  .section-voice .panel .figure {
    margin-top: -10px;
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .section-voice .voice-1 {
    width: 390px;
  }
}

@media only screen and (min-width: 641px) {
  .section-voice .voice-2 {
    width: 440px;
  }
}

.section-voice .voice-2 .panel {
  background-image: url(../img/sunscreen/voice_2-frame.png);
}

.section-voice .voice-3 .panel {
  background-image: url(../img/sunscreen/voice_3-frame.png);
}

@media (min-width: 641px) and (max-width: 960px) {
  .section-voice .voice-3 br.hide-small {
    display: none;
  }
}

.section-voice .voice-4 .panel {
  background-image: url(../img/sunscreen/voice_4-frame.png);
}

.section-faq {
  background-color: #FEF7E4;
}

@media only screen and (max-width: 640px) {
  .section-faq {
    background: #E6EAEE;
    padding-top: 50px;
  }
}

.section-faq .section-content {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 70px 35px;
  max-width: 1020px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .section-faq .section-content {
    margin: 0 25px;
    padding: 30px 32.5px 35px;
  }
}

.section-faq .content {
  padding-left: 280px;
  margin-top: -50px;
}

@media only screen and (max-width: 640px) {
  .section-faq .content {
    padding-left: 0;
    margin-top: 0;
  }
}

.section-faq .block {
  border-bottom: 1px solid #a5b0c4;
}

.section-faq .block__headline {
  position: relative;
}

.section-faq .block__headline::before {
  content: "";
  background-image: url(../img/sunscreen/faq-icon02.png);
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: -85px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .section-faq .block__headline::before {
    width: 35px;
    height: 35px;
    background-size: 100%;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.section-faq .block__headline .title {
  font-size: 22px;
  padding: 20px 0;
}

@media only screen and (max-width: 640px) {
  .section-faq .block__headline .title {
    text-align: center;
    font-size: 16px;
    padding: 85px 0 10px;
    letter-spacing: -0.02em;
  }
}

.section-faq .block__content .answer {
  padding-bottom: 65px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .section-faq .block__content .answer {
    font-size: 14px;
    padding-bottom: 40px;
  }
}

.section-faq .block:nth-last-child(1) {
  border-bottom: none;
}

.section-about {
  background-color: #FEF7E4;
}

@media only screen and (max-width: 640px) {
  .section-about {
    background-color: #E6EAEE;
  }
}

.section-about .section-content {
  padding: 50px 0;
}

@media only screen and (max-width: 640px) {
  .section-about .section-content {
    padding: 30px 10px;
  }
}

.section-about .block {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .section-about .block {
    display: block;
  }
}

.section-about .block__headline .title {
  width: 150px;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .section-about .block__headline .title {
    width: 100%;
    font-size: 16px;
    padding-bottom: 30px;
  }
}

.section-about .block__content .item_box {
  width: 100%;
}
.section-about .block__content .item_box:not(:last-child) {
  padding-bottom: 30px;
}
.section-about .block__content .item_box .item img {
  width: 50px;
}
.section-about .block__content .txt {
  font-size: 13px;
}
@media only screen and (min-width: 641px) {
  .section-about .block__content .item_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .section-about .block__content .item_box .item {
    padding: 0 50px;
  }
  .section-about .block__content .item_box .txt {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 640px) {
  .section-about .block__content .item_box .item {
    text-align: center;
    padding-bottom: 15px;
  }
}


.section-about .warning {
  border-top: 2px solid #B3B3B3;
}

.section-order-form .headline {
  text-align: center;
}

@media only screen and (min-width: 641px) {
  .section-order-form .headline {
    padding: 110px 0 60px;
  }
}



.section-video {
  background-color: #fef7e4;
  padding: 80px 0;
  opacity: 0.99;
}
.video_box {
  text-align: center;
  padding-top: 95px;
}
.video_box iframe {
}
@media only screen and (max-width: 640px) {
  .section-video {
    padding: 48px 0;
  }
  .section-video .content > .row {
    padding: 0 12px;
  }
  .video_box {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
  }
  .video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}

.p1, .p2, .p3 {
  opacity: 0;
}


#jumpOrder {
  position: fixed;
  line-height: 1;
  display: none;
  z-index: 11;
}
#jumpOrder a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,1);
  background-color: #FA9BA7;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.375;
}
#jumpOrder a:before {
  content: "";
  display: block;
  width: 20px;
  height: 26px;
  background: url(/assets2/img/ico_cart-wh.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 641px) {
  #jumpOrder {
    right: 5px;
    bottom: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #jumpOrder {
    bottom: 70px;
    right: 0px;
  }
  #jumpOrder a {
    width: 86px;
    height: 86px;
    font-size: 12px;
  }
  #jumpOrder a:before {
    width: 15px;
    height: 21px;
  }
}