@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #334758;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}

/*モバイルのみ表示*/

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main {
  overflow-x: clip;
}

html {
  /* ベースのフォントサイズ */
  font-size: 16px;
  /* スマートフォン 375px以下 */
  /* タブレット 376px~inner */
  /* PC inner以上 */
}

*,
*::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;
  padding: 0;
}

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

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

/* 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 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* 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;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

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

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

/*addressタグのフォントリセット*/
address {
  font-style: normal;
}

/* file: _about-concept.scss */
.about-concept {
  z-index: 2;
  position: relative;
  margin-top: 6.5rem;
}

.about-concept__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;
  gap: 2.5rem;
}

/* 画像エリア */
.about-concept__images {
  position: relative;
  width: 76.1194029851%;
  margin-inline: auto;
}

.about-concept__image01 {
  z-index: -1;
  aspect-ratio: 255/170;
  min-width: 15.9375rem;
  max-width: 100%;
}

.about-concept__image02,
.about-concept__image03 {
  position: absolute;
}

/* 小画像のオーバーラップ配置（装飾ではないのでimgのまま） */
.about-concept__image02 {
  bottom: -2.625rem;
  left: -2.1875rem;
  aspect-ratio: 133/88;
  width: 52.1568627451%;
  max-width: 100%;
  -webkit-transform: rotate(-5.9999999402deg);
          transform: rotate(-5.9999999402deg);
}

.about-concept__image03 {
  top: -4.75rem;
  right: -2.25rem;
  aspect-ratio: 169/112;
  width: 66.2745098039%;
  max-width: 100%;
  -webkit-transform: rotate(3.0000000135deg);
          transform: rotate(3.0000000135deg);
}

.about-concept__text {
  margin-top: 3.0625rem;
}

.about-concept__lead {
  display: grid;
  margin-top: 1.5rem;
  gap: 1.5rem;
}

.about-concept__lead-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

.ashirai {
  position: relative;
}
.ashirai::before {
  position: absolute;
  aspect-ratio: 375/588;
  width: 106%;
  height: auto;
  content: "";
  -webkit-mask: url("../images/ashirai_sp.svg") no-repeat center;
          mask: url("../images/ashirai_sp.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("../images/ashirai_sp.svg") no-repeat center;
  -webkit-mask-size: contain;
  z-index: -1;
  top: 3.1875rem;
  left: 50%;
  translate: -50% 0;
  background-color: #72c5c9;
  pointer-events: none;
}

.ashirai.ashirai--lineup::before {
  mask: url("../images/ashirai_sp_lineup.svg") no-repeat center;
  -webkit-mask: url("../images/ashirai_sp_lineup.svg") no-repeat center;
}

.ashirai.ashirai--light-blue::before {
  background-color: #adebef;
}

.btn {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16.375rem;
  padding: 0.5rem 2.5rem;
  overflow: visible; /* Safari用：擬似要素の表示を確保 */
  border-radius: 2.5rem;
  background-color: #334758;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn--sp-nav {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6875rem 2.5rem;
}

.btn.btn--black {
  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;
}

.btn__text {
  display: inline-block;
}

.btn__text.btn__text--info {
  margin-right: 3.25rem;
}

.btn__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -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;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn__arrow::before {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3d4f5c;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn--melon {
  min-width: 13.75rem;
  padding-block: 0.875rem;
  border-radius: 2.5rem;
}

.btn.btn--miyakojima {
  padding-inline: 2.125rem 3.75rem;
  background-color: #00b4bd;
}

.btn.btn--white {
  background-color: #fff;
  color: #334758;
}

.btn__text.btn__text--melon {
  position: relative;
  overflow: visible; /* Safari用：擬似要素のオーバーフローを許可 */
  line-height: 1.4444444444;
}
.btn__text.btn__text--melon::before {
  z-index: 1; /* Safari用：確実に表示されるように */
  position: absolute;
  top: 50%;
  right: -2.9375rem;
  width: 1.9375rem;
  height: 2.25rem;
  -webkit-transform: translateY(-56%);
          transform: translateY(-56%);
  border: none;
  background-image: url("../images/melon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  will-change: transform; /* Safari用：GPUアクセラレーション */
}

.btn__text.btn__text--miyakojima::before {
  right: -2.9375rem;
}
.contact-form {
  display: grid;
  gap: 1.875rem;
}

.contact-form__group {
  display: grid;
  gap: 0.5rem;
}

.contact-form__label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-form__required {
  color: #911111;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
}

.contact-form__control,
.contact-form__select,
.contact-form__textarea {
  inline-size: 100%;
  padding: 0.6875rem 0.875rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  font-size: 1rem;
  line-height: 24/16;
}
.contact-form__control::-webkit-input-placeholder, .contact-form__select::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
  color: #bababa;
  opacity: 1;
}
.contact-form__control::-moz-placeholder, .contact-form__select::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
.contact-form__control:-ms-input-placeholder, .contact-form__select:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
  color: #bababa;
  opacity: 1;
}
.contact-form__control::-ms-input-placeholder, .contact-form__select::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
  color: #bababa;
  opacity: 1;
}
.contact-form__control::placeholder,
.contact-form__select::placeholder,
.contact-form__textarea::placeholder {
  color: #bababa;
  opacity: 1;
}
.contact-form__control::-webkit-input-placeholder,
.contact-form__select::-webkit-input-placeholder,
.contact-form__textarea::-webkit-input-placeholder {
  color: #bababa;
}
.contact-form__control::-moz-placeholder,
.contact-form__select::-moz-placeholder,
.contact-form__textarea::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
.contact-form__control:-ms-input-placeholder,
.contact-form__select:-ms-input-placeholder,
.contact-form__textarea:-ms-input-placeholder {
  color: #bababa;
}
.contact-form__control:-moz-placeholder,
.contact-form__select:-moz-placeholder,
.contact-form__textarea:-moz-placeholder {
  color: #bababa;
  opacity: 1;
}

.contact-form__select {
  color: #bababa !important;
}
.contact-form__select option {
  color: #334758 !important;
}
.contact-form__select option:first-child, .contact-form__select option[value=""] {
  color: #bababa !important;
}
.contact-form__select[style*="color: rgb(51, 71, 88)"], .contact-form__select[style*="color: #334758"] {
  color: #334758 !important;
}
.contact-form__select[style*="color: rgb(186, 186, 186)"], .contact-form__select[style*="color: #bababa"] {
  color: #bababa !important;
}

.contact-form__textarea {
  min-block-size: 16.25rem;
}

.contact-form__submit {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  text-align: center;
}

.contact-form__btn {
  margin-top: 1.375rem;
  text-align: center;
}

.contact-form__btn .btn {
  display: inline-block;
}

.contact-form__btn .btn input {
  color: #334758;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.375rem;
          margin-block-start: 0.375rem;
  color: #d93025;
  font-size: 0.75rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0.75rem 0 0;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
}

.wpcf7-spinner {
  display: none;
}

.contact-form__row {
  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: 1rem;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}

.cta {
  z-index: 2;
  position: relative;
}

.cta__inner {
  position: relative;
}

.cta__inner::before {
  z-index: 1;
  position: absolute;
  top: -2.8125rem;
  left: 50%;
  width: 8.5rem;
  height: 3.59375rem;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  translate: -50% 0;
  background-image: url(../images/cta_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.cta__wrap {
  display: grid;
  position: relative;
  padding-block: 2.5rem 4.4375rem;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #aed580), color-stop(50%, #9ccc65));
  background: linear-gradient(180deg, #aed580 50%, #9ccc65 50%);
}

/* 左右の飾りメロン（装飾画像は擬似要素で） */
.cta__wrap::before {
  position: absolute;
  top: -2.5rem;
  left: -2.625rem;
  inline-size: 8.25rem;
  block-size: 8.5rem;
  -webkit-transform: rotate(-17.19deg);
          transform: rotate(-17.19deg);
  background: url("../images/deco-melon-left.webp") no-repeat center/contain;
  content: "";
  pointer-events: none;
}

.cta__wrap::after {
  position: absolute;
  right: -2.5rem;
  bottom: -2.875rem;
  inline-size: 9.25rem;
  block-size: 11.0625rem;
  background: url("../images/deco-melon-right.webp") no-repeat center/contain;
  content: "";
  pointer-events: none;
}

.cta__item {
  text-align: center;
}

.cta__item + .cta__item {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.cta__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.cta__lead {
  margin-top: 1.375rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}

.cta__btn {
  z-index: 10; /* z-indexを上げて確実に最前面に */
  position: relative;
  margin-top: 1.5rem;
  overflow: visible; /* Safari用：ボタン内のオーバーフローを許可 */
}

.farm-daily {
  margin-top: 3.25rem;
}

.farm-daily__title {
  text-align: center;
}

.farm-daily__slider {
  padding-top: 3.125rem;
}

.farm-daily__slider .slider__card:nth-child(even) img {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.fixed-melon {
  z-index: 10000;
  position: fixed;
  bottom: -4.625rem;
  left: 50%;
  width: 132.5333333333%;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fixed-melon__img {
  display: block;
  width: 100%;
  height: auto;
}

.fixed-melon-top__img {
  display: block;
  width: 100%;
  height: auto;
}

.js-sp-nav-only {
  visibility: hidden !important;
  -webkit-transform: translateX(-50%) translateY(20px) !important;
          transform: translateX(-50%) translateY(20px) !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease !important;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}
.js-sp-nav-only.js-sp-nav-visible {
  visibility: visible !important;
  -webkit-transform: translateX(-50%) translateY(0) !important;
          transform: translateX(-50%) translateY(0) !important;
  opacity: 1 !important;
}
.js-sp-nav-only.fixed-melon-top {
  -webkit-transform: translateX(-50%) translateY(-20px) !important;
          transform: translateX(-50%) translateY(-20px) !important;
}
.js-sp-nav-only.fixed-melon-top.js-sp-nav-visible {
  -webkit-transform: translateX(-50%) translateY(0) !important;
          transform: translateX(-50%) translateY(0) !important;
}

.footer {
  margin-top: -4.1875rem;
  padding-bottom: 3.75rem;
  overflow-x: clip;
  background-color: #00b4bd;
  color: #fff;
}

.footer__inner {
  position: relative;
}

.footer__content {
  margin-top: 2.9375rem;
}

.footer__logo {
  width: 5.9375rem;
}

.footer__text {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
}

.footer__copyright {
  margin-top: 4.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  opacity: 0.9;
}

.footer__copyright small {
  font-size: 1rem;
}

.footer__image {
  position: absolute;
  right: -2.375rem;
  bottom: -4.8125rem;
  width: 61.1940298507%;
  max-width: 12.8125rem;
}

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -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;
  padding: 0;
  gap: 0.125rem;
  border: none;
  background: none;
  cursor: pointer;
}

.hamburger__icon {
  width: 1.75rem;
  height: 2.0625rem;
}

.hamburger__text {
  color: #7cb342;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}

body.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.625rem;
  margin-top: 1rem;
}

.header__inner,
.header__bar,
.header__nav,
.header__nav-items,
.header__nav-item {
  height: inherit;
}

.header__bar {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1rem 1.5rem;
  border-radius: 3.125rem;
  background: rgba(255, 255, 255, 0.77);
}

.header__bar.header__bar--bg {
  background: #eaf5ff;
}

.header__inner:has(.sp-nav.is-openSP) .header__bar {
  z-index: 9999;
  position: relative;
  background: #fff;
}

.header__logo {
  z-index: 9999;
  position: relative;
}

.header__logo img {
  display: block;
  width: 3rem;
  height: auto;
}

.header__nav-items {
  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: 2.375rem;
}

.header__nav-item {
  display: grid;
  position: relative;
  place-items: center;
}

.slide-in-img {
  position: relative;
  overflow: hidden;
}
.slide-in-img::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slide-in-img.is-visible::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-in-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slide-in-img.is-visible img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*アイコン*/
.icon {
  display: grid;
  gap: 0.5rem;
}

.icon__item {
  position: relative;
  padding-left: 2rem;
}

.icon__item a {
  color: #334758;
}

.icon__item::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.icon__item.icon__item--map::before {
  background-image: url(../images/common/map-icon.svg);
}

.icon__item.icon__item--tel::before {
  background-image: url(../images/common/tel-icon.svg);
}

.icon__item.icon__item--mail::before {
  background-image: url(../images/common/mail-icon.svg);
}

.infinite-scroll {
  position: relative;
  white-space: nowrap;
}

.infinite-scroll__track {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-animation: scroll-infinite 20s linear infinite;
          animation: scroll-infinite 20s linear infinite;
}

.infinite-scroll__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -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;
}
.infinite-scroll__item img {
  display: block;
  width: 100%;
  width: 7.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}

@-webkit-keyframes scroll-infinite {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-infinite {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.infinite-scroll:hover .infinite-scroll__track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.info__container {
  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: 1.875rem;
  grid-gap: 1.875rem; /* Safari互換性のためのフォールバック */
}

.info__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
}

.info__title.info__title--blue {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 0.3125rem;
  background-color: #00b4bd;
  color: #fff;
}

.info__texts {
  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;
  margin-top: 1.5rem;
  gap: 0.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.info__btn {
  margin-top: 1.5rem;
}

.info__media {
  aspect-ratio: 335/202;
  margin-top: 1.5rem;
}

.info__media img,
.info__media iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.inner {
  width: 100%;
  max-width: 30rem;
  margin-inline: auto;
  padding-inline: 20px;
}

.logo {
  width: 3.75rem;
}

.logo__header {
  display: block;
  position: relative;
}

.logo__header:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

body.js-fixed .logo__header:before {
  z-index: 1;
}

.naname-img {
  display: block;
  position: relative;
}

.naname-img.naname-img--top {
  top: -1px;
}

.naname-img.naname-img--icon::before {
  position: absolute;
  right: -1.375rem;
  bottom: -1.6875rem;
  width: 16.0625rem;
  height: 7rem;
  background-image: url(../images/naname_melon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.naname-img.naname-img--bottom {
  bottom: -1px;
}

.nav-item a {
  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;
  color: #334758;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-item__text {
  display: inline-block;
  position: relative;
  padding-left: 2.25rem;
}

.nav-item__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 2.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/melon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.scroll-animation {
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-animation.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.scroll-animation[data-delay] {
  -webkit-transition-delay: calc(var(--delay, 0) * 1ms);
          transition-delay: calc(var(--delay, 0) * 1ms);
}

.scroll-animation--fade {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.scroll-animation--fade.is-animated {
  opacity: 1;
}

.scroll-animation--slide-left {
  -webkit-transform: translateX(-3.125rem);
          transform: translateX(-3.125rem);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-animation--slide-left.is-animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.scroll-animation--slide-right {
  -webkit-transform: translateX(3.125rem);
          transform: translateX(3.125rem);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-animation--slide-right.is-animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.scroll-animation--scale {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.scroll-animation--scale.is-animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scroll-animation--rotate {
  -webkit-transform: rotate(-10deg) scale(0.9);
          transform: rotate(-10deg) scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.scroll-animation--rotate.is-animated {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
}

.scroll-animation--delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.scroll-animation--delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.scroll-animation--delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.scroll-animation--delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.scroll-animation--delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.scroll-animation--slow {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

.scroll-animation--fast {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.scroll-animation-group .scroll-animation:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.scroll-animation-group .scroll-animation:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.scroll-animation-group .scroll-animation:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.scroll-animation-group .scroll-animation:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.scroll-animation-group .scroll-animation:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.scroll-animation-group .scroll-animation:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fixed-melon--fade-in {
  -webkit-transform: translateX(-50%) translateY(1.25rem) scale(0.95);
          transform: translateX(-50%) translateY(1.25rem) scale(0.95);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixed-melon--fade-in.is-visible {
  -webkit-transform: translateX(-50%) translateY(0) scale(1);
          transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
}
.fixed-melon--fade-in.fixed-melon-top {
  -webkit-transform: translateX(-50%) translateY(-1.25rem) scale(0.95);
          transform: translateX(-50%) translateY(-1.25rem) scale(0.95);
}
.fixed-melon--fade-in.fixed-melon-top.is-visible {
  -webkit-transform: translateX(-50%) translateY(0) scale(1);
          transform: translateX(-50%) translateY(0) scale(1);
}

.fv-blur-animation img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
  opacity: 0.8;
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fv-blur-animation.is-loaded img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.section-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}

.section-title.section-title--white {
  color: #fff;
}

.slider__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;
}

.slider__list.slider__list--top-voices {
  gap: 4.4375rem;
}

.slider__list.slider__list--farm-daily {
  gap: 2.125rem;
}

.slider__card.slider__card--icon-melon {
  z-index: 1;
  position: relative;
}

.slider__card.slider__card--icon-melon::before {
  z-index: 1;
  position: absolute;
  top: -2.3125rem;
  left: 1.625rem;
  width: 9.8125rem;
  height: 4.4375rem;
  background-image: url(../images/icon_melon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.slider__card.slider__card--icon-melon:nth-child(even)::before {
  top: -1.75rem;
  right: 1.5rem;
  left: initial;
  -webkit-transform: rotate(13.948809977deg);
          transform: rotate(13.948809977deg);
}

.slider__image {
  display: block;
  z-index: -1;
  aspect-ratio: 312/208;
  width: 93%;
  margin-inline: auto;
  border-radius: 0.625rem;
}
.slider__image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.slider__text {
  position: relative;
  width: 100%;
  margin-top: -2.625rem;
  margin-inline: auto;
  padding: 1rem;
  border: 2px solid #00b4bd;
  border-radius: 0.375rem;
  background: #fff;
  color: #334758;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
.slider__text::before {
  z-index: 1;
  position: absolute;
  top: -1.24375rem;
  left: 1.625rem;
  width: 2.375rem;
  height: 1.25rem;
  background-image: url(../images/fukidashi.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.slider__text.slider__text--farm-daily {
  padding: 1rem 1.375rem;
}
/* スマホメニュー*/
.sp-nav {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  translate: 100% 0;
  background-color: #ccf5fa;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}

.sp-nav.is-openSP {
  translate: 0;
}

.sp-nav__inner {
  max-width: 100%;
  padding-inline: 0;
}

.sp-nav__items {
  display: grid;
  place-content: center;
  padding-block: 9.125rem 3.125rem;
  gap: 2.3125rem;
}

.sp-nav__link-list {
  display: grid;
  place-content: center;
  gap: 1.5rem;
}

.sub-hero {
  z-index: 1;
  position: relative;
  margin-top: 7.125rem;
}

.sub-hero__inner {
  display: grid;
  margin-inline: auto calc(50% - 50vw);
  gap: 1rem;
}

.sub-hero__head {
  display: grid;
}

.sub-hero__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}

.sub-hero__label {
  color: #00b4bd; /* アクセント（デザインのシアン） */
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
}

.sub-hero__figure {
  aspect-ratio: 355/148;
}

.sub-hero__figure img {
  border-radius: 0.9375rem 0 0 0.9375rem;
}

.about-business {
  display: grid;
  gap: 1.5rem;
}

.about-business__image img {
  height: auto;
  border-radius: 1.25rem;
}

.about-business__lead-wrap {
  display: grid;
  margin-top: 1.5rem;
  gap: 1.75rem;
}

.about-business__lead {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}

.about-page__info {
  z-index: 1;
  position: relative;
  margin-top: 1.875rem;
}

.about-page__cta {
  z-index: 1;
  position: relative;
  margin-top: 5.375rem;
}

.business-section {
  z-index: 1;
  position: relative;
  overflow-x: clip;
  background-color: #ccf5fa;
}

.business-section__inner {
  margin-top: 2.4375rem;
}

.contact-page__section {
  margin-top: 2.5rem;
  overflow-x: clip;
  background: #ccf5fa;
}

.contact-page__inner {
  margin-top: 1.5rem;
}

.contact-page__content {
  margin-bottom: 2.5rem;
}

.contact-page__cta {
  z-index: 1;
  position: relative;
  margin-top: 5.9375rem;
}

.top-about {
  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;
  margin-top: 12.875rem;
  gap: 1.5rem;
}

.top-about__title {
  line-height: 1.3;
  text-align: center;
}

.top-about__media {
  margin-inline: auto;
}

.top-about__lead {
  display: grid;
  margin-top: 1.5rem;
  gap: 1.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}

.top-concept {
  margin-top: 6.5rem;
}

.top-concept__images {
  position: relative;
  margin-inline: auto;
}

.top-concept__image01 {
  z-index: -1;
  aspect-ratio: 255/170;
  width: 76.1194029851%;
  min-width: 15.9375rem;
  max-width: 100%;
  margin-inline: auto;
}

.top-concept__image02,
.top-concept__image03 {
  position: absolute;
}

.top-concept__image02 {
  bottom: -2.5625rem;
  left: 0.3125rem;
  aspect-ratio: 133/88;
  width: 39.7014925373%;
  max-width: 100%;
  -webkit-transform: rotate(-5.9999999402deg);
          transform: rotate(-5.9999999402deg);
}

.top-concept__image03 {
  top: -4.75rem;
  right: 0.1875rem;
  aspect-ratio: 169/112;
  width: 50.447761194%;
  max-width: 100%;
  -webkit-transform: rotate(3.0000000135deg);
          transform: rotate(3.0000000135deg);
}

.top-concept__text {
  margin-top: 5.5625rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6000000238;
  text-align: center;
}

.top-concept__lead {
  display: grid;
  margin-top: 1.5rem;
  gap: 1.5rem;
}

.top-concept__lead-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.top-concept__bottom-img {
  aspect-ratio: 335/120;
  margin-top: 2.5rem;
}

.top-concept__bottom-img img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}

.top-crops {
  margin-top: 8.3125rem;
}

.top-crops__title {
  text-align: center;
}

.top-crops__intro {
  margin-top: 1.1875rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}

.top-crops__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;
  margin-top: 1.875rem;
  gap: 2.5rem;
}

.top-crops__card {
  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: 2.25rem;
}

.top-crops__image-wrap {
  position: relative;
}

.top-crops__image {
  display: block;
  z-index: 1;
  position: relative;
  width: 93.4328358209%;
  border-radius: 0.3125rem;
}

/* 右下のシアンの“切り抜き” */
.top-crops__image::after {
  z-index: -1;
  position: absolute;
  right: -1.1875rem;
  bottom: -1rem;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  border-radius: 0.3125rem;
  background-color: #00b4bd;
  content: "";
}

.top-crops__image img {
  border-radius: 0.3125rem;
}

.top-crops__content {
  display: grid;
  gap: 0.5rem;
}

.top-crops__number {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  background-color: #334758;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
}

.top-crops__heading {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}

.top-crops__desc {
  font-size: 1rem;
  line-height: 1.5;
}

.top-cta {
  z-index: 1;
  position: relative;
  margin-top: 3.5rem;
}

.top-features {
  z-index: 1;
  position: relative;
  margin-top: 2.0625rem;
  overflow-x: clip;
  background-color: #00b4bd;
}

.top-features__inner {
  margin-top: 1.5rem;
  margin-bottom: 2.1875rem;
}

.top-features__title {
  text-align: center;
}

.top-features__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;
  margin-top: 1.125rem;
  gap: 1.5rem;
}

.top-features__images {
  aspect-ratio: 335/212;
  border-radius: 1rem;
}

.top-features__image img {
  display: block;
  width: 100%;
  height: auto;
}

.top-features__content {
  margin-top: 1rem;
}

.top-features__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 0.3125rem;
  background: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
}

.top-features__text {
  display: grid;
  margin-top: 1rem;
  gap: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.top-floating {
  display: grid;
  z-index: 10001;
  position: fixed;
  right: 0;
  bottom: 6.25rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.top-floating.js-sp-nav-hidden {
  visibility: hidden;
  opacity: 0;
}

.top-floating__link {
  display: grid;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  place-items: center;
  width: 4.125rem;
  height: 4.125rem;
  border-top: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  border-radius: 0.3125rem 0 0 0;
  background-color: #00b4bd;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.top-floating__link:nth-child(2) {
  border-top: none;
  border-radius: 0 0 0 0.3125rem;
}
.top-floating__img {
  width: 2.5625rem;
  height: 2.5625rem;
}

.top-floating__img:nth-child(2) {
  width: 2.1875rem;
  height: 2.1875rem;
}

.top-fv {
  position: relative;
  overflow: hidden;
}
.top-fv .top-fv__inner::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  background-image: url(images/melon-left.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.top-fv .top-fv__inner::after {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10rem;
  height: 10rem;
  background-image: url(images/melon-right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.top-info {
  z-index: 2;
  position: relative;
  margin-top: 3.125rem;
}

.top-lineup {
  z-index: 1;
  position: relative;
  margin-top: -11.9375rem;
  overflow-x: clip;
  background-color: #ccf5fa;
}

.top-lineup__inner {
  margin-bottom: 3.75rem;
}

.top-miyakojima {
  margin-top: 1rem;
  overflow-x: clip;
}

.top-miyakojima__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

.top-miyakojima__title {
  color: #00b4bd;
  font-weight: 500;
  font-size: 2.5rem;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.top-miyakojima__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;
  margin-top: 4rem;
  gap: 2.5rem;
}

.top-miyakojima__text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7999999523;
}

.top-miyakojima__btn {
  margin-top: 1rem;
}

.top-voices {
  z-index: 2;
  position: relative;
  margin-top: 1.875rem;
  overflow-x: clip;
}

.top-voices__title {
  text-align: center;
}

.top-voices__slider {
  padding-top: 3.125rem;
}

.top-voices__slider .slider__card:nth-child(even) img {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  html {
    font-size: 1.2903225806vw;
  }
  .about-concept {
    margin-top: 5rem;
  }
  .about-concept__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4.875rem;
  }
  .about-concept__images {
    width: 42.1%;
    margin-inline: initial;
    padding-top: 4.375rem;
  }
  .about-concept__image01 {
    aspect-ratio: 421/280;
    width: 26.3125rem;
  }
  .about-concept__image02 {
    bottom: -2.5rem;
    left: -2.6875rem;
    aspect-ratio: 155/103;
    width: 9.6875rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .about-concept__image03 {
    top: initial;
    right: -1.3125rem;
    bottom: -4.5625rem;
    aspect-ratio: 202/135;
    width: 12.625rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .about-concept__text {
    width: 48%;
    margin-top: initial;
  }
  .ashirai::before {
    mask: url("../images/ashirai.svg") no-repeat top;
    -webkit-mask: url("../images/ashirai.svg") no-repeat top;
    top: 14.6875rem;
    width: 100%;
  }
  .ashirai.ashirai--lineup::before {
    mask: url("../images/ashirai.svg") no-repeat top;
    -webkit-mask: url("../images/ashirai.svg") no-repeat top;
  }
  .btn__text.btn__text--info {
    margin-right: 2.5rem;
  }
  .contact-form {
    gap: 3.5rem;
  }
  .contact-form__group {
    grid-template-columns: 26.8571428571% 73.1428571429%;
    gap: 0;
  }
  .contact-form__submit {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
    text-align: left;
  }
  .contact-form__btn {
    margin-top: 0.9375rem;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0;
  }
  .contact-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
  .contact-form__row .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1rem;
  }
  .cta__inner::before {
    top: -5.9375rem;
    width: 19.1875rem;
    height: 6.875rem;
    -webkit-transform: rotate(10.23570984deg);
            transform: rotate(10.23570984deg);
  }
  .cta__wrap {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 6.25rem 5rem;
    border-radius: 1.25rem;
    border-radius: 1.75rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #aed580), color-stop(50%, #9ccc65));
    background: linear-gradient(90deg, #aed580 50%, #9ccc65 50%);
  }
  .cta__wrap::before {
    top: -3.25rem;
    left: -4rem;
    inline-size: 13.875rem;
    block-size: 14.1875rem;
  }
  .cta__wrap::after {
    right: -2.8125rem;
    bottom: -2.9375rem;
    inline-size: 14rem;
    block-size: 14.375rem;
  }
  .cta__item + .cta__item {
    margin-top: initial;
    padding-top: initial;
  }
  .cta__title {
    font-size: 2.5rem;
  }
  .cta__lead {
    margin-top: 1.5rem;
  }
  .cta__btn {
    margin-top: 2.5rem;
  }
  .farm-daily {
    margin-top: 6.625rem;
  }
  .farm-daily__slider {
    padding-top: 6.625rem;
  }
  .farm-daily__slider .slider__image {
    aspect-ratio: 458/305;
    max-width: 28.625rem;
  }
  .fixed-melon {
    bottom: -11.1875rem;
    left: 49%;
    width: 125.625%;
  }
  .fixed-melon-top {
    z-index: 90;
    position: fixed;
    top: -19.8125rem;
    left: 47%;
    aspect-ratio: 1888/317;
    aspect-ratio: 1888/317;
    width: 131%;
    pointer-events: none;
  }
  .footer {
    margin-top: -7.25rem;
    padding-bottom: 3.4375rem;
  }
  .footer__content {
    margin-top: -3.5rem;
    padding-left: 3.5rem;
  }
  .footer__logo {
    width: 10.5625rem;
  }
  .footer__text {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
  .footer__copyright {
    margin-top: 4.4375rem;
  }
  .footer__image {
    right: -0.25rem;
    bottom: -5.6875rem;
    width: 35.1875rem;
    max-width: 35.1875rem;
  }
  .header {
    height: 6.75rem;
    margin-top: 1.5rem;
  }
  .header__bar {
    position: relative;
    padding-inline: 2rem 5rem;
  }
  .header__bar::before {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    width: 2.25rem;
    height: 2.25rem;
    translate: -50% 0;
    background-image: url(../images/header_top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .header__bar--bg::before {
    background-image: url(../images/header_top_blue.svg);
  }
  .header__logo img {
    width: 5.1875rem;
  }
  .header__drawer {
    display: none;
  }
  .infinite-scroll__track {
    gap: 1.5rem;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
  .infinite-scroll__item img {
    width: 14.375rem;
  }
  .info__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
    grid-gap: 3rem; /* Safari互換性のためのフォールバック */
  }
  .info__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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 1.5rem);
  }
  .info__title.info__title--blue {
    padding: initial;
    border-radius: none;
    background-color: initial;
    color: #334758;
  }
  .info__texts {
    margin-top: 1.375rem;
  }
  .info__btn {
    margin-top: 1rem;
  }
  .info__media {
    aspect-ratio: 476/286;
    margin-top: 1.875rem;
  }
  .inner {
    max-width: 1290px;
    padding-inline: 25px;
  }
  .inner.inner--s {
    max-width: 1050px;
  }
  .naname-img.naname-img--icon::before {
    right: 13.75rem;
    bottom: -0.625rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .section-title.section-title--big {
    font-size: 3rem;
  }
  .section-title.section-title--small {
    font-size: 2rem;
    line-height: 1;
  }
  .slider {
    margin-inline: calc(50% - 50vi);
  }
  .slider__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .slider__list.slider__list--top-voices {
    gap: 0;
  }
  .slider__list.slider__list--farm-daily {
    gap: 0;
  }
  .slider__card.slider__card--icon-melon::before {
    width: 15.3125rem;
    height: 6.9375rem;
  }
  .slider__card.slider__card--icon-melon:nth-child(even)::before {
    left: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .slider__image {
    aspect-ratio: 458/305;
    width: 100%;
  }
  .slider__text {
    width: 78.4394250513%;
    min-width: 23.875rem;
    min-height: 10.125rem;
    padding: 1.5rem;
    border-radius: 0.625rem;
    font-size: 1.25rem;
  }
  .slider__text.slider__text--farm-daily {
    min-height: 6.25rem;
    padding: 1.25rem 1.375rem;
  }
  .swiper-slide {
    height: auto;
  }
  .slider__card {
    height: 100%;
  }
  .sp-nav {
    display: none;
  }
  .sub-hero {
    margin-top: 12.625rem;
  }
  .sub-hero__inner {
    position: relative;
    margin-inline: initial;
  }
  .sub-hero__head {
    position: absolute;
    top: 1.9375rem;
    left: 0;
    gap: 1.0625rem;
  }
  .sub-hero__title {
    font-size: 3.5rem;
  }
  .sub-hero__label {
    font-size: 2rem;
  }
  .sub-hero__figure {
    aspect-ratio: 800/185;
    max-width: 50rem;
    margin-inline: auto 0;
  }
  .sub-hero__figure img {
    border-radius: 0.9375rem;
  }
  .about-business {
    grid-template-columns: 55.8% 38.4%;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 3.625rem;
  }
  .about-business__image {
    aspect-ratio: 558/372;
    max-width: 34.875rem;
  }
  .about-business__lead-wrap {
    margin-top: 2.125rem;
    gap: 1.6875rem;
  }
  .about-page__info {
    margin-top: -4.5rem;
  }
  .about-page__cta {
    margin-top: 10rem;
  }
  .business-section {
    margin-top: -9.25rem;
  }
  .business-section__inner {
    margin-top: 2.875rem;
  }
  .contact-page__section {
    margin-top: -7.5625rem;
  }
  .contact-page__inner {
    max-width: 46.875rem;
    margin-top: 3.4375rem;
  }
  .contact-page__content {
    margin-bottom: 6rem;
  }
  .contact-page__cta {
    margin-top: 2.9375rem;
  }
  .top-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 5.625rem;
    gap: 3.5rem;
  }
  .top-about__title {
    text-align: left;
  }
  .top-about__media {
    width: 46.8%;
  }
  .top-about__body {
    width: 47.6%;
  }
  .top-about__lead {
    margin-top: 2.1875rem;
    gap: 1.75rem;
  }
  .top-concept {
    margin-top: 9.5rem;
  }
  .top-concept__images {
    width: 33.25rem;
  }
  .top-concept__image01 {
    aspect-ratio: 532/335;
    width: 33.25rem;
  }
  .top-concept__image02 {
    bottom: -2.5rem;
    left: -9.3125rem;
    aspect-ratio: 300/200;
    width: 18.75rem;
  }
  .top-concept__image03 {
    top: -4rem;
    right: -11.4375rem;
    aspect-ratio: 300/200;
    width: 18.75rem;
  }
  .top-concept__text {
    margin-top: 6.125rem;
    font-size: 2.5rem;
  }
  .top-concept__bottom-img {
    aspect-ratio: 1240/344;
    margin-top: 9rem;
  }
  .top-concept__bottom-img img {
    border-radius: 1.25rem;
  }
  .top-crops {
    margin-top: 7rem;
  }
  .top-crops__title {
    text-align: left;
  }
  .top-crops__intro {
    margin-top: 1.875rem;
  }
  .top-crops__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
    gap: initial;
  }
  .top-crops__card {
    width: 31.8%;
    gap: 1.625rem;
  }
  .top-crops__card + .top-crops__card {
    margin-left: 1.4375rem;
  }
  .top-crops__card:nth-child(4) {
    margin-left: 0;
  }
  .top-crops__card:nth-child(n+4) {
    margin-top: 3rem;
  }
  .top-crops__image {
    width: 17.5rem;
  }
  .top-crops__image::after {
    right: -1.1875rem;
    bottom: -1.0625rem;
  }
  .top-crops__number {
    border-radius: 0.1875rem;
  }
  .top-cta {
    margin-top: 8.75rem;
  }
  .top-features {
    margin-top: initial;
  }
  .top-features__inner {
    margin-top: -5.125rem;
  }
  .top-features__title {
    text-align: left;
  }
  .top-features__list {
    z-index: 1;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3rem;
    gap: 2.0625rem;
  }
  .top-features__item {
    width: 31.8%;
  }
  .top-features__item:nth-child(2) {
    margin-top: 4rem;
  }
  .top-features__item:nth-child(3) {
    margin-top: 8rem;
  }
  .top-features__images {
    position: relative;
    aspect-ratio: 308/368;
  }
  .top-features__images::before {
    z-index: -1;
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 1.25rem;
    content: "";
  }
  .top-features__content {
    margin-top: 1.375rem;
  }
  .top-floating {
    bottom: 6.25rem;
  }
  .top-info {
    margin-top: -2.625rem;
  }
  .top-lineup {
    margin-top: -16.75rem;
  }
  .top-lineup__inner {
    margin-bottom: 6.5rem;
  }
  .top-miyakojima {
    margin-top: 2rem;
  }
  .top-miyakojima__title {
    font-size: 6.25rem;
  }
  .top-miyakojima__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5.9375rem;
  }
  .top-miyakojima__image-area {
    width: 54.3%;
  }
  .top-miyakojima__content {
    width: 41.7%;
    margin-top: 5rem;
  }
  .top-miyakojima__text {
    font-size: 2rem;
  }
  .top-miyakojima__btn {
    margin-top: 2rem;
  }
  .top-voices {
    margin-top: initial;
  }
  .top-voices__title {
    margin-top: 3.625rem;
  }
  .top-voices__slider {
    padding-top: 6.125rem;
  }
  .top-voices__slider .slider__card:nth-child(even) img {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

@media (min-width: 1240px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1441px) {
  .fixed-melon {
    bottom: -31.6254416961%;
  }
  .fixed-melon-top {
    top: -50.2377179081%;
  }
}

@media (max-width: 779px) {
  .scroll-animation {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .scroll-animation--slide-left,
  .scroll-animation--slide-right {
    -webkit-transform: translateX(1.875rem);
            transform: translateX(1.875rem);
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
  .btn:hover {
    /* Safari用：ホバー時のオーバーフロー制御 */
    overflow: visible;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0.8;
  }
  .btn:hover .btn__arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  /* Safari用：ホバー時の擬似要素の安定化 */
  .btn:hover .btn__text--melon::before {
    -webkit-transform: translateY(-56%);
            transform: translateY(-56%);
    will-change: auto;
  }
}

@media (hover: any-hover) {
  .top-floating__link:hover {
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .infinite-scroll__track {
    -webkit-animation: none;
            animation: none;
  }
  .infinite-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .infinite-scroll::-webkit-scrollbar {
    display: none;
  }
  .scroll-animation,
  .scroll-animation--fade,
  .scroll-animation--slide-left,
  .scroll-animation--slide-right,
  .scroll-animation--scale,
  .scroll-animation--rotate,
  .fixed-melon--fade-in {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .fv-blur-animation img {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.wpcf7 form .wpcf7-response-output {
	border: none;
}
/*# sourceMappingURL=map/styles.css.map */