@charset "UTF-8";
/* CSS Document */
/*ヘッダ〜〜〜*/
header.header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-img {
  max-width: 120px;
  margin: 0 0 0 20px
}
.header-img img {
  width: 100%;
}
.header__hamburger {
  width: 30px;
  margin-right: 20px;
}
.header__menu {
  display: none;
}
.header__hamburger span, .header__hamburger span:before, .header__hamburger span:after {
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
  display: block;
  content: "";
  position: absolute;
}
.header__hamburger span:before {
  bottom: 8px;
}
.header__hamburger span:after {
  bottom: -8px;
}
@media(min-width:900px) {
  header.header {
    height: 90px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .header-img {
    max-width: 240px;
    margin: 0 0 0 20px
  }
  .header__hamburger {
    display: none;
  }
  .header__menu {
    display: block;
    margin: 0 20px 0 0;
  }
  .header__menu ul {
    display: flex;
    list-style: none;
    gap: 80px;
  }
  .header__menu p {
    color: #c00;
  }
  .header__menu h2 {
    font-family: "Arial", serif;
    font-weight: 700;
  }
}
/*〜〜〜ヘッダ*/
/*メニュー表〜〜〜*/
section.menu {
  width: 80vw;
  height: 90vh;
  box-shadow: 3px 3px 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.menu-close {
  font-size: 24px;
  text-align: right;
  padding: 10px;
  color: #aaa;
}
.menu-list a {
  background-color: #ff0;
}
.menu-list ul {
  display: flex;
  list-style: none;
  flex-direction: column;
}
.menu-list li {
  border-bottom: solid 1px #eee;
  padding: 10px;
}
.menu-list li:last-child {
  border-bottom: none;
}
.menu-list__link {
  width: 100px;
  margin: auto;
}
.menu-list p {
  color: #c00;
  font-size: 12px;
}
.menu-list h2 {
  font-family: "Arial", serif;
  font-weight: 700;
}
/*〜〜〜メニュー表*/
/*トップ〜〜〜*/
section.section-top {
  background-image: url("../img/bg_hatake.jpeg");
  background-position: center;
}
.section-top-fog {
  background-color: rgba(255, 255, 255, 0.5);
}
.section-top__top {
  background-image: url("../img/top_mob.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  height: 67vw;
  max-height: 500px;
  max-width: 749px;
  margin: 0 auto;
}
.section-top__sub-sentence {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44.9vw;
  max-width: 404.9px;
  height: 15.7vw;
  max-height: 141.3px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: normal;
}
.section-top__sub-sentence--line {
  background-image: url("../img/line_yellow.png");
  background-size: 100%;
  background-position: 0 30%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  text-align: right;
  padding-right: 12%;
}
.section-top__sub-sentence h3 {
  font-size: 4.2vw;
  font-weight: 700;
  text-shadow: 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333;
}
.section-top__sub-sentence p {
  font-size: 3.2vw;
  font-weight: 600;
  text-shadow: 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333;
}
@media(min-width:900px) {
  .section-top__sub-sentence h3 {
    font-size: 37.8px;
  }
  .section-top__sub-sentence p {
    font-size: 28.8px;
  }
}
/*〜〜〜トップ*/
/*プロフィール＆セール〜〜〜*/
section.section-profile {
  background-image: url("../img/bg_01.png");
  padding: 40px 5% 40px 5%;
  position: relative;
  z-index: -10;
}
.section-profile__sugutabe {
  margin: 0 auto 10px;
  max-width: 450px;
}
.section-profile__sugutabe img {
  width: 100%;
}
.section-profile__sugutabe--img-PC {
  display: none;
}
.san-roku-px {
  font-size: 36px;
  font-weight: 700;
}
.ju-roku-px {
  font-size: 16px;
  font-weight: 700;
}
.section-profile__sentence {
  text-align: left;
  width: 100%;
  max-width: 1040px;
  padding: 0 auto;
  margin: 0 auto 40px;
  letter-spacing: -0.5px;
}
.section-profile__fukidasi {
  width: 80%;
  margin: 0 auto;
  line-height: 0;
  max-width: 350px;
}
.section-profile__fukidasi img {
  width: 100%;
}
.section-profile__yasai {
  width: 46.5%;
  margin: 0 auto 10px;
  max-width: 350px;
}
.section-profile__yasai img {
  width: 100%;
}
.section-profile__button {
  width: 80%;
  margin: 0 auto;
  max-width: 450px;
}
.section-profile__button img {
  width: 100%;
}
@media(min-width:900px) {
  .section-profile__ninjin {
    background-image: url("../img/vege_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25vw;
    height: 25vw;
    display: block;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: -5;
  }
  .section-profile__minitomato {
    background-image: url("../img/vege_02.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20vw;
    height: 20vw;
    display: block;
    position: absolute;
    right: 0;
    top: 24%;
    z-index: -5;
  }
  .section-profile__hourensou {
    background-image: url("../img/vege_03.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 19vw;
    height: 40vw;
    display: block;
    position: absolute;
    right: 0;
    top: 58%;
    z-index: -5;
  }
  .section-profile__sugutabe {
    margin: 0 auto 40px;
    max-width: 1040px;
  }
  .section-profile__sugutabe--img-PC {
    display: block;
    box-shadow: 3px 3px 10px;
  }
  .section-profile__sugutabe--img-mob {
    display: none;
  }
  .section-profile__sentence {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 1.8;
    margin: 0 auto 80px;
  }
  .section-profile__fukidasi {
    max-width: 850px;
  }
  .section-profile__yasai {
    max-width: 600px;
  }
  .section-profile__button {
    max-width: 850px;
  }
}
/*〜〜〜プロフィール＆セール*/
/*三つのポイント〜〜〜*/
.section-point {
  background-image: url("../img/bg_02.jpg");
  color: #fff;
  padding: 40px 5% 1px 5%;
}
.section-point li {
  width: 100%;
  list-style: none;
}
.section-point__title {
  margin: 0 auto 60px;
  max-width: 450px;
}
.section-point__title img {
  width: 100%;
}
.section-point__title--sub {
  width: 100%;
  max-width: 350px;
  margin: 0 0 20px 0;
}
.section-point__title--illust {
  max-height: 150px;
  margin: 0 0 20px 0;
}
.section-point p {
  margin: 0 auto 60px;
  text-align: left;
  max-width: 650px;
}
@media(min-width:900px) {
  .section-point {
    padding: 80px 5% 1px 5%;
  }
  .section-point__title {
    max-width: 700px;
    margin: 0 auto 60px;
  }
  .section-point ul {
    display: flex;
    gap: 50px;
    max-width: 1340px;
    margin: 0 auto;
  }
  .section-point p {
    margin: 0 auto 80px;
  }
}
/*〜〜〜三つのポイント*/
/*セールス〜〜〜*/
section.section-sale {
  background-image: url("../img/bg_03.png");
  padding: 40px 5% 0 5%;
  color: #333;
}
.section-sale__fukidasi {
  width: 85%;
  margin: 0 auto;
  max-width: 350px;
}
.section-sale__fukidasi img {
  width: 100%;
}
.section-sale__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #cc0000;
  padding: 0 0 2px 0;
  max-width: 280px;
  margin: 0 auto 40px;
}
.section-sale__titleA {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #cc0000;
  padding: 6px 5px;
  border-radius: 20px;
  margin: 0 5px 0 0;
}
.section-sale__titleB {
  font-size: 24px;
  font-weight: 600;
}
.section-sale__ul {
  list-style: none;
  width: 100%;
}
.section-sale__ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px 0;
  max-width: 600px;
  margin: 0 auto;
  gap: 10px;
}
.section-sale__ul li:last-child {
  flex-direction: row-reverse;
}
.section-sale__ul img {
  width: 40vw;
  max-width: 250px;
}
.section-sale__ul--text {
  text-align: right;
}
.section-sale__ul--text h1 {
  font-weight: 600;
  font-size: 14px;
  margin: 0 -5px 0 0;
}
.section-sale__ul--text h2 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -1px;
  margin: -4px 0 0 0;
}
.section-sale__ul--text h3 {
  font-weight: 700;
  font-size: 13px;
  margin: -7px -6px 0 0;
}
.section-sale__ul--text h4 {
  font-weight: 700;
  font-size: 30px;
  color: #cc0000;
}
.section-sale__ul--text span {
  font-weight: 700;
  font-size: 18px;
  margin-left: -6px;
}
.section-sale__ul--text h5 {
  font-weight: 500;
  font-size: 10px;
  margin: -7px -4px 0 0;
}
.section-sale__ul--text h6 {
  font-size: 10px;
  margin: -7px 0 0 0;
}
.section-sale__ul--text span.seisan {
  font-size: 10px;
  font-weight: 500;
  padding: 2px;
  border: 1px solid;
  margin: 0 6px 0 0;
}
.section-sale__button {
  width: 88.8%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  max-width: 450px;
}
.section-sale__button img {
  width: 100%;
}
@media(min-width:900px) {
  section.section-sale {
    padding: 80px 5% 0 5%;
  }
  .section-sale__fukidasi {
    max-width: 850px;
  }
  .section-sale__title {
    border-bottom: solid 2px #cc0000;
    padding: 0 0 5px 0;
    max-width: 550px;
    margin: 0 auto 80px;
  }
  .section-sale__titleA {
    font-size: 36px;
    padding: 20px 7px;
    border-radius: 30px;
    margin: 0 5px 0 0;
  }
  .section-sale__titleB {
    font-size: 48px;
  }
  .section-sale__ul {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-sale__ul li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .section-sale__ul li:last-child {
    flex-direction: column-reverse;
  }
  .section-sale__ul img {
    max-width: 450px;
  }
  .section-sale__ul--text {
    text-align: left;
  }
  .section-sale__ul--text h1 {
    font-size: 24px;
  }
  .section-sale__ul--text-set {
    display: flex;
    align-items: flex-end;
  }
  .section-sale__ul--text h2 {
    font-size: 28px;
    margin: 20px 0 0 0;
  }
  .section-sale__ul--text h3 {
    font-size: 24px;
    margin: -7px -6px 0 -12px;
  }
  .section-sale__ul--text-price {
    display: flex;
    align-items: flex-end;
  }
  .section-sale__ul--text h4 {
    font-size: 60px;
    margin: 37px 0 0 0;
  }
  .section-sale__ul--text span {
    font-size: 36px;
    margin-left: -12px;
  }
  .section-sale__ul--text h5 {
    font-size: 20px;
    margin: 0 0 -5px -5px;
  }
  .section-sale__ul--text h6 {
    font-size: 20px;
    margin: 25px 0 0 0;
  }
  .section-sale__ul--text span.seisan {
    font-size: 20px;
    margin: 0 10px 0 0;
  }
  .section-sale__button {
    max-width: 850px;
  }
}
@media(min-width:1025px) {
  .section-sale__ul--text h1 {
    font-size: 28px;
  }
  .section-sale__ul--text h2 {
    font-size: 34px;
    margin: 20px 0 0 0;
  }
  .section-sale__ul--text h3 {
    font-size: 28px;
    margin: -7px -6px 0 -12px;
  }
}
/*〜〜〜セールス*/
/*返金〜〜〜*/
section.section-henkin {
  padding: 40px 5%;
  background-image: url("../img/yasai_hito.jpeg");
  background-position: center;
  background-size: cover;
}
.section-henkin-bg {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.section-henkin-bg__line {
  background-image: url("../img/line_yellow.png");
  background-size: 100% 30%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding: 0 0 6px 0;
  margin: 0 auto 40px;
  max-width: 330px;
}
.section-henkin-bg__line h2 {
  font-size: 18px;
  text-shadow: 1px 1px 0 #000;
}
.section-henkin-bg h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.3;
  letter-spacing: -1px;
}
.section-henkin-bg p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media(min-width:900px) {
  section.section-henkin {
    padding: 80px 5%;
  }
  .section-henkin-bg {
    padding: 40px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-henkin-bg__line {
    background-image: url("../img/line_yellow.png");
    background-size: 100% 30%;
    background-position: 0 110%;
    background-repeat: no-repeat;
    padding: 0 0 6px 0;
    margin: 0 auto 80px;
    max-width: 580px;
  }
  .section-henkin-bg__line h2 {
    font-size: 36px;
    text-shadow: 2px 2px 0 #000;
    line-height: 1.2;
  }
  .section-henkin-bg h3 {
    font-size: 22px;
    margin: 0 0 40px 0;
  }
  .section-henkin-bg p {
    font-size: 16px;
  }
}
/*〜〜〜返金*/
/*オーガニック〜〜〜*/
section.section-organic {
  padding: 40px 5% 40px 5%;
  background-image: url("../img/bg_01.png");
  z-index: -10;
  position: relative;
}
.section-organic__fukidasi--img-PC {
  display: none;
}
.section-organic__fukidasi {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.section-organic__fukidasi img {
  width: 100%;
}
.section-organic__title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto 10px;
  max-width: 400px;
}
.section-organic__title--en {
  width: 25%;
}
.section-organic__title--en img {
  width: 100%;
}
.section-organic__title--sentence {
  font-size: 24px;
  font-weight: 700;
}
.section-organic__title--sentence span {
  font-weight: 700;
  color: #cc0000;
}
.section-organic__sentence {
  background-image: url("../img/bg_wasi.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 26px 24px 20px;
}
.section-organic__sentence p {
  font-size: 16px;
  text-align: left;
}
.section-organic__sentence p span {
  color: #c00;
}
@media(min-width:900px) {
  section.section-organic {
    padding: 80px 5%;
    background-image: url("../img/bg_01.png");
  }
  .section-organic__edatomato {
    background-image: url("../img/vege_04.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    height: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 9%;
    z-index: -5;
  }
  .section-organic__pi-man {
    background-image: url("../img/vege_05.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    height: 80%;
    display: block;
    position: absolute;
    right: 0;
    top: 9%;
    z-index: -5;
  }
  .section-organic__fukidasi {
    max-width: 850px;
  }
  .section-organic__fukidasi--img-mob {
    display: none;
  }
  .section-organic__fukidasi--img-PC {
    display: block;
    margin: 0 auto;
  }
  .section-organic__title {
    max-width: 770px;
    margin: 0 auto 10px;
  }
  .section-organic__title--en {
    width: 15%;
  }
  .section-organic__title--en img {
    width: 100%;
  }
  .section-organic__title--sentence {
    font-size: 36px;
  }
  .section-organic__sentence {
    padding: 20px 40px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-organic__sentence p {
    font-size: 16px;
    text-align: left;
  }
  .section-organic__sentence p span {
    color: #c00;
  }
}
/*〜〜〜オーガニック*/
/*違い〜〜〜*/
section.section-tigai {
  background-image: url("../img/bg_hatake.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-tigai__bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 5%;
}
.section-tigai h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
}
.section-tigai p {
  font-size: 14px;
  line-height: 1.5;
}
.section-tigai p.section-tigai__midori {
  color: #080;
  font-size: 20px;
  font-weight: 600;
}
.section-tigai ul {
  list-style: none;
}
.section-tigai__li-one {
  margin: 0 0 40px 0;
}
.section-tigai__li-one:last-child {
  margin: 0;
}
.section-tigai__ul-two {
  display: flex;
  justify-content: center;
  gap: 8%;
}
.section-tigai__img {
  max-width: 150px;
  margin: 0 auto;
}
.section-tigai__img img {
  max-width: 100%;
}
.section-tigai h4 {
  font-size: 24px;
  font-weight: 600;
}
@media(min-width:900px) {
  .section-tigai__bg {
    padding: 80px 5%;
  }
  .section-tigai h3 {
    font-size: 36px;
    margin: 0 0 80px;
  }
  .section-tigai__bg--konma:before {
    content: "、";
  }
  .section-tigai p.section-tigai__midori {
    font-size: 30px;
  }
  .section-tigai p {
    font-size: 24px;
    line-height: 1.5;
  }
  .section-tigai ul {
    list-style: none;
  }
  .section-tigai__li-one {
    margin: 0 0 40px 0;
  }
  .section-tigai__ul-two {
    display: flex;
    justify-content: center;
    gap: 120px;
  }
  .section-tigai__img {
    max-width: 280px;
    margin: 0 auto;
  }
  .section-tigai h4 {
    font-size: 36px;
  }
}
/*〜〜〜違い*/
/*生産者〜〜〜*/
.section-maker {
  padding: 40px 5%;
  background-image: url("../img/bg_01.png");
}
.section-maker-two {
  padding: 0 5%;
}
.section-maker__fukidasi {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
.section-maker__fukidasi img {
  width: 100%;
}
.section-maker h2 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding: 5px;
  letter-spacing: -1.5px;
  background-image: url("../img/bg_wasi.png");
  background-size: 101% 103%;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #333;
  max-width: 400px;
}
.section-maker ul {
  width: 100%;
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.section-maker__comment {
  background-color: #fff;
  border: 1px solid;
  margin-right: 1px;
  /*  max-width: 600px;*/
  /*  box-shadow: 3px 3px 6px #333;*/
}
.li {
  display: none;
}
.section-maker__comment img {
  width: 100%;
}
.section-maker__comment h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}
.section-maker__comment h4 {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.section-maker__comment p {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 15px;
}
@media(min-width:900px) {
  .section-maker {
    padding: 80px 5%;
  }
  .section-maker-two {
    padding: 0;
  }
  .section-maker__fukidasi {
    max-width: 620px;
  }
  .section-maker h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 0 auto 40px auto;
    padding: 20px 10px;
    letter-spacing: -1.5px;
    background-image: url("../img/bg_wasi.png");
    background-size: 101% 103%;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 6px #333;
    max-width: 620px;
  }
  .section-maker ul {
    width: 100%;
    list-style: none;
    display: flex;
    gap: 60px;
  }
  .section-maker__comment {
    height: 480px;
    border: none;
    max-width: 600px;
    box-shadow: 3px 3px 6px #333;
    margin-right: none;
  }
  .li {
    display: block;
  }
  .section-maker__comment img {
    max-width: 600px;
  }
  .section-maker__comment h3 {
    font-size: 19px;
    line-height: 1.5;
  }
  .section-maker__comment h4 {
    font-size: 16px;
  }
  .section-maker__comment p {
    font-size: 16px;
    padding: 20px 30px 30px;
  }
}
@media(min-width:1025px) {
  .section-maker__comment {
    height: 500px;
  }
  .section-maker__comment h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .section-maker__comment h4 {
    font-size: 18px;
  }
}
@media(min-width:1100px) {
  .section-maker__comment {
    height: 540px;
  }
}
@media(min-width:1280px) {
  .section-maker__comment {
    height: 580px;
  }
}
@media(min-width:1400px) {
  .section-maker__comment {
    height: 590px;
  }
  .section-maker__comment h3 {
    font-size: 30px;
    line-height: 1.5;
  }
  .section-maker__comment h4 {
    font-size: 24px;
  }
}
/*〜〜〜生産者*/
/*お客様の声〜〜〜*/
section.section-koe {
  padding: 40px 5%;
  background-image: url("../img/bg_04.png");
}
.section-koe-two {
  padding: 0 5%;
}
.section-koe ul {
  list-style: none;
}
.section-koe__section {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.section-koe__title {
  margin: 0 auto 40px;
  padding: 5px;
  background-image: url("../img/bg_wasi.png");
  background-size: 101% 103%;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #333;
  max-width: 400px;
}
.section-koe h3 {
  font-size: 18px;
  font-weight: 700;
}
.section-koe__comment {
  padding: 20px 15px;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: #fff;
  text-align: left;
  max-width: 400px;
}
.section-koe__comment h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.section-koe__comment--icon {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.section-koe__comment--icon-address_A {
  background-color: #ff7e00;
  color: #fff;
  padding: 5px;
}
.section-koe__comment--icon-address_B {
  background-color: #fe7eba;
  color: #fff;
  padding: 5px;
}
.section-koe__comment--icon-address_C {
  background-color: #27931f;
  color: #fff;
  padding: 5px;
}
.section-koe__comment img {
  max-height: 125px;
  max-width: 100%;
  margin: 0 10px 0 0;
}
.section-koe__comment p {
  font-size: 14px;
}
.section-koe__comment p span {
  color: #cc0000;
}
@media(min-width:900px) {
  section.section-koe {
    padding: 80px 5%;
  }
  .section-koe-two {
    padding: 0;
  }
  .section-koe__title {
    margin: 0 auto 40px;
    padding: 20px 10px;
    max-width: 760px;
  }
  .section-koe h3 {
    font-size: 34px;
  }
  .section-koe__comment {
    height: 500px;
  }
  .section-koe__comment h4 {
    font-size: 17px;
  }
  .section-koe__comment--icon {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
  .section-koe__comment p {
    font-size: 16px;
  }
}
@media(min-width:1025px) {
  .section-koe__comment {
    height: 450px;
  }
}
@media(min-width:1400px) {
  .section-koe__comment {
    height: 400px;
  }
}
/*〜〜〜お客様の声*/
/*よくある質問〜〜〜*/
section.section-question {
  background-image: url("../img/bg_02.jpg");
  padding: 40px 5%;
  color: #fff;
  text-align: left;
}
.section-question__img {
  max-width: 350px;
  margin: 0 auto 40px;
}
.section-question__img img {
  width: 100%;
}
.section-question ul {
  list-style: none;
  display: flex;
  gap: 10px;
}
.Arial {
  font-family: "Arial", serif;
}
.section-question__Q {
  font-weight: 700;
}
.section-question__A {
  font-size: 14px;
}
.section-question__U-pink {
  border-bottom: solid 2px #f775f2;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.section-question__U-yellow {
  border-bottom: solid 2px #d2d403;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.section-question__QA {
  margin: 0 0 40px;
  max-width: 1040px;
}
.section-question__QA:last-child {
  margin: 0;
}
@media(min-width:900px) {
  section.section-question {
    padding: 80px 5%;
  }
  .section-question__img {
    max-width: 530px;
    margin: 0 auto 40px;
  }
  .section-question__QA ul li.Arial {
    font-size: 26px;
  }
  .section-question__Q {
    font-size: 26px;
  }
  .section-question__A {
    font-size: 16px;
  }
  .section-question__QA {
    margin: 0 auto 100px;
  }
  .section-question__QA:last-child {
    margin: 0 auto;
  }
}
/*〜〜〜よくある質問*/
/*フッタ〜〜〜*/
footer.footer {
  padding: 20px;
}
small {
  font-family: "Arial", serif;
  font-size: 12px;
}
.footer-rogo {
  max-width: 200px;
  margin: 0 auto;
}
.footer-rogo img {
  width: 100%;
}
@media(min-width:900px) {
  footer.footer {
    padding: 20px;
  }
  small {
    font-size: 20px;
  }
}
/*〜〜〜フッタ*/
/*その他〜〜〜*/
#scroll-top {
  width: 60px;
  display: none;
}
.tomato {
  width: 100%;
}
@media(min-width:900px) {
  .no-br {
    display: none;
  }
  .on {
    display: block;
  }
}
/*〜〜〜その他*/
/*jQuely〜〜〜*/
#scroll-top {
  bottom: 20px;
  position: fixed;
  right: 20px;
}
/*〜〜〜jQuely*/