@charset "UTF-8";

/* reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
  }
*,
*::before,
*::after {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
textarea {
  white-space: revert;
}

.loading-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-5 span {
    display: inline-block;
    color: #6fa36f;
    font-weight: 600;
    font-family: "wafu";
    font-size: 2.4em;
    letter-spacing: 0.2em;
    animation: animation-loading-5 1s infinite;
}

.loading-5 span:nth-of-type(2) {
    animation-delay: .1s;
}

.loading-5 span:nth-of-type(3) {
    animation-delay: .2s;
}

.loading-5 span:nth-of-type(4) {
    animation-delay: .3s;
}

.loading-5 span:nth-of-type(5) {
    animation-delay: .4s;
}

.loading-5 span:nth-of-type(6) {
    animation-delay: .5s;
}

.loading-5 span:nth-of-type(7) {
    animation-delay: .6s;
}

.loading-5 span:nth-of-type(8) {
    animation-delay: .7s;
}

.loading-5 span:nth-of-type(9) {
    animation-delay: .8s;
}

.loading-5 span:nth-of-type(10) {
    animation-delay: .9s;
}

@keyframes animation-loading-5 {
    50% {
        transform: translateY(10px);
    }
}

.loading-5{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    background-color: #f7f5f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*ロードが終わったとき*/
.loading.is-load{
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transition: 10ms ease;
    transition-property: opacity,visibility;
    transition-delay: 10ms; /*遅らせる時間*/
}

/* font */
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: "wafu";
    src: url("../../font/wafu.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;

/*デフォルトの代替フォントを利用する*/
    font-display: swap;
}

/* css */
html{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    
}

.number{
    /* inset: 0; */
    /* position: absolute; */
    font-family: "wafu";
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    /* font-size: 2rem; */
    text-align: center;
    color: #4b3f32;

}

h2{
    /* inset: 0; */
    /* position: absolute; */
    font-family: "wafu";
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    color: #4b3f32;
}

h2 span{
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
    color: #4b3f32;

}

.dot{
    /* inset: 0; */
    /* position: absolute; */
    font-family: "wafu";
    font-weight: bold;
    font-size: 1.6rem;
    color: #8ac58a;
    text-align: center;
    letter-spacing: 0.8rem;
    margin-bottom: 10rem;
}


.header_nav{
    height: 130px;
    width: 100%;
    position: fixed;
    top: 0;
    background: none;
    text-align: center;
    z-index: 100;
}
.header_nav nav{
    height: 6rem;
    width: 59rem;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
}

.header_nav ul{
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f5f0;
    box-shadow: 0 6px 0 #bfbab3;
    border-radius: 100px;
    margin-top: 3rem;
    margin-right: 3rem;
    /* padding: 10px; */
}

.header_nav ul li{
    font-size: 1.4rem;
    /* font-weight: bold; */
    font-family: "wafu";
    color: #4b3f32;
    letter-spacing: 0.1rem;
    /* margin: 10px; */
    /* margin-top: 5px; */
    margin: auto;
    /* width: 80%; */
    transition: transform1 0.25s ease-in-out;
    padding: 0 1rem;
}

/* .class1 img,.class2 img,.class3 img,.class4 img,.class5 img,.class6 img,.class7 img{
    width: 4rem;
    height: 4rem;
    margin: 0px 20px;
} */

.header_nav span{
    color: #d7a6a6;
    text-align: center;
    font-size: 1.2rem;
}

a:hover{
    font-size: 1.8rem;
}

.haikei{
    background-image: url(../img/haikei.jpg);
    background-repeat: repeat;
}

.logo{
    position: fixed;
    inset: 0;
    z-index: 90;
    width: 18rem;
    height: auto;
}

.logo a{
    display: block;
}

.logo img{
    width: 100%;
    height: auto;
}

.member_fixed{
    position: fixed;
    z-index: 95;
    width: 18rem;
    top: 15rem;
    right: 2rem;
}
.kusa_oya{
    overflow: hidden;
    position: relative;
    background-image: url(../img/kusa_haikei.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 1;
    padding: 25rem 0px 3rem;
}

.kusa_oya h2{
    margin-top: 60rem;
    font-size: 3.6rem;
}

.fv_container{
    position: relative;
    height: auto;
    z-index: 2;
    /* margin-bottom: -32vh; */
    /* position: relative; */
    /* width: 100%; */
    /* display: flex;
    flex-direction: row; */
    /* overflow: hidden; */
}

/* h1{
    position: absolute;
    inset: 0;
    background-color: #f7f5f0;
    padding: 10rem;
    color: #4b3f32;
    font-family: "wafu";
} */
/* .fv_img{
    position: absolute;
    width: 1100px;
    height: auto;
    top: 0;
    left: 0;
    z-index: 10;
} */

/*----------header__button-------------*/
/* .header__button,.header__button span,.header__button.is-open span:nth-of-type(2),.header__button.is-open span:nth-of-type(1),.header__button.is-open span:nth-of-type(3),.sitemap,.sitemap div,.sitemap div img,.sitemap div p,.sitemap.is-open,.sitemap__list,.sitemap li{

    display: none;
} */

.sitemap{
    display: none;
}

.header__button {
  display: none;  
  
}






.slider{
    position: relative;
    width: 100%;
    height: 100%;
}

.slider li{
    position: absolute;
    top: -20rem;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.slider li.is-active{
    opacity: 1; /*表示*/
}

.slider img{
    /* object-fit: cover; */
    position: absolute;
    top: -10%;
    left: 0;
    width: 100vw;
    height: auto;
}

.fv_img{
    position: absolute;
    inset: 0;
    left:0;
    /* top: 0; */
    margin-top: 25rem;

}

.fv_img img{
    width: 45%;
}
.key{
    position: absolute;
    margin: auto;
}
.h1{
    /* background-image: url(../img/h1_haikei.png); */
    position: absolute;
    /* bottom: 100px; */
    right: 15%;
    top: 70%;
    /* position: absolute;
    z-index: 10; */
    
}

/* .h1 p{
    position: absolute;
    top: 70%;
    font-family: "wafu";
    font-size: 5rem;
    letter-spacing: 0.3rem;
    line-height: 7.2rem;
    color: #20330c;

} */

.h1_haikei{
    position: absolute;
    top: 15%;
    right: 0%;
}
.h1_haikei img{
    width: 100%;
    /* bottom: 0;
    right: 0; */
}
.firstoff,.scroll{
    /* position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%); */
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 2rem;
    color: #4b3f32;
    padding: 0;
    margin: 0;
    text-align: center;
}

.firstoff{
    /* margin-top: 100px; */
    padding-top: 10%;
    line-height: 5rem;
}

/* .scroll{
    line-height: normal;
    top: 95%;
    transition: transform 0.25s ease-out;
    transform-origin: center;
}
.scroll:hover{
    font-size: 24px;
    transform: translate(-50%,-50%) scale(1.1); 
} */



#about{
    margin-top: 20rem;
    margin-bottom: 10rem;
    position: relative;
    /* background-color: #a25197; */
}

.yohaku{
    padding-top: 15rem; 
}
.about_inner{
    position: relative;
    background-color: #f7f5f0;
    box-shadow: 0 6px 0 #bfbab3;
    padding: 4rem;
    /* max-width: 100rem; */
    margin: 10rem 20rem 50rem;/*後からトップ指定*/
    border-radius: 4rem;
    /* font-weight: bold; */

}

#about p .dot{
    margin-bottom: 5rem;
}
.about_inner .bun{
    font-weight: bold;
    letter-spacing: 0.6rem;
    font-size: 1.8rem; 
    color: #4b3f32; 
    margin-top: -4rem;
    line-height: 3rem;  
}

.bun span{
    position: absolute;
    color: #d7a6a6;
    bottom: 3rem;
    right: 3rem;
    font-size: 2rem;
    animation: float 1.6s ease-in-out infinite;
}
@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(6px); }
    100% { transform: translateY(0); }
}

#about .number{
    /* top: 12rem; */
}
#about h2{
    /* top: 16rem; */
}

#about .dot{
    /* top: 20.5rem; */
}

.syashin{
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}

.syashin img{
    width: 100vw;
}


#benefit{
    /* background: url(../img/benefit_haikei.gif) center top / contain repeat-y; */
    /* border-radius: 5vw; */
    margin-top: 35rem;/*後でトップ指定*/
    margin-bottom: 10rem;
    position: relative;
    /* background-color: #a25197; */
}

.benefit_haikei{
    display: block;
    /* margin-top: 100px; */
    height: auto;
    width: 60%;
    margin: auto;
    border-radius: 5vw;
}

#benefit .number{
    /* top: 120px; */
    /* margin-bottom: 20px; */
}

#benefit h2{
    /* top:136px; */
}

#benefit .dot{
    /* top: 180px; */
}

.benefit_inner{
    background-image: url(../img/benefit_haikei.jpg);
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 75%;
    margin: 0 auto;
    padding: 5rem 1rem 8rem;
    border-radius: 40px;
}
.container{
    /* position: absolute; */
    /* top: 190px;
    left: 70px; */
    /* top: 230px; */
    /* bottom: 140px; */
    /* left: 0; */
    padding: 0;
    margin: auto;
    margin-top: 10rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 3rem;
    row-gap: 3rem;
}

.container dl{
    position: relative;
    width: 40%;
    background-color: #f2efeb;
    /* margin-top: 50px; */
    padding: 3rem 3rem;
    border-radius: 15px;
    box-shadow: 0 6px 0 #bfbab3;

}

.container dt{
    font-family: "wafu";
    font-size: 1.8rem;
    display: inline-block;
    border-radius: 20px;
    padding: 0.5rem 3rem;
    margin-bottom: 1rem;
    background-color: #6fa36f;
    color: #f2efeb;
    letter-spacing: 2px;
}

.container dd{
    font-family: "wafu";
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3rem;
    color: #4b3f32;

}

.container p{
    font-size: 1.6rem;
    color: #4b3f32;
    font-weight: bold;

}

.container small{
    position: absolute;
    bottom: 1.5rem;
    right: 2rem; 
    color: #d7a6a6;
    font-family: "wafu";
    font-size: 1.5rem;
}
.yajirusi{
    padding-top: 2.4rem;
    font-size: 4.8rem;
    text-align: center;
    align-items: center;
    /* font-family: "wafu"; */
    color: #4b3f32;

}

.invite{
    font-family: "wafu";
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-top: 2rem;
    color: #4b3f32;

}

.plass{
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4b3f32;
}

.btn1 a,.btn2 a{
    /* position: relative; */
    background-color: #6fa36f;
    font-family: "wafu";
    color: #f7f5f0;
    display: block;
    /* align-items: center; */
    padding: 3rem;
    border-radius: 50px;
    letter-spacing: 0.5rem;
    font-size: 2.4rem;
    text-align: center;
    margin: auto;
    width: 40rem;
    box-shadow: 0 6px 0 #bfbab3;
}


#member .number{
    /* top: 200px; */
    padding-bottom: 2rem;
}

.hitokoto{
    /* position: absolute;
    inset: 0;
    top: 268px; */
    padding-top: 4rem;
    text-align: center;
    color: #4b3f32;
    font-size: 1.6rem;
}

.members{
    display: flex;
    /* gap: 10px; */
    justify-content: center;
    margin-top: 7rem;
    padding: 0 10rem;
}


#member {
  max-width: 1300px;
  margin: 15rem auto;
  padding: 15rem 2rem;
  font-family: "wafu", "Hannotate SC", sans-serif;
}

.member-item{
  background: #f7f5f0;
  border-radius: 2.5rem;
  margin: 0rem 4rem;
  box-shadow: 0 6px 0 #d6d0c0;
  overflow: hidden;
}

.slider2_slide{
    margin-bottom: 10rem;
}

.member-item .name{
  width: 100%;
  background: none;
  border: none;
  padding: 2rem 2.5rem;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4b3f32;
  letter-spacing: 0.3rem;
}

.member-item img{
    width: 100%;
    margin: auto;
    padding: 3rem;
    border-radius: 30px;
}

.m-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 2.5rem;
}

.m-answer p {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 2rem;
  color: #7d7a76;
  letter-spacing: 0.2rem;
  word-break: break-all;
  /* padding: 0 2rem 2rem; */

}

.m-answer .em1{
    line-height: 1;
    padding-bottom: 0;
}
.m-answer .em{
    margin-left: 6rem;
}
.m-answer .pink{
  font-size: 1.6rem;
    color: #d7a6a6;
    /* padding: 1rem; */
    border-radius: 1rem;
    margin-right: 2rem;
  letter-spacing: 0.3rem;
    /* color: #4b3f32; */
}

.m-answer .red{
  font-size: 1.6rem;
    color: #c96b6b;
    /* padding: 1rem; */
    border-radius: 1rem;
    margin-right: 2rem;
  letter-spacing: 0.3rem;
    /* color: #4b3f32; */
}

.m-answer .yellow{
  font-size: 1.6rem;
    color: #e1d39b;
    /* padding: 1rem; */
    border-radius: 1rem;
    margin-right: 2rem;
  letter-spacing: 0.3rem;
    /* color: #4b3f32; */
}

.m-answer .green{
  font-size: 1.6rem;
    color: #8ac58a;
    /* padding: 1rem; */
    border-radius: 1rem;
    margin-right: 2rem;
  letter-spacing: 0.3rem;
    /* color: #4b3f32; */
}

.m-answer .blue{
  font-size: 1.6rem;
    color: #5b8fa8;
    /* padding: 1rem; */
    border-radius: 1rem;
    margin-right: 2rem;
  letter-spacing: 0.3rem;
    /* color: #4b3f32; */
}

.m-answer .orange{
  font-size: 1.6rem;
    color: #E6A56B;
    /* padding: 1rem; */
    border-radius: 1rem;
    margin-right: 2rem;
  letter-spacing: 0.3rem;
    /* color: #4b3f32; */
}

.name .p-dot{
    color: #d7a6a6;
    /* margin-top: -10rem; */
    letter-spacing: 0.6rem;
    /* font-size: 2.4rem; */
}

.name .b-dot{
    color:#5b8fa8;
    letter-spacing: 0.6rem;
}

.name .r-dot{
    color:#c96b6b;
    letter-spacing: 0.6rem;
}

.name .g-dot{
    color:#8ac58a;
    letter-spacing: 0.6rem;
}

.name .y-dot{
    color:#e1d39b;
    letter-spacing: 0.6rem;
}

.name .o-dot{
    color: #E6A56B;
    letter-spacing: 0.6rem;
}
/* 開いたとき */
.member-item.is-open .m-answer {
  max-height: 100rem;
}

.member-item.is-open .qa-icon {
  transform: rotate(45deg); /* ＋ → × 風 */
}

#active{
    /* margin-top: 200px; */
    padding-top: 10rem;
    margin-bottom: 10rem;
    position: relative;
    overflow: hidden;
    /* background-color: #a25197; */
}

.active svg{
    margin-top: -10rem;
}
/* .torikumi_wrap{
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: max-content;
    margin: 0 auto;
} */

.torikumi_haikei{
    /* position: relative; */
    background-image: url(../img/torikumi.haikei.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* position: absolute; */
    display: block;
    /* max-width: max-content; */
    /* position: relative; */
    width: 100%;
    height: 640rem;
    /* overflow: hidden; */
    /* height: 200vh;  */
    margin-top: 27rem;
    /* object-fit: fill; */
    background-size: 100% 100%;
    background-position: center center;
}

/* .torikumi_bou{
    position: absolute;
    align-items: center;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10%;
    height: auto;
    pointer-events: none;
} */

.title{
    /* inset: 0;
    top: 230px;
    position: absolute; */
    /* top: 400px; */
    /* bottom: 140px; */
    /* left: 200px; */
    /* padding: 20px; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.title dl{
    inset: 0;
    display: table;
    position: absolute;
    background-color: #4b3f32;
    border-radius: 10rem;
    padding: 2rem 10rem 4rem;
    text-align: center;
    /* width: 80%; */
    margin: 30rem auto;/*後でトップ指定*/
    /* z-index: 2; */
    /* text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center; */
}
.title dt{
    /* display: table-cell; */
    /* top: 380px;
    inset: 0; */
    /* position: absolute; */
    font-family: "wafu";
    font-size: 1.6rem;
    /* font-size: 2rem; */
    text-align: center;
    color: #f7f5f0;
    margin-bottom: 2.5rem;
    letter-spacing: 0.2rem;

}

.title dd{
    /* display: table-cell; */
    /* top:200px;
    inset: 0; */
    /* position: absolute; */
    font-family: "wafu";
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.3rem;
    color: #f7f5f0;
}

.dot1{
    /* display: table-cell; */
    /* inset: 0; */
    /* position: absolute; */
    font-family: "wafu";
    font-weight: bold;
    color: #8ac58a;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.8rem;
    /* top: 248px; */
}

.dot2{
    /* display: table-cell; */
    /* inset: 0; */
    /* position: absolute; */
    font-family: "wafu";
    font-weight: bold;
    color: #8ac58a;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.8rem;
    /* top: 248px; */
}

.actives img{
    border-radius: 12%;
    width: 100%;
    padding: 0 1rem;
    margin: 4rem auto 0rem;
}

.actives .ivent{
    border-radius: 3rem;
}
.actives div{
    position: relative;
    background-color: #f2efeb;
    width: 38%;
    border-radius: 2rem;
    padding: 1.5rem 1.5rem 2.5rem;
    box-shadow: 0 6px 0 #bfbab3;
    animation: fadeIn 3s ease 1s normal backwards;
    
}

@keyframes fadeIn{
    from{
        opacity: 0;
        transform: translateY(100px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.actives div::before{
    content: '';
    display: block;
    width: 33%;
    height: 2.2rem;
    background-image: url('../img/torikumi_dot1.png');
    background-size: 106% auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 1%;
}

.actives div:nth-of-type(2n-1){
    margin: 0 0 0 auto;
}
.actives div:nth-of-type(2n-1)::before{
    right: 100%;
    left: auto;
    background-image: url('../img/torikumi_dot.png');
    background-position: 0% 50%;
    margin-right: 2%;
}
.actives dl{
    /* inset: 0; */
    /* display: table; */
    /* position: absolute; */
    /* top: 500px; */
    /* background-color: #f2efeb; */
    border-radius: 3rem;
    /* padding: 110px 220px 110px; */
    max-width: 1000px;
    width: 80%;
    margin:  50rem auto 20rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* column-gap: 20px; */
    row-gap: 16rem;
}

.actives dt{
    /* inset: 0; */
    /* display: table; */
    /* position: absolute; */
    display: inline-block;
    background-color: #6fa36f;
    color: #f7f5f0;
    font-family: "wafu";
    margin-bottom: 2rem;
    font-size: 1.6rem;
    padding: 1rem 1.4rem;
    border-radius: 2.5rem;
    letter-spacing: 0.3rem;
    /* right: 50px; */
}

.actives dd{
    /* inset: 0; */
    /* display: table; */
    /* position: absolute; */
    font-family: "wafu";
    color: #4b3f32;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.3rem;
    /* margin-top: 80px;
    margin-left: 40px; */
}

.naiyou span{
    font-size: 1.4rem;
}

.naiyou p{
    font-size: 1.4rem;
    text-align: right;
    margin-right: 0.4rem;
    margin-top: 0.4rem;
}


#sns .number{
    padding-top: 15rem;
}
.insta-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 6rem;
  max-width:1500px;
  margin: 10rem auto 0;
  padding: 0 5rem;
}


.insta-link{
  text-decoration: none;
  color: inherit;
  display: block;
}

.insta-card{
  background: #f7f5f0;
  border-radius: 2.5rem;
  box-shadow: 0 6px 0 #d6d0c0;
  overflow: hidden;
  font-family: "Zen Maru Gothic";
  transition: transform 0.3s ease;
}

.insta-card:hover{
  transform: scale(1.05);
}

.insta-header{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
}

.insta-icon{
  width: 6rem;
  height: 6rem;
  /* border-radius: 50%; */
}

.like-icon{
  display: inline-block;
  margin-right: .5rem;
  animation: pop 1.5s ease-in-out infinite;
  color: #c96b6b;
}

@keyframes pop{
  0%   { transform: scale(1); }
  30%  { transform: scale(1.4); }
  60%  { transform: scale(1); }
  100% { transform: scale(1); }
}

.insta-name{
  font-weight: bold;
  color: #4b3f32;
  font-size: 1.6rem;
}

.insta-name small{
    /* font-weight: normal; */
    background-color: #f7f5f0;
    border: 1px solid #4b3f32;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 1rem;
}
.insta-photo{
  width: 100%;
  display: block;
}

.insta-body{
  padding: 1.5rem;
  text-align: left;
}

.insta-like{
  font-size: 1.3rem;
  margin-bottom: .8rem;
  color: #4b3f32;
  font-weight: bold;
}

.insta-text{
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4b3f32;
  font-weight: bold;
}

.insta-text span{
  font-weight: bold;
  margin-right: .3rem;
  color: #4b3f32;

}

.insta-btn-wrap{
  margin: 5rem 0 10rem;
  text-align: center;
}

.insta-btn{
  display: inline-block;
  background: #6fa36f;
  color: #f7f5f0;
  font-family: "wafu";
  font-size: 2.4rem;
  padding: 2.5rem 8rem;
  border-radius: 5rem;
  letter-spacing: 0.3rem;
  text-decoration: none;
  transition: transform .3s ease;
  box-shadow: 0 6px 0 #d6d0c0;

}

.insta-btn:hover{
  transform: scale(1.3);
  /* box-shadow: 0 10px 25px rgba(0,0,0,.2); */
}


.slider2{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 10rem auto;
}

.slider2__slide{
    border-radius: 5vw;
    padding: 0 5rem;    
}
    .slider2 .slick-arrow{
        width: 5rem;
        height: 5rem;
        background-color: var(--color-main);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        text-indent: 100%;
        overflow: hidden;
        /* background-image: url('https://rendan.dev/arrow.svg'); */
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
    }
    
    /* .slider2 .slick-next{
        right: -15rem;
        background-image: url(../img/yajirusi.2.png);
        transform: translate(-50%,-50%) scale(1.1); 
        z-index: 200;
        display: none;

    }

    .slider2 .slick-prev{
        left: -10rem;
        background-image: url(../img/yajirusi.1.png);
        transform: translate(-50%,-50%) scale(1.1); 
        z-index: 200;
        display: none;

    } */

    .slick-dots li button:before {
    font-family: 'slick';
    font-size: 5rem;
    line-height: 5rem;
    position: absolute;
    top: 10%;
    left: 0;
    width: 3rem;
    height: 3rem;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #4b3f32;
    -webkit-font-smoothing: antialiased;
    /* display: none; */
    }

.slider2 img{
    width: 100%;
    object-fit: cover;
    border-radius: 3vw; 
}

.slider2 li{
    font-size:2.4rem;
    font-family: "wafu";
    text-align: center;
}
.h-sliders,.sliders{
    overflow: hidden;
    margin: 2rem 0 10rem;
}
.h-loopslider,.loopslider{
    width: max-content;
	display: flex;
    padding-top: 15rem;
    transform: translateX(-100%);
    /* animation: gokuu-slide 5s linear infinite; */

    animation-name: loop-slide;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
}

.h-loopslider{
    padding-top: 0;
    /* padding-bottom: 15rem; */
}
.h-loopslider img,.loopslider img{
    width: 200rem;
    height: auto;
    /* margin-top: 5rem; */
}

@keyframes loop-slide{
	0%{
	   transform: translateX(-50%);
	}
   
   
	100%{
	   transform: translateX(0);
	}
   }



   .qa-section {
  max-width: 800px;
  margin: 8rem auto;
  padding: 0 2rem;
  font-family: "wafu", "Hannotate SC", sans-serif;
}

.qa-section .number{
    padding-top: 15rem;
}
#qa p{
    letter-spacing: 0.2rem;
}

.qa-item {
  background: #f7f5f0;
  border-radius: 2.5rem;
  box-shadow: 0 6px 0 #d6d0c0;
  overflow: hidden;
  margin: 0 0rem 5rem;
}

.qa-question {
  width: 100%;
  background: none;
  border: none;
  padding: 2rem 2.5rem;
  font-size: 1.8rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4b3f32;
}

.qa-icon {
  font-size: 2.4rem;
  transition: transform 0.3s ease;
}

.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 2.5rem;
}

.qa-answer p {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 2rem;
  color: #7d7a76;

}

/* Qの「Q.」部分を青く */

.qa-question p::first-letter {
  color: #5b8fa8; /* Qの色 */
  font-weight: bold;
}

/* Aの「A.」部分を赤く */
.qa-answer p::first-letter {
  color: #c96b6b; /* Aの色 */
  font-weight: bold;
}


/* 開いたとき */
.qa-item.is-open .qa-answer {
  max-height: 200px;
}

.qa-item.is-open .qa-icon {
  transform: rotate(45deg); /* ＋ → × 風 */
}




footer{
    overflow: hidden; 
    position: relative;   
}

.f-img{
    position: absolute;
    inset: 0;
    top: 50%;
    /* left: 40%; */
    text-align: center;
}


.f-img img{
    width: 20%; 
}

.footer_haikei{
    /* position: absolute; */
    margin-top: 10rem;
    width: 100vw;
}

.to-top {
    position: fixed;
    right: 5rem;
    bottom: 5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #f7f5f0;
    color: #6fa36f;
    text-align: center;
    font-size: 2rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 0 #bfbab3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 9999;
    font-family: "wafu", sans-serif;
  }
  
  .to-top.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .to-top:hover {
    transform: translateY(0) scale(1.1);
  }

  
.copyright{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #4b3f32;
}

/* ------------------------タブレットサイズ------------------------- */
@media (max-width: 1024px){
    /* 全体の文字サイズを小さくする */
    html{
        font-size:0.6rem;
    }


    .header_nav{
        display: none;
    }

    .header__button{
        width: 9rem;
        height: 9rem;
        position: fixed;
        top: 2rem;
        right: 2rem;
        z-index: 20000;
        background-color: #6fa36f;
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        display: flex;
        border-radius: 3rem;
        box-shadow: 0 4px 0 #d6d0c0;
    }

    .header__button span{
    display: block;
    width: 4rem;
    height: 0.3rem;
    background-color: #f7f5f0;
    transition: 500ms ease;
    transition-property: opacity transform;
    

    }


    .header__button.is-open span:nth-of-type(2){
        opacity: 0;
    }
    .header__button.is-open span:nth-of-type(1){
        transform: translateY(1.5rem) rotate(45deg);
    }
    .header__button.is-open span:nth-of-type(3){
        transform: translateY(-1rem) rotate(-45deg);
    }

    .sitemap{
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        max-width: 50rem;
        width: 100vw;
        height: 100vh;
        background-color: #4b3f32;
        color: #f7f5f0;
        padding: 100px 50px;
        box-sizing: border-box;

        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;

        transition:
        transform 0.4s ease,
        opacity 0.4s ease,
        visibility 0s linear 0.4s; /* ← 閉じるときに遅らせる */
        pointer-events:none;
        display: initial;
    }

    .sitemap div{
        margin-top: 5rem;
        background-color: #f2efeb;
        border-radius: 5rem;
        text-align: center;
    }

    .sitemap div img{
        width: 50%;
        margin: 0 auto;

    }

    .sitemap div p{
        font-family: wafu;
        color:#6fa36f;
        font-size: 2.4rem;
        padding: 4rem 0rem;
    }
    .sitemap.is-open{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);

        transition:
        transform 0.4s ease,
        opacity 0.4s ease,
        visibility 0s linear 0s; /* ← 開くときはすぐ可視 */
        pointer-events:auto;
    }
    .sitemap__list{
        display: grid;
        gap: 30px;
    }

    .sitemap li{
    font-family: "wafu";
    font-size: 1.6rem;
    transition: transform  0.3s ease-in-out; 
    }

    @media (hover:hover){
       .sitemap li :hover{
        /* font-size: 2.4rem; */
        transform: scale(2);
        }
    }
 

    .sitemap-bg{
        width: 100%;
        height: 100%;
        transition: 500ms ease;


        position: fixed;
        inset: 0;
        z-index: 999;              /* sitemap(10000)より少し下 */
        background-color: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    }

    .sitemap-bg.is-open{
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease, visibility 0s linear 0s;
    }
    .member_fixed{
        width: 16%;
    }


    .about_inner{
        margin: 0rem 10rem 5rem;
    }

    .benefit img{
        height: 500px;
    }
    .container dl{
        width: 70%;
    }

    .fv_container{
        height: auto;
    }
    .slider li{
        top: 0;
    }

    .slider img{
        top: 0;
    }

    .torikumi_haikei{
        height: 500rem;
    }

    .actives dl{
        row-gap: 6rem;
    }

    .member-item img{
        border-radius: 5rem;
    }
    .slider2 .slick-next{
        right: -11rem;
        background-size: 1.5rem;
        transform: translate(-50%,-50%) scale(3); 

    }

    .slider2 .slick-prev{
        left: -6rem;
        background-size: 1.5rem;
        transform: translate(-50%,-50%) scale(3); 

    }
}




/* --------------------------スマホサイズ--------------------------- */
@media screen and (max-width: 667px){
        /* 全体の文字サイズを小さくする */
    html{
        font-size: 0.5rem;
    }


    .sitemap{
        max-width: 300px;
    }

    .member_fixed{
        display: none;
    }
    .benefit img{
        height: 500px;
    }

    /* .wood{
        background-image: url(../img/line_saku_wood.png);
        position: absolute;
        inset: 0;
        background-repeat: no-repeat;
        background-size: 160%;
    } */


    .fv_container{
        /* margin-bottom: -68vh; */
    }
    .kusa_oya{
        /* padding: 20rem 0 3rem; */
    }

    .kusa_oya h2{
        margin-top: 25rem;
    }
    .fv_container{
        height: auto;
    }

    .fv_img{
        margin-top: 15rem;
    }

    .fv_img img{
        width: 70%;
    }
    .slider li{
        top: 0;
    }

    .firstoff{
        margin: 0 1rem;
    }
    .slider img{
        top: 0;
    }
    .container{
        flex-direction: column;
    }

    .torikumi_haikei{
        height: 600rem;
    }

    .about_inner{
        margin: 0rem 5rem 5rem;
    }

    .active dl{
        row-gap: 6rem;
    }
    .container dl{
        width: 70%;
        margin: 10px;
    }

    .m-answer{
        max-height: none;
    }
    .qa-icon{
        display: none;
    }
    
    .active dl{
        /* row-gap: 10rem; */
    }
    .actives div{
        align-items: center;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .actives div::before{
    background-image: none;
}

.actives div:nth-of-type(2n-1){
    margin: 0 auto;
    margin-bottom: 1rem;
}
.actives div:nth-of-type(2n-1)::before{
    right: 100%;
    left: auto;
    background-image: none;
    background-position: 0% 50%;
    /* margin-right: 2%; */
}

    .slider2 .slick-next{
        right: 0rem;
        background-image: none;
        transform: translate(-50%,-50%) scale(3); 
        z-index: 200;

    }

    .slider2 .slick-prev{
        left: -10rem;
        background-image: none;
        transform: translate(-50%,-50%) scale(3); 
        z-index: 200;

    }


    .h-loopslider img, .loopslider img{
        width: 130rem;
    }
    .qa-item{
        margin: 0 4rem 5rem;
    }
    .insta-grid{
        padding: 0;
    }
    
    .f-img img{
        width: 40%; 
    }
}



@media screen and (max-width: 547px){
    .torikumi_haikei{
        height: 550rem;
    }
}

.copyright{
    font-weight: bold;
}