@charset "UTF-8";

/* 全体 */
body{
	background-color:#fff;
}

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

#wrapper{
	width:100%;
}

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

.pc{
	display:block!important;
}

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

h1, .comingsoon{
	line-height:1.8;
	letter-spacing:2px;
	font-family: 'Roboto', sans-serif;
}

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

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

p{
	font-size:1.3rem;
}

a{
	text-decoration:none;
}

a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;	
}

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

.bold{
	font-weight:bold;
}

.comingsoon{
	font-size:3rem;
	color:#000;
	text-align: center;
}

.prev-next{
	font-size:2.5rem;
	color:#000;
	text-align: center;
	margin-top:15px;
}

/*inview*/

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

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/*HEADER*/

.slick div{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height:90vh;
  margin: 0;
  filter: brightness(80%);
}

.head-img, .top-logo, .bottom-number{
	position:absolute;
}

.head-img{
	width:12%;
	top:0;
	left:0;
}

.top-logo{
	width:50%;
	top:40%;
	left:26%;
	z-index:2;
}

.bottom-number{
	width:13%;
	top:83%;
	left:43%;
	z-index:1;
}

/*CONTENTS*/

#contents{
	width:100%;
	box-sizing: border-box;
	padding:30px 0;
}

.mid-wrapper{
	width:700px;
	margin:30px auto;
	padding:20px 0;
}

.top-caption{
	box-sizing: border-box;
	padding:20px 0;
	margin-bottom:30px;
}

.top-caption p{
	margin-bottom:10px;
}


/*flexbox*/

.flex{
	display:flex;
	height: auto;
}

/*item-list*/
.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:#000000;
}

.text-buy:hover{
	color:#cccccc;
}

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


/*戻るボタンの設定*/

.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:900;
	font-size:14px;
	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;
}

/*フッター*/
footer{
	width:100%;
	margin-top:50px;
}

#footer{
	width:1000px;
	padding:30px;
	margin:0 auto;
	text-align: center;
}

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

#footer a{
	font-size:12px;
}

.big_button a, .credit{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.credit{
	font-size:10px;
	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;
}

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

	.pc{
		display:none!important;
	}
	
	.sp{
		display: block!important;
	}

	.slick div{
	  min-height:60vh;
	}

	.head-img{
		width:23%;
	}

	.top-logo{
		width:30%;
		top:20%;
		left:35%;
	}

	.bottom-number{
		width:20%;
		top:55.6%;
		left:38%;
	}
	
	.mid-wrapper{
		width:500px;
	}
	
	#footer{
		width:600px;
		margin:0 auto;
		padding:20px;
	}

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


}

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

	.slick div{
	  min-height:70vh;
	}

	.head-img{
		width:30%;
	}

	.top-logo{
		width:60%;
		top:25%;
		left:20%;
	}

	.bottom-number{
		width:30%;
		top:60%;
		left:33%;
	}
	
	.mid-wrapper{
		width:280px;
	}

	.big_button a{
		width:300px;
		text-align: center;
	}

	#p-top{
		padding:6%;
	}

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

	.credit{
		font-size:0.8rem;
	}

}
/* CSS Document */

