@charset "utf-8";

.intro{
  background: url(../img/top/intro-bg.jpg) no-repeat center center / cover;
  padding: 50px 0;
}
.intro .head{
  max-width: 1050px;
  width: 90%;
  margin: 80px auto 0;
}
.intro .head .txt1{
  font-size: clamp(18px,2vw,36px);
  line-height: 1.4;
  text-align: center;
  color: #273c23;
}
.intro .head a{
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 30px auto;
  transition: .3s;
}
.intro .head a:hover{
  opacity: .7;
}
.intro .head .txt2{
  font-size: clamp(17px,3vw,48px);
  line-height: 1.4;
  text-align: center;
  color: #273c23;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(39,60,35,.4);
  margin: 0 0 20px;
}
.intro .head .txt2 span{
  font-size: clamp(10px,1.5vw,20px);
}
.intro .head .txt3{
  font-size: clamp(15px,2.4vw,40px);
  line-height: 1.4;
  text-align: center;
  color: #273c23;
}
.intro .feature{
  max-width: 1050px;
  width: 90%;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intro .feature li{
  width: 49%;
  margin: 0 0 2%;
}
.intro .fudemoji{
  max-width: 1012px;
  width: 90%;
  margin: 80px auto 0;
}
.intro .movie{
  background-color: #273c23;
  padding: 60px 0 110px;
  text-align: center;
  color: #fff;
  margin: 80px 0 0;
}
.intro .movie .txt1{
  max-width: 160px;
  width: 90%;
  margin: 0 auto 30px;
}
.intro .movie .txt2{
  font-size: clamp(14px,2vw,28px);
  line-height: 1.4;
  margin: 0 auto 40px;
}
.intro .movie .box{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro{
    padding: 20px 0 40px;
  }
  .intro .head{
    margin: 40px auto 0;
  }
  .intro .head a{
    margin: 15px auto;
  }
  .intro .head .txt2{
    padding-bottom: 5px;
    margin: 0 0 10px;
  }
  .intro .feature{
    margin: 30px auto 0;
    display: block;
  }
  .intro .feature li{
    width: 100%;
    margin: 0 0 15px;
  }
  .intro .fudemoji{
    width: 80%;
    margin: 40px auto 0;
  }
  .intro .movie{
    padding: 20px 0 60px;
    margin: 40px 0 0;
  }
  .intro .movie .txt1{
    max-width: 110px;
    width: 90%;
    margin: 0 auto 20px;
  }
  .intro .movie .txt2{
    margin: 0 auto 20px;
  }
}

.conts a{
  display: block;
  position: relative;
}
.conts a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #f6faf6;
  transition: .3s;
}
.conts a:nth-of-type(odd):before{
  left: inherit;
  right: 0;
}
.conts a .txt{
  position: absolute;
  width: 30%;
  padding-top: 20%;
  z-index: 10;
  left: 5%;
  top: 0;
}
.conts a:nth-of-type(odd) .txt{
  left: 60%;
}
.conts a .txt img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
}
.conts a .txt img.on,
.conts a:hover .txt img.off,
.conts a:hover:before{
  opacity: 0;
}
.conts a:hover .txt img.on,
.conts a .txt img.off{
  opacity: 1;
}
.conts a span{
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 5px;
  background-color: rgba(0,0,0,.5);
  font-size: clamp(10px,1.1vw,12px);
  line-height: 1;
  color: #fff;
}
.conts a:nth-of-type(odd) span{
  right: inherit;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .conts a:before{
    display: none;
  }
  .conts a .txt{
    width: 50%;
    padding-top: 20%;
    left: 2%;
  }
  .conts a:nth-of-type(odd) .txt{
    left: 45%;
  }
  .conts a .txt img.on{
    opacity: 1;
  }
  .conts a .txt img.off{
    display: none;
  }
  .conts a span{
    right: 10px;
  }
  .conts a:nth-of-type(odd) span{
    left: 10px;
  }
}

.bn{
  background: url(../img/top/bn-bg.jpg) no-repeat center center / cover;
  padding: 100px 0;
}
.bn a{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto 20px;
  display: block;
  transition: .3s;
}
.bn a:hover{
  opacity: .7;
}
@media (max-width: 767px) {
  .bn{
    padding: 50px 0;
  }
}


.message2608{
  padding: 0;
  text-align: center;
}
.message2608 a{
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.4;
  transition: .3s;
  color: #273c23;
}
.message2608 a:hover{
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .message2608{
  }
}