/* ====================================
  reset
==================================== */
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,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
}

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 #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

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

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
}

main img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ====================================
	sp.pc_hide
==================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

/* ====================================
	gochi
==================================== */
.lp-wrapper * {
  margin: 0 auto;
}

.lp-wrapper a {
  line-height: normal;
  vertical-align: baseline;
}

.lp-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lp-wrapper #gochi {
  --lp-scale: 1;
  --header-offset: 128px;
  --nav-offset-top: 292px;
  --nav-offset-left: 97px;
  --main-offset-left: 723px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #FFF4E5;
}
.lp-wrapper #gochi .gochi-pc-background {
  z-index: 0;
  width: 100vw;
  padding-top: 39.0972222222vw;
  background-image: url(../img/pc_bk.png);
  background-size: cover;
  position: fixed;
  top: var(--header-offset);
}
@media screen and (max-width: 767px) {
  .lp-wrapper #gochi .gochi-pc-background {
    display: none;
  }
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 563px;
  transform: scale(var(--lp-scale));
  transform-origin: top left;
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust {
  position: absolute;
  transform-origin: center center;
  animation: gochi-illust-sway var(--sway-duration, 3s) ease-in-out var(--sway-delay, 0s) infinite alternate;
  will-change: transform;
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust._01 {
  width: 37px;
  top: 217px;
  left: 40px;
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust._02 {
  width: 142px;
  top: 252px;
  left: 267px;
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust._03 {
  width: 54px;
  bottom: 30px;
  left: 209px;
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust._04 {
  width: 84px;
  top: 56px;
  right: 140px;
}
.lp-wrapper #gochi .gochi-pc-background .gochi-pc-background-illust._05 {
  width: 117px;
  bottom: 57px;
  right: 98px;
}
.lp-wrapper #gochi .gochi-anchor-nav {
  z-index: 2;
  position: fixed;
  top: calc(var(--header-offset) + var(--nav-offset-top));
  left: var(--nav-offset-left);
  transform: scale(var(--lp-scale));
  transform-origin: top left;
}
.lp-wrapper #gochi .gochi-anchor-nav .gochi-anchor-nav__list .gochi-anchor-nav__item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.lp-wrapper #gochi .gochi-anchor-nav .gochi-anchor-nav__list .gochi-anchor-nav__item::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../img/nav-icon.svg") center/contain no-repeat;
}
.lp-wrapper #gochi .gochi-anchor-nav .gochi-anchor-nav__list .gochi-anchor-nav__item a {
  font-size: 20px;
  font-weight: 600;
  color: #DB4039;
  border-bottom: solid 1px;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lp-wrapper #gochi .gochi-anchor-nav {
    display: none;
  }
}
.lp-wrapper #gochi .gochi-main {
  position: relative;
  left: var(--main-offset-left);
  z-index: 10;
  width: 468px;
  margin: 48px 0 0;
  transform: scale(var(--lp-scale));
  transform-origin: top left;
  background: #FFF4E5;
  color: #262626;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lp-wrapper #gochi .gochi-main {
    left: auto;
    width: 100%;
    transform: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-wrapper {
    height: auto !important;
    overflow: visible;
  }
}

.gochi-hero {
  padding-bottom: 80px;
}
.gochi-hero .gochi-hero__visual h1 {
  width: 109%;
  margin-left: -5%;
}
@media screen and (max-width: 767px) {
  .gochi-hero .gochi-hero__visual h1 {
    width: 100%;
    margin-left: 0;
  }
}
.gochi-hero .gochi-hero__lead {
  color: #fff;
  font-weight: 600;
  padding: 0 4%;
  margin-top: -25px;
}
.gochi-hero .gochi-hero__lead .gochi-hero__lead--day {
  display: inline-block;
  background: #000;
  font-size: 22px;
  line-height: 1;
  padding: 0px 5px 4px;
  margin-bottom: 5px;
}
.gochi-hero .gochi-hero__lead .gochi-hero__lead--day span {
  font-size: 33px;
}
.gochi-hero .gochi-hero__lead .gochi-hero__lead--place {
  display: inline-block;
  background: #000;
  font-size: 16px;
  padding: 0px 0px 0 5px;
  margin: 0 0 5px 14%;
}
@media screen and (max-width: 767px) {
  .gochi-hero .gochi-hero__lead .gochi-hero__lead--place {
    margin: 0 0 5px 12%;
  }
}
.gochi-hero .gochi-hero__lead p {
  font-weight: 400;
  font-size: 12px;
  color: #1A1311;
}

.gochi-section h2 {
  margin-bottom: 65px;
}
.gochi-section h2 img {
  width: 100%;
}

.gochi-section--autumn-taste .gochi-section__inner {
  overflow: hidden;
  position: relative;
  padding-top: 92px;
  background-color: #DB4039;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 2px, transparent 2px, transparent 10px), linear-gradient(to bottom, #FFF4E5 0, #FFF4E5 2px, #DB4039 2px, #DB4039 calc(100% - 2px), #FFF4E5 calc(100% - 2px), #FFF4E5 100%);
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
}
.gochi-section--autumn-taste .gochi-section__inner::before {
  content: "";
  position: absolute;
  top: -1px;
  width: calc(100% + 4px);
  aspect-ratio: 390/20;
  background: url("../img/bk_line01.svg") top center/100% 100% no-repeat;
  pointer-events: none;
}
.gochi-section--autumn-taste .gochi-section__inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -1px;
  width: calc(100% + 4px);
  aspect-ratio: 390/21.146;
  background: url("../img/bk_line02.svg") bottom center/100% 100% no-repeat;
  pointer-events: none;
}
.gochi-section--autumn-taste .gochi-section__inner:nth-of-type(2) {
  background: #F5E5D1;
  padding: 120px 0 25px;
}
.gochi-section--autumn-taste .gochi-section__inner:nth-of-type(2)::before, .gochi-section--autumn-taste .gochi-section__inner:nth-of-type(2)::after {
  display: none;
}

.swiper_wrap {
  position: relative;
}

.swiper_wrap .swiper {
  --swiper-pagination-bullet-horizontal-gap: 6px;
  overflow: hidden;
  padding-bottom: 105px;
}

.swiper-card__image {
  width: min(88vw, 350px);
  border-radius: 50%;
}
.swiper-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-card__body {
  width: min(84vw, 300px);
  padding-top: 18px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.swiper-card__body h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}

.swiper-card__product {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
}

.swiper-card__detail,
.swiper-card__floor {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.swiper-card__detail span,
.swiper-card__floor span {
  font-size: 16px;
  font-weight: 500;
}

.swiper-card__floor {
  font-weight: 500;
}

.swiper_wrap .swiper-button-prev,
.swiper_wrap .swiper-button-next {
  position: absolute;
  top: 52.5%;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
}
.swiper_wrap .swiper-button-prev svg,
.swiper_wrap .swiper-button-next svg {
  display: none;
}

.swiper_wrap .swiper-button-prev {
  left: 8px;
  transform: rotate(-135deg);
}

.swiper_wrap .swiper-button-next {
  right: 8px;
  transform: rotate(45deg);
}

.swiper_wrap .swiper-pagination {
  position: static;
  margin-top: 26px;
  text-align: center;
}

.swiper_wrap .swiper-pagination-bullet {
  background-color: #D3D3D4;
  opacity: 1;
}

.swiper_wrap .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.swiper_wrap.pt02 .swiper-wrapper .swiper-card__body {
  color: #262626;
}
.swiper_wrap.pt02 .swiper-wrapper .swiper-card__body h3 {
  color: #DB4039;
}
.swiper_wrap.pt02 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DB4039;
}
.swiper_wrap.pt02 .swiper-button-prev,
.swiper_wrap.pt02 .swiper-button-next {
  top: 46.5%;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
}

.gochi-section--anniversary {
  text-align: center;
  background: #F5F2E9;
}
.gochi-section--anniversary h2 {
  margin-bottom: 28px;
}
.gochi-section--anniversary .gochi-section--anniversary--lead {
  margin-bottom: 16px;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap {
  padding: 50px 0 68px;
  background-image: url(../img/bk_line03.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap .gochi-section--anniversary-wrap-h3 {
  margin-bottom: 24px;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap .swiper_wrap .swiper {
  padding-bottom: 64px;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap .swiper_wrap .swiper-button-prev, .gochi-section--anniversary .gochi-section--anniversary-wrap .swiper_wrap .swiper-button-next {
  top: 50.5%;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(2) {
  background: #FBFAF6;
  background-image: url(../img/bk_line04.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(2) .swiper-card__body h3 {
  color: #7F3963;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(2) .swiper-card__product span {
  color: #7F3963;
  font-weight: 600;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(2) .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7F3963;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(3) {
  background-image: none;
  padding-bottom: 100px;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(3) .swiper-card__body h3 {
  color: #2D3A46;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(3) .swiper-button-prev, .gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(3) .swiper-button-next {
  top: 52.5%;
}
.gochi-section--anniversary .gochi-section--anniversary-wrap:nth-of-type(3) .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2D3A46;
}

.gochi-section--osechi {
  background: #F8EFC5;
  border: solid 7px #C6351D;
  border-radius: 30px;
  padding: 0 4% 30px;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.gochi-section--osechi .gochi-section--osechi_day {
  margin: -40px auto 15px;
  width: 114px;
}
.gochi-section--osechi .gochi-section--osechi_sbtitle, .gochi-section--osechi h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #DB4039;
}
.gochi-section--osechi .gochi-section--osechi_sbtitle {
  font-size: 22px;
  margin-top: 15px;
}
.gochi-section--osechi h2 {
  font-size: 39px;
  margin: 0 0 10px 3%;
}
.gochi-section--osechi .gochi-section--osechi_detail {
  font-size: 20px;
  margin: 5px auto;
}
.gochi-section--osechi .gochi-section--osechi_detail span {
  font-size: 16px;
  font-weight: 400;
}
.gochi-section--osechi .gochi-section--osechi_kome, .gochi-section--osechi .gochi-section--osechi_floor {
  font-size: 14px;
  font-weight: 400;
}

.gochi-section--limited-items {
  color: #fff;
  font-weight: 500;
  padding-bottom: 300px;
  background: url("../img/bk_line05.svg") bottom center/contain no-repeat, linear-gradient(to right, #DF5637 0%, #DE7241 100%);
}
.gochi-section--limited-items h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #FFEC00;
  font-size: 27px;
  text-align: center;
  margin: -30px auto 30px;
  padding-top: 120px;
}
.gochi-section--limited-items h2 span {
  font-size: 47px;
  display: inline-block;
  margin-left: 3%;
}
.gochi-section--limited-items .gochi-section--limited-items_wrap {
  padding: 0 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.gochi-section--limited-items .gochi-section--limited-items_wrap .gochi-section--limited-items_box {
  width: 48.5%;
  margin: 0 0 68px;
}
.gochi-section--limited-items .gochi-section--limited-items_wrap .gochi-section--limited-items_box:nth-of-type(2) > img {
  display: block;
  width: 109%;
  max-width: none;
  margin-top: -5px;
}
.gochi-section--limited-items .gochi-section--limited-items_wrap .gochi-section--limited-items_box p {
  margin-top: 5px;
}
.gochi-section--limited-items .gochi-section--limited-items_wrap .gochi-section--limited-items_box .limited-items__product {
  font-weight: 600;
}
.gochi-section--limited-items .gochi-section--limited-items_wrap .gochi-section--limited-items_box .limited-items__detail span {
  font-size: 14px;
  font-weight: 400;
}
.gochi-section--limited-items .gochi-section--limited-items_wrap .gochi-section--limited-items_box .limited-items__floor {
  font-size: 14px;
}
.gochi-section--limited-items .web_reservation {
  margin: 38px 0 0px;
  padding: 70px 6% 64px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 60px 0 60px;
  font-size: 14px;
  font-weight: 500;
}
.gochi-section--limited-items .web_reservation h3 {
  font-size: 29px;
  margin-bottom: 14px;
  font-weight: 600;
}
.gochi-section--limited-items .web_reservation .web_reservation--attention {
  font-weight: 300;
  font-size: 12px;
  margin: 5px 0 14px;
}
.gochi-section--limited-items .web_reservation img {
  margin: 14px 0 25px;
}

.link_btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 228px;
  height: 45px;
  background: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  color: #DB4039;
}

.gochi-section--fresh-food-fair {
  padding: 0 0 100px;
  background: #FDE8CA;
}
.gochi-section--fresh-food-fair h2 {
  margin: 0 0 32px 4%;
  padding-top: 30px;
}
.gochi-section--fresh-food-fair .fresh-food-fair--box {
  padding: 0 4%;
  margin-bottom: 55px;
  position: relative;
}
.gochi-section--fresh-food-fair .fresh-food-fair--box h3 {
  font-size: 26px;
  font-weight: 600;
  color: #DC000C;
  margin: 10px 0 5px;
}
.gochi-section--fresh-food-fair .fresh-food-fair--box h3 span {
  font-size: 38px;
  line-height: 0;
}
.gochi-section--fresh-food-fair .fresh-food-fair--box p small {
  font-size: 14px;
}
.gochi-section--fresh-food-fair .fresh-food-fair--box .fresh-food-fair--day img {
  width: 100%;
}
.gochi-section--fresh-food-fair .fresh-food-fair--box .fresh-food-fair--box-position {
  position: absolute;
  top: 10px;
  right: 4%;
  width: 134px;
}
.gochi-section--fresh-food-fair .fresh-food-fair--goodybag {
  color: #fff;
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 40px 42px 50px;
  overflow: hidden;
}
.gochi-section--fresh-food-fair .fresh-food-fair--goodybag::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -6.5%;
  background-color: #5E2D27;
  border-radius: 50%;
}
.gochi-section--fresh-food-fair .fresh-food-fair--goodybag h3 {
  text-align: center;
  color: #FFEC00;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.gochi-section--fresh-food-fair .fresh-food-fair--goodybag .link_btn {
  margin-top: 15px;
}
.gochi-section--fresh-food-fair .fresh-food-fair--goodybag .link_btn a {
  color: #5E2D27;
}
.gochi-section--fresh-food-fair .fresh-food-fair--goodybag .fresh-food-fair--goodybag-position {
  position: absolute;
  top: -5px;
  right: 4%;
  width: 124px;
}

.is-scroll-ready .scrollin {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.is-scroll-ready .scrollin.is-scroll-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes gochi-illust-sway {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .is-scroll-ready .scrollin {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .gochi-pc-background-illust {
    animation: none !important;
  }
}
.pageGuide {
  position: fixed;
  z-index: 11;
  width: 100%;
}

.menu-column {
  margin-top: 0px;
  position: relative;
  z-index: 12;
}

.Footer {
  z-index: 12;
}/*# sourceMappingURL=style.css.map */