@charset "UTF-8";
.p-t-main {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1040px;
}

.p-t-main_deco {
  position: absolute;
  right: 4.25%;
  bottom: -78px;
  animation: fuwafuwa 7s ease infinite;
  width: 180px;
  pointer-events: none;
}

.p-t-main_deco__inner {
  position: relative;
  padding-top: 68.97%;
  width: 100%;
  overflow: hidden;
}
.p-t-main_deco__inner p {
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.4s;
  animation-timing-function: steps(4);
  animation-iteration-count: infinite;
  animation-name: parapara;
  width: 100%;
}

.p-t-main__slide {
  margin-right: 0;
  margin-left: 0;
  width: 1880px;
}

.p-t-main_item {
  position: relative;
  width: 100%;
}
.p-t-main_item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-t-main_item::before {
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 40px;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}

.p-t-main_item__inner {
  position: relative;
  border-radius: 40px;
  width: 100%;
  overflow: hidden;
}
.p-t-main_item__inner figure {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 55%;
  width: 100%;
}

.p-t-main_item__txt--inner {
  padding: 17px 66px 21px 33px;
}

.p-t-main_item__txt p {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.p-t-main_num {
  display: flex;
  align-items: center;
  margin-top: 14px;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-t-main_num .swiper-pagination-custom {
  bottom: auto;
  left: auto;
  width: auto;
}

.p-t-main_num__line {
  position: relative;
  margin: 2px 6px 0;
  background: #bdbbbc;
  width: 30px;
  height: 2px;
}
.p-t-main_num__line::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background: #333;
  width: 100%;
  height: 100%;
  content: "";
}

.is-start .p-t-main_num__line::before {
  transform: scaleX(1);
  transition: transform 4s linear;
}

.p-t-info {
  display: block;
  position: relative;
  margin-top: 60px;
  background: #ebe9df;
}

.p-t-info__title {
  width: 80px;
  font-weight: 600;
}

.p-t-info__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}

.p-t-info__title, .p-t-info__main {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.p-t-info__title {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.p-t-info__main {
  position: relative;
}

.p-t-info__slide {
  height: 21px;
}

.p-t-info_arrow {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  width: 18px;
}
.p-t-info_arrow li {
  cursor: pointer;
}
.p-t-info_arrow li + li {
  margin-top: 10px;
}

.p-t-info__list {
  width: 100%;
}

.p-t-info_item {
  position: relative;
  width: 100%;
}
.p-t-info_item p {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.p-t-info_item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-t-info__more .c-more p {
  padding: 8px 0;
  padding-right: 4%;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.p-t-info__more .c-more p::before {
  background-size: 20px;
  width: 26px;
}

.p-t-section {
  position: relative;
}
.p-t-section.is-active .p-t-section__title, .p-t-section.is-active .p-t-section__content {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.p-t-section__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}

.p-t-section__title {
  opacity: 0;
  text-align: center;
}
.p-t-section__title span {
  display: block;
}
.p-t-section__title span.is-en {
  font-size: 34px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.p-t-section__title span.is-jp {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1em;
  font-family: YakuHanJP, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.p-t-section__content {
  transform: translate(50px, 0);
  opacity: 0;
  margin-top: 46px;
}

.p-t-chara {
  position: absolute;
  z-index: 2;
}

.p-t-chara__list li {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.p-t-chara__list li.is-active {
  position: relative;
  top: auto;
  left: auto;
  visibility: visible;
  opacity: 1;
}

.p-t-chara.is-active {
  transform: translate(0, 0) rotate(0deg);
  opacity: 1;
  transition: opacity 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.p-t-chara--1 {
  top: 16px;
  left: -20px;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.p-t-chara--1 li {
  transform: rotate(45deg);
}

.p-t-chara--2 {
  right: -24px;
  bottom: -72px;
  transform: translate(50%, 50%) rotate(45deg);
  opacity: 0;
}
.p-t-chara--2 li {
  transform: rotate(-20deg);
}

.p-t-chara--3 {
  bottom: 58px;
  left: -18px;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.p-t-chara--3 li {
  transform: rotate(22deg);
}

.p-t-news {
  margin-top: 128px;
}
@keyframes thumd_deco {
  0% {
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(5deg);
  }
}
@media screen and (min-width: 768px) {
  .p-t-news .c-thumblist__item:nth-child(4)::before {
    content: "";
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    top: -1%;
    left: 90%;
    transform: translate(-50%, -50%);
    background: url("../img/top/deco/deco06.png") no-repeat center/contain;
    z-index: 1;
  }
  .is-load .p-t-news .c-thumblist__item:nth-child(4)::before {
    animation: thumd_deco 0.9s steps(2) infinite alternate;
  }
}
@media screen and (max-width: 767px) {
  .p-t-news .c-thumblist__item:nth-child(5)::before {
    content: "";
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: -10px;
    left: 95%;
    transform: translate(-50%, -50%);
    background: url("../img/top/deco/deco06.png") no-repeat center/contain;
    z-index: 1;
  }
  .is-load .p-t-news .c-thumblist__item:nth-child(5)::before {
    animation: thumd_deco 0.9s steps(2) infinite alternate;
  }
}

.p-t-news_cate {
  display: flex;
}

.p-t-news_cate__item {
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}
.p-t-news_cate__item.is-disable {
  opacity: 0.3;
  pointer-events: none;
}
.p-t-news_cate__item::before {
  position: absolute;
  top: -4px;
  right: -8px;
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: 50%;
  background: #d60d19;
  width: 6px;
  height: 6px;
  content: "";
}
.p-t-news_cate__item.is-current {
  opacity: 1;
  cursor: default;
}
.p-t-news_cate__item.is-current::before {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.p-t-news_cate__item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.p-t-news_cate__item:nth-child(n+2) {
  margin-left: 25px;
}

.p-t-news__content {
  position: relative;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-news__content.is-hidden {
  transform: translate(0, 20px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-news__content .c-thumblist {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.p-t-news__content .c-thumblist.is-current {
  position: relative;
  top: auto;
  left: auto;
  visibility: visible;
  opacity: 1;
}

.p-t-news__more {
  margin-top: 58px;
}

.p-t-news_deco {
  position: absolute;
  animation: float-8 6s infinite 0.3s;
  width: 130px;
  pointer-events: none;
}
.p-t-news_deco img {
  animation: float_inner 4s linear infinite;
}

.p-t-column {
  margin-top: 120px;
}

.p-t-column_deco {
  position: absolute;
  top: -140px;
  left: 74px;
  animation: float linear 4.5s infinite;
  width: 245px;
  pointer-events: none;
}

.p-t-column_item {
  margin-left: 3%;
  width: 48.5%;
}
.p-t-column_item:nth-child(3n+1) {
  margin-left: 3%;
}
.p-t-column_item:nth-child(2n+1) {
  margin-left: 0%;
}
.p-t-column_item:nth-child(n+3) {
  margin-top: 40px;
}

.p-t-column_item__title {
  margin-top: 20px;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-t-column__more {
  margin-top: 50px;
}

.p-t-bnr {
  background: #333;
  padding: 42px 0;
}

.p-t-bnr__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  width: 90%;
  max-width: 990px;
}

.is-noneslide .p-t-bnr__list {
  display: flex;
}

.p-t-bnr__item a {
  display: block;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.p-t-bnr__item a img {
  width: 100%;
}

.is-noneslide .p-t-bnr__item {
  margin-left: 2%;
  width: 32%;
}
.is-noneslide .p-t-bnr__item:nth-child(3n+1) {
  margin-left: 0;
}

.p-t-bnr__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.is-noneslide .p-t-bnr__arrow {
  visibility: hidden;
}

.p-t-bnr__arrow--left {
  left: 0;
}

.p-t-bnr__arrow--right {
  right: 0;
}

.p-t-bnr.is-no-slide .p-t-bnr__arrow {
  opacity: 0;
  pointer-events: none;
}
.p-t-bnr.is-no-slide .p-t-bnr__list {
  justify-content: center;
}
.p-t-bnr.is-no-slide .swiper-slide {
  margin-right: 2%;
  width: 30%;
}
.p-t-bnr.is-no-slide .swiper-slide:last-of-type {
  margin: 0 !important;
}

.p-t-banner {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-t-banner {
    margin-top: 70px;
  }
}

.p-t-banner__main-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-t-banner__main-list {
    flex-wrap: wrap;
  }
}
.p-t-banner__main-list-item {
  width: 23.6%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-t-banner__main-list-item:hover .p-in-image {
    transform: translate(-5px, -5px);
  }
  .p-t-banner__main-list-item:hover .p-in-title {
    transform: translate(-5px, -5px);
  }
  .p-t-banner__main-list-item:hover::before {
    transform: translate(5px, 5px);
  }
}
@media screen and (max-width: 767px) {
  .p-t-banner__main-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .p-t-banner__main-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-t-banner__main-list-item::before {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 18px;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-t-banner__main-list-item::before {
    top: 3px;
    left: 3px;
    border-radius: 12px;
    background-size: 4px;
  }
}
.p-t-banner__main-list-item .p-in-image {
  width: 100%;
  position: relative;
  padding-top: 51.17%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-banner__main-list-item .p-in-image figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px 18px 0 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ebe9df;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-t-banner__main-list-item .p-in-image figure {
    border-radius: 12px 12px 0 0;
  }
}
.p-t-banner__main-list-item .p-in-title {
  padding: 12px 13px 10px;
  text-align: center;
  color: #333;
  border-radius: 0 0 18px 18px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  background-color: #fff;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-t-banner__main-list-item .p-in-title {
    padding: 9px 10px 8px;
    font-size: 16px;
    border-radius: 0 0 12px 12px;
  }
}
.p-t-banner__main-list-item .p-in-title .u-small {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-t-banner__main-list-item .p-in-title .u-small {
    font-size: 10px;
  }
}

.p-t-banner__about {
  width: 49%;
  margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
  .p-t-banner__about:hover .p-in-image figure {
    transform: translate(-5px, -5px);
  }
  .p-t-banner__about:hover .p-in-image::before {
    transform: translate(5px, 5px);
  }
}
@media screen and (max-width: 767px) {
  .p-t-banner__about {
    width: 100%;
    margin: 35px auto 0;
  }
}
.p-t-banner__about .p-in-image {
  padding-top: 29.2%;
}
.p-t-banner__about .p-in-image::before {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-banner__about .p-in-image figure {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-t-shop {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-t-shop {
    margin-top: 84px;
  }
}

.p-t-shop_deco {
  width: 245px;
  position: absolute;
  bottom: -46px;
  left: 75px;
  animation: float linear 4.5s infinite;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-t-shop_deco {
    display: none;
  }
}
.p-t-shop__content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-t-shop__content {
    margin-top: 4px !important;
  }
}
.p-t-shop__content-inner {
  position: relative;
  overflow: hidden;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-t-shop__content-inner {
    padding-top: 30px;
    overflow: visible;
  }
}
.p-t-shop__content-nav.is-noneSlide {
  display: none;
}
.p-t-shop__content-nav-item {
  width: 35px;
  position: absolute;
  top: 29.8%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-t-shop__content-nav-item {
    display: none;
  }
}
.p-t-shop__content-nav-item img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-shop__content-nav-item.--next {
  right: -62px;
}
@media screen and (min-width: 768px) {
  .p-t-shop__content-nav-item.--next:hover img {
    transform: translateX(10px);
  }
}
.p-t-shop__content-nav-item.--prev {
  left: -62px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-t-shop__content-nav-item.--prev:hover img {
    transform: translateX(10px);
  }
}
.is-noneSlide .p-t-shop__content-list {
  justify-content: center;
}
.p-t-shop__content-list-item {
  width: calc(25% - 27px);
}
.is-noneSlide .p-t-shop__content-list-item {
  margin: 0 17px;
}
@media screen and (max-width: 767px) {
  .is-noneSlide .p-t-shop__content-list-item {
    margin: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-t-shop__content-list-item a:hover .p-in-image::before {
    transform: translate(5px, 5px);
  }
  .p-t-shop__content-list-item a:hover .p-in-image figure {
    transform: translate(-5px, -5px);
  }
}
@media screen and (max-width: 767px) {
  .p-t-shop__content-list-item {
    width: 64%;
  }
}
.p-t-shop__content-list-item .p-in-image {
  padding-top: 100%;
}
.p-t-shop__content-list-item .p-in-image::before {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-shop__content-list-item .p-in-image figure {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-shop__content-list-item .p-in-detail {
  margin-top: 18px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-t-shop__content-list-item .p-in-detail {
    margin-top: 16px;
  }
}
.p-t-shop__content-list-item .p-in-detail-title {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.5;
}
.p-t-shop__content-list-item .p-in-detail-val {
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-t-shop__content-list-item .p-in-detail-val {
    font-size: 11px;
  }
}
.p-t-shop__content-list-item .p-in-detail-val .u-small {
  font-size: 10px;
}

.p-t-shop__more {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-t-shop__more {
    margin-top: 35px;
  }
}

.p-t-fc {
  margin-top: 100px;
  padding: 136px 0 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-t-fc {
    margin-top: 77px;
    padding: 70px 0 16px;
  }
}
.p-t-fc.is-active::before {
  opacity: 1;
  transform: translate(-50%, 0);
}
.p-t-fc::before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 50% 50% 0 0;
  background-color: #ffe554;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-t-fc::before {
    width: 210%;
    height: 100%;
    border-radius: 50% 50% 0 0;
  }
}

.p-t-fc__title {
  width: 293px;
  margin: 0 auto 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-active .p-t-fc__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-t-fc__title {
    width: 180px;
    margin: 0 auto 32px;
  }
}

.p-t-fc__lead {
  margin-bottom: 33px;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.9;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.is-active .p-t-fc__lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-t-fc__lead {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-t-fc__more {
  color: #fff;
  background-color: #333;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, background-color 0.6s ease;
}
.is-active .p-t-fc__more {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-t-fc__more:hover p {
    color: #333;
  }
}
.p-t-fc__more p {
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-fc__more p::before {
  background-image: url(../img/common/arrow_circle_w.png);
}

.p-t-fc__image {
  width: 100%;
  margin: 33px auto 0;
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.is-active .p-t-fc__image {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-t-fc__image {
    margin: 42px auto 0;
  }
}
.p-t-fc__image img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-t-main_deco {
    display: none;
  }
  .p-t-main__slide {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    overflow: visible;
  }
  .p-t-main_item::before {
    top: 3px;
    left: 3px;
    border-radius: 20px;
    background-size: 4px;
  }
  .p-t-main_item__inner {
    border-radius: 20px;
  }
  .p-t-main_item__inner figure {
    padding-top: 54%;
  }
  .p-t-main_item__txt {
    background: #ffffff;
    padding: 15px 7.5% 16px;
  }
  .p-t-main_item__txt--inner {
    padding: 0;
    height: 3.2em;
    overflow: hidden;
    font-size: 14px;
  }
  .p-t-main_item__txt p {
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
  .p-t-main_num {
    justify-content: center;
    margin-top: 22px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .p-t-main_num__line {
    width: 20px;
    height: 1px;
  }
  .p-t-info {
    margin-top: 38px;
    padding: 32px 0 22px;
  }
  .p-t-info__content {
    position: relative;
  }
  .p-t-info__title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 14px;
  }
  .p-t-info__main {
    padding-left: 76px;
  }
  .p-t-info__slide {
    height: 42px;
  }
  .p-t-info_arrow {
    display: none;
  }
  .p-t-info_item p {
    height: 3em;
    letter-spacing: 0.07em;
  }
  .p-t-info__more {
    margin: 16px auto 0;
    width: 55%;
  }
  .p-t-info__more .c-more p {
    padding: 8px 0 7px;
    font-size: 11px;
  }
  .p-t-section__title span.is-en {
    font-size: 26px;
  }
  .p-t-section__title span.is-jp {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-t-section__content {
    margin-top: 30px;
  }
  .p-t-chara {
    display: none;
  }
  .p-t-news {
    margin-top: 87px;
  }
  .p-t-news_cate {
    margin-bottom: 30px;
    padding-top: 4px;
  }
  .p-t-news_cate__item p {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .p-t-news_cate__item:nth-child(n+2) {
    margin-left: 5.75%;
  }
  .p-t-news__more {
    margin-top: 39px;
  }
  .p-t-news_deco {
    top: 1px;
    left: -4.4%;
    width: 24%;
  }
  .p-t-column {
    margin-top: 66px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-t-column {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-column_deco {
    right: 0;
    bottom: -14.25%;
    width: 42.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-t-column_deco {
    right: -7%;
    bottom: -14%;
    top: auto;
    left: auto;
    width: 51%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-t-column__list .c-thumblist__info {
    margin-top: 10px;
  }
  .p-t-column_item {
    margin-left: 0;
    width: 100%;
  }
  .p-t-column_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-t-column_item__title {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.04em;
  }
  .p-t-column__more {
    margin-top: 28px;
  }
  .p-t-bnr {
    padding: 38px 0;
  }
  .p-t-bnr__inner {
    padding: 0;
    width: 62%;
  }
  .p-t-bnr__slide {
    overflow: visible;
  }
  .p-t-bnr__item a {
    border-radius: 15px;
  }
  .p-t-bnr__arrow {
    display: none;
  }
  .p-t-bnr.is-no-slide .swiper-slide {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-t-main__slide.is-smallSlide {
    width: 1240px;
  }
  .p-t-main__slide.is-noneSlide {
    width: 600px;
  }
  .p-t-main_item__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    width: 100%;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .p-t-main_item__txt.is-active {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
  }
  .p-t-main_item__txt--inner {
    display: inline-block;
    vertical-align: top;
    border-radius: 0 40px 0 0;
    background: #ffffff;
    max-width: 94%;
  }
  .p-t-main_item__txt p {
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-t-info__content {
    display: table;
    align-items: center;
    padding-right: 120px;
    padding-left: 7%;
    width: 100%;
    table-layout: fixed;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .p-t-info__title, .p-t-info__main {
    display: table-cell;
    vertical-align: middle;
  }
  .p-t-info__title {
    width: 110px;
  }
  .p-t-info__main {
    padding: 42px 0;
    padding-right: 90px;
  }
  .p-t-info_arrow li p {
    transform: translate(0, 0);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-info_arrow__prev:hover p {
    transform: translate(0, -6px);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-info_arrow__next:hover p {
    transform: translate(0, 6px);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-info_item {
    transition: background-color 0.4s ease;
  }
  .p-t-info_item:hover {
    transition: background-color 0.4s ease;
    background: #ffe554;
  }
  .p-t-info_item p {
    height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-t-info__more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 140px;
  }
  .p-t-news_cate {
    position: absolute;
    top: -82px;
    right: 0;
  }
  .p-t-news_cate__item {
    transition: opacity 0.4s ease;
  }
  .p-t-news_cate__item:hover {
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  .p-t-news_deco {
    top: 0;
    right: 82px;
  }
  .p-t-bnr__arrow img {
    transform: translate(0, 0);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-bnr__arrow--left:hover img {
    transform: translate(-8px, 0);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-bnr__arrow--right:hover img {
    transform: translate(8px, 0);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media (-ms-high-contrast: none) {
  .p-t-main_item__txt p {
    padding-top: 0.4em;
  }
  .p-t-main_num__line {
    margin-top: 0;
  }
  .p-t-info_item p, .p-t-column_item__title {
    padding-top: 0.4em;
  }
}
@media screen and (max-width: 767px) and (max-width: 371px) {
  .p-t-news_cate__item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 351px) {
  .p-t-news_cate__item p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 300px) {
  .p-t-news_cate__item p {
    letter-spacing: normal;
  }
  .p-t-news_cate__item:nth-child(n+2) {
    margin-left: 5%;
  }
}
.p-t-deco {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@keyframes deco_kaku_1 {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes deco_kaku_2 {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes deco_kaku_3 {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes deco_kaku_4 {
  0% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco1 {
    top: -3.5%;
    left: -30px;
    transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco1 {
    bottom: -50px;
    right: 12px;
  }
}
.p-t-deco.--deco2 {
  top: -20px;
  right: 25px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco3 {
    bottom: 0;
    left: 42px;
    transform: translate(-50%, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco3 {
    top: -29px;
    left: 20px;
    transform: translate(-50%, -100%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco4 {
    bottom: -30px;
    right: 2px;
    transform: translate(0, 50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco4 {
    bottom: -20px;
    left: 4px;
    transform: translate(0, 100%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco5 {
    top: -10px;
    left: 21px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco5 {
    top: -2px;
    right: 40%;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco6 {
    top: 52.8%;
    right: -20px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco6 {
    top: 15px;
    right: -12px;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco7 {
    top: -5px;
    right: 104px;
    transform: translate(0, -100%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco7 {
    top: -7px;
    right: 8px;
    transform: translate(0, -100%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco8 {
    top: -44px;
    left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco8 {
    top: -8px;
    left: -26px;
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco9 {
    top: 5.8%;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco9 {
    top: -18px;
    right: -12px;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco10 {
    top: 15px;
    left: 72px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco10 {
    top: 12px;
    left: 24px;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco11 {
    top: 164px;
    left: -43px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco11 {
    top: 36%;
    left: -15px;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco12 {
    bottom: 24px;
    right: -35px;
    transform: translate(0, 50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco12 {
    bottom: -8px;
    right: 5px;
    transform: translate(0, 100%);
  }
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco13 {
    top: 20px;
    left: -20px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco13 {
    top: 40px;
    left: -14px;
    transform: translate(0, -50%);
  }
}
.p-t-deco__item {
  display: block;
  position: relative;
}
.p-t-deco.--deco1 .p-t-deco__item.--item1 {
  width: 45px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco1 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-80px, 20px);
  }
  .p-t-deco.is-active.--deco1 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco1 .p-t-deco__item.--item1 {
    width: 26px;
    opacity: 0;
    transform: translate(30px, 20px);
  }
  .p-t-deco.is-active.--deco1 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.p-t-deco.--deco1 .p-t-deco__item.--item2 {
  width: 100px;
  margin-left: 25px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco1 .p-t-deco__item.--item2 {
    opacity: 0;
    transform: translate(-80px, 40px);
  }
  .p-t-deco.is-active.--deco1 .p-t-deco__item.--item2 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco1 .p-t-deco__item.--item2 {
    width: 55px;
    margin-top: -6px;
    opacity: 0;
    transform: translate(30px, 40px);
  }
  .p-t-deco.is-active.--deco1 .p-t-deco__item.--item2 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
}
.p-t-deco.--deco2 .p-t-deco__item.--item1 {
  width: 225px;
  opacity: 0;
  left: 0;
  transform: translate(50%, 0);
}
.p-t-deco.is-active.is-t-deco-anim.--deco2 .p-t-deco__item.--item1 {
  opacity: 1;
  left: 0;
  transform: translate(0, 0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}

.p-t-deco.is-active.--deco2 .p-t-deco__item.--item1 {
  opacity: 0;
  left: -112.5px;
  transform: translate(50%, 0);
  transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, left 0.8s cubic-bezier(0.36, 0, 0.66, -0.56), transform 0s linear 0.8s;
}

.p-t-deco.--deco3 .p-t-deco__item.--item1 {
  width: 155px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco3 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-120px, 80px);
  }
  .p-t-deco.is-active.is-t-deco-anim.--deco3 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
  .p-t-deco.is-active.--deco3 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(-120px, 80px);
    transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco3 .p-t-deco__item.--item1 {
    width: 90px;
    opacity: 0;
    transform: translate(-80px, 50px);
  }
  .p-t-deco.is-active.is-t-deco-anim.--deco3 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
  .p-t-deco.is-active.--deco3 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(-80px, 50px);
    transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.p-t-deco.--deco4 .p-t-deco__item.--item1 {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco4 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(40px, 60px);
  }
  .p-t-deco.is-active.--deco4 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco4 .p-t-deco__item.--item1 {
    width: 45px;
    opacity: 0;
    transform: translate(-20px, 40px);
  }
  .p-t-deco.is-active.--deco4 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.p-t-deco.--deco4 .p-t-deco__item.--item2 {
  width: 42px;
  margin-left: 75px;
  margin-top: -35px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco4 .p-t-deco__item.--item2 {
    opacity: 0;
    transform: translate(50px, 65px);
  }
  .p-t-deco.is-active.--deco4 .p-t-deco__item.--item2 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco4 .p-t-deco__item.--item2 {
    width: 23px;
    margin-left: 45px;
    margin-top: -20px;
    opacity: 0;
    transform: translate(-10px, 40px);
  }
  .p-t-deco.is-active.--deco4 .p-t-deco__item.--item2 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
}
.p-t-deco.--deco5 .p-t-deco__item.--item1 {
  width: 55px;
  opacity: 0;
  transform: translate(0, 30%);
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco5 .p-t-deco__item.--item1 {
    width: 30px;
  }
}
.p-t-deco.is-active.--deco5 .p-t-deco__item.--item1 {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}

.p-t-deco.--deco6 .p-t-deco__item.--item1 {
  width: 172px;
  opacity: 0;
  transform: rotate(20deg);
  transform-origin: 100% 150%;
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco6 .p-t-deco__item.--item1 {
    width: 100px;
  }
}
.p-t-deco.is-active.--deco6 .p-t-deco__item.--item1 {
  opacity: 1;
  transform: rotate(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}

.p-t-deco.--deco7 .p-t-deco__item.--item1 {
  width: 68px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco7 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(60px, 80px);
  }
  .p-t-deco.is-active.--deco7 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco7 .p-t-deco__item.--item1 {
    width: 38px;
    opacity: 0;
    transform: translate(40px, 50px);
  }
  .p-t-deco.is-active.--deco7 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.p-t-deco.--deco8 .p-t-deco__item.--item1 {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco8 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-30px, 80px);
  }
  .p-t-deco.is-active.--deco8 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco8 .p-t-deco__item.--item1 {
    width: 65px;
    opacity: 0;
    transform: translate(-20px, 60px);
  }
  .p-t-deco.is-active.--deco8 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.p-t-deco.--deco8 .p-t-deco__item.--item2 {
  width: 42px;
  margin-left: 150px;
  margin-top: -74px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco8 .p-t-deco__item.--item2 {
    opacity: 0;
    transform: translate(-40px, 60px);
  }
  .p-t-deco.is-active.--deco8 .p-t-deco__item.--item2 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco8 .p-t-deco__item.--item2 {
    width: 22px;
    margin-left: 70px;
    margin-top: -44px;
    opacity: 0;
    transform: translate(-30px, 50px);
  }
  .p-t-deco.is-active.--deco8 .p-t-deco__item.--item2 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  }
}
.p-t-deco.--deco9 .p-t-deco__item.--item1 {
  width: 135px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco9 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(100px, 20px);
  }
  .p-t-deco.is-active.is-t-deco-anim.--deco9 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
  .p-t-deco.is-active.--deco9 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(50px, -5px);
    transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco9 .p-t-deco__item.--item1 {
    width: 80px;
    opacity: 0;
    transform: translate(60px, 10px);
  }
  .p-t-deco.is-active.is-t-deco-anim.--deco9 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
  .p-t-deco.is-active.--deco9 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(30px, -5px);
    transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.p-t-deco.--deco10 .p-t-deco__item.--item1 {
  width: 104px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco10 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-30px, 80px);
  }
  .p-t-deco.is-active.--deco10 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco10 .p-t-deco__item.--item1 {
    width: 56px;
    opacity: 0;
    transform: translate(-40px, 30px);
  }
  .p-t-deco.is-active.--deco10 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.p-t-deco.--deco11 .p-t-deco__item.--item1 {
  width: 54px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco11 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-30px, 80px);
  }
  .p-t-deco.is-active.--deco11 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco11 .p-t-deco__item.--item1 {
    width: 30px;
    opacity: 0;
    transform: translate(-5px, 30px);
  }
  .p-t-deco.is-active.--deco11 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.p-t-deco.--deco12 .p-t-deco__item.--item1 {
  width: 78px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco12 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(40px, 60px);
  }
  .p-t-deco.is-active.--deco12 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco12 .p-t-deco__item.--item1 {
    width: 44px;
    opacity: 0;
    transform: translate(30px, 40px);
  }
  .p-t-deco.is-active.--deco12 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
.p-t-deco.--deco13 .p-t-deco__item.--item1 {
  width: 162px;
}
@media screen and (min-width: 768px) {
  .p-t-deco.--deco13 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-40px, 200px);
  }
  .p-t-deco.is-active.is-t-deco-anim.--deco13 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
  .p-t-deco.is-active.--deco13 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-15px, 50px);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-t-deco.--deco13 .p-t-deco__item.--item1 {
    width: 100px;
    opacity: 0;
    transform: translate(-40px, 100px);
  }
  .p-t-deco.is-active.is-t-deco-anim.--deco13 .p-t-deco__item.--item1 {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  }
  .p-t-deco.is-active.--deco13 .p-t-deco__item.--item1 {
    opacity: 0;
    transform: translate(-40px, 80px);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.p-t-deco__img {
  display: block;
  position: relative;
}
.is-load .p-t-deco.--deco1 .--item1 .p-t-deco__img {
  animation: deco_kaku_1 0.9s steps(2) infinite alternate;
}
.is-load .p-t-deco.--deco2 .--item1 .p-t-deco__img {
  animation: deco_deco_2 0.45s steps(2) infinite alternate;
  transform-origin: 30% 50%;
}
@keyframes deco_deco_2 {
  0% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
.is-load .p-t-deco.--deco3 .--item1 .p-t-deco__img {
  animation: deco_kaku_2 0.9s steps(2) infinite alternate;
}
.is-load .p-t-deco.--deco4 .--item1 .p-t-deco__img {
  animation: deco_kaku_2 0.9s steps(2) infinite alternate;
}
.is-load .p-t-deco.--deco5 .--item1 .p-t-deco__img {
  transform-origin: 25% 90%;
  animation: deco_kaku_3 0.9s steps(2) infinite alternate-reverse;
}
.is-load .p-t-deco.--deco6 .--item1 .p-t-deco__img {
  animation: deco_deco_6 0.45s steps(2) infinite alternate;
  transform-origin: 60% 60%;
}
@keyframes deco_deco_6 {
  0% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.is-load .p-t-deco.--deco7 .--item1 .p-t-deco__img {
  animation: deco_kaku_1 0.9s steps(2) infinite alternate;
}
.is-load .p-t-deco.--deco8 .--item1 .p-t-deco__img {
  animation: deco_deco_2 0.9s steps(2) infinite alternate;
  transform-origin: 60% 100%;
}
@keyframes deco_deco_2 {
  0% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
.is-load .p-t-deco.--deco9 .--item1 .p-t-deco__img {
  animation: deco_deco_9 0.225s steps(2) infinite alternate;
  transform-origin: 50% 80%;
}
@keyframes deco_deco_9 {
  0% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
.is-load .p-t-deco.--deco10 .--item1 .p-t-deco__img {
  animation: deco_kaku_2 0.9s steps(2) infinite alternate;
}
.is-load .p-t-deco.--deco11 .--item1 .p-t-deco__img {
  animation: deco_kaku_4 0.9s steps(2) infinite alternate-reverse;
}
.is-load .p-t-deco.--deco12 .--item1 .p-t-deco__img {
  animation: deco_kaku_1 0.9s steps(2) infinite alternate-reverse;
}
.is-load .p-t-deco.--deco13 .--item1 .p-t-deco__img {
  animation: deco_deco_10 0.9s steps(2) infinite alternate;
  transform-origin: 15% 80%;
}
@keyframes deco_deco_10 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(20deg);
  }
}
.is-load .p-t-deco.--deco1 .--item2 .p-t-deco__img {
  animation: deco_kaku_2 0.9s steps(2) infinite alternate-reverse;
}
.is-load .p-t-deco.--deco4 .--item2 .p-t-deco__img {
  animation: deco_kaku_1 0.9s steps(2) infinite alternate-reverse;
}
.is-load .p-t-deco.--deco8 .--item2 .p-t-deco__img {
  animation: deco_kaku_2 0.9s steps(2) infinite alternate-reverse;
}