@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : FO Season Recommend CSS

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
}

main {
  max-width: 100%;
}

/* Biople */
#Wrap {
  width: 100%;
  padding-top: 15rem;
}

#Contents {
  margin-bottom: 0;
}

#summer-recommend2024 a {
  text-decoration: none;
}

#summer-recommend2024 p, 
#summer-recommend2024 ul, 
#summer-recommend2024 ol, 
#summer-recommend2024 dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}


/* ===================
    FONT WEIGHT MEMO
=================== */
/* FONT SPACE */
/* メトリクス
font-feature-settings: "pkna";

オプティカル
font-feature-settings: "palt"; */

/* FONT WEIGHT */

/* Normal,Regular,Book
font-weight: 400;

Medium
font-weight: 500;

SemiBold,Demibold
font-weight: 600;

Bold
font-weight: 700; */

/* ===================
    FONT FACE
=================== */
@font-face {
  font-family: "century-gothic-Regular";
  src: url('../font/GOTHIC.otf') format('opentype'),
  url('../font/GOTHIC.TTF') format('ttf'),
  url('../font/GOTHIC.woff') format('woff'),
  url('../font/GOTHIC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "century-gothic-Bold";
  src: url('../font/GOTHICB.otf') format('opentype'),
  url('../font/GOTHICB.TTF') format('ttf'),
  url('../font/GOTHICB.woff') format('woff'),
  url('../font/GOTHICB.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* ===================
      ROOTS
=================== */
:root {
  --color-bg1:#f0f2f4;
  --color-bg2:#F6F3F1;
  --color-bg3:#f3f2f4;
  --color-text:#A9AAAA;
  --font-english-regular-safari: "century-gothic-Regular";
  --font-english-bold-safari: "century-gothic-Bold";
  --font-english: 'Century Gothic', sans-serif;
}
/* ===================
  LP Contents
=================== */

#summer-recommend2024 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 12rem;
  background: #fff;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto","ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 0.075em;
  color: var(--color-text);
  overflow: hidden;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

#summer-recommend2024 *,
#summer-recommend2024 *:before,
#summer-recommend2024 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#summer-recommend2024 ul,
#summer-recommend2024 li {
  list-style: none;
}

#summer-recommend2024 a:hover {
  opacity: 0.6;
}

#summer-recommend2024 img {
  width: 100%;
  /* width: auto; */
}

#summer-recommend2024 sup {
  font-size: 60%;
  vertical-align: 0.4rem;


}

#summer-recommend2024 a,
#summer-recommend2024 a:before,
#summer-recommend2024 a:after,
#summer-recommend2024 a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

#summer-recommend2024 h1 {
  padding: 0;
}

/* ===================
  　　 General
=================== */

#summer-recommend2024 .txt_center {
  text-align: center;
}

#summer-recommend2024 .txt_bold {
  font-weight: 500;
}


/* ===================
  　　　Animation
=================== */
#summer-recommend2024 .ef,
#summer-recommend2024 .ef2 {
  opacity: 0;
}
#summer-recommend2024 .ef.effect {
  -webkit-animation: fade 1.3s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: fade 1.3s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#summer-recommend2024 .ef2.effect {
  -webkit-animation: fade2 1.3s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: fade2 1.3s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ===================
      Button Setting
=================== */
#summer-recommend2024 .btn {
  width: fit-content;
  display: block;
  background: white;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}

#summer-recommend2024 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  backface-visibility: hidden;
}

#summer-recommend2024 .btn a:hover {
  opacity: 0.6;
}

/* ===================
  　　FV SECTION 
=================== */

#summer-recommend2024 .fv_area {
  position: relative;
  
}

#summer-recommend2024 .fv_area .fv_bg {
  width: 100vw;
}

/* #summer-recommend2024 .fv_area .fv_txt_group {
  position: absolute;
  top: 5.8rem;
  left: 50%;
  transform: translateX(-50%);
}

#summer-recommend2024 .fv_area .fv_logo {
  width: 12rem;
  margin: 0 auto 1.6rem;
}

#summer-recommend2024 .fv_area .fv_lead {
  margin-bottom: 0.7rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.075em;
  z-index: 0;
  text-align: center;
}

#summer-recommend2024 .fv_area .fv_title {
  margin-bottom: 1rem;
  font-family: var(--font-english);
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "pkna";
  text-align: center;
  text-transform: uppercase;
}

_::-webkit-full-page-media, _:future, :root #summer-recommend2024 .fv_area .fv_title {
  font-family: var(--font-english-regular-safari);
  font-weight: normal;
} */

/* ===================
    　　Anchor 
=================== */
#summer-recommend2024 .anchor_area {
  padding: 5.6rem 0 6rem;
}

#summer-recommend2024 .anchor_area .anchor_link {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

#summer-recommend2024 .anchor_area .anchor_link .link{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-bottom: 1.1rem;
  position: relative;
  width: 20rem;
  height: 8rem;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  font-feature-settings: "pkna";
}

#summer-recommend2024 .anchor_area .anchor_link .link01 {
  background-color: var(--color-bg1);
}
#summer-recommend2024 .anchor_area .anchor_link .link02 {
  background-color: var(--color-bg2);
}
#summer-recommend2024 .anchor_area .anchor_link .link03 {
  background-color: var(--color-bg3);
}

#summer-recommend2024 .anchor_area .anchor_link .link:after {
  margin: auto;
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  left: 0;
  width: 1.8rem;
  height: 0.9rem;
  background-image: url(../img/arrow.svg?20240701);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ===================
      SEC COMMON 
=================== */
#summer-recommend2024 .contents_area {
  margin-bottom: 12rem;
}

#summer-recommend2024 .contents_area:last-of-type {
  margin-bottom: 0;
}

#summer-recommend2024 .contents_area .area_mv {
  margin-inline: auto;
  width: 80rem;
}

#summer-recommend2024 .contents_area picture {
  width: 80rem;
  margin: 0 auto;
}

#summer-recommend2024 .contents_area .lead {
  margin-top: 4.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}


/* slide common style */
#summer-recommend2024 .contents_area .itm_slide_container {
  margin-top: 6rem;
}

#summer-recommend2024 .contents_area .swipe_inner_group {
  width: 28rem;
  margin: 0 auto;
  padding: 2.9rem 0 4.7rem;
  background-color: #ffffff;
}

#summer-recommend2024 .contents_area .itm_label_group {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#summer-recommend2024 .contents_area .itm_label {
  display: block;
  padding: 0.2rem 1rem 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid var(--color-text);
  font-feature-settings: "pkna";
}

#summer-recommend2024 .contents_area .itm_catch {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  font-feature-settings: "pkna";
}


#summer-recommend2024 .contents_area .itm_link_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#summer-recommend2024 .contents_area .itm_link_group a {
  position: relative;
  text-align: center;
}

#summer-recommend2024 .contents_area .itm_img {
  width: 25rem;
  margin: 0.8rem auto 0;
}

#summer-recommend2024 .contents_area .itm_name {
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  font-feature-settings: "pkna";
}

#summer-recommend2024 .contents_area .itm_credit {
  margin-top: 0.4rem;
  text-align: center;
}

#summer-recommend2024 .contents_area .itm_price {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  margin-right: -.4rem;
}

#summer-recommend2024 .contents_area .itm_tax {
  font-size: 1.1rem;
}

#summer-recommend2024 .contents_area .itm_note {

  font-size: 1rem;
  text-align: center;
  margin-top: 1.5rem;
}

#summer-recommend2024 .contents_area .cart_btn {
  width: 20rem;
  height: 3.2rem;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ffffff;
  background-color: #808080;
  font-feature-settings: "pkna";
}

#summer-recommend2024 .contents_area .detail_btn {
  width: 20rem;
  height: 3.2rem;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
  text-align: center;
  color: var(--color-text);
  border: 1px solid #808080;
  font-feature-settings: "pkna";
}

#summer-recommend2024 .contents_area .kit_btn {
  width: 33rem;
  height: 3.6rem;
  margin: 5.1rem auto 0;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ffffff;
  font-feature-settings: "pkna";
}

#summer-recommend2024 .contents_area .series_btn {
  width: 40.2rem;
  height: 5rem;
  margin: 6rem auto 0;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  color: var(--color-text);
  border: 1px solid var(--color-text);
  background-color: #fff;
  font-feature-settings: "pkna";
}

#summer-recommend2024 .contents_area .swiper-slide .itm_btn_group {
  display: none;
}

/* Swiper CSS */

/* default,active style */
#summer-recommend2024 .lp_swiper01,
#summer-recommend2024 .lp_swiper02,
#summer-recommend2024 .lp_swiper03,
#summer-recommend2024 .lp_swiper_sp {
  position: relative;
}

#summer-recommend2024 .lp_swiper01 {
  height: 64rem;
  margin-top: 8.8rem;
}
#summer-recommend2024 .lp_swiper02 {
  height: 45.7rem;  
  margin-top: 8.9rem;
  
}
#summer-recommend2024 .lp_swiper03 {
  height: 59rem;
  margin-top: 8.3rem;
}
#summer-recommend2024 .swiper-slide {
	width: 100%;
	transition: transform .4s ;
}

#summer-recommend2024 .swiper-slide .swipe_inner_group {
  width: 28rem;
  max-height: 49.5rem;
	transform: scale(1);
  margin-top: 3rem;
  transition: margin-top .5s, width .5s, max-height .5s, height .5s;
}

#summer-recommend2024 .swiper-slide img {
  max-width: 100%;
}

#summer-recommend2024 .swiper-slide-active .swipe_inner_group {
  width: 33rem;
  max-height: none;
  padding: 3rem 0;
	transform: scale(1);
  z-index: 1;
  margin-top: -3rem;
  box-shadow: 5px 5px 5px rgb(0,0,0,0.1);
}

#summer-recommend2024 .swiper-slide-active .swipe_inner_group {
  height: auto;
}

#summer-recommend2024 .swiper-slide .itm_img {
  width: 25rem;
  transition: width .5s;
}

#summer-recommend2024 .swiper-slide-active .itm_img {
  width: 30rem;
  margin: 0.8rem auto 0;
}

#summer-recommend2024 .swiper-slide-active .itm_name {
  margin-top: 0.6rem;
}

#summer-recommend2024 .swiper-slide-active .itm_note {
  margin-top: 0.9rem;
  margin-bottom: 0;
}

#summer-recommend2024 .contents_area .swiper-slide-active .itm_btn_group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.1rem;
}

/* PRE / NEXT ARROW */
#summer-recommend2024 .swiper-button-prev,
#summer-recommend2024 .swiper-button-next {
  top: 27.5rem;
  height: 5rem;
  width: 5rem;
  background-image: none;
}

#summer-recommend2024 .swiper-button-prev {
  left: 13.5rem;
}

#summer-recommend2024 .swiper-button-next {
  right: 13.5rem;
}

#summer-recommend2024 .swiper-button-prev::after,
#summer-recommend2024 .swiper-button-next::after {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  margin: auto;
  content: "";
  
}

/* Pre */
#summer-recommend2024 .swiper-button-prev::after {
  background-image: url(../img/icn_arrow.svg);
}

/* Next */
#summer-recommend2024 .swiper-button-next::after {
  background-image: url(../img/icn_arrow.svg);
  transform: rotate(180deg);
}

/* Dot */
#summer-recommend2024 .swiper-pagination{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2.3rem;
}

#summer-recommend2024 .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -1rem;
}

#summer-recommend2024 .swiper-pagination-bullet {
  position: static;
  margin: 0.75rem;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  border: 1px solid var(--color-text);
  background: transparent;
}

#summer-recommend2024 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1rem);
}


/* Dot Active */
#summer-recommend2024 .swiper-pagination-bullet-active {
  background-color: var(--color-text);
  border: none;
  height: 1rem;
  width: 1rem;
}

/* ===================
      　SKIN 
=================== */
#summer-recommend2024 .skin_area {
  background: linear-gradient(transparent 0% 13%, var(--color-bg1) 0 98.5%, transparent 74% 100%);
}

#summer-recommend2024 .skin_area .recommend_area {
  position: relative;
  width: 60rem;
  margin: 6.6rem auto 0;
  padding: 3.8rem 0 2.2rem;
  border: 1px solid var(--color-text);
}

#summer-recommend2024 .skin_area .recommend_area dt {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

#summer-recommend2024 .skin_area .recommend_title {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: center;
  color: #ffffff;
  font-feature-settings: "pkna";
  font-weight: 400;
}

#summer-recommend2024 .skin_area .recommend_title:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 32rem;
  height: 3.6rem;
  margin-top: -1.3rem;
  background: url(../img/icn_ttl.svg) center center / 100% no-repeat;
  content: "";
  z-index: -1;
}

#summer-recommend2024 .skin_area .recommend_text {
  display: block;
  position: relative;
  margin: 0 auto 2.3rem;
  padding-left: 6.6rem;
  width: 40rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-feature-settings: "pkna";
}

#summer-recommend2024 .skin_area .recommend_text:last-of-type {
  margin-bottom: 0;
}

#summer-recommend2024 .skin_area .recommend_text::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 2.9rem;
  width: 2.25rem;
  height: 2.2rem;
  background-image: url(../img/icn_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#summer-recommend2024 .skin_area .itm_slide {
  margin: 6rem auto;
}

#summer-recommend2024 .skin_area .kit_btn {
  background-color: #A5B1BD;
}


/* ===================
    　BODYCARE 
=================== */
#summer-recommend2024 .bodycare_area {
  background: linear-gradient(transparent 0% 6.2%, var(--color-bg2) 6.2% 99.3%, transparent 99% 100%);
}

#summer-recommend2024 .bodycare_area .itm_info {
  margin-top: 2.4rem;
}

#summer-recommend2024 .bodycare_area .itm_label_group {
  width: 25rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

#summer-recommend2024 .bodycare_area .itm_label_gray {
  display: block;
  padding: .4rem 1rem .2rem;
  margin: 0 5rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  background-color: var(--color-text);
  color: #ffff;
}

#summer-recommend2024 .bodycare_area .itm_info .itm_img {
  width: 30rem;
  margin: 2rem auto 0;
}


#summer-recommend2024 .contents_area .itm_btn_group:not(.contents_area .swiper-slide .itm_btn_group) {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* 20240722 */
#summer-recommend2024 .bodycare_area .itm_info .lead {
  margin-top: 7.2rem;
  margin-bottom: 2.3rem;
}

#summer-recommend2024 .bodycare_area .itm_info:nth-child(5) .lead {
  margin-top: 7.2rem;
}


#summer-recommend2024 .bodycare_area .itm_info_wrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_info {
  width: 28rem;
  padding: 1.5rem 0 3rem;
  margin-top: 6rem;
  background-color: #ffff;
  box-shadow: 5px 5px 5px rgb(0,0,0,0.1);
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_info .itm_img {
  width: 25rem;
  margin: 0.7rem auto 0;
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .detail_btn {
  margin-top: 1.2rem;
}
/* 20240722 */
#summer-recommend2024 .bodycare_area .series_btn {
  margin-top: 6rem;
}

#summer-recommend2024 .itm_icon {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: 5.8rem;
}

/* ******追加***** */
#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide .swipe_inner_group {
  height: 32.6rem;
  margin-top: 3.4rem;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide-active .swipe_inner_group {
  height: auto;
  margin-top: -3rem;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide .itm_img {
  width: 12.8rem;
  margin: 2.6rem auto 0;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide-active .itm_img {
  width: 16rem;
  margin: 1.8rem auto 0;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .itm_label_gray {
  margin: 0;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-button-prev, 
#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-button-next {
  top: 20.1rem;
}





/* ===================
      HAIRCARE
=================== */
#summer-recommend2024 .haircare_area {
  background:linear-gradient(transparent 0% 15.5%, var(--color-bg3) 15% 98.2%, transparent 95% 100%);
}

#summer-recommend2024 .haircare_area .kit_btn {
  background-color: #AFAAB3;
}

/* ******追加***** */

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-slide-active .swipe_inner_group {
  padding: 1.4rem 0 3rem;
}

#summer-recommend2024 .haircare_area .lp_swiper03 .itm_icon {
  position: absolute;
  top: -1.6rem;
  left: 1rem;
  width: 5.8rem;
}

#summer-recommend2024 .haircare_area .lp_swiper03 .itm_icon {
  top: -1.5rem;
}

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-slide .swipe_inner_group {
  margin-top: 5.6rem;
  max-height: 44.4rem;
  padding: 1.4rem 0 5.1rem;
  transition: margin-top .5s, width .5s, max-height .5s, height .5s;
}

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-slide-active .swipe_inner_group {
  margin-top: -3rem;
  padding: 1.6rem 0 3rem;
  max-height: none;
  height: auto;
}

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-button-prev, #summer-recommend2024 .haircare_area .lp_swiper03 .swiper-button-next {
  top: 26.3rem;
}


/* --Modal starts-- */
#summer-recommend2024 #modal1 {
  display: none;
}

/* modal click btn */
#summer-recommend2024 .haircare_area  .modal_btn {
  position: relative;
  display: block;
  margin: 1rem auto 0.3rem;
  width: 6.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  border-bottom: 1px solid var(--color-text);
}

#summer-recommend2024 .haircare_area  .modal_btn a {
  display: flex;
}

#summer-recommend2024 .haircare_area  .modal_btn:before {
  margin: auto;
  content: "";
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


/* modaal common css reset */

.modaal-content-container {
  padding: 6rem;
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: flex;
  align-items: center;
}

.modaal-fullscreen .modaal-container {
  max-height: 77.2rem;
  overflow: unset;
}

.modaal-container {
  position: relative;
  width: 92rem;;
  box-shadow: none;
}

.modaal-fullscreen .modaal-close {
  position: absolute;
  background: none;
  right: 1.4rem;
  top: -8rem;
}

.modaal-close {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
}

.modaal-close:after,.modaal-close:before {
  top: 0;
  left: .9rem;
  width: 0.2rem;
  height: 7rem;
  border-radius: 0;
  background: #B9C9D7;
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
  background: #B9C9D7;
}


/* modal inner setting */

.modal_wrap {
  width: 92rem;
  margin: 0 auto;
  padding: 4.6rem 0 4rem;
  background-color: #ffffff;
}

.modal_ttl {
  display: block;
  width: 35rem;
  height: 2.8rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.075em;
  color: #ffffff;
  background-color: #B9C9D7;
  border-radius: 1.4rem;
}

.modal_catch {
	margin-top: 3.3rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  color: var(--color-text);
}

.sec_inner {
  width: 92rem;
  padding-bottom: 4.1rem;	
}


.how_to_graph {
  width: 75rem;
  margin: 3.3rem auto 1.9rem;
}

.how_to_graph img {
  width: 100%;
}

.how_to_text {
  margin-bottom: -.6rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  color: var(--color-text);
}

.how_to_step_group {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 45rem;
  margin: 2rem auto 1.4rem;
  padding:1.3rem 0 2.3rem;
  border-top: 1px solid #B9C9D7;
  border-bottom: 1px solid #B9C9D7;
}

.how_to_step_group li {
  position: relative;
  margin-bottom: 1.4rem;
  margin-left: 8.4rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  color: var(--color-text);
}

.how_to_step_group li:nth-of-type(2) {
		margin-bottom: 2.3rem;
	}

.how_to_step_group li:last-of-type {
		margin-bottom: 0;
	}

.how_to_step_group li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color:#B9C9D7;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  color: #ffffff;
  font-family: var(--font-english);
  font-size: 2rem;
  line-height: 1.75;
  position: absolute;
  top: 1rem;
  left: -4.8rem;
}

_::-webkit-full-page-media, _:future, :root .item_detail_contents .how_to_step_group li:before {
  font-family: var(--font-english-regular-safari);
}

.how_to_step_group li:last-of-type:before {
  top: -.2rem;
}


/*=======================================
               Responsive
========================================*/


/* only PC */

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

/*=======================================
                    PC
========================================*/

@media screen and (min-width: 769px) {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }


  #summer-recommend2024 {
    overflow: hidden;
  }
}

/* only tablet */

@media screen and (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200));
  }
}


/*=======================================
                    SP
========================================*/


/* only SP */

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  #Wrap {
    padding-top:calc(185 * (100vw / 750));
  }

/* ===================
  LP Contents
=================== */

#summer-recommend2024 {
  padding-bottom: calc(160 * (100vw / 750));
}


/* ===================
  　　FV SECTION 
=================== */
#summer-recommend2024 .fv_area {
  margin-top: calc(46 * (100vw / 750));
}

#summer-recommend2024 .fv_area .fv_txt_group {
  top: calc(100 * (100vw / 750));
}

#summer-recommend2024 .fv_area .fv_logo {
  width: calc(202 * (100vw / 750));
  margin: 0 auto calc(40 * (100vw / 750));
}

#summer-recommend2024 .fv_area .fv_lead {
  margin-bottom: calc(29 * (100vw / 750));
  font-size: calc(26 * (100vw / 750));
  white-space: nowrap;
}

#summer-recommend2024 .fv_area .fv_title {
  margin-bottom: 0;
  font-size: calc(60 * (100vw / 750));
}

/* ===================
    　　Anchor 
=================== */
#summer-recommend2024 .anchor_area {
  padding: calc(69 * (100vw / 750)) 0 calc(80 * (100vw / 750));
}

#summer-recommend2024 .anchor_area .anchor_link {
  flex-direction: column;
  gap: calc(20 * (100vw / 750));
}

#summer-recommend2024 .anchor_area .anchor_link .link{
  padding-bottom: calc(10 * (100vw / 750));
  width: calc(700 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  font-size: calc(28 * (100vw / 750));
}

#summer-recommend2024 .anchor_area .anchor_link .link:after {
  bottom: calc(10 * (100vw / 750));
  left: 0;
  width: calc(26 * (100vw / 750));
  height: calc(10 * (100vw / 750));
}

/* ===================
      SEC COMMON 
=================== */
#summer-recommend2024 .contents_area {
  margin-bottom: calc(160 * (100vw / 750));
}

#summer-recommend2024 .contents_area .area_mv {
  width: 100%;
}

#summer-recommend2024 .contents_area picture {
  width: 100%;
}

#summer-recommend2024 .contents_area .lead {
  margin-top: calc(52 * (100vw / 750));
  font-size: calc(30 * (100vw / 750));
}

/* slide common style */
#summer-recommend2024 .contents_area .itm_slide_container {
  margin-top: calc(80 * (100vw / 750));
}

#summer-recommend2024 .contents_area .swipe_inner_group {
  width: calc(440 * (100vw / 750));
  padding: calc(40 * (100vw / 750)) 0 calc(40 * (100vw / 750));
}

#summer-recommend2024 .contents_area .itm_label_group {
  gap: calc(20 * (100vw / 750));
}

#summer-recommend2024 .contents_area .itm_label {
  padding: calc(6 * (100vw / 750)) calc(17 * (100vw / 750)) calc(3 * (100vw / 750));
  font-size: calc(22 * (100vw / 750));
}

#summer-recommend2024 .contents_area .itm_catch {
  margin-top: calc(19 * (100vw / 750));
  font-size: calc(26 * (100vw / 750));
}

#summer-recommend2024 .contents_area .itm_img {
  width: calc(340 * (100vw / 750));
  margin: calc(30 * (100vw / 750)) auto 0;
}

#summer-recommend2024 .contents_area .itm_name {
  margin-top: calc(15 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
  line-height: 1.75;
}

#summer-recommend2024 .contents_area .itm_credit {
  margin-top: calc(6 * (100vw / 750));
}

#summer-recommend2024 .contents_area .itm_price {
  font-size: calc(22 * (100vw / 750));
  margin-right: calc(1 * (100vw / 750));
}

#summer-recommend2024 .contents_area .itm_tax {
  font-size: calc(22 * (100vw / 750));
}

#summer-recommend2024 .contents_area .itm_note {
  font-size: calc(20 * (100vw / 750));
  text-align: center;
  margin-top: calc(30 * (100vw / 750));
}

#summer-recommend2024 .contents_area .cart_btn {
  width: calc(340 * (100vw / 750));
  height: calc(60 * (100vw / 750));
  font-size: calc(22 * (100vw / 750));
  line-height: 1;
}

#summer-recommend2024 .contents_area .detail_btn {
  width: calc(340 * (100vw / 750));
  height: calc(60 * (100vw / 750));
  font-size: calc(22 * (100vw / 750));
  line-height: 1;
}

#summer-recommend2024 .contents_area .kit_btn {
  width: calc(460 * (100vw / 750));
  height: calc(72 * (100vw / 750));
  margin: calc(113 * (100vw / 750)) auto 0;
  font-size: calc(28 * (100vw / 750));
}

#summer-recommend2024 .contents_area .series_btn {
  width: calc(600 * (100vw / 750));
  height: calc(90 * (100vw / 750));
  margin: calc(59 * (100vw / 750)) auto 0;
  font-size: calc(28 * (100vw / 750));
}

/* Swiper CSS */

/* default,active style */
#summer-recommend2024 .lp_swiper01 {
  height: calc(920 * (100vw / 750));
  margin-top: calc(172 * (100vw / 750));
}
/* 20240722 */
#summer-recommend2024 .lp_swiper02 {
  height: calc(648 * (100vw / 750));
  margin-top: calc(170 * (100vw / 750));
  
}
#summer-recommend2024 .lp_swiper03 {
  height: calc(916 * (100vw / 750));
  margin-top: calc(63 * (100vw / 750));
}
#summer-recommend2024 .lp_swiper_sp {
  height: calc(862 * (100vw / 750));
}

#summer-recommend2024 .swiper-slide .swipe_inner_group {
  width: calc(440 * (100vw / 750));
  height: calc(774 * (100vw / 750));
  margin-top: calc(0 * (100vw / 750));
  transition: margin-top .5s, width .5s;
}

#summer-recommend2024 .swiper-slide-active .swipe_inner_group {
  width: calc(460 * (100vw / 750));
  padding: calc(40 * (100vw / 750)) 0;
  margin-top: calc(-94 * (100vw / 750));
  max-height: none;
  height: auto;
}

#summer-recommend2024 .swiper-slide .itm_img {
  width: calc(340 * (100vw / 750));
  margin: calc(15*(100vw / 750)) auto 0;
  transition: width .5s;
}

#summer-recommend2024 .swiper-slide-active .itm_img {
  width: calc(400 * (100vw / 750));
  margin: calc(16 * (100vw / 750)) auto 0;
}

#summer-recommend2024 .swiper-slide-active .itm_name {
  margin-top: calc(10 * (100vw / 750));
}

#summer-recommend2024 .swiper-slide-active .itm_note {
  margin-top: calc(18 * (100vw / 750));
  margin-bottom: 0;
}

#summer-recommend2024 .contents_area .swiper-slide-active .itm_btn_group {
  display: flex;
  flex-direction: column;
  gap: calc(15 * (100vw / 750));
  margin-top: calc(22 * (100vw / 750));
}

#summer-recommend2024 .swiper-button-prev,
#summer-recommend2024 .swiper-button-next {
  top: calc(401 * (100vw / 750));
  height: calc(60 * (100vw / 750));
  width: calc(60 * (100vw / 750));
}

#summer-recommend2024 .swiper-button-prev {
  left: calc(64 * (100vw / 750));
}

#summer-recommend2024 .swiper-button-next {
  right: calc(64 * (100vw / 750));
}

/* PRE / NEXT ARROW */
#summer-recommend2024 .swiper-button-prev::after,
#summer-recommend2024 .swiper-button-next::after {
  height: calc(61 * (100vw / 750));
  width: calc(61 * (100vw / 750));
}

/* Dot */
#summer-recommend2024 .swiper-pagination{
  bottom:calc(-79 * (100vw / 750));
}

#summer-recommend2024 .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom:calc(-10 * (100vw / 750));
}

#summer-recommend2024 .swiper-pagination-bullet {
  margin: calc(15 * (100vw / 750));
  width: calc(20 * (100vw / 750));
  height: calc(20 * (100vw / 750));
}

/* Dot Active */
#summer-recommend2024 .swiper-pagination-bullet-active {
  height: calc(20 * (100vw / 750));
  width: calc(20 * (100vw / 750));
}

/* ===================
      　SKIN 
=================== */
#summer-recommend2024 .skin_area {
  background: linear-gradient(transparent 0% 14.8%, var(--color-bg1) 8.2% 99%, transparent 99% 100%);
}

#summer-recommend2024 .skin_area .recommend_area {
  width: calc(650 * (100vw / 750));
  margin: calc(85 * (100vw / 750)) auto 0;
  padding: calc(58 * (100vw / 750)) 0 calc(35 * (100vw / 750));
}

#summer-recommend2024 .skin_area .recommend_area dt {
  top: calc(-22 * (100vw / 750));
}

#summer-recommend2024 .skin_area .recommend_title {
  font-size: calc(27 * (100vw / 750));
}

#summer-recommend2024 .skin_area .recommend_title:before {
  width: calc(480 * (100vw / 750));
  height: calc(61 * (100vw / 750));
  margin-top: calc(-26 * (100vw / 750));
  background: url(../img/icn_ttl_sp.svg) center center / 100% no-repeat;

}

#summer-recommend2024 .skin_area .recommend_text {
  margin: 0 auto calc(8 * (100vw / 750));
  padding-left: calc(61 * (100vw / 750));
  width: calc(490 * (100vw / 750));
  font-size: calc(26 * (100vw / 750));
  line-height: 2.2;
}

#summer-recommend2024 .skin_area .recommend_text::before {
  top: calc(7 * (100vw / 750));
  left: calc(-1 * (100vw / 750));
  width:calc(38.1364 * (100vw / 750));
  height: calc(38 * (100vw / 750));
}

#summer-recommend2024 .skin_area .itm_slide {
  margin: calc(0 * (100vw / 750)) auto;
}

/* ===================
    　BODYCARE 
=================== */
#summer-recommend2024 .bodycare_area {
  background: linear-gradient(transparent 0% 8.2%, var(--color-bg2) 8.2% 99%, transparent 99% 100%);
}

#summer-recommend2024 .bodycare_area .itm_info {
  margin-top: calc(31 * (100vw / 750));
}

#summer-recommend2024 .bodycare_area .itm_label_group {
  width: calc(340 * (100vw / 750));
  gap: calc(14*(100vw / 750));
}

#summer-recommend2024 .bodycare_area .itm_label_gray {
  display: block;
  width: calc(340 * (100vw / 750));
  padding: calc(8 * (100vw / 750)) calc(0 * (100vw / 750));
  margin: 0 calc(10 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
}


#summer-recommend2024 .bodycare_area .itm_info .itm_img {
  width: calc(400 * (100vw / 750));
  margin: calc(30*(100vw / 750)) auto 0;
}


#summer-recommend2024 .bodycare_area .itm_info:nth-of-type(2) .itm_img {
  width: calc(480 * (100vw / 750));
  margin: calc(30 * (100vw / 750)) auto 0;
}

/* 20240722 */
#summer-recommend2024 .contents_area .itm_btn_group:not(.contents_area .swiper-slide .itm_btn_group) {
  margin-top: calc(18 * (100vw / 750));
  display: flex;
  flex-direction: column;
  gap: calc(15 * (100vw / 750));
}
/* 20240722 */
#summer-recommend2024 .bodycare_area .itm_info .lead {
  margin-top: calc(64* (100vw / 750));
  margin-bottom: calc(31 * (100vw / 750));
}

#summer-recommend2024 .bodycare_area .itm_info:nth-child(5) .lead {
  margin-top: calc(85 * (100vw / 750));
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide .swipe_inner_group {
  height: calc(515 * (100vw / 750));
  margin-top: calc(7 * (100vw / 750));
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .itm_label_group {
  width: fit-content;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide-active .swipe_inner_group {
  height: auto;
  margin-top: calc(-93*(100vw / 750));
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .itm_label_gray {
  margin: 0;
  width: fit-content;
  padding: calc(6*(100vw / 750)) calc(8*(100vw / 750));
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide .itm_img {
  width: calc(200*(100vw / 750));
  margin: calc(28*(100vw / 750)) auto 0;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide .itm_name {
  margin-top: calc(11*(100vw / 750));
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-slide-active .itm_img {
  width: calc(240*(100vw / 750));
  margin: calc(27*(100vw / 750)) auto 0;
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-button-prev, #summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-button-next {
  top: calc(277 * (100vw / 750));
  height: calc(60 * (100vw / 750));
  width: calc(60 * (100vw / 750));
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-button-prev {
  left: calc(65 * (100vw / 750));
}

#summer-recommend2024 .bodycare_area .lp_swiper02 .swiper-button-next {
  right: calc(65 * (100vw / 750));
}

/* Swipe SP */
#summer-recommend2024 .bodycare_area .itm_info_wrap {
  display: block
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_info {
  width: calc(460 * (100vw / 750));
  padding: calc(10 * (100vw / 750)) 0 calc(40 * (100vw / 750));
  margin: calc(80 * (100vw / 750)) auto;
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_info .itm_img {
  width: calc(400 * (100vw / 750));
  margin: calc(18 * (100vw / 750)) auto 0;
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_info .itm_name {
  margin-top: calc(11*(100vw / 750));
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .swiper-slide-active .itm_img {
  margin: calc(18*(100vw / 750)) auto 0 !important;
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_credit {
  margin-top: calc(1*(100vw / 750));
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_btn_group {
  margin-top: calc(26*(100vw / 750));
}

#summer-recommend2024 .bodycare_area .itm_info_wrap .detail_btn {
  margin-top: calc(24 * (100vw / 750));
}

/* 前へのボタンカスタマイズ */
#summer-recommend2024 .bodycare_area .lp_swiper_sp {
  position: relative;
}

#summer-recommend2024 .bodycare_area .lp_swiper_sp .swiper-button-prev::after {
  background-image: url(../img/icn_arrow.svg);
}

/* 次へのボタンカスタマイズ */
#summer-recommend2024 .bodycare_area .lp_swiper_sp .swiper-button-next::after {
  background-image: url(../img/icn_arrow.svg);
  transform: rotate(180deg);
}

#summer-recommend2024 .bodycare_area .lp_swiper_sp .swiper-button-prev,
#summer-recommend2024 .bodycare_area .lp_swiper_sp .swiper-button-next {
  top: 50%;
  transform: translateY(50%);
}

/* 20240722 */
#summer-recommend2024 .bodycare_area .series_btn {
  margin-top: calc(60 * (100vw / 750))
}

#summer-recommend2024 .itm_icon {
  position: absolute;
  top: calc(10 * (100vw / 750));
  left: calc(-20 * (100vw / 750));
  width: calc(110 * (100vw / 750));
}

/* ===================
      HAIRCARE
=================== */
#summer-recommend2024 .haircare_area {
  background: linear-gradient(transparent 0% 8.2%, var(--color-bg3) 8.2% 99%, transparent 99% 100%);
}

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-slide-active .swipe_inner_group {
  padding: calc(10 * (100vw / 750)) 0 calc(10 * (100vw / 750));
}

#summer-recommend2024 .haircare_area .lp_swiper03 .itm_icon {
  top: calc(-30*(100vw / 750));
  left: calc(-20*(100vw / 750));
  width: calc(110*(100vw / 750));
}

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-slide .swipe_inner_group {
  margin-top: calc(133*(100vw / 750));
  max-height: calc(664*(100vw / 750));
  padding: calc(10 * (100vw / 750)) 0 calc(10 * (100vw / 750));
}

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-slide-active .swipe_inner_group {
  margin-top: calc(0*(100vw / 750));
  padding: calc(10 * (100vw / 750)) 0 calc(38 * (100vw / 750));
  max-height: none;
  height: auto;
}

#summer-recommend2024 .haircare_area .lp_swiper03  .swiper-slide-active .itm_name {
  margin-top: calc(13*(100vw / 750));
}

#summer-recommend2024 .haircare_area .lp_swiper03 .swiper-button-prev, #summer-recommend2024 .haircare_area .lp_swiper03 .swiper-button-next {
  top: calc(493 * (100vw / 750));
}

#summer-recommend2024 .haircare_area .kit_btn {
  margin:calc(95*(100vw / 750)) auto 0;
}

/* --Modal starts-- */

/* modal click btn */
#summer-recommend2024 .haircare_area  .modal_btn {
  margin: calc(17*(100vw / 750)) auto calc(30*(100vw / 750));
  width: calc(114*(100vw / 750));
  font-size: calc(24*(100vw / 750));
  line-height: 1.3;
}

#summer-recommend2024 .haircare_area  .modal_btn:before {
  right: calc(1*(100vw / 750));
  bottom: calc(4*(100vw / 750));
  width: calc(20*(100vw / 750));
  height: calc(20*(100vw / 750));
}

/* modaal common css reset */

.modaal-content-container {
  padding: calc(60*(100vw / 750)) 0;
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: flex;
  align-items: center;
}

.modaal-fullscreen .modaal-container {
  max-height: 80vh;
}

.modaal-wrapper [tabindex="0"] {
  max-height: 80vh;
  overflow-y: scroll;
}

.modaal-container {
  position: relative;
  width: calc(680*(100vw / 750));
  box-shadow: none;
}

.modaal-fullscreen .modaal-close {
  position: absolute;
  background: none;
  right: calc(0*(100vw / 750));
  top: calc(-88*(100vw / 750));
}

.modaal-close {
  width: calc(70*(100vw / 750));
  height: calc(70*(100vw / 750));
  border-radius: 0;
}

.modaal-close:after,.modaal-close:before {
  top: calc(-12*(100vw / 750));
  left: calc(30*(100vw / 750));
  width: 2px;
  height: 45px;
  border-radius: 0;
}


/* modal inner setting */

.modal_wrap {
  width: calc(680*(100vw / 750));
  margin: 0 auto;
  padding: calc(60*(100vw / 750)) 0 calc(60*(100vw / 750));
}

.modal_ttl {
  width: calc(525*(100vw / 750));
  height: calc(42*(100vw / 750));
  margin: 0 auto;
  font-size: calc(30*(100vw / 750));
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.075em;
  border-radius: calc(21*(100vw / 750))
}

.modal_catch {
	margin-top: calc(47*(100vw / 750));
  font-size: calc(28*(100vw / 750));
}

.sec_inner {
  width: calc(680*(100vw / 750));
  padding-bottom: calc(0*(100vw / 750));	
}

.how_to_graph {
  width: calc(582*(100vw / 750));
  margin: calc(35*(100vw / 750)) 0 calc(30*(100vw / 750)) calc(41*(100vw / 750));
}


.how_to_text {
  margin-bottom: calc(0*(100vw / 750));
  font-size: calc(22*(100vw / 750));
  line-height: 2;
}

.how_to_step_group {
  width: calc(550*(100vw / 750));
  margin: calc(25*(100vw / 750)) auto calc(30*(100vw / 750));
  padding:calc(120*(100vw / 750)) 0 calc(24*(100vw / 750));
}

.how_to_step_group li {
  position: relative;
  margin-bottom: calc(119*(100vw / 750));
  margin-left: calc(0*(100vw / 750));
  font-size: calc(22*(100vw / 750));
  text-align: center;
}

.how_to_step_group li:nth-of-type(2) {
	margin-bottom: calc(117*(100vw / 750));
}

.how_to_step_group li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(60*(100vw / 750));
  width: calc(60*(100vw / 750));
  font-size: calc(40*(100vw / 750));
  line-height: 1.75;
  position: absolute;
  top: calc(-80*(100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}


.how_to_step_group li:last-of-type:before {
  top: calc(-80*(100vw / 750));
}

}

/* 20240722 追加 */
#summer-recommend2024 .sub_area {
  width: 120rem;
  margin: 6rem auto 0;
  padding: 6rem 0;
  background-color: #F8F7F6;
}

#summer-recommend2024 .sub_area.uv_group {
  padding-bottom: 7rem;
}

#summer-recommend2024 .area_subttl {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-family: var(--font-english);
  font-size: 4rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #A6A7A7;
  text-align: center;
}

#summer-recommend2024 .area_subttl:before {
  position: absolute;
  left: -4.7rem;
  top: 50%;
  transform: translateY(50%);
  width: 3rem;
  height: 0.1rem;
  background-color: #A6A7A7;
  content: "";
}

#summer-recommend2024 .area_subttl:after {
  position: absolute;
  right: -4.7rem;
  top: 50%;
  transform: translateY(50%);
  width: 3rem;
  height: 0.1rem;
  background-color: #A6A7A7;
  content: "";
}

_::-webkit-full-page-media, _:future, :root #summer-recommend2024 .area_subttl {
  font-family: var(--font-english-regular-safari);
}


#summer-recommend2024 .bodycare_area .itm_info_wrap .itm_info {
  margin-top: 4rem;
}


#summer-recommend2024 .bodycare_area .lead {
  margin-top: 3.4rem;
}

#summer-recommend2024 .lp_swiper02 {
  margin-inline: calc(50% - 50vw);
}


@media only screen and (max-width: 768px) {

  #summer-recommend2024 .sub_area {
    width: calc(650 * (100vw / 750));
    margin: calc(68 * (100vw / 750)) auto 0;
    padding:calc(80*(100vw / 750));
  }

  #summer-recommend2024 .sub_area.uv_group {
    padding-bottom: calc(135 * (100vw / 750));
  }

  #summer-recommend2024 .wash_group {
    margin: calc(80*(100vw / 750)) auto 0;
    padding-bottom: calc(115*(100vw / 750));
  }

  #summer-recommend2024 .area_subttl {
    font-size: calc(60 * (100vw / 750));
  }
  
  #summer-recommend2024 .area_subttl:before {
    left: calc(115 * (100vw / 750));
    width: calc(45 * (100vw / 750));
    height: 1px;
  }
  
  #summer-recommend2024 .area_subttl:after {
    right: calc(115 * (100vw / 750));
    width: calc(45 * (100vw / 750));
    height: 1px;
  }

  #summer-recommend2024 .wash_group .area_subttl:before {
    left: calc(216 * (100vw / 750));
  }
  
  #summer-recommend2024 .wash_group .area_subttl:after {
    right: calc(216 * (100vw / 750));
  }
  

  #summer-recommend2024 .bodycare_area .itm_info_wrap .itm_info {
    margin-top: calc(58 * (100vw / 750));
  }
  
  #summer-recommend2024 .bodycare_area .uv_group .itm_info .itm_img {
    width: calc(478 * (100vw / 750));
  }

  #summer-recommend2024 .bodycare_area .lead {
    margin-top: calc(45 * (100vw / 750));
  }
  
  #summer-recommend2024 .bodycare_area .swipe_area_info_wrap {
    margin-inline: calc(50% - 50vw);
  }

  #summer-recommend2024 .swipe_area_info_wrap .swiper-pagination {
    bottom: calc(-60*(100vw / 750));
  }

}
