/*ベース*/
* {
  margin:0; padding:0; 
}
a{
  text-decoration: none;
  color: #707070;
}
body{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.area{
  max-width: 500px;
  margin: 0 auto;
  background-color:#fff;z-index: 2;
  text-align: center;
}  
.concept-background{
 background-color: #faf1e9;
 padding: 25px;  
 margin-top: -5px;
}
.youtube{
  width: 100%;
    aspect-ratio: 434/771 ;
}
.youtube iframe{
  width: 100%;
  height: 100%;
}

.h1{
 font-size: 21px;
 color:#44403f ;
 line-height: 36px;
 letter-spacing: 5px;
 font-weight:900;
 margin: 15px auto 0;
 width: 90%;
 font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
.text-1{
 font-size: 14px;
 color: #44403f;
 line-height: 24px;
 letter-spacing: 2px;
 margin: 30px auto 0; 
 width: 80%;
 font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
.text-2{
  font-size: 14px;
  color: #44403f;
  line-height: 24px;
  letter-spacing: 2px;
  margin: 30px auto 0; 
  width: 80%;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  text-align: left;
 }
.text-2 span{
  color:#006328;
  font-weight: 600;
  border-bottom: dashed 2px #006328;
}

.merit-background{
  background-color: #f2dcc9;
  padding: 25px;
}
.illust{
 margin: 30px auto 20px;
}
#icon{
  width: 40px;
  margin:25px auto 15px;
}
.h2{
 font-size: 21px;
 color: #44403f; ;
 line-height: 32px;
 letter-spacing: 5px;
 font-weight: 800;
 font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

h3{
  font-size: 21px;
  color:#006328;
  line-height: 32px;
  letter-spacing: 5px;
  font-weight: 800;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
.slide-text{
 font-size: 14px;
 color: #44403f;
 line-height: 21px;
 margin: 15px auto 15px; 
 width: 80%;
 font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
h4{
  font-size: 21px;
  color: #44403f; ;
  letter-spacing: 5px;
  font-weight: 800;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  background-color: #ffffff;
  padding: 10px;
}
h4 span{
  color:#006328; 
}
.grow-back{
  position: relative;
  margin-top: 30px;
}
.box{
  position: absolute;
  top: 40px;
}
.scroll{
  width: 70%;
  height: 620px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 20px auto 0;
}


.scroll-grow{
  background-color: #faf1e9;
  padding: 15px;
  border-radius:10px ;
  
  margin:30px auto 0px ;
}
.scroll::-webkit-scrollbar{
  display: none;
}

.step{
  font-size: 14px;
  color: #44403f;
  font-weight:600;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
.grow-img{
  width: 90%;
  margin: 5px auto 10px;
}
.recipe-background{
  background-color: #f2dcc9;
  padding: 25px;
  margin-top: -8px;
}
h5{
  font-size: 26px;
  color:#006328;
  letter-spacing: 8px;
  font-weight: 600;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  margin-top: 35px;
}

.accordion-003 {
  width: 85%;
  margin: 35px auto 7px;
  border-bottom: 2px solid #006328;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px;
  color:#006328;
  font-weight: 600;
  cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #006328;
  border-right: 3px solid #006328;
  content: '';
  transition: transform .3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  
}

.accordion[open]  {
  transform: none;
  opacity: 1;
} 
.item{
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: left; 
  padding: 15px;
}
.item span{
  background-color: #006328;
  padding: 6px 15px;
  border-radius: 5px;
}
.text-3{
  color: #44403f;
  transition: transform .5s, opacity .5s;
  padding: 15px;
  font-size: 14px;
  line-height: 25px;
  text-align:left;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体"
}

.flexbox div{
  margin: 10px;
  width: 40%;
  height: auto;
}

.flexbox{
  margin-top: 30px;
  margin-bottom: 30px;
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
}
.btn-img{
  border-style: none;
}
/* マウスを乗せたときの動き */
.btn-img:hover{
  opacity: 0.6;
  transition: 0.8s;
}
.float-button__wrap {
  width: 80%;
  max-width: 400px;
  height: 45px;
  position: sticky;
  bottom: 50px;
  margin: auto;
  z-index: 10;
}
.float-button__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  text-decoration: none;
  background-color: #006328 ;
  color: #fff;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  font-weight: 600;  
}