@charset "UTF-8";
*{
	box-sizing: border-box;
}

html {
  font-size: 100px;
}

.pc_none{
	display: none;
}

@media screen and (max-width: 640px) {
	html {
	  font-size: 75px;
	}
}


body {
	/*　基本のフォントサイズは.16rem */
	font-size: 0.16rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #111111;
  }
  
  a {
	transition: 0.2s;
  }
  
  a:hover {
	opacity: 0.25;
	text-decoration: none;
  }
  
  p,
  li {
	font-size: 0.16rem;
	margin: 0;
  }
  
  img {
	max-width: 100%;
	height: auto;
  }
header{
	background-size: contain;
	margin-bottom: 100px;
}

header .kv{
	text-align: center;
	width: 100%;
	margin: auto;
}

.btn_wrap{
	width: 800px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.btn_wrap .btn_olv{
	width: 360px;
	font-size: 0.19rem;
	font-weight: bold;
	text-align: center;
	background: #7b3427;
	line-height: 1.0;
	border-radius: 30px;
	position: relative;
	height: 60px;
}

.btn_wrap .btn_olv a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	flex-direction: column;
}

.btn_wrap .btn_olv a span{
	font-size: 0.7em;
	margin-bottom: 5px;
}

.btn_arrow{
	position: absolute;
	right: 22px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.merchandise{
	background: url(../../img/bk01.png);
	background-size: cover;
	padding: 50px 0 50px;
	max-width: 100%;
}

.merchandise .box{
	width: 1110px;
	margin: auto;
	max-width: 100%;
}

.gift small{
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
}



h3.tit{
	width: 550px;
	margin: 0 auto 50px;
	font-size: 1.0em;
}


.oubo{
	padding: 50px 0 50px;
}

.oubo .inner{
	width: 1196px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.oubo .inner .step{
	width: 300px;
}

.oubo .inner .step01{
	position: relative;
}

.oubo .inner .arrow{
	width: 50px;
	margin-top: 370px;
}

.oubo .inner .step_tit{
	width: 100%;
	margin: 0 auto 35px;
	display: block;
}

.oubo .text{
	margin-bottom: 25px;
	height: 113px;
}

.oubo p{
	text-align: center;
	font-size: 0.175rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.oubo .small_text_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.oubo small{
	font-size: 0.13rem;
	text-align: left;
	word-break: keep-all;
}

.oubo .pudding_img{
text-align: center;
}

@media screen and (min-width: 1025px){
.oubo .pudding_img01{width: 300px;}
}

.oubo .pudding_img .box{

margin-bottom: 15px;
}

.oubo .step02_receipt{
	width: 275px;
}

.oubo .step03_hit{
	width: 200px;
}


.photograph{
	background: #f2f9fd;
	padding: 50px 0;
}

.photograph .inner{
	width: 1200px;
	margin: auto;
}

.photograph p{
	font-size: 0.17rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;	
}

.photograph .box01{
	border-radius: 25px;
	border: 1px solid #026DBB;
	padding: 40px 0 35px;
	text-align: center;
	margin-bottom: 30px;
	width: 460px;
	float: left;
	margin-right: 25px;
}

.photograph .box01 img{
	width: 365px;
}

.photograph .box02{
	border-radius: 25px;
	border: 1px solid #026DBB;
	padding: 40px 0 35px;
	text-align: center;
	margin-bottom: 30px;
	width: 715px;
	float: left;
}

.photograph .box02 img.receipt02{
	width: 560px;
	margin-bottom: 25px;
}

.photograph .receipt_box{

}

.photograph .receipt_box::after{
	content: "";
	display: block;
	clear: both;
}

.photograph .receipt01{

}

.photograph .receipt02{
}

.photograph .text_box{
 display: flex;
 justify-content: center;
}

.photograph .box02 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.photograph .box02 ul li{
	font-size: 0.20rem;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: left;
}

.photograph .box02 ul li i{
	width: 30px;
	margin-right: 12px;
	display: inline-block;
}

.photograph .box02 ul li span{
	color: #0057a8;
}

.photograph .list{
	margin-top: 50px;
}

.photograph .list p{
	font-size: 0.21rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

.photograph .list .receipt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 800px;
	margin: auto;
}

.photograph .list .receipt figure{
	width: 220px;
	margin-bottom: 50px;
	margin-right: 70px;
}


.photograph .list .receipt figure:nth-child(3n){
	margin-right: 0;
}

.photograph .list .receipt figure:nth-child(n + 7) {
	margin-bottom: 0;
}

.photograph .list .receipt figcaption{
	margin-top: 20px;
	font-size: 0.17rem;
	font-weight: bold;
	text-align: center;
}

.requir{
	padding: 50px 0;
}

.requir .box::-webkit-scrollbar {
	height: 100px;
	width: 12px;
  }

  .requir .box::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  background: #a39b4b;
}

.requir .box::-webkit-scrollbar-track {
	background:#e6e6e6;
  }

.requir .inner{
	width: 1000px;
	margin: auto;
	border: 1px solid #a39b4b;
	border-radius: 10px;
	padding: 30px;
}

.requir .box{
	height: 500px;
	overflow-y: scroll;
}

.requir .box .tit{
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1;
	color: #a39b4b;
	background: #fdfaf0;
	padding: 15px;
	margin: 0 30px 15px 0;
}

.requir ul{
	list-style: none;
	padding: 0;
	margin: 0 30px 30px 0;
}

.requir ul li{
	font-size: 0.16rem;
	margin: 0 0 10px 0;
}

.qa{
	background: #fef9e7;
	padding: 50px 0;
}

.accordion{
	width: 1000px;
	margin: auto;
}

.accordion a{
	text-decoration: underline;
	font-weight: 600;
	color:#000;
}

 .accordion_row {
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	}
   
  .accordion_row:last-child {
	margin-bottom: 0;
  }
   
  .accordion_header {
	padding: 10px 45px 10px 25px;
	background: #fff;
	cursor: pointer;
	position: relative;
	}
   
  .accordion_barBox {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	right: 1.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }
   
  .accordion_bar {
	display: block;
	width: 0.8em;
	height: 2px;
	background: #444;
  }
   
  .accordion_bar{
	width: 15px;
	height: 15px;
	background: url(../../img/question_open.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
  }

  
  .accordion_bar_ac{
	width: 15px;
	height: 15px;
	background: url(../../img/question_close.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.accordion_row.-active .accordion_bar{
	display: none;
}

.accordion_row.-active .accordion_bar_ac{
	display: block;
}

  .accordion_content {
	display: none;
	width: 100%;
	height: 0;
	background: #fff;
	transition: 0.3s linear;
	}
   
  .accordion_content-inner {
	padding: 0 30px 30px;
	}
   
  .accordion_content-bg {
	padding: 30px 70px;
	background: #f3f9ff;
	border-radius: 10px;
	}
   
  .accordion_header p,
  .accordion_content p {
	margin: 0;
	font-size: 0.17rem;
	}
.accordion_header p span{
	
align-self: center;
}
  /* アコーディオンが開いている時 */
  .accordion_row.-active .accordion_bar:nth-of-type(2) {
	opacity: 0;
  }

  .accordion i{
	width: 45px;
	display: inline-block;
	margin-right: 30px;
	position: relative;
	top: 0;
	}
  .accordion_header p{
  	color: #12a0bd;
  	font-size: 0.22rem;
  	font-weight: 600;
  	display: flex;
  	align-items: flex-start;
}
   

footer{
	padding: 0.45rem 0 0.5rem;
}

footer .privacy{
	color: #808080;
	font-size: 0.16rem;
	text-align: center;
	margin: 0 0 0.5rem 0;
}

footer .privacy a,footer .contact a{
	color: #808080;
}

footer .contact{
	color: #808080;
	font-size: 0.16rem;
	text-align: center;
	margin: 0 0 0.3rem 0;
}

footer .company_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0.5rem 0;
}

footer .company_box{
	font-size: 0.18rem;
	color: #808080;
	text-align: center;
	border-right:3px solid #503c00;
	padding: 0.05rem 0.17rem 0.05rem 0;
	margin: 0.08rem 0 0 0;
}

footer .tel_box{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0.02rem 0.24rem;
}

footer .tel{
	font-size: 0.4rem;
	color: #808080;
	line-height: 1.2;
}

footer .tel .en{
	font-size: 0.3rem;
}

footer .ruby{
	ruby-align:distribute-letter;
}

.ruby01{ruby-align: distribute-letter;}

.ruby01 rt{
	text-align:justify;
	text-align-last:justify;
	font-size: 0.12rem;
}

footer [data-ruby] {
    position: relative;
}
footer [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.12rem;
	color: #503c00;
}

.tel_box .time{
	font-size: 0.15rem;
	color: #808080;
}

footer .copy{
	font-size: 0.12rem;
	color: #808080;
	text-align: center;
}

.item{
	padding: 50px 0;
	background: #f2f9fd;
}

.item .inner{
	width: 1000px;
	margin: auto;
	display: flex;
	gap: 35px;
}

.item .item_obj{
	width: calc((100% - 70px) / 3);
}

.step_tit{
	display:flex;
	margin-bottom: 30px;
	justify-content: space-between;
}

.step_tit_img{
	width: 200px;
	margin-right: 30px;
}

.step .text_wrap{
	width: 510px;
}

.step .img_box{
	width: 340px;
	display: flex;
	align-items: baseline;
}

.step img{
	margin-top: auto;
}

.oubo .inner .step01 .text_wrap{
	padding-bottom: 30px;	
}

.oubo .inner .step02 .img_box{
	padding-bottom: 30px;	
}

.oubo .inner .step03 .text_wrap{
	padding-bottom: 50px;	
}