@charset "utf-8";
/* CSS Document */

@font-face{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-family: ten-mincho-text, serif;
  font-family: braisetto, script;
}

html{
  font-size: 62.5%;/*16px × 62.5% = 10px*/
}

body{
  color: #333;
  font-family: 'Noto Sans JP', sans-serif, 'Noto Serif JP', serif, 'Open Sans', sans-serif;
  font-size:1.6rem;
	font-feature-settings: "palt";
  background-image: url("../img/top/bg-sp.jpg");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  width: 100%;  
}

body.noscroll{
  overflow: hidden;
}

a{
	color: #333;
  text-decoration: none;
  display: inline;
  vertical-align: bottom;
  cursor: pointer;
}

img{
	max-width: 100%;
	height:auto;
  text-decoration: none;
}

button{
  cursor: pointer;
}

.pc{
  display: none;
}


.small{
  font-size: 1.2rem;
  margin-top: 60px;
  padding-bottom: 20px;
}

.btn{
  max-width: 260px;
  margin: 0 auto;
}

.dn{
  display: none;
}

.txt-c{
  text-align: center;
}

.ten{
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

.bri{
  font-family: braisetto, script;
  font-weight: 400;
  font-style: normal;
}

.tc{
  text-align: center;
}

/*utility*/
.top-main{
  margin: 0 20px;
}

.main{
  margin: 0 40px;
  margin-top: 84px;
}

.line{
  width: 80%;
  height: 1px;
  margin: 0 auto;
  border: none;
  background-color: #f0f0f0;
}

.radius{
  border-radius: 12px;
}

.title{
  padding-top: 60px;
}

.subtitle{
  margin-top: 40px;
}

.top-title{
  font-size: 2.4rem;
}

.top-subtitle{
  font-size: 1.8rem;
  margin-top: -8px;
}

.under-title{
  font-size: 2.6rem;
  font: bold;
}

.under-subtitle{
  font-size: 2rem;
  margin-top: -8px;
}

.under-laytitle{
  font-size: 2rem;
  font: bold;
}

.under-laysubtitle{
  font-size: 1.8rem;
}

.top_select{
  background-image: url("../img/kv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
}

.top_select_wrap{
  margin: auto 0;
}

.top_logo{
  margin-bottom: 40px;
  padding-top: 2%;
}

.top_item li:not(:last-of-type){
  margin-bottom: 4vh;
}

.top_item a{
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background-color: #14BA8B;
  width: 300px;
  padding:15px 0;
  border-radius: 10px;
  transition: 0.5s;
}

.top_item a:hover{
  background-color:#96BA14;
}

.top_item span{
  font-size: 1.4rem;
}


/*header*/
.logo{
  max-width: 100%;
  width: 90px;
  padding: 20px;
}

.logo-box{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  margin: 0;
}

/*navigation*/

.btn-trigger{
  display: block;
  -webkit-appearance:none;
  appearance:none;
  position: fixed;
  top:21.56px;
  right: 20px;
  z-index: 150;
  width: 	30px;
  height: 40px;
  border:none;
  background-color: transparent;
}

.btn-trigger span{
  position: absolute;
  display: block;
  width: 30px;
  height: 1.5px;
  background-color: #333;

}

.btn-trigger span:first-of-type{
  top: 25%;
  left:50%;
  transform:translateX(-50%);
  transition: transform .3s;
}

.btn-trigger span:nth-of-type(2){
  top: 50%;
  left:50%;
  transform:translateX(-50%);
  opacity: 1;
  transition: opacity .3s;
}

.btn-trigger span:last-of-type{
  top: 75%;
  left:50%;
  transform:translateX(-50%);
  transition: transform .3s;
}

.btn-trigger.active span:first-of-type{
  transform: translate(-11px,10px) rotate(-45deg);
  transition: transform .3s;
}

.btn-trigger.active span:nth-of-type(2){
  opacity: 0;
  transition: opacity .3s;
}

.btn-trigger.active span:last-of-type{
  transform: translate(-11px,-10px) rotate(45deg);
  transition: transform .3s;
}

.navigation{
  transform: translateX(100%);
  transition: transform .3s;
  position: fixed;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 120%;
  max-height: 100%;
  background: rgba(255,255,255,0.95);
}

.navigation.active{
  transform: translateX(0);
  transition: transform .3s;
}


.nav-list-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-55%,0);
}

.nav-bar-txt{
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.nav-sns{
  display: flex;
  justify-content: center;
}

.icon{
  font-size: 4rem;
}

.nav-sns-list{
 margin-left: 50px; 
}

.nav-sns-list:first-of-type{
  margin-left: 0;
}

.nav-weekly{
  margin-top: 30px;
}



/*kv*/
.kv-wrapper{
  position: relative;
  width: 100%;
  height: auto;
}

.kv-1{
  background-image: url("../img/top/kv1-sp.jpg");
  -webkit-background-size:cover;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  min-height: 100vh;
}

.kv-2{
  background-image: url("../img/top/kv2-sp.jpg");
  -webkit-background-size:cover;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  min-height: 100vh;
}

.kv-3{
  background-image: url("../img/top/kv3-sp.jpg");
  -webkit-background-size:cover;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  min-height: 100vh;
}

.kv-logo{
  position: absolute;
  top: 15%;
  right: 10%;
  z-index: 101;
}

.arrow{
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
}

/*top*/
.section-wrapper{
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-img{
  margin-top: 40px;
}

.section-txt{
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}

.section-txt2{
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}



.btn-link{
  padding: 5px 25px;
  font-size: 1.6rem;
  border: none;
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  display: inline-block;
  background-color: #fff;
}

.btn-link:hover{
  background-color: #0f0f0f;
  color: #f0f0f0;
  transition: .3s;
}

.box{
  position: relative;
}

.event-img01{
  margin-bottom: 5px;
}

.event-img02{
  margin-right: 5px;
}

.car{
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.onion{
  position: absolute;
  top: 12%;
  left: 0;
}

.green{
  position: absolute;
  bottom: 3%;
  right: 0;
}

.tomato{
  position: absolute;
  top: 18%;
  right: 1%;
  z-index: -1;
}

.hetima{
  position: absolute;
  bottom: 3%;
  left: 0;
  z-index: -1;
}

.mush{
  position: absolute;
  top: 16.5%;
  right: 7%;
  z-index: -1
}

.cucumber{
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: -1;
}

.beans{
  position: absolute;
  top: 3%;
  left: 0;
  z-index: -1;
}

.carrot{
  position: absolute;
  bottom: 33%;
  right: 0;
  z-index: -1;
}

.codiv-link{
  margin-top: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: underline;
}


/*footer*/
.footer{
  margin-top: 60px;
  background-color: #f0f0f0;
  position: relative;
}

.online-btn{
  margin-top: 60px;
}

.youtube-btn{
  margin-top: 40px;
}

.sns-btn{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.weekly-btn{
  margin-top: 40px;
}

.back{
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.copyright{
  margin-top: 40px;
  padding-bottom: 20px;
}

/*concept*/
.concept-txt{
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: left;
}

.whats-kv{
  margin-top: 40px;
}

.concept-lasttxt{
  margin-bottom: 60px;
}

.insta{
  margin-left: 20px;  
}

.name{
  display: flex;
  margin-top: 20px;
}

.name:last-of-type{
  margin-top: 30px;
}

.mt70{
  margin-top: 70px;
}

/*placeinfo*/
.days{
  margin: 70px 15px 0;
}

.place-list{
  margin: 0 20px;
}

.place{
  margin-top: 30px;
  font-size: 1.8rem;
}

.place-img{
  margin-top: 10px;
}

.place-txt{
  font-size: 1.4rem;
}

.place-line{
  width: 95%;
  background-color: #0f0f0f;
  height: 1px;
  border: none;
  margin-top: 10px;
}

.place-line_tensen{
  width: 85%;
  border:none;
  border-top:dashed 1px #0f0f0f;
  height:1px;
  color:#FFFFFF;
  margin-top: 6.5px;
}

.maps{
  margin-top: 10px;
}

.order-title{
  margin-top: 70px;
}

.order-txt{
  margin-top: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.order-link{
  margin-top: 20px;
}

/*Farmers*/
.farmer-wrapper{
  margin: 0 7vw;
}



.farmer-img_list{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.farmer-img01{
  margin-left: 5px;
}

.farmer-small{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.farmer-txt{
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

/*event*/
.collabo-wrapper{
  margin: 0 5vw;
}

.name-title{
  margin-top: 60px;
  font-size: 2rem;
  
}

.collabo-txt{
  margin-top: 10px;
  font-size: 1.4rem;
}

.collabo-img{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.event-img{
  margin-left: 10px;
}

.hetimatitle{
  margin-top: 30px;
}

.batsu{
  margin-top: 20px;
}

.original-list{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.original-img:last-of-type{
  margin-left: 15px;
}

.original-txt{
  font-size: 1.4rem;
}

.event-title{
  margin-top: 60px;
}

.workshop-list{
  margin-top: 40px;
  max-width: 260px;
  margin: 0 auto;
}

.workshop{
  margin-top: 30px;
}

.workshop-txt{
  margin-top: 10px;
}

.flex{
  display: flex;
}

.workshop-name{
  margin-left: 5px;
}

.eventinfo{
  margin-top: 60px;
}

.event-btn{
  margin-top: 20px;
}

/*delivery*/
.a{
  width: 270px;
  margin: 0  auto;
}

.item-list{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item{
  margin-left: 15px;
  margin-top: 20px;
}

.item:nth-of-type(1){
  margin-left: 0;
}

.item:nth-of-type(3){
  margin-left: 0;
}

.item:nth-of-type(5){
  margin-left: 0;
}

.item:nth-of-type(7){
  margin-left: 0;
}

.item:nth-of-type(9){
  margin-left: 0;
}

.workshop-txt{
  font-size: 1.4rem;
}

.line-txt{
  margin-top: 50px;
  font-size: 1.8rem;
}

.line-img{
  margin-top: 20px;
}

.scroll{
  padding-left: 35px;
}

.detail{
  margin-top: 60px;
}

.detail-wrapper{
  background-color: #fff;
  border: 1px solid #0f0f0f;
  margin: 0 auto;
  padding: 20px;
}

.detail-title{
  font-size: 2.2rem;
}

.detail-title:last-of-type{
  margin-top: 50px;
}

.detail-dfn{
  font-size: 1.4rem;
  margin-top: 30px;
  color:#164828;
}

.detail-exp{
  font-size: 1.4rem;
  margin-top: 10px;
}

.under{
  text-decoration: underline;
}

.codiv-title{
  margin-top: 100px;
  font-size: 2.6rem;
}

.codiv-subtitle{
  margin-top: 40px;
  font-size: 2rem;
}

.codiv-txts{
  margin-top: 40px;
}

.codiv-txt{
  font-size: 1.4rem;
  line-height: 1.2em;
  letter-spacing: 0..5em;
  margin-top: 15px;
}

.codiv-txt:first-pf-type{
  margin-top: 0;
}


@media screen and (min-width:767px){
  /*utility*/
  .pc{
    display: block;
  }
  
  .sp{
    display: none;
  }
  
  .under-title{
    font-size: 4rem;
    font: bold;
  }

  .under-subtitle{
    font-size: 3rem;
    margin-top: -8px;
  }

  .under-laytitle{
    font-size: 3rem;
    font: bold;
  }

.under-laysubtitle{
    font-size: 2.8rem;
  }
  
  /*header*/
  
  /*navigation*/
  .btn-trigger{
    display: none;
  }
  
  .navigation{
    transform: translateX(0);
    display: block;
    position: fixed;
    background: transparent;
    z-index: 150;
    top: 5px;
    right: 20px;
    height: auto;
    width: auto;
  }
  
  .nav-list-wrapper{
    display: flex;
    position: static;
    transform: translate(0,0);
    align-items: center;
  }
  
  .nav-list-link{
    display: flex;
  }
  
  .nav-bar-txt{
    font-size: 1.6rem;
    padding-left: 20px;
    margin: auto 0;
  }
  
  .nav-bar-txt:first-of-type{
    margin-left: 0;
    padding-left: 0;
  }
  
  /*navigation-contents*/
  .online-btn_img{
    width: 140px;
  }
  
  .icon{
    font-size: 2.6rem;
  }
  
  .nav-sns_contents{
    padding-left: 20px;
  }
  
  .nav-weekly{
    margin-top: 10px;
  }
  
  .nav-weekly_img{
    width: 180px;
    height: auto;
  }
  
  /*top*/
  .btn-link{
    font-size: 2rem;
  }
  
  /*kv*/
  .kv-1_pc{
    background-image: url("../img/top/kv-1.jpg");
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    min-height: 100vh;
  }
  
  .kv-2_pc{
    background-image: url("../img/top/kv-2.jpg");
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    min-height: 100vh;
  }
  
  .kv-3_pc{
    background-image: url("../img/top/kv-3.jpg");
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    min-height: 100vh;
  }
  
  .kv-logo{
    top: 20%;
  }
  
  .arrow{
    bottom: 5%;
  }
  
  /*section*/
  .top-main{
    margin: 0 10%;
  }
  
 .main{
    margin: 0 10%;
    margin-top: 160px;
  }
  
  .car{
    top: 69%;
  }
  
  .tomato{
    top: -1%;
    right: 12%;
  }
  
  .hetima{
    bottom: 25%;
    left: 25%;
  }
  
  .mush{
    top: 5%;
    right: 46%;
  }
  
  .cucumber{
    bottom: 15%;
    left: 18%;
  }
  
  .carrot{
    bottom: 5%;
    right: 10%;
  }
  
  .pc-section-txt{
    display: flex;
    justify-content: center;
  }
  
  .pc-section-txt2{
    margin-left: 80px;
  }
  
    .section-wrapper{
    margin-top: 80px;
  }
  
  .section-btn{
    margin: auto;
    margin-top: 80px;
    font-size: 2.4rem;
  }

  .section-txt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  
  .section-txt2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  
  .section-img{
    margin-top: 0;
    margin-left: 80px;
		object-fit: cover;
		object-position: top;
  }
  
  .section-img2{

  }
  
  .pc-cencept{
    margin-left: 70px;
  }
  
  .pc-section-title{
    margin-left: 50px;
  }
  
  .air{
    margin-left: 15px;
  }
  
  .event-img01{
    display: block;
  }
  
  .codiv-link{
    font-size: 1.8rem;
  }
 
  .footer-links{
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }

  .fl-list{
    font-size: 1.8rem;
    margin-left: 20px;
  }
  
  .pc-footer{
    display: flex;
    justify-content: center;
  }
  
  .online-btn{
    margin-top: 50px;
  }
  
  .youtube-btn{
    margin-left: 40px;
  }
  
  .sns-btn{
    margin-bottom: 60px;
  }
  
  /*concept*/
  
  .subtitle{
    margin-top: 80px;
    font-size: 1.8rem;
  }
  
  .whats-kv{
    padding-top: 40px;
    margin: 0 auto;
    display: block;
  }
  
  .pc-con{
    text-align: center;
  }
  
  .con{
    display: inline-block;
    text-align: left;
  }
  
  .concept-txt{
    font-size: 1.6rem;
  }
  
  .pc-flex{
    display: flex;
    justify-content: center;
  }
  
  .name-list:last-of-type{
    margin-left: 60px;
  }
  
  .tuesday-place{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .week{
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .order-title{
    margin-top: 80px;
  }
  
  .order-title-img{
    margin: auto;
  }
  
  .order-txt{
    font-size: 1.6rem;
  }
  
  .farmers{
    display: flex;
    flex-wrap: wrap;
  }
  
  .place{
    margin-top: 70px;
  }
  
  .collabo{
    display: flex;
    flex-wrap: wrap;
  }
  
  .workshop-list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 60px;
  }
  
  .workshop-txt{
    font-size: 1.8rem;
  }
  
  .original-img:last-of-type{
    margin-left: 60px;
  }
  
  .ma{
    margin: auto;
  }
  
  .a{
    width: 100%;
  }
  
  .delivery-txt{
    text-align: center;
  }
  
  .del{
    display: inline-block;
    text-align: left;
  }
  
  .item-list{
    flex-wrap: wrap;
    max-width: 75%;
    justify-content: center;
    margin: auto;
  }
  
  .item:nth-of-type(3){
    margin-left: 15px;
  }
  
  .item:nth-of-type(4){
    margin-left: 0;
  }
  
    .item:nth-of-type(5){
    margin-left: 15px;
  }
  
    .item:nth-of-type(6){
    margin-left: 15px;
  }
  
    .item:nth-of-type(9){
    margin-left: 15px;
  }
  
  .lineone{
    display: flex; 
    justify-content: center;
  }
  
  .line-img:nth-child(2){
    margin-left: 40px;    
  }
  
  .scroll{
    padding-left: 0;
  }
  
  .line-img4{
    margin-left: 0;
    margin-top: 20px;
  }
  
  .detail-wrapper{
    max-width: 600px
  }
  
  .codiv-txt{
    font-size: 1.6rem;
  }
  
  .small{
    margin-top: 30px;
  }
}
.maw950{
	max-width: 950px;
	margin: 0 auto;
}
.maw750{
	max-width: 750px;
	margin: 0 auto;
}
.mb32{
	margin-bottom: 32px;
}
.flex{
	display: flex;
}
.flex_reverse{
	flex-direction: row-reverse;
}
.concept_contents{
	padding: 80px 0;
}
.concept_contents.flex{
	gap: 32px;
	align-items: center;
}
.concept_contents h3{
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 32px;
}
.concept_contentsImg{
	max-width: 548px;
	height: auto;
}
.concept_contents img{
	object-fit: cover;
}
.concept_contentsTxt .flex{
	gap: 20px;
	align-items: center;
}
.concept_contentsTxt .flex p{
	width: 33px;
	height: 33px;
	background: #333;
	color: #fcfcfc;
	display: flex;
    justify-content: center;
    align-items: center;
	line-height: 1;
	border-radius: 3px;
} 
@media screen and (max-width:768px){
.concept_contents.flex{
	flex-wrap: wrap;
}
  .event-img02,
  .event-img03{
    max-width: 48%;
  }
}