@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;600;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
*/
/*
* foundation
*/
/*
* project
*/
.p-index {
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.p-index-head__top {
  position: relative;
}

.p-index-head__image {
  width: 100%;
}

.p-index-head__text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

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

@media screen and (min-width: 768px) {
  .p-index__contents {
    margin-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__contents {
    margin-top: 50px;
  }
}

.p-head-text__text--en {
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: "Cormorant", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-head-text__text--en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head-text__text--en {
    font-size: 3.5rem;
  }
}

.p-head-text__text--jp {
  margin-top: 5px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-head-text__text--jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head-text__text--jp {
    font-size: 1.8rem;
  }
}

.p-section-menu__title {
  text-align: center;
  font-family: "Cormorant", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-section-menu__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section-menu__title {
    font-size: 2.5rem;
  }
}

.p-section-menu__list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-section-menu__list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-section-menu__list {
    width: 90%;
  }
}

.p-section-menu__item {
  margin-top: 30px;
}
.p-section-menu__item a {
  display: block;
}
.p-section-menu__item img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-section__product {
    margin-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-section__product {
    margin-top: 80px;
  }
}

.p-product__head {
  margin: 0 auto;
}

.p-product__mainimage {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-product__mainimage {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__mainimage {
    margin-bottom: 50px;
  }
}
.p-product__color {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-product__color {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__color {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-product__detail {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__detail {
    padding-top: 100px;
  }
}

.p-product-list__item {
  text-align: center;
}

.p-product__name {
  grid-column: 2/3;
  grid-row: 2/3;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 14px;
  padding-bottom: 5px;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .p-product__name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__name {
    font-size: 1.8rem;
  }
}

.p-product__discrption {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-product__discrption {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__discrption {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__coordinate {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__coordinate {
    margin-bottom: 30px;
  }
}

.p-product-coordinate__head {
  text-align: center;
}

.p-product-coordinate__title {
  position: relative;
  font-family: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
  font-size: 5rem;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-product-coordinate__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-coordinate__title {
    font-size: 3rem;
  }
}
.p-product-coordinate__title--cursive {
  position: absolute;
  transform: rotate(-10deg);
  bottom: 0;
  font-family: "Dancing Script", cursive;
}
@media screen and (min-width: 768px) {
  .p-product-coordinate__title--cursive {
    right: -4rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-coordinate__title--cursive {
    right: -2rem;
    font-size: 2rem;
  }
}

.p-product-coordinate__item {
  margin-bottom: 30px;
}

.p-product__hashtag {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-product__hashtag {
    font-size: 1.8rem;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__hashtag {
    font-size: 1.4rem;
    margin: 0 auto 30px;
  }
}

.p-product__btn {
  text-align: center;
}
.p-product__btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 2px solid;
  text-align: center;
  letter-spacing: 0.25em;
  font-family: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
}
@media screen and (min-width: 768px) {
  .p-product__btn a {
    padding: 13px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__btn a {
    padding: 8px 0;
    font-size: 1.5rem;
  }
}

.p-product-head__text {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-head__text {
    grid-template-columns: 13rem auto;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text {
    grid-template-columns: 8.5rem auto;
  }
}
.p-product-head__text--number {
  grid-column: 1/2;
  grid-row: 1/3;
  letter-spacing: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  color: #8c99a1;
}
@media screen and (min-width: 768px) {
  .p-product-head__text--number {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text--number {
    font-size: 5.5rem;
  }
}

.p-product-head__text--kata {
  grid-column: 2/3;
  grid-row: 2/3;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-product-head__text--kata {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text--kata {
    font-size: 3rem;
  }
}

.p-product-head__text--en {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 600;
  font-family: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.5rem;
}

.p-product-head__discrption {
  margin-top: 30px;
  text-align: center;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-product-head__discrption {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__discrption {
    font-size: 1.3rem;
  }
}

.p-item-list {
  width: 100%;
}
.p-item-list__item {
  padding: 0 5px;
}
.p-item-list__item a {
  display: block;
}

.p-item-list__image img {
  width: 100%;
}

.p-item-list-thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.p-item-list-thumbnail__item {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-item-list-thumbnail__item {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-item-list-thumbnail__item {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.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);
}

.box {
  opacity: 0;
}

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

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  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;
}