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

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1000px) {
  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;
}
@media screen and (min-width: 768px) {
  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 {
  line-height: 1.5;
  color: #000000;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* 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 {
  display: block;
  width: 100%;
  max-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 {
  font: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
  max-width: 33.75rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    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;
}

.l-link-position {
  display: block;
  position: relative;
}

.c-section-title {
  font-family: "Myriad pro", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 1.25rem;
    font-weight: 400;
    width: 45rem;
    margin: 0 auto;
  }
}

.c-btn {
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #ffef00;
  width: 80px;
  width: 5rem;
  padding: 6px;
  padding: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 0.9375rem;
  }
}

.c-btn-detail {
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #ffef00;
  width: 100px;
  width: 6.25rem;
  padding: 6px 12px 6px 6px;
  padding: 0.375rem 0.75rem 0.375rem 0.375rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn-detail {
    font-size: 0.9375rem;
    width: 8.75rem;
    padding: 0.625rem 0;
  }
}

.c-btn-detail__icon {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  right: 0.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-btn-detail__icon {
    right: 0.75rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-btn-detail__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000;
  width: 1px;
  width: 0.0625rem;
  height: 100%;
}

.c-btn-detail__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
}

.c-heading {
  position: relative;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #000000;
}

.c-heading__text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-heading__text {
    font-size: 1.0625rem;
  }
}

.c-heading__text--large {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-heading__text--large {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
  }
}

.c-heading__icon {
  content: "";
  position: absolute;
  top: 80%;
  right: 2px;
  right: 0.125rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-heading__icon--01 img {
  width: 96px;
  width: 6rem;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--01 img {
    width: 8.5625rem;
    height: 4.4375rem;
    aspect-ratio: 137/71;
  }
}

.c-heading__icon--02 img {
  width: 92px;
  width: 5.75rem;
  aspect-ratio: 92/52;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--02 img {
    width: 8.1875rem;
    height: 4.625rem;
    aspect-ratio: 131/74;
  }
}

.c-heading__icon--03 img {
  width: 128px;
  width: 8rem;
  aspect-ratio: 128/50;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--03 img {
    width: 11.3125rem;
    height: 4.5rem;
    aspect-ratio: 181/72;
  }
}

.c-heading__icon--04 img {
  width: 108px;
  width: 6.75rem;
  aspect-ratio: 108/53;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--04 img {
    width: 9.5rem;
    height: 4.625rem;
    aspect-ratio: 152/74;
  }
}

.c-heading__icon--05 img {
  width: 85px;
  width: 5.3125rem;
  aspect-ratio: 85/50;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--05 img {
    width: 7.5rem;
    height: 4.5rem;
    aspect-ratio: 120/72;
  }
}

.c-heading__icon--06 img {
  width: 110px;
  width: 6.875rem;
  aspect-ratio: 110/50;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--06 img {
    width: 9.6875rem;
    height: 4.5rem;
    aspect-ratio: 155/72;
  }
}

.c-heading__icon--07 img {
  width: 93px;
  width: 5.8125rem;
  aspect-ratio: 93/50;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--07 img {
    width: 8.25rem;
    height: 4.5rem;
    aspect-ratio: 132/72;
  }
}

.c-heading__icon--08 img {
  width: 90px;
  width: 5.625rem;
  aspect-ratio: 90/50;
}
@media screen and (min-width: 768px) {
  .c-heading__icon--08 img {
    width: 7.875rem;
    height: 4.4375rem;
    aspect-ratio: 126/71;
  }
}

.l-voice {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-voice {
    margin-top: 6.375rem;
  }
}

.l-blouse {
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 41px;
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .l-blouse {
    margin-top: 7.4375rem;
    padding-top: 7.4375rem;
    padding-bottom: 7.375rem;
  }
}

.l-coordinate {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .l-coordinate {
    margin-top: 7.4375rem;
  }
}

.p-mv {
  position: relative;
}

.p-mv::before {
  content: "";
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 2.67%;
  width: 94.67%;
  height: 102.67%;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    content: unset;
  }
}

.p-mv__btn {
  content: "";
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  bottom: -118px;
  bottom: -7.375rem;
  width: 105px;
  width: 6.5625rem;
  height: 118px;
  height: 7.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn {
    right: 1.875rem;
    bottom: -4.375rem;
    width: 8.75rem;
    height: 9.8125rem;
  }
}

.p-mv__btn:hover {
  opacity: 1;
}

.p-mv__btn img {
  height: 100%;
  aspect-ratio: 105/118;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__btn img {
    aspect-ratio: 140/157;
  }
}

.p-mv__pc-img img {
  height: 100%;
  aspect-ratio: 1480/800;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__img {
  display: grid;
  place-items: center;
  background-color: #f2f2f2;
  width: 100%;
  height: 100vw;
  max-height: 500px;
  max-height: 31.25rem;
}

.p-mv__img img {
  width: 91.2%;
  max-width: 500px;
  max-width: 31.25rem;
  height: 100%;
  max-height: 456px;
  max-height: 28.5rem;
  margin: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__caption {
  width: 77.3%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 30px auto;
  margin: 1.875rem auto;
}

.p-mv__caption img {
  aspect-ratio: 290/392;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__inner {
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice__inner {
    max-width: none;
    max-width: initial;
  }
}

.p-voice__header {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__header {
    padding: 0 1.5625rem;
  }
}

.p-voice__title {
  width: 61.33%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    width: 28.5%;
    margin: 1.875rem auto 0;
  }
}

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

.p-voice__lead {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-voice__lead {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 3.125rem;
  }
}

.p-voice__img-wrap {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-voice__img-wrap {
    margin-top: 5rem;
  }
}

.p-voice__img {
  width: 110px;
  width: 6.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice__img {
    width: 13.75rem;
  }
}

.p-voice__person {
  height: 100%;
  aspect-ratio: 110/170;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-voice__balloon-01 img {
  position: absolute;
  top: -10px;
  top: -0.625rem;
  right: calc(50% + 2.625rem);
  width: 136px;
  width: 8.5rem;
  height: 93px;
  height: 5.8125rem;
  aspect-ratio: 136/93;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-voice__balloon-01 img {
    top: -1.75rem;
    right: calc(50% + 14rem);
    width: 15.25rem;
    height: 10.375rem;
  }
}

.p-voice__balloon-02 img {
  position: absolute;
  top: -9px;
  top: -0.5625rem;
  left: calc(50% + 2.1875rem);
  width: 152px;
  width: 9.5rem;
  height: 120px;
  height: 7.5rem;
  aspect-ratio: 152/120;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-voice__balloon-02 img {
    top: -0.3125rem;
    left: calc(50% + 9.6875rem);
    width: 19rem;
    height: 7.875rem;
  }
}

.p-voice__balloon-03 img {
  position: absolute;
  right: calc(50% + 0.5rem);
  bottom: 5px;
  bottom: 0.3125rem;
  width: 170px;
  width: 10.625rem;
  height: 120px;
  height: 7.5rem;
  aspect-ratio: 170/120;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-voice__balloon-03 img {
    right: calc(50% + 9.6875rem);
    bottom: 5rem;
    width: 19.0625rem;
    height: 7.875rem;
  }
}

.p-voice__balloon-04 img {
  position: absolute;
  bottom: 0;
  left: calc(50% + 2.125rem);
  width: 144px;
  width: 9rem;
  height: 90px;
  height: 5.625rem;
  aspect-ratio: 144/90;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-voice__balloon-04 img {
    bottom: 3.4375rem;
    left: calc(50% + 9.0625rem);
    width: 16.125rem;
    height: 10.125rem;
  }
}

.p-voice__check-lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__check-lists {
    margin-top: 1.125rem;
  }
}

.p-voice__check-list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice__check-list {
    width: clamp(0px, 31.7567567568vw, 470px);
  }
}

.p-voice__check-list + .p-voice__check-list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__check-list + .p-voice__check-list {
    margin-top: 1.875rem;
  }
}

.p-voice__check-list img {
  height: 100%;
  aspect-ratio: 300/35;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-voice__check-list img {
    aspect-ratio: 470/50;
  }
}

.p-blouse {
  background-color: #f2f2f2;
}

.p-blouse__inner {
  width: 100%;
  max-width: 540px;
  max-width: 33.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-blouse__inner {
    max-width: 67.25rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-blouse__title {
  width: 48%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-blouse__title {
    width: clamp(0px, 20.8108108108vw, 308px);
    margin: 1.875rem auto 0;
  }
}

.p-blouse__title img {
  height: 100%;
  aspect-ratio: 161/45;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-blouse__lead {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
  padding-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-blouse__lead {
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 2.625rem;
    padding-left: 0.7em;
  }
}

.p-blouse__img {
  display: block;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-blouse__img {
    margin-top: 4rem;
  }
}

.p-blouse__img img {
  height: 100%;
  aspect-ratio: 331/237;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-blouse__img img {
    aspect-ratio: 1024/475;
  }
}

@media screen and (min-width: 768px) {
  .p-blouse__description {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.25;
    letter-spacing: 0.1em;
    width: 56%;
    margin: 4.375rem auto 0;
    padding-left: 0.1em;
  }
}

.p-blouse__desc-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.5rem;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-blouse__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  height: 2.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #000000;
}

.p-blouse__head img {
  width: 28px;
  width: 1.75rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-blouse__heading {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding-left: 0.1em;
}

.p-blouse__text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-blouse__text span {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-blouse__check-lists {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-blouse__check-lists {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blouse__check-list {
    width: clamp(0px, 38.5135135135vw, 570px);
    margin: 0 auto;
  }
}

.p-blouse__check-list img {
  height: 100%;
  aspect-ratio: 335/35;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-blouse__check-list + .p-blouse__check-list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-blouse__check-list + .p-blouse__check-list {
    margin-top: 1.25rem;
  }
}

.p-blouse__product-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0.25rem;
  grid-row-gap: 2.3125rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-blouse__product-items {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.1875rem;
    margin-top: 4.625rem;
    padding: 0 0.625rem;
  }
}

.p-blouse__product-item--01 {
  grid-area: 1/1/2/3;
}

.p-blouse__product-item--02 {
  grid-area: 1/3/2/5;
}

.p-blouse__product-item--03 {
  grid-area: 2/1/3/3;
}
@media screen and (min-width: 768px) {
  .p-blouse__product-item--03 {
    grid-area: 1/5/2/7;
  }
}

.p-blouse__product-item--04 {
  grid-area: 2/3/3/5;
}
@media screen and (min-width: 768px) {
  .p-blouse__product-item--04 {
    grid-area: 2/2/3/4;
  }
}

.p-blouse__product-item--05 {
  grid-area: 3/2/4/4;
}
@media screen and (min-width: 768px) {
  .p-blouse__product-item--05 {
    grid-area: 2/4/3/6;
  }
}

.p-blouse__product-img img {
  aspect-ratio: 179/165;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-blouse__product-img img {
    height: 100%;
    aspect-ratio: 300/321;
  }
}

.p-blouse__product-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-blouse__product-title {
    font-size: 1rem;
    line-height: 2.25;
    margin-top: 0.5rem;
  }
}

.p-blouse__product-link {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-blouse__product-link {
    margin-top: 0.25rem;
  }
}

.p-coordinate__title {
  width: 79.1%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-coordinate__title {
    width: clamp(0px, 39.6621621622vw, 587px);
    margin: 1.9375rem auto 0;
  }
}

.p-coordinate__title img {
  height: 100%;
  aspect-ratio: 265/86;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-coordinate__title img {
    aspect-ratio: 589/98;
  }
}

.p-coordinate__lead {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-coordinate__lead {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 3.8125rem;
    padding-left: 0.7em;
  }
}

.p-coordinate__lists {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate__lists {
    margin-top: 3.375rem;
  }
}

.p-coordinate__list:nth-child(2) {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate__list:nth-child(2) {
    margin-top: 3.5rem;
  }
}

.p-coordinate__list:nth-child(3) {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate__list:nth-child(3) {
    margin-top: 3.5rem;
  }
}

.p-coordinate__list:nth-child(4) {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate__list:nth-child(4) {
    margin-top: 3.625rem;
  }
}

.p-coordinate__list:nth-child(5) {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate__list:nth-child(5) {
    margin-top: 3.625rem;
  }
}

.p-coordinate__list:nth-child(6) {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate__list:nth-child(6) {
    margin-top: 3.625rem;
  }
}

.p-coordinate__list:nth-child(7) {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate__list:nth-child(7) {
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-coordinate-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-coordinate__list:nth-child(even) .p-coordinate-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .p-coordinate-item__img {
    width: 50%;
  }
}

.p-coordinate-item__img img {
  height: 100%;
  aspect-ratio: 335/538;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__img img {
    height: 80.3vw;
    max-height: 50.1875rem;
    aspect-ratio: 498/800;
  }
}

.p-coordinate-item__img .swiper-slide img {
  height: 100%;
  aspect-ratio: 335/538;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__img .swiper-slide img {
    height: 80.3vw;
    max-height: 50.1875rem;
    aspect-ratio: 498/800;
  }
}

.p-coordinate-item__img .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__img .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.p-coordinate-item__img .swiper-pagination-bullet-active {
  background: #000000;
}

.p-coordinate-item__img .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 6px;
  bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__img .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: 0.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.4375rem;
  }
}

.p-coordinate-item__body {
  background-color: #f2f2f2;
  padding: 18px;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    height: 80.3vw;
    max-height: 50.1875rem;
    padding: 1.75rem 2.5rem;
  }
}

.p-coordinate-item__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__title {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.p-coordinate-item__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  margin-top: 14px;
  margin-top: 0.875rem;
  padding-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.9375rem;
  }
}

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

.p-coordinate-item__lists--wide {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__lists--wide {
    margin-top: 1.375rem;
  }
}

.p-coordinate-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__list {
    padding-bottom: 0.625rem;
  }
}

.p-coordinate-item__list + .p-coordinate-item__list {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__list + .p-coordinate-item__list {
    margin-top: 0.4375rem;
  }
}

.p-coordinate-item__name {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 35%;
  padding-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__name {
    font-size: 0.8125rem;
    width: 35%;
  }
}

.p-coordinate-item__price {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 38%;
  padding-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__price {
    font-size: 0.8125rem;
    width: 38%;
  }
}

.p-coordinate-item__link {
  text-align: right;
  width: 27%;
}

.p-coordinate-item__grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.3125rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-coordinate-item__grids {
    grid-column-gap: 0.875rem;
    margin-top: auto;
  }
}

.p-coordinate-item__grid img {
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-coordinate__notice {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-coordinate__notice {
    font-size: 0.8125rem;
  }
}

.l-movie {
  margin-top: 57px;
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .l-movie {
    margin-top: 6.9375rem;
  }
}

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

.p-movie__header {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-movie__title {
  width: 64.53%;
  margin: 18px auto 0;
  margin: 1.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-movie__title {
    width: clamp(0px, 29.5945945946vw, 438px);
    margin: 1.6875rem auto 0;
  }
}

.p-movie__title img {
  aspect-ratio: 242/62;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-movie__title img {
    height: 100%;
    aspect-ratio: 417/118;
  }
}

.p-movie__lead {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-movie__lead {
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-top: 1.375rem;
    padding-left: 0;
  }
}

.p-movie__movie {
  position: relative;
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-movie__movie {
    margin-top: 3.4375rem;
  }
}

.p-movie__movie::before {
  display: block;
  content: "";
  padding-top: 56%;
}

.p-movie__movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movie__profile {
  margin-top: 69px;
  margin-top: 4.3125rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-movie__profile {
    margin-top: 6.875rem;
    padding: 0;
  }
}

.p-movie__profile-wrap {
  padding: 23px;
  padding: 1.4375rem;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-movie__profile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.4375rem 4.4375rem 2.9375rem 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-movie__profile-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 clamp(0px, 43.6098654709vw, 389px);
            flex: 0 1 clamp(0px, 43.6098654709vw, 389px);
  }
}

.p-movie__profile-img img {
  height: 100%;
  aspect-ratio: 287/220;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-movie__profile-content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie__profile-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-movie__profile-text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-movie__profile-text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 2.75rem;
    padding-left: 0;
  }
}

.p-movie__profile-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-movie__profile-sns {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-movie__profile-sns-link {
  text-decoration: underline;
}

.p-contents-footer {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contents-footer {
    margin-top: 4.25rem;
    padding-bottom: 3.625rem;
  }
}

.p-contents-footer__img {
  display: block;
  width: 48%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contents-footer__img {
    width: clamp(0px, 20.9459459459vw, 310px);
  }
}

.p-contents-footer__img img {
  height: 100%;
  aspect-ratio: 180/118;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contents-footer__copy {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contents-footer__copy {
    letter-spacing: 0.15em;
    margin-top: 3.625rem;
  }
}

.p-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(255, 239, 0, .8);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (min-width: 768px) {
  .p-modal {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    height: initial;
  }
}

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

.p-modal__inner {
  max-width: 532px;
  max-width: 33.25rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0 1rem;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-modal__inner {
    max-width: 66.5rem;
    padding: 0 5.125rem;
  }
}

.p-modal__inner::-webkit-scrollbar {
  display: none;
}

.p-modal__content {
  position: relative;
  padding: 16px 0 96px;
  padding: 1rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-modal__content {
    padding: 3.75rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-modal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-modal__btn-link {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-modal__btn-link {
    margin-top: 1.25rem;
  }
}

.p-modal__btn-link a {
  display: inline-block;
  font-family: "CircularStd", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #111111;
  width: 200px;
  width: 12.5rem;
  padding: 12px 0;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-modal__btn-link a {
    font-size: 1.25rem;
    width: 15rem;
    padding: 0.9375rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-modal__swiper {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-modal__img {
    width: 50%;
  }
}

.p-modal__img img {
  height: 100%;
  aspect-ratio: 343/458;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-modal__body {
  background-color: #ffffff;
  margin-top: -1px;
  margin-top: -0.0625rem;
  padding: 22px 20px 24px;
  padding: 1.375rem 1.25rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__body {
    width: 50%;
    margin-top: 0;
    padding: 2.375rem 2.5rem 3.1875rem;
  }
}

.p-modal__label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-modal__label {
    font-size: 1.125rem;
  }
}

.p-modal__summary {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-modal__summary {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}

.p-modal__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-modal__text {
    font-size: 0.875rem;
    line-height: 1.71;
    margin-top: 1.875rem;
  }
}

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

.p-modal__point {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-modal__point {
    padding-bottom: 1.3125rem;
  }
}

.p-modal__point + .p-modal__point {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-modal__point-number {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #ffef00;
  padding: 1px 2px;
  padding: 0.0625rem 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__point-number {
    font-size: 1.125rem;
  }
}

.p-modal__point-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-modal__point-text {
    font-size: 0.875rem;
    line-height: 1;
    margin-top: 0.8125rem;
  }
}

.p-modal__close {
  position: absolute;
  top: 0;
  right: -16px;
  right: -1rem;
  z-index: 1;
  width: 43px;
  width: 2.6875rem;
  height: 43px;
  height: 2.6875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    top: 3.875rem;
    right: -5.125rem;
    width: 3.625rem;
    height: 3.625rem;
  }
}

.p-modal__close img {
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.is-scroll-arrowed {
  overflow: hidden;
}
/*# sourceMappingURL=styles.css.map */
