@charset "UTF-8";

html, body{
	height:100%;
}

body{
	background-color:#fff;
}

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

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

.sp{
	display:none;
}

.pc{
	display:block;
}

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

h1, h2, h3{
	line-height:2;
	letter-spacing:3px;
}

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

p, ul li, a, dt, dd, .small, th, td{
	font-family: 'Noto Sans JP', sans-serif;
}

p{
	font-size:1.4rem;
}

/* アイテムリスト */
.new-item-list{
	width:100%;
	box-sizing: border-box;
}

.new-item-list li{
	font-size:1rem;
	margin:7px 0;
}

.notbuy{
	color:#808080;
}

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

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

.text-buy:hover{
	color:#fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #fff;
  color: #364f72;
}
.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;
  color:#fff!important;
}

.link-button a {
    background: #007F76;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 200px;
    padding: 5px 15px;
    color: #666!important;
	font-size:1.5rem;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

.link-button a:hover {
    background: #FBB03B;
    color: #FFF!important;
}

.link-button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.link-button a:hover:after {
    border-color: #FFF;
}

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

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

.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%;
}

#footer{
	box-sizing: border-box;
	padding:40px 30px 30px;
	margin-top:50px;
	text-align: center;
}

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

#footer a{
	font-size:1.2rem;
}

.credit{
	font-size:1rem;
	text-align: center;
	color:#000;
}

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

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
	background-color:#fff;
    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:#604c3f;
	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;
}

.beige, .lt-beige{
	background-color:#c7b299;
	color:#2a2420;
}

.brown{
	background-color:#3b2612;
	color:#c7b299;
}

.lt-brown{
	background-color:#58391b;
	color:#c7b299;
}

.green{
	background-color:#142909;
	color:#998675;
}

.top-caption{
	width:50%;
	margin:40px auto;
	box-sizing: border-box;
	padding:30px 0;
}

.setsumei-wrapper{
	width:60%;
	margin:40px auto 0;
	padding-bottom:2px;
}

.setsumei-wrapper h1{
	font-size:3rem;
	font-weight:900;
	text-align:center;
	color:#2a2420;
	font-family: 'Noto Sans JP', sans-serif;
}

.setsumei-wrapper h1 .number{
	font-size:5.5rem;
}

.number{
	font-family: 'Caprasimo', serif;
}

.setsumei-box h2{
	font-size:2.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	line-height:1.8!important;
}

.setsumei-box h2 .number{
	font-size:4rem;
	margin-right:10px;
}

.setsumei-box h2 .big-chara{
	font-size:3.5rem;
	font-weight:900;
}

.setsumei-box{
	width:100%;
	margin:60px auto;
	background-color:#ddd1c2;
	box-sizing: border-box;
	padding:30px 30px 50px;
	border-radius:20px;
}

.setsumei-box:first-of-type{
	margin-top:10px!important;
}

.setsumei-flex{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-top:30px;
}

.setsumei-f-img{
	width:40%;
}

.setsumei-f-cap{
	width:55%;
}

.setsumei-caption{
	margin-top:20px;
}

.padding{
	box-sizing: border-box;
	padding:0 40px;
}

.slick-box{
	width:50%;
	margin:20px auto;
}

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:40px 0;
}

.bg-wrapper:first-of-type{
	padding-top:20px;
}

.middle-caption{
	width:60%;
	margin:20px auto;
}

.middle-caption h1, .green h1, .lt-beige h1{
	font-size:5rem;
	text-align:center;
	font-family: 'Caprasimo', serif;
}

.size-table{
	width:50%;
	margin:30px auto;
	padding-bottom:40px;
}

.size-table table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border:4px solid #2a2420;
}

.size-table table th{
	font-size:1.6rem;
	font-weight:900;
	text-align: center;
	background-color:#aa9e91;
	border-bottom:2px solid #2a2420;
	border-left:2px solid #2a2420;
	box-sizing: border-box;
	padding:5px;
}

.size-table table td{
	font-size:1.8rem;
	font-weight:700;
	text-align: center;
	border-bottom:1px solid #55504d;
	border-left:1px solid #55504d;
	box-sizing: border-box;
	padding:8px;
}

.lt-brown .middle-caption{
	padding-bottom:20px;
}

.staff-container{
	width:70%;
	margin:30px auto;
}

.staff-container h2{
	font-size:3.5rem;
	text-align:center;
	font-family: 'Caprasimo', serif;
}

.staff-container h2 span{
	font-size:2rem;
	margin-left:10px;
}

.style-flex-box{
	margin:30px 0;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.style-img{
	width:45%;
}

.style-comment{
	width:50%;
}

.style-comment{
	box-sizing: border-box;
	padding:30px;
	background-color:rgba(255,255,255,0.1);
	border-radius: 30px;
}

.bold{
	font-size:1.5rem;
	font-weight:700;
}

.style-comment p{
	margin-bottom:15px;
}

.items{
	margin:30px 0;
}

.items h3{
	font-size:2.5rem;
	font-family: 'Caprasimo', serif;
}

.shoes-img{
	width:90%;
	margin:auto;
	padding-top:20px;
}

.item-info-flex{
	width:70%;
	margin:30px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.item-info-box{
	width:46%;
}

.item-info-img{
	margin-bottom:20px;
}

.info-cap h3{
	font-family: 'Caprasimo', serif;
	font-weight:700;
	font-size:2.5rem;
	text-align: center;
}

.info-cap dl{
	display: flex;
	flex-wrap: wrap;
	margin-top:10px;
}

.info-cap dl dt{
	font-size:1.4rem;
	font-weight:700;
	width: 40%;
	text-align: right;
}

.info-cap dl dd{
	font-size:1.4rem;
	width: 60%;
	padding-left:30px;
}

.link-button{
	text-align: center;
	display:block;
	width:30%;
	padding:5px;
	background-color:#2a2420;
	border-radius:5px;
	margin:20px auto;
	font-weight:bold;
	color:#c7b299;
	font-size:1.2rem;
}

.link-button:hover{
	background-color:#55504d;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
	color:#c7b299!important;
}

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

	.top-caption, .middle-caption, .staff-container, .item-info-flex{
		width:80%;
	}
	
	.bg-wrapper{
		padding:40px 0;
	}
	
	.setsumei-wrapper{
		width:85%;
	}
	
	.size-table{
		width:70%;
	}

	.style-flex-box{
		margin:30px 0;
		display:block;
	}
	
	.style-img{
		width:65%;
		margin:10px auto 40px;
	}

	.style-comment{
		width:90%;
		margin:auto;
	}
	
	.shoes-img{
		width:70%;
	}
	
	.link-button{
		width:60%;
	}

}

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

	.pc{
		display:none;
	}
	
	.sp, .setsumei-flex, .item-info-flex, .staff-container h2 span{
		display: block;
	}
	
	.bg-wrapper{
		padding:20px;
	}
	
	.setsumei-wrapper h1{
		line-height:1.5;
		font-size:2.5rem;
	}
	
	.setsumei-box h2{
		font-size:1.6rem;
		text-align: center;
	}

	.setsumei-box h2 .number{
		font-size:2.5rem;
	}

	.setsumei-box h2 .big-chara{
		font-size:2rem;
	}
	
	.setsumei-f-img{
		width:100%;
		margin-bottom:30px;
	}
	
	.middle-caption, .item-info-flex, .style-img{
		width:90%;
	}
	
	.staff-container{
		width:95%;
	}

	.setsumei-f-cap, .slick-box, .size-table, .style-comment, .shoes-img{
		width:100%;
	}
	
	.slick-box{
		padding-top:20px;
	}
	
	.middle-caption h1, .green h1, .lt-beige h1{
		font-size:3rem;
		line-height:1.5;
	}
	
	.middle-caption p{
		padding:25px 0;
	}
	
	.staff-container h2{
		font-size:2.5rem;
	}
	
	.staff-container h2 span{
		text-align: center;
		margin-left:0;
	}
	
	.item-info-box{
		width:90%;
		margin:30px auto;
	}
	
	.item-info-box:first-of-type{
		padding-bottom:10px;
	}
	
	.info-cap h3{
		font-size:1.8rem;
	}

	
	.info-cap dl dt{
		font-size:1.3rem;
		width: 30%;
	}

	.info-cap dl dd{
		font-size:1.3rem;
		width: 70%;
	}

	.big_button a{
		width:100%;
		text-align: center;
	}

	#p-top{
		padding:4% 4% 3%;
	}

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

	.credit{
		font-size:8px;
	}

}
/* CSS Document */

