@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.8823529412vw;
  }
}
@media (min-width: 850px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

header *,
header *::before,
header *::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #000;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-inner {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
  max-width: 33.75rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 900px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-site-wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

.p-head {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-head {
    padding-top: 3.125rem;
  }
}

.p-head__inner {
  padding: 0 13px;
  padding: 0 0.8125rem;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
}
@media screen and (min-width: 768px) {
  .p-head__inner {
    padding: 0 1.5625rem;
    max-width: 56.25rem;
  }
}

.p-head__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: Azo Sans, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.p-head__title span {
  display: inline-block;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
}

.p-head__title img {
  width: 178px;
  width: 11.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-head__text-wrap {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-head__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7391304348;
  font-weight: 500;
  letter-spacing: -0.1em;
}

.l-grid {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-grid {
    margin-top: 2rem;
  }
}

.p-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 2px;
  row-gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-grid__items {
    row-gap: 0.5rem;
  }
}

.p-grid__item {
  width: 32%;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.p-grid__item:hover img {
  opacity: 0.6;
}

.p-grid-item {
  position: relative;
}

:is(.p-grid-item__link, .p-grid-item__img, .p-grid-item__slider .swiper-slide) {
  aspect-ratio: 271/407;
  overflow: hidden;
  display: block;
}

:is(.p-grid-item__img img,
.p-grid-item__slider .swiper-slide img) {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.p-grid-item__link {
  display: block;
  height: 100%;
}

.p-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background-color: rgba(76, 84, 99, .7);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  overflow-y: scroll;
}

.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.is-scroll-arrowed {
  overflow: hidden;
}

.p-modal__inner {
  overflow-y: scroll;
  height: 100%;
}

.p-modal__content {
  position: relative;
  padding: 10px 20px 0;
  padding: 0.625rem 1.25rem 0;
  height: 100vh;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
}
@media screen and (min-width: 768px) {
  .p-modal__content {
    height: auto;
    height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 6.25rem 1.5625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    max-width: 53.125rem;
  }
}

.p-modal__slider,
.p-modal__img {
  display: block;
  width: 91%;
  margin: 0 auto;
  aspect-ratio: 307/446;
}
@media screen and (min-width: 768px) {
  .p-modal__slider,
  .p-modal__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 57%;
            flex: 0 1 57%;
    aspect-ratio: 900/1300;
  }
}

.p-modal__slider .p-modal__img {
  width: 100%;
}

.p-modal__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-modal__buy {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  font-family: Azo Sans, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-modal__buy {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 38%;
            flex: 0 1 38%;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.p-modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-modal__row + .p-modal__row {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-modal__caption {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
}

.p-modal__product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
}

.p-modal__product-name {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
}

.p-modal__price {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  margin-left: auto;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__price {
    padding-right: 0.5rem;
  }
}

.p-modal__link {
  display: inline-block;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-transform: uppercase;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  line-height: 1;
  text-align: center;
  margin-left: 5px;
  margin-left: 0.3125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
}
@media screen and (min-width: 768px) {
  .p-modal__link {
    padding: 0.25rem 0.6875rem;
    margin-left: 0.9375rem;
  }
}

.p-modal__close {
  position: absolute;
  right: 0;
  top: 10px;
  top: 0.625rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  z-index: 20;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    top: 6.25rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.p-modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-modal__close::before {
    height: 0.125rem;
  }
}

.p-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-modal__close::after {
    height: 0.125rem;
  }
}

.l-cast {
  margin-top: 77px;
  margin-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .l-cast {
    margin-top: 5.3125rem;
  }
}

.p-cast__text {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.l-notice {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-notice__text {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}

.l-footer {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 1.875rem;
  }
}

.p-footer__logo {
  display: block;
  margin: 0 auto;
  width: clamp(0px, 25.8666666667vw, 110px);
}

.p-footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.p-footer__copy {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 8.4375rem;
  }
}

.p-footer__copy-text {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}

.swiper-pagination-bullet {
  background: #999 !important;
  opacity: 1 !important;
  width: 8px !important;
  width: 0.5rem !important;
  height: 8px !important;
  height: 0.5rem !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px !important;
  margin: 0 0.9375rem !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 7px !important;
  bottom: 0.4375rem !important;
}
/*# sourceMappingURL=styles.css.map */
