@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Amiri');


.mainWrapper{
  margin:0 auto;
  overflow:hidden;
  font-family: "Sawarabi Mincho";
}

img{
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}

.KV{
	position:relative;
	width:100%;
	padding-bottom: 29px;
	margin-bottom: 150px;
}

.KV__img{
	width:100%;
	height:auto;
}

.KV__button{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
}

.p-aboutArea{
	margin-bottom: 150px;
	text-align: center;
}

.p-aboutArea__title{
	margin-bottom: 50px;
}

.p-aboutArea__text{
	font-size: 14px;
	line-height: 1.5;
}

.p-variationArea{
	color: #FFF;
	background: #000;
	text-align: center;
	padding-bottom: 150px;
}

.p-variationArea__title{
	margin-bottom: 50px;
}

.p-variationArea__text{
	font-size: 14px;
	line-height: 2;
}

#myImageCompare01,
#myImageCompare02{
	width: 100%;
	margin-bottom: 150px;
}

.p-leadArea{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 200px;
}

.p-leadArea__title{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-leadArea__item{
	flex-basis: 50%;
}

.p-leadArea__item:first-child{
	padding-top: 15px;
}

.p-leadArea__item:first-child .p-leadArea__title{
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 70px;
}

.p-leadArea__item:last-child{
	padding-bottom: 15px;
}

.p-leadArea__item:last-child .p-leadArea__title{
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 70px;
}

.p-leadArea__item:first-child .p-leadArea__img,
.p-leadArea__item:last-child .p-leadArea__img{
	margin: 0 32px;
}

.p-leadArea_text{
	font-size: 16px;
	line-height: 2;
}

.p-lineupArea{
	color: #fff;
	padding: 100px 0;
	background: #000;
}

.p-lineup__title{
	text-align: center;
	margin-bottom: 50px;
}

.p-lineup__list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 25px;
}

.p-lineup__item{
	-webkit-flex: 0 1 78px;
	-ms-flex: 0 1 78px;
	flex: 0 1 78px;
	padding-right: 8px;
	border-top: 1px solid #535353;
}

.p-lineup__item:first-child{
	padding-right: 16px;
	padding-top: 16px;
}

.p-lineup__item:last-child{
	padding-right: 0;
}

.p-lineup__number{
	font-family: "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-weight: bold;
}

.contactArea{
	margin-top: 0!important;
}

.fancybox-overlay{
  background: rgba(0, 0, 0, 0.6)
}

.fancybox-opened .fancybox-skin{
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-skin{
  background: none;
}

.fancybox-nav span{
  top: 50%;
}

.fancybox-prev,.fancybox-next{
  height: 100%;
}

.fancybox-prev{
  left: 0;
}

.fancybox-next{
  right: 0;
}
