@charset "UTF-8";

html, body{
	height:100%;
}

body{
	background-color:#f3c196;
}

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

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

.pc{
	display:block;
}

.sp{
	display:none;
}

.flex{
	display:flex;
	align-content: stretch;
}

/* 全体の文字とリンク */
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;	
}

h2, h3, p, ul li{
	font-family: 'Noto Sans JP', sans-serif;
}

p{
	font-size:1.3rem;
	color:#42210B;
}

.name{
	font-weight:700;
	font-size:1.3rem;
	text-align: center;
}

h1{
	font-family: cooper-black-std, serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:2px;
	line-height:1.8;
	font-size:4.5rem;
	position: relative;
}

h2{
	font-weight:900;
	text-align: center!important;
}

.name span, .com-box h3 span{
	background:linear-gradient(transparent 50%, #D7B54E 50%) !important;
}

/*.title h2 span{
	background-color:#fff;
	color:#42210B;
	box-sizing: border-box;
	padding:5px;
	font-size:1.5rem;
}*/

.title{
	text-align: center;
}

.title h1 img{
	height:50px;
}

.com-box h3{
	font-size:1.7rem;
}

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

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

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

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

.staff-wrapper{
	width:55%;
	margin:40px auto;
	padding-top:20px;
}

.choice{
	width:30%;
	margin-left:-40px;
	margin-bottom:-10px;
	transform: rotate(-5deg);
}

.staff-box{
	width:55%;
	background-color:rgba(255,255,255,0.60);
	margin:30px auto;
	border-radius:20px;
	box-sizing: border-box;
	padding:10px 20px;
	justify-content: space-around;
	align-items: center;
}

.staff-img{
	width:25%;
	text-align: center;
}

.staff-name-box{
	width:75%;
	box-sizing: border-box;
	padding:20px;
}

.staff-img div{
	width:65%;
	margin:auto;
}

.title{
	text-align: center!important;
}

.bg-wrapper:nth-of-type(odd){
	background-color:#ef2e32;	
}

.bg-wrapper:nth-of-type(even){
	background-color:#1d7773;	
}

.bg-wrapper:nth-of-type(odd) h1 span{
	-webkit-text-stroke:7px #f3c196;
	text-shadow:6px 6px 0 #b69171;
}

.bg-wrapper:nth-of-type(even) h1 span{
	-webkit-text-stroke:7px #f3c196;
	text-shadow:6px 6px 0 #b69171;
}

.bg-container{
	background-color:#f3c196;
	padding:70px 40px;
}

.title .one h1::before{
    content: "HORIE's CHOICE!";
    -webkit-text-stroke: 0;
    position: absolute;
}

.title .two h1::before{
    content: "NISHIO's CHOICE!";
    -webkit-text-stroke: 0;
    position: absolute;
}

.title .three h1::before{
    content: "KINOSHITA's CHOICE!";
    -webkit-text-stroke: 0;
    position: absolute;
}

.title .four h1::before{
    content: "NISHIKAWA's CHOICE!";
    -webkit-text-stroke: 0;
    position: absolute;
}

.title .five h1::before{
    content: "TOZAWA's CHOICE!";
    -webkit-text-stroke: 0;
    position: absolute;
}

.one h1, .three h1, .five h1{
	color:#ef2e32;
}

.two h1, .four h1{
	color:#1d7773;
}

.one{
	background-image: url("img/bg-01.svg");
	background-size:17%;
	background-position:top 5% left 2%;
}

.two{
	background-image: url("img/bg-02.svg");
	background-size:17%;
	background-position:top 5% right 2%;
}

.three{
	background-image: url("img/bg-03.svg");
	background-size:17%;
	background-position:top 5% left 2%;
}

.four{
	background-image: url("img/bg-04.svg");
	background-size:20%;
	background-position:top 5% right 2%;
}

.five{
	background-image: url("img/bg-05.svg");
	background-size:19%;
	background-position:top 5% left 2%;
}

.item-wrapper{
	width:85%;
	margin:40px auto;
}

.item-box{
	width:calc(100% / 4);
	box-sizing: border-box;
	padding:20px 30px;
}

.item-box h2{
	font-size:1.6rem;
	color:#000;
}

.com-box h3{
	text-decoration:none;
	color:#000;
	font-size:1.6rem;
	text-align: center;
	line-height:1.8!important;
	font-weight:900;
}

.item-img{
	background-color:rgba(255,255,255,0.60);
	border-radius:50%;
	margin:20px 0;
}
.item-img a:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
	-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;
}

.no{
	font-size:1.3rem;
	font-weight:700;
}

.want{
	width:40%;
	margin-left:-10px;
	margin-bottom:-20px;
	transform: rotate(-10deg);
}

.com-box p{
	margin:20px 0;
}

.end-img{
	width:25%;
	margin:70px auto 0;
}

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

	img{
		width:100%;
	}
	
	.caption{
		width:70%;
	}
	
	/*.bg-wrapper{
		padding:30px;
	}*/
	
	.choice{
		width:40%;
	}
	
	.staff-box{
		width:70%;
		display:block;
	}
	
	.staff-img{
		width:40%;
		margin:20px auto 0;
		text-align: center;
	}

	.staff-name-box{
		width:100%;
		box-sizing: border-box;
		padding:20px;
	}
	
	.item-wrapper{
		width:100%;
		margin:40px auto;
	}
	
	h1{
		font-size:3rem;
	}

	.item-box{
		padding:15px;
	}
	
	.item-box h2, .name{
		font-size:1.5rem;
	}
	
	.com-box h3{
		font-size:1.8rem;
	}
	
	.one{
		background-size:25%;
		background-position:top 2% left 2%;
	}
	
	.two{
		background-size:25%;
		background-position:top 2% right 2%;
	}

	.three{
		background-size:25%;
		background-position:top 2% left 2%;
	}

	.four{
		background-size:25%;
		background-position:top 2% right 2%;
	}
	
	.five{
		background-size:25%;
		background-position:top 2% left 2%;
	}
	
	.end-img{
		width:50%;
	}
	
	#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{
		display:none!important;
	}
	
	.sp, .flex{
		display:block;
	}
		
	p{
		font-size:1.4rem;
	}
	
	h1{
		font-size:4rem;
	}
	
	.title h1 img{
		height:30px;
		width: auto
	}
	
	.caption{
		width:75%;
		margin:20px auto;
		padding:30px 0 20px;
	}
	
	.bg-wrapper{
		padding:15px;
	}
	
	.bg-container{
		padding:40px 40px 60px;
	}
	
	.staff-wrapper{
		width:88%;
		margin:30px auto 40px;
	}

	.choice{
		width:60%;
		margin-left:-10px;
	}

	.staff-box{
		width:100%;
		margin:30px auto;
		padding:10px 15px;
	}

	.staff-img{
		width:70%;
		text-align: center;
	}

	.staff-name-box{
		box-sizing: border-box;
		padding:20px 10px;
	}
	
	.item-box{
		width:100%;
		padding:20px 30px 40px;
	}
	
	.item-box h2{
		font-size:1.7rem;
	}
	
	.bg-wrapper:nth-of-type(odd) .title h1 span, .bg-wrapper:nth-of-type(even) .title h1 span{
		text-stroke-width:0;
		text-shadow:none;
	}
	
	.one{
		background-size:50%;
		background-position:bottom 1% left 3%;
	}
	
	.two{
		background-size:50%;
		background-position:bottom 1% right 3%;
	}

	.three{
		background-size:50%;
		background-position:bottom 1% left 3%;
	}

	.four{
		background-size:50%;
		background-position:bottom 1% right 3%;
	}
	
	.five{
		background-size:50%;
		background-position:bottom 1% left 3%;
	}
	
	.end-img{
		width:80%;
	}
	
	.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 */

