@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;700&family=Dancing+Script&family=Noto+Sans+JP:wght@300;400;600;800&family=Noto+Serif+JP:wght@300;400;600;700&display=swap");
/*
* component
*/
/*
* btn
*/
.c-btn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
  }
}
.c-btn-simple {
  border: 1px solid;
  position: relative;
  font-weight: bold;
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-btn-simple {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-simple {
    font-size: 1.4rem;
  }
}
.c-btn-simple span {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-btn-simple span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-simple span {
    font-size: 1rem;
  }
}

.c-cp-title-primary {
  text-align: center;
  color: #a20e0e;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-cp-title-primary {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title-primary {
    font-size: 3rem;
  }
}

.c-cp-title-secondary {
  display: inline-block;
  text-align: center;
  color: #a20e0e;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-cp-title-secondary {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title-secondary {
    font-size: 2rem;
  }
}
.c-cp-title-secondary > * {
  display: inline-block;
  margin-bottom: 5px;
}

.c-cp-title-secondary__decoration {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .c-cp-title-secondary__decoration {
    width: 124px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title-secondary__decoration {
    width: 80px;
  }
}

.c-cp-title-line {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.c-cp-title-line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  background: #fff9c2;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-cp-title-line::after {
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title-line::after {
    height: 12px;
  }
}

@media screen and (min-width: 768px) {
  .c-cp-title-primary + .c-cp-title-primary {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title-primary + .c-cp-title-primary {
    margin-top: 25px;
  }
}

.c-cp-title__sub {
  color: #1C1C1C;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-cp-title__sub {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title__sub {
    font-size: 1.3rem;
  }
}
.c-cp-title__sub span {
  color: #a20e0e;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cp-title__sub span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title__sub span {
    font-size: 1.5rem;
  }
}

.c-cp-title__thin {
  color: #1C1C1C;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-cp-title__thin {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title__thin {
    font-size: 1.2rem;
  }
}

.c-cp-lead {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-cp-lead {
    margin-top: 50px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-lead {
    margin-top: 10px;
  }
}

.c-cp-lead__bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cp-lead__bold {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-lead__bold {
    font-size: 1.4rem;
  }
}

.c-cp-lead-english {
  font-family: "Noto Serif JP", sans-serif;
}

.c-cp-note {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.c-cp-note__heading {
  display: inline-block;
  border-bottom: 1px solid;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-cp-note__heading {
    margin: 30px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__heading {
    margin: 20px 0;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cp-note__list + .c-cp-note__heading {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__list + .c-cp-note__heading {
    margin-top: 50px;
  }
}

.c-cp-note__summary {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cp-note__summary {
    font-size: 2.3rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__summary {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.c-cp-note__comment {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cp-note__comment {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__comment {
    font-size: 1.5rem;
  }
}
.c-cp-note__comment a {
  text-decoration: underline;
}

.c-cp-note__comment__bold {
  color: #a20e0e;
}

.c-cp-note__list p {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-cp-note__list p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__list p {
    font-size: 1.2rem;
  }
}
.c-cp-note__list a {
  text-decoration: underline;
}

.c-cp-note__item {
  position: relative;
  padding-left: 20px;
}
.c-cp-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 5px;
}

.c-cp-note__item + .c-cp-note__item {
  margin-top: 5px;
}

.c-cp-note__bold {
  color: #a20e0e;
}

/*
* btn
*/
.c-product-head {
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .c-product-head {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product-head {
    font-size: 2rem;
  }
}

.c-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.c-product-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-product-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-item {
    margin-bottom: 30px;
  }
}
.c-product-item a {
  display: block;
}

.c-product-name {
  display: block;
  width: 94%;
  margin: 8px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product-name {
    font-size: 1rem;
  }
}

.c-product-price {
  display: block;
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-price {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product-price {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-product-price span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product-price span {
    font-size: 1rem;
  }
}

.js-product-coming-soon .c-product-coming-soon__img {
  position: relative;
  display: block;
}
.js-product-coming-soon .c-product-coming-soon__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.js-product-coming-soon .c-product-coming-soon__img::after {
  font-size: 1.2rem;
  content: "12月31日19時頃 \a商品ページ公開予定";
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  white-space: pre;
}

/*
* page-top
*/
.c-page-top {
  transition: all 0.3s ease;
}

.c-page-top__btn {
  position: fixed;
  z-index: 100;
  background-color: #d8d8d8;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-page-top__btn {
    right: 140px;
    bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-top__btn {
    right: 34px;
    bottom: 100px;
  }
}

.c-page-top__btn:hover {
  cursor: pointer;
}

.c-page-top__btn img {
  width: 50%;
}

/*
* more
*/
@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.c-more-btn {
  display: none;
}

.c-cp-end {
  display: none;
}

.js-cp-end .c-heading-secondary {
  display: none;
}
.js-cp-end .c-cp-end {
  display: block;
  background: #fff;
  padding: 30px 0;
  width: 100%;
  border: 1px solid;
  text-align: center;
  opacity: 0.9;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 20px auto;
  width: 90%;
}
.js-cp-end .c-more-slide-down {
  animation-name: slideDown;
}
.js-cp-end .c-more-slide-up {
  animation-name: slideUp;
}
.js-cp-end .c-more-view {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.js-cp-end .c-more-close-btn, .js-cp-end .c-more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 40px;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0 );
}
@media screen and (min-width: 768px) {
  .js-cp-end .c-more-close-btn, .js-cp-end .c-more-btn {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .js-cp-end .c-more-close-btn, .js-cp-end .c-more-btn {
    bottom: -40px;
  }
}
.js-cp-end .c-more-close-btn {
  background: none;
}
.js-cp-end .c-more-slide-up {
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .js-cp-end .c-more-slide-up {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .js-cp-end .c-more-slide-up {
    height: 100px;
  }
}
.js-cp-end .c-more-slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 10px;
}
.js-cp-end .c-more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  width: 80%;
  border-radius: 20px;
  max-width: 400px;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .js-cp-end .c-more-btn p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .js-cp-end .c-more-btn p {
    padding: 5px 20px;
  }
}
.js-cp-end .p-cp01 .c-more-btn p {
  background: #d1cabe;
}
.js-cp-end .p-cp02 .c-more-btn p {
  background: #bed1c9;
}
.js-cp-end .p-cp03 .c-more-btn p {
  background: #cdbed1;
}
.js-cp-end .p-cp04 .c-more-btn p {
  background: #c6dcb5;
}
.js-cp-end .p-cp05 .c-more-btn p {
  background: #b5c3dc;
}
.js-cp-end .p-cp06 .c-more-btn p {
  background: #e6bcd0;
}
.js-cp-end .c-more-close-btn {
  padding: 0;
}
.js-cp-end .c-more-lose-btn p {
  background: #aaa;
}

/*
* content
*/
.c-content-more-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-down {
  animation-name: slideDown;
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.c-content-more-slide-up {
  animation-name: slideUp;
}

.c-content-more {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.c-content-more-close-btn, .c-content-more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0 );
}

.c-content-more-close-btn {
  background: none;
}

.c-content-more-slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}

.c-content-more-slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.c-content-more-btn p {
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}

.c-content-more-close-btn {
  padding: 0;
}

.c-content-more-close-btn p {
  background: #aaa;
}

.c-cpIcon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-cpIcon {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .c-cpIcon {
    top: -35px;
  }
}
@media screen and (min-width: 768px) {
  .c-cpIcon img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-cpIcon img {
    width: 70px;
  }
}

.c-heading-primary {
  text-align: center;
  color: #a20e0e;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-heading-primary {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-primary {
    font-size: 2.8rem;
  }
}

.c-heading-primary__sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading-primary__sub {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-primary__sub {
    font-size: 2.5rem;
  }
}

.c-heading-secondary {
  text-align: center;
  margin: 20px auto;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-heading-secondary {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-secondary {
    font-size: 1.2rem;
  }
}

.c-heading-secondary__bold {
  color: #a20e0e;
}
@media screen and (min-width: 768px) {
  .c-heading-secondary__bold {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-secondary__bold {
    font-size: 1.6rem;
  }
}

.c-limited {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.c-limited__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-limited__wrapper {
    padding: 30px 0 55px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-limited__wrapper {
    padding: 20px 0 28px;
    font-size: 1.2rem;
  }
}

.c-limited__wrapper::before {
  content: "";
  background-image: url(../images/line.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 4px;
  background-size: contain;
}

.c-limited__wrapper::after {
  content: "";
  background-image: url(../images/ribbon.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-limited__wrapper::after {
    height: 37px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-limited__wrapper::after {
    height: 30%;
    background-size: contain;
  }
}

.c-limited__bold {
  color: #a20e0e;
}

.c-limited__arrow {
  width: 20px;
  height: 10px;
  background-image: url(../images/limited-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/*
* foundation
*/
/*
* layout
*/
@media screen and (min-width: 768px) {
  .l-main {
    padding: 5% 0;
  }
}

.l-contents {
  max-width: 600px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 768px) {
  .l-contents {
    width: 90%;
  }
}
.l-section {
  overflow: hidden;
  padding: 1px 10px;
}
@media screen and (min-width: 768px) {
  .l-section + .l-section {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-section + .l-section {
    margin-top: 100px;
  }
}

.l-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-inner {
    margin: 125px 40px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    margin: 70px 15px;
    padding: 50px 0;
  }
}

.l-campaign {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-campaign {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-campaign {
    margin: 25px auto;
  }
}
@media screen and (min-width: 768px) {
  .l-campaign > * {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-campaign > * {
    margin-bottom: 20px;
  }
}

/*
* project
*/
.p-head {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-head {
    overflow: hidden;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-head {
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
.p-head__top {
  position: relative;
  text-align: center;
}

.p-head__image {
  width: 100%;
}

.p-head__image-logo {
  width: 200px;
}

.p-head__sub-image {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-head__discription {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-head__discription {
    margin-top: 15px;
  }
}
.p-head__discription p {
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-head__discription p {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__discription p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-head__title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-head__title {
    margin-top: 30px;
  }
}
.p-head__title h1 {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-head__title h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__title h1 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-head__comment {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-head__comment {
    margin-top: 10px;
  }
}
.p-head__comment p {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-head__comment p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__comment p {
    font-size: 1.1rem;
  }
}

.p-toc {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-toc {
    overflow: hidden;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-toc {
    padding-bottom: 50px;
  }
}
.p-toc__title {
  margin: 0 auto 20px;
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-toc__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-toc__title {
    font-size: 1.5rem;
  }
}

.p-toc__comment {
  text-align: center;
  border: 1px solid;
  padding: 20px 0;
  width: 90%;
  max-width: 550px;
  margin: 0 auto 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-toc__comment {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-toc__comment {
    font-size: 1.5rem;
  }
}

.p-toc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.p-toc__item {
  width: 46%;
}
.p-toc__item a {
  display: block;
}

.p-toc__item a span {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-toc__item a span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-toc__item a span {
    font-size: 1rem;
  }
}

.p-toc__attention {
  width: 90%;
  margin: 30px auto 0;
}
.p-toc__attention p {
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-toc__attention p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-toc__attention p {
    font-size: 1.5rem;
  }
}

.p-product__img img {
  padding-top: 15px;
}

.p-product__title {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-product__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__title {
    font-size: 3.5rem;
  }
}
.p-product__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-product__title span {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__title span {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

.p-product__discription {
  margin-top: 20px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product__discription {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__discription {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-hashtag__hashtag {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-hashtag__hashtag {
    margin-bottom: 20px;
  }
}

.p-hashtag {
  clear: both;
}
.p-hashtag__item {
  float: left;
  background: #f4efe8;
  padding: 2px 5px;
  margin: 3px 5px;
}
@media screen and (min-width: 768px) {
  .p-hashtag__item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hashtag__item {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-information {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-information__unit > * + * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-information__unit > * + * {
    margin-top: 10px;
  }
}

.p-information__title {
  position: relative;
  font-weight: bold;
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .p-information__title {
    padding-left: 67px;
    min-height: 80px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-information__title {
    padding-left: 48px;
    min-height: 60px;
    font-size: 1.8rem;
  }
}
.p-information__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("https://styledeli.itembox.design/item/contents/20241110/assets/images/icon.png?ver=2024011201");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-information__title::before {
    width: 60px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-information__title::before {
    width: 44px;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-information__title + .p-information__img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-information__title + .p-information__img {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-information__text + .p-information__img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-information__text + .p-information__img {
    margin-top: 40px;
  }
}

.p-information__text {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-information__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-information__text {
    font-size: 1.5rem;
  }
}

.p-information__unit + .p-information__unit {
  margin-top: 80px;
}

.p-information__coordinate {
  width: 90%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .p-information__coordinate {
    margin: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-information__coordinate {
    margin: 50px auto;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.fs-c-heading--page,
.header-bnr {
  display: none !important;
}

.fs-l-main,
.fs-l-pageMain {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.fs-l-footer {
  margin-top: 0;
}

.u-color-gold {
  color: #c7971b;
}

.u-color-red {
  color: #a20e0e;
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-fadeIn.animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-slideIn {
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide_left {
  transform: translateX(calc(-50vw - 50%));
}

.slide_right {
  transform: translateX(calc(50vw + 50%));
}

.js-slideIn.animated {
  transform: translateX(0);
}

.js-zoomIn {
  opacity: 0;
  animation-fill-mode: forwards;
}

.js-zoomIn.animated {
  animation-name: zoomInAnime;
  animation-duration: 1s;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.box {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn02 {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.4s;
}

.delay-time04 {
  animation-delay: 0.8s;
}

.animatePulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}