@charset "UTF-8";
.p-news {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.4%;
    column-gap: 2.4%;
    row-gap: 45px;
  }
}
@media screen and (max-width: 900px) {
  .p-news__list-item + .p-news__list-item {
    margin-top: 19px;
  }
}
@media screen and (max-width: 900px) {
  .p-news__list-item .c-news {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-news__list-item .c-news__thumb {
    width: 39%;
    margin-right: 4.2%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-news__list-item .c-news__inner {
    flex-grow: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-news__list-item .c-news__ttl {
    -webkit-line-clamp: 2;
  }
}
.p-news__footer {
  padding-top: 7.8%;
}

.p-news_detail {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-news_detail__container {
    width: 86.6666666667%;
    margin: 0 auto;
  }
}
.p-news_detail__header {
  margin-bottom: 4%;
}
@media screen and (max-width: 900px) {
  .p-news_detail__header {
    margin-bottom: 4.5%;
  }
}
.p-news_detail__category {
  display: inline-block;
  margin-right: 1px;
  color: #eB002d;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__category {
    margin-right: 8px;
    font-size: 12px;
  }
}
.p-news_detail__date {
  display: inline-block;
  color: #aba5a2;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__date {
    font-size: 12px;
  }
}
.p-news_detail__ttl {
  margin-top: 18px;
  font-weight: 800;
  font-size: 29px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-news_detail__ttl {
    font-size: 20px;
  }
}
.p-news_detail__inner {
  line-height: 1.9;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner {
    font-size: 14px;
    line-height: 1.75;
  }
}
.p-news_detail__inner a {
  position: relative;
  color: #eB002d;
  text-decoration: underline;
}
.p-news_detail__inner a:hover {
  text-decoration: none;
}
.p-news_detail__inner img {
  max-width: 100% !important;
}
.p-news_detail__inner iframe {
  max-width: 100% !important;
  aspect-ratio: 1.8;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner iframe {
    width: 100%;
    height: auto;
  }
}
.p-news_detail__inner h3 {
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner h3 {
    font-size: 18px;
  }
}
.p-news_detail__inner h4 {
  display: inline;
  font-size: 26px;
  padding: 0 1px 0px;
  background: linear-gradient(transparent 18%, #ffd9e2 18%, #ffd9e2 60%, #ffd9e2 82%, transparent 82%);
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner h4 {
    font-size: 18px;
  }
}
.p-news_detail__inner h5 {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner h5 {
    font-size: 16px;
  }
}
.p-news_detail__inner h6 {
  font-size: 20px;
  color: #eB002d;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner h6 {
    font-size: 16px;
  }
}
.p-news_detail__inner table {
  border: 1px solid #aba5a2;
}
.p-news_detail__inner table th {
  padding: 11px 26px;
  border-right: 1px solid #aba5a2;
  background: #eae8e8;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner table th {
    padding: 5px 11px;
  }
}
.p-news_detail__inner table tr {
  border-bottom: 1px solid #aba5a2;
}
.p-news_detail__inner table td {
  padding: 11px 26px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner table td {
    padding: 5px 11px;
  }
}
.p-news_detail__inner table td + td {
  border-left: 1px solid #aba5a2;
}
.p-news_detail__inner hr {
  border-color: #eB002d;
}
.p-news_detail__inner hr.bold {
  border-width: 4px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner hr.bold {
    border-width: 3px;
  }
}
.p-news_detail__inner .box {
  padding: 22px 27px;
  border: 1px solid #aba5a2;
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner .box {
    padding: 15px 17px;
  }
}
.p-news_detail__inner .box.--color {
  border-color: #eB002d;
  background: #ffd9e2;
}
.p-news_detail__inner .c-btn {
  max-width: 555px;
  margin: 0 auto;
  padding: 20px 0;
  color: #ffffff;
  font-weight: 800;
  border-color: #eB002d;
  border-width: 3px;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-news_detail__inner .c-btn {
    font-size: 18px;
  }
  .p-news_detail__inner .c-btn:hover {
    color: #eB002d;
    background: #ffffff;
  }
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner .c-btn {
    padding: 10px 0;
    font-size: 13px;
    border-width: 2px;
  }
}
.p-news_detail__inner .c-btn::after {
  content: none;
}
.p-news_detail__inner .c-btn.--line {
  color: #eB002d;
}
.p-news_detail__inner .c-btn.--line::after {
  background: #eB002d;
}
@media not all and (max-width: 900px) {
  .p-news_detail__inner .c-btn.--line:hover {
    color: #ffffff;
    background-color: #eB002d;
  }
}
.p-news_detail__footer {
  padding-top: 8.9%;
}
.p-news_detail__btn {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-news_detail__btn {
    width: 128px;
  }
}

.p-about {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-about__header {
    width: 86.6666666667%;
    margin: 0 auto;
    padding-bottom: 4.5%;
  }
}
@media screen and (max-width: 900px) {
  .p-about__header {
    padding-bottom: 12%;
  }
}
@media not all and (max-width: 900px) {
  .p-about__inner {
    width: 86.6666666667%;
    margin: 0 auto;
    padding-bottom: 4.2%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-about__inner {
    padding-bottom: 50px;
  }
}
@media not all and (max-width: 900px) {
  .p-about__chara {
    flex-shrink: 0;
    width: 30.3%;
    margin: 0 auto;
  }
  .--pale .p-about__chara {
    width: 31.3%;
    transform: translateX(-17%);
  }
}
@media screen and (max-width: 900px) {
  .p-about__chara {
    width: 21.5%;
    max-width: 160px;
    margin: 0 auto 14px;
  }
  .--pale .p-about__chara {
    width: 40.5%;
  }
}
.p-about__chara-inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.31, 1.35, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1) 0.2s;
}
@media not all and (max-width: 900px) {
  .p-about__chara-inner {
    width: 45.5%;
    margin: 0 auto;
  }
  .--pale .p-about__chara-inner {
    width: 83%;
  }
}
.is-load .p-about__chara-inner {
  transform: translateY(0);
  opacity: 1;
}
.p-about__box {
  flex-grow: 1;
}
.p-about__ttl {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-about__ttl {
    margin-bottom: 18px;
    text-align: center;
    font-size: 20px;
  }
}
.--plus .p-about__ttl {
  text-align: center;
}
.p-about__ttl-inner {
  position: relative;
  display: inline-block;
}
.p-about__ttl-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e60039;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.--pale .p-about__ttl-inner::before {
  background: #01b3d6;
}
.--plus .p-about__ttl-inner::before {
  background: linear-gradient(to right, rgb(169, 141, 231) 0%, rgb(109, 164, 223) 33%, rgb(80, 211, 209) 66%, rgb(110, 238, 191) 100%);
}
.is-load .p-about__ttl-inner::before {
  transform: scaleX(1);
}
.p-about__ttl-inner .p-in-txt {
  position: relative;
  white-space: nowrap;
}
.p-about__ttl .u-font-fredoka {
  vertical-align: baseline;
  font-weight: 800;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-about__ttl .u-font-fredoka {
    letter-spacing: 0.1rem;
  }
}
.p-about__desc {
  font-size: 18px;
  line-height: 1.75;
  transform: rotate(0.03deg);
  transform: translateY(30px) rotate(0.03deg);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.31, 1.35, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-about__desc {
    font-size: 14px;
    line-height: 1.78;
  }
}
@media not all and (max-width: 900px) {
  .--plus .p-about__desc {
    text-align: center;
  }
}
.is-load .p-about__desc {
  transform: translateY(0) rotate(0.03deg);
  opacity: 1;
}

.p-about_tab {
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-about_tab {
    width: 67.5%;
  }
}
@media screen and (max-width: 900px) {
  .p-about_tab {
    width: 90.1492537313%;
  }
}
.p-about_tab__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-about_tab__list {
    gap: 3px 2.3178807947%;
  }
}
.p-about_tab__list-item {
  width: 32.4786324786%;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-about_tab__list-item {
    width: 48.8410596026%;
  }
}
@media not all and (max-width: 900px) {
  .p-about_tab__list-item + .p-about_tab__list-item {
    margin-left: 1.2820512821%;
  }
}
@media screen and (max-width: 900px) {
  .p-about_tab__list-item .c-btn {
    padding: 10px 0;
  }
}
.p-about_tab__list-item .c-btn::before {
  content: none;
}
@media screen and (max-width: 900px) {
  .p-about_tab__list-item .c-btn.--palverse span, .p-about_tab__list-item .c-btn.--palverse-white span {
    width: 62%;
  }
}
@media screen and (max-width: 900px) {
  .p-about_tab__list-item .c-btn.--pale-white span, .p-about_tab__list-item .c-btn.--pale span {
    width: 49%;
  }
}
@media screen and (max-width: 900px) {
  .p-about_tab__list-item .c-btn.--plus-white span, .p-about_tab__list-item .c-btn.--plus span {
    width: 70%;
  }
}
.p-about_tab__list-item.is-active {
  pointer-events: auto;
}
.p-about_tab__list-item.is-active .c-btn {
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-about_tab__list-item.is-active .c-btn.--palverse span, .p-about_tab__list-item.is-active .c-btn.--palverse-white span {
    width: 62%;
  }
}
@media screen and (max-width: 900px) {
  .p-about_tab__list-item.is-active .c-btn.--pale-white span, .p-about_tab__list-item.is-active .c-btn.--pale span {
    width: 49%;
  }
}
.p-about_pic {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-about_pic {
    margin-left: 6.6666666667%;
  }
}
@media not all and (max-width: 900px) {
  .p-about_pic__slide {
    margin-right: calc(-50vw + 50%);
    padding-right: 6.6666666667%;
  }
}
.p-about_pic__img {
  position: relative;
  width: 100%;
  padding-top: 82.7380952381%;
  border-radius: 20px;
  overflow: hidden;
}
.p-about_pic__img .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-about_pic__pagination {
  position: absolute;
  top: 50%;
  left: -5.8%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-about_pic__pagination {
    top: auto;
    bottom: -13%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
  }
}

.p-about_point__header {
  margin-bottom: 56px;
}
@media screen and (max-width: 900px) {
  .p-about_point__header {
    margin-bottom: 22px;
  }
}
.p-about_point__icon {
  width: 157px;
  margin: 0 auto 9px;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.31, 1.35, 0.64, 1);
}
@media screen and (max-width: 900px) {
  .p-about_point__icon {
    width: 98px;
  }
}
.is-active .p-about_point__icon {
  transform: scale(1);
}
.p-about_point__ttl {
  text-align: center;
  color: #eB002d;
  font-size: 48px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.31, 1.35, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-about_point__ttl {
    font-size: 28px;
    line-height: 1;
  }
}
.--pale .p-about_point__ttl {
  color: #01b3d6;
}
.--plus .p-about_point__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: transparent;
  background: linear-gradient(to right, rgb(255, 194, 88) 0%, rgb(255, 115, 115) 50%, rgb(255, 138, 218) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-active .p-about_point__ttl {
  transform: translateY(0);
  opacity: 1;
}
.p-about_point__ttl .p-in-big {
  vertical-align: baseline;
  font-size: 64px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-about_point__ttl .p-in-big {
    font-size: 44px;
  }
}
.p-about_point__ttl .u-font-fredoka {
  font-weight: 600;
}
@media not all and (max-width: 900px) {
  .p-about_point__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4.8%;
  }
}
@media screen and (max-width: 900px) {
  .p-about_point__list {
    width: 88%;
    margin: 0 auto;
  }
}
.p-about_point__item {
  padding: 26px 0;
  text-align: center;
  box-shadow: 0px 0px 6px rgba(235, 0, 45, 0.1);
  border-radius: 15px;
  transform: translateY(30px);
  opacity: 0;
}
.--pale .p-about_point__item {
  box-shadow: 0px 0px 6px rgba(1, 179, 214, 0.2);
}
.--plus .p-about_point__item {
  box-shadow: 0px 0px 6px rgba(255, 193, 88, 0.2);
}
@media screen and (max-width: 900px) {
  .p-about_point__item {
    padding: 16px 0 25px;
  }
  .p-about_point__item + .p-about_point__item {
    margin-top: 20px;
  }
}
@media not all and (max-width: 900px) {
  .p-about_point__item {
    transition: transform 0.6s cubic-bezier(0.31, 1.35, 0.64, 1) 0.5s, opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1) 0.5s;
  }
  .is-active .p-about_point__item {
    transform: translateY(0);
    opacity: 1;
  }
  .p-about_point__item:nth-child(2) {
    transition-delay: 0.7s;
  }
  .p-about_point__item:nth-child(3) {
    transition-delay: 0.9s;
  }
}
@media screen and (max-width: 900px) {
  .p-about_point__item {
    transition: transform 0.6s cubic-bezier(0.31, 1.35, 0.64, 1) 0s, opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1) 0s;
  }
  .p-about_point__item.is-active {
    transform: translateY(0);
    opacity: 1;
  }
}
@media not all and (max-width: 900px) {
  .p-about_point__item-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.p-about_point__item-head {
  margin-bottom: 10px;
}
.p-about_point__item-ttl {
  margin-bottom: 15px;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #eB002d;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-about_point__item-ttl {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.--pale .p-about_point__item-ttl {
  color: #01b3d6;
}
.--plus .p-about_point__item-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  color: transparent;
  background: linear-gradient(to right, rgb(255, 194, 88) 0%, rgb(255, 115, 115) 50%, rgb(255, 138, 218) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  .--plus .p-about_point__item-ttl {
    margin-bottom: 0;
  }
}
.p-about_point__item-ttl span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .p-about_point__item-ttl span {
    margin-left: 2px;
    font-size: 31px;
  }
}
.p-about_point__item-txt {
  position: relative;
  padding: 0 10px;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  transform: rotate(0.03deg);
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-about_point__item-txt {
    line-height: 1.5;
  }
}
.p-about_point__item-txt .p-in-caution {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-about_point__item-txt .p-in-caution {
    font-size: 11px;
  }
}
.p-about_point__item-img {
  width: 87%;
  margin: 0 auto 0;
  transform: scale(0.5);
  transition: transform 0.8s cubic-bezier(0.31, 1.35, 0.64, 1);
}
@media screen and (max-width: 900px) {
  .p-about_point__item-img {
    width: 76%;
  }
}
@media not all and (max-width: 900px) {
  .p-about_point__item:nth-child(1) .p-about_point__item-img {
    transition-delay: 0.5s;
  }
  .p-about_point__item:nth-child(2) .p-about_point__item-img {
    transition-delay: 0.7s;
  }
  .p-about_point__item:nth-child(3) .p-about_point__item-img {
    transition-delay: 0.9s;
  }
  .is-active .p-about_point__item-img {
    transform: scale(1);
  }
}
@media screen and (max-width: 900px) {
  .p-about_point__item.is-active .p-about_point__item-img {
    transform: scale(1);
  }
}

.p-about_product {
  margin-top: 98px;
}
@media screen and (max-width: 900px) {
  .p-about_product {
    margin-top: 80px;
  }
}
.p-about_product__header {
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-about_product__header {
    margin-bottom: 31px;
  }
}
.p-about_product__ttl {
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  color: #eB002d;
  text-align: center;
  font-size: 64px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1060px) {
  .p-about_product__ttl {
    font-size: 52px;
  }
}
@media screen and (max-width: 900px) {
  .p-about_product__ttl {
    margin-bottom: 16px;
    font-size: 44px;
  }
}
.--pale .p-about_product__ttl {
  color: #01b3d6;
}
.p-about_product__ttl span {
  display: inline-block;
  transform: rotate(30deg) translateY(30px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.p-about_product__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.p-about_product__ttl span:nth-child(2) {
  transition-delay: 0.04s;
}
.p-about_product__ttl span:nth-child(3) {
  transition-delay: 0.08s;
}
.p-about_product__ttl span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-about_product__ttl span:nth-child(5) {
  transition-delay: 0.16s;
}
.p-about_product__ttl span:nth-child(6) {
  transition-delay: 0.2s;
}
.p-about_product__ttl span:nth-child(7) {
  transition-delay: 0.24s;
}
.p-about_product__ttl span:nth-child(8) {
  transition-delay: 0.28s;
}
.p-about_product__ttl span:nth-child(9) {
  transition-delay: 0.32s;
}
.p-about_product__ttl span:nth-child(10) {
  transition-delay: 0.36s;
}
.is-active .p-about_product__ttl span {
  transform: rotate(0) translateY(0);
  opacity: 1;
}
.--plus .p-about_product__ttl span {
  color: transparent;
}
.--plus .p-about_product__ttl span:nth-child(1) {
  background: linear-gradient(to right, rgb(255, 194, 88) 0%, #ffb65a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--plus .p-about_product__ttl span:nth-child(2) {
  background: linear-gradient(to right, #ffb65a 0%, #ff9a60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--plus .p-about_product__ttl span:nth-child(3) {
  background: linear-gradient(to right, #ff9561 0%, #fe7b69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--plus .p-about_product__ttl span:nth-child(4) {
  background: linear-gradient(to right, #fe786c 0%, #ff737c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--plus .p-about_product__ttl span:nth-child(5) {
  background: linear-gradient(to right, #fd7380 0%, #fe769c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--plus .p-about_product__ttl span:nth-child(6) {
  background: linear-gradient(to right, #ff79a4 0%, #ff81c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--plus .p-about_product__ttl span:nth-child(7) {
  background: linear-gradient(to right, #fe86c6 0%, rgb(255, 138, 218) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-about_product__inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.31, 1.35, 0.64, 1) 0.5s, opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1) 0.5s;
}
@media screen and (max-width: 900px) {
  .p-about_product__inner {
    width: 88%;
    margin: 0 auto;
  }
}
.is-active .p-about_product__inner {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-about_product .p-product_index__list {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .p-about_product .p-product_index__list-item + .p-product_index__list-item {
    margin-top: 40px;
  }
}

.p-product {
  position: relative;
}
.p-product.--detail {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.is-load .p-product.--detail {
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-product__container {
    display: flex;
    align-items: flex-start;
  }
  .--detail .p-product__container {
    display: block;
  }
}
@media not all and (max-width: 900px) {
  .--detail .p-product__inner {
    display: flex;
  }
}
@media not all and (max-width: 900px) {
  .p-product__inner-head {
    position: relative;
    width: 50%;
    flex-shrink: 0;
    margin-right: 5.1%;
  }
}
@media screen and (max-width: 900px) {
  .p-product__inner-head {
    margin: 0 calc(-50vw + 50%) 40px;
  }
}
@media not all and (max-width: 900px) {
  .p-product__slide {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 60px;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .p-product__slide {
    width: 100%;
  }
}
@media not all and (max-width: 900px) {
  .p-product__slide-inner {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .p-product__slide-inner {
    width: 100%;
  }
}
.p-product__footer-container {
  position: relative;
}
.p-product__pagination {
  padding-top: 8.9%;
}

@media not all and (max-width: 900px) {
  .p-product_sort {
    width: 23%;
    flex-shrink: 0;
    margin-right: 3.6%;
    box-shadow: 0px 0px 15px #f2efed;
    border-radius: 30px;
    transform: translateX(-7%);
  }
}
@media screen and (max-width: 900px) {
  .p-product_sort {
    margin-bottom: 61px;
  }
}
@media not all and (max-width: 900px) {
  .p-product_sort__contaier {
    width: 87.6363636364%;
    margin: 0 auto;
  }
}
.p-product_sort__category {
  padding: 30px 0;
  border-bottom: 1px solid #f2efed;
}
@media screen and (max-width: 900px) {
  .p-product_sort__category {
    padding: 20px 0;
  }
  .p-product_sort__category:first-child {
    padding-top: 0;
  }
}
.p-product_sort__category:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .p-product_sort__category.--status {
    border-bottom: none;
  }
}
.p-product_sort__category-ttl {
  margin-bottom: 18px;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .p-product_sort__category-ttl {
    margin-bottom: 6px;
  }
}
.p-product_sort__detail {
  width: 60%;
  min-width: 200px;
  margin: 9px auto 0;
}
.p-product_sort__detail-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2efed;
  font-weight: 800;
  text-align: center;
  border-radius: 9999px;
  color: #333;
}
.p-product_sort__detail-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 20px;
  background: url(../img/common/icon/icon_sort.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-product_sort__detail-btn span {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .p-product_sort_select__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 7px;
    column-gap: 7px;
    row-gap: 2px;
  }
}
@media not all and (max-width: 900px) {
  .p-product_sort_select__list-item + .p-product_sort_select__list-item {
    margin-top: 12px;
  }
}
.p-product_sort_select__link {
  position: relative;
  display: block;
  letter-spacing: 0.05rem;
  font-size: 14px;
  transform: rotate(0.03deg);
}
.p-product_sort_select__link.--en {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .p-product_sort_select__link.--en {
    font-size: 14px;
  }
}
@media not all and (max-width: 900px) {
  .p-product_sort_select__link {
    padding-left: 27px;
    transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-product_sort_select__link:hover {
    opacity: 0.7;
  }
  .p-product_sort_select__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #f2efed;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .is-selected .p-product_sort_select__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #eB002d;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .p-product_sort_select__link {
    padding: 7px 0;
    text-align: center;
    border: 1px solid #f2efed;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 13px;
  }
  .is-selected .p-product_sort_select__link {
    background: #eB002d;
    color: #ffffff;
    border: 1px solid #eB002d;
  }
  .is-selected .p-product_sort_select__link.--pale {
    background: #01b3d6;
    border: 1px solid #01b3d6;
  }
  .is-selected .p-product_sort_select__link.--plus {
    background: linear-gradient(to right, rgb(169, 141, 231) 0%, rgb(109, 164, 223) 33%, rgb(80, 211, 209) 66%, rgb(110, 238, 191) 100%);
    border: 1px solid #ffffff;
  }
}
.p-product_sort_select__link-img {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.--palverse .p-product_sort_select__link-img {
  width: 86px;
}
@media screen and (max-width: 900px) {
  .--palverse .p-product_sort_select__link-img {
    width: 72px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.--palverse .p-product_sort_select__link-img svg {
  fill: #eB002d;
}
.--pale .p-product_sort_select__link-img {
  width: 69px;
}
@media screen and (max-width: 900px) {
  .--pale .p-product_sort_select__link-img {
    width: 53px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.--pale .p-product_sort_select__link-img svg {
  fill: #01b3d6;
}
.--plus .p-product_sort_select__link-img {
  width: 102px;
}
@media screen and (max-width: 900px) {
  .--plus .p-product_sort_select__link-img {
    width: 79px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.--plus .p-product_sort_select__link-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo_plus_color.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .is-selected .--plus .p-product_sort_select__link-img::after {
    opacity: 0;
  }
}
.--plus .p-product_sort_select__link-img svg {
  fill: #ffffff;
}
@media screen and (max-width: 900px) {
  .is-selected .p-product_sort_select__link-img svg {
    fill: #ffffff;
  }
}
.p-product_sort_dropdown {
  position: relative;
  border-radius: 9999px;
}
@media not all and (max-width: 900px) {
  .p-product_sort_dropdown {
    background: #f2efed;
    transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-product_sort_dropdown:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  .p-product_sort_dropdown {
    background: transparent;
    flex-grow: 1;
  }
}
.p-product_sort_dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon/icon_pulldown.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-40%);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-product_sort_dropdown::after {
    right: 6px;
  }
}
.p-product_sort_dropdown label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  transform: rotate(0.03deg);
  color: #aba5a2;
}
@media not all and (max-width: 900px) {
  .p-product_sort_dropdown label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-product_sort_dropdown label {
    padding-right: 15px;
  }
}
.p-product_sort_dropdown label:hover {
  opacity: 1;
}
.p-product_sort_dropdown select {
  width: 100%;
  padding: 16px 3px;
  text-align: center;
  border: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  outline: none;
  cursor: pointer;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-product_sort_dropdown select {
    padding: 0;
  }
}

@media not all and (max-width: 900px) {
  .p-product_index {
    flex-grow: 0;
  }
}
.p-product_index__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3%;
  column-gap: 3%;
  row-gap: 44px;
}
@media screen and (max-width: 900px) {
  .p-product_index__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4%;
    column-gap: 4%;
    row-gap: 27px;
  }
}
.p-product_data__head {
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 900px) {
  .p-product_data__head {
    margin-bottom: 14px;
  }
}
.p-product_data__thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-product_data__thumb {
    border-radius: 10px;
  }
}
.p-product_data__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media not all and (max-width: 900px) {
  .p-product_data__thumb-inner {
    transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-product_data:hover .p-product_data__thumb-inner {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  .p-product_data__thumb-inner {
    border-radius: 10px;
  }
}
.p-product_data__date {
  position: absolute;
  bottom: 3%;
  left: 4%;
  z-index: 1;
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  font-size: 12px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  .p-product_data__date {
    bottom: 2%;
    left: 2%;
    padding: 4px 9px;
    font-size: 10px;
    border-radius: 7px;
  }
}
.p-product_data__work {
  margin-bottom: 8px;
  color: #aba5a2;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-product_data__work {
    margin-bottom: 4px;
    font-size: 11px;
  }
}
.p-product_data__ttl {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  transition: color cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s;
  transform: rotate(0.03deg);
}
@media not all and (max-width: 900px) {
  .p-product_data:hover .p-product_data__ttl {
    color: #eB002d;
  }
}
@media screen and (max-width: 900px) {
  .p-product_data__ttl {
    font-size: 12px;
  }
}

.p-product_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.is-promodal-show .p-product_modal {
  opacity: 1;
  pointer-events: auto;
}
.p-product_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 0, 45, 0.5);
}
.p-product_modal__container {
  position: relative;
  padding: 7% 0;
  transform: translateY(50px);
  opacity: 0;
}
.is-promodal-show .p-product_modal__container {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.p-product_modal__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 60px 60px 0 0;
}
.p-product_modal__btn {
  position: absolute;
  top: 27px;
  right: 42px;
  z-index: 1;
  width: 21px;
  height: 21px;
}
.p-product_modal__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #eB002d;
  border-radius: 9999px;
}
.p-product_modal__btn span:first-child {
  transform: translate(-50%, 0) rotate(45deg);
}
.p-product_modal__btn span:last-child {
  transform: translate(-50%, 0%) rotate(-45deg);
}
.p-product_modal__ttl {
  margin-bottom: 26px;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
}
.p-product_modal__inner {
  position: relative;
}
.p-product_modal .p-product_sort__category {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: none;
  border-top: 1px solid #f2efed;
}
.p-product_modal .p-product_sort__category-ttl {
  margin-right: 6%;
  font-size: 17px;
  flex-shrink: 0;
}

.p-product_slide {
  width: 85%;
}
@media screen and (max-width: 900px) {
  .p-product_slide {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-product_slide__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media not all and (max-width: 900px) {
  .p-product_slide__img {
    transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
}
.p-product_slide__img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-product_slide__img-inner {
    border-radius: 20px;
    overflow: hidden;
  }
}
.is-load .p-product_slide__img-inner {
  transform: scale(1);
}

@media not all and (max-width: 900px) {
  .p-product_thumbslide {
    position: absolute;
    top: 60px;
    left: 0;
    width: 13.3%;
    height: calc(100% - 60px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-product_thumbslide {
    margin-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}
.p-product_thumbslide__list-item {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-product_thumbslide__list-item {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media not all and (max-width: 900px) {
  .p-product_thumbslide__list-item {
    overflow: hidden;
    border-radius: 20px;
  }
  .p-product_thumbslide__list-item:hover .p-product_slide__img {
    transform: scale(1.1);
  }
}
.p-product_thumbslide__list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 0, 45, 0.5);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-product_thumbslide__list-item::after {
    border-radius: 10px;
  }
}
.p-product_thumbslide__list-item.is-current::after {
  opacity: 1;
}

@media not all and (max-width: 900px) {
  .p-product_detail {
    flex-grow: 1;
    padding-top: 60px;
  }
}
.p-product_detail__logo {
  width: 29%;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__logo {
    width: 31%;
    margin-bottom: 20px;
  }
}
.p-product_detail__logo .palverse {
  fill: #e60039;
}
.p-product_detail__logo .pale {
  width: 80%;
  fill: #01b3d6;
}
.p-product_detail__work {
  margin-bottom: 9px;
  color: #aba5a2;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__work {
    font-size: 12px;
  }
}
.p-product_detail__ttl {
  margin-bottom: 16px;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-product_detail__ttl {
    font-size: 20px;
    line-height: 1.3;
  }
}
.p-product_detail__desc {
  margin-bottom: 17px;
  line-height: 1.9;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  .p-product_detail__desc {
    margin-bottom: 12px;
    line-height: 1.8;
  }
}
.p-product_detail__caution {
  margin-bottom: 41px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__caution {
    margin-bottom: 36px;
  }
}
.p-product_detail__caution li {
  color: #eB002d;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  .p-product_detail__caution li {
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-product_detail__spec {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  align-items: flex-start;
  -moz-column-gap: 3%;
  column-gap: 3%;
  row-gap: 13px;
  margin-bottom: 22px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__spec {
    margin-bottom: 12px;
  }
}
.p-product_detail__spec-ttl {
  position: relative;
  min-width: 80px;
  padding-right: 15px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  .p-product_detail__spec-ttl {
    min-width: 70px;
    font-size: 14px;
  }
}
.p-product_detail__spec-ttl::after {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-product_detail__spec-data {
  transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  .p-product_detail__spec-data {
    font-size: 14px;
  }
}
.p-product_detail__copy {
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__copy {
    font-size: 12px;
  }
}
.p-product_detail__movie {
  margin-top: 49px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__movie {
    margin-top: 40px;
  }
}
.p-product_detail__movie-list .p-in-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-product_detail__movie-list .p-in-item {
    border-radius: 10px;
  }
}
.p-product_detail__movie-list .p-in-item + .p-in-item {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__movie-list .p-in-item + .p-in-item {
    margin-top: 14px;
  }
}
.p-product_detail__movie-list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  aspect-ratio: 1.8;
}
.p-product_detail__purchase {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__purchase {
    margin-top: 39px;
  }
}
.p-product_detail__purchase-btn + .p-product_detail__purchase-btn {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__purchase-btn + .p-product_detail__purchase-btn {
    margin-top: 8px;
  }
}
.p-product_detail__purchase-btn .c-btn {
  padding: 23px 0;
}
@media screen and (max-width: 900px) {
  .p-product_detail__purchase-btn .c-btn {
    padding: 18px 0;
  }
}
.p-product_detail__purchase-btn .c-btn span {
  padding-left: 18px;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__purchase-btn .c-btn span {
    font-size: 15px;
  }
}
.p-product_detail__purchase-btn .c-btn::before {
  left: 34px;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__purchase-btn .c-btn::before {
    left: 29px;
    width: 20px;
    height: 20px;
  }
}
.p-product_detail__purchase-btn.--en {
  letter-spacing: 0.06rem;
}
.p-product_detail__share {
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .p-product_detail__share {
    margin-top: 8px;
  }
}
.p-product_detail__share::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7.3%;
  z-index: 1;
  width: 22px;
  height: 20px;
  -webkit-mask: url(../img/common/icon/icon_twitter.svg) center center no-repeat;
  mask: url(../img/common/icon/icon_twitter.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #eB002d;
  transform: translateY(-50%);
  transition: background-color 0.4s cubic-bezier(0.23, 0.93, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-product_detail__share::after {
    left: 10.3%;
    width: 18px;
    height: 19px;
  }
}
.p-product_detail__share:hover::after {
  background: #ffffff;
  transition: background-color 0.4s cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s;
}

.p-product_related__ttl {
  margin-bottom: 44px;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 900px) {
  .p-product_related__ttl {
    margin-bottom: 26px;
    font-size: 24px;
  }
}
.p-product_related__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 2.5%;
  column-gap: 2.5%;
  row-gap: 30px;
}
@media screen and (max-width: 900px) {
  .p-product_related__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4%;
    column-gap: 4%;
    row-gap: 27px;
  }
}
.p-shop {
  position: relative;
}
.p-shop__lead {
  text-align: center;
}
.p-shop__lead {
  margin-bottom: 72px;
  font-size: 30px;
  line-height: 1.2;
}
@media not all and (max-width: 900px) {
  .p-shop__content {
    display: flex;
  }
}
.p-shop__header {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-shop__header {
    flex-shrink: 0;
    margin-right: 3.6%;
  }
}
@media not all and (max-width: 900px) {
  .p-shop__inner {
    flex-grow: 1;
  }
}
.p-shop__region + .p-shop__region {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-shop__region + .p-shop__region {
    margin-top: 53px;
  }
}
.p-shop__region-ttl {
  margin-bottom: 21px;
  font-size: 33px;
  color: #eB002d;
}
@media screen and (max-width: 900px) {
  .p-shop__region-ttl {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.p-shop__area + .p-shop__area {
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .p-shop__area + .p-shop__area {
    margin-top: 18px;
  }
}
.p-shop__area-ttl {
  margin-bottom: 9px;
  padding-top: 7px;
  font-size: 25px;
  line-height: 1.45;
  border-bottom: 1px solid #aba5a2;
}
@media screen and (max-width: 900px) {
  .p-shop__area-ttl {
    margin-bottom: 4px;
    font-size: 17px;
  }
}
.p-shop__list-item {
  border-bottom: 1px solid #f2efed;
}
.p-shop__list-item:last-child {
  border-bottom: none;
}
.p-shop .p-product_sort__detail {
  margin-top: -4%;
  margin-bottom: 40px;
}
.p-shop .p-product_sort__detail-btn {
  padding: 8px 0;
}

@media not all and (max-width: 900px) {
  .p-shop_anchor {
    width: 275px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px rgba(235, 0, 45, 0.1);
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 900px) {
  .p-shop_anchor {
    width: 89.3333333333%;
    max-width: 670px;
    margin: 0 auto;
    pointer-events: none;
  }
  .is-promodal-show .p-shop_anchor {
    pointer-events: auto;
  }
}
.p-shop_anchor__container {
  width: 87%;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (max-width: 900px) {
  .p-shop_anchor__container {
    width: 100%;
    padding: 0;
  }
}
.p-shop_anchor__region {
  border-bottom: 1px solid #f2efed;
}
.p-shop_anchor__region:last-child {
  border-bottom: none;
}
.p-shop_anchor__region-header {
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .p-shop_anchor__region-header {
    transition: color 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-shop_anchor__region-header:hover {
    color: #eB002d;
  }
}
.is-disable .p-shop_anchor__region-header {
  cursor: auto;
  pointer-events: none;
  color: #aba5a2;
}
.p-shop_anchor__region-header::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -2px;
  width: 10px;
  height: 100%;
  background: url(../img/retailer/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
  transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.is-open .p-shop_anchor__region-header::after {
  transform: rotate(-180deg);
}
.is-disable .p-shop_anchor__region-header::after {
  content: none;
}
.p-shop_anchor__region-ttl {
  padding: 7px 0;
  font-size: 17px;
}
.p-shop_anchor__region-inner {
  height: 0;
  overflow: hidden;
}
.p-shop_anchor__list {
  padding-top: 3px;
  padding-bottom: 15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1) 0.3s;
}
@media not all and (max-width: 900px) {
  .is-open .p-shop_anchor__list {
    transition: opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 900px) {
  body.is-promodal-show .is-open .p-shop_anchor__list {
    transition: opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
    opacity: 1;
    pointer-events: auto;
  }
}
.p-shop_anchor__area-inner {
  color: #aba5a2;
  font-size: 17px;
  line-height: 1.4;
}
@media (hover: hover) {
  .p-shop_anchor__area-inner {
    transition: color 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-shop_anchor__area-inner:hover {
    color: #333;
  }
}

@media not all and (max-width: 900px) {
  .p-shop_data {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 18px;
  }
}
@media screen and (max-width: 900px) {
  .p-shop_data {
    padding: 14px 0 18px;
  }
}
.p-shop_data__ttl {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-shop_data__ttl {
    margin-bottom: 9px;
    font-size: 15px;
  }
}
.p-shop_data__address {
  position: relative;
  margin-bottom: 3px;
  padding-left: 26px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-shop_data__address {
    padding-left: 13px;
    font-size: 13px;
  }
}
.p-shop_data__address::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 18px;
  height: 100%;
  background: url(../img/retailer/icon_location.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-shop_data__address::before {
    width: 11px;
  }
}
.p-shop_data__mail {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-shop_data__mail {
    padding-left: 13px;
    font-size: 13px;
  }
}
.p-shop_data__mail::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 18px;
  height: 100%;
  background: url(../img/retailer/icon_mail.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-shop_data__mail::before {
    width: 11px;
  }
}
@media screen and (max-width: 900px) {
  .p-shop_data__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
  }
}
.p-shop_data__category {
  font-size: 14px;
}
@media not all and (max-width: 900px) {
  .p-shop_data__category {
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .p-shop_data__category {
    font-size: 11px;
  }
}
.p-shop_data__category span::before {
  content: "/";
  padding: 0 4px;
}
@media screen and (max-width: 900px) {
  .p-shop_data__category span::before {
    padding: 0 2px;
  }
}
.p-shop_data__category span:first-child::before {
  content: none;
}
.p-shop_data__link {
  display: inline-block;
  margin-top: 26px;
  padding: 0px 5px;
  border: 2px solid #aba5a2;
  border-radius: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-shop_data__link {
    margin-top: 0;
    border-width: 1px;
  }
}
@media (hover: hover) {
  .p-shop_data__link {
    transition: border-color 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-shop_data__link:hover {
    border-color: #eB002d;
  }
}
.p-shop_data__link-inner {
  position: relative;
  display: block;
  padding: 2.5px 23px 2.5px 32px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-shop_data__link-inner {
    padding: 2px 1px 2px 15px;
    font-size: 11px;
  }
}
.p-shop_data__link-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 16px;
  height: 100%;
  background: url(../img/retailer/icon_web.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-shop_data__link-inner::before {
    left: 1px;
    width: 11px;
  }
}

.is-shop .p-product_modal__inner {
  position: relative;
  width: 100%;
  max-height: 72vh;
  overflow-y: auto;
}

.p-template {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-template__container {
    width: 86.6666666667%;
    margin: 0 auto;
  }
}
.p-template__ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-template__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-template__inner {
  line-height: 1.9;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  .p-template__inner {
    font-size: 14px;
    line-height: 1.75;
  }
}
.p-template__inner a {
  position: relative;
  color: #eB002d;
}
.p-template__inner a:hover::after {
  animation: line_scale 0.7s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-template__inner a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eB002d;
}
.p-template__inner img {
  max-width: 100% !important;
}
.p-template__inner iframe {
  max-width: 100% !important;
  aspect-ratio: 1.8;
}
@media screen and (max-width: 900px) {
  .p-template__inner iframe {
    width: 100%;
    height: auto;
  }
}