@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

figure{
  margin: 0;
}
.f_zen {
  font-family: "Zen Maru Gothic", sans-serif;
}
.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ＭＳ ゴシック', sans-serif;
  font-weight: 300;
  overflow: hidden;
  p {
    line-height: 1.8;
    color: #4A4A4A;
  }
  h1, h2, h3, th, td, .detail .all a {
    color: #4A4A4A;
  }
  *{
    box-sizing: border-box;
  }
}
[id] {
  scroll-margin-top: 100px; /* ヘッダーの高さ分に調整 */
}
.products_bg {
}
.page-pankuzu li {
  color: #32AED8;
	& a{
  color: #32AED8;
	}
}
.title_img{
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}


.intro{
  position: relative;
  background: #FFFBF6;
}
.intro_mv {
  max-width: 1256px;
	width: 100%;
  padding-bottom: 84px;
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  &::after{
    content: '';
    display: block;
    background: url("../img/mv_eff.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 190px;
    height: 185px;
    position: absolute;
    bottom: 120px;
    right: 15px;
    z-index: 1;
  }
}
.intro_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.intro_inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 45px;
  align-items: flex-start;
  position: absolute;
  top: 124px;
}
.intro_sub {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  z-index: 2;
}
.intro_caption{
  position: relative;
  z-index: 3;
}
.intro_name {
  font-size: 4rem;
  padding: 10px 0 20px;
  border-bottom: 3px dotted #CCD5AE;
}
.intro_com {
  margin-top: 30px;
  font-size: 2rem;
}
.intro_num{
  margin-top: 10px;
  font-size: 1.6rem;
}
.intro_item{
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.top {
  background: #fffbf6;
  overflow: hidden;
}
.top_inner{
	max-width: 1024px;
	width: 90%;
	margin: auto;
  position: relative;
}
.top_block{
  padding: 40px 0;
  position: relative;
  &::before{
    content: '';
    background: url("../img/eff_01.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 195px;
    height: 190px;
    position: absolute;
    right: -90px;
    bottom: 0;
  }
}
.top_flex {
  display: flex;
  margin-top: 40px;
  gap: 20px 50px;
  position: relative;
}
.top_box {
  max-width: 502px;
}
.top_color {
  font-size: 2.2rem;
  line-height: 2;
  color: #E6965F;
  font-weight: bold;
}
.top_com {
  font-size: 1.8rem;
  margin-top: 10px;
}
.top_block:last-child{
  .top_flex{
    flex-direction: row-reverse
  }
  &::before{
    right: auto;
    bottom: auto;
    top: 30px;
    left: -90px;
  }
}
.anchor{
  background: #fffbf6;
  padding: 40px 0 60px;
}
.anc_list{
	max-width: 1024px;
	width: 90%;
	margin: auto;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	gap:20px;
}
a.anc_btn{
	max-width: 328px;
	width: 100%;
	min-height: 70px;
	background: #CCD5AE;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
	position: relative;
  color: #4A4A4A;
  font-size: 1.8rem;
	&::after{
		content: '';
		display: block;
		background: url(../img/arrow_anc.svg) no-repeat center;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 10px;
	}
}

.cont_title{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  span{
    display: inline-block;
    border-bottom: 3px dotted #E8A87C;
  }
}
.cont_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.diff{
  background: #F6EDE3;
  padding: 80px 0;
  --color:#E8A87C;
}
.diff_flex {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.diff_card {
  max-width: 490px;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 24px;
  border: 2px solid var(--color);
  color: var(--color);
  &:last-child{
    --color:#808080;
  }
}
.diff_img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 431px;
  min-height: 400px;
}
.diff_cap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  min-height: 4em;
}
.diff_com {
  font-size: 1.8rem;
}

.nav_card {
  max-width: 172px;
  width: calc((100% / 3) - (28px / 3));
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: .4;
  transition: .3s;
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
}
.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: #FFF799;
  background: #E8A87C;
  border-radius: 50%;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}

.feat{
  background: #FBF8F4;
  padding: 60px 0 90px;
  overflow: hidden;
}
.feat_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  position: relative;
  &::before{
    content: '';
    background: url("../img/eff_04_r.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 219px;
    height: 213px;
    position: absolute;
    right: -95px;
    top: -10px;
    z-index: 0;
  }
  &::after{
    content: '';
    background: url("../img/eff_04_l.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 216px;
    height: 213px;
    position: absolute;
    left: -95px;
    bottom: -95px;
    z-index: 0;
  }
}
.feat_col{
  position: relative;
  z-index: 1;
}
.feat_row{
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  background: #fff;
  border: 2px solid #e8a87c;
  border-radius: 24px;
  position: relative;
}
.feat_gal_outer{
  max-width: 282px;
  width: 100%;
  /* ドット全体位置調整 */
    .slick-dots {
      bottom: -30px;
      display: flex !important;
      justify-content: center;
      gap: 12px;
    }
    /* liのサイズリセット */
    .slick-dots li {
      width: auto;
      height: auto;
      margin: 0;
    }
    /* デフォルトのアイコン消す */
    .slick-dots li button:before {
      content: none;
    }
    /* ボタンを丸に */
    .slick-dots li button {
      width: 15px;
      height: 15px;
      padding: 0;
      border-radius: 50%;
      background: #ccc; /* 通常色 */
      border: none;
      color: rgba(0,0,0,0);
      text-indent: -99999999em;
      cursor: pointer;
    }
    /* アクティブ */
    .slick-dots li.slick-active button {
      background: #d89a6b; /* 画像のオレンジ系 */
    }
}
.feat_box {
  max-width: 607px;
}
.feat_num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  width: 84px;
  height: 84px;
  position: absolute;
  border-radius: 50%;
  background: #E8A87C;
  color: #fff;
  top: -40px;
  line-height: 1;
  padding-left: 2px;
  padding-bottom: 5px;
  font-weight: bold;
}
.feat_name {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0 20px;
  border-bottom: 3px dotted #C0C0C0;
}
.feat_com{
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 2;
}


.data {
  padding: 60px 0;
}
.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: 1024px;
  width: 90%;
  margin: auto;
}
.data_table {
  border-collapse: separate;
  margin-top: 20px;
  border-spacing: 5px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.8rem;
  & th{
    height: auto;
    text-align: center;
    padding: 15px 0 5px 0;
    border-bottom: 2px solid #E8A87C;
    box-sizing: border-box;
    width: 30%;
  }
  & td{
    height: auto;
    text-align: left;
    padding: 15px 20px 5px;
    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%;
  margin-top: 60px;
}
a.btn_more{
	max-width: 194px;
	width: 100%;
	min-height: 40px;
	background: #E8A87C;
  color: #fff;
	border-radius: 50px;
	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;
}

.set{
  padding: 60px 0;
}
.set_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  font-size: 1.8rem;
}
.set_flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.set_img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.list{
  padding: 60px 0 90px;
}
.list_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
} 
.list_sc{
  width: 100%;
  margin: 40px auto 0;
  overflow: auto;
}
.list_table {
  width: 100%;
  min-width: 890px;
  font-size: 1.8rem;
  & thead th{
    text-align: center;
    background: #E8A87C;
    color: #fff;
    padding: 15px 0;
    vertical-align: middle;
  }
  & tbody th{
    height: auto;
    text-align: center;
    padding: 15px 0;
    border-bottom: 2px solid #E8A87C;
    border-right: 20px solid #fff;
    box-sizing: border-box;
    vertical-align: middle;
    min-width: 100px;
  }
  & td{
    height: auto;
    text-align: left;
    padding: 15px 20px;
    border: none;
    border-bottom: 2px solid #AEAEAE;
    box-sizing: border-box;
    vertical-align: middle;
    min-width: 100px;
    &.center{text-align: center;}
    &.bg-mark {background: rgba(232, 168, 124, 0.25);}
  }
}
.indent_com {
  text-indent: -2.2em;
  padding-left: 2.2em;
}

.faq {
  padding: 60px 0 0;
  & .cont_title{
    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: #EFEFEF;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 25px 25px 0 0;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  &::after{
    content: '';
    display: block;
    background: url("../img/arrow.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.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: 15px 20px;
  background: #F4F0EC;
  border-radius: 0 0 25px 25px;
  display: flex;
  gap: 20px;
  margin-top: 5px;
  font-size: 1.8rem;
  .faq_icon{
    background: #E8A87C;
    color: #fff;
  }
}
.faq_flex {
  display: flex;
  gap: 20px;
}
.faq_col {
  max-width: 330px;
}
.faq_icon {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #CCD5AE;
}
.fix_btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.pdf{
	max-width: 676px;
	background-color: #E8A87C;
	margin: auto;
	position: relative;
}
.pdf_inner{
	max-width: 560px;
	margin: auto;
	justify-content: space-between;
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.download{
	color: #fff;
	font-size: 30px;
	padding-bottom: 20px;
}
.pdf_detail{
	background-color: #FFFFFF;
	color:#E8A87C;
	width: 328px;
}
.mb_20{
  margin-bottom: 20px;
}
/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
main{
	padding-top: 50px;
	padding-bottom: 50px;
} 
.intro_mv{
  padding-bottom: 0;
}
.intro_img {
  display: none;
}
.intro_inner {
  position: relative;
  top: auto;
  flex-direction: column;
  gap: 0;
  padding-top: 45px;
  width: 100%;
}
.intro_item {
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  img{
    width: 100%;
  }
}
.intro_caption {
  width: 90%;
  margin: 0 auto -25vw;
}
.intro_name {
  font-size: min(4rem, 7vw);
}
.intro_mv {
  &::after {
    max-width: 33%;
    bottom: auto;
    right: 0;
  }
}
.cont_title {
  font-size: min(3rem, 6vw);
  position: relative;
  z-index: 1;
}
  
.anc_list {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
a.anc_btn{
    width: calc(50% - 5px);
    justify-content: center;
  text-align: center;
    padding-left: 15px;
    box-sizing: border-box;
  min-height: 50px;
    font-size: min(1.6rem, 4vw);
  padding: 0;
  &:nth-child(1){
    width: 100%;
  }
  &:nth-child(2){
    width: 100%;
  }
}
.top_flex {
  flex-direction: column;
  align-items: center;
}
.top_title {
  font-size: min(3.6rem, 8vw);
}
.top_com{
  font-size: min(2rem, 5vw);
  text-align: left;
}
.top_block:last-child {
  .top_flex {
    flex-direction: column;
  }
  }

.diff{
  padding: 40px 0;
}
.diff_flex {
  flex-direction: column;
  gap: 20px;
}
.diff_img {
  min-width: 0;
  min-height: 0;
}
.diff_card {
  padding: 20px 5%;
}
.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_catch {
  font-size: min(2.4rem, 4.3vw);
}
.feat_com {
  font-size: min(1.8rem, 4vw);
}

.feat_row {
  padding: 40px 5%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.feat_num {
  width: 45px;
  height: 45px;
  top: 9px;
  font-size: 3rem;
}
.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 {
    padding-top: 30px;
  flex-direction: column;
  align-items: center;
}
.poi_box {
  border-radius: 25px;
  padding: 0px 40px 80px;
  min-height: 0;
  width: 100%;
  gap:5px;
  flex-direction: column;
  align-items: center;
    font-size: min(1.6rem, 4vw);
}
.poi_com {
  min-height: 10em;
}
.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, 2.8vw);
  margin-top: 5px;
}
.nub_num {
  border:none;
}
.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{
    text-align: left;
  display: block;
  width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid #E8A87C;
  }
  & td{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  display: block;
  width: 100%;
  }
}
.set{
  padding-bottom: 0;
}
.set_flex {
  gap: 20px 10px;
}
.set_card{
  width: calc(50% - 5px);
  min-width: 0;
}
.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;
}
.faq_icon {
  min-width: 40px;
  height: 40px;
}
.pdf {
    margin-top: 0px; 
}
.pdf_inner {
    flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
  max-width: 100%;
  display: block;
}
.download{
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.pdf_detail{
}
.mb_20{
  margin-top: 20px;
}
}
@media screen and ( max-width: 360px ){




}