@charset "UTF-8";

/* PC */
@media (min-width: 769px){
}
/* SP */
@media (max-width: 768px) {
}
/* print */
@media print {
}

/* ----------------------------------------
body
 ---------------------------------------- */ 


/* ----------------------------------------
mv
 ---------------------------------------- */ 
#mv{
  position: relative;
  width: 100%;
  height: 100vh;
}
#mv img{
  border-radius: 0;
}
#mv::after{
  content: "";
  background-image: url(../img/common/bg_wave_mv.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  max-height: 60px;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 3;
}
/* SP */
@media (max-width: 768px) {
  #mv::after{
    height: calc(4.534vw + 4px);
    background-image: url(../img/common/bg_wave_mv_sp.svg);
  }
}

/* ---mv_scroll--- */
.mv_scroll{
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.mv_scroll .mv_scroll_btn{
  display: inline-block;
  text-decoration: none;
  color: #3a9d27;
  position: relative;
  transition: 0.2s;
}
.mv_scroll .mv_scroll_btn i{
  display: block;
  width: 1px;
  height: 62px;
  position: relative;
  margin: 9px auto 0;
  overflow: hidden;
}
.mv_scroll .mv_scroll_btn i::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3a9d27;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mv_scroll span{
  display: inline-block;
  font-size: 1rem;
  transform: scale(0.9);
  letter-spacing: 0.15em;
}
/* SP */
@media (max-width: 768px) {
  .mv_scroll .mv_scroll_btn::after{
    height: 22.5px;
    margin-top: 1.3px;
  }
  .mv_scroll span{
    transform: scale(0.8);
  }
}
  .mv_scroll .mv_scroll_btn:hover{
    opacity: 0.5;
    cursor: pointer;
  }
.mv_scroll .mv_scroll_btn i::after{
  animation-name: mv_scroll;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@keyframes mv_scroll{
  0%{
    transform: translateY(-100%);
	}
  100%{
    transform: translateY(100%);
  }
}

/* ---mv_catch--- */
#mv .mv_catch{
  position: absolute;
  z-index: 2;
  bottom: 45.72px;
  left: calc(100% * 44.12 / 1280);
  width: 442px;
}
/* SP */
@media (max-width: 768px) {
  #mv .mv_catch{
    width: 287.76px;
    bottom: auto;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---mv_accent--- */
#mv .mv_accent{
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: calc(100% * 92.9386 / 1280);
  width: 221.2173px;
  height: 221.2173px;
}
#mv .mv_accent a{
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
}
#mv .mv_accent a:hover{
  opacity: 1;
  transform: scale(1.1519) !important;
}
#mv .mv_accent a::after{
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #3a9d27;
  background-image: url(../img/common/bgimg_green.jpg);
  background-repeat: repeat;
  mask-image: url("../img/top/mv_catch_path.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
}
#mv .mv_accent span{
  display: block;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.56;
}
/* SP */
@media (max-width: 768px) {
  #mv .mv_accent{
    bottom: 35px;
    width: 129.7412px;
    height: 129.7412px;
    right: 18px;
  }
  #mv .mv_accent span{
    font-size: 1.46622rem;
  }
}

/* ---mv_slide--- */
.mv_slide{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv_slide picture{
  width: 100%;
}
.mv_slide img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background-position: center;
}
.mv_slide .slick-slide img{
  display: block;
}
.mv_slide .slick-slider{
  animation-name: mv_slide_first;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@keyframes mv_slide_first{
  0%{
    opacity: 0;
	}
  100%{
    opacity: 1;
  }
}
#mv_slider li{
}
.slide-animation{
  animation-name: mv_slide_animation;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  transform: scale(1.1);
}
@keyframes mv_slide_animation{
  0%{
    transform: scale(1.1);
	}
  100%{
    transform: scale(1);
  }
}

/* ----------------------------------------
top_deco_
 ---------------------------------------- */
#top_deco_a{
  position: absolute;
  z-index: 2;
  width: calc(490px / 2);
  right: calc(100% * 142.4857 / 1280);
  bottom: -106px;
}
/* SP */
@media (max-width: 768px) {
  #top_deco_a{
    width: 125.0103px;
    right: calc(100% * 26.042 / 375);
    bottom: -71px;
  }
}

#top_deco_b{
  position: absolute;
  z-index: 2;
  /*width: calc(100% * 270 / 1280);*/
  width: calc(270px / 2);
  left: -85px;
  bottom: -66px;
}
/* SP */
@media (max-width: 768px) {
  #top_deco_b{
    width: 74.5498px;
    left: auto;
    right: 21.9172px;
    bottom: -58px;
  }
}

#top_deco_c{
  position: absolute;
  z-index: 2;
  /*width: calc(100% * 420 / 1280);*/
  width: calc(420px / 2);
  left: -154px;
  bottom: -84px;
}
/* SP */
@media (max-width: 768px) {
  #top_deco_c{
    width: 103.7918px;
    left: auto;
    right: 13.902px;
    bottom: -83px;
  }
}

/* ----------------------------------------
intro
 ---------------------------------------- */ 
#intro{
 padding-bottom: 130px; 
}
/* SP */
@media (max-width: 768px) {
  #intro{
   padding-bottom: 86px; 
  }
}

/* ----------------------------------------
catch
 ---------------------------------------- */ 
#catch{
  padding-top: 130px;
}
/* SP */
@media (max-width: 768px) {
  #catch{
    padding-top: 60px;
  }
}

.catch_box{
  display: flex;
  gap: 50px 80px;
}
/* SP */
@media (max-width: 768px) {
  .catch_box{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

/* ---catch_img--- */
.catch_img{
  width: 46%;
}
.catch_img li img{
  width: 100%;
}
.catch_img li:nth-child(1){
  max-width: 219px;
}
.catch_img li:nth-child(2){
  max-width: 304px;
  margin-top: 50px;
  margin-left: auto;
}

/* SP */
@media (max-width: 768px) {
  .catch_img{
    width: 100%;
  }
  .catch_img li:nth-child(1){
    width: 47.608696%;
    max-width: none;
  }
  .catch_img li:nth-child(2){
    width: 66.086957%;
    max-width: none;
    margin-top: 37px;
  }
}

/* ---catch_txt--- */
.catch_txt{
  padding-top: 7px;
}
.catch_heading{
  font-size: 2.8rem;
  color: #3a9d27;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
  letter-spacing: 0.075em;
}
.catch_txt p{
  font-size: 1.7rem;
  line-height: 2.471;
}
/* SP */
@media (max-width: 768px) {
  .catch_txt{
    width: 100%;
  }
  .catch_heading{
    font-size: 2.2rem;
    line-height: 2.045;
    margin-bottom: 10px;
  }
  .catch_txt p{
    font-size: 1.5rem;
    line-height: 2.467;
  }
}

/* ----------------------------------------
news
 ---------------------------------------- */ 
#news{
  margin-top: 129px;
}
/* SP */
@media (max-width: 768px) {
  #news{
    margin-top: 50px;
  }
}

#news .column_flex_l .news_description{
  width: 100%;
}
#news .column_flex_l .news_description .news_heading{
  font-size: 2.6rem;
  color: #3a9d27;
  font-weight: 700;
  margin-bottom: 25px;
}
#news .column_flex_l .news_description p{
  font-size: 1.6rem;
  line-height: 2;
}

/* PC */
@media (min-width: 769px){
  #news .column_flex_l{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #news .column_flex_l .btnWrap{
    width: 100%;
    margin-top: auto;
  }
}
/* SP */
@media (max-width: 768px) {
  #news .column_flex_l .news_description .news_heading{
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  #news .column_flex_l .news_description p{
    font-size: 1.4rem;
  }
  #news .column_flex_r{
    margin-bottom: 40px;
  }
}

/* ----------------------------------------
futaba_detail
 ---------------------------------------- */ 
.futaba_detail_list{
  display: flex;
  flex-wrap: wrap;
  gap:96px 0;
}
.futaba_detail_list > li{
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 40px 80px;
}
/* PC */
@media (min-width: 769px){
  .futaba_detail_list > li:nth-child(even){
    flex-direction: row-reverse;
  }
}
/* SP */
@media (max-width: 768px) {
  .futaba_detail_list{
    gap: 60px 0;
  }
  .futaba_detail_list > li{
    flex-wrap: wrap;
  }
}

/* ---futaba_detail_img--- */
.futaba_detail_img{
  position: relative;
  width: 46%;
}
.futaba_detail_img h2.no_heading{
  position: absolute;
  z-index: 2;
  top: -24px;
  left: -24px;
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.futaba_detail_img h2.no_heading::after{
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #3a9d27;
  background-image: url("../img/common/bgimg_green.jpg");
  background-repeat: repeat;
  mask-image: url("../img/top/futaba_detail_heading.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
}
.futaba_detail_img h2.no_heading span{
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.futaba_detail_photo img{
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
/* SP */
@media (max-width: 768px) {
  .futaba_detail_img{
    width: 100%;
  }
  .futaba_detail_img h2.no_heading{
    width: 101px;
    height: 101px;
    top: -16px;
    left: -11px;
  }
  .futaba_detail_img h2.no_heading span{
    font-size: 1.3rem;
  }
}

/* ---futaba_detail_txt--- */
.futaba_detail_txt{
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.futaba_detail_info{
  margin-top: -10px;
  width: 100%;
}
.futaba_detail_txt p{
  font-size: 1.6rem;
  margin-top: 16px;
}
.futaba_detail_btnWrap{
  width: 100%;
  margin-top: auto;
}
/* SP */
@media (max-width: 768px) {
  .futaba_detail_txt{
    width: 100%;
  }
  .futaba_detail_txt p{
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .futaba_detail_btnWrap a{
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------
about
 ---------------------------------------- */ 
#about{
  padding-top: 130px;
  padding-bottom: 140px;
}
/* SP */
@media (max-width: 768px) {
  #about{
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

/* ----------------------------------------
futaba_about
 ---------------------------------------- */ 
.futaba_about{
  margin-top: 120px;
}
/* SP */
@media (max-width: 768px) {
  .futaba_about{
    margin-top: 60px;
  }
}

.futaba_about ul{
  display: flex;
  gap: 30px 50px;
} 
.futaba_about ul li{
  width: calc((100% - 50px* 2) / 3);
}
.futaba_about ul li a{
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
/* SP */
@media (max-width: 768px) {
  .futaba_about ul{
    flex-wrap: wrap;
  }
  .futaba_about ul li{
    width: 100%;
  }
}

/* ---futaba_about_txt--- */
.futaba_about_txt{
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 3px rgba(0,0,0,0.80);
}
.futaba_about_mini{
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.futaba_about_big{
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
/* SP */
@media (max-width: 768px) {
  .futaba_about_mini{
    font-size: 1.4rem;
  }
  .futaba_about_big{
    font-size: 2.1rem;
  }
}

/* ---futaba_about_img--- */
.futaba_about_img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.futaba_about_img img{
  position: relative;
  z-index: 1;
  width: 100%;
}
.futaba_about_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0.45;
  background-color: #464646;
  mix-blend-mode: multiply;
  transition: 0.2s;
}
.futaba_about ul li a:hover{
  opacity: 1;
}
.futaba_about ul li a:hover .futaba_about_img::before{
  opacity: 0.25;
}

/* ----------------------------------------
etc_info
 ---------------------------------------- */ 
#etc_info{
  margin-top: 60px;
}
.etc_banner{
  display: flex;
  align-items: stretch;
  gap: 30px 35px;
}
.etc_banner > li{
  width: calc((100% - 35px* 1) / 2);
}
.etc_banner a{
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  color: #3a9d27;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 26px;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.etc_banner a:hover{
  background-color: #3a9d27;
  color: #fff;
  opacity: 1;
}
.etc_banner a .etc_ic_youtube img{
  transition: 0.2s;
}
.etc_banner a:hover .etc_ic_youtube img{
  filter: brightness(0) invert(1);
}
/* SP */
@media (max-width: 768px) {
  #etc_info{
    margin-top: 40px;
  }
  .etc_banner{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .etc_banner > li{
    width: 100%;
  }
  .etc_banner a{
    border-radius: 10px;
    gap: 20px;
    padding: 20px 17px 20px 20px;
  }
}

/* ---etc_img--- */
.etc_banner .etc_img{
  width: 123px;
}
/* SP */
@media (max-width: 768px) {
  .etc_banner .etc_img{
    width: 91px;
  }
}
/* ---etc_txt--- */
.etc_banner .etc_txt{
  width: calc(100% - 123px - 26px);
}
.etc_banner .etc_mini{
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.etc_banner .etc_big{
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}
/* SP */
@media (max-width: 768px) {
  .etc_banner .etc_txt{
    width: calc(100% - 91px - 20px);
  }
  .etc_banner .etc_mini{
    font-size: 1.3rem;
    line-height: 1.343;
    margin-top: 4px;
  }
  .etc_banner .etc_big{
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.etc_ic_youtube{
  display: inline-block;
  width: 1.2277em;
  line-height: 1;
  position: relative;
  left: 0.2em;
}