/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
	- fix for the content editable attribute will work properly.
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

body {
  color: #000;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #D3DCE0;
  overflow-x: clip;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 12px;
  }
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.6s;
}

img {
  width: 100%;
  display: block;
}

body {
  font-family: a-otf-ryumin-pr6n, serif;
}

.l-main {
  padding-top: 18.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .l-main {
    padding-top: 80px;
  }
}

.l-toMenu {
  width: 16vw;
  aspect-ratio: 1/1;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 50;
}
@media screen and (min-width: 1025px) {
  .l-toMenu {
    width: 100px;
  }
}
.l-toMenu > a {
  padding: 5.3333333333vw 4.8vw;
}
@media screen and (min-width: 1025px) {
  .l-toMenu > a {
    padding: 40px 38px;
  }
}
@media screen and (min-width: 1025px) {
  .l-toMenu > a:hover {
    opacity: 0.6;
  }
}

.p-firstView {
  aspect-ratio: 375/594;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-firstView {
    width: 78.9583333333vw;
    aspect-ratio: 1137/635;
    margin-inline: auto;
  }
}
.p-firstView > * {
  position: absolute;
}
.p-firstView__theme {
  width: 26.9333333333vw;
  top: 9.8666666667vw;
  left: 7.4666666667vw;
  z-index: 5;
}
@media screen and (min-width: 1025px) {
  .p-firstView__theme {
    width: 12.5694444444vw;
    top: 4.1666666667vw;
    left: 0;
  }
}
.p-firstView__title {
  width: 85.3333333333vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-firstView__title {
    width: 38.4027777778vw;
    left: 0;
    transform: none;
  }
}
.p-firstView__otona {
  width: 16vw;
  bottom: 26.6666666667vw;
  left: 7.4666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__otona {
    width: 6.5972222222vw;
    right: 0;
    bottom: 0;
    left: unset;
  }
}
.p-firstView__link:nth-of-type(1) {
  width: 48vw;
  aspect-ratio: 180/207;
  top: 8.2666666667vw;
  right: 7.4666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(1) {
    width: 20.3472222222vw;
    aspect-ratio: 293/404;
    top: 17.2222222222vw;
    right: 18.75vw;
  }
}
.p-firstView__link:nth-of-type(1) .item {
  width: 36vw;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(1) .item {
    width: 16.25vw;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(1) .icon {
    width: 8.1944444444vw;
    right: 0;
    bottom: 0;
  }
}
.p-firstView__link:nth-of-type(2) {
  width: 36.8vw;
  aspect-ratio: 138/248;
  top: 40.5333333333vw;
  left: 9.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(2) {
    width: 19.4444444444vw;
    aspect-ratio: 280/406;
    top: 6.0416666667vw;
    left: 6.9444444444vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(2) .item {
    width: 16.25vw;
    right: 0;
  }
}
.p-firstView__link:nth-of-type(2) .icon {
  bottom: 0;
  left: 2.4vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(2) .icon {
    width: 8.1944444444vw;
    left: 0;
  }
}
.p-firstView__link:nth-of-type(3) {
  width: 40vw;
  aspect-ratio: 150/222;
  top: 70.4vw;
  right: 4.5333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(3) {
    width: 22.4305555556vw;
    aspect-ratio: 323/428;
    top: 2.9861111111vw;
    right: 0vw;
  }
}
.p-firstView__link:nth-of-type(3) .item {
  width: 31.7333333333vw;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(3) .item {
    width: 16.6666666667vw;
    right: 0;
  }
}
.p-firstView__link:nth-of-type(3) .icon {
  right: 0;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link:nth-of-type(3) .icon {
    width: 8.8888888889vw;
    right: unset;
    left: 0;
  }
}
.p-firstView__link > a {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .p-firstView__link > a:hover {
    opacity: 0.6;
  }
}
.p-firstView__link .item {
  position: absolute;
}
.p-firstView__link .icon {
  width: 18.1333333333vw;
  position: absolute;
}

.p-lead {
  padding: 17.3333333333vw 0 21.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-lead {
    padding: 150px 0;
  }
}
.p-lead__text {
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 2.2;
}
@media screen and (min-width: 1025px) {
  .p-lead__text {
    font-size: 14px;
  }
}

.p-menu {
  padding: 21.3333333333vw 0 16.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #BCC9D0;
}
@media screen and (min-width: 1025px) {
  .p-menu {
    padding: 150px 0;
  }
}
.p-menu__list {
  width: 85.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  row-gap: 9.3333333333vw;
  column-gap: 2.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-menu__list {
    width: 900px;
    justify-content: center;
    row-gap: 40px;
    column-gap: 48px;
  }
}
.p-menu__list > li {
  width: 26.9333333333vw;
  aspect-ratio: 101/126;
}
@media screen and (min-width: 1025px) {
  .p-menu__list > li {
    width: 110px;
  }
}
.p-menu__list .card {
  height: 100%;
  height: 100%;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.p-menu__list .iconface {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  backface-visibility: hidden;
}
.p-menu__list .icon__front {
  transform: none;
}
.p-menu__list .is-flipped .icon__front {
  transform: rotateY(180deg);
}
.p-menu__list .icon__back {
  transform: rotateY(180deg);
}
.p-menu__list .is-flipped .icon__back {
  transform: translateY(-5px) rotateY(360deg);
}
@media screen and (min-width: 1025px) {
  .p-menu__list .is-flipped .icon__back {
    transform: translateY(-8px) rotateY(360deg);
  }
}

body {
  font-family: a-otf-ryumin-pr6n, serif;
}

.p-section {
  padding-top: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-section {
    padding-top: 30px;
  }
}
.p-section:not(:first-child) {
  margin-top: 18.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-section:not(:first-child) {
    margin-top: 100px;
  }
}
.p-section__title {
  width: 85.3333333333vw;
  padding-bottom: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2B628B;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-section__title {
    width: 888px;
    padding-bottom: 15px;
  }
}
.p-section__title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #397AAA;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transition: all 0.6s ease-out;
}
.p-section__title .en {
  font-size: 5.8666666667vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  .p-section__title .en {
    font-size: 36px;
  }
}
.p-section__title .ja {
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .p-section__title .ja {
    font-size: 16px;
  }
}
.p-section__buy {
  margin-top: 13.3333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-section__buy {
    margin-top: 63px;
    flex-direction: row;
    align-items: stretch;
    gap: 62px;
  }
}
.p-section__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-section__info {
    padding-top: 35px;
    justify-content: space-between;
  }
}
.p-section__staff {
  width: 85.3333333333vw;
  display: flex;
  align-items: center;
  gap: 6.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-section__staff {
    width: 382px;
    gap: 40px;
  }
}
.p-section__staff .icon {
  width: 39.4666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-section__staff .icon {
    width: 148px;
  }
}
.p-section__staff .nameEn {
  font-size: 7.4666666667vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 1025px) {
  .p-section__staff .nameEn {
    font-size: 28px;
  }
}
.p-section__staff .nameJa {
  margin-top: 0.8vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-section__staff .nameJa {
    margin-top: 3px;
    font-size: 13px;
  }
}
.p-section__staff .desc {
  margin-top: 2.6666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .p-section__staff .desc {
    margin-top: 10px;
  }
}
.p-section__staff .code {
  margin-top: 1.6vw;
  font-size: 3.4666666667vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .p-section__staff .code {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__staff .code:hover {
    opacity: 0.6;
  }
}
.p-section__staff .insta {
  margin-top: 2.6666666667vw;
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
  font-size: 3.4666666667vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .p-section__staff .insta {
    margin-top: 10px;
    gap: 5px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__staff .insta:hover {
    opacity: 0.6;
  }
}
.p-section__staff .logo {
  width: 3.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__staff .logo {
    width: 14px;
  }
}
.p-section__buyItem {
  margin-top: 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-section__buyItem {
    margin-top: 0;
    align-items: flex-start;
  }
}
.p-section__buyItem > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-section__buyItem > a {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__buyItem > a:hover {
    opacity: 0.6;
  }
}
.p-section__buyImage {
  width: 100vw;
  aspect-ratio: 375/518;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-section__buyImage {
    width: 444px;
    aspect-ratio: 444/620;
  }
}
.p-section__buyImage > * {
  position: absolute;
}
.p-section__buyImage .item {
  width: 89.3333333333vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-section__buyImage .item {
    width: 412px;
    left: 0;
    transform: none;
  }
}
.p-section__buyImage .bestbuy {
  width: 10.6666666667vw;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .p-section__buyImage .bestbuy {
    width: 44px;
  }
}
.p-section__buyCredit {
  width: 81.0666666667vw;
  margin-top: 8vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__buyCredit {
    width: 410px;
    margin-top: 24px;
    gap: 10px;
  }
}
.p-section__buyCredit .text {
  flex: 1;
  font-size: 4vw;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .p-section__buyCredit .text {
    font-size: 15px;
  }
}
.p-section__buyCredit .price {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__buyCredit .price {
    font-size: 15px;
  }
}
.p-section__buyCredit .buy {
  width: 16vw;
  aspect-ratio: 60/24;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #5884A5;
}
@media screen and (min-width: 1025px) {
  .p-section__buyCredit .buy {
    width: 65px;
    aspect-ratio: 65/26;
    font-size: 15px;
  }
}
.p-section__buyPop {
  width: 81.0666666667vw;
  aspect-ratio: 304/50;
  margin-top: 11.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.4666666667vw;
  text-align: center;
  background-color: #70A2C7;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-section__buyPop {
    width: 374px;
    aspect-ratio: 374/65;
    margin-top: 40px;
    margin-left: 15px;
    font-size: 14px;
  }
}
.p-section__buyPop::before {
  content: "";
  position: absolute;
  border: 2.6666666667vw solid transparent;
  border-bottom: 2.6666666667vw solid #70A2C7;
  top: -5.0666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-section__buyPop::before {
    border-width: 10px;
    border-bottom-width: 10px;
    top: -20px;
  }
}
.p-section__comment {
  width: 85.3333333333vw;
  margin-top: 12.8vw;
}
@media screen and (min-width: 1025px) {
  .p-section__comment {
    width: 382px;
    margin-top: 0;
  }
}
.p-section__commentTtl {
  width: 82.1333333333vw;
  padding-left: 1.3333333333vw;
  display: flex;
  align-items: center;
  gap: 2.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__commentTtl {
    width: 100%;
    padding-left: 0;
    gap: 15px;
  }
}
.p-section__commentTtl .icon {
  width: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__commentTtl .icon {
    width: 63px;
  }
}
.p-section__commentTtl .text {
  width: 65.8666666667vw;
  padding-bottom: 2.4vw;
  color: #397AAA;
  font-size: 4.8vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: italic;
  border-bottom: 1px solid #397AAA;
}
@media screen and (min-width: 1025px) {
  .p-section__commentTtl .text {
    width: 310px;
    padding-bottom: 13px;
    font-size: 22px;
  }
}
.p-section__commentTxt {
  width: 80.5333333333vw;
  margin: 4.5333333333vw 0 0 auto;
  padding-bottom: 6.6666666667vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #397AAA;
}
@media screen and (min-width: 1025px) {
  .p-section__commentTxt {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 32px;
  }
}
.p-section__commentTxt .highlight {
  background: linear-gradient(transparent 50%, #ECF5F8 50%, #ECF5F8 85%, transparent 86%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 1s ease-out;
}
.p-section__styling {
  margin-top: 11.7333333333vw;
  padding-bottom: 19.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #BCC9D0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-section__styling {
    width: 100%;
    margin-top: 160px;
    padding-bottom: 165px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 94px;
  }
}
.p-section__styling::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/260;
  background-color: #D3DCE0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .p-section__styling::before {
    height: 210px;
  }
}
.p-section__styling > * {
  z-index: 1;
}
.p-section__stylingImg {
  width: 100vw;
  aspect-ratio: 375/505;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingImg {
    width: 349px;
  }
}
.p-section__stylingImg > * {
  position: absolute;
}
.p-section__stylingImg ul {
  overflow: hidden;
}
.p-section__stylingImg li {
  overflow: hidden;
}
.p-section__stylingImg video,
.p-section__stylingImg source {
  width: 100%;
  aspect-ratio: 320/434;
  object-fit: cover;
}
.p-section__stylingImg .styling {
  width: 10.6666666667vw;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingImg .styling {
    width: 42px;
  }
}
.p-section__stylingWrap {
  width: 85.3333333333vw;
  top: 9.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingWrap {
    width: 320px;
    top: unset;
    right: 0;
    bottom: 0;
    left: unset;
    transform: none;
  }
}
.p-section__stylingList {
  width: 81.0666666667vw;
  margin-top: 10.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingList {
    width: 303px;
    margin-top: 0;
    gap: 15px;
  }
}
.p-section__stylingList > li {
  width: 100%;
}
.p-section__stylingList > li > a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4vw;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingList > li > a {
    gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__stylingList > li > a:hover {
    opacity: 0.6;
  }
}
.p-section__stylingList > li .info {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 2.6666666667vw;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingList > li .info {
    gap: 10px;
    font-size: 11px;
  }
}
.p-section__stylingList > li .thumb {
  width: 10.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingList > li .thumb {
    width: 40px;
  }
}
.p-section__stylingList > li .text {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.p-section__stylingList > li .buy {
  width: 12.2666666667vw;
  aspect-ratio: 46/22;
  padding-top: 0.5333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.4666666667vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #5884A5;
}
@media screen and (min-width: 1025px) {
  .p-section__stylingList > li .buy {
    width: 46px;
    padding-top: 2px;
    font-size: 13px;
  }
}
.p-section__stylingList > li:first-child .item {
  text-decoration: underline;
  text-decoration-color: #D3DCE0;
  text-decoration-thickness: 6px;
  -webkit-text-decoration-thickness: 6px;
  text-underline-offset: -5px;
  -webkit-text-underline-offset: -5px;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip-ink: none;
}
.p-section__real {
  padding: 33.3333333333vw 0 25.0666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4B4942;
  background-color: #BCC9D0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-section__real {
    width: 100%;
    padding: 120px 0 105px;
  }
}
.p-section__real::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/360;
  background-color: #D3DCE0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .p-section__real::before {
    height: 356px;
  }
}
.p-section__real > * {
  z-index: 1;
}
.p-section__realTtl {
  font-size: 10.1333333333vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .p-section__realTtl {
    font-size: 38px;
  }
}
.p-section__realInfo {
  margin-top: 1.3333333333vw;
  font-size: 4.8vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .p-section__realInfo {
    margin-top: 10px;
    font-size: 22px;
  }
}
.p-section__realInfo .brand {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__realInfo .brand {
    font-size: 14px;
  }
}
.p-section__realSlide {
  width: 100vw;
  margin-top: 16vw;
}
@media screen and (min-width: 1025px) {
  .p-section__realSlide {
    width: 864px;
    margin-top: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__realSlide a:hover {
    opacity: 0.6;
  }
}
.p-section__realSlide .text {
  margin-top: 3.7333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .p-section__realSlide .text {
    margin-top: 15px;
  }
}
.p-section__realSlide .item {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__realSlide .item {
    font-size: 11px;
  }
}
.p-section__realSlide .price {
  margin-top: 0.5333333333vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  .p-section__realSlide .price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-section__more {
  width: 74.6666666667vw;
  aspect-ratio: 280/50;
  margin-top: 16vw;
}
@media screen and (min-width: 1025px) {
  .p-section__more {
    width: 400px;
    aspect-ratio: 400/50;
    margin-top: 25px;
  }
}
.p-section__more > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4vw;
  font-family: cormorant, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #4B4942;
  background-color: #4B4942;
}
@media screen and (min-width: 1025px) {
  .p-section__more > a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__more > a:hover {
    color: #4B4942;
    background-color: transparent;
  }
}
.p-section:nth-child(8) .p-section__title {
  padding-bottom: 4vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8vw;
}
@media screen and (min-width: 1025px) {
  .p-section:nth-child(8) .p-section__title {
    padding-bottom: 15px;
    flex-direction: row;
    align-items: center;
  }
}
.p-section:nth-child(8) .p-section__title .ja {
  margin-left: -0.8vw;
}
@media screen and (min-width: 1025px) {
  .p-section:nth-child(8) .p-section__title .ja {
    margin-left: 0;
  }
}
.p-section:nth-child(8) .desc {
  white-space: pre-line;
}
.p-section:nth-child(8) .p-section__realInfo .brand {
  margin-top: 1.6vw;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-section:nth-child(8) .p-section__realInfo .brand {
    margin-top: 0;
    display: inline;
  }
}

.p-otonaFooter {
  padding: 26.6666666667vw 0 22.6666666667vw;
  color: #000;
  font-size: 3.4666666667vw;
  font-family: garamond-premier-pro, serif;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-otonaFooter {
    padding: 200px 0 150px;
    font-size: 16px;
  }
}
.p-otonaFooter__list {
  width: 82.1333333333vw;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-otonaFooter__list {
    width: 528px;
    gap: 25px;
  }
}
.p-otonaFooter__list > li {
  width: 100%;
  height: 14.4vw;
}
@media screen and (min-width: 1025px) {
  .p-otonaFooter__list > li {
    height: 54px;
  }
}
.p-otonaFooter__list > li > a {
  height: 100%;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden-sp {
    display: none !important;
  }
}/*# sourceMappingURL=app.css.map */