@charset "UTF-8";
img {
  width: 100%;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.backcolor {
  background-color: #F5F5F5;
}

#index .title--bottomline {
  color: #0D6521;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1em;
}
#index .title--bottomline:after, #index .title--bottomline:before {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 60px;
  height: 2px;
  background-color: #0D6521;
}
@media screen and (max-width:800px) {
  #index .title--bottomline:after, #index .title--bottomline:before {
    bottom: -23px;
    width: 10%;
  }
}
#index .title--bottomline:after {
  left: 50%;
}
#index .title--bottomline:before {
  right: 50%;
}
#index .more_link {
  max-width: 380px;
  width: 74%;
}
#index .more_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0D6521;
  background-color: #fff;
  border-radius: 5px;
  color: #0D6521;
  font-weight: bold;
  padding: 28px 0;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index .more_link a {
    font-size: 3.7vw;
    padding: 5.3vw 0;
  }
}
#index .more_link a .cart_icon {
  margin-right: 18px;
}
#index .more_link a .more_txt {
  position: absolute;
  bottom: 7px;
  right: 21px;
  width: 22%;
}
@media screen and (max-width:800px) {
  #index .more_link a .more_txt {
    position: absolute;
    bottom: 6%;
    right: 5%;
  }
}
#index #section01 {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 85px;
}
#index #section01 .section__in {
  width: 100%;
  height: 39.53vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section01 .section__in {
    width: 100%;
    height: auto;
  }
}
#index #section01 .whiteback {
  width: 67.35vw;
  position: absolute;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  top: 0;
  left: 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback {
    width: 92%;
    height: auto;
    position: relative;
  }
}
#index #section01 .whiteback .intextbox {
  position: relative;
  /*background-color: rgba(255,0,0,0.1);*/
  width: calc(67.75vw - (100vw - 1100px) / 2);
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox {
    width: 62.75vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox {
    padding-bottom: 50vw;
    height: auto;
    width: 100%;
    display: block;
    align-items: center;
    padding-left: 10%;
    padding-right: 8%;
  }
}
#index #section01 .whiteback .intextbox .taglines {
  position: absolute;
  left: 0;
  top: 1em;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox .taglines {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .taglines {
    position: relative;
    left: auto;
    top: auto;
    font-size: 3.6vw;
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}
#index #section01 .whiteback .intextbox .taglines .greentext {
  color: #0D6521;
}
#index #section01 .whiteback .intextbox .flex_center {
  width: 65%;
  max-width: 400px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .flex_center {
    width: 100%;
  }
}
#index #section01 .whiteback .intextbox .flex_center .mv_icon {
  position: absolute;
  bottom: -44%;
  right: -56%;
  display: block;
  width: 45%;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .flex_center .mv_icon {
    bottom: auto;
    top: -27%;
    right: -6%;
    width: 28%;
  }
}
#index #section01 .whiteback .intextbox h1 {
  font-size: 43px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox h1 {
    font-size: 3.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox h1 {
    font-size: 7.4vw;
  }
}
#index #section01 .whiteback .intextbox .base_text {
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox .base_text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .base_text {
    font-size: 4.4vw;
  }
}
#index #section01 .photocontena {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 41.14%;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width:800px) {
  #index #section01 .photocontena {
    border-radius: 10px 0 0 10px;
    width: 76%;
    position: relative;
    top: auto;
    right: auto;
    margin: -42vw 0 0 auto;
  }
}
#index #section02 {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 115px;
}
@media screen and (max-width:800px) {
  #index #section02 {
    padding-top: 9px;
    padding-bottom: 100px;
  }
}
#index #section02 .section__in {
  width: 84%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section02 .section__in {
    width: 100%;
    height: auto;
  }
}
#index #section02 .intro_block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 900px;
  width: 81%;
}
@media screen and (max-width:800px) {
  #index #section02 .intro_block {
    display: block;
  }
}
#index #section02 .intro_block dt {
  width: 47%;
}
@media screen and (max-width:800px) {
  #index #section02 .intro_block dt {
    width: 100%;
    margin-bottom: 42px;
  }
}
#index #section02 .intro_block dt .title--leftline {
  padding-left: 18px;
  border-left: 5px solid #0D6521;
  margin-bottom: 30px;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #index #section02 .intro_block dt .title--leftline {
    border-left: 2px solid #0D6521;
    padding-left: 11px;
    margin-bottom: 22px;
  }
}
#index #section02 .intro_block dt p {
  line-height: 195%;
}
#index #section02 .intro_block dd {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .intro_block dd {
    width: 100%;
  }
}
#index #section02 .cultivation_wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 100px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap {
    margin-top: 50px;
    background-color: #F5F5F5;
  }
}
#index #section02 .cultivation_wrap .cultivation_in {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
  padding: 50px 0 70px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in {
    background-color: #fff;
    padding: 38px 4% 22px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .wrap_title {
  text-align: center;
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_list {
  display: flex;
  justify-content: space-between;
  margin-top: 86px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_list {
    display: block;
    margin-top: 53px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item {
    width: 100%;
  }
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item:last-child {
    margin-top: 20px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item figcaption {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item figcaption {
    margin-top: 6px;
    font-size: 3.4vw;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_block--bottom {
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_block--bottom {
    margin-top: 42px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_box {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_box {
    display: block;
    margin-top: 48px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_box dt {
  width: 48%;
  line-height: 195%;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_box dt {
    width: 100%;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_box dd {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_box dd {
    width: 100%;
    margin-top: 10px;
  }
}
#index #section02 .botan_center {
  text-align: center;
  margin: 84px auto 0;
}
@media screen and (max-width:800px) {
  #index #section02 .botan_center {
    margin: 24px auto 0;
  }
}
#index #section02 .qa_link {
  text-align: center;
  margin: 84px auto 0;
  width: 266px;
}
@media screen and (max-width:800px) {
  #index #section02 .qa_link {
    text-align: center;
    margin: 24px auto 0;
    width: 66%;
  }
}
#index #section02 .qa_link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:800px) {
  #index #section02 .qa_link a {
    font-size: 4.5vw;
  }
}
#index #section02 .qa_link a .link_icon {
  margin-left: 28px;
  background-color: #0D6521;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #index #section02 .qa_link a .link_icon {
    width: 11vw;
    height: 11vw;
  }
}
#index #section02 .more_link {
  margin: 50px auto 0;
}
@media screen and (max-width:800px) {
  #index #section02 .more_link {
    margin: 35px auto 0;
  }
}
#index #section03 {
  padding-bottom: 46px;
}
@media screen and (max-width:800px) {
  #index #section03 {
    padding-bottom: 102px;
  }
}
#index #section03 .title_block {
  position: relative;
  top: 0;
  left: 0;
}
#index #section03 .title_content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #index #section03 .title_content {
    letter-spacing: 0.1em;
  }
}
#index #section03 .title_content h2 {
  margin-bottom: 46px;
}
@media screen and (max-width:800px) {
  #index #section03 .title_content p {
    line-height: 150%;
    font-size: 3.5vw;
  }
}
#index #section03 .mindset_block {
  background: url(../images/wasabi/type/mindset_bg.jpg) no-repeat center/cover;
  padding-top: 114px;
  padding-bottom: 170px;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block {
    padding-bottom: 60px;
    padding-top: 44px;
    background: url(../images/wasabi/type/mindset_bg_sp.jpg) no-repeat center/cover;
  }
}
#index #section03 .mindset_block h3 {
  text-align: center;
}
#index #section03 .mindset_block .section__in {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
#index #section03 .mindset_block .mindset_list {
  height: 1000px;
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 75px;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list {
    height: auto;
    margin-top: 60px;
    width: 81%;
  }
}
#index #section03 .mindset_block .mindset_list li {
  max-width: 250px;
  width: 29%;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list li {
    max-width: 100vw;
    width: 100%;
    margin-top: 40px;
  }
}
#index #section03 .mindset_block .mindset_list li:first-child {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list li:first-child {
    margin-top: 0;
  }
}
#index #section03 .mindset_block .mindset_list li:nth-child(2) {
  position: absolute;
  top: 238px;
  right: 0;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list li:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
  }
}
#index #section03 .mindset_block .mindset_list li:nth-child(3) {
  position: absolute;
  top: 610px;
  right: 130px;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list li:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
  }
}
#index #section03 .mindset_block .mindset_list li:nth-child(4) {
  position: absolute;
  top: 610px;
  left: 130px;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list li:nth-child(4) {
    position: relative;
    top: 0;
    left: 0;
  }
}
#index #section03 .mindset_block .mindset_list li:nth-child(5) {
  position: absolute;
  top: 238px;
  left: 0;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list li:nth-child(5) {
    position: relative;
    top: 0;
    left: 0;
  }
}
#index #section03 .mindset_block .mindset_list li.icon {
  position: absolute;
  top: 352px;
  left: 23%;
  z-index: 2;
  width: 52%;
  max-width: 100vw;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list li.icon {
    display: none;
  }
}
#index #section03 .mindset_block .mindset_list .item_text {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list .item_text {
    color: #0D6521;
    text-align: center;
    max-width: 100%;
  }
}
#index #section03 .mindset_block .mindset_list .item_caption {
  text-align: left;
  margin-top: 32px;
  line-height: 160%;
}
@media screen and (max-width:900px) {
  #index #section03 .mindset_block .mindset_list .item_caption {
    font-size: 1.5555555556vw;
  }
}
@media screen and (max-width:900px) and (max-width:800px) {
  #index #section03 .mindset_block .mindset_list .item_caption {
    font-size: 4vw;
    margin-top: 7px;
    text-align: center;
  }
}
#index #section03 .howto_block {
  background-color: #F0F7F3;
  padding: 74px 0 74px;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block {
    padding: 45px 0 52px;
  }
}
#index #section03 .howto_block .section__in {
  max-width: 900px;
  width: 81%;
  margin: 0 auto;
}
#index #section03 .howto_block .block_title {
  text-align: center;
}
#index #section03 .howto_block .howto_list {
  position: relative;
  top: 0;
  left: 0;
  height: 750px;
  margin-top: 84px;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list {
    height: auto;
    margin-top: 38px;
  }
}
#index #section03 .howto_block .howto_list .howto_item {
  width: 264px;
  position: absolute;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 50px;
    width: 100%;
  }
  #index #section03 .howto_block .howto_list .howto_item:first-child {
    margin-top: 0;
  }
  #index #section03 .howto_block .howto_list .howto_item img {
    width: 87%;
  }
}
#index #section03 .howto_block .howto_list .howto_item figcaption {
  margin-top: 13px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item figcaption {
    margin-top: 8px;
    width: 87%;
  }
}
#index #section03 .howto_block .howto_list .howto_item.howto_item--1 {
  top: 0;
  left: 35.5%;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--1 {
    left: 0;
  }
}
#index #section03 .howto_block .howto_list .howto_item.howto_item--1:after {
  content: "";
  position: absolute;
  bottom: -48%;
  right: -60%;
  background: url(../images/wasabi/type/howto_icon1.svg) no-repeat center/100% auto;
  width: 56%;
  height: 85%;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--1:after {
    bottom: -10vw;
    right: 0;
    width: 100%;
    height: 12vw;
    background: url(../images/wasabi/type/howto_arw.svg) no-repeat center/auto 100%;
  }
}
#index #section03 .howto_block .howto_list .howto_item.howto_item--2 {
  top: 39%;
  right: 0;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--2 {
    top: 0;
  }
}
#index #section03 .howto_block .howto_list .howto_item.howto_item--2:after {
  content: "";
  position: absolute;
  bottom: -92%;
  left: -17%;
  background: url(../images/wasabi/type/howto_icon2.svg) no-repeat center/100% auto;
  width: 56%;
  height: 85%;
}
@media screen and (max-width:900px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--2:after {
    left: 17%;
  }
}
@media screen and (max-width:900px) and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--2:after {
    bottom: -10vw;
    left: auto;
    right: 0;
    width: 100%;
    height: 12vw;
    background: url(../images/wasabi/type/howto_arw.svg) no-repeat center/auto 100%;
  }
}
#index #section03 .howto_block .howto_list .howto_item.howto_item--3 {
  bottom: 0;
  left: 35.5%;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--3 {
    left: 0;
  }
}
#index #section03 .howto_block .howto_list .howto_item.howto_item--3:after {
  content: "";
  position: absolute;
  top: -41%;
  left: -60%;
  background: url(../images/wasabi/type/howto_icon3.svg) no-repeat center/100% auto;
  width: 56%;
  height: 85%;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--3:after {
    top: auto;
    bottom: -10vw;
    left: 0;
    width: 100%;
    height: 12vw;
    background: url(../images/wasabi/type/howto_arw.svg) no-repeat center/auto 100%;
  }
}
#index #section03 .howto_block .howto_list .howto_item.howto_item--4 {
  top: 39%;
  left: 0;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .howto_item.howto_item--4 {
    top: 0;
  }
}
#index #section03 .howto_block .howto_list .icon {
  position: absolute;
  top: 36.8%;
  left: 38%;
  width: 24%;
}
@media screen and (max-width:800px) {
  #index #section03 .howto_block .howto_list .icon {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 67%;
    margin-bottom: 50px;
  }
}
#index #section03 .howtobottom_block {
  padding: 60px 0;
}
@media screen and (max-width:800px) {
  #index #section03 .howtobottom_block {
    padding: 23px 0 38px;
  }
}
#index #section03 .howtobottom_block .section__in {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}
#index #section03 .howtobottom_block .column_block {
  margin: 0 auto;
  max-width: 700px;
  width: 90%;
}
#index #section03 .howtobottom_block .column_block .column_text {
  line-height: 197%;
}
#index #section03 .howtobottom_block .column_block .column_box {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  flex-wrap: wrap;
}
#index #section03 .howtobottom_block .column_block .column_box:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  background: url(../images/wasabi/type/line_top.svg) no-repeat center/auto 100%;
  z-index: 5;
  width: 29px;
  height: 20px;
  transform: translate(-50%, 2px);
}
@media screen and (max-width:800px) {
  #index #section03 .howtobottom_block .column_block .column_box:after {
    transform: translate(-50%, 0px);
  }
}
@media screen and (max-width:800px) {
  #index #section03 .howtobottom_block .column_block .column_box {
    display: block;
    margin-top: 45px;
    padding-top: 22px;
  }
}
#index #section03 .howtobottom_block .column_block .column_box .column_title {
  min-width: 120px;
  width: 100%;
  margin-left: calc(50% - 60px);
  margin-right: calc(50% - 60px);
  color: #0D6521;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 35px;
  border-bottom: 1px solid #0D6521;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #index #section03 .howtobottom_block .column_block .column_box .column_title {
    width: 5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
#index #section03 .howtobottom_block .column_block .column_box .column_content {
  width: 100%;
  margin: 30px 0 36px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section03 .howtobottom_block .column_block .column_box .column_content {
    border-left: none;
    padding-left: 0;
    margin: 25px 0 20px 0;
  }
}
#index #section03 .howtobottom_block .column_block .column_box .column_content .column_content_head {
  color: #0D6521;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #index #section03 .howtobottom_block .column_block .column_box .column_content .column_content_head {
    text-align: center;
  }
}
#index #section03 .howtobottom_block .column_block .column_box .column_content .column_content_text {
  line-height: 190%;
  text-align: left;
}
#index #section03 .tool_head_block {
  background-color: #174629;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 18px 45px 18px 10px;
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #index #section03 .tool_head_block {
    display: block;
    padding: 20px 5% 16px;
    margin-top: 42px;
  }
}
#index #section03 .tool_head_block h3 {
  min-width: 143px;
  width: 143px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section03 .tool_head_block h3 {
    width: 100%;
  }
}
#index #section03 .tool_head_block p {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
@media screen and (max-width:800px) {
  #index #section03 .tool_head_block p {
    padding-left: 0;
    border-left: none;
    margin-top: 18px;
    line-height: 170%;
  }
}
#index #section03 .tool_block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #index #section03 .tool_block {
    flex-direction: column-reverse;
    margin-top: 26px;
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
  }
}
#index #section03 .tool_block dt {
  width: 48%;
  line-height: 198%;
}
@media screen and (max-width:800px) {
  #index #section03 .tool_block dt {
    width: 100%;
    margin-top: 21px;
  }
}
#index #section03 .tool_block dd {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section03 .tool_block dd {
    width: 100%;
  }
}
#index #section03 .more_link {
  margin: 0 auto;
}
#index #section04 {
  padding: 87px 0 240px;
  background-color: #F0F7F3;
}
@media screen and (max-width:800px) {
  #index #section04 {
    padding: 54px 0 210px;
  }
}
#index #section04 .section__in {
  max-width: 900px;
  width: 82%;
  margin: 0 auto;
}
#index #section04 h2 {
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section04 h2 {
    line-height: 186%;
  }
}
#index #section04 .ingredients_block {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  border-bottom: 1px solid #0D6521;
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  #index #section04 .ingredients_block {
    display: block;
    margin-top: 50px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
#index #section04 .ingredients_block.ingredients_block--reverce {
  flex-direction: row-reverse;
  margin-top: 38px;
  border-bottom: none;
}
@media screen and (max-width:800px) {
  #index #section04 .ingredients_block.ingredients_block--reverce {
    margin-top: 62px;
  }
}
#index #section04 .ingredients_block dt {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section04 .ingredients_block dt {
    width: 100%;
  }
}
#index #section04 .ingredients_block dd {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section04 .ingredients_block dd {
    width: 100%;
  }
}
#index #section04 .ingredients_block dd h3 {
  color: #0D6521;
}
@media screen and (max-width:800px) {
  #index #section04 .ingredients_block dd h3 {
    display: none;
  }
}
#index #section04 .ingredients_block dd p {
  margin-top: 34px;
  line-height: 193%;
}
@media screen and (max-width:800px) {
  #index #section04 .ingredients_block dd p {
    line-height: 186%;
    margin-top: 16px;
  }
}/*# sourceMappingURL=wasabi.css.map */