.p-section {
  padding: 50px 0 80px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-section {
    padding: 9% 0 10.7%;
  }
}

.p-kv {
  width: 100%;
  position: relative;
  padding-top: 75px;
  padding-bottom: 155px;
  overflow: hidden;
}
.p-kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/main_bg_pc.jpg) no-repeat center/cover;
  transform: scale(1.05);
  opacity: 0;
  transition: transform 3s var(--ease-main), opacity 0.8s var(--ease-main);
}
.is-load .p-kv::before {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-kv::before {
    background: url(../img/main_bg_sp.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 899px) {
  .p-kv {
    padding-top: 47px;
  }
}

.p-kv__image {
  width: 82.4%;
  margin: 0 auto;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.6s var(--ease-bound), opacity 0.7s var(--ease-main);
}
.is-load .p-kv__image {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-kv__image {
    width: 100%;
  }
}
.p-kv__image img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.p-kv__logo {
  width: 38.5%;
  position: absolute;
  bottom: 17.3%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-kv__logo {
    width: 88.4%;
    bottom: 6%;
  }
}
.p-kv__logo img {
  width: 100%;
  max-width: 742px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.7s var(--ease-main) 0.1s;
}
.is-load .p-kv__logo img {
  opacity: 1;
  transform: translateY(0);
}

.p-news {
  background: url(../img/bg_01.jpg) repeat left top/300px auto;
}

.p-news__title {
  margin-bottom: 60px;
  color: var(--color-green);
}
@media screen and (max-width: 899px) {
  .p-news__title {
    margin-bottom: 30px;
  }
}
.p-news__title::before {
  background-color: var(--color-green);
}
.p-news__title-deco::before {
  background-color: var(--color-green);
}
.p-news__title-deco::after {
  background-color: var(--color-green);
}
.p-news__title h2 {
  background-color: var(--color-lightgreen);
  border-color: var(--color-green);
}
.p-news__title h2 span {
  border-color: var(--color-green);
}
.p-news__title h2::before {
  background-color: var(--color-green);
}
.p-news__title h2::after {
  background-color: var(--color-green);
}

.p-news__deco-item {
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.p-news__deco-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-news__deco-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-news__deco-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-news__deco-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-news__deco-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-news__deco-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-news__deco-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-news__deco-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-news__deco-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-news__deco-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-news__deco-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news__deco-item:nth-of-type(1) {
  width: 26.5%;
  top: -9.1%;
  left: -3.8%;
}
@media screen and (max-width: 899px) {
  .p-news__deco-item:nth-of-type(1) {
    width: 45.5%;
    top: -3.1%;
    left: -12%;
  }
}
.p-news__deco-item:nth-of-type(2) {
  width: 19.5%;
  top: 29.3%;
  right: -6.2%;
}
@media screen and (max-width: 899px) {
  .p-news__deco-item:nth-of-type(2) {
    width: 33.5%;
    top: 17.5%;
    right: -10.2%;
  }
}
.p-news__contents {
  width: 78%;
  max-width: 1200px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    width: 89.2%;
    margin: 0 auto 23px;
  }
}
.p-news__contents-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-news__contents-list {
    display: block;
  }
}
.p-news__contents-list-item {
  width: 32%;
  border-radius: 14px;
  background-color: var(--color-white);
  border: 2px solid var(--color-green);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main), background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(1) {
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(2) {
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(3) {
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(4) {
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-main) 0.4s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(5) {
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-main) 0.5s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(6) {
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-main) 0.6s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(7) {
  transition: opacity 0.6s var(--ease-main) 0.7s, transform 0.6s var(--ease-main) 0.7s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(8) {
  transition: opacity 0.6s var(--ease-main) 0.8s, transform 0.6s var(--ease-main) 0.8s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(9) {
  transition: opacity 0.6s var(--ease-main) 0.9s, transform 0.6s var(--ease-main) 0.9s, background-color 0.6s var(--ease-main);
}
.p-news__contents-list-item:nth-of-type(10) {
  transition: opacity 0.6s var(--ease-main) 1s, transform 0.6s var(--ease-main) 1s, background-color 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-news__contents-list-item:hover {
    background-color: var(--color-lightgreen);
  }
}
.p-scroll.is-active .p-news__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .p-news__contents-list-item {
    min-height: 107px;
  }
}
@media screen and (max-width: 899px) {
  .p-news__contents-list-item {
    width: 100%;
    margin-bottom: 4px;
    border-radius: 10px;
    border: 1px solid var(--color-green);
  }
}
.p-news__contents-list-item a {
  display: block;
  height: 100%;
  padding: 17px 17px;
}
@media screen and (max-width: 899px) {
  .p-news__contents-list-item a {
    padding: 14px 15px;
  }
}
.p-news__contents-list-item .p-in-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  padding: 2px 14px;
  border-radius: 50rem;
  color: var(--color-white);
  background-color: var(--color-green);
}
@media screen and (max-width: 899px) {
  .p-news__contents-list-item .p-in-date {
    margin-bottom: 7px;
    font-size: 1.1rem;
    letter-spacing: 0.07em;
    padding: 2px 6px;
  }
}
.p-news__contents-list-item .p-in-title {
  color: var(--color-black);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-news__contents-list-item .p-in-title {
    -webkit-line-clamp: 1;
    font-size: 1.1rem;
  }
}

.p-news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-news__more {
  opacity: 1;
  transform: translateY(0);
}
.p-news__more-link {
  display: block;
  background-color: var(--color-green);
  padding: 4px 10px;
  font-size: 2rem;
  border-radius: 50rem;
  font-family: var(--font-other);
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-news__more-link {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}

.p-shop {
  background: url(../img/bg_02.jpg) repeat left top/300px auto;
}

.p-shop__deco-item {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.p-shop__deco-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-shop__deco-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-shop__deco-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-shop__deco-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-shop__deco-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-shop__deco-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-shop__deco-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-shop__deco-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-shop__deco-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-shop__deco-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-shop__deco-item {
  opacity: 1;
  transform: translateY(0);
}
.p-shop__deco-item:nth-of-type(1) {
  width: 21.1%;
  top: 17.6%;
  left: -4.5%;
}
@media screen and (max-width: 899px) {
  .p-shop__deco-item:nth-of-type(1) {
    width: 37.1%;
    top: 9.5%;
    left: -11.6%;
  }
}
.p-shop__deco-item:nth-of-type(2) {
  width: 17.3%;
  top: -32.3%;
  left: -3.3%;
}
@media screen and (max-width: 899px) {
  .p-shop__deco-item:nth-of-type(2) {
    width: 28.3%;
    top: -6%;
    left: -3.3%;
  }
}
.p-shop__deco-item:nth-of-type(3) {
  width: 17.5%;
  top: -20.2%;
  right: 4.6%;
}
@media screen and (max-width: 899px) {
  .p-shop__deco-item:nth-of-type(3) {
    width: 31.5%;
    top: -13.2%;
    right: -0.4%;
  }
}
.p-shop__deco-item:nth-of-type(4) {
  width: 16.6%;
  top: -8.2%;
  right: -2.4%;
}
@media screen and (max-width: 899px) {
  .p-shop__deco-item:nth-of-type(4) {
    width: 26.6%;
    top: -2.6%;
    right: -7.4%;
  }
}

.p-shop__title {
  margin-bottom: 60px;
  color: var(--color-yellow);
}
@media screen and (max-width: 899px) {
  .p-shop__title {
    margin-bottom: 30px;
  }
}
.p-shop__title::before {
  background-color: var(--color-yellow);
}
.p-shop__title-deco::before {
  background-color: var(--color-yellow);
}
.p-shop__title-deco::after {
  background-color: var(--color-yellow);
}
.p-shop__title h2 {
  background-color: var(--color-lightyellow);
  border-color: var(--color-yellow);
}
.p-shop__title h2 span {
  border-color: var(--color-yellow);
}
.p-shop__title h2::before {
  background-color: var(--color-yellow);
}
.p-shop__title h2::after {
  background-color: var(--color-yellow);
}

.p-shop__contents-nav {
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-shop__contents-nav {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-shop__contents-nav {
    margin-bottom: 25px;
  }
}
.p-shop__contents-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-nav-list {
    gap: 0 9px;
  }
}
.p-shop__contents-nav-list-item {
  padding: 9px 23px;
  font-family: var(--font-other);
  font-size: 3rem;
  color: var(--color-yellow);
  background-color: var(--color-white);
  border-radius: 50rem;
  border: 2px solid var(--color-yellow);
  cursor: pointer;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-shop__contents-nav-list-item:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-shop__contents-nav-list-item {
    padding: 4px 12px;
    font-family: var(--font-other);
    font-size: 1.5rem;
    border: 1px solid var(--color-yellow);
  }
}
.p-shop__contents-nav-list-item.is-current {
  color: var(--color-white);
  background-color: var(--color-yellow);
  pointer-events: none;
}
.p-shop__contents-main {
  width: 78%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-shop__contents-main {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main {
    width: 90%;
  }
}
.p-shop__contents-main-list-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-shop__contents-main-list-item.is-current {
  opacity: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item {
    display: block;
  }
}
.p-shop__contents-main-list-item-block {
  width: 48.4%;
  border: 2px solid var(--color-yellow);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-block {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    border-width: 1px;
  }
  .p-shop__contents-main-list-item-block:last-of-type {
    margin-bottom: 0;
  }
}
.p-shop__contents-main-list-item-map {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-shop__contents-main-list-item-map {
    min-height: 470px;
  }
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-map {
    height: 0;
    padding-top: 60%;
  }
}
.p-shop__contents-main-list-item-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-shop__contents-main-list-item-detail {
  padding: 26px;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail {
    padding: 12px;
  }
}
.p-shop__contents-main-list-item-detail .p-in-head {
  display: flex;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--color-yellow);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-head {
    border-width: 1px;
    padding-bottom: 4px;
  }
}
.p-shop__contents-main-list-item-detail .p-in-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: var(--color-yellow);
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-head::before {
    bottom: -3px;
  }
}
.p-shop__contents-main-list-item-detail .p-in-head .p-in-icon {
  width: 20px;
  margin-right: 7px;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-head .p-in-icon {
    width: 14px;
  }
}
.p-shop__contents-main-list-item-detail .p-in-head .p-in-text {
  margin-top: -6px;
  font-family: var(--font-other);
  color: var(--color-yellow);
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-head .p-in-text {
    margin-top: -2px;
    font-family: var(--font-other);
    color: var(--color-yellow);
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-shop__contents-main-list-item-detail .p-in-detail {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-detail {
    margin-top: 8px;
  }
}
.p-shop__contents-main-list-item-detail .p-in-detail li {
  margin-bottom: 18px;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-detail li {
    margin-bottom: 8px;
  }
}
.p-shop__contents-main-list-item-detail .p-in-detail li:last-of-type {
  margin-bottom: 0;
}
.p-shop__contents-main-list-item-detail .p-in-detail-head {
  margin-bottom: 10px;
  color: var(--color-yellow);
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-detail-head {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
}
.p-shop__contents-main-list-item-detail .p-in-detail-text {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item-detail .p-in-detail-text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.p-about {
  background: url(../img/bg_03.jpg) repeat left top/300px auto;
}

.p-about__deco-item {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.p-about__deco-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-about__deco-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-about__deco-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-about__deco-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-about__deco-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-about__deco-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-about__deco-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-about__deco-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-about__deco-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-about__deco-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-about__deco-item {
  opacity: 1;
  transform: translateY(0);
}
.p-about__deco-item:nth-of-type(1) {
  width: 28.7%;
  top: 188px;
  left: -11.8%;
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(1) {
    width: 38.7%;
    max-width: 180px;
    top: -75px;
    left: -20%;
  }
}
.p-about__deco-item:nth-of-type(2) {
  width: 31.8%;
  top: -52px;
  right: -11.5%;
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(2) {
    width: 58%;
    max-width: 180px;
    top: -14.4px;
    right: -32.3%;
  }
}
.p-about__deco-item:nth-of-type(3) {
  width: 17.8%;
  top: 93.2%;
  right: -3.2%;
  transform: rotate(180deg) rotateX(180deg);
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(3) {
    max-width: 180px;
    width: 30%;
    top: 98.8%;
    right: -8.5%;
  }
}
.p-about__deco-item:nth-of-type(4) {
  width: 16.6%;
  top: -100px;
  left: 1.2%;
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(4) {
    width: 26.6%;
    max-width: 180px;
    top: -53px;
    left: -3.7%;
  }
}
.p-about__deco-item:nth-of-type(5) {
  width: 15.8%;
  top: 202px;
  right: 3.4%;
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(5) {
    width: 27.8%;
    max-width: 180px;
    top: 243px;
    right: -6%;
  }
}
.p-about__deco-item:nth-of-type(6) {
  width: 15.8%;
  top: 87.6%;
  left: 1.4%;
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(6) {
    width: 27.8%;
    max-width: 180px;
    top: 96.7%;
    left: -4.6%;
  }
}

.p-about__title {
  margin-bottom: 60px;
  color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .p-about__title {
    margin-bottom: 30px;
  }
}
.p-about__title::before {
  background-color: var(--color-blue);
}
.p-about__title-deco::before {
  background-color: var(--color-blue);
}
.p-about__title-deco::after {
  background-color: var(--color-blue);
}
.p-about__title h2 {
  background-color: var(--color-lightblue);
  border-color: var(--color-blue);
}
.p-about__title h2 span {
  border-color: var(--color-blue);
}
.p-about__title h2::before {
  background-color: var(--color-blue);
}
.p-about__title h2::after {
  background-color: var(--color-blue);
}

.p-about__contents {
  width: 78%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 43px;
  border: 2px solid var(--color-blue);
  position: relative;
  border-radius: 20px;
  background-color: var(--color-white);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-about__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents {
    width: 90%;
    padding: 12px 12px 16px;
    border-radius: 10px;
  }
}
.p-about__contents-nav {
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-about__contents-nav {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-nav {
    margin-bottom: 25px;
  }
}
.p-about__contents-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-nav-list {
    gap: 0 9px;
  }
}
.p-about__contents-nav-list-item {
  padding: 9px 23px;
  font-family: var(--font-other);
  font-size: 3rem;
  color: var(--color-blue);
  background-color: var(--color-white);
  border-radius: 50rem;
  border: 2px solid var(--color-blue);
  cursor: pointer;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-about__contents-nav-list-item:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-about__contents-nav-list-item {
    padding: 4px 12px;
    font-family: var(--font-other);
    font-size: 1.5rem;
    border: 1px solid var(--color-blue);
  }
}
.p-about__contents-nav-list-item.is-current {
  color: var(--color-white);
  background-color: var(--color-blue);
  pointer-events: none;
}
.p-about__contents-lead {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-about__contents-lead {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
}
.p-about__contents-date .p-in-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-date .p-in-head {
    margin-bottom: 6px;
  }
}
.p-about__contents-date .p-in-head .p-in-head-icon {
  width: 20px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-date .p-in-head .p-in-head-icon {
    width: 14px;
  }
}
.p-about__contents-date .p-in-head .p-in-head-text {
  margin: 0 8px;
  font-family: var(--font-other);
  font-size: 2.8rem;
  color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .p-about__contents-date .p-in-head .p-in-head-text {
    margin: 0 4px;
    font-size: 1.9rem;
  }
}
.p-about__contents-date .p-in-text {
  margin-bottom: 24px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-about__contents-date .p-in-text {
    margin-bottom: 17px;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.45;
  }
}
.p-about__contents-link {
  width: 350px;
  margin: 0 auto;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-about__contents-link:hover {
    transform: scale(0.97);
  }
}
@media screen and (max-width: 899px) {
  .p-about__contents-link {
    width: 94%;
    margin: 0 auto;
  }
}
.p-about__contents-link .p-in-text {
  display: block;
  padding: 22px 0;
  background-color: var(--color-blue);
  text-align: center;
  color: var(--color-white);
  font-size: 2.3rem;
  line-height: 1.6;
  border-radius: 50rem;
}
@media screen and (max-width: 899px) {
  .p-about__contents-link .p-in-text {
    padding: 13px 0;
    font-size: 1.6rem;
  }
}
.p-about__contents-caution {
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-about__contents-caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.9;
}
.p-about__contents-caution li.--text {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 899px) {
  .p-about__contents-caution li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.p-about__contents-place {
  position: relative;
}
.p-about__contents-place-block {
  margin-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-about__contents-place-block.is-current {
  opacity: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block {
    margin-bottom: 20px;
  }
}
.p-about__contents-place-block .p-in-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-head {
    margin-bottom: 10px;
  }
}
.p-about__contents-place-block .p-in-head .p-in-head-icon {
  width: 20px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-head .p-in-head-icon {
    width: 13px;
  }
}
.p-about__contents-place-block .p-in-head .p-in-head-text {
  margin: 0 8px;
  font-family: var(--font-other);
  font-size: 2.8rem;
  color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-head .p-in-head-text {
    margin: 0 3px;
    font-size: 1.8rem;
  }
}
.p-about__contents-place-block .p-in-lead {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-lead {
    margin-bottom: 4px;
    text-align: center;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list {
    width: 95%;
    margin: 0 auto;
  }
}
.p-about__contents-place-block .p-in-list .p-in-list-item {
  display: flex;
  margin-bottom: 10px;
  border: 2px solid var(--color-blue);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list .p-in-list-item {
    display: block;
    border-radius: 8px;
    border: 1px solid var(--color-blue);
  }
}
.p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-head {
  width: 214px;
  padding: 26px 17px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  background-color: var(--color-blue);
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-head {
    width: 100%;
    padding: 7px 7px 12px;
    font-size: 1.5rem;
  }
}
.p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail {
  flex: 1;
  padding: 26px 23px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail {
    padding: 15px 8px;
  }
}
.p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-date {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-date {
    font-size: 1.4rem;
  }
}
.p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-result {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 7px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 5px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-result {
    margin-bottom: 6px;
    padding: 3px 6px;
    font-size: 1.1rem;
  }
}
.p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-caution li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-text {
  margin-bottom: 10px;
}
.p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-text li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-block .p-in-list .p-in-list-item .p-in-list-detail .p-in-list-text li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.p-about__contents-place-caution {
  margin-bottom: 45px;
  padding: 22px 28px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-caution {
    margin-bottom: 20px;
    padding: 16px 15px;
  }
}
.p-about__contents-place-caution:last-of-type {
  margin-bottom: 0;
}
.p-about__contents-place-caution::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
  opacity: 0.2;
}
.p-about__contents-place-caution-head {
  margin-bottom: 14px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-caution-head {
    margin-bottom: 14px;
    text-align: center;
    font-size: 1.3rem;
  }
}
.p-about__contents-place-caution-detail li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-about__contents-place-caution-detail li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.p-goods {
  background: url(../img/bg_04.jpg) repeat left top/300px auto;
}
@media screen and (max-width: 899px) {
  .p-goods {
    padding-bottom: 22%;
  }
}

.p-goods__deco-item {
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.p-goods__deco-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-goods__deco-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-goods__deco-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-goods__deco-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-goods__deco-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-goods__deco-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-goods__deco-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-goods__deco-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-goods__deco-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-goods__deco-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-goods__deco-item {
  opacity: 1;
  transform: translateY(0);
}
.p-goods__deco-item:nth-of-type(1) {
  width: 25.5%;
  top: 16.4%;
  left: -6.7%;
}
@media screen and (max-width: 899px) {
  .p-goods__deco-item:nth-of-type(1) {
    width: 45.5%;
    top: 11.2%;
    left: -11.6%;
  }
}
.p-goods__deco-item:nth-of-type(2) {
  width: 16.1%;
  top: 38.5%;
  right: -1.3%;
}
@media screen and (max-width: 899px) {
  .p-goods__deco-item:nth-of-type(2) {
    width: 27%;
    top: 88.9%;
    right: -3.3%;
  }
}
.p-goods__deco-item:nth-of-type(3) {
  width: 16.1%;
  top: 43.5%;
  right: 6.5%;
}
@media screen and (max-width: 899px) {
  .p-goods__deco-item:nth-of-type(3) {
    width: 27%;
    top: 90.5%;
    right: 8%;
  }
}

.p-goods__title {
  margin-bottom: 74px;
  color: var(--color-purple);
}
@media screen and (max-width: 899px) {
  .p-goods__title {
    margin-bottom: 34px;
  }
}
.p-goods__title::before {
  background-color: var(--color-purple);
}
.p-goods__title-deco::before {
  background-color: var(--color-purple);
}
.p-goods__title-deco::after {
  background-color: var(--color-purple);
}
.p-goods__title h2 {
  background-color: var(--color-lightpurple);
  border-color: var(--color-purple);
}
.p-goods__title h2 span {
  border-color: var(--color-purple);
}
.p-goods__title h2::before {
  background-color: var(--color-purple);
}
.p-goods__title h2::after {
  background-color: var(--color-purple);
}

.p-goods__contents {
  width: 78%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-goods__contents {
    width: 90%;
  }
}

.p-goods__coming {
  margin-bottom: 70px;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.07em;
  font-family: var(--font-other);
  color: var(--color-purple);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-goods__coming {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-goods__coming {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}

.p-goods__caution {
  width: 86%;
  margin-right: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-goods__caution {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-goods__caution {
    width: 100%;
  }
}
.p-goods__caution-head {
  margin-bottom: 18px;
  font-size: 2.1rem;
}
@media screen and (max-width: 899px) {
  .p-goods__caution-head {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.p-goods__caution-main {
  margin-bottom: 20px;
}
.p-goods__caution-main .p-in-head {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-goods__caution-main .p-in-head {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
}
.p-goods__caution-main .p-in-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-goods__caution-main .p-in-list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-goods__caution-main .p-in-list li a {
  text-decoration: underline;
  color: var(--color-black);
}
@media screen and (min-width: 900px) {
  .p-goods__caution-main .p-in-list li a:hover {
    opacity: 0.6;
  }
}