@charset "UTF-8";
/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
:root {
  --english-font: "Quicksand", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

:root {
  --keyColor: #66ff00;
  --baseColor: #1d1d1d;
  --font-en: "Bebas Neue", sans-serif;
}

.modalArea {
  padding: 0 !important;
}

.ec-modal-window-box {
  width: 100%;
  margin: auto auto 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f15 {
    font-size: 1.5em !important;
  }
}
.icon-cart {
  width: 10% !important;
  height: auto;
  aspect-ratio: auto 25/25;
  margin-top: -1.5% !important;
  padding: 0 1% 0 0;
  fill: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 9999; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 !important;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 88%;
  max-width: 480px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  font-family: r-mplus, -apple-system, BlinkMacSystemFont, Sans-Serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
}

.closeModal {
  position: absolute;
  top: 0rem;
  right: 1rem;
  cursor: pointer;
  font-weight: 800;
  font-size: clamp(2.5rem, 3vw, 5rem);
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

.modalContents .h1-title {
  color: #000;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  text-align: center;
  margin: 1rem auto;
  padding: 20px 0 15px;
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .modalContents .h1-title {
    padding: 20px 0 10px;
  }
}
.modalContents .box_shop_wrapper {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.modalContents .box_shop {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalContents .box_shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalContents img {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: auto !important;
  height: 95px !important;
}

@media screen and (max-width: 480px) {
  .modalContents img {
    height: 75px !important;
  }
}
.modalContents .p-info {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  font-weight: 800 !important;
  text-align: center !important;
  color: #e84f67 !important;
  margin: 1rem auto 0.5rem;
}

/*===============================================
スマホ・タブレット  画面横幅767pxまで
===============================================*/
@media screen and (max-width: 768px) {
  .ec-modal-window-box {
    width: 100%;
  }
  .icon-cart {
    width: 8% !important;
  }
  .modalArea {
    position: fixed; /*fixed*/
  }
}
/*===============================================
スマホ  画面横幅639pxまで
===============================================*/
/* /@media */
/* 
===================== 1.Universal reset ==========================
*/
img {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
}

.clear {
  clear: both;
}

.word {
  display: inline-block;
}

/* 
===================== 2.Body and base setting ====================
*/
html {
  /*scroll-behavior: smooth;*/
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-display: swap;
  color: #773c00;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

a:visited {
  color: inherit;
}

/* 
===================== 3.Content setting ====================
*/
/*================ Overview ===============*/
.title span {
  display: block;
  font-size: 50%;
}

.text {
  line-height: 1.6rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.text a {
  color: #e73d90;
  font-weight: bold;
  text-decoration: underline;
}

.blank:after {
  /*font-family: "Font Awesome 5 Free";
  font-weight: bold;
     content: '\f08e';
     padding:0 1%;*/
}

.flag {
  border: 0;
  margin: 0 auto 4rem;
  padding-bottom: 10%;
  background-image: url(img/line-flag.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 300px;
}

@media screen and (max-width: 767px) {
  .flag {
    margin: 3rem auto 2rem;
    padding-bottom: 15%;
    background-size: 50%;
  }
}
.modalArea .imageArea {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .modalArea .imageArea {
    width: 90%;
    margin: auto;
  }
}
.textArea {
  width: 50%;
  padding: 0 0.5rem 0 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  /*
  display:flex;
  flex-wrap:wrap;
  align-items:center;*/
}

@media screen and (max-width: 767px) {
  .textArea {
    width: 100%;
    padding: 1rem 0;
  }
}
.modalArea .textArea {
  width: 55%;
  padding: 1rem 1.8rem;
}

@media screen and (max-width: 767px) {
  .modalArea .textArea {
    width: 100%;
    padding: 0 1rem 1rem 1rem;
  }
}
.textArea h3 {
  padding: 0.5rem 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: repeating-linear-gradient(-35deg, #b2d5de 0 2px, transparent 2px 4px);
  background-repeat: no-repeat;
  background-size: 100% 0.6rem;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  .textArea h3 {
    margin: 0 auto 1rem;
    padding: 0 0.5rem 1rem;
    font-size: 1rem;
  }
}
.textArea .text {
  margin: 0 auto 2rem;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .textArea .text {
    margin: 0 auto 0.7rem;
    font-size: 0.9rem;
  }
}
.btn {
  border-radius: 100vh;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  padding: 0;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.btn a {
  display: block;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn:hover {
  background: #b7a2cd;
  color: #ffffff !important;
}

.btn__item {
  width: 98%;
  margin: 0 auto;
  font-size: 1rem;
  color: #e73d90;
}

.btn__item a {
  color: #e73d90;
}

.btn__item a:hover {
  color: #ffffff !important;
}

/*================ Archive ===============*/
.col3 .productBox {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .col3 .productBox {
    width: 50%;
  }
}
.productBox {
  margin-bottom: 1rem;
}

#new .productBox {
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#new .colFree .productBox {
  width: 100%;
}

#new .flexBox.colFree {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.productName {
  margin: 100% auto 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .productName {
    font-size: 0.68rem;
  }
}
.endOfSale {
  color: red;
}

.flip {
  position: relative;
}

.flip::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.flip img {
  width: 100%;
}

.flip .flont,
.flip .back {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.flip .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip:hover .flont {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.flip:hover .back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.stage_cardImage {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: animation-cardImage 5s ease-in-out infinite alternate;
          animation: animation-cardImage 5s ease-in-out infinite alternate;
}

.stage_cardImage span {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.openModal span {
  display: block;
}

@-webkit-keyframes animation-cardImage {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  80% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes animation-cardImage {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  80% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.stage_cardImage_back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*================ YouTube ===============*/
.video-box {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.video {
  height: 0;
  border: 3px solid #fff;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  z-index: 1; /*Safariで角丸を有効にする*/
}

.video-box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================ Slider ===============*/
.slider {
  width: 100%;
  margin: 0 auto 2rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .slider {
    margin: 0 auto;
  }
}
.slide-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.slide-wrap ul {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.slide-point {
  position: absolute;
  width: 20%;
  max-width: 200px;
  top: 0;
  left: 27%;
}

@media screen and (max-width: 767px) {
  .slide-point {
    width: 34%;
    left: 14%;
  }
}
/*============= SnsBox =============*/
#sns_box {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}

.box_bnr {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .box_bnr {
    margin: 3% auto 5%;
  }
}
.box_bnr img {
  width: 90%;
  max-width: 580px;
  margin: auto;
}

.box_bnr span {
  display: block;
  color: #e73d90;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box_bnr span {
    font-size: 0.7rem;
  }
}
.btn_box {
  width: 100%;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .btn_box {
    margin: 1rem auto 2rem;
  }
}
.btn_box img {
  width: 80px;
  margin: 0 auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
}

@media screen and (max-width: 767px) {
  .btn_box img {
    width: 16%;
    padding: 2%;
  }
}
.copyright {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

/*============= Page-top =============*/
/*
#page_top {
    width: 100px;
    position: fixed;
    right: -100px;
    bottom: 10px;
    z-index: 100;
    }
    #page_top img{width: 100%;}
    #page_top a{
        position: relative;
        display: block;
        font-weight: 700;
        color:#e95098;
        text-align:center;
        text-shadow :
           2px  2px 1px #fff,
          -2px  2px 1px #fff,
           2px -2px 1px #fff,
          -2px -2px 1px #fff,
           2px  0px 1px #fff,
           0px  2px 1px #fff,
          -2px  0px 1px #fff,
           0px -2px 1px #fff;       
        text-decoration: none;
        }
    #page_top a:hover{opacity: 0.8;}
    #page_top span:after{
        font-family: "Font Awesome 5 Free";
        content: '\f139';
        font-size: 50px;
        padding:0 2%; 
        vertical-align: middle;
        }
    @media screen and (max-width:767px){ 
        #page_top {
            width: 80px;
            bottom: 5px;
            margin:0 -2%;
            }
        #page_top a{font-size:0.7em;}
        }*/
/*===============================================
          SP only  
===============================================*/
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*==============================================
           PC
==============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.shooting-star-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shooting-star-wrapper span {
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgb(255, 255, 255);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgb(255, 255, 255);
  opacity: 0;
  /* 再生はJSでランダムなタイミングで実行 */
}
.shooting-star-wrapper span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: linear-gradient(90deg, #fff, transparent);
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(-17deg) translateX(0);
            transform: rotate(-17deg) translateX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-20deg) translateX(-1000px);
            transform: rotate(-20deg) translateX(-1000px);
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    -webkit-transform: rotate(-17deg) translateX(0);
            transform: rotate(-17deg) translateX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-20deg) translateX(-1000px);
            transform: rotate(-20deg) translateX(-1000px);
    opacity: 0;
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.6s ease-in-out;
          animation: fadeInUp 0.6s ease-in-out;
}

.zoomIn {
  opacity: 0;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.07, 0.52, 0.46, 1);
          animation: zoomIn 0.3s cubic-bezier(0.07, 0.52, 0.46, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.light-effect {
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none; /* 光エフェクトがボタン等のクリックをブロックしないように */
  -webkit-filter: blur(50px);
          filter: blur(50px);
  border-radius: 50rem;
  display: block;
  background-color: #fff;
  width: 500px;
  height: 500px;
  opacity: 0;
}
.light-effect.light-effect-in {
  -webkit-animation: lightEffect 1.8s ease-in-out forwards;
          animation: lightEffect 1.8s ease-in-out forwards;
}
.light-effect.light-effect-out {
  -webkit-animation: lightEffectOut 1.8s ease-in-out forwards;
          animation: lightEffectOut 1.8s ease-in-out forwards;
}

/* トップのロゴ用：ページ読み込み時に光エフェクト＋キラキラを1回再生 */
.light-effect-logo-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.book-wrapper {
  color: var(--text-color);
}

/* キラキラ用コンテナ（光の opacity の影響を受けない） */
.light-effect-logo-sparkles {
  position: absolute;
  mix-blend-mode: screen;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(7.1875rem, -11.1458333333rem + 38.1944444444vw, 17.5rem);
  height: clamp(7.1875rem, -11.1458333333rem + 38.1944444444vw, 17.5rem);
  z-index: 1;
  pointer-events: none;
  overflow: visible;
  /* トップロゴ用：星だけ小さく（book-logo は .light-circle で従来サイズ） */
}
.light-effect-logo-sparkles .sparkle,
.light-effect-logo-sparkles .sparkle::after {
  width: 13px !important;
  height: 13px !important;
}

@-webkit-keyframes lightEffect {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}

@keyframes lightEffect {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
}
.light-circle {
  position: relative;
  width: 500px;
  height: 500px;
}

.dna {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dna .sparkle,
.dna .sparkle::after {
  width: clamp(1.25rem, 0.0257731959rem + 5.1546391753vw, 2.5rem);
  height: clamp(1.25rem, 0.0257731959rem + 5.1546391753vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .dna .sparkle,
  .dna .sparkle::after {
    width: 25px;
    height: 25px;
  }
}
.dna .sparkle {
  opacity: 0;
}

.sparkle,
.sparkle::after {
  width: clamp(0.75rem, 0.2603092784rem + 2.0618556701vw, 1.25rem);
  height: clamp(0.75rem, 0.2603092784rem + 2.0618556701vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .sparkle,
  .sparkle::after {
    width: 20px;
    height: 20px;
  }
}

.sparkle {
  position: absolute;
  pointer-events: none;
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5568627451);
}
.sparkle::after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 八芒星（8頂点の星型） */
  clip-path: polygon(50% 0%, 57% 33%, 85% 15%, 67% 43%, 100% 50%, 67% 57%, 85% 85%, 57% 67%, 50% 100%, 33% 67%, 15% 85%, 33% 57%, 0% 50%, 33% 43%, 15% 15%, 43% 33%);
  -webkit-clip-path: polygon(50% 0%, 57% 33%, 85% 15%, 67% 43%, 100% 50%, 67% 57%, 85% 85%, 57% 67%, 50% 100%, 33% 67%, 15% 85%, 33% 57%, 0% 50%, 33% 43%, 15% 15%, 43% 33%);
}

.light-effect,
.light-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.light-circle {
  width: 50%;
  height: 50%;
  opacity: 1;
  z-index: 3;
  pointer-events: none;
}

@-webkit-keyframes starTwinkle {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes starTwinkle {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes lightEffect {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
  }
}
@-webkit-keyframes lightEffectOut {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
@keyframes lightEffectOut {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
.book-wrapper {
  max-width: 600px;
  margin: 0 auto 0 0;
  padding-right: 5px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .book-wrapper {
    max-width: 930px;
    margin: 0 auto;
    padding-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .book-wrapper {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .book-wrapper {
    max-width: 1400px;
  }
}

.book-container {
  right: 17px;
}
@media screen and (min-width: 768px) {
  .book-container {
    right: 0;
  }
}
.book-container {
  margin: 0 auto;
  position: relative;
}

#book {
  max-width: 1200px;
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #book {
    padding: 100px 0;
  }
}

.book-img-wrapper {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  /* 光彩（グロー）エフェクトを追加 */
  -webkit-filter: drop-shadow(0 0 60px rgba(255, 238, 0, 0.9)) drop-shadow(0 0 120px #f8a) drop-shadow(0 0 160px rgba(255, 200, 100, 0.6));
          filter: drop-shadow(0 0 60px rgba(255, 238, 0, 0.9)) drop-shadow(0 0 120px #f8a) drop-shadow(0 0 160px rgba(255, 200, 100, 0.6));
  margin: 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: block;
  background-image: url("./img/book-img-sp.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: clamp(0.5rem, -0.2345360825rem + 3.0927835052vw, 1.25rem) clamp(1.375rem, -0.0328608247rem + 5.9278350515vw, 2.8125rem) 0px 0px;
}
@media screen and (min-width: 768px) {
  .book-img-wrapper {
    display: block;
    background-image: url("./img/book-img.png");
    background-position: center top;
    background-size: contain;
    padding: clamp(0.875rem, 1.3194444444rem - 0.9259259259vw, 0.625rem) 40px 0px;
  }
}
@media screen and (min-width: 992px) {
  .book-img-wrapper {
    padding: clamp(0.9375rem, 0.3819444444rem + 1.1574074074vw, 1.25rem) clamp(2.5rem, 1.3888888889rem + 2.3148148148vw, 3.125rem) 0px;
  }
}
@media screen and (min-width: 1200px) {
  .book-img-wrapper {
    padding: 20px 50px 0px;
  }
}

.book-img-wrapper.scale-in {
  -webkit-animation: scaleIn 1.8s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
  animation: scaleIn 1.8s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
}

.book-img-wrapper.scale-out {
  -webkit-animation: scaleOut 1.8s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
  animation: scaleOut 1s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
}

.book-logo {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 2;
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.book-logo img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  -webkit-animation: glowPulse 2.5s ease-in-out infinite;
          animation: glowPulse 2.5s ease-in-out infinite;
  -webkit-transition: scale 0.5s ease-in-out;
  transition: scale 0.5s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.book-logo img:hover {
  scale: 1.02;
}
.book-logo.animate-out {
  -webkit-animation: bookLogoOut 0.7s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
          animation: bookLogoOut 0.7s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
}
.book-logo.animate-in {
  -webkit-animation: bookLogoIn 0.7s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
  animation: bookLogoIn 0.7s cubic-bezier(0.47, 0.08, 0.61, 1) forwards;
}

@-webkit-keyframes glowPulse {
  0%, 100% {
    -webkit-filter: brightness(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
            filter: brightness(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  }
  50% {
    -webkit-filter: brightness(1.35) drop-shadow(0 0 40px rgba(255, 255, 255, 0.8));
            filter: brightness(1.35) drop-shadow(0 0 40px rgba(255, 255, 255, 0.8));
  }
}

@keyframes glowPulse {
  0%, 100% {
    -webkit-filter: brightness(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
            filter: brightness(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  }
  50% {
    -webkit-filter: brightness(1.35) drop-shadow(0 0 40px rgba(255, 255, 255, 0.8));
            filter: brightness(1.35) drop-shadow(0 0 40px rgba(255, 255, 255, 0.8));
  }
}
@-webkit-keyframes bookLogoOut {
  from {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
    opacity: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-filter: brightness(3) blur(20px);
            filter: brightness(3) blur(20px);
    opacity: 0;
    display: none;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes bookLogoOut {
  from {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
    opacity: 1;
    display: block;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-filter: brightness(3) blur(20px);
            filter: brightness(3) blur(20px);
    opacity: 0;
    display: none;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@-webkit-keyframes bookLogoIn {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    display: block;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    display: block;
  }
}
@keyframes bookLogoIn {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    display: block;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    /* 光彩（グロー）エフェクトを追加 */
    -webkit-filter: blur(50px);
            filter: blur(50px);
    border-radius: 50rem;
  }
  20% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  40% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: blur(0);
    border-radius: 0;
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    /* 光彩（グロー）エフェクトを追加 */
    -webkit-filter: blur(50px);
            filter: blur(50px);
    border-radius: 50rem;
  }
  20% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  40% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: blur(0);
    border-radius: 0;
  }
}
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    border-radius: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    border-radius: 50rem;
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    border-radius: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    border-radius: 50rem;
  }
}
.book-title {
  text-align: center;
  margin: 0 auto 10px;
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .book-title {
    font-size: clamp(1.125rem, 0.4130434783rem + 2.8985507246vw, 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  .book-title {
    font-size: clamp(1.125rem, 0.4583333333rem + 1.3888888889vw, 1.5rem);
    margin: 0 auto clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem);
  }
}
@media screen and (min-width: 992px) {
  .book-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .book-title {
    font-size: 24px;
  }
}
.book-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-title .title-line-left,
.book-title .title-line-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
}
@media screen and (max-width: 600px) {
  .book-title .title-line-left,
  .book-title .title-line-right {
    width: clamp(3.75rem, -3.3695652174rem + 28.9855072464vw, 7.5rem);
  }
}
@media screen and (min-width: 768px) {
  .book-title .title-line-left,
  .book-title .title-line-right {
    width: clamp(4.0625rem, 0.8482142857rem + 6.6964285714vw, 5rem);
  }
}
@media screen and (min-width: 992px) {
  .book-title .title-line-left,
  .book-title .title-line-right {
    width: clamp(5.625rem, 8.6057692308rem - 4.8076923077vw, 5rem);
  }
}
@media screen and (min-width: 1200px) {
  .book-title .title-line-left,
  .book-title .title-line-right {
    width: 120px;
  }
}

.my-page {
  height: 100%;
}

.book-control {
  position: relative;
  z-index: 10; /* PageFlip等のオーバーレイより前面に表示（Firefox対応） */
  text-align: center;
}
@media screen and (min-width: 768px) {
  .book-control {
    margin-top: 20px;
  }
}

.book-buttons {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
  max-width: 500px;
  margin: 10px auto 0px;
}
@media screen and (min-width: 768px) {
  .book-buttons {
    margin: 0 auto;
  }
}
.book-buttons button {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  /* Firefox: クリックを確実に受け取る */
}
.book-buttons button.is-hidden {
  pointer-events: none;
}
.book-buttons button.is-hidden img {
  opacity: 0.6;
}
.book-buttons button img {
  width: 100%;
  height: 100%;
  /* Firefox: button内のimgがクリックをブロックする問題への対処 */
}

.page-wrapper {
  height: 100%;
  padding: 0 0 clamp(0.375rem, -0.1146907216rem + 2.0618556701vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .page-wrapper {
    padding: 0;
  }
}

.page-number-left {
  position: absolute;
  right: 6%;
  bottom: 6%;
}
@media screen and (min-width: 768px) {
  .page-number-left {
    right: 0;
    left: 6%;
  }
}

/* 画像ページ用 */
.page-number-right {
  position: absolute;
  right: 6%;
  bottom: 6%;
}

/* 画像ページ用 */
.page-image {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 600px) {
  .page-image {
    line-height: clamp(1.25rem, 0.0634057971rem + 4.8309178744vw, 1.875rem) !important;
    font-size: clamp(0.75rem, 0.2753623188rem + 1.9323671498vw, 1rem) !important;
  }
}
.page-image {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}
@media screen and (min-width: 768px) {
  .page-image {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    line-height: clamp(1.125rem, -0.1607142857rem + 2.6785714286vw, 1.5rem);
  }
}
@media screen and (min-width: 992px) {
  .page-image {
    line-height: 1.8;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-image {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .page-image figure {
    width: clamp(13.75rem, -5rem + 80vw, 25rem) !important;
  }
}
.page-image figure {
  width: clamp(25rem, 18.3035714286rem + 17.8571428571vw, 26.875rem);
  margin: clamp(0.625rem, 0.0128865979rem + 2.5773195876vw, 1.25rem) auto 0px;
}
@media screen and (min-width: 768px) {
  .page-image figure {
    width: clamp(12.5rem, -8.9285714286rem + 44.6428571429vw, 18.75rem);
    margin: clamp(0.625rem, -0.4464285714rem + 2.2321428571vw, 0.9375rem) auto 0px;
  }
}
@media screen and (min-width: 992px) {
  .page-image figure {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .page-image figure {
    width: 350px;
  }
}
.page-image figure img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, white)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(8%, white)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, white)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(8%, white));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 8%), linear-gradient(to top, transparent 0%, white 8%), linear-gradient(to right, transparent 0%, white 8%), linear-gradient(to left, transparent 0%, white 8%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, white)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(8%, white)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, white)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(8%, white));
          mask-image: linear-gradient(to bottom, transparent 0%, white 8%), linear-gradient(to top, transparent 0%, white 8%), linear-gradient(to right, transparent 0%, white 8%), linear-gradient(to left, transparent 0%, white 8%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}

.page-left {
  background-image: url(./img/paper-right.jpg);
  padding: 9% 7% 3% 14%;
}
@media screen and (min-width: 768px) {
  .page-left {
    padding: 10%;
    background-image: url(./img/paper-left.jpg);
  }
}

.page-right {
  background-image: url(./img/paper-right.jpg);
  padding: 9% 7% 3% 14%;
}
@media screen and (min-width: 768px) {
  .page-right {
    padding: 10%;
  }
}

html {
  font-size: 16px; /* rem の基準 */
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  vertical-align: bottom;
}

p,
figure {
  margin: 0;
}

body {
  margin: 0;
  min-height: 100vh; /* 背景の位置や full-height セクションに備える */
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* include box-sizing so padding doesn't increase element's outer size */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --keyColor-1: #3a3490;
  --keyColor-2: #ab8627;
  --keyColor-3: #a590c3;
  --text-color: #582c01;
}

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

a:hover {
  text-decoration: none;
}

.fv-img {
  opacity: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, white)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(12%, white)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, white)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(0%, white));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 0%), linear-gradient(to top, transparent 0%, white 12%), linear-gradient(to right, transparent 0%, white 0%), linear-gradient(to left, transparent 0%, white 0%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, white)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(12%, white)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, white)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(0%, white));
          mask-image: linear-gradient(to bottom, transparent 0%, white 0%), linear-gradient(to top, transparent 0%, white 12%), linear-gradient(to right, transparent 0%, white 0%), linear-gradient(to left, transparent 0%, white 0%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
  -webkit-animation: fadeIn 1.5s ease-in-out forwards;
          animation: fadeIn 1.5s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 2;
  margin: 0;
  width: clamp(7.8125rem, 3.8337628866rem + 16.7525773196vw, 11.875rem);
}
@media screen and (min-width: 768px) {
  .logo {
    width: clamp(11.875rem, -0.3472222222rem + 25.462962963vw, 18.75rem);
    top: 20px;
    left: 15px;
  }
}
.logo img {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-filter: brightness(2) blur(30px) drop-shadow(2px 2px 3px #ffffff);
          filter: brightness(2) blur(30px) drop-shadow(2px 2px 3px #ffffff);
  -webkit-animation: logo-fadeIn 1.3s ease-in-out 0.8s forwards;
          animation: logo-fadeIn 1.3s ease-in-out 0.8s forwards;
}

.light-effect-logo {
  opacity: 0;
  width: clamp(7.8125rem, -11.6319444444rem + 40.5092592593vw, 18.75rem);
  height: clamp(7.8125rem, -11.6319444444rem + 40.5092592593vw, 18.75rem);
  border-radius: 50rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none;
  -webkit-filter: brightness(2) blur(30px);
          filter: brightness(2) blur(30px);
  background-color: #fff;
  -webkit-animation: light-effect-logo 1s ease-in-out 0.5s forwards;
          animation: light-effect-logo 1s ease-in-out 0.5s forwards;
}

/* .light-effect-logo のスタイルは book.scss で定義（光＋キラキラ用） */
.logo-sylvanian {
  z-index: 2;
  position: absolute;
  top: clamp(0.625rem, -0.4861111111rem + 2.3148148148vw, 1.25rem);
  right: clamp(0.625rem, -0.4861111111rem + 2.3148148148vw, 1.25rem);
  width: clamp(8.125rem, 4.4523195876rem + 15.4639175258vw, 11.875rem);
  margin: 0;
  line-height: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .logo-sylvanian {
    width: clamp(11.875rem, 5.2083333333rem + 13.8888888889vw, 15.625rem);
  }
}
.logo-sylvanian {
  -webkit-animation: fadeIn 1.3s ease-in-out 0.7s forwards;
          animation: fadeIn 1.3s ease-in-out 0.7s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logo-fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: brightness(2) blur(30px) drop-shadow(0px 0px 5px #ffffff);
            filter: brightness(2) blur(30px) drop-shadow(0px 0px 5px #ffffff);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1) blur(0px) drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 2px #ffffff);
            filter: brightness(1) blur(0px) drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 2px #ffffff);
  }
}
@keyframes logo-fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: brightness(2) blur(30px) drop-shadow(0px 0px 5px #ffffff);
            filter: brightness(2) blur(30px) drop-shadow(0px 0px 5px #ffffff);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1) blur(0px) drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 2px #ffffff);
            filter: brightness(1) blur(0px) drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 2px #ffffff);
  }
}
@-webkit-keyframes light-effect-logo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(2) blur(30px);
            filter: brightness(2) blur(30px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    -webkit-filter: brightness(1) blur(30px);
            filter: brightness(1) blur(30px);
  }
}
@keyframes light-effect-logo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(2) blur(30px);
            filter: brightness(2) blur(30px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    -webkit-filter: brightness(1) blur(30px);
            filter: brightness(1) blur(30px);
  }
}
.parallax {
  position: relative;
}

.container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% clamp(0.625rem, -0.5992268041rem + 5.1546391753vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .container {
    border-radius: 20px;
    padding: 2rem;
  }
}

.bg-book {
  background-image: url("./img/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-slider {
  background-image: url("./img/main-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#family {
  padding: 50px 0;
}

.shooting-star {
  position: absolute;
  width: clamp(6.25rem, 0.6944444444rem + 11.5740740741vw, 9.375rem);
  top: clamp(5.625rem, 1.1805555556rem + 9.2592592593vw, 8.125rem);
  right: 40%;
  -webkit-animation: shooting-star 0.4s ease-in-out forwards;
          animation: shooting-star 0.4s ease-in-out forwards;
}

@-webkit-keyframes shooting-star {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.5);
            transform: translate(0, 0) scale(1.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 70%) scale(1);
            transform: translate(-100%, 70%) scale(1);
  }
}

@keyframes shooting-star {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.5);
            transform: translate(0, 0) scale(1.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 70%) scale(1);
            transform: translate(-100%, 70%) scale(1);
  }
}
.heading-family {
  width: clamp(21.25rem, 14.5167525773rem + 28.3505154639vw, 28.125rem);
}
@media screen and (min-width: 768px) {
  .heading-family {
    width: 450px;
  }
}
.heading-family {
  margin: auto;
}
.heading-family img {
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5019607843));
          filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5019607843));
}

.mother {
  margin: 50px auto 20px;
}
@media screen and (min-width: 768px) {
  .mother {
    margin: 50px auto;
  }
}

.family-members {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 0.6378865979rem + 2.5773195876vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .family-members {
    padding: 0 2rem;
  }
}
.family-members .babies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.family-members .profile {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  width: 100%;
  background: #faf8f0;
  border: 3px solid #c4a35a;
  border-radius: 15px;
  padding: 3px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .family-members .profile {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .family-members .profile {
    width: 48%;
  }
}
.family-members .border {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  border: 2px solid #c4a35a;
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}
.family-members figure {
  max-width: 80%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 393px) {
  .family-members figure {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .family-members figure {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .family-members figure {
    max-width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .family-members figure {
    max-width: 100%;
  }
}
.family-members .heading,
.family-members .name {
  text-align: center;
  margin: 0;
}
.family-members .heading {
  margin: 10px auto 0px;
}
.family-members .name {
  padding: 0;
  margin: 10px auto;
  font-size: clamp(1.375rem, 1.2525773196rem + 0.5154639175vw, 1.5rem);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .family-members .name {
    font-size: clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem);
  }
}

.profile-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  padding: 20px 20px 40px;
}
@media screen and (max-width: 600px) {
  .profile-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .profile-block {
    display: block;
    padding: 25px 5px 40px;
  }
}
@media screen and (min-width: 992px) {
  .profile-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2% 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    padding: 25px 20px 35px;
  }
}
.profile-block img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.profile-inner {
  font-weight: 700;
  text-align: justify;
}

.ornament {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/ornament-1.svg"), url("./img/ornament-2.svg"), url("./img/ornament-3.svg"), url("./img/ornament-4.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 25px, 25px, 25px, 25px;
  background-position: left top, right top, left bottom, right bottom;
}
.ornament.items-ornament {
  margin: 0 auto;
  padding: 10px 10px 40px;
}
@media screen and (min-width: 992px) {
  .ornament.items-ornament {
    padding: 25px 20px 35px;
  }
}
.ornament.items-ornament {
  background-size: 20px, 20px, 20px, 20px;
}
@media screen and (min-width: 768px) {
  .ornament.items-ornament {
    padding: 25px 5px 40px;
    background-size: 35px, 35px, 35px, 35px;
  }
}

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

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

/* -------------------- スライダー section -------------------- */
#slider {
  padding: 50px 20px;
}

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

.slider-heading {
  text-align: center;
  font-size: clamp(1.0625rem, 0.5069444444rem + 1.1574074074vw, 1.375rem);
}
@media screen and (min-width: 768px) {
  .slider-heading {
    font-size: clamp(1.375rem, 0.7083333333rem + 1.3888888889vw, 1.75rem);
  }
}
.slider-heading {
  color: #fff;
}
.slider-heading span {
  text-shadow: -1px -1px 5px var(--keyColor-1), 1px 1px 5px var(--keyColor-1), 1px -1px 5px var(--keyColor-1), 1px 1px 5px var(--keyColor-1);
}
.slider-heading span {
  display: inline-block;
}

.swiper {
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.6);
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 40px;
  border: 4px solid #c4a35a;
  overflow: visible !important;
}
.swiper img {
  border-radius: 35px;
}

@media screen and (min-width: 1200px) {
  .swiper-button-prev {
    left: -5% !important;
  }
}
.swiper-button-prev {
  display: block;
  background-image: url("./img/prev-btn.svg");
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}

.swiper-navigation-icon {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .swiper-button-next {
    right: -5% !important;
  }
}
.swiper-button-next {
  display: block;
  background-image: url("./img/next-btn.svg");
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}

/* -------------------- すてきなしかけがたくさん section -------------------- */
#trick {
  background: #ffcce4;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 204, 228)), color-stop(89%, rgb(92, 79, 133)), to(rgb(92, 79, 133)));
  background: linear-gradient(0deg, rgb(255, 204, 228) 0%, rgb(92, 79, 133) 89%, rgb(92, 79, 133) 100%);
}

.star-bg {
  padding: 50px 0;
  display: block;
  background-image: url("./img/star-bg-1.png");
  background-position: center;
  background-size: 150px;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .star-bg {
    display: block;
    background-image: url("./img/star-bg-1.png");
    background-position: center;
    background-size: 300px;
  }
}

.heading-trick {
  width: 450px;
  margin: auto;
  padding: 0px;
  width: clamp(21.25rem, 14.5167525773rem + 28.3505154639vw, 28.125rem);
}
@media screen and (min-width: 768px) {
  .heading-trick {
    width: 450px;
  }
}
.heading-trick img {
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5019607843));
          filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5019607843));
}

.trick-img {
  position: relative;
}
.trick-img.first {
  margin: 50px auto 50px;
  width: clamp(21.875rem, 0.4510309278rem + 90.206185567vw, 43.75rem);
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .trick-img.first {
    width: clamp(43.75rem, 10.4166666667rem + 69.4444444444vw, 62.5rem);
  }
}
.trick-img.second {
  margin: 50px auto 0px;
  width: clamp(18.75rem, 9.5682989691rem + 38.6597938144vw, 28.125rem);
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .trick-img.second {
    width: clamp(28.125rem, 11.4583333333rem + 34.7222222222vw, 37.5rem);
  }
}
.trick-img {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(9%, white)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(9%, white)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(9%, white)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(9%, white));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 9%), linear-gradient(to top, transparent 0%, white 9%), linear-gradient(to right, transparent 0%, white 9%), linear-gradient(to left, transparent 0%, white 9%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(9%, white)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(9%, white)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(9%, white)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(9%, white));
          mask-image: linear-gradient(to bottom, transparent 0%, white 9%), linear-gradient(to top, transparent 0%, white 9%), linear-gradient(to right, transparent 0%, white 9%), linear-gradient(to left, transparent 0%, white 9%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}

.fancybox-content {
  background-repeat: no-repeat;
}

.fancybox-image {
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fancybox-container video {
  position: relative;
  max-width: 95% !important;
  max-height: 95% !important;
}
@media screen and (min-width: 768px) {
  .fancybox-container video {
    max-width: 80% !important;
    max-height: 80% !important;
  }
}
.fancybox-container video {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.star-button {
  position: absolute;
  width: clamp(1.875rem, 0.6507731959rem + 5.1546391753vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .star-button {
    width: clamp(3.125rem, 0.9027777778rem + 4.6296296296vw, 4.375rem);
  }
}
.star-button img {
  -webkit-animation: starButtonPulse 3s ease-in-out infinite;
          animation: starButtonPulse 3s ease-in-out infinite;
}
.star-button.first {
  bottom: clamp(5rem, -1.1211340206rem + 25.7731958763vw, 11.25rem);
  left: clamp(5.625rem, -0.4961340206rem + 25.7731958763vw, 11.875rem);
}
@media screen and (min-width: 768px) {
  .star-button.first {
    bottom: clamp(11.25rem, 2.3611111111rem + 18.5185185185vw, 16.25rem);
    left: clamp(11.875rem, 3.5416666667rem + 17.3611111111vw, 16.5625rem);
  }
}
.star-button.second {
  bottom: clamp(5rem, -0.2029639175rem + 21.9072164948vw, 10.3125rem);
  right: clamp(7.1875rem, -0.4639175258rem + 32.2164948454vw, 15rem);
}
@media screen and (min-width: 768px) {
  .star-button.second {
    bottom: clamp(10.3125rem, 3.0902777778rem + 15.0462962963vw, 14.375rem);
    right: clamp(15rem, 3.8888888889rem + 23.1481481481vw, 21.25rem);
  }
}
.star-button.third {
  bottom: clamp(5.625rem, 1.0341494845rem + 19.3298969072vw, 10.3125rem);
  left: clamp(19.0625rem, 0.3930412371rem + 78.6082474227vw, 38.125rem);
}
@media screen and (min-width: 768px) {
  .star-button.third {
    bottom: clamp(11.875rem, 1.875rem + 20.8333333333vw, 17.5rem);
    left: clamp(38.125rem, 9.2361111111rem + 60.1851851852vw, 54.375rem);
  }
}
.star-button.fourth {
  bottom: clamp(7.8125rem, 0.1610824742rem + 32.2164948454vw, 15.625rem);
  left: clamp(16.5625rem, 0.6475515464rem + 67.0103092784vw, 32.8125rem);
}
@media screen and (min-width: 768px) {
  .star-button.fourth {
    bottom: clamp(15.625rem, 3.4027777778rem + 25.462962963vw, 22.5rem);
    left: clamp(32.8125rem, 7.8125rem + 52.0833333333vw, 46.875rem);
  }
}
.star-button.fifth {
  bottom: clamp(6.25rem, 2.2712628866rem + 16.7525773196vw, 10.3125rem);
  left: clamp(8.125rem, 4.4523195876rem + 15.4639175258vw, 11.875rem);
}
@media screen and (min-width: 768px) {
  .star-button.fifth {
    bottom: clamp(10.3125rem, 3.0902777778rem + 15.0462962963vw, 14.375rem);
    left: clamp(11.875rem, 3.5416666667rem + 17.3611111111vw, 16.5625rem);
  }
}
.star-button.sixth {
  top: clamp(4.375rem, 3.1507731959rem + 5.1546391753vw, 5.625rem);
  right: clamp(5.625rem, 4.4007731959rem + 5.1546391753vw, 6.875rem);
}
@media screen and (min-width: 768px) {
  .star-button.sixth {
    top: clamp(5.625rem, 1.1805555556rem + 9.2592592593vw, 8.125rem);
    right: clamp(6.875rem, 3.5416666667rem + 6.9444444444vw, 8.75rem);
  }
}

@-webkit-keyframes starButtonPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.2) drop-shadow(0 0 30px rgb(234, 255, 0)) drop-shadow(0 0 30px rgb(234, 255, 0));
            filter: brightness(1.2) drop-shadow(0 0 30px rgb(234, 255, 0)) drop-shadow(0 0 30px rgb(234, 255, 0));
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.9) drop-shadow(0 0 10px rgb(234, 255, 0)) drop-shadow(0 0 10px rgb(234, 255, 0));
            filter: brightness(0.9) drop-shadow(0 0 10px rgb(234, 255, 0)) drop-shadow(0 0 10px rgb(234, 255, 0));
  }
}

@keyframes starButtonPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.2) drop-shadow(0 0 30px rgb(234, 255, 0)) drop-shadow(0 0 30px rgb(234, 255, 0));
            filter: brightness(1.2) drop-shadow(0 0 30px rgb(234, 255, 0)) drop-shadow(0 0 30px rgb(234, 255, 0));
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.9) drop-shadow(0 0 10px rgb(234, 255, 0)) drop-shadow(0 0 10px rgb(234, 255, 0));
            filter: brightness(0.9) drop-shadow(0 0 10px rgb(234, 255, 0)) drop-shadow(0 0 10px rgb(234, 255, 0));
  }
}
#items {
  background: #f4ecda;
  padding: 30px 10px 20px;
}
@media screen and (min-width: 768px) {
  #items {
    padding: 50px 20px 20px;
  }
}

.outer-line {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #c4a35a;
  padding: 3px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .outer-line {
    padding: 5px;
  }
}

.inner-line {
  position: relative;
  border-radius: 14px;
  border: 1.5px solid #c4a35a;
  padding: 5px;
}

.items-tagline {
  letter-spacing: 2px;
  font-weight: 900;
  color: var(--keyColor-1);
  text-align: center;
  font-size: clamp(1rem, 0.5715206186rem + 1.8041237113vw, 1.4375rem);
}
@media screen and (min-width: 768px) {
  .items-tagline {
    font-size: clamp(1.4375rem, 0.6597222222rem + 1.6203703704vw, 1.875rem);
  }
}
.items-tagline {
  margin: 0;
  padding: 10px 0px 30px;
}
@media screen and (min-width: 768px) {
  .items-tagline {
    padding: 30px 0px;
  }
}
.items-tagline {
  line-height: 1.8;
  background-repeat: no-repeat;
  background-image: url("./img/tagline-ornament-left-sp.svg"), url("./img/tagline-ornament-right-sp.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: clamp(3.125rem, 0.0644329897rem + 12.8865979381vw, 6.25rem), clamp(3.125rem, 0.0644329897rem + 12.8865979381vw, 6.25rem);
  background-position: left center, right center;
}
@media screen and (min-width: 768px) {
  .items-tagline {
    background-image: url("./img/tagline-ornament-left.svg"), url("./img/tagline-ornament-right.svg");
    background-size: clamp(6.875rem, -3.125rem + 20.8333333333vw, 12.5rem), clamp(6.875rem, -3.125rem + 20.8333333333vw, 12.5rem);
  }
}

.items-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 20px 1%;
}

.items-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.items-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 768px) {
  .items-list {
    padding: 50px 0px;
    grid-column-gap: clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem);
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) 1fr clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) 1fr clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.items-list .item__title {
  font-weight: 900;
  margin: 10px 0;
  line-height: 1.4;
  font-size: clamp(1rem, 0.8775773196rem + 0.5154639175vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .items-list .item__title {
    font-size: clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem);
  }
}
.items-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(0.8125rem, 0.6288659794rem + 0.7731958763vw, 1rem);
}
@media screen and (min-width: 768px) {
  .items-list .item {
    font-size: clamp(1rem, 0.5555555556rem + 0.9259259259vw, 1.25rem);
  }
}
.items-list figure {
  margin: 0;
  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;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  padding: clamp(0.3125rem, -0.2430555556rem + 1.1574074074vw, 0.625rem);
  border: 2px solid #c4a35a;
  overflow: hidden;
}
.items-list figure img {
  width: 100%;
  display: block;
}

.attention {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  margin: 30px auto 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .attention {
    font-size: 14px;
  }
}

.buy__button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  padding: 0;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-size: clamp(0.6875rem, 0.2590206186rem + 1.8041237113vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .buy__button::after {
    font-size: clamp(0.8125rem, 0.2569444444rem + 1.1574074074vw, 1.125rem);
  }
}

.buy__button,
.catalog__button {
  text-indent: clamp(0.8125rem, 2.2569444444rem - 3.0092592593vw, 0rem);
  margin-top: auto;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  width: 100%;
  padding: clamp(0.625rem, 0.318943299rem + 1.2886597938vw, 0.9375rem) clamp(0.625rem, 0.318943299rem + 1.2886597938vw, 0.9375rem) clamp(0.625rem, 0.318943299rem + 1.2886597938vw, 0.9375rem) 0;
  border: 2px solid #f4f4f4;
  border-radius: 50rem;
  color: #fff !important;
  font-size: clamp(0.8125rem, 0.3840206186rem + 1.8041237113vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  background-color: var(--keyColor-1);
  -webkit-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .buy__button,
  .catalog__button {
    text-indent: 6px;
  }
}
.buy__button:hover,
.catalog__button:hover {
  -webkit-filter: drop-shadow(0px 0px 5px rgb(255, 255, 255)) brightness(1.2);
          filter: drop-shadow(0px 0px 5px rgb(255, 255, 255)) brightness(1.2);
}
@media screen and (min-width: 768px) {
  .buy__button,
  .catalog__button {
    letter-spacing: -1px;
    font-size: clamp(0.875rem, 0.2083333333rem + 1.3888888889vw, 1.25rem);
    padding: clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) clamp(0.625rem, -0.4861111111rem + 2.3148148148vw, 1.25rem) clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) clamp(0.4375rem, -0.4513888889rem + 1.8518518519vw, 0.9375rem);
  }
}
@media screen and (min-width: 992px) {
  .buy__button,
  .catalog__button {
    letter-spacing: 0px;
  }
}

#footer-img {
  background-image: url("./img/footer-img-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0%;
  padding: 33% 0 0;
  background-color: #3a3490;
}
@media screen and (min-width: 768px) {
  #footer-img {
    background-image: url("./img/footer-img.jpg");
  }
}

#page_top {
  width: clamp(4.375rem, 2.5386597938rem + 7.7319587629vw, 6.25rem);
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  /*box-shadow:5px 5px 0 #d9d3e8;*/
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #page_top {
    width: 100px;
  }
}

#page_top a {
  position: relative;
  display: block;
}

.box_bnr span {
  color: #eb6d94;
}