@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;600;700&family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,700&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;
  font-weight: normal;
}
.p-index-head__top {
  position: relative;
}

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

.p-index-head__decoration {
  width: 90%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-index-head__decoration--text {
  color: #fff;
  text-align: center;
  font-family: "Bodoni Moda", serif;
}
@media screen and (min-width: 768px) {
  .p-index-head__decoration--text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index-head__decoration--text {
    font-size: 1.5rem;
  }
}

.p-index-head-icon,
.p-index-head-text {
  opacity: 0;
}

@keyframes iconAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-index-head-icon {
  animation: 0.8s linear iconAnimation;
  animation-delay: 0.5s;
  transform-origin: center center;
  animation-fill-mode: forwards;
}

.p-index-head-text {
  animation: 0.8s linear iconAnimation;
  animation-delay: 1.3s;
  transform-origin: center center;
  animation-fill-mode: forwards;
}

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

.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: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head-text__text--en {
    font-size: 1.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-head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section-head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-head {
    margin-bottom: 30px;
  }
}
.p-section-head__title {
  font-family: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
}
@media screen and (min-width: 768px) {
  .p-section-head__title {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-head__title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

.p-section-head__comment {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-section-head__comment {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-head__comment {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-section-head__discription {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section-head__discription {
    font-size: 1.5rem;
  }
}

.p-section-menu {
  text-align: center;
}
.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.8rem;
  }
}

.p-section-menu__list {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}
.p-section-menu__item {
  margin-top: 30px;
  text-align: left;
}
.p-section-menu__item a {
  display: inline-block;
  border-bottom: 1px solid;
}
.p-section-menu__item img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-section-menu__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section-menu__text {
    font-size: 1.5rem;
  }
}
.p-section-menu__text-num {
  font-family: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-section-menu__text-num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section-menu__text-num {
    font-size: 2.2rem;
  }
}

@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__item {
  margin-bottom: 100px;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .p-product__item {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__item {
    margin-bottom: 100px;
  }
}

.p-product__head {
  margin: 0 auto;
}

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

.p-product-detail__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;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-product__discrption {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__discrption {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.p-product__discrption-bold {
  color: #89773c;
}

.p-product-point {
  width: 90%;
  margin: 0 auto;
}
.p-product-point__head {
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-product-point__head {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-point__head {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.p-product-point__head:before,
.p-product-point__head:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.p-product-point__head:before {
  margin-right: 1rem;
}

.p-product-point__head:after {
  margin-left: 1rem;
}

.p-product-point__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-product-point__list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-point__list {
    margin-bottom: 30px;
  }
}

.p-product-point__item {
  width: 31%;
  padding: 5px;
}

.p-point-discription {
  text-align: left;
}
.p-point-discription__head {
  position: relative;
  padding: 0 20px;
  background: #f3f0e5;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-point-discription__head {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point-discription__head {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.p-point-discription__head::before {
  content: "";
  background: #89773c;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
}

.p-point-discription__comment {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-point-discription__comment {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point-discription__comment {
    font-size: 1.5rem;
  }
}
.p-point-discription__table {
  margin: 10px auto;
}
.p-point-discription__table th,
.p-point-discription__table td {
  padding-bottom: 20px;
  vertical-align: middle;
  text-align: left;
  color: #655522;
}
@media screen and (min-width: 768px) {
  .p-point-discription__table th,
  .p-point-discription__table td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point-discription__table th,
  .p-point-discription__table td {
    font-size: 1.2rem;
  }
}

.p-point-discription__table th {
  word-break: keep-all;
  padding-right: 10px;
  text-decoration: underline;
  font-weight: bold;
}

.p-point-memo {
  padding: 15px 15px;
  margin: 30px 0;
  background: #f6f4ec;
  box-shadow: 0px 0px 0px 5px #f6f4ec;
  border-radius: 8px;
  background-image: linear-gradient(to right, #655522 2px, transparent 2px), linear-gradient(to bottom, #655522 2px, transparent 2px), linear-gradient(to left, #655522 2px, transparent 2px), linear-gradient(to top, #655522 2px, transparent 2px);
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right bottom, right bottom, left top;
}
.p-point-memo__head {
  position: relative;
  padding-left: 18px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  color: #655522;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-point-memo__head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point-memo__head {
    font-size: 1.5rem;
  }
}
.p-point-memo__head::before {
  content: "";
  background: url(../images/denkyu.png);
  width: 12px;
  height: 20px;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-point-memo__comment {
  line-height: 1.5;
  text-align: center;
  color: #655522;
}
@media screen and (min-width: 768px) {
  .p-point-memo__comment {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point-memo__comment {
    font-size: 1.5rem;
  }
}
.p-point-memo__comment img {
  display: block;
  width: 30%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-product-point__image {
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-product-point__image {
    margin: 30px auto;
  }
}
.p-product-point__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-product__price {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__price {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}

.p-product__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product__btn + .p-product__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__btn + .p-product__btn {
    margin-top: 30px;
  }
}

.p-product__btn a {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 2px solid;
  text-align: center;
  font-weight: bold;
}
@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__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
}

.p-product__btn__text {
  text-align: center;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-product__btn__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__btn__text {
    font-size: 1.2rem;
  }
}

.p-product-head__text {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-head__text {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
.p-product-head__text--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-product-head__text--icon {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text--icon {
    width: 100px;
  }
}

.p-product-head__text--kata {
  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: 3rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text--kata {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.p-product-head__text--en {
  font-weight: 600;
  font-family: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-product-head__text--en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-head__text--en {
    font-size: 1.2rem;
  }
}

.p-product-head__discrption {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}
@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.5rem;
  }
}

.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: 2s 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: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animaBg {
  display: inline-block;
  position: relative;
}

.animaBg::before {
  content: "";
  display: block;
  background-color: #fff6a8;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  /* z-index: -1; */
}

.animaBg.animated::before {
  animation: anima_bg 1.5s ease-out 1 forwards;
}

.animaBg span {
  position: relative;
  z-index: 1;
}

@keyframes anima_bg {
  0% {
    left: 0;
    right: 100%;
  }
  100% {
    left: 0;
    right: 0;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-point-discription__head {
  overflow: hidden;
}

.slideInText {
  display: block;
  margin-left: -100%;
  transition: 1s;
}

.slideInText.animated {
  margin-left: 0;
}

.animation-point-icon .p-product-point__item {
  opacity: 0;
}

.animation-point-icon.animated .p-product-point__item:first-child {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.animation-point-icon.animated .p-product-point__item:nth-child(2) {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.animation-point-icon.animated .p-product-point__item:nth-child(3) {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideInDiscriotion {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  animation-delay: 0.8s;
  text-align: center;
}

.slideInDiscriotion .slideInDiscriotion__container {
  display: block;
  transform: translate(100%, 0);
  animation-delay: 0.8s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.slideInDiscriotion.animated,
.slideInDiscriotion.animated .slideInDiscriotion__container {
  transform: translate(0, 0);
}

.slideInTitle {
  overflow: hidden;
  transform: translate(-100%, 0);
  animation-delay: 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.slideInTitle .slideInTitle__container {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.slideInTitle.animated,
.slideInTitle.animated .slideInTitle__container {
  transform: translate(0, 0);
}

.slideInImage {
  transform: translate(-100%, 0);
}

.slideInImage.animated {
  animation-name: slideInImageAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slideInImageAnime {
  from {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}