@charset "UTF-8";

html, body{
	height:100%;
}

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

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

.pc, .before-flex-box-pc{
	display:block;
}

.sp, .before-box-sp{
	display:none!important;
}

/* 全体の文字とリンク */
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;	
	font-family: noto-sans-cjk-jp, sans-serif;
}

p{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
}

/*inview*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

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

.big_button a{
	height:100%;
	display: block;
	width:500px;
	margin:50px 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;
	color:#000;
}

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

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

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

#wrapper{
	width:100%;
}

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

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	position:relative;
}

.mens{
	background-color:#9bcdcf;
}

.wmns{
	background-color:#fb6a33;
}

.sticky-container{
	z-index:10;
	position:sticky;
	position: -webkit-sticky;
	top:0;
	left:calc(100vw - 7em);
	width:15%;
	height:15%;
}

.style-big-wrapper{
	width:90%;
	margin:auto;
}

.start{
	margin:-120px auto 40px;
}

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

.style-big-wrapper h1, .more-item-wrapper h1{
	text-align: center;
	margin:20px 0 40px;
}

.style-big-wrapper h1 img, .more-item-wrapper h1 img{
	height:60px;
}

.bf-flex-container{
	width:90%;
	margin:auto;
	display:flex;
	align-items:center;
	box-sizing: border-box;
	padding:10px 0;
}

.styling{
	flex-basis:40%;
	width:100%;
	box-sizing: border-box;
	position:relative;
}

.mark{
	width:20%;
	position:absolute;
	top:0;
	left:0;
}

.item-img{
	flex-basis:27%;
	width:100%;
	box-sizing: border-box;
	padding:0 20px;
}

.pc-arrow{
	display: block;
	width:100%;
	flex-basis:15%;
	box-sizing: border-box;
	padding:0 30px;
}

.sp-arrow{
	display:none;
}

.center-arrow{
	width:5%;
	margin:40px auto;
}

.after-style-detail{
	width:90%;
	margin:70px auto 0;
}

.after-style-detail h3{
	text-align: center;
	margin-bottom:30px;
}

.after-style-detail h3 img{
	height:50px;
}

.after-flex-container{
	width:80%;
	margin:auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.detail-img-box{
	width:48%;
}

.comment{
	width:45%;
}

.more-flex-container{
	width:90%;
	margin:60px auto 0;
	padding-bottom:120px;
	display:flex;
	align-items: flex-start;
}

.more-box{
	width:calc(100% / 3);
}

.slick-dots li.slick-active button:before
{
    color:#000!important;
}

.new-item-list{
	width:100%;
	box-sizing: border-box;
	margin-top:40px;
	padding:0 10px;
}

.new-item-list li{
	font-size:1.1rem;
	margin:7px 0;
	list-style-type: none;
	text-align:center;
}

.notbuy{
	color:#808080;
}

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

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

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

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:0.9rem;
  padding:4px;
  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;
}


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

	.sticky-container{
		width:20%;
		height:20%;
	}
	
	.bf-flex-container{
		width:95%;
	}
	
	.before-flex-box-pc{
		display:none;
	}
	
	.before-box-sp{
		display:block!important;
	}

	.start{
		margin:-50px auto 40px;
	}

	.pc-arrow{
		flex-basis:15%;
		padding:0 20px;
	}	

	.after-flex-container{
		width:100%;
	}
	
	.after-style-detail h3 img{
		height:40px;
	}


}

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

	.pc, .pc-arrow{
		display:none;
	}
	
	.sp, .bf-flex-container, .after-flex-container, .more-flex-container{
		display: block!important;
	}
	
	.caption{
		width:80%;
		margin:20px auto;
		padding:20px 0;
	}
	
	.sticky-container{
		width:30%;
		height:30%;
	}
	
	.start{
		margin:-70px auto 40px;
	}
	
	.sp-arrow{
		display:block;
		width:20%;
		margin:30px auto;
	}

	.detail-img-box, .comment, .more-box{
		width:100%;
	}
	
	.comment{
		margin-top:30px;
	}
	
	.more-flex-container{
		padding-bottom:10px;
	}
	
	.more-box{
		margin-bottom:60px;
	}
	
	.mens .more-box:last-of-type, .wmns .more-box:last-of-type{
		padding-bottom:40px;
	}

	.after-style-detail h3 img{
		height:30px;
	}

	#p-top{
		padding:4% 4% 3%;
	}
	
	.big_button a{
		width:80%;
		text-align: center;
	}

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

}

/* CSS Document */

