@charset "UTF-8";
/*************************************************
  reset 2025.06
**************************************************/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
  appearance: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*************************************************
imageをいつでも親の横100%表示にする
**************************************************/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.125rem;
}
.btn-block.cl {
  flex-direction: column;
  row-gap: 1.25rem;
  row-gap: 4.83cqi;
}
.btn-block .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* .ft-serif{font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;} */
.ft-en {
  font-family:
    "Cormorant", "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}

.attention {
  color: #aa4308;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-bold {
  font-weight: 700;
}

.t-under {
  text-decoration: underline;
  display: inline;
}

.t-palt {
  font-feature-settings: "palt";
}

.t-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
}

.para > *:not(:last-child) {
  margin-bottom: 1em;
}

/*************************************************
  ※リスト
**************************************************/
.attention-lists > li {
  position: relative;
}
.attention-lists > li::before {
  content: "※";
}
.attention-lists {
  font-weight: 400;
  line-height: 1.3913;
  font-size: clamp(14px, 1.5104166667vw, 1.5104166667vw);
}
@media print, screen and (min-width: 769px) {
  .attention-lists {
    font-size: 34.5px;
  }
}
@media screen and (max-width: 768px) {
  .attention-lists {
    font-size: 14px;
  }
}

.dot-lists > li {
  position: relative;
}
.dot-lists > li::before {
  content: "・";
}

.note-lists > li {
  position: relative;
  display: flex;
}
.note-lists > li::before {
  content: "※";
}
.note-lists.asta > li::before {
  content: "＊";
}

/*************************************************
/  全体
/**************************************************/
body.springsummer2026 {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial,
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-display: optional;
  font-weight: 300;
  font-style: normal;
  background-color: #f9f1eb;
  color: #282828;
  line-height: 1.68;
  text-align: left;
  background-image: linear-gradient(to bottom, #f9f1eb 50%, #dfdbd5 100%);
  position: relative;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  body.springsummer2026 {
    font-size: clamp(14px, 1.6417572464vw, 1.6417572464vw);
  }
}
body.springsummer2026 br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.springsummer2026 br.sp {
    display: block;
  }
  body.springsummer2026 br.pc {
    display: none;
  }
}
body.springsummer2026 .para > *:not(:last-child) {
  margin-bottom: 1em;
}

/********  SP wrap **********************************/
body.springsummer2026 .sp_wrap {
  position: relative;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  body.springsummer2026 .sp_wrap {
    width: calc(80px + 31.25vw);
    margin-right: calc(-12px + 10.3125vw);
    margin-left: auto;
  }
}
body.springsummer2026 .sp_wrap {
  /********  loading **********************************/
}
body.springsummer2026 .sp_wrap .loading {
  display: none;
}
body.springsummer2026 .sp_wrap._loading {
  height: 100dvh;
}
body.springsummer2026 .sp_wrap._loading .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: #f9f1eb;
  opacity: 1;
  transition: opacity 0.5s 0.6s;
}
body.springsummer2026 .sp_wrap._loading .loading._start {
  opacity: 0;
}
body.springsummer2026 .sp_wrap .loader {
  width: 6rem;
  height: 1rem;
  -webkit-mask: radial-gradient(circle closest-side, #000 94%, rgba(0, 0, 0, 0))
    left/20% 100%;
  background: linear-gradient(#8affdc 0 0) left/0% 100% no-repeat #bec2c9;
  animation: l17 2s infinite steps(6);
}
@keyframes l17 {
  100% {
    background-size: 120% 100%;
  }
}

/******** pc_wrap **********************************/
body.springsummer2026 .pc_wrap {
  display: none;
}
@media print, screen and (min-width: 769px) {
  body.springsummer2026 .pc_wrap {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-image: url(../img/bg_pc.webp);
    background-size: cover;
    background-position: top center;
  }
  /******** タイトル **********************************/
  body.springsummer2026 .pc_wrap .title-box {
    position: absolute;
    top: 50%;
    left: 6.25vw;
    transform: translateY(-50%);
    width: calc(5vw + 31.25vw - 12px + 10.3125vw - 6.25vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7.8125vw;
    container-type: inline-size;
  }
  body.springsummer2026 .pc_wrap .title-box .logo {
    max-width: 84.0443cqi;
    width: 100%;
    filter: blur(10px);
    opacity: 0;
    transition:
      opacity 0.6s 0.7s,
      filter 0.6s 0.7s;
  }
  body.springsummer2026 .pc_wrap .title-box .kv_text {
    position: absolute;
    top: 29%;
    right: 2%;
    width: 9.7156cqi;
    filter: blur(10px);
    opacity: 0;
    transition:
      opacity 0.6s 0.8s,
      filter 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  }
  body.springsummer2026 .pc_wrap .title-box .btn-block {
    max-width: 60.0316cqi;
    width: 100%;
    transition:
      top 0.8s 1.2s,
      opacity 0.8s 1.2s;
  }
  .btn-block.cl {
    flex-direction: column;
    row-gap: 1.125rem;
  }
  body.springsummer2026 .pc_wrap .btn_logo {
    margin-left: 12px;
    width: 28.06793cqi;
  }
  body.springsummer2026 .pc_wrap .btn--reverse .btn_logo {
    margin-left: 0;
    margin-right: 12px;
    width: 23.06477cqi;
  }
  body.springsummer2026 .pc_wrap .btn_label {
    font-size: 2.8436cqi;
  }
  body.springsummer2026 .pc_wrap .title-box._start .logo,
  body.springsummer2026 .pc_wrap .title-box._start .kv_text {
    opacity: 1;
    filter: blur(0);
  }
  body.springsummer2026 .pc_wrap .title-box._start .btn-block {
    opacity: 1;
    top: 0;
  }

  /******** slider **********************************/
  body.springsummer2026 .pc_wrap .slider_box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10.3125vw - 12px);
    height: 100dvh;
  }
  body.springsummer2026 .pc_wrap .slider_box .slider {
    position: absolute;
    top: 27.4%;
    left: 31.1688311688%;
    width: 5px;
    height: 64%;
    border-radius: 100vh;
    background-color: #adadad;
  }
  body.springsummer2026 .pc_wrap .slider_box .slider .slider_handle {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 15px;
    height: 8.875%;
    cursor: pointer;
  }
  body.springsummer2026 .pc_wrap .slider_box .slider .slider_handle .slider_v {
    position: absolute;
    top: 0;
    left: 5px;
    width: 5px;
    height: 100%;
    border-radius: 100vh;
    background-color: #4d4d4d;
  }
}

/* @media print, screen and (min-width: 1280px) {
  body.springsummer2026 .pc_wrap .title-box .kv_text {
    right: 2%;
  }
} */

/********  overlay **********************************/
body.springsummer2026 #overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 96vh;
  height: 100dvh;
  width: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: opacity 1s;
  opacity: 1;
}
body.springsummer2026 #overlay.loaded {
  opacity: 0;
  pointer-events: none;
}
body.springsummer2026 #overlay::after {
  content: "";
  display: inline-block;
}
body.springsummer2026 #overlay.loadlogo::after {
  width: 20vw;
  height: 20vw;
  background: url(/common/images/logo.png) center center no-repeat;
  background-size: contain;
}

/*************************************************
/Link
/*************************************************/
body.springsummer2026 a {
  color: blue;
  display: inline-block;
}
body.springsummer2026 .btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-decoration: none;
  width: 100%;
}
body.springsummer2026 .btn_logo {
  margin-left: 3.52%;
  margin-left: 2.89cqi;
  display: block;
  width: 54.11%;
  width: 44.44cqi;
  height: auto;
}
body.springsummer2026 .btn_label {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #777;
  border-radius: 100vh;
  padding: 11px 60px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 4.34cqi;
  color: #000;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  width: 100%;
}
body.springsummer2026 .btn--reverse {
  align-items: flex-end;
}
body.springsummer2026 .btn--reverse .btn_logo {
  margin-left: 0;
  margin-right: 3.52%;
  margin-right: 2.89cqi;
  width: 42.94%;
  width: 35.26cqi;
  height: auto;
}
body.springsummer2026 .btn_label::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    to right,
    #ffb8dc 0%,
    #ffffff 45%,
    #ffffff 55%,
    #91ffde 100%
  );
  z-index: -2;
}
body.springsummer2026 .btn_label::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #fff;
  z-index: -1;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  body.springsummer2026 .btn {
    transition: transform 0.4s ease-out;
  }
  body.springsummer2026 .btn:hover .btn_label::after {
    opacity: 0;
  }
}
body.springsummer2026 button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.springsummer2026 a[href^="tel:"] {
    pointer-events: none;
  }
  body.springsummer2026 .btn_label {
    font-size: 3.86cqi;
  }
}

/*************************************************
/ animation
/**************************************************/
@keyframes bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  30% {
    transform: scale(1.5, 0.8) translate(0%, 10%);
    opacity: 1;
  }
  50% {
    transform: scale(0.8, 1.5) translate(0%, -10%);
    opacity: 1;
  }
  70% {
    transform: scale(1.3, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
/*************************************************
/  header
/*************************************************/
body.springsummer2026 ._st #header {
  filter: blur(0px);
  opacity: 1;
  transition:
    filter 0.5s 0.2s,
    opacity 0.5s;
}
body.springsummer2026 #header {
  filter: blur(20px);
  opacity: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 828/1360;
  background-image: url(../img/kv_bg.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
  container-type: inline-size;
}
body.springsummer2026 #header .kv_text {
  width: 13.1642%;
  position: absolute;
  right: 8.2125%;
  top: 5.6289%;
  -webkit-background-clip: text;
  color: transparent; /* マスクを設定 */
  -webkit-mask-image: linear-gradient(to bottom, #fff 50%, transparent 100%);
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: 100% 200%;
}
body.springsummer2026 #header .kv_text._start {
  animation: mask-slide 3s linear forwards;
}
@keyframes mask-slide {
  from {
    -webkit-mask-position: 0 200%;
  }
  to {
    -webkit-mask-position: 0 0;
  }
}
body.springsummer2026 #header .kv_title {
  position: absolute;
  bottom: 25.9662cqi;
  left: 5.5555cqi;
  width: 68.116cqi;
  opacity: 0;
  filter: blur(1rem);
}
body.springsummer2026 #header .kv_title._start {
  filter: blur(0px);
  opacity: 1;
  transition:
    filter 0.5s 0.7s,
    opacity 0.5s 0.7s;
}
body.springsummer2026 #header .kv_title img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
/*************************************************
/  footer
/*************************************************/
body.springsummer2026 #footer {
  line-height: 1.8;
  padding-top: 5.2rem;
  background-color: #fff;
  font-weight: 400;
   font-size:2.89852657vw;
  /* font-size: 78%; */
  container-type: inline-size;
}

@media print, screen and (min-width: 769px) {
  body.springsummer2026 #footer {
    font-size: 1.0706432518vw;
  }
}

body.springsummer2026 #footer .l-container {
  padding: 0 6.1836cqi;
}
body.springsummer2026 #footer .footer__box {
  display: block;
  margin-inline: 7.7295%;
}
body.springsummer2026 #footer .footer__boxWrap {
  display: grid;
  grid-template-columns: 1fr 13.285cqi;
  align-items: center;
  border: 1px solid #000;
  padding: 0.5rem 0.875rem;
}
body.springsummer2026 #footer .footer__boxShop {
  color: #000;
  font-size: 4.5894cqi;
  line-height: calc(22 / 19);
  letter-spacing: 0.075em;
}
body.springsummer2026 #footer .footer__boxShop span {
  display: block;
  font-size: 3.3816cqi;
  line-height: calc(22 / 14);
}
body.springsummer2026 #footer .footer__boxText {
  color: #000;
  font-size: 3.3816cqi;
  line-height: calc(22 / 14);
  letter-spacing: 0.075em;
}
body.springsummer2026 #footer .footer__boxLogo {
  width: 13.285cqi;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
body.springsummer2026 #footer .note-lists {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
  margin-top: 1.7rem;
  margin-bottom: 3.2rem;
  font-size: 3.3816cqi;
}
body.springsummer2026 #footer .siteFooter__upper {
  display: flex;
  flex-direction: column-reverse;
}
body.springsummer2026 #footer .siteFooter__brandHeader {
  margin-bottom: 1rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.3816cqi;
}
body.springsummer2026 #footer .siteFooter__brandList {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
body.springsummer2026 #footer .siteFooter__brandLink {
  width: 27.5362cqi;
}
body.springsummer2026 #footer .siteFooter__logowrap {
  margin: 1.5rem 0 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0 0;
  border-top: 0.1rem solid #e3e3e3;
}
body.springsummer2026 #footer .siteFooter__logolink {
  display: block;
  margin: 0 auto;
  max-width: 33cqi;
}
body.springsummer2026 #footer .siteFooter__companyInfo {
  margin-top: 0.625rem;
}
body.springsummer2026 #footer .siteFooter__copyright {
  margin-top: 2rem;
  padding: 0.8rem 0;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
/*************************************************
/  main
/*************************************************/
/********  headline **********************************/
body.springsummer2026 .s_headline {
  padding-inline: 8.9%;
}
body.springsummer2026 .s_headline .txt {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.86cqi;
  line-height: calc(74 / 32);
  letter-spacing: 0.06em;
}
body.springsummer2026 .s_headline .btn-block {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.2077cqi;
}

/******** 背景 **********************************/
body.springsummer2026 .main {
  padding-top: 3rem;
  container-type: inline-size;
  background-image: url(../img/bg_main.webp);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
body.springsummer2026 .sec_spring .shop_info_box .shop_name .letter-O {
  position: relative;
  display: inline-block;
}
body.springsummer2026 .sec_spring .shop_info_box .shop_name .letter-O::after {
  content: "¯"; /* マクロン */
  position: absolute;
  top: -0.05em;
  left: 50%;
  font-size: 0.8em;
  transform: translateX(-50%);
}
body.springsummer2026 .shop_images .swiper-button-next,
body.springsummer2026 .shop_images .swiper-button-prev {
  background-image: url(../img/ico_arrow_right.svg);
}

/******** セクション共通 **********************************/
body.springsummer2026 .section {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
}
body.springsummer2026 .section .sec_header {
  margin-bottom: 1.875rem;
}
body.springsummer2026 .section .sec_header_logo {
  display: block;
  margin-left: 5px;
  width: 44.44cqi;
}
body.springsummer2026 .section .sec_header_logo--goods {
  margin-left: auto;
  margin-right: 5px;
  width: 35.2657cqi;
}
body.springsummer2026 .section .sec_header_title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  padding: 0.8125rem;
  background-image: repeating-linear-gradient(
    135deg,
    #ffffff,
    #ffffff 2px,
    transparent 2px,
    transparent 7px
  );
}
body.springsummer2026 .sec_spring .sec_header_title img {
  width: 52.1739cqi;
  height: auto;
  object-fit: contain;
}
body.springsummer2026 .sec_summer .sec_header_title {
  padding: 0.90625rem;
}
body.springsummer2026 .sec_summer .sec_header_title img {
  width: 53.14cqi;
  height: auto;
  object-fit: contain;
}
body.springsummer2026 .section .sec_header_text {
  text-align: center;
  margin-top: 0.875rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.6231cqi;
  line-height: calc(30 / 15);
  letter-spacing: 0.08em;
  text-align: left;
}

/******** shopBox **********************************/
body.springsummer2026 .shop_info_box {
  position: relative;
}
body.springsummer2026 .shop_info_box + .shop_info_box {
  margin-top: 4.5rem;
}
body.springsummer2026 .shop_info_box .shop_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.75rem;
}
body.springsummer2026 .shop_info_box .shop_head .shop_name > span {
  display: inline-block;
  padding-left: 1.5em;
}
body.springsummer2026 .shop_info_box .shop_head .shop_name > span:first-child {
  position: relative; /* ::before を基準にするため */
}
body.springsummer2026
  .shop_info_box
  .shop_head
  .shop_name
  > span:first-child::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.springsummer2026
  .shop_info_box
  .shop_head
  .shop_name._start
  > span:first-child::before {
  animation: fall 3s ease-in-out 1 forwards;
}
@keyframes fall {
  0% {
    transform: translate(0, calc(-45% - 12em)) rotate(0deg) translateX(0); /* 上からスタート */
    opacity: 0;
  }
  50% {
    transform: translate(0, calc(-45% - 6em)) rotate(180deg) translateX(-1.5em); /* 途中で揺れる */
    opacity: 1;
  }
  100% {
    transform: translate(0, -45%) rotate(360deg) translateX(0); /* 元の中央位置に着地 */
    opacity: 1;
  }
}
body.springsummer2026 .shop_info_box .shop_head .shop_name {
  font-family: "Zen Old Mincho", serif;
  font-size: 5.7971cqi;
  font-weight: 500;
  line-height: calc(30 / 23);
  letter-spacing: 0.08em;
}
body.springsummer2026 .shop_info_box .shop_head .shop_name--sm {
  letter-spacing: 0.04em;
}
body.springsummer2026 .shop_info_box .shop_head .shop_floor {
  flex-shrink: 0;
}
body.springsummer2026 .shop_info_box .shop_head .shop_floor img {
  width: 12.6811cqi;
  height: auto;
  object-fit: contain;
}
body.springsummer2026 .shop_info_box .shop_images {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
}
body.springsummer2026 .shop_info_box .shop_images .swiper-slide img {
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 350 / 437.5;
}
body.springsummer2026 .shop_info_box .shop_images .swiper-pagination {
  display: flex;
  justify-content: center;
  top: auto;
  bottom: -1.8125rem;
  text-align: left;
  line-height: 1;
}
body.springsummer2026 .shop_info_box .shop_images .swiper-pagination-bullet {
  width: 1.2077cqi;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(14, 14, 8, 0.4);
}
body.springsummer2026
  .shop_info_box
  .shop_images
  .swiper-pagination-bullet-active {
  background-color: #0e0e08;
}
body.springsummer2026 .shop_info_box .shop_images .swiper-button-next,
body.springsummer2026 .shop_info_box .shop_images .swiper-button-prev {
  width: 10.628cqi;
  height: 1.9324cqi;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.4s ease-out;
}
body.springsummer2026 .shop_info_box .shop_images .swiper-button-next svg,
body.springsummer2026 .shop_info_box .shop_images .swiper-button-prev svg {
  display: none;
}
body.springsummer2026 .shop_info_box .shop_images .swiper-button-next {
  top: auto;
  bottom: -1.875rem;
  right: 0;
}
body.springsummer2026 .shop_info_box .shop_images .swiper-button-next:hover {
  transform: scale(1.2);
}
body.springsummer2026 .shop_info_box .shop_images .swiper-button-prev {
  top: auto;
  bottom: -1.875rem;
  left: 0;
  transform: scale(-1, 1);
}
body.springsummer2026 .shop_info_box .shop_images .swiper-button-prev:hover {
  transform: scale(-1.2, 1.2);
}
body.springsummer2026 .shop_info_box .shop_item {
  position: relative;
  z-index: 2;
}
body.springsummer2026 .shop_info_box .shop_item {
  margin-top: 3.625rem;
  font-size: 3.6232cqi;
  font-weight: 500;
  line-height: calc(22.5 / 15);
  letter-spacing: 0.03em;
}
body.springsummer2026 .shop_info_box .shop_price {
  position: relative;
  z-index: 2;
  margin-top: 0.875rem;
  font-size: 2.4154cqi;
  font-weight: 400;
  line-height: calc(27 / 15);
  letter-spacing: 0.08em;
}
body.springsummer2026 .shop_info_box .shop_price span {
  font-size: 3.6232cqi;
  font-weight: 400;
}
body.springsummer2026 .shop_info_box .shop_itemtext {
  position: relative;
  z-index: 2;
  margin-top: 0.875rem;
  font-size: 3.3816cqi;
  font-weight: 400;
  line-height: calc(24 / 14);
  letter-spacing: 0.03em;
}
body.springsummer2026 .shop_box_bg {
  position: absolute;
  bottom: -4.0625rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  width: 100cqi;
}
.body.springsummer2026 .shop_box_bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.springsummer2026 .sec_spring {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1.625rem;
}
body.springsummer2026 .sec_spring::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      180deg,
      #ffffff00 0%,
      #ffffff00 0%,
      #fbeaf40b 7%,
      #f0b3d927 18%,
      #e36cb64d 30%,
      #e36cb64d 77%,
      #ffffff 100%
    )
    0% 0% no-repeat padding-box;
  opacity: 0.65;
  content: "";
}
body.springsummer2026 .sec_spring .container,
body.springsummer2026 .sec_summer .container {
  position: relative;
  z-index: 2;
}

body.springsummer2026 .sec_summer {
  position: relative;
  padding-top: 3.375rem;
  padding-bottom: 5.625rem;
}
body.springsummer2026 .sec_summer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      180deg,
      #ffffff 0%,
      #b5edb4bf 13%,
      #b5edb4bf 78%,
      #b9edc700 100%
    )
    0% 0% no-repeat padding-box;
  opacity: 0.65;
  content: "";
}

body.springsummer2026 .sec_upperfooter {
  background-color: #fff;
}

/*********************************
 Animations
**********************************/
._f_in_bt {
  position: relative;
  top: 15dvh;
  opacity: 0;
  transition:
    top 0.8s,
    opacity 1.2s;
}
._f_in_bt._start {
  opacity: 1;
  top: 0;
}

._f_in_scale {
  position: relative;
  opacity: 0;
  transition:
    top 0.8s,
    opacity 1.2s,
    transform 1.2s;
  transform: scale(0.5);
}
._f_in_scale._start {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

/*********************************
 btn_page_top
**********************************/
body.springsummer2026 .btn_page_top {
  display: inline-block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  body.springsummer2026 .btn_page_top {
    right: calc(-12px + 10.3125vw + 12px);
  }
}
body.springsummer2026 .btn_page_top .btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  width: 46px;
  border-radius: 50%;
  background-image: url(../img/ico_back-top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.springsummer2026 .btn_page_top._show {
  opacity: 1;
}
body.springsummer2026 .btn_page_top._show .btn {
  pointer-events: all;
}

/*********************************
 Cookie banner
**********************************/
.cookie__banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  background: #fff;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #b3d99c;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cookie__banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    margin: auto;
  }
}
.cookie__banner.is-active {
  transition: all 0.8s ease;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.cookie__banner .cookie__inner {
  padding: 22px 19px;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__inner {
    padding: 20px 15px 25px;
  }
}
.cookie__banner .cookie__text {
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__text {
    font-size: 12px;
    line-height: 1.45;
  }
}
.cookie__banner .cookie__link {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__link .cookie__link:hover {
    text-decoration: none;
  }
}
.cookie__banner .cookie__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__btns .cookie__btns {
    gap: 20px;
  }
}
.cookie__banner .cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 184px;
  width: 100%;
  height: 46px;
  text-decoration: underline;
  border-radius: 23px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__btn:hover {
    border: 1px solid #b3d99c;
    background: linear-gradient(90deg, #fd0 0%, #b3d99c 100%);
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .cookie__banner .cookie__btn.cookie__btn-agree {
    border: 1px solid #b3d99c;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */
