@charset "UTF-8";

.slideArea {
	position: relative;
}

.start {
	background: #003055;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 184px;
}
.start p img {
	width: 100%;
}

/* ## header ## */

#fader_wrapp {
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#slide_wrapp {
	width: 100%;
	background-color: #ffffff;
	margin-top: 0;
	overflow: hidden;
	float: right;
	z-index: 1;
}
#slide_wrapp:after {
  content: "";
  clear: both;
  display: block;
}
#slide_wrapp .slide_item img {
}


/* scrolldown */
.scrolldown1{
	position:absolute;
	left:50%;
	bottom:-8px;
    /*全体の高さ*/
	height:100px;
	z-index: 1000;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #ffffff;
	font-size: 13px;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 70px;
	background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:124px;
		opacity: 0;
	}
}

/* top comment */
.topComme {
	width: 90%;
	box-sizing: border-box;
	color: #ffffff;
	position: absolute;
/*	text-shadow: 0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08);
	opacity: 0.94;*/
	left: 25%;
	letter-spacing: 1px;
	display: none;
	z-index: 2;
}
.topComme.tc01 {
/*	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: 'Chelsea Market', cursive, Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.14;
	top: 30%;
}
.topComme.tc01 span {
}
.topComme.tc01 img {
	width: 340px;
}
.topComme.tc02 {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.6;
	top: 58%;
/*	transform: rotate(-5deg);*/
}
.topComme.tc03 {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	top: 58%;
/*	transform: rotate(-1deg);*/
}

/* slider */
.slider {
	width: 100%;
	max-width: 1800px;
	box-sizing: border-box;
	margin: 0 auto;
	background-attachment: fixed;
}
.slick-prev {
	left: -44px;
	z-index: 10000;
}
.slick-next {
	right: -44px;
}
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 40px;
}

#wrapper {
}

.baseBox {
	position: relative;
}

/* ## basebox ## */
#con01.baseBox {
}
#con01.baseBox .inner {
	max-width: 1200px;
}
#con01.baseBox .boxL:after {
  content: "";
  clear: both;
  display: block;
}
#con01.baseBox .boxL {
	padding-bottom: 14px;
}
#con01.baseBox .boxL img {
	width: 100%;
	max-width: 74px;
	margin-right: 28px;
	float: left;
}
#con01.baseBox .boxR {
}


/* ## basebox ## */
.baseBox.leftTitle .boxF {
	width: 33%;
	box-sizing: border-box;
	float: left;
}
.baseBox.leftTitle .boxS {
	width: 67%;
	box-sizing: border-box;
	float: left;
}
.baseBox.leftTitle .boxS .brands {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.baseBox.leftTitle .boxS .brands img {
	width: 90%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.baseBox.leftTitle .cTitle hr, .baseBox.rightTitle .cTitle hr {
	margin: 44px auto 0 auto;
}
.baseBox.rightTitle .boxF {
	width: 33%;
	box-sizing: border-box;
	float: right;
}
.baseBox.rightTitle .boxS {
	width: 67%;
	box-sizing: border-box;
	float: right;
}
.baseBox .intro {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 24px;
}

/* concept */
.cspBox {
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.cspBox p.prologue {
	font-size: 28px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-align: center;
	margin-bottom: 24px;
}
.cspBox p.sub {
	max-width: 780px;
	color: #dcdcdc;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	margin: 44px auto;
}

/*
.cspBox .nButton.more a {
	color: #fcfcfc;
	border: solid 1px #fcfcfc;
	background-color: transparent;
}
.cspBox .nButton.more a:hover {
	color: #242424;
	background-color: #fcfcfc;
}*/

#con01 {
	background: url("../img/top/main/back_moyo01.png") repeat-x;
	position: relative;
	z-index: 1000;
}

/* 店舗ボックス */
.spBox {
	margin-bottom: 14px;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
}

/* message */
.baseBox .boxS p.boss {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.34;
	margin-top: 8px;
}
.baseBox .boxS p.boss span {
	font-size: 18px;
}
.baseBox.rightTitle .msgBox .boxS p {
	line-height: 2.14;
}
.baseBox .imgBox img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 40px;
	vertical-align: bottom;
	margin-bottom: 18px;
}
.bskBox {
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 18px;
	padding: 18px;
}
.bskBox .table01 tr {
	border-top: dotted 1px #f4f4f4;
}

/* recruit */
/*
#con04.baseBox {
	background-image: url("../img/top/main/recruit_back.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	color: #ffffff;
}*/
#con02.baseBox {
	color: #ffffff;
	background-color: transparent;
}
#con02.baseBox:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/top/main/recruit_back.jpg");
	background-size: cover;
}

#con02 .cTitle hr {
	border-color: #ffffff;
}

#con02.baseBox .inner {
	max-width: 980px;
}

/* dl.dt.dd 設定 */
.hisBox dd {
	border-bottom: solid 1px #ffe5e0;
}

.imgRbox {
	width: 480px;
	box-sizing: border-box;
	margin: 0 0 14px 24px;
	float: right;
}
.imgRbox img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	vertical-align: bottom;
}

/* contact box */
.cntBox {
	width: 100%;
}
.cntBox a {
	width: 80%;
	max-width: 780px;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #005AA4;
	margin: 0 auto;
	padding: 40px;
	display: block;
	position: relative;
}
.cntBox a .cTitle {
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 2;
	line-height: 0.6;
	text-align: left;
	margin-bottom: 28px;
	padding-top: 10px;
	padding-bottom: 0;
}
.cntBox a .cTitle .sub {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 4px;
}
.cntBox a i {
	position: absolute;
	right: 14px;
	top: 46%;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.vwWrapp {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 44px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
.scroll-infinity__wrap {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
	width: calc(100vw / 4);
	box-sizing: border-box;
	padding: 0 14px;
}
.scroll-infinity__item>img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	border-radius: 14px;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 22px;
	line-height: 1.2;
	top: 34%;
}
.topComme.tc01 span {
	font-size: 36px;
}
.topComme.tc02 {
	font-size: 15px;
	top: 54%;
	line-height: 1.4;
}
	

.cspBox .img01 {
	width: 174px;
	position: absolute;
	top: -88px;
	left: -88px;
}
.cspBox .img02 {
	width: 144px;
	position: absolute;
	top: -24px;
	right: -84px;
}
.cspBox .img03 {
	width: 144px;
	position: absolute;
	bottom: -64px;
	right: -34px;
}
.cspBox .img04 {
	width: 144px;
	position: absolute;
	bottom: 24px;
	left: -84px;
}
	
.scroll-infinity__item {
	width: calc(100vw / 2);
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 24px;
	line-height: 1.2;
	top: 34%;
}
.topComme.tc01 span {
	font-size: 40px;
}
.topComme.tc02 {
	font-size: 16px;
	top: 54%;
	line-height: 1.4;
}
	

.cspBox .img01 {
	width: 174px;
	position: absolute;
	top: -88px;
	left: -88px;
}
.cspBox .img02 {
	width: 144px;
	position: absolute;
	top: -24px;
	right: -84px;
}
.cspBox .img03 {
	width: 144px;
	position: absolute;
	bottom: -64px;
	right: -34px;
}
.cspBox .img04 {
	width: 144px;
	position: absolute;
	bottom: 24px;
	left: -84px;
}
	
.scroll-infinity__item {
	width: calc(100vw / 2);
}
	
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 24px;
}
.topComme.tc01 {
	font-size: 30px;
	line-height: 1.2;
	top: 36%;
}
.topComme.tc01 span {
	font-size: 40px;
}
.topComme.tc02 {
	font-size: 24px;
	top: 58%;
	line-height: 1.4;
}
	

.cspBox .img01 {
	width: 174px;
	position: absolute;
	top: -88px;
	left: -88px;
}
.cspBox .img02 {
	width: 144px;
	position: absolute;
	top: -24px;
	right: -84px;
}
.cspBox .img03 {
	width: 144px;
	position: absolute;
	bottom: -64px;
	right: -34px;
}
.cspBox .img04 {
	width: 144px;
	position: absolute;
	bottom: 24px;
	left: -84px;
}

.scroll-infinity__item {
	width: calc(100vw / 3);
}

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
.start {
}
.start p {
	width: 124px;
}
	
/* top comment */
.topComme {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	left: 0;
	letter-spacing: 1px;
	font-weight: 600;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.48);
}
.topComme.tc01 {
}
.topComme.tc02 {
	font-weight: 600;
}
.topComme.tc02 {
	font-weight: 600;
}
	
/* scrolldown */
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
    /*全体の高さ*/
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	left:-15px;
	top: -15px;
	font-size: 11px;
}
	
/* ## basebox ## */
#con01.baseBox {
}
.baseBox .imgBox {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
	
.baseBox.leftTitle .boxF {
	width: 100%;
	float: none;
}
.baseBox.leftTitle .boxS {
	width: 100%;
	float: none;
}
.baseBox.leftTitle .cTitle hr, .baseBox.rightTitle .cTitle hr {
	margin: 28px auto 14px auto;
}
.baseBox.rightTitle .boxF {
	width: 100%;
	padding-top: 0;
	float: none;
}
.baseBox.rightTitle .boxS {
	width: 100%;
	float: none;
}
	
.baseBox .intro {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.baseBox #rcIntro.intro {
	padding: 0 18px;
}
	
/* concept */
.cspBox {
	width: 100%;
}
.cspBox p.concept {
	font-size: 12px;
	line-height: 2.2;
	padding-top: 24px;
	padding-top: 14px;
}
	
.cspBox p.prologue {
	font-size: 18px;
	margin-bottom: 18px;
}
.cspBox p.sub {
	font-size: 12px;
	line-height: 2;
	margin: 24px auto;
}
	
/* message */
.baseBox.rightTitle .boxS p.boss {
	line-height: 1.4;
}
.baseBox.rightTitle .boxS p.boss span {
	font-size: 16px;
}
.msgBox .imgBox {
	margin-bottom: 14px;
}

.bskBox {
	border-radius: 8px;
	margin-top: 14px;
	padding: 14px;
}
.bskBox .table01 {
	margin-top: 8px;
}
.bskBox .table01 th {
	width: 100%;
	box-sizing: border-box;
	border-top: dotted 1px #f4f4f4;
	padding: 4px 0 0 0;
	display: block;
}
.bskBox .table01 td {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 4px 0;
	display: block;
}
	
.imgRbox {
	width: 224px;
	margin: 0 0 10px 14px;
}
.imgRbox img {
	border-radius: 4px;
}
	
/* recruit */
#con04 .boxS {
	line-height: 1.5;
}
#con04 .boxS .nButton {
	text-align: center;
	margin: 14px auto;
}

/* contact box */
.cntBox a:active {
	background-color: #1e7fcf;
	text-decoration: none;
}	

.tableCus01 {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 4px;
	border-spacing: 4px;
}
.tableCus01 caption {
	font-size: 16px;
}
.tableCus01 th {
	border-spacing: 4px;
	padding: 4px;
}
.tableCus01 td {
	border-spacing: 4px;
	padding: 4px 4px 4px 2px;
}	
		
.baseBox.leftTitle .boxT .triangle {
	display: none;
}
.baseBox.leftTitle .boxT {
	margin-top: 14px;
	padding: 8px 14px 14px 14px;
	clear: both;
}
	
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev::before, .slick-next::before {
	opacity: 0.84;
}
	
.vwWrapp {
	margin-bottom: 24px;
}
.scroll-infinity__item {
	padding: 0 8px;
}
	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* top comment */
.topComme {
	text-shadow: 1px 2px 3px rgba(0,0,0,0.48), -1px -1px 3px rgba(0,0,0,0.48);}
.topComme.tc01 {
	font-size: 44px;
	letter-spacing: 8px;
}

.topComme.tc01 {
	font-size: 40px;
}
.topComme.tc01 span {
	font-size: 78px;
}
.topComme.tc02 {
	font-size: 28px;
}
.topComme.tc02 br {
	display: none;
}
.topComme.tc03 {
	font-size: 28px;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 28px;
}
	
/* topics area */

#topics {
	max-width: 440px;
}
#topics .ntpBox a:hover {
	background-color: #fc5252;
}
	
/* ## basebox ## */
.baseBox.nomalTitle .inner {
	max-width: 820px;
}
.baseBox.leftTitle .cTitle {
	text-align: center;
}
.baseBox.leftTitle .boxF {
	width: 33%;
	box-sizing: border-box;
	float: left;
}
.baseBox.leftTitle .boxS {
	width: 67%;
	box-sizing: border-box;
	padding: 0 0 0 84px;
	float: left;
}
.baseBox.rightTitle .cTitle {
	text-align: center;
}
.baseBox.rightTitle .boxF {
	width: 33%;
	box-sizing: border-box;
	float: right;
}
.baseBox.rightTitle .boxS {
	width: 67%;
	box-sizing: border-box;
	padding: 0 100px 0 0;
	float: right;
}
	
.baseBox.rightTitle .boxS p {
	line-height: 1.3;
	margin-bottom: 10px;
}
.baseBox.rightTitle .boxS p.philTex {
	line-height: 1.5;
}
	
.baseBox.leftTitle .boxT .slider {
	display: none;
}
	
.brBox {
	width: 12.5%;
	box-sizing: border-box;
	line-height: 1.3;
	padding: 0 10px;
	float: left;
}
	
/* company */
/* dl.dt.dd 設定 */
section#main .hisBox dl {
}
section#main .hisBox dt {
	width: 100%;
	padding: 10px 0 0 0;
}
section#main .hisBox dd {
	margin: 0 ;
	padding: 10px 0;
}
	
/* contact box */
.cntBox a:hover {
	background-color: #1e7fcf;
	text-decoration: none;
}
	
.tkBan a:hover {
	opacity: 0.84;
}
	
}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* top comment */
.topComme {
}

.topComme.tc01 {
	font-size: 46px;
}
.topComme.tc01 span {
	font-size: 84px;
}
.topComme.tc02 {
	font-size: 30px;
}
.topComme.tc03 {
	font-size: 24px;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 40px;
}
	
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:114px;
		opacity: 1;
	}
	100%{
		height:0;
		top:180px;
		opacity: 0;
	}
}
	
}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 58px;
}
.topComme.tc01 span {
	font-size: 104px;
}
.topComme.tc02 {
	font-size: 34px;
}
.topComme.tc03 {
	font-size: 34px;
}
	

/* scrolldown */
.scrolldown1{
	bottom: 5px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:124px;
		opacity: 1;
	}
	100%{
		height:0;
		top:200px;
		opacity: 0;
	}
}
	
}

