@charset "UTF-8";

/* ===================================================================
 * Base Styles (Common)
 * =================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

strong,
em,
b {
    font-style: normal;
    font-weight: bold;
}

.external_link_text,
.hide {
    display: none;
}

body {
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #000;
    background: #fff;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

p,
li,
address,
table,
dt,
dd {
    line-height: 150%;
}

a:link,
a:visited {
    color: #2d5f92;
    text-decoration: underline;
}

a:hover {
    color: #2d5f92;
    text-decoration: none;
}

a:focus {
    background-color: transparent;
    color: #2d5f92;
}

/* 画像リンクホバー */
a:hover img,
a:focus img,
a:focus-visible img {
    opacity: 0.85;
}

address {
    font-style: normal;
}

/* clearfix (Modernized) */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.img-item img,
.img-text img {
    max-width: 100%;
    height: auto;
}

p.to-container {
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Fonts */
.hinamin {
    font-family: "HinaMincho-Regular", "Hina Mincho", serif;
}

.notoserif1 {
    font-family: "Noto Serif JP ExtraLight", serif;
}

.notoserif2 {
    font-family: "Noto Serif JP Light", serif;
}

.notoserif3 {
    font-family: "Noto Serif JP Regular", serif;
}

.notoserif4 {
    font-family: "Noto Serif JP Medium", serif;
}

.notoserif5 {
    font-family: "Noto Serif JP SemiBold", serif;
}

.notoserif6 {
    font-family: "Noto Serif JP Bold", serif;
}

.notoserif7 {
    font-family: "Noto Serif JP Black", serif;
}

/* Components: Section Title */
.c-section-title {
    font-weight: normal;
}

.c-section-title .en {
    display: block;
    font-family: "CantataOne-Regular", serif;
    line-height: 1;
    font-weight: bold;
}

.c-section-title .ja {
    display: block;
    font-family: "HinaMincho-Regular", "Hina Mincho", serif;
    line-height: 1;
}

/* Components: Read More Link */
.c-read-more {
    position: relative;
    width: fit-content;
}

.c-read-more a {
    display: block;
    color: #000;
    position: relative;
    width: fit-content;
    text-decoration: none;
}

.c-read-more a span {
    display: block;
    font-family: "Noto Serif JP Bold", serif;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.c-read-more a:hover span,
.c-read-more a:focus span {
    border-bottom-color: transparent;
}

.c-read-more::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto 0;
    background: #000;
    width: 8px;
    height: calc(tan(60deg) * 12px / 2);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* #feature */
#feature>.in {
    position: relative;
}

#feature>.in .text {
    margin: 0 auto 100px;
    text-align: center;
}

#feature>.in .text p {
    font-family: "HinaMincho-Regular", "Hina Mincho", serif;
}

#feature>.in .text .feature-link a {
    font-family: "Noto Serif JP Bold", serif;
    color: #000;
    display: block;
    width: fit-content;
    text-decoration: none;
    margin: 0 auto;
    padding-bottom: 4px;
    letter-spacing: 0.1em;
}

#feature>.in .text .feature-link a:hover,
#feature>.in .text .feature-link a:focus {
    border-bottom: 1px solid transparent;
}

/* #about */
#about>.in {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#about>.in .right-top {
    z-index: 2;
    position: absolute;
}

#about>.in .right-top img {
    width: 100%;
}

#about>.in .left-middle {
    position: absolute;
}

#about>.in .left-middle img {
    width: 100%;
}

#about>.in .about-text-area {
    position: absolute;
    z-index: 4;
}

#about>.in .about-text-area h2.title {
    text-align: left;
}

#about>.in .about-text-area p {
    line-height: 2;
    font-family: "Noto Serif JP SemiBold", serif;
    /* Optimized text-shadow: reduced layers for performance */
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 1);
}

#about>.in .about-text-area .read-more {
    margin: 0;
}

#about>.in .about-text-area .read-more a {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 1);
}

#about>.in .right-middle.map-img {
    z-index: 1;
    position: absolute;
}

#about>.in .right-middle.map-img img {
    width: 100%;
}

#about>.in-bottom {
    position: relative;
    z-index: 2;
}

#about>.in-bottom .left-bottom,
#about>.in-bottom .right-bottom {
    position: absolute;
}

#about>.in-bottom .left-bottom img,
#about>.in-bottom .right-bottom img {
    width: 100%;
}

/* #history */
#history>.in {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

#history>.in h2.title {
    text-align: center;
}

#history .text-area {
    font-family: "Noto Serif JP SemiBold", serif;
}

#history .text-area h3 {
    font-weight: normal;
}

#history .text-area p {
    line-height: 2;
}

#history .text-area .photo-area figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#history .text-area .photo-area figure.his2 img {
    object-fit: cover;
    object-position: center top;
}

#history .read-more {
    margin: 0 auto;
}

/* #peach-types */
#peach-types>.in {
    background-image: url(/img/peach/peach_types_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#peach-types>.in h2.title {
    text-align: center;
}

#peach-types>.in .read-more {
    margin: 0 auto;
}

/* #journal */
#journal>.in {
    position: relative;
}

#journal>.in .journal-head h2.title {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

#journal>.in .journal-head h2.title .en {
    color: #c60038;
}

#journal>.in .journal-head h2.title .ja {
    font-family: "Noto Serif JP Bold", serif;
    color: #000;
}

#journal>.in .journal-head .desc {
    font-family: "Noto Serif JP SemiBold", serif;
    line-height: 1;
    color: #000;
}

#journal>.in .read-more {
    margin: 0 auto;
    margin-top: 60px;
}

/* #eat-and-be-beautiful */
#eat-and-be-beautiful>.in {
    display: flex;
    gap: 30px;
}

#eat-and-be-beautiful>.in figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#eat-and-be-beautiful>.in .text-area {
    padding-top: 30px;
}

#eat-and-be-beautiful>.in .text-area h2.title {
    text-align: left;
}

#eat-and-be-beautiful>.in .text-area p {
    line-height: 2;
    font-family: "Noto Serif JP SemiBold", serif;
}

#eat-and-be-beautiful>.in .text-area .read-more {
    margin: 0;
}

/* #deliver-peaches */
#deliver-peaches>.in {
    position: relative;
}

#deliver-peaches>.in figure {
    width: 100%;
    height: 100%;
}

#deliver-peaches>.in figure img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#deliver-peaches>.in .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#deliver-peaches>.in h2.title {
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}

#deliver-peaches>.in h2.title .en {
    display: block;
    font-family: "Noto Serif JP Bold", serif;
    font-weight: normal;
    font-size: 1.125rem;
    margin-bottom: 16px;
    line-height: 1;
}

#deliver-peaches>.in h2.title .ja {
    display: block;
    font-family: "HinaMincho-Regular", "Hina Mincho", serif;
    font-weight: normal;
    line-height: 1;
}

#deliver-peaches>.in .read-more {
    margin: 0 auto;
    width: fit-content;
}

#deliver-peaches>.in .read-more a {
    font-family: "Noto Serif JP Bold", serif;
    font-size: 0.875rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 13px 37px 11px 40px;
    position: relative;
    width: fit-content;
    min-width: 180px;
    margin: 0 auto;
    text-decoration: none;
    background-color: #c60038;
    border-radius: 50px;
}

#deliver-peaches>.in .read-more a span {
    display: block;
    line-height: 1;
    width: fit-content;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

#deliver-peaches>.in .read-more a:hover span,
#deliver-peaches>.in .read-more a:focus span {
    border-bottom: 1px solid #fff;
}

#deliver-peaches>.in .read-more a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0;
    background: #fff;
    height: calc(tan(60deg) * 12px / 2);
    width: 8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.shifuku-banner {
    width: fit-content;
    margin: 0 auto 40px;
}

.shifuku-banner figure,
.shifuku-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .recipe-calendar */
.recipe-calendar>.in {
    display: flex;
}

.recipe-calendar>.in #peach-recipe,
.recipe-calendar>.in #calendar {
    width: 100%;
}

.recipe-calendar>.in #peach-recipe>.in,
.recipe-calendar>.in #calendar>.in {
    width: 100%;
    position: relative;
}

.recipe-calendar>.in #peach-recipe>.in figure,
.recipe-calendar>.in #calendar>.in figure {
    width: 100%;
    height: 100%;
}

.recipe-calendar>.in #peach-recipe>.in figure img,
.recipe-calendar>.in #calendar>.in figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-calendar>.in #peach-recipe>.in .over,
.recipe-calendar>.in #calendar>.in .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recipe-calendar>.in #peach-recipe>.in .over-in,
.recipe-calendar>.in #calendar>.in .over-in {
    height: 100%;
}

.recipe-calendar>.in #peach-recipe>.in h2.title,
.recipe-calendar>.in #calendar>.in h2.title {
    text-align: left;
}

.recipe-calendar>.in #peach-recipe>.in p,
.recipe-calendar>.in #calendar>.in p {
    line-height: 2;
    font-family: "Noto Serif JP Regular", serif;
}

.recipe-calendar>.in #peach-recipe>.in .read-more,
.recipe-calendar>.in #calendar>.in .read-more {
    width: fit-content;
}

.recipe-calendar>.in #peach-recipe>.in .read-more a,
.recipe-calendar>.in #calendar>.in .read-more a {
    font-family: "Noto Serif JP Bold", serif;
    font-size: 0.875rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 13px 37px 11px 40px;
    position: relative;
    width: fit-content;
    min-width: 180px;
    margin: 0 auto;
    text-decoration: none;
    background-color: #c60038;
    border-radius: 50px;
}

.recipe-calendar>.in #peach-recipe>.in .read-more a span,
.recipe-calendar>.in #calendar>.in .read-more a span {
    display: block;
    line-height: 1;
    width: fit-content;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.recipe-calendar>.in #peach-recipe>.in .read-more a:hover span,
.recipe-calendar>.in #peach-recipe>.in .read-more a:focus span,
.recipe-calendar>.in #calendar>.in .read-more a:hover span,
.recipe-calendar>.in #calendar>.in .read-more a:focus span {
    border-bottom-color: #fff;
}

.recipe-calendar>.in #peach-recipe>.in .read-more a::after,
.recipe-calendar>.in #calendar>.in .read-more a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0;
    background: #fff;
    height: calc(tan(60deg) * 12px / 2);
    width: 8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* #eat-and-buy */
#eat-and-buy>.in .box-list {
    display: flex;
    width: 100%;
}

#eat-and-buy>.in .box-list li a {
    display: block;
    text-decoration: none;
    color: #000;
}

#eat-and-buy>.in .box-list li a:hover h3.item-title,
#eat-and-buy>.in .box-list li a:focus h3.item-title {
    text-decoration: underline;
}

#eat-and-buy>.in .box-list li .item-in .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#eat-and-buy>.in .box-list li.title-box {
    background-image: url(/img/peach/eat_and_buy_title_bg.png);
    background-repeat: no-repeat;
    background-position: right 30px top;
}

#eat-and-buy>.in .box-list li.title-box h2.title {
    text-align: left;
}

#eat-and-buy>.in .box-list li.title-box h2.title .en {
    margin-bottom: 20px;
}

#eat-and-buy>.in .box-list li.title-box h2.title .ja {
    margin-bottom: 20px;
    line-height: 1.4;
}

#eat-and-buy>.in .box-list li.title-box p {
    line-height: 2;
    font-family: "Noto Serif JP SemiBold", serif;
}

#eat-and-buy>.in .box-list li.title-box .read-more {
    margin: 0;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-img {
    aspect-ratio: 41 / 28;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list {
    display: flex;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .buy,
#eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .eat {
    font-family: "Noto Serif JP SemiBold", serif;
    display: block;
    width: fit-content;
    line-height: 1;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .buy {
    color: #fff;
    background-color: #c60038;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .eat {
    color: #c60038;
    background-color: #fff;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-txt h3.item-title {
    line-height: 1.2;
    font-family: "Noto Serif JP Bold", serif;
}

#eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-info {
    line-height: 1.6;
    font-family: "Noto Serif JP SemiBold", serif;
}

/* .banner-area */
.banner-area>.in .list {
    display: flex;
    gap: 3%;
}

.banner-area>.in .list li {
    width: 48.5%;
    height: fit-content;
    aspect-ratio: 32 / 9;
}

.banner-area>.in .list li a {
    display: block;
    width: fit-content;
    height: fit-content;
}

.banner-area>.in .list li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* #recent-news */
#recent-news {
    background-color: #feefec;
    padding: 80px 0;
}

#recent-news>.in h2.title {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#recent-news>.in .contents ul {
    margin-bottom: 40px;
    border-top: 1px solid #dbdbdb;
}

#recent-news>.in .contents ul li {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    padding: 15px 0;
}

#recent-news>.in .contents ul li .item-img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    flex-shrink: 0;
}

#recent-news>.in .contents ul li .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#recent-news>.in .contents ul li .item-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 140px);
    padding: 0;
}

#recent-news>.in .contents ul li .item-txt .date {
    display: block;
    font-family: "Noto Serif JP SemiBold", serif;
}

#recent-news>.in .contents ul li .item-txt .txt {
    display: block;
    font-family: "Noto Serif JP SemiBold", serif;
}

#recent-news>.in .contents ul li .item-txt .txt a {
    color: #000;
}

#recent-news>.in .contents .read-more {
    margin: 0 auto;
}

/* footer */
footer {
    margin-top: 100px;
    background-color: #fff;
}

footer .furusato-tax {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

footer .furusato-tax>.in {
    background-color: #f9f6ec;
    margin: 0 auto;
}

footer .furusato-tax>.in .title {
    text-align: center;
    font-weight: normal;
}

footer .furusato-tax>.in .title .en {
    display: block;
    font-size: 0.875rem;
    font-family: "CantataOne-Regular", serif;
    margin-bottom: 20px;
    font-weight: bold;
}

footer .furusato-tax>.in .title .ja {
    display: block;
    font-size: 1.5rem;
    font-family: "HinaMincho-Regular", "Hina Mincho", serif;
    margin-bottom: 25px;
}

footer .furusato-tax>.in .desc {
    text-align: center;
    font-size: 1rem;
    font-family: "Noto Serif JP Medium", serif;
    line-height: 2;
    margin-bottom: 50px;
}

footer .furusato-tax>.in .banner-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

footer .furusato-tax>.in .banner-list li {
    width: 100%;
}

footer .furusato-tax>.in .banner-list li a {
    display: block;
}

footer .furusato-tax>.in .banner-list li img {
    width: 100%;
}

footer .furusato-tax>.in .read-more {
    margin: 0 auto;
}

footer .footer-banner-links {
    background-color: #ffefeb;
    padding: 40px 0;
    margin-bottom: 80px;
}

footer .footer-banner-links .banner-list {
    display: flex;
    justify-content: center;
    gap: 1.56vw;
    margin: 0 auto;
}

footer .footer-logo-area>.in .footer-text-links1 {
    padding-top: 15px;
}

footer .footer-logo-area>.in .footer-text-links1 .text-link-list a {
    text-decoration: none;
    color: #707070;
    font-size: 0.875rem;
    font-family: "CantataOne-Regular", serif;
    display: block;
    line-height: 1;
    letter-spacing: 0.09em;
}

footer .footer-logo-area>.in .footer-text-links1 .text-link-list a:hover,
footer .footer-logo-area>.in .footer-text-links1 .text-link-list a:focus,
footer .footer-logo-area>.in .footer-text-links1 .text-link-list a:hover span,
footer .footer-logo-area>.in .footer-text-links1 .text-link-list a:focus span {
    text-decoration: underline;
}

footer .footer-text-links2>.in {
    margin: 0 auto;
}

footer .footer-text-links2>.in .text-link-list a {
    text-decoration: none;
    color: #707070;
    font-size: 0.875rem;
    font-family: "Noto Serif JP Medium", serif;
    display: block;
    line-height: 1;
}

footer .footer-text-links2>.in .text-link-list a:hover,
footer .footer-text-links2>.in .text-link-list a:focus,
footer .footer-text-links2>.in .text-link-list a:hover span,
footer .footer-text-links2>.in .text-link-list a:focus span {
    text-decoration: underline;
}

footer .copyright {
    margin: 0 auto;
    padding: 60px 0;
    color: #707070;
    font-size: 75%;
    font-family: "Noto Serif JP Medium", serif;
    text-align: right;
}

/* Swiper / Hero (General) */
#hero {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 400px;
    overflow: hidden;
}

.hero-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80%;
    max-width: 600px;
    pointer-events: none;
}

.pageListDynBlock {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: calc(100% - 2rem);
    max-width: 450px;
}

.hero-journal .in {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.hero-journal .pageListBlock {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-journal .pageEntity {
    display: flex;
    align-items: center;
    padding: 0.75rem;
}

.hero-journal .item-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 0.75rem;
}

.hero-journal .pageThumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
}

.hero-journal .item-txt .date {
    font-size: 0.75rem;
    color: #6b7280;
}

.hero-journal .item-txt .text {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0.25rem;
}

#hero .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
    width: 12px;
    height: 12px;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

#hero .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #c60038;
}

.hero-controls {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 10;
    display: flex;
    gap: 0.5rem;
}

.hero-controls button {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: background-color 0.3s ease;
}

.hero-controls button:hover {
    background-color: #fff;
}

#hero-pause-button::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-left: 4px solid #333;
    border-right: 4px solid #333;
    box-sizing: border-box;
}

#hero-play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #333;
    margin-left: 4px;
    box-sizing: border-box;
}

/* Peach Swiper */
.peach-slider-container {
    margin: 3rem auto;
    padding: 0 1rem;
    position: relative;
}

.peach-swiper .item-in {
    text-align: center;
}

.peach-swiper .item-txt {
    font-family: "Noto Serif JP SemiBold", serif;
    margin-top: 1rem;
    line-height: 1.3;
}

.peach-swiper .name.en {
    font-weight: 600;
    color: #c60038;
    font-size: 1.125rem;
}

.peach-swiper .name {
    font-weight: 700;
    font-size: 1.75rem;
    margin-top: 0.25rem;
}

.peach-swiper .desc {
    margin-top: 0.25rem;
}

.peach-slider-container .swiper-button-prev,
.peach-slider-container .swiper-button-next {
    top: 40%;
}

/* Journal Swiper */
#journal {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.journal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.journal-header .title-en {
    display: block;
    font-size: 1.125rem;
    color: #ec4899;
    font-weight: 600;
}

.journal-header .title-ja {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.875rem;
    font-weight: 700;
    color: #1f2937;
}

.journal-header .description {
    margin-top: 1rem;
    color: #4b5563;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.card {
    background-color: #ffffff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.card a {
    text-decoration: none;
    color: #000;
}

.card a:hover {
    text-decoration: underline;
}

.card-image-wrapper {
    overflow: hidden;
    height: 360px;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card-image {
    transform: scale(1.1);
}

.card-content {
    padding: 1.25rem;
    flex-grow: 1;
    font-family: "Noto Serif JP SemiBold", serif;
}

.card-date {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.card-title {
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.25rem;
}

.card-excerpt {
    font-size: 1.25rem;
    margin-top: 0.25rem;
}

.swiper-slide {
    height: auto;
}

.swiper-wrapper {
    padding-bottom: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1f2937;
    transition: opacity 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.7;
}

.swiper-button-disabled {
    display: none;
}

.swiper-pagination-bullet-active {
    background-color: #1f2937 !important;
}

/* Modal Menu (Common) */
.s-9905-pc-menu-btn-menu,
#sp-header-nav .s-9905-menu-btn-menu {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: block;
}

#sp-header-nav .s-9905-menu-btn-menu {
    position: static;
}

#headerNew {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.hamburger-btn {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1001;
    width: 44px;
    height: 44px;
    background: #FFF;
    cursor: pointer;
    border: solid 1px gainsboro;
    border-radius: 4px;
}

.hamburger-bar {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #333;
    margin: 1px auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger-bar:nth-of-type(1) {
    top: 10px;
}

.hamburger-bar:nth-of-type(2) {
    top: 19px;
}

.hamburger-bar:nth-of-type(3) {
    top: 28px;
}

.hamburger-btn.is-open .hamburger-bar {
    background-color: #333;
}

.hamburger-btn.is-open .hamburger-bar:nth-of-type(1) {
    top: 19px;
    transform: translateX(-50%) rotate(45deg);
}

.hamburger-btn.is-open .hamburger-bar:nth-of-type(2) {
    opacity: 0;
}

.hamburger-btn.is-open .hamburger-bar:nth-of-type(3) {
    top: 19px;
    transform: translateX(-50%) rotate(-45deg);
}

#modalMenu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(198, 0, 56, 0.95);
    z-index: 1000;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: opacity 0.3s, visibility 0.3s;
}

#modalMenu.is-open {
    visibility: visible;
    opacity: 1;
}

body.no-scroll {
    overflow: hidden;
}

#modalMenu nav {
    max-width: 800px;
    margin: 0 auto;
}

#modalMenu .nav-list,
#modalMenu .sub-list,
#modalMenu .sns-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

#modalMenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #FFF;
    font-family: "Noto Serif JP Regular", serif;
}

#modalMenu .nav-list a {
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
}

#modalMenu .nav-list .en {
    font-size: 0.8rem;
    color: #FFF;
    margin-left: 2rem;
}

#modalMenu .sns-list {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#modalMenu .sns-list img {
    width: 40px;
    height: 40px;
}

#hero .swiper-button-prev,
#hero .swiper-button-next {
    color: #fff;
    --swiper-navigation-size: 30px;
}

.hero-controls-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    right: 5px;
}

.hero-controls-wrapper .swiper-pagination {
    position: static;
    width: auto;
}

.hero-controls-wrapper .hero-controls {
    position: static;
    bottom: auto;
    right: auto;
    z-index: auto;
}

.hero-controls-wrapper .swiper-pagination-bullet {
    background-color: #ccc;
}

.hero-controls-wrapper .swiper-pagination-bullet-active {
    background-color: #c60038;
}

/* Info List */
.section_information_list .list_pack {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section_information_list .list_pack .article_img {
    flex-shrink: 0;
}

.section_information_list .list_pack .article_txt {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
    font-family: "Noto Serif JP SemiBold", serif;
}

.section_information_list .list_pack .article_date {
    font-size: 0.875rem;
}

.section_information_list .list_pack .article_title {
    font-size: 1.125rem;
    font-weight: bold;
}

.section_information_list .list_pack .article_title a {
    color: #333;
}

.section_information_list .list_pack .article_title img {
    margin-left: 10px;
}

/* ===================================================================
 * MEDIA QUERIES: PC / Large Screens (min-width: 769px) & Print
 * =================================================================== */
@media print,
screen and (min-width: 769px) {
    .view-sp {
        display: none !important;
    }

    body {
        min-width: 1040px;
    }

    .to-container a {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 0;
        margin-top: -9999px;
        color: #000;
        font-size: 97%;
    }

    .to-container a:focus {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    #header {
        background-color: #fff;
    }

    #header,
    #header::before,
    #header::after,
    #header *,
    #header *::before,
    #header *::after {
        box-sizing: border-box;
    }

    #header .header-subnav-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 40px 20px 30px;
        position: relative;
    }

    #header .header-subnav-area #header-logo {
        z-index: 110;
    }

    #header .header-subnav-area #header-logo a {
        display: block;
    }

    #header .header-subnav-area #header-logo a:hover {
        opacity: .85;
    }

    #header .header-subnav-area #pc-header-nav {
        position: relative;
        z-index: 110;
    }

    #header .header-subnav-area #pc-header-nav .s-9905-pc-menu-btn-menu {
        display: block;
        width: 42px;
        height: 42px;
    }

    #header .header-subnav-area #pc-header-nav .s-9905-pc-menu-btn-menu a {
        display: block;
    }

    #header .header-subnav-area #pc-header-nav .s-9905-pc-menu-btn-menu a img {
        opacity: 1 !important;
    }

    #header .pc-modal-menu-bg {
        width: 100%;
        height: 2000px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #c60038;
        z-index: 60;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0s 0.3s;
    }

    #header .pc-modal-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        min-width: 1000px;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0s 0.3s;
    }

    body.is-pc-menu-open #header .pc-modal-menu-bg,
    body.is-pc-menu-open #header .pc-modal-menu {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    body.is-pc-menu-open {
        overflow: hidden;
    }

    #header-logo img.logo-normal,
    #header .s-9905-pc-menu-btn-menu img.icon-menu {
        display: inline;
    }

    #header-logo img.logo-active,
    #header .s-9905-pc-menu-btn-menu img.icon-close {
        display: none;
    }

    body.is-pc-menu-open #header-logo img.logo-normal,
    body.is-pc-menu-open #header .s-9905-pc-menu-btn-menu img.icon-menu {
        display: none;
    }

    body.is-pc-menu-open #header-logo img.logo-active,
    body.is-pc-menu-open #header .s-9905-pc-menu-btn-menu img.icon-close {
        display: inline;
    }

    #header .pc-modal-menu .in {
        width: 100%;
        height: fit-content;
        min-height: 100vh;
        margin: 0;
        padding: 1px;
        background-color: rgba(198, 0, 56, 0.95);
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #header .pc-modal-menu .in a {
        text-decoration: none;
        color: #fff;
    }

    #header .pc-modal-menu .in a:hover,
    #header .pc-modal-menu .in a:focus {
        text-decoration: underline;
    }

    #header .pc-modal-menu .in a:hover span,
    #header .pc-modal-menu .in a:focus span {
        text-decoration: underline;
    }

    #header .pc-modal-menu .in .pc-nav {
        display: block;
        width: fit-content;
        height: fit-content;
        padding: 120px 0;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list {
        margin-bottom: 4em;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list li {
        margin-bottom: 1.3em;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list li:last-child {
        margin-bottom: 0;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list li a {
        display: inline-block;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list li a:focus,
    #header .pc-modal-menu .in .pc-nav .nav-list li a:focus-visible {
        outline: none;
        position: relative;
        display: inline-block;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list li a:focus::before,
    #header .pc-modal-menu .in .pc-nav .nav-list li a:focus-visible::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: -4px;
        right: 0;
        margin: auto;
        width: calc(100% + 8px);
        height: calc(100% + 2px);
        border-radius: 4px;
        outline: 1px solid #fff;
        border: 2px solid #333;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list .ja {
        font-weight: normal;
        font-family: "Noto Serif JP Regular", serif;
        font-size: 1.25rem;
        margin-right: 2em;
    }

    #header .pc-modal-menu .in .pc-nav .nav-list .en {
        font-weight: normal;
        font-family: "CantataOne-Regular", serif;
        font-size: 0.875rem;
    }

    #header .pc-modal-menu .in .pc-nav .sub-list {
        margin-bottom: 2.5em;
    }

    #header .pc-modal-menu .in .pc-nav .sub-list li {
        font-weight: normal;
        font-family: "Noto Serif JP Regular", serif;
        font-size: 1rem;
        margin-bottom: 0.8em;
    }

    #header .pc-modal-menu .in .pc-nav .sub-list li:last-child {
        margin-bottom: 0;
    }

    #header .pc-modal-menu .in .pc-nav .sns-list {
        display: flex;
        gap: 10px;
    }

    #header .pc-modal-menu .in .pc-nav .sns-list a {
        display: block;
    }

    #container {
        min-width: 1000px;
    }

    .c-section-title .en {
        font-size: 1.125rem;
        margin-bottom: 40px;
    }

    .c-section-title .ja {
        font-size: 2rem;
        margin-bottom: 70px;
    }

    #feature>.in .text {
        width: calc(14em - 16px * 14 + 480px);
    }

    #feature>.in .text p {
        font-size: 1.25rem;
        line-height: 2.4;
        margin-bottom: 30px;
    }

    #feature>.in .text .feature-link a {
        font-size: 0.875rem;
        border-bottom: 1px solid #000;
    }

    #about>.in {
        max-width: 1920px;
        min-width: 1000px;
        height: calc((15em - 16px * 15 + 740px) + (1920px - 100vw) * 100 / 960);
    }

    #about>.in .right-top {
        top: -210px;
        left: calc(max(calc(50% + 230px), calc(50% + 24.27vw)));
        width: calc(min(380px, 19.79vw));
        max-width: 380px;
        min-width: 250px;
    }

    #about>.in .right-top img {
        border-radius: 4px;
    }

    #about>.in .left-middle {
        top: 0;
        left: 0;
        width: calc(min(420px, 21.875vw));
        max-width: 420px;
        min-width: 218px;
    }

    #about>.in .left-middle img {
        border-radius: 0 4px 4px 0;
    }

    #about>.in .about-text-area {
        top: 60px;
        left: calc(min(510px, max(26.5vw, 250px)));
        max-width: 600px;
        min-width: 312px;
        width: calc(min(600px, 31.25vw));
    }

    #about>.in .about-text-area .text {
        margin-bottom: 40px;
    }

    #about>.in .about-text-area p {
        font-size: 1rem;
    }

    #about>.in .about-text-area p+p {
        margin-top: 25px;
    }

    #about>.in .right-middle.map-img {
        top: 0;
        left: calc(min(calc(50% + 200px), calc(50% + 10.4vw)));
        width: calc(min(540px, 28.12vw));
        max-width: 540px;
        min-width: 281px;
    }

    #about>.in .right-middle.map-img img {
        border-radius: 4px 0 0 4px;
    }

    #about>.in-bottom {
        max-height: 720px;
        min-height: 450px;
        height: calc(min(720px, 37.5vw));
    }

    #about>.in-bottom .left-bottom {
        top: -70px;
        right: 50%;
        max-width: 640px;
        min-width: 333px;
        width: calc(min(640px, 30vw));
    }

    #about>.in-bottom .left-bottom img {
        border-radius: 4px;
    }

    #about>.in-bottom .right-bottom {
        top: 110px;
        left: calc(50% + calc(min(200px, 10.4vw)));
        max-width: 680px;
        min-width: 354px;
        width: calc(min(680px, 35.42vw));
    }

    #about>.in-bottom .right-bottom img {
        border-radius: 4px;
    }

    #history .pc-tate {
        writing-mode: vertical-rl;
    }

    #history .tatechuyoko {
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all;
        padding: 0 0 2px;
    }

    #history .text-area {
        height: calc(100em - 16px * 100 + 512px);
        margin: 0 auto 60px;
        max-width: 90vw;
        overflow-x: auto;
        padding-bottom: 15px;
        width: auto;
    }

    #history .text-area h3 {
        margin-left: 30px;
        font-size: 1.1875rem;
    }

    #history .text-area p {
        font-size: 1.0625rem;
    }

    #history .text-area .photo-area {
        margin-right: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    #history .text-area .photo-area figure {
        width: 220px;
    }

    #history .text-area .photo-area figure img {
        border-radius: 4px;
    }

    #history .text-area .photo-area figure.his2 {
        width: 220px;
        height: 165px;
    }

    #history .text-area .photo-area.middle {
        margin-left: 60px;
    }

    #peach-types>.in {
        min-height: 1000px;
        padding-top: 200px;
        padding-bottom: 60px;
        margin-bottom: 130px;
    }

    #journal>.in {
        margin-bottom: 100px;
    }

    #journal>.in .journal-head {
        max-width: 1320px;
        min-width: 1000px;
        width: calc(max(1000px, 68.75vw));
        margin: 0 auto 60px;
    }

    #journal>.in .journal-head h2.title .en {
        font-size: 2rem;
        margin-left: 5px;
        margin-right: 40px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    #journal>.in .journal-head h2.title .ja {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 0px;
    }

    #journal>.in .journal-head .desc {
        font-size: 1rem;
    }

    #eat-and-be-beautiful>.in {
        max-width: 1320px;
        min-width: 1000px;
        width: calc(max(1000px, 68.75vw));
        margin: 0 auto 120px;
    }

    #eat-and-be-beautiful>.in figure {
        max-width: 645px;
        min-width: 488px;
        width: calc(max(488px, 32.19vw));
    }

    #eat-and-be-beautiful>.in .text-area p {
        font-size: 1rem;
        margin-bottom: 40px;
        max-width: 610px;
    }

    #deliver-peaches>.in {
        max-width: 1320px;
        min-width: 1000px;
        margin: 0 auto 40px;
        width: calc(max(1000px, 68.75vw));
        height: calc(5em - 16px * 5 + 400px);
    }

    #deliver-peaches>.in h2.title {
        padding: 25px 3em 30px;
        min-width: 680px;
    }

    #deliver-peaches>.in h2.title .en {
        font-size: 1.125rem;
        margin-bottom: 16px;
    }

    #deliver-peaches>.in h2.title .ja {
        font-size: 2rem;
    }

    #deliver-peaches>.in .read-more a span {
        padding-bottom: 4px;
    }

    #deliver-peaches>.in .read-more {
        margin: auto auto 40px;
    }

    .recipe-calendar>.in {
        max-width: 1320px;
        min-width: 1000px;
        margin: 0 auto 120px;
        width: calc(max(1000px, 68.75vw));
        min-height: 480px;
    }

    .recipe-calendar>.in #peach-recipe>.in,
    .recipe-calendar>.in #calendar>.in {
        height: calc(35em - 16px * 35 + 480px);
    }

    .recipe-calendar>.in #peach-recipe>.in .over,
    .recipe-calendar>.in #calendar>.in .over {
        padding: 20px;
    }

    .recipe-calendar>.in #peach-recipe>.in .over-in,
    .recipe-calendar>.in #calendar>.in .over-in {
        padding: 23px 23px 0;
    }

    .recipe-calendar>.in #peach-recipe>.in h2.title .en,
    .recipe-calendar>.in #calendar>.in h2.title .en {
        margin-bottom: 20px;
    }

    .recipe-calendar>.in #peach-recipe>.in h2.title .ja,
    .recipe-calendar>.in #calendar>.in h2.title .ja {
        margin-bottom: 20px;
    }

    .recipe-calendar>.in #peach-recipe>.in p,
    .recipe-calendar>.in #calendar>.in p {
        font-size: 1rem;
        margin-bottom: 10px;
        max-width: 455px;
    }

    .recipe-calendar>.in #peach-recipe>.in .read-more,
    .recipe-calendar>.in #calendar>.in .read-more {
        margin: 0 0 0 auto;
    }

    .recipe-calendar>.in #peach-recipe>.in .read-more a span,
    .recipe-calendar>.in #calendar>.in .read-more a span {
        padding-bottom: 4px;
    }

    #eat-and-buy>.in {
        max-width: 1320px;
        min-width: 1000px;
        margin: 0 auto 80px;
        width: calc(max(1000px, 68.75vw));
    }

    #eat-and-buy>.in .box-list {
        flex-wrap: wrap;
        gap: 35px 3.4%;
    }

    #eat-and-buy>.in .box-list li {
        width: calc(93.2% / 3);
    }

    #eat-and-buy>.in .box-list li.title-box p {
        font-size: 1rem;
        margin-bottom: 40px;
        max-width: 455px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-img {
        margin-bottom: 18px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-img img {
        border-radius: 4px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags {
        margin-bottom: 18px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list {
        gap: 10px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .buy,
    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .eat {
        border-radius: 2px;
        border: 2px solid #c60038;
        padding: 8px 18px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt h3.item-title {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-info {
        font-size: 0.875rem;
    }

    .banner-area>.in {
        max-width: 1320px;
        min-width: 1000px;
        margin: 0 auto 120px;
        width: calc(max(1000px, 68.75vw));
    }

    #recent-news>.in {
        max-width: 1320px;
        min-width: 1000px;
        width: calc(max(1000px, 68.75vw));
        margin: 0 auto;
    }

    #recent-news>.in h2.title .en {
        transform: translateY(3px);
        margin-bottom: 0px;
    }

    #recent-news>.in h2.title .ja {
        font-size: 2.0625rem;
        margin-right: 33px;
        margin-bottom: 0px;
    }

    #recent-news>.in .contents ul {
        max-height: 400px;
    }

    #recent-news>.in .contents ul li .item-txt .date {
        font-size: 0.875rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    #recent-news>.in .contents ul li .item-txt .txt {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    footer {
        min-width: 1000px;
    }

    footer .furusato-tax>.in {
        border-radius: 6px;
        max-width: 1320px;
        min-width: 1000px;
        width: calc(min(1320px, 68.75vw));
        padding: 60px;
    }

    footer .footer-banner-links .banner-list {
        max-width: 1320px;
        min-width: 1000px;
        width: calc(max(1000px, 68.75vw));
    }

    footer .footer-banner-links .banner-list a {
        display: block;
    }

    footer .footer-banner-links .banner-list p {
        width: calc(min(315px, 23.8%));
    }

    footer .footer-banner-links .banner-list p img {
        width: 100%;
    }

    footer .footer-logo-area>.in {
        max-width: 1320px;
        min-width: 1000px;
        width: calc(max(1000px, 68.75vw));
        margin: 0 auto 60px;
        display: flex;
        justify-content: space-between;
    }

    footer .footer-logo-area>.in #footer-logo {
        max-width: 410px;
        min-width: 310px;
        width: calc(min(410px, 21.35vw));
    }

    footer .footer-logo-area>.in #footer-logo img {
        width: 100%;
    }

    footer .footer-logo-area>.in .footer-text-links1 {
        max-width: 730px;
        min-width: 545px;
        width: calc(min(730px, 38vw));
    }

    footer .footer-logo-area>.in .footer-text-links1 .text-link-list {
        display: flex;
        flex-wrap: wrap;
        gap: 17px 35px;
        font-weight: 700;
    }

    footer .footer-text-links2>.in {
        padding-top: 35px;
        max-width: 1320px;
        min-width: 1000px;
        width: calc(min(1320px, 68.75vw));
        border-top: 1px solid #e0e0e0;
    }

    footer .footer-text-links2>.in .text-link-list {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 17px 20px;
    }

    footer .copyright {
        max-width: 1320px;
        min-width: 1000px;
        width: calc(min(1320px, 68.75vw));
    }
}

/* ===================================================================
 * MEDIA QUERIES: Tablet / Mobile (max-width: 768px)
 * =================================================================== */
@media screen and (max-width: 768px) {
    .view-pc {
        display: none !important;
    }

    body {
        font-size: 1rem;
    }

    #sp-header>.box {
        background-color: #fff;
        padding: 0 20px;
        height: 80px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #sp-header>.box #sp-header-logo {
        width: 250px;
        height: auto;
        position: relative;
        z-index: 110;
    }

    #sp-header>.box #sp-header-logo img {
        width: 100%;
    }

    #sp-header>.box #sp-header-nav {
        position: relative;
        width: 60px;
        height: 60px;
        padding: 0;
        background: none;
    }

    #sp-header>.box #sp-header-nav .list {
        display: none;
    }

    #sp-header>.box #sp-header-nav .menu-btn-area {
        margin: 0;
    }

    #sp-header>.box #sp-header-nav .menu-btn-area img {
        width: 100%;
    }

    #sp-header>.box #sp-header-nav .menu-btn-area .s-9905-menu-btn-menu {
        margin: 0;
        margin-left: 0;
        width: 60px;
        position: absolute;
        right: 0;
        z-index: 110;
    }

    #sp-header>.box #sp-header-nav .menu-btn-area .s-9905-menu-btn-menu img {
        width: 100%;
        opacity: 1;
    }

    #sp-header .modal-menu-bg {
        width: 100%;
        height: 100vh;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #c60038;
        z-index: 9;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0s 0.3s;
    }

    #sp-header .modal-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0s 0.3s;
    }

    body.is-sp-menu-open #sp-header .modal-menu-bg,
    body.is-sp-menu-open #sp-header .modal-menu {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    body.is-sp-menu-open {
        overflow: hidden;
    }

    #sp-header .s-9905-menu-btn-menu img.icon-menu {
        display: block;
    }

    #sp-header .s-9905-menu-btn-menu img.icon-close {
        display: none;
    }

    body.is-sp-menu-open #sp-header .s-9905-menu-btn-menu img.icon-menu {
        display: none;
    }

    body.is-sp-menu-open #sp-header .s-9905-menu-btn-menu img.icon-close {
        display: block;
    }

    #sp-header .modal-menu .in {
        width: 100%;
        height: auto;
        min-height: 100vh;
        margin: 0;
        padding: 20px;
        background-color: rgba(198, 0, 56, 0.95);
    }

    #sp-header .modal-menu .in a {
        text-decoration: none;
        color: #fff;
    }

    #sp-header .modal-menu .in a:hover,
    #sp-header .modal-menu .in a:focus {
        text-decoration: underline;
    }

    #sp-header .modal-menu .in a:hover span,
    #sp-header .modal-menu .in a:focus span {
        text-decoration: underline;
    }

    #sp-header .modal-menu .in .sp-nav {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 100px 0 0;
    }

    #sp-header .modal-menu .in .sp-nav .nav-list {
        margin-bottom: 2em;
    }

    #sp-header .modal-menu .in .sp-nav .nav-list li {
        margin-bottom: 1em;
    }

    #sp-header .modal-menu .in .sp-nav .nav-list li:last-child {
        margin-bottom: 0;
    }

    #sp-header .modal-menu .in .sp-nav .nav-list .ja {
        font-weight: normal;
        font-family: "Noto Serif JP Regular", serif;
        font-size: 1.2rem;
        margin-right: 0.5em;
    }

    #sp-header .modal-menu .in .sp-nav .nav-list .en {
        font-weight: normal;
        font-family: "CantataOne-Regular", serif;
        font-size: 0.8rem;
    }

    #sp-header .modal-menu .in .sp-nav .sub-list {
        margin-bottom: 2em;
    }

    #sp-header .modal-menu .in .sp-nav .sub-list li {
        font-weight: normal;
        font-family: "Noto Serif JP Regular", serif;
        font-size: 1rem;
        margin-bottom: 0.8em;
    }

    #sp-header .modal-menu .in .sp-nav .sub-list li:last-child {
        margin-bottom: 0;
    }

    #sp-header .modal-menu .in .sp-nav .sns-list {
        display: flex;
        padding-bottom: 40px;
        gap: 18px;
    }

    #sp-header .modal-menu .in .sp-nav .sns-list a {
        display: block;
    }

    #sp-header .modal-menu .in .sp-nav .sns-list img {
        width: 60px;
        image-rendering: auto;
    }

    #container {
        margin: 0;
    }

    .c-section-title .en {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .c-section-title .ja {
        font-size: 1.875rem;
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .c-read-more a span {
        font-size: 1rem;
        padding-bottom: 4px;
        border-bottom-width: 1px;
    }

    .c-read-more::after {
        right: -25px;
        width: 10px;
        height: calc(tan(60deg) * 14px / 2);
    }

    #feature>.in .text {
        width: calc(100% - 40px);
        margin-bottom: 30px;
    }

    #feature>.in {
        padding-top: 40px;
    }

    #feature>.in .text p {
        font-size: 1.25rem;
        line-height: 2;
        margin-bottom: 30px;
    }

    #feature>.in .text .feature-link a {
        font-size: 1rem;
        border-bottom: 1px solid #000;
    }

    #about>.in {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px 0;
    }

    #about>.in .right-top {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    #about>.in .right-top img {
        border-radius: 8px;
    }

    #about>.in .left-middle {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    #about>.in .left-middle img {
        border-radius: 8px;
    }

    #about>.in .about-text-area {
        position: relative;
        top: auto;
        width: 100%;
        left: auto;
        right: auto;
        margin: 0 auto;
    }

    #about>.in .about-text-area .text {
        margin-bottom: 40px;
    }

    #about>.in .about-text-area p {
        font-size: 1rem;
        text-shadow: none;
    }

    #about>.in .about-text-area p+p {
        margin-top: 20px;
    }

    #about>.in .about-text-area .read-more a {
        text-shadow: none;
    }

    #about>.in .right-middle.map-img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    #about>.in .right-middle.map-img img {
        border-radius: 8px;
    }

    #about>.in-bottom {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin: 0 auto 40px;
        padding: 0 20px;
    }

    #about>.in-bottom .left-bottom {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    #about>.in-bottom .left-bottom img {
        border-radius: 8px;
    }

    #about>.in-bottom .right-bottom {
        position: relative;
        width: 100%;
        max-width: 500px;
        bottom: auto;
        right: auto;
        margin: 0 auto;
    }

    #about>.in-bottom .right-bottom img {
        border-radius: 8px;
    }

    #history .text-area {
        width: calc(100% - 40px);
        margin: 0 auto 60px;
    }

    #history .text-area h3 {
        margin-bottom: 20px;
        font-size: 1.0625rem;
    }

    #history>.in {
        margin-bottom: 40px;
    }

    #history .text-area p {
        font-size: 1rem;
    }

    #history .text-area p+p {
        margin-top: 20px;
    }

    #history .text-area .photo-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #history .text-area .photo-area figure {
        width: 100%;
        max-width: 440px;
    }

    #history .text-area .photo-area figure img {
        border-radius: 8px;
    }

    #history .text-area .photo-area figure.his2 {
        width: 100%;
        max-width: 440px;
        height: auto;
        aspect-ratio: 4/3;
    }

    #peach-types>.in {
        padding-top: 100px;
        min-height: auto;
        padding-bottom: 60px;
        margin-bottom: 80px;
    }

    #peach-types>div>h2>span.ja>span.kaigyo {
        display: block;
    }

    #journal>.in {
        margin-bottom: 80px;
    }

    #journal>.in .journal-head {
        width: calc(100% - 40px);
        margin: 0 auto 40px;
    }

    #journal>.in .journal-head h2.title {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    #journal>.in .journal-head h2.title .en {
        font-size: 1.875rem;
        margin-bottom: 20px;
    }

    #journal>.in .journal-head h2.title .ja {
        font-size: 1.125rem;
        font-weight: bold;
    }

    #journal>.in .journal-head .desc {
        font-size: 1rem;
    }

    #journal>.in .read-more {
        margin-top: 40px;
    }

    #eat-and-be-beautiful>.in {
        width: calc(100% - 40px);
        margin: 0 auto 80px;
        flex-direction: column;
    }

    #eat-and-be-beautiful>.in figure {
        width: 100%;
        height: fit-content;
        margin-bottom: 20px;
    }

    #eat-and-be-beautiful>.in .text-area {
        padding-top: 0;
    }

    #eat-and-be-beautiful>.in .text-area h2.title .ja {
        line-height: 1.4;
    }

    #eat-and-be-beautiful>.in .text-area p {
        font-size: 1rem;
        margin-bottom: 40px;
        max-width: 100%;
    }

    #deliver-peaches>.in {
        width: calc(100% - 40px);
        margin: 0 auto 40px;
        height: auto;
        padding: 20px 0;
    }

    #deliver-peaches>.in .over {
        position: relative;
        justify-content: flex-start;
    }

    #deliver-peaches>.in h2.title {
        padding: 20px 1em;
        min-width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #deliver-peaches>.in h2.title .en {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    #deliver-peaches>.in h2.title .ja {
        font-size: 1.8rem;
    }

    #deliver-peaches>.in .read-more a span {
        border-bottom: 2px solid transparent;
    }

    #deliver-peaches>.in .read-more a:hover span,
    #deliver-peaches>.in .read-more a:focus span {
        border-bottom: 2px solid #fff;
    }

    #deliver-peaches>.in .read-more a {
        min-width: 280px;
        padding: 15px 40px 15px 40px;
        font-size: 1rem;
    }

    #deliver-peaches>.in .read-more a::after {
        right: 20px;
        height: calc(tan(60deg) * 14px / 2);
        width: 10px;
    }

    #deliver-peaches>.in .read-more {
        margin: 20px auto 20px;
    }

    .shifuku-banner {
        width: calc(100% - 40px);
    }

    .shifuku-banner img {
        width: 100%;
        height: auto;
    }

    .recipe-calendar>.in {
        flex-direction: column;
        width: 100%;
        margin: 0 auto 80px;
    }

    .recipe-calendar>.in #peach-recipe>.in,
    .recipe-calendar>.in #calendar>.in {
        height: auto;
    }

    .recipe-calendar>.in #peach-recipe>.in figure,
    .recipe-calendar>.in #calendar>.in figure {
        width: 100%;
        height: 140px;
    }

    .recipe-calendar>.in #peach-recipe,
    .recipe-calendar>.in #calendar {
        margin-bottom: 30px;
    }

    .recipe-calendar>.in #peach-recipe>.in .over,
    .recipe-calendar>.in #calendar>.in .over {
        position: relative;
        padding: 20px;
    }

    .recipe-calendar>.in #peach-recipe>.in .over-in,
    .recipe-calendar>.in #calendar>.in .over-in {
        padding: 0;
    }

    .recipe-calendar>.in #peach-recipe>.in h2.title .ja,
    .recipe-calendar>.in #calendar>.in h2.title .ja {
        line-height: 1.4;
    }

    .recipe-calendar>.in #peach-recipe>.in p,
    .recipe-calendar>.in #calendar>.in p {
        font-size: 1rem;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .recipe-calendar>.in #peach-recipe>.in .read-more,
    .recipe-calendar>.in #calendar>.in .read-more {
        margin: 0;
    }

    .recipe-calendar>.in #peach-recipe>.in .read-more a span,
    .recipe-calendar>.in #calendar>.in .read-more a span {
        border-bottom: 2px solid transparent;
    }

    .recipe-calendar>.in #peach-recipe>.in .read-more a,
    .recipe-calendar>.in #calendar>.in .read-more a {
        min-width: auto;
        padding: 15px 40px;
        font-size: 1rem;
    }

    .recipe-calendar>.in #peach-recipe>.in .read-more a::after,
    .recipe-calendar>.in #calendar>.in .read-more a::after {
        right: 20px;
        height: calc(tan(60deg) * 14px / 2);
        width: 10px;
    }

    #eat-and-buy>.in {
        width: calc(100% - 40px);
        margin: 0 auto 80px;
    }

    #eat-and-buy>.in .box-list {
        flex-direction: column;
        gap: 40px;
    }

    #eat-and-buy>.in .box-list li {
        width: 100%;
    }

    #eat-and-buy>.in .box-list li.title-box {
        background-size: 150px;
    }

    #eat-and-buy>.in .box-list li.title-box p {
        font-size: 1rem;
        margin-bottom: 30px;
        max-width: 100%;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-img {
        margin-bottom: 20px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-img img {
        border-radius: 8px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags {
        margin-bottom: 15px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list {
        gap: 10px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .buy,
    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-tags>.list .eat {
        border-radius: 4px;
        border: 2px solid #c60038;
        padding: 8px 18px;
        font-size: 0.9rem;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt h3.item-title {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    #eat-and-buy>.in .box-list li.item-box .item-in .item-txt .item-info {
        font-size: 0.9rem;
    }

    .banner-area>.in {
        width: calc(100% - 40px);
        margin: 0 auto 80px;
    }

    .banner-area>.in .list {
        flex-direction: column;
        gap: 20px;
    }

    .banner-area>.in .list li {
        width: 100%;
    }

    .banner-area>.in .list li a {
        width: 100%;
        height: 100%;
    }

    #recent-news>.in {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    #recent-news>.in h2.title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    #recent-news>.in h2.title .ja {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    #recent-news>.in .contents ul li .item-txt .date {
        font-size: 0.9rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    #recent-news>.in .contents ul li .item-txt .txt {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 0;
    }

    footer {
        width: 100%;
    }

    footer .furusato-tax {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0;
    }

    footer .furusato-tax>.in {
        width: calc(100% - 40px);
        border-radius: 10px;
        padding: 40px 20px;
    }

    footer .furusato-tax>.in .title .en {
        margin-bottom: 15px;
        font-size: 1rem;
    }

    footer .furusato-tax>.in .title .ja {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }

    footer .furusato-tax>.in .desc {
        margin-bottom: 30px;
        text-align: left;
        font-size: 1rem;
    }

    footer .furusato-tax>.in .banner-list {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 15px;
    }

    footer .furusato-tax>.in .banner-list li {
        margin: 0 auto;
    }

    footer .furusato-tax>.in .banner-list li img {
        object-fit: cover;
    }

    footer .footer-banner-links .banner-list {
        justify-content: flex-start;
        width: calc(100% - 40px);
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 10px 2%;
    }

    footer .footer-banner-links .banner-list p {
        width: 49%;
    }

    footer .footer-banner-links .banner-list p img {
        width: 100%;
        object-fit: contain;
    }

    footer .footer-logo-area>.in {
        width: calc(100% - 40px);
        margin: 0 auto 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .footer-logo-area>.in #footer-logo {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    footer .footer-logo-area>.in #footer-logo img {
        width: 100%;
    }

    footer .footer-logo-area>.in .footer-text-links1 {
        padding-top: 0;
        width: 100%;
        margin: 0 auto;
    }

    footer .footer-logo-area>.in .footer-text-links1 .text-link-list {
        text-align: center;
    }

    footer .footer-logo-area>.in .footer-text-links1 .text-link-list a {
        font-size: 1rem;
        line-height: 2;
    }

    footer .footer-text-links2>.in {
        padding-top: 30px;
        margin-top: 30px;
        width: calc(100% - 40px);
        border-top: 1px solid #e0e0e0;
    }

    footer .footer-text-links2>.in .text-link-list {
        text-align: center;
    }

    footer .footer-text-links2>.in .text-link-list a {
        font-size: 1rem;
        line-height: 2;
    }

    footer .copyright {
        width: 100%;
        text-align: center;
        padding: 40px 0;
    }

    .card-image-wrapper {
        height: auto;
        aspect-ratio: 4/3;
    }

    .card-excerpt,
    .card-title {
        font-size: 1.1rem;
    }

    .card-date {
        font-size: 0.8rem;
    }

    #journal .swiper {
        padding-left: 20px;
        padding-right: 20px;
    }

    #journal .swiper-slide {
        width: 80%;
        transition: transform 0.4s ease, opacity 0.4s ease;
        opacity: 0.5;
        transform: scale(0.9);
    }

    #journal .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
    }

    #modalMenu .nav-list .en {
        display: block;
        color: #FFF;
        margin-left: 0;
    }

    .header-subnav-area {
        width: calc(100% - 60px);
    }

    #modalMenu .headerLogo {
        width: calc(100% - 60px);
    }

    #modalMenu .headerLogo a {
        padding: 0px;
    }

    #headerNew {
        padding: 15px;
    }

    .pageListDynBlock {
        bottom: 85px;
    }

    .hero-controls-wrapper {
        bottom: 15px;
        right: 50%;
        transform: translateX(50%);
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 0;
        width: auto;
    }

    .section_information_list .list_pack {
        flex-direction: column;
        align-items: flex-start;
    }

    .section_information_list .list_pack .article_img {
        margin-bottom: 8px;
    }
}

/* ===================================================================
 * MEDIA QUERIES: Extra Large / Specific Fixes
 * =================================================================== */
@media (min-width: 768px) {
    #hero {
        height: 80vh;
    }

    #journal {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .journal-header {
        margin-bottom: 3rem;
    }

    .journal-header .title-en {
        font-size: 1.25rem;
    }

    .journal-header .title-ja {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    #journal .swiper-slide {
        opacity: 1;
        transform: none;
        transition: none;
    }

    #journal .swiper-pagination {
        display: none;
    }
}

@media print {
    body {
        zoom: 1;
    }
}