@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
}

p {
  font-size: var(--swl-fz--content, 16px);
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h2 {
color: #333 !important;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.d-ib {
  display: inline-block;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1064px;
  height: inherit;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 4vw;
  }
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}

@media (min-width: 959px) {
  .tab {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 767px) {
  .pc {
    display: block;
  }
}

.about_text p,
.features-card__item-text p,
.safety_text p {
  margin-bottom: 1rem;
}

.top #content,
#content:has(.category-parent) {
  padding-top: 0 !important;
}

.l-header__inner,
.l-fixHeader__inner {
  max-width: none !important;
}

.c-widget__title.-spmenu {
  opacity: 0 !important;
}

.l-header,
.l-fixHeader {
  padding-bottom: 10px !important;
  position: relative;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25) !important;
}
.l-header::after,
.l-fixHeader::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFC800;
  bottom: 6px;
}

.menu-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.7px;
}

.c-gnav--page {
  gap: 8px;
}

.c-gnav--page .menu-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}

.c-gnav li:hover a::after {
  height: 12px !important;
}

.c-gnav .menu-item.-current a::after {
  height: 12px !important;
}

.top-header-button {
  margin: auto !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-width: 270px;
}

.top-header-button a {
  text-align: center !important;
  color: #fff !important;
  font-family: "Noto Sans JP";
  letter-spacing: 1px;
  padding: 15px 28px !important;
  border-radius: 30px;
  border: 3px solid #fff !important;
  background: #2dbb9f;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.2s ease !important;
  transition: -webkit-transform 0.2s ease !important;
  transition: transform 0.2s ease !important;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease !important;
}
.top-header-button a .ttl {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media (any-hover: hover) {
  .top-header-button a:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .top-header-button a:hover::before {
    display: none !important;
  }
}

.top-header-button--sp {
  margin-right: -20px !important;
}
.top-header-button--sp a {
  font-size: 14px !important;
  letter-spacing: 0.7px;
  padding: 13px 17px !important;
  white-space: nowrap;
}

.c-listMenu a:hover {
  background-color: #2DBB9F !important;
}

.c-gnav .menu-item a::after {
  background: #FF7700 !important;
  border-radius: 0 0 5px 5px !important;
  top: 0;
}

.c-gnav .top-header-button a::after {
  display: none !important;
}

.l-header__logo--front {
  min-width: 135px;
}

.l-header__logo--page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6px, 1.1111111111vw, 16px);
}
.l-header__logo--page a .header-logo-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.l-header__logo--page a img {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-spMenu {
  z-index: 100 !important;
}

.c-iconBtn__icon {
  color: #FF7700;
}

.p-spMenu__inner {
  width: 100vw !important;
  padding-top: 74px !important;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw) !important;
          transform: translateX(100vw) !important;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

@media (max-width: 1200px) {
  .l-header__logo--page {
    padding-block: 8px !important;
  }
  .l-header__logo--page a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .l-header__logo--page a .header-logo-text {
    font-size: 18px;
  }
  .l-header__logo--page a img {
    width: 100px;
  }
}
@media (max-width: 959px) {
  .l-header__inner {
    height: 64px;
  }
  .menu-item a::before,
  .top-header-button a::before {
    display: none !important;
  }
  .p-spMenu__body .top-header-button {
    margin-top: 30px !important;
  }
  .l-header__logo--front {
    min-width: 107px;
  }
  .l-header__logo--page a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .l-header__logo--page a .header-logo-text {
    font-size: 14px;
  }
  .l-header__logo--page a img {
    width: 80px;
  }
}
/* ================================
   フッター
=============================== */
#fix_bottom_menu {
  display: none !important;
}

.l-footer__foot {
  padding-top: 0 !important;
}

.l-footer__nav-wrap {
  background: #FFC800;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 calc(50% - 50vw);
}

.l-footer__nav {
  padding: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav li a {
  padding-inline: 35px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  border: none !important;
}
.l-footer__nav li + li {
  border-left: 1px solid #000;
}

.l-footer__nav--front li {
  border: none !important;
}

.l-footer__nav--front li a {
  font-size: 14px;
  padding-inline: 10px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 27px;
  padding-bottom: 26px;
}

.l-footer__logo--front img {
  width: 141px;
}

.l-footer__logo--page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
.l-footer__logo--page a .header-logo-text {
  color: #000;
  font-size: 22px;
  font-weight: 900;
}
.l-footer__logo--page a img {
  width: 137px;
}

.footer-bottom__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom__link li + li {
  border-left: 1px solid #000;
}

.footer-bottom__link-item a {
  padding-inline: 35px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer-bottom__link-item a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 959px) {
  .l-footer__nav-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 25px;
  }
  .l-footer__nav li {
    text-align: center;
    padding-inline: 0 !important;
    border-left: none !important;
  }
  .l-footer__nav li + li {
    border-left: none !important;
  }
  .l-footer__logo--front img {
    width: 160px;
  }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
/* ================================
   トップページ
=============================== */
.top-fv {
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
  margin: 0 calc(50% - 50vw);
  background: url(../img/fv-pc.png) no-repeat center center/cover;
}

.top-fv__content {
  border-radius: 15px;
  background: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 23px 50px 37%;
  margin-left: 20%;
}

.top-fv__movie {
  width: 69.0954773869%;
  position: absolute;
  top: -18.3333333333%;
  left: -26%;
}
.top-fv__movie::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 103%;
  background: url(../img/iframe-bg.png) no-repeat center center/contain;
  top: -3%;
  right: -6px;
  border-radius: 0 15px 15px 0;
  z-index: 2;
}
.top-fv__movie iframe {
  border-radius: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 5;
}

.top-fv__title {
  color: #FFC800 !important;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3px;
  position: absolute;
  top: -2rem;
  right: 0;
}

.top-fv__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}

.top-category {
  padding-top: 60px;
}

.top-category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.top-category__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top-category__title::after {
  content: "";
  width: 35px;
  height: 4px;
  background: #FFC800;
}

.top-category__content {
  margin-top: 60px;
  border-radius: 15px;
  background: #FFFCE6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 30px 34%;
  margin-left: 10%;
}

.top-category__movie {
  width: 44.4444444444%;
  position: absolute;
  top: -11.7857142857%;
  left: -10%;
}
.top-category__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 400/280;
  border-radius: 15px;
}

.top-category__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}

.top-category__link {
  position: relative;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.8px;
  padding: 13px 15px;
  width: 205px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 25px;
  border: 2px solid #FFF;
  background: #F70;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-inline: auto;
}
.top-category__link::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  translate: -100% -50%;
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (any-hover: hover) {
  .top-category__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .top-fv {
    padding-top: 35vw;
    padding-bottom: 52px;
    background: url(../img/fv-sp.png) no-repeat center center/cover;
  }
  .top-fv__title {
    font-size: 40px;
    letter-spacing: 2px;
    position: static;
  }
  .top-fv__text {
    margin-top: 2px;
    font-size: 15px;
  }
  .top-fv__content {
    padding: 26vw 15px 30px;
    margin-left: 15px;
    width: calc(100% - 20px);
  }
  .top-fv__movie {
    width: 100%;
    top: -26vw;
    left: -15px;
  }
  .top-category {
    padding-top: 48px;
  }
	.top-category__inner {
		padding: 0;
	}
  .top-category__title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .top-category__content {
    padding: 26vw 15px 30px;
    margin-left: 15px;
    width: calc(100% - 20px);
    margin-top: 30vw;
  }
  .top-category__movie {
    width: 100%;
    top: -26vw;
    left: -15px;
  }
  .top-category__movie iframe {
    aspect-ratio: 16/9;
  }
  .top-category__text {
    font-size: 15px;
  }
}
/* ================================
   親categoryページ
=============================== */
.category-parent {
	width: 100%;
}
.parent-top {
  padding-top: 60px;
  padding-bottom: 212px;
  margin: 0 calc(50% - 50vw);
  background: url(../img/fv-pc.png) no-repeat center center/cover;
}

.parent-top__inner {
  position: relative;
}

.parent-top_title {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.parent-top_title::after {
  content: "";
  width: 55px;
  height: 6px;
  background: #FFC800;
}

.parent-top_text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  margin-top: 17px;
}

.parent-top__video {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 600px;
  position: absolute;
  bottom: -60%;
  left: 50%;
  translate: -50% 75%;
  width: calc(100% - 8vw);
  z-index: 3;
}
.parent-top__video::before {
  content: "";
  position: absolute;
  background: url(../img/fv-deco.png) no-repeat center center/cover;
  width: 330px;
  height: 290px;
  bottom: 25px;
  left: clamp(-1000px, -10vw, -525px);
  z-index: 5;
}
.parent-top__video::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 103%;
  background: url(../img/iframe-bg.png) no-repeat center center/contain;
  top: -2%;
  right: -7px;
  border-radius: 0 15px 15px 0;
  z-index: 2;
}
.parent-top__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 15px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .parent-top {
    padding-top: 60px;
    padding-bottom: clamp(100px, 32vw, 200px);
    background: url(../img/fv-sp.png) no-repeat center center/cover;
  }
  .parent-top_title {
    font-size: 34px;
  }
  .parent-top_title::after {
    width: 45px;
    height: 4px;
  }
  .parent-top_text {
    font-size: 15px;
    margin-top: 20px;
  }
  .parent-top__video {
    margin-top: 12px;
    bottom: 0;
    left: 50%;
    translate: -50% 110%;
  }
  .parent-top__video::before {
    display: none;
  }
  .parent-top__video::after {
    top: -3%;
    right: -6px;
  }
}
.category__section {
  padding-top: 66px;
  padding-bottom: 60px;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
}
.category__section::after {
  content: "";
  background: url(../img/category-deco.png) no-repeat center center/contain;
  width: 452.571px;
  height: 301.638px;
  position: absolute;
}
.category__section:nth-of-type(2) {
  padding-top: 220px;
}
.category__section:nth-of-type(2n) {
  background: #FFFCE6;
}
.category__section:nth-of-type(2n)::after {
  bottom: 12px;
  right: -80px;
}
.category__section:nth-of-type(2n - 1) {
  z-index: 2;
}
.category__section:nth-of-type(2n - 1)::after {
  bottom: -100px;
  left: -80px;
}
.category__section:nth-of-type(2n - 1) .category-item {
  background: #FFFCE6 !important;
}
.category__section:nth-of-type(2n - 1) .category-item__text {
  background: #FFFFFF !important;
}

.category__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.7777777778vw, 40px);
}

.category__left {
  -webkit-box-flex: 560;
      -ms-flex: 560;
          flex: 560;
  border-bottom: 2px solid #FFC800;
  padding-bottom: 20px;
}

.category__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category__title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.category__button {
  text-align: center;
  position: relative;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.8px;
  padding: 13px;
  border-radius: 25px;
  border: 2px solid #FFF;
  background: #F70;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  width: 205px;
}
.category__button::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  translate: -100% -50%;
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (any-hover: hover) {
  .category__button::after:hover {
    opacity: 0.7;
  }
}

.category__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  margin-top: 20px;
}

.category__movie {
  -webkit-box-flex: 400;
      -ms-flex: 400;
          flex: 400;
  position: relative;
}
.category__movie::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 103%;
  background: url(../img/iframe-bg.png) no-repeat center center/contain;
  top: -3%;
  right: -5px;
  border-radius: 0 15px 15px 0;
  z-index: 2;
}
.category__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 15px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 840px) {
  .category__movie::after {
    top: clamp(-10%, -2.9761904762vw, -3%);
  }
}
.category__movie.is-hidden {
  display: none;
}

.category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px clamp(20px, 2.7777777778vw, 40px);
  margin-top: 30px;
  position: relative;
  z-index: 3;
}

.category-item {
  width: calc((100% - clamp(20px, 2.7777777778vw, 40px)) / 2);
  padding: 20px 30px;
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.category-item__title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.category-item__title::before {
  content: "";
  display: block;
  width: 5px;
  height: 26px;
  background: #FFC800;
}

.category-item__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
  padding: 10px;
  background: #FFFCE6;
  margin-top: 6px;
}

.category-item__list {
  margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.category-item__list-item a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.category-item__list-item a::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #FFC800;
  border-radius: 100vmax;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .category__section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .category__section::after {
    content: "";
    width: 254.521px;
    height: 169.638px;
  }
  .category__section:nth-of-type(2) {
    padding-top: clamp(134px, 33vw, 200px);
  }
  .category__section:nth-of-type(2n) {
    background: #FFFCE6;
  }
  .category__section:nth-of-type(2n)::after {
    bottom: 12px;
    right: -80px;
  }
  .category__section:nth-of-type(2n - 1)::after {
    bottom: 0px;
    left: -34px;
  }
  .category__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    border-bottom: 2px solid #FFC800;
    padding-bottom: 25px;
  }
  .category__left {
    -webkit-box-flex: 560;
        -ms-flex: 560;
            flex: 560;
    padding-bottom: 0;
    border: none;
  }
  .category__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .category__title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .category__button {
    margin-inline: auto;
    margin-top: 25px;
  }
  .category__movie {
    -webkit-box-flex: 400;
        -ms-flex: 400;
            flex: 400;
    position: relative;
  }
  .category__movie::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 103%;
    background: url(../img/iframe-bg.png) no-repeat center center/contain;
    top: -3%;
    right: -6px;
    border-radius: 0 15px 15px 0;
    z-index: 2;
  }
  .category__movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 15px;
    position: relative;
    z-index: 5;
  }
  .category__movie.is-hidden {
    display: none;
  }
  .category-items {
    gap: 15px;
  }
  .category-item {
    width: 100%;
    padding: 26px 15px;
  }
  .category-item__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .category-item__title::before {
    content: "";
    height: 20px;
  }
  .category-item__text {
    margin-top: 7px;
  }
}
.category-none__section {
  background: #FFC800 !important;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

.category-none__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.category-none__content {
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 60px 30px;
  position: relative;
  z-index: 5;
}

.category-none__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
  padding: 10px;
  margin-top: 16px;
  background: #FFFCE6 !important;
}

.category-none-item__list {
  margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

@media screen and (max-width: 767px) {
  .category-none__inner {
    gap: 30px;
  }
  .category-none__content {
    padding: 26px 15px;
  }
}
.popular {
  padding-top: 60px;
}

.popular__title {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.popular__title::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #FFC800;
}

.popular-tabs {
  margin-top: 30px;
}

.popular-tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  width: 85%;
  margin-inline: auto;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.popular-tabs__menu li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  background: #e4e4e4;
  color: #989898;
  margin-right: 5px;
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular-tabs__menu li span {
  font-size: 12px;
  margin-left: 10px;
}
@media (any-hover: hover) {
  .popular-tabs__menu li:hover {
    opacity: 0.7;
  }
}

.popular-tabs__menu li.active {
  background: #FFC800;
  color: #000;
  font-weight: 700;
}

.popular-tabs__content {
  display: none;
  margin-top: 40px;
}

.popular-tabs__content.active {
  display: block;
}

.popular-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.popular-post {
  position: relative;
  width: calc(25% - 10px);
}
.popular-post img {
  width: 100%;
  aspect-ratio: 300/200;
  border-radius: 15px;
	object-fit: cover;
}
@media (any-hover: hover) {
  .popular-post a:hover {
    opacity: 0.7;
  }
}

.popular-post__tag {
	color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding: 5px 15px;
  border-radius: 20px;
  background: #FFC800;
  position: absolute;
  top: 8px;
  left: 8px;
}

.popular-post__title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 最大2行まで */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 7px;
}

.keyword-search {
  margin-top: 60px;
}

.keyword-search__title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.keyword-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.popular__inner {
        padding: 0 ;
    }
  .popular__title {
    font-size: 24px;
    letter-spacing: 1.2px;
    gap: 13px;
  }
  .popular-tabs {
    margin-top: 20px;
  }
  .popular-tabs__menu {
    gap: 5px;
    width: 100%;
  }
  .popular-tabs__menu li {
    font-size: 12px;
    padding: 7px 6px 4px;
    margin-right: 0px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
  }
  .popular-tabs__menu li span {
    font-size: 12px;
    margin-left: 0px;
  }
  .popular-tabs__content {
    margin-top: 30px;
  }
  .popular-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 10px;
  }
  .popular-post {
    position: relative;
    width: calc(50% - 10px);
  }
  .popular-post img {
    width: 100%;
    aspect-ratio: 161/112;
  }
  .popular-post__tag {
    font-size: 12px;
    letter-spacing: 0.6px;
    top: 6px;
    left: 5px;
  }
  .popular-post__title {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 最大3行まで */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
  }
  .keyword-search {
    margin-top: 43px;
  }
  .keyword-search__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
/* ================================
   投稿ページ
=============================== */
.c-widget__title {
  border-left: solid 4px #FFC800 !important;
  padding-left: 6px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: 1px;
}

.side-category-list li {
  margin-bottom: 10px;
}

.side-category-list li a {
  color: #1765dc;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.side-category-list li a::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #FFC800;
  border-radius: 100vmax;
}
@media (any-hover: hover) {
  .side-category-list li a:hover {
    opacity: 0.7;
  }
}

.roadmap_title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}

.roadmap_title:not(:first-child) {
  margin-top: 20px;
}

.roadmap_item {
  margin-bottom: 10px;
}

.roadmap_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.roadmap_item::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #FFC800;
  border-radius: 100vmax;
}

.roadmap_item a {
  color: #1765dc;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .roadmap_item a:hover {
    opacity: 0.7;
  }
}

.side-keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.side-keyword-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 8px 30px;
  background: #FFFCE6;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.side-keyword-list li a::before {
  content: "#";
  color: #f70;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media (any-hover: hover) {
  .side-keyword-list li a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}

@media (min-width: 959px) {
  .tab {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 767px) {
  .pc {
    display: block;
  }
}

.c-categoryList__link {
  background: #FFC800 !important;
  color: #000 !important;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block !important;
}

.p-breadcrumb__list {
  overflow-x: scroll !important;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* 記事下監修者バナー*/
#superviser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 14px 14px;
  border: 1px solid #000;
  gap: 20px;
}

#superviser .superviser-img {
  width: 120px;
}

#superviser .superviser-textarea .superviser-name {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

#superviser .superviser-textarea .superviser-name span {
  margin-left: 10px;
  font-size: 120%;
}

#superviser .superviser-textarea .superviser-text {
  margin-bottom: 10px;
  font-size: 90%;
}

#superviser .superviser-textarea .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#superviser .superviser-textarea .sns-list img {
  max-height: 20px;
  width: auto;
}

@media (max-width: 600px) {
  #superviser {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ポップアップのスタイル */
.popup, .overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1000;
  width: 80vw;
  max-width: 600px;
  font-size: 15px;
}

.popup.show, .overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.popup a:hover .popup__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.popup__img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup__img img {
  width: 100%;
}

.popup__btn {
  position: absolute;
  top: -36px;
  right: 0;
  background: #ff0000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}

.p-toc__link {
  font-size: var(--swl-fz--content, 16px) !important;
}/*# sourceMappingURL=app.css.map */