@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.area {
  padding-block: 1.5625rem 1.875rem;
}
@media (min-width: 768px) {
  .area {
    padding-block: 2.25rem 2.5rem;
  }
}

.area__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

.area__head {
  position: relative;
  padding-block: 2.1875rem 1.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.1875rem;
}
@media (min-width: 768px) {
  .area__head {
    width: 23.4375rem;
    margin-inline: auto;
    padding-block: 2.125rem 0.5rem;
    row-gap: 0.875rem;
  }
}

.area__title {
  position: relative;
  color: #2A933A;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  text-indent: -1.4375rem;
  width: 8.75rem;
  margin-inline: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .area__title {
    font-size: 1.9375rem;
    width: 9.6875rem;
    text-indent: -1.5625rem;
  }
}
.area__title::after {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 1.5rem;
  background: url(/gastable/lp/img/area-icon-green.png) no-repeat center center/contain;
  top: 0.625rem;
  right: -0.6875rem;
}
@media (min-width: 768px) {
  .area__title::after {
    width: 1.25rem;
    height: 1.5625rem;
    top: 0.6875rem;
    right: -0.75rem;
  }
}

.area__text {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}
.area__text p {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .area__text p {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.area__head-img {
  position: absolute;
  top: 50%;
  right: -0.125rem;
  translate: 0 -50%;
  width: 10.8494375rem;
  height: 8.5343125rem;
}
@media (min-width: 768px) {
  .area__head-img {
    right: 0.5rem;
  }
}
.area__head-img img {
  width: 100%;
  height: 100%;
  right: 0;
}

.area__search {
  padding: 0.5rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #2A933A;
  background: rgba(235, 246, 231, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .area__search {
    padding: 0.375rem;
    width: 38.75rem;
    margin-inline: auto;
  }
}

.un_areaSearch_ttl {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  .un_areaSearch_ttl {
    font-size: 1rem;
  }
}

.un_areaSearch {
  color: #2A933A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.625rem;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  letter-spacing: -0.025rem;
  margin-top: 0.3125rem;
  position: relative;
  text-align: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .un_areaSearch {
    font-size: 1.75rem;
      -webkit-box-align: center;
    -webkit-align-items: center;
          -ms-flex-align: center;
            align-items: center;
  }
}

.area__search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.area__search-box span {
  display: inline-block;
  width: 0.443625rem;
  height: 0.17225rem;
  background: #2A933A;
}

.un_areaSearch_postCode_input {
  padding: 0.2rem 0.5625rem 0.2rem;
  width: 5rem;
  border: 0.0625rem solid #2a933a;
  background: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -moz-appearance:textfield;
}
@media (min-width: 768px) {
  .un_areaSearch_postCode_input {
    font-size: 1.25rem;
  }
}

.un_areaSearch_postCode_input::-webkit-outer-spin-button,
.un_areaSearch_postCode_input::-webkit-inner-spin-button {
  -webkit-appearance: none; 
  margin: 0;
}

.un_areaSearch_postCode_input::-webkit-input-placeholder {
  color: #D1D1D1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.un_areaSearch_postCode_input::-moz-placeholder {
  color: #D1D1D1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.un_areaSearch_postCode_input:-ms-input-placeholder {
  color: #D1D1D1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.un_areaSearch_postCode_input::-ms-input-placeholder {
  color: #D1D1D1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.un_areaSearch_postCode_input::placeholder {
  color: #D1D1D1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .un_areaSearch_postCode_input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .un_areaSearch_postCode_input::-moz-placeholder {
    font-size: 1.25rem;
  }
  .un_areaSearch_postCode_input:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .un_areaSearch_postCode_input::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .un_areaSearch_postCode_input::placeholder {
    font-size: 1.25rem;
  }
}

.un_areaSearch_btn {
  display: inline-block;
  padding: 0 1.25rem;
  background: #2A933A;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
  padding: 3px 1.25rem 4.8px;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .un_areaSearch_btn {
    font-size: 1.25rem;
    margin-top: 7.2px;
    padding: 3.2px 1.25rem 4.4px;
  }
  .un_areaSearch_btn:hover {
    opacity: 0.8;
  }
}

.un_areaSearch_result {
  border-radius: 0.3125rem;
  background: #fff;
  color: var(--defaultTxtColor);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.625rem;
  padding: 0.625rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .un_areaSearch_result {
    font-size: 1rem;
  }
}

.area__items {
  padding-top: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3125rem;
}
@media (min-width: 768px) {
  .area__items {
    width: 38.75rem;
    margin-inline: auto;
  }
}

.area-item {
  position: relative;
}
.area-item::after {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  top: 0.625rem;
  right: 0.75rem;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .area-item::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.area-item.is-opened .area-item__title::after {
  rotate: 0deg;
}

.area-item__title {
  background: #2A933A;
  position: relative;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 0.75rem;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .area-item__title {
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0.8125rem 0.75rem;
  }
}
.area-item__title::before, .area-item__title::after {
  content: "";
  position: absolute;
  top: 1.4375rem;
  right: 1.125rem;
  width: 1rem;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #2A933A;
  z-index: 1;
}
@media (min-width: 768px) {
  .area-item__title::before, .area-item__title::after {
    top: 1.5rem;
    right: 1.1875rem;
    width: 0.9375rem;
  }
}
.area-item__title::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.area-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  padding-inline: 1.25rem;
  cursor: default;
}

.area-content__prefectures {
  padding-top: 1.25rem;
}
.area-content__prefectures:last-of-type {
  padding-bottom: 0.625rem;
}

.area-content__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3125rem;
  background: #ebebeb;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  .area-content__title {
    font-size: 1rem;
  }
}
.area-content__title span {
  display: inline-block;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .area-content__title span {
    font-size: 0.875rem;
  }
}

.area-content__item {
  padding-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .area-content__item {
    font-size: 0.875rem;
  }
}

.area-content__textarea {
  margin-top: 3.125rem;
  padding-block: 0.625rem 0.3125rem;
  padding-inline: 0.625rem;
  background: #ebebeb;
}
.area-content__textarea.--type2 {
  padding-block: 0.625rem 0;
}
.area-content__textarea.--type3 {
  margin-top: 0.625rem;
}

.area-content__text {
  position: relative;
  padding-left: 1.0625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .area-content__text {
    font-size: 1rem;
  }
}
.area-content__text span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  translate: 0 -0.625rem;
}
@media (min-width: 768px) {
  .area-content__text span {
    font-size: 0.875rem;
  }
}
.area-content__text span:first-of-type {
  translate: 0 -0.3125rem;
}
.area-content__text::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.875rem;
  height: 1.0625rem;
  color: #2a933a;
}

.area-content__head-text {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .area-content__head-text {
    font-size: 0.875rem;
  }
}

.area-sub-item {
  margin-top: 0.625rem;
}
.area-sub-item.is-opened .area-sub-item__title::after {
  rotate: 0deg;
}

.area-sub-item__title {
  position: relative;
  padding-inline: 0.75rem 1.625rem;
  border-top: 0.0625rem solid #ebebeb;
  border-right: 0.0625rem solid #ebebeb;
  border-bottom: 0.0625rem solid #ebebeb;
  border-left: 0.1875rem solid #ebebeb;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 768px) {
  .area-sub-item__title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.area-sub-item__title::before, .area-sub-item__title::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.0625rem;
  background: #212121;
  border-radius: 100vmax;
}
@media (min-width: 768px) {
  .area-sub-item__title::before, .area-sub-item__title::after {
    width: 0.6875rem;
  }
}
.area-sub-item__title::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.area-sub-item__content {
  cursor: default;
  padding-inline: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
.area-sub-item__content p {
  padding-top: 1.25rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .area-sub-item__content p {
    font-size: 0.875rem;
  }
}
.area-sub-item__content span {
  display: inline-block;
  padding-block: 0.625rem;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .area-sub-item__content span {
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
summary::-webkit-details-marker {
  display: none;
}

.js-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.js-details.is-opened .js-content {
  opacity: 1;
}

.js-content-2 {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 0;
  margin-top: 0;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.js-content-2.is-opened-2 {
  margin-top: 0.625rem;
  opacity: 1;
  padding: 0.625rem;
  height: auto;
}

.case {
  background: #ebf6e7;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .case {
    padding-bottom: 2.5rem;
  }
}
.case .case__inner {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .case .case__inner {
    padding-top: 4.375rem;
  }
}

.case__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#42a733), to(#218912));
  background: linear-gradient(180deg, #42a733 0%, #218912 100%);
  padding-top: 0.3125rem;
  height: 6.875rem;
}
@media (min-width: 768px) {
  .case__title {
    height: 7.5rem;
  }
}
.case__title::before {
  content: "";
  position: absolute;
  width: 23.4375rem;
  height: 1.375rem;
  left: 0;
  top: calc(100% - 0.125rem);
  background: url(/gastable/lp/img/case-title-treat-sp.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .case__title::before {
    left: 50%;
    top: calc(100% - 0.1875rem);
    translate: -50%;
    width: 59.375rem;
    height: 2.0625rem;
    background: url(/gastable/lp/img/case-title-treat.svg) no-repeat center center/contain;
  }
}

.case__title-img {
  width: 5.625rem;
  height: 5.625rem;
}
.case__title-img img {
  width: 100%;
  height: 100%;
}

.case__title-textarea {
  width: 12.375rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .case__title-textarea {
    width: 13.75rem;
  }
}

.case__title-text {
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.case__title-text:nth-of-type(1) {
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .case__title-text:nth-of-type(1) {
    font-size: 1.25rem;
  }
}
.case__title-text:nth-of-type(2) {
  translate: 0 -0.5rem;
  padding-inline: 1.75rem 1.875rem;
  font-size: 1.75rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .case__title-text:nth-of-type(2) {
    padding-inline: 1.75rem 2.1875rem;
    font-size: 2rem;
  }
}
.case__title-text:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.125rem);
  translate: 0 -50%;
  right: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  background: url(/gastable/lp/img/case-icon.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .case__title-text:nth-of-type(2)::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.case__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .case__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    width: 58.125rem;
    margin-inline: auto;
  }
}

.case-card {
  padding: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  border-radius: 0.3125rem;
  background: #ffffff;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.0625rem 0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.2);
  min-height: 14.6875rem;
}
@media (min-width: 768px) {
  .case-card {
    min-height: 20rem;
  }
}

.case-card__head {
  position: relative;
  height: 1.6875rem;
}
@media (min-width: 768px) {
  .case-card__head {
    height: 1.9375rem;
  }
}
.case-card__head.--new::after {
  content: "new";
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  width: 2.4375rem;
  height: 1.5625rem;
  background: #f00;
  padding: 0.3125rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .case-card__head.--new::after {
    width: 2.75rem;
    height: 1.6875rem;
    font-size: 0.875rem;
  }
}

.case-card__date {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  translate: 0 -0.4375rem;
}
@media (min-width: 768px) {
  .case-card__date {
    font-size: 0.875rem;
  }
}

.case-card__address {
  translate: 0 -0.6875rem;
  color: #212121;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .case-card__address {
    font-size: 0.75rem;
  }
}

.case-card__image {
  width: 9.6875rem;
  height: 5.2925rem;
}
@media (min-width: 768px) {
  .case-card__image {
    width: 17.5rem;
    height: 9.560625rem;
  }
}
.case-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-card__body-textarea {
  margin-top: -0.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
}
@media (min-width: 768px) {
  .case-card__body-textarea {
    row-gap: 0;
  }
}
.case-card__body-textarea p {
  color: #000;
  font-weight: 400;
  line-height: normal;
}
.case-card__body-textarea p:nth-of-type(1) {
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .case-card__body-textarea p:nth-of-type(1) {
    font-size: 0.75rem;
  }
}
.case-card__body-textarea p:nth-of-type(2) {
  padding-left: 0.0625rem;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
@media (min-width: 768px) {
  .case-card__body-textarea p:nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}

.case-card__body-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}
.case-card__body-wrap img {
  width: 1.125rem;
  height: 1.125rem;
}
.case-card__body-wrap span {
  translate: 0 -0.0625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.025rem;
}

.cta {
  background: #ffffff;
  padding-block: 1.25rem 1.5625rem;
}
.cta.--common-cta {
  background: initial;
  margin-top: 1.25rem;
}
.cta.--common-cta .cta__btn-wrap {
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  width: 19.6875rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .cta.--common-cta .cta__btn-wrap {
    width: initial;
    margin-inline: initial;
  }
}
.cta.--common-cta .cta__search-btn a {
  width: 12.5rem;
  font-size: 1.5rem;
  padding-block: 1.25rem;
}
@media (min-width: 768px) {
  .cta.--common-cta .cta__search-btn a {
    width: 28.5625rem;
    padding-block: 0.875rem;
  }
}
.cta.--common-cta .cta__head {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .cta.--common-cta .cta__head {
    font-size: 1rem;
  }
}

.cta__inner {
  text-align: center;
}

.cta__head {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 0.625rem;
}
.cta__head::before, .cta__head::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.875rem;
  height: 1.25rem;
}
.cta__head::before {
  background: url(/gastable/lp/img/cta-message-icon01.png) no-repeat center center/cover;
  left: -6%;
}
.cta__head::after {
  background: url(/gastable/lp/img/cta-message-icon02.png) no-repeat center center/cover;
  right: -6%;
}

.cta__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .cta__btn-wrap {
    gap: 0.9375rem;
  }
}

.cta__contact-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.1875rem;
  width: 6.25rem;
  height: 5rem;
  max-width: 100%;
  border-radius: 0.625rem;
  border: 0.125rem solid #2A933A;
  background: #ffffff;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0 0 #2A933A;
          box-shadow: 0.1875rem 0.1875rem 0 0 #2A933A;
  font-size: 0.875rem;
  padding-block: 0.5625rem;
  font-weight: bold;
  color: #2A933A;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cta__contact-btn a {
    width: 28.5625rem;
    height: initial;
    font-size: 1.25rem;
    padding-block: 1.0625rem;
    display: block;
    text-indent: 1.875rem;
    line-height: initial;
  }
}
.cta__contact-btn a::before {
  content: "";
  width: 1.875rem;
  height: 1.25rem;
  background: url(/gastable/lp/img/cta-mail.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .cta__contact-btn a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 28%;
  }
}

.cta__search-btn a {
  padding-inline: 0.625rem;
  width: 15.3125rem;
  height: 5rem;
  max-width: 100%;
  display: inline-block;
  border-bottom: 0.375rem solid #D35609;
  background: #F1660F;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold;
  padding-block: 1.0625rem;
  border-radius: 0.625rem;
  position: relative;
  text-indent: 1.5625rem;
}
@media (min-width: 768px) {
  .cta__search-btn a {
    height: initial;
    font-size: 1.5rem;
    padding-block: 0.875rem;
    width: 28.25rem;
    text-indent: 1.25rem;
  }
}
.cta__search-btn a::before {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  background: url(/gastable/lp/img/search-icon.png) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 5%;
}
@media (min-width: 768px) {
  .cta__search-btn a::before {
    left: 28%;
  }
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
  padding-block: 1.5rem;
  z-index: 100;
  display: none;
}
@media (min-width: 768px) {
  .cta-fixed {
    padding-block: 1.625rem;
  }
}
.cta-fixed .cta__contact-btn {
  width: 6.25rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-fixed .cta__contact-btn {
    width: 27.3125rem;
  }
}
.cta-fixed .cta__contact-btn a {
  padding-block: 0.3125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cta-fixed .cta__contact-btn a {
    padding-block: 0.75rem;
    line-height: initial;
  }
}
.cta-fixed .cta__search-btn {
  width: 15.3125rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-fixed .cta__search-btn {
    width: 27.3125rem;
  }
}
.cta-fixed .cta__search-btn a {
  padding-block: 1.1875rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .cta-fixed .cta__search-btn a {
    padding-block: 0.59375rem;
  }
}

.faq {
  padding-bottom: 1.25rem;
  background: #fff;
}
@media (min-width: 768px) {
  .faq {
    padding-bottom: 2.5rem;
  }
}

.faq__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.125rem;
}
@media (min-width: 768px) {
  .faq__inner {
    row-gap: 1.25rem;
  }
}

.faq__title {
  position: relative;
  width: 14.625rem;
  margin-inline: auto;
  white-space: nowrap;
  color: #2A933A;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .faq__title {
    margin-top: -0.125rem;
    width: 16.375rem;
    font-size: 2rem;
  }
}
.faq__title span {
  display: inline-block;
  font-size: 1.125rem;
  translate: 0 0.375rem;
}
@media (min-width: 768px) {
  .faq__title span {
    font-size: 1.25rem;
  }
}
.faq__title::after {
  content: "";
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  right: 0.5rem;
  bottom: 0.375rem;
  background: url(/gastable/lp/img/faq-icon-green.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .faq__title::after {
    width: 1.8125rem;
    height: 1.8125rem;
    right: 0;
    bottom: 0.4375rem;
  }
}

.faq__items {
  padding-top: 0.625rem;
  padding-inline: 0.75rem;
  border-radius: 0.625rem;
  background: #fff;
}
@media (min-width: 768px) {
  .faq__items {
    margin-top: 1.125rem;
    width: 38.75rem;
    margin-inline: auto;
  }
}

.faq-item {
  position: relative;
}
.faq-item::before {
  content: "Q";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 1.5rem;
  left: 0;
  color: #2A933A;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .faq-item::before {
    width: 1.5625rem;
    top: 1.4375rem;
    font-size: 2rem;
    line-height: 0.75;
  }
}
.faq-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.25rem;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #2A933A, #2A933A 0.125rem, transparent 0.125rem, transparent 0.25rem);
}
@media (min-width: 768px) {
  .faq-item::after {
    top: 4rem;
  }
}
.faq-item.is-opened .faq-item__title::after {
  rotate: 0deg;
}

.faq-item__title {
  position: relative;
  padding: 1.1875rem 2.625rem 1.9375rem 2.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2142857143;
}
@media (min-width: 768px) {
  .faq-item__title {
    padding: 1.375rem 2.9375rem 2.125rem 2.1875rem;
    font-size: 1rem;
    line-height: normal;
  }
}
.faq-item__title::before, .faq-item__title::after {
  content: "";
  position: absolute;
  top: 2.25rem;
  right: 0.375rem;
  width: 1rem;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #2A933A;
  z-index: 1;
}
@media (min-width: 768px) {
  .faq-item__title::before, .faq-item__title::after {
    top: 2.125rem;
    width: 1.125rem;
  }
}
.faq-item__title::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.faq-item__content {
  position: relative;
}
.faq-item__content p {
  padding-left: 2.5rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .faq-item__content p {
    padding-left: 2.3125rem;
    font-size: 0.875rem;
  }
}
.faq-item__content::before {
  content: "A";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.125rem;
  left: 0;
  color: #f1660f;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .faq-item__content::before {
    font-size: 2rem;
    line-height: 0.75;
    top: 0.1875rem;
  }
}

.flow {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .flow {
    padding-bottom: 2.5rem;
  }
}
.flow .flow__inner {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .flow .flow__inner {
    padding-top: 4.375rem;
  }
}

.flow__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
  margin-inline: auto;
  width: 22.1875rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flow__items {
    width: 58.125rem;
  }
}

.flow__item {
  padding-bottom: 1.125rem;
  border-radius: 10px;
  border: 1px solid #2A933A;
  background: #ffffff;
}

.flow__item-title {
  padding-left: 1.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media (min-width: 768px) {
  .flow__item-title {
    padding-left: 1.8125rem;
  }
}

.flow__point {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.0625rem;
  background: #349e0c;
  padding: 0.5rem 0.5625rem 0.1875rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
.flow__point span {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.flow__point span:nth-child(1) {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 900;
}
.flow__point span:nth-child(2) {
  font-size: 1.875rem;
  font-weight: 700;
}

.flow__item-text {
  color: #2A933A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .flow__item-text {
    font-size: 1.625rem;
  }
}

.flow__box {
  padding-inline: 1.1875rem;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5625rem;
}
@media (min-width: 768px) {
  .flow__box {
    padding-inline: 1.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.9375rem;
  }
}

.flow__body-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9em;
}
@media (min-width: 768px) {
  .flow__body-list {
    row-gap: 1.2em;
  }
}

.flow__body-item {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .flow__body-item {
    font-size: 1rem;
  }
}

.flow__thumb {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  aspect-ratio: 315/150;
  width: 19.6875rem;
  height: 9.375rem;
}
@media (min-width: 768px) {
  .flow__thumb {
    aspect-ratio: 180/135;
    width: 11.25rem;
    height: 8.4375rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.flow__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow__body-text {
  font-size: 0.75rem;
  line-height: 1.2;
}
.flow__body-text:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .flow__body-text {
    font-size: 1rem;
  }
  .flow__body-text:not(:first-child) {
    margin-top: 1.2em;
  }
}

.flow__note {
  margin-top: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-inline: 1.1875rem;
  font-size: 0.625rem;
  line-height: 1.2;
  display: block;
}
@media (min-width: 768px) {
  .flow__note {
    padding-bottom: 0.1875rem;
    padding-inline: 1.8125rem;
    font-size: 0.625rem;
  }
}

.footer {
  padding-top: 1.875rem;
  padding-bottom: 8.125rem;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 1.6875rem;
    padding-bottom: 6.875rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.625rem;
  top: 0;
  left: 0;
  background: #2A933A;
}

.footer__inner {
  width: 100%;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .footer__inner {
    max-width: 59.375rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24.5rem 33rem;
    grid-template-columns: 24.5rem 33rem;
    -ms-grid-rows: 1.3125rem 2.4375rem;
    grid-template-rows: 1.3125rem 2.4375rem;
    gap: 0.4375rem 1.875rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo {
  padding: 0.625rem;
  width: 10.6875rem;
  height: 3.375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .footer__logo {
    padding: 0;
    width: 12.5rem;
    height: 2.5625rem;
    margin-right: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__head-text {
  width: 12.375rem;
  margin-inline: auto;
  white-space: nowrap;
  margin-top: 0.625rem;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1666666667;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 768px) {
  .footer__head-text {
    width: 14.375rem;
    margin-inline: 0;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.footer__wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3125rem;
}
@media (min-width: 768px) {
  .footer__wrap {
    margin-top: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.footer__company {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1666666667;
}
@media (min-width: 768px) {
  .footer__company {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}

.footer__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer__address {
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}
.footer__address address {
  font-style: normal;
}

.footer__copyright {
  margin-top: 1.25rem;
  padding-block: 0.3125rem;
  background: #2A933A;
}
.footer__copyright small {
  display: block;
  text-align: center;
  color: #ffffff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
}
.footer__copyright small span {
  text-transform: uppercase;
}

.footer__page-top {
  position: absolute;
  z-index: 99;
  right: 0.9375rem;
  bottom: 15rem;
  width: 3.125rem;
  height: 3.0625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .footer__page-top {
    right: auto;
    bottom: 10.625rem;
    left: calc(50% + 26.1875rem);
  }
  .footer__page-top:hover {
    opacity: 0.8;
  }
}
.footer__page-top img {
  width: 100%;
  height: 100%;
}

.fv__nav {
  background: #FFBA0C;
  padding-block: 0.375rem;
}

.fv__nav-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (8.4375rem)[7];
  grid-template-columns: repeat(7, 8.4375rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__nav-item {
  border-left: 1px solid #212121;
}
.fv__nav-item:last-child {
  border-right: 1px solid #212121;
}
.fv__nav-item a {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.6875rem;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__nav-item a:after {
  content: "";
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  rotate: 45deg;
  display: inline-block;
}

@media (min-width: 768px) {
  .fv {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53.85%, #42A733), to(#1F870F));
    background: linear-gradient(180deg, #42A733 53.85%, #1F870F 100%);
    height: 23.75rem;
  }
}

.fv.js-show {
  margin-top: 3.25rem;
}
@media (min-width: 768px) {
  .fv.js-show {
    margin-top: 6.25rem;
  }
}

.fv__inner {
  position: relative;
}
@media (min-width: 768px) {
  .fv__inner {
    width: 59.5rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .fv__img {
    width: 59.5rem;
    height: 21.4375rem;
    margin-inline: auto;
  }
}
.fv__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/380;
}

.fv__points {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .fv__points {
    left: 78%;
    bottom: -1.375rem;
  }
}

.fv__point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (6.875rem)[3];
  grid-template-columns: repeat(3, 6.875rem);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}
@media (min-width: 768px) {
  .fv__point {
    -ms-grid-columns: (8.5rem)[3];
    grid-template-columns: repeat(3, 8.5rem);
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}

.fv__point-item {
  color: #359327;
  background: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 0.875rem;
  padding-block: 0.375rem;
  border: 0.125rem solid #2B861D;
  border-radius: 0.625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .fv__point-item {
    font-size: 1.125rem;
    padding-block: 0.4375rem;
  }
}
.fv__point-item.--caution {
  position: relative;
}
.fv__point-item.--caution::after {
  content: "※";
  position: absolute;
  top: 0.375rem;
  right: 0.6875rem;
  font-size: 0.4375rem;
  font-weight: 100;
  color: #212121;
}

.point-color {
  color: #F1660F;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.large {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .large {
    font-size: 1.4375rem;
  }
}

.caution {
  font-size: 0.4375rem;
  vertical-align: text-top;
  font-weight: 300;
  color: #212121;
}

.fv__text {
  font-size: 0.625rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .fv__text {
    text-align: start;
    margin-top: 0.3125rem;
  }
}

.header {
  background: #ffffff;
  width: 100%;
  height: 3.25rem;
}
@media (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}
.header .header__inner {
  width: 59.375rem;
  max-width: 100%;
  margin-inline: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .header__logo img + img {
    margin-left: 12px;
  }
}
.header__logo img.header__logo--copy {
  height: auto;
  max-width: 180px;
  width: 16.5vw;
}
.header__logo img.header__logo--jpx {
  height: auto;
  margin-left: 7px;
  width: 27px;
}
@media (min-width: 768px) {
  .header__logo img.header__logo--jpx {
    margin-left: 12px;
    width: 39px;
  }
}

@media (min-width: 768px) {
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0625rem;
  }
}

.header__cta .cta__btn-wrap {
  margin-top: initial;
  gap: 0.9375rem;
}
.header__cta .cta__contact-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.125rem;
  width: 6.25rem;
  max-width: 100%;
  border-radius: 0.625rem;
  border: 0.125rem solid #2A933A;
  background: #ffffff;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0 0 #2A933A;
          box-shadow: 0.1875rem 0.1875rem 0 0 #2A933A;
  font-size: 0.875rem;
  padding-block: 0.375rem;
  font-weight: bold;
  color: #2A933A;
  position: relative;
}
@media (min-width: 768px) {
  .header__cta .cta__contact-btn a {
    width: 9.5rem;
    font-size: 1.25rem;
    padding-block: 0.75rem;
    display: block;
    text-indent: 1.875rem;
  }
}
.header__cta .cta__contact-btn a::before {
  content: "";
  width: 1.875rem;
  height: 1.25rem;
  background: url(/gastable/lp/img/cta-mail.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .header__cta .cta__contact-btn a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 5%;
  }
}
.header__cta .cta__search-btn a {
  padding-inline: 0.625rem;
  width: 15.3125rem;
  max-width: 100%;
  display: inline-block;
  border-bottom: 0.375rem solid #D35609;
  background: #F1660F;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold;
  padding-block: 1.09375rem;
  border-radius: 0.625rem;
  position: relative;
  text-indent: 1.5625rem;
}
@media (min-width: 768px) {
  .header__cta .cta__search-btn a {
    font-size: 1.5rem;
    padding-block: 0.5625rem;
    width: 13.5rem;
    text-indent: 1.25rem;
  }
}
.header__cta .cta__search-btn a::before {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  background: url(/gastable/lp/img/search-icon.png) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 5%;
}
@media (min-width: 768px) {
  .header__cta .cta__search-btn a::before {
    left: 7%;
  }
}

.drawer__icon {
  width: 2.5rem;
  height: 2.5rem;
  padding-block: 0.4375rem 0.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2A933A;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon--bars {
  position: relative;
  width: 1.375rem;
  height: 1.125rem;
}

.drawer__icon--bar {
  width: 100%;
  height: 0.125rem;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
.drawer__icon--bar:nth-of-type(1) {
  top: 0;
}
.drawer__icon--bar:nth-of-type(2) {
  top: 0.4375rem;
}
.drawer__icon--bar:nth-of-type(3) {
  top: 0.875rem;
}

.drawer__icon--menu,
.drawer__icon--close {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.25rem;
}

.drawer__icon.js-show {
  background: transparent;
  color: #2A933A;
  top: 0rem;
  right: 0rem;
  z-index: 102;
  width: 2.25rem;
  height: 2.375rem;
  padding-block: 0.4375rem 0.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2A933A;
  position: relative;
}
@media (min-width: 768px) {
  .drawer__icon.js-show {
    width: 2.6875rem;
    height: 2.5625rem;
  }
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
  background: #2A933A;
  height: 0.25rem;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
  background: #2A933A;
  height: 0.25rem;
  top: 14px;
}
.drawer__icon.js-show .drawer__icon--bars {
  width: 1.375rem;
  height: 1.3125rem;
}
.drawer__icon.js-show .drawer__icon--close {
  margin-top: 1.5625rem;
}

.header.js-show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.js-close {
  display: none;
}

.drawer__icon--text {
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1;
}

.drawer__icon.js-show .drawer__icon--menu {
  display: none;
}

.drawer__icon.js-show .js-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow-y: scroll;
}

.drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 5.625rem;
}
@media (min-width: 768px) {
  .drawer__body {
    padding-block: 16rem;
  }
}

.drawer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: 0.9375rem;
  width: 19.6875rem;
  max-width: 100%;
  margin-inline: auto;
}

.drawer__list li {
  position: relative;
}
.drawer__list li::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
  left: 1.25rem;
}
.drawer__list li:nth-child(1)::before {
  background: url(/gastable/lp/img/recommendation-icon.png) no-repeat center center/cover;
  width: 1.25rem;
  height: 1.125rem;
}
.drawer__list li:nth-child(2)::before {
  background: url(/gastable/lp/img/reason-icon.png) no-repeat center center/cover;
  width: 1.375rem;
  height: 1.3125rem;
}
.drawer__list li:nth-child(3)::before {
  background: url(/gastable/lp/img/flow-icon.png) no-repeat center center/cover;
  width: 1.375rem;
  height: 1.375rem;
}
.drawer__list li:nth-child(4)::before {
  background: url(/gastable/lp/img/voice-icon.png) no-repeat center center/cover;
  width: 1.375rem;
  height: 1.375rem;
}
.drawer__list li:nth-child(5)::before {
  background: url(/gastable/lp/img/case-icon.png) no-repeat center center/cover;
  width: 1.25rem;
  height: 1.25rem;
}
.drawer__list li:nth-child(6)::before {
  background: url(/gastable/lp/img/area-icon.png) no-repeat center center/cover;
  width: 1.125rem;
  height: 1.375rem;
}
.drawer__list li:nth-child(7)::before {
  background: url(/gastable/lp/img/faq-icon.png) no-repeat center center/cover;
  width: 1.375rem;
  height: 1.375rem;
}
.drawer__list li:nth-child(8)::before {
  background: url(/gastable/lp/img/search-icon.png) no-repeat center center/cover;
  width: 1.375rem;
  height: 1.375rem;
}

.drawer__list li a {
  background: #2A933A;
  display: block;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  color: #ffffff;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: bold;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.inner {
  width: 100%;
  padding-inline: 0.625rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-inline: 1.25rem;
  }
}
@media (max-width: 1100px) {
  .inner {
    max-width: 100%;
  }
} 

.pagination {
  text-align: center;
  padding-block: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .pagination {
    padding-block: 1rem;
  }
}

.page-numbers {
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  height: 1.25rem;
  color: #2A933A;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  border-right: 0.0625rem solid #ebf6e7;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  /* テキスト選択禁止 */
  -webkit-user-select: none;
  /* Safari対応 */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-numbers:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-numbers {
    width: 1.875rem;
    height: 1.5625rem;
    font-size: 1rem;
    line-height: 1.5625;
  }
  .page-numbers:hover {
    opacity: 0.8;
  }
}
.page-numbers.current {
  pointer-events: none;
  color: #ffffff;
  background: #2A933A;
}
.page-numbers:last-of-type {
  border-right: none;
}
.page-numbers.first-page, .page-numbers.last-page, .page-numbers.prev, .page-numbers.next {
  position: relative;
}
.page-numbers.first-page::before, .page-numbers.last-page::before, .page-numbers.prev::before, .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page-numbers.first-page::before, .page-numbers.last-page::before {
  width: 0.5625rem;
  height: 0.5625rem;
  background: url(/gastable/lp/img/pagination-double-arrow.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .page-numbers.first-page::before, .page-numbers.last-page::before {
    width: 0.6875rem;
    height: 0.9375rem;
  }
}
.page-numbers.last-page::before {
  rotate: 180deg;
}
.page-numbers.prev::before, .page-numbers.next::before {
  width: 0.3125rem;
  height: 0.5rem;
  background: url(/gastable/lp/img/pagination-single-arrow.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .page-numbers.prev::before, .page-numbers.next::before {
    width: 0.375rem;
    height: 0.875rem;
  }
}
.page-numbers.next::before {
  rotate: 180deg;
}

.ranking__pickup {
  padding-block: 1.5625rem 1.25rem;
  background: #ffffff;
}

.ranking__pickup-title-wrap {
  text-align: center;
}

.ranking__pickup-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-indent: 3.125rem;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .ranking__pickup-title {
    font-size: 1.625rem;
  }
}
.ranking__pickup-title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 1%;
  background: url(/gastable/lp/img/pickup-icon.png) no-repeat center center/cover;
  width: 2.6875rem;
  height: 2.875rem;
}

.pickup-tabs {
  margin-top: 1.5625rem;
  width: 58.125rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .pickup-tabs {
    margin-top: 1.25rem;
  }
}

.pickup-tabs__btn-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}
@media (min-width: 768px) {
  .pickup-tabs__btn-list {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.pickup-tabs__btn,
.pickup-tabs__btn-2,
.pickup-tabs__btn-3 {
  padding-block: 0.5625rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background: #EBECEA;
  color: #7E7E7E;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .pickup-tabs__btn,
  .pickup-tabs__btn-2,
  .pickup-tabs__btn-3 {
    font-size: 1.375rem;
    padding-block: 1.15625rem;
  }
}
.pickup-tabs__btn span,
.pickup-tabs__btn-2 span,
.pickup-tabs__btn-3 span {
  font-size: 0.625rem;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .pickup-tabs__btn span,
  .pickup-tabs__btn-2 span,
  .pickup-tabs__btn-3 span {
    font-size: 0.75rem;
  }
}
.pickup-tabs__btn[aria-selected=true],
.pickup-tabs__btn-2[aria-selected=true],
.pickup-tabs__btn-3[aria-selected=true] {
  background: #2A933A;
  color: #ffffff;
  pointer-events: none;
}
.pickup-tabs__btn[aria-selected=false],
.pickup-tabs__btn-2[aria-selected=false],
.pickup-tabs__btn-3[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .pickup-tabs__btn[aria-selected=false]:hover,
  .pickup-tabs__btn-2[aria-selected=false]:hover,
  .pickup-tabs__btn-3[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.pickup-tabs__contents {
  border: 0.0625rem solid #2A933A;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.pickup-tabs__content-wrap,
.pickup-tabs__content-wrap-2,
.pickup-tabs__content-wrap-3 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pickup-tabs__content-wrap.js-show,
.pickup-tabs__content-wrap-2.js-show,
.pickup-tabs__content-wrap-3.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pickup-tabs__content {
  padding: 1.25rem 0.625rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.pickup-tabs__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.75rem;
  z-index: -1;
  background: url(/gastable/lp/img/bg-triangle-sp.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .pickup-tabs__content::before {
    background: url(/gastable/lp/img/bg-triangle.png) no-repeat center center/cover;
  }
}
.pickup-tabs__price.--red-circle {
  color: #ffffff;
  font-weight: bold;
  background: #FF0000;
  border-radius: 100vmax;
  width: 5.375rem;
  height: 5.375rem;
  line-height: 1;
  text-align: center;
  place-content: center;
  margin-inline: auto;
  letter-spacing: initial;
}
@media (min-width: 768px) and (max-width: 1025px) {
  _::-webkit-full-page-media, _:future, :root .pickup-tabs__price.--red-circle {
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .pickup-tabs__price.--red-circle {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.pickup-tabs__price.--red-circle .small {
  font-size: 0.8125rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .pickup-tabs__price.--red-circle .small {
    font-size: 0.9375rem;
  }
}
.pickup-tabs__price.--red-circle .large {
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  .pickup-tabs__price.--red-circle .large {
    font-size: 2.25rem;
  }
}
.pickup-tabs__price.--red-circle .medium1 {
  font-size: 1.625rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .pickup-tabs__price.--red-circle .medium1 {
    font-size: 1.75rem;
  }
}
.pickup-tabs__price.--red-circle .medium2 {
  font-size: 1.25rem;
  display: block;
}
@media (min-width: 768px) {
  .pickup-tabs__price.--red-circle .medium2 {
    font-size: 1.375rem;
  }
}

.pickup-tabs__item {
  border-bottom: 0.0625rem dashed #CCCCCC;
  padding-bottom: 0.9375rem;
}
.pickup-tabs__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .pickup-tabs__item:nth-child(n+2) {
    margin-top: initial;
  }
}

.pickup-tabs__item-title {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .pickup-tabs__item-title {
    text-align: left;
  }
}

.pickup-tabs__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pickup-tabs__item-inner.--main60 {
  padding-inline: 1.25rem;
}
.pickup-tabs__item-inner.--sub60 {
  margin-top: 0.625rem;
}
.pickup-tabs__item-inner.--sub75 {
  margin-top: 0.625rem;
}

.pickup-tabs__img-wrap {
  text-align: center;
}

.pickup-tabs__item-img {
  max-width: 100%;
}
.pickup-tabs__item-img.--topImg60 {
  width: 8.75rem;
}
@media (min-width: 768px) {
  .pickup-tabs__item-img.--topImg60 {
    width: 10rem;
  }
}
.pickup-tabs__item-img.--topImg75 {
  width: 10rem;
}
@media (min-width: 768px) {
  .pickup-tabs__item-img.--topImg75 {
    width: 11.25rem;
  }
}
.pickup-tabs__item-img.--img60 {
  width: 8.125rem;
}
.pickup-tabs__item-img.--img75 {
  width: 9rem;
}
.pickup-tabs__item-img img {
  width: 100%;
  height: 100%;
}

.pickup-tabs__price-wrap {
  margin-left: 0.9375rem;
}
@media (min-width: 768px) {
  .pickup-tabs__price-wrap {
    margin-left: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .pickup-tabs__price-body {
    margin-left: 0.625rem;
  }
}

.pickup-tabs__img-text {
  font-size: 0.875rem;
  font-weight: 500;
  border: 0.0625rem solid #212121;
  padding: 0.25rem 0.3125rem;
  line-height: 1.2;
  display: inline-block;
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .pickup-tabs__img-text {
    font-size: 1rem;
    padding: 0.3125rem;
    margin-top: 0.625rem;
  }
}

.pickup-tabs__price-text {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .pickup-tabs__price-text {
    font-size: 0.875rem;
  }
}

.pickup-tabs__price {
  color: #FF0000;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pickup-tabs__price {
    font-size: 1.875rem;
  }
}
.pickup-tabs__price .medium3 {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .pickup-tabs__price .medium3 {
    font-size: 1.125rem;
  }
}

.pickup-tabs__item-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .pickup-tabs__item-btn-wrap {
    margin-left: 0.625rem;
  }
}

.pickup-tabs__item-btn {
  display: inline-block;
  border: 0.0625rem solid #2A933A;
  border-radius: 0.3125rem;
  background: #ffffff;
  color: #2A933A;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  padding: 0.84375rem 0.25rem;
  white-space: nowrap;
  place-content: center;
}
@media (min-width: 768px) {
  .pickup-tabs__item-btn {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    padding: 0.5625rem;
  }
}
.pickup-tabs__item-btn.--green {
  background: #2A933A;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.84375rem 0.5625rem;
}
@media (min-width: 768px) {
  .pickup-tabs__item-btn.--green {
    font-size: 1rem;
  }
}
.pickup-tabs__item-btn.--high-grade {
  font-size: 0.875rem;
  padding-block: 0.875rem;
  width: 12.1875rem;
}
@media (min-width: 768px) {
  .pickup-tabs__item-btn.--high-grade {
    font-size: 1rem;
    width: 11.1875rem;
  }
}

.pickup__btn {
  margin-top: 0.9375rem;
  text-align: center;
}
.pickup__btn a {
  display: inline-block;
  color: #2A933A;
  font-size: 1rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
  font-weight: 500;
  text-indent: -0.625rem;
  text-align: center;
  padding: 0.53125rem;
  border: 0.0625rem solid #2A933A;
  border-radius: 0.3125rem;
  position: relative;
  width: 18.75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .pickup__btn a {
    padding: 0.625rem;
  }
}
.pickup__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.625rem;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-right: 2px solid #2A933A;
  border-bottom: 2px solid #2A933A;
  rotate: -45deg;
  display: inline-block;
}
@media (min-width: 768px) {
  .pickup__btn a::before {
    border-right: 2.5px solid #2A933A;
    border-bottom: 2.5px solid #2A933A;
  }
}

@media (min-width: 768px) {
  .pickup-tabs__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (22rem)[2];
    grid-template-columns: repeat(2, 22rem);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    margin-top: 0.9375rem;
    border-bottom: 0.0625rem dashed #CCCCCC;
  }
}
@media (min-width: 768px) {
  .pickup-tabs__items.--basicItems75 {
    -ms-grid-columns: (22.5625rem)[2];
    grid-template-columns: repeat(2, 22.5625rem);
  }
}
@media (min-width: 768px) {
  .pickup-tabs__items.--middleItems75 {
    -ms-grid-columns: (22.8125rem)[2];
    grid-template-columns: repeat(2, 22.8125rem);
  }
}
@media (min-width: 768px) {
  .pickup-tabs__items .pickup-tabs__item {
    border-bottom: initial;
  }
}

.ranking__point {
  background: #EBF6E7;
  padding-block: 1.625rem 2.875rem;
}
@media (min-width: 768px) {
  .ranking__point {
    padding-block: 1.75rem 2.8125rem;
  }
}
.ranking__point .ranking__inner {
  max-width: initial;
}

.ranking__point-title-wrap {
  text-align: center;
}

.ranking__point-title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-indent: 3.75rem;
  position: relative;
}
@media (min-width: 768px) {
  .ranking__point-title {
    font-size: 1.625rem;
  }
}
.ranking__point-title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 5%;
  background: url(/gastable/lp/img/good-icon.png) no-repeat center center/cover;
  width: 2.875rem;
  height: 3rem;
}

.ranking__point-items {
  position: relative;
  margin-top: 1rem;
  width: 80rem;
  max-width: 100%;
  margin-inline: auto;
}

.ranking__point-swiper1,
.ranking__point-swiper2,
.ranking__point-swiper3 {
  position: relative;
}
@media (min-width: 768px) {
  .ranking__point-swiper1::before,
  .ranking__point-swiper2::before,
  .ranking__point-swiper3::before {
    content: "";
    display: block;
    width: 12.5rem;
    height: 98.9%;
    position: absolute;
    top: 0;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgb(235, 246, 231)), color-stop(50%, rgba(235, 246, 231, 0)));
    background: linear-gradient(to right, rgb(235, 246, 231), rgba(235, 246, 231, 0) 50%);
    left: 0;
  }
  .ranking__point-swiper1::after,
  .ranking__point-swiper2::after,
  .ranking__point-swiper3::after {
    content: "";
    display: block;
    width: 12.5rem;
    height: 98.9%;
    position: absolute;
    top: 0;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgb(235, 246, 231)), color-stop(50%, rgba(235, 246, 231, 0)));
    background: linear-gradient(to left, rgb(235, 246, 231), rgba(235, 246, 231, 0) 50%);
    right: 0;
  }
}

.ranking__point-item {
  background: #ffffff;
  padding-block: 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(82, 94, 77, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(82, 94, 77, 0.2);
  height: auto;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .ranking__point-item {
    padding: 1.25rem;
    width: 19.375rem;
  }
}

.ranking__point-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ranking__point-container.--container2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .ranking__point-container.--container2 {
    padding-inline: initial;
  }
}
.ranking__point-container.--container3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking__point-container.--container3 .ranking__point-body {
  margin-top: 0.9375rem;
}

.ranking__point-head {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ranking__point-head {
    height: 2.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.ranking__point-body {
  padding-inline: 1.25rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .ranking__point-body {
    padding-inline: initial;
  }
}

.ranking__point-img {
  width: 19rem;
  max-width: 100%;
  margin-inline: auto;
}
.ranking__point-img img {
  width: 100%;
  height: 100%;
}

.ranking__point-text {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.625rem;
}

.ranking__point-pagination1 {
  bottom: -1.375rem !important;
}

.ranking__point-pagination2 {
  bottom: -1.375rem !important;
}

.ranking__point-pagination3 {
  bottom: -1.375rem !important;
}

.ranking__point-pagination1 .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #000000;
  margin: 0 0.125rem !important;
  opacity: 0.3;
}

.ranking__point-pagination2 .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #000000;
  margin: 0 0.125rem !important;
  opacity: 0.3;
}

.ranking__point-pagination3 .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #000000;
  margin: 0 0.125rem !important;
  opacity: 0.3;
}

.ranking__point-pagination1 .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

.ranking__point-pagination2 .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

.ranking__point-pagination3 .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

.ranking__point-prev1,
.ranking__point-prev2,
.ranking__point-prev3 {
  top: 50%;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .ranking__point-prev1,
  .ranking__point-prev2,
  .ranking__point-prev3 {
    left: 13%;
  }
}
.ranking__point-prev1::after,
.ranking__point-prev2::after,
.ranking__point-prev3::after {
  width: 1.875rem;
  height: 1.875rem;
  background: url(/gastable/lp/img/slide-prev.png) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .ranking__point-prev1:hover,
  .ranking__point-prev2:hover,
  .ranking__point-prev3:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.ranking__point-next1,
.ranking__point-next2,
.ranking__point-next3 {
  top: 50%;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .ranking__point-next1,
  .ranking__point-next2,
  .ranking__point-next3 {
    right: 13%;
  }
}
.ranking__point-next1::after,
.ranking__point-next2::after,
.ranking__point-next3::after {
  width: 1.875rem;
  height: 1.875rem;
  background: url(/gastable/lp/img/slide-next.png) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .ranking__point-next1:hover,
  .ranking__point-next2:hover,
  .ranking__point-next3:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.ranking__point-good {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.ranking__point-good-body {
  font-size: 0.75rem;
  font-weight: 400;
  background: #FFF368;
  padding: 0.625rem;
  color: #000000;
  margin-top: 0.625rem;
}
.ranking__point-good-body ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.66666;
}
.ranking__point-good-body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.ranking__point-concern {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.25rem;
}

.ranking__point-concern-body {
  background: #EBEBEB;
  padding: 0.625rem;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.ranking__point-concern-body ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.66666;
}
.ranking__point-concern-body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.ranking__point-bubble {
  background: #009084;
  border-radius: 0.625rem;
  padding: 0.625rem 0.625rem 0.625rem 2.8125rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: 16.875rem;
  max-width: 100%;
  margin-inline: auto;
}
.ranking__point-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  translate: 0 -50%;
  background: url(/gastable/lp/img/present-icon.png) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
}
.ranking__point-bubble::after {
  content: "";
  position: absolute;
  bottom: 0.0625rem;
  left: 35%;
  border-style: solid;
  border-width: 0.625rem 0.75rem 0 0;
  border-color: #009084 transparent transparent;
  translate: calc(-50% - 0.5px) 100%;
  -webkit-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.ranking__point-bubble span {
  color: #FFE900;
  font-weight: 900;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.ranking__products {
  padding-block: 2.8125rem 1.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .ranking__products {
    padding-block: 3.75rem 1.25rem;
  }
}
.ranking__products::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 50%;
  translate: -50%;
  width: 2.1875rem;
  height: 1.75rem;
  background: url(/gastable/lp/img/crown-icon.svg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .ranking__products::before {
    width: 2.5rem;
    height: 2rem;
    top: 7%;
  }
}
@media (min-width: 768px) {
  .ranking__products .ranking__products-inner {
    width: 60.625rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.ranking__products.--basic, .ranking__products.--high-grade {
  padding-block: 4.375rem 1.25rem;
}
@media (min-width: 768px) {
  .ranking__products.--basic, .ranking__products.--high-grade {
    padding-block: 7.1875rem 1.25rem;
  }
}
.ranking__products.--basic::before, .ranking__products.--high-grade::before {
  top: 9%;
}
@media (min-width: 768px) {
  .ranking__products.--basic::before, .ranking__products.--high-grade::before {
    top: 18%;
  }
}

.ranking__products-title {
  color: #B58C1B;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .ranking__products-title {
    font-size: 2rem;
  }
}
.ranking__products-title span {
  font-size: 1.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ranking__products-title span {
    font-size: 2.125rem;
  }
}
.ranking__products-title::before, .ranking__products-title::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.25rem;
  height: 1.3125rem;
}
.ranking__products-title::before {
  background: url(/gastable/lp/img/products-star-icon01.svg) no-repeat center center/cover;
  left: 5%;
}
@media (min-width: 768px) {
  .ranking__products-title::before {
    left: 31%;
  }
}
.ranking__products-title::after {
  background: url(/gastable/lp/img/products-star-icon02.svg) no-repeat center center/cover;
  right: 5%;
}
@media (min-width: 768px) {
  .ranking__products-title::after {
    right: 31%;
  }
}
.ranking__products-title.--basic::before {
  left: 14%;
}
@media (min-width: 768px) {
  .ranking__products-title.--basic::before {
    left: 35%;
  }
}
.ranking__products-title.--basic::after {
  right: 14%;
}
@media (min-width: 768px) {
  .ranking__products-title.--basic::after {
    right: 35%;
  }
}
.ranking__products-title.--high-grade::before {
  left: 9%;
}
@media (min-width: 768px) {
  .ranking__products-title.--high-grade::before {
    left: 33%;
  }
}
.ranking__products-title.--high-grade::after {
  right: 9%;
}
@media (min-width: 768px) {
  .ranking__products-title.--high-grade::after {
    right: 33%;
  }
}

.ranking__products-item {
  padding: 0.9375rem;
  border: 0.125rem solid;
  -o-border-image: linear-gradient(to bottom, #B58C1B, #F4EAAE, #B58C1B) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#B58C1B), color-stop(#F4EAAE), to(#B58C1B)) 1;
     border-image: linear-gradient(to bottom, #B58C1B, #F4EAAE, #B58C1B) 1;
}
@media (min-width: 768px) {
  .ranking__products-item {
    margin-top: 0.625rem;
  }
}

.ranking__products-head {
  background: #B58C1B;
  padding: 0.25rem 0.625rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .ranking__products-head {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

.ranking__products-content {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .ranking__products-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ranking__products-img {
  width: 20.3125rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ranking__products-img {
    width: 29.375rem;
    margin-top: initial;
  }
}
.ranking__products-img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .ranking__products-body {
    margin-left: 1.875rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ranking__buy {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  background: #EBF6E7;
  padding: 0.625rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .ranking__buy {
    font-size: 1.125rem;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.ranking__buy-number {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: initial;
  display: inline-block;
  margin-right: 0.125rem;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  .ranking__buy-number {
    font-size: 1.375rem;
  }
}

.ranking__products-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ranking__products-text {
    font-size: 1rem;
  }
}

.ranking__head {
  background: #ECF6E8;
  padding-block: 0.625rem 1.25rem;
  text-align: center;
  font-weight: bold;
  color: #236C18;
  position: relative;
}
@media (min-width: 768px) {
  .ranking__head {
    padding-block: 1.25rem;
  }
}
.ranking__head::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -0.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.125rem solid transparent;
  border-left: 1.125rem solid transparent;
  border-top: 1.9375rem solid #ECF6E8;
  border-bottom: 0;
}

.ranking__title-top {
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .ranking__title-top {
    font-size: 1.25rem;
  }
}
.ranking__title-top::before, .ranking__title-top::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
  height: 1.125rem;
}
.ranking__title-top::before {
  left: -1.875rem;
  background: url(/gastable/lp/img/grade-icon01.svg) no-repeat center center/contain;
}
.ranking__title-top::after {
  right: -1.875rem;
  background: url(/gastable/lp/img/grade-icon02.svg) no-repeat center center/contain;
}

.ranking__title {
  width: 21.5rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: -0.25rem;
}
@media (min-width: 768px) {
  .ranking__title {
    width: 25rem;
  }
}
.ranking__title img {
  width: 100%;
  height: 100%;
  aspect-ratio: 344/75;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ranking__title img {
    aspect-ratio: 400/87;
  }
}

.ranking__title-text {
  font-size: 0.875rem;
  margin-top: -0.9375rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .ranking__title-text {
    font-size: 1rem;
    margin-top: -1.25rem;
  }
}

.reason {
  background: #ebf6e7;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .reason {
    padding-bottom: 2.5rem;
  }
}
.reason .reason__inner {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .reason .reason__inner {
    padding-top: 4.375rem;
  }
}

.reason__list {
  width: 22.1875rem;
  max-width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  row-gap: 1.1875rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1.1875rem auto 1.1875rem auto 1.1875rem auto;
  grid-template-rows: repeat(4, auto);
      grid-template-areas: "reason1" "reason2" "reason3" "reason4";
}
@media (min-width: 768px) {
  .reason__list {
    width: 58.125rem;
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
    -ms-grid-columns: 1fr 1.1875rem 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
        grid-template-areas: "reason1 reason1" "reason2 reason2" "reason3 reason4";
  }
}

.reason__item {
  background: #ffffff;
  padding: 1.25rem 0.9375rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.reason__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: reason1;
}
.reason__item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: reason2;
}
.reason__item:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: reason3;
}
.reason__item:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: reason4;
}
@media (min-width: 768px){
  .reason__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .reason__item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .reason__item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reason__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) {
  .reason__item {
    padding: 1.25rem 1.875rem;
  }
  .reason__item:nth-child(3) {
    padding: 1.25rem 2rem;
  }
  .reason__item:nth-child(3) .reason__head::after {
    aspect-ratio: 395/33;
    background: url(/gastable/lp/img/reason-head-border-pc2.svg) center center/100% no-repeat;
  }
  .reason__item:nth-child(4) {
    padding: 0.75rem 1.9375rem;
  }
  .reason__item:nth-child(4) .reason__head::after {
    aspect-ratio: 395/33;
    background: url(/gastable/lp/img/reason-head-border-pc2.svg) center center/100% no-repeat;
  }
}

.reason__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .reason__head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8125rem;
  }
}
.reason__head::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 325/34;
  background: url(/gastable/lp/img/reason-head-border.svg) center center/100% no-repeat;
}
@media (min-width: 768px) {
  .reason__head::after {
    aspect-ratio: 870/33;
    background: url(/gastable/lp/img/reason-head-border-pc.svg) center center/100% no-repeat;
  }
}

.reason__head-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .reason__head-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}

.reason__head-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.125rem solid #2A933A;
  border-radius: 50%;
  width: 2.5625rem;
  height: 2.5625rem;
  aspect-ratio: 1/1;
}
.reason__head-icon span {
  font-family: "Inter", sans-serif;
  color: #2A933A;
  line-height: 1;
}
.reason__head-icon span:nth-child(1) {
  margin-top: 0.3125rem;
  text-transform: uppercase;
  font-size: 0.5625rem;
  font-weight: 900;
}
.reason__head-icon span:nth-child(2) {
  font-size: 1.125rem;
  font-weight: bold;
}

.reason__head-title {
  color: #2A933A;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .reason__head-title {
    font-size: 1.625rem;
    text-align: left;
  }
}

/* reason__point1
----------------------------------------*/
.reason__point1-list {
  margin-top: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.1875rem;
}
@media (min-width: 768px) {
  .reason__point1-list {
    margin-top: 0.9375rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 2.3125rem;
  }
}

.reason__point1-head {
  position: relative;
}
.reason__point1-head::before {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  translate: -50% 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #2A933A;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.reason__point1-title {
  background: #2A933A;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.025em;
  border-radius: 100vmax;
  padding: 0.3125rem 0.625rem;
}
@media (min-width: 768px) {
  .reason__point1-title {
    font-size: 1.125rem;
    letter-spacing: -0.0222222222em;
  }
}

.reason__point1-box {
  margin-top: 0.625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.reason__point1-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}

.reason__point1-body-title {
  color: #212121;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin: unset;
}
@media (min-width: 768px) {
  .reason__point1-body-title {
    font-size: 1.125rem;
  }
}

.reason__point1-body-item {
  font-size: 0.75rem;
  line-height: 1.2;
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.3em;
}
@media (min-width: 768px) {
  .reason__point1-body-item {
    font-size: 0.875rem;
  }
}
.reason__point1-body-item::before {
  content: "・";
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .reason__point1-body-item::before {
    font-size: 0.875rem;
  }
}

.reason__point1-thumb {
  width: 5.625rem;
  height: 5.625rem;
}
.reason__point1-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reason__point1-body-text {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .reason__point1-body-text {
    font-size: 0.875rem;
  }
}

/* reason__point2
----------------------------------------*/
.reason__point2-list {
  margin-top: 1.1875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .reason__point2-list {
    margin-top: 0.9375rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.reason__point2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3125rem;
}
@media (min-width: 768px) {
  .reason__point2-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ebf6e7;
    padding: 0.625rem;
    min-height: 10rem;
  }
}

.reason__point2-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.reason__point2-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}

.reason__point2-body-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .reason__point2-body-title {
    font-size: 1.125rem;
  }
}

.reason__point2-body-text {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .reason__point2-body-text {
    font-size: 0.875rem;
  }
}
.reason__point2-body-text span {
  color: #f00;
  font-weight: bold;
}

.reason__point2-thumb {
  width: 5.625rem;
  height: 5.625rem;
}
.reason__point2-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reason__point2-note {
  display: block;
  font-size: 0.5rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .reason__point2-note {
    font-size: 0.625rem;
  }
}

/* reason__point3
----------------------------------------*/
.reason__point3-box {
  margin-top: 0.9375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
}
@media (min-width: 768px) {
  .reason__point3-box {
    margin-top: 0.9375rem;
  }
}

.reason__point3-body-text {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .reason__point3-body-text {
    font-size: 0.875rem;
  }
}
.reason__point3-body-text span {
  color: #f00;
  font-weight: bold;
}

.reason__point3-thumb {
  width: 5.625rem;
  height: 5.625rem;
}
.reason__point3-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* reason__point4
----------------------------------------*/
.reason__point4-box {
  margin-top: 1.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media (min-width: 768px) {
  .reason__point4-box {
    margin-top: 1.0625rem;
  }
}

.reason__point4-body-text {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .reason__point4-body-text {
    font-size: 0.875rem;
  }
}

.reason__point4-thumb {
  width: 5.625rem;
  height: 5.625rem;
}
.reason__point4-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__point4-list {
  margin-top: 0.5rem;
  border-radius: 5px;
  background: #ebebeb;
  padding: 0.375rem 0.625rem;
}
@media (min-width: 768px) {
  .reason__point4-list {
    margin-top: 0.6875rem;
    padding: 0.5625rem 0.5625rem;
  }
}

.reason__point4-item {
  font-size: 0.75rem;
  line-height: 1.2;
  padding-left: 1.3em;
  text-indent: -1.6em;
}
@media (min-width: 768px) {
  .reason__point4-item {
    font-size: 0.9375rem;
    text-indent: -1.3em;
  }
}
.reason__point4-item::before {
  content: "・";
  font-size: 1rem;
}

.reason__point4-note {
  margin-top: 0.25rem;
  font-size: 0.5rem;
  line-height: 1.2;
  display: block;
}
@media (min-width: 768px) {
  .reason__point4-note {
    margin-top: 0.375rem;
    font-size: 0.625rem;
  }
}

.search {
  background: #ebf6e7;
  padding-block: 1.25rem 0.625rem;
}
@media (min-width: 768px) {
  .search {
    padding-block: 1.25rem 2.5rem;
    padding-bottom: 0;
  }
}

.search__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.search__head-hgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a933a;
}

.search__head-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .search__head-title {
    font-size: 2rem;
  }
}
.search__head-title:after {
  content: "";
  background: url(/gastable/lp/img/search-icon_green.png) center center/contain no-repeat;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.625rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .search__head-title:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.search__head-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .search__head-text {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
}

.search__head-note {
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .search__head-note {
    font-size: 1rem;
  }
}
.search__head-note strong {
  font-weight: 700;
}

.search__form-wrap {
  width: 22.1875rem;
  max-width: 100%;
  margin-inline: auto;
  background: #ffffff;
  margin-top: 1.875rem;
  padding-block: 0.9375rem 3.125rem;
}
@media (min-width: 768px) {
  .search__form-wrap {
    width: 58.125rem;
  }
}

.search__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  padding-inline: 0.9375rem;
}

.search__category-title {
  background: #2A933A;
  color: #ffffff;
  padding: 0.1875rem 0.625rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .search__category-title {
    padding: 0.25rem 0.625rem;
  }
}

.search__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8125rem 0.625rem;
}
@media (min-width: 768px) {
  .search__list {
    margin-top: 1.125rem;
    gap: 0.8125rem 0.75rem;
  }
}

.search__text {
  font-size: 1rem;
}

.search__price-range {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .search__price-range {
    margin-top: 1.3125rem;
  }
}

.search__price-range-separator {
  line-height: 1.2;
  margin-inline: 0.625rem;
}
@media (min-width: 768px) {
  .search__price-range-separator {
    font-size: 1rem;
  }
}

.search__price-range-unit {
  margin-left: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.search__price-range-note {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .search__price-range-note {
    font-size: 0.875rem;
  }
}

.search__price-range-input::-webkit-input-placeholder {
  color: #d1d1d1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.search__price-range-input::-moz-placeholder {
  color: #d1d1d1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.search__price-range-input:-ms-input-placeholder {
  color: #d1d1d1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.search__price-range-input::-ms-input-placeholder {
  color: #d1d1d1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.search__price-range-input::placeholder {
  color: #d1d1d1;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .search__price-range-input::-webkit-input-placeholder {
    font-size: 2rem;
  }
  .search__price-range-input::-moz-placeholder {
    font-size: 2rem;
  }
  .search__price-range-input:-ms-input-placeholder {
    font-size: 2rem;
  }
  .search__price-range-input::-ms-input-placeholder {
    font-size: 2rem;
  }
  .search__price-range-input::placeholder {
    font-size: 2rem;
  }
}

.search__result {
  background: #ffffff;
  border-top: 1px solid #bababa;
  padding-block: 2.5rem 0;
  padding-inline: 0.9375rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .search__result {
    padding-block: 2.375rem 0;
  }
}

.search__result-count {
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .search__result-count {
    font-size: 1rem;
  }
}

.search__result-count-number {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  display: inline-block;
  margin-inline: 0.4375rem;
}
@media (min-width: 768px) {
  .search__result-count-number {
    font-size: 2.125rem;
    margin-inline: 0.5rem;
  }
}

.search__submit-btns {
  margin-top: 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.9375rem;
}
.search__reset-btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #eaeaea;
  color: #797979;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 0.625rem;
  height: 2.5rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .search__reset-btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .search__reset-btn {
    font-size: 1.125rem;
    width: 9.25rem;
    height: 3.75rem;
  }
}

.search__submit-btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #2A933A;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 5px;
  height: 2.5rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .search__submit-btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .search__submit-btn {
    font-size: 1.25rem;
    height: 3.75rem;
  }
}
.search__submit-btn span {
  position: relative;
  padding-right: 1.25rem;
}
.search__submit-btn span:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0.3125rem;
  translate: 0 -50%;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  rotate: 45deg;
  pointer-events: none;
}

/*----------------------------------------
  Form Parts
----------------------------------------*/
/*各フォーム部品の基本スタイルを上書きします*/
input:is([type=text]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40%;
  height: 2.4375rem;
  padding: 0.3125rem 1.25rem;
  background-color: white;
  border: 1px solid #212121;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  input:is([type=text]) {
    width: 13.0625rem;
    height: 3.0625rem;
    padding: 0.3125rem 1.875rem;
    font-size: 2rem;
  }
}

/*エラー時*/
.is-error input:is([type=text]) {
  color: red;
  border-color: red;
}

/*checkbox
------------------------------------*/
input:is([type=checkbox]) {
  opacity: 0;
  position: absolute;
}

/*クリック範囲*/
input:is([type=checkbox]) + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
@media (any-hover: hover) {
  input:is([type=checkbox]) + span:hover {
    cursor: pointer;
  }
}

/*チェックボックススタイル*/
input[type=checkbox] + span:before,
input[type=checkbox]:checked + span:after {
  content: "";
  display: inline-block;
  position: absolute;
  line-height: 1;
}

input[type=checkbox] + span:before {
  left: 0;
  top: 58%;
  translate: 0 -50%;
  width: 1.2em;
  aspect-ratio: 1;
  border: 1px solid;
  background-color: white;
}

/*チェックボックスチェック時*/
input[type=checkbox]:checked + span:before {
  background-color: #2A933A;
  border-color: #2A933A;
}

input[type=checkbox]:checked + span:after {
  left: 0.4em;
  top: 15%;
  width: 0.5em;
  height: 1em;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  rotate: 45deg;
}

/*チェックボックス未チェック時*/
input[type=checkbox] + span:after {
  content: "";
  display: none;
}

.search__result-items {
  width: 100%;
  margin-inline: auto;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .search__result-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
    width: 58.125rem;
  }
}

.search__result-item {
  background: #ffffff;
  padding: 1.25rem;
}

.search__result-item-head {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .search__result-item-head {
    font-size: 1.375rem;
  }
}

.search__result-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625rem;
}

.search__result-item-img {
  width: 8.125rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .search__result-item-img {
    width: 9.375rem;
  }
}
.search__result-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.search__price-wrap {
  margin-left: 2.3125rem;
}
@media (min-width: 768px) {
  .search__price-wrap {
    margin-left: 1.25rem;
  }
}

.search__img-text {
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #212121;
  padding: 0.25rem 0.625rem;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 768px) {
  .search__img-text {
    font-size: 1rem;
  }
}

.search__price {
  font-size: 2.25rem;
  color: #FF0000;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .search__price {
    font-size: 1.875rem;
  }
}
.search__price .small {
  font-size: 1rem;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .search__price .small {
    font-size: 1.125rem;
  }
}
.search__price .small-en {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  text-indent: -0.3125rem;
}
.search__price .large {
  font-size: 2.375rem;
  font-family: "Inter", sans-serif;
  display: inline-block;
  text-indent: -0.3125rem;
}
.search__price.--sp {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .search__price.--sp {
    font-size: 1.875rem;
  }
}

.search__price-text {
  font-size: 0.75rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .search__price-text {
    font-size: 0.875rem;
  }
}

.search__result-item-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  margin-top: 0.9375rem;
}

.search__result-item-btn {
  display: inline-block;
  border: 0.0625rem solid #2A933A;
  border-radius: 0.3125rem;
  background: #ffffff;
  color: #2A933A;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  padding: 0.84375rem 0.25rem;
  white-space: nowrap;
  place-content: center;
  line-height: 1.4;
  max-width: 100%;
  width: 7.5rem;
}
@media (min-width: 768px) {
  .search__result-item-btn {
    font-size: 0.875rem;
    padding: 0.625rem 0.5625rem;
    width: 8.125rem;
  }
}
.search__result-item-btn.--green {
  background: #f1f1f0;
  color: #212121;
  font-size: 0.875rem;
  padding: 0.84375rem 0.5625rem;
  border-bottom: 0.1875rem solid #237B02;
  width: 11.875rem;
}
@media (min-width: 768px) {
  .search__result-item-btn.--green {
    font-size: 1rem;
    width: 17.5rem;
  }
}

.review-wrap {
  color: #757575;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-block: 0.625rem;
  margin-top: 0.625rem;
}
.review-wrap.--search-review {
  background: #EBF6E7;
  padding: 0.125rem 0.3125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review-wrap.--search-review .review {
  color: #212121;
}

.review,
.ukomiAvr_wrapper {
  color: #757575;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .review,
  .ukomiAvr_wrapper {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
  }
}

.review-number,
.ukomiAvr_wrapper span[data-review-name] {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-left: 0.1875rem;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  .review-number,
  .ukomiAvr_wrapper span[data-review-name] {
    font-size: 1.375rem;
  }
}

.review-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-wrap .review-summary-container {
  background-color: transparent;
}

.review-star {
  background: url(/gastable/lp/img/star.svg) no-repeat center center/cover;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .review-star {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.review-summary-container .ukomistarRatingSummarySection {
  cursor: default;
}

.review-summary-container .ukomistarRatingSummarySection .starRating span.highlight {
  color: unset;
}

.review-summary-container .ukomistarRatingSummarySection .starRating span.ukmcustomfont-ukm-full-star.highlight {
  content: url(/gastable/lp/img/star.svg);
  transform: scale(1.2);
}

.review-summary-container .ukomistarRatingSummarySection .starRating span.ukmcustomfont-ukm-half-star.highlight {
  content: url(/gastable/lp/img/half_star.svg);
  height: 15.1px;
  margin-left: 1px;
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .review-summary-container .ukomistarRatingSummarySection .starRating span.ukmcustomfont-ukm-half-star.highlight {
    height: 15px;
    margin-left: 2px;
    transform: unset;
  }
}

.review-summary-container .ukomistarRatingSummarySection .starRating span.ukmcustomfont-ukm-blank-star.highlight {
  content: url(/gastable/lp/img/blank_star.png);
  height: 15.1px;
  margin-left: 1px;
  margin-top: 0;
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .review-summary-container .ukomistarRatingSummarySection .starRating span.ukmcustomfont-ukm-blank-star.highlight {
    height: 13.2px;
    margin-left: 2px;
    margin-top: 1px;
    transform: unset;
  }
}

.ranking__products-body .review-wrap .review-summary-container .starRating .reviewNumber {
  color: #757575;
  font-size: 12px!important;
  font-weight: normal;
  letter-spacing: -0.03em;
  line-height: 1em;
  padding-left: 0;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .ranking__products-body .review-wrap .review-summary-container .starRating .reviewNumber {
    letter-spacing: -0.02em;
  }
}

.ranking__products-body .review-wrap .review-summary-container .starRating .reviewNumber:before {
  content: "（";
}

.ranking__products-body .review-wrap .review-summary-container .starRating .reviewNumber:after {
  content: "）";
}

.review-summary-container .ukomistarRatingSummarySection.tootip_show .ukomi_stars_rating_tooltip {
  opacity: 0;
}

.section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#42a733), to(#218912));
  background: linear-gradient(180deg, #42a733 0%, #218912 100%);
  padding-top: 0.3125rem;
  height: 6.875rem;
}
@media (min-width: 768px) {
  .section__title {
    height: 7.5rem;
  }
}
.section__title::before {
  content: "";
  position: absolute;
  width: 23.4375rem;
  height: 1.375rem;
  left: 0;
  top: calc(100% - 0.125rem);
  background: url(/gastable/lp/img/title-treat-sp.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .section__title::before {
    left: 50%;
    top: calc(100% - 0.1875rem);
    translate: -50%;
    width: 59.375rem;
    height: 2.0625rem;
    background: url(/gastable/lp/img/title-treat.svg) no-repeat center center/contain;
  }
}

.section__title-img {
  width: 5.625rem;
  height: 5.625rem;
}
.section__title-img img {
  width: 100%;
  height: 100%;
}

.reason__title {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media (min-width: 768px) {
  .reason__title {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.section__title-text {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .section__title-text {
    font-size: 1.9375rem;
    padding-right: 2.125rem;
  }
}

.reason__title-text {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  padding-right: initial;
}
@media (min-width: 768px) {
  .reason__title-text {
    font-size: 2rem;
    padding-right: 2.125rem;
  }
}
.reason__title-text::after {
  content: "";
  position: absolute;
  top: calc(50% + 1.0625rem);
  translate: 0 -50%;
  right: 1.5625rem;
  width: 1.375rem;
  height: 1.3125rem;
  background: url(/gastable/lp/img/reason-icon.png) center center/contain no-repeat;
}
@media (min-width: 768px) {
  .reason__title-text::after {
    width: 1.5625rem;
    height: 1.5rem;
    top: calc(50% + 0.0625rem);
    translate: 0 -50%;
    right: 0;
  }
}

.flow__title-text {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-right: 1.625rem;
}
@media (min-width: 768px) {
  .flow__title-text {
    font-size: 2rem;
    letter-spacing: 0.04em;
    padding-right: 2.125rem;
  }
}
.flow__title-text::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: url(/gastable/lp/img/flow-icon.png) center center/contain no-repeat;
}
@media (min-width: 768px) {
  .flow__title-text::after {
    width: 1.625rem;
    height: 1.625rem;
  }
}


/* お客様の声 */
.voice {
  background: #ebf6e7;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .voice {
    padding-bottom: 2.5rem;
  }
}

.voice__title-img {
  position: relative;
  width: 5.625rem;
  height: 5.625rem;
}
.voice__title-img img {
  width: 100%;
  height: 100%;
}
.voice__title-img::before, .voice__title-img::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 0.125rem;
  background: #ffffff;
  left: 7rem;
  z-index: 1;
}
.voice__title-img::before {
  rotate: -10deg;
  top: 1.1875rem;
}
.voice__title-img::after {
  rotate: 10deg;
  bottom: 1.1875rem;
}

.voice__title-text::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  right: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(/gastable/lp/img/voice-icon.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .voice__title-text::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.voice__inner {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .voice__inner {
    padding-top: 4.375rem;
  }
}

.voice__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .voice__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    width: 58.125rem;
    margin-inline: auto;
  }
}

.voice-card {
  padding: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  border-radius: 0.3125rem;
  background: #ffffff;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.0625rem 0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.2);
  min-height: 14.6875rem;
}
@media (min-width: 768px) {
  .voice-card {
    min-height: 20rem;
  }
}

.voice-card__head {
  position: relative;
  height: 1.6875rem;
}
@media (min-width: 768px) {
  .voice-card__head {
    height: 1.9375rem;
  }
}
.voice-card__head.--new::after {
  content: "new";
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  width: 2.4375rem;
  height: 1.5625rem;
  background: #f00;
  padding: 0.3125rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .voice-card__head.--new::after {
    width: 2.75rem;
    height: 1.6875rem;
    font-size: 0.875rem;
  }
}

.voice-card__date {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  translate: 0 -0.4375rem;
}
@media (min-width: 768px) {
  .voice-card__date {
    font-size: 0.875rem;
  }
}

.voice-card__address {
  translate: 0 -0.6875rem;
  color: #212121;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .voice-card__address {
    font-size: 0.75rem;
  }
}

.voice-card__image {
  width: 9.6875rem;
  height: 5.2925rem;
}
@media (min-width: 768px) {
  .voice-card__image {
    width: 17.5rem;
    height: 9.560625rem;
  }
}
.voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice-card__body {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1666666667;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media (min-width: 768px) {
  .voice-card__body {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    -webkit-line-clamp: 4;
  }
}
/*# sourceMappingURL=style.css.map */










/* ============================== 
      絞り込み検索用css 
============================== */
/* /gastable/search/css/gastable_search.css より */
.product_filter_series_wrapper{
  display: none;
}
.product_filter_series_wrapper .product_filter_seriesBlock{
  display: none;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn {
  width: fit-content;
  box-sizing: border-box;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list {
  display: flex;
  flex-wrap: wrap;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list {
  flex-wrap: nowrap;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
  min-width: calc(100% / 3);
  box-sizing: border-box;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
  min-width: 50%;
  width: fit-content;
  box-sizing: border-box;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
  white-space: nowrap;
  flex-wrap: nowrap;
}
.un_shared_search_product_filter_options.product_filter_seriesBlock {
  display: none;
}
.product_filter_seriesBlock table tbody tr td {
  width: 100%;
}

.un_shared_search_tablecol4 tbody tr td figure img {
  width: 100%;
  height: auto;
}
.product_filter_result_wrapper .product_filter_result_cardBox .product_filter_result_item a .product_filetr_result_detail .product_filter_result_item_priceArea .product_filter_result_priceBlock .ukomi_stars_rating_tooltip{
  left: -114.5px;
}
.product_filter_campaign_cautionTxt {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
    width: 50%;
    justify-content: flex-start;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
    flex-direction: column;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label,
  .product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label .check {
    top: -2px;
    bottom: auto;
  }
  /* teble内 */
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options table tbody tr td .product_filter_options_list {
    flex-direction: column;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options table tbody tr td .product_filter_options_list .product_filter_option_wrapper {
    width: 100%;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options table tbody tr td .product_filter_options_list .product_filter_option_wrapper .input-container label {
    flex-direction: row;
  }
}
/* /gastable/search/css/gastable_search.css より --ここまで-- */



.search__head + .un_shared_search_product_filter_wrapper {
  margin-top: 24px;
}

.bl_modalFrame {
  font-size: 14px;
}
.un_shared_search_product_filter_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
} 
.un_shared_search_product_filter_wrapper .product_filter_form_wrapper {
  background: #fff;
  max-width: 100%;
  width: 950px;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
  box-sizing: border-box;
  font-size: 18px;
  padding: 18px 10px 0;
}
.un_shared_search_product_filter_wrapper .product_filter_form_wrapper .un_shared_search_product_filter_row {
  background: #fff;
  border: none;
  padding: 20px 10px 0 10px;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_label {
  align-items: center;
  background: #f1f1f0;
  color: #212121;
  line-height: 1.3em;
  padding: 10px;
}
.product_filter_option_wrapper .input-container label > span[id], .product_filter_sub_option_wrapper .input-container label > span[id] {
  font-size: 14px;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_label img {
  height: auto;
  width: 35px;
}
.product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_label .un_shared_search_product_filter_label_annotation {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2em;
  margin-left: 10px;
}
.un_shared_search_product_filter_options .product_filter_option_wrapper {
  width: unset;
}
.un_shared_search_product_filter_options .product_filter_option_wrapper .input-container label .check,
.un_shared_search_product_filter_options .product_filter_sub_option_wrapper .input-container label .check {
  border: 2px solid #212121;
}
.un_shared_search_product_filter_options .product_filter_option_wrapper .input-container input:checked ~ label .check,
.un_shared_search_product_filter_options .product_filter_sub_option_wrapper .input-container input:checked ~ label .check {
  border: none;
}
.product_filter_option_wrapper .input-container label .check:after,
.product_filter_sub_option_wrapper .input-container label .check:after {
  height: 14px;
  width: 8px;
}
.product_filter_sub_options {
  padding: 15px 10px 0 0;
}
.un_shared_search_product_filter_wrapper input[type="text"],
.product_filter_wrapper input[type="text"] {
  margin: 5px 10px 0 10px;
  border-radius: 0;
  border: 1px solid #212121;
}
.product_filter_sub_options + .un_shared_search_product_filter_options_annotation {
  margin-top: 2px;
}
.un_shared_search_product_filter_options .un_shared_search_product_filter_options_annotation {
  padding-left: 10px;
}
.product_filter_form_wrapper #button_box {
  border-top: 1px solid #bababa;
  margin-top: 20px;
  position: static;
}
.product_filter_form_wrapper .product_filter_row.product_filter_footer {
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  padding: 15px 15px 40px;
}
.product_filter_form_wrapper .product_filter_row.product_filter_footer span.footer_info_text {
  margin-right: 0;
  text-align: center;
}
.product_filter_form_wrapper .product_filter_row.product_filter_footer .product_filter_footer_btns {
  border: none;
  display: flex;
  margin-top: 10px;
  width: 100%;
}
.product_filter_footer .product_filter_allReset {
  margin: 0 20px 0 0;
}
.product_filter_footer .product_filter_allReset a {
  border-radius: 5px;
  display: block;
  font-weight: bold;
}
.product_filter_footer .product_filter_allReset a span {
  color: #797979;
}
.product_filter_form_wrapper .product_filter_row.product_filter_footer .product_filter_footer_btns button.search_button {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
}
.product_filter_form_wrapper .product_filter_row.product_filter_footer .product_filter_footer_btns button.search_button:after {
  font-weight: normal;
}
.product_filter_result_wrapper {
  margin: 20px 0 0;
  position: relative;
}
.product_filter_result_wrapper .big-arrow::before,
.product_filter_result_wrapper .big-arrow::after {
  height: 53.5px;
  width: 53.5px;
}
.product_filter_head .total_records {
  display: none;
}

/* 検索結果 */
.product_filter_result_wrapper.result_twoColumn .product_filter_head .sort_area {
  display: none;
}
.product_filter_result_wrapper.result_twoColumn .product_filetr_result_detail {
  padding: 10px;
}
.product_filter_result_wrapper.result_twoColumn .product_filter_result_item a {
  padding: 0;
}
.product_filter_result_wrapper.result_twoColumn .product_filter_result_item_image img {
  height: unset;
  width: auto;
  margin: 0 auto;
  max-height: 220px;
}
.product_filter_result_wrapper.result_twoColumn .review-wrap {
  justify-content: flex-end;
}
.product_filter_result_wrapper.result_twoColumn .product_filter_result_item {
  background: #fff;
  margin: 10px 0;
  width: 100%;
}
.product_filter_result_wrapper.result_twoColumn .product_filter_result_item + .product_filter_result_item {
  margin-left: 0;
}
.product_filter_result_wrapper.result_twoColumn .product_filter_result_item_combined_price {
  margin-bottom: 0;
}
.product_filter_result_wrapper.result_twoColumn .product_filter_result_cardBox {
  box-sizing: border-box;
  justify-content: flex-start;
  padding-bottom: 135px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100vw;
  max-width: 1110px;
}
.product_filter_result_wrapper.result_twoColumn .center {
  bottom: 70px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 2;
  width: 100%;
}
.product_filter_result_wrapper.result_twoColumn .center .pagination {
  margin: unset;
  padding: 0;
}
.product_filter_result_wrapper.result_twoColumn .center .pagination a {
  background: #fff;
}
.product_filter_result_wrapper.result_twoColumn .center .pagination a.active {
  background-color: var(--dekiruGreen);
  border: var(--dekiruGreen);
  padding: 9px 16px 8.5px;
}
footer.footer {
  position: relative;
}
footer.footer:before {
  display: none;
}

@media (min-width: 768px) {
  .product_filter_result_wrapper.result_twoColumn .product_filter_result_item {
    width: calc((100% - 20px) / 3);
  }
  .product_filter_result_wrapper.result_twoColumn .product_filter_result_item + .product_filter_result_item {
    margin-left: 10px;
  }
  .product_filter_result_wrapper.result_twoColumn .product_filter_result_item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .un_shared_search_product_filter_wrapper .product_filter_form_wrapper .un_shared_search_product_filter_row {
    padding: 10px 10px 0 10px;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_label img {
    width: 60%;
  }
  .product_filter_sub_options {
    padding: 10px 10px 0 0;
  }
  .product_filter_allReset.reset-btn {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    width: fit-content;
  }
  .product_filter_footer .product_filter_allReset a {
    border-radius: 5px;
    color: #797979;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
  }
  .product_filter_row.product_filter_footer button.search_button {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 0 5px;
    max-height: 40px;
    padding: 10px;
    width: unset;
  }
  .product_filter_row.product_filter_footer button.search_button:after {
    font-weight: normal;
  }
  .big-arrow {
    margin-top: 25px;
  }
  .product_filter_head {
    margin-top: 0;
  }
  .product_filter_result_wrapper.result_twoColumn {
    margin: 0;
  }
  .un_shared_search_table_btn {
    margin: 20px 0;
  }

  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options {
    padding-bottom: 10px;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper {
    max-width: 50%;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label,
  .product_filter_form_wrapper .un_shared_search_product_filter_row.un_shared_search_product_filter_twoColumn .un_shared_search_product_filter_childColumn .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
    line-height: 1.3em;
  }
  .product_filter_form_wrapper .un_shared_search_product_filter_row .un_shared_search_product_filter_options .product_filter_options_list .product_filter_option_wrapper .input-container label {
    flex-direction: row;
  }
  .un_shared_search_product_filter_wrapper .product_filter_form_wrapper {
    width: 100%;
  }
  .un_shared_search_product_filter_options .un_shared_search_product_filter_options_annotation {
    font-size: 12px;
    padding-left: 8px;
  }
  .product_filter_form_wrapper .product_filter_row.product_filter_footer {
    margin: 0 auto;
  }
  .product_filter_form_wrapper .product_filter_row.product_filter_footer .product_filter_footer_btns {
    flex-direction: row;
  }
  .searchModal_title {
    padding: 5px;
  }
  .un_shared_search_tablecol1 img,
  .un_shared_search_tablecol2 img,
  .un_shared_search_tablecol3 img,
  .un_shared_search_tablecol4 img {
    height: auto;
    max-width: 100%;
  }
  #reset_price {
    float: unset;
    font-size: 12px;
    margin-left: 10px;
  }
  #button_box {
    margin-top: 10px;
  }
  .product_filter_result_wrapper.result_twoColumn .center {
    bottom: 20px;
  }
  .product_filter_result_wrapper.result_twoColumn .product_filetr_result_detail {
    margin: 0 0 5px;
  }
  .product_filter_result_wrapper.result_twoColumn .product_filter_result_cardBox {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    width: unset;
  }
  .product_filter_result_wrapper.result_twoColumn .product_filter_result_item_image {
    height: unset;
  }
  .product_filter_result_wrapper.result_twoColumn .product_filter_result_item_image img {
    height: unset;
    max-height: unset;
    width: 80%;
  }
  .product_filter_result_wrapper.result_twoColumn .center .pagination a {
    font-size: 14px;
    padding: 0;
    width: 25px;
  }
  .product_filter_result_wrapper.result_twoColumn .center .pagination a.active {
    padding: 0;
  }
  footer.footer:before {
    height: 50px;
    top: -60px;
  }
}



/* ----- モーダル用一部css ----- */
.un_gastableLp_searchModal_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: calc(100% / 3);
}
.un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card:nth-child(n+4) {
  margin-top: 20px;
}
.un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card + .un_gastableLp_searchModal_cardUnit_card:not(:nth-child(3n+4)) {
  border-left: none;
}
.un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card .un_gastableLp_searchModal_cardUnit_card_ttl {
  background: var(--secondBgColor);
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 15px;
  text-align: center;
}
.un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card .un_gastableLp_searchModal_cardUnit_card_inner {
  padding: 10px;
}
.un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card .un_gastableLp_searchModal_cardUnit_card_inner figure.un_gastableLp_searchModal_cardUnit_card_inner_img img {
  height: auto;
}
.un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card .un_gastableLp_searchModal_cardUnit_card_inner .un_gastableLp_searchModal_cardUnit_card_inner_img + .un_gastableLp_searchModal_cardUnit_card_inner_txt {
  margin-top: 5px;
}

.el_checkList>li::after {
  top: calc(50% - 4px);
  left: 6px;
  width: 10px;
  height: 6px;
}


@media screen and (max-width: 640px) {
  .un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card {
    width: calc(100% / 2);
  }
  .un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card:not(:nth-child(3n+4)):not(:nth-child(2n)) {
    border-left: 1px solid #ccc;
  }
  .un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card:nth-child(n+3) {
    border-top: none;
  }
  .un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card:nth-child(n+4) {
    margin-top: 0;
  }
  .un_gastableLp_searchModal_cardUnit .un_gastableLp_searchModal_cardUnit_card:nth-child(2n) {
    border-left: none;
  }

  .el_checkList>li::after {
    height: 6px;
    top: calc(50% - 4px);
    left: 6px;
    width: 10px;
  }
}
/* / --モーダル用一部css-- */