@charset "UTF-8";

html{
  font-size:62.5%;
}

header{
	background-color:#ED1C24;
}

.openbtn span{
	background-color: #fff!important;
}

p, ul li, .jiko_text a, .sp-center a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}

p, .jiko_text{
	font-size:1.4rem;
}

.name h5{
	font-family: "Poppins", serif;
	font-weight: 400;
	color:#ED1C24;
}

.credit{
	font-size:1rem!important;
}

.mid-wrapper{
	box-sizing: border-box;
	padding:30px 0;
}

.top-caption{
	width:60%;
	margin:30px auto;
}

.top-caption p{
	color:#000;
}

.buy_button{
	color:#fff!important;
}


/*左と右を囲う全体のエリア*/
#main-wrapper{
  position: relative;/*position stickyの基点にするため relativeをかける*/
    display: flex;/*左エリア、右エリア横並び指定*/
  flex-wrap: wrap;/*ボックスの折り返し可*/
}

/*左エリア*/
.fixed-area{
  /*左固定記述*/
   position: -webkit-sticky;/*Safari用*/
   position: sticky;
  top:0;
  /*横半分50%　縦を100vhにする*/
  width: 35%;
  height: 100vh;
  /*装飾のためのCSS*/
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1;
}

.style-1{
	background-image:url("img/style-1-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.style-2{
	background-image:url("img/style-2-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.style-3{
	background-image:url("img/style-3-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.style-4{
	background-image:url("img/style-4-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.one{
	background-image: url("img/style1-bg.svg");
	background-color:#ED1C24;
}

.two{
	background-image: url("img/style2-bg.svg");
	background-color:#FDF2DD;
}

.three{
	background-image: url("img/style3-bg.svg");
	background-color:#ED1C24;
}

.four{
	background-image: url("img/style4-bg.svg");
	background-color:#FDF2DD;
}

/*右エリア*/
.container{
  /*横半分50%にする*/
  width:65%;
}
/*右各セクション 装飾のためのCSS*/
section{
}

.section-container{
  padding:50px 30px 30px;
  width:70%;
  margin:auto;
}

.caption-box{
	width:100%;
	margin:70px auto 20px;
	box-sizing: border-box;
	padding:40px;
	border-radius:20px;
}

.one .caption-box, .three .caption-box{
	background-color:#FDF2DD;
}

.two .caption-box, .four .caption-box{
	background-color:#F14950;
}

.one .caption-box p, .three .caption-box p, .one .caption-box .new-item-list li, .three .caption-box .new-item-list li{
	color:#585858;
}

.two .caption-box p, .four .caption-box p, .two .caption-box .new-item-list li, .four .caption-box .new-item-list li{
	color:#FDF2DD;
}

.caption-box p{
	margin-bottom:25px;
}

.detail-slick{
	position:relative;
	width:60%;
	margin:20px auto 70px;
}

.detail-icon{
	width:18%;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

.pick-wrapper{
	background-color:#679BBC;
	position:relative;
	box-sizing: border-box;
	width:100%;
	padding:40px;
}

.pick-big-container{
	width:100%;
	margin:auto;
	background-color:#FDF2DD;
	box-sizing: border-box;
	padding:40px;
	border-radius:60px;
}

.pick-icon{
	width:15%;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

.pick-caption{
	width:70%;
	margin:60px auto;
	box-sizing: border-box;
}

.pick-caption h1{
	text-align: center;
	margin:10px 0 30px;
}

.pick-caption h1 img{
	height:80px;
}

.pick-caption p{
	color:#FDF2DD!important;
}

.pick-style-credit .new-item-list li, .pick-style-credit .text-buy:link, .pick-style-credit .text-buy:visited{
	color:#534741!important;
}

.pick-flex-box{
	width:70%;
	margin:40px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pick-style-img{
	width:55%;
	position: relative;
}

.pick-number{
	position: absolute;
	width:40%;
	z-index:9;
}

.pick-one .pick-number{
	bottom:10px;
	left:10px;
}

.pick-two .pick-number{
	bottom:10px;
	right:10px;
}

.pick-style-credit{
	width:40%;
}

.reverse{
	flex-flow: row-reverse;
}

.jiko_soto{
	margin:0!important;
}

.jiko-img{
	width:50%!important;
	margin:30px 0;
	padding-bottom:30px;
}

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

	.fixed-area{
	  width: 50%;
	}

	.container{
	  width:50%;
	}
	
	.section-container{
	  padding:50px 0 0;
	  width:100%;
	}

	.caption-box{
		margin:70px auto 0;
		padding:40px;
		border-radius:0;
	}
	
	.detail-slick{
		width:100%;
		margin:0 auto 70px;
	}

	.detail-icon{
		width:20%;
	}

	.pick-flex-box{
		width:90%;
	}

}

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

	#main-wrapper, .sp, .pick-flex-box{
		display: block;
	}

	.pc{
		display:none!important;
	}

	.fixed-area{
		position:relative;
		width: 100%;
		height:100vh;
		display:block;
	}
	
	.container{
	  width:100%;
	}
	
	.caption-box{
		width:90%;
		margin:70px auto 0;
		padding:40px;
	}
	
	.detail-slick{
		width:90%;
		margin:0 auto 70px;
	}

	.pick-icon{
		width:26%;
	}
	
	.pick-wrapper{
		padding:40px 10px;
	}
	
	.pick-caption{
		width:90%;
		margin:40px auto;
	}
	
	.pick-big-container{
		padding:10px;
		border-radius:20px;
	}

	.pick-flex-box{
		width:90%;
		margin:40px auto;
	}

	.pick-style-img, .pick-style-credit{
		width:100%;
	}
	
	.pick-style-credit{
		box-sizing: border-box;
		padding:10px;
	}


}
/* CSS Document */

