@charset "UTF-8";
/*------------------------------------------------------------

アニメーション

-------------------------------------------------------------*/
.animate01-switch,
.animate02-switch,
.animate-image2 {
  opacity: 0;
}

.fadeIn, .fadeInUp, .fadeInUpMV, fadeInUpMV02, .fadeInDown, .fadeInLeft, .fadeInRight {
  opacity: 0;
}

/* MV上で、下からフェード */
.fadeInUpMV {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInUpMV;
          animation-name: fadeInUpMV;
  visibility: visible !important;
  position: inherit;
}

@-webkit-keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUpMV02 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: fadeInUpMV02;
          animation-name: fadeInUpMV02;
  visibility: visible !important;
  position: absolute;
}

@-webkit-keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* フェードイン */
.fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウト */
.fadeOut {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 下からフェード */
.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
  position: inherit;
}
.fadeInUp.is-delay1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.fadeInUp.is-delay2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeInUp.is-delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fadeInUp.is-delay4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeInUp.is-delay5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fadeInUp.is-delay6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeInUp.is-delay7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeInUp.is-delay8 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeInUp.is-delay9 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeInUp.is-delay13 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上からフェード */
.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* 左からフェード */
.fadeInLeft {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .fadeInLeft {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* 右からフェード */
.fadeInRight {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .fadeInRight {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.l-river-wrap {
  width: 100%;
}
.l-river-wrap:after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/campaign/holiday/body_bg.webp) no-repeat center top;
}

.campaign2026-holiday {
  width: 375px;
  min-width: auto;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
  background-color: #fff;
}
.campaign2026-holiday * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.campaign2026-holiday * .no-palt {
  -webkit-font-feature-settings: "palt" 0 !important;
          font-feature-settings: "palt" 0 !important;
}
.campaign2026-holiday img {
  max-width: 100%;
  vertical-align: top;
}
.campaign2026-holiday ul,
.campaign2026-holiday ol,
.campaign2026-holiday li,
.campaign2026-holiday dl,
.campaign2026-holiday dt,
.campaign2026-holiday dd {
  list-style: none;
}
.campaign2026-holiday h1 small, .campaign2026-holiday h2 small, .campaign2026-holiday h3 small, .campaign2026-holiday h4 small, .campaign2026-holiday h5 small, .campaign2026-holiday h6 small {
  opacity: 1;
  display: inline-block;
}

#global-footer {
  position: relative;
  z-index: 999;
}

.is-fadein-image.js-trigger {
  opacity: 0;
}
.is-fadein-image.js-trigger.is-visible {
  -webkit-animation: fadeInOnly 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
          animation: fadeInOnly 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}

.is-fadeinup-headline.js-trigger {
  opacity: 0;
}
.is-fadeinup-headline.js-trigger.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
}

.is-fadeinup-content.js-trigger {
  opacity: 0;
}
.is-fadeinup-content.js-trigger.is-visible {
  -webkit-animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
          animation: fadeInUp 1.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s forwards;
}

/*--------------------------
MVまわり
----------------------------*/
.l-hero-wrap {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.l-hero-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-hero-image-wrap {
  width: 100%;
}
.l-hero-image-wrap img {
  max-width: 100%;
}

.l-hero-content-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-hero-headline {
  padding: 25px 0 0;
  text-align: center;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.4;
  color: #001388;
  text-align: center;
}
.p-hero-headline b {
  display: block;
  font-size: 32px;
  font-weight: 400;
}
.p-hero-headline small {
  font-size: 20px;
}
.p-hero-headline img {
  max-width: 100%;
}

.p-hero-subhead {
  padding: 240px 0 0;
  font-size: 24px;
  color: #001388;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
}
.p-hero-subhead img {
  max-width: 100%;
}

.p-hero-campaign-box {
  width: 100%;
  padding: 22px 0 0;
}
.p-hero-campaign-box img {
  max-width: 100%;
}

.l-content-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 40px;
}
.l-content-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------
ホリデーキット
----------------------------*/
.p-holiday-kit-main {
  position: relative;
  overflow: hidden;
}

.p-holiday-kit-main-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-holiday-kit-main-image img {
  max-width: 100%;
}

.p-holiday-kit-main-info {
  position: relative;
  z-index: 2;
  padding: 244px 0 0;
}

.p-holiday-kit-headline {
  font-size: 31px;
  text-align: center;
  color: #001388;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
}
.p-holiday-kit-headline small {
  display: block !important;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
  letter-spacing: 0;
}

.p-holiday-kit-content {
  width: 100%;
  padding: 8px 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-holiday-kit-product {
  width: 47%;
}
.p-holiday-kit-product dt {
  font-size: 10px;
  font-weight: 700;
}
.p-holiday-kit-product dd .is-text {
  padding-left: 0.6em;
  position: relative;
  font-size: 9px;
}
.p-holiday-kit-product dd .is-text:before {
  content: "・";
  position: absolute;
  left: -0.3em;
}
.p-holiday-kit-product dd .is-text .is-new {
  display: inline-block;
  margin-left: 0.5em;
  color: #c50000;
}

.p-holiday-kit-price {
  width: 53%;
}
.p-holiday-kit-price .is-label {
  display: block;
  width: calc(100% - 20px);
  background-color: #c50000;
  color: #fff;
  text-align: center;
}
.p-holiday-kit-price .is-pre-price {
  display: block;
  padding: 4px 20px 0 0;
  width: 100%;
  font-size: 12px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  text-align: center;
}
.p-holiday-kit-price .is-price-flex {
  padding: 0;
  line-height: 1.1;
  margin-top: -8px;
}
.p-holiday-kit-price .is-price-flex .is-off {
  display: inline-block;
  width: 40px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  vertical-align: top;
  line-height: 1.1;
}
.p-holiday-kit-price .is-price-flex .is-off img {
  max-width: 100%;
}
.p-holiday-kit-price .is-price-flex .is-price-text {
  display: inline-block;
  margin-left: 4px;
  font-size: 40px;
  color: #c50000;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1.1;
}
.p-holiday-kit-price .is-price-flex .is-yen {
  display: inline-block;
  font-size: 22.5px;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  line-height: 1;
  color: #c50000;
  text-align: center;
  line-height: 1.1;
}
.p-holiday-kit-price .is-price-flex .is-yen small {
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
}

.l-holiday-kit-invite-wrap {
  width: 100%;
  padding: 12px 20px 0;
}

.p-holiday-kit-invite-catch {
  font-size: 12px;
  color: #001388;
  text-align: center;
}

.p-holiday-kit-invite-btn {
  width: 280px;
  margin: 12px auto 0;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.p-holiday-kit-invite-btn .is-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #001388;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  -ms-flex-line-pack: center;
      align-content: center;
}
.p-holiday-kit-invite-btn .is-btn {
  width: 100%;
  height: 60px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 21px;
  text-align: center;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

.p-holiday-kit-invite-annotation {
  padding: 12px 0 0;
}
.p-holiday-kit-invite-annotation .is-text {
  font-size: 9px;
  text-align: center;
}

.l-kit-product-about-wrap {
  width: 100%;
  padding: 42px 20px 50px;
}

.p-kit-product-about-inner {
  width: 100%;
  border: 1px solid #001388;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 20px 12px;
}
.p-kit-product-about-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 96.6%;
  width: 40px;
  height: 40px;
  border-left: 1px solid #001388;
  border-top: 1px solid #001388;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: #c0d3f1;
}

.p-kit-product-about-image {
  padding: 0 0 0 12px;
}
.p-kit-product-about-image img {
  width: 71.5px;
}

.p-kit-product-about-info {
  padding: 0 0 0 12px;
}
.p-kit-product-about-info .p-btn-blue {
  padding: 20px 0 0;
}
.p-kit-product-about-info .p-btn-blue a {
  display: block;
  position: relative;
  width: 208px;
  height: 50px;
  background-color: #001388;
  border-radius: 25px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
}
.p-kit-product-about-info .p-btn-blue a:after {
  content: "＞";
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  color: #fff;
}

.p-kit-product-about-headline {
  padding: 10px 0 0;
  font-size: 21px;
  color: #001388;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
.p-kit-product-about-headline small {
  font-size: 18.9px;
}

.p-kit-product-about-release {
  padding: 12px 0 0;
  line-height: 1.7;
}
.p-kit-product-about-release div + div {
  margin-top: 4px;
}
.p-kit-product-about-release div dt {
  font-size: 11.2px;
}
.p-kit-product-about-release div dt b {
  font-size: 14px;
  font-weight: 400;
}
.p-kit-product-about-release div dd {
  font-size: 14px;
}

/*--------------------------
ベストコスメ受賞アイテム
----------------------------*/
.l-best-cosme-wrap {
  width: 100%;
}

.p-best-cosme-main {
  width: 100%;
  position: relative;
}

.p-best-cosme-main-image {
  position: relative;
  z-index: 1;
}

.p-best-cosme-main-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}

.p-best-cosme-headline {
  padding: 72px 0 0;
}
.p-best-cosme-headline img {
  max-width: 100%;
}

.p-best-cosme-list {
  width: 100%;
  padding: 40px 0 0;
}
.p-best-cosme-list + .p-best-cosme-list {
  padding-top: 84px;
}

.p-best-cosme-item + .p-best-cosme-item {
  margin-top: 16px;
}

/*--------------------------
タカミ公式LINEのご案内
----------------------------*/
.l-bottom-line-wrap {
  width: 100%;
  padding: 40px 10px 0;
}

.p-line-main {
  width: 100%;
  position: relative;
}

.p-line-main-image {
  position: relative;
  width: 100%;
}
.p-line-main-image img {
  max-width: 100%;
}

@-webkit-keyframes _commonHeaderHide {
  0% {
    top: 0;
  }
  to {
    top: -60px;
  }
}

@keyframes _commonHeaderHide {
  0% {
    top: 0;
  }
  to {
    top: -60px;
  }
}
@-webkit-keyframes _commonHeaderShow {
  0% {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes _commonHeaderShow {
  0% {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes _anchorFixedShow {
  0% {
    top: -40px;
  }
  to {
    top: 0;
  }
}
@keyframes _anchorFixedShow {
  0% {
    top: -40px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes _anchorFixedStepDown {
  to {
    top: 60px;
  }
}
@keyframes _anchorFixedStepDown {
  to {
    top: 60px;
  }
}
@-webkit-keyframes _scaleChange {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes _scaleChange {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spoitDown {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 64%;
  }
}
@keyframes spoitDown {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 64%;
  }
}
@-webkit-keyframes spoitDown02 {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 72%;
  }
}
@keyframes spoitDown02 {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 72%;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lineDraw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineDraw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes _kvScale {
  0% {
    background-size: 120% auto;
  }
  to {
    background-size: 100% auto;
  }
}
@keyframes _kvScale {
  0% {
    background-size: 120% auto;
  }
  to {
    background-size: 100% auto;
  }
}
.l-pankuzu-wrap {
  background: #fff;
  position: relative;
  z-index: 999;
}

.l-fixed-menu {
  position: fixed;
  z-index: 90;
  right: 100px;
  top: 120px;
}

.p-fixed-menu-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 270px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 16px;
}

.p-fixed-menu-item {
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 2.4;
}
.p-fixed-menu-item a {
  text-decoration: none;
}
.p-fixed-menu-item span {
  position: relative;
  font-size: 16px;
  color: #001388;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
}