@charset "utf-8";

.no-pc {
  display: none;
}
.ml-8 {
  margin-left: 8px;
}
.mr-4 {
  margin-right: 4px;
}

a {
  color: #50c3ff;
}
a:hover {
  opacity: 0.7;
  transition: 0.2s ease;
  text-decoration: underline;
}
a:visited {
  color: #660099;
}

/* 新しいウィンドウ */
.window-open {
  color: #50c3ff;
}
.window-open:hover {
  opacity: 0.7;
  transition: 0.2s ease;
  text-decoration: underline;
}
.window-open:visited {
  color: #660099;
}
.window-open::after {
  color: #50c3ff;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/assets/img/ico/ico_new-window.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(15%) sepia(5%) saturate(0%) hue-rotate(155deg) brightness(97%)
    contrast(92%);
  margin-left: 4px;
}

/* ヘッダー */
.header {
  background: #ff9123;
  height: 60px;
  /*overflow: hidden;*/
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2000;
}
.header-section {
  max-width: 980px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
}
.header-section-logo {
  width: 75px;
  height: 60px;
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.header-section-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-section-logo img {
  width: 48px;
  height: 52px;
  position: absolute;
  top: 3px;
  left: 13px;
}
h1.header-section-title {
  font-size: unset;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-left: 8px;
  margin-bottom: 0;
}
p.header-section-title {
  font-size: unset;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-left: 8px;
  margin-bottom: 0;
}
.header-section-title a {
  color: #fff !important;
}
.header-section-title a:hover {
  opacity: unset;
  transition: unset;
  text-decoration: none;
}
.header-section-contact {
  color: #fff;
  margin-left: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.header-section-contact-business_hours {
}
.header-section-menu-mega_menu-left-right {
  margin-left: 12px;
}
.header-contact-tel {
  font-size: 1.6rem;
}
.header-contact-tel {
  color: #fff;
  font-weight: 500;
}
.header-contact-tel:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url("/assets/img/ico/ico_header01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  vertical-align: middle;
}
.header-contact-tel:hover {
  opacity: unset;
  transition: unset;
  text-decoration: none;
}

.header-section-menu {
  margin-left: auto;
  position: relative;
}
.header-section-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-section-menu-list li {
  width: 60px;
  height: 60px;
  position: relative;
}
.header-section-menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-section-menu-list li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.header-section-menu-list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header-section-menu-list li:nth-child(1) a img {
  width: 24px;
  height: 21px;
}
.header-section-menu-list li:nth-child(2) a img {
  width: 20px;
  height: 20px;
}
.header-section-menu-list li:nth-child(3) a img {
  width: 24px;
  height: 20px;
}
.header-section-menu-list li:nth-child(4) a img {
  width: 26px;
  height: 20px;
}

.header-section-menu-favorite {
  padding: 24px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #d1d1d1;
  position: absolute;
  z-index: 1000;
  left: -55px;
  visibility: hidden; /* 完全に非表示 */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.header-section-menu-favorite-text {
  margin-bottom: 8px;
}

.header-section-menu-mega_menu {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 64px;
  background: #fff;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #d1d1d1;
  right: 0;
  visibility: hidden; /* 完全に非表示 */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.header-section-menu-mega_menu .mega_menu-headline {
  font-size: 2.2rem;
  margin-bottom: 18px;
  width: 100%;
}

.header-section-menu-mega_menu #cse-search-box {
  position: relative;
  margin-bottom: 32px;
}
.header-section-menu-mega_menu #cse-search-box img {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
}

.header-section-menu-mega_menu li a {
  color: #000;
}
.header-section-menu-mega_menu-left-menu-item {
  margin-left: 4px;
  margin-bottom: 12px;
}
.header-section-menu-mega_menu-left-menu-sub_menu {
  cursor: pointer;
}
.header-section-menu-mega_menu-left-menu-sub_menu-list li a {
  font-size: 1.2rem;
  color: #333;
}
.header-section-menu-mega_menu-top {
  width: 100%;
  margin-bottom: 32px;
}
.header-section-menu-mega_menu-top-search {
  width: 500px;
  height: 50px;
  padding-left: 52px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  font-size: 1.4rem;
}
.header-section-menu-mega_menu-top-search #cse-search-box {
  position: relative;
}
.header-section-menu-mega_menu-top-search #cse-search-box img {
  position: absolute;
  bottom: 6px;
  left: 9px;
  width: 18px;
  height: 18px;
}

.header-section-menu-mega_menu-left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #d1d1d1;
}
.header-section-menu-mega_menu-right {
  width: 25%;
}

/* ご紹介 */
.introduction {
  padding: 80px 0 50px;
}
.introduction p {
  line-height: 1.6;
}
.introduction-section {
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  position: relative;
}
.introduction-section::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 63px;
  background-image: url("/assets/img/guide01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 100px;
}
.introduction-section::after {
  content: "";
  display: inline-block;
  width: 114px;
  height: 113px;
  background-image: url("/assets/img/ponta03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -64px;
  right: 30px;
}
.introduction-section-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.introduction-section-link {
  margin: 16px 0;
}

.introduction-section p:nth-child(2),
.introduction-section p:nth-child(3) {
  margin: 0;
}

/* CTA */
.contact {
  background: #ff9123;
  padding: 50px 0;
  position: relative;
}
.contact::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/ico/ico_cta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.contact p {
  line-height: 1.6;
  margin: 4px 0;
}
.contact .contact-section {
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #fff;
}

.contact-section-title {
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  background-image: url("/assets/img/left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 80px;
}
.contact-section-title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  background-image: url("/assets/img/right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
}
.contact-section-tel {
  font-size: 2.8rem;
  border-bottom: 1.5px solid #fff;
  color: #fff;
  display: block;
  width: fit-content;
  margin: auto auto 8px;
}
.contact-section-tel:hover {
  opacity: unset;
  transition: unset;
  text-decoration: none;
}
.contact-section .contact-section-button {
  margin: 40px 0;
  display: flex;
}
.contact-section .contact-section-button-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 5px;
  color: #ff9123;
  font-weight: 500;
  position: relative;
}
.contact-section .contact-section-button-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 5px;
  margin-left: 40px;
  color: #ff9123;
  font-weight: 500;
  position: relative;
}

.contact-section .contact-section-button-entry::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("/assets/img/btn/btn02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 70px;
}
.contact-section .contact-section-button-contact::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url("/assets/img/btn/btn03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 64px;
}
.contact-section .contact-section-button-entry:hover {
  text-decoration: none;
}
.contact-section .contact-section-button-contact:hover {
  text-decoration: none;
}

.contact-section .contact-section-button-entry span {
  margin-left: 30px;
}
.contact-section .contact-section-button-contact span {
  margin-left: 30px;
}

/* footer */
footer .wrapper {
  max-width: 980px;
  margin: auto;
}

.footer-sitemap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 60px 0;
}

.footer-sitemap a {
  color: #000;
}
.footer-sitemap a:visited {
  color: #000;
}
.footer-sitemap a:hover {
  color: #000;
}
.footer-sitemap ul li {
  margin: 4px;
  line-height: 1.6;
}
.footer-sitemap-left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.footer-sitemap-search_left {
  width: calc(100% / 2);
  display: flex;
  justify-content: center;
}
.footer-sitemap-search_right {
  width: calc(100% / 2);
  display: flex;
  justify-content: center;
}
.footer-sitemap-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.footer-sitemap-information {
  width: calc(100% / 3);
  border-left: 1px solid #000;
  display: flex;
  justify-content: center;
}
.footer-sitemap-contact {
  width: calc(100% / 3);
  border-left: 1px solid #000;
  display: flex;
  justify-content: center;
}
.footer-sitemap-guide {
  width: calc(100% / 3);
  border-left: 1px solid #000;
  display: flex;
  justify-content: center;
}

.footer-sitemap__left {
  width: calc(100% / 2);
  display: flex;
  justify-content: center;
}
.footer-sitemap__right {
  width: calc(100% / 3.7);
  display: flex;
  justify-content: center;
}
.footer-sitemap__sm {
  display: grid;
  width: 80%;
  grid-auto-flow: column;
  grid-template-columns: min(33%);
}
.footer-sitemap__sm-left {
  display: flex;
  justify-content: center;
}
.footer-sitemap__sm-center {
  display: flex;
  justify-content: center;
  border-left: 1px solid #000;
}
.footer-sitemap__sm-right {
  display: flex;
  justify-content: center;
  border-left: 1px solid #000;
}

.footer-navigation {
  display: flex;
  margin-bottom: 60px;
}
.footer-navigation p,
.footer-navigation li {
  line-height: 1.6;
  margin: 4px 0;
  line-height: 1.6;
}

.footer-navigation-left {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
}
.footer-navigation-title {
  display: flex;
  align-items: center;
}
.footer-navigation-title img:nth-child(1) {
  max-width: 48px;
  width: 100%;
  height: auto;
}
.footer-navigation-title img:nth-child(2) {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-left: 8px;
}
.footer-navigation-title p {
  font-size: 2.6rem;
  margin-left: 4px;
}
.footer-navigation-right {
  display: flex;
  width: 50%;
}
.footer-navigation-right ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-navigation-right ul li {
  padding: 0 28px;
  border-right: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-navigation-right ul li:nth-child(3),
.footer-navigation-right ul li:nth-child(6) {
  border-right: none;
}
.footer-navigation-right ul li a {
  color: #000;
}
.footer-navigation-right ul li a:hover {
  color: #000;
}
.footer-navigation-right ul li a:visited {
  color: #000;
}
.footer-navigation-contact-business_hours {
  font-size: 1rem;
}
.footer-navigation-contact-tel {
  font-size: 1.6rem;
  color: #000;
}
.footer-navigation-contact-tel::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/assets/img/ico/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-copyright {
  background: #ff9123;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-copyright {
  font-size: 1.2rem;
  color: #fff;
}

/* ponta説明 */
.ponta-info {
  background: #eeeeee;
  padding: 70px 0 0;
}
.ponta-info p,
.ponta-info li {
  line-height: 1.6;
  margin: 4px 0;
}
.ponta-info li {
  margin: 4px 0px 4px 1.4rem;
}
.ponta-info__section {
  max-width: 920px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
/*
.ponta-info__section:nth-child(1) {
  margin-bottom: 70px;
}
  */
.ponta-info__section {
  padding-bottom: 70px;
}
.ponta-info__section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px; /* テキストと線の間隔 */
  width: 100%;
  margin: 0 0 20px;
}
.ponta-info__section-heading::before,
.ponta-info__section-heading::after {
  content: "";
  flex: 1;
  border-top: 1px solid #909090;
}

.ponta-info__title {
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
}
.ponta-info__description {
  margin-bottom: 20px;
}
.ponta-info__description-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ponta-info__description-list dt {
  width: 20%;
  font-size: 1.4rem;
  border: 1px solid #909090;
  border-radius: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 12px;
  padding: 2px 0;
}
.ponta-info__description-list dd {
  width: 78%;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.ponta-info__list {
  list-style: disc inside;
  margin-bottom: 10px;
}
.ponta-info__item {
  margin-bottom: 5px;
}
.ponta-info__notes {
  list-style: none;
  padding: 0;
}
.ponta-info__notes-item {
  margin-bottom: 4px;
  font-size: 1rem;
  margin-left: 1.4rem;
  text-indent: -1.4rem;
}
.ponta-info__notes-item:before {
  content: "※";
  margin-right: 0.5em;
}
.ponta-info__notes-item a {
  color: #333333;
}
.ponta-info__notes-item a:hover {
  color: #333333;
}
.ponta-info__notes-item a:visited {
  color: #333333;
}
.ponta-info.ponta-entry-info {
  padding: 0 0 0;
}
/* スマートフォン向けのスタイル */
@media (max-width: 767.9px) {
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none;
  }
  body {
    margin-bottom: 55px;
  }
  /* ヘッダー */
  .header {
    height: 50px;
  }
  .header-section {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .header-section-logo {
    width: 68px;
    height: 68px;
    left: 20px;
  }
  .header-section-logo img {
    width: 39px;
    height: 43px;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .header-section-title {
    /*margin: 0;*/
  }
  .header-section-contact {
    display: none;
  }
  .header-section-menu {
    margin-left: 0;
  }
  .header-section-menu-list li:not(:nth-child(1)) {
    display: none;
  }
  .header-section-menu-favorite {
    display: none;
  }
  .header-section-menu-mega_menu {
    display: none;
    opacity: 0;
    visibility: visible;
    width: unset;
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
    right: 0;
  }
  .header-section-menu-mega_menu #cse-search-box {
    width: 100%;
    margin: 20px;
  }
  .header-section-menu-mega_menu-left {
    width: 100%;
  }
  .header-section-menu-mega_menu-left-right {
    width: 100%;
  }
  .header-section-menu-mega_menu-top-search {
    width: unset;
  }

  .header-section-menu-mega_menu-left-left {
    width: 100%;
  }
  .header-section-menu-mega_menu-left-menu-item {
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid #d1d1d1;
  }

  .header-section-menu-mega_menu-left-menu-sub_menu span {
    margin-left: 20px;
  }
  .header-section-menu-mega_menu li a {
    margin-left: 20px;
  }
  .header-section-menu-mega_menu-left-menu-sub_menu-list li {
    border-top: 1px solid #d1d1d1;
    background: #eeeeee;
  }
  .header-section-menu-mega_menu-left-menu-sub_menu-list li a {
    color: #000;
  }
  .header-section-menu-mega_menu-right {
    display: none;
  }

  /* ご紹介 */
  .introduction-section {
    width: 100%;
    padding: 0 20px;
  }
  .introduction-section::before {
    width: 36px;
    height: 44px;
    top: -10px;
    left: 10px;
  }
  .introduction {
    padding: 50px 0 35px;
  }
  .introduction-section::after {
    width: 68.5px;
    height: 69px;
    bottom: -44px;
    right: 15px;
  }
  .introduction-section-title {
    margin-bottom: 24px;
  }

  /* CTA */
  .contact .contact-section {
    width: 100%;
  }
  .contact-section .contact-section-button {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .contact-section-title {
    font-size: 1.8rem;
  }
  .contact-section-title::before {
    left: 40px;
  }
  .contact-section-title::after {
    right: 40px;
  }
  .contact-section .contact-section-tel-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 50px;
    font-size: 1.8rem;
    background: #fff;
    border-radius: 5px;
    color: #ff9123;
    font-weight: 500;
    position: relative;
    margin: 24px auto 4px;
  }
  .contact-section .contact-section-tel-button::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(/assets/img/btn/btn01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
  }
  .contact-section .contact-section-button-entry {
    width: 335px;
  }
  .contact-section .contact-section-button-entry::before {
    left: 40px;
  }
  .contact-section .contact-section-button-contact {
    width: 335px;
    margin-left: 0;
    margin-top: 12px;
  }
  .contact-section .contact-section-button-contact::before {
    left: 40px;
  }
  .contact-section-text {
    padding: 0 20px;
  }

  /* footer */
  footer .wrapper {
    width: 100%;
  }
  .footer-sitemap {
    justify-content: space-evenly;
    padding: 40px 10px 32px;
  }
  .footer-sitemap-left {
    width: 50%;
  }
  .footer-sitemap-right {
    width: 30%;
    height: 100%;
  }
  .footer-sitemap ul li {
    margin-bottom: 8px;
  }
  .footer-sitemap__sm {
    display: grid;
    grid-template-columns: 63% 37%;
    grid-template-areas:
      "left center"
      "right right";
    gap: 0;
  }
  .footer-sitemap__sm-left {
    justify-content: left;
  }
  .footer-sitemap__sm-center {
    border-left: none;
    justify-content: left;
  }
  .footer-sitemap__sm-right {
    border-left: none;
    justify-content: left;
  }
  .footer-sitemap-search_left {
    width: 100%;
    display: flex;
    justify-content: unset;
  }
  .footer-sitemap-search_right {
    width: 100%;
    display: flex;
    justify-content: unset;
  }
  .footer-sitemap-information {
    width: 100%;
    border-left: none;
    justify-content: unset;
  }
  .footer-sitemap-contact {
    width: 100%;
    border-left: none;
    justify-content: unset;
  }
  .footer-sitemap-guide {
    width: 100%;
    border-left: none;
    justify-content: unset;
  }

  .footer-navigation {
    flex-wrap: wrap;
    padding-top: 28px;
    margin: 0 20px 48px;
    border-top: 1px solid #d1d1d1;
  }
  .footer-navigation-left {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-navigation-title {
    width: 100%;
    justify-content: center;
  }
  .footer-navigation-title img:nth-child(1) {
    max-width: 41px;
    width: 100%;
    height: auto;
  }
  .footer-navigation-title img:nth-child(2) {
    max-width: 160px;
    width: 100%;
    height: auto;
    margin-left: 8px;
  }

  .footer-navigation-title p {
    font-size: 2.2rem;
  }
  .footer-navigation-contact {
    width: 100%;
    text-align: center;
    background: #fff;
  }
  .footer-navigation-right {
    width: 100%;
    margin-top: 32px;
  }
  .footer-navigation-right ul {
    justify-content: space-around;
  }
  .footer-navigation-right ul li {
    width: 40%;
    justify-content: start;
    border-right: unset;
    padding: 0;
  }

  /* フロートメニュー */
  .floating-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #000;
    z-index: 2000;
  }
  .floating-list {
    display: flex;
    height: 55px;
    justify-content: space-between;
    align-items: center;
  }
  .floating-list li {
    width: 25%;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .floating-list li:not(:first-child) {
    border-left: 1px solid #d1d1d1;
  }
  .floating-list li span {
    width: 100%;
    display: block;
    font-size: 0.8rem;
  }
  .floating-menu li a {
    color: #000;
  }
  .floating-menu li a img {
    display: block;
    margin: auto;
  }
  .floating-menu li:nth-child(1) a img {
    width: 20px;
    height: 18px;
    margin-bottom: 8px;
  }
  .floating-menu li:nth-child(2) a img {
    width: 18px;
    height: 18px;
    margin-bottom: 8px;
  }
  .floating-menu li:nth-child(3) a img {
    width: 18px;
    height: 18px;
    margin-bottom: 8px;
  }
  .floating-menu li:nth-child(4) a img {
    width: 22px;
    height: 18px;
    margin-bottom: 8px;
  }
  .floating-menu li:nth-child(5) a img {
    width: 24px;
    height: 18px;
  }
  .floating-menu .hamburger {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .floating-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    pointer-events: none; /* 初期状態ではクリック不可 */
    transition: opacity 0.3s ease;
  }
  .floating-overlay.open {
    opacity: 1;
    pointer-events: auto; /* 表示時にクリック可能に */
  }

  .floating-mega_menu {
    overflow-y: scroll;
    position: fixed;
    display: block;
    height: calc(100% - 56px);
    width: 80%;
    bottom: 56px;
    right: 0;
    background: #fff;

    right: -300px; /* 初期状態で右側に隠す */
    transition: transform 0.3s ease;
  }
  .floating-overlay.open .floating-mega_menu {
    transform: translateX(-300px); /* 右側からスライドして表示 */
  }

  .floating-mega_menu .floating-mega_menu-top-search {
    height: 40px;
    width: 100%;
    padding-left: 36px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    font-size: 1.3rem;
  }
  .floating-mega_menu #cse-search-box {
    position: relative;
    padding: 20px;
  }
  .floating-mega_menu #cse-search-box img {
    position: absolute;
    bottom: 28px;
    left: 34px;
    width: 18px;
    height: 18px;
  }
  .floating-sub_menu {
    position: relative;
  }
  .floating-sub_menu::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 4px;
    background-image: url("/assets/img/ico/ico_chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
    vertical-align: middle;
  }
  .floating-mega_menu-list a {
    color: #000;
  }
  .floating-mega_menu-list .floating-mega_menu-headline {
    background: #fff8d2;
    padding: 8px 0 8px 20px;
    font-size: 1.8rem;
    font-weight: 500;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
  }
  .floating-mega_menu-list .floating-mega_menu-list-item {
    font-size: 1.3rem;
    padding: 12px 0;
    border-bottom: 1px solid #d1d1d1;
  }
  .floating-mega_menu-list .floating-mega_menu-list-item:first-child {
    border-top: 1px solid #d1d1d1;
  }
  .floating-mega_menu-list .floating-mega_menu-list-item span {
    margin-left: 20px;
  }
  .floating-mega_menu-sub_menu-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .floating-mega_menu-sub_menu-list.open {
    max-height: 1000px;
    visibility: visible;
  }
  .floating-mega_menu-sub_menu-list .floating-mega_menu-sub_menu-list-item {
    font-size: 1.3rem;
    padding: 12px 0;
    border-bottom: 1px solid #d1d1d1;
    background: #eee;
  }
  .floating-mega_menu-sub_menu-list
    .floating-mega_menu-sub_menu-list-item
    span {
    margin-left: 20px;
  }

  .floating-mega_menu-left-menu {
    padding-left: 20px;
  }
  .floating-mega_menu-left-menu .floating-mega_menu-item {
    font-size: 1.3rem;
    padding: 12px 0;
  }
  .floating-mega_menu-sub_menu-list li {
    padding: 4px 0;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  }
  /* ハンバーガーメニュー */
  /* ハンバーガーメニュー */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 23px;
    height: 18px;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
  }
  .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    border-radius: 5px; /* 少し角を丸くする */
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
  }

  .line:nth-child(1) {
    top: 0;
  }

  .line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .line:nth-child(3) {
    bottom: 0;
  }

  .menu-toggle.active .line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .menu-toggle.active .line:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .floating-close {
    position: absolute;
    top: 10px;
    left: 32px;
  }
  .floating-close img {
    width: 32px;
    height: 32px;
  }

  /* ponta説明 */
  .ponta-info {
    padding: 40px 20px 0;
  }
  .ponta-info__section {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .ponta-info__description-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ponta-info__description-list dt {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .ponta-info__description-list dd {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  .ponta-info__description-list dd:nth-child(2) {
    margin-bottom: 12px;
  }
  .ponta-info__notes-item {
    font-size: 0.9rem;
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
  .ponta-info.ponta-entry-info {
    padding: 0 20px 0;
  }
}

@media (min-width: 768px) {
  /* PC限定スタイル */
  .floating-menu,
  .floating-overlay {
    display: none;
  }
}
