
.container{
  max-width:unset;
  width:80vw;
}


/* トップ */
.top-section{
  position:relative;
  height:400px;
  width:100vw;
  background-image: url("../img/IMG_4622.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;

}

.top-mark{
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%);
  width:150px;
  display: none;
}
.top-title{
  text-align: center;
  display: none;
  position: absolute;
  top:70%;
  left:50%;
  transform:translateX(-50%);
  font-size: 40px;
  color:white;
  -webkit-text-stroke: 1px white;
  width: fit-content;
}

.top-message{
  width:100%;
  padding:50px 0;
  font-size:30px;
  text-align:center;
  line-height: 60px;
  font-weight: bold;
  border-bottom: 10px solid #0062AF;
  display: none;
}

.soil-section{
  width:100%;
  border-bottom: 1px solid #0062AF;
}

.soil-section{
  width:100%;
  border-bottom: 1px solid #0062AF;
}
.section-about,.soil-section-contents{
  padding:50px 0;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.section-left{
  width:45%;
}
.section-left img{
  width:100%;
}
.section-right{
  width:45%;
}
.section-title{
  font-size:40px;
  font-weight: 900;
  color:#0062AF;
}
.section-subtitle{
  line-height: 40px;
  font-size:24px;
  color:#0062AF;
  padding:10px 0;
}
.section-message{
  line-height: 36px;
  font-size:20px;
}

/* 空中栽培セクション */
.airplant-section-about{
  flex-direction: row-reverse;
}


/* タブレット対応 */
@media(max-width:1100px){
  .section-about{
    flex-direction: column;
  }
  .section-left,.section-right{
    width:90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-title{
    padding-top:20px;
    text-align: center;
  }
  
  .section-subtitle{
    text-align: center;
  }
  .section-message{
    width:90%;
  }

  .soil-about{
    padding-bottom: 50px;
  }

  .soil-section-contents{
    flex-direction: column;
    align-items: center;
  }
  .kitchen{
    padding-bottom: 50px;
  }
  .kitchen,.conpanion{
    width:90%;
  }
}
/* スマホ対応 */
@media(max-width:650px){
  .container{
    width:90vw;
  }
  .top-section{
    height:300px;
    background-position-y: top;
  }
  .top-mark{
    top:47%;
    left:50%;
    transform:translateX(-50%);
    width:100px;
  }
  .top-message{
    padding:40px 0;
    font-size:16px;
    line-height: 30px;
    border-bottom: 6px solid #0062AF;
  }

  .section-title{
    font-size:26px;
  }
  .section-subtitle{
    width:120%;
    line-height: 20px;
    font-size:15px;
  }
  .section-message{
    line-height: 20px;
    font-size:14px;
  }
  .soil-section-contents{
    padding:40px 0;
  }

  .content-title{
    font-size:22px;
  }
  .content-image{
    width:70%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .content-image img{
    width:100%;
  }
  .content-message{
    width: 90%;
    line-height: 20px;
    font-size:14px;
  }
  .top-title{
    display: none;
    position: absolute;
    top:65%;
    left:50%;
    transform:translateX(-50%);
    font-size: 30px;
    color:white;
    -webkit-text-stroke: 1px white;
  }
}