@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
.faq_e1{
  position: relative;
  overflow: hidden;
  background: #fff;
}

.faq_e1 .boxwrap{
  max-width: 1280px;
  margin: 0 auto;
}

.faq_e1 .box{
  background: #e9f0e6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
}

.faq_e1 .box:not(:last-of-type){
  margin-bottom: 34px;
}

.faq_e1 .box .qbox{
  cursor: pointer;
  position: relative;
  padding: 32px 70px 24px 34px;
  background: #e9f0e6;
  gap: 18px;
}

.faq_e1 .q_icon{
  color: #333;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.faq_e1 .a_icon{
  color: #9ABBA6;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.faq_e1 .box .qbox h3{
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
  color: #222;
}

.faq_e1 .box .qbox .icon{
  position: absolute;
  right: 34px;
  top: 38px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #9ABBA6;
}

.faq_e1 .box .qbox .icon::before,
.faq_e1 .box .qbox .icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transition: .25s ease;
  transform: translate(-50%, -50%);
}

.faq_e1 .box .qbox .icon::before{
  width: 9px;
  height: 2px;
}

.faq_e1 .box .qbox .icon::after{
  width: 2px;
  height: 9px;
}

.faq_e1 .box .qbox.active .icon::after{
  opacity: 0;
}

.faq_e1 .box .abox{
  display: flex;
  gap: 18px;
  padding: 0 34px 32px;
  background: #e9f0e6;
}

.faq_e1 .box .abox::before{
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  height: 1px;
  background: rgba(0,0,0,.12);
}

.faq_e1 .box .abox .a_icon{
  padding-top: 24px;
  flex-shrink: 0;
}

.faq_e1 .box .abox p:last-child{
  margin: 0;
  padding-top: 14px;
  line-height: 2;
  color: #333;
}

body.on .faq_e1 .box .abox{
  display: none;
}

.faq_e1 .more_e2{
  justify-content: center;
}

@media screen and (max-width: 576px){
  .faq_e1 .box{
    border-radius: 12px;
  }

  .faq_e1 .box:not(:last-of-type){
    margin-bottom: 22px;
  }

  .faq_e1 .box .qbox{
    padding: 22px 52px 18px 18px;
    gap: 10px;
  }

  .faq_e1 .box .qbox .icon{
    right: 18px;
    top: 26px;
    width: 20px;
    height: 20px;
  }

  .faq_e1 .q_icon,
  .faq_e1 .a_icon{
    font-size: 30px;
  }

  .faq_e1 .box .abox{
    gap: 10px;
    padding: 0 18px 22px;
  }

  .faq_e1 .box .abox::before{
    left: 18px;
    right: 18px;
  }

  .faq_e1 .box .abox p:last-child{
    line-height: 1.9;
  }
}
.webgene-pagination {
  width: 100%;
  padding-top: 50px;
}
.webgene-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.webgene-pagination ul a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #957C5B;
  color: #957C5B;
  text-align: center;
  letter-spacing: 0;
  background-color: transparent;
  width: 46px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-size: 18px;
  line-height: 0;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.webgene-pagination ul a{
  border: 1px solid #333;
  color: #333;
  background-color: transparent;
}


.webgene-pagination ul .selected a {
  pointer-events: none;
  background-color: #91B49F;
  border-color: #91B49F;
    color: #fff;
  border: none;
}
.news_a .webgene-blog .webgene-item .imgbox {
  border-radius: 10px;
  overflow: hidden;
}

.news_a .webgene-blog .webgene-item .imgbox img {
  border-radius: 4px;
}
.news_a .cate-wrap .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.news_a .cate-wrap .webgene-blog .webgene-item{
  min-width: auto;
}

.news_a .cate-wrap .webgene-blog .webgene-item a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 30px;
  padding: 4px 14px;

  background: #D8D2B6;
  border-radius: 999px;

  text-decoration: none;
  transition: .2s ease;
}

.news_a .cate-wrap .webgene-blog .webgene-item a p{
  margin: 0;
  line-height: 1;
  letter-spacing: .06em;
  color: #4B4B4B;
    font-weight: 400;
}
.catename{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 6px 14px;
  background: #F0EBDD;
  border-radius: 999px;
  line-height: 1;
  letter-spacing: .06em;
    font-weight: 400;
}
/* active */
.news_a .cate-wrap .webgene-blog .webgene-item a.on{
  background: #91B49F;
}

.news_a .cate-wrap .webgene-blog .webgene-item a.on p{
  color: #fff;
}

/* hover */
.news_a .cate-wrap .webgene-blog .webgene-item a:hover{
  opacity: .8;
}
.news_i{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.news_i .webgene-blog{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 50px);
}

.news_i .webgene-item{
  width: 100%;
  text-align: center;
}

.news_i .webgene-item a{
  display: block;
  width: 100%;
}

.news_i .webgene-item .imgbox{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
}

.news_i .webgene-item .imgbox::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://hs-plant.com/system_panel/uploads/images/deco5.png") center center / contain no-repeat;
  z-index: 2;
  pointer-events: none;
}

.news_i .webgene-item .imgbox img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88%;
  height: 88%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  display: block;
  z-index: 1;
  transition: .3s ease;
}

.news_i .webgene-item a:hover .imgbox img{
  transform: translate(-50%, -50%) scale(1.04);
}

.news_i .webgene-item a:hover img{
  transform: scale(1.04);
}

.news_i .webgene-item p{
  margin-top: 14px;
}

@media screen and (max-width: 900px){
  .news_i .webgene-blog{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 576px){
  .news_i .webgene-blog{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 16px;
  }
}
.newstop_h .contents{
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}

.newstop_h .contents .webgene-blog{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin: 0 auto;
}

.newstop_h .contents .webgene-blog .webgene-item{
  width: auto !important;
  min-width: 0;
}

.newstop_h .contents .webgene-blog .webgene-item a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  padding:20px;
  color: #452310;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.newstop_h .contents .webgene-blog .webgene-item .imgbox{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 16px;
}

.newstop_h .contents .webgene-blog .webgene-item .imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newstop_h .contents .webgene-blog .webgene-item h2{
  width: 100%;
  line-height: 1.7;
  letter-spacing: .08em;
  color: #452310;
}

.newstop_h .contents .webgene-blog .webgene-item .catebox{
  margin-top: 14px;
}

.newstop_h .contents .webgene-blog .webgene-item .date{
  color: #AAC299;
}

.newstop_h .contents .webgene-blog .webgene-item .category{
  color: #777;
  margin-top: 4px;
    font-size: 14px;
}
.newstop_h .contents .webgene-blog .webgene-item .category::before{
  content: "#";
}
.newstop_h .more_e2{
  justify-content: center;
}

@media screen and (max-width: 1080px){
  .newstop_h .contents .webgene-blog{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}

@media screen and (max-width: 576px){
  .newstop_h .contents .webgene-blog{
    grid-template-columns: 1fr;
    width: 100%;
    gap: 32px;
  }
}

.reason_list{
  margin: 0 auto;
}

.reason_list .reason_item{
  display: grid;
  grid-template-columns: 50% 44%;
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
  margin-bottom: clamp(80px, 4vw, 100px);
}

.reason_list .reason_item:last-child{
  margin-bottom: 0;
}

.reason_list .reason_item2{
  grid-template-columns: 44% 50%;
  justify-content: end;
}

.reason_list .reason_item .imgbox img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.reason_list .reason_item .txtbox{
  position: relative;
  padding: 0 clamp(20px, 4vw, 80px);
}

.reason_list .reason_item .num{
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  letter-spacing: .12em;
  transform: translate(-30px, 18px);
}

.reason_list .reason_item .num::after{
  content: "";
  position: absolute;
  left: 18px;
  bottom: -20px;
  width: 70px;
  height: 1px;
  background: #333;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.reason_list .reason_item h3{
  line-height: 1.8;
  letter-spacing: .12em;
}

@media screen and (max-width: 900px){
  .reason_list .reason_item,
  .reason_list .reason_item2{
    grid-template-columns: 1fr;
    gap: 20px;
  }


  .reason_list .reason_item2 .txtbox{
    order: 2;
  }
    
  .reason_list .reason_item .txtbox{

      padding: 0 40px;
  }

  .reason_list .reason_item2 .imgbox{
    order: 1;
  }
}

@media screen and (max-width: 576px){
  .reason_list .reason_item{
    margin-bottom: 70px;
  }

  .reason_list .reason_item .imgbox img{
    aspect-ratio: 1.35 / 1;
  }
  .reason_list .reason_item .txtbox{
      padding: 0 20px;
  }
  .reason_list .reason_item .num{
    transform: none;
    margin-bottom: 30px;
  }
}

.pagelinks_d1{
  justify-content: center;
  gap: clamp(28px, 4vw, 52px);
  flex-wrap: wrap;
  background: #fff;
}

.pagelinks_d1 a{
  border-bottom: 1px solid #555;
  text-decoration: none;
  color: #333;
}

.pagelinks_d1 a > .flex{
  gap: 10px;
  margin-bottom: 6px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.pagelinks_d1 a p{
  color: #333;
  line-height: 1;
  letter-spacing: .08em;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.pagelinks_d1 a > .flex .moreicon{
  width: 14px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #555;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}

.pagelinks_d1 a > .flex .moreicon i{
  color: #555;
  font-size: 8px;
  line-height: 1;
}

.pagelinks_d1 a:hover > .flex .moreicon{
  transform: translateY(3px);
}

@media screen and (max-width: 576px){
  .pagelinks_d1{
    justify-content: flex-start;
    gap: 20px 28px;
  }

  .pagelinks_d1 a p{
    font-size: 15px;
  }
}
.guide_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
 gap: 80px clamp(20px, 4vw, 70px);
  width: 100%;
  margin: 0 auto;
}


.guide_item a{
  position: relative;
  display: block;
  color: #333;
}
.guide_list .reen1{
    font-size: clamp(10px, 3vw, 36px);
}
@media screen and (max-width: 576px){
  .guide_list .reen1{
    font-size: clamp(24px, 8vw, 34px);
  }
}
.guide_item .imgbox{
  position: relative;
  overflow: hidden;
}

.guide_item .imgbox::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(
    to top,
    rgba(241, 238, 230, .7) 0%,
    rgba(241, 238, 230, .4) 45%,
    rgba(241, 238, 230, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.guide_item .imgbox img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: .4s ease;
}

.guide_item a:hover .imgbox img{
  transform: scale(1.05);
}

.guide_item .txtbox{
  margin-top: -14px;
  position: relative;
  z-index: 2;
}

.guide_item .txtbox .en{
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 400;
}

.guide_item .txtbox .jp{
  margin-top: 8px;
}

.guide_item a:hover .more_e3 p::after{
  transform: translateY(-50%) scale(1.15);
}
.guide_item:nth-child(even){
  transform: translateY(40px);
}
@media screen and (max-width: 900px){
  .guide_list{
    width: 100%;
  gap: 60px clamp(24px, 4vw, 70px);
  }

  .titlebox2{
    text-align: center;
  }
}

@media screen and (max-width: 576px){
  .guide_list{
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .guide_item:nth-child(even){
    transform: none;
  }
}
.pagetitle_a1{
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(60px, 8vw, 120px) 0 0;
}
.pagetitle_a1 .pagetitle_container{
  position: relative;
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
  min-height: 360px;
}

.pagetitle_a1 .pagetitle_container::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 55%;
  height: 46%;
  background: #f1faec;
  transform: translateY(-50%);
  z-index: 1;
}

.pagetitle_a1 .pagetitle_content{
  position: relative;
  z-index: 3;
  padding-left: clamp(50px, 9vw, 150px);
}

.pagetitle_a1 .page_entitle{
  margin-bottom: 18px;
  letter-spacing: .18em;
  line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}
@media screen and (max-width: 768px){
.pagetitle_a1 .page_entitle{
font-size: 26px;
}
}
.pagetitle_a1 .page_jptitle{
  letter-spacing: .08em;
}

.pagetitle_a1 .pagetitle_image{
  position: relative;
  z-index: 2;
  width: 100%;
  height: clamp(260px, 32vw, 420px);
  overflow: hidden;
}

.pagetitle_a1 .pagetitle_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pagetitle_a1 .pagetitle_deco{
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.pagetitle_a1 .pagetitle_deco img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  display: block;
}

@media screen and (max-width: 768px){
  .pagetitle_a1 .pagetitle_container{
    display: block;
    min-height: auto;
    padding: 70px 0;
  }

  .pagetitle_a1 .pagetitle_container::before{
    width: 100%;
    height: 42%;
  }

  .pagetitle_a1 .pagetitle_content{
    padding: 0 24px 40px;
  }

  .pagetitle_a1 .pagetitle_image{
    width: 92%;
    margin-left: auto;
    height: 260px;
  }
}

.section07{
  background: linear-gradient(
    135deg,
    #fffdf8 0%,
    #f8f8f1 45%,
    #f1faec 100%
  );
}
.footer_info{
  display: grid;
  grid-template-columns: minmax(500px, 35%) 1fr;
  gap: clamp(40px, 6vw, 80px);
  max-width: none;
  margin: 0;
  align-items: center;
}

.footer_info > .txtbox{
  padding-left: clamp(40px, 8vw, 120px);
}

.footer_info > .txtbox > h2{
  margin-bottom: 34px;
  line-height: 1;
}

.footer_info .info_block{
  margin-bottom: 28px;
}

.footer_info .info_block h3{
  letter-spacing: .18em;
  margin-bottom: 10px;
}

.footer_info .info_block p{
  line-height: 1.9;
  letter-spacing: .06em;
}

.footer_info .more_e2{
  justify-content: flex-start;
  margin-top: 34px;
}

.footer_info .mapbox{
  width: 100%;
}

.footer_info .mapbox iframe{
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

@media screen and (max-width: 768px){
  .footer_info{
    grid-template-columns: 1fr;
  }

  .footer_info > .txtbox{
    padding-left: 0;
      max-width:500px;
          margin-right: auto;
     margin-left: auto;
      padding: 0 20px;
  }

  .footer_info .mapbox iframe{
    height: 360px;
  }
}
.swiper_a2{
  overflow: hidden;
  height: clamp(240px, 50vh, 400px);
   background: linear-gradient(
    135deg,
    #fffdf8 0%,
    #f8f8f1 45%,
    #f1faec 100%
  ); 
}

.swiper_a2 .swiper-wrapper{
  transition-timing-function: linear !important;
}

.swiper_a2 .swiper-slide{
  width: auto;
  height: clamp(240px, 50vh, 400px);
  opacity: 1 !important;
      margin-right: 10px !important;
}

.swiper_a2 .swiper-slide img{
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
}

/* 偶数枚目を正方形 */
.swiper_a2 .swiper-slide:nth-child(even){
  width: clamp(240px, 50vh, 400px);
}

.swiper_a2 .swiper-slide:nth-child(even) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px){
  .swiper_a2{
    height: 180px;
  }

  .swiper_a2 .swiper-slide{
    height: 180px;
  }

  .swiper_a2 .swiper-slide:nth-child(even){
    width: 180px;
  }
}
.footer_wrap{
  background: #3f3f3d;
  color: #fff;
}

.footer_wrap .footer_inner{
  max-width: 1280px;
  margin: 0 auto;
}

.footer_wrap p,
.footer_wrap a{
  color: #fff;
  letter-spacing: .06em;
}

.footer_wrap .footer_upper{
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.footer_wrap .footer_upper::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,.16);
  transform: translateX(-50%);
}

.footer_wrap .footer_upper_left{
  width: 45%;
}

.footer_wrap .footer_upper_left > p{
  color: rgba(255,255,255,.72);
  margin-bottom: 14px;
}

.footer_wrap .footer_linkrow{
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer_wrap .footer_linkrow > p{
  font-weight: 300;
}

.footer_wrap .footer_upper_right{
  width: 36%;
  padding-left: 0;
  border-left: none;
    min-width: 360px;
}

.footer_wrap .footer_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.footer_wrap .footer_item_row{
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.footer_wrap .footer_item_row p:last-child{
  color: rgba(255,255,255,.8);
}

.footer_wrap .icon{
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s ease;
}

.footer_wrap .icon img{
  width: 8px;
  height: auto;
}

.footer_wrap a:hover .icon{
  transform: translateX(6px);
}

.footer_wrap .footer_hline{
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,.12);
  margin: 64px 0;
}

.footer_wrap .footer_lower{
  justify-content: space-between;
  align-items: flex-start;
}

.footer_wrap .footer_brand{
  width: 180px;
}

.footer_wrap .footer_brand img{
  width: 100%;
  height: auto;
}

.footer_wrap .footer_nav .rightbox{
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(36px, 5vw, 80px);
  align-items: flex-start;
}
@media screen and (max-width: 1080px){
  .footer_wrap .footer_nav .rightbox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
  }
}

@media screen and (max-width: 576px){
  .footer_wrap .footer_nav .rightbox{
    grid-template-columns: 1fr;
  }
}
.footer_wrap .footer_nav .ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_wrap .footer_nav .li{
  position: relative;
  padding-left: 18px;
}

.footer_wrap .footer_nav .li::before{
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,.8);
}

.footer_wrap .footer_nav .li p{
  color: rgba(255,255,255,.92);
  white-space: nowrap;
  font-weight: 400;
}

.footer_wrap .footer_copy{
  margin-top: 90px;
  text-align: right;
}

.footer_wrap .footer_copy p{
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

@media screen and (max-width: 900px){
    .footer_wrap .footer_brand{
            margin-right: auto;
     margin-left: auto;
    }
  .footer_wrap .footer_upper{
    display: block;
  }

  .footer_wrap .footer_upper::before{
    display: none;
  }

  .footer_wrap .footer_upper_left,
  .footer_wrap .footer_upper_right{
    width: 100%;
  }

  .footer_wrap .footer_upper_right{
    margin-top: 40px;
  }

  .footer_wrap .footer_lower{
    display: block;
  }

  .footer_wrap .footer_nav{
    margin-top: 40px;
  }

  .footer_wrap .footer_nav .rightbox{
    flex-wrap: wrap;
    gap: 30px 50px;
  }
    .footer_wrap .footer_upper_right {

    min-width: 0px;
}
    
}

@media screen and (max-width: 576px){
  .footer_wrap .footer_nav .rightbox{
    display: block;
  }
 .footer_wrap .footer_nav{
 max-width: 300px;
         margin-right: auto;
     margin-left: auto;
  }
  .footer_wrap .footer_nav .ul{
    margin-bottom: 20px;
  }

  .footer_wrap .footer_copy{
    margin-top: 50px;
    text-align: left;
  }
}
/* title template */
.titlebox1{
  position: relative;
  text-align: center;
}

.titlebox1 .entitle1{
  letter-spacing: .12em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
}

.titlebox1 .title_deco{
  position: absolute;
  left: 50%;
  top: -12px;
  width: 40px;
  transform: translateX(-50%);
  pointer-events: none;
}

.titlebox1 .title_deco img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.more_e2 a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  background: #AAC299;
  color: #fff;
}

.more_e2 a p{
  color: #fff;
  letter-spacing: .08em;
  font-weight: 400;
}

/* 4つの角線 */
.more_e2 a .line{
  position: absolute;
  width: 14px;
  height: 14px;
  transition: .3s ease;
}

.more_e2 a .top_left{
  left: 0;
  top: 0;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}

.more_e2 a .top_right{
  right: 0;
  top: 0;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}

.more_e2 a .bottom_left{
  left: 0;
  bottom: 0;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

.more_e2 a .bottom_right{
  right: 0;
  bottom: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.more_e2 a:hover .line{
  width: 0px;
  height: 0px;
}.more_e2 a .flex img{
  width: 20px;
  height: auto;
  display: block;
  margin-right: 8px;
}

.more_e3{
  text-align: right;
}

.more_e3 p{
  position: relative;
  display: inline-block;
  padding-right: 32px;
  letter-spacing: .08em;
  font-weight: 400;
}

.more_e3 p::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  background: #AAC299;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .3s ease;
}

.more_e3 p::before{
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(10px, 1.8vw, 14px) clamp(14px, 2vw, 20px);
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  flex-wrap: nowrap;
  isolation: isolate;
}
.header_n::before, .header_n.main-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.header_n::before {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.header_n.no-bg::before {
  content: "";
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.header_n .leftbox {
  flex-wrap: nowrap;
  gap: clamp(0px, 2.5vw, 40px);
  height: 100%;
}
.header_n .rightbox {
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  height: 100%;
}
.header_n .logo {
  width: auto;
  height: 100%;
}
.header_n .logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 47px;
}
.header_n .head_nav {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu {
  display: block;
}
.header_n .head_nav .head_menu .ul {
  gap: clamp(10px, 2vw, 50px);
  flex-wrap: nowrap;
}


.header_n .head_nav .head_menu .ul .li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-decoration: none;
  flex-wrap: nowrap;
}
.header_n .head_nav .txtbox{
    text-align: center;
}
.header_n .head_nav .head_menu .ul .li a p {

  white-space: nowrap;
  transition: .3s;
}
.header_n .jp{
  font-size: 12px;
  line-height: 1.2;
}

.header_n .en{
}

.header_n .head_nav .head_menu .ul .li a:hover p {
  transform: translateY(-3px);
  opacity: .85;
}
/* ==================================================
  Header Info
================================================== */
.head_info {
  padding: 0 clamp(10px, 2vw, 16px);
  border-left: 1px solid #B7ABA6;
  border-right: 1px solid #B7ABA6;
  height: 100%;
}

/* ==================================================
  Header LINE Button
================================================== */
.line_btn a {
  height: 38px;
  padding: 0 clamp(14px, 1.5vw, 16px);
  border-right: 1px solid #B7ABA6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
}
.line_btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.line_btn p {
  color: #4a342b;
  white-space: nowrap;
}
/* ==================================================
  Header Reserve Button
================================================== */
.moreb {
  max-width: 300px;
}
.moreb a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 0 24px;
  border: 1px solid #b9afa8;
  text-decoration: none;
  box-sizing: border-box;
}
.header_n .moreb a {
  padding: 0 clamp(0px, 2vw, 10px);
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #B7ABA6;
}
.header_n .moreb p {
  white-space: nowrap;
  color: #010000;
}
.header_n .moreb .imgbox img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* ==================================================
  Header Menu Button
================================================== */
.header_n .menu-bt {
  width: 52px;
  height: 52px;
  background: #010000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  z-index: 9999;
}
.header_n .menu-bt .line {
  position: relative;
  width: 24px;
  height: 18px;
}
.header_n .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  transition: ease 0.3s;
}
.header_n .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_n .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
/* ==================================================
  Menu Wrap
================================================== */
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
background:
  linear-gradient(rgba(255,255,255,.85), rgba(245,240,238,.97)),
  #f5f0ee;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 50px;
  overflow: auto;
  padding: 120px 40px 50px;
}
.menu-wrap .menuwrap_menu {
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
}
.menu-wrap .menuwrap_menu p, .menu-wrap .menuwrap_bt_box .tel_bt a p {
  color: #010000;
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box {
  min-width: 220px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .en_title3 {
  color: #010000;
  display: block;
  background-image: radial-gradient(circle, #010000 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
  padding-top: 15px;
}
/* ==================================================
  Menu Button Area
================================================== */
.menu-wrap .menuwrap_bt_box .more {
  margin-bottom: 20px;
}
.menu-wrap .menuwrap_bt_box .more a {
  min-width: 300px;
}
.menu-wrap .menuwrap_bt_box a > div img {
  position: relative;
  z-index: 2;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img1 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a > div img.img2 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img2 {
  display: inline-block;
}
/* ==================================================
  More Design
================================================== */
.more_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 50px;
  padding: 0px 24px;
  border-radius: 9999px;
  background: #010000;
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  text-decoration: none;
  font-family: "Cormorant", serif;
}
.more_btn a p {
  color: #fff;
}
.more_btn a {
  position: relative;
  overflow: hidden;
}
.more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .35) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: .6s ease;
}
.more_btn a p {
  position: relative;
  z-index: 2;
}
.more_btn a:hover::before {
  left: 130%;
}
.more_e1 a {
  --line: #433213;
  --stroke: 1px;
  --extend: 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 54px;
  color: #433213;
  text-decoration: none;
  overflow: visible;
}
.more_e1 a p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #010000;
  font-size: 14px;
}
.more_e1 .line {
  position: absolute;
  display: block;
  background: var(--line);
  transition: all .35s ease;
  pointer-events: none;
}
.more_e1 .top {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--stroke);
}
.more_e1 .bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--stroke);
}
.more_e1 .left {
  left: 0;
  top: 0;
  width: var(--stroke);
  height: 100%;
}
.more_e1 .right {
  right: 0;
  top: 0;
  width: var(--stroke);
  height: 100%;
}
.more_e1 a:hover .top, .more_e1 a:hover .bottom {
  left: calc(var(--extend) * -1);
  width: calc(100% + var(--extend) * 2);
}
.more_e1 a:hover .left, .more_e1 a:hover .right {
  top: calc(var(--extend) * -1);
  height: calc(100% + var(--extend) * 2);
}
.more_d1 a {
  text-decoration: none;
}
.more_d1 a > div {
  justify-content: space-between;
  gap: 20px;
}
.more_d1 a p {
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: "Cormorant Infant", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.more_d1 a .icon {
  width: clamp(40px, 5vw, 60px);
  aspect-ratio: 1 / 1;
  border: 1px solid #b8944f;
  border-radius: 50%;
  background: transparent;
  justify-content: center;
  align-items: center;
  transition: ease 0.3s;
}
.more_d1 a .icon img {
  width: 10px;
  height: 10px;
  display: block;
}
.more_d1 a:hover .icon {
  transform: translateX(6px);
}
.menu-wrap .more_d1 a .icon {
  width: 50px;
}
/* ==================================================
  Tel / SNS
================================================== */
.menu-wrap .tel_bt img {
  width: 24px;
}
.snsbox {
  gap: 25px;
}
.snsbox a i {
  font-size: 28px;
}
.snsbox img {
  width: 30px;
}
.menu-wrap .snsbox a i {
  color: #D67D98;
}
/* ==================================================
  Responsive
================================================== */
@media screen and (max-width: 1080px) {
  .header_n .head_nav .head_menu, .head_info {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header_n .rightbox .morebox, .line_btn {
    display: none !important;
  }
  .menu-wrap .ul .li {
    width: 100%;
  }
  .header_n .more2 {
    display: none;
  }
  .header_n .menu-bt {
    padding: 10px;
  }
  .menu-wrap .menuwrap_menu {
    flex-wrap: wrap;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    min-width: 180px;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 260px;
  }
	
}
@media screen and (max-width: 576px) {
  .header_n .moreb, .header_n .head_nav .more {
    display: none;
  }

  .header_n .logo {
    padding-bottom: 0;
  }
	.header_n .menu-bt{
		width: 42px;
		height: 42px;
	}
  .more_d1 a > div {
    gap: 16px;
  }
  .more_d1 a .icon {
    width: 40px;
  }
	.menuwrap_bt_box .snsbox{margin-top: 0;}
  .more_d1 a .icon img {
    width: 9px;
    height: 9px;
  }
  .menu-wrap > div {
    flex-direction: row;
    gap: 30px;
    padding: 80px 20px 30px;
  }
  .menu-wrap .menuwrap_menu {
    gap: 20px 25px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    width: 100%;
    min-width: 180px;
    max-width: calc(100% - 40px);
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
    width: 100%;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li a {
    padding: 0 5px;
  }
  .menu-wrap .menuwrap_bt_box .link1 {
    display: none;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 210px;
  }
  .menu-wrap .menuwrap_bt_box .more {
    margin-bottom: 0;
  }
  .menu-wrap .menuwrap_bt_box .tel_bt {
    margin-top: 20px;
  }
}
.nowhite{
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .txt-center {
    text-align: left;
  }
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #404040;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
}
.bg1{
  position: relative;
  background:
    url("https://hs-plant.com/system_panel/uploads/images/right1.png") right top / max(42%, 400px) auto no-repeat;
  overflow: hidden;
}
.bg2{
  position: relative;
  background:
    url("https://hs-plant.com/system_panel/uploads/images/left1.png") left top / max(42%, 400px) auto no-repeat;
  overflow: hidden;
}
.bg3{
  background: #F3EFE4;
}


.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto{
	font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.zenkaku{
	font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.fontsen {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.entitle0 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.2rem;
        font-weight: 400;
}
.entitle2 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1rem;
    font-weight: 400;
}
.entitle3 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4{
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}

.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(26px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt2{
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt1{
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

html{
}
body{
	font-family: "Noto Sans JP", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #FEFEFF;
	color: #010000;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.cate_wrap > .cate{
	padding-top: 150px;
}

/* ---------- common ---------- */

/* ---------- header ---------- */
.header{
}

/* ---------- footer ---------- */

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
