@charset "UTF-8";
/* 全体設定 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #f8f1e0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.h2_container{
    width: 100%;
    height: 140px;
    position: relative;
}
h2 {
    display: block;
    width: 65%;
    margin: 2rem auto;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.4rem;
    font-family: "Archivo Black", "Arial Black", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.h2_container h3{
    display: block;
    width: 30%;
    font-size: 1.5rem;
    text-align: center;
    position: absolute;
}

p{
    line-height: 1.7;
}

/* ---------ローディングアニメーション--------- */
.loading{
    width: 100%;
    height: 100vh;
    background-color: #f8f1e0;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
}
.loading.is-load{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1000ms;
    transition-property: opacity, visibility;
    transition-delay: 1500ms; /* 遅らせる時間 */
}
.loading_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 40px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
}
.logo{
    width: 90%;
    animation: kurukuru 1s ease-out;
    opacity: 1;
}
.logo_litter{
    width: 100%;
}
/* svgアニメーション */
svg {
	width: 300px;
	height: auto;
}
@-webkit-keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  @keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  .svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s both;
            animation: animate-svg-fill-1 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s both;
  }
  
  @-webkit-keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  @keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  .svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s both;
            animation: animate-svg-fill-2 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s both;
  }
  
  @-webkit-keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  @keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  .svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.30000000000000004s both;
            animation: animate-svg-fill-3 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.30000000000000004s both;
  }
  
  @-webkit-keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  @keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  .svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s both;
            animation: animate-svg-fill-4 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s both;
  }
  
  @-webkit-keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  @keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  .svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s both;
            animation: animate-svg-fill-5 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s both;
  }
  
  @-webkit-keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(248, 241, 224);
    }
  }
  
  @keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(248, 241, 224);
    }
  }
  
  .svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s both;
            animation: animate-svg-fill-6 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s both;
  }
  
  @-webkit-keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  @keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  .svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7000000000000001s both;
            animation: animate-svg-fill-7 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7000000000000001s both;
  }
  
  @-webkit-keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  @keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 168, 86);
    }
  }
  
  .svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;
            animation: animate-svg-fill-8 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s both;
  }
  
  
/* ---------ヘッダーナビ（キービジュアル）--------- */
.kv_nav{
    background-color: #FFF;
    border-radius: 35px;
    margin: 1.5rem;
    display: block;
    position: fixed;
    top: 0;
    right: 0;

    opacity: 1;
    visibility: visible;
    transition: 700ms;
}
.kv_nav.active{
    opacity: 0;
    visibility: hidden;
    transition: 550ms;
}
.kv_nav ul{
    margin: 1rem 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.kv_nav ul li a{
    color: #40300d;
    font-weight: bold;
}
.kv_nav ul li a small{
    font-weight: normal;

}
.kv_nav ul li a:hover{
    color: #40300d80;
}

/* ------------ハンバーガーメニュー------------ */
.header__buttom{
    width: 150px;
    height: 150px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    background-image: url(../images/h_menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    
    opacity: 0;
    visibility: hidden;
    transition: 700ms;
}

.active{
    opacity: 1;
    visibility: visible;
    transition: 700ms;
  }

  .header__buttom .header__buttom_group{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

.header__buttom span{
    display: block;
    width: 45px;
    height: 2px;
    background-color: black;
    transition: 500ms;
}

.header__buttom.is-open span:nth-of-type(2){
    opacity: 0;
    transition: 500ms;
}
.header__buttom.is-open span:nth-of-type(1){
    transform: translateY(8px) rotate(30deg);
    transition: 500ms;
}
.header__buttom.is-open span:nth-of-type(3){
    transform: translateY(-8px) rotate(-30deg);
    transition: 500ms;
}

/* --------------システムマップ ---------------*/

.sitemap{
    text-align: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 700px;
    height: 700px;
    background-color: #fff;
    color: #40300d;
    padding: 40px 50px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms;
    transition-property: opacity, visibility;
    animation: slideaut 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.sitemap.is-open{
    opacity: 1;
    visibility: visible;
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
    0% {
      transform: translateX(180px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,100% {
      opacity: 1;
    }
  }
@keyframes slideaut {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateX(180px);
    }
    40%,100% {
      opacity: 0;
    }
  }

.sitemap img{
    width: 350px;
    margin: 1.5rem 0;
}
.sitemap__list{
    text-align: center;
    display: grid;
    gap: 30px;
}
.sitemap__list a{
    font-size: 1.2rem;
    font-weight: bold;
    color: #40300d;
}
.sitemap__list a:hover{
    opacity: 0.7;
}

.sitemap-bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    transition-property: opacity, visiblity;
}

.sitemap-bg.is-open{
  opacity: 1;
  visibility: visible;
}


/* --------------メンバーボタン---------------- */
.member_btn{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-color: #ff00c0;
    box-shadow: 0px 0px 0px 7px #ff00c0;
    border: dashed 4px #FFF;
    opacity: 1;

    position: fixed;
    bottom: 6%;
    left: 3%;
    z-index: 10000;
    transition: opacity 600ms;
}
.member_btn.active{
    overflow: clip;
    opacity: 0;
    pointer-events: none;
}
.member_btn:hover{
    opacity: 0.6;
    transition: opacity 600ms;
}
.member_btn.active:hover{
    opacity: 0;
}

.member_btn a{
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

/* トップに戻る */
.page_top{
    color: #40300d;
    background-color: #ffffff5c;
    border-radius: 0 0 0 30px;
    letter-spacing: 3px;
    padding: 1rem;
    position: fixed;
    right: -38px;
    bottom: 30px;
    z-index: 100;
    transform: rotate(90deg);
    transition: 600ms;

    opacity: 0;
    visibility: hidden;
}
.page_top.active{
    opacity: 1;
    visibility: visible;
}
.page_top:hover{
    color: fff;
    background-color: #40300d5c;
    transition: 600ms;
}

/*---------- キービジュアル----------*/
.keyvisual{
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: clip;

    z-index: -999999999999999999;
}
/* 3 */
.mainvisual_3 ul{
    position: relative;
}
.mainvisual_3 ul li{
    width: 500px;
    height: auto;
    position: absolute;
    top: -180px;
    right: 38%;
    opacity: 0;

    transition: opacity 2500ms;
}
.mainvisual_3 ul li.is-active{
    opacity: 1;
}
.mainvisual_3 img{
    width: 100%;
    margin: 1rem;
    object-fit: cover;
}
/* 2 */
.mainvisual_2 ul{
    position: relative;
}
.mainvisual_2 ul li{
    width: 500px;
    height: auto;
    position: absolute;
    right: 30%;
    top: 350px;
    opacity: 0;

    transition: opacity 2500ms;
}
.mainvisual_2 ul li.is-active{
    opacity: 1;
}
.mainvisual_2 img{
    margin: 1rem;
    width: 100%;
    object-fit: cover; 
}
/* 1 */
.mainvisual_1 ul{
    position: relative;
}
.mainvisual_1 ul li{
    width: 800px;
    height: auto;
    position: absolute;
    top: -100px;
    left: 50%;
    opacity: 0;

    transition: opacity 2500ms;
}
.mainvisual_1 ul li.is-active{
    opacity: 1;
}
.mainvisual_1 img{
    width: 100%;
    margin: 1rem;
    object-fit: cover; 
}

/* アイコン */
.backgrund_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(50% + 2px);
    height: 100vh;
    background: linear-gradient(to right, transparent 0%, transparent 30%, #f8f1e0 90%), url(../images/back_img.JPG);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


.icon{
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
}

.icon img{
    width: 100%;
}

.txt{
    position: absolute;
    right: 30px;
    bottom: 50px;
    z-index: 1;
}
h1{
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 10px #74dc5c, 0 0 20px #74dc5c, 0 0 30px #74dc5c;
    padding: 16px 24px;
    border-radius: 6px;
    line-height: 3.8rem;
}
h1 span{
    display: block;
}
.txt p{
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 10px #74dc5c, 0 0 20px #74dc5c, 0 0 30px #74dc5c;
    padding: 0 24px;
    border-radius: 6px;
    letter-spacing: 0.2rem;
}
/* ----------メイン---------- */
main{
    background-color: #f8f1e0;
    width: 100%;
    height: auto;
    overflow: clip;
}
/* ----------アグロッカ----------- */

.box{
    width: 100%;
    height: 300px;
    overflow: clip;
    position: relative;
}
.box img{
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -50;
    animation: loading 100s linear infinite;
    overflow: clip;
}


@keyframes loading {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}


/* アグロッカについて */
.about{
    position: relative;
    margin-bottom: -100px;
}
.about h2{
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: .5em 1em;
    color: #40300d;
    background-color: #f8f1e0;
    border-radius: 0 50px 50px 0;
    box-shadow: 0px 0px 0px 7px #f8f1e0;
    border: dashed 3px #40300d;
    border-left: none;
}
.about .h2_container h3{
    text-align: left;
    color: #ffffffc7;
    position: absolute;
    bottom: 60px;
    right: 0;
}

.about{
    padding-top: 6rem;
    background-color: #74dc5c;
}

#agurokka{
    width: 100%;
    height: 60vh;
    margin: 5rem 0 0;
    position: relative;
}
#agurokka img{
    width: 60%;
    position: absolute;
    top: -30px;
    left: 10%;
    z-index: 1;
}
#agurokka .agurokka_about{
    width: 40%;
    background-color: #f8f1e0;
    margin: 0;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #33333319 50%, #33333319), linear-gradient(90deg, transparent calc(100% - 1px), #33333319 50%, #33333319);
    background-size: 15px 15px;
    background-repeat: repeat;
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 2;
}
#agurokka .agurokka_about h3{
    color: #40300d;
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 0;
}
#agurokka .agurokka_about p{
    color: #40300d;
    font-size: 1rem;
    line-height: 1.7;
    margin:  1rem 1.5rem 1.5rem;
}

/* アグロッカのメリット */
.agurokka_merit{
    margin: 7rem 0 3rem;
}
.agurokka_merit h3{
    margin: 3rem auto;
    color: #fff;
    text-align: center;
    font-size: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}
.agurokka_merit h3::before{
    content: "";
    width: 40px;
    height: 4px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #fff;
}
.agurokka_merit h3::after{
    content: "";
    width: 40px;
    height: 4px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #fff;
}

.agurokka_merit_all{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.agurokka_merit_box{
    width: 350px;
    height: 350px;
    background-color: #f8f1e0;
    border-radius: 50%;
    text-align: left;
    padding: 0.8rem;
    margin: 1rem;
}
.agurokka_merit_box h4{
    width: 80%;
    margin: 1rem auto;
    text-align: center;
    font-size: 1.2rem;
}
.agurokka_merit_box h4 span{
    background: linear-gradient(transparent 50%, #f6ff48c0 50%);
    padding: 0 0.2em;
}
.agurokka_merit_box p{
    width: 85%;
    margin:1rem auto;
}
.number{
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: #40300d;
  font-weight: 400;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  text-align: center; 
  margin-inline: auto;
  width: fit-content;
}


/* 一緒に農業しよっか */
.together{
    position: relative;
    height: 140vh;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    margin-top: -10px;
}
.together_agu{
    width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center;
    background-image: url(../images/together_1.JPG);

    position: fixed;
    top: 0;
    left: 0;
    
}
.yama1{
    width: 100vw;
	position: relative;
}
.yama1 img{
	position: absolute;
	width: 100%;
    margin-top: -60px;
	top: -2rem;
	left: 0;
    z-index: 1;
}
.agriculture_text{
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    overflow: clip;
}
.agriculture_text img{
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    animation: loading2 100s linear infinite;
}
@keyframes loading2 {
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}


/*----------- メンバー紹介------------ */
.member_all h2{
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: .5em 1em;
    color: #fff;
    background-color: #40300d;
    border-radius: 0 50px 50px 0;
    box-shadow: 0px 0px 0px 7px #40300d;
    border: dashed 3px #FFF;
    border-left: none;
}
.member_all .h2_container h3{
    text-align: left;
    color: #40300da0;
    position: absolute;
    bottom: 60px;
    right: 0;
}

.member_all{
    background-color: #f8f1e0;
    padding: 8rem 0 0;
    margin-top: -10px;
}
.member_deta{
    margin: 5rem 0 0;
}
.member_pr{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 2rem 0;
}
.member_pr:nth-of-type(even){
    flex-direction: row-reverse;
}
.member_photo img{
    position: relative;
    z-index: 2;
    width: 350px;
}
.member_p{
    margin-top: 4rem;
}
.member_p h3{
    margin: 0 0 0.3rem 1.5rem;
}
.member_p_box{
    display: block;
    background-color: #f8f1e0;
    width: 600px;
    border: 2px solid #40300d;
    border-radius: 10px 10px 0 0;
}

.member_agri p{
    margin: 0 1.5rem;
    padding: 0.5rem;
    border-bottom: 2px dashed #40300d;
}
.member_agri p span{
    font-weight: bold;
}
.member_mess p{
    padding: 1.5rem 1rem;
    border: none;
}
/* 入った後のビフォーアフター */
.before{
    padding: 1rem ;
    background-color: #40300d;
    color:  #f8f1e0;
    text-align: center;
    transition: 200ms;
    position: relative;
}
.before::before,
.before::after{
    position:absolute;
    content:'';
    top:1px;
    right:-20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background: #40300d;
 }
 .before::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
 .before.open::after{transform:rotate(0deg);}
.before:hover{
    opacity: 0.7;
    transition: 200ms;
}
.after{
    text-align: left;
    display: none;
    line-height: 1.7;
    padding: 10px 20px;
}

/* メンバーのループアニメーション */
.loop_member{
    width: 100%;
    height: 450px;
    margin-bottom: 5rem;
}
.loop_member ul li{
    width: 300px;
    height: 300px;
    margin: 10rem auto 2rem;
    border: 2px solid #40300d;
    border-radius: 30px;
    text-align: center;
    opacity: .3;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    position: relative;
}

.loop_member ul li.slick-center {
    opacity: 1;
    transform: scale(1);
}
.loop_member ul li p{
    text-align: left;
    margin: 1rem 0 0.5rem 1.8rem;
}
.loop_member ul li img{
    width: 85%;
    margin: 0.5rem auto;
    border-radius: 20px;
}
.loop_member ul li a img{
    width: 60px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.container {
  margin: 30px auto 0;
  max-width: 500px;
  width: 100%;
}
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}

.loop_member ul li .member_comment{
    width: 350px;
    color: #40300d;
    text-align: center;
    padding: 0.6rem;
    position: absolute;
    right: -20px;
    bottom: 105%;
    border-bottom: 2px solid #40300d;

    opacity: 0;
    overflow: clip;
}
.loop_member ul li.slick-center .member_comment{
    opacity: 1;
    overflow: visible;
}
.loop_member ul li .member_comment::before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #f8f1e0;
    rotate: 135deg;
    translate: -50%;
}
.loop_member ul li .member_comment::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: -1;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #40300d #40300d transparent transparent;
    background-color: #f8f1e0;
    rotate: 135deg;
    translate: -50%;
}

/* メンバーごとのいろ */
.loop_member ul .member_box_1{
    -webkit-box-shadow: 10px 10px 0 #ffaa4888;
    box-shadow: 10px 10px 0 #ffaa4888;
}
.loop_member ul .member_box_2{
    -webkit-box-shadow: 10px 10px 0 #ff4f3c88;
    box-shadow: 10px 10px 0 #ff4f3c88;
}
.loop_member ul .member_box_3{
    -webkit-box-shadow: 10px 10px 0 #ffaa4888;
    box-shadow: 10px 10px 0 #ffaa4888;
}
.loop_member ul .member_box_4{
    -webkit-box-shadow: 10px 10px 0 #67ff4d88;
    box-shadow: 10px 10px 0 #67ff4d88;
}
.loop_member ul .member_box_5{
    -webkit-box-shadow: 10px 10px 0 #66d4ff88;
    box-shadow: 10px 10px 0 #66d4ff88;
}
.loop_member ul .member_box_6{
    -webkit-box-shadow: 10px 10px 0 #66d4ff88;
    box-shadow: 10px 10px 0 #66d4ff88;
}
.loop_member ul .member_box_7{
    -webkit-box-shadow: 10px 10px 0 #ff5bc088;
    box-shadow: 10px 10px 0 #ff5bc088;
}
.loop_member ul .member_box_8{
    -webkit-box-shadow: 10px 10px 0 #faff5e88;
    box-shadow: 10px 10px 0 #faff5e88;
}
.loop_member ul .member_box_9{
    -webkit-box-shadow: 10px 10px 0 #66d4ff88;
    box-shadow: 10px 10px 0 #66d4ff88;
}
.loop_member ul .member_box_10{
    -webkit-box-shadow: 10px 10px 0 #ff4f3c88;
    box-shadow: 10px 10px 0 #ff4f3c88;
}


/* メンバー紹介の別ページへ移動 */
.member_page{
    width: 100%;
    display: flex;
    justify-content: right;
}
.member_page a{
    text-align: right;
    color: #40300d;
    font-weight: bold;
    padding: 0 3rem 0 0;
    border-bottom: 2px solid #40300d;
}
.member_page a:hover{
    opacity: 0.8;
}
/*---------- 活動内容---------- */
.agurokka_active{
    overflow: clip;
    padding: 3rem 0;
}
.agurokka_active h2{
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: .5em 1em;
    color: #fff;
    background-color: #40300d;
    border-radius: 50px 0 0 50px;
    box-shadow: 0px 0px 0px 7px #40300d;
    border: dashed 3px #FFF;
    border-right: none;
}
.agurokka_active .h2_container h3{
    text-align: right;
    color: #40300da0;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.agurokka_active .agurokka_active_box_1,
.agurokka_active .agurokka_active_box_2{
    width: 100%;
    height: 70vh;
    margin: 6rem 0;
    position: relative;
}
.agurokka_active .agurokka_active_box_1{
    margin-top: 3rem;
}
.agurokka_active .agurokka_active_box_1 img{
    width: 60%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.agurokka_active .agurokka_active_box_1 div{
    width: 50%;
    height: auto;
    position: absolute;
    left: 7%;
    bottom: 0;
    padding: 1rem 2.5rem 3rem;
    background: #fff763cc;
}
.agurokka_active .agurokka_active_box_1 div:before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #40300d;
  }


.agurokka_active .agurokka_active_box_2 img{
    width: 60%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.agurokka_active .agurokka_active_box_2 div{
    width: 50%;
    height: auto;
    position: absolute;
    right: 7%;
    bottom: 0;
    padding: 1rem 2.5rem 3rem;
    background: #ff74dccc;
}
.agurokka_active .agurokka_active_box_2 div:before {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #40300d;
  }

.agurokka_active .agurokka_active_box_1 div p,
.agurokka_active .agurokka_active_box_2 div p{
    line-height: 1.7;
}
.agurokka_active .agurokka_active_box_1 div h3,
.agurokka_active .agurokka_active_box_2 div h3{
    margin: 1.5rem 1rem;
}

/* インスタグラム */
.agurokka_Instagram{
    height: 170vh;
}
.scroll_container{
    text-align: center;
    position: sticky;
    top: 3rem;
    height: 80vh;
}
.scroll_container h3{
    display: block;
    font-size: 1.5rem;
    color: #5c0c39;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}
.scroll_container h3::before{
    content: "";
    width: 40px;
    height: 4px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #ff1c9c;
}
.scroll_container h3::after{
    content: "";
    width: 40px;
    height: 4px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #ff1c9c;
}
.agurokka_Instagram_img{
    position: absolute;
    bottom: 2rem;
    display: flex;
    justify-content: center;
}
.yoko_scroll{
    margin: 1.5rem;
}
.yoko_scroll img{
    width: auto;
    height: 50vh;
}
.yoko_scroll:nth-of-type(1){
    transform: rotate(10deg);
}
.yoko_scroll:nth-of-type(2){
    transform: rotate(-8deg);
}
.yoko_scroll:nth-of-type(3){
    transform: rotate(9deg);
}
.yoko_scroll:nth-of-type(4){
    transform: rotate(-2deg);
}
.yoko_scroll:nth-of-type(5){
    transform: rotate(5deg);
}
.yoko_scroll:nth-of-type(6){
    transform: rotate(-7deg);
}
.yoko_scroll:nth-of-type(7){
    transform: rotate(3deg);
}
/* 過去の活動内容 */
.agurokka_active_past{
    text-align: center;
    margin: 4rem 0;
}
.active_past_list{
    width: 800px;
    display: block;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    border-radius: 20px;
    margin: 1rem auto;
}
.push_pin{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: rgb(255, 64, 64);
    border-bottom: solid 6px #ca6262;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    margin: auto;
}
.active_past_list h3{
    font-size: 25px;
    margin: 1rem auto;
}
.active_past_list ul{
    margin: 0 2rem 2rem;
}
.active_past_list ul li{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 0.8rem 0.5rem;
    border-bottom: 2px dashed #40300d;
}
.active_past_list ul li:last-of-type{
    border-bottom: none;
}
.active_past_list ul li p{
    width: auto;
    text-align: left;
}
.active_past_list ul li .date{
    font-weight: bold;
}

/* よくある質問 */
.question{
    margin: 4rem 0;
}
.question h3{
    text-align: center;
}
.accordion-content {
    display: none;
  }
.accordion_group{
    width: 800px;
    border-radius: 20px;
    margin: 1.5rem auto;
}

.accordion-header {
    background-color: #7f642a51;
    padding: 12px 45px 10px 20px;
    border-radius: 20px 20px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
}
  
.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background:#151E2F;
 }
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
 .accordion-header.active::after{transform:rotate(0deg);}
  
.accordion-content {
    background-color: #e3d7bd99;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}
  
.accordion-header span,
.accordion-content span{
    padding-left: 25px;
    position: relative;
}
  
.accordion-header span::before{
    position: absolute;
    content:"Q";
    top: 2px;
    left: 0;
    color: #151E2F;
    font-size: 17px;
}
  
.accordion-header:hover {
    opacity: 0.8;
} 



/* メンバー募集 */
.member_Rec img{
    width: 100%;
    height: auto;
}

.member_Rec h2{
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
    background-color: #f8f1e0;
    padding: .5em 1em;
    color: #40300d;
    box-shadow: 0px 0px 0px 7px #f8f1e0;
    border: dashed 3px #40300d;
    border-left: none;
    border-right: none;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: bold;
}

.member_Rec .member_Rec_past{
    background-color: #74dc5c;
    width: 100%;
    padding-bottom: 2rem;
    height: auto;
    overflow: clip;
}
.Rec_slider{
    height: 350px;
    display: flex;
    gap: 10px;
    padding: 3rem 0 5rem;
    overflow: clip;
}
.Rec_slider ul{
    display: flex;
    gap: 10px;
    animation: loop-slide 60s infinite linear 1s both;
}
.Rec_slider li img{
    width: 300px;
    height: auto;
}
.Rec_slider li:nth-of-type(2n){
    animation: fuw-fuw 1.5s ease-in-out infinite alternate;
}
@keyframes loop-slide {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
@keyframes fuw-fuw {
    0%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(-20px);
    }
}


.member_Rec_btn{
    width: 50%;
    height: 150px;
    display: block;
    margin: 2rem auto;
    border-radius: 100px;
    background-color: #ff00c0;
    box-shadow: 0px 0px 0px 7px #ff00c0;
    border: dashed 4px #FFF;
    opacity: 1;
    transition: opacity 600ms;
}
.member_Rec_btn p{
    color: #fff;
    font-size: 1rem;
}
.member_Rec_btn h3{
    color: #fff;
    font-size: 2rem;
}
.member_Rec_btn:hover{
    opacity: 0.6;
    transition: opacity 600ms;
}

/* フッター */
footer{
    width: 100%;  
    background-color: #40300d;
    color: #fff;
    text-align: center;
    overflow: clip;
    position: relative;
}
footer .tisou{
    width: 100%;
    height: auto;
}
.footer_element{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin: 2rem auto 4rem;
}
footer .footer_logo{
    display: block;
    width: 30%;
    background-color: #f8f1e0;
    padding: .5em 1em;
    color: #40300d;
    box-shadow: 0px 0px 0px 7px #f8f1e0;
    border-radius: 20px;
    border: dashed 3px #40300d;
    border-top: none;
    border-bottom: none;
}
footer .footer_logo img{
    width: 90%;
    height: auto;
}

.footer_link__list{
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.footer_link__list a{
    color: #f8f1e0;
    font-weight: bold;
    transition: 500ms;
}
.footer_link__list a small{
    font-weight: normal;
    font-size: 80%;
}
.footer_link__list a:hover{
    opacity: 0.7;
    transition: 500ms;
}

/* トップに戻る */
.footer_link__top{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: 1000;
}
.footer_link__top img{
    width: 120%;
    position: absolute;
    top: 50px;
    right: 50px;
    animation: loading 40s linear infinite;
}

.footer_link__top p{
    color: #40300d;
    font-weight: bold;
    font-size: 2rem;
    position: absolute;
    bottom: 50px;
    left: 30px;
}
.contact{
    position: absolute;
    bottom: 55px;
    right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: 500ms;
}
.contact img{
    width: 55px;
}
footer .copyright{
    width: 90%;
    color: #f8f1e0;
    padding-bottom: 0.8rem;
    border-top: dashed 3px #f8f1e0;
    margin: 1rem auto 0;
    padding: 0.5rem 0 0;
}
.contact a:hover{
    opacity: 0.7;
    transition: 500ms;
}

/* ***************スクロールフェードイン*************** */
/* 文は下から */
.fade{
    opacity: 0;
}
  
.fade.active {
    animation: 1s fadeup ease-in-out forwards;
}
  
@keyframes fadeup {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}

/* ***************レスポンシブデザイン*************** */
/* タブレットサイズ */
@media (max-width: 850px){
    html{
        width: 100%;
    }
    h2{
        width: 55%;
    }
    .h2_container h3{
        width: 40%;
    }
    /* ***************** */

    /* キービジュアル */
    .mainvisual_2 ul li{
        right: 30%;
    }
    .mainvisual_1 ul li{
        width: 700px;
        top: -20px;
        left: 35%;
    }
    .icon img{
        width: 80%;
    }
    /* アグロッカ */
    .box{
        height: 200px;
    }
    /* アグロッカについて */
    #agurokka img{
        width: 70%;
        left: 7%;
    }
    #agurokka .agurokka_about{
        width: 60%;
        right: 7%;
    }
    /* メンバー紹介 */
    .member_pr{
        flex-wrap: wrap;
        gap: 25px;
    }
    /* 活動内容 */
    .agurokka_active .agurokka_active_box_1 img,
    .agurokka_active .agurokka_active_box_2 img{
        width: 80%;
    }
    .agurokka_active .agurokka_active_box_1 div,
    .agurokka_active .agurokka_active_box_2 div{
        width: 70%;
    }
    /* インスタグラム */
    .agurokka_Instagram{
        height: 400vh;
    }

    /* 過去の活動 */
    .active_past_list{
        width: 85%;
    }
    /* よくある質問 */
    .accordion_group{
        width: 85%;
    }
    /* メンバー募集のボタン */
    .member_Rec_btn{
        width: 70%;
    }
    /* フッター */
    .footer_element{
        width: 90%;
        gap: 15px;
    }
    .footer_link__list{
        width: 350px;

    }
    footer .footer_logo{
        width: 37%;
    }
    /* トップに戻る */
    .footer_link__top{
        width: 250px;
        height: 250px;
    }
}


/* スマホサイズ */
@media (max-width: 667px) {
    html{
        font-size: 80%;
    }
    h1 span{
        display: block;
    }
    /* ***************** */
    /* ナビゲーション */
    .kv_nav{
        opacity: 0;
        visibility: hidden;
    }

    .header__buttom{
        opacity: 1;
        visibility: visible;
    }

    .sitemap img{
        width: 300px;
        margin: 1.5rem 0 1.5rem 2rem ;
    }
    h2{
        width: 90%;
    }
    .h2_container h3{
        width: 70%;
    }
    /* メンバーボタン */
    .member_btn{
        width: 110px;
        height: 110px;
    }
    .member_btn a{
        font-size: 16px;
    }
    /* キービジュアル */
    .mainvisual_3 ul li{
        width: 400px;
        top: -140px;
        left: 13%;
    }
    .mainvisual_2 ul li{
        width: 400px;
        top: 450px;
        right: 42%;
    }
    .mainvisual_1 ul li{
        width: 600px;
        left: 20%;
        top: 150px;
    }
    .backgrund_img{
        width: 50%;
        background: linear-gradient(to right, transparent 0%, transparent 30%, #f8f1e0 100%), url(../images/back_img.JPG);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    .icon{
        top: 36%;
        left: 5%;
    }
    .icon img{
        width: 67%;
    }
    .txt{
        top: 50%;
        left: 5px;
    }
    h1{
        font-size: 2rem;   
        text-shadow: 0 0 5px #74dc5c, 0 0 10px #74dc5c, 0 0 15px #74dc5c;
        line-height: 2.8rem;
    }
    .txt p{
        font-size: 1rem;
        text-shadow: 0 0 5px #74dc5c, 0 0 10px #74dc5c, 0 0 15px #74dc5c;
    }
    /* アグロッカ */
    .box{
        height: 120px;
    }
    /* アグロッカについて */
    .about .h2_container h3{
        text-align: right;
        bottom: 0;
        margin: 0 0.8rem 0;
    }
    #agurokka{
        height: 70vh;
    }
    #agurokka img{
        margin: 1rem 0;
        width: 75%;
    }
    #agurokka .agurokka_about{
        margin: 2rem 0;
        width: 85%;
    }
    /* 一緒に農業しよっか */
    .together_agu{
        height: 100%;
        background-image: url(../images/IMG_1600.JPG);
    }
    .yama1 img{
        margin-top: -20px;
    }
    .agriculture_text{
        height: 120px;
    }
    /* メンバー紹介 */
    .member_all .h2_container h3{
        text-align: right;
        bottom: 0;
        margin: 0 0.8rem 0;
    }
    .member_pr{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 7rem 0;
    }
    .member_pr:nth-of-type(even){
        flex-direction: column;
        margin: 7rem 0;
    }
    .member_p{
        margin: 1rem auto;
        width: 90%;
    }
    .member_p_box{
        width: 95%;
        margin: auto;
    }
    .member_mess{
        flex-direction: column;
        align-items: flex-start;
    }
    /* メンバーのループアニメーション */
    .loop_member ul li{
        margin:8rem 4rem 3rem;
    }
    /* 活動内容 */
    .agurokka_active .h2_container h3{
        text-align: left;
        bottom: 0;
        margin: 0 0 0 0.8rem;
    }
    .agurokka_active .agurokka_active_box_1,
    .agurokka_active .agurokka_active_box_2{
        max-height: 500px;
    }
    .agurokka_active .agurokka_active_box_1 img,
    .agurokka_active .agurokka_active_box_2 img{
        width: 110%;
    }
    .agurokka_active .agurokka_active_box_1 div,
    .agurokka_active .agurokka_active_box_2 div{
        width: 80%;
    }
    .agurokka_active div p{
        width: 90%;
        margin: auto;
    }
    .agurokka_Instagram_icon a{
        width: 60vw;
    }
    /* インスタグラム */
    .agurokka_Instagram{
        height: 500vh;
    }
    
    /* 過去のイベント */
    .active_past_list{
        width: 90%;
    }
    .active_past_list ul li{
        flex-direction: column;
        align-items: self-start;
        justify-content: flex-start;
        gap: 15px;
    }
    /* よくある質問 */
    .accordion_group{
        width: 90%;
    }
    /* フッタエリア近くのボタン */
    .member_Rec_btn{
        width: 90%;
        height: 100px;
    }
    /* フッター */
    .footer_element{
        flex-direction: column;
        gap: 10px;
        margin: 1rem auto;
    }
    .contact img{
        width: 40px;
    }
    footer .footer_logo{
        width: 60%;
        margin: 1rem auto;
    }
    .footer_link__list{
        flex-direction: column;
    }
    /* トップに戻る */
    .footer_link__top{
        width: 170px;
        height: 170px;
    }
    .footer_link__top img{
        width: 150%;
        top: 40px;
        right: 20px;
    }
    .footer_link__top p{
        bottom: 25px;
        left: 25px;
    }
}

/* *****ブレイクポイント　400px *******/
@media (max-width: 400px){

    /* システムマップ */
    .sitemap{
        right: -20%;
    }
    .sitemap img{
        width: 280px;
    }
    .sitemap__list{
        gap: 20px;
    }
    /* メンバーボタン */
    .member_btn{
        bottom: 3%;
    }
    /* キービジュアル */
    .mainvisual_3 ul li{
        width: 350px;
        top: -70px;
        left: 13%;
    }
    .mainvisual_2 ul li{
        width: 350px;
        top: 510px;
        right: 38%;
    }
    .mainvisual_1 ul li{
        width: 500px;
        left: 12%;
        top: 250px;
    }
    .icon img{
        width: 50%;
    }
    .backgrund_img{
        width: calc(50% + 10.5px);
    }
    h1{
        font-size: 1.7rem;
        text-shadow: 0 0 5px #74dc5c, 0 0 10px #74dc5c, 0 0 15px #74dc5c;
        line-height: 2.4rem;
    }
    .txt p{
        font-size: 0.8rem;
        text-shadow: 0 0 5px #74dc5c, 0 0 10px #74dc5c, 0 0 15px #74dc5c;
    }
    /* アグロッカについて */
    #agurokka img{
        width: 100%;
        left: -15%;
    }
    #agurokka .agurokka_about{
        width: 80%;
        right: 0;
    }
    /* 活動内容 */
    .agurokka_active .agurokka_active_box_1,
    .agurokka_active .agurokka_active_box_2{
        max-height: 500px;
    }
    /* Instagram */
    
}