@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] {
  -webkit-text-decoration: underline dotted;
          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;
  -webkit-appearance: inherit;
          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%;
  -moz-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 (-webkit-min-device-pixel-ratio: 0), 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;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-block.cl {
  flex-direction: column;
  row-gap: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  .btn-block.cl {
    row-gap: 18.8405797101px;
  }
}
.btn-block .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*************************************************
/  全体
/**************************************************/
body.summer2026 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #e4edec;
  color: #000000;
  line-height: 2.1;
  text-align: left;
  position: relative;
  font-size: 3.6231884058vw;
  /********  SP wrap **********************************/
  /******** pc_wrap **********************************/
  /********  overlay **********************************/
  /*************************************************
  /Link
  /*************************************************/
  /*************************************************
  /  header
  /*************************************************/
  /*************************************************
  /  footer
  /*************************************************/
  /*************************************************
  /  main
  /*************************************************/
  /********  headline **********************************/
  /******** ナビゲーション **********************************/
  /******** セクション共通 **********************************/
  /******** item-detail_image **********************************/
}
@media print, screen and (min-width: 769px) {
  body.summer2026 {
    font-size: 18.8405797101px;
  }
}
body.summer2026 br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.summer2026 br.sp {
    display: block;
  }
  body.summer2026 br.pc {
    display: none;
  }
}
body.summer2026 .para > *:not(:last-child) {
  margin-bottom: 1em;
}
body.summer2026 .ft-palt {
  font-feature-settings: "palt";
}
body.summer2026 .sp_wrap {
  position: relative;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  box-sizing: content-box;
  /********  loading **********************************/
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .sp_wrap {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-right: auto;
    margin-left: calc(50% + 2.1588164251vw);
    width: 520px;
    margin-top: 80px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  body.summer2026 .sp_wrap {
    margin-right: 8.7137681159vw;
    margin-left: auto;
  }
}
body.summer2026 .sp_wrap .loading {
  display: none;
}
body.summer2026 .sp_wrap._loading {
  height: 100dvh;
}
body.summer2026 .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: #f95126;
  opacity: 1;
  transition: opacity 0.5s 0.6s;
}
body.summer2026 .sp_wrap._loading .loading._start {
  opacity: 0;
}
body.summer2026 .sp_wrap .loader {
  width: 4px;
  color: #000;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 5px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  transform: translateX(-38px);
  -webkit-animation: l26 2s infinite linear;
          animation: l26 2s infinite linear;
}
@-webkit-keyframes l26 {
  12.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
  25% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 0px;
  }
  50% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  62.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 5px;
  }
  75% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  87.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 5px, 57px 0 0 0px, 19px 19px 0 5px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
}
@keyframes l26 {
  12.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
  25% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 0px;
  }
  50% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  62.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 5px;
  }
  75% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  87.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 5px, 57px 0 0 0px, 19px 19px 0 5px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
}
body.summer2026 .pc_wrap {
  display: none;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .pc_wrap {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    /******** タイトル **********************************/
    /******** slider **********************************/
  }
  body.summer2026 .pc_wrap .title-box {
    position: absolute;
    top: 50%;
    padding: 0;
    transform-origin: top left;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: calc((100% - 8.7137681159vw - 520px) / 2);
    transform: translate(-50%, -50%);
    aspect-ratio: 527/878;
    width: 100%;
    max-width: 527px;
    row-gap: 5.69476082%;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  body.summer2026 .pc_wrap .title-box {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .pc_wrap .main-nav {
    padding: 0;
    margin-top: 0 !important;
  }
  body.summer2026 .pc_wrap .main-nav--clothing .main-nav__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  body.summer2026 .pc_wrap .main-nav--goods .main-nav__list {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .pc_wrap .slider_box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10.3125vw - 12px);
    height: 100dvh;
  }
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .pc_wrap .slider_box .slider {
    position: absolute;
    top: 19%;
    left: 31.1688311688%;
    width: 5px;
    height: 64%;
    border-radius: 3px;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .pc_wrap .slider_box .slider .slider_handle {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 15px;
    height: 8.875%;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .pc_wrap .slider_box .slider .slider_handle .slider_v {
    position: absolute;
    top: 0;
    left: 5px;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    background-color: red;
  }
}
body.summer2026 #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.summer2026 #overlay.loaded {
  opacity: 0;
  pointer-events: none;
}
body.summer2026 #overlay::after {
  content: "";
  display: inline-block;
}
body.summer2026 #overlay.loadlogo::after {
  width: 20vw;
  height: 20vw;
  background: url(/common/images/logo.png) center center no-repeat;
  background-size: contain;
}
body.summer2026 a {
  color: #26b5c5;
  display: inline-block;
}
@media (hover: hover) {
  body.summer2026 .btn {
    transition: transform 0.4s ease-out;
  }
  body.summer2026 .btn:hover {
    transform: scale(1.1);
  }
}
body.summer2026 button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.summer2026 a[href^="tel:"] {
    pointer-events: none;
  }
}
body.summer2026 .btn {
  border-radius: 9999px;
  border: 3px solid #42c039;
  width: 100%;
  color: #42c039;
  display: flex;
  align-items: center;
  padding: 0.5em;
  font-weight: 500;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 4.1062801932vw;
}
body.summer2026 .btn:hover {
  background-color: #42c039;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .btn {
    font-size: 21.3526570048px;
  }
}
body.summer2026 .btn.orange {
  color: #f95126;
}
body.summer2026 .btn.hl-btn {
  position: relative;
  width: 101.4925373134%;
  aspect-ratio: 680/125;
  margin-left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  border: none;
  overflow: hidden;
  text-indent: -100vw;
  background-color: initial;
  border-radius: initial;
}
body.summer2026 .btn.btn1 {
  background-image: url(../img/btn_shop-for-pet.webp);
}
body.summer2026 .btn.btn1:hover {
  color: #fff;
  background-image: url(../img/btn_shop-for-pet_on.webp);
}
body.summer2026 .btn.btn2 {
  background-image: url(../img/btn-shop-with-pet.webp);
}
body.summer2026 .btn.btn2:hover {
  background-image: url(../img/btn-shop-with-pet_on.webp);
}
body.summer2026 .btn.btn3 {
  background-image: url(../img/btn_pet-friendy-areas.webp);
}
body.summer2026 .btn.btn3:hover {
  background-image: url(../img/btn_pet-friendy-areas_on.webp);
}
body.summer2026 .btn.btn4 {
  background-image: url(../img/btn_rules-and-manners.webp);
}
body.summer2026 .btn.btn4:hover {
  color: #fff;
  background-image: url(../img/btn_rules-and-manners_on.webp);
}
body.summer2026 ._st #header {
  opacity: 1;
}
body.summer2026 ._st #header .background {
  transform: scale(1);
}
body.summer2026 #header {
  position: relative;
  width: 100%;
  aspect-ratio: 828/1400;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
  overflow: hidden;
  /********  KV Layout **********************************/
  /********  KV Animations **********************************/
  /********  KV Keyframes **********************************/
}
body.summer2026 #header .background {
  position: absolute;
  width: 100%;
  transform: scale(1.2);
  transition: transform 0.6s ease-out;
  transition-delay: 0.6s;
}
body.summer2026 #header .kv__title {
  width: 91.3043478261%;
  aspect-ratio: 756/458;
  position: absolute;
  transform: translateY(120%);
  left: 3.9855072464%;
  top: 106.1594202899vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #header .kv__title {
    top: 552.0289855072px;
  }
}
body.summer2026 #header .kv__subtitle {
  width: 12.1980676329%;
  aspect-ratio: 101/456;
  position: absolute;
  left: 5.9178743961%;
  top: 8.8164251208vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #header .kv__subtitle {
    top: 45.845410628px;
  }
}
body.summer2026 #header .kv__subtitle img {
  position: relative;
  z-index: 10;
}
body.summer2026 #header .kv__subtitle::before, body.summer2026 #header .kv__subtitle::after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 0;
  width: 5.5555555556vw;
  height: 41.0628019324vw;
  transform-origin: top;
  transform: scaleY(0);
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #header .kv__subtitle::before, body.summer2026 #header .kv__subtitle::after {
    width: 28.8888888889px;
    height: 213.5265700483px;
  }
}
body.summer2026 #header .kv__subtitle::before {
  left: 6.884057971vw;
  top: -0.3623188406vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #header .kv__subtitle::before {
    left: 35.7971014493px;
    top: -1.884057971px;
  }
}
body.summer2026 #header .kv__subtitle::after {
  left: -0.4830917874vw;
  top: 15.0966183575vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #header .kv__subtitle::after {
    left: -2.5120772947px;
    top: 78.5024154589px;
  }
}
body.summer2026 #header .kv__orange {
  z-index: 11;
  position: absolute;
  inset: 0;
  background-color: #f95126;
  transform-origin: top;
}
body.summer2026 #header .kv__title._start {
  -webkit-animation: slideInFromBottom 1.2s ease forwards;
          animation: slideInFromBottom 1.2s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
body.summer2026 #header .kv__subtitle._start::before,
body.summer2026 #header .kv__subtitle._start::after {
  -webkit-animation: revealShow 0.6s ease forwards;
          animation: revealShow 0.6s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body.summer2026 #header .kv__orange._start {
  -webkit-animation: revealHide 0.6s ease forwards;
          animation: revealHide 0.6s ease forwards;
}
@-webkit-keyframes revealHide {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@keyframes revealHide {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@-webkit-keyframes revealShow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes revealShow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body.summer2026 #footer {
  line-height: 1.8;
  padding-top: 14.4927536232%;
  background-color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 2.89852657vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #footer {
    font-size: 15.0723381643px;
  }
}
body.summer2026 #footer .bn_instagram {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
  margin-bottom: 3rem;
}
body.summer2026 #footer .l-container {
  padding: 0 1.6rem;
}
body.summer2026 #footer .note-lists {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
  margin-bottom: 3rem;
  font-size: 2.7777777778vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #footer .note-lists {
    font-size: 14.4444444444px;
  }
}
body.summer2026 #footer .note-lists > li {
  position: relative;
  padding-left: 1em;
}
body.summer2026 #footer .note-lists > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -0.5em;
}
body.summer2026 #footer .siteFooter__upper {
  display: flex;
  flex-direction: column-reverse;
}
body.summer2026 #footer .siteFooter__brandHeader {
  margin-bottom: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.3816183575vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 #footer .siteFooter__brandHeader {
    font-size: 17.5844154589px;
  }
}
body.summer2026 #footer .siteFooter__brandList {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
body.summer2026 #footer .siteFooter__brandLink {
  width: 30%;
}
body.summer2026 #footer .siteFooter__logowrap {
  margin: 2.5rem 0 0;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0 0;
  border-top: 0.1rem solid #e3e3e3;
}
body.summer2026 #footer .siteFooter__logolink {
  display: block;
  margin: 0 auto;
  max-width: 235px;
}
body.summer2026 #footer .siteFooter__companyInfo {
  margin-top: 1rem;
}
body.summer2026 #footer .siteFooter__copyright {
  margin-top: 2.5rem;
  padding: 0.8rem 0;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
body.summer2026 .s_headline .txt {
  font-weight: 500;
  text-align: center;
  line-height: 1.9375;
  letter-spacing: 0.25em;
  color: #42c039;
  margin-top: 9.6618357488vw;
  margin-bottom: 15.3381642512vw;
  font-size: 3.8647342995vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .s_headline .txt {
    margin-top: 50.2415458937px;
    margin-bottom: 79.7584541063px;
    font-size: 20.0966183575px;
  }
}
body.summer2026 .main-nav {
  padding-left: 4.347826087%;
  padding-right: 4.347826087%;
  padding-bottom: 80.38647343px;
}
body.summer2026 .main-nav + .main-nav {
  margin-top: 7.9710144928vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .main-nav + .main-nav {
    margin-top: 41.4492753623px;
  }
}
body.summer2026 .main-nav__header {
  display: flex;
  justify-content: space-between;
}
body.summer2026 .main-nav__header .title {
  width: 38.8888888889%;
  aspect-ratio: 294/92;
}
body.summer2026 .main-nav__header .number {
  width: 24.8677248677%;
  aspect-ratio: 188/35;
}
body.summer2026 .main-nav__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4.1062801932vw;
  -moz-column-gap: 1.690821256vw;
       column-gap: 1.690821256vw;
  row-gap: 4.1062801932vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .main-nav__list {
    margin-top: 21.3526570048px;
    -moz-column-gap: 8.7922705314px;
         column-gap: 8.7922705314px;
    row-gap: 21.3526570048px;
  }
}
body.summer2026 .main-nav__list .item {
  filter: drop-shadow(0px 2px 2px rgba(21, 21, 23, 0.25));
  width: 19.0476190476%;
}
body.summer2026 .main-nav__list .item:hover {
  z-index: 10;
  position: relative;
}
body.summer2026 .main-nav__list .item:nth-child(2n) a:hover {
  transition: transform 0.4s ease-out;
  transform: scale(1.2) rotate(10deg);
}
body.summer2026 .main-nav__list .item:nth-child(2n+1) a:hover {
  transition: transform 0.4s ease-out;
  transform: scale(1.2) rotate(-10deg);
}
body.summer2026 .main-nav--goods .main-nav__list {
  -moz-column-gap: 0.9661835749vw;
       column-gap: 0.9661835749vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .main-nav--goods .main-nav__list {
    -moz-column-gap: 5.0241545894px;
         column-gap: 5.0241545894px;
  }
}
body.summer2026 .line-animation {
  background-color: #f95126;
  background-repeat: repeat-x;
  background-size: auto 100%;
  -webkit-animation: line_animation 60s linear infinite;
          animation: line_animation 60s linear infinite;
  height: 11.3526570048vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .line-animation {
    height: 59.0338164251px;
  }
}
body.summer2026 .line-animation.line1 {
  background-image: url(../img/line-animation_white_1.png);
}
body.summer2026 .line-animation.line2 {
  background-image: url(../img/line-animation_white_2.png);
}
body.summer2026 .line-animation.is-pc {
  margin-top: 0;
  height: 34px;
  width: 100%;
  left: 0;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  body.summer2026 .line-animation.is-pc {
    display: none;
  }
}
body.summer2026 .line-animation.is-pc.line1 {
  background-image: url(../img/line-animation_orange_1.png);
  top: 0;
}
body.summer2026 .line-animation.is-pc.line2 {
  background-image: url(../img/line-animation_orange_2.png);
  bottom: 0;
  -webkit-animation: line_animation-right 60s linear infinite;
          animation: line_animation-right 60s linear infinite;
}
@-webkit-keyframes line_animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1444px 0;
  }
}
@keyframes line_animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1444px 0;
  }
}
@-webkit-keyframes line_animation-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1444px 0;
  }
}
@keyframes line_animation-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1444px 0;
  }
}
body.summer2026 .section {
  padding-top: 15.4589371981vw;
  padding-bottom: 15.4589371981vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section {
    padding-top: 80.38647343px;
    padding-bottom: 80.38647343px;
  }
}
body.summer2026 .section.blue {
  color: #26b5c5;
  background-color: #e4edec;
}
body.summer2026 .section.blue .shop-detail {
  border-top: 1px solid #26b5c5;
}
body.summer2026 .section.blue .item-detail {
  border-color: #26b5c5;
}
body.summer2026 .section.blue .item-detail::before {
  background-image: url(../img/clothing_item_detail.png);
}
body.summer2026 .section.green {
  color: #42c039;
  background-color: #e4efe7;
}
body.summer2026 .section.green .shop-detail {
  border-top: 1px solid #42c039;
}
body.summer2026 .section.green .item-detail {
  border-color: #42c039;
}
body.summer2026 .section.green .item-detail::before {
  background-image: url(../img/goods_item_detail.png);
}
body.summer2026 .section > *:not(.sec_body) {
  width: 91.3043478261%;
  margin-left: auto;
  margin-right: auto;
}
body.summer2026 .section .sec_header h2 {
  width: 100%;
  aspect-ratio: 756/151;
  margin-bottom: 7.0048309179vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .sec_header h2 {
    margin-bottom: 36.4251207729px;
  }
}
body.summer2026 .section .sec_header .txt {
  text-align: center;
  font-size: 3.8647342995vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .sec_header .txt {
    font-size: 20.0966183575px;
  }
}
body.summer2026 .section .shop-detail {
  width: 100%;
  position: relative;
  margin-top: 13.5265700483vw;
  padding-top: 11.7149758454vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail {
    margin-top: 70.3381642512px;
    padding-top: 60.9178743961px;
  }
}
body.summer2026 .section .shop-detail .shop_num {
  content: "";
  position: absolute;
  width: 15.7004830918%;
  aspect-ratio: 130/78;
  top: 0;
  left: 4.347826087vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_num {
    left: 22.6086956522px;
  }
}
body.summer2026 .section .shop-detail .shop_num._start {
  top: -4.7101449275vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_num._start {
    top: -24.4927536232px;
  }
}
body.summer2026 .section .shop-detail .shop_name {
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 5.0724637681vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_name {
    font-size: 26.3768115942px;
  }
}
body.summer2026 .section .shop-detail .shop_floor {
  font-weight: 400;
  text-align: center;
  font-size: 3.7439613527vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_floor {
    font-size: 19.4685990338px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item__img {
  width: 79.4685990338%;
  aspect-ratio: 658/1319;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  margin-top: 4.8309178744vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item__img {
    margin-top: 25.1207729469px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item__img .image1 {
  width: 100%;
}
body.summer2026 .section .shop-detail .shop_main_item__img .image2 {
  width: 46.2006079027%;
  position: absolute;
  top: 67.4753601213%;
  left: 1.5197568389%;
}
body.summer2026 .section .shop-detail .shop_main_item__img .image3 {
  width: 43.4650455927%;
  position: absolute;
  top: 61.2585291888%;
  right: 1.5197568389%;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail {
  border-style: solid;
  border-width: 1px;
  width: 86.9565217391%;
  position: relative;
  margin-top: -3.6231884058vw;
  padding: 9.6618357488vw 6.6425120773vw 8.4541062802vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item .item-detail {
    margin-top: -18.8405797101px;
    padding: 50.2415458937px 34.5410628019px 43.961352657px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail.right {
  margin-left: auto;
  border-right: none;
  padding-right: 11.3526570048vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item .item-detail.right {
    padding-right: 59.0338164251px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail.right::before {
  left: 58.4722222222%;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail.left {
  margin-right: auto;
  border-left: none;
  padding-left: 11.3526570048vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item .item-detail.left {
    padding-left: 59.0338164251px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail.left::before {
  right: 0;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail.left .item-detail__head::before {
  width: 31.6344463972%;
  aspect-ratio: 180/146;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  display: block;
  width: 31.1111111111%;
  aspect-ratio: 224/84;
  top: -3.9855072464vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item .item-detail::before {
    top: -20.7246376812px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail__head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail__head > div {
  width: 100%;
  max-width: 72.2222222222%;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail__head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28.1195079086%;
  aspect-ratio: 160/124;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail .item_name {
  line-height: 1.3333;
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail .item_price {
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5em;
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item .item-detail .item_price {
    font-size: 18.8405797101px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail .item_price > span {
  font-size: 2.6570048309vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item .item-detail .item_price > span {
    font-size: 13.8164251208px;
  }
}
body.summer2026 .section .shop-detail .shop_main_item .item-detail .item_text {
  line-height: 1.6071;
  font-weight: 400;
  margin-top: 1.75em;
  letter-spacing: 0.075em;
  font-size: 3.3816425121vw;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .shop-detail .shop_main_item .item-detail .item_text {
    font-size: 17.5845410628px;
  }
}
body.summer2026 .section .swiper-pagination {
  top: 100%;
  bottom: auto;
  text-align: left;
  line-height: 1;
}
body.summer2026 .section .swiper-pagination-bullet {
  width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(14, 14, 8, 0.4);
}
body.summer2026 .section .swiper-pagination-bullet-active {
  background-color: #0e0e08;
}
body.summer2026 .section .swiper-button-next,
body.summer2026 .section .swiper-button-prev {
  width: 12.9411764706%;
  height: 15.4811715481%;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center center;
  transition: transform 0.4s ease-out;
  border: 0.3623188406vw solid #42c039;
}
@media print, screen and (min-width: 769px) {
  body.summer2026 .section .swiper-button-next,
body.summer2026 .section .swiper-button-prev {
    border-width: 1.884057971px;
  }
}
body.summer2026 .section .swiper-button-next svg,
body.summer2026 .section .swiper-button-prev svg {
  display: none;
}
body.summer2026 .section .swiper-button-next {
  right: 0;
  transform: translate(50%, 0);
}
body.summer2026 .section .swiper-button-next:hover {
  transform: translate(50%, 0) scale(1.2);
}
body.summer2026 .section .swiper-button-prev {
  left: 0;
  transform: translate(-50%, 0) scale(-1, 1);
}
body.summer2026 .section .swiper-button-prev:hover {
  transform: translate(-50%, 0) scale(-1.2, 1.2);
}
body.summer2026 .section .swiper-slide {
  border: 3px solid #fff;
  border-radius: 5%;
  overflow: hidden;
}
body.summer2026 .shop1 .item-detail__head::before {
  background-image: url(../img/shop_1_img4.webp);
}
body.summer2026 .shop2 .item-detail__head::before {
  background-image: url(../img/shop_2_img4.webp);
}
body.summer2026 .shop3 .item-detail__head::before {
  background-image: url(../img/shop_3_img4.webp);
}
body.summer2026 .shop4 .item-detail__head::before {
  background-image: url(../img/shop_4_img4.webp);
}
body.summer2026 .shop5 .item-detail__head::before {
  background-image: url(../img/shop_5_img4.webp);
}
body.summer2026 .shop6 .item-detail__head::before {
  background-image: url(../img/shop_6_img4.webp);
}
body.summer2026 .shop7 .item-detail__head::before {
  background-image: url(../img/shop_7_img4.webp);
}
body.summer2026 .shop8 .item-detail__head::before {
  background-image: url(../img/shop_8_img4.webp);
}
body.summer2026 .shop9 .item-detail__head::before {
  background-image: url(../img/shop_9_img4.webp);
}
body.summer2026 .shop10 .item-detail__head::before {
  background-image: url(../img/shop_10_img4.webp);
}
body.summer2026 .shop11 .item-detail__head::before {
  background-image: url(../img/shop_11_img4.webp);
}
body.summer2026 .shop12 .item-detail__head::before {
  background-image: url(../img/shop_12_img4.webp);
}
body.summer2026 .shop13 .item-detail__head::before {
  background-image: url(../img/shop_13_img4.webp);
}
body.summer2026 .shop14 .item-detail__head::before {
  background-image: url(../img/shop_14_img4.webp);
}
body.summer2026 .shop15 .item-detail__head::before {
  background-image: url(../img/shop_15_img4.webp);
}
body.summer2026 .shop16 .item-detail__head::before {
  background-image: url(../img/shop_16_img4.webp);
}
body.summer2026 .shop17 .item-detail__head::before {
  background-image: url(../img/shop_17_img4.webp);
}

/*********************************
 Animations
**********************************/
._f_in_bt {
  position: relative;
  top: 2.4154589372vw;
  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.5s, opacity 0.5s, transform 0.5s;
  transform: scale(0.5);
}
._f_in_scale._start {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

._f_in {
  opacity: 0;
}
._f_in._start {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
          animation: fadeIn 0.5s ease-out forwards;
}

._f_in_rotate_right {
  opacity: 0;
  transform: translate(-50%, -50%);
}
._f_in_rotate_right img {
  transform: translate(0, 0) rotate(-10deg);
}
._f_in_rotate_right._start {
  -webkit-animation: fadeIn 0.5s ease-out 0.2s forwards;
          animation: fadeIn 0.5s ease-out 0.2s forwards;
}
._f_in_rotate_right._start img {
  -webkit-animation: fadeInRotateRight 0.5s ease-out 0.2s forwards;
          animation: fadeInRotateRight 0.5s ease-out 0.2s forwards;
}

._f_in_rotate_left {
  opacity: 0;
  transform: translate(50%, -50%);
}
._f_in_rotate_left img {
  transform: translate(0, 0) rotate(10deg);
}
._f_in_rotate_left._start {
  -webkit-animation: fadeIn 0.5s ease-out 0s forwards;
          animation: fadeIn 0.5s ease-out 0s forwards;
}
._f_in_rotate_left._start img {
  -webkit-animation: fadeInRotateLeft 0.5s ease-out 0s forwards;
          animation: fadeInRotateLeft 0.5s ease-out 0s forwards;
}

._f_in_scaledown_bg {
  opacity: 0;
  transition: opacity 0.6s;
  overflow: hidden;
}
._f_in_scaledown_bg img {
  transform: scale(1.2);
  transform-origin: center;
  transition: transform 0.5s;
  transition-delay: 0s;
}
._f_in_scaledown_bg._start {
  opacity: 1;
}
._f_in_scaledown_bg._start img {
  transform: scale(1);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRotateRight {
  from {
    transform: translate(0, 0) rotate(-10deg);
  }
  to {
    transform: translate(50%, 50%) rotate(0deg);
  }
}
@keyframes fadeInRotateRight {
  from {
    transform: translate(0, 0) rotate(-10deg);
  }
  to {
    transform: translate(50%, 50%) rotate(0deg);
  }
}
@-webkit-keyframes fadeInRotateLeft {
  from {
    transform: translate(0, 0) rotate(10deg);
  }
  to {
    transform: translate(-50%, 50%) rotate(0deg);
  }
}
@keyframes fadeInRotateLeft {
  from {
    transform: translate(0, 0) rotate(10deg);
  }
  to {
    transform: translate(-50%, 50%) rotate(0deg);
  }
}
/*********************************
 btn_page_top
**********************************/
.btn_page_top {
  display: inline-block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 100;
  width: 18.8405797101vw;
  height: 18.8405797101vw;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .btn_page_top {
    width: 97.9710144928px;
    height: 97.9710144928px;
    right: auto;
    left: calc(50% + 2.1588164251vw + 520px + 4px - 6.1231884058vw - 12px);
    bottom: 44px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .btn_page_top {
    right: calc(8.7137681159vw + 12px + 3px);
    left: auto;
  }
}
.btn_page_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/btn_page-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn_page_top._show {
  opacity: 1;
  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 */