.ish{
height: 5vw; 
  margin-left: 1.2vw;
}

@media screen and (max-width: 767px) {
.ish{
 height:15vw;
  margin-left:5vw;
  }
}
.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
  margin-bottom:1rem;
}

.heading-16 span {
    opacity: 0; 
    display: inline-block;
    transform: translateY(10px); 
    transition: all 0.5s ease;
}
.heading-16 span.show {
    opacity: 1;
    transform: translateY(0);
}
 .u-img-scale{
   aspect-ratio: 1 / 1;
}
    .ec-flow-container {
        max-width: 600px;
        margin: 20px auto;
        padding: 0 15px;
        font-family: sans-serif;
        color: #333;
    }
    .ec-flow-item {
        display: flex;
        position: relative;
        margin-bottom: 24px;
      align-items:center;
    }
    .ec-flow-item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 20px;
        top: 40px;
        bottom: -100px;
        width: 2px;
        background-color: #e0e0e0;
        z-index: 1;
    }
   .ec-flow-icon {
        position: relative;
        z-index: 2;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border: 2px solid #0f2352; 
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 15px;
    }
    .ec-flow-icon svg {
        width: 22px;
        height: 22px;
        fill: #0f2352;
    }
    .ec-flow-content {
        background: #f9f9f9;
        padding: 12px 16px;
        border-radius: 10px;
        flex-grow: 1;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    .ec-flow-step-num {
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background: #0f2352;
        padding: 1px 8px;
        border-radius: 10px;
        margin-bottom: 4px;
        text-transform: uppercase;
    }
    .ec-flow-title {
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
        color: #0f2352;
    }
    .ec-flow-text {
        font-size: 14px;
        margin: 0;
        line-height: 1.5;
        color: #555;
    }
    .ec-flow-important {
        color: #d9534f; 
        font-weight: bold;
    }
.ec-guide-button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        padding: 15px 20px;
        background-color: #0f2352;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        font-weight: bold;
        font-size: 15px;
        transition: background-color 0.3s, opacity 0.3s;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .ec-guide-button:active {
        opacity: 0.8;
        transform: translateY(1px);
    }

    .ec-guide-arrow {
        width: 24px;
        height: 24px;
        fill: #fff;
        margin-left: 8px;
    }
.ec-flow-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.ec-flow-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.ec-guide-button {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.ec-guide-button.is-visible {
    opacity: 1;
    transform: scale(1);
}
.farm-image-wrapper, .brand-header, .text-body-circle, 
.p-premium-card, .ranking-card-item, .img-main, .img-sub {
    will-change: opacity, transform;
}
.slide_back{
  height:65vh;
  background:#F8F5EE;
}
h3{
  font-weight:700;
  font-size: 0.98rem;
}
.sp_banner{
display:flex;
  justify-content:space-evenly;
      margin: 15px 0;
}
.sp_banner div{
width:45%;
  border-radius:10px;
  aspect-ratio: 5/ 2;
  background:black;
  overflow: hidden;
}
.sp_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-body-circle {
	background: #fff;
    border-radius: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    margin-top: -35px;
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
}
.highlight {
    color: #5d7a42;
    font-weight: bold;
}
.greet-luxury {
    padding: 30px 20px;
    overflow: hidden;
}
.inner-container {
    max-width: 600px; 
    margin: 0 auto;
}
.farm-image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.farm-photo {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    display: block;
}
.direct-badge {
    position: absolute;
    top: -15px;
    right: 15px;
    background: #5d7a42;
    color: #fff;
    padding: 10px 8px;
    writing-mode: vertical-rl;
    font-weight: bold;
    font-size: 0.95rem;
    letter-spacing: 0.3em;
    z-index: 2;
  border-radius: 3px 3px 0 0;
}
.direct-badge::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    border-width: 0 21px 10px;
    border-style: solid;
    border-color: transparent #5d7a42 transparent #5d7a42;
}
.content-flex {
    display: flex;
    justify-content: flex-start; 
    gap: 30px;
    padding: 0 10px;
    margin-top: -20px; 
    position: relative;
    z-index: 5;
}
.horizontal-content {
    flex: 1;
    text-align: left;
}
.brand-header {
  position: relative;
  z-index: 10;
}
.brand-logo-accent {
  position: absolute;
    right: -15px;
    top: 10px;
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.brand-logo-accent img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.location-tag {
    display: inline-block;
    font-size: 0.7rem;
    color: white;
    background: #5d7a42;
    padding: 2px 10px;
    border-radius: 50px;
    letter-spacing: 0.1em;
}
.brand-name {
    font-size: 1.8rem !important;
    line-height: 1.4;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
 	margin-top:10px;
	padding-right: 50px;
	position: relative;
	z-index: 11;
}
.text-body {
    position: relative;
	text-align:center;
}
.text-body p {
    font-size: 0.9rem;
    line-height: 2.2;
    color: #4a4a4a;
    margin-bottom: 20px;
}
.text-body p:first-child {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.05em;
    border-bottom: 1px dashed #d1d8c2;
    display: inline-block;
    margin-bottom: 25px;
}
.farm-image-wrapper,
.brand-header,
.text-body-circle {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), 
	transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.farm-image-wrapper {
    transform: translateY(30px) scale(1.05);
}
.is-visible {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}
.brand-header.is-visible {
    transition-delay: 0.2s;
}
.text-body-circle.is-visible {
    transition-delay: 0.4s;
}
.direct-badge {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.8s ease 0.8s; 
}

.farm-image-wrapper.is-visible .direct-badge {
    opacity: 1;
    transform: translateY(0);
}
.divider-wrapper {
	width: 100%;
    max-width: 800px;
    margin: 30px auto;
    margin-top: -94px;
    display: block;
    z-index: 14;
    margin-left: -124px;
    padding: 20px 40px;
    transform: rotate(13deg);
    position: relative;
}
.elegant-svg {
	width: 100%;
	height: auto;
	right:0;
}
.refined-path {
	fill: none;
	stroke: #2c3e50;
	stroke-width: 2.5; 
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
}
.refined-path.is-visible {
    animation: drawElegant 3s cubic-bezier(0.45, 0, 0.55, 1) forwards; 
}
@keyframes drawElegant {
	to {
		stroke-dashoffset: 0;
		}
}
.btn-melon-grad {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 16px 0;
  background: linear-gradient(135deg, #c5a059 0%, #dec48d 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 50px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
      margin: auto;
    margin-top: 1rem;
}

.btn-melon-grad .icon {
  margin-left: 8px;
  font-style: normal;
  transition: transform 0.3s;
}

.btn-melon-grad:active {
  transform: scale(0.95);
  box-shadow: 0 4px 10px rgba(197, 160, 89, 0.3);
}

.concept-natural {
  padding: 80px 20px;
  background-color: #f9f7f2; 
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4a4a4a;
}

.nature-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.nature-header {
  text-align: center;
  margin-bottom: 60px;
}

.nature-sub {
  display: block;
  font-size: 13px;
  color: #8da47e; 
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  font-weight: bold;
}

.nature-main-title {
  font-size: 28px;
  color: #2d4b1d;
  font-weight: 700;
  margin-bottom: 20px;
}

.nature-intro {
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

.nature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .nature-grid {
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
  }
}

.nature-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.nature-item:hover {
  transform: translateY(-8px);
}

.nature-visual {
  position: relative;
}

.nature-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.nature-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #4a3b31; 
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Georgia", serif;
  border-bottom: 4px solid #d4b67b; 
}

.nature-badge {
  font-size: 28px; 
  font-weight: bold;
  line-height: 1;
}

.nature-badge::before {
  content: "POINT";
  font-size: 10px;
  margin-bottom: 4px;
  letter-spacing: 0.2em;
  color: #d4b67b;
}

.nature-body {
  padding: 25px 20px 35px;
  text-align: center;
}

.nature-subject {
  font-size: 18px;
  color: #2d4b1d;
  margin-bottom: 15px;
  font-weight: bold;
}

.nature-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.nature-footer {
  margin-top: 50px;
  text-align: center;
}

.btn-nature {
  display: inline-block;
  background: #8da47e;
  color: #fff;
  padding: 16px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 8px 20px rgba(141, 164, 126, 0.3);
  transition: all 0.3s;
}

.btn-nature:hover {
  background: #2d4b1d;
  box-shadow: 0 12px 25px rgba(45, 75, 29, 0.4);
}

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



/*-- 渥美の陽光 --*/
.goldmeda2l{
	width: 80%;
    margin: 10px auto;
    display: flex;
	opacity: 0;
    transform: scale(0.9);
    transition: all 3s ease-out;
}
.goldmedal2.is-visible {
    opacity: 1;
    transform: scale(1);
}
.premium-pickup {
	padding: 50px 0;
}

.p-premium-card {
	background: #fff;
	margin: auto;
	padding: 0;
	width:80%;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	text-align: center;
	border-radius: 20px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-premium-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.p-premium-img img {
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
	display: block;
}

.p-premium-details {
	padding: 30px 15px 0;
}

.p-premium-ttl {
	font-family: serif;
	font-size: 1.1rem!important;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.p-premium-ttl a {
	text-decoration: none;
	color: #333;
}

.p-premium-price {
	font-size: 1.2rem;
    color: #b0923d;
    padding-bottom: 15px;
    font-weight: 300;
    text-align: right;
    margin-right: 1rem;
}
.p-premium-action{
    text-align: center;
    margin-top: 1rem;
	opacity: 0;
    transform: translateY(10px);
    transition: all 0.8s ease-out;
}
.p-premium-action.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.btn-gold {
	width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #b0923d;
    color: #b0923d;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.9rem;
    background: white;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding-right: 20px;
}

.btn-gold::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    transition: all 0.5s;
}

.arrow-right {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #b0923d;
    border-right: 2px solid #b0923d;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.p-premium-action.is-visible .btn-gold::after {
    animation: shine 1.5s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes shine {
    100% {
        left: 130%;
    }
}

.atsumi-scroll-container {
  padding: 40px 0;
  overflow: hidden;
}
.atsumi-scroll-container .atsumi-gold{
  width:20%;
  margin:auto;
}

.atsumi-flex-wrapper {
  display: flex;
  gap: 20px;
  padding: 0 10px;
}

.atsumi-card-item {
  flex: 0 0 220px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .atsumi-card-item {
    flex: 0 0 160px;
  }
}


.atsumi-card-figure {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  background: #f9f9f9;
}

.atsumi-card-figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.atsumi-card-figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.atsumi-card-figure img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.atsumi-card-body {
  padding: 10px 5px;
}

.atsumi-item-name {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  height: 2.8em;
  overflow: hidden;
}

.atsumi-item-name a {
  text-decoration: none;
  color: #333;
}

.atsumi-item-price {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.atsumi-current-price {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.atsumi-discount-tag {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  margin-left: 5px;
  vertical-align: middle;
}

.atsumi-old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.atsumi-item-soldout {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}


.melon-illust-wrap {
  position: absolute;
    top: -54px;
    right: -28px;
    width: 114px;
    height: auto;
    pointer-events: none;
    z-index: 5;
}


.illust-1 {
  position: absolute;
    right: -10px;
    top: 3px;
    width: 133px;
    height: auto;
    transform: rotate(8deg);
}

.illust-2 {
  position: absolute;
    right: 5px;
    top: 77px;
    width: 124px;
    height: auto;
    transform: rotate(-22deg);
}

.fm_back {
  padding: 24px 16px;
  box-sizing: border-box;
}

.fm {
  width: 100%;
  margin: auto;
  position: relative;
}


.fm h2 {
  color: #4A5D23;
  font-size: 1.4rem;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}


.fm h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4A5D23;
  font-size: 1.1rem;
  margin: 20px 0 12px 4px;
  
}

.fm h3 svg {
  fill: #4caf50;
  width: 22px;
  height: 22px;
}


.find_melon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.find_melon div {
  width: calc(50% - 5px); 
  padding: 15px 10px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1.5px solid #A3B18A; 
  border-radius: 10px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
  display: flex;
  align-items: center;
  justify-content: center;
}

.find_melon div:active {
  background-color: #e8f5e9;
  transform: scale(0.98);
}

.fm_all_view {
 width: 100%;
    margin: 30px 0 !important;
    padding: 18px;
    box-sizing: border-box;
    background: #ff8f00;
    color: #ffffff !important;
    border: none;
    border-radius: 30px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(255, 143, 0, 0.3);
    cursor: pointer;
  justify-content:center;
}

.fm h3 svg {
  fill: currentColor;
}

.p-recommend {
  width: 100%;
  overflow: hidden; 
  margin: 0 auto;
      padding-bottom: 0;
}
.p-recommend .slick-slide {
  margin: 0 10px;
}
.p-recommend .slick-slide img{
    border-radius: 13px 13px 0 0;
  object-fit: cover;
    height: 100%;
}
.p-recommend-list {
  width: 100%;
}

.js-recommend-slider .slick-track {
  display: flex !important; 
  align-items: stretch;
}
.js-recommend-slider .slick-track {
  display: flex !important;
  align-items: stretch; 
}

.js-recommend-slider .slick-slide {
  height: auto !important; 
  display: flex !important; 
}
.p-recommend-list__item {
  position: relative; 
  display: flex;
  flex-direction: column;
  width: 100%; 
  height: auto; 
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 13px;
  padding-bottom: 45px; 
  box-sizing: border-box;
  overflow: hidden;
}


.p-recommend-list__img img {
  width: 100%;
  display: block;
}


.p-recommend-list__txt {
  padding: 10px;
  flex-grow: 1; 
}
.p-recommend-list__ttl {
  font-weight:bold;
}
.p-recommend-list__bottom-row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  box-sizing: border-box;
  border-radius: 0 0 13px 13px;
  background: linear-gradient(135deg, #2D6A4F 0%, #1B4332 100%);
  border-top: 1px solid rgba(255,255,255,0.2);
}

.p-recommend-list__price {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}


.p-recommend-list__icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #FFB347;
  filter: drop-shadow(0 0 4px rgba(255,140,0,0.4));
}

.owner-bottom-img {
  text-align: left;
    margin-top: 20px;
}
.owner-bottom-img img {
      width: 55%;
    height: auto;
    display: inline-block;
    background: transparent;
}

.qa-7 {
    max-width: 550px;
  margin:auto;
    margin-bottom: 15px;
    border: none;
    border-radius: 15px; 
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}


.qa-7:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}


.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.2em 2em 1.2em 3.5em;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: #444;
}


.qa-7 summary::before {
    position: absolute;
    left: 1.2em;
    color: #00b4d8; 
    content: "Q.";
    font-family: 'Arial', sans-serif;
    font-style: italic;
}


.qa-7 summary::after {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 20px;
    font-weight: 300;
    color: #999;
    border: 1px solid #eee;
    border-radius: 50%;
    transition: all 0.4s;
}

.qa-7[open] summary::after {
    transform: rotate(135deg);
    background-color: #f8f9fa;
}


.qa-7 p {
    position: relative;
    margin: 0;
    padding: 0 2em 1.5em 3.5em;
    color: #666;
    line-height: 1.6;
    font-size: 0.95em;
    /* アニメーション用 */
    opacity: 0;
    transform: translateY(-5px);
    transition: 0.4s ease;
}

.qa-7[open] p {
    opacity: 1;
    transform: translateY(0);
}

.qa-7 p::before {
    position: absolute;
    left: 1.2em;
    color: #ff6b6b; 
    content: "A.";
    font-weight: 700;
}

.qa-7 {
    max-width: 550px;
    margin: auto;
    margin-bottom: 15px;
    border: none;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    transition: box-shadow 0.3s ease, height 0.4s ease-out;
    height: 60px;
}


@supports (interpolate-size: allow-keywords) {
    :root { interpolate-size: allow-keywords; }
    .qa-7[open] {
        height: auto;
    }
}


.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.2em 2em 1.2em 3.5em;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: #444;
}


.qa-7 p {
    position: relative;
    margin: 0;
    padding: 0 2em 1.5em 3.5em;
    color: #666;
    line-height: 1.6;
    font-size: 0.95em;
    

    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.qa-7[open] p {
    opacity: 1;
    transform: translateY(0);
}

.about{
width:90%;
  margin:auto;
}
.about img{
      width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    border-radius: 37px;
}
.about div{
width:80%;
  margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.slick-dots{
bottom:-20px;
}

.slick-dots li.slick-active{
  background:darkorange;
}
.slick-dots li{
width: 0.5rem!important;
    height: 0.5rem!important;
  background: #fff;
    border-radius: 50%;
  cursor: pointer;
  border:solid 1px;
}
.top_banner div{
 width: 100%;
    aspect-ratio: 8 / 1;
  background:black;
}


.news-wrapper {
        display: flex;
    align-items: center;
  font-family:sans-serif;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    margin: auto;
        font-size: 0.7rem;
    color: black;
    background: floralwhite;
  }

  .news-label {
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0; 
    background: #ff5b00;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-size: 0.8rem;
    box-sizing:border-box;
  }

  .news-date {
    margin-right: 10px;
    flex-shrink: 0;
  }

  .news-content {
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
  }

  .news-content a {
    text-decoration: none;
    color: inherit;
  }

.balloon-005 {
        display: flex;
    justify-content: center;
    position: relative;
    max-width: 300px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 30px;
    border: solid 1px;
    background-color: #fff;
    color: #333333;
}

.balloon-005::before,
.balloon-005::after {
    position: absolute;
    bottom: -15px;
    width: 15px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.balloon-005::before {
    background-color: #000;
}

.balloon-005::after {
    bottom: -14px;
    background-color: #fff;
}
.top_gold{
    position: absolute;
    bottom: 0;
    right: 0;
      z-index: 100;
}
.top_gold img{
  width: 33vw;
}
.sli_farm{
position:absolute;
  bottom:-3vw;
  left:0;
}
.sli_farm img{
  width:55vw;
  transform-origin: bottom center;
  animation: move-side 0.8s steps(3) infinite alternate;
}
@keyframes move-side {
0% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}

.custom-scroll-ranking {
  width: 100%;
    padding: 0 0 30px;
    overflow: hidden;
    background: white;
    border-radius: 10px;
}

.ranking-main-title {
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease;
}
.ranking-main-title.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ranking-scroll-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
}


.ranking-flex-inner {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  padding: 0 20px;
}

.ranking-card-item {
 width: 160px; 
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
  opacity: 0;
  transform: translateY(20px);

  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), 
              opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s ease;
  overflow: hidden;
}

.ranking-card-item.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.ranking-card-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.ranking-card-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.ranking-badge-wrapper {
  top: 0;
  left: 0;
  width: 45px;
  height: 25px;
  background: #555;
  border-radius: 0 0 10px 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  opacity: 0;
  transform: scale(0.5) rotate(-10deg);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ranking-card-item.is-visible .ranking-badge-wrapper {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.5s; 
}
.ranking-badge-svg {
  display: none;
}

.badge-path {
  fill: #555; 
  stroke: #ffffff;
  stroke-width: 10px;
}


.is-1.ranking-badge-wrapper { background: #d4af37; height: 30px; width: 50px; transition-delay: 0.4s;}
.is-2.ranking-badge-wrapper { background: #bdc3c7;　transition-delay: 0.5s; }
.is-3.ranking-badge-wrapper { background: #b87333;　transition-delay: 0.6s; }

.ranking-num-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'Arial Black', sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.ranking-num-text::before {
  content: "No.";
  font-size: 0.6rem;
  margin-right: 1px;
}

.ranking-card-body {
  padding: 12px 10px;
}

.ranking-item-name {
  font-size: 13px;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ranking-item-name a {
  text-decoration: none;
  color: #333;
}

.ranking-item-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.current-price {
  font-size: 14px;
  font-weight: 800;
  color: #777;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.discount-tag {
  background: linear-gradient(45deg, #ff0000, #ff5f6d);
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: bold;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}
.old-price {
  font-size: 11px;
  text-decoration: line-through;
  color: #aaa;
}

.ranking-item-soldout {
  background: darkorange;
  color: white;
  font-size: 11px;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.4s ease 0.5s;
}
.is-visible .ranking-item-soldout {
  opacity: 1;
  transform: translateY(0);
}

/*改善*/


@supports (interpolate-size: allow-keywords) {
    :root { interpolate-size: allow-keywords; }
    .qa-7[open] { height: auto; }
}


.qa-7 p {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.qa-7[open] p {
    opacity: 1;
    transform: translateY(0);
}

.is-1.ranking-badge-wrapper { background: linear-gradient(135deg, #d4af37, #f1c40f); }
.is-2.ranking-badge-wrapper { background: linear-gradient(135deg, #bdc3c7, #95a5a6); }
.is-3.ranking-badge-wrapper { background: linear-gradient(135deg, #b87333, #d35400); }


@keyframes zoomUp {
  0% { transform: scale(1); opacity: 0; }
  10% { opacity: 1; }
  100% { transform: scale(1.08); }
}

body {
    -webkit-font-smoothing: antialiased;
    color: #333;
}

.l-section {
    padding-top: 60px;
    padding-bottom: 60px;
}


.btn-gold, .btn-nature, .fm_all_view {
    min-height: 54px; 
    display: flex;
    align-items: center;
    justify-content: center;
}


.ranking-card-item {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.current-price {
    display: flex;
    align-items: baseline;
}
.discount-tag {
    border-radius: 2px;
    padding: 1px 5px;
    letter-spacing: 0.05em;
    font-size: 9px;
}
.news-wrapper {
    padding: 0.8rem 1.2rem; 
    border-radius: 4px; 
}

.news-label {
    background: #e65100; 
    padding: 3px 8px;
    font-size: 0.75rem;
}
.balloon-005 {
    border: solid 2px #eee; 
    font-weight: 600;
}

.balloon-005::before {
    background-color: #eee;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  100% {
    transform: scale(1.05); 
    filter: brightness(1.05); 
  }
}
.full-link {
    position: relative;
    top: 0; 
  left: 0;
    z-index: 5;
}
.about div {
    width: 85%;
    margin: 3rem auto !important;
}

.qa-7, .ranking-card-item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02);

}
.news-label {
    background: #d45d00; 
    letter-spacing: 0.05em; 
}
.about img {
    border-radius: 16px; 
}
.qa-7 {
    border-radius: 12px;
}

.ranking-item-name {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #222; 
    font-weight: 700;
}
.qa-7 summary::after {
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.slider img {
    animation: zoomUp 15s ease-out forwards; 
}

/*find_melon*/
.melon-illust-wrap {
  position: absolute;
    top: -54px;
    right: -28px;
    width: 114px;
    height: auto;
    pointer-events: none;
    z-index: 5;
}


.illust-1 {
  position: absolute;
    right: -10px;
    top: 3px;
    width: 133px;
    height: auto;
    transform: rotate(8deg);
}

.illust-2 {
  position: absolute;
    right: 5px;
    top: 77px;
    width: 124px;
    height: auto;
    transform: rotate(-22deg);
}

.fm_back {
  padding: 24px 16px!important;
  box-sizing: border-box;
}

.fm {
  width: 100%;
  margin: auto;
  position: relative;
}


.fm h2 {
  color: #4A5D23;
  font-size: 1.4rem;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}


.fm h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4A5D23;
  font-size: 1.1rem;
  margin: 20px 0 12px 4px;
}

.fm h3 svg {
  fill: #4caf50;
  width: 22px;
  height: 22px;
}


.find_melon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.find_melon div {
  width: calc(50% - 5px); 
  padding: 0; 
  box-sizing: border-box;
  background: #ffffff;
  border: 1.5px solid #A3B18A; 
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
  display: flex; 
  overflow: hidden;
}

.find_melon div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  font-weight: 600;
}

.find_melon div:active {
  background-color: #e8f5e9;
  transform: scale(0.98);
}

.fm_all_view {
 width: 100%;
    margin: 30px 0 !important;
    padding: 18px;
    box-sizing: border-box;
    color: #ffffff !important;
    border: none;
    border-radius: 30px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(255, 143, 0, 0.3);
    cursor: pointer;
  justify-content:center;
}

.fm h3 svg {
  fill: currentColor;
}
/*find-melon*/


.m-footer{
margin-top:-7rem;
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}
.headwrap.is-hidden {
  transform: translateY(-150%);
}
.searchbox{
  margin-top: -1.5rem;
}
#main{
padding-top:0;
padding:0!important;
  max-width:100%;
  
}


.poyopoyo {
  animation: poyopoyo 1s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40% { transform: scale(1.0); }
  70% { transform: scale(1.2); }
}


.fade-in-image {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 2s ease-out;
  transition-delay: calc(var(--delay) * 0.4s);
}

.fade-in-image.visible {
  opacity: 1;
  transform: translateY(0);
}


.scroll {
  position: absolute;
  right: 1.5rem;
  top: 45%;
  writing-mode: vertical-rl;
  color: white;
  font-size: 1.4rem;
  z-index: 1;
  text-shadow: #333 1px 0 10px;
}
@media screen and (max-width: 1024px) {
  .scroll{
    right:1rem;
    font-size:1rem;
  }
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

.scroll::after {
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@keyframes scroll {
  0% { transform: scale(1, 0); transform-origin: 0 0; }
  50% { transform: scale(1, 1); transform-origin: 0 0; }
  51% { transform: scale(1, 1); transform-origin: 0 100%; }
  100% { transform: scale(1, 0); transform-origin: 0 100%; }
}

.shop_name {
  background-color: #0b3755;
  display:none;
  width: 44%;
    color: #fff;
    font-size: 1rem;
    font-weight: inherit;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 0 0 0.1rem #FFF, 0 0 0 0.5rem #0b3755;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0.3rem;
    position: absolute;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
.shop_name span{
display:none;
}
}
#slider div,.slider{
  width: 100dvw!important;
  height: 100dvh!important; 
}
@media screen and (max-width: 767px) {
  #slider div,.slider{
  height: 65vh!important;
}
}
#slider > div {
  display: none;
}

.slider p {
  position: absolute;
  z-index: 1;
  bottom: 3rem;
  font-size: 4vw;
  right: 3rem;
  color: #fff;
  text-shadow: #333 1px 0 10px;
}
@media screen and (max-width: 767px) {
  .slider p {
      bottom: 1rem;
    font-size: 6vw;
    right: 0.5rem;
  }
  #slider div {
  height: 65vh!important;
}
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
  margin:0!important;
}
.bx-wrapper img {
  width: 100vw;
  height: 100vh;
  object-fit:cover;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  display:none;
}

.u-container {
  box-sizing: border-box;
  position: relative;
  width: 100dvw;
  height: 100dvh;
}
@media screen and (max-width: 767px) {
  .bx-wrapper img {
  width: 100%;
  height: auto;
  height:65vh!important;
}
  .u-container {
     height:65vh!important;
  }
}
.cate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 11vw 15vw 5vw;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin: 0 10rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
.cate {
    margin: 0 4rem;
}
}
.cate a { display: block; height: 100%; }
.cate a:hover img { transform: scale(1.05, 1.05); }

.cate img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
  transition: transform .6s ease;
}

.catettl, .catettl2, .catettl3 {
  align-items: center;
  display: flex;
  font-weight: initial;
}

.catettl { position: absolute; top: 50%; right: 50%; font-size: 2vw; color: #fff; transform: translateY(-50%) translateX(50%);}
.catettl2 { position: absolute; font-size: 1.5vw; bottom: 1rem; right: 2rem; color: #fff; }
.catettl3 { color: black;
    align-items: center;
    justify-content: center;
    height: 100%; font-size: 1vw;}

.catettl .kwsk_btn { margin-left: 2rem; width: 2.5rem; height: 2.5rem; }
.catettl2 .kwsk_btn, .catettl3 .kwsk_btn { margin-left: 1rem; }
.catettl2 .kwsk_btn { background: #fff; }
.catettl3 .kwsk_btn { border: 1px solid #000; }

.cate .div1, .cate .div2, .cate .div3, .cate .div4{ position: relative; overflow: hidden; }
.cate .div2, .cate .div3, .cate .div4 { box-shadow: inset 0 -7rem 4rem -4rem rgba(0, 0, 0, 1); }
.cate .div5, .cate .div6, .cate .div7 {border: 1px solid; border-radius: 60px;}
.cate svg { transition: transform 0.3s ease; }

.div1 { grid-area: 1 / 1 / 2 / 4; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 2 / 2 / 3 / 3; }
.div4 { grid-area: 2 / 3 / 3 / 4; }
.div5 { grid-area: 3 / 1 / 4 / 2; }
.div6 { grid-area: 3 / 2 / 4 / 3; }
.div7 { grid-area: 3 / 3 / 4 / 4; }

.div1 a:hover svg, .div2 a:hover svg, .div3 a:hover svg, 
.div4 a:hover svg, .div5 a:hover svg, .div6 a:hover svg, .div7 a:hover svg {
  transform: translateX(0.5rem);
}
:root {
  --color-primary: #0b3755;
  --color-white: #fff;
  --shadow-soft: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  --transition-speed: 0.3s ease;
}

.slicate { 
  position: absolute; 
  z-index: 1; 
  bottom: 13rem; 
  left: 3rem;
  display: flex; 
  flex-direction: column;
  gap: 0.3rem; 
}

.slicate a {
  display: flex; 
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 1.3rem;
  border-radius: 5px;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: 1.5rem; 
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: background-color var(--transition-speed), color var(--transition-speed);
}
.slicate a:nth-child(n + 5) { 
  color: var(--color-white); 
  background-color: var(--color-primary); 
}
.slicate svg { 
  position: absolute; 
  right: -1rem; 
  bottom: 0.1rem; 
  z-index: -1; 
  width: 2rem; 
  height: 2rem; 
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.5)); 
  transition: transform var(--transition-speed); 
}
.slicate a:hover {
  opacity: 0.9;
}
.slicate a:hover svg { 
  transform: translateX(0.5rem);
}

.cls-1 {
  stroke: var(--color-white);
  stroke-width: 17px;
  fill-rule: evenodd;
}
/* おすすめボタン */
.buybtn {
  flex-direction: column; 
  display: flex; 
  background-color: #fff; 
  border-radius: 50%; 
  width: 10rem; 
  height: 10rem;
  padding: 1rem 0.5rem; 
  align-items: center; 
  position: absolute; 
  z-index: 1; 
  font-size: 1.1rem;
  margin: auto; 
  justify-content: center; 
  row-gap: 0.2rem; 
  left: 3rem; 
  bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px; 
  transition: .3s;
  animation: doubleBounce 3s infinite;
}
@keyframes doubleBounce {
  0%, 20%, 50%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(10px);
  }
  30% {
    transform: translateY(10px);
  }
}
.buybtn svg { 
  stroke-width: 0.4px; 
  stroke: #fff; 
}
.buybtn:hover { 
  transform: translateY(5px); 
  box-shadow: none; 
}
@media screen and (max-width: 1500px) {
  .slicate,.buybtn {
    left: 2rem;
  }
  .slicate a {
    font-size: 1.3rem;
  }
  .buybtn {
    width: 8.5rem;
    height: 8.5rem;
  }
}
/* トップバナー */
.top_banner {
  display: grid;
  grid-template-columns: repeat(3, 30vw);
  grid-template-rows: 15vw;
  grid-column-gap: 1vw;
  justify-content: center;
}

.top_banner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.5vw;
}

.top_banner .div1 { grid-area: 1 / 1 / 2 / 2; }
.top_banner .div2 { grid-area: 1 / 2 / 2 / 3; }
.top_banner .div3 { grid-area: 1 / 3 / 2 / 4; }

/* 送料無料 */
.shipbar {
    width: 100%;
    background: #f8f8f8; 
    border-bottom: 1px solid #ddd; 
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem 1rem;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    gap: 15px; 
}


.ship-text {
    color: #333;
}
.ship-text small {
    font-size: 0.8rem;
    font-weight: normal;
    margin-left: 5px;
}


.ship-link {
    display: inline-block;
    background: #333; 
    color: #fff;     
    text-decoration: none;
    font-size: 0.85rem;
    padding: 5px 15px;
    border-radius: 20px; 
    transition: all 0.3s ease; 
    border: 1px solid #333;
}


.ship-link:hover {
    background: #fff;
    color: #333;
    transform: translateX(3px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.ship-link .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-style: normal;
}
.ship-link:hover .arrow {
    transform: translateX(5px); 
}

/* お知らせ */
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 1rem auto 3rem auto;
  align-items: center;
}

.p-line-informaiton ul {
  flex: 1;  
  color: #666; 
  font-family:sans-selif!important;
}
.p-line-informaiton a { color: #666; }
.p-line-informaiton li { 
  margin: 15px; 
  list-style: none;
    margin-bottom: 12px;
    display: flex;         
    align-items: center;    
    line-height: 1;
}
.p-line-informaiton ul li a,
.p-line-informaiton ul li span:last-child {
    line-height: 1.5;       
    text-decoration: none;
}

.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 3rem;
}

.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  margin-right: 1rem;
}
.info-date {
    margin-right: 12px;
    font-size: 0.85rem;
    color: #666;
    flex-shrink: 0;       
}
.info-badges {
    display: flex;        
    align-items: center;
    flex-shrink: 0;
}

.info-badges div {
        display: inline-flex;
    align-items: center;
    justify-content: center;
        padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
    margin-right: 10px;
    letter-spacing: 0.08em;
    border: 1px solid;
    height: 25px;
    box-sizing: border-box;
      margin: 0 0.5rem 0 1rem;
  line-height: 1.5;
    width: 5rem;
    text-align: center;
}

.info-badges .badge-news {
    background-color: #666;
    color: #fff;
    border-color: #666;
}
.info-badges .badge-news::before {
    content: "お知らせ";
}


.info-badges .badge-imp {
    background-color: #bd2031;    
    color: #fff;              
    border-color: #bd2031;
}
.info-badges .badge-imp::before {
    content: "重要";
}


.info-badges .badge-pdt {
    background-color: #fff;
    color: #83ba26;
    border-color: #83ba26;
}
.info-badges .badge-pdt::before {
    content: "商品情報";       
}

@media screen and (max-width: 1024px) {
  .p-line-informaiton__ttl:before {
  display:none;
  }
    .p-line-informaiton {
  display: inherit;
  }
  .p-line-informaiton__ttl {
  padding: 2rem;
    text-align: center;
    margin:0;
    margin-bottom: 2rem;
    border-bottom: 1px solid;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
  }
}

/* タグ検索 */
.tag_search_top {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin: 2.5rem auto 0;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0 2rem;
        font-family: sans-serif;
}

.tag_label {
    margin: 0;
    font-weight: bold;
    white-space: nowrap; 
    flex-shrink: 0;   
  font-size:1.1rem;
}

.tag_items_container::-webkit-scrollbar {
    display: none; 
}

.tag_item {
    display: inline-block;
    font-size: 0.9rem;
    text-decoration: none;
    color: #333;
    padding: 0.5rem 1rem;
    border: solid 1px #333;
    border-radius: 50px;
    transition: .2s;
    background-color: #fff;
    pointer-events: auto;
    white-space: nowrap;
    flex-shrink: 0;  
}

.tag_item:hover {
    background-color: #0b3755;
    color: #fff;
    border-color: #0b3755;
}
.tag_items_container {
       display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.8rem;
    padding: 1rem;
    background: #efefef;
    border-radius: 5px;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
  
}
.tag_items_container.active {
    cursor: grabbing; 
}

@media screen and (max-width: 767px) {
    .tag_search {
        display: none;
    }
}

/* ジャーナル */
.jicon{
width:2.5vw;
  height:2.5vw;
  border-radius:50%;
  position: absolute;
    left: 1vw;
}
.jicon img{
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.j_insta img{
width: 2vw;
    margin-right: 0.5vw;
}
.j_insta{
margin-left: auto;
    font-weight: bold;
    font-size: 1vw;
}
.journal-tabs {
 display: flex;
    gap: 1vw;
    margin: 2vw 12vw;
    align-items: center;
}

.journal-tabs .tab-btn {
  padding: 1vw;
    width: 25%;
    border-radius: 50px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s ease;
      align-items: center;
    display: flex;
      justify-content: center;
  font-size: 0.8vw;
  position: relative;
    height: 3.5vw;
    padding-left: 2.5vw;
}
.journal-tabs .tab-btn.active {
  background-color: #102156;
  color: #fff;
  border-color: #102156;
}

.j-item-list__ttl{
  font-size:0.8vw;
     margin-top: 1vw;
    font-weight: normal;
}

.j_svg{
 position: absolute;
    width: 100%;
    bottom: 0;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: end;
    height: 5rem;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
}
.j_svg svg{
  width:1.2vw;
}

.j-item-list__item{
    position: relative;
    box-sizing: border-box;
    transition: opacity 0.2s;
    word-break: break-all;
    border: solid 0.1vw;
  overflow: hidden;
    height: 30vw;
  background:white;
}
.j-item-list__img{
    position: relative;
    margin-bottom: 0.5rem;
    height:68%;
}
.j-item-list__img img{
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.j-item-list__txt{
    font-size: 1vw;
    padding: 0 1vw;
  font-weight:bold;
}
.journal .c-item-list{
  display: grid;
  gap: 15px; 
  list-style: none;
  padding: 0 0.5rem;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
      width: 80%;
    margin: auto;
  justify-content: space-between;
}
.journal .j-item-list__item{
  width:100%;
}
.journal .j-btn{
    display: inline-block;
  padding: 12px 24px;
  background-color: #2563eb;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 300px; 
  }
@media (max-width: 767px) {
  .journal .c-item-list {
    grid-template-columns: repeat(2, 1fr);
     width:auto;
    gap:0;
    margin: auto;
  }
  .journal .j-btn{
  padding: 16px 20px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .journal-tabs {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1.5vw;
    margin: 5vw 2vw;
    justify-content: space-between;
  }

  .journal-tabs .tab-btn {
            width: 31% !important;
        height: 8vw;
        font-size: 2.2vw;
        padding: 0 1vw 0 6vw;
        flex-shrink: 0;
        line-height: 1.2;
        text-align: left;
        border-radius: 50px;
  }

  .jicon {
    width: 5vw;
    height: 5vw;
    left: 1vw;
  }

  .j_insta {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    margin-top: 3vw;
    order: 10; 
  }
  .c-item-list {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 2vw;
  }

  .j-item-list__item {
    width: 48% !important; 
    height: 50vw; 
    margin: 0 0 4vw 0 !important;
    display: none;
  }
  .j-item-list__item[style*="display: list-item"],
  .j-item-list__item[style*="display: block"] {
    display: block !important;
  }

  .j-item-list__img {
    height: 60%;
    margin-bottom: 0.5rem;
  }

  .j-item-list__txt {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 1rem;
  }

  .j-item-list__ttl {
    font-size: 0.8rem;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .j_insta img {
    width: 5vw;
  }
  .j_svg svg {
    width: 4.2vw;
}
}
/* ランキング */
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin: 0 2vw;
  padding-bottom: 25px;
  word-break: break-all;
  width: 18vw;
}

.p-ranking-list__img {
  position: relative;
  margin-bottom: 1vw;
  text-align: center;
  border-radius: 0.5vw 0.5vw 0 0;
}

.p-ranking-list__img:before { 
  content: ""; 
  display: block; 
  padding-top: 100%; 
}
.p-ranking-list__img a { 
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%; }
.p-ranking-list__img img { 
  display: inline-block !important; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  margin: auto; 
  text-align: center; 
}

.p-ranking-list__txt { 
  padding: 1vw; 
  font-size: 1vw; 
  font-weight: bold; 
}
.p-ranking-list__num { 
  font-size: 2vw; 
  font-weight: bold; 
  color: #333; 
}
.p-ranking-list__num span { 
  font-size: 1vw; 
  margin-left: 0.2vw; 
}
.p-ranking-list__price { 
  color: #909090; 
  margin-top: 20px; 
  text-align: right; 
}

.rank-border { 
  border: 0.15vw solid; 
  border-radius: 0.5vw; 
}

.yoyaku:after {
    content: "予約受付中";
        padding: 0.1rem 1.5rem;
    border-radius: 50px;
    background: #103b1a;
    color: #fff;
    right: 0.5rem;
    top: 0.5rem;
    position: absolute;
    text-align: center;
    font-weight: 350;
    font-size: 1.1vw;
}

.kanbai:after {
  content: "完売御礼";
      padding: 0.1rem 1.5rem;
    border-radius: 50px;
    background: #ac0000;
    color: #fff;
    right: 0.5rem;
    top: 0.5rem;
    position: absolute;
    text-align: center;
    font-weight: 350;
    font-size: 1.1vw;
}

.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px; width: 30px; height: 30px; transition: all 0.4s ease; z-index: 1; background: rgba(255,255,255,0.4);
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: ""; position: absolute; top: 7px; left: 10px; width: 15px; height: 15px; border-left: 1px solid #000000; border-top: 1px solid #000000; transition: all 0.4s ease; z-index: 1;
}
.p-ranking-list .slick-prev { left: 20px; }
.p-ranking-list .slick-prev:before { transform: rotate(-45deg); }
.p-ranking-list .slick-next { right: 20px; }
.p-ranking-list .slick-next:before { left: 4px; transform: rotate(135deg); }

/* 農園紹介 */

.Paper_v2 {
  padding: 2.5vw 0 5vw 0;
  background-image:
    repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px),
    repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}
.farm { overflow: hidden; position: relative; }
.farm_about, .goldmedal { display: flex; width: fit-content; margin: 1rem auto; }
.goldmedal{
  margin: auto; 
}
.farm_about img { display: inline-block; width: 19rem;}
.farm_about .inline { display: inline-block; width: 37vw; height: auto; margin: auto auto auto 4vw; position: relative; }
.farm_about h2 { padding-bottom: 0.5vw; text-align: center; }
.farm_about p {  margin-bottom: 0; line-height: 3vw; }

.goldmedal img { display: inline-block; width: 37vw; }
.goldmedal .inline { display: inline-block; width: 37vw; height: auto; margin: auto; margin-left: 0; position: relative; padding: 0 2vw; }
.goldmedal p { 
  font-size: 1.1rem;
    margin: 1rem 0;
    line-height: 2.7rem;
    padding: 1rem;
}

.melon1, .melon2 { position: absolute; z-index: -1; }
.melon1 { top: -19rem;
    left: -14rem;
    width: 34rem !important;
    transform: rotate(142deg);}
.melon2 { top: 4rem;
    right: -16rem;
    width: 49rem !important;
    transform: rotate(-10deg); }

.inline h3 { font-size: 1.5rem; border-bottom: solid 1px; padding-left: 1rem; padding-bottom: 0.5rem;}

.kin {
  background: yellow;
    color: black;
    width: 70%;
    text-align: center;
    margin: 0 auto !important;
    border-radius: 1vw 1vw 0 0;
    font-size: 0.9rem !important;
    line-height: 0.9rem !important;
    padding: 0.5rem 1rem !important;
    border: solid 1px;
    border-bottom: none;
}
.atsumikin { display: flex; background: #fff; border-radius: 1vw; border: solid #333 1px; justify-content: center; }
.atsumikin img {
max-width: 8rem !important;
    padding: 1rem;
    transform: rotate(-11deg);
    max-height: 100%;
    height: auto;
    object-fit: contain;
}
.atsumikin p { text-align: center; }

.fukidashi-08 {
      position: relative;
    display: block;
    padding: 1rem;
    border: double 4px #333;
    border-radius: 48px;
    margin: 48px auto;
    width: 100%;
    background: #fff;
    font-size: 0.95rem;
}
.fukidashi-08::before { content: ""; position: absolute; bottom: -5px; left: 50%; width: 18px; height: 18px; box-sizing: border-box; background-color: #fff; rotate: 135deg; translate: -50%; }
.fukidashi-08::after { content: ""; position: absolute; bottom: -8px; left: 50%; width: 15px; height: 15px; box-sizing: border-box; border: double 4px; border-color: #333 #333 transparent transparent; rotate: 135deg; translate: -50%; }
.fukidashi-08 img { position: absolute; width: 6vw !important; top: -2vw; left: 0; }

.hyokei { text-align: center; }
.hyokei p { padding: 1vw; margin: 0px; border: solid 1px; border-top: none; border-radius: 0 0 1vw 1vw; font-weight: bold; }
.ab_ccl {
    background: #0b3755;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    position: absolute;
    z-index: -1;
    top: 4rem;
    right: 0;
}
@media screen and (max-width: 1024px) {
  .goldmedal {
    flex-direction: column; 
    align-items: center;   
    width:80%;
  }
.goldmedal .inline {
  width:100%;
  }
  .inline, .hyokei {
    width: 100%; 
  }

  .inline h3 {
    font-size: 20px; 
  }
  .kin {
    font-size: 14px !important;
    width: 65%;
  }
  .fukidashi-08 {
    font-size: 14px;
    padding: 15px 20px;
  }
  .atsumikin img {
    width: 80px !important; 
    padding:0;
  }
  .goldmedal img {
  width:80%;
  }
}
/* 姉妹店 */
.swiper { overflow: visible!important; }
[class*=swiper]:focus { outline: none; }

#shimai .swiper-slide { width: max-content; }
#shimai .slide { overflow: hidden; width: 15vw; border-radius: 0.5vw; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); }
#shimai .slide-media { padding-top: 15vw; position: relative; overflow: hidden; }
#shimai .slide-media img { position: absolute; top: 0; left: 0; width: 100%; height: calc(100% + 16px); object-fit: cover; transform: translateY(-16px); }

#shimai .slide-content { width: 100%; margin: auto; height: 5vw; align-items: center; display: flex; justify-content: center; }
#shimai .slide-content img { height: 4vw; padding: 0.5vw; }
#shimai .slide-date { font-size: 1.2rem; line-height: 1; display: block; color: var(--color-theme); }
#shimai .slide-title { line-height: 1.6; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 3.2em; margin-top: 1.6rem; }

#shimai .shop_area { font-size: 0.8vw; border-radius: 0 0.5vw 0 1vw; position: absolute; top: 0; right: 0; background: #fff; padding: 0.2vw 0.5vw; }

#shimai .swiper-controller { display: flex; gap: 1.6rem; align-items: center; justify-content: flex-end; margin-top: 3.2rem; }

#shimai .swiper-button-prev, #shimai .swiper-button-next {
  display: grid; place-content: center; width: 3.5vw; height: 3.5vw; cursor: pointer; transition: var(--transition);
  position: relative; flex-shrink: 0; margin: 0.5vw;
}
#shimai .swiper-button-prev::before, #shimai .swiper-button-next::before {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; border-radius: 50%;
  box-shadow: var(--box-shadow); border: solid 0.1vw #000;
}
#shimai .swiper-button-prev::after, #shimai .swiper-button-next::after {
  width: 1.5vw; height: 1.5vw; content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 16 16'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: contain; background-position: center;
}
#shimai .swiper-button-prev::after { transform: rotate(180deg); }
#shimai .swiper-button-disabled { pointer-events: none; opacity: 0.5; }
#shimai .swiper-button-disabled::before { box-shadow: var(--box-shadow-inset); }

.l-section { position: relative; background: #f8f8f8; }
.l-section::before { top: -4vw; }
.l-section::after { bottom: -4vw; transform: rotate(180deg); }
.l-section .l-inner { padding-bottom: 3vw; }

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-inner {padding: 0 5vw;}
  .l-section::before, .l-section::after {height: 8vw;}
  .l-section::before { top: -8vw; }
  .l-section::after { bottom: -8vw; }
  #shimai .slide {width: 44vw; border-radius: 2vw; }
  #shimai .slide-media {padding-top: 50vw;}
  #shimai .shop_area {font-size: 3vw;padding: 1vw 2vw; border-radius: 0 2vw 0 3vw;}
  #shimai .slide-content {height: 18vw;}
  #shimai .slide-content img {height: 12vw; padding: 1vw;}
  #shimai .swiper-controller {
    margin-top: 2rem;
    justify-content: right; 
  }

  #shimai .swiper-button-prev, 
  #shimai .swiper-button-next {
    width: 12vw;
    height: 12vw;
  }

  #shimai .swiper-button-prev::after, 
  #shimai .swiper-button-next::after {
    width: 5vw;
    height: 5vw;
  }
  #shimai h2 {
  font-size: 1.5rem;
  }
}
/* カレンダー */
.calendar { width: 75%; margin: auto; position: relative; }
.calmel img { position: absolute; width: 20vw; transition: .4s; }
.calmel img:hover { transform: scale(1.05); }
.calmel .takami { top: 21vw; left: 28vw; }
.calmel .red { top: 10vw; left: 14vw; }
.calmel .mask { top: 14vw; left: 38vw; }
.calmel .atsumi { top: 8vw; left: 44vw; }
@media screen and (max-width: 767px) {
  .calendar { width: 95%;}
  .calmel img{ position: absolute; width: 31vw;}
  .calmel img:hover { transform: scale(0); }
  .calmel .takami { top: 28vw; left: 35vw; }
.calmel .red { top: 9vw; left: 18vw; }
.calmel .mask { top: 18vw; left: 46vw; }
.calmel .atsumi { top: 9vw; left: 55vw; }
}
/* ボタン類 */

.hikaribtn {
  border-radius: 50px; border: solid 1px; justify-content: center; padding: 1rem; align-items: center; display: flex; font-size: 1rem; margin-top: 2vw;
}
.Paper_v2 .hikaribtn {
    width: 76vw;
    margin: 1.5rem auto 2rem auto;
    background: #222;
    color: #fff;
}
.hikaribtn svg { margin-left: 1vw; transition: transform 0.3s ease; width: 1vw; }
@media screen and (max-width: 767px) {
  .hikaribtn svg {
    width:3vw;
  }
}
.hikaribtn:hover svg { transform: translateX(1vw); }

.kwsk {
  display: flex; align-items: center; font-size: 1.1vw; font-weight: bold; position: absolute; right: -3vw;
  border: solid 1.5px; padding: 0.4vw 1vw; border-radius: 50px; background: #0b3755; color: #fff;
}
.kwsk_btn, .rec_btn { width: 2vw; height: 2vw; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: .2s; }
.kwsk_btn { border: 1px solid #fff; margin-left: 0.5vw; }
.rec_btn { border: 1px solid #333; position: relative; left: 100%; transform: translateX(-100%); }

.kwsk_btn svg, .rec_btn svg { width: 50%; transition: transform 0.3s ease; height: auto; text-align: center; line-height: 2vw; }

.c-item-list__item:hover svg, .kwsk:hover .kwsk_btn svg { transform: translateX(1vw); }
.c-item-list__item:hover .rec_btn, .kwsk:hover .kwsk_btn { background-color: #83ba26; }

/* その他 */
.curve { width: 100%; fill: #fff; position: absolute; stroke: #000; stroke-width: 0.1vw; fill-rule: evenodd; }

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

.farm-story {
  padding: 1rem;
  overflow: hidden;
  padding-top:2rem;
}

.story-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

.story-grid {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-top: 20px;
}

.vertical-title h2 {
  font-size: 2.4rem;
  color: #2d4a22;
  letter-spacing: 0.3em;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 920px){
  .vertical-title {
  display:none;
  }
  
}
.story-content {
  flex: 1;
  text-align: left;
  padding-top: 20px;
}

.group-name {
  font-size: 1.4rem;
  color: #2d4a22;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.farmers-name {
  font-size: 1.1rem;
  color: #889472;
  margin-bottom: 40px;
  display: inline-block;
  padding-bottom: 5px;
}

.farmers-name span {
  font-size: 0.8rem;
  margin: 0 10px;
  color: #ccc;
}

.description p {
  font-size: 1.05rem;
  line-height: 2.2;
  color: #4a4a4a;
  margin-bottom: 30px;
}
