@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  home.css
// style info :  スタイル指定
=================================================================== */
#kvWrap {
	position: relative;
	background: #ccc;
}
#kvWrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	/*background: rgba(0,0,0,.3);*/
	background: url(../../../img/pages/home/dots.png) 0 0 repeat;
}
.mobile #kvWrap {
	position: relative;
	background: #ccc;
	height: calc(100vh - 118px);
	overflow: hidden;
}
.mobile #kvWrap::after {
	background: rgba(0,0,0,.3);
}
.kv_title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10;
    color: #fff;
    font-weight: 400;
	margin: 0 6%;
    /*mix-blend-mode: difference;*/
	text-align: left;
	width: 	100%;
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%);
}
.kv_title > span {
  display: block;
}
.kv_title > span:nth-child(1) {
    font-size: 46px;
	font-weight: 500;
	letter-spacing: .2em;
    line-height: 1.4;
	margin-bottom: 25px;
  -webkit-animation: heroText 500ms 1800ms both;
          animation: heroText 500ms 1800ms both;
}
.kv_title > span:nth-child(2) {
	font-size: 15px;
	line-height: 2;
	letter-spacing: .15em;
  -webkit-animation: heroText 500ms 2000ms both;
          animation: heroText 500ms 2000ms both;
}
.kv_title > span:nth-child(3) {
	margin-top: 40px;
  -webkit-animation: heroText 500ms 2400ms both;
          animation: heroText 500ms 2400ms both;
}

/* SUUMO 追加 */
.kv_title span.awrad img{
	padding: 0 10px;
	margin: 0 10px;
}
.kv_title span.awrad figure + figure::before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
.kv_title > span.awrad {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-left: -20px;
}


@-webkit-keyframes heroText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes heroText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.kv_points {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
	z-index: 10;
	margin: auto;
	text-align: left;
	width: 75%;
  -webkit-animation: heroText 500ms 2200ms both;
          animation: heroText 500ms 2200ms both;
}

#topVideo {
	width: 100%;
	height: auto;
	/*position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	-webkit-transform: translate(-50%,-0);
	transform: translate(-50%,0);*/
}
#topVideoMobile {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#movieImg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url(../../../img/pages/home/videoImg.gif) 50% 50% no-repeat;
	background-size: cover;
}

h3.articleHdd {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 1.5em;
}
h3.articleHdd::before {
	content: attr(data-hddName);
	display: block;
	color: #999;
	font-size: 12px;
	margin-bottom: 20px;
	
}

/*************/
#lineupWrap {}
#lineupWrap h3.articleHdd {
	margin-bottom: 2em;
}
#lineupWrap .lineupNav {
	margin-bottom: 30px;
}
.sp #lineupWrap .lineupNav {
	position: relative;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}
#lineupWrap .lineupNav > li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 1.5em;
	text-align: center;
}
#lineupWrap .lineupNav > li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #428e8c;
	-webkit-transform: scale(0, 1);
	-webkit-transform-origin: center top;
	-webkit-transition: transform .3s;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#lineupWrap .lineupNav > li:hover::after {
	-webkit-transform-origin: center top;
	-webkit-transform: scale(1, 1);
	transform-origin: center top;
	transform: scale(1, 1);
}
#lineupWrap .lineupNav > li.is_active {
	font-weight: 700;
}
#lineupWrap .lineupNav > li.is_active::after {
	-webkit-transform-origin: center top;
	-webkit-transform: scale(1, 1);
	transform-origin: center top;
	transform: scale(1, 1);
}

#lineupWrap .lineupBoxes .lineupBox {
	display: none;
}
#lineupWrap .lineupBoxes .lineupBox.is_active {
	display: block;
}
#lineupWrap .lineupBoxes .lineupBoxItem {
	margin-bottom: 30px;
}
#lineupWrap .lineupBoxes .lineupBoxItem a {
	display: block;
}
#lineupWrap .lineupBoxes .lineupBoxItem figure {
	overflow: hidden;
}
#lineupWrap .lineupBoxes .lineupBoxItem figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#lineupWrap .lineupBoxes .lineupBoxItem .lineupName {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: .5em;
}

#lineupWrap .lineupBoxes .lineupBoxItem a:hover .arrowThumb {
	background: #428e8c;
	border-color: #428e8c;
	color: #fff;
}
#lineupWrap .lineupBoxes .lineupBoxItem a:hover figure img {
	-webkit-transform: scale(1.25,1.25);
	transform: scale(1.25,1.25);
}
/*************/
/*************/
#firstSection {
	position: relative;
	z-index: 10;
	margin-top: -50px;
}

#pickupSliders {}
#pickupSliders #pickupSliderData {
	padding-top: 155px;
	padding-bottom: 100px;
	margin-bottom: 0;
}
#pickupSliders #pickupSliderData p {
	margin-bottom: 30px;
}
#pickupSliders #pickupSliderData .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
}
#pickupSliders #pickupSliderData .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#pickupSliders #pickupSliderData .slick-dots li button:before {
    opacity: .25;
    color: black;
}
#pickupSliders #pickupSliderData .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #428e8c;
}

@media only screen and (max-width: 1239px) {
#pickupSliders #pickupSliderData {
	padding-top: 115px;
}
}
@media only screen and (max-width: 1099px) {
#pickupSliders #pickupSliderData {
	padding-top: 60px;
}
span img.kv_suumo{
    margin-top: 30px;
    border-left: none;
	margin-left: 0;
	padding-left: 0;
}

}
@media only screen and (max-width: 991px) {
#pickupSliders #pickupSliderData {
	padding-top: 0;
	padding-bottom: 40px;
}
#pickupSliders #pickupSliderData .slick-dots {
    bottom: 0;
}
}
/*************/
/*************/
#serviceWrap {
	background: #fff;
	padding: 80px 0;
}
#serviceSlider a {
	display: block;
	border: #eee solid 1px;
	height: 320px;
	margin: 15px;
}
#serviceSlider a:hover {
	border: #428e8c solid 1px;
}
#serviceSlider a figure {
	text-align: center;
}
#serviceSlider a figure img {
	margin: 0 auto;
}
#serviceSlider a p {
	padding: 0 30px;
}
#serviceSlider a.outlink span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	padding-right: 0;
}
#serviceSlider a.outlink span::before {
	position: absolute;
	top: 100%;
}
#serviceSlider a.outlink span::after {
	position: absolute;
	top: 100%;
}
.slickPrev,
.slickNext {
	position: absolute;
	top: -40px;
	z-index: 10;
	cursor: pointer;
}
.slickPrev {
	right: 100px;
}
.slickNext {
	right: 50px;
}
/*************/

/******************************************************************/
@media only screen and (max-width: 1680px) {
	.kv_title{transform: translateY(-50%);}
	.kv_title > span.awrad img{max-width: 300px;}
}
@media only screen and (max-width: 1366px) {
.kv_title > span:nth-child(1) {
    font-size: 36px;
}
}
@media only screen and (max-width: 1280px) {
	.kv_title > span:nth-child(1) {font-size: 28px;}
	.kv_title > span:nth-child(2){font-size: 14px;}
	.kv_title > span.awrad img{max-width: 240px;}
}
@media only screen and (max-width: 1050px) {
	.kv_title span.awrad{
		justify-content: flex-start;
		gap: 20px;
	}
	.kv_title span.awrad img{
		margin: 0;
		max-width: 340px;
		width: 100%;
	}
	.kv_title > span.awrad{
		margin-left: 0;
	}
	/*.kv_title > span.awrad img {
		width: calc(100% / 2 - 10px);
	}*/
	.kv_title span.awrad img:nth-child(3){border: 0; margin: 0; padding: 0;}
}
@media only screen and (max-width: 991px) {
	.kv_title {
		width: 90%;
		-webkit-transform: translateY(-55%);
		transform: translateY(-55%);
	}
	.kv_points {
		width: 90%;
	}
	/*************/
	#lineupWrap .lineupNav > li {
		padding: 0 1em;
	}
	#lineupWrap .lineupBoxes .lineupBoxItem .lineupData {
		padding-top: 10px;
	}
	/*************/
	.newsArea {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.mobile #kvWrap {
    height: calc(100vh);
}
	.kv_title > span:nth-child(1) {
		font-size: 30px;
	}
	.kv_title > span:nth-child(2) {
		display: none;
	}
	.kv_title span.awrad{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}
	.kv_title span.awrad figure{
		margin: 0;
		width: calc(100% / 2 - 10px);
	}
	.kv_title span.awrad figure + figure::before{
		display: none;
	}
/*.kv_title span.awrad img:last-child{
	margin-bottom: 80px;
}*/

.slickPrev,
.slickNext {
	top: -45px;
}
.slickPrev {
	right: 80px;
}
.slickNext {
	right: 30px;
}
	

}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {

}
@media only screen and (max-width: 320px) {
.kv_title > span:nth-child(1) {
    font-size: 28px;
}

.slickPrev {
	right: 65px;
}
.slickNext {
	right: 15px;
}
}

/*********************/
.omimaiText {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
}

/* コロナウイルス対応について 2020/10/05 */
.coronaText {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
}


@media only screen and (max-width: 1239px) {
.omimaiText {
	text-align: left;
}
}
@media only screen and (max-width: 767px) {
.omimaiText {
	font-size: 12px;
}
.coronaText {
	font-size: 14px;
}
}

