@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__text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .p-index-head__text {
    padding: 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-index-head__text {
    padding: 50px;
  }
}

.p-index-head__discription {
  margin-top: 30px;
}
.p-index-head__discription p {
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
}
@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 {
  text-align: center;
}
.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: 3rem;
  }
}

.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 {
  margin-bottom: 50px;
}
.p-section-menu__title {
  text-align: center;
  font-family: "Cormorant", sans-serif;
  font-weight: 600;
}
@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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.p-section-menu__item {
  width: 33%;
}
.p-section-menu__item a {
  display: block;
}

.p-section-menu__text {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.p-section-menu__text--number {
  font-weight: bold;
  display: block;
}

.p-section-menu__text::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  left: 46%;
  left: calc(50% - 10px);
  bottom: 10px;
}

.p-section__product {
  border-top: 1px solid;
}
@media screen and (min-width: 768px) {
  .p-section__product {
    margin: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-section__product {
    margin: 50px auto;
  }
}

@media screen and (min-width: 768px) {
  .p-product__head {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__head {
    margin: 0 auto 30px;
  }
}

.p-product__mainimage {
  display: block;
  margin-bottom: 50px;
  padding-top: 60px;
}
.p-product__color {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-product__image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-product__image img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-product__image img {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-product__image p {
    width: 50%;
  }
}

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

.p-product-itemList__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-itemList__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-itemList__head {
    margin-bottom: 20px;
  }
}

.p-product-itemList__title {
  position: relative;
  font-family: "Cormorant", sans-serif;
  font-size: 5rem;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-product-itemList__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-itemList__title {
    font-size: 3rem;
  }
}
.p-product-itemList__title--cursive {
  position: absolute;
  transform: rotate(-10deg);
  bottom: 0;
  font-family: "Dancing Script", cursive;
}
@media screen and (min-width: 768px) {
  .p-product-itemList__title--cursive {
    right: -4rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-itemList__title--cursive {
    right: -2rem;
    font-size: 2rem;
  }
}

.p-product-itemList__item {
  margin-bottom: 50px;
}

.p-product-itemList__item-list {
  margin-top: 20px;
}

.p-item-list__btn {
  text-align: center;
}
.p-item-list__btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.25em;
  background: #333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-item-list__btn a {
    padding: 8px 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-item-list__btn a {
    padding: 5px 0;
    font-size: 1rem;
  }
}

.p-product-head__text {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-product-head__text {
    grid-template-columns: 4rem auto;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text {
    grid-template-columns: 2.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: #665645;
}
@media screen and (min-width: 768px) {
  .p-product-head__text--number {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text--number {
    font-size: 4.5rem;
  }
}

.p-product-head__text--kata {
  grid-column: 2/3;
  grid-row: 1/2;
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
}

.p-product-head__text--en {
  grid-column: 2/3;
  grid-row: 2/3;
  font-family: "Cormorant", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-product-head__text--en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text--en {
    font-size: 3rem;
  }
}

.p-product-head__discrption {
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
}

.p-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-item-list {
    gap: 1%;
  }
}
@media screen and (max-width: 767px) {
  .p-item-list {
    gap: 3%;
  }
}
.p-item-list__item {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .p-item-list__item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .p-item-list__item {
    width: 48%;
  }
}
.p-item-list__item > a {
  display: block;
}

.p-item-list__text {
  line-height: 1.5;
  width: 90%;
  margin: 10px auto;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-item-list__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-item-list__text {
    font-size: 1.2rem;
  }
}

.p-item-all {
  text-align: center;
}
.p-item-all a {
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.25em;
  background: #333;
  color: #fff;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-item-all a {
    width: 100%;
    padding: 8px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-item-all a {
    width: 90%;
    padding: 5px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}