@charset "UTF-8";
/* ===============================================
# underline
=============================================== */
.js__marker {
  background-image: linear-gradient(to bottom, transparent 60%, #f6d48e 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

/* ===============================================
# base
=============================================== */
/* ======================= responsive ===*/
.pc {
  display: block;
}
@media (max-width: 639px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (max-width: 639px) {
  .mb {
    display: block;
  }
}

/* ======================= layout ===*/
.c-section {
  padding-top: 0;
}

@media (max-width: 639px) {
  .c-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* ======================= size ===*/
@media (max-width: 639px) {
  .smb-section__title {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
  }
}

@media (max-width: 639px) {
  .smb-section__background-text__text {
    font-size: clamp(3.2rem, 16vw, 6.5rem) !important;
  }
}

/* ======================= cta ===*/
@media (max-width: 639px) {
  .cta__container {
    padding: 0;
  }
}

/* ======================= btn ===*/
.smb-btn {
  border-bottom: 5px solid #049c46;
  position: relative;
  overflow: hidden;
}
.smb-btn::after {
  -webkit-animation: 4s 0s shine linear infinite;
          animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

@-webkit-keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.smb-btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #049c46;
}

/* ======================= line__btn ===*/
.line__btn a {
  background: #06c755;
  font-weight: bold;
  font-size: 1.15rem;
  padding: 1rem 0 !important;
}
.line__btn .smb-btn__label {
  display: flex;
  align-items: center;
  justify-self: center;
}
.line__btn .fa-line {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

/* ======================= mail__btn ===*/
.mail__btn .smb-btn {
  position: relative;
  overflow: hidden;
}
.mail__btn .smb-btn::after {
  -webkit-animation: 4s 0s shine linear infinite;
          animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.mail__btn .smb-btn:hover {
  margin-top: 0;
  border-bottom: none;
  background: #555;
  color: #fff;
}

/* ======================= buy__btn ===*/
.buy__btn .smb-btn {
  border-bottom: 5px solid #a8a8a8;
  position: relative;
  overflow: hidden;
}
.buy__btn .smb-btn::after {
  -webkit-animation: 4s 0s shine linear infinite;
          animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.buy__btn .smb-btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #a8a8a8;
}
.buy__btn .fa-cart-shopping {
  margin-right: 0.3em;
  font-size: 1.15em;
}

/* ======================= cta__container ===*/
.cta__container-mail {
  padding: 2rem 0;
}

/* ===============================================
# menu
=============================================== */
.menu-item-110 a {
  background: #06c755;
}
.menu-item-110 a:hover {
  background: #fff !important;
  color: #06c755;
  border: 1px solid #06c755;
}

.menu__line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__line .fa-line {
  font-size: 1.5rem;
  margin-right: 0.3rem;
}

.menu-item-703 a {
  background: #f5f5f5;
  color: #555 !important;
  border: 1px solid #bdbdbd;
}
.menu-item-703 a:hover {
  background: #555 !important;
  color: #fff !important;
}
.menu-item-703 a:hover .fa-envelope {
  color: #fff;
}
.menu-item-703 .menu__mail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item-703 .menu__mail .fa-envelope {
  font-size: 1.3rem;
  margin-right: 0.3rem;
  color: #666;
}

/* ===============================================
# hero
=============================================== */
.hero {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.hero__title {
  font-size: 3rem;
  color: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
@media (max-width: 639px) {
  .hero__title {
    font-size: clamp(1.5rem, -0.005rem + 7.52vw, 3rem);
  }
}
.hero .hero__subtitle {
  display: block;
  margin-top: 1.5rem;
  color: white;
}

.hero.is-unfixed {
  opacity: 0;
  pointer-events: none;
}

/* フェードイン共通アニメーション */
.fv-line {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
}

.line1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.line2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.line3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.line4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.line5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

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

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Scroll演出（縦書き＋伸縮ライン） */
.scroll {
  margin-left: 10% !important;
  writing-mode: vertical-rl;
  font-size: 0.9rem;
  color: white;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  z-index: 10;
}

.scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background-color: white;
  -webkit-animation: scroll-line 2s infinite;
          animation: scroll-line 2s infinite;
  transform-origin: top;
}

@-webkit-keyframes scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@keyframes scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.story {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  padding-top: 6rem;
  /* ======================= text ===*/
}
.story .smb-section__title {
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 3px 3px #4a4a4a;
}
@media (max-width: 639px) {
  .story .smb-section__title {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
  }
}
.story__container {
  background-color: rgba(0, 0, 0, 0.3); /* やや深めの黒 */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: 12px;
  color: white;
  width: 38%;
  min-width: 390px;
  margin-left: 0 !important;
}
@media (max-width: 639px) {
  .story__container {
    min-width: 0;
    width: 100%;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 1.5rem;
  }
}
.story__container .smb-container__body {
  margin-left: 0;
}

/* ===============================================
# realization
=============================================== */
@media (max-width: 639px) {
  .realization .c-row__col:last-child {
    margin-top: 2rem !important;
  }
}

/* ===============================================
# alignment
=============================================== */
.alignment__item {
  margin-top: 5rem !important;
}
@media (max-width: 639px) {
  .alignment__item__title {
    margin-top: 1.5rem !important;
  }
}

/* ===============================================
# pathways
=============================================== */
@media (max-width: 639px) {
  .pathways .pathways__container .wp-block-snow-monkey-blocks-tab-panel {
    padding: 1rem;
  }
}
@media (max-width: 639px) {
  .pathways .pathways__item__title {
    font-size: 1.5rem !important;
  }
}
.pathways .pathways__container .pathways__supplement__title {
  height: 5rem;
  display: grid;
  place-items: center;
}

/* ===============================================
# get-start
=============================================== */
@media (max-width: 639px) {
  .get-started .get_started__item {
    padding-bottom: 0 !important;
  }
}

/* ===============================================
# empower
=============================================== */
.empower .smb-section__background-text {
  overflow: visible;
}
.empower .smb-section__background-text__text {
  margin-top: -4rem;
}
@media (max-width: 639px) {
  .empower .smb-section__background-text__text {
    margin-top: -1rem;
  }
}
@media (max-width: 639px) {
  .empower .empower__title {
    font-size: 1.6rem !important;
    line-height: 1.5;
  }
} /* ===============================================
# blog
=============================================== */
.l-contents__sidebar .side__line__btn .smb-btn__label {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.l-contents__sidebar .side__line__btn .fa-line {
  font-size: 1.5rem;
  margin-right: 0.3em;
}

.article__line__btn .smb-btn__label {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.article__line__btn .fa-line {
  font-size: 1.5rem;
  margin-right: 0.3em;
}

/* ======================= アーカイブ ===*/
.blog .l-contents {
  padding-top: 5vw;
}

/* ===============================================
# contact
=============================================== */
.page-id-93 .c-entry__header {
  display: none;
}
/*# sourceMappingURL=style.css.map */