@charset "UTF-8";
/*
buildOutputFile: 'tamayurafesta2025aw';
*/
:root {
  --primaryColor:#D6362A;
  --tertiaryColor:#666666;
  --blueColor:#2F5CC5;
  --pointColor:#ac8839;
  --linkColor:#D6362A;
  --bgColor:#F7F8F9;
  --fontColor: #333333;
  --w:1440px;
  --widthXL:1540px;
  --widthLG:1280px;
  --widthTab:768px;
  --itemSectionGridContentsWidth: 734px;
  --font-go-base: "Noto Sans JP", "Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-inter: "Inter", var(--font-go-base);
  --pcHeaderHeight:110px;
  --spHeaderHeight:60px;
  --spCateNaviHeight:50px;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

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

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

body {
  font-size: 1rem;
  color: var(--fontColor);
  font-family: var(--font-inter), var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

@media (max-width: 1279px) {
  .for-pc {
    display: none !important;
  }
}

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

@media (min-width: 1280px) {
  .for-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-tab {
    display: none !important;
  }
}

@media (min-width: 1540px) {
  .for-md-sp {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .for-tab-sp {
    display: none !important;
  }
}

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

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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

a {
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

p {
  line-height: 2;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

button {
  font-family: var(--font-inter), var(--font-go-base);
}

@media (max-width: 751px) {
  br.pc {
    display: none;
  }
}

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

.f-bebas {
  font-family: "bebas-neue-pro", "Bebas Neue";
  font-weight: 600;
  font-style: normal;
}

.f-poppins {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
}

body {
  color: #000;
  font-family: var(--font-go-base);
}

p {
  line-height: 1.8;
}

.festa2025aw {
  display: grid;
  grid-template-columns: 1fr 750px 1fr;
  gap: 0;
  overflow: clip;
}
@media (max-width: 1200px) {
  .festa2025aw {
    grid-template-columns: 1fr 750px;
  }
}
@media (max-width: 920px) {
  .festa2025aw {
    grid-template-columns: 1fr;
  }
}

.gallery {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 50% 50%;
  height: var(--vh);
}
@media (max-width: 920px) {
  .gallery {
    display: none;
  }
}
.gallery-block {
  position: relative;
  overflow: hidden;
}
.gallery-block-img {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  animation: fade 16s infinite;
}
.gallery-block-img:nth-of-type(1) {
  animation-delay: 0s;
  z-index: 2;
}
.gallery-block-img:nth-of-type(2) {
  animation-delay: 8s;
  z-index: 1;
}
.gallery-block-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contents {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 10;
  aspect-ratio: 750/114;
}
.header-logo {
  flex: 0 0 auto;
  width: 38.1333333333%;
  margin-left: 5.7333333333%;
}
@media (hover: hover) {
  .header-logo a:hover {
    opacity: 0.7;
  }
}
.header-cart {
  width: 6.1333333333%;
  margin-left: auto;
  margin-right: 6.1333333333%;
}
@media (hover: hover) {
  .header-cart a:hover {
    opacity: 0.7;
  }
}
.header-menu {
  width: 6.6666666667%;
  aspect-ratio: 50/36;
  margin-right: 5.0666666667%;
  position: relative;
  cursor: pointer;
  display: none;
}
@media (max-width: 1200px) {
  .header-menu {
    display: block;
  }
}
.header-menu > span {
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 50/4;
  background: #000;
  transition: 0.3s all;
}
.header-menu > span:nth-of-type(1) {
  top: 0;
}
.header-menu > span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header-menu > span:nth-of-type(3) {
  bottom: 0;
}
.header-menu.is-active > span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.header-menu.is-active > span:nth-of-type(2) {
  opacity: 1;
}
.header-menu.is-active > span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.navi {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  background: #D34E20;
  color: #FFF;
  padding-bottom: min(85px, 14.5299145299%);
  height: var(--vh);
}
@media (max-width: 1200px) {
  .navi {
    position: fixed;
    width: 100%;
    right: 0;
    transform: translateX(100%);
    transition: 0.3s all;
    z-index: 11;
    padding-bottom: 0;
  }
  .navi.is-active {
    transform: translateX(0);
  }
}
.navi-close {
  display: none;
}
@media (max-width: 1200px) {
  .navi-close {
    display: block;
    position: fixed;
    top: min(50px, 6.6666666667vw);
    right: 5.0666666667%;
    width: min(50px, 6.6666666667vw);
    aspect-ratio: 50/36;
    cursor: pointer;
  }
}
.navi-close > span {
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 50/4;
  background: #000;
  transition: 0.3s all;
  top: 50%;
  transform: translateY(-50%);
}
.navi-index {
  width: fit-content;
  margin: auto auto auto 22.2222222222%;
}
@media (max-width: 1200px) {
  .navi-index {
    display: flex;
    align-items: flex-start;
    margin-left: min(100px, 13.3333333333vw);
  }
}
.navi-index-ttl {
  font-size: 5.125rem;
  font-family: "Bebas Neue";
}
@media (max-width: 1200px) {
  .navi-index-ttl {
    font-size: min(82px, 10.9333333333vw);
    line-height: 1;
    margin-right: min(80px, 10.6666666667vw);
  }
}
.navi-index-list {
  font-size: 1.25rem;
  margin-top: 0.5em;
}
@media (max-width: 1200px) {
  .navi-index-list {
    font-size: min(44px, 5.8666666667vw);
    margin-top: 0;
  }
}
.navi-index-list li + li {
  margin-top: 0.2em;
}
@media (max-width: 1200px) {
  .navi-index-list li + li {
    margin-top: 0;
  }
}
.navi-index-list li.jp {
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 0.3em;
}
@media (max-width: 1200px) {
  .navi-index-list li.jp {
    margin-top: 0.1em;
  }
}
.navi-index-list li a {
  color: #FFF;
  transition: 0.3s all;
}
.navi-index-list li a:hover {
  color: #1F1F1F;
}
.navi-entry {
  position: absolute;
  right: 8.0341880342%;
  bottom: 130%;
  text-align: center;
}
@media (max-width: 1200px) {
  .navi-entry {
    display: none;
  }
}
.navi-entry .txt {
  font-size: 0.6875rem;
  line-height: 1;
  margin-top: 10px;
}
.navi-footer {
  background: #FFF;
  position: relative;
}

.kv {
  position: relative;
}
.kv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -66%);
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  width: 100%;
}
.kv-txt-main-1 {
  display: block;
  font-size: min(148px, 19.7333333333vw);
  line-height: 1;
}
.kv-txt-main-2 {
  display: block;
  font-size: min(66px, 8.8vw);
  line-height: 1;
  letter-spacing: min(10px, 1.3333333333vw);
}
.kv-txt-sub {
  margin-top: min(20px, 2.6666666667vw);
  font-size: min(36px, 4.8vw);
  line-height: 1;
  letter-spacing: 0.05em;
}
.kv-schedule {
  position: absolute;
  right: 5.0666666667%;
  bottom: 4.3370508055%;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.kv-schedule-date {
  font-size: min(100px, 13.3333333333vw);
  line-height: 1;
}
.kv-schedule-date span {
  font-size: 0.46em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFF;
  line-height: 1;
  width: min(84px, 11.2vw);
  aspect-ratio: 84/52;
  transform: translateY(-0.2em);
  padding-top: 0.1em;
}
.kv-schedule-time {
  font-size: min(42px, 5.6vw);
  line-height: 1;
  letter-spacing: normal;
}
.kv-fee {
  position: absolute;
  left: 4.5333333333%;
  bottom: 4.2131350682%;
  text-align: center;
  color: #FFF;
  font-size: min(19px, 2.5333333333vw);
  font-weight: 700;
  line-height: 1.5;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.6%;
  aspect-ratio: 1/1;
}

.entry {
  text-align: center;
  margin: 4.5333333333% 0 4%;
}
.entry-btn {
  display: grid;
  place-items: center;
  background: #D34E20;
  color: #FFF;
  padding: min(20px, 2.6666666667%) min(60px, 8%);
  transition: 0.3s all;
  width: 69.6%;
  height: min(100px, 14.1333333333vw);
  margin: 0 auto;
}
.entry-btn:visited {
  color: #FFF;
}
.entry-btn-en {
  font-size: min(40px, 5.3333333333vw);
  letter-spacing: min(2px, 0.2666666667vw);
  display: block;
  line-height: 1;
}
.entry-btn-jp {
  font-size: clamp(10px, 2.1333333333vw, 16px);
  font-weight: 700;
  display: block;
  line-height: 1;
}
.entry-note {
  font-size: clamp(10px, 1.8666666667vw, 14px);
  margin-top: min(20px, 2.6666666667%);
}

.intro {
  background: #1F1F1F;
  color: #FFF;
  padding: 16% 0 10.6666666667%;
}
.intro-ttl {
  text-align: center;
  font-size: min(82px, 10.9333333333vw);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
}
.intro-ttl span {
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFF;
  line-height: 1;
  width: min(165px, 22vw);
  aspect-ratio: 165/74;
  padding-top: 0.1em;
  vertical-align: middle;
}
.intro-subttl {
  font-weight: 700;
  font-size: min(23px, 3.0666666667vw);
  line-height: 1;
  text-align: center;
  margin-top: 1em;
}
.intro-subttl span {
  margin-right: 0.1em;
  font-size: 1.7391304348em;
}
.intro-txt {
  font-size: min(23px, 3.0666666667vw);
  padding: 0 1em;
  margin-top: 7.2%;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .intro-txt {
    font-size: min(23px, 3.3333333333vw);
    word-break: auto-phrase;
  }
}
.intro-txt + .intro-txt {
  margin-top: 1.5em;
}
.intro-section {
  margin-top: 10.6666666667%;
}
.intro-section-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86.6666666667%;
  margin: 0 auto 4%;
}
.intro-section-ttl::before, .intro-section-ttl::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: #FFF;
  flex: 1 1 auto;
}
.intro-section-ttl span {
  font-size: min(60px, 8vw);
  line-height: 1;
  padding: 0 0.5em;
}
.intro-section > p {
  margin-left: 10.6666666667%;
  font-size: min(24px, 3.2vw);
}
@media (max-width: 750px) {
  .intro-section > p {
    margin-left: 6.6666666667%;
    font-size: min(24px, 3.4666666667vw);
  }
}
.intro-section .timeline {
  margin-left: 10.6666666667%;
  font-size: min(20px, 2.6666666667vw);
}
@media (max-width: 750px) {
  .intro-section .timeline {
    margin-left: 6.6666666667%;
    font-size: min(20px, 2.9333333333vw);
  }
}
.intro-section .timeline + .timeline {
  margin-top: 2em;
}
.intro-section .timeline h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.1em;
}

.brand {
  padding: min(70px, 9.3333333333%) 0 min(120px, 16%);
}
.brand-ttl {
  text-align: center;
}
.brand-ttl-en {
  font-size: min(82px, 10.9333333333vw);
  line-height: 1;
}
.brand-ttl-jp {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 700;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: min(50px, 6.6666666667%);
  padding: 0 min(70px, 9.3333333333%);
}
.brand-list a {
  display: block;
  transition: 0.3s all;
}
.brand-list a:hover {
  opacity: 0.7;
}

.maker-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  font-family: "bebas-neue-pro", "Bebas Neue";
  font-size: min(70px, 9.3333333333vw);
  font-weight: 600;
  padding-top: 0.1em;
  aspect-ratio: 750/118;
}
.maker-ttl.jp {
  font-size: min(50px, 6.6666666667vw);
  font-weight: 700;
}
.maker-intro {
  font-size: min(24px, 3.2vw);
  line-height: 1.8;
  font-size: min(24px, 3.2vw);
  padding: 0 min(40px, 5.3333333333%);
  margin-top: min(52px, 6.9333333333%);
}
.maker-intro .img {
  margin-top: 7.4626865672%;
}

.pickup {
  margin-top: min(60px, 8%);
}
.pickup-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86.6666666667%;
  margin: 0 auto 4%;
}
.pickup-ttl::before, .pickup-ttl::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: #000;
  flex: 1 1 auto;
}
.pickup-ttl span {
  font-size: min(60px, 8vw);
  line-height: 1;
  padding: 0 0.5em;
}
.pickup-block {
  width: 86.6666666667%;
  margin: 0 auto min(30px, 4%);
}
.pickup-block + .pickup-block {
  margin-top: min(20px, 2.6666666667%);
}
.pickup-top {
  display: flex;
  gap: 0 min(22px, 2.9333333333%);
}
.pickup-img {
  flex: 0 0 auto;
  width: 52%;
}
.pickup-img a {
  transition: 0.3s all;
}
.pickup-img a:hover {
  opacity: 0.7;
}
.pickup-data {
  flex: 1 1 auto;
  padding-bottom: min(25.3333333333vw, 140px);
}
.pickup-name {
  line-height: 2;
}
.pickup-name a {
  color: #FFF;
  font-size: min(24px, 3.2vw);
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .pickup-name a {
    font-size: min(26px, 3.4666666667vw);
  }
}
.pickup-name a:hover {
  color: #FFF;
}
.pickup-name a:hover span {
  opacity: 0.7;
}
.pickup-name a span {
  background: #000;
  padding: 0.2em 0.2em;
  transition: 0.3s;
}
.pickup-arrival {
  font-size: clamp(10px, 2.1333333333vw, 16px);
  color: #9D9D9D;
  margin-top: 0.8em;
}
.pickup-grid {
  display: grid;
  grid-template-columns: auto 30.0341296928%;
  gap: 0.2em;
  align-items: center;
  margin-top: 0.8em;
  font-size: min(33px, 4.4vw);
}
.pickup-price {
  text-align: right;
  font-size: min(33px, 4.4vw);
  justify-self: start;
}
@media (max-width: 750px) {
  .pickup-price {
    font-size: min(36px, 4.8vw);
  }
}
.pickup-price span {
  font-weight: 700;
}
.pickup-btn {
  display: block;
  background: #D34E20;
  color: #FFF;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  justify-self: end;
  line-height: 130%;
  transition: 0.3s all;
}
.pickup-btn:visited, .pickup-btn:active {
  color: #FFF;
}
.pickup-btn:hover {
  opacity: 0.8;
  color: #FFF;
}
.pickup-point {
  width: 58.4615384615%;
  margin-left: auto;
  margin-top: max(-115px, -17.6923076923vw);
  padding-bottom: min(50px, 7.6923076923%);
  border-top: 1px solid #000;
  background: #FFF;
  position: relative;
  z-index: 2;
}
.pickup-point::before {
  content: "POINT !";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  font-family: "bebas-neue-pro", "Bebas Neue";
  font-size: min(33px, 4.4vw);
  font-weight: 600;
  width: 31.5789473684%;
  aspect-ratio: 120/50;
  padding-top: 0.1em;
  margin: 0 0 min(30px, 7.8947368421%) auto;
}
.pickup-catch {
  font-size: min(24px, 3.2vw);
  font-weight: 700;
  padding: 0 0.8em 0 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .pickup-catch {
    font-size: min(26px, 3.4666666667vw);
  }
}
.pickup-desc {
  font-size: min(20px, 2.6666666667vw);
  padding: 0 0.8em 0 1.6em;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .pickup-desc {
    font-size: min(22px, 2.9333333333vw);
  }
}

.itemSlider {
  width: 87.2%;
  margin: min(30px, 4%) auto min(80px, 10.6666666667%);
}
.itemSlider .splide__arrow {
  background: none;
  border: none;
  outline: none;
  width: min(25px, 4.2666666667vw);
  height: auto;
  aspect-ratio: 25/44;
  top: 40%;
}
.itemSlider .splide__arrow--prev {
  left: 0;
  transform: translate(-70%, 0);
}
.itemSlider .splide__arrow--next {
  right: 0;
  transform: translate(70%, 0);
}

.itemPanel-img a {
  transition: 0.3s all;
}
.itemPanel-img a:hover {
  opacity: 0.8;
}
.itemPanel-name {
  line-height: 1.6;
  margin-top: 0.6em;
  font-size: min(24px, 3.2vw);
  font-weight: 700;
}
@media (max-width: 750px) {
  .itemPanel-name {
    font-size: min(26px, 3.4666666667vw);
  }
}
.itemPanel-name a {
  transition: 0.3s all;
}
.itemPanel-arrival {
  font-size: clamp(10px, 2.1333333333vw, 16px);
  color: #9D9D9D;
  margin-top: 0.5em;
}
.itemPanel-grid {
  display: grid;
  grid-template-columns: auto 27.3291925466%;
  gap: 0.2em;
  align-items: center;
  margin-top: 0.8em;
  font-size: min(33px, 4.4vw);
}
.itemPanel-price {
  font-size: min(33px, 4.4vw);
  margin-top: 0.3em;
}
@media (max-width: 750px) {
  .itemPanel-price {
    font-size: min(36px, 4.8vw);
  }
}
.itemPanel-price span {
  font-weight: 700;
}
.itemPanel-btn {
  display: block;
  background: #D34E20;
  color: #FFF;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  justify-self: end;
  line-height: 130%;
  transition: 0.3s all;
}
.itemPanel-btn:visited, .itemPanel-btn:active {
  color: #FFF;
}
.itemPanel-btn:hover {
  opacity: 0.8;
  color: #FFF;
}

.attention {
  background: #EEEEEE;
  padding: 8% 0 10.6666666667%;
  margin-top: 5.3333333333%;
}
.attention-ttl {
  color: #464646;
  text-align: center;
  font-size: min(33px, 4.4vw);
  font-weight: 700;
  margin-bottom: 4.5333333333%;
}
.attention-list {
  color: #464646;
  padding: 0 6%;
  font-size: min(22px, 2.9333333333vw);
}
@media (max-width: 750px) {
  .attention-list {
    font-size: min(22px, 3.2vw);
  }
}
.attention-list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.attention-list li + li {
  margin-top: 1.4em;
}
.attention-list li::before {
  content: "・";
}
.attention a {
  text-decoration: underline;
  color: inherit;
}

.service {
  margin-top: 9.0666666667%;
}
.service + .service {
  margin-top: 6.9333333333%;
}
.service-ttl {
  text-align: center;
  font-size: min(33px, 4.4vw);
  font-weight: 700;
  margin-bottom: 4.5333333333%;
}
.service-bnr {
  width: 88.8%;
  margin: 0 auto;
  text-align: center;
}
.service-bnr a:hover {
  opacity: 0.7;
}

.navi-footer .footer {
  padding: min(50px, 8.547008547%) 0;
}
@media (max-width: 1200px) {
  .navi-footer .footer {
    padding: min(40px, 5.3333333333%) 0;
  }
}
.page-footer .footer {
  border-top: 1px solid #717171;
  padding: 9.0666666667% 0 10.9333333333%;
  margin-top: 13.3333333333%;
}
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (hover: hover) {
  .footer-sns a:hover {
    opacity: 0.7;
  }
}
.footer-logo {
  width: min(286px, 48.8888888889%);
  margin: min(34px, 5.811965812%) auto 0;
}
@media (max-width: 1200px) {
  .footer-logo {
    margin-top: min(40px, 5.3333333333vw);
  }
}
.page-footer .footer-logo {
  margin-top: min(70px, 9.3333333333vw);
}
@media (hover: hover) {
  .footer-logo a:hover {
    opacity: 0.7;
  }
}
.footer-copyright {
  color: #000;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 3px;
  letter-spacing: min(3px, 0.4vw);
  text-align: center;
  margin-top: min(25px, 4.2735042735%);
  padding: 0 1em;
}
.footer-copyright small {
  font-size: 1em;
}