@charset "UTF-8";

/* 基本設定 */
html {
    font-size: 10px; /* 1rem = 10px */
    height: 100%;
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
    visibility: hidden;
  }
html.wf-active {
  visibility: visible;
}
body {
    height: 100%;
    height: 100dvh;
}
body,
input,
select,
textarea {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #000;
    background-color: #C2E2FA;
    margin: 0;
    padding: 0;
    }
.font-h {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.font-hr {
font-family: helvetica-neue-lt-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

/* 見出し */
    h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }
@media screen and (max-width: 1300px) {
    body,
    input,
    select,
    textarea {
      font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    body,
    input,
    select,
    textarea {
      font-size: 14px;
    }
}


/*---------------------*/
/* ヘッダー */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.header-logoarea {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 80px 0;
  max-width: 427px;
}
.header-logoarea img {
  padding: 20px 50px 30px 20px;
}
.p-header__title {
  max-width: 350px;
  margin-bottom: 0;
}
.p-hamburger {
  display: none;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #333;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
.p-header__box {
  display: flex;
  z-index: 10;
  position: static;
  top: 0;
  right: auto;
  align-items: flex-start;
  justify-content: center;
  column-gap: 30px;
  height: inherit;
  background: transparent;
  opacity: 1;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}
.p-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: right;
  height: inherit;
  padding: 0 0 20px 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
}
.p-header__box.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(194, 226, 250, .8);
  display: flex;
  flex-direction: column;
}
.p-nav__inner {
  display: flex;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 20px;
}
.p-nav__list {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  column-gap: 20px;
}
.p-nav__item {
  position: relative;
  width: auto;
}
.p-nav__link {
  color: #000;
  display: block;
  width: 100%;
  font-size: 16px;
}
header .line-area {
  background-color: #4CC764;
  border-radius: 0 0 20px 20px;
  color: #fff;
  transition: opacity 0.2s ease-in-out; 
}
header .line-area:hover {
  opacity: .9;
}
header .line-area p {
  padding: 15px 10px 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
header .line-area p span {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .p-header__title {
    max-width: 320px;
  }
  .header-logoarea {
    border-radius: 0 0 70px 0; 
  }
  .header-logoarea img {
    padding: 20px 30px 30px 15px;
}
  .p-header__box {
    column-gap: 10px;
}
.p-nav__inner {
    padding: 15px 20px;
}
  .p-nav__list {
    column-gap: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .header-logoarea {
    border-radius: 0 0 60px 0;
  }
  .p-header__title {
    max-width: 290px;
  }
  .header-logoarea img {
    padding: 20px 20px 30px 15px;
  }
  .p-nav__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .header-logoarea {
    border-radius: 0 0 50px 0;
  }
  .p-header__title {
    max-width: 260px;
  }
  .p-header__box {
    padding-right: 20px;
  }
  .p-nav__inner {
    padding: 15px;
  }
  .p-nav__list {
    column-gap: 10px;
  }
  header .line-area p {
    font-size: 14px;
  }
  header .line-area p {
    padding: 15px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
    .p-nav__link {
        font-size: 13px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 1100px) {
    .p-nav__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logoarea img {
    padding: 20px 15px 30px 10px;
  }
  .p-header__title {
    max-width: 224px;
  }
  .p-header__box {
    column-gap: 6px;
  }
  header .line-area p {
    font-size: 12px;
  }
  header .line-area p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .header-logoarea {
      border-radius: 0 0 30px 0;
      z-index: 100;
  }
  .header-logoarea img {
    padding: 15px 15px 15px 10px;
  }
  .p-hamburger {
    display: block;
  }
  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 70%;
    padding: 30px;
  }
  .p-header__box {
    position: absolute;
    opacity: 0; 
    height: 100vh;
    width: 100%;
    right: -100%;
    background-color: rgba(194, 226, 250, .8);
    display: flex;
    flex-direction: column;
    padding: 0 30px;
  }
  .p-nav__list {
    padding-left: 40px;
    display: block;
  }
  .p-nav__item {
    margin-bottom: 10px;
  }
  .p-nav__link {
    font-size: 20px;
    position: relative;
  }
  .p-nav__link::before {
    position: absolute;
    content: "";
    top: 42%;
    transform: translateY(-50%);
    left: -30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    background-color: #2854B7;
    border-radius: 50px;
}
  header .line-area {
    width: 360px;
    margin: 30px auto 0;
    border-radius: 20px;
  }
  header .line-area p {
    font-size: 18px;
  }
  header .line-area p span {
    font-size: 22px;
  }
  header .line-area p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
    .header-logoarea img {
        padding: 8px 15px 12px 10px;
    }
    .p-header__title {
        max-width: 200px;
    }
    .p-hamburger {
      height: 50px;
    }
    .p-nav__link {
      font-size: 18px;
    }
    header .line-area {
      width: 70%;
    }
}
@media screen and (max-width: 540px) {
    .p-nav__inner {
        width: 90%;
    }
    header .line-area {
      width: 90%;
    }
    header .line-area p {
      font-size: 14px;
      padding: 10px;
    }
}
@media screen and (max-width: 390px) {
    .p-nav__link {
        font-size: 16px;
    }
    header .line-area p span {
        font-size: 20px;
    }
}



/*---------------------*/
/* 画面右側の固定ボタン */
#fixed-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
#fixed-buttons .button {
  padding: 15px 20px 15px 15px;
  height: 220px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateX(5px);
  transition: transform 0.2s ease-in-out;
}
#fixed-buttons .button:hover {
  transform: translateX(0); 
}
#fixed-buttons .button-red {
  background-color: #D94C2A;
  border-radius: 20px 0 0 0;
}
#fixed-buttons .button-orange {
  background-color: #FA9922;
}
#fixed-buttons .button-blue {
  background-color: #2854B7;
  border-radius: 0 0 0 20px;
}
#fixed-buttons .button-icon {
  margin-bottom: 10px;
}
#fixed-buttons .button-text {
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 1300px) {
  #fixed-buttons .button {
    padding: 5px 15px 5px 10px;
    height: 157px;
  }
  #fixed-buttons .button-text {
    font-size: 13px;
  }
  #fixed-buttons .button-icon {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 960px) {
  #fixed-buttons {
    top: initial;
    bottom: -10px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
  }
  #fixed-buttons .button {
    height: auto;
    padding: 10px 15px 20px 10px;
    min-width: 170px;
    transform: translateY(-5px);
  }
    #fixed-buttons .button:hover {
    transform: translateY(-10px);
  }
  #fixed-buttons .button-icon {
    margin-bottom: 6px;
  }
  #fixed-buttons .button-text {
    writing-mode: initial;
  }
  #fixed-buttons .button-blue {
    border-radius: 0 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #fixed-buttons .button {
    padding: 12px 6px;
  }
  #fixed-buttons .button-icon {
    margin-bottom: 3px;
  }
  #fixed-buttons .button-text {
      font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
    #fixed-buttons {
      width: 100%;
    }
    #fixed-buttons .button {
      width: 100%;
      min-width: auto;
    }
  #fixed-buttons .button-red,#fixed-buttons .button-blue {
    border-radius: 0;
  }
  #fixed-buttons .button-text {
      font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  #fixed-buttons .button-text {
      font-size: 11px;
  }
}


/*---------------------*/
/* フッター */
footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
footer .logo-area {
  max-width: 380px;
  margin: 0 auto 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.footer-nav ul li a {
  font-size: 16px;
}
footer .info-area {
  margin-bottom: 60px;
}
footer .info-area p {
  font-size: 18px;
  margin-bottom: 10px;
}
footer small {
  font-size: 10px;
}
footer small br {
  display: none;
}
footer .info-area p br{
  display: none;
}
@media screen and (max-width: 1300px) {
  .footer-inner {
    padding: 0 20px;
  }
  .footer-nav ul {
    column-gap: 15px;
  }
}
@media screen and (max-width: 960px) {
  footer {
    padding-bottom: 100px;
  }
  footer .logo-area {
    max-width: 350px;
  }
  .footer-nav ul {
    padding: 15px; 
  }
  .footer-nav ul li a {
      font-size: 14px;
  }
  footer .info-area p {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .footer-nav ul li a {
      font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
    footer .logo-area {
        max-width: 320px;
    }
    .footer-nav ul {
      display: grid;
      grid-template-columns: repeat(4,2fr);
      padding: 15px 20px 15px 50px;
    }
    .footer-nav ul li {
      text-align: left;
    }
}
@media screen and (max-width: 600px) {
    footer {
      padding-top: 30px;
      padding-bottom: 80px;
    }
    .footer-nav ul {
      padding: 10px 20px 10px 24px;
      column-gap: 8px;
      margin: 0 auto 20px;
    }
    footer .info-area p {
        font-size: 14px;
    }
    footer .info-area {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 540px) {
    footer .logo-area {
        max-width: 280px;
    }
    .footer-nav ul {
      grid-template-columns: repeat(2,4fr);
      width: 300px;
      border-radius: 20px;
      column-gap: 0px;
      padding: 10px 0px 10px 30px;
    }
    footer small br {
       display: block;
    }
    footer .info-area p br{
      display: block;
     }
}
@media screen and (max-width: 390px) {
    footer {
      padding-bottom: 70px;
    }
    footer .info-area p {
        font-size: 12px;
        margin-bottom: 4px;
    }
}


/*---------------------*/
/* 全体共通 */
/* reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha-br{display: none;}
.recaptcha-br2 {display:none;}
.recaptcha-wrapper{text-align:center; margin-top: 40px; color:#000; line-height:2;}
.recaptcha-wrapper a {
  display: initial !important; 
}
@media (max-width: 767px) {
.recaptcha-wrapper p {font-size:12px;}
.recaptcha-br{display: block}
}
@media (max-width: 420px) {
.recaptcha-br2 {display:block;}
}
/* section */
.page-top {
  margin-top: 100px;
}
.section {
  padding-top: 80px;
  margin-bottom: 80px;
}
.bk-white {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1300px) {
  .page-top {
    margin-top: 90px;
  }
  .section {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .section-inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page-top {
    margin-top: 84px;
  }
}
@media screen and (max-width: 960px) {
  .page-top {
      margin-top: 62px;
  }
  .section-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .section-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .page-top {
      margin-top: 50px;
  }
  .section {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .section:has(.bk-white) {
    padding-top: 50px;
  }
}
@media screen and (max-width: 390px) {
.bk-white {
    padding-top: 70px;
}
}

/* 左右余白がある背景デザイン */
.section .wrapper {
  width: 90%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 100px 0;
}
.section .wrapper-b {
    background-color: #2854B7;
    border-radius: 200px 0 0 0;
    margin-left: 10%;
}
.section .wrapper-b .inner-wrapper {
  margin-right: 10%;
}
.section .wrapper-r {
    background-color: #D94C2A;
    border-radius: 0 200px 0 0;
    margin-right: 10%;
}
.section .wrapper-r .inner-wrapper {
  margin-left: 10%;
}
.section .wrapper-o {
    background-color: #FA9922;
    border-radius: 200px 0 0 0;
    margin-left: 10%;
}
.section .wrapper-o .inner-wrapper {
  margin-right: 10%;
}
@media screen and (max-width: 1600px) {
    .section .wrapper .section-inner {
        padding: 0 50px;
    }
}
@media screen and (max-width: 1300px) {
    .section .wrapper {
      padding: 80px 0;
    }
    .section .wrapper .section-inner {
        padding: 0 40px;
    }
}
@media screen and (max-width: 960px) {
    .section .wrapper {
      padding: 60px 0;
      width: 95%;
      margin-left: 5%;
    }
    .section .wrapper-o .inner-wrapper {
      margin-right: 5%;
    }
}
@media screen and (max-width: 600px) {
    .section .wrapper {
      padding: 50px 0;
    }
    .section .wrapper .section-inner {
        padding: 0 20px;
    }
}



/* パンダのタイトル */
.title-area {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 960px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.title-image img {
  width: 100px;
  height: auto;
}
.title-area p {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.title-area h2 {
  font-size: 22px;
  margin: 0;
}
.title-area p,.title-area h2 {
  color: #2854B7;
}
.bk-white .title-area {
    position: absolute;
    top: -30px;
}
@media screen and (max-width: 1300px) {
  .title-area {
    gap: 10px;
  }
  .title-area p {
    font-size: 48px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
    .title-area p {
        font-size: 42px;
    }
    .title-area h2 {
    font-size: 20px;
    }
    .title-image img {
        width: 90px
    }
}
@media screen and (max-width: 767px) {
    .title-area p {
        font-size: 36px;
    }
    .title-image img {
        width: 80px
    }
}
@media screen and (max-width: 600px) {
  .title-area,.page-title-area {
    flex-direction: column;
    text-align: center;
  }
  .title-area {
    gap: 6px;
    margin-bottom: 30px;
  }
  .bk-white .title-area {
    left: 50%;
    transform: translateX(-50%);
    gap: 6px;
    top: -50px;
  }
  .title-area p {
    font-size: 32px;
  }
  .title-area h2 {
    font-size: 18px;
  }
  .title-image img {
    width: 60px
  }
}
@media screen and (max-width: 430px) {
  .title-image img {
    width: 50px
  }
}
@media screen and (max-width: 390px) {
  .title-image img {
    width: 45px
  }
  .title-area h2 {
    font-size: 16px;
  }
}

/* com-pagelink */
#com-pagelink ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 3%;
  margin-bottom: 80px;
}
#com-pagelink ul li:hover {
  transform: translateY(-5px);
}
#com-pagelink .open-link:hover {
  transform: translateY(-5px);
}
#com-pagelink .open-li-sp {
    display: none;
}
@media screen and (max-width: 960px) {
  #com-pagelink ul {
  margin-bottom: 40px;
}
}
@media screen and (max-width: 600px) {
  #com-pagelink ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 60%;
  margin: 0 auto 20px;
  }
  #com-pagelink .open-li-pc {
    display: none;
  }
  #com-pagelink .open-li-sp {
    display: block;
  }
}
@media screen and (max-width: 390px) {
  #com-pagelink ul {
  width: 75%;
}
}

/* com-btn-link */
#com-btn-link .message-link {
  position: relative;
  margin-bottom: 80px;
  transition: .5s;
}
#com-btn-link .message-link:hover {
  transform: translateY(-5px);
}
#com-btn-link .message-bk {
  position: relative;
}
#com-btn-link .panda {
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 100px;
}
#com-btn-link ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
}
#com-btn-link ul li {
  border-radius: 100px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#com-btn-link ul li:hover {
  transform: translateY(-5px);
}
#com-btn-link ul .link01 {
    background-color: #D94C2A;
}
#com-btn-link ul .link02 {
    background-color: #2854B7;
}
#com-btn-link ul .link03 {
    background-color: #4CC764;
}
#com-btn-link ul li a {
  padding: 22px 30px;
}
#com-btn-link .message-bk-sp {
  display: none;
}
@media screen and (max-width: 1300px) {
  #com-btn-link .message-link {
    margin-bottom: 60px;
  }
  #com-btn-link ul {
    column-gap: 3%;
  }
  #com-btn-link ul li {
    font-size: 22px;
  }
  #com-btn-link ul li a {
    padding: 16px;
}
}
@media screen and (max-width: 960px) {
  #com-btn-link ul {
    column-gap: 2%;
  }
  #com-btn-link ul li {
    font-size: 18px;
  }
  #com-btn-link .panda {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  #com-btn-link .message-link {
    margin-bottom: 50px;
  }
  #com-btn-link ul li {
    font-size: 14px;
  }
    #com-btn-link ul li a {
    padding: 16px 0;
  }
    #com-btn-link .panda {
    width: 60px;
    left: -10px;
  }
}
@media screen and (max-width: 600px) {
  #com-btn-link .message-link {
    margin-bottom: 40px;
  }
    #com-btn-link ul {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      width: 70%;
      min-width: 280px;
      margin: 0 auto;
    }
}
@media screen and (max-width: 540px) {
  #com-btn-link .message-bk {
    display: none;
  }
  #com-btn-link .message-bk-sp {
    display: block;
  }
}
@media screen and (max-width: 430px) {
      #com-btn-link .panda {
      width: 52px;
      bottom: -20px;
    }
}
@media screen and (max-width: 390px) {
    #com-btn-link .panda {
      width: 46px;
    }
  }

/* 共通ボタン */
.page-btn {
    text-align: center;
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.page-btn .btn {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 650px;
    padding: 24px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
}
.page-btn .btn::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
}
@media screen and (max-width: 1300px) {
  .page-btn .btn {
    font-size: 24px;
    width: 500px;
    padding: 18px;
  }
  .page-btn .btn::after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 960px) {
  .page-btn .btn {
    font-size: 18px;
    width: 400px;
    padding: 14px;
  }
  .page-btn .btn::after {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn .btn {
    font-size: 18px;
    width: 360px;
    padding: 12px;
  }
  .page-btn .btn::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 540px) {
  .page-btn .btn {
    font-size: 16px;
    width: 320px;
    padding: 10px;
  }
  .page-btn .btn::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 390px) {
    .page-btn .btn {
      width: 290px;
      font-size: 14px;
    }
}


/*---------------------*/
/* 共通アニメーション */
/* 下からスライドイン */
.slideInBottom {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity .8s, transform .8s;
}
.slideInBottom.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 右からスライドイン */
.slideInRight {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1s, transform 1s;
}
.slideInRight.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* 左からスライドイン */
.slideInLeft {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1s, transform 1s;
}
.slideInLeft.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* フェードイン・拡大表示 */
.fadeIn {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 1s, transform 1s;
}
.fadeIn.is-show {
  opacity: 1;
  transform: scale(1);
}

/* テキストアンダーライン */
.t-li {
  background-image: linear-gradient(#FEC321, #FEC321);
  background-repeat: no-repeat;
  
  /* 初期状態では中央に配置し、サイズを0に設定 */
  background-position: center bottom;
  background-size: 0 3px;
  
  transition: background-size 0.3s;
  padding-bottom: 5px;
}
.t-li:hover {
  background-position: center bottom;
  background-size: 100% 3px;
}