@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic Regular";
  src: url(../font/YuGothic-Regular.woff);
}

@font-face {
  font-family: "Yu Gothic Medium";
  src: url(../font/YuGothic-Medium.woff);
}

@font-face {
  font-family: "Yu Gothic Blod";
  src: url(../font/YuGothic-Bold.woff);
}

@font-face {
  font-family: "Baloo Thambi 2";
  src: url(../font/BalooThambi2-SemiBold.ttf);
}

/*=======================================
      SMACSS  base
========================================*/

p,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  line-height: 1.8 !important;
}

ul,
li {
  list-style: none;
}

#Wrap,
.wrapTop,
.wrapBottom {
  width: 100%;
  background-color: #fff;
}

#Wrap {
  padding-top: 6.8rem;
}

.slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* アニメーション */
.page_inner .fadein-load {
  opacity: 0;
  transition: opacity 1s, transform 1s ease;
}

.page_inner .fadein-load.active {
  opacity: 1;
  transform: none;
}

html {
  font-size: 62.5%;
}

/*=======================================
                  PC
========================================*/

/* for PC */
/* ===================
	　　 General
=================== */
#aftersuncare {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #393939;
}

#aftersuncare a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.6s;
}

#aftersuncare img {
  width: 100%;
}

.en {
  font-family: "dharma-gothic-m", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}

.font_MC {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-style: normal;
}

.mv_ttl {
  font-family: 'Baloo Thambi 2', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sp_only {
  display: none;
}

/* ===================
	　　　 mv
=================== */

  #aftersuncare .mv_area {
    padding: 7rem 0 8rem;
    background-color: #F8FCFF;
    text-align: center;
  }

  #aftersuncare .mv_ttl {
    font-size: 5.5rem;
    line-height: 1.5;
  }

  #aftersuncare .mv_subttl {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 6.5rem;
    font-weight: 400;
  }

  #aftersuncare .mv_leadtext {
    position: relative;
    font-size: 1.4rem;
    line-height: 2 !important;
    text-align: center;
    margin-bottom: 4rem;
  }

  #aftersuncare .mv_leadtext::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/mv_wavy_top.svg) no-repeat;
    background-size: 100%;
    width: 65rem;
    height: 0.4rem;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  #aftersuncare .mv_leadtext::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/mv_wavy_bottom.svg) no-repeat;
    background-size: 100%;
    width: 65rem;
    height: 0.4rem;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .slide {
    width: 100%;
    height: 24.5rem;
    background-image: url(../img/mv_img.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-size: cover;
    animation: loop 50s linear infinite;
  }

  /* ===================
　　 point共通
  =================== */
  #aftersuncare .page_inner {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F4F4F4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F4F4F4 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    padding: 10rem 0;
  }

  #aftersuncare .point {
    width: 88rem;
    margin: auto;
  }

  #aftersuncare .point_main_area {
    text-align: center;
    padding: 0 0 4rem 0;
    background-image: linear-gradient(to right, #91B8D9, #91B8D9 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 4rem;
  }


  #aftersuncare .point_number {
    position: relative;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8rem;
    letter-spacing: -0.02em;
    color: rgba(0,0,0,.0);
    line-height: 1 !important;
    width: 9.5rem;
    margin: 0 auto 1rem;
    -webkit-text-stroke: 1px #91B8D9;
  }

  #aftersuncare .point_number::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/point_icon.svg) no-repeat;
    background-size: 100%;
    width: 10rem;
    height: 5rem;
    top: -2.5rem;
    left: -3rem;
  }

  #aftersuncare .point_text {
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5 !important;
    margin-bottom: 4rem;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to top, #FFFCB1 0% 50%, rgba(0,0,0,0) 50% 100%);
  }

  #aftersuncare .point_text::before ,
  #aftersuncare .items_bigsize .size_arrow::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 1s;
  }

  #aftersuncare .point_text.ani_mask.active::before ,
  #aftersuncare .items_bigsize .size_arrow.ani_mask.active::before {
    width: 0;
  }

  #aftersuncare .point_mainimg {
    width: 88rem;
    margin: 0 auto 4rem;
  }

  #aftersuncare .point_maintext {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8;
  }


  /* ===================
　　 items_area
  =================== */
  #aftersuncare .items_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-image: linear-gradient(to bottom, #91B8D9, #91B8D9 4px, transparent 4px, transparent 8px);
    background-size: 1px 8px;
    background-position: top;
    background-repeat: repeat-y;
    margin-bottom: 8rem;
  }

  #aftersuncare .point.part2 .items_area {
    margin-bottom: 4rem;
  }

  #aftersuncare .item_warp {
    width: 40rem;
  }

  #aftersuncare .item_warp p {
    text-align: center;
  }

  #aftersuncare .item_warp .item_leadtext {
    position: relative;
    font-size: 1.4rem;
    text-align: left;
    background-color: #EFF6FD;
    padding: 2rem 2.8rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
  }

  #aftersuncare .item_warp .item_leadtext.left::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/pointicon_left.svg) no-repeat;
    background-size: 100%;
    width: 3rem;
    height: 2rem;
    bottom: -2rem;
    left: 8rem;
  }

  #aftersuncare .item_warp .item_leadtext.right::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/pointicon_right.svg) no-repeat;
    background-size: 100%;
    width: 3rem;
    height: 2rem;
    bottom: -2rem;
    right: 8rem;
  }

  #aftersuncare .item_warp .item_img {
    width: 20rem;
    margin: auto;
  }

  #aftersuncare .item_warp .item_brand {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }

  #aftersuncare .item_warp .item_name {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  #aftersuncare .item_warp .item_price {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  #aftersuncare .item_warp .item_price span {
    display: inline-block;
    font-size: 1rem;
    margin-left: 0.5rem;
  }

  #aftersuncare .buy_btn {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    width: 20rem;
    margin: auto;
    background-color: #91B8D9;
    border: #91B8D9 solid 0.1rem;
    border-radius: 15rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    z-index: 0;
    padding: 0.8rem 0;
  }

  #aftersuncare .buy_btn:hover {
    background-color:rgba(0, 0, 0, 0);
    color: #91B8D9;
    opacity: 1;
  }

  #aftersuncare .page_arrow {
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 10rem;
  }

  #aftersuncare .page_arrow::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/page_arrow.svg) no-repeat;
    background-size: 100%;
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    animation: pagearrow 2s linear infinite;
  }

  /* ==========================
　　 items_area_point_part2
  ========================== */
  #aftersuncare .items_about {
    position: relative;
    width: 60rem;
    margin: 6rem auto 4rem;
    font-size: 1.3rem;
    color: #7AA6CB;
    text-align: left;
    padding: 2rem 3rem;
    border-radius: 2rem;
    border: #91B8D9 0.1rem solid;
  }

  #aftersuncare .items_about::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/about_icon.svg) no-repeat;
    background-size: 100%;
    width: 7.4rem;
    height: 7.4rem;
    top: -4rem;
    right: -2.5rem;
    z-index: 1;
  }

  #aftersuncare .items_bigsize {
    position: relative;
    width: 60rem;
    margin: auto;
  }

  #aftersuncare .items_bigsize .size_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 1.4rem;
    text-align: center;
  }

  #aftersuncare .items_bigsize .size_area span {
    font-size: 2.2rem;
  }

  #aftersuncare .items_bigsize .size_area p {
    text-align: center;
    line-height: 1.2 !important;
  }

  #aftersuncare .items_bigsize .size_area .size_number {
    display: inline-block;
    margin-bottom: 1rem;
    background: linear-gradient(to top, #FFFCB1 0% 50%, rgba(0,0,0,0) 50% 100%);
  }

  #aftersuncare .items_bigsize .item_leadtext {
    position: relative;
    font-size: 1.4rem;
    text-align: left;
    background-color: #EFF6FD;
    padding: 2rem 3rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
  }

  #aftersuncare .items_bigsize .item_leadtext.mid::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/pointicon_mid.svg) no-repeat;
    background-size: 100%;
    width: 3rem;
    height: 2rem;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  #aftersuncare .items_area.bigsize {
    display: block;
    background-image: linear-gradient(to right, #91B8D9, #91B8D9 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    padding-top: 4rem;
    margin: 0 auto 4rem;
  }

  #aftersuncare .items_area.bottom {
    display: block;
    background-image: linear-gradient(to right, #91B8D9, #91B8D9 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    padding-top: 4rem;
    margin: 0 auto 4rem;
  }

  #aftersuncare .items_area.bottom .items_area {
    width: 88rem;
  }

  #aftersuncare .items_bigsize .items_area {
    background-image: unset;
  }

  #aftersuncare .items_bigsize .size_arrow {
    position: relative;
    width: 19rem;
    margin: auto;
  }

  #aftersuncare .items_area .bottomborder {
    position: relative;
  }

  #aftersuncare .items_area .bottomborder::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #91B8D9, #91B8D9 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    top: -4rem;
    left: 0;
  }

  #aftersuncare .items_area.blk {
    margin-top: 8rem;
  }

  #aftersuncare .ttl_bottom {
    margin-top: 10rem;
    text-align: center;
  }

  #aftersuncare .ttl_bottom .point_text {
    position: relative;
    font-size: 2rem;
  }

  #aftersuncare .ttl_bottom .ttl_icon {
    position: relative;
  }

  #aftersuncare .ttl_bottom .ttl_icon::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/bottomttl_icon_left.svg) no-repeat;
    background-size: 100%;
    width: 2rem;
    height: 3.5rem;
    top: -0.5rem;
    left: -5rem;
  }

  #aftersuncare .ttl_bottom .ttl_icon::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/bottomttl_icon_right.svg) no-repeat;
    background-size: 100%;
    width: 2rem;
    height: 3.5rem;
    top: -0.5rem;
    right: -5rem;
  }

  #aftersuncare .ttl_bottom .buy_btn {
    font-size: 2.2rem;
    line-height: 1.8;
    width: 35rem;
    /*padding: 0.5rem 0 1.3rem;*/
    padding: 1.3rem 0;
    line-height: 1;
  }

  #aftersuncare .ttl_bottom .buy_btn span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
  }


/*--------anime-------*/

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s ease;
}

.fadein.active {
  opacity: 1;
}

.fadeup {
  transform: translateY(40px);
  transition-duration: 1.2s;
  opacity: 0;
}

.fadeup.active {
  transform: translateY(0);
  opacity: 1;
}

.item_inner.fadeup {
  transition-delay: 1s;
}

.txtbox.fadeup {
  transition-delay: 1.5s;
}

.fade_left {
  transform: translateX(-300px);
  transition-duration: 1.5s;
  transition-delay: 1.2s;
  opacity: 0;
}

.fade_left.active {
  transform: translateX(0);
  opacity: 1;
}

.ani_mask {
  opacity: 0;
  transition: all 1s;
}

.ani_mask.active {
  opacity: 1;
}

.finish_txt.fadeIn {
  transition-duration: 1.5s;
  opacity: 0;
}

.finish_txt.fadeIn.active {
  opacity: 1;
}


.finish_txt.up.fadeIn {
  transition-delay: 2s;
}

.finish_txt.mid.fadeIn {
  transition-delay: 2.5s;
}

.finish_txt.bottom.fadeIn {
  transition-delay: 0.5s;
}

.imgbox.fadein,
.finish_img.fadein {
  transition-duration: 2s;
  opacity: 0;
}

.imgbox.fadein.active,
.finish_img.fadein.active {
  opacity: 1;
}

.imgbox.fadein::before,
.finish_img.fadein::before {
  transition-duration: 1.5s;
  transition-delay: 0.8s;
  opacity: 0;
}

.imgbox.fadein.active::before,
.finish_img.fadein.active::before,
.mv_img.fadein.active::before {
  opacity: 1;
  transform: rotate(-5deg);
}

.mainLine {
  transition-duration: 2s;
  opacity: 0;
}

.mainLine.line_1.active ,
.mainLine.line_3.active {
  opacity: 1;
  transition-delay: 0.8s;
  width: 5rem;
}

.mainLine.line_2.active ,
.mainLine.line_4.active {
  opacity: 1;
  transition-delay: 0.8s;
  height: 5rem;
}

.ItemLine {
  transition-duration: 0.5s;
  opacity: 0;
}

.ItemLine.line_1.active {
  opacity: 1;
  transition-delay: 0.8s;
  width: 52rem;
}

.ItemLine.line_2.active {
  opacity: 1;
  transition-delay: 1.3s;
  height: 70rem;
}

.ItemLine.line_3.active {
  opacity: 1;
  transition-delay: 0.5s;
  width: 52rem;
}

.ItemLine.line_4.active {
  opacity: 1;
  transition-delay: 1.3s;
  height: 70rem;
}

.lr_anime {
  opacity: 0;
  transition-duration: 1.5s;
  transition-delay: 0.5s;
}

.lr_anime.active {
  opacity: 1;
}

.lr_anime {
  display: inline-block;
  -webkit-animation-name: yurayura_Anime;
  animation-name: yurayura_Anime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: alternate;
  animation-duration: alternate;
}

@-webkit-keyframes yurayura_Anime {
  0% {
    transform: rotate(-6deg);
  }

  49.5% {
    transform: rotate(-6deg);
  }

  50% {
    transform: rotate(6deg);
  }

  99.5% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(-6deg);
  }
}

@keyframes yurayura_Anime {
    0% {
      transform: rotate(-6deg);
    }

    49.5% {
      transform: rotate(-6deg);
    }

    50% {
      transform: rotate(6deg);
    }

    99.5% {
      transform: rotate(6deg);
    }

    100% {
      transform: rotate(-6deg);
    }
  }

@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0; /* 画像のマイナス幅 */
    }
  }

@keyframes pagearrow {
    0%{ top: 0;opacity: 0;}
    50%{ opacity: 1;}
    100%{ top: 50px;opacity: 0;}
  }


/*=======================================
              Responsive
========================================*/

/* for PC */
@media screen and (min-width: 767px) {


}

/* for tablet */
@media screen and (min-device-width: 768px) and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}

/* for SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  html {
    font-size: 1.3333333333vw !important;
  }

  #footer {
    margin-top: -10px;
  }

    #Wrap {
      padding-top: 0;
  }

  /*=======================================
                    SP
  ========================================*/
  /* ===================
	　　 General
=================== */

  #Wrap {
    overflow: hidden;
  }


  #page-lp a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: 1s;
  }

  #page-lp img {
    width: 100%;
  }

/* ===================
	　　　 mv
=================== */

#aftersuncare .mv_area {
  padding: calc(30 *(100vw/390)) 0 calc(40 *(100vw/390));
}

#aftersuncare .mv_ttl {
  font-size: calc(35 *(100vw/390));
  line-height: 1.14;
}

#aftersuncare .mv_subttl {
  font-size: calc(18 *(100vw/390));
  line-height: 2;
  margin-bottom: calc(40 *(100vw/390));
  font-weight: 400;
}

#aftersuncare .mv_leadtext {
  position: relative;
  font-size: calc(13 *(100vw/390));
  line-height: 2 !important;
  text-align: center;
  margin-bottom: calc(50 *(100vw/390));
}

#aftersuncare .mv_leadtext::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/mv_wavy_top.svg) no-repeat;
  background-size: 100%;
  width: calc(360 *(100vw/390));
  height: calc(4 *(100vw/390));
  top: calc(-20 *(100vw/390));
  left: 50%;
  transform: translateX(-50%);
}

#aftersuncare .mv_leadtext::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/mv_wavy_bottom.svg) no-repeat;
  background-size: 100%;
  width: calc(360 *(100vw/390));
  height: calc(4 *(100vw/390));
  bottom: calc(-20 *(100vw/390));
  left: 50%;
  transform: translateX(-50%);
}

.slide {
  height: calc(210 *(100vw/390));
}

/* ===================
　　 point共通
=================== */
#aftersuncare .page_inner {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F4F4F4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F4F4F4 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  padding: calc(50 *(100vw/390)) 0;
}

#aftersuncare .point {
  width: calc(360 *(100vw/390));
}

#aftersuncare .point_main_area {
  text-align: center;
  padding: 0 0 calc(30 *(100vw/390)) 0;
  background-image: linear-gradient(to right, #91B8D9, #91B8D9 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-bottom: calc(30 *(100vw/390));
}


#aftersuncare .point_number {
  font-size: calc(80 *(100vw/390));
  width: calc(95 *(100vw/390));
  margin: 0 auto calc(10 *(100vw/390));
}

#aftersuncare .point_number::before {
  width: calc(100 *(100vw/390));
  height: calc(55 *(100vw/390));
  top: calc(-25 *(100vw/390));
  left: calc(-30 *(100vw/390));
}

#aftersuncare .point_text {
  position: relative;
  font-size: calc(20 *(100vw/390));
  text-align: center;
  margin-bottom: 0;
  line-height: 1.8 !important;
  display: inline-block;
  background: linear-gradient(to top, #FFFCB1 0% 40%, rgba(0,0,0,0) 40% 100%);
  background-position-y: -2px;
}

#aftersuncare .point_text_sp {
  position: relative;
  line-height: 1.8 !important;
  margin-bottom: calc(25 *(100vw/390));
  letter-spacing: 0.02em;
}

#aftersuncare .point_text::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 1s;
}

#aftersuncare .items_bigsize .size_arrow::before {
  position: absolute;
  content: "";
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 1s;
}


#aftersuncare .point_text.ani_mask.active::before {
  width: 0;
}

#aftersuncare .items_bigsize .size_arrow.ani_mask.active::before {
    width: 0;
}

#aftersuncare .point_mainimg {
  width: 100%;
  margin: 0 auto calc(30 *(100vw/390));
}

#aftersuncare .point_maintext {
  font-size: calc(14 *(100vw/390));
}


/* ===================
　　 items_area
=================== */
#aftersuncare .items_area {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
  background-image: unset;
  background-size: 1px 8px;
  background-position: top;
  background-repeat: repeat-y;
  margin-bottom: calc(60 *(100vw/390));
}

#aftersuncare .point.part2 .items_area {
  margin-bottom: calc(40 *(100vw/390));
}

#aftersuncare .item_warp {
  width: 100%;
}

#aftersuncare .item_warp p {
  text-align: center;
}

#aftersuncare .item_warp .item_leadtext {
  position: relative;
  font-size: calc(13 *(100vw/390));
  text-align: left;
  background-color: #EFF6FD;
  padding: calc(20 *(100vw/390)) calc(25 *(100vw/390));
  border-radius: calc(10 *(100vw/390));
  margin-bottom: calc(20 *(100vw/390));
}

#aftersuncare .item_warp .item_leadtext.left::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/pointicon_left.svg) no-repeat;
  background-size: 100%;
  width: calc(27 *(100vw/390));
  height: calc(18 *(100vw/390));
  bottom: calc(-18 *(100vw/390));
  left: calc(80 *(100vw/390));
}

#aftersuncare .item_warp .item_leadtext.right::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/pointicon_right.svg) no-repeat;
  background-size: 100%;
  width: calc(27 *(100vw/390));
  height: calc(18 *(100vw/390));
  bottom: calc(-18 *(100vw/390));
  right: calc(80 *(100vw/390));
}

#aftersuncare .item_warp .item_img {
  width: calc(220 *(100vw/390));
}

#aftersuncare .item_warp .item_brand {
  font-size: calc(15 *(100vw/390));
  margin-bottom: calc(10 *(100vw/390));
}

#aftersuncare .item_warp .item_name {
  font-size: calc(13 *(100vw/390));
  margin-bottom: calc(2 *(100vw/390));
}

#aftersuncare .item_warp .item_price {
  font-size: calc(13 *(100vw/390));
  margin-bottom: calc(15 *(100vw/390));
}

#aftersuncare .item_warp .item_price span {
  display: inline-block;
  font-size: calc(13 *(100vw/390));
  margin-left: calc(5 *(100vw/390));
}

#aftersuncare .buy_btn {
  position: relative;
  display: block;
  font-size: calc(18 *(100vw/390));
  letter-spacing: 0.08em;
  width: calc(250 *(100vw/390));
  margin: auto;
  background-color: #91B8D9;
  border: #91B8D9 solid 1px;
  border-radius: calc(20 *(100vw/390));
  color: #fff;
  line-height: 1;
  text-align: center;
  z-index: 0;
  padding: calc(11 *(100vw/390)) 0;
  margin-bottom: calc(30 *(100vw/390));
}

#aftersuncare .buy_btn:hover {
  background-color:rgba(0, 0, 0, 0);
  color: #91B8D9;
  opacity: 1;
}

#aftersuncare .page_arrow {
  position: relative;
  display: block;
  width: calc(50 *(100vw/390));
  height: calc(36 *(100vw/390));
  margin: 0 auto calc(100 *(100vw/390));
}

#aftersuncare .page_arrow::before {
  width: calc(50 *(100vw/390));
  height: calc(36 *(100vw/390));
}

/* ==========================
　　 items_area_point_part2
========================== */
#aftersuncare .items_about {
  position: relative;
  width: calc(285 *(100vw/390));
  margin: calc(45 *(100vw/390)) auto calc(30 *(100vw/390));
  font-size: calc(13 *(100vw/390));
  color: #7AA6CB;
  text-align: left;
  padding: calc(30 *(100vw/390)) calc(25 *(100vw/390));
  border-radius: 2rem;
  border: #91B8D9 1px solid;
}

#aftersuncare .items_about::before {
  width: calc(65 *(100vw/390));
  height: calc(65 *(100vw/390));
  top: calc(-35 *(100vw/390));
  right: calc(-20 *(100vw/390));
}

#aftersuncare .items_bigsize {
  position: relative;
  width: 100%;
  margin: auto;
}

#aftersuncare .items_bigsize .size_area {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50% , -50%);
  font-size: calc(20 *(100vw/390));
  text-align: center;
  width: 100%;
}

#aftersuncare .items_bigsize .size_area span {
  font-size: calc(30 *(100vw/390));
}

#aftersuncare .items_bigsize .size_area p {
  text-align: center;
  line-height: 1.2 !important;
}

#aftersuncare .items_bigsize .size_area .size_number {
  display: inline-block;
  margin-bottom: calc(10 *(100vw/390));
  background: linear-gradient(to top, #FFFCB1 0% 50%, rgba(0,0,0,0) 50% 100%);
}

#aftersuncare .items_bigsize .item_leadtext {
  font-size: calc(13 *(100vw/390));
  padding: calc(20 *(100vw/390)) calc(25 *(100vw/390));
  border-radius: calc(10 *(100vw/390));
  margin-bottom: calc(20 *(100vw/390));
}

#aftersuncare .items_bigsize .item_leadtext.mid::before {
  width: calc(30 *(100vw/390));
  height: calc(20 *(100vw/390));
  bottom: calc(-20 *(100vw/390));
}

#aftersuncare .items_area.bigsize {
  padding-top: calc(40 *(100vw/390));
  margin: 0 auto calc(40 *(100vw/390));
}

#aftersuncare .bigsize_last {
  margin-bottom: 0;
}

#aftersuncare .items_area.bottom {
  padding-top: calc(40 *(100vw/390));
  margin: 0 auto calc(40 *(100vw/390));
}

#aftersuncare .items_area.bottom .items_area {
  width: 100%;
}

#aftersuncare .items_bigsize .items_area {
  background-image: unset;
  display: flex;
  flex-wrap: wrap;
  gap: calc(130 *(100vw/390));
}

#aftersuncare .items_bigsize .size_arrow {
  position: relative;
  width: calc(50 *(100vw/390));
  margin: calc(15 *(100vw/390)) auto 0;
}

#aftersuncare .items_area .bottomborder {
  position: relative;
}

#aftersuncare .items_area .bottomborder::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: unset;
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  top: -4rem;
  left: 0;
}

#aftersuncare .items_area.blk {
  margin-top: 8rem;
}

#aftersuncare .ttl_bottom {
  margin-top: 10rem;
  text-align: center;
}

#aftersuncare .ttl_bottom .point_text {
  font-size: calc(20 *(100vw/390));
}

#aftersuncare .ttl_bottom .ttl_icon {
  position: relative;
  z-index: 0;
}

#aftersuncare .ttl_bottom .ttl_icon::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/bottomttl_icon_left_sp.svg) no-repeat;
  background-size: 100%;
  width: calc(50 *(100vw/390));
  height: calc(50 *(100vw/390));
  top: calc(-20 *(100vw/390));
  left: calc(-145 *(100vw/390));
  z-index: 1;
}

#aftersuncare .ttl_bottom .ttl_icon::after {
  position: absolute;
  content: "";
  display: none;
  background: url(../img/bottomttl_icon_right.svg) no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 3.5rem;
  top: -0.5rem;
  right: -5rem;
}

#aftersuncare .ttl_bottom .buy_btn {
  font-size: calc(20 *(100vw/390));
  line-height: 1.8;
  width: calc(315 *(100vw/390));
  padding: calc(4 *(100vw/390)) 0 calc(13 *(100vw/390));
  border-radius: calc(40 *(100vw/390));
}

#aftersuncare .ttl_bottom .buy_btn span {
  font-size: calc(12 *(100vw/390));
}

_::-webkit-full-page-media, _:future, :root #aftersuncare .ttl_bottom .ttl_icon::before {
  left: calc(40 *(100vw/390));
}

_::-webkit-full-page-media, _:future, :root #aftersuncare .mv_leadtext {
  letter-spacing:0
}




/* スクロールバーCSS */
.simplebar-scrollbar::before {
  background: #6E6E6E !important;
  top: 0 !important;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}
.simplebar-track {
  background: #F5F5F5;
}


#FooterWrap {
  margin-top: -20px;
}













/*
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .slick-prev {
    left: 0;
    z-index: 5;
  }

  .slick01 .slick-prev::before {
    content: "";
    position: absolute;
    background-image: url(../img/slick_prev.svg);
    background-repeat: no-repeat;
    width: calc(9 * (100vw / 390));
    height: calc(15 * (100vw / 390));
    left: calc(33 * (100vw / 390));
    top: calc(3 * (100vw / 390));
  }

  .slick01 .slick-next::before {
    content: "";
    position: absolute;
    background-image: url(../img/slick_next.svg);
    background-repeat: no-repeat;
    width: calc(9 * (100vw / 390));
    height: calc(15 * (100vw / 390));
    right: calc(33 * (100vw / 390));
    top: calc(3 * (100vw / 390));
  }


  .slider_items {
    width: 100%;
    height: 100%;
  }
  */


}

/*# sourceMappingURL=style.css.map */
