@charset "UTF-8";

html, body{
	height:100%;
}

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

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

.pc{
	display:block;
}

.sp, .brand-image-slick{
	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{
	font-family: "Noto Sans JP", serif;
	font-size:1.3rem;
	color:#664D5F;
}

/*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:#364f72;
	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:#fff;
}

.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:#fff;
}

.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%;
	color: #4D453D;
	background-image: -o-linear-gradient(bottom, rgba(99, 82, 88) 13%, rgba(227, 234, 242),rgba(255, 255, 255));
	background-image: linear-gradient(to top, rgba(99, 82, 88) 13%, rgba(227, 234, 242),rgba(255, 255, 255));
}

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

.style-big-wrapper, .brand-big-wrapper{
	width:100%;
	margin:auto;
	box-sizing:border-box;
	padding:40px 0;
	background-size:50%;
	background-position:top left;
	background-repeat: no-repeat;
}

.style-big-wrapper{
	background-image: url("../img/styles.svg");
}

.brand-big-wrapper{
	background-image: url("../img/pickupbrands.svg");
}

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

.modalArea{
	width:100%;
	box-sizing: border-box;
	padding:40px 0;
	display:flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:40px;
}

.modalArea section{
	width:calc((100% - 40px * 2)/ 3);
}

.batsu {
  display: block;
  position:absolute;
  width: 30px;
  height: 30px;
  top:2%;
  right:2%;
}
 
.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top:50%;
  left:50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}
 
.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}



.modal-inner{
	width:100%;
	margin:0 auto;
	display:flex;
	align-items: center;
	gap:40px;
	justify-content: space-between;
}

.modal-style-img{
	width:40%;
}


.modal-item-link{
	width:100%;
	flex:auto;
	box-sizing: border-box;
	padding-left:0px;
}

.modal-inner h2, .modal-inner dt, .modal-inner dd{
	color:#000;
	font-family: "Montserrat", sans-serif;
}

.modal-inner h2{
	font-size:3rem;
	font-weight:700;
	margin-bottom:20px;
}

.modal-inner dl{
	margin-bottom:20px;
}

.modal-inner dt{
	text-align: left;
	font-weight:700;
	font-size:1.4rem;
}

.modal-inner dd{
	text-align: left;
	font-weight:400;
	font-size:1.3rem;
}

.price{
	margin-left:10px;
}

.item-link-button{
	display:inline-block;
	margin-left:10px;
	background-color:#2B2B2B;
	color:#fff;
	font-weight:700;
	text-align:center;
	box-sizing: border-box;
	padding:2px 10px;
	border-radius:3px;
}

.item-link-button2{
	display:block;
	width:fit-content;
	margin:0 auto;
	background-color:#2B2B2B;
	color:#fff;
	font-weight:700;
	text-align:center;
	box-sizing: border-box;
	padding:2px 10px;
	border-radius:3px;
}

.item-link-button:hover{
	background-color:#666;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
}

.brand-caption-container{
	width:70%;
	margin:40px auto 100px;
	box-sizing: border-box;
	padding:40px;
	background-color:rgba(255,255,255,0.60);
	border-radius:20px;
}

.brand-caption-container:last-of-type{
	margin-bottom:50px!important;
}

.brand-caption-container h1{
	text-align: center;
}

.brand-caption-container h1 img{
	height:120px;
}

.brand-caption-container h2{
	font-family: "Noto Sans JP", serif;
	font-size:1.6rem;
	color:#664D5F;
	font-weight:700;
	text-align: center;
}

.brand-caption-container p{
	width:80%;
	margin:10px auto;
	box-sizing: border-box;
	padding:10px 0;
}

.brand-image-flex{
	width:90%;
	margin:50px auto;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}

.image-box{
	width:49%;
}

.more-button{
	display:block;
	width:50%;
	margin:20px auto;
	box-sizing: border-box;
	padding:10px;
	background-color:#664D5F;
	border-radius:30px;
	color:#fff;
	font-weight:700;
	text-align: center;
	font-family: "Montserrat", sans-serif;	
	font-size:1.4rem;
}

.more-button:hover{
	background-color:#85717F;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
}

h2{
	text-align: center;
}

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

	img{
		width:100%;
	}
	
	.style-big-wrapper, .brand-big-wrapper{
		padding:30px 0;
		background-size:60%;
	}

	.style-container{
		width:90%;
		padding:20px;
	}	
	
	.modalArea{
		padding:40px 0;
		gap:20px;
	}

	.modalArea section{
		width:calc((100% - 5px * 2)/ 2);
	}

	.brand-caption-container{
		width:90%;
		padding:30px;
	}
	
	.brand-caption-container h1 img{
		height:110px;
	}

	#footer{
		width:100%;
		margin:0 auto;
		box-sizing: border-box;
		padding:20px;
	}

}

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

	.pc{
		display:none;
	}
	
	.sp{
		display: block;
	}
	
	.caption{
		 width:80%;
		 margin:10px auto;
		 box-sizing: border-box;
		 padding:10px 0;
	}
	
	.style-big-wrapper, .brand-big-wrapper{
		padding:20px 0 30px;
		background-size:100%;
	}
	
	.style-container{
		width:100%;
		padding:10px;
	}	
	
	.modalArea{
		padding:40px 0;
		gap:10px;
	}

	.modalArea section{
		width:calc((100% - 5px * 2)/ 2);
	}
	
	.brand-caption-container{
		width:90%;
		margin:0px auto 80px;
		padding:20px;
	}

	.brand-caption-container h1 img{
		width:100%;
		height:auto;
	}
	
	.brand-caption-container h2{
		font-size:1.4rem;
	}
	
	.brand-caption-container p{
		width:90%;
		padding:0 0 10px;
	}

	.brand-image-slick{
		width:100%;
		margin-bottom:50px;
	}
	
	.more-button{
		width:90%;
		margin:50px auto 20px;
	}
	
	.modoru_box{
		padding-top:50px;
	}
	
	.big_button a{
		width:90%;
		text-align: center;
	}
	
	.modal-inner{
	width:100%;
	margin:0 auto;
	flex: auto;
	align-items: center;
	justify-content: space-between;
}

	#p-top{
		padding:10px 20px 10px;
	}

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

}
/* CSS Document */

