
.dummy{
  width: 100%;
  height: 747px;
  background-color: slategray;
}
.fonts {
    font-family: 'NeuePlak', 'Oswald', 'Lexend', 'Lato', "M PLUS 1p", sans-serif !important;
}
.rb_obi-bnr{
  display: none !important;
}
*{
  text-decoration: none;
  margin: 0;
  padding: 0;
  /* font-family: 'NeuePlak', 'Oswald', 'Lexend', 'Lato', "M PLUS 1p", sans-serif; */
  scroll-behavior: smooth;
} 
li{
  list-style:none;
}

.LPconetnts img{
  width: 100%;
}
.section_box img{
  width: 100%;
}
section{
  width: 100%;
}
.section_box a{
  color: #000;
  text-decoration: none;
}
.bold_text{
  font-weight: 600;
  line-height: 0.8;  
  font-family:  'NeuePlak', 'Oswald', 'Lexend', 'Lato', "M PLUS 1p", sans-serif;
}
.text{
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #444444;
  font-weight: 500;
}
.fs-jp{
  font-family: 'NeuePlakText', 'Lexend', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 800;
  font-size: clamp(5%,5vw,35px);
  vertical-align: initial;
}
.section_box{
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
}
.section_box a img:hover{
  opacity: .8;
}
.section_box a.btn:hover{
  opacity: .8;
}
.section_box a:hover{
  opacity: .8;
}
.section_box.full{
  width: 100%;
  max-width: none;
}

.h1{
  font-family: "NeuePlakExtended",sans-serif;
  font-size: clamp(5%,5vw,40px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  color: #444444;
}
.h1 .sub{
  font-family: "NeuePlakExtended",sans-serif;
  font-size: clamp(10%,1.9vw,29px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.h2{
  font-family: "NeuePlakExtended", sans-serif;
  color: #444444;
  font-size: clamp(10%,2.5vw,34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 0.8;
  text-align: center;
}
.h3{
  font-size: clamp(10%,7vw,85px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.8;
  padding-bottom: 28px;
}
.title{
  font-family: "NeuePlak", sans-serif;
  font-size: clamp(10%,2vw,18px);
  font-weight: 800;
}
.subtitle{
  font-family: "NeuePlak", sans-serif;
  font-size: clamp(10%,2vw,16px);
  font-weight: 500;
  margin-top: 7px;
}
.btn_box{
  margin: 70px auto 15px;
}
.section_box .btn_box .btn{
  display: block;
  width: 36%;
  padding: 0.90001em 0px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  max-width: 600px;
  background-color: #3B7C0B;
  color: #fff;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  /* font-family: 'NeuePlak', 'Oswald', 'Lexend', 'Lato', "M PLUS 1p", sans-serif; */
  z-index: 1;
}
/* .section_box .btn_box .btn::after,
.section_box .btn_box .btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 2em;
  height: 0.5em;
  width: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
} */


/* .section_box .btn_box .btn:hover{
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
} */
/* 左から色が変わるエフェクト */
/* .section_box .btn_box .btn::after{
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.section_box .btn_box .btn:hover::after {
  transform: scale(1, 1);
} */



footer{
  margin-top: 0!important;
}

.mt-48{
  margin-top: 48px;
}
.pt-0{
  padding-top: 0;
}
.opacity:hover{
  opacity: .5;
}
.underline{
  position: relative;
}
.underline::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;  /*変形の時間*/
}
.underline:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

.LPconetnts{
  background-color: #FCF8E8;
  margin-top: -20px;
}

/*------------------------------------------------------------------
  PC
------------------------------------------------------------------*/
/* main_view */
.main_view {
  width: 100%;
}
.main_view .pc_container {
  display: flex;
  align-items: flex-start;
}
.main_view .pc_container img{
  display: block;
  width: 100%;
}

.main_view .sp_only{
  width: 75%;
  margin: 0px auto;
  padding: 30px 0;
}

.main_text_area{
  display: flex;
  align-items: center;
  margin: 38px 0 88px;
}
.main_text_area .logo_btn{
  width: 40%;
  padding-right: 50px;
}

.section_box .main_text_area .btn_box .btn{
  width: 100%;
}

.main_text_area .btn_box{
  margin: 20px 0 0 0;
}

/* about */
.about .section_box{
  padding: 50px 0px  0px;
}
/* .logo_area{
  width: 55%;
  margin: 46px auto;
} */

.about .text{
  text-align: left;
}

/*------------------------------------------------------------------
  item
------------------------------------------------------------------*/
.item_section .section_box{
  padding-bottom: 70px;
}
.item_section:nth-child(even) .item_img_area{
  flex-direction: row-reverse;
}
.item_section:nth-child(even) .item_mv{
  padding-right: 0;
  padding-left: 5%;
}

.item_section .text{
  text-align: center;
  margin-bottom: 70px;
  margin-top: 28px;
}

.item_section .item_img_area{
  display: flex;
  justify-content: space-between;
}
.item_section .item_mv{
  width: 64%;
  padding-right: 5%;
}
.item_section .item_sub{
  width: 29%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item_section img{
  border-radius: 35px;
}
.item_section .item_mv img {
  border-radius: 0;
}
.item_section .item_slider{
  overflow: hidden;
  border-radius: 35px;
}

/* slider */

.item_section .slick-list{
  overflow: hidden;
  margin: 0px;
}

.item_section .slick-slide{
  /* padding: 0 1vw; */
  box-sizing: border-box;
  height: auto;
  margin: 0px;
}

.item_section .slick-slide img{
  width: 100%;
}

.item_glid_area{
  margin-top: 45px;
}
.item_glid_area .item_glid{
  display: flex;
  flex-wrap: wrap;
}

.item_glid_area .item_glid li{
  width: calc(100% / 3 - 15px);
  margin-right: 22px;
  margin-bottom: 45px;
}
.item_glid_area .item_glid li:nth-child(3){
  margin-right: 0;
}
.item_glid_area .item_glid li img{
  border-radius: 40px;
}
.item_glid_area .item_glid li .text{
  text-align: center;
  margin: 17px 0 0;
  font-size: 15px;
  font-weight: 600;
}
.item_glid .section_box{
  padding-bottom: 20px;
}

.information{
  background-color: #F9FCA8;
}
.information .logo_area{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}
.information .logo_area img{
  width: calc(50% - 10px);
}


.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: 0.8s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(0);
  opacity: 0;
}
@keyframes fadeIn1s {
  0% {
  }
  100% {
      transform: translateY(-50px);
      opacity: 1;
  }
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.scroll_right{
  overflow-x: hidden;
}
.scroll_right::before,
.scroll_right::after{
  transform: translateX(200%);
  transition: 1s ease-in-out;
}
.scroll_right.active::before,
.scroll_right.active::after{
  transform: translateX(0%);
}

.visial_pc{
  display: inline;
}
.visial_sp,.visial_sp_b{
  display: none;
}
.visial_md{
  display: none;
}
/*------------------------------------------------------------------
  dots
------------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .newitem_list .slick-dots {
    top: calc(45vw);
}
.newitem_list.--add_list .slick-dots{
  top: max(49vw, 520px);
  }
}


/*------------------------------------------------------------------
  SP
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .visial_pc{
    display: none;
  }
  .visial_sp{
    display: inline;
  }
  .visial_sp_b{
    display: block;
  }
  .visial_md{
    display: none;
  }
  .h1{
    font-size:clamp(10%,5.9vw,24px);
    margin-top: 55px;
  }
  .h1 .sub{
    /* font-size: clamp(10%,9.5vw,71px); */
    /* font-size: clamp(10%,7.99vw,71px); */
    font-size: clamp(10%,5.99vw,71px);
  }
  .section_box {
    width: 90%;
  }
  .section_box .btn_box .btn {
    width: 87%;
    font-size: 16px;
    /* padding: 1em 0px 1.1em; */
    padding: 1.25em 0px 1.2em;
  }
  .section_box .btn_box .btn::after, .section_box .btn_box .btn::before{
    top: calc(50% - 4px);
  }
  .text{
    font-size: 15px;
  }
  .h2 {
    /* font-size: clamp(10%,15vw,85px); */
    font-size: clamp(10%,5.9vw,24px);
  }
  .h3 {
    font-size: clamp(10%,14vw,85px);
  }
  .title{
    font-size: clamp(10%,3.7vw,16px);
  }
  .btn_box {
    margin: 0px auto 40px;
  }
  .main_view .pc_container{
    position: relative;
    overflow: hidden;
  }

  .main_view .pc_container picture{
    width: 100%;
    object-fit: cover;
  }
  .main_view .pc_container picture.sp_object_change{
    position: absolute;
    top: 0;
    margin: auto;
    height: 100%;
    width: calc(100% + 1px);
  }
  @keyframes changeImage {
    0% {
      opacity: 0
    }

    30% {
      opacity: 0
    }

    40% {
      opacity: 1
    }

    90% {
      opacity: 1
    }

    100% {
      opacity: 0
    }
  }
  .main_view .pc_container picture.sp_object_change{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: changeImage 8s linear infinite;
  animation: changeImage 8s linear infinite;
  }

  .about .text{
    text-align: left;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
  }


  .main_text_area{
    flex-direction: column-reverse;
  }
  .main_text_area .text{
    width: 100%;
  }
  .main_text_area .logo_btn{
    width: 100%;
    padding: 0;
  }
  .main_text_area .btn_box {
    margin: 50px 0 0 0;
  }
  .item_section .text{
    text-align: left;
    width: 90%;
    margin: 28px auto;
  }
  .item_section .section_box{
    width: 100%;
  }
  .item_section .item_img_area{
    flex-direction: column;
  }
  .item_section .item_mv{
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
  }
  .item_section .item_slider{
    border-radius: 0;
  }
  .item_section .item_sub{
    width: 95%;
    flex-direction: row;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .item_section .item_sub .img_box{
    width: calc(50% - 10px);
  }
  .item_section img{
    border-radius: 17px;
  }
  .item_section:nth-child(even) .item_img_area{
    flex-direction: column;
  }
  .item_section:nth-child(even) .item_mv{
    padding: 0;
  }

  .item_glid_area .item_glid li{
    width: 100%;
    margin-right: 0;
  }

  .information .logo_area{
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .information .logo_area img {
    width: 70%;
    margin: 0 auto;
  }
  .information .logo_area img:nth-child(2){
    margin-top: -65px;
  }

}







