/*
* デモ環境よりコピー 2025/3/11
* /client_info/AHKAH/view/userweb/css/style.css?timestamp=1741078395005
*/

@charset "UTF-8";

/* ============================================================================*
/* Reset
/*============================================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  text-size-adjust: none;
  tab-size: 2;
  tab-size: 2;
  tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  font-family: system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-width: 100%;
  height: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(hr) {
  height: 0;
  overflow: visible;
  color: inherit;
  border: none;
  border-block-start: 1px solid;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  outline-offset: 1px;
  box-shadow: 0 0 0 5px Canvas;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
}

/* ============================================================================*
/* Common
/*============================================================================ */
:root {
  font-size: 62.5%;
}

html {
  overflow-y: scroll;
}

body {
  font-family:Aven,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,"sans-serif";
  font-size: calc(13 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.7;
  color: #1a1a1a;
}

body.is-open {
  overflow: hidden;
}

@media screen and (width >= 768px) {
  body {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

a {
  text-decoration: none;
}

@media (hover: hover) {
  a {
    transition: 0.3s;
  }

  a:hover {
    opacity: 0 0.85;
  }
}

::selection {
  color: #fff;
  background: #1a1a1a;
}

::selection {
  color: #fff;
  background: #1a1a1a;
}

/* ============================================================================*
/* Layout
/*============================================================================ */

/**
/* ヘッダー
/*------------------------------------ */
.l-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 30%) 30%, rgb(0 0 0 / 0%) 100%);
}

@media screen and (width >= 768px) {
  .l-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: linear-gradient(
      to bottom,
      rgb(8 8 8) 0%,
      rgb(8 8 8 / 60%) 60%,
      rgb(8 8 8 / 0%) 100%
    );
  }
}

/**
/* ナビゲーション
/*------------------------------------ */

/**
/* フッター
/*------------------------------------ */

/**
/* サイドメニュー
/*------------------------------------ */

/**
/* コンテナー
/*------------------------------------ */
.l-container {
  padding: 0 calc(20 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .l-container {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }

  .l-container--large {
    max-width: 1680px;
    padding: 0 40px;
  }
}

.l-column-container {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}

.l-column-container__sidebar {
  display: none;
}

@media screen and (width >= 768px) {
  .l-column-container {
    max-width: 1600px;
    padding: 0 20px;
    margin: 80px auto 0;
  }
}

@media screen and (width >= 1024px) {
  .l-column-container {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 0 70px;
  }

  .l-column-container__sidebar {
    display: block;
  }
}

/**
/* grid
/*------------------------------------ */
.l-grid__2col-narrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(10 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .l-grid {
    display: grid;
    gap: 0 30px;
  }

  .l-grid__2col {
    grid-template-columns: repeat(2, 1fr);
  }

  .l-grid__3col {
    grid-template-columns: repeat(3, 1fr);
  }

  .l-grid__2col-narrow {
    gap: 0 30px;
    max-width: 824px;
    margin: 0 auto;
  }
}

@media screen and (width >= 1024px) {
  .l-grid__2col-narrow {
    max-width: 884px;
  }
}

/**
/* メインコンテンツのラッパー要素
/*------------------------------------ */
.l-main {
  margin-top: calc(-60 / 390 * 100vw);
}

.l-main--home {
  margin-top: calc(-150 / 390 * 100vw);
}

.l-main--no-margin {
  margin-top: 0;
}

@media screen and (width >= 768px) {
  .l-main {
    margin-top: -60px;
  }

  .l-main--home {
    margin-top: -60px;
  }

  .l-main--no-margin {
    margin-top: 0;
  }
}

@media screen and (width >= 1024px) {
  .l-main--home {
    margin-top: -95px;
  }
}

/* ============================================================================*
/* Scripts
/*============================================================================ */
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  display: flex;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  pointer-events: auto;
  list-style-type: none;
}

.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 {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  list-style-type: none !important;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  animation: splide-loading 1s linear infinite;
  contain: strict;
}

.splide__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
  user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  cursor: pointer;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  transform: translateY(-50%);
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}

.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 {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 3px;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  transition: transform 0.2s linear;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.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 {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgb(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 {
  cursor: pointer;
  border: 3px solid transparent;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}

.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 {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  inset: 0 0.5em 0 auto;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.swiper {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  width: 100%;
  height: 100%;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: '';
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgb(0 0 0 / 15%);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: '';
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  pointer-events: none;
  cursor: auto;
  opacity: 0;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
  letter-spacing: 0;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: 'next';
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  appearance: none;
  appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  position: absolute;
  background: var(--swiper-pagination-progressbar-bg-color, rgb(0 0 0 / 25%));
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgb(0 0 0 / 10%));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-scrollbar-drag-bg-color, rgb(0 0 0 / 50%));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  touch-action: none;
  cursor: move;
}

.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow::before {
  position: absolute;
  inset: 0;
  content: '';
  background: #000;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ============================================================================*
/* Component
/*============================================================================ */

/**
/* 商品アイコン
/*------------------------------------ */
.c-badges {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5 / 390 * 100vw);
  justify-content: center;
}

@media screen and (width >= 768px) {
  .c-badges {
    gap: 5px;
  }
}

.c-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(14 / 390 * 100vw);
  padding: 0 calc(5 / 390 * 100vw);
  font-size: calc(8 / 390 * 100vw);
  background: #d8d8e7;
  border-radius: 1px;
}

.c-badge--reservation,
.c-badge--holiday {
  background: #fff;
  border: 1px solid #c6c6d9;
}

.c-badge--holiday > span {
  position: relative;
  padding-left: calc(18 / 390 * 100vw);
}

.c-badge--holiday > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(13 / 390 * 100vw);
  height: calc(13 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_holiday_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

@media screen and (width >= 768px) {
  .c-badge {
    height: 23px;
    padding: 0 5px;
    font-size: 1rem;
    font-weight: 700;
  }

  .c-badge--holiday > span {
    padding-left: 18px;
  }

  .c-badge--holiday > span::before {
    width: 13px;
    height: 13px;
  }
}

/**
/* パンくずリスト
/*------------------------------------ */
.c-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(55 / 390 * 100vw);
  margin-top: calc(100 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}

.c-breadcrumbs__item {
  font-size: calc(10 / 390 * 100vw);
}

.c-breadcrumbs__item:not(.c-breadcrumbs__item--home)::before {
  padding: 0 calc(10 / 390 * 100vw);
  content: '/';
}

@media screen and (width >= 768px) {
  .c-breadcrumbs {
    height: 60px;
    margin-top: 100px;
  }

  .c-breadcrumbs__item {
    font-size: 1.2rem;
  }

  .c-breadcrumbs__item:not(.c-breadcrumbs__item--home)::before {
    padding: 0 10px;
  }
}

/**
/* ボタン
/*------------------------------------ */
.c-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(50 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: calc(2 / 390 * 100vw);
}

.c-button[disabled] {
  color: #1a1a1a;
  background: #ececf3;
  border-color: #ececf3;
}

.c-button--white {
  color: #1a1a1a;
  background: #fff;
}

.c-button--gray {
  color: #1a1a1a;
  background: #f4f4f8;
  border: none;
}

.c-button--zip {
  height: calc(40 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw);
}

@media (hover: hover) {
  .c-button:not([disabled]) {
    transition: 0.3s;
  }

  .c-button:not([disabled]):hover {
    color: #1a1a1a;
    background: #ececf3;
    border-color: #ececf3;
    opacity: 1;
  }

  .c-button--gray:not([disabled]):hover {
    color: #fff;
    background: #1a1a1a;
  }
}

@media screen and (width >= 768px) {
  .c-button {
    height: 50px;
    font-size: 1.4rem;
    border-radius: 2px;
  }

  .c-button--zip {
    height: 42px;
    border-radius: 2px;
  }

  .c-button--form {
    justify-content: flex-start;
    padding: 0 20px;
  }
}

.c-button-back {
  display: flex;
  justify-content: center;
}

.c-button-back > span {
  position: relative;
  padding-left: calc(22 / 390 * 100vw);
  color: #1a1a1a;
}

.c-button-back > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  pointer-events: none;
  content: '';
  background: url('../images/common/ico_arrow_bottom_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (width >= 768px) {
  .c-button-back > span {
    padding-left: 22px;
  }

  .c-button-back > span::before {
    width: 10px;
    height: 6px;
  }
}

.c-button-area {
  margin-top: calc(30 / 390 * 100vw);
}

.c-button-area--complete {
  margin-top: calc(40 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .c-button-area {
    display: grid;
    grid-template-columns: 322px auto;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    direction: rtl;
  }

  .c-button-area--complete {
    grid-template-columns: 200px 200px;
    gap: 0 30px;
    justify-content: center;
    margin-top: 40px;
    direction: ltr;
  }
}

.c-button-inner:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .c-button-inner:not(:first-child) {
    margin-top: 20px;
  }

  .c-button-inner--cart:not(:first-child) {
    margin-top: 0;
  }
}

/**
/* チェックボックス
/*------------------------------------ */
.c-checkbox__label {
  display: block;
}

.c-checkbox input[type='checkbox'] {
  display: none;
}

.c-checkbox__text {
  position: relative;
  display: inline-block;
  padding-left: calc(28 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  outline: none;
}

.c-checkbox__text::before,
.c-checkbox__text::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  content: '';
  transform: translateY(-50%);
  transition: 0.3s;
}

.c-checkbox__text::before {
  width: calc(16 / 390 * 100vw);
  height: calc(16 / 390 * 100vw);
  background: #fff;
  border: 1px solid #1a1a1a;
  border-radius: calc(2 / 390 * 100vw);
}

.c-checkbox__text::after {
  left: calc(2 / 390 * 100vw);
  width: calc(12 / 390 * 100vw);
  height: calc(9 / 390 * 100vw);
  background: url('../images/common/ico_checkbox_01.svg') 50% 50% no-repeat;
  opacity: 0;
}

input[type='checkbox']:checked ~ .c-checkbox__text::before {
  background: #1a1a1a;
}

input[type='checkbox']:checked ~ .c-checkbox__text::after {
  opacity: 1;
}

.c-checkbox__text > a {
  text-decoration: underline;
}

@media (hover: hover) {
  .c-checkbox__text > a:hover {
    text-decoration: none;
  }
}

@media screen and (width >= 768px) {
  .c-checkbox__text {
    padding-left: 28px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .c-checkbox__text::before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }

  .c-checkbox__text::after {
    left: 2px;
    width: 12px;
    height: 9px;
  }
}

/**
/* お気に入りボタン
/*------------------------------------ */
.c-favorite {
  position: absolute;
  width: calc(7 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
}

.c-favorite::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(11 / 390 * 100vw);
  height: calc(13 / 390 * 100vw);
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: 0.3s;
}

.c-favorite::before {
  background-image: url('../images/common/ico_compare_grey_01.svg');
}

.c-favorite--deletewish {
  opacity: 1;
}

.c-favorite--deletewish::before {
  background-image: url('../images/common/ico_compare_red_01.svg');
}

@media screen and (width >= 768px) {
  .c-favorite {
    width: 9px;
    height: 13px;
  }

  .c-favorite::before {
    width: 9px;
    height: 13px;
  }
}

@media screen and (width >= 1024px) {
  .c-favorite {
    opacity: 0;
  }

  .c-favorite--deletewish {
    opacity: 1;
  }
}

/**
/* トップページ セクションタイトル
/*------------------------------------ */
.c-home-title {
  font-family: futura-pt, sans-serif;
  font-size: calc(20 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (width >= 768px) {
  .c-home-title {
    font-size: 3rem;
    line-height: 1.4;
  }
}

/**
/* リンクテキスト
/*------------------------------------ */
.c-link {
  display: inline-block;
  text-decoration: underline;
}

.c-link + .c-link {
  margin-top: calc(5 / 390 * 100vw);
}

.c-link--medium {
  font-weight: 500;
}

.c-link--small {
  font-size: calc(11 / 390 * 100vw);
}

@media (hover: hover) {
  .c-link:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .c-link {
    font-size: 1.2rem;
  }

  .c-link + .c-link {
    margin-top: 5px;
  }

  .c-link--small {
    font-size: 1.2rem;
  }
}

/**
/* ログアウト
/*------------------------------------ */
.c-logout {
  padding: calc(60 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
}

.c-logout__text {
  position: relative;
  padding-left: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

.c-logout__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(6 / 390 * 100vw);
  height: calc(7 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (width >= 768px) {
  .c-logout {
    padding: 60px 60px 40px;
  }

  .c-logout__text {
    padding-left: 15px;
    font-size: 1.2rem;
  }

  .c-logout__text::before {
    width: 6px;
    height: 7px;
  }
}

/**
/* ページネーション
/*------------------------------------ */
.c-pager {
  display: flex;
  gap: 0 calc(8 / 390 * 100vw);
  align-items: center;
  justify-content: center;
  margin-top: calc(36 / 390 * 100vw);
}

.c-pager > span {
  display: flex;
  line-height: 1;
}

.c-pager__link,
.c-pager__extend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30 / 390 * 100vw);
  height: calc(30 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  color: #1a1a1a;
  border-radius: 50%;
}

.c-pager__link.is-current {
  background: #d8d8e7;
}

@media (hover: hover) {
  .c-pager__link {
    transition: 0.3s;
  }

  .c-pager__link:hover {
    background: #e8edf4;
  }
}

.c-pager__arrow {
  position: relative;
  width: calc(30 / 390 * 100vw);
  height: calc(30 / 390 * 100vw);
}

@media (hover: hover) {
  .c-pager__arrow {
    transition: 0.3s;
  }

  .c-pager__arrow:hover {
    opacity: 0.7;
  }
}

.c-pager__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(6 / 390 * 100vw);
  height: calc(11 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_grey_01.svg') 0 0 / contain no-repeat;
}

.c-pager__arrow--prev::before {
  transform: translate(-50%, -50%);
}

.c-pager__arrow--next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.c-pager__prev,
.c-pager__next {
  display: flex;
}

@media screen and (width >= 768px) {
  .c-pager {
    gap: 0 8px;
    margin-top: 60px;
  }

  .c-pager__link,
  .c-pager__extend {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }

  .c-pager__arrow {
    width: 30px;
    height: 30px;
  }

  .c-pager__arrow::before {
    width: 6px;
    height: 11px;
  }
}

/**
/* ラジオボタン
/*------------------------------------ */
.c-radio--form {
  display: flex;
  gap: 0 calc(30 / 390 * 100vw);
  align-items: center;
  margin-top: calc(15 / 390 * 100vw);
}

.c-radio__register {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
}

.c-radio input[type='radio'] {
  display: none;
}

.c-radio__text {
  position: relative;
  padding-left: calc(27 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  outline: none;
}

.c-radio__text::before,
.c-radio__text::after {
  position: absolute;
  top: 50%;
  right: auto;
  content: '';
  transform: translateY(-50%);
  transition: 0.3s;
}

.c-radio__text::before {
  left: 0;
  width: calc(17 / 390 * 100vw);
  height: calc(17 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: 50%;
}

.c-radio__text::after {
  left: calc(6 / 390 * 100vw);
  width: calc(5 / 390 * 100vw);
  height: calc(5 / 390 * 100vw);
  background: #1a1a1a;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}

input[type='radio']:checked ~ .c-radio__text::after {
  opacity: 1;
}

@media screen and (width >= 768px) {
  .c-radio--form {
    gap: 0 30px;
    margin-top: 0;
  }

  .c-radio__text {
    padding-left: 27px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .c-radio__text::before {
    width: 17px;
    height: 17px;
  }

  .c-radio__text::after {
    left: 6px;
    width: 5px;
    height: 5px;
  }
}

/**
/* セレクトボタン
/*------------------------------------ */
.c-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.c-select::after {
  position: absolute;
  top: 50%;
  right: calc(14 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  pointer-events: none;
  content: '';
  background: url('../images/common/ico_arrow_bottom_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

.c-select select {
  width: 100%;
  height: 100%;
  padding: calc(10 / 390 * 100vw) calc(30 / 390 * 100vw) calc(10 / 390 * 100vw)
    calc(15 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  color: #1a1a1a;
  appearance: none;
  appearance: none;
  appearance: none;
  outline: none;
  background: #fff;
  border: 1px solid #9c9c9c;
  border-radius: calc(5 / 390 * 100vw);
}

.c-select select:focus-visible {
  box-shadow: none;
}

.c-select--form select {
  height: calc(40 / 390 * 100vw);
  padding: 0 calc(15 / 390 * 100vw);
}

.c-select--liberty select {
  border: 1px solid #ececf3;
}

.c-select--black select {
  font-weight: 700;
  color: #fff;
  background: #323232;
  border: none;
}

.c-select--black::after {
  background: url('../images/common/ico_arrow_bottom_white_01.svg') 0 0 / contain no-repeat;
}

@media screen and (width >= 768px) {
  .c-select::after {
    right: 14px;
    width: 10px;
    height: 6px;
  }

  .c-select select {
    padding: 10px 30px 10px 15px;
    font-size: 1.2rem;
    border-radius: 5px;
  }

  .c-select--form select {
    height: 42px;
    padding: 0 15px;
  }
}

/**
/* 見出し
/*------------------------------------ */
.c-title {
  font-size: calc(17 / 390 * 100vw);
  font-weight: 700;
}

.c-title--secondary {
  font-size: calc(22 / 390 * 100vw);
  font-weight: 600;
  text-align: center;
}

@media screen and (width >= 768px) {
  .c-title {
    font-size: 1.8rem;
  }

  .c-title--secondary {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

/* ============================================================================*
/* Project
/*============================================================================ */

/**
/* ヘッダー
/*------------------------------------ */
.p-header-topics {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #1a1a1a;
}

.p-header-topics__items {
  align-items: center;
}

.p-header-topics__item {
  position: relative;
  min-height: calc(41 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) calc(36 / 390 * 100vw) calc(10 / 390 * 100vw)
    calc(18 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.p-header-topics__link {
  color: #fff;
}

.p-header-topics__hidden {
  position: absolute;
  top: 50%;
  right: calc(18 / 390 * 100vw);
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  cursor: pointer;
  transform: translateY(-50%);
}

.p-header-topics__hidden::before,
.p-header-topics__hidden::after {
  position: absolute;
  top: 50%;
  right: 1px;
  left: 50%;
  width: calc(13 / 390 * 100vw);
  height: 1px;
  content: '';
  background: #fff;
}

.p-header-topics__hidden::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.p-header-topics__hidden::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (width >= 768px) {
  .p-header-topics__item {
    min-height: 41px;
    padding: 10px 30px 10px 15px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-header-topics__hidden {
    right: 18px;
    width: 10px;
    height: 10px;
  }

  .p-header-topics__hidden::before,
  .p-header-topics__hidden::after {
    width: 13px;
  }
}

.p-header-logo {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(120 / 390 * 100vw);
  height: calc(60 / 390 * 100vw);
  margin: 0 auto;
}

.p-header-logo--home {
  width: calc(245 / 390 * 100vw);
  height: calc(150 / 390 * 100vw);
}

.p-header-logo--home.is-initialized {
  transition: 0.5s ease;
}

.p-header-logo--home.is-fixed {
  width: calc(120 / 390 * 100vw);
  height: calc(60 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-header-logo {
    position: relative;
    width: 150px;
    height: 60px;
    margin: 0 auto;
    filter: drop-shadow(0 0 40px #000);
  }

  .p-header-logo--home {
    width: 264px;
    height: 95px;
  }

  .p-header-logo--home.is-fixed {
    width: 150px;
    height: 60px;
  }
}

.p-header {
  display: none;
}

@media screen and (width >= 768px) {
  .p-header {
    position: absolute;
    bottom: 50%;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    transform: translate(-50%, 50%);
  }
}

@media (hover: hover) {
  .p-header-trigger {
    transition: 0.3s;
  }

  .p-header-trigger:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-header-trigger {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 16px;
    background: none;
    border-radius: 0;
    transform: translateY(-50%);
  }

  .p-header-trigger__inner {
    width: 100%;
    height: 100%;
  }

  .p-header-trigger__line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  .p-header-trigger__line:nth-child(1) {
    top: 0;
  }

  .p-header-trigger__line:nth-child(2) {
    top: 6px;
  }

  .p-header-trigger__line:nth-child(3) {
    top: 12px;
  }

  .p-header-trigger__text {
    display: none;
  }
}

.p-header-nav {
  display: flex;
  gap: 0 calc(22 / 390 * 100vw);
  align-items: center;
}

.p-header-nav__items {
  display: flex;
  gap: 0 calc(22 / 390 * 100vw);
  align-items: center;
}

.p-header-nav__item > button,
.p-header-nav__item > a {
  position: relative;
  display: block;
  width: calc(25 / 390 * 100vw);
  height: calc(25 / 390 * 100vw);
}

.p-header-nav__item > button::before,
.p-header-nav__item > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.p-header-nav__item--search > button::before {
  background-image: url('../images/common/ico_search_black_01.svg');
}

.p-header-nav__item--marker {
  display: none;
}

.p-header-nav__item--compare > a::before {
  background-image: url('../images/common/ico_compare_black_01.svg');
}

.p-header-nav__item--cart > a::before {
  background-image: url('../images/common/ico_cart_01_black.svg');
}

.p-header-nav__amount {
  position: absolute;
  top: 0;
  left: 100%;
  font-family: futura-pt, sans-serif;
  font-size: calc(10 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (hover: hover) {
  .p-header-nav button {
    transition: 0.3s;
  }

  .p-header-nav button:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-header-nav {
    justify-content: space-between;
    height: 100%;
    padding: 0 80px 0 30px;
  }

  .p-header-nav__items {
    gap: 0 30px;
  }

  .p-header-nav__item > button,
  .p-header-nav__item > a {
    width: 25px;
    height: 25px;
  }

  .p-header-nav__item--search > button::before {
    background-image: url('../images/common/ico_search_white_01.svg');
  }

  .p-header-nav__item--marker {
    display: block;
  }

  .p-header-nav__item--marker > a::before {
    background-image: url('../images/common/ico_marker_white_01.svg');
  }

  .p-header-nav__item--compare > a::before {
    background-image: url('../images/common/ico_compare_white_01.svg');
  }

  .p-header-nav__item--cart > a::before {
    background-image: url('../images/common/ico_cart_01_white.svg');
  }

  .p-header-nav__amount {
    font-size: 1.2rem;
    color: #fff;
  }
}

.p-header-search {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 3;
  width: calc(100% - calc(15 / 390 * 100vw));
  height: calc(100% - calc(15 / 390 * 100vw));
  padding: calc(25 / 390 * 100vw);
  overflow-y: auto;
  background: #fff;
  border: 3px solid #d8d8e7;
  border-radius: calc(5 / 390 * 100vw);
  transform: translate(100%, -50%);
  transition: 0.3s;
}

.p-header-search.is-open {
  right: 50%;
  transform: translate(50%, -50%);
}

.p-header-search__text {
  width: 100%;
  height: calc(45 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #1a1a1a;
  appearance: none;
  appearance: none;
  appearance: none;
  outline: none;
  background: #ececf3;
  border: none;
  border-radius: calc(5 / 390 * 100vw);
  box-shadow: none;
}

.p-header-search__form {
  position: relative;
}

.p-header-search__button {
  position: absolute;
  top: 50%;
  left: calc(15 / 390 * 100vw);
  width: calc(13 / 390 * 100vw);
  height: calc(13 / 390 * 100vw);
  background: none;
  border: none;
  transform: translateY(-50%);
}

.p-header-search__button::before {
  position: absolute;
  top: 50%;
  right: 50%;
  width: calc(13 / 390 * 100vw);
  height: calc(13 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_search_black_01.svg') 0 0 / contain no-repeat;
  transform: translate(50%, -50%);
}

.p-header-search__title {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

.p-header-search__items {
  margin-top: calc(20 / 390 * 100vw);
}

.p-header-search__item:not(:first-child) {
  margin-top: calc(5 / 390 * 100vw);
}

.p-header-search__selection {
  margin: calc(50 / 390 * 100vw) 0;
}

.p-header-search__selection-title {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

.p-header-search__images {
  margin-top: calc(15 / 390 * 100vw);
}

.p-header-search__image {
  position: relative;
}

.p-header-search__image:not(:first-child) {
  margin-top: calc(10 / 390 * 100vw);
}

.p-header-search__image-text {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(60 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  background: linear-gradient(to bottom, rgb(8 8 8 / 0%) 0%, rgb(8 8 8 / 40%) 100%);
}

.p-header-search__image-title,
.p-header-search__image-more {
  color: #fff;
}

.p-header-search__image-title {
  font-family: futura-pt, sans-serif;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
}

.p-header-search__image-more {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

@media screen and (width >= 768px) {
  .p-header-search {
    top: 10px;
    width: calc(100% - 20px);
    max-width: 450px;
    height: calc(100% - 20px);
    padding: 80px 35px 35px;
    border-radius: 3px;
    transform: translateX(100%);
  }

  .p-header-search.is-open {
    right: 10px;
    transform: translateX(0);
  }

  .p-header-search__text {
    height: 45px;
    padding: 0 20px 0 45px;
    font-size: 1.4rem;
    border-radius: 5px;
  }

  .p-header-search__button {
    left: 15px;
    width: 13px;
    height: 13px;
  }

  .p-header-search__button::before {
    width: 13px;
    height: 13px;
  }

  .p-header-search__title {
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-header-search__items {
    margin-top: 20px;
  }

  .p-header-search__item:not(:first-child) {
    margin-top: 5px;
  }

  .p-header-search__selection {
    margin-top: 50px;
  }

  .p-header-search__selection-title {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-header-search__images {
    margin-top: 15px;
  }

  .p-header-search__image:not(:first-child) {
    margin-top: 10px;
  }

  .p-header-search__image-text {
    gap: 0 10px;
    height: 60px;
    padding: 0 20px;
  }

  .p-header-search__image-title {
    font-size: 1.6rem;
  }

  .p-header-search__image-more {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.p-fixed-header {
  position: fixed;
  bottom: calc(45 / 390 * 100vw);
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  align-items: center;
  width: calc(290 / 390 * 100vw);
  padding: calc(5 / 390 * 100vw) calc(25 / 390 * 100vw) calc(5 / 390 * 100vw) calc(5 / 390 * 100vw);
  background: #fff;
  border-radius: calc(80 / 390 * 100vw);
  box-shadow: 0 0 calc(13 / 390 * 100vw) rgb(0 0 0 / 18%);
  transform: translateX(-50%);
}

.p-fixed-header.is-open {
  padding: calc(5 / 390 * 100vw);
}

.p-fixed-header.is-open .p-fixed-header-nav {
  display: none;
}

.p-fixed-header.is-open .p-fixed-header-trigger {
  gap: 0 calc(15 / 390 * 100vw);
  width: 100%;
  color: #1a1a1a;
  background: #fff;
}

.p-fixed-header.is-open .p-fixed-header-trigger__line {
  top: 50%;
  background: #1a1a1a;
}

.p-fixed-header.is-open .p-fixed-header-trigger__line:nth-child(1) {
  transform: translateY(-50%) rotate(135deg);
}

.p-fixed-header.is-open .p-fixed-header-trigger__line:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}

.p-fixed-header.is-open .p-fixed-header-trigger__line:nth-child(3) {
  transform: translateY(-50%) rotate(45deg);
}

.p-fixed-header.is-open .p-fixed-header-trigger__text {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 300;
  color: #1a1a1a;
}

@media screen and (width >= 768px) {
  .p-fixed-header {
    display: none;
  }
}

.p-fixed-header-trigger {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
  align-items: center;
  justify-content: center;
  width: calc(120 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  background: #1a1a1a;
  border-radius: calc(80 / 390 * 100vw);
}

.p-fixed-header-trigger__inner {
  position: relative;
  width: calc(16 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
}

.p-fixed-header-trigger__line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

.p-fixed-header-trigger__line:nth-child(1) {
  top: 0;
}

.p-fixed-header-trigger__line:nth-child(2) {
  top: calc(6 / 390 * 100vw);
}

.p-fixed-header-trigger__line:nth-child(3) {
  top: calc(12 / 390 * 100vw);
}

.p-fixed-header-trigger__text {
  font-size: calc(10 / 390 * 100vw);
  font-weight: 600;
  color: #fff;
}

@media (hover: hover) {
  .p-fixed-header-trigger {
    transition: 0.3s;
  }

  .p-fixed-header-trigger:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-fixed-header-trigger {
    display: none;
  }
}

.p-fixed-header-nav {
  display: flex;
  gap: 0 calc(22 / 390 * 100vw);
  align-items: center;
}

.p-fixed-header-nav__items {
  display: flex;
  gap: 0 calc(22 / 390 * 100vw);
  align-items: center;
}

.p-fixed-header-nav__item > button,
.p-fixed-header-nav__item > a {
  position: relative;
  display: block;
  width: calc(25 / 390 * 100vw);
  height: calc(25 / 390 * 100vw);
}

.p-fixed-header-nav__item > button::before,
.p-fixed-header-nav__item > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.p-fixed-header-nav__item--search > button::before {
  background-image: url('../images/common/ico_search_black_01.svg');
}

.p-fixed-header-nav__item--marker {
  display: none;
}

.p-fixed-header-nav__item--compare > a::before {
  background-image: url('../images/common/ico_compare_black_01.svg');
}

.p-fixed-header-nav__item--cart > a::before {
  background-image: url('../images/common/ico_cart_01_black.svg');
}

.p-fixed-header-nav__amount {
  position: absolute;
  top: 0;
  left: 100%;
  font-family: futura-pt, sans-serif;
  font-size: calc(10 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (hover: hover) {
  .p-fixed-header-nav button {
    transition: 0.3s;
  }

  .p-fixed-header-nav button:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-fixed-header-nav {
    display: none;
  }
}

/**
/* ナビゲーション
/*------------------------------------ */
.p-nav {
  position: fixed;
  right: 50%;
  bottom: calc(60 / 390 * 100vw);
  width: calc(100% - calc(15 / 390 * 100vw));
  height: 0;
  overflow: hidden auto;
  border: 3px solid transparent;
  border-radius: calc(5 / 390 * 100vw);
  opacity: 0;
  transform: translateX(50%) scaleX(0.01);
  transform-origin: center bottom;
}

.p-nav.is-open {
  z-index: 3;
  background: #fff;
  border-color: #d8d8e7;
}

.p-nav__inner {
  padding: calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(100 / 390 * 100vw);
  opacity: 0;
}

.p-nav__items {
  position: relative;
  padding-bottom: calc(30 / 390 * 100vw);
}

.p-nav__items::after {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  content: '';
  background: #ececf3;
}

.p-nav__item {
  position: relative;
}

.p-nav__item::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.p-nav__item:not(:first-child) {
  margin-top: calc(25 / 390 * 100vw);
}

.p-nav__item > a {
  display: block;
}

.p-nav__item--news::after {
  content: none;
}

.p-nav__back {
  position: relative;
  padding-left: calc(16 / 390 * 100vw);
  margin-bottom: calc(35 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
  cursor: pointer;
}

.p-nav__back::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .p-nav__item > a:hover {
    opacity: 1;
  }

  .p-nav__item:hover {
    opacity: 0.7;
  }

  .p-nav__item:hover::after {
    visibility: visible;
    opacity: 1;
  }

  .p-nav__back {
    transition: 0.3s;
  }

  .p-nav__back:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-nav {
    top: 10px;
    right: 0;
    z-index: 3;
    width: calc(100% - 20px);
    max-width: 550px;
    height: calc(100% - 20px);
    background: #fff;
    border-color: #d8d8e7;
    border-radius: 3px;
    opacity: 1;
    transform: translateX(100%);
    transition: 0.3s;
  }

  .p-nav.is-open {
    right: 10px;
    transform: translateX(0);
  }

  .p-nav__inner {
    padding: 80px 35px 35px;
    opacity: 1;
  }

  .p-nav__items {
    padding-bottom: 30px;
  }

  .p-nav__item {
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
  }

  .p-nav__item::after {
    width: 7px;
    height: 8px;
    transition: 0.3s;
  }

  .p-nav__item:not(:first-child) {
    margin-top: 25px;
  }

  .p-nav__back {
    padding-left: 12px;
    margin-bottom: 35px;
    font-size: 1.1rem;
  }

  .p-nav__back::before {
    width: 7px;
    height: 8px;
  }

  .p-nav__back + .p-nav-content__title {
    margin-top: 35px;
  }
}

.p-nav-info {
  margin-top: calc(30 / 390 * 100vw);
}

.p-nav-info__item:not(:first-child) {
  margin-top: calc(10 / 390 * 100vw);
}

.p-nav-info__item > a {
  display: block;
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-nav-info {
    margin-top: 30px;
  }

  .p-nav-info__item:not(:first-child) {
    margin-top: 10px;
  }

  .p-nav-info__item > a {
    font-size: 1.4rem;
  }
}

.p-nav-image {
  position: relative;
  margin-top: calc(35 / 390 * 100vw);
}

.p-nav-image > a {
  display: block;
}

.p-nav-image > a > img {
  width: 100%;
}

.p-nav-image__text {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(60 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  background: linear-gradient(to bottom, rgb(8 8 8 / 0%) 0%, rgb(8 8 8 / 40%) 100%);
}

.p-nav-image__title,
.p-nav-image__more {
  color: #fff;
}

.p-nav-image__title {
  font-family: futura-pt, sans-serif;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
}

.p-nav-image__more {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

@media screen and (width >= 768px) {
  .p-nav-image {
    margin-top: 35px;
  }

  .p-nav-image__text {
    gap: 0 10px;
    height: 60px;
    padding: 0 20px;
  }

  .p-nav-image__title {
    font-size: 1.6rem;
  }

  .p-nav-image__more {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.p-search-close {
  position: sticky;
  bottom: calc(10 / 390 * 100vw);
  left: 50%;
  z-index: 4;
  display: inline-block;
  transform: translateX(-50%);
}

.p-search-close__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(110 / 390 * 100vw);
  height: calc(45 / 390 * 100vw);
  background: #fff;
  border-radius: calc(80 / 390 * 100vw);
  box-shadow: 0 0 calc(7 / 390 * 100vw) rgb(0 0 0 / 15%);
}

.p-search-close__button > span {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
}

.p-search-close__button > span::before,
.p-search-close__button > span::after {
  position: absolute;
  top: 50%;
  right: 1px;
  left: 0;
  width: calc(13 / 390 * 100vw);
  height: 1px;
  content: '';
  background: #1a1a1a;
}

.p-search-close__button > span::before {
  transform: translateY(-50%) rotate(135deg);
}

.p-search-close__button > span::after {
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .p-search-close__button {
    transition: 0.3s;
  }

  .p-search-close__button:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-search-close {
    position: absolute;
    inset: 30px 30px auto auto;
    transform: translateX(0);
  }

  .p-search-close__button {
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
  }

  .p-search-close__button > span {
    position: relative;
    padding-right: 30px;
    padding-left: 0;
  }

  .p-search-close__button > span::before,
  .p-search-close__button > span::after {
    right: 1px;
    left: auto;
    width: 16px;
  }
}

.p-nav-close {
  display: none;
}

@media screen and (width >= 768px) {
  .p-nav-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 4;
    display: block;
  }

  .p-nav-close__button > span {
    position: relative;
    padding-right: 30px;
  }

  .p-nav-close__button > span::before,
  .p-nav-close__button > span::after {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 16px;
    height: 1px;
    content: '';
    background: #1a1a1a;
  }

  .p-nav-close__button > span::before {
    transform: translateY(-50%) rotate(135deg);
  }

  .p-nav-close__button > span::after {
    transform: translateY(-50%) rotate(45deg);
  }
}

.p-nav-content,
.p-nav-category {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  padding: calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(100 / 390 * 100vw);
  overflow-y: auto;
  background: #fff;
  border-radius: calc(5 / 390 * 100vw);
  transform: translate(100%, -50%);
  transition: 0.3s;
}

.p-nav-content.is-open,
.p-nav-category.is-open {
  right: 50%;
  transform: translate(50%, -50%);
}

@media screen and (width >= 768px) {
  .p-nav-content,
  .p-nav-category {
    padding: 80px 30px 30px;
  }
}

.p-nav-content {
  z-index: 2;
}

.p-nav-content__title {
  margin-top: calc(30 / 390 * 100vw);
  font-weight: 600;
}

.p-nav-content__title:has(+ .p-nav-content__images) {
  margin-top: calc(40 / 390 * 100vw);
}

.p-nav-content__categories,
.p-nav-content__items {
  margin-top: calc(24 / 390 * 100vw);
  border-top: 1px solid #e7e7e7;
}

.p-nav-content__category,
.p-nav-content__link {
  position: relative;
  padding: calc(20 / 390 * 100vw) calc(10 / 390 * 100vw);
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
}

.p-nav-content__category::after,
.p-nav-content__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  visibility: hidden;
  width: calc(7 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  opacity: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

.p-nav-content__link {
  display: block;
}

.p-nav-content__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw);
  margin-top: calc(15 / 390 * 100vw);
}

.p-nav-content__images + .p-nav-category__title {
  margin-top: calc(30 / 390 * 100vw);
}

.p-nav-content__image-text {
  display: block;
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 300;
  text-align: center;
}

@media (hover: hover) {
  .p-nav-content__category {
    transition: 0.3s;
  }

  .p-nav-content__category:hover {
    opacity: 1;
  }

  .p-nav-content__category:hover::after {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-nav-content__title {
    margin-top: 40px;
    font-weight: 700;
  }

  .p-nav-content__title:has(+ .p-nav-content__images) {
    margin-top: 40px;
  }

  .p-nav-content__categories,
  .p-nav-content__items {
    margin-top: 16px;
  }

  .p-nav-content__category,
  .p-nav-content__link {
    padding: 16px 10px;
  }

  .p-nav-content__category::after,
  .p-nav-content__link::after {
    width: 6px;
    height: 12px;
  }

  .p-nav-content__images {
    gap: 15px 10px;
    margin-top: 15px;
  }

  .p-nav-content__images + .p-nav-category__title {
    margin-top: 40px;
  }

  .p-nav-content__image-text {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.p-nav-category {
  z-index: 3;
}

.p-nav-category__title {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

@media screen and (width >= 768px) {
  .p-nav-category__title {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.p-nav-lookbook {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(15 / 390 * 100vw) calc(10 / 390 * 100vw);
  margin-top: calc(15 / 390 * 100vw);
}

.p-nav-lookbook .p-lookbook__item {
  position: relative;
}

.p-nav-lookbook .p-lookbook__image--lg {
  display: none;
}

.p-nav-lookbook .p-lookbook__year {
  display: none;
}

.p-nav-lookbook .p-lookbook__more {
  display: none;
}

.p-nav-lookbook .p-lookbook__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-nav-lookbook .p-lookbook__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(50 / 390 * 100vw);
  content: '';
  background: linear-gradient(to bottom, rgb(8 8 8 / 0%) 0%, rgb(8 8 8 / 50%) 100%);
}

.p-nav-lookbook .p-lookbook__title > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: calc(10 / 390 * 100vw);
  font-family: futura-pt, sans-serif;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-nav-lookbook {
    gap: 20px 10px;
    margin-top: 15px;
  }

  .p-nav-lookbook .p-lookbook__title::after {
    height: 54px;
  }

  .p-nav-lookbook .p-lookbook__title > a {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}

/**
/* フッター
/*------------------------------------ */
.p-footer {
  padding-top: calc(50 / 390 * 100vw);
  color: #fff;
  background: #080808;
}

.p-footer__column:nth-child(2) {
  margin-top: calc(50 / 390 * 100vw);
}

.p-footer__text {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}

.p-footer__news {
  margin-top: calc(10 / 390 * 100vw);
}

.p-footer__news > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(50 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 600;
  text-align: center;
  border: 1px solid #fff;
}

.p-footer__bottom {
  padding: calc(80 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: linear-gradient(
    180deg,
    #080808 17.8%,
    #2f3848 43.49%,
    #5b6780 62.56%,
    #98a6b9 94.93%
  );
}

.p-footer__copyright {
  margin-top: calc(130 / 390 * 100vw);
  font-family: futura-pt, sans-serif;
  font-size: calc(9 / 390 * 100vw);
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-footer {
    padding-top: 100px;
    background: linear-gradient(
      180deg,
      #080808 69.29%,
      #2f3848 82.67%,
      #535e75 89.37%,
      #98a6b9 99.96%
    );
  }

  .p-footer__column:nth-child(2) {
    margin-top: 50px;
  }

  .p-footer__text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: revert;
  }

  .p-footer__news {
    margin-top: 10px;
  }

  .p-footer__news > a {
    height: 50px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-footer__bottom {
    padding: 115px 60px 20px;
    background: none;
  }

  .p-footer__logo {
    max-width: 1600px;
    margin: 0 auto;
  }

  .p-footer__logo > img {
    width: 100%;
  }

  .p-footer__copyright {
    margin-top: 45px;
    font-size: 1.1rem;
  }
}

@media screen and (width >= 1024px) {
  .p-footer__columns {
    display: flex;
    gap: 0 40px;
  }

  .p-footer__column:nth-child(1) {
    width: 300px;
  }

  .p-footer__column:nth-child(2) {
    margin-top: 0;
  }

  .p-footer__text {
    text-align: left;
  }
}

@media screen and (width >= 1280px) {
  .p-footer__columns {
    gap: 0 60px;
  }

  .p-footer__column:nth-child(1) {
    margin-right: auto;
  }
}

.p-footer-sns {
  margin-top: calc(20 / 390 * 100vw);
}

.p-footer-sns__items {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  align-items: center;
  justify-content: center;
}

.p-footer-sns__item > a {
  display: block;
  width: calc(18 / 390 * 100vw);
}

.p-footer-sns__item > a > img {
  width: 100%;
}

@media screen and (width >= 768px) {
  .p-footer-sns {
    margin-top: 30px;
  }

  .p-footer-sns__items {
    gap: 0 20px;
  }

  .p-footer-sns__item > a {
    width: 18px;
  }
}

@media screen and (width >= 1024px) {
  .p-footer-sns__items {
    justify-content: flex-start;
  }
}

.p-footer-nav {
  border-bottom: 1px solid #676767;
}

.p-footer-nav__title {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(65 / 390 * 100vw);
  padding-right: calc(20 / 390 * 100vw);
  font-weight: 600;
}

.p-footer-nav__title::before,
.p-footer-nav__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(11 / 390 * 100vw);
  height: 1px;
  content: '';
  background-color: #fff;
  transform: translateY(-50%);
}

.p-footer-nav__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.p-footer-nav__title.is-open::after {
  opacity: 0;
}

.p-footer-nav__items {
  max-height: 0;
  overflow: hidden;
}

.p-footer-nav__item {
  margin: calc(25 / 390 * 100vw) 0;
}

.p-footer-nav__item:first-child {
  margin-top: 0;
}

@media screen and (width >= 768px) {
  .p-footer-nav__title {
    height: 65px;
    padding-right: 20px;
    font-weight: 700;
  }

  .p-footer-nav__title::before,
  .p-footer-nav__title::after {
    width: 11px;
  }

  .p-footer-nav__item {
    margin: 25px 0;
    font-size: 1.2rem;
  }
}

@media screen and (width >= 1024px) {
  .p-footer-nav {
    border: none;
  }

  .p-footer-nav__title {
    height: auto;
    padding-right: 0;
    pointer-events: none;
  }

  .p-footer-nav__title::before,
  .p-footer-nav__title::after {
    content: none;
  }

  .p-footer-nav__items {
    max-height: none !important;
    overflow: hidden;
  }

  .p-footer-nav__item {
    margin: 10px 0 0;
  }

  .p-footer-nav__item:first-child {
    margin-top: 15px;
  }
}

@media screen and (width >= 1280px) {
  .p-footer-nav {
    width: 200px;
  }
}

.p-footer-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(65 / 390 * 100vw);
  border-bottom: 1px solid #676767;
}

.p-footer-language__title {
  font-weight: 600;
}

.p-footer-language__select {
  position: relative;
}

.p-footer-language__select::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(11 / 390 * 100vw);
  height: calc(7 / 390 * 100vw);
  pointer-events: none;
  content: '';
  background: url('../images/common/ico_arrow_bottom_white_02.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

.p-footer-language__select > select {
  padding: 0 calc(25 / 390 * 100vw);
  text-align: right;
  appearance: none;
  appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  direction: rtl;
}

@media screen and (width >= 768px) {
  .p-footer-language {
    height: 65px;
  }

  .p-footer-language__title {
    font-weight: 700;
  }

  .p-footer-language__select {
    position: relative;
  }

  .p-footer-language__select::after {
    width: 6px;
    height: 8px;
  }

  .p-footer-language__select > select {
    padding: 0 15px;
    font-size: 1.2rem;
  }
}

@media screen and (width >= 1024px) {
  .p-footer-language {
    height: auto;
    margin-top: 25px;
    border-bottom: none;
  }
}

/**
/* サイドメニュー
/*------------------------------------ */
@media (hover: hover) {
  .p-sidebar__item > a:hover {
    color: #1a1a1a;
    opacity: 1;
  }

  .p-sidebar__item > a:hover::before {
    background-image: url('../images/common/ico_arrow_black_01.svg');
  }
}

@media screen and (width >= 1024px) {
  .p-sidebar__item + .p-sidebar__item {
    margin-top: 10px;
  }

  .p-sidebar__item > a {
    position: relative;
    padding-left: 16px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #9c9c9c;
    transition: 0.3s;
  }

  .p-sidebar__item > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 5px;
    content: '';
    background-image: url('../images/common/ico_arrow_grey_01.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    transform: translateY(-50%) rotate(180deg);
  }

  .p-sidebar__item > a.is-active {
    color: #1a1a1a;
  }

  .p-sidebar__item > a.is-active::before {
    background-image: url('../images/common/ico_arrow_black_01.svg');
  }
}

/**
/* カート
/*------------------------------------ */
.p-cart {
  margin-top: calc(100 / 390 * 100vw);
}

.p-cart:has(.p-cart-logo) {
  margin-top: calc(85 / 390 * 100vw);
}

.p-cart__column {
  padding: 0 calc(20 / 390 * 100vw);
}

.p-cart__column:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.p-cart__column:nth-child(1) > div {
  order: 1;
}

.p-cart__column:nth-child(1) > .p-cart-index-more {
  order: 0;
}

.p-cart__column:nth-child(2) {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
  background: #f7f7f7;
}

.p-cart__column--complete:nth-child(2) {
  display: none;
  background: none;
}

.p-cart__button {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(15 / 390 * 100vw);
}

.p-cart__back {
  margin-top: calc(10 / 390 * 100vw);
  text-align: center;
}

.p-cart__inner--separate .p-cart-total {
  display: none;
}

@media screen and (width >= 768px) {
  .p-cart {
    margin-top: 110px;
  }

  .p-cart:has(.p-cart-logo) {
    margin-top: 110px;
  }

  .p-cart__column {
    padding: 0 60px;
  }

  .p-cart__column:nth-child(2) {
    padding: 30px 60px;
    margin-top: 40px;
  }

  .p-cart__button {
    padding: 0 20px;
  }

  .p-cart__back {
    margin-top: 10px;
  }
}

@media screen and (width >= 1024px) {
  .p-cart {
    margin-top: 0;
  }

  .p-cart:has(.p-cart-logo) {
    margin-top: 0;
  }

  .p-cart__columns {
    display: grid;
    grid-template-columns: auto 41%;
  }

  .p-cart__column {
    padding: 110px 30px 80px;
  }

  .p-cart__column:nth-child(1) {
    display: block;
  }

  .p-cart__column:nth-child(2) {
    padding: 110px 30px 80px;
    margin-top: 0;
  }

  .p-cart__column--complete:nth-child(2) {
    display: block;
    padding: 0;
    margin-left: 30px;
    overflow: hidden;
  }

  .p-cart__inner {
    position: sticky;
    top: 110px;
  }

  .p-cart__inner--separate .p-cart-total {
    display: block;
  }
}

@media screen and (width >= 1280px) {
  .p-cart__column {
    padding: 110px 60px 80px;
  }

  .p-cart__column:nth-child(2) {
    padding: 110px 60px 80px;
  }

  .p-cart__column--complete:nth-child(2) {
    padding: 0;
  }
}

.p-cart-overview {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: calc(40 / 390 * 100vw);
}

.p-cart-overview--empty {
  justify-content: center;
}

.p-cart-overview__title > span {
  font-family: futura-pt, sans-serif;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}

@media screen and (width >= 768px) {
  .p-cart-overview {
    margin-top: 40px;
  }

  .p-cart-overview--empty {
    justify-content: flex-start;
  }

  .p-cart-overview__title > span {
    font-size: 1.2rem;
  }
}

.p-cart-item {
  display: grid;
  grid-template-areas: 'image inner' 'contents contents';
  grid-template-rows: auto auto;
  grid-template-columns: calc(90 / 390 * 100vw) auto;
  gap: 0 calc(15 / 390 * 100vw);
  width: 100%;
  margin-top: calc(15 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}

.p-cart-item:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}

.p-cart-item__image {
  padding: calc(20 / 390 * 100vw) 0 calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
}

.p-cart-item__inner {
  grid-area: inner;
  grid-row: 1;
  grid-column: 3;
  align-self: center;
  padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
}

.p-form-customize__product > .p-cart-item__inner {
  grid-row: 3;
  grid-column: 1;
  -ms-grid-column-span: 3;
}

.p-cart-item__name {
  position: relative;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}

.p-cart-item__name > a {
  display: block;
  max-width: calc(170 / 390 * 100vw);
}

.p-cart-item__delete {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-cart-item__delete > a {
  position: relative;
  display: block;
  width: calc(10 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
}

.p-cart-item__delete > a::before,
.p-cart-item__delete > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(13 / 390 * 100vw);
  height: 1px;
  content: '';
  background: #5e5e5e;
}

.p-cart-item__delete > a::before {
  transform: translate(-50%, -50%) rotate(130deg);
}

.p-cart-item__delete > a::after {
  transform: translate(-50%, -50%) rotate(50deg);
}

.p-cart-item__material {
  max-width: calc(170 / 390 * 100vw);
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
}

.p-cart-item__contents {
  grid-area: contents;
  grid-row: 3;
  grid-column: 1;
  padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
  -ms-grid-column-span: 3;
}

.p-cart-item__status {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}

.p-cart-item__comment {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
}

.p-cart-item__details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: calc(20 / 390 * 100vw);
}

.p-cart-item__amount-text {
  font-size: calc(11 / 390 * 100vw);
  color: #5e5e5e;
}

.p-cart-item__price {
  margin-bottom: calc(6 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-item {
    grid-template-areas: 'image inner' 'image contents';
    grid-template-columns: 180px auto;
    gap: 0;
    margin-top: 15px;
  }

  .p-cart-item:not(:first-child) {
    margin-top: 20px;
  }

  .p-cart-item__image {
    grid-area: image;
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    padding: 10px;
  }

  .p-form-customize__product > .p-cart-item__image {
    grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1;
  }

  .p-cart-item__inner {
    padding: 20px 25px 0;
  }

  .p-cart-item__name {
    padding-right: 40px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .p-cart-item__name > a {
    display: block;
    max-width: none;
  }

  .p-cart-item__delete > a {
    width: 10px;
    height: 10px;
  }

  .p-cart-item__delete > a::before,
  .p-cart-item__delete > a::after {
    width: 13px;
  }

  .p-cart-item__material {
    max-width: none;
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-cart-item__contents {
    padding: 0 25px 20px;
    margin-top: 30px;
    border-top: none;
  }

  .p-cart-item__status {
    font-size: 1.2rem;
  }

  .p-cart-item__comment {
    margin-top: 2px;
    font-size: 1.2rem;
  }

  .p-cart-item__details {
    margin-top: 30px;
  }

  .p-cart-item__amount-text {
    font-size: 1.2rem;
  }

  .p-cart-item__price {
    margin-bottom: 5px;
  }

  .p-cart-item__inner {
    grid-row: 1;
    grid-column: 3;
  }

  .p-cart-item__contents {
    grid-row: 3;
    grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-cart-identification {
  display: none;
  margin-top: calc(15 / 390 * 100vw);
}

.p-cart-identification__link {
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.p-cart-identification__add {
  margin-right: 0.5em;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}

.p-cart-identification__trigger {
  width: calc(15 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
}

.p-cart-identification__content {
  margin-top: calc(10 / 390 * 100vw);
}

.p-cart-identification__title {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}

.p-cart-identification__text {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-identification {
    margin-top: 15px;
  }

  .p-cart-identification__add {
    font-size: 1.2rem;
  }

  .p-cart-identification__trigger {
    width: 15px;
    height: 15px;
  }

  .p-cart-identification__content {
    margin-top: 10px;
  }

  .p-cart-identification__title {
    font-size: 1.2rem;
  }

  .p-cart-identification__text {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}

.p-cart-recommend {
  margin-top: calc(40 / 390 * 100vw);
}

.p-cart-recommend__box {
  margin-top: calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}

.p-cart-recommend__content {
  position: relative;
  display: grid;
  grid-template-columns: calc(90 / 390 * 100vw) auto;
  gap: 0 calc(15 / 390 * 100vw);
  align-items: center;
}

.p-cart-recommend__content::after {
  position: absolute;
  top: 50%;
  right: calc(15 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_bottom_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

.p-cart-recommend__content.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-cart-recommend__inner {
  max-height: 0;
  overflow: hidden;
}

.p-cart-recommend__inner.is-open {
  max-height: none;
}

.p-cart-recommend__text {
  padding-right: calc(40 / 390 * 100vw);
}

.p-cart-recommend__name {
  font-weight: 700;
}

.p-cart-recommend__detail {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-recommend {
    margin-top: 40px;
  }

  .p-cart-recommend__box {
    margin-top: 10px;
  }

  .p-cart-recommend__content {
    grid-template-columns: 157px auto;
    gap: 0 25px;
  }

  .p-cart-recommend__content::after {
    right: 25px;
    width: 10px;
    height: 6px;
  }

  .p-cart-recommend__image {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
  }

  .p-cart-recommend__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: cover;
  }

  .p-cart-recommend__text {
    padding-right: 80px;
  }

  .p-cart-recommend__name {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-cart-recommend__detail {
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-recommend-items {
  display: flex;
  gap: 0 calc(5 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) calc(16 / 390 * 100vw);
  margin-bottom: calc(20 / 390 * 100vw);
  overflow-x: auto;
  scroll-behavior: smooth;
}

@media screen and (width >= 768px) {
  .p-cart-recommend-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 10px;
    padding: 20px 25px 10px;
    margin-bottom: 10px;
    overflow-x: hidden;
  }
}

.p-cart-recommend-item {
  flex: 0 0 auto;
  width: calc(125 / 390 * 100vw);
  text-align: center;
}

.p-cart-recommend-item__image {
  text-align: center;
}

.p-cart-recommend-item__name {
  font-size: calc(10 / 390 * 100vw);
}

.p-cart-recommend-item__price {
  font-size: calc(11 / 390 * 100vw);
}

.p-cart-recommend-item__cart {
  margin-top: calc(3 / 390 * 100vw);
}

.p-cart-recommend-item__link {
  font-size: calc(10 / 390 * 100vw);
  font-weight: 500;
}

@media screen and (width >= 768px) {
  .p-cart-recommend-item {
    width: auto;
  }

  .p-cart-recommend-item__name {
    font-size: 1.2rem;
  }

  .p-cart-recommend-item__price {
    font-size: 1.1rem;
  }

  .p-cart-recommend-item__cart {
    margin-top: 5px;
  }

  .p-cart-recommend-item__link {
    font-size: 1.2rem;
  }
}

.p-cart-disable-message {
  display: none;
  margin-top: calc(40 / 390 * 100vw);
  color: #900;
}

@media screen and (width >= 768px) {
  .p-cart-disable-message {
    margin-top: 40px;
    text-align: center;
  }
}

@media screen and (width >= 768px) {
  .p-cart-index-more {
    max-width: 450px;
    margin: 40px auto 0;
  }
}

.p-cart-total__prices {
  margin-top: calc(6 / 390 * 100vw);
}

.p-cart-total__prices:has(.p-cart-total__amount--large) {
  margin-top: calc(20 / 390 * 100vw);
}

.p-cart-total__price {
  display: flex;
  justify-content: space-between;
  font-size: calc(11 / 390 * 100vw);
}

.p-cart-total__amount {
  font-family: futura-pt, sans-serif;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}

.p-cart-total__amount--large {
  font-size: calc(14 / 390 * 100vw);
}

.p-cart-total__price--large {
  display: flex;
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
}

.p-cart-total__price--product {
  display: block;
}

.p-cart-total__more {
  margin-top: calc(15 / 390 * 100vw);
}

.p-cart-total__items {
  margin-top: calc(30 / 390 * 100vw);
}

.p-cart-total__item {
  display: grid;
  grid-template-columns: calc(80 / 390 * 100vw) auto;
  gap: 0 calc(15 / 390 * 100vw);
  align-items: center;
}

.p-cart-total__item:not(:first-child) {
  margin-top: calc(5 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-total__prices {
    margin-top: 10px;
  }

  .p-cart-total__prices:has(.p-cart-total__amount--large) {
    margin-top: 10px;
  }

  .p-cart-total__price {
    font-size: 1.2rem;
  }

  .p-cart-total__price--large {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .p-cart-total__amount {
    font-size: 1.2rem;
  }

  .p-cart-total__amount--large {
    font-size: 1.6rem;
  }

  .p-cart-total__more {
    margin-top: 15px;
  }

  .p-cart-total__items {
    margin-top: 20px;
  }

  .p-cart-total__item {
    grid-template-columns: 80px auto;
    gap: 0 15px;
  }

  .p-cart-total__item:not(:first-child) {
    margin-top: 10px;
  }
}

.p-cart-wrapping {
  margin-top: calc(30 / 390 * 100vw);
}

.p-cart-wrapping--small {
  margin-top: 0;
}

.p-cart-wrapping__image {
  margin-top: calc(5 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw) calc(2 / 390 * 100vw) 0 0;
}

.p-cart-wrapping__image > img {
  width: 100%;
  border-radius: calc(2 / 390 * 100vw) calc(2 / 390 * 100vw) 0 0;
}

.p-cart-wrapping__content:has(.p-cart-wrapping__title) {
  display: flex;
  align-items: center;
  border: 1px solid #ececf3;
}

.p-cart-wrapping__content:has(.p-cart-wrapping__title) .p-cart-wrapping__image {
  width: calc(140 / 390 * 100vw);
  height: calc(90 / 390 * 100vw);
  margin-top: 0;
  overflow: hidden;
}

.p-cart-wrapping__content:has(.p-cart-wrapping__title) .p-cart-wrapping__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  object-position: center;
  object-position: center;
}

.p-cart-wrapping__detail {
  padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
  border: 1px solid #d8d8e7;
  border-top: none;
}

.p-cart-wrapping__detail:has(.p-cart-wrapping__title) {
  flex: 1;
  padding: calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) calc(15 / 390 * 100vw)
    calc(20 / 390 * 100vw);
  border: none;
}

.p-cart-wrapping__detail:has(.p-cart-wrapping__title) .p-cart-wrapping__text {
  margin-top: calc(3 / 390 * 100vw);
}

.p-cart-wrapping__title {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
}

.p-cart-wrapping__text {
  font-size: calc(11 / 390 * 100vw);
}

.p-cart-wrapping__text:not(:first-child) {
  margin-top: 1em;
}

@media screen and (width >= 768px) {
  .p-cart-wrapping {
    margin-top: 50px;
  }

  .p-cart-wrapping--small {
    margin-top: 50px;
  }

  .p-cart-wrapping__image {
    margin-top: 10px;
    border-radius: 2px 2px 0 0;
  }

  .p-cart-wrapping__image > img {
    border-radius: 2px 2px 0 0;
  }

  .p-cart-wrapping__content:has(.p-cart-wrapping__title) .p-cart-wrapping__image {
    width: 140px;
    height: 90px;
  }

  .p-cart-wrapping__detail {
    padding: 20px;
  }

  .p-cart-wrapping__detail:has(.p-cart-wrapping__title) {
    padding: 15px 20px;
  }

  .p-cart-wrapping__detail:has(.p-cart-wrapping__title) .p-cart-wrapping__text {
    margin-top: 2px;
  }

  .p-cart-wrapping__title {
    font-size: 1.2rem;
  }

  .p-cart-wrapping__text {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-info {
  margin-top: calc(30 / 390 * 100vw);
  border: 1px solid #d8d8e7;
  border-radius: calc(2 / 390 * 100vw);
}

.p-cart-info__item:not(:first-child) {
  border-top: 1px solid #d8d8e7;
}

.p-cart-info__link {
  position: relative;
  display: block;
  padding: calc(20 / 390 * 100vw) calc(35 / 390 * 100vw) calc(20 / 390 * 100vw)
    calc(20 / 390 * 100vw);
}

.p-cart-info__link::after {
  position: absolute;
  top: 50%;
  right: calc(20 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_bottom_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}

.p-cart-info__link > span {
  position: relative;
}

.p-cart-info__link > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

.p-cart-info__link--payment > span {
  padding-left: calc(46 / 390 * 100vw);
}

.p-cart-info__link--payment > span::before {
  width: calc(24 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
  background-image: url('../images/common/ico_payment_01.svg');
}

.p-cart-info__link--delivery > span {
  padding-left: calc(47 / 390 * 100vw);
}

.p-cart-info__link--delivery > span::before {
  width: calc(25 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  background-image: url('../images/common/ico_delivery_01.svg');
}

.p-cart-info__link--repairing > span {
  padding-left: calc(46 / 390 * 100vw);
}

.p-cart-info__link--repairing > span::before {
  width: calc(21 / 390 * 100vw);
  height: calc(22 / 390 * 100vw);
  background-image: url('../images/common/ico_repairing_01.svg');
}

.p-cart-info__link--faq > span {
  padding-left: calc(45 / 390 * 100vw);
}

.p-cart-info__link--faq > span::before {
  width: calc(22 / 390 * 100vw);
  height: calc(22 / 390 * 100vw);
  background-image: url('../images/common/ico_faq_01.svg');
}

@media screen and (width >= 768px) {
  .p-cart-info {
    margin-top: 50px;
    border-radius: 0;
  }

  .p-cart-info__link {
    padding: 20px 50px 20px 24px;
  }

  .p-cart-info__link::after {
    right: 24px;
    width: 8px;
    height: 5px;
  }

  .p-cart-info__link--payment > span {
    padding-left: 42px;
  }

  .p-cart-info__link--payment > span::before {
    width: 24px;
    height: 15px;
  }

  .p-cart-info__link--delivery > span {
    padding-left: 48px;
  }

  .p-cart-info__link--delivery > span::before {
    width: 25px;
    height: 18px;
  }

  .p-cart-info__link--repairing > span {
    padding-left: 42px;
  }

  .p-cart-info__link--repairing > span::before {
    width: 21px;
    height: 22px;
  }

  .p-cart-info__link--faq > span {
    padding-left: 42px;
  }

  .p-cart-info__link--faq > span::before {
    width: 22px;
    height: 22px;
  }
}

.p-cart-empty {
  padding: calc(70 / 390 * 100vw) 0;
  margin-top: calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}

.p-cart-empty__text {
  text-align: center;
}

.p-cart-empty__more {
  width: calc(200 / 390 * 100vw);
  margin: calc(30 / 390 * 100vw) auto 0;
}

@media screen and (width >= 768px) {
  .p-cart-empty {
    padding: 120px 0;
    margin-top: 10px;
  }

  .p-cart-empty__more {
    width: 200px;
    margin-top: 30px;
  }
}

.p-cart-logo {
  width: calc(160 / 390 * 100vw);
  margin: 0 auto;
}

@media screen and (width >= 768px) {
  .p-cart-logo {
    width: 220px;
  }
}

.p-cart-total-accordion {
  padding: calc(20 / 390 * 100vw);
  margin: calc(25 / 390 * 100vw) calc(-20 / 390 * 100vw) 0;
  background: #f7f7f7;
}

.p-cart-total-accordion__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: calc(42 / 390 * 100vw);
  font-weight: 700;
}

.p-cart-total-accordion__trigger::before,
.p-cart-total-accordion__trigger::after {
  position: absolute;
  top: 50%;
  content: '';
  transform: translateY(-50%);
}

.p-cart-total-accordion__trigger::before {
  left: 0;
  width: calc(36 / 390 * 100vw);
  height: calc(36 / 390 * 100vw);
  background: #1a1a1a;
  border-radius: 50%;
}

.p-cart-total-accordion__trigger::after {
  left: calc(13 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background: url('../images/common/ico_arrow_bottom_white_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: 0.3s;
}

.p-cart-total-accordion__trigger.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-cart-total-accordion__price {
  font-family: futura-pt, sans-serif;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
}

.p-cart-total-accordion .c-title {
  display: none;
}

@media screen and (width >= 768px) {
  .p-cart-total-accordion {
    padding: 20px 60px;
    margin: 25px -60px 0;
  }

  .p-cart-total-accordion__trigger {
    padding-left: 42px;
    font-size: 13px;
  }

  .p-cart-total-accordion__trigger::before {
    left: 0;
    width: 36px;
    height: 36px;
  }

  .p-cart-total-accordion__trigger::after {
    left: 13px;
    width: 10px;
    height: 6px;
  }

  .p-cart-total-accordion__price {
    font-size: 1.4rem;
  }
}

@media screen and (width >= 1024px) {
  .p-cart-total-accordion {
    display: none;
  }
}

.p-cart-step {
  display: none;
}

.p-cart-step__items {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
}

.p-cart-step__item {
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}

.p-cart-step__item.is-active {
  font-weight: 700;
  color: #1a1a1a;
}

.p-cart-step__item:not(:first-child) {
  position: relative;
  padding-left: calc(16 / 390 * 100vw);
}

.p-cart-step__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(4 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_bottom_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (width >= 768px) {
  .p-cart-step__items {
    gap: 0 10px;
  }

  .p-cart-step__item {
    font-size: 1.2rem;
  }

  .p-cart-step__item:not(:first-child) {
    padding-left: 16px;
  }

  .p-cart-step__item:not(:first-child)::before {
    width: 7px;
    height: 4px;
  }
}

@media screen and (width >= 1024px) {
  .p-cart-step {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}

.p-cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(40 / 390 * 100vw);
}

.p-cart-title .p-cart-step {
  display: block;
}

.p-cart-title + .p-cart-section {
  margin-top: calc(15 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-title {
    margin-top: 40px;
  }

  .p-cart-title + .p-cart-section {
    margin-top: 15px;
  }
}

@media screen and (width >= 1024px) {
  .p-cart-title .p-cart-step {
    display: none;
  }
}

.p-cart-section {
  margin-top: calc(20 / 390 * 100vw);
  counter-increment: section-counter;
  border: 1px solid #d8d8e7;
}

.p-cart-section--complete {
  padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(50 / 390 * 100vw);
}

.p-cart-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(20 / 390 * 100vw);
  border-bottom: 1px solid #d8d8e7;
}

.p-cart-section__header.is-open .p-cart-section__title {
  color: #1a1a1a;
}

.p-cart-section__header.is-open .p-cart-section__title::before {
  background: #1a1a1a;
}

.p-cart-section__header.is-completed .p-cart-section__title {
  color: #1a1a1a;
}

.p-cart-section__header.is-completed .p-cart-section__title::before {
  font-size: 0;
  background: #5c7e08;
}

.p-cart-section__header.is-completed .p-cart-section__title::after {
  opacity: 1;
}

.p-cart-section__header.is-completed .p-cart-section__back {
  display: block;
}

.p-cart-section__header--confirm {
  padding-bottom: 0;
  border-bottom: none;
}

.p-cart-section__title {
  position: relative;
  display: flex;
  gap: 0 calc(15 / 390 * 100vw);
  align-items: center;
  padding-left: calc(40 / 390 * 100vw);
  font-size: calc(15 / 390 * 100vw);
  font-weight: 700;
  color: #9c9c9c;
}

.p-cart-section__title::before,
.p-cart-section__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-cart-section__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25 / 390 * 100vw);
  height: calc(25 / 390 * 100vw);
  font-family: futura-pt, sans-serif;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  content: counter(section-counter);
  background: #9c9c9c;
  border-radius: 50%;
}

.p-cart-section__title::after {
  left: calc(6 / 390 * 100vw);
  width: calc(11 / 390 * 100vw);
  height: calc(9 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_checkbox_02.svg') 50% 50% no-repeat;
  opacity: 0;
}

.p-cart-section__title--confirm {
  padding-left: 0;
  font-size: calc(13 / 390 * 100vw);
}

.p-cart-section__title--confirm::before,
.p-cart-section__title--confirm::after {
  content: none;
}

.p-cart-section__back {
  display: none;
  font-size: calc(11 / 390 * 100vw);
}

.p-cart-section__inner {
  overflow: hidden;
}

@media screen and (width >= 768px) {
  .p-cart-section {
    margin-top: 20px;
  }

  .p-cart-section--complete {
    padding: 40px 30px 50px;
  }

  .p-cart-section__header {
    padding: 25px;
  }

  .p-cart-section__title {
    gap: 0 15px;
    padding-left: 48px;
    font-size: 1.6rem;
  }

  .p-cart-section__title::before {
    width: 33px;
    height: 33px;
    font-size: 1.7rem;
  }

  .p-cart-section__title::after {
    left: 9px;
    width: 15px;
    height: 11px;
  }

  .p-cart-section__back {
    font-size: 1.2rem;
  }
}

.p-cart-user {
  padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
}

.p-cart-user__inner {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
  align-items: center;
  justify-content: space-between;
  padding: calc(15 / 390 * 100vw);
  margin-top: calc(15 / 390 * 100vw);
  background: #f2f2f2;
}

.p-cart-user__items {
  flex: 1;
}

.p-cart-user__item,
.p-cart-user__link {
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-user {
    padding: 25px 30px 0;
  }

  .p-cart-user__inner {
    gap: 0 10px;
    padding: 20px;
    margin-top: 15px;
  }

  .p-cart-user__item,
  .p-cart-user__link {
    font-size: 1.2rem;
  }

  .p-cart-user__item {
    font-weight: 500;
  }
}

.p-cart-agree {
  margin-top: calc(40 / 390 * 100vw);
}

.p-cart-agree--confirm {
  margin-top: calc(15 / 390 * 100vw);
}

.p-cart-agree__text {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}

.p-cart-agree__note {
  color: #900;
}

@media screen and (width >= 768px) {
  .p-cart-agree {
    margin-top: 15px;
  }

  .p-cart-agree--confirm {
    margin-top: 15px;
  }

  .p-cart-agree__text {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-complete-image {
  margin-top: calc(15 / 390 * 100vw);
}

.p-cart-complete-image--lg {
  display: none;
}

@media screen and (width >= 768px) {
  .p-cart-complete-image {
    margin-top: 15px;
  }
}

@media screen and (width >= 1024px) {
  .p-cart-complete-image {
    display: none;
  }

  .p-cart-complete-image--lg {
    display: block;
    height: 100%;
    margin-top: 0;
  }

  .p-cart-complete-image--lg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: cover;
    object-position: center center;
    object-position: center center;
  }
}

.p-cart-complete-info {
  text-align: center;
}

.p-cart-complete-info__number,
.p-cart-complete-info__point {
  font-weight: 500;
}

.p-cart-complete-info__number {
  font-size: calc(17 / 390 * 100vw);
}

.p-cart-complete-info__point {
  margin-top: calc(10 / 390 * 100vw);
}

.p-cart-complete-info__note {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-complete-info__number,
  .p-cart-complete-info__point {
    font-weight: 700;
  }

  .p-cart-complete-info__number {
    font-size: 1.6rem;
  }

  .p-cart-complete-info__point {
    margin-top: 8px;
    font-size: 1.4rem;
  }

  .p-cart-complete-info__note {
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-complete-text {
  margin-top: calc(30 / 390 * 100vw);
}

.p-cart-complete-text > a {
  text-decoration: underline;
}

@media (hover: hover) {
  .p-cart-complete-text > a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-cart-complete-text {
    margin-top: 30px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.p-cart-footer {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
}

.p-cart-footer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 / 390 * 100vw) calc(30 / 390 * 100vw);
}

.p-cart-footer__item:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

.p-cart-footer__item:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}

.p-cart-footer__item:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}

.p-cart-footer__item:nth-child(4) {
  grid-row: 1;
  grid-column: 2;
}

.p-cart-footer__item:nth-child(5) {
  grid-row: 2;
  grid-column: 2;
}

.p-cart-footer__link {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}

@media screen and (width >= 768px) {
  .p-cart-footer {
    padding: 30px 20px;
  }

  .p-cart-footer__items {
    display: flex;
    gap: 0 30px;
    justify-content: center;
  }

  .p-cart-footer__link {
    font-size: 1.2rem;
  }
}

@media screen and (width >= 1024px) {
  .p-cart-footer {
    border-top: 1px solid #d8d8e7;
  }
}

.p-cart-modal {
  display: none;
}

.p-cart-modal.is-open {
  display: block;
}

.p-cart-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgb(8 8 8 / 70%);
  transition: 0.3s;
}

.p-cart-modal__box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 80%;
  padding: calc(30 / 390 * 100vw);
  background: #fff;
  transform: translate(-50%, -50%);
}

.p-cart-modal__close {
  position: absolute;
  top: calc(-30 / 390 * 100vw);
  right: 0;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  cursor: pointer;
  transition: 0.3s;
}

.p-cart-modal__close > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: center;
}

.p-cart-modal__close > span:first-child {
  transform: rotate(45deg);
}

.p-cart-modal__close > span:last-child {
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .p-cart-modal__close:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-cart-modal__box {
    max-width: 800px;
    padding: 30px;
  }

  .p-cart-modal__close {
    top: -30px;
    width: 20px;
    height: 20px;
  }
}

/**
/* お問い合わせ
/*------------------------------------ */
.p-contact {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}

.p-contact__section {
  background: #f7f7f7;
}

.p-contact__section + .p-contact__section {
  margin-top: calc(40 / 390 * 100vw);
}

.p-contact__inner {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
}

.p-contact__title {
  padding: calc(25 / 390 * 100vw) calc(30 / 390 * 100vw) calc(25 / 390 * 100vw)
    calc(35 / 390 * 100vw);
  border-bottom: 1px solid #fff;
}

.p-contact__title > span {
  position: relative;
  padding-left: calc(35 / 390 * 100vw);
}

.p-contact__title > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

.p-contact__title--topic > span::before {
  width: calc(19 / 390 * 100vw);
  height: calc(23 / 390 * 100vw);
  background-image: url('../images/common/ico_topic_01.svg');
}

.p-contact__title--mail {
  padding-left: calc(33 / 390 * 100vw);
}

.p-contact__title--mail > span {
  padding-left: calc(37 / 390 * 100vw);
}

.p-contact__title--mail > span::before {
  width: calc(24 / 390 * 100vw);
  height: calc(17 / 390 * 100vw);
  background-image: url('../images/common/ico_mail_black_01.svg');
}

.p-contact__subtitle {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
  font-weight: 700;
}

.p-contact__subtitle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(18 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_faq_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

.p-contact__more {
  margin-top: calc(40 / 390 * 100vw);
}

.p-contact__note {
  margin-top: calc(20 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

.p-contact__note > a {
  text-decoration: underline;
}

@media (hover: hover) {
  .p-contact__note > a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-contact {
    max-width: 1640px;
    padding: 0 20px;
    margin: 80px auto 0;
  }

  .p-contact__section + .p-contact__section {
    margin-top: 40px;
  }

  .p-contact__inner {
    padding: 30px 30px 50px;
  }

  .p-contact__title {
    padding: 25px 30px 25px 35px;
  }

  .p-contact__title > span {
    padding-left: 35px;
  }

  .p-contact__title--topic > span::before {
    width: 19px;
    height: 23px;
  }

  .p-contact__title--mail {
    padding-left: 33px;
  }

  .p-contact__title--mail > span {
    padding-left: 39px;
  }

  .p-contact__title--mail > span::before {
    width: 24px;
    height: 17px;
  }

  .p-contact__subtitle {
    padding-left: 36px;
  }

  .p-contact__subtitle::before {
    width: 22px;
    height: 22px;
  }

  .p-contact__more {
    margin-top: 30px;
  }

  .p-contact__note {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

.p-contact-topic__block {
  padding: calc(20 / 390 * 100vw);
  background: #fff;
}

.p-contact-topic__items {
  margin-top: calc(20 / 390 * 100vw);
}

.p-contact-topic__item {
  margin-top: calc(5 / 390 * 100vw);
}

.p-contact-topic__link {
  position: relative;
  padding-left: calc(17 / 390 * 100vw);
}

.p-contact-topic__link::before {
  position: absolute;
  top: 50%;
  left: calc(2 / 390 * 100vw);
  width: calc(6 / 390 * 100vw);
  height: calc(4 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) scaleX(-1);
}

.p-contact-topic__more {
  margin-top: calc(10 / 390 * 100vw);
  text-align: right;
}

.p-contact-topic__buttons {
  margin-top: calc(15 / 390 * 100vw);
}

.p-contact-topic__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(65 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw) calc(40 / 390 * 100vw) calc(20 / 390 * 100vw)
    calc(55 / 390 * 100vw);
  background: #fff;
}

.p-contact-topic__button + .p-contact-topic__button {
  margin-top: calc(15 / 390 * 100vw);
}

.p-contact-topic__button::before,
.p-contact-topic__button::after {
  position: absolute;
  top: 50%;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

.p-contact-topic__button::after {
  right: calc(23 / 390 * 100vw);
  width: calc(5 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background-image: url('../images/common/ico_arrow_black_01.svg');
  transform: translateY(-50%) scaleX(-1);
}

.p-contact-topic__button--shop::before {
  left: calc(25 / 390 * 100vw);
  width: calc(16 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background-image: url('../images/common/ico_marker_black_01.svg');
}

.p-contact-topic__button--care::before {
  left: calc(23 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background-image: url('../images/common/ico_repairing_01.svg');
}

.p-contact-topic__button--guide::before {
  left: calc(25 / 390 * 100vw);
  width: calc(15 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  background-image: url('../images/common/ico_guide_01.svg');
}

@media screen and (width >= 768px) {
  .p-contact-topic {
    display: grid;
    grid-template-columns: auto 40%;
    gap: 0 30px;
  }

  .p-contact-topic__block {
    display: grid;
    grid-template-rows: min-content min-content;
    grid-template-columns: auto 80px;
    gap: 20px 0;
    align-items: start;
    padding: 30px;
  }

  .p-contact-topic__items {
    margin-top: 0;
  }

  .p-contact-topic__item {
    margin-top: 0;
  }

  .p-contact-topic__subtitle {
    grid-row: 1;
    grid-column: 1;
  }

  .p-contact-topic__link {
    position: relative;
    padding-left: 20px;
  }

  .p-contact-topic__link::before {
    left: 2px;
    width: 6px;
    height: 4px;
  }

  .p-contact-topic__more {
    grid-row: 1;
    grid-column: 2;
    margin-top: 0;
    text-align: right;
  }

  .p-contact-topic__items {
    grid-row: 2;
    grid-column: 1 / span 2;
  }

  .p-contact-topic__buttons {
    margin-top: 0;
  }

  .p-contact-topic__button {
    height: 75px;
    padding: 25px 45px 25px 65px;
  }

  .p-contact-topic__button + .p-contact-topic__button {
    margin-top: 10px;
  }

  .p-contact-topic__button::after {
    right: 35px;
    width: 5px;
    height: 8px;
  }

  .p-contact-topic__button--shop::before {
    left: 35px;
    width: 16px;
    height: 20px;
  }

  .p-contact-topic__button--care::before {
    left: 32px;
    width: 20px;
    height: 20px;
  }

  .p-contact-topic__button--guide::before {
    left: 35px;
    width: 15px;
    height: 18px;
  }
}

.p-contact-mail__lead + .p-contact-mail__lead {
  margin-top: 1em;
}

.p-contact-mail__lead--confirm {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  color: #900;
}

.p-contact-mail__lead-link {
  font-size: calc(13 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-contact-mail__lead + .p-contact-mail__lead {
    margin-top: 0;
  }

  .p-contact-mail__lead--confirm {
    font-size: 1.4rem;
  }

  .p-contact-mail__lead-link {
    font-size: 1.4rem;
  }
}

.p-contact-form {
  margin-top: calc(50 / 390 * 100vw);
}

.p-contact-form--confirm {
  margin-top: calc(30 / 390 * 100vw);
}

.p-contact-form__block + .p-contact-form__block {
  margin-top: calc(10 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    margin-top: 50px;
  }

  .p-contact-form--confirm {
    margin-top: 30px;
  }

  .p-contact-form__block + .p-contact-form__block {
    margin-top: 0;
  }
}

/**
/* メッセージ
/*------------------------------------ */
.p-error {
  margin-top: calc(40 / 390 * 100vw);
}

.p-error__table {
  width: 100%;
  padding: calc(15 / 390 * 100vw);
  box-shadow: 0 calc(3 / 390 * 100vw) calc(15 / 390 * 100vw) rgb(0 0 0 / 10%);
}

.p-error__table tr {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  align-items: center;
}

.p-error__table tr > td:nth-child(2) {
  flex: 1;
}

.p-error__table--info tr > td:nth-child(1) {
  width: calc(20 / 390 * 100vw);
}

.p-error__table--info tr > td:nth-child(2) {
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-error {
    margin-top: 40px;
  }

  .p-error__table {
    padding: 15px 20px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
  }

  .p-error__table tr {
    gap: 0 20px;
  }

  .p-error__table tr > td:nth-child(2) {
    font-size: 1.2rem;
  }

  .p-error__table--info tr > td:nth-child(1) {
    width: 20px;
  }
}

@media screen and (width >= 1024px) {
  .p-error {
    margin-top: 0;
  }

  .p-error--message {
    margin-top: 40px;
  }
}

/**
/* テーブル
/*------------------------------------ */
.p-ext__title {
  padding-bottom: calc(10 / 390 * 100vw);
  margin: calc(40 / 390 * 100vw) 0 calc(25 / 390 * 100vw);
  font-size: calc(17 / 390 * 100vw);
  font-weight: 600;
  border-bottom: 1px solid #1a1a1a;
}

.p-ext__title:first-child {
  margin-top: 0;
}

.p-ext__title--no-border {
  padding-bottom: 0;
  margin-bottom: calc(20 / 390 * 100vw);
  border-bottom: none;
}

.p-ext__item {
  padding-left: 1em;
  margin-top: calc(15 / 390 * 100vw);
  text-indent: -1em;
}

.p-ext__item::before {
  content: '・';
}

.p-ext__text + .p-ext__text {
  margin-top: calc(20 / 390 * 100vw);
}

.p-ext__more {
  margin-top: calc(30 / 390 * 100vw);
}

.p-ext__button {
  position: relative;
  justify-content: flex-start;
  padding: 0 calc(40 / 390 * 100vw) 0 calc(25 / 390 * 100vw);
}

.p-ext__button::after {
  position: absolute;
  top: 50%;
  right: calc(25 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

.p-ext__button > span {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
}

.p-ext__button > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(16 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_marker_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

.p-ext__accordion:last-of-type .p-ext__trigger {
  border-bottom: 1px solid #ececf3;
}

.p-ext__accordion:last-of-type .p-ext__trigger.is-open {
  border-bottom: none;
}

.p-ext__accordion:last-of-type .p-ext-guide__content {
  margin-bottom: 0;
}

.p-ext__trigger {
  position: relative;
  padding: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  font-weight: 700;
  cursor: pointer;
  border-top: 1px solid #ececf3;
}

.p-ext__trigger::after {
  position: absolute;
  top: 50%;
  right: calc(3 / 390 * 100vw);
  width: calc(6 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}

.p-ext__trigger.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-ext__container {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}

.p-ext__table > table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #d8d8e7;
}

.p-ext__table > table > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #d8d8e7;
}

.p-ext__table > table > tbody > tr > th,
.p-ext__table > table > tbody > tr > td {
  bottom: 1px solid #d8d8e7;
  padding: calc(15 / 390 * 100vw) calc(10 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  text-align: left;
}

.p-ext__table > table > tbody > tr > th {
  width: calc(110 / 390 * 100vw);
  font-weight: 300;
  vertical-align: top;
  border-right: 1px solid #d8d8e7;
}

.p-ext__table-content:not(:first-of-type) {
  margin-top: calc(10 / 390 * 100vw);
}

.p-ext__table-title {
  margin-bottom: calc(5 / 390 * 100vw);
  font-weight: 700;
}

.p-ext__subtitle {
  margin-top: calc(25 / 390 * 100vw);
  font-weight: 700;
}

.p-ext__number {
  margin-left: 1.5em;
  list-style: decimal;
}

.p-ext__date {
  margin-top: calc(25 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

@media (hover: hover) {
  .p-ext__button:hover::after {
    background-image: url('../images/common/ico_arrow_white_01.svg');
  }

  .p-ext__button:hover > span::before {
    background-image: url('../images/common/ico_marker_white_02.svg');
  }
}

@media screen and (width >= 768px) {
  .p-ext__title {
    padding-bottom: 10px;
    margin: 50px 0 25px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .p-ext__title--no-border {
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .p-ext__item {
    margin-top: 15px;
  }

  .p-ext__text + .p-ext__text {
    margin-top: 20px;
  }

  .p-ext__more {
    width: 295px;
    margin: 30px auto 0 0;
  }

  .p-ext__button {
    padding: 0 35px 0 25px;
  }

  .p-ext__button::after {
    right: 25px;
    width: 6px;
    height: 10px;
  }

  .p-ext__button > span {
    padding-left: 30px;
  }

  .p-ext__button > span::before {
    width: 16px;
    height: 20px;
  }

  .p-ext__trigger {
    padding: 15px 15px 15px 0;
  }

  .p-ext__trigger::after {
    right: 4px;
    width: 8px;
    height: 13px;
  }

  .p-ext__container {
    max-width: 1060px;
    padding: 0 20px;
    margin: 80px auto 0;
  }

  .p-ext__table > table > tbody > tr > th,
  .p-ext__table > table > tbody > tr > td {
    padding: 15px 20px;
    font-size: 1.4rem;
  }

  .p-ext__table > table > tbody > tr > th {
    width: 200px;
    font-weight: 500;
    vertical-align: middle;
  }

  .p-ext__table-content:not(:first-of-type) {
    margin-top: 20px;
  }

  .p-ext__table-title {
    margin-bottom: 5px;
  }

  .p-ext__subtitle {
    margin-top: 25px;
  }

  .p-ext__date {
    margin-top: 25px;
    font-size: 1.2rem;
  }
}

.p-ext-section {
  margin-top: calc(50 / 390 * 100vw);
}

.p-ext-section:first-child {
  margin-top: 0;
}

.p-ext-section--point {
  margin-top: calc(60 / 390 * 100vw);
}

.p-ext-section--point:first-child {
  margin-top: 0;
}

@media screen and (width >= 768px) {
  .p-ext-section {
    margin-top: 60px;
  }

  .p-ext-section--point {
    margin-top: 100px;
  }
}

.p-ext-content {
  padding: calc(20 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
  background: #f7f7f7;
}

.p-ext-content__info {
  margin: calc(5 / 390 * 100vw) 0;
}

.p-ext-content__info-title {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
}

.p-ext-content__info-inner {
  padding: calc(10 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}

.p-ext-content__info-browser + .p-ext-content__info-browser {
  margin-top: calc(15 / 390 * 100vw);
}

.p-ext-content__info-subtitle,
.p-ext-content__info-text {
  font-size: calc(12 / 390 * 100vw);
}

.p-ext-content__info-subtitle {
  font-weight: 700;
}

.p-ext-content__info-text {
  margin-top: calc(5 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-ext-content {
    padding: 20px;
    margin-top: 5px;
  }

  .p-ext-content__info {
    margin: 5px 0;
  }

  .p-ext-content__info-inner {
    display: grid;
    grid-template-columns: 280px 280px;
    gap: 0 10px;
    padding: 15px;
    margin-top: 5px;
  }

  .p-ext-content__info-title {
    font-size: 1.2rem;
  }

  .p-ext-content__info-inner {
    width: fit-content;
    width: fit-content;
    padding: 15px;
  }

  .p-ext-content__info-browser + .p-ext-content__info-browser {
    margin-top: 0;
  }

  .p-ext-content__info-subtitle,
  .p-ext-content__info-text {
    font-size: 1.2rem;
  }

  .p-ext-content__info-text {
    margin-top: 5px;
  }
}

.p-ext-guide__content {
  padding: calc(20 / 390 * 100vw);
  margin-bottom: calc(45 / 390 * 100vw);
  counter-reset: number;
  background: #f7f7f7;
}

.p-ext-guide__block:not(:first-child) {
  margin-top: calc(40 / 390 * 100vw);
}

.p-ext-guide__title,
.p-ext-guide__text,
.p-ext-guide__note,
.p-ext-guide__items {
  font-size: calc(12 / 390 * 100vw);
}

.p-ext-guide__title {
  font-weight: 700;
}

.p-ext-guide__title-number::before {
  content: counter(number) '. ';
  counter-increment: number;
}

.p-ext-guide__text {
  margin-top: calc(10 / 390 * 100vw);
  font-weight: 300;
}

.p-ext-guide__text:first-child {
  margin-top: 0;
}

.p-ext-guide__link {
  text-decoration: underline;
}

.p-ext-guide__size {
  margin-top: calc(10 / 390 * 100vw);
  overflow-x: auto;
}

.p-ext-guide__size > img {
  min-width: calc(612 / 390 * 100vw);
}

.p-ext-guide__image,
.p-ext-guide__bank {
  width: fit-content;
  width: fit-content;
  margin-top: calc(10 / 390 * 100vw);
}

.p-ext-guide__bank {
  padding: calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}

.p-ext-guide__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(6 / 390 * 100vw) calc(10 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
}

.p-ext-guide__table > table {
  width: 100%;
  margin-top: calc(5 / 390 * 100vw);
  border-collapse: collapse;
  border: 1px solid #d8d8e7;
}

.p-ext-guide__table > table > thead > tr > th,
.p-ext-guide__table > table > thead > tr > td,
.p-ext-guide__table > table > tbody > tr > th,
.p-ext-guide__table > table > tbody > tr > td {
  padding: calc(5 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}

.p-ext-guide__table > table > thead > tr > th:nth-child(2),
.p-ext-guide__table > table > thead > tr > td:nth-child(2),
.p-ext-guide__table > table > tbody > tr > th:nth-child(2),
.p-ext-guide__table > table > tbody > tr > td:nth-child(2) {
  border-left: 1px solid #d8d8e7;
}

.p-ext-guide__table > table > thead > tr > th,
.p-ext-guide__table > table > tbody > tr > th {
  background: #ececf3;
}

.p-ext-guide__table > table > thead > tr > td:nth-child(2),
.p-ext-guide__table > table > tbody > tr > td:nth-child(2) {
  text-align: center;
}

.p-ext-guide__table > table > tbody > tr {
  border-top: 1px solid #d8d8e7;
}

.p-ext-guide__items {
  margin-top: calc(5 / 390 * 100vw);
}

.p-ext-guide__item {
  position: relative;
  padding-left: 1em;
}

.p-ext-guide__item::before {
  position: absolute;
  left: 0;
  content: '・';
}

@media screen and (width >= 1280px) {
  .p-ext-guide__link:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-ext-guide__content {
    padding: 30px;
    margin-bottom: 65px;
  }

  .p-ext-guide__block:not(:first-child) {
    margin-top: 40px;
  }

  .p-ext-guide__title,
  .p-ext-guide__text,
  .p-ext-guide__note,
  .p-ext-guide__items {
    font-size: 1.2rem;
  }

  .p-ext-guide__text {
    margin-top: 10px;
    font-weight: 500;
  }

  .p-ext-guide__size {
    margin-top: 10px;
  }

  .p-ext-guide__size > img {
    min-width: 612px;
    max-width: 612px;
  }

  .p-ext-guide__image,
  .p-ext-guide__bank {
    margin-top: 10px;
  }

  .p-ext-guide__bank {
    padding: 10px;
  }

  .p-ext-guide__columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
    margin-top: 10px;
  }

  .p-ext-guide__table > table {
    width: fit-content;
    width: fit-content;
    margin-top: 5px;
  }

  .p-ext-guide__table > table > thead > tr > th,
  .p-ext-guide__table > table > thead > tr > td,
  .p-ext-guide__table > table > tbody > tr > th,
  .p-ext-guide__table > table > tbody > tr > td {
    padding: 5px 10px;
    font-size: 1.2rem;
  }

  .p-ext-guide__items {
    margin-top: 5px;
  }
}

.p-ext-guide-wrapping {
  margin-top: calc(20 / 390 * 100vw);
}

.p-ext-guide-wrapping__title,
.p-ext-guide-wrapping__text,
.p-ext-guide-wrapping__notes {
  font-size: calc(12 / 390 * 100vw);
}

.p-ext-guide-wrapping__title {
  position: relative;
  padding-left: calc(15 / 390 * 100vw);
  font-weight: 700;
}

.p-ext-guide-wrapping__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(10 / 390 * 100vw);
  height: 1px;
  content: '';
  background: #1a1a1a;
}

.p-ext-guide-wrapping__text {
  margin-top: calc(10 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-ext-guide-wrapping {
    margin-top: 20px;
  }

  .p-ext-guide-wrapping__title,
  .p-ext-guide-wrapping__text,
  .p-ext-guide-wrapping__notes {
    font-size: 1.2rem;
  }

  .p-ext-guide-wrapping__title {
    padding-left: 15px;
  }

  .p-ext-guide-wrapping__title::before {
    width: 10px;
  }

  .p-ext-guide-wrapping__text {
    margin-top: 10px;
  }
}

.p-ext-guide-buttons {
  margin-top: calc(60 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-ext-guide-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    margin-top: 80px;
  }
}

.p-ext-guide-button {
  position: relative;
  display: block;
  padding: calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(25 / 390 * 100vw)
    calc(75 / 390 * 100vw);
  background: #f4f4f8;
}

.p-ext-guide-button + .p-ext-guide-button {
  margin-top: calc(10 / 390 * 100vw);
}

.p-ext-guide-button::before {
  position: absolute;
  top: 50%;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

.p-ext-guide-button--contact::before {
  left: calc(28 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  background-image: url('../../images/common/ico_mail_black_01.svg');
}

.p-ext-guide-button--shop::before {
  left: calc(30 / 390 * 100vw);
  width: calc(16 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background-image: url('../../images/common/ico_marker_black_01.svg');
}

.p-ext-guide-button__title {
  font-weight: 700;
}

.p-ext-guide-button__text {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-ext-guide-button {
    padding: 25px 30px 25px 80px;
  }

  .p-ext-guide-button + .p-ext-guide-button {
    margin-top: 0;
  }

  .p-ext-guide-button--contact::before {
    left: 33px;
    width: 20px;
    height: 14px;
  }

  .p-ext-guide-button--shop::before {
    left: 35px;
    width: 16px;
    height: 20px;
  }

  .p-ext-guide-button__text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/**
/* フォーム
/*------------------------------------ */
.p-form {
  padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
}

.p-form--confirm {
  padding-top: calc(10 / 390 * 100vw);
}

.p-form--login {
  padding: 0;
  margin-top: calc(30 / 390 * 100vw);
}

.p-form--item-detail {
  padding: 0;
}

.p-form--registration,
.p-form--contact {
  padding: 0;
}

.p-form--password {
  padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #f7f7f7;
}

.p-form__title {
  font-weight: 700;
}

.p-form__table {
  width: 100%;
}

.p-form__table--payment {
  margin-top: calc(15 / 390 * 100vw);
}

.p-form__table--registration {
  margin-top: calc(30 / 390 * 100vw);
}

.p-form__table--registration-confirm {
  margin-top: calc(20 / 390 * 100vw);
}

.p-form__row {
  display: block;
}

.p-form__row:not(:first-of-type) {
  margin-top: calc(15 / 390 * 100vw);
}

.p-form__row--login:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}

.p-form__row--confirm:first-child,
.p-form__row--confirm:not(:first-of-type) {
  margin-top: calc(5 / 390 * 100vw);
}

.p-form__value {
  display: block;
}

.p-form__value--payment {
  margin-top: calc(30 / 390 * 100vw);
}

.p-form__value--underline,
.p-form__field--underline {
  padding-bottom: calc(10 / 390 * 100vw);
  border-bottom: 1px solid #d8d8e7;
}

.p-form__field {
  position: relative;
  width: 100%;
}

.p-form__field input:not(:placeholder-shown) + .p-form__label,
.p-form__field textarea:not(:placeholder-shown) + .p-form__label {
  visibility: visible;
  opacity: 1;
}

.p-form__field input:focus + .p-form__label,
.p-form__field textarea:focus + .p-form__label,
.p-form__field input:not(:placeholder-shown) + .p-form__label,
.p-form__field textarea:not(:placeholder-shown) + .p-form__label {
  visibility: visible;
  opacity: 1;
}

.p-form__field select:focus + .p-form__label {
  visibility: visible;
  opacity: 1;
}

.p-form__field + .p-form__field {
  margin-top: calc(10 / 390 * 100vw);
}

.p-form__label {
  position: absolute;
  top: calc(-5 / 390 * 100vw);
  left: calc(15 / 390 * 100vw);
  visibility: hidden;
  padding: 0 calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
  line-height: 1;
  background: #fff;
  opacity: 0;
}

.p-form__label--block {
  position: static;
  visibility: visible;
  padding: 0;
  background: none;
  opacity: 1;
}

.p-form__label--confirm {
  font-weight: 300;
  color: #555;
}

.p-form__text {
  font-weight: 700;
}

.p-form__text--item-detail {
  margin-bottom: calc(5 / 390 * 100vw);
  color: #999;
}

.p-form__more {
  margin-top: calc(30 / 390 * 100vw);
}

.p-form__error {
  position: relative;
  padding-left: calc(15 / 390 * 100vw);
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #900;
}

.p-form__error::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(11 / 390 * 100vw);
  height: calc(11 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_error_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

.p-form__name .p-form__field,
.p-form__zip .p-form__field {
  margin-top: 0;
}

.p-form__name {
  display: flex;
  gap: 0 calc(6 / 390 * 100vw);
}

.p-form__name--confirm {
  gap: 0 calc(15 / 390 * 100vw);
}

.p-form__zip {
  display: grid;
  grid-template-columns: calc(152 / 390 * 100vw) calc(80 / 390 * 100vw) 1fr;
  gap: 0 calc(6 / 390 * 100vw);
  align-items: center;
}

.p-form__note {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #900;
}

.p-form__note-items {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

.p-form__note-item {
  position: relative;
  padding-left: calc(11 / 390 * 100vw);
}

.p-form__note-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  content: '';
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-form__note-item:nth-child(2)::before {
  background: #5c7e08;
  border-color: #5c7e08;
}

.p-form__change {
  padding: calc(15 / 390 * 100vw);
  background: #f2f2f2;
}

.p-form__change-text {
  font-size: calc(12 / 390 * 100vw);
}

.p-form__accordion:not(:first-of-type) {
  margin-top: calc(30 / 390 * 100vw);
}

.p-form__trigger {
  display: flex;
  gap: 0 calc(5 / 390 * 100vw);
  align-items: center;
}

.p-form__trigger > span {
  position: relative;
  width: calc(15 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: 50%;
}

.p-form__trigger > span::before,
.p-form__trigger > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(7 / 390 * 100vw);
  height: 1px;
  content: '';
  background: #1a1a1a;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.p-form__trigger > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-form__trigger.is-open > span::after {
  visibility: hidden;
  opacity: 0;
}

.p-form__content {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}

.p-form__invoice {
  margin-top: calc(20 / 390 * 100vw);
}

.p-form__radio-text {
  margin-top: calc(20 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-form {
    padding: 25px;
  }

  .p-form--login {
    padding: 0;
    margin-top: 30px;
  }

  .p-form--password {
    padding: 40px 125px;
  }

  .p-form--registration,
  .p-form--contact {
    padding: 0;
  }

  .p-form--item-detail {
    padding: 0;
  }

  .p-form__table--payment {
    margin-top: 15px;
  }

  .p-form__table--registration {
    margin-top: 30px;
  }

  .p-form__table--registration-confirm {
    margin-top: 20px;
  }

  .p-form__title {
    font-size: 1.4rem;
  }

  .p-form__row:not(:first-of-type) {
    margin-top: 15px;
  }

  .p-form__row--login:not(:first-child) {
    margin-top: 20px;
  }

  .p-form__row--confirm:first-child,
  .p-form__row--confirm:not(:first-of-type) {
    margin-top: 5px;
  }

  .p-form__value--underline,
  .p-form__field--underline {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8e7;
  }

  .p-form__value--payment {
    margin-top: 30px;
  }

  .p-form__value--code {
    display: flex;
    gap: 0 15px;
    align-items: center;
  }

  .p-form__field + .p-form__field {
    margin-top: 0;
  }

  .p-form__label {
    top: -6px;
    left: 10px;
    padding: 0 2px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-form__text--item-detail {
    margin-bottom: 5px;
  }

  .p-form__error {
    padding-left: 22px;
    margin-top: 3px;
    font-size: 1.2rem;
  }

  .p-form__error::before {
    width: 17px;
    height: 17px;
  }

  .p-form__name,
  .p-form__address {
    gap: 0 9px;
  }

  .p-form__name--member {
    display: block;
  }

  .p-form__name--member .p-form__field:not(:first-of-type) {
    margin-top: 15px;
  }

  .p-form__zip {
    grid-template-columns: 200px 80px 1fr;
    gap: 0 5px;
  }

  .p-form__note {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form__note-items {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form__note-item {
    padding-left: 11px;
  }

  .p-form__note-item::before {
    width: 6px;
    height: 6px;
  }

  .p-form__change {
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .p-form__change-text {
    font-size: 1.2rem;
  }

  .p-form__more {
    width: 200px;
    margin-top: 40px;
  }

  .p-form__accordion:not(:first-of-type) {
    margin-top: 0;
  }

  .p-form__trigger {
    gap: 0 5px;
  }

  .p-form__trigger > span {
    width: 15px;
    height: 15px;
  }

  .p-form__trigger > span::before,
  .p-form__trigger > span::after {
    width: 7px;
  }

  .p-form__content {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .p-form__invoice {
    margin-top: 20px;
  }

  .p-form__radio-text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.p-form input[type='text'],
.p-form input[type='password'],
.p-form input[type='date'],
.p-form textarea {
  width: 100%;
  height: 100%;
  padding: 0 calc(15 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  outline: none;
  border: 1px solid #9c9c9c;
  border-radius: calc(4 / 390 * 100vw);
}

.p-form input[type='text']:focus,
.p-form input[type='password']:focus,
.p-form input[type='date']:focus,
.p-form textarea:focus {
  border-color: #1a1a1a;
}

.p-form input[type='text'],
.p-form input[type='password'],
.p-form input[type='date'] {
  height: calc(40 / 390 * 100vw);
}

.p-form textarea {
  display: block;
  height: calc(150 / 390 * 100vw);
  padding: calc(15 / 390 * 100vw);
}

.p-form--liberty input[type='text'],
.p-form--liberty input[type='password'],
.p-form--liberty input[type='date'],
.p-form--liberty textarea {
  border: 1px solid #ececf3;
}

@media screen and (width >= 768px) {
  .p-form input[type='text'],
  .p-form input[type='password'],
  .p-form input[type='date'],
  .p-form textarea {
    padding: 0 10px;
    font-size: 1.2rem;
    border-radius: 4px;
  }

  .p-form input[type='text'],
  .p-form input[type='password'],
  .p-form input[type='date'] {
    height: 42px;
  }

  .p-form textarea {
    height: 156px;
    padding: 12px 15px;
  }
}

.p-form-customize__product {
  display: grid;
  grid-template-areas: 'image text' 'inner inner';
  grid-template-rows: max-content max-content 1fr;
  grid-template-columns: calc(80 / 390 * 100vw) 1fr;
  gap: 0 calc(20 / 390 * 100vw);
  align-items: center;
}

.p-form-customize__product--confirm {
  position: relative;
  padding-bottom: calc(30 / 390 * 100vw);
  border-bottom: 1px solid #d8d8e7;
}

.p-form-customize__image {
  grid-area: image;
  grid-row: 1;
  grid-column: 1;
}

.p-form-customize__product > .p-form-customize__image {
  grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1;
}

.p-form-customize__text {
  grid-area: text;
  grid-row: 1;
  grid-column: 3;
}

.p-form-customize__name.is-completed {
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}

.p-form-customize__name.is-completed br {
  display: none;
}

.p-form-customize__preview {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
}

.p-form-customize__inner {
  grid-area: inner;
  grid-row: 1;
  grid-column: 3;
  width: 100%;
  margin-top: calc(10 / 390 * 100vw);
}

.p-form-customize__product > .p-form-customize__inner {
  grid-row: 3;
  grid-column: 1;
  -ms-grid-column-span: 3;
}

@media screen and (width >= 768px) {
  .p-cart-item__image {
    grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 1;
  }

  .p-form-customize__image {
    grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 1;
  }

  .p-form-customize__inner {
    grid-row: 1;
    grid-column: 3;
  }
}

.p-form-customize__input {
  font-family: Arial, 'メイリオ';
}

.p-form-customize__input.is-cursive {
  font-family: Snell-Roundhand, cursive;
}

.p-form-customize__description {
  margin-top: calc(30 / 390 * 100vw);
}

.p-form-customize__overview {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
}

.p-form-customize__detail {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

.p-form-customize__sample {
  display: block;
  margin-top: calc(10 / 390 * 100vw);
}

.p-form-customize__sample:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}

.p-form-customize__sample--image {
  display: block;
  padding: calc(10 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}

@media screen and (width >= 768px) {
  .p-form-customize__product {
    grid-template-areas: 'image text' 'image inner';
    grid-template-rows: auto auto;
    grid-template-columns: 80px auto;
    gap: 0 20px;
    align-items: flex-start;
  }

  .p-form-customize__product--confirm {
    padding-bottom: 30px;
  }

  .p-form-customize__name {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form-customize__name.is-completed {
    font-size: 1.2rem;
  }

  .p-form-customize__name.is-completed br {
    display: none;
  }

  .p-form-customize__name br {
    display: none;
  }

  .p-form-customize__preview {
    margin-top: 5px;
    font-size: 1.4rem;
  }

  .p-form-customize__inner {
    margin-top: 5px;
  }

  .p-form-customize__description {
    margin-top: 20px;
  }

  .p-form-customize__overview {
    margin-top: 30px;
    font-size: 1.2rem;
  }

  .p-form-customize__detail {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form-customize__detail--sample {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }

  .p-form-customize__text {
    margin-top: 5px;
  }

  .p-form-customize__sample {
    margin-top: 0;
  }

  .p-form-customize__sample:not(:first-child) {
    margin-top: 0;
  }

  .p-form-customize__sample:only-child .c-radio__text {
    display: none;
  }

  .p-form-customize__sample--image {
    padding: 10px;
    margin-top: 10px;
  }

  .p-form-customize__product > .p-cart-item__inner {
    grid-row: 3;
    grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .p-form-customize__product > .p-cart-item__image {
    grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 1;
  }

  .p-form-customize__product > .p-form-customize__image {
    grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 1;
  }

  .p-form-customize__text {
    grid-row: 1;
    grid-column: 3;
  }

  .p-form-customize__product > .p-form-customize__inner {
    grid-row: 3;
    grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-cart-another-addres {
  margin-top: calc(30 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-cart-another-addres {
    margin-top: 40px;
  }
}

.p-form-delivery {
  margin-top: calc(40 / 390 * 100vw);
}

.p-form-delivery__description {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}

.p-form-delivery__items {
  padding: calc(15 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
  background: #f2f2f2;
}

.p-form-delivery__item:not(:first-child) {
  margin-top: calc(5 / 390 * 100vw);
}

.p-form-delivery__name {
  font-size: calc(11 / 390 * 100vw);
}

.p-form-delivery__date {
  margin-top: calc(2 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}

.p-form-delivery__select {
  margin-top: calc(5 / 390 * 100vw);
}

.p-form-delivery__time {
  font-weight: calc(12 / 390 * 100vw);
  font-weight: 700;
}

@media screen and (width >= 768px) {
  .p-form-delivery {
    margin-top: 40px;
  }

  .p-form-delivery__description {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form-delivery__items {
    padding: 20px;
    margin-top: 5px;
  }

  .p-form-delivery__item {
    display: flex;
    gap: 0 10px;
    justify-content: space-between;
  }

  .p-form-delivery__item:not(:first-child) {
    margin-top: 5px;
  }

  .p-form-delivery__name {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form-delivery__date {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .p-form-delivery__select {
    width: fit-content;
    width: fit-content;
    min-width: 170px;
    margin-top: 5px;
  }

  .p-form-delivery__order {
    display: flex;
    gap: 0 20px;
    align-items: center;
    margin-top: 20px;
  }

  .p-form-delivery__order .p-form-delivery__description {
    margin-top: 0;
  }

  .p-form-delivery__time {
    font-weight: 1.2rem;
  }
}

.p-form-payment__text {
  font-size: calc(12 / 390 * 100vw);
}

.p-form-payment__image {
  width: calc(181 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
}

.p-form-payment__note {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}

.p-form-payment__list {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-form-payment__text {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form-payment__image {
    width: 180px;
    margin-top: 15px;
  }

  .p-form-payment__note {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .p-form-payment__list {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-form-credit {
  padding: calc(20 / 390 * 100vw);
  margin-top: calc(30 / 390 * 100vw);
  background: #f2f2f2;
}

.p-form-credit__radio {
  display: block;
}

.p-form-credit__radio .c-radio__label {
  display: block;
}

.p-form-credit__radio .c-radio__label:not(:first-child) {
  margin-top: calc(15 / 390 * 100vw);
}

.p-form-credit__number {
  display: flex;
  gap: 0 calc(3 / 390 * 100vw);
}

.p-form-credit__expiry {
  display: flex;
  gap: 0 calc(6 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
}

.p-form-credit input[type='text'],
.p-form-credit input[type='password'] {
  margin-top: calc(5 / 390 * 100vw);
  border-color: #e7e7e7;
}

.p-form-credit .c-select select {
  border-color: #e7e7e7;
}

.p-form-credit__code {
  width: calc(66 / 390 * 100vw);
}

.p-form-credit__note {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

.p-form-credit__payments {
  width: calc(132 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-form-credit {
    padding: 20px;
    margin-top: 30px;
  }

  .p-form-credit__radio {
    display: flex;
    gap: 0 30px;
  }

  .p-form-credit__radio .c-radio__label:not(:first-child) {
    margin-top: 0;
  }

  .p-form-credit__number {
    gap: 0 10px;
  }

  .p-form-credit__expiry {
    gap: 0 10px;
    margin-top: 5px;
  }

  .p-form-credit input[type='text'],
  .p-form-credit input[type='password'] {
    margin-top: 5px;
    border-color: #e7e7e7;
  }

  .p-form-credit__code {
    width: 168px;
  }

  .p-form-credit__note {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-form-credit__payments {
    width: 168px;
    margin-top: 5px;
  }
}

.p-form-point__text span {
  font-weight: 700;
}

.p-form-point__use {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
  align-items: flex-end;
  padding-bottom: calc(5 / 390 * 100vw);
  margin-top: calc(20 / 390 * 100vw);
}

.p-form-point__input {
  width: calc(100 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-form-point__use {
    gap: 0 10px;
    padding-bottom: 5px;
    margin-top: 20px;
  }

  .p-form-point .c-radio--form {
    margin-top: 20px;
  }
}

.p-form-receipt {
  margin-top: 0;
}

.p-form-receipt__inner {
  padding-bottom: calc(5 / 390 * 100vw);
  margin-top: calc(20 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-form-receipt {
    margin-top: 20px;
  }

  .p-form-receipt__inner {
    display: flex;
    gap: 0 10px;
    padding-bottom: 5px;
    margin-top: 20px;
  }
}

.p-form-confirm {
  margin-top: calc(30 / 390 * 100vw);
}

.p-form-confirm--border {
  padding-top: calc(30 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
}

@media screen and (width >= 768px) {
  .p-form-confirm {
    margin-top: 30px;
  }

  .p-form-confirm--border {
    padding-top: 30px;
  }
}

/**
/* 購入履歴
/*------------------------------------ */
.p-history {
  padding: calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
  background: #f7f7f7;
}

.p-history__contents {
  padding: calc(20 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
  background: #fff;
}

@media screen and (width >= 768px) {
  .p-history {
    max-width: 824px;
    padding: 20px 30px;
    margin: 40px auto 0;
  }

  .p-history__contents {
    padding: 20px;
    margin-top: 10px;
  }

  .p-history__content {
    display: flex;
    justify-content: space-between;
  }
}

.p-history-section + .p-history-section {
  margin-top: calc(30 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-history-section + .p-history-section {
    margin-top: 30px;
  }
}

.p-history-header {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  align-items: center;
}

.p-history-header__date {
  font-family: futura-pt, sans-serif;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
}

.p-history-header__icon {
  padding: 0 calc(10 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
  border: 1px solid #d8d8e7;
  border-radius: calc(2 / 390 * 100vw);
}

.p-history-header__order {
  display: flex;
  flex: 1;
  gap: 0 calc(10 / 390 * 100vw);
  justify-content: flex-end;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}

.p-history-header__order-number {
  font-family: futura-pt, sans-serif;
}

@media screen and (width >= 768px) {
  .p-history-header {
    gap: 0 20px;
  }

  .p-history-header__date {
    font-size: 1.4rem;
  }

  .p-history-header__icon {
    padding: 0 10px;
    font-size: 1.2rem;
    border-radius: 2px;
  }

  .p-history-header__order {
    gap: 0 10px;
    font-size: 1.2rem;
  }
}

.p-history-items {
  padding-bottom: calc(20 / 390 * 100vw);
  border-bottom: 1px solid #ececf3;
}

@media screen and (width >= 768px) {
  .p-history-items {
    padding-bottom: 20px;
  }
}

.p-history-item {
  display: grid;
  grid-template-columns: calc(80 / 390 * 100vw) 1fr;
  gap: 0 calc(20 / 390 * 100vw);
}

.p-history-item + .p-history-item {
  margin-top: calc(20 / 390 * 100vw);
}

.p-history-item__name {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

.p-history-item__material {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}

.p-history-item__details {
  margin-top: calc(20 / 390 * 100vw);
}

.p-history-item__price {
  font-family: futura-pt, sans-serif;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 500;
}

.p-history-item__quantity {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}

@media screen and (width >= 768px) {
  .p-history-item {
    grid-template-columns: 100px 1fr;
    gap: 0 20px;
  }

  .p-history-item + .p-history-item {
    margin-top: 10px;
  }

  .p-history-item__name {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-history-item__material {
    margin-top: 2px;
    font-size: 1.2rem;
  }

  .p-history-item__details {
    margin-top: 0;
  }

  .p-history-item__price {
    font-size: 1.3rem;
  }

  .p-history-item__quantity {
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-history-payment {
  margin-top: calc(20 / 390 * 100vw);
}

.p-history-payment__row {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
}

.p-history-payment__row + .p-history-payment__row {
  margin-top: calc(3 / 390 * 100vw);
}

.p-history-payment__label,
.p-history-payment__value {
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-history-payment {
    margin-top: 20px;
  }

  .p-history-payment__row {
    gap: 0 20px;
  }

  .p-history-payment__row + .p-history-payment__row {
    margin-top: 2px;
  }

  .p-history-payment__label,
  .p-history-payment__value {
    font-size: 1.2rem;
  }
}

/**
/* トップページ RANKING/Basic
/*------------------------------------ */
.p-home-contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(5 / 390 * 100vw);
  padding-top: calc(5 / 390 * 100vw);
  margin: 0 calc(5 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-home-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-top: 0;
    margin: 0;
  }

  .p-home-contents .p-home-content:only-child {
    grid-column: span 2;
    max-height: 640px;
    background: linear-gradient(to bottom, #003964 0%, #000a1b 19%, #040404 100%);
  }

  .p-home-contents .p-home-content:only-child .p-home-content__image {
    max-width: 640px;
    margin: 0 auto;
  }
}

.p-home-content {
  position: relative;
  color: #fff;
  text-shadow: 0 calc(4 / 390 * 100vw) calc(4 / 390 * 100vw) rgb(0 0 0 / 25%);
}

.p-home-content__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  content: '';
  background: linear-gradient(0deg, rgb(8 8 8 / 70%) 0%, rgb(8 8 8 / 0%) 100%);
}

.p-home-content__image img {
  width: 100%;
  pointer-events: none;
  object-fit: cover;
  object-fit: cover;
}

.p-home-content__content {
  position: absolute;
  bottom: calc(45 / 390 * 100vw);
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.p-home-content__title {
  font-family: futura-pt, sans-serif;
  font-size: calc(20 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
}

.p-home-content__text {
  margin: calc(15 / 390 * 100vw) calc(30 / 390 * 100vw) 0;
}

.p-home-content__more {
  width: calc(130 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  margin: calc(20 / 390 * 100vw) auto 0;
}

.p-home-content__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: calc(2 / 390 * 100vw);
}

@media (hover: hover) {
  .p-home-content__button {
    transition: 0.3s;
  }

  .p-home-content__button:hover {
    color: #080808;
    background: #fff;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-home-content {
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  }

  .p-home-content__image::before {
    height: 44%;
  }

  .p-home-content__image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-fit: cover;
  }

  .p-home-content__content {
    bottom: 55px;
  }

  .p-home-content__title {
    font-size: 2.7rem;
  }

  .p-home-content__text {
    margin: 20px 20px 0;
  }

  .p-home-content__more {
    width: 130px;
    height: 40px;
    margin-top: 30px;
  }

  .p-home-content__button {
    border-radius: 2px;
  }
}

@media screen and (width >= 1024px) {
  .p-home-content__text {
    margin: 20px 60px 0;
  }
}

/**
/* トップページ LOOKBOOK
/*------------------------------------ */
.p-home-lookbook {
  margin: calc(100 / 390 * 100vw) calc(5 / 390 * 100vw) calc(30 / 390 * 100vw);
}

.p-home-lookbook__inner {
  position: relative;
  margin-top: calc(30 / 390 * 100vw);
}

.p-home-lookbook .p-lookbook__item img {
  width: 100%;
  pointer-events: none;
}

.p-home-lookbook .splide__arrow {
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  background: none;
}

.p-home-lookbook .splide__arrow > svg {
  display: none;
}

.p-home-lookbook .splide__arrow::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_white_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

.p-home-lookbook .splide__arrow--next {
  right: calc(15 / 390 * 100vw);
}

.p-home-lookbook .splide__arrow--next::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-home-lookbook .splide__arrow--prev {
  left: calc(15 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-home-lookbook {
    margin: 100px 0 40px;
  }

  .p-home-lookbook__inner {
    margin-top: 30px;
  }

  .p-home-lookbook .splide__arrow {
    width: 8px;
    height: 10px;
  }

  .p-home-lookbook .splide__arrow::after {
    width: 8px;
    height: 10px;
  }
}

.p-home-lookbook-main .p-lookbook__year,
.p-home-lookbook-main .p-lookbook__title,
.p-home-lookbook-main .p-lookbook__more {
  display: none;
}

.p-home-lookbook-main .p-lookbook__item {
  width: 100%;
}

.p-home-lookbook-main .p-lookbook__image--lg {
  display: none;
}

@media screen and (width >= 1024px) {
  .p-home-lookbook-main .p-lookbook__item {
    width: 80vw;
  }

  .p-home-lookbook-main .p-lookbook__title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-family: futura-pt, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.03em;
    transform: translate(-50%, -50%);
  }

  .p-home-lookbook-main .p-lookbook__title > a {
    pointer-events: none;
  }

  .p-home-lookbook-main .p-lookbook__title > a > br {
    display: none;
  }

  .p-home-lookbook-main .p-lookbook__more {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 65px);
    display: block;
    width: 130px;
    height: 40px;
  }

  .p-home-lookbook-main .p-lookbook__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
  }
}

@media screen and (width >= 1024px) and (hover: hover) {
  .p-home-lookbook-main .p-lookbook__button {
    transition: 0.3s;
  }

  .p-home-lookbook-main .p-lookbook__button:hover {
    color: #1a1a1a;
    background: #fff;
    opacity: 1;
  }
}

@media screen and (width >= 1024px) {
  .p-home-lookbook-main .p-lookbook__image--lg {
    display: block;
  }

  .p-home-lookbook-main .p-lookbook__image--sm {
    display: none;
  }

  .p-home-lookbook-main .splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 82px;
    height: 24px;
    margin-top: 54px;
    transform: translate(-50%, -50%);
  }

  .p-home-lookbook-main .splide__arrow--next {
    right: 0;
  }

  .p-home-lookbook-main .splide__arrow--prev {
    left: 0;
  }
}

.p-home-lookbook-year {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(145 / 390 * 100vw);
  color: #fff;
  text-align: center;
  mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
  transform: translate(-50%, -50%);
}

.p-home-lookbook-year .p-lookbook__item {
  width: calc(66 / 390 * 100vw);
}

.p-home-lookbook-year .p-lookbook__year {
  padding: calc(6 / 390 * 100vw) 0;
  font-family: futura-pt, sans-serif;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.03em;
  transition: 0.3s;
}

.p-home-lookbook-year .p-lookbook__item.is-active .p-lookbook__year {
  position: relative;
  margin-top: calc(-6 / 390 * 100vw);
  font-size: calc(21 / 390 * 100vw);
}

.p-home-lookbook-year .p-lookbook__image,
.p-home-lookbook-year .p-lookbook__title,
.p-home-lookbook-year .p-lookbook__more {
  display: none;
}

@media screen and (width >= 768px) {
  .p-home-lookbook-year {
    width: 145px;
  }

  .p-home-lookbook-year .p-lookbook__item {
    width: 66px;
  }

  .p-home-lookbook-year .p-lookbook__year {
    padding: 6px 0;
    font-size: 1.4rem;
  }

  .p-home-lookbook-year .p-lookbook__item.is-active .p-lookbook__year {
    margin-top: -6px;
    font-size: 2.1rem;
  }
}

@media screen and (width >= 1024px) {
  .p-home-lookbook-year .p-lookbook__item {
    margin-bottom: 90px;
  }

  .p-home-lookbook-year .p-lookbook__year {
    padding: 7px 0;
    font-size: 1.5rem;
  }

  .p-home-lookbook-year .p-lookbook__item.is-active .p-lookbook__year {
    margin-top: -7px;
    font-size: 2.2rem;
  }
}

.p-home-lookbook-text {
  position: absolute;
  bottom: calc(10 / 390 * 100vw);
  left: 0;
  width: 100%;
}

.p-home-lookbook-text .p-lookbook__item {
  display: block;
  width: calc(310 / 390 * 100vw);
  height: calc(55 / 390 * 100vw);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  background: #fff;
}

.p-home-lookbook-text .p-lookbook__title {
  width: 100%;
  height: 100%;
}

.p-home-lookbook-text .p-lookbook__title > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-home-lookbook-text .p-lookbook__title > a > br {
  display: none;
}

.p-home-lookbook-text .p-lookbook__image,
.p-home-lookbook-text .p-lookbook__year,
.p-home-lookbook-text .p-lookbook__more {
  display: none;
}

@media screen and (width >= 1024px) {
  .p-home-lookbook-text {
    display: none;
  }
}

.p-home-lookbook-pagination {
  display: none;
}

@media screen and (width >= 1024px) {
  .p-home-lookbook-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: 55px;
    text-align: center;
    letter-spacing: 0.03em;
    transform: translate(-50%, -50%);
  }

  .p-home-lookbook-pagination__current,
  .p-home-lookbook-pagination__total,
  .p-home-lookbook-pagination__line {
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
  }
}

/**
/* トップページ NEW ARRIVAL
/*------------------------------------ */
.p-home-new {
  margin-top: calc(80 / 390 * 100vw);
}

.p-home-new__lead {
  margin: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  text-align: center;
}

.p-home-new__items {
  margin-top: calc(40 / 390 * 100vw);
}

.p-home-new__items .splide__arrow {
  top: 50%;
  width: calc(24 / 390 * 100vw);
  height: calc(24 / 390 * 100vw);
  background: none;
  transform: translateY(-50%);
}

.p-home-new__items .splide__arrow::before {
  position: absolute;
  width: calc(9 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
  content: '';
  background-image: url('../images/common/ico_arrow_black_01.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-home-new__items .splide__arrow > svg {
  display: none;
}

.p-home-new__items .splide__arrow--next {
  transform: translateY(-50%) rotate(180deg);
}

.p-home-new__item {
  padding: calc(35 / 390 * 100vw) 0 calc(20 / 390 * 100vw);
  border: 1px solid #ececf3;
}

.p-home-new__link {
  display: block;
}

.p-home-new__name {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  text-align: center;
}

.p-home-new__more {
  width: calc(200 / 390 * 100vw);
  margin: calc(50 / 390 * 100vw) auto 0;
}

.p-home-new__button {
  font-weight: 600;
}

@media screen and (width >= 768px) {
  .p-home-new {
    margin-top: 80px;
  }

  .p-home-new__lead {
    margin: 15px 20px 0;
  }

  .p-home-new__items {
    margin-top: 40px;
  }

  .p-home-new__items .splide__list {
    gap: 0;
  }

  .p-home-new__items .splide__arrow {
    width: 24px;
    height: 24px;
  }

  .p-home-new__items .splide__arrow::before {
    width: 9px;
    height: 15px;
  }

  .p-home-new__items .splide__arrow--prev {
    left: 36px;
  }

  .p-home-new__items .splide__arrow--next {
    right: 36px;
  }

  .p-home-new__item {
    padding: 35px 0 30px;
  }

  .p-home-new__name {
    font-size: 1.2rem;
  }

  .p-home-new__more {
    width: 220px;
    margin-top: 50px;
  }
}

@media screen and (width >= 1024px) {
  .p-home-new__lead {
    margin-top: 20px;
  }

  .p-home-new__item {
    border-left: none;
  }
}

/**
/* トップページ ポップアップバナー
/*------------------------------------ */
.p-home-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  visibility: hidden;
  width: calc(300 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw);
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.p-home-popup.is-show {
  visibility: visible;
  opacity: 1;
}

.p-home-popup__image {
  width: calc(240 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw);
  margin: calc(20 / 390 * 100vw) auto 0;
  border: 1px solid #1a1a1a;
}

.p-home-popup__close {
  position: absolute;
  top: calc(-30 / 390 * 100vw);
  right: 0;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  cursor: pointer;
  transition: 0.3s;
}

.p-home-popup__close > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: center;
}

.p-home-popup__close > span:first-child {
  transform: rotate(45deg);
}

.p-home-popup__close > span:last-child {
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .p-home-popup__close:hover {
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-home-popup {
    width: 500px;
    padding: 20px;
  }

  .p-home-popup__image {
    width: 300px;
    padding: 10px;
    margin-top: 20px;
  }

  .p-home-popup__close {
    top: -30px;
    width: 20px;
    height: 20px;
  }
}

/**
/* トップページ メインビジュアル
/*------------------------------------ */
.p-home-visual {
  pointer-events: none;
}

.p-home-visual__inner {
  height: 100vh;
  pointer-events: none;
}

.p-home-visual__image {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-fit: cover;
}

.p-home-visual__image.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.p-home-visual__image.is-relative {
  position: relative;
}

.p-home-visual__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: '';
  background: rgb(0 0 0 / var(--overlay-opacity, 0));
}

.p-home-visual__image img,
.p-home-visual__image video {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-fit: cover;
}

.p-home-visual__contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.p-home-visual__title {
  font-family: futura-pt, sans-serif;
  font-size: calc(20 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.p-home-visual__text {
  margin-top: calc(35 / 390 * 100vw);
}

.p-home-visual__more {
  width: calc(130 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  margin: calc(35 / 390 * 100vw) auto 0;
}

.p-home-visual__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  pointer-events: auto;
  border: 1px solid #fff;
  border-radius: calc(2 / 390 * 100vw);
}

@media (hover: hover) {
  .p-home-visual__button {
    transition: 0.3s;
  }

  .p-home-visual__button:hover {
    opacity: 0.8;
  }
}

.p-home-visual__control {
  position: sticky;
  pointer-events: auto;
}

.p-home-visual__play,
.p-home-visual__volume {
  position: fixed;
  bottom: calc(20 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
}

.p-home-visual__play {
  left: calc(20 / 390 * 100vw);
}

.p-home-visual__volume {
  right: calc(20 / 390 * 100vw);
}

.p-home-visual__play-button,
.p-home-visual__volume-button {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.p-home-visual__play-button::before,
.p-home-visual__play-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.p-home-visual__play-button::before {
  width: calc(13 / 390 * 100vw);
  height: calc(11 / 390 * 100vw);
  background-image: url('../images/home/ico_pause_01.svg');
}

.p-home-visual__play-button::after {
  visibility: hidden;
  width: calc(12 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  background-image: url('../images/home/ico_play_01.svg');
  opacity: 0;
}

.p-home-visual__play-button.is-paused::before {
  visibility: hidden;
  opacity: 0;
}

.p-home-visual__play-button.is-paused::after {
  visibility: visible;
  opacity: 1;
}

.p-home-visual__volume-button::before,
.p-home-visual__volume-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(16 / 390 * 100vw);
  height: calc(16 / 390 * 100vw);
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.p-home-visual__volume-button::before {
  background-image: url('../images/home/ico_volume_on_01.svg');
}

.p-home-visual__volume-button::after {
  visibility: hidden;
  background-image: url('../images/home/ico_volume_off_01.svg');
  opacity: 0;
}

.p-home-visual__volume-button.is-muted::before {
  visibility: hidden;
  opacity: 0;
}

.p-home-visual__volume-button.is-muted::after {
  visibility: visible;
  opacity: 1;
}

@media screen and (width >= 768px) {
  .p-home-visual__title {
    font-size: 2.7rem;
  }

  .p-home-visual__text {
    margin-top: 35px;
  }

  .p-home-visual__more {
    width: 130px;
    height: 50px;
    margin-top: 50px;
  }

  .p-home-visual__button {
    border-radius: 2px;
  }

  .p-home-visual__play,
  .p-home-visual__volume {
    bottom: 20px;
    width: 20px;
    height: 20px;
  }

  .p-home-visual__play {
    left: 20px;
  }

  .p-home-visual__volume {
    right: 20px;
  }

  .p-home-visual__play-button::before {
    width: 13px;
    height: 11px;
  }

  .p-home-visual__play-button::after {
    width: 12px;
    height: 12px;
  }

  .p-home-visual__volume-button::before,
  .p-home-visual__volume-button::after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (width >= 1024px) {
  .p-home-visual__contents {
    padding-top: 8px;
  }
}

/**
/* 商品詳細
/*------------------------------------ */
.p-item-detail {
  margin-top: calc(60 / 390 * 100vw);
}

.p-item-detail__column:not(:first-child) {
  margin-top: calc(30 / 390 * 100vw);
}

.p-item-detail__column--text-column {
  padding: 0 calc(20 / 390 * 100vw);
}

.p-item-detail__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.p-item-detail__image > img {
  width: 100%;
}

.p-item-detail__image--video {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.p-item-detail__image--video > iframe,
.p-item-detail__image--video > video {
  width: 100%;
  height: 100%;
}

.p-item-detail__separator {
  margin-right: calc(-20 / 390 * 100vw);
  margin-left: calc(-20 / 390 * 100vw);
  border-top: 1px solid #e7e7e7;
}

.p-item-detail__separator--1 {
  padding-top: calc(20 / 390 * 100vw);
  margin-top: calc(30 / 390 * 100vw);
}

.p-item-detail__separator--2 {
  padding-top: calc(30 / 390 * 100vw);
  margin-top: calc(20 / 390 * 100vw);
}

.p-item-detail__separator > hr {
  display: none;
}

.p-item-detail__progress {
  width: calc(60 / 390 * 100vw);
  height: 1px;
  margin: calc(25 / 390 * 100vw) auto 0;
  background: #ececf3;
  border-radius: calc(4 / 390 * 100vw);
}

.p-item-detail__progress-bar {
  height: 1px;
  background: #1a1a1a;
  border-radius: calc(4 / 390 * 100vw);
}

.p-item-detail__name {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(16 / 390 * 100vw);
  font-weight: 600;
  text-align: center;
}

.p-item-detail__material,
.p-item-detail__appeal {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  text-align: center;
}

.p-item-detail__sizes-text {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  color: #1a1a1a;
}

.p-item-detail__size {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
}

.p-item-detail__size > label > input[type='radio'] {
  display: none;
}

.p-item-detail__size > label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33 / 390 * 100vw);
  height: calc(33 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: calc(2 / 390 * 100vw);
  transition: border-color 0.3s;
}

.p-item-detail__size > label > input[type='radio']:checked + span {
  border-color: #1a1a1a;
}

.p-item-detail__note {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #900;
}

.p-item-detail__property-name {
  padding-top: calc(20 / 390 * 100vw);
  margin-top: calc(20 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}

.p-item-detail__delivery {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}

.p-item-detail__prices {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: calc(28 / 390 * 100vw);
  font-size: calc(18 / 390 * 100vw);
  line-height: 1;
}

.p-item-detail__tax {
  margin-left: calc(5 / 390 * 100vw);
  font-size: calc(9 / 390 * 100vw);
  line-height: 1;
}

.p-item-detail__buttons {
  display: grid;
  grid-template-columns: 1fr calc(40 / 390 * 100vw);
  gap: 0 calc(10 / 390 * 100vw);
}

.p-item-detail__stock {
  grid-column: 1/-1;
  margin-top: calc(10 / 390 * 100vw);
}

@media (hover: hover) {
  .p-item-detail__size > label > span {
    transition: 0.3s;
  }

  .p-item-detail__size > label > span:hover {
    border-color: #1a1a1a;
  }

  .p-item-detail__bullet:hover {
    background: #1a1a1a;
  }
}

@media screen and (width >= 768px) {
  .p-item-detail {
    margin-top: 60px;
  }

  .p-item-detail__column:not(:first-child) {
    margin-top: 30px;
  }

  .p-item-detail__column--text-column {
    padding: 0 20px;
  }

  .p-item-detail__separator {
    margin-right: 0;
    margin-left: 0;
    border-top: none;
  }

  .p-item-detail__separator--1,
  .p-item-detail__separator--2 {
    padding-top: 0;
    margin-top: 30px;
  }

  .p-item-detail__progress {
    width: 240px;
    margin-top: 25px;
    border-radius: 5px;
  }

  .p-item-detail__progress-bar {
    border-radius: 5px;
  }

  .p-item-detail__name {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .p-item-detail__material,
  .p-item-detail__appeal {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .p-item-detail__sizes-text {
    font-size: 1.2rem;
  }

  .p-item-detail__size {
    gap: 0 10px;
    margin-top: 8px;
  }

  .p-item-detail__size > label > span {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2px;
  }

  .p-item-detail__note {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .p-item-detail__property-name {
    padding-top: 20px;
    margin-top: 20px;
  }

  .p-item-detail__delivery {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .p-item-detail__prices {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .p-item-detail__tax {
    margin-left: 5px;
    font-size: 0.9rem;
  }

  .p-item-detail__buttons {
    grid-template-columns: 1fr 50px;
    gap: 0 5px;
  }

  .p-item-detail__stock {
    margin-top: 10px;
  }
}

@media screen and (width >= 1024px) {
  .p-item-detail__columns {
    display: flex;
    padding-right: 120px;
  }

  .p-item-detail__pagination {
    position: sticky;
    top: calc(50% - 35px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: flex-start;
    margin: 110px 0 0 24px;
  }

  .p-item-detail__bullet {
    width: 6px;
    height: 6px;
    cursor: pointer;
    background-color: #dadada;
    border-radius: 50%;
    transition:
      background-color 0.3s ease,
      transform 0.3s ease;
  }

  .p-item-detail__bullet.is-active {
    background: #1a1a1a;
  }

  .p-item-detail__column--image-column {
    flex: 1;
    margin: 30px 0 0 30px;
  }

  .p-item-detail__column--text-column {
    position: sticky;
    top: 60px;
    align-self: flex-start;
    width: 330px;
    padding: 0;
    margin: 110px 0 0 120px;
  }

  .p-item-detail__images {
    visibility: visible;
  }

  .p-item-detail__list {
    display: block;
  }

  .p-item-detail__image {
    width: 100%;
  }

  .p-item-detail__progress {
    display: none;
  }

  .p-item-detail__badges {
    display: flex;
    justify-content: flex-start;
  }

  .p-item-detail__name,
  .p-item-detail__material,
  .p-item-detail__appeal {
    text-align: left;
  }
}

.p-item-detail-variation {
  margin-top: calc(20 / 390 * 100vw);
}

.p-item-detail-variation__row:not(:first-child) {
  margin-top: calc(10 / 390 * 100vw);
}

.p-item-detail-variation__name {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  color: #1a1a1a;
}

.p-item-detail-variation__field {
  display: flex;
  gap: 0 calc(15 / 390 * 100vw);
  align-items: center;
  margin-top: calc(10 / 390 * 100vw);
}

.p-item-detail-variation__select {
  flex: 1;
}

.p-item-detail-variation__button {
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
}

.p-item-detail-variation__button > img {
  width: calc(20 / 390 * 100vw);
  max-width: none;
  height: calc(20 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-item-detail-variation {
    margin-top: 20px;
  }

  .p-item-detail-variation__row:not(:first-child) {
    margin-top: 10px;
  }

  .p-item-detail-variation__name {
    font-size: 1.2rem;
  }

  .p-item-detail-variation__field {
    gap: 0 15px;
    margin-top: 10px;
  }

  .p-item-detail-variation__button {
    width: 20px;
    height: 20px;
  }

  .p-item-detail-variation__button > img {
    width: 20px;
    height: 20px;
  }
}

.p-item-detail-wishlist__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 / 390 * 100vw);
  height: calc(50 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: calc(2 / 390 * 100vw);
}

.p-item-detail-wishlist__button::before,
.p-item-detail-wishlist__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(11 / 390 * 100vw);
  height: calc(16 / 390 * 100vw);
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.p-item-detail-wishlist__button::before {
  background-image: url('../images/common/ico_compare_black_02.svg');
}

.p-item-detail-wishlist__button::after {
  visibility: hidden;
  background-image: url('../images/common/ico_compare_red_01.svg');
  opacity: 0;
}

.p-item-detail-wishlist__button--delete::before {
  visibility: hidden;
  opacity: 0;
}

.p-item-detail-wishlist__button--delete::after {
  visibility: visible;
  opacity: 1;
}

.p-item-detail-wishlist__modal {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgb(8 8 8 / 70%);
  transition: 0.3s;
}

.p-item-detail-wishlist__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #fff;
  transform: translate(-50%, -50%);
}

.p-item-detail-wishlist__text {
  font-size: calc(15 / 390 * 100vw);
  text-align: center;
}

.p-item-detail-wishlist__text {
  margin-bottom: calc(30 / 390 * 100vw);
  font-size: calc(15 / 390 * 100vw);
  text-align: center;
}

.p-item-detail-wishlist__close {
  margin-top: calc(20 / 390 * 100vw);
}

@media (hover: hover) {
  .p-item-detail-wishlist__button::before,
  .p-item-detail-wishlist__button::after {
    transition: 0.3s;
  }

  .p-item-detail-wishlist__button:hover {
    opacity: 1;
  }

  .p-item-detail-wishlist__button:hover::before {
    visibility: hidden;
    opacity: 0;
  }

  .p-item-detail-wishlist__button:hover::after {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-item-detail-wishlist__button {
    width: 50px;
    height: 50px;
    border-radius: 2px;
  }

  .p-item-detail-wishlist__button::before,
  .p-item-detail-wishlist__button::after {
    width: 13px;
    height: 19px;
  }

  .p-item-detail-wishlist__contents {
    padding: 40px 30px;
  }

  .p-item-detail-wishlist__text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }

  .p-item-detail-wishlist__close {
    margin-top: 20px;
  }
}

.p-item-detail-info {
  margin-top: calc(30 / 390 * 100vw);
}

.p-item-detail-info__image > img {
  width: 100%;
}

.p-item-detail-info__description {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}

.p-item-detail-info__content {
  border-bottom: 1px solid #ececf3;
}

.p-item-detail-info__content:nth-child(1) {
  border-top: 1px solid #ececf3;
}

.p-item-detail-info__title {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(58 / 390 * 100vw);
}

.p-item-detail-info__title::before,
.p-item-detail-info__title::after {
  position: absolute;
  top: 50%;
  right: calc(10 / 390 * 100vw);
  width: calc(7 / 390 * 100vw);
  height: calc(1 / 390 * 100vw);
  content: '';
  background-color: #1a1a1a;
  transform: translateY(-50%);
}

.p-item-detail-info__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.p-item-detail-info__title.is-open::after {
  opacity: 0;
}

.p-item-detail-info__text {
  max-height: 0;
  overflow: hidden;
}

.p-item-detail-info__text.is-open {
  margin-bottom: calc(15 / 390 * 100vw);
}

.p-item-detail-info__spec,
.p-item-detail-info__collection {
  margin-top: calc(20 / 390 * 100vw);
}

@media (hover: hover) {
  .p-item-detail-info__title {
    transition: 0.3s;
  }

  .p-item-detail-info__title:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (width >= 768px) {
  .p-item-detail-info {
    display: flex;
    gap: 0 35px;
    justify-content: flex-end;
    padding: 0 20px;
    margin-top: 60px;
  }

  .p-item-detail-info__image {
    flex: 1;
  }

  .p-item-detail-info__description {
    width: 50%;
    max-width: 595px;
    padding: 0;
    margin-top: 0;
  }

  .p-item-detail-info__title {
    height: 70px;
  }

  .p-item-detail-info__title::before,
  .p-item-detail-info__title::after {
    right: 10px;
    width: 10px;
    height: 1px;
  }

  .p-item-detail-info__text.is-open {
    margin-bottom: 40px;
  }

  .p-item-detail-info__spec,
  .p-item-detail-info__collection {
    margin-top: 30px;
  }
}

@media screen and (width >= 1024px) {
  .p-item-detail-info {
    gap: 70px;
    padding: 0 60px;
  }
}

.p-item-detail-modal {
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: calc(20 / 390 * 100vw);
  overflow: auto;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

.p-item-detail-modal.is-active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.p-item-detail-modal__close {
  position: absolute;
  top: calc(10 / 390 * 100vw);
  right: calc(10 / 390 * 100vw);
  z-index: 10;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  cursor: pointer;
  background: none;
  border: none;
}

.p-item-detail-modal__close::before,
.p-item-detail-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: '';
  background: #333;
  transform-origin: center;
}

.p-item-detail-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-item-detail-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-item-detail-modal__title {
  font-size: calc(16 / 390 * 100vw);
  text-align: center;
}

.p-item-detail-modal__lead {
  margin-top: calc(20 / 390 * 100vw);
  text-align: center;
}

.p-item-detail-modal__lead > span {
  color: #900;
}

.p-item-detail-modal__images {
  margin-top: calc(30 / 390 * 100vw);
}

.p-item-detail-modal__images--lg {
  display: none;
}

@media screen and (width >= 768px) {
  .p-item-detail-modal {
    max-width: 650px;
    padding: 30px;
  }

  .p-item-detail-modal__close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }

  .p-item-detail-modal__title {
    font-size: 1.6rem;
  }

  .p-item-detail-modal__lead {
    margin-top: 20px;
  }

  .p-item-detail-modal__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    margin-top: 30px;
  }

  .p-item-detail-modal__images--sm {
    display: none;
  }

  .p-item-detail-modal__images--lg {
    display: block;
  }
}

.p-item-detail-modal-content {
  margin-top: calc(30 / 390 * 100vw);
}

.p-item-detail-modal-content__title {
  position: relative;
  font-size: calc(18 / 390 * 100vw);
  text-align: center;
  cursor: pointer;
}

.p-item-detail-modal-content__title::before,
.p-item-detail-modal-content__title::after {
  position: absolute;
  top: 50%;
  content: '';
  background: #888;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.p-item-detail-modal-content__title::before {
  right: calc(5 / 390 * 100vw);
  width: calc(15 / 390 * 100vw);
  height: 1px;
}

.p-item-detail-modal-content__title::after {
  right: calc(12 / 390 * 100vw);
  width: 1px;
  height: calc(15 / 390 * 100vw);
}

.p-item-detail-modal-content__title.is-open::after {
  visibility: hidden;
  opacity: 0;
}

.p-item-detail-modal-content__title > span {
  padding: 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  color: #9a8725;
  border-bottom: 1px solid #9a8725;
}

.p-item-detail-modal-content__detail {
  margin-top: calc(20 / 390 * 100vw);
}

.p-item-detail-modal-content__note {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}

.p-item-detail-modal-content__note > span {
  display: block;
  color: #9a8725;
}

@media screen and (width >= 768px) {
  .p-item-detail-modal-content {
    margin-top: 30px;
  }

  .p-item-detail-modal-content__title {
    font-size: 1.8rem;
  }

  .p-item-detail-modal-content__title::before {
    right: 5px;
    width: 15px;
  }

  .p-item-detail-modal-content__title::after {
    right: 12px;
    height: 15px;
  }

  .p-item-detail-modal-content__title > span {
    padding: 0 10px 10px;
  }

  .p-item-detail-modal-content__detail {
    padding: 0 10px;
    margin-top: 20px;
  }

  .p-item-detail-modal-content__note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.p-item-detail-modal-fonts {
  padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
  margin-top: calc(30 / 390 * 100vw);
  border: 1px solid #999;
}

@media screen and (width >= 768px) {
  .p-item-detail-modal-fonts {
    padding: 10px 20px 30px;
    margin-top: 30px;
  }
}

.p-item-detail-modal-font + .p-item-detail-modal-font {
  margin-top: calc(40 / 390 * 100vw);
}

.p-item-detail-modal-font__title {
  padding-bottom: calc(5 / 390 * 100vw);
  margin-bottom: calc(20 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  border-bottom: 1px solid #9a8725;
}

.p-item-detail-modal-font__image > img {
  width: 100%;
}

@media screen and (width >= 768px) {
  .p-item-detail-modal-font + .p-item-detail-modal-font {
    margin-top: 40px;
  }

  .p-item-detail-modal-font__title {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.p-item-detail-shop-info {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  visibility: hidden;
  width: 84%;
  height: 90%;
  overflow: auto;
  background: #eeefef;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.p-item-detail-shop-info.is-active {
  visibility: visible;
  opacity: 1;
}

.p-item-detail-shop-info__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-item-detail-shop-info__btn {
  padding: calc(10 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  color: #c0b694;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c0b694;
}

.p-item-detail-shop-info__btn.is-active {
  color: #fff;
  background: #c0b694;
}

.p-item-detail-shop-info__tabs {
  margin-top: calc(5 / 390 * 100vw);
  background: #fff;
  border: 1px solid #c0b694;
}

.p-item-detail-shop-info__tab {
  display: none;
  padding: calc(15 / 390 * 100vw);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.p-item-detail-shop-info__tab.is-active {
  display: block;
  opacity: 1;
}

.p-item-detail-shop-info__title {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  color: #999;
}

.p-item-detail-shop-info__text {
  margin-top: calc(20 / 390 * 100vw);
  color: #999;
}

.p-item-detail-shop-info__content {
  margin: calc(20 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
}

.p-item-detail-shop-info__accordion-trigger {
  transition:
    opacity 0.3s ease-in-out,
    max-height 0.3s ease-in-out 0.5s;
}

.p-item-detail-shop-info__accordion-trigger.is-open {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.p-item-detail-shop-info__accordion-content {
  transition: max-height 0.3s ease-in-out 0.1s;
}

.p-item-detail-shop-info__table > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

.p-item-detail-shop-info__table > table > tbody > tr {
  border-top: 1px solid #ccc;
}

.p-item-detail-shop-info__table--name {
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
}

.p-item-detail-shop-info__table--tel {
  width: calc(95 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
}

.p-item-detail-shop-info__table--tel > a {
  font-size: calc(11 / 390 * 100vw);
  text-decoration: underline;
}

.p-item-detail-shop-info__table--text {
  width: calc(66 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) 0 calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
  text-align: center;
}

.p-item-detail-shop-info__details {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}

.p-item-detail-shop-info__details > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

.p-item-detail-shop-info__details > table > tbody > tr {
  border-top: 1px solid #ccc;
}

.p-item-detail-shop-info__details-name {
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
}

.p-item-detail-shop-info__details-price {
  min-width: 65px;
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
}

.p-item-detail-shop-info__details-order {
  width: 100px;
  padding: calc(10 / 390 * 100vw) 0 calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-item-detail-shop-info {
    width: 500px;
  }

  .p-item-detail-shop-info__btn {
    height: 50px;
    padding: 0 15px;
    font-size: 1.2rem;
  }

  .p-item-detail-shop-info__tabs {
    margin-top: 5px;
  }

  .p-item-detail-shop-info__tab {
    padding: 20px;
  }

  .p-item-detail-shop-info__title {
    font-size: 1.4rem;
  }

  .p-item-detail-shop-info__text {
    margin-top: 20px;
  }

  .p-item-detail-shop-info__content {
    margin: 20px 0 30px;
  }

  .p-item-detail-shop-info__table--name {
    padding: 14px 10px 14px 0;
    font-size: 1.2rem;
  }

  .p-item-detail-shop-info__table--tel {
    width: 110px;
    padding: 14px 10px;
  }

  .p-item-detail-shop-info__table--tel > a {
    font-size: 1.2rem;
  }

  .p-item-detail-shop-info__table--text {
    width: 160px;
    padding: 14px 0 14px 10px;
    font-size: 1.2rem;
  }

  .p-item-detail-shop-info__details {
    margin-top: 30px;
    font-size: 1.2rem;
  }

  .p-item-detail-shop-info__details-name {
    padding: 14px 10px 14px 0;
  }

  .p-item-detail-shop-info__details-price {
    min-width: 85px;
    padding: 14px 10px;
  }

  .p-item-detail-shop-info__details-order {
    width: 160px;
    padding: 14px 0 14px 10px;
  }
}

/**
/* 商品一覧
/*------------------------------------ */
.p-item-list-search {
  position: relative;
  padding: calc(30 / 390 * 100vw) 0;
  background: #1a1a1a;
}

.p-item-list-search.is-light {
  background: #fff;
}

.p-item-list-search__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-item-list-search__column:first-child {
  padding: 0 calc(20 / 390 * 100vw);
}

.p-item-list-search__column:not(:first-child) {
  margin-top: calc(16 / 390 * 100vw);
}

.p-item-list-search__category {
  width: 100%;
  padding: 0 calc(20 / 390 * 100vw);
  overflow-x: auto;
}

.p-item-list-search__items {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
}

.p-item-list-search__item {
  flex: 0 0 auto;
}

.p-item-list-search__item:last-child {
  padding-right: calc(20 / 390 * 100vw);
}

.p-item-list-search__button {
  display: flex;
  align-items: center;
  height: calc(30 / 390 * 100vw);
  padding: 0 calc(16 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  background: #1a1a1a;
  border: 1px solid #636363;
  border-radius: calc(42 / 390 * 100vw);
  transition: 0.3s;
}

.p-item-list-search__button > span {
  position: relative;
  padding-right: calc(12 / 390 * 100vw);
}

.p-item-list-search__button > span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(5 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_bottom_white_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

.p-item-list-search__button.is-light {
  background: #fff;
  border: 1px solid #636363;
}

.p-item-list-search__button.is-light > span {
  color: #1a1a1a;
}

.p-item-list-search__button.is-light > span::after {
  background: url('../images/common/ico_arrow_bottom_black_01.svg') 0 0 / contain no-repeat;
}

.p-item-list-search__button.is-open {
  color: #1a1a1a;
  background: #d8d8e7;
}

.p-item-list-search__button.is-open > span::after {
  background-image: url('../images/common/ico_arrow_bottom_black_01.svg');
}

.p-item-list-search__select {
  position: relative;
  display: inline-block;
  direction: ltr;
}

.p-item-list-search__select select {
  width: 100%;
  font-size: calc(11 / 390 * 100vw);
  line-height: 1;
  color: #fff;
  appearance: none;
  appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
}

.p-item-list-search__select.is-light select {
  color: #1a1a1a;
}

@media (hover: hover) {
  .p-item-list-search__button:hover {
    color: #1a1a1a;
    background: #d8d8e7;
  }

  .p-item-list-search__button:hover > span::after {
    background-image: url('../images/common/ico_arrow_bottom_black_01.svg');
  }

  .p-item-list-search__button.is-light:hover {
    background: #1a1a1a;
  }

  .p-item-list-search__button.is-light:hover > span {
    color: #fff;
  }

  .p-item-list-search__button.is-light:hover > span::after {
    background-image: url('../images/common/ico_arrow_bottom_white_01.svg');
  }
}

@media screen and (width >= 768px) {
  .p-item-list-search {
    padding: 24px 0;
  }

  .p-item-list-search__column:first-child {
    padding: 0 20px;
  }

  .p-item-list-search__column:not(:first-child) {
    margin-top: 20px;
  }

  .p-item-list-search__category {
    padding: 0 20px;
  }

  .p-item-list-search__items {
    gap: 0 14px;
  }

  .p-item-list-search__item:last-child {
    padding-right: 0;
  }

  .p-item-list-search__button {
    height: 32px;
    padding: 0 16px;
    font-size: 1.2rem;
    border-radius: 42px;
  }

  .p-item-list-search__button > span {
    padding-right: 13px;
  }

  .p-item-list-search__button > span::after {
    width: 7px;
    height: 5px;
  }

  .p-item-list-search__select select {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

@media screen and (width >= 1024px) {
  .p-item-list-search {
    padding: 24px 20px;
  }

  .p-item-list-search__columns {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .p-item-list-search__column:first-child {
    padding: 0;
  }

  .p-item-list-search__column:not(:first-child) {
    margin-top: 0;
  }

  .p-item-list-search__category {
    padding: 0;
  }

  .p-item-list-search__select {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #636363;
  }
}

.p-item-list-search-category {
  position: fixed;
  bottom: 0;
  z-index: 3;
  visibility: hidden;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

.p-item-list-search-category.is-open {
  visibility: visible;
  opacity: 1;
}

.p-item-list-search-category__header {
  display: flex;
  justify-content: space-between;
  padding: calc(13 / 390 * 100vw) calc(20 / 390 * 100vw);
}

.p-item-list-search-category__title {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 600;
}

.p-item-list-search-category__buttons {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  align-items: center;
}

.p-item-list-search-category__button {
  height: calc(32 / 390 * 100vw);
  padding: 0 calc(13 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: calc(42 / 390 * 100vw);
}

.p-item-list-search-category__clear {
  font-size: calc(11 / 390 * 100vw);
  text-decoration: underline;
}

.p-item-list-search-category__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 / 390 * 100vw);
  padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}

@media (hover: hover) {
  .p-item-list-search-category__clear:hover {
    text-decoration: none;
  }
}

@media screen and (width >= 768px) {
  .p-item-list-search-category {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 20px;
    max-width: 410px;
  }

  .p-item-list-search-category__header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .p-item-list-search-category__title {
    font-size: 1.7rem;
    font-weight: 700;
  }

  .p-item-list-search-category__buttons {
    gap: 0 20px;
  }

  .p-item-list-search-category__button {
    height: 32px;
    padding: 0 12px;
    font-size: 1.2rem;
    border-radius: 42px;
  }

  .p-item-list-search-category__clear {
    font-size: 1.2rem;
  }

  .p-item-list-search-category__items {
    gap: 20px 40px;
    padding: 30px 30px 40px;
  }
}

.p-item-list-checkbox__label {
  display: flex;
  align-items: center;
}

.p-item-list-checkbox input[type='checkbox'] {
  display: none;
}

.p-item-list-checkbox__text {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  outline: none;
}

.p-item-list-checkbox__text.is-light {
  color: #1a1a1a;
}

.p-item-list-checkbox__text.is-light::before {
  background: none;
  border: 1px solid #9c9c9c;
}

.p-item-list-checkbox__text.is-active::after {
  opacity: 1;
}

.p-item-list-checkbox__text::before,
.p-item-list-checkbox__text::after {
  position: absolute;
  right: auto;
  content: '';
  transition: 0.3s ease-in-out;
}

.p-item-list-checkbox__text::before {
  top: 50%;
  left: 0;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background: #282828;
  border: 1px solid #282828;
  transform: translateY(-50%);
}

.p-item-list-checkbox__text::after {
  top: 50%;
  left: calc(3 / 390 * 100vw);
  width: calc(14 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  background: #d8d8e7;
  border-radius: calc(2 / 390 * 100vw);
  opacity: 0;
  transform: translateY(-50%);
}

input[type='checkbox']:checked ~ .p-item-list-checkbox__text::after {
  opacity: 1;
}

.p-item-list-checkbox__text--black {
  color: #1a1a1a;
}

.p-item-list-checkbox__text--search {
  font-weight: 500;
  color: #1a1a1a;
}

.p-item-list-checkbox__text--search::before {
  background: #fff;
  border-color: #d8d8e7;
  border-radius: 1px;
}

input[type='checkbox']:checked ~ .p-item-list-checkbox__text--search {
  font-weight: 700;
}

.p-item-list-checkbox .shiborikomi_hidden {
  display: none;
}

@media screen and (width >= 768px) {
  .p-item-list-checkbox__text {
    padding-left: 30px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-item-list-checkbox__text.is-light::before {
    border: 1px solid #636363;
  }

  .p-item-list-checkbox__text::before {
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #636363;
  }

  .p-item-list-checkbox__text::after {
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 2px;
  }

  .p-item-list-checkbox__text--search {
    font-weight: 500;
  }

  .p-item-list-checkbox__text--search::before {
    border-color: #d8d8e7;
  }
}

.p-item-list-compare {
  position: fixed;
  right: calc(25 / 390 * 100vw);
  bottom: calc(100 / 390 * 100vw);
  transition: 0.3s;
}

.p-item-list-compare.is-hide {
  visibility: hidden;
  opacity: 0;
}

.p-item-list-compare__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(10 / 390 * 100vw) calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  color: #fff;
  background: #323232;
  border: 1px solid #1a1a1a;
  border-radius: calc(2 / 390 * 100vw);
}

@media (hover: hover) {
  .p-item-list-compare__link:hover {
    color: #1a1a1a;
    background: #fff;
  }
}

@media screen and (width >= 768px) {
  .p-item-list-compare {
    right: 25px;
    bottom: 25px;
  }

  .p-item-list-compare__link {
    padding: 10px 30px;
    font-size: 1.2rem;
    border-radius: 2px;
  }
}

.p-items {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (width >= 768px) {
  .p-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.p-item {
  position: relative;
  padding: calc(35 / 390 * 100vw) calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #fff;
}

.p-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #ececf3;
  border-width: 0 1px 1px 0;
}

.p-item__favorite {
  position: absolute;
  top: calc(12 / 390 * 100vw);
  right: calc(14 / 390 * 100vw);
  width: calc(7 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
}

.p-item__image {
  overflow: hidden;
}

.p-item__image > a {
  display: block;
}

.p-item__image img {
  display: block;
  transform-origin: center center;
}

.p-item__carousel {
  position: relative;
  z-index: 2;
}

.p-item__carousel .splide__arrow {
  z-index: 10;
  visibility: hidden;
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  margin-top: 0;
  background: none;
  opacity: 0;
}

.p-item__carousel .splide__arrow > svg {
  display: none;
}

.p-item__carousel .splide__arrow::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_grey_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%);
}

.p-item__carousel .splide__arrow--prev {
  left: 0;
}

.p-item__carousel .splide__arrow--next {
  right: 0;
}

.p-item__carousel .splide__arrow--next::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-item__badge {
  position: relative;
  margin-top: calc(10 / 390 * 100vw);
}

.p-item__content {
  margin-top: calc(10 / 390 * 100vw);
  text-align: center;
}

.p-item__title {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

.p-item__title--wishlist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-item__prices {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: calc(5 / 390 * 100vw);
  font-family: futura-pt, sans-serif;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
}

.p-item__more {
  margin-top: calc(10 / 390 * 100vw);
  text-align: center;
}

@media (hover: hover) {
  .p-item {
    cursor: pointer;
    transition: 0.3s;
  }

  .p-item:hover {
    z-index: 3;
    border-radius: 8px;
    transform: scale(1.08);
  }

  .p-item:hover::before {
    border-width: 3px;
    border-radius: 8px;
  }

  .p-item:hover .c-favorite {
    opacity: 1;
  }

  .p-item:hover .splide__arrow {
    visibility: visible;
    opacity: 1;
  }

  .p-item:hover .splide__track {
    transform: scale(0.925);
  }

  .p-item:hover .p-item__image img {
    transform: scale(1.08);
  }
}

@media screen and (width >= 768px) {
  .p-item {
    padding: 35px 15px 30px;
  }

  .p-item__favorite {
    top: 18px;
    right: 18px;
    width: 9px;
    height: 13px;
  }

  .p-item__badge {
    margin-top: 10px;
  }

  .p-item__content {
    margin-top: 15px;
  }

  .p-item__title {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-item__prices {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .p-item__carousel .splide__arrow {
    width: 9px;
    height: 12px;
  }

  .p-item__carousel .splide__arrow::after {
    width: 9px;
    height: 12px;
  }

  .p-item__carousel .splide__arrow--prev {
    left: -15px;
  }

  .p-item__carousel .splide__arrow--next {
    right: -15px;
  }

  .p-item__more {
    margin-top: 20px;
  }
}

@media screen and (width >= 1024px) {
  .p-item {
    padding: 35px 30px 30px;
  }
}

.p-item-large {
  position: relative;
  display: none;
  grid-column: span 2;
  height: calc(390 / 390 * 100vw);
  padding: 0;
}

.p-item-large.is-show {
  display: block;
}

.p-item-large__image {
  height: 100%;
}

.p-item-large__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}

.p-item-large__title {
  position: absolute;
  top: calc(40 / 390 * 100vw);
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
}

.p-item-large__link {
  position: absolute;
  bottom: calc(30 / 390 * 100vw);
  left: 50%;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
  color: #fff;
  transform: translateX(-50%);
}

.p-item-large__link > span {
  padding-bottom: calc(5 / 390 * 100vw);
  border-bottom: 1px solid #fff;
}

@media (hover: hover) {
  .p-item-large__link:hover {
    opacity: 1;
  }

  .p-item-large__link:hover > span {
    border-bottom: none;
  }
}

@media screen and (width >= 768px) {
  .p-item-large {
    grid-row: span 2;
    height: 100%;
  }

  .p-item-large__image {
    height: calc(100% - 100px);
  }

  .p-item-large__title {
    top: auto;
    bottom: 160px;
    font-size: 2rem;
    font-weight: 700;
  }

  .p-item-large__link {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #080808;
    transform: translateX(0);
  }

  .p-item-large__link > span {
    padding-bottom: 0;
  }
}

/**
/* ログイン
/*------------------------------------ */
.p-login {
  box-sizing: border-box;
  padding: 0 calc(20 / 390 * 100vw);
  margin: calc(40 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
}

.p-login__column:not(:first-child) {
  padding-top: calc(50 / 390 * 100vw);
  margin-top: calc(50 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
}

.p-login__title {
  text-align: center;
}

.p-login__more {
  margin-top: calc(30 / 390 * 100vw);
}

.p-login__link {
  margin-top: calc(20 / 390 * 100vw);
}

.p-login__text {
  margin-top: calc(30 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-login {
    padding: 20px;
    margin: 100px 0;
  }

  .p-login__column:not(:first-child) {
    padding-top: 50px;
    margin-top: 50px;
  }

  .p-login__more {
    margin-top: 30px;
  }

  .p-login__text {
    margin-top: 30px;
  }

  .p-login__link {
    margin-top: 20px;
  }
}

@media screen and (width >= 1024px) {
  .p-login {
    max-width: 1040px;
    margin: 100px auto;
  }

  .p-login__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 100px;
  }

  .p-login__column:not(:first-child) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

  .p-login__title {
    text-align: left;
  }
}

/**
/* マイページヘッダー
/*------------------------------------ */
.p-mypage-header {
  display: flex;
  justify-content: center;
  height: calc(260 / 390 * 100vw);
  background: url('../images/common/bg_mypage_header_01_sm.jpg') 0 0 / cover no-repeat;
}

.p-mypage-header__content {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 390 * 100vw) 0;
  margin-top: calc(110 / 390 * 100vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-mypage-header__name {
  font-size: calc(17 / 390 * 100vw);
}

.p-mypage-header__name > span {
  font-size: calc(13 / 390 * 100vw);
}

.p-mypage-header__id {
  font-size: calc(11 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-mypage-header {
    height: 426px;
    background: url('../images/common/bg_mypage_header_01_lg.jpg') 0 center/cover no-repeat;
  }

  .p-mypage-header__content {
    gap: 10px 0;
    margin-top: 180px;
  }

  .p-mypage-header__greeting {
    font-size: 1.4rem;
  }

  .p-mypage-header__name {
    font-size: 2.4rem;
  }

  .p-mypage-header__name > span {
    font-size: 1.6rem;
  }

  .p-mypage-header__id {
    font-size: 1.2rem;
  }
}

/**
/* マイページナビゲーション
/*------------------------------------ */
.p-mypage-nav {
  padding: 0 calc(35 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
  border-bottom: 1px solid #ececf3;
}

.p-mypage-nav__items {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  justify-content: center;
}

.p-mypage-nav__item > a {
  padding-bottom: calc(5 / 390 * 100vw);
  color: #9c9c9c;
  transition: 0.3s;
}

.p-mypage-nav__item > a.is-active {
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

@media (hover: hover) {
  .p-mypage-nav__item > a:hover {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-mypage-nav {
    padding: 0;
    margin-top: 40px;
    border: none;
  }

  .p-mypage-nav__items {
    gap: 0 40px;
  }

  .p-mypage-nav__item > a {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}

/**
/* オーバーレイ
/*------------------------------------ */
.p-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgb(8 8 8 / 70%);
  transition: 0.3s;
}

.p-overlay--popup {
  z-index: 10;
}

/**
/* 下層共通ページヘッダー
/*------------------------------------ */
.p-page-header {
  position: relative;
  background: #1a1a1a;
}

.p-page-header__topics-detail {
  background: #fff;
}

.p-page-header.is-light {
  background: #fff;
}

.p-page-header__inner {
  position: relative;
  padding-top: calc(110 / 390 * 100vw);
  padding-bottom: calc(60 / 390 * 100vw);
}

.p-page-header__inner:has(.p-page-header__links) {
  padding-bottom: calc(50 / 390 * 100vw);
}

.p-page-header__inner:has(.p-page-header__description) {
  padding-bottom: 0;
}

.p-page-header__inner:has(.p-page-header__image) {
  height: calc(390 / 390 * 100vw);
}

.p-page-header__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.p-page-header__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}

.p-page-header__image--lg {
  display: none;
}

.p-page-header__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-page-header__title,
.p-page-header__number,
.p-page-header__description {
  color: #fff;
  text-align: center;
}

.p-page-header__title.is-light,
.p-page-header__number.is-light,
.p-page-header__description.is-light {
  color: #1a1a1a;
}

.p-page-header__title {
  font-size: calc(22 / 390 * 100vw);
  font-weight: 600;
}

.p-page-header__number {
  margin-top: calc(2 / 390 * 100vw);
  font-family: futura-pt, sans-serif;
  font-size: calc(10 / 390 * 100vw);
}

.p-page-header__description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: calc(40 / 390 * 100vw) calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #1a1a1a;
}

.p-page-header__description.is-light {
  background: #fff;
}

.p-page-header__date {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  text-align: center;
}

.p-page-header__date.is-light {
  color: #1a1a1a;
}

.p-page-header__title-detail,
.p-page-header__description-detail,
.p-page-header__date-detail {
  color: #1a1a1a;
}

.p-page-header__links {
  width: 100%;
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(20 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-page-header__inner {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .p-page-header__inner:has(.p-page-header__links) {
    padding-bottom: 50px;
  }

  .p-page-header__inner:has(.p-page-header__description) {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .p-page-header__inner:has(.p-page-header__image) {
    height: auto;
  }

  .p-page-header__image--lg {
    display: block;
  }

  .p-page-header__image--sm {
    display: none;
  }

  .p-page-header__title {
    font-size: 2.8rem;
    font-weight: 700;
  }

  .p-page-header__title-detail {
    padding: 0;
  }

  .p-page-header__number {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .p-page-header__description {
    position: relative;
    padding: 0;
    margin-top: 15px;
    font-size: 1.6rem;
    background: none;
  }

  .p-page-header__description.is-light {
    background: none;
  }

  .p-page-header__date {
    margin-top: 30px;
    font-size: 1.2rem;
  }

  .p-page-header__links {
    padding: 0 20px;
    margin-top: 20px;
  }
}

@media screen and (width >= 1024px) {
  .p-page-header__inner:has(.p-page-header__links) {
    padding-bottom: 90px;
  }

  .p-page-header__links {
    display: none;
  }
}

.p-page-header-category {
  width: 100%;
  padding: 0 calc(20 / 390 * 100vw) calc(10 / 390 * 100vw);
  margin-top: calc(60 / 390 * 100vw);
}

.p-page-header-category__items {
  display: flex;
  gap: 0 calc(15 / 390 * 100vw);
  overflow-x: auto;
}

.p-page-header-category__items--topics {
  justify-content: center;
}

.p-page-header-category__item {
  flex: 0 0 auto;
}

.p-page-header-category__item:last-child {
  padding-right: calc(20 / 390 * 100vw);
}

.p-page-header-category__link {
  display: block;
  padding-bottom: calc(10 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 500;
  color: #f2f2f2;
}

.p-page-header-category__link.is-light {
  color: #9c9c9c;
}

.p-page-header-category:not(:has(.p-page-header-category__link--active))
  .p-page-header-category__item:first-child
  .p-page-header-category__link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.p-page-header-category:not(:has(.p-page-header-category__link--active))
  .p-page-header-category__item:first-child
  .p-page-header-category__link.is-light {
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.p-page-header-category__link--en {
  font-family: futura-pt, sans-serif;
}

.p-page-header-category__link--active {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.p-page-header-category__link--active.is-light {
  color: #1a1a1a;
  border-color: #1a1a1a;
}

@media (hover: hover) {
  .p-page-header-category__link.is-light {
    color: #1a1a1a;
  }
}

@media screen and (width >= 768px) {
  .p-page-header-category {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-top: 20px;
  }

  .p-page-header-category__items {
    gap: 0 20px;
    max-width: 800px;
  }

  .p-page-header-category__item {
    flex: 0 0 auto;
  }

  .p-page-header-category__item:last-child {
    padding-right: 0;
  }

  .p-page-header-category__link {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .p-page-header-category__link--active {
    font-weight: 700;
  }
}

/**
/* 商品詳細
/*------------------------------------ */
.p-password {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}

.p-password__inner {
  margin-top: calc(50 / 390 * 100vw);
}

.p-password__subtitle {
  padding-bottom: calc(5 / 390 * 100vw);
  font-size: calc(13 / 390 * 100vw);
  font-weight: 500;
  border-bottom: 1px solid #1a1a1a;
}

.p-password__subtitle:not(:first-of-type) {
  margin-top: calc(30 / 390 * 100vw);
}

.p-password__text {
  margin-top: calc(20 / 390 * 100vw);
}

.p-password__form {
  margin-top: calc(40 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-password {
    max-width: 700px;
    padding: 0 20px;
    margin: 80px auto 0;
  }

  .p-password__inner {
    margin-top: 50px;
  }

  .p-password__subtitle {
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .p-password__subtitle:not(:first-of-type) {
    margin-top: 40px;
  }

  .p-password__text {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .p-password__form {
    margin-top: 40px;
  }
}

/**
/* ポイント履歴
/*------------------------------------ */
.p-point-record {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(50 / 390 * 100vw);
  margin-top: calc(35 / 390 * 100vw);
  background: #f7f7f7;
}

.p-point-record__title {
  font-size: calc(18 / 390 * 100vw);
  font-weight: 700;
  text-align: center;
}

@media screen and (width >= 768px) {
  .p-point-record {
    max-width: 1020px;
    padding: 30px 30px 50px;
    margin: 60px auto 0;
  }

  .p-point-record__title {
    font-size: 1.8rem;
  }
}

/**
/* プレビューメッセージ
/*------------------------------------ */
.p-preview-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  padding: 5px;
  font-size: 10px;
  color: #fff;
}

/**
/* Signatureへの誘導
/*------------------------------------ */
.p-promo-signature {
  margin-top: calc(80 / 390 * 100vw);
}

.p-promo-signature__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-promo-signature__image > img {
  width: 100%;
}

.p-promo-signature__content {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(30 / 390 * 100vw);
}

.p-promo-signature__title {
  font-family: futura-pt, sans-serif;
  font-size: calc(20 / 390 * 100vw);
  font-weight: 500;
}

.p-promo-signature__text {
  margin-top: calc(15 / 390 * 100vw);
}

.p-promo-signature__more {
  margin-top: calc(15 / 390 * 100vw);
}

.p-promo-signature__more > a {
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid #1a1a1a;
}

@media (hover: hover) {
  .p-promo-signature__more > a {
    transition: 0.3s;
  }

  .p-promo-signature__more > a:hover {
    border-color: transparent;
  }
}

@media screen and (width >= 768px) {
  .p-promo-signature {
    margin-top: 120px;
  }

  .p-promo-signature__inner {
    display: flex;
    align-items: center;
  }

  .p-promo-signature__images {
    flex: 1;
  }

  .p-promo-signature__content {
    width: 35.78%;
    max-width: 458px;
    padding: 0 30px;
    margin-top: 0;
  }

  .p-promo-signature__title {
    font-size: 2rem;
  }

  .p-promo-signature__text {
    margin-top: 25px;
  }

  .p-promo-signature__more {
    margin-top: 25px;
  }

  .p-promo-signature__more > a {
    padding-bottom: 5px;
  }
}

@media screen and (width >= 1024px) {
  .p-promo-signature__content {
    padding: 0 60px;
  }
}

/**
/* おすすめ商品
/*------------------------------------ */
.p-recommend {
  margin-top: calc(80 / 390 * 100vw);
}

.p-recommend__title {
  font-size: calc(15 / 390 * 100vw);
  font-weight: 600;
  text-align: center;
}

.p-recommend__items {
  margin-top: calc(40 / 390 * 100vw);
}

.p-recommend__progress {
  width: calc(240 / 390 * 100vw);
  height: calc(2 / 390 * 100vw);
  margin: calc(30 / 390 * 100vw) auto 0;
  background: #ececf3;
  border-radius: calc(4 / 390 * 100vw);
}

.p-recommend__progress-bar {
  height: calc(2 / 390 * 100vw);
  background: #1a1a1a;
  border-radius: calc(4 / 390 * 100vw);
}

.p-recommend__code {
  display: none;
}

@media screen and (width >= 768px) {
  .p-recommend {
    padding: 0 20px;
    margin-top: 100px;
  }

  .p-recommend__title {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .p-recommend__items {
    margin-top: 50px;
  }

  .p-recommend__progress {
    width: 240px;
    height: 2px;
    margin-top: 60px;
    border-radius: 5px;
  }

  .p-recommend__progress-bar {
    height: 2px;
    border-radius: 5px;
  }
}

@media screen and (width >= 1024px) {
  .p-recommend {
    padding: 0 130px;
  }
}

/**
/* 商品詳細
/*------------------------------------ */
.p-registration {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}

.p-registration--account {
  padding: 0;
}

.p-registration__lead {
  margin-top: calc(40 / 390 * 100vw);
  text-align: center;
}

.p-registration__lead--confirm {
  text-align: left;
}

.p-registration__columns {
  margin-top: calc(60 / 390 * 100vw);
}

.p-registration__columns--account {
  margin-top: 0;
}

.p-registration__column {
  margin-top: calc(40 / 390 * 100vw);
}

.p-registration__column--account + .p-registration__column--account {
  margin-top: calc(10 / 390 * 100vw);
}

.p-registration__column-inner {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #f7f7f7;
}

.p-registration__column-inner + .p-registration__column-inner {
  margin-top: calc(10 / 390 * 100vw);
}

.p-registration__checkboxes {
  margin-top: calc(30 / 390 * 100vw);
}

.p-registration__checkbox:not(:first-child) {
  margin-top: calc(30 / 390 * 100vw);
}

.p-registration__more {
  margin-top: calc(40 / 390 * 100vw);
}

.p-registration__inner {
  padding: calc(30 / 390 * 100vw);
  margin-top: calc(60 / 390 * 100vw);
  background: #f7f7f7;
}

.p-registration__block:not(:first-child) {
  margin-top: calc(50 / 390 * 100vw);
}

.p-registration__row-confirm {
  display: grid;
  grid-template-columns: calc(95 / 390 * 100vw) auto;
  gap: 0 calc(10 / 390 * 100vw);
  align-items: center;
}

.p-registration__label-confirm {
  position: static;
  visibility: visible;
  padding: 0;
  font-size: calc(13 / 390 * 100vw);
  line-height: 1.7;
  text-align: left;
  background: none;
  opacity: 1;
}

.p-registration__items {
  margin-top: calc(20 / 390 * 100vw);
}

.p-registration__item {
  margin-top: calc(5 / 390 * 100vw);
}

.p-registration__link {
  position: relative;
  padding-left: calc(15 / 390 * 100vw);
}

.p-registration__link::before {
  position: absolute;
  top: 50%;
  left: calc(3 / 390 * 100vw);
  width: calc(4 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  content: '';
  background: url('../../images/common/ico_arrow_black_01.svg') 0 0 / contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (width >= 768px) {
  .p-registration {
    max-width: 864px;
    padding: 0 20px;
    margin: 80px auto 0;
  }

  .p-registration--account {
    max-width: 1640px;
  }

  .p-registration__lead {
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .p-registration__lead--confirm {
    text-align: center;
  }

  .p-registration__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    margin-top: 60px;
  }

  .p-registration__column {
    margin-top: 0;
  }

  .p-registration__column--account + .p-registration__column--account {
    margin-top: 0;
  }

  .p-registration__column-inner {
    padding: 30px;
  }

  .p-registration__column-inner + .p-registration__column-inner {
    margin-top: 30px;
  }

  .p-registration__checkboxes {
    margin-top: 40px;
  }

  .p-registration__checkbox:not(:first-child) {
    margin-top: 20px;
  }

  .p-registration__more {
    max-width: 430px;
    margin: 40px auto 0;
  }

  .p-registration__more--confirm {
    max-width: 565px;
  }

  .p-registration__more--account {
    max-width: none;
    margin-top: 0;
  }

  .p-registration__inner {
    max-width: 565px;
    padding: 30px;
    margin: 60px auto 0;
  }

  .p-registration__block:not(:first-child) {
    margin-top: 50px;
  }

  .p-registration__row-confirm {
    grid-template-columns: 150px auto;
    gap: 0 10px;
  }

  .p-registration__label-confirm {
    font-size: 1.4rem;
  }

  .p-registration__items {
    margin-top: 20px;
  }

  .p-registration__item {
    margin-top: 5px;
  }

  .p-registration__link {
    padding-left: 15px;
  }

  .p-registration__link::before {
    left: 3px;
    width: 4px;
    height: 6px;
  }
}

/**
/* テーブル
/*------------------------------------ */
.p-table {
  margin-top: calc(30 / 390 * 100vw);
}

.p-table > table {
  width: 100%;
  word-break: break-all;
  border-collapse: collapse;
  background: #fff;
}

.p-table > table > thead > tr > th {
  width: 33.3333333333%;
  padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
  text-align: left;
  border-top: 1px solid #f4f4f8;
  border-bottom: 1px solid #f4f4f8;
}

.p-table > table > thead > tr > th:first-child {
  padding-left: 20px;
}

.p-table > table > tbody > tr:not(:first-child) {
  border-top: 1px solid #f4f4f8;
}

.p-table > table > tbody > tr > td {
  padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  font-size: calc(11 / 390 * 100vw);
}

.p-table > table > tbody > tr > td:first-child {
  padding-left: 20px;
}

@media screen and (width >= 768px) {
  .p-table {
    margin-top: 30px;
  }

  .p-table > table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
  }

  .p-table > table > thead > tr > th {
    width: 33.3333333333%;
    padding: 10px 10px 10px 0;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-table > table > thead > tr > th:first-child {
    padding-left: 20px;
  }

  .p-table > table > tbody > tr > td {
    padding: 10px 10px 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .p-table > table > tbody > tr > td:first-child {
    padding-left: 20px;
  }
}

/**
/* 退会
/*------------------------------------ */
.p-taikai {
  padding: 0 calc(20 / 390 * 100vw);
  margin: calc(40 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
}

.p-taikai__text {
  margin-top: calc(50 / 390 * 100vw);
}

.p-taikai__more {
  width: calc(200 / 390 * 100vw);
  margin: calc(30 / 390 * 100vw) auto 0;
}

@media screen and (width >= 768px) {
  .p-taikai {
    max-width: 740px;
    padding: 0 20px;
    margin: 80px auto 100px;
  }

  .p-taikai__text {
    margin-top: 50px;
  }

  .p-taikai__more {
    width: 200px;
    margin-top: 40px;
  }
}

/**
/* ニュース詳細
/*------------------------------------ */
.p-topics-detail__visual {
  aspect-ratio: 3/1;
  overflow: hidden;
}

.p-topics-detail__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}

.p-topics-detail__title,
.p-topics-detail__text,
.p-topics-detail__catch {
  padding: 0 calc(20 / 390 * 100vw);
}

.p-topics-detail__text {
  margin-top: calc(60 / 390 * 100vw);
}

.p-topics-detail__catch {
  margin-top: 40px;
  font-size: calc(17 / 390 * 100vw);
  font-weight: 600;
}

.p-topics-detail__catch + .p-topics-detail__text {
  margin-top: calc(40 / 390 * 100vw);
}

.p-topics-detail__items {
  margin-top: calc(40 / 390 * 100vw);
}

.p-topics-detail__item + .p-topics-detail__item {
  margin-top: calc(30 / 390 * 100vw);
}

.p-topics-detail__item-narrow + .p-topics-detail__item-narrow {
  margin-top: 0;
}

.p-topics-detail__item-text {
  padding: 0 calc(10 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  text-align: center;
}

.p-topics-detail__link .p-topics-detail__item-text {
  text-decoration: underline;
}

.p-topics-detail__title {
  margin-top: calc(60 / 390 * 100vw);
  font-size: calc(17 / 390 * 100vw);
  font-weight: 600;
}

@media (hover: hover) {
  .p-topics-detail__link:hover .p-topics-detail__item-text {
    text-decoration: none;
  }
}

@media screen and (width >= 768px) {
  .p-topics-detail__visual {
    width: 100%;
    max-height: 640px;
    aspect-ratio: 2/1;
  }

  .p-topics-detail__title,
  .p-topics-detail__text,
  .p-topics-detail__catch {
    padding: 0 20px;
  }

  .p-topics-detail__text {
    max-width: 840px;
    margin: 60px auto 0;
  }

  .p-topics-detail__catch {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }

  .p-topics-detail__catch + .p-topics-detail__text {
    margin-top: 30px;
  }

  .p-topics-detail__items {
    padding: 0 30px;
    margin-top: 60px;
  }

  .p-topics-detail__item + .p-topics-detail__item {
    margin-top: 0;
  }

  .p-topics-detail__item-text {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .p-topics-detail__title {
    max-width: 840px;
    padding: 0 20px;
    margin: 70px auto 0;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

@media screen and (width >= 1024px) {
  .p-topics-detail__items {
    padding: 0 60px;
  }
}

.p-topics-detail-pager {
  padding: 0 calc(20 / 390 * 100vw);
  margin-top: calc(60 / 390 * 100vw);
}

.p-topics-detail-pager__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(40 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
}

.p-topics-detail-pager__prev,
.p-topics-detail-pager__next,
.p-topics-detail-pager__list {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

.p-topics-detail-pager__prev,
.p-topics-detail-pager__next {
  position: relative;
}

.p-topics-detail-pager__prev::before,
.p-topics-detail-pager__next::before {
  position: absolute;
  top: 50%;
  width: calc(5 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  content: '';
  background: url('../images/common/ico_arrow_grey_01.svg') 0 0 / contain no-repeat;
}

.p-topics-detail-pager__prev {
  padding-left: calc(20 / 390 * 100vw);
  margin-left: calc(3 / 390 * 100vw);
}

.p-topics-detail-pager__prev::before {
  left: 0;
  transform: translateY(-50%);
}

.p-topics-detail-pager__next {
  padding-right: calc(20 / 390 * 100vw);
  margin-right: calc(3 / 390 * 100vw);
}

.p-topics-detail-pager__next::before {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (width >= 768px) {
  .p-topics-detail-pager {
    max-width: 804px;
    padding: 0 20px;
    margin: 80px auto 0;
  }

  .p-topics-detail-pager__inner {
    padding-top: 40px;
  }

  .p-topics-detail-pager__prev,
  .p-topics-detail-pager__next,
  .p-topics-detail-pager__list {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .p-topics-detail-pager__prev::before,
  .p-topics-detail-pager__next::before {
    width: 5px;
    height: 8px;
  }

  .p-topics-detail-pager__prev {
    padding-left: 20px;
    margin-left: 3px;
  }

  .p-topics-detail-pager__next {
    padding-right: 20px;
    margin-right: 3px;
  }
}

/**
/* ニュース
/*------------------------------------ */
.p-topics {
  padding: 0 calc(10 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
}

.p-topics__items {
  opacity: 0;
  transition: 0.3s;
}

.p-topics__items.is-show {
  opacity: 1;
}

.p-topics .grid-sizer,
.p-topics__item {
  width: 100%;
}

.p-topics__item + .p-topics__item {
  margin-top: calc(30 / 390 * 100vw);
}

.p-topics__link {
  display: block;
}

.p-topics__image > img {
  width: 100%;
}

.p-topics__image-more {
  display: none;
}

.p-topics__category {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  text-align: center;
}

.p-topics__title {
  margin-top: calc(5 / 390 * 100vw);
  font-weight: 600;
  text-align: center;
}

.p-topics__date {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #555;
  text-align: center;
}

.p-topics__more {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
  text-align: center;
}

@media (hover: hover) {
  .p-topics__link:hover {
    opacity: 1;
  }

  .p-topics__link:hover .p-topics__image::after {
    visibility: visible;
    opacity: 1;
  }

  .p-topics__link:hover .p-topics__image > img {
    transform: scale(1.03);
  }

  .p-topics__link:hover .p-topics__image-more {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (width >= 768px) {
  .p-topics {
    padding: 0 30px;
    margin-top: 60px;
  }

  .p-topics .grid-sizer,
  .p-topics__item {
    width: calc(33.3333333333% - 20px);
  }

  .p-topics .grid-sizer + .p-topics .grid-sizer,
  .p-topics .grid-sizer + .p-topics__item,
  .p-topics__item + .p-topics .grid-sizer,
  .p-topics__item + .p-topics__item {
    margin-top: 30px;
  }

  .p-topics__image {
    position: relative;
    overflow: hidden;
  }

  .p-topics__image > img {
    transition: 0.6s cubic-bezier(0.5, 0, 0.5, 1);
  }

  .p-topics__image::after {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(8 8 8 / 60%);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.5, 0, 0.5, 1);
  }

  .p-topics__image-more {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    visibility: hidden;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0;
    transform: translate(-50%, -50%);
  }

  .p-topics__category {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .p-topics__title {
    margin-top: 5px;
    font-weight: 700;
  }

  .p-topics__date {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .p-topics__more {
    display: none;
  }
}

@media screen and (width >= 1024px) {
  .p-topics {
    padding: 0 60px;
  }
}

/**
/* 最近チェックした商品
/*------------------------------------ */
.p-viewed {
  padding: calc(50 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  margin-top: calc(80 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}

.p-viewed__title {
  font-size: calc(15 / 390 * 100vw);
  font-weight: 600;
  text-align: center;
}

.p-viewed__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}

.p-viewed__name,
.p-viewed__price {
  display: none;
}

@media screen and (width >= 768px) {
  .p-viewed {
    padding-top: 160px;
    margin-top: 0;
    border: none;
  }

  .p-viewed__title {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .p-viewed__items {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin-top: 40px;
  }

  .p-viewed__name,
  .p-viewed__price {
    display: block;
    text-align: center;
  }

  .p-viewed__name {
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .p-viewed__price {
    margin-top: 10px;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

@media screen and (width >= 1024px) {
  .p-viewed {
    display: flex;
    gap: 0 50px;
    align-items: center;
    padding: 160px 0 0 50px;
  }

  .p-viewed__title {
    text-align: left;
  }

  .p-viewed__items {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
  }

  .p-viewed__item:nth-child(n + 5) {
    display: none;
  }
}

/**
/* お気に入り
/*------------------------------------ */
.p-wishlist {
  margin-top: calc(40 / 390 * 100vw);
}

@media screen and (width >= 768px) {
  .p-wishlist {
    margin-top: 60px;
  }
}

/* ============================================================================*
/* Pages
/*============================================================================ */

/**
 * トップページ
 *------------------------------------ */

/**
 * 私たちについて
 *------------------------------------ */

/**
 * 製品
 *------------------------------------ */

/**
 * お問い合わせ
 *------------------------------------ */

/* ============================================================================*
/* Utility
/*============================================================================ */

/**
/* 行の揃え位置
/*------------------------------------ */
.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

/**
/* 文字色
/*------------------------------------ */
.u-color-red {
  color: #900 !important;
}

/**
/* display
/*------------------------------------ */
.u-display-none {
  display: none !important;
}

.u-display-inline {
  display: inline !important;
}

.u-display-block {
  display: block !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-grid {
  display: grid !important;
}

.u-display-contents {
  display: contents !important;
}

/**
/* 文字サイズ
/*------------------------------------ */
.u-fz-small {
  font-size: calc(11 / 390 * 100vw) !important;
  line-height: 1.7 !important;
}

@media screen and (width >= 768px) {
  .u-fz-small {
    font-size: 1.2rem !important;
  }
}

.u-fz-medium {
  font-size: calc(13 / 390 * 100vw) !important;
  line-height: 1.7 !important;
}

@media screen and (width >= 768px) {
  .u-fz-medium {
    font-size: 1.4rem !important;
  }
}

/**
/* 非表示制御
/*------------------------------------ */
@media screen and (width <= 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media screen and (width >= 768px) and (width <= 1023px) {
  .u-hidden-md {
    display: none !important;
  }
}

@media screen and (width >= 1024px) and (width <= 1279px) {
  .u-hidden-lg {
    display: none !important;
  }
}

@media screen and (width >= 1280px) {
  .u-hidden-xl {
    display: none !important;
  }
}

/**
/* margin / padding
/*------------------------------------ */
.u-mt0 {
  margin-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-mt5 {
  margin-top: calc(5 / 390 * 100vw) !important;
}

.u-mr5 {
  margin-right: calc(5 / 390 * 100vw) !important;
}

.u-mb5 {
  margin-bottom: calc(5 / 390 * 100vw) !important;
}

.u-ml5 {
  margin-left: calc(5 / 390 * 100vw) !important;
}

.u-pt5 {
  padding-top: calc(5 / 390 * 100vw) !important;
}

.u-pr5 {
  padding-right: calc(5 / 390 * 100vw) !important;
}

.u-pb5 {
  padding-bottom: calc(5 / 390 * 100vw) !important;
}

.u-pl5 {
  padding-left: calc(5 / 390 * 100vw) !important;
}

.u-mt10 {
  margin-top: calc(10 / 390 * 100vw) !important;
}

.u-mr10 {
  margin-right: calc(10 / 390 * 100vw) !important;
}

.u-mb10 {
  margin-bottom: calc(10 / 390 * 100vw) !important;
}

.u-ml10 {
  margin-left: calc(10 / 390 * 100vw) !important;
}

.u-pt10 {
  padding-top: calc(10 / 390 * 100vw) !important;
}

.u-pr10 {
  padding-right: calc(10 / 390 * 100vw) !important;
}

.u-pb10 {
  padding-bottom: calc(10 / 390 * 100vw) !important;
}

.u-pl10 {
  padding-left: calc(10 / 390 * 100vw) !important;
}

.u-mt15 {
  margin-top: calc(15 / 390 * 100vw) !important;
}

.u-mr15 {
  margin-right: calc(15 / 390 * 100vw) !important;
}

.u-mb15 {
  margin-bottom: calc(15 / 390 * 100vw) !important;
}

.u-ml15 {
  margin-left: calc(15 / 390 * 100vw) !important;
}

.u-pt15 {
  padding-top: calc(15 / 390 * 100vw) !important;
}

.u-pr15 {
  padding-right: calc(15 / 390 * 100vw) !important;
}

.u-pb15 {
  padding-bottom: calc(15 / 390 * 100vw) !important;
}

.u-pl15 {
  padding-left: calc(15 / 390 * 100vw) !important;
}

.u-mt20 {
  margin-top: calc(20 / 390 * 100vw) !important;
}

.u-mr20 {
  margin-right: calc(20 / 390 * 100vw) !important;
}

.u-mb20 {
  margin-bottom: calc(20 / 390 * 100vw) !important;
}

.u-ml20 {
  margin-left: calc(20 / 390 * 100vw) !important;
}

.u-pt20 {
  padding-top: calc(20 / 390 * 100vw) !important;
}

.u-pr20 {
  padding-right: calc(20 / 390 * 100vw) !important;
}

.u-pb20 {
  padding-bottom: calc(20 / 390 * 100vw) !important;
}

.u-pl20 {
  padding-left: calc(20 / 390 * 100vw) !important;
}

.u-mt25 {
  margin-top: calc(25 / 390 * 100vw) !important;
}

.u-mr25 {
  margin-right: calc(25 / 390 * 100vw) !important;
}

.u-mb25 {
  margin-bottom: calc(25 / 390 * 100vw) !important;
}

.u-ml25 {
  margin-left: calc(25 / 390 * 100vw) !important;
}

.u-pt25 {
  padding-top: calc(25 / 390 * 100vw) !important;
}

.u-pr25 {
  padding-right: calc(25 / 390 * 100vw) !important;
}

.u-pb25 {
  padding-bottom: calc(25 / 390 * 100vw) !important;
}

.u-pl25 {
  padding-left: calc(25 / 390 * 100vw) !important;
}

.u-mt30 {
  margin-top: calc(30 / 390 * 100vw) !important;
}

.u-mr30 {
  margin-right: calc(30 / 390 * 100vw) !important;
}

.u-mb30 {
  margin-bottom: calc(30 / 390 * 100vw) !important;
}

.u-ml30 {
  margin-left: calc(30 / 390 * 100vw) !important;
}

.u-pt30 {
  padding-top: calc(30 / 390 * 100vw) !important;
}

.u-pr30 {
  padding-right: calc(30 / 390 * 100vw) !important;
}

.u-pb30 {
  padding-bottom: calc(30 / 390 * 100vw) !important;
}

.u-pl30 {
  padding-left: calc(30 / 390 * 100vw) !important;
}

.u-mt35 {
  margin-top: calc(35 / 390 * 100vw) !important;
}

.u-mr35 {
  margin-right: calc(35 / 390 * 100vw) !important;
}

.u-mb35 {
  margin-bottom: calc(35 / 390 * 100vw) !important;
}

.u-ml35 {
  margin-left: calc(35 / 390 * 100vw) !important;
}

.u-pt35 {
  padding-top: calc(35 / 390 * 100vw) !important;
}

.u-pr35 {
  padding-right: calc(35 / 390 * 100vw) !important;
}

.u-pb35 {
  padding-bottom: calc(35 / 390 * 100vw) !important;
}

.u-pl35 {
  padding-left: calc(35 / 390 * 100vw) !important;
}

.u-mt40 {
  margin-top: calc(40 / 390 * 100vw) !important;
}

.u-mr40 {
  margin-right: calc(40 / 390 * 100vw) !important;
}

.u-mb40 {
  margin-bottom: calc(40 / 390 * 100vw) !important;
}

.u-ml40 {
  margin-left: calc(40 / 390 * 100vw) !important;
}

.u-pt40 {
  padding-top: calc(40 / 390 * 100vw) !important;
}

.u-pr40 {
  padding-right: calc(40 / 390 * 100vw) !important;
}

.u-pb40 {
  padding-bottom: calc(40 / 390 * 100vw) !important;
}

.u-pl40 {
  padding-left: calc(40 / 390 * 100vw) !important;
}

.u-mt45 {
  margin-top: calc(45 / 390 * 100vw) !important;
}

.u-mr45 {
  margin-right: calc(45 / 390 * 100vw) !important;
}

.u-mb45 {
  margin-bottom: calc(45 / 390 * 100vw) !important;
}

.u-ml45 {
  margin-left: calc(45 / 390 * 100vw) !important;
}

.u-pt45 {
  padding-top: calc(45 / 390 * 100vw) !important;
}

.u-pr45 {
  padding-right: calc(45 / 390 * 100vw) !important;
}

.u-pb45 {
  padding-bottom: calc(45 / 390 * 100vw) !important;
}

.u-pl45 {
  padding-left: calc(45 / 390 * 100vw) !important;
}

.u-mt50 {
  margin-top: calc(50 / 390 * 100vw) !important;
}

.u-mr50 {
  margin-right: calc(50 / 390 * 100vw) !important;
}

.u-mb50 {
  margin-bottom: calc(50 / 390 * 100vw) !important;
}

.u-ml50 {
  margin-left: calc(50 / 390 * 100vw) !important;
}

.u-pt50 {
  padding-top: calc(50 / 390 * 100vw) !important;
}

.u-pr50 {
  padding-right: calc(50 / 390 * 100vw) !important;
}

.u-pb50 {
  padding-bottom: calc(50 / 390 * 100vw) !important;
}

.u-pl50 {
  padding-left: calc(50 / 390 * 100vw) !important;
}

.u-mt55 {
  margin-top: calc(55 / 390 * 100vw) !important;
}

.u-mr55 {
  margin-right: calc(55 / 390 * 100vw) !important;
}

.u-mb55 {
  margin-bottom: calc(55 / 390 * 100vw) !important;
}

.u-ml55 {
  margin-left: calc(55 / 390 * 100vw) !important;
}

.u-pt55 {
  padding-top: calc(55 / 390 * 100vw) !important;
}

.u-pr55 {
  padding-right: calc(55 / 390 * 100vw) !important;
}

.u-pb55 {
  padding-bottom: calc(55 / 390 * 100vw) !important;
}

.u-pl55 {
  padding-left: calc(55 / 390 * 100vw) !important;
}

.u-mt60 {
  margin-top: calc(60 / 390 * 100vw) !important;
}

.u-mr60 {
  margin-right: calc(60 / 390 * 100vw) !important;
}

.u-mb60 {
  margin-bottom: calc(60 / 390 * 100vw) !important;
}

.u-ml60 {
  margin-left: calc(60 / 390 * 100vw) !important;
}

.u-pt60 {
  padding-top: calc(60 / 390 * 100vw) !important;
}

.u-pr60 {
  padding-right: calc(60 / 390 * 100vw) !important;
}

.u-pb60 {
  padding-bottom: calc(60 / 390 * 100vw) !important;
}

.u-pl60 {
  padding-left: calc(60 / 390 * 100vw) !important;
}

.u-mt65 {
  margin-top: calc(65 / 390 * 100vw) !important;
}

.u-mr65 {
  margin-right: calc(65 / 390 * 100vw) !important;
}

.u-mb65 {
  margin-bottom: calc(65 / 390 * 100vw) !important;
}

.u-ml65 {
  margin-left: calc(65 / 390 * 100vw) !important;
}

.u-pt65 {
  padding-top: calc(65 / 390 * 100vw) !important;
}

.u-pr65 {
  padding-right: calc(65 / 390 * 100vw) !important;
}

.u-pb65 {
  padding-bottom: calc(65 / 390 * 100vw) !important;
}

.u-pl65 {
  padding-left: calc(65 / 390 * 100vw) !important;
}

.u-mt70 {
  margin-top: calc(70 / 390 * 100vw) !important;
}

.u-mr70 {
  margin-right: calc(70 / 390 * 100vw) !important;
}

.u-mb70 {
  margin-bottom: calc(70 / 390 * 100vw) !important;
}

.u-ml70 {
  margin-left: calc(70 / 390 * 100vw) !important;
}

.u-pt70 {
  padding-top: calc(70 / 390 * 100vw) !important;
}

.u-pr70 {
  padding-right: calc(70 / 390 * 100vw) !important;
}

.u-pb70 {
  padding-bottom: calc(70 / 390 * 100vw) !important;
}

.u-pl70 {
  padding-left: calc(70 / 390 * 100vw) !important;
}

.u-mt75 {
  margin-top: calc(75 / 390 * 100vw) !important;
}

.u-mr75 {
  margin-right: calc(75 / 390 * 100vw) !important;
}

.u-mb75 {
  margin-bottom: calc(75 / 390 * 100vw) !important;
}

.u-ml75 {
  margin-left: calc(75 / 390 * 100vw) !important;
}

.u-pt75 {
  padding-top: calc(75 / 390 * 100vw) !important;
}

.u-pr75 {
  padding-right: calc(75 / 390 * 100vw) !important;
}

.u-pb75 {
  padding-bottom: calc(75 / 390 * 100vw) !important;
}

.u-pl75 {
  padding-left: calc(75 / 390 * 100vw) !important;
}

.u-mt80 {
  margin-top: calc(80 / 390 * 100vw) !important;
}

.u-mr80 {
  margin-right: calc(80 / 390 * 100vw) !important;
}

.u-mb80 {
  margin-bottom: calc(80 / 390 * 100vw) !important;
}

.u-ml80 {
  margin-left: calc(80 / 390 * 100vw) !important;
}

.u-pt80 {
  padding-top: calc(80 / 390 * 100vw) !important;
}

.u-pr80 {
  padding-right: calc(80 / 390 * 100vw) !important;
}

.u-pb80 {
  padding-bottom: calc(80 / 390 * 100vw) !important;
}

.u-pl80 {
  padding-left: calc(80 / 390 * 100vw) !important;
}

.u-mt85 {
  margin-top: calc(85 / 390 * 100vw) !important;
}

.u-mr85 {
  margin-right: calc(85 / 390 * 100vw) !important;
}

.u-mb85 {
  margin-bottom: calc(85 / 390 * 100vw) !important;
}

.u-ml85 {
  margin-left: calc(85 / 390 * 100vw) !important;
}

.u-pt85 {
  padding-top: calc(85 / 390 * 100vw) !important;
}

.u-pr85 {
  padding-right: calc(85 / 390 * 100vw) !important;
}

.u-pb85 {
  padding-bottom: calc(85 / 390 * 100vw) !important;
}

.u-pl85 {
  padding-left: calc(85 / 390 * 100vw) !important;
}

.u-mt90 {
  margin-top: calc(90 / 390 * 100vw) !important;
}

.u-mr90 {
  margin-right: calc(90 / 390 * 100vw) !important;
}

.u-mb90 {
  margin-bottom: calc(90 / 390 * 100vw) !important;
}

.u-ml90 {
  margin-left: calc(90 / 390 * 100vw) !important;
}

.u-pt90 {
  padding-top: calc(90 / 390 * 100vw) !important;
}

.u-pr90 {
  padding-right: calc(90 / 390 * 100vw) !important;
}

.u-pb90 {
  padding-bottom: calc(90 / 390 * 100vw) !important;
}

.u-pl90 {
  padding-left: calc(90 / 390 * 100vw) !important;
}

.u-mt95 {
  margin-top: calc(95 / 390 * 100vw) !important;
}

.u-mr95 {
  margin-right: calc(95 / 390 * 100vw) !important;
}

.u-mb95 {
  margin-bottom: calc(95 / 390 * 100vw) !important;
}

.u-ml95 {
  margin-left: calc(95 / 390 * 100vw) !important;
}

.u-pt95 {
  padding-top: calc(95 / 390 * 100vw) !important;
}

.u-pr95 {
  padding-right: calc(95 / 390 * 100vw) !important;
}

.u-pb95 {
  padding-bottom: calc(95 / 390 * 100vw) !important;
}

.u-pl95 {
  padding-left: calc(95 / 390 * 100vw) !important;
}

.u-mt100 {
  margin-top: calc(100 / 390 * 100vw) !important;
}

.u-mr100 {
  margin-right: calc(100 / 390 * 100vw) !important;
}

.u-mb100 {
  margin-bottom: calc(100 / 390 * 100vw) !important;
}

.u-ml100 {
  margin-left: calc(100 / 390 * 100vw) !important;
}

.u-pt100 {
  padding-top: calc(100 / 390 * 100vw) !important;
}

.u-pr100 {
  padding-right: calc(100 / 390 * 100vw) !important;
}

.u-pb100 {
  padding-bottom: calc(100 / 390 * 100vw) !important;
}

.u-pl100 {
  padding-left: calc(100 / 390 * 100vw) !important;
}

@media screen and (width >= 768px) {
  .u-mt5 {
    margin-top: 5px !important;
  }

  .u-mr5 {
    margin-right: 5px !important;
  }

  .u-mb5 {
    margin-bottom: 5px !important;
  }

  .u-ml5 {
    margin-left: 5px !important;
  }

  .u-pt5 {
    padding-top: 5px !important;
  }

  .u-pr5 {
    padding-right: 5px !important;
  }

  .u-pb5 {
    padding-bottom: 5px !important;
  }

  .u-pl5 {
    padding-left: 5px !important;
  }

  .u-mt10 {
    margin-top: 10px !important;
  }

  .u-mr10 {
    margin-right: 10px !important;
  }

  .u-mb10 {
    margin-bottom: 10px !important;
  }

  .u-ml10 {
    margin-left: 10px !important;
  }

  .u-pt10 {
    padding-top: 10px !important;
  }

  .u-pr10 {
    padding-right: 10px !important;
  }

  .u-pb10 {
    padding-bottom: 10px !important;
  }

  .u-pl10 {
    padding-left: 10px !important;
  }

  .u-mt15 {
    margin-top: 15px !important;
  }

  .u-mr15 {
    margin-right: 15px !important;
  }

  .u-mb15 {
    margin-bottom: 15px !important;
  }

  .u-ml15 {
    margin-left: 15px !important;
  }

  .u-pt15 {
    padding-top: 15px !important;
  }

  .u-pr15 {
    padding-right: 15px !important;
  }

  .u-pb15 {
    padding-bottom: 15px !important;
  }

  .u-pl15 {
    padding-left: 15px !important;
  }

  .u-mt20 {
    margin-top: 20px !important;
  }

  .u-mr20 {
    margin-right: 20px !important;
  }

  .u-mb20 {
    margin-bottom: 20px !important;
  }

  .u-ml20 {
    margin-left: 20px !important;
  }

  .u-pt20 {
    padding-top: 20px !important;
  }

  .u-pr20 {
    padding-right: 20px !important;
  }

  .u-pb20 {
    padding-bottom: 20px !important;
  }

  .u-pl20 {
    padding-left: 20px !important;
  }

  .u-mt25 {
    margin-top: 25px !important;
  }

  .u-mr25 {
    margin-right: 25px !important;
  }

  .u-mb25 {
    margin-bottom: 25px !important;
  }

  .u-ml25 {
    margin-left: 25px !important;
  }

  .u-pt25 {
    padding-top: 25px !important;
  }

  .u-pr25 {
    padding-right: 25px !important;
  }

  .u-pb25 {
    padding-bottom: 25px !important;
  }

  .u-pl25 {
    padding-left: 25px !important;
  }

  .u-mt30 {
    margin-top: 30px !important;
  }

  .u-mr30 {
    margin-right: 30px !important;
  }

  .u-mb30 {
    margin-bottom: 30px !important;
  }

  .u-ml30 {
    margin-left: 30px !important;
  }

  .u-pt30 {
    padding-top: 30px !important;
  }

  .u-pr30 {
    padding-right: 30px !important;
  }

  .u-pb30 {
    padding-bottom: 30px !important;
  }

  .u-pl30 {
    padding-left: 30px !important;
  }

  .u-mt35 {
    margin-top: 35px !important;
  }

  .u-mr35 {
    margin-right: 35px !important;
  }

  .u-mb35 {
    margin-bottom: 35px !important;
  }

  .u-ml35 {
    margin-left: 35px !important;
  }

  .u-pt35 {
    padding-top: 35px !important;
  }

  .u-pr35 {
    padding-right: 35px !important;
  }

  .u-pb35 {
    padding-bottom: 35px !important;
  }

  .u-pl35 {
    padding-left: 35px !important;
  }

  .u-mt40 {
    margin-top: 40px !important;
  }

  .u-mr40 {
    margin-right: 40px !important;
  }

  .u-mb40 {
    margin-bottom: 40px !important;
  }

  .u-ml40 {
    margin-left: 40px !important;
  }

  .u-pt40 {
    padding-top: 40px !important;
  }

  .u-pr40 {
    padding-right: 40px !important;
  }

  .u-pb40 {
    padding-bottom: 40px !important;
  }

  .u-pl40 {
    padding-left: 40px !important;
  }

  .u-mt45 {
    margin-top: 45px !important;
  }

  .u-mr45 {
    margin-right: 45px !important;
  }

  .u-mb45 {
    margin-bottom: 45px !important;
  }

  .u-ml45 {
    margin-left: 45px !important;
  }

  .u-pt45 {
    padding-top: 45px !important;
  }

  .u-pr45 {
    padding-right: 45px !important;
  }

  .u-pb45 {
    padding-bottom: 45px !important;
  }

  .u-pl45 {
    padding-left: 45px !important;
  }

  .u-mt50 {
    margin-top: 50px !important;
  }

  .u-mr50 {
    margin-right: 50px !important;
  }

  .u-mb50 {
    margin-bottom: 50px !important;
  }

  .u-ml50 {
    margin-left: 50px !important;
  }

  .u-pt50 {
    padding-top: 50px !important;
  }

  .u-pr50 {
    padding-right: 50px !important;
  }

  .u-pb50 {
    padding-bottom: 50px !important;
  }

  .u-pl50 {
    padding-left: 50px !important;
  }

  .u-mt55 {
    margin-top: 55px !important;
  }

  .u-mr55 {
    margin-right: 55px !important;
  }

  .u-mb55 {
    margin-bottom: 55px !important;
  }

  .u-ml55 {
    margin-left: 55px !important;
  }

  .u-pt55 {
    padding-top: 55px !important;
  }

  .u-pr55 {
    padding-right: 55px !important;
  }

  .u-pb55 {
    padding-bottom: 55px !important;
  }

  .u-pl55 {
    padding-left: 55px !important;
  }

  .u-mt60 {
    margin-top: 60px !important;
  }

  .u-mr60 {
    margin-right: 60px !important;
  }

  .u-mb60 {
    margin-bottom: 60px !important;
  }

  .u-ml60 {
    margin-left: 60px !important;
  }

  .u-pt60 {
    padding-top: 60px !important;
  }

  .u-pr60 {
    padding-right: 60px !important;
  }

  .u-pb60 {
    padding-bottom: 60px !important;
  }

  .u-pl60 {
    padding-left: 60px !important;
  }

  .u-mt65 {
    margin-top: 65px !important;
  }

  .u-mr65 {
    margin-right: 65px !important;
  }

  .u-mb65 {
    margin-bottom: 65px !important;
  }

  .u-ml65 {
    margin-left: 65px !important;
  }

  .u-pt65 {
    padding-top: 65px !important;
  }

  .u-pr65 {
    padding-right: 65px !important;
  }

  .u-pb65 {
    padding-bottom: 65px !important;
  }

  .u-pl65 {
    padding-left: 65px !important;
  }

  .u-mt70 {
    margin-top: 70px !important;
  }

  .u-mr70 {
    margin-right: 70px !important;
  }

  .u-mb70 {
    margin-bottom: 70px !important;
  }

  .u-ml70 {
    margin-left: 70px !important;
  }

  .u-pt70 {
    padding-top: 70px !important;
  }

  .u-pr70 {
    padding-right: 70px !important;
  }

  .u-pb70 {
    padding-bottom: 70px !important;
  }

  .u-pl70 {
    padding-left: 70px !important;
  }

  .u-mt75 {
    margin-top: 75px !important;
  }

  .u-mr75 {
    margin-right: 75px !important;
  }

  .u-mb75 {
    margin-bottom: 75px !important;
  }

  .u-ml75 {
    margin-left: 75px !important;
  }

  .u-pt75 {
    padding-top: 75px !important;
  }

  .u-pr75 {
    padding-right: 75px !important;
  }

  .u-pb75 {
    padding-bottom: 75px !important;
  }

  .u-pl75 {
    padding-left: 75px !important;
  }

  .u-mt80 {
    margin-top: 80px !important;
  }

  .u-mr80 {
    margin-right: 80px !important;
  }

  .u-mb80 {
    margin-bottom: 80px !important;
  }

  .u-ml80 {
    margin-left: 80px !important;
  }

  .u-pt80 {
    padding-top: 80px !important;
  }

  .u-pr80 {
    padding-right: 80px !important;
  }

  .u-pb80 {
    padding-bottom: 80px !important;
  }

  .u-pl80 {
    padding-left: 80px !important;
  }

  .u-mt85 {
    margin-top: 85px !important;
  }

  .u-mr85 {
    margin-right: 85px !important;
  }

  .u-mb85 {
    margin-bottom: 85px !important;
  }

  .u-ml85 {
    margin-left: 85px !important;
  }

  .u-pt85 {
    padding-top: 85px !important;
  }

  .u-pr85 {
    padding-right: 85px !important;
  }

  .u-pb85 {
    padding-bottom: 85px !important;
  }

  .u-pl85 {
    padding-left: 85px !important;
  }

  .u-mt90 {
    margin-top: 90px !important;
  }

  .u-mr90 {
    margin-right: 90px !important;
  }

  .u-mb90 {
    margin-bottom: 90px !important;
  }

  .u-ml90 {
    margin-left: 90px !important;
  }

  .u-pt90 {
    padding-top: 90px !important;
  }

  .u-pr90 {
    padding-right: 90px !important;
  }

  .u-pb90 {
    padding-bottom: 90px !important;
  }

  .u-pl90 {
    padding-left: 90px !important;
  }

  .u-mt95 {
    margin-top: 95px !important;
  }

  .u-mr95 {
    margin-right: 95px !important;
  }

  .u-mb95 {
    margin-bottom: 95px !important;
  }

  .u-ml95 {
    margin-left: 95px !important;
  }

  .u-pt95 {
    padding-top: 95px !important;
  }

  .u-pr95 {
    padding-right: 95px !important;
  }

  .u-pb95 {
    padding-bottom: 95px !important;
  }

  .u-pl95 {
    padding-left: 95px !important;
  }

  .u-mt100 {
    margin-top: 100px !important;
  }

  .u-mr100 {
    margin-right: 100px !important;
  }

  .u-mb100 {
    margin-bottom: 100px !important;
  }

  .u-ml100 {
    margin-left: 100px !important;
  }

  .u-pt100 {
    padding-top: 100px !important;
  }

  .u-pr100 {
    padding-right: 100px !important;
  }

  .u-pb100 {
    padding-bottom: 100px !important;
  }

  .u-pl100 {
    padding-left: 100px !important;
  }
}

/**
/* display
/*------------------------------------ */
.u-underline {
  text-decoration: underline;
}

@media (hover: hover) {
  .u-underline:hover {
    text-decoration: none;
  }
}
