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

.p-t-main_deco {
  -webkit-animation: fuwafuwa 7s ease infinite;
  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 {
  -webkit-animation-duration: 1.4s;
  -webkit-animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: parapara;
  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 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: top left;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: top left;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-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 {
  -webkit-transform: scaleX(1);
  -webkit-transition: -webkit-transform 4s linear;
  transform: scaleX(1);
  transition: -webkit-transform 4s linear;
  transition: transform 4s linear;
  transition: transform 4s linear, -webkit-transform 4s linear;
}

.p-t-info {
  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 {
  -webkit-transform: translate(0, -50%);
  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 {
  -webkit-transform: translate(0, 0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-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 {
  -webkit-transform: translate(50px, 0);
  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 {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translate(0, 0) rotate(0deg);
  opacity: 1;
  transition: opacity 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

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

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

.p-t-news {
  margin-top: 128px;
}

.p-t-news_cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 {
  -webkit-transition: opacity 0.6s ease;
  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 {
  -webkit-transition: opacity 0.6s ease;
  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 {
  -webkit-transform: translate(0, 0);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-news__content.is-hidden {
  -webkit-transform: translate(0, 20px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, 20px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-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 {
  -webkit-animation: float-8 6s infinite 0.3s;
  position: absolute;
  animation: float-8 6s infinite 0.3s;
  width: 130px;
  pointer-events: none;
}
.p-t-news_deco img {
  -webkit-animation: float_inner 4s linear infinite;
  animation: float_inner 4s linear infinite;
}

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

.p-t-column_deco {
  -webkit-animation: float linear 4.5s infinite;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 {
  -webkit-transform: translate(0, -50%);
  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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  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;
}

.p-t-banner__main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-t-banner__main-list-item {
  position: relative;
  width: 23.6%;
}
.p-t-banner__main-list-item::before {
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 18px;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}
.p-t-banner__main-list-item .p-in-image {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  padding-top: 51.17%;
  width: 100%;
}
.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%;
}
.p-t-banner__main-list-item .p-in-title {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 0 0 18px 18px;
  background-color: #fff;
  padding: 12px 13px 10px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.p-t-banner__main-list-item .p-in-title .u-small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  text-align: center;
}

.p-t-banner__about {
  margin: 70px auto 0;
  width: 49%;
}
.p-t-banner__about .p-in-image {
  padding-top: 29.2%;
}
.p-t-banner__about .p-in-image::before {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-banner__about .p-in-image figure {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.p-t-shop_deco {
  position: absolute;
  bottom: -46px;
  left: 75px;
  -webkit-animation: float linear 4.5s infinite;
          animation: float linear 4.5s infinite;
  width: 245px;
  pointer-events: none;
}
.p-t-shop__content {
  margin-top: 0;
}
.p-t-shop__content-inner {
  position: relative;
  padding-top: 46px;
  overflow: hidden;
}
.p-t-shop__content-nav.is-noneSlide {
  display: none;
}
.p-t-shop__content-nav-item {
  position: absolute;
  top: 29.8%;
  cursor: pointer;
  width: 35px;
}
.p-t-shop__content-nav-item img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-shop__content-nav-item.--next {
  right: -62px;
}
.p-t-shop__content-nav-item.--prev {
  left: -62px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.is-noneSlide .p-t-shop__content-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-t-shop__content-list-item {
  width: calc(25% - 27px);
}
.is-noneSlide .p-t-shop__content-list-item {
  margin: 0 17px;
}
.p-t-shop__content-list-item .p-in-image {
  padding-top: 100%;
}
.p-t-shop__content-list-item .p-in-image::before {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-t-shop__content-list-item .p-in-image figure {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-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;
}
.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-size: 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;
  letter-spacing: 0.1em;
}
.p-t-shop__content-list-item .p-in-detail-val .u-small {
  font-size: 10px;
}

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

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

.p-t-fc__title {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  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;
  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, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  margin: 0 auto 28px;
  width: 293px;
}
.is-active .p-t-fc__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-t-fc__lead {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
  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;
  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, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 1.9;
  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.04em;
  text-align: center;
}
.is-active .p-t-fc__lead {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-t-fc__more {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, background-color 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, background-color 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  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;
  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, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  background-color: #333;
  color: #fff;
}
.is-active .p-t-fc__more {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-t-fc__more p {
  -webkit-transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  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 {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  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;
  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, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  margin: 33px auto 0;
  width: 100%;
}
.is-active .p-t-fc__image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-t-fc__image img {
  margin: 0 auto;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px){
  .p-t-banner {
    margin-top: 70px;
  }
  .p-t-banner__main-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-t-banner__main-list-item {
    margin-right: 4%;
    margin-bottom: 4%;
    width: 48%;
  }
  .p-t-banner__main-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .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 figure {
    border-radius: 12px 12px 0 0;
  }
  .p-t-banner__main-list-item .p-in-title {
    border-radius: 0 0 12px 12px;
    padding: 9px 10px 8px;
    font-size: 16px;
  }
  .p-t-banner__main-list-item .p-in-title .u-small {
    font-size: 10px;
  }
  .p-t-banner__about {
    margin: 35px auto 0;
    width: 100%;
  }
  .p-t-shop {
    margin-top: 84px;
  }
  .p-t-shop_deco {
    display: none;
  }
  .p-t-shop__content {
    margin-top: 4px !important;
  }
  .p-t-shop__content-inner {
    padding-top: 30px;
    overflow: visible;
  }
  .p-t-shop__content-nav-item {
    display: none;
  }
  .is-noneSlide .p-t-shop__content-list-item {
    margin: 0 8px;
  }
  .p-t-shop__content-list-item {
    width: 64%;
  }
  .p-t-shop__content-list-item .p-in-detail {
    margin-top: 16px;
  }
  .p-t-shop__content-list-item .p-in-detail-val {
    font-size: 11px;
  }
  .p-t-shop__more {
    margin-top: 35px;
  }
  .p-t-fc {
    margin-top: 77px;
    padding: 70px 0 16px;
  }
  .p-t-fc::before {
    border-radius: 50% 50% 0 0;
    width: 210%;
    height: 100%;
  }
  .p-t-fc__title {
    margin: 0 auto 32px;
    width: 180px;
  }
  .p-t-fc__lead {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-t-fc__image {
    margin: 42px auto 0;
  }
  .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 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
    height: 3.2em;
    -webkit-line-clamp: 2;
    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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 {
    -webkit-transform: translate(0, -50%);
    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 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 3em;
    -webkit-line-clamp: 2;
    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;
  }
  .p-t-column_deco {
    right: 0;
    bottom: -14.25%;
    width: 42.5%;
  }
  .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-banner__main-list-item:hover .p-in-image {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .p-t-banner__main-list-item:hover .p-in-title {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .p-t-banner__main-list-item:hover::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .p-t-banner__about:hover .p-in-image figure {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .p-t-banner__about:hover .p-in-image::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .p-t-shop__content-nav-item.--next:hover img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .p-t-shop__content-nav-item.--prev:hover img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .p-t-shop__content-list-item a:hover .p-in-image::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .p-t-shop__content-list-item a:hover .p-in-image figure {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .p-t-fc__more:hover p {
    color: #333;
  }
  .p-t-main__slide.is-smallSlide {
    width: 1240px;
  }
  .p-t-main__slide.is-noneSlide {
    width: 600px;
  }
  .p-t-main_item__txt {
    -webkit-transition: all 0.5s ease;
    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 {
    -webkit-transition: all 0.5s ease;
    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 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(0, 0);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-info_arrow__prev:hover p {
    -webkit-transform: translate(0, -6px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(0, -6px);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-info_arrow__next:hover p {
    -webkit-transform: translate(0, 6px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(0, 6px);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-info_item {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .p-t-info_item:hover {
    -webkit-transition: background-color 0.4s ease;
    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 {
    -webkit-transform: translate(0, -50%);
    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 {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .p-t-news_cate__item:hover {
    -webkit-transition: opacity 0.4s ease;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  .p-t-news_deco {
    top: 0;
    right: 82px;
  }
  .p-t-bnr__arrow img {
    -webkit-transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(0, 0);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-bnr__arrow--left:hover img {
    -webkit-transform: translate(-8px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(-8px, 0);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-t-bnr__arrow--right:hover img {
    -webkit-transform: translate(8px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(8px, 0);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px){
  .p-t-column {
    margin-top: 84px;
  }
  .p-t-column_deco {
    top: auto;
    right: -7%;
    bottom: -14%;
    left: auto;
    z-index: 1;
    width: 51%;
  }
}
@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%;
  }
}