@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');
.f_madi {
  font-family: "Ms Madi", cursive;
}
.f_pale{
	color: #2f2d2f;
}
.mt_10{
  margin-top: 10px;
}
.mt_20{
  margin-top: 20px;
}
.mt_30{
  margin-top: 30px;
}
.mt_40{
  margin-top: 40px;
}
.mt_50{
  margin-top: 50px;
}
main{
	padding-bottom: 100px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ＭＳ ゴシック', sans-serif;
  overflow: hidden;
  & p{
    line-height: 1.8;
  }
}
[id] {
  scroll-margin-top: 100px; /* ヘッダーの高さ分に調整 */
}
.products_bg {
  background: #F7F2E9;
}
.page-pankuzu li {
  color: #FF6482;
	& a{
  color: #FF6482;
	}
}
.title_img{
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}


.intro{
	background: #F7F2E9;
	padding-bottom: 20px;
}
.intro_mv {
  max-width: 1256px;
  width: 95%;
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}
.intro_img {
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_caption {
  position: absolute;
  bottom: 15px;
  left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.anchor{
	background: #F7F2E9;
}
.anc_list{
	max-width: 1024px;
	width: 90%;
	margin: auto;
	display: flex;
	gap:20px;
}
.anc_btn{
	max-width: 241px;
	width: 100%;
	min-height: 40px;
	background: #F8B8B4;
	border-radius: 50px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	&::after{
		content: '';
		display: block;
		background: url(../img/arrow_anc.svg) no-repeat center;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 10px;
	}
}
.top {
  background: #F7F2E9;
  padding: 40px 0 0;
}
.top_inner{
	max-width: 1024px;
	width: 90%;
	margin: auto;
}
.top_flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.top_card{
	max-width: 328px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_com{
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
  min-height: 174px;
	width: 100%;
  background: url(../img/fukidashi_01.png) no-repeat center;
  background-size: contain;
  font-weight: bold;
  box-sizing: border-box;
}
.top_icon{
	margin-top: -5px;
}
.top_pro{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/bg_01.png) no-repeat center top;
	background-size: 100% auto;
	padding-top: 80px;
	margin-top: -55px;
}
.pro_pic {
  margin-bottom: -40px;
}

.feat{
  padding: 60px 0;
  background: #E8F1F6;
}
.feat_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.feat_box {
  margin-top: 40px;
}
.feat_head {
  display: flex;
  align-items: flex-end;
  height: 70px;
  padding: 0 60px;
  background: #fff;
  border-radius: 50px 50px 0 0;
  gap: 10px;
  max-width: 763px;
  width: 90%;
  box-sizing: border-box;
}
.feat_num {
  font-size: 12.8rem;
  line-height: 0.6;
  font-weight: normal;
  & .pink{
    color: #F4B3B3;
  }
  & .blue{
    color: #B3D6EA;
  }
}
.feat_title{
  font-size: 2.4rem;
  font-weight: bold;
}
.feat_sub{
  font-size:2rem;
}
.feat_body {
  background: #fff;
  border-radius: 0 50px 50px 50px;
  padding: 40px;
}
.feat_flex {
  display: flex;
  gap: 20px;
}
.feat_block {
  max-width: 645px;
}
.feat_bot {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.feat_card{
  max-width: 328px;
  & .feat_head{
    height: 50px;
    padding: 0 30px;
    width: 70%;
  }
  & .feat_num{
    font-size: 9.6rem;
  }
}
.quality {
  padding: 60px 0;
}
.qua_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.qua_flex {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.qua_card {
  max-width: 328px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.qua_thumb {
  display: flex;
  width: 100%;
  min-height: 210px;
  align-items: center;
  justify-content: center;
}
.qua_plate{
  display: flex;
  align-items: flex-start;
  &::before{
    content: '';
    display: block;
    background: url("../img/check.svg")no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    min-width: 34px;
    min-height: 32px;
  }
  & > p{
    margin-top: 10px;
  }
}
.qua_video {
  text-align: center;
  margin: 30px auto 0;
}

.point{
  background: #F7F2E9;
  padding: 20px 0;
}
.poi_outer {
  max-width: 1190px;
  width: 97.5%;
  margin: auto;
  background: #fff;
  border-radius: 50px;
  padding: 30px 0;
}
.poin_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.poi_slide {
  margin-top: 30px;
}
.poi_flex {
  width: 100%;
  display: flex;
  padding-top: 70px;
  position: relative;
}
.poi_img {
  position: absolute;
  top: 0;
  right: 0;
}
.poi_box {
  background: #F7F2E9;
  padding: 80px 80px 0 60px;
  min-height: 342px;
  max-width: 589px;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
}
.poi_num {
  position: absolute;
  font-size: 12.8rem;
  top: -110px;
  color: #F4B3B3;
}
.poi_head {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2F2D2F;
}
.poi_com {
  margin-top: 20px;
}
.slick-prev,
.slick-next {
  width: 70px;              /* 矢印ボタンのサイズ */
  height: 70px;
  z-index: 1;             /* スライダーより前面に */
  background-size: contain; /* 画像を枠にフィット */
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  cursor: pointer;
  color: rgba(0,0,0,0);
  position: absolute;
  top:calc(50% - 35px);
}
.slick-prev:before,
.slick-next:before {
  content: none;
}
.slick-prev {
  left: -35px; /* スライダーからの位置調整 */
  background: url("../img/arrow_prev.png");
}
.slick-next {
  right: -35px; /* スライダーからの位置調整 */
  background: url("../img/arrow_next.png");
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}
.poi_nav {
  display: flex;
  gap: 30px;
  margin: 15px auto 0;
}
.nav_card {
  max-width: 110px;
  width: calc((100% / 3) - (28px / 3));
}
.nav_card {
  max-width: 110px;
  width: calc((100% / 3) - (28px / 3));
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: .4;
  transition: .3s;
}
.nav_card.current,
.nav_card:hover{
  opacity: 1;
}
.nub_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  font-size: 2.4rem;
  color: #F8B8B4;
  background: #fff;
  border: 2px solid;
  border-radius: 50%;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
.data {
  background: #E2E5EF;
}
.data_top {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  min-height: 620px;
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
  box-sizing: border-box;
  background: url("../img/bg_05.png") no-repeat left top;
  -webkit-background-size: auto 100%;
  background-size: auto 100% ;
}
.data_top_box {
  max-width: 620px;
  height: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/bg_05_in.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.data_inner {
  max-width: 676px;
  width: 90%;
  margin: auto;
}
.data_table {
  border-collapse: separate;
  margin-top: 20px;
  border-spacing: 5px;
  width: 100%;
  margin-bottom: 40px;
  & th{
    height: auto;
    font-weight: bold;
    color: #F18282;
    padding: 15px 0 5px 0;
    border-bottom: 2px solid #F18282;
    box-sizing: border-box;
    width: 30%;
  }
  & td{
    height: auto;
    text-align: left;
    padding: 15px 0 5px 0;
    border: none;
    border-bottom: 2px solid #AEAEAE;
    box-sizing: border-box;
    width: 70%;
  }
}
.btn_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.btn_more{
	max-width: 241px;
	width: 100%;
	min-height: 40px;
	background: #F18282;
	border-radius: 50px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	&::after{
		content: '';
		display: block;
		background: url("../img/arrow_btn.svg") no-repeat center;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 10px;
	}
  & > span{
    color: #fff;
  }
}
.data_bot {
  margin-top: 60px;
  padding-top: 90px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
  background: url("../img/bg_07.png") no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  /*非表示*/
  height: 0!important;
  overflow: hidden!important;
  pointer-events: none!important;
  margin-top: 0!important;
  opacity: 0!important;
}
.data_bot_box {
  max-width: 505px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.data_bot_img {
  margin: -120px 0 0;
}
.faq {
  padding: 60px 0 0;
  & .title_img{
    margin-bottom: 30px;
  }
}
.faq_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.faq_det {
  width: 100%;
  margin: 15px auto 0;
}
.faq_sum {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 58px;
  background: #cbe0ec;
  padding: 5px 30px;
  box-sizing: border-box;
  border-radius: 25px 25px 0 0;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  &::after{
    content: '';
    display: block;
    background: url("../img/arrow_sum.svg")no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    right: 15px;
    transform: rotate(180deg);
  }
  &::after{
    content: '';
    display: block;
    background: url("../img/arrow_sum.svg")no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    right: 15px;
    transform: rotate(0deg);
  }
}
details[open] .faq_sum{
  &::after{
    transform: rotate(180deg);
  }
}
.faq_cont {
  padding: 20px 30px;
  background: #E8F1F6;
  border-radius: 0 0 25px 25px;
  display: flex;
  gap: 20px;
}
.faq_flex {
  display: flex;
  gap: 20px;
}
.faq_col {
  max-width: 330px;
}
.faq_icon {
  font-size: 2rem;
  font-weight: bold;
  color: #4490BD;
  line-height: 1.5;
}
.fix_btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
}
/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
main{
	padding-top: 50px;
	padding-bottom: 50px;
} 
.intro_caption {
    position: static;
    flex-flow: row;
		margin-top: 10px;
		align-items: center;
}
.intro_bnr {
  max-width: 25vw;
}
.anc_list {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.anc_btn{
    width: calc(50% - 5px);
    justify-content: flex-start;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: min(1.6rem, 3.5vw);
}
.top_flex {
  flex-direction: column;
  align-items: center;
}
.top_pro {
  background: url("../img/bg_01_sp.png") no-repeat center top;
  background-size: 100% 100%;
}
.top_icon {
  max-width: 35vw;
}
.feat_inner .title_img {
  width: 65vw;
  margin: auto;
}
.feat_head {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 5%;
  height: auto;
    width: 80%;
  border-radius: 25px 25px 0 0;
}
.feat_num {
  font-size: min(7.2rem, 20vw);
  margin-top: -30px;
}
.feat_body {
  padding: 20px 5%;
  border-radius: 0 25px 25px 25px;
}
.feat_flex {
  flex-direction: column;
  align-items: center;
}
  
.faq_flex {
  flex-direction: column;
  align-items: center;
}
.faq_sum {
  padding-right: 40px;
  padding-left: 5%;
  &::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.faq_cont {
  padding: 20px 5%;
}
.feat_bot {
  flex-direction: column;
  align-items: center;
  gap:40px;
}
.feat_card {
  width: 100%;
  max-width: 100%;
  & .feat_head{
    width: 80%;
    padding: 0 5%;
  }
  & .feat_num {
    font-size: min(7.2rem, 20vw);
    margin-top: -30px;
  }
  & .feat_title{
    margin-top: -50px;
  }
  & .mt_30 {
    margin-top: 10px;
  }
}
.qua_flex {
  flex-direction: column;
  align-items: center;
  gap:30px;
}
.qua_thumb {
  min-height: 0;
}
.poi_img {
  width: 90%;
  position: relative;
  margin-top: -70px;
}
.poi_slide {
  margin-top: 10px;
}
.poi_flex {
  flex-direction: column;
  align-items: center;
    padding-top: 30px;
}
.poi_box {
  border-radius: 25px;
  padding: 50px 40px 80px;
  min-height: 0;
}
.poi_num {
  font-size: 9.6rem;
  top: -80px;
}
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background-size: contain;
}
.slick-prev {
  left: -5%;
}
.slick-next {
  right: -5%;
}
.poi_nav {
  flex-wrap: wrap;
  gap: 010px 14px;
}
.nav_com {
  font-size: min(1.4rem, 3.1vw);
  margin-top: 5px;
}
.nub_num {
  border: 1px solid;
}
.data_top {
  width: 100%;
  background: url("../img/bg_05_sp.png") no-repeat center top;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 0;
}
.data_top_box {
  min-width: 0;
  min-height: 0;
  height: auto;
  background-size: contain;
  margin-top: 250px;
}
.data_table {
  display: block;
  width: 100%;
  & tbody{
  display: block;
  width: 100%;
  }
  & tr{
  display: block;
  width: 100%;
  }
  & th{
  display: block;
  width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid;
  }
  & td{
    padding-bottom: 10px;
  display: block;
  width: 100%;
  }
}
.data_bot {
  flex-direction: column-reverse;
  align-items: center;
  background: url("../img/bg_07_sp.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 100px;
}
.data_bot_box {
  max-width: 285px;
}
.data_bot_img {
  max-width: 159px;
  width: 50vw;
  margin: -150px -40px -110px 0;
  z-index: 1;
}
.faq .title_img{
  max-width: 60vw;
  margin: 0 auto 30px;
}
.fix_btn {
  max-width: 100px;
  bottom: 35px;
}
}
@media screen and ( max-width: 360px ){




}