@charset "UTF-8";

html, body{
	height:100%;
}

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

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

.pc, .b-arrow, .t-arrow{
	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;
	text-decoration: none;
}

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

p, ul li, .item-bg h1, h2{
	font-family: 'Noto Sans JP', sans-serif;
}

p{
	font-size:1.4rem;
	color:#4d4d4d;
}

.basic h1{
	font-family: 'Montserrat', sans-serif;
}

.trend h1{
	font-family: 'Satisfy', cursive;
}

.strong{
	background:linear-gradient(transparent 60%, #F0E311 60%) !important;
}

/* アイテムリスト */
.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:#4d4d4d;
}

.text-buy:hover{
	color:#cccccc;
	-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: #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;
}


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

/*戻るボタンの設定*/
.modoru_box{
	padding-top:70px;
}

.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:bold;
	font-size:1.4rem;
	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;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
}

/*フッター*/
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;
}

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

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

.item-bg{
	background-color:#fff1dd;
	padding:80px 0 40px;
	box-sizing: border-box;
}

.flex-wrapper{
	width:100%;
	display:flex;
	align-items:stretch;
}

.basic, .trend{
	width:50%;
}

.basic{
	background-color:#d8d8b0;
}

.trend{
	background-color:#fecfb2;
}

.item-bg h1{
	position:relative;
	text-align: center;
	font-size:3rem;
	color:#4d4d4d;
	z-index:2;
}

.item-container{
	width:50%;
	margin:40px auto;
}

.item-img{
	position:relative;
	width:65%;
	margin:-50px auto 20px;
	z-index:1;
}

.item-comment h2{
	font-size:1.6rem;
	text-align: center;
}

.item-name-bg{
	background-color:#4d4d4d;
	color:#fff;
	box-sizing: border-box;
	padding:5px;
}

.item-comment, .comment{
	width:80%;
	margin:auto;
	box-sizing: border-box;
	padding:10px;
}

.item-comment p, .comment p{
	margin:10px 0;
}

.b-arrow, .t-arrow{
	width:15%;
	margin:-80px auto 20px;
	position:relative;
}

.style-container{
	width:80%;
	margin:30px auto;
	box-sizing: border-box;
	padding:10px 0;
}

.basic .title{
	width:40%;
	margin:0 auto 30px;
}

.trend .title{
	width:35%;
	margin:0 auto 15px;
}

.style-img{
	width:75%;
	margin:auto;
}

.size{
	font-size:1.2rem;
	margin:10px 0 20px;
}

.new-item-list{
	margin-top:30px;
}

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

	img{
		width:100%;
	}
	
	.caption{
		width:70%;
	}
	
	.item-container{
		width:70%;
	}
	
	.b-arrow, .t-arrow{
		width:20%;
		margin:-60px auto 10px;
	}

	.style-img{
		width:90%;
	}

	.comment{
		width:86%;
	}
	
	.basic .title{
		width:45%;
	}

	.trend .title{
		width:40%;
		margin:0 auto 20px;
	}
	
	#footer{
		width:500px;
		margin:0 auto;
		box-sizing: border-box;
		padding:20px;
	}

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

}

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

	.pc, .b-arrow, .t-arrow{
		display:none;
	}
	
	.sp, .flex-wrapper{
		display:block;
	}
	
	.item-container, .style-container, .item-comment{
		width:90%;
	}
	
	.style-container{
		margin:0 auto;
		padding:40px 0 30px;
	}
	
	.basic, .trend{
		width:100%;
	}
	
	.item-bg{
		padding:50px 0 10px;
	}

	.item-img{
		width:90%;
		margin:-50px auto 20px;
	}
	
	.trend .title{
		width:40%;
	}
	
	.modoru_box{
		padding-top:50px;
	}
	
	.big_button a{
		width:90%;
		text-align: center;
	}

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

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


}
/* CSS Document */

