@charset "UTF-8";

/* 全体 */
body{
	background-color:#fff;
}

img{
	height:auto;
	max-width:100%;
}

#wrapper{
	width:100%;
}

.top-img img{
	width:100%;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

/* 全体の文字とリンク */
h2, h3, h4, p, ul li, a, dt, dd{
	line-height:2.5;
	letter-spacing:3px;	
	overflow-wrap: break-word;
	text-align: justify;
}

h1{
	line-height:1.8;
	letter-spacing:2px;
}

ul li{
	list-style-type: none;	
}

h2, h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

h1, p, a, li{
	font-family: 'Noto Sans JP', sans-serif;
}

h1{
	font-size:2.5rem;
	margin-bottom:30px;
}

p{
	font-size:1.3rem;
}

a{
	text-decoration:none;
}

a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;	
}

.style-container h2 .middle, .sixth-wrapper h2{
	font-family: 'Caveat', cursive;
}

.orange{
	background-color:#EF5A24;
	color:#fff;
}

.second-wrapper, .fourth-wrapper, .sixth-wrapper{
	background-color:#E8D6C1;
}

.first-wrapper{
	width:700px;
	margin:50px auto;
	padding:70px 0;
}

.first-wrapper p:first-of-type{
	margin-bottom:15px;
}

.second-wrapper .mid-container{
	width:800px;
	margin:auto;
	padding:70px 0;
}

.second-wrapper .img-box{
	width:700px;
	margin:auto;
}

.second-wrapper .caption p{
	margin-bottom:15px;
}

.third-wrapper, .fourth-wrapper, .sixth-wrapper{
	padding:20px 0;
}

.fifth-wrapper{
	padding:20px 0 90px;
}

.third-wrapper .mid-container, .fourth-wrapper .mid-container{
	width:800px;
	margin:50px auto;
	padding:50px 0;
}

.fifth-wrapper .mid-container{
	width:800px;
	margin:50px auto 0;
	padding:50px 0 0;
}

.sixth-wrapper .mid-container{
	width:900px;
	margin:50px auto;
}

.third-wrapper h1 .middle{
	font-size:1.7rem;
	margin-left:5px;
}

.third-wrapper .flex-img{
	width:48%;
}

.third-wrapper .flex-cap{
	width:50%;
}

.flex-box, .flex-flex-img{
	display:flex;
	height: auto;
}

.flex-box{
	justify-content: space-between;
}

.flex-flex-img{
	box-sizing: border-box;
	padding:0 25px;
	margin-bottom:30px;
	justify-content: space-around;
}

.flex-flex-img img{
	width:50%;
}

.yoko-arrow{
	transform:rotate(-90deg);
	width:40px!important;
}

.top{
	align-items: flex-start;
}

.center{
	align-items: center;
}

.size-container{
	margin:40px 0;
}

.size-container h2{
	font-size:2rem;
	color:#EF5A24;
}

.size-container h2 .data{
	font-size:1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	font-weight:400;
}

.size-container .flex-box{
	margin:20px 0 50px;
}

.f-con{
	width:49%;
}

.f-con .small-caption{
	box-sizing: border-box;
	padding:10px;
}

.f-con .small-caption h3{
	font-size:1.5rem;
}

.fifth-wrapper .style-container{
	width:900px;
	margin:50px auto 80px;
	padding:30px 0;
}

.fifth-wrapper .style-container:last-of-type{
	margin-bottom:30px;
}

.style-container h2{
	font-size:2.6rem;
}

.style-container h2 .middle{
	font-size:2.3rem;
	margin-left:6px;
}

.style-container h2 .beige{
	background-color:#DABA8A;
	color:#fff;
}

.style-container .flex-img{
	width:55%;
}

.style-container .flex-cap{
	width:40%;
}

.style-container .new-item-list{
	margin-top:50px;
}

.sixth-wrapper .flex-box{
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:30px;
	margin-bottom:50px;
}

.sixth-wrapper h1{
	text-align: center;
}

.sixth-wrapper h2{
	font-size:2.6rem;
}

.f-outer-box{
	width:calc(100% / 4 - 30px);
}

.f-outer-box p{
	font-size:1.2rem!important;
}

.f-outer-box a{
	display:block;
	text-align: center;
	width:100%;
	background-color:#EF5A24;
	color:#fff;
	font-weight:700;
	margin:15px 0;
	font-size:1.2rem;
}

.f-outer-box a:hover{
	background-color:#F79C7C;
}

/*inview*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*item-list*/
.new-item-list{
	width:100%;
	box-sizing: border-box;
}

.new-item-list li{
	font-size:10px;
	margin:7px 0;
	text-align:initial;
}

.notbuy{
	color:#808080;
}

.text-buy{
	text-decoration: underline;
}

.text-buy:link, .text-buy:visited{
	color:#000000;
}

.text-buy:hover{
	color:#cccccc;
}

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #333;
  color: #fff;
}
.buy_button::before,
.buy_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buy_button,
.buy_button::before,
.buy_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.buy_button:hover {
  background-color: #364f72;
}


/*戻るボタンの設定*/

.big_button a{
	height:100%;
	display: block;
	width:500px;
	margin:70px auto 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.back{
	color:#fff;
	font-weight:900;
	font-size:14px;
	text-align: center!important;
}

.back_button{
	width:240px;
	padding:10px 5px;
	text-align: center;
}

.back_button{
	background-color:#364f72;
}


.back_button:hover{
	background-color:#4E709F;
}

/*フッター*/
footer{
	width:100%;
	margin-top:50px;
}

#footer{
	width:1000px;
	padding:30px;
	margin:0 auto;
	text-align: center;
}

#footer a img{
	width:60px;
	margin-bottom:20px;
}

#footer a{
	font-size:12px;
}

.big_button a, .credit{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.credit{
	font-size:10px;
	text-align: center;
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
	background-color:#604c3f;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#p-top::after{
	content:'\f077';
	font-family:'FontAwesome';
	color:#fff;
	font-size:2.5rem;
}
#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/*タブレット用*/
@media screen and (max-width: 768px){

	.first-wrapper{
		width:550px;
	}
	
	.mid-container{
		width:600px!important;
	}
	
	.second-wrapper .img-box{
		width:500px;
	}
	
	.fifth-wrapper .style-container{
		width:650px;
	}
	
	.f-outer-box{
		width:calc(100% / 3 - 20px);
	}
	
	.f-outer-box p{
		font-size:1.1rem!important;
	}

}

/*スマホ用*/
@media screen and (max-width:640px){

	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	
	h1{
		font-size:1.8rem;
	}

	.first-wrapper{
		width:300px;
		margin:20px auto;
		padding:30px 0;
	}
	
	.mid-container, .style-container{
		width:320px!important;
	}
	
	.second-wrapper{
		padding:30px 0;
	}
	
	.second-wrapper .img-box{
		width:100%;
		margin-bottom:20px;
	}
	
	.second-wrapper .mid-container{
		padding:20px 0;
	}
	
	.flex-cap{
		margin-top:15px;
	}
	
	.flex-flex-img{
		padding:0;
	}
	
	.flex-flex-img img{
		width:100%;
	}

	.flex-img, .flex-cap, .f-con{
		width:100%!important;
	}
	
	.flex-box, .flex-flex-img{
		display:block;
	}
	
	.flex-flex-img, h3{
		text-align: center;
	}
	
	.yoko-arrow{
		transform: rotate(0deg);
		margin:5px 0;
	}
	
	.size-container{
		padding:5px 0;
	}
	
	.size-container h2{
		font-size:1.6rem;
		text-align: center;
	}

	.size-container h2 .data{
		font-size:1.3rem;
		display: block;
		text-align:left;
	}
	
	.f-con{
		margin-bottom:40px;
	}
	
	.style-container{
		margin:40px auto!important;
	}
	
	.style-container h2{
		font-size:2rem;
	}

	.style-container h2 .middle{
		font-size:1.8rem;
	}
	
	.style-container .new-item-list{
		margin-top:30px;
	}

	.sixth-wrapper .flex-box{
		display:flex;
	}
	
	.f-outer-box{
		width:calc(100% / 2 - 20px);
	}

	.big_button a{
	width:300px;
	text-align: center;
	}

	#p-top{
		padding:6%;
	}

	#footer{
		width:100%;
		padding:20px 0;
	}

	.credit{
		font-size:8px;
	}


}

/* CSS Document */

