@charset "UTF-8";
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 3.9900249377vw;
  }
}
@media (min-width: 401px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .l-fv {
    padding-top: 7rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 800px;
    padding-right: 3.8rem;
    padding-left: 3.8rem;
  }
  .book {
    max-width: 65%;
    margin: 1rem auto 0;
  }
}

.l-section-margin {
  margin-top: 3.1875rem;
}

.l-section-margin:last-child {
  padding-bottom: 3.1875rem;
}

.c-section-title {
    font-family: "yu-mincho-pr6n", sans-serif;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    color: #ffffff;
    background: linear-gradient(to right, #000000, #8e0202, #000000);
}

.c-section-title img {
  margin: 0 auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.p-bg {
  background-image: url("../../../img/princess2026/back.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.p-credit {
  font-size: 0.875rem;
}

.p-credit__box {
  max-width: 33.75rem;
  margin: 2rem auto 0;
}

.p-credit__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.p-credit__person .p-credit__degree {
  margin-right: 0.5rem;
}

.p-credit__mt {
  margin-top: 1rem;
}

.p-credit__logo {
  display: block;
  max-width: 10rem;
  margin: 2rem auto 0;
}

.p-credit__logo img {
  width: 100%;
  height: 100%;
}

.p-footer {
  background-color: #000;
  text-align: center;
  padding: 0 1rem 1rem;
}


@media screen and (min-width: 768px) {
  .p-footer {
    padding: 1rem;
  }
}

.p-goods__items {
  margin-top: 2rem;
}

.p-goods__item-heading {
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 0px;
}

.p-goods__item-wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: normal;
}

.p-paypal {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: normal;
	text-align: center;
}

.bookinfo{padding: 0px 5%;}
@media screen and (min-width: 768px) {.bookinfo{padding: 0px 12%;}}

@media screen and (min-width: 768px) {
.p-paypal {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: normal;
}
}

.p-goods__item-img {
  width: 40%;
  max-width: 12.5rem;
  height: auto;
  background: #fff;
}

.p-goods__item-cart {
  width: 60%;
}

.p-goods__item + .p-goods__item {
  margin-top: 0rem;
}

.p-goods__item .field {
  text-align: left;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
.p-goods__item .field {
  text-align: left;
  font-size: 1em;
}
.field_name{
  margin-bottom: 1rem;
}
}

.p-goods__item .field_price {
  font-weight: bold;
}

.p-goods__item .skuquantity {
  width: 5rem;
  text-align: right;
  display: block;
}

.p-goods__item .skubutton {
  margin-top: 0.5rem;
  background-color: #ff6900;
  color: #fff;
  width: 11.25rem;
  padding: 0.3125rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-goods__item .skubutton:hover {
  background-color: #ff9900;
}

.p-header {
  background-color: rgb(0, 0, 0);
  width: 100%;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0.31875rem 3.375rem;
    z-index: 10;
  }
}

.p-main__inner {
  background-color: #000;
}

/* サムネイルコンテナ */
.p-making__thumbnail {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  margin-top: 2rem;
}

.p-making__thumbnail-image {
  width: 100%;
  display: block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(70%);
          filter: brightness(70%); /* サムネイルを少し暗く */
}

/* 再生ボタンのスタイル */
.p-making__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-making__play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.125rem solid rgba(0, 0, 0, .8);
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* モーダルスタイル */
.p-making__modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  /* アニメーション設定 */
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}

.p-making__modal-content {
  position: relative;
  max-width: 95%;
  height: auto;
  aspect-ratio: 560/315;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-making__modal-content {
    max-width: 800px;
  }
}

.p-making__modal-content iframe {
  width: 100%;
  height: 100%;
}

.p-making__close-button {
  position: absolute;
  top: -2.5rem;
  right: 0rem;
  font-size: 1.875rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-making__close-button {
    top: -1.5625rem;
    right: -0.9375rem;
  }
}

.p-original__book {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 2rem;
}

.p-original__book span {
  font-size: 0.9375rem;
}

.p-original__linkImg {
  width: 90%;
  display: block;
  margin: 1rem auto 0;
}

.p-original__linkText {
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  text-decoration: underline;
}

.p-synopsis__text {
  margin-top: 2rem;
}

.p-synopsis__text + .p-synopsis__text {
  margin-top: 0.5rem;
}

.p-comment__img {
  margin-top: 2rem;
}

.p-comment__text {
  margin-top: 1rem;
}

.p-comment__text + .p-comment__text {
  margin-top: 0.5rem;
}

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

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

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em;
    font-size: small;
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.skubutton{text-align: center;}

.p-cta {
  position: fixed;
  bottom: 10%;
  width: 100%; /* 幅を指定して中央揃え */
  max-width: 375px;
  z-index: 1000;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-cta {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.p-cta__btn {
  margin-left: auto;
  display: block;
  width: 7.5rem;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    padding: 0;
    width: 6.25rem;
  }
}

.p-cta__btn img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=styles.css.map */

@media screen and (max-width: 768px) {
	.p-disital{margin-bottom: 25px;}	
}
