@charset "UTF-8";
/*=============================================================

	Date: 2024-04-25
	CSS Document ： flufeel 着るバスタオル 仮想LP
	
=============================================================*/

/*------------------------------------
キーカラー
color: var(--theme-color);
------------------------------------*/

:root {
  --theme-color: #23778A;
  --themelight-color: #E9F1F3;
  --key-color: #BD473A;
}

/*------------------------------------
仮想LP用ベース
------------------------------------*/
.fca_cat-hero {
  z-index: 1;
}
.fca_cat-hero, .sr_page-shopping-result__free {
  /*overflow: visible !important;*/
}
.sr_page-shopping-result__free .fca_container__in {
  max-width: 100%;
}
.sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.fca_page-shop-category__body {
  margin-top: 0;
}
#container_fl {
font-size: 1.125rem;
}
#container_fl .pc_fl {
  display: block;
}
#container_fl .sp_fl {
  display: none;
}
#container_fl {
  font-weight: normal;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.08em;
  opacity: 0;
  animation: fade_fl 0.8s forwards 0.2s; 
}
#container_fl img {
  max-width: 100%;
}
@media (hover: hover) {
#container_fl a {
  transition: all 0.3s;
}
#container_fl a:hover {
    opacity: 0.7
  }
}
.min-txt{
    font-size: 90%;
    line-height: 1.2;
}
/*==================================

title

==================================*/
#title_wrap_fl {
  background-color: #E6EDED;
  /* background-image: url('../images/ttl_bg.svg?$staticlink$'); */
  background-repeat: repeat;
  background-position: center center;
  background-size: 50px;
  position: relative;
  overflow: visible;
}
#title_fl {
  max-width: 769px;
  margin: 0 auto;
  position: relative;
  /* max-height: 430px; */
  height: 430px;
}
#title_fl .ttl_text_fl {
  text-align: center;
  /* margin: 0 0 0 24%; */
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#title_fl .ttl_text_fl .ttl_sub {
  margin: 14% 0 0;
  width: 80%;
}
#title_fl .ttl_text_fl h2.ttl_main {
  /* margin: 5% -2% 0 0; */
  position: absolute;
  top: 8.5%;
  left: 15.5%;
  width: 67%;
}
#title_fl .ttl_text_fl h2.ttl_main picture,
#title_fl .ttl_text_fl h2.ttl_main img {
	width:100%;
	display: block;
}
#title_fl .ttl_model_fl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* overflow: hidden; */
}
#title_fl .ttl_model_fl > img {
  position: absolute;
}
#title_fl .ttl_model_fl .ttl_model_main {
  position: absolute;
  left: 23.5%;
  bottom: 0;
  width: 51.7%;
  display: block;
}
#title_fl .ttl_model_fl .ttl_model_main img {
	width:100%;
}
#title_fl img.ttl_model_sub {
	position: absolute;
	right: 11%;
	top: 49%;
	width: 13.7%;
}
#title_fl .ttl_model_fl img.ttl_icon {
  right: 22%;
  top: 7%;
  width: 13%;
}


/*==================================

固定ナビ

==================================*/
.fixed-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: block;width: 170px;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 10;
  align-self: flex-end;
}
.fixed-btn a {
}
.fixed-btn a img {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
}

/*==================================

NEW

==================================*/
h3 .h3-main {
    border-bottom: 1px solid var(--theme-color);
    padding: 0 0.1em 0.3em 0.2em;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 0.4em;
    letter-spacing: 0.25em;
    text-align: center;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 117%;
    font-family: "游ゴシック体 Pr6N B";
}

#new_fl {
    margin: 5em 0 7em 0;
}
#new_fl h3 {}
#new_fl h3 .new-icon {
    display: block;
    margin: 0 auto 0.5em;
    width: 180px;
}
#new_fl h3 img {}
#new_fl .new-image {
    border-radius: 2em;
    margin: 0 auto;
    display: block;
    position: relative;
}
#new_fl .new-image a {
	display:block;
}
#new_fl .new-image img {}
#new_fl .new-image img.new-icon {
    position: absolute;
    top: -3%;
    left: -2%;
    width: 36%;
}
#new_fl p {
    text-align: center;
    font-weight: bold;
    font-family: "游ゴシック体 Pr6N B";
    margin: 0.6em 0 0;
    font-size: 126%;
    line-height: 1.5;
}
#new_fl .new-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8em 1em;
    margin: 0.9em 0;
    flex-wrap: wrap;
}
#new_fl .new-link a {
    background: var(--themelight-color);
    border-radius: 2em;
    color: var(--theme-color);
    font-weight: bold;
    font-family: "游ゴシック体 Pr6N B";
    padding: 0.2em 0.6em 0.2em 0.9em;
    font-size: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    text-decoration:none;
    letter-spacing:0.05em;
}
#new_fl .new-link a::after {
display: block;
width: 1.3em;
height: 1.3em;
content: '';
background-image: url(../images/link_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}

#new_fl .new-link a span {}
/*==================================

メインコンテンツ

==================================*/
#main_wrap_fl {
  /* max-width: 1170px; */
  margin: 0 auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background: #e5f7fa; */
  /* padding: 0.7em 0 0em; */
  /* position: relative; */
  font-family: "游ゴシック体 Pr6N M";
}
p.note_fl {
  font-size: 70%;
  color: #666666;
  text-align: center;
  /* width: 63%; */
  /* max-width: 737px; */
  display: block;
  margin: 0.9em auto 0;
  /* font-weight: bold; */
  position: relative;
  /* font-family: "游ゴシック体 Pr6N M"; */
}
#main_wrap_fl section {}
#main_wrap_fl section:after {
  content: "";
  display: block;
  clear: both;
}
#main_wrap_fl section h3 {
  text-align: center;
  margin: 1.5em auto 1.5em;
  /* width: 320px; */
}
#main_wrap_fl section#voice_fl h3 {
    margin-bottom: 0.8em;
}
#main_wrap_fl section h3 img {}
#main_wrap_fl section .h3-sub {
  color: var(--theme-color);
  text-align: center;
  font-size: 64%;
  /* font-weight: bold; */
  letter-spacing: 0.05em;
  /* font-family: "游ゴシック体 Pr6N B"; */
}
/*==================================

ここが便利

==================================*/
#benri_fl {
  max-width: 640px;
  margin: 5em auto 0;
}
.point_list {}
.point_list .point_box {
  width: 480px;
  float: right;
  clear: both;
  position: relative;
  margin: 0 0 3.4em;
}
.point_list .point_box .point_ttl {
  position: absolute;
  top: -5%;
  left: 5%;
}
.point_list .point_box .point_ttl img {
  height: 2.8em;
  width: auto;
}
.point_list .point_box .point_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: var(--themelight-color);
  border-radius: 150px;
  overflow: hidden;
}
.point_list .point_box .point_inner .point_txt {
  margin-right: -5%;
  position: relative;
  width: 42%;
}
.point_list .point_box .point_inner .point_txt img {}
.point_list .point_box .point_inner .point_image {
  width: 53%;
}
.point_list .point_box .point_inner .point_image img {}
/* 左寄せ */
.point_list .point_box:nth-child(2n) {
  float: left;
}
.point_list .point_box:nth-child(2n) .point_inner {
  justify-content: flex-start;
}
.point_list .point_box:nth-child(2n) .point_ttl {
  top: -5%;
  left: auto;
  right: 5%;
}
.point_list .point_box:nth-child(2n) .point_ttl img {}
.point_list .point_box:nth-child(2n) .point_inner {}
.point_list .point_box:nth-child(2n) .point_inner .point_txt {
  order: 1;
  margin-left: -5%;
}
.point_list .point_box:nth-child(2n) .point_inner .point_txt img {}
.point_list .point_box:nth-child(2n) .point_inner .point_image {}
.point_list .point_box:nth-child(2n) .point_inner .point_image img {}
#point01 {
  margin-bottom: 1.5em;
}
/*==================================

お声

==================================*/
#voice_fl {
  clear: both;
  margin: 1.7em auto 0;
  max-width: 1170px;
  overflow: hidden;
}
#voice_fl .voice_list {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  overflow: initial;
}
#voice_fl .voice_box {
  background: var(--themelight-color);
  transition: all 0.3s;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0 0.8em;
  position: relative;
}
#voice_fl .voice_box .voice_txt {}
#voice_fl .voice_box .voice_txt p {
  width: 80%;
  margin: 0em auto 0.5em;
  text-align: justify;
  line-height: 1.7;
  font-size: 90%;
  position: relative;
  letter-spacing: 0.03em;
  letter-spacing: 0.05em;
}
#voice_fl .voice_box .voice_txt p::before, #voice_fl .voice_box .voice_txt p::after {
  /* content: ""; */
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid var(--theme-color);
}
#voice_fl .voice_box .voice_txt p::before {
  top: -0.5em;
  left: -1em;
  border-bottom: none;
  border-right: none;
}
#voice_fl .voice_box .voice_txt p::after {
  bottom: -0.5em;
  right: -1em;
  border-top: none;
  border-left: none;
}
#voice_fl .voice_box .voice_txt p .bold_fl {
  font-weight: bold;
  display: inline;
  margin-right: 0.1em;
  color: #FFF;
  text-align: left;
  background: var(--key-color);
  padding: 0.1em 0.1em 0.1em 0.1em;
  font-family: "游ゴシック体 Pr6N B";
}
#voice_fl .voice_box .voice_txt p .voice_name {
  color: #9d9d9d;
  text-align: right;
  display: block;
  /* margin-top: 0.3em; */
  font-size: 90%;
}
#voice_fl .voice_image {
  width: 84%;
  margin: 1em auto 0;
}
#voice_fl .voice_image img {}
#voice_fl .note_fl {
  text-align: center;
}
/* 前へ次への矢印カスタマイズ */
#outer_fl .swiper-button-prev, .swiper-button-next {
  width: 55px;
  height: auto;
  aspect-ratio: 1/1;
  background: no-repeat;
  top: 38%;
}
#outer_fl .swiper-button-prev {
  left: -4%;
}
#outer_fl .swiper-button-next {
  right: -4%;
}
/* 前へ次への矢印カスタマイズ */
#outer_fl .swiper-button-prev::before,
#outer_fl .swiper-button-next::before {background:#FFF;border-radius:50%;content: "";width: 100%;aspect-ratio: 1/1;font-size: 0;position: absolute;top: 0;left: 0;border: 1px solid var(--theme-color);}

#outer_fl .swiper-button-prev::after,
#outer_fl .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  margin: auto;
  width: 57%;
  aspect-ratio: 1/1;
  font-size: 0;
  display: block;
  position: relative;
  z-index:1;
}
/* 前への矢印カスタマイズ */
#outer_fl .swiper-button-prev::after {
  background-image: url('../images/arrow_prev.svg');
  background-position: top left 35%;
}
/* 次への矢印カスタマイズ */
#outer_fl .swiper-button-next::after {
  background-image: url('../images/arrow_next.svg');
  background-position: top right 35%;
}
/* 画像サイズ調整 */
#outer_fl .swiper-slide img:not(.new-icon) {
  height: auto;
  width: 100%;
  border-radius: 1.5em;
}
#outer_fl .swiper-pagination {
  position: relative;
  margin: 1em auto 0;
}
#outer_fl .swiper-pagination-bullet {
  background: var(--theme-color);
  width: 0.65em;
  aspect-ratio: 1/1;
  height: auto;
  margin: 0 0.3em !important;
}
#outer_fl .swiper-pagination-bullet-active {
  background: var(--theme-color);
}




/* swiper */
#new_fl .swiper.family-list {max-width: 1000px;margin: 0 auto;overflow: visible;}

#new_fl .swiper.family-list .swiper-wrapper {justify-content: space-between;}

/* キッズサイズ */
#new_fl .swiper.family-list .swiper-wrapper .swiper-slide {width: 48%;}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-image {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide p {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-link {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-link a {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-link a span {
}

/* ベビーサイズ */
/* If we need pagination */
#new_fl .swiper.family-list .swiper-pagination {
	display:none;
}

/* If we need navigation buttons */
#new_fl .swiper.family-list .swiper-button-prev,
#new_fl .swiper.family-list .swiper-button-next {
	display:none;
	top: 30%;
}

#new_fl .swiper.family-list .swiper-button-prev {
}

#new_fl .swiper.family-list .swiper-button-next {
}

/*==================================

アニメーション

==================================*/
.item_fl {
  opacity: 0;
}
.fade_fl {
  opacity: 0;
}


.anime_fl {
		opacity: 0;
		transform: scale(0.5);
		transition: opacity 200ms ease, transform 300ms ease;
}
.anime_fl.on_fl {
		opacity: 1;
		transform: scale(1);
		transform-origin: center bottom;
}

@keyframes fade_fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_fl {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*==================================

SP

==================================*/
@media screen and (max-width: 768px) {
  #container_fl .pc_fl {
    display: none;
  }
  #container_fl .sp_fl {
    display: block !important;
  }
  #container_fl {
    font-size: 4vw;
  }
  /*==================================

title

==================================*/
  #title_wrap_fl {}
  #title_fl {
    height: 134vw;
    max-height: none;
  }
  #title_fl .ttl_text_fl {
    margin: 0 auto;
    width: 100%;
  }
  #title_fl .ttl_text_fl .ttl_sub {
    margin: 65% 0 0;
    width: 80%;
  }
  #title_fl .ttl_text_fl h2.ttl_main {
    width: 82%;
    left: 10%;
    top: 11%;
}
  #title_fl .ttl_text_fl h2.ttl_main img {}
  #title_fl .ttl_model_fl {}
  #title_fl .ttl_model_fl img {
    width: 100%;
}
  #title_fl .ttl_model_fl .ttl_model_main {
    left: 4%;
    width: 92%;
    z-index: 1;
    top: 4%;
  }
  #title_fl img.ttl_model_sub {
    right: -2.5%;
    top: 67.5%;
    width: 34.5%;
    z-index: 1;
    display: none;
  }
  #title_fl .ttl_model_fl img.ttl_icon {
    right: 71%;
    top: 3%;
    width: 26%;
    z-index: 1;
  }
  /*==================================

メインコンテンツ

==================================*/
  #main_wrap_fl {}
  .note_fl {
    text-align: center;
    margin: 0em auto 0;
    width: 100%;
  }
  #main_wrap_fl section {}
  #main_wrap_fl section:after {}
  #main_wrap_fl section h3 {
    /* width: 67%; */
    margin: 1.3em auto 1.2em;
    font-size: 123%;
  }
  #main_wrap_fl section h3 img {}
    
    /*==================================

固定ナビ

==================================*/
.fixed-btn {/* right: auto; */left: auto;right: 0;bottom: 6vw;width: 37vw;display: none;}
.fixed-btn a { }
.fixed-btn a img {filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));width: 100%;}


/*==================================

NEW

==================================*/
#new_fl { }
#new_fl h3 { }
#main_wrap_fl section#new_fl h3 {
	width:90%;
	margin: 1.3em auto 1.5em;
}
#new_fl h3 .new-icon {width: 36%;margin: 0 auto 0.1em;}
#new_fl h3 img { }
#new_fl .new-image {width: 90%;}
	#new_fl p {font-size: 100%;}
#new_fl .new-link {font-size: 90%;}
#new_fl .new-link a { }
#new_fl .new-link a::after { }

#new_fl .new-link a span {font-size: 100%;}
    
  /*==================================

ここが便利

==================================*/
  #benri_fl {
    max-width: none;
    margin: 3em auto 0;
  }
  .point_list {
    margin-top: 2.5em;
}
  .point_list .point_box {
    width: 93%;
  }
  .point_list .point_box .point_ttl {
    top: -6%;
    left: 0%;
    text-align: center;
  }
  .point_list .point_box .point_ttl img {
    height: 2.8em;
    width: auto;
  }
  .point_list .point_box .point_inner {
    border-radius: 150px 0 0 150px;
  }
  .point_list .point_box .point_inner .point_txt {
    width: 44%;
  }
  .point_list .point_box .point_inner .point_txt img {
    width: 100%;
  }
  .point_list .point_box .point_inner .point_image {
    margin-right: -12%;
    width: 65%;
  }
  .point_list .point_box .point_inner .point_image img {
    width: 100%;
  }
  /* 左寄せ */
  .point_list .point_box:nth-child(2n) {}
  .point_list .point_box:nth-child(2n) .point_inner {}
  .point_list .point_box:nth-child(2n) .point_ttl {
    right: 0%;
  }
  .point_list .point_box:nth-child(2n) .point_ttl img {}
  .point_list .point_box:nth-child(2n) .point_inner {
    border-radius: 0 150px 150px 0;
  }
  .point_list .point_box:nth-child(2n) .point_inner .point_txt {}
  .point_list .point_box:nth-child(2n) .point_inner .point_txt img {}
  .point_list .point_box:nth-child(2n) .point_inner .point_image {
    margin: 0 0 0 -12%;
  }
  .point_list .point_box:nth-child(2n) .point_inner .point_image img {}
  /*==================================

お声

==================================*/
  #voice_fl {
    margin: 1em 0 0;
  }
  #voice_fl .voice_list {
    width: 98%;
  }
  #voice_fl .voice_list li {}
  #voice_fl .voice_box {
    width: 93%;
  }
  /* #voice_fl .slick-center .voice_box { } */
  #voice_fl .voice_box .voice_txt {}
  #voice_fl .voice_box .voice_txt p {
    font-size: 85%;
}
  #voice_fl .voice_box .voice_txt p::before, #voice_fl .voice_box .voice_txt p::after {}
  #voice_fl .voice_box .voice_txt p::before {}
  #voice_fl .voice_box .voice_txt p::after {}
  #voice_fl .voice_box .voice_txt p .bold_fl {}
  #voice_fl .voice_box .voice_txt p .voice_name {}
  #voice_fl .voice_image {
    width: 86%;
  }
  #voice_fl .voice_image img {}
  #voice_fl .note_fl {}
    
/* 前へ次への矢印カスタマイズ */
#outer_fl .swiper-button-prev,
#outer_fl .swiper-button-next {width: 8.5vw;top: 38%;}
#outer_fl .swiper-button-prev{left: -3%;}
#outer_fl .swiper-button-next{right: -3%;}

#outer_fl .swiper-button-prev::before,
#outer_fl .swiper-button-next::before {width: 200%;top:-50%;}
#outer_fl .swiper-button-prev::before {left:auto; right:0;}
#outer_fl .swiper-button-prev::after,
#outer_fl .swiper-button-next::after {width: 69%;}
/* 前への矢印カスタマイズ */
#outer_fl .swiper-button-prev::after {background-position: top left 42%;}
/* 次への矢印カスタマイズ */
#outer_fl .swiper-button-next::after {background-position: top right 42%;}
/* 画像サイズ調整 */
#outer_fl .swiper-slide img { }
    
    
    /* swiper */
#new_fl .swiper.family-list {
    width: 97%;
    overflow: visible;
}

#new_fl .swiper.family-list .swiper-wrapper {justify-content: space-between;}

/* キッズサイズ */
#new_fl .swiper.family-list .swiper-wrapper .swiper-slide {}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-image {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide p {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-link {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-link a {
}

#new_fl .swiper.family-list .swiper-wrapper .swiper-slide .new-link a span {
}

/* ベビーサイズ */
/* If we need pagination */
#new_fl .swiper.family-list .swiper-pagination {
	display:block;
}

/* If we need navigation buttons */
#new_fl .swiper.family-list .swiper-button-prev,
#new_fl .swiper.family-list .swiper-button-next {
	display: flex;
}

#new_fl .swiper.family-list .swiper-button-prev {
}

#new_fl .swiper.family-list .swiper-button-next {
}
    
    
}