@charset "UTF-8";
/* メインファーストビュー */
.l-mv{
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: url("../img/p_title_main.jpg") center 50%/cover no-repeat;
  margin-top: 65px;
}
.l-mv h1{
  position: absolute;
  z-index: 5;
  top: 45%;
  left: 50%;
  width: 62.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-mv h1 img{
  max-width: 300px;
  width: 45%;
  height: 45%;
}
/*==768以下==*/
@media screen and (max-width: 768px) {
.l-mv{
  background: url("../img/p_title_main.jpg") -600px 50%/cover no-repeat;
  margin-top: 0px;
}
.l-mv h1 img{
  max-width: 400px;
  width: 55%;
}
}
/*==450以下==*/
@media screen and (max-width: 500px) {
.l-mv{
  background: url("../img/p_title_main.jpg") right 50%/cover no-repeat;
  margin-top: 0px;
}
.l-mv h1 img{
  max-width: 400px;
  width: 65%;
}
}
/*---------------*/
scrolldown
/*---------------*/
.scrolldown{
  display: block;
}
.scroll {
  position: absolute;
  left: 20px;
  bottom: 0px;
  z-index: 100;
  padding: 5px 15px 210px 20px;
  overflow: hidden;
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 200px;
  background: #bad6f3;
}
.scroll::after {
  animation: sdl 3.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
.scrolldown{
  display: block;
  bottom: 0px;
}
.scrolldown img{
  width: 13px;
}
.scroll {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px 110px 20px;
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
}
}

/*---------------*/
lineup
/*---------------*/
.grid .lineup img{
	margin: 0px 10px 70px 10px;
}
.grid {
	margin: 0px auto;
	list-style: none;
	text-align: center;
	display: block;
	clear: both;
	color: #fff;
	padding: 100px 40px;
	background-color: #000;
	overflow: auto;
}
.grid_btn{
	clear: both;
	margin: 40px auto;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 1px 0.1%;
	max-height: 360px;
	width: 24.8%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure p.btnhead {
	font-weight: 600;
	font-size: 1.3em;
	font-family: Arial, Helvetica, "sans-serif";
}

.grid figure p.btnhead span {
	font-weight: 800;
}

.grid figure p.btnhead,
.grid figure p.btncopy {
	margin: 0;
}

.grid figure p.btncopy {
	width: 80%;
	font-size: 90%;
	line-height: 1.75em;
	font-weight: 500;
}

/* Individual effects */
figure.effect-sarah {
	background: #000;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.3;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah p.btnhead {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

figure.effect-sarah p.btnhead::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover p.btnhead::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p.btncopy {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p.btncopy {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media screen and (max-width: 1000px) {
.grid figure {
	position: relative;
	margin: 2px 0.5%;
	max-height: 400px;
	width: 32.33333%;
}
.grid {
	margin: 0px auto;
	padding: 50px 10px;
}
}
@media screen and (max-width: 768px) {
.grid .lineup img{
	margin: 0px 10px 0px 10px;
	width: 150px;
}
/* Common style */
.grid figure {
	position: relative;
	max-height: 400px;
	width: 49%;
}
.btncopy{
		display: none;
	}
figure.effect-sarah p.btnhead::after {
	height: 0px;
}
.grid figure p.btnhead {
	font-weight: 600;
	font-size: 1.45em;
}
figure.effect-sarah p.btnhead {
	position: relative;
	overflow: hidden;
	padding: 5px 0;
}

}
/*==450以下==*/
@media screen and (max-width: 450px) {
.grid figure p.btnhead {
	font-weight: 600;
	font-size: 1.15em;
}
.grid {
	padding: 50px 10px 0 10px;
}
.grid figure figcaption {
	padding: 10px 15px;
}
.grid figure p.btn_spmini{
	font-size: 0.95em;
	line-height: 1.5;
}
}