@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


#main-content{
  width:100%;
  top:0;
  left:0;
  background: #231815;
  z-index: 0;
  overflow: hidden;
}
/* --- */
#main-content .logo{
  padding:25px 5px 15px 100px;
}
#main-content .logo img{
  display:block;
  width:100%;
  max-width:619px;
}
@media screen and (max-width: 860px){
  #main-content .logo{
    padding:25px 0px 15px 0px;
  }
  #main-content .logo img{
    max-width:519px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px){
  #main-content .logo{
    padding:15px 25px 15px 0px;
  }
}
@media screen and (max-width: 580px){
  #main-content .logo{
    padding:15px 45px 15px 0px;
  }
}
/* --- */
#main-content .title{
  text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
#main-content .title:before{
	content: "";
	display: block;
	width: 100%;
	height: 95%;
	background: url(../images/bg1.gif) 0 0 repeat;
	transform: skewY(-3deg);
	position: absolute;
	top: -10px;
	left: 0;
}
#main-content .title img.pc{
  display:block;
  width:100%;
	max-width: 1175px;
  margin: 0 auto;
	position: relative;
	z-index: 2;
}
#main-content .title img.sp{
  display:none;
}
@media screen and (max-width: 680px){
  #main-content .title img.pc{
    display:none;
  }
  #main-content .title img.sp{
    display:block;
    width:100%;
  	max-width: 500px;
    margin: 0 auto;
  	position: relative;
  	z-index: 2;
  }
}
/* --- */
#main-content .mv{
  width: 100%;
  height: 0;
  padding: 0 0 36%;
  position: relative;
  margin-top: -90px;
  z-index: 0;
}
#main-content .mv span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#main-content .mv img{
	display: block;
	object-fit: cover;
	object-position: 50% 36%;
	font-family: 'object-fit: cover; object-position: 50% 36%;';
	width: 100%;
	height: 100%;
	transition: 3s ease-in-out;
}

@media screen and (max-width: 1500px){
  #main-content .mv{
    padding: 0 0 46%;
  }
  #main-content .mv img{
  	object-position: 50% 46%;
  	font-family: 'object-fit: cover; object-position: 50% 46%;';
  }
}
@media screen and (max-width: 980px){
  #main-content .mv{
    padding: 0 0 56%;
    margin-top: -60px;
  }
  #main-content .mv img{
  	object-position: 50% 56%;
  	font-family: 'object-fit: cover; object-position: 50% 56%;';
  }
}
@media screen and (max-width: 580px){
  #main-content .mv{
    padding: 0 0 52%;
    margin-top: -30px;
  }
  #main-content .mv img{
    object-position: 50% 52%;
    font-family: 'object-fit: cover; object-position: 50% 52%;';
  }
}

main{
  position: relative;
  z-index: 5;
  margin-top: -100px;
}
@media screen and (max-width: 680px){
  main{
    margin-top: -70px;
  }
}
@media screen and (max-width: 580px){
  main{
    margin-top: -60px;
  }
}
/* ---------- pre ----------- */

.pre{
  text-align: center;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.pre:before{
	content: "";
	display: block;
	width: 100%;
	height: 110%;
	background: url(../images/bg2.gif) 0 0 repeat;
	transform: skewY(-3deg);
	position: absolute;
	top: 0px;
	left: 0;
}
.pre .img1 img.pc{
  display:block;
  width:100%;
	max-width: 1202px;
  margin: 0 auto;
  padding-top: 30px;
	position: relative;
}
.pre .img1 img.sp{
  display:none;
}
.pre .img2 img.pc{
  display:block;
  width:100%;
	max-width: 1400px;
  margin: 0 auto;
	position: relative;
}
.pre .img2 img.sp{
  display:none;
}
@media screen and (max-width: 680px){
  .pre .img1 img.pc{
    display:none;
  }
  .pre .img1 img.sp{
    display:block;
    width:100%;
  	max-width: 800px;
    margin: 0 auto 20px;
    padding-top: 30px;
  	position: relative;
  }
  .pre .img2 img.pc{
    display:none;
  }
  .pre .img2 img.sp{
    display:block;
    width:100%;
  	max-width: 800px;
    margin: 0 auto;
  	position: relative;
  }
}

/* ---------- ht ----------- */
.ht{
  position: relative;
  width:100%;
  z-index: 6;
  padding-bottom: 60px;
}
.ht .img1 img.pc{
  display:block;
  width:100%;
	max-width: 1400px;
  margin: 0 auto 50px;
}
.ht .img1 img.sp{
  display:none;
}
.ht .img2 img.pc{
  display:block;
  width:100%;
	max-width: 1200px;
  margin: 0 auto 50px;
}
.ht .img2 img.sp{
  display:none;
}
@media screen and (max-width: 680px){
  .ht{
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ht .img1 img.pc{
    display:none;
  }
  .ht .img1 img.sp{
    display:block;
    width:100%;
  	max-width: 1500px;
    margin: 0 auto 10px;
  }
  .ht .img2 img.pc{
    display:none;
  }
  .ht .img2 img.sp{
    display:block;
    width:100%;
  	max-width: 800px;
    margin: 0 auto 30px;
  }
}



/* ---------- cta ----------- */

.cta{
  width:100%;
  background: #231815;
  padding: 80px 0 200px;
}

.cta .cta-btn{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
}
.cta .cta-btn li{
  width:50%;
  padding:0 20px;
}
.cta .cta-btn li a{
  display:block;
  text-align: center;
  color:#231815;
  font-size: 1.8rem;
  font-weight: 600;
  width:100%;
  background: #d99c06;
  border:2px solid #ffbf23;
  padding:25px 5px;
  box-shadow: rgba(0,0,0,0.3) 0px 3px 7px 0px, rgba(0,0,0,0.3) 0px 0px 2px 0px, rgba(0,0,0,0.3) 0px 6px 7px 0px;
  -moz-border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;
}
.cta .cta-btn li a:hover{
  background: #ffbf23;
}

@media screen and (max-width: 980px){
  .cta{
    padding: 50px 0 200px;
  }
}
@media screen and (max-width: 680px){
  .cta .cta-btn{
    flex-wrap: wrap;
  }
  .cta .cta-btn li{
    width:100%;
    padding:0 0px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 580px){
  .cta{
    padding: 50px 0 100px;
  }
}

/* ---------- s2 ----------- */
#s2{
  width:100%;
  background: #f3e524;
	position: relative;
  padding-bottom: 190px;
}
#s2 .s2-title{
  text-align: center;
  position: relative;
  margin-top: -50px;
  z-index: 3;
}
#s2 .s2-title:before{
	content: "";
	display: block;
	width: 100%;
	height: 130%;
	background: url(../images/bg3.gif) 0 0 repeat;
	transform: skewY(-3deg);
	position: absolute;
	top: -50px;
	left: 0;
}
#s2 .s2-title img{
  display:block;
  width:100%;
	max-width: 1300px;
  margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 680px){
  #s2{
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 580px){
  #s2{
    padding-bottom: 100px;
  }
  #s2 .s2-title:before{
  	height: 160%;
  	top: -20px;
  	left: 0;
  }
}


/* ----- */

#s2 .s2-content{
  position: relative;
  width:100%;

}
#s2 .s2-content:before{
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background: #fbf256;
	transform: skewY(-3deg);
	position: absolute;
	top: 0;
	left: 0;
}

#s2 .s2-content .s2-car{
  position: relative;
  z-index: 5;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  padding-top: 80px;
  justify-content: space-between;
  margin-bottom: 30px;
}
#s2 .s2-content .s2-car li{
  width:49%;
}

#s2 .s2-content .p1{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color:#e60012;
  margin-bottom: 30px;
}

@media screen and (max-width: 680px){
  #s2 .s2-content .s2-car{
    padding-top: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #s2 .s2-content .s2-car li{
    width:100%;
    margin-bottom: 25px;
  }
  #s2 .s2-content .p1{
    text-align: left;
    margin-bottom: 20px;
  }
}


/* ---------- s3 ----------- */
#s3{
  width:100%;
	position: relative;
  margin-top: -60px;
  padding-bottom: 120px;
}
#s3 .s3-title{
  text-align: center;
  position: relative;
  margin-top: 0px;
  z-index: 3;
}
#s3 .s3-title:before{
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	background: url(../images/bg4.gif) 0 0 repeat;
	transform: skewY(-3deg);
	position: absolute;
	top: 0px;
	left: 0;
}
#s3 .s3-title img.pc{
  display:block;
  width:100%;
	max-width: 1300px;
  margin: 0 auto;
	position: relative;
}
#s3 .s3-title img.sp{
  display:none;
}

@media screen and (max-width: 680px){
  #s3 .s3-title img.pc{
    display:none;
  }
  #s3 .s3-title img.sp{
    display:block;
    width:100%;
  	max-width: 800px;
    margin: 0 auto;
  	position: relative;
  }
}

/* ----- */

#s3 .car{
  width:100%;
  position: relative;
  margin-top: 90px;
}

#s3 .car:before{
	content: "";
	display: block;
	width: 100%;
	height: 70%;
	transform: skewY(-3deg);
	position: absolute;
	bottom: 30px;
	left: 0;
}

#s3 .car.c1:before{
  background: url(../images/bg5.gif) 0 0 repeat;
}
#s3 .car.c2:before{
  background: url(../images/bg6.gif) 0 0 repeat;
}
#s3 .car.c3:before{
  background: url(../images/bg7.gif) 0 0 repeat;
}
#s3 .car.c4:before{
  background: url(../images/bg8.gif) 0 0 repeat;
}
#s3 .car.c5:before{
  background: url(../images/bg9.gif) 0 0 repeat;
}
#s3 .car.c6:before{
  background: url(../images/bg10.gif) 0 0 repeat;
}
#s3 .car.c7:before{
  background: url(../images/bg11.gif) 0 0 repeat;
}
#s3 .car.c8:before{
  background: url(../images/bg12.gif) 0 0 repeat;
}

#s3 .car .w{
  position: relative;
  z-index: 6;
}
#s3 .car .ulcar{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 40px;
}
#s3 .car .ulcar .img1{
  width:50%;
  padding:0 5px 0 85px;
}
#s3 .car .ulcar .img2{
  width:50%;
  padding:0 40px 0 5px;
}
#s3 .car .ulcar .img1 .cap{
  color:#fff;
}
#s3 .car .car-btn{
  text-align: center;
}
#s3 .car .car-btn a{
  display:block;
  text-align: center;
  color:#303030;
  font-size: 1.8rem;
  font-weight: 600;
  width:100%;
  max-width: 420px;
  background: #fae000;
  padding:16px 5px;
  margin:0 auto;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 10px 0px, rgba(0,0,0,0.2) 0px 0px 6px 0px, rgba(0,0,0,0.2) 0px 6px 12px 0px;
  -moz-border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;
}
#s3 .car .car-btn a:hover{
  background: #ffbf23;
  box-shadow: rgba(0,0,0,0.1) 0px 3px 4px 0px, rgba(0,0,0,0.1) 0px 0px 2px 0px, rgba(0,0,0,0.1) 0px 2px 4px 0px;
}


@media screen and (max-width: 1350px){
  #s3 .car .ulcar .img1{
    width:46%;
    padding:0 5px 0 0px;
  }
  #s3 .car .ulcar .img2{
    width:54%;
    padding:0 0px 0 5px;
  }
}

@media screen and (max-width: 980px){
  #s3 .car .ulcar .img1{
    width:100%;
    padding:0 0px 0 0px;
  }
  #s3 .car .ulcar .img2{
    width:100%;
    padding:0 0px 0 0px;
  }
  #s3 .car .ulcar .img1 img{
    display:block;
    width:100%;
  	max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px){
  #s3{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 580px){
  #s3 .car{
    margin-top: 60px;
  }
}

/* ---------- s4 ----------- */
#s4{
  width:100%;
	position: relative;
  background: #006cac;
  padding:100px 0;
}
#s4 .w2{
  width:100%;
  padding:30px;
  background: #fff;
}

@media screen and (max-width: 860px){
  #s4{
    padding:60px 0;
  }
}

@media screen and (max-width: 680px){
  #s4{
    padding:30px 0;
  }
}
@media screen and (max-width: 680px){
}
