@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1100px) {

	html{
	font-size: calc(100vw * 10 / 1100);
	}
}


@media screen and (max-width: 768px) {
	html {
		font-size: calc(100vw * 10 / 450);
	}
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

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

	a:hover {
		opacity: .6;
		cursor: pointer;
	}
}

.en{
	font-family: "Cardo", serif;
	font-weight: 400;
}


/* ------------------------------
    base
------------------------------ */

body {
	color: #000;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
}

main {
	display: block;
	min-height:calc(100vh - 57rem);
}
.wrap {
	width: 100rem;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.6rem;
	line-height: 1.8;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.bold, strong {
	font-weight: bold;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.preload *, .preload *::before, .preload *::after {
	transition: none !important;
}

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

	.fade {
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: .6;
		cursor: pointer;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

}

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

	body {
		min-width: inherit;
	}
	input,textarea,select,.select {
		font-size: max(1.6rem,16px)!important;
	}
	.wrap {
		width: 100%;
	}

}



/* ------------------------------
    main
------------------------------ */

.flex {
	display: flex;
	align-items: center;
}
img {
	width: 100%;
}

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

	.flex {
		display: block;
	}
}



.buy1{
	background: url("../img/buy1_back.png") center top / cover no-repeat;
}
@media screen and (max-width : 768px) {
	.buy1{
		background: url("../img/buy1_back_sp.png") center top / cover no-repeat;
	}
}

.buy2{
	background: url("../img/buy2_back.png") center top / cover no-repeat;
}
@media screen and (max-width : 768px) {
	.buy2{
		background: url("../img/buy2_back_sp.png") center top / cover no-repeat;
	}
}

#sec_fv {
	background: url("../img/fv_back.png") no-repeat center top;
	background-size: cover;
	height: 90rem;
}

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

	#sec_fv {
		background-image: url("../img/fv_back_sp.png");
		height: auto;
	}

}
.item_img{
	position: relative;
}
@media screen and (max-width : 768px) {

	.item_img{
		margin-top: 0;
	}
}
.item_btn{
	position: absolute;
	left: 1rem;
	bottom: 9rem;
}
@media screen and (max-width : 768px) {

	.item_btn{
		left: 50%;
		transform: translateX(-50%);
		bottom: 3rem;
	}
}

.item_btn img{
	max-width: 48rem;
	width: auto;
}

@media screen and (max-width : 768px) {
	.item_btn img{
		max-width: 40rem;
	}
}


#sec_intro .content01{
	background: url("../img/intro01_back.png") center top / cover no-repeat;
}

#sec_intro .content02,#sec_intro .content04{
	background: #FCFAF0;
}

#sec_intro .content03{
	background: url("../img/intro03_back.png") center top / cover no-repeat;
}
#sec_intro .content04{
	padding: 3rem 0;
}
#sec_intro .content05{
	background: url("../img/intro05_back.png") center top / cover no-repeat;
}
@media screen and (max-width : 768px) {
	#sec_intro .content01{
		background: url("../img/intro01_back_sp.png") center top / cover no-repeat;
	}

	#sec_intro .content03{
		background: url("../img/intro03_back_sp.png") center top / cover no-repeat;
	}
	#sec_intro .content04{
		padding: 1rem 0;
	}
	#sec_intro .content05{
		background: url("../img/intro05_back_sp.png") center top / cover no-repeat;
	}
}


#sec_merit{
	background: #FCFAF0;
	padding-bottom: 100px;
}
#sec_merit .content01 .bg{
	background: url("../img/merit_back02.png") center top / cover no-repeat;
}
#sec_merit .content02,#sec_merit .content03,#sec_merit .content04{
	margin-top: 3rem;
}
@media screen and (max-width : 768px) {
	#sec_merit{
		padding-bottom: 0;
	}
	#sec_merit .content02,#sec_merit .content03,#sec_merit .content04{
		margin-top: 0;
	}
	#sec_merit .content01 .bg{
		margin-top: 2rem;
		background-image: url("../img/merit_back02_sp.png");
	}
}





#sec_howto{
	background: #F3F2EB;
}
@media screen and (max-width : 768px) {
	#sec_howto{
		padding: 1rem 0;
	}
}

#sec_voice{
	background: url("../img/voice_head.png") center top / auto 360px no-repeat #FCFAF0;
}
@media screen and (max-width : 768px) {
	#sec_voice{
		background-image: url("../img/voice_head_sp.png");
		background-size: 100% auto;
	}
}


#sec_qa {
	background: #FFF;
	padding: 12.2rem 0 11.1rem;
}
#sec_qa .wrap{
	width: 800px;
	margin: 0 auto;
}
#sec_qa .ttl{
	font-size: 4.2rem;
	color: #C3695A;
	text-align: center;
}
#sec_qa .question {
	font-size: 2.4rem;
	color: #534741;
	line-height: 1;
	margin-top: 4.3rem;
	padding: 1.3rem 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: center;
	font-family: "Noto Sans JP",sans-serif;
}

#sec_qa .question span{
	font-size: 4.2rem;
	color: #C3695A;
	padding-right: 2.7rem;
}
@media screen and (max-width : 768px) {
	#sec_qa .wrap{
		width: 100%;
	}
	#sec_qa .question span{
		font-size: 2.4rem;
		padding-right: 1rem;
	}

}


#sec_qa .answer{
	font-size: 1.8rem;
	color: #534741;
	margin-top: 2.7rem;
	font-family: "Noto Sans JP",sans-serif;
}
#sec_qa .answer span{
	font-weight: bold;
	color: #C3695A;
}
@media screen and (max-width : 768px) {

	#sec_qa {
		padding: 5.3rem 0 6.7rem;
	}
	#sec_qa .wrap{
		padding: 0 3.0rem;
	}
	#sec_qa .question{
		font-size: 2.0rem;
		line-height: calc(24 / 20);
		margin-top: 3.7rem;
	}
	#sec_qa .answer{
		font-size: 1.6rem;
		margin-top: 2.4rem;
	}
	#sec_qa .answer span{
		font-size: 1.4rem;
	}

}


#sec_item-detail{
	padding: 10.0rem 0 10.8rem;
}

#sec_item-detail .wrap{
	padding: 0 2.0rem;
}

#sec_item-detail .ttl_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.0rem 0 0;
}
#sec_item-detail .ttl_box img{
	width: 30px;
}

#sec_item-detail .ttl {
	color: #998675;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.6rem;
	line-height: 1.4;
	letter-spacing: .2em;
	margin-bottom: .5em;
}
#sec_item-detail .grid {
	display: grid;
	grid-template-columns: 20% 80%;
	gap: 10px 0;
	padding-top: 1rem;
}
#sec_item-detail .grid dt,
#sec_item-detail .grid dd {
	padding: .5em 1em;
	font-size: 1.8rem;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
}
#sec_item-detail .grid dt {
	background: #998675;
	color: #fff;
	letter-spacing: .1em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
#sec_item-detail .grid dd {
	background: #F0F0F0;
	color: #3E3A39;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#sec_item-detail .grid dt span{
	font-size: 1.6rem;
}
#sec_item-detail .grid .list p{
	text-indent: -1em;
    padding-left: 1em;
	font-size: 1.8rem;
	font-family: "Noto Sans JP",sans-serif;

}


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

	#sec_item-detail {
		padding: 4.0rem 0 6.0rem;
	}
	#sec_item-detail .ttl_box{
	align-items: normal;
	}
	#sec_item-detail .ttl {
		font-size: 2.4rem;
		margin-bottom: 2.6rem;
	}
	#sec_item-detail .grid {
		grid-template-columns: 20% 80%;
		gap: 5px 0;
	}
	#sec_item-detail .grid dd {
		padding: .3em 1em;
		line-height: 1.6;
		font-size: 1.6rem;
	}
	#sec_item-detail .grid dt {
		font-size: 1.4rem;
		letter-spacing: 0;
		display: flex;
    	flex-flow: column;
		padding: .3em .2em;
		line-height: 1.4;
	}
	#sec_item-detail .grid dt span {
		font-size: 1.0rem;
		width: max-content;
	}
	#sec_item-detail .grid .list p{
		line-height: 1.6;
		font-size: 1.6rem;
	}
}

.acd-btn{
	cursor:pointer
}

.acd-btn img {
	transition: transform 0.3s ease;
	display: inline-block;
	transform: rotate(0deg);
  }
  .acd-open {
	display: grid!important;
  }
  .acd-btn.acd-open img {
	transform: rotate(180deg);
  }

  #sec_item-detail .acd-item {
	display: none; /* 初期状態で非表示 */
  }




.fixed_btn{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 80;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
	background: rgba(233,233,233,0.8);
	height: 100px;
	width: 100%;
	padding: 6rem 0;
}

.fixed_btn a{
	max-width: 36.0rem;
	width: 100%;

}

#footer {
	background: #E4E1D7;
	color: #3E3A39;
	padding: 3.2rem 0 3.8rem;
}
#footer .flex {
	align-items: end;
	justify-content: space-between;
}
#footer .flex .right {
	margin-left: 3rem;
}
#footer .flex .right ul{
	display: flex;
	gap: 3.0rem;
	font-size: 1.4rem;
	color: #707070;
}

#footer .flex .right a{
	color: #707070;
	font-size: 1.4rem;
	font-family: "Noto Sans JP",sans-serif;
}

#footer .flex .left a{
	display: block;
	width: 200px;
}

#footer .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	text-align: right;
	margin-top: 3rem;
	color: #707070;
}


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

	#footer {
		padding: 2.0rem 0 14rem;
	}
	#footer .flex {
		display: block;
		text-align: center;
	}
	#footer .flex .logo img {
		width: 15.0rem;
	}
	#footer .flex .right {
		border: none;
		margin: 3rem 0 0;
	}
	#footer .flex .right ul{
		justify-content: center;
	}
	#footer .flex .right a{
		font-size: 1.6rem;
	}
	#footer .flex .left a{
		width: 15rem;
		margin: 0 auto;
	}
	#footer .flex .txt {
		font-size: 1.6rem;
	}
	#footer .flex .txt .small {
		font-size: 1.4rem;
	}
	#footer .flex .txt .big {
		font-size: 1.8rem;
		display: inline-block;
		margin: .3em 0;
	}
	#footer .copy {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 2rem;
	}

}


/* ------------------------------
    responsive
------------------------------ */

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

	.sp {
		display:none!important;
	}

}

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

	.pc {
		display:none!important;
	}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
