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

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

.noto_serif {
  font-family: "Noto Serif SC", 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 SC", 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 .font--green {
  color: #0D6521;
}
#index #section01 .whiteback .intextbox .flex_center {
  width: 69%;
  max-width: 550px;
  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: -71%;
  right: -17%;
  display: block;
  width: 47%;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .flex_center .mv_icon {
    bottom: auto;
    top: -39%;
    right: -4%;
    width: 44%;
  }
}
#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: 900px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section02 .section__in {
    width: 81%;
    height: auto;
  }
}
#index #section02 .title--leftline {
  padding-left: 18px;
  border-left: 5px solid #0D6521;
  margin-bottom: 30px;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #index #section02 .title--leftline {
    border-left: 2px solid #0D6521;
    padding-left: 11px;
    margin-bottom: 22px;
  }
}
#index #section02 .block_wrap {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap {
    margin-top: 0;
  }
}
#index #section02 .block_wrap .block {
  margin-top: 34px;
}
#index #section02 .block_wrap .block:first-child {
  margin-top: 0;
}
#index #section02 .block_wrap .block_title_wrap {
  color: #000;
  background-color: #fff;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px 48px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_title_wrap {
    padding: 4vw;
  }
}
#index #section02 .block_wrap .block_title_wrap h3 {
  margin-left: 30px;
  letter-spacing: 0.12em;
  width: 100%;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_title_wrap h3 {
    margin-left: 3vw;
  }
}
#index #section02 .block_wrap .block_title_wrap i {
  color: #0D6521;
  font-style: normal;
  transition: all 0.3s ease-out;
}
#index #section02 .block_wrap .block_title_wrap .trg_icon {
  position: relative;
  top: 0;
  left: 0;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_title_wrap .trg_icon {
    min-width: 5vw;
    width: 5vw;
    height: 5vw;
  }
}
#index #section02 .block_wrap .block_title_wrap .trg_icon:before, #index #section02 .block_wrap .block_title_wrap .trg_icon:after {
  content: "";
  position: absolute;
  background-color: #000;
  transition: all 0.3s ease-out;
}
#index #section02 .block_wrap .block_title_wrap .trg_icon:before {
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_title_wrap .trg_icon:before {
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
#index #section02 .block_wrap .block_title_wrap .trg_icon:after {
  top: 0;
  right: 48%;
  width: 1px;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_title_wrap .trg_icon:after {
    top: 0;
    right: 47%;
    width: 1px;
    height: 100%;
  }
}
#index #section02 .block_wrap .block_title_wrap.active {
  background-color: #0D6521;
  color: #fff;
}
#index #section02 .block_wrap .block_title_wrap.active i {
  color: #fff;
}
#index #section02 .block_wrap .block_title_wrap.active .trg_icon:before, #index #section02 .block_wrap .block_title_wrap.active .trg_icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
#index #section02 .block_wrap .block_title_wrap.active .trg_icon:after {
  opacity: 0;
}
#index #section02 .block_wrap .block_content_wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding: 27px 100px;
  display: none;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap {
    padding: 27px 5%;
  }
}
#index #section02 .block_wrap .block_content_wrap p {
  line-height: 2em;
}
#index #section02 .block_wrap .block_content_wrap .link_text a {
  display: inline-block;
  padding-right: 1.2em;
  letter-spacing: 0.12em;
  position: relative;
  top: 0;
  left: 0;
}
#index #section02 .block_wrap .block_content_wrap .link_text a:after {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/icon_blank.svg) no-repeat center;
  background-size: contain;
  top: 55%;
  right: 0;
  transform: translate(0, -50%);
}
#index #section02 .block_wrap .block_content_wrap .link_text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0D6521;
  transition: all 0.3s ease-out;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .link_text a:before {
    width: 100%;
  }
}
#index #section02 .block_wrap .block_content_wrap .link_text a:hover:before {
  width: 100%;
}
#index #section02 .block_wrap .block_content_wrap .link_text.link_text--center {
  text-align: center;
  margin-top: 38px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .link_text.link_text__span a:after,
  #index #section02 .block_wrap .block_content_wrap .link_text.link_text__span a:before {
    opacity: 0;
  }
  #index #section02 .block_wrap .block_content_wrap .link_text.link_text__span span {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
  #index #section02 .block_wrap .block_content_wrap .link_text.link_text__span span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0D6521;
    transition: all 0.3s ease-out;
  }
  #index #section02 .block_wrap .block_content_wrap .link_text.link_text__span span.icon_text {
    display: inline-block;
    padding-right: 1.2em;
    letter-spacing: 0.12em;
    position: relative;
    top: 0;
    left: 0;
  }
  #index #section02 .block_wrap .block_content_wrap .link_text.link_text__span span.icon_text:after {
    content: "";
    position: absolute;
    width: 0.9em;
    height: 0.9em;
    background: url(../images/icon_blank.svg) no-repeat center;
    background-size: contain;
    top: 55%;
    right: 0;
    transform: translate(0, -50%);
  }
}
#index #section02 .block_wrap .block_content_wrap .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .box {
    display: block;
    margin-bottom: 18px;
  }
}
#index #section02 .block_wrap .block_content_wrap .box.box--block7 {
  margin-bottom: 0;
}
#index #section02 .block_wrap .block_content_wrap .box .text_wrap {
  width: 100%;
  max-width: 400px;
  margin-right: 20px;
}
#index #section02 .block_wrap .block_content_wrap .box .content_wrap {
  min-width: 300px;
  width: 300px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .box .content_wrap {
    width: 100%;
    min-width: 0;
    margin-top: 14px;
  }
}
#index #section02 .block_wrap .block_content_wrap .box .content_wrap.content_wrap--280 {
  min-width: 280px;
  width: 280px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .box .content_wrap.content_wrap--280 {
    width: 100%;
    min-width: 0;
  }
}
#index #section02 .block_wrap .block_content_wrap .box.box--grn {
  background-color: #EDF4F1;
  margin-top: 34px;
  padding: 40px 42px;
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .box.box--grn {
    margin-top: 26px;
    padding: 30px 5%;
  }
}
#index #section02 .block_wrap .block_content_wrap .box.box--grn h4 {
  color: #0D6521;
  margin-bottom: 6px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .box.box--grn h4 {
    margin-bottom: 12px;
  }
}
#index #section02 .block_wrap .block_content_wrap .box.box--grn .link_text {
  margin-top: 11px;
}
#index #section02 .block_wrap .block_content_wrap .box.box--grn .content_wrap {
  min-width: 230px;
  width: 230px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .box.box--grn .content_wrap {
    width: 100%;
    min-width: 0;
    margin-top: 24px;
  }
}
#index #section02 .block_wrap .block_content_wrap table {
  margin-top: 24px;
  width: 100%;
  table-layout: fixed;
}
#index #section02 .block_wrap .block_content_wrap table .clr--grn1 {
  color: #0D6521;
  background-color: rgba(13, 101, 33, 0.15);
  text-align: center;
}
#index #section02 .block_wrap .block_content_wrap table .clr--grn2 {
  color: #0D6521;
  background-color: #F0F7F3;
  text-align: center;
}
#index #section02 .block_wrap .block_content_wrap table.block7_table .clr--grn1,
#index #section02 .block_wrap .block_content_wrap table.block7_table .clr--grn2 {
  padding: 16px 0;
  width: calc(25% - 20px);
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap table.block7_table .clr--grn1,
  #index #section02 .block_wrap .block_content_wrap table.block7_table .clr--grn2 {
    padding: 2vw 0;
    width: 38%;
  }
}
#index #section02 .block_wrap .block_content_wrap tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
#index #section02 .block_wrap .block_content_wrap tr:first-child th:first-child {
  width: 80px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap tr:first-child th:first-child {
    width: 24%;
  }
}
#index #section02 .block_wrap .block_content_wrap th {
  background-color: #EDEDED;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-weight: normal;
}
#index #section02 .block_wrap .block_content_wrap th.none {
  background-color: #fff;
  border-top: none;
}
#index #section02 .block_wrap .block_content_wrap th.left_head {
  border-left: 1px solid #CCCCCC;
  padding-left: 8px;
}
#index #section02 .block_wrap .block_content_wrap td {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 12px 20px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap td {
    padding: 12px 2%;
  }
}
#index #section02 .block_wrap .block_content_wrap td.text--left {
  text-align: left;
}
#index #section02 .block_wrap .block_content_wrap td.img_cel {
  padding: 12px 10px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap td.img_cel {
    padding: 12px 2%;
  }
}
#index #section02 .block_wrap .block_content_wrap td.img_cel figcaption {
  margin-top: 10px;
}
#index #section02 .block_wrap .block_content_wrap .table_bottom_text {
  margin-top: 8px;
}
#index #section02 .block_wrap .block_content_wrap .item.item--line {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 60px;
  margin-top: 28px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .item.item--line {
    margin-top: 37px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
#index #section02 .block_wrap .block_content_wrap .item figcaption {
  margin-top: 36px;
}
#index #section02 .block_wrap .block_content_wrap .item figcaption.box--in {
  margin-top: 10px;
}
#index #section02 .block_wrap .block_content_wrap .item h4 {
  color: #0D6521;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block_content_wrap .item .list_attention {
    margin-top: 20px;
  }
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .text_list {
    margin-top: 30px;
  }
  #index #section02 .block_wrap .text_list li {
    line-height: 1.6em;
    font-size: 3.9vw;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  #index #section02 .block_wrap .text_list li:first-child {
    margin-top: 0;
  }
  #index #section02 .block_wrap .text_list .text_icon {
    background-color: #0D6521;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 5vw;
    height: 5vw;
    font-style: normal;
    margin-right: 9px;
    padding-bottom: 1px;
  }
  #index #section02 .block_wrap .text_list .text_icon i {
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 3.6vw;
  }
  #index #section02 .block_wrap .text_list .text_text {
    display: inline-block;
    width: calc(100% - 5vw - 10px);
    margin-top: -0.2em;
  }
}
#index #section02 .block_wrap .block--9 .box--9_table1 tbody tr:first-child th {
  padding: 15px 0;
  color: #000;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block--9 .box--9_table1 tbody tr:first-child th {
    padding: 0;
  }
}
#index #section02 .block_wrap .block--9 .box--9_table1 tbody tr:first-child th:first-child {
  width: 146px;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block--9 .box--9_table1 tbody tr:first-child th:first-child {
    width: 24%;
  }
}
#index #section02 .block_wrap .block--9 .box--9_table1 tbody tr th:first-child {
  text-align: center;
  border-left: 1px solid #CCCCCC;
}
#index #section02 .block_wrap .block--9 .table--attention {
  margin-top: 8px;
  margin-bottom: 18px;
}
#index #section02 .block_wrap .block--9 .box--9_table2 tbody tr:first-child th {
  padding: 15px 0;
}
#index #section02 .block_wrap .block--9 .box--9_table2 tbody tr:first-child th:first-child {
  width: 100px;
  border-left: none;
}
@media screen and (max-width:800px) {
  #index #section02 .block_wrap .block--9 .box--9_table2 tbody tr:first-child th:first-child {
    width: 14%;
  }
}
#index #section02 .block_wrap .block--9 .box--9_table2 tbody tr:nth-child(2) th {
  padding: 10px 0;
}
#index #section02 .block_wrap .block--9 .box--9_table2 tbody tr th:first-child {
  text-align: center;
  border-left: 1px solid #CCCCCC;
}
#index #section02 .block_wrap .item_list .item {
  margin-top: 26px;
}/*# sourceMappingURL=wasabi_qa.css.map */