@charset "UTF-8";
.w{
  position: relative;
  width:100%;
  max-width:1400px;
  margin: 0 auto;
  padding:0 50px;
}
@media screen and (max-width: 760px){
  .w{
    padding:0 25px;
  }
}
/* ------------------------- */
#kv{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#kv .bg{
  position: relative;
  z-index:0;
  pointer-events: none;
}
#kv .bg img.pc{
	max-width: none;
	width: 100%;
	min-height: 800px;
	object-fit: cover;
	object-position: 50% 0%;
	font-family: 'object-fit: cover; object-position: 50% 0%;';
}
#kv .bg img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#kv .logo{
  position: absolute;
  top:40px;
  left:50px;
  width:100%;
  max-width:340px;
  z-index:2;
}
#kv .logo img{
  display:block;
  width:100%;
  margin: 0 auto;
}
#kv .inner{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index:1;
}
#kv .inner .title{
  pointer-events: none;
  padding-top: 8vw;
}
#kv .inner .title img.pc{
  display:block;
  width:120%;
  max-width:2200px;
  margin-left: -10%;
}
#kv .inner .title img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:auto;
}

@media screen and (max-width: 1680px){
  #kv .inner .title img.pc{
    width:110%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 1500px){
  #kv .inner .title img.pc{
    width:100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 1420px){
  #kv .logo{
    top:30px;
    left:30px;
    max-width:300px;
  }
}
@media screen and (max-width: 1300px){
  #kv .inner .title{
    padding-top:120px;
  }
  #kv .inner .title img.pc{
    width:110%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 1180px){
  #kv .inner .title img.pc{
    width:118%;
    margin-left: -9%;
  }
}
@media screen and (max-width: 980px){
  #kv .bg img.pc{
  	min-height:auto;
    height:70vh;
  }
}
@media screen and (max-width: 860px){
  #kv .bg img.pc{
  	min-height:auto;
    height:60vh;
  }
}
@media screen and (max-width: 760px){
  #kv .bg img.pc{
  	display:none;
  }
  #kv .bg img.sp{
    display:block;
  }
  #kv .inner .title img.pc{
    display:none;
  }
  #kv .inner .title img.sp{
    display:block;
  }
}
@media screen and (max-width: 580px){
  #kv .logo{
    top:40px;
    left:0px;
    width:100%;
    max-width:100%;
  }
  #kv .logo img{
    max-width:280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px){
  #kv .logo{
    top:30px;
    left:0px;
    width:100%;
    max-width:100%;
  }
  #kv .logo img{
    max-width:240px;
    margin: 0 auto;
  }
  #kv .inner .title{
    padding-top:70px;
  }
}
@media screen and (max-width: 320px){
  #kv .logo img{
    max-width:200px;
  }
}

/* ------------------------- */
#s1{
	width: 100%;
	position: relative;
	overflow: hidden;
  padding:40px 0;
}
#s1 img{
  display:block;
  width:140%;
  max-width:2400px;
  margin-left: -20%;
}
@media screen and (max-width: 860px){
  #s1 img{
    width:160%;
    margin-left: -30%;
  }
}
@media screen and (max-width: 680px){
  #s1 img{
    width:180%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 480px){
  #s1 img{
    width:200%;
    margin-left: -50%;
  }
}

/* ------------------------- */
.fl{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sbg{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image: url(../images/sbg.png);
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index:1;
}
@media screen and (max-width:1750px) {
  .sbg{
    background-size: 110% auto;
  }
}
@media screen and (max-width:1280px) {
  .sbg{
    background-size: 110% auto;
  }
}
@media screen and (max-width:780px) {
  .sbg{
    background-size: 110% auto;
  }
}
/* ------------------------- */

#s2{
  position: relative;
  z-index:2;
  padding:50px 0;
}
#s2 h2{
  margin-bottom: 80px;
}
#s2 h2 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s2 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
@media screen and (max-width:860px) {
  #s2 ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width:580px) {
  #s2 h2{
    margin-bottom: 40px;
  }
  #s2 h2 img{
    width:110%;
    margin-left: -5%;
  }
}
@media screen and (max-width:480px) {
  #s2{
    padding:30px 0;
  }
  #s2 h2 img{
    width:130%;
    margin-left: -15%;
  }
}
/* ------------------------- */

#s3{
  position: relative;
  z-index:2;
  padding:50px 0 0;
}
#s3 h2{
  margin-bottom: 60px;
}
#s3 h2 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s3 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  margin-bottom: 80px;
}
#s3 .btn{
  margin-bottom: 80px;
}
#s3 .btn img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s3 .f img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
.copy{
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width:780px) {
  #s3 ul{
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:580px) {
  #s3 h2{
    margin-bottom: 40px;
  }
  #s3 h2 img{
    width:110%;
    margin-left: -5%;
  }
}
@media screen and (max-width:480px) {
  #s3{
    padding:30px 0 0;
  }
  #s3 h2 img{
    width:130%;
    margin-left: -15%;
  }
}


/* ------------------------- */
