@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 (width < 640px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (width < 640px) {
  .mb {
    display: block;
  }
}

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

/* ===============================================
# design
=============================================== */
.spikes {
  position: relative;
  background: #fff9f2;
}

.spikes::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 25px;
  background-size: 25px 100%;
  background-image: linear-gradient(135deg, #fff9f2 25%, transparent 25%), linear-gradient(225deg, #fff9f2 25%, transparent 25%);
  background-position: 0 0;
}

.page-id-208 .l-contents__inner,
.page-id-206 .l-contents__inner,
.page-id-553 .l-contents__inner,
.page-id-774 .l-contents__inner,
.page-id-805 .l-contents__inner {
  padding-top: 0;
}
.page-id-208 .c-entry__header,
.page-id-206 .c-entry__header,
.page-id-553 .c-entry__header,
.page-id-774 .c-entry__header,
.page-id-805 .c-entry__header {
  display: none;
}

/* ===============================================
# parts
=============================================== */
/* ======================= btn ===*/
.smb-btn {
  border-bottom: 5px solid #9f000c;
  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 #9f000c;
}

.smf-button-control__control {
  font-weight: bold;
  width: 25vw;
  font-size: 1.5rem;
}
@media (width < 640px) {
  .smf-button-control__control {
    width: 80vw;
  }
}

/* ======================= cta ===*/
.cta__container {
  padding-top: 5rem;
}

/* ===============================================
# top-worries
=============================================== */
/* ======================= menu ===*/
@media (width < 1024px) {
  .menu-item-109 {
    background-color: #ffeedb !important;
  }
  .menu-item-109 a {
    color: #ff6f61 !important;
    font-weight: bold;
  }
}

.menu-item-109:hover > a {
  background: #5bc0eb !important;
  color: #ff6f61 !important;
}

@media (width < 1024px) {
  .menu-item-110 {
    background-color: #5bc0eb !important;
  }
}
.menu-item-110 a {
  background: #5bc0eb;
}
@media (width < 1024px) {
  .menu-item-110 a {
    font-weight: bold;
  }
}

.l-header .p-header-sub-nav {
  padding-bottom: 0;
}
.l-header .p-header-sub-nav a {
  font-weight: bold;
  color: #ff6f61;
}

/* ======================= worries ===*/
.worries {
  transform: translateY(-10px);
}

@media (width < 640px) {
  .worries__sp {
    transform: translateY(-8px);
  }
}

/* ======================= top__cta ===*/
.top__cta .top__cta__container {
  padding: 3rem 5rem 0 5rem;
}
@media (width < 1024px) {
  .top__cta .top__cta__container {
    padding: 3rem 1rem;
  }
}
@media (width < 640px) {
  .top__cta .top__cta__container {
    padding: 3rem 0rem;
  }
}
.top__cta .top__cta__text01 {
  font-size: 2rem;
  font-weight: bold;
}
@media (width < 1024px) {
  .top__cta .top__cta__text01 {
    font-size: clamp(1.5rem, 0.664rem + 2.09vw, 2rem);
  }
}
@media (width < 640px) {
  .top__cta .top__cta__text01 {
    font-size: clamp(1rem, 0.5rem + 2.5vw, 1.5rem);
  }
}
.top__cta .top__cta__text02 {
  padding-bottom: 0.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(4.5rem, 2.038rem + 3.85vw, 5.5rem);
  text-transform: uppercase;
  background: linear-gradient(#f5f733, #e539a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (width < 1024px) {
  .top__cta .top__cta__text02 {
    font-size: clamp(2.5rem, -0.842rem + 8.36vw, 4.5rem);
  }
}
@media (width < 640px) {
  .top__cta .top__cta__text02 {
    width: min(90vw, 400px);
    font-size: clamp(1.8rem, 1.1rem + 3.5vw, 2.5rem);
  }
}

.top__cta__text02::before,
.top__cta__text02::after {
  content: "";
  position: absolute;
  top: 72%;
  width: 80px;
  height: 5px;
  background: #ff6f61;
  transform: translateY(-50%);
}
@media (width < 1024px) {
  .top__cta__text02::before,
.top__cta__text02::after {
    width: 40px;
    top: 67%;
  }
}

.top__cta__text02::before {
  left: -10%;
  transform-origin: 100% 50%;
  transform: translateY(250%) rotate(65deg);
}
@media (width < 1024px) {
  .top__cta__text02::before {
    left: 0%;
  }
}

.top__cta__text02::after {
  right: -8%;
  transform-origin: 0 50%;
  transform: translateY(250%) rotate(-65deg);
}
@media (width < 1024px) {
  .top__cta__text02::after {
    right: 0;
  }
}

/* ===============================================
# Reason
=============================================== */
@media (width < 1024px) {
  .reason {
    padding-bottom: 9rem;
  }
}
.reason .reason__item {
  margin-top: 3rem;
}
@media (width < 1024px) {
  .reason .reason__item {
    max-width: 700px;
    margin: 5rem auto 0 auto;
  }
}
.reason .smb-items__item {
  border-radius: 50px 0;
  box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
@media (width < 640px) {
  .reason .smb-items__item {
    border-radius: 20px 0;
  }
}
.reason .reason__no {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em 0.5em 2.2em;
  color: #ffffff;
  border-radius: 100vh 0 0 100vh;
  background: #ff6f61;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: -2rem;
  left: 1rem;
}
.reason .reason__no span {
  font-size: 2rem;
}
.reason .reason__item:nth-child(even) .reason__no {
  background: #5bc0eb;
}
.reason .reason__no:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #f2efe9;
}
.reason .reason__item__title {
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, rgb(255, 111, 97) 0%, rgb(255, 238, 219) 50%, rgb(91, 192, 235) 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
}
.reason .reason__item__text {
  margin-top: 2em !important;
}

/* ===============================================
# voc
=============================================== */
.voc {
  position: relative;
  /* ======================= 背景 ===*/
}
@media (width < 1024px) {
  .voc {
    max-width: 760px;
  }
}
.voc .voc__item {
  position: relative;
  margin: 0.5rem;
  margin-top: 5rem;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 0 10px rgba(255, 111, 97, 0.85);
  border: 2px dashed #fff;
  background-color: rgba(255, 111, 97, 0.85);
}
.voc .voc__item__icon {
  position: absolute;
  top: -6rem;
  left: -2.5rem;
}
.voc .voc__item__comment {
  margin-top: 0.8em;
  width: 100%;
}
@media (width < 782px) {
  .voc .voc__item__comment {
    margin-top: 2em;
  }
}
@media (width < 782px) {
  .voc .voc__item__comment::before {
    top: -0.5rem;
    right: 50%;
  }
}
.voc .voc::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 25px;
  background-size: 25px 100%;
  background-image: linear-gradient(135deg, #2c3e50 25%, transparent 25%), linear-gradient(225deg, #2c3e50 25%, transparent 25%);
  background-position: 0 0;
}

.voc__spikes {
  background: #fff;
}

.voc__spikes::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 25px;
  background-size: 25px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}

/* ===============================================
# service
=============================================== */
.service {
  margin-top: 0;
  /* ======================= #option ===*/
}
@media (width < 640px) {
  .service .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (width < 1024px) {
  .service .service__container {
    max-width: 760px;
  }
}
.service .service__item {
  position: relative;
  margin-top: 3rem;
}
.service .service__item .smb-items__item__body {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 8px 8px 8px #f2f2f2, -8px -8px 8px #ffffff;
  padding: 2rem;
}
.service .service__item .wp-block-heading {
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #b2d5de 0 20%, #dedede 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
.service .service__item__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 10;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 0.3em;
}
@media (width < 640px) {
  .service .service__item__label {
    width: 120px;
    height: 120px;
    font-size: 1.15rem;
  }
}
.service .service__item__label span {
  font-size: 2.5rem;
}
@media (width < 640px) {
  .service .service__item__label span {
    font-size: 2rem;
  }
}
.service .service__option__container {
  margin-top: 8rem;
}
@media (width < 1024px) {
  .service .service__option__container {
    max-width: 760px;
  }
}
.service .service__option__title span {
  font-size: 1.15em;
  font-weight: bold;
  color: #ff6f61;
}
.service .service__option__item {
  margin-top: 3rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(45deg, #5bc0eb 25%, transparent 25%, transparent 75%, #5bc0eb 75%), linear-gradient(45deg, #5bc0eb 25%, transparent 25%, transparent 75%, #5bc0eb 75%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  color: #353535;
}
@media (width < 640px) {
  .service .service__option__item {
    padding: 0.85rem;
  }
}
.service .service__option__wrapper {
  padding: 2em;
  border-radius: 1rem;
  background-color: white;
  color: #353535;
}
@media (width < 640px) {
  .service .service__option__wrapper {
    padding: 1em;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (width < 640px) {
  .service .service__option__wrapper .wp-block-group {
    padding: 1rem;
  }
}
.service .service__option__wrapper li {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px dotted #5bc0eb;
}
@media (width < 640px) {
  .service .service__option__wrapper li {
    font-size: 1.25rem;
  }
}
@media (width < 640px) {
  .service .service__option__wrapper .wp-block-image {
    width: max(20vw, 180px);
  }
}

/* ===============================================
# plan
=============================================== */
.plan {
  margin-top: 0;
  /* ======================= option ===*/
  /* ======================= +画像 ===*/
}
@media (width < 640px) {
  .plan .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (width < 1024px) {
  .plan .plan__item__container {
    max-width: 760px;
  }
}
@media (width < 1024px) {
  .plan .plan__item {
    margin-bottom: 3rem;
  }
}
.plan .plan__item .smb-items__item {
  border-radius: 30px;
}
.plan .plan__item .smb-items__item__body {
  border: 3px solid #ff6f61;
  border-radius: 30px;
}
@media (width < 640px) {
  .plan .plan__item .smb-items__item__body {
    padding: 2rem 1rem !important;
  }
}
.plan .plan__item .wp-block-heading {
  text-align: center;
  width: 100%;
  padding: 1rem 2rem;
}
.plan .plan__item:nth-child(1) .smb-items__item__body {
  border: 3px solid #ffeedb;
}
.plan .plan__item:nth-child(1) .wp-block-heading {
  color: #5a5046;
  background: #ffeedb;
  background-image: radial-gradient(rgba(200, 180, 155, 0.35) 13%, transparent 13%), radial-gradient(rgba(200, 180, 155, 0.35) 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}
.plan .plan__item:nth-child(2) .wp-block-heading {
  color: #fdfdfd;
  background: #ff6f61;
  background-image: radial-gradient(rgba(255, 255, 255, 0.25) 13%, transparent 13%), radial-gradient(rgba(255, 255, 255, 0.25) 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}
.plan .plan__item:nth-child(3) .smb-items__item__body {
  border: 3px solid #5bc0eb;
}
.plan .plan__item:nth-child(3) .wp-block-heading {
  color: #fff;
  background: #5bc0eb;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 13%, transparent 13%), radial-gradient(rgba(255, 255, 255, 0.3) 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}
.plan .plan__price {
  color: #3c3c3c;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.plan .plan__price span {
  font-size: 3.5rem;
}
.plan .plan__price::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.plan .plan__list {
  width: 100%;
  background: #fff;
  padding: 2em;
  margin-top: 0 !important;
}
@media (width < 640px) {
  .plan .plan__list {
    padding: 1em;
  }
}
@media (width < 1024px) {
  .plan .plan__option__container {
    max-width: 760px;
  }
}
@media (width < 1024px) {
  .plan .plan__option__container .plan__option__item {
    margin-bottom: 3rem;
  }
}
.plan .plan__option__container .plan__option__item .smb-media-text__title {
  font-size: 1.8rem;
}
.plan .plan__option__container .plan__option__item .plan__option__fee {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  padding: 0.5em 0.5em 0.5em 1em;
  border-radius: 20px;
}
.plan .plan__option__container .plan__option__item .plan__option__item__list {
  background-color: #fff;
  padding: 1em 2em;
  border-radius: 30px;
}
.plan .plan__option__container .plan__option__item .plan__option__item__list li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding-bottom: 0.3em;
}
.plan .plan__option__container .plan__option__item .plan__option__item__list li span {
  font-size: 1.35em;
  font-weight: bold;
  color: #ff6f61;
}
@media (width < 1024px) {
  .plan .option__plus__img {
    width: 240px;
  }
}
@media (width < 640px) {
  .plan .option__plus__img {
    width: 180px;
  }
}

/* ======================= モーダル ===*/
.login-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.login-modal.is-active {
  display: block;
}

.login-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.login-modal__content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 420px;
  margin: 15vh auto;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
}

.login-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* ===============================================
# flow
=============================================== */
.flow .flow__container .flow__item .smb-step__item__title span {
  font-size: 1.5rem;
  color: #333333;
}
.flow .flow__container .flow__item .smb-step__item__number {
  width: 3rem;
  height: 3rem;
}
.flow .flow__container .flow__item .smb-step__item__number::before {
  font-size: 1.2rem;
  font-weight: bold;
}
.flow .flow__container .flow__item .flow__item__content {
  background-color: #ffeedb;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ff6f61' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E");
  border-radius: 30px;
}
.flow .flow__container .flow__item .flow__item__text {
  font-size: 1.15rem;
  font-weight: bold;
  color: 333333;
}

.flow__spikes {
  position: relative;
  background: #fff;
}

.flow__spikes::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 25px;
  background-size: 25px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}

/* ===============================================
# Company
=============================================== */
@media (width < 1024px) {
  .company {
    max-width: 760px;
  }
}

/* ===============================================
# footer__cta
=============================================== */
.footer__cta {
  position: relative;
}
.footer__cta .smb-section__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 5%, rgba(0, 0, 0, 0) 100%);
}
.footer__cta .c-container {
  padding-left: 8rem !important;
}
@media (width < 1024px) {
  .footer__cta .c-container {
    padding-left: 2rem !important;
  }
}
@media (width < 1024px) {
  .footer__cta .c-container {
    padding-left: 1rem !important;
  }
}

/* ===============================================
# footer
=============================================== */
.l-footer .l-footer-widget-area {
  background: #f7f7f7;
}
@media (width < 1024px) {
  .l-footer .footer__container {
    flex-direction: column;
  }
}
.l-footer .footer__logo {
  width: 10rem;
}
@media (width < 640px) {
  .l-footer .footer__logo {
    width: 8rem;
  }
}
.l-footer ul {
  display: flex;
  align-items: center;
}
@media (width < 1024px) {
  .l-footer ul {
    flex-direction: column;
  }
}
.l-footer ul li {
  margin-top: 0 !important;
  padding: 1.8rem;
}
@media (width < 1024px) {
  .l-footer ul li {
    padding: 1.5rem;
  }
}
@media (width < 640px) {
  .l-footer ul li {
    padding: 1rem;
  }
}
.l-footer ul li a {
  color: #5bc0eb;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .l-footer .c-row__col--lg-1-2,
.l-footer .c-row__col--lg-2-4,
.l-footer .c-row__col--lg-3-6,
.l-footer .c-row__col--lg-4-8,
.l-footer .c-row__col--lg-5-10,
.l-footer .c-row__col--lg-6-12 {
    --_item-width: 100%;
  }
}

/* ===============================================
# フッターメニュー
=============================================== */
.page-id-625 .c-entry__title,
.page-id-3 .c-entry__title,
.page-id-686 .c-entry__title,
.page-id-93 .c-entry__title {
  display: none;
}

/* ===============================================
# pass
=============================================== */
.page-id-206 {
  /* ===== 共通UI ===== */
  /* ===== 入力フィールド間隔（WP-Members共通） ===== */
  /* ===== 送信ボタン ===== */
  /* ======================= 登録完了 ===*/
  /* ===============================================
  # WP-Members フォームはみ出し対策（核心）
  =============================================== */
  /* ======================= ログイン後 ===*/
}
@media (width < 640px) {
  .page-id-206 .l-header__content .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (width < 640px) {
  .page-id-206 .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (width < 640px) {
  .page-id-206 #wpmem_reg {
    width: 85%;
  }
}
.page-id-206 legend {
  display: none;
}
.page-id-206 .smb-section__body {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 3.5rem 2rem 2.5rem;
}
@media (width < 1024px) {
  .page-id-206 .smb-section__body {
    padding: 3rem 1rem 3rem;
  }
}
.page-id-206 .req-text {
  display: none;
}
.page-id-206 label {
  color: #333;
  font-weight: bold;
}
.page-id-206 #wpmem_login .div_text,
.page-id-206 #wpmem_login .div_checkbox,
.page-id-206 #wpmem_login .div_date,
.page-id-206 #wpmem_login .div_file,
.page-id-206 #wpmem_login .div_image,
.page-id-206 #wpmem_login .div_membership,
.page-id-206 #wpmem_login .div_multicheckbox,
.page-id-206 #wpmem_login .div_multiselect,
.page-id-206 #wpmem_login .div_number,
.page-id-206 #wpmem_login .div_radio,
.page-id-206 #wpmem_login .div_select,
.page-id-206 #wpmem_login .div_textarea,
.page-id-206 #wpmem_login .div_url,
.page-id-206 #wpmem_reg .div_text,
.page-id-206 #wpmem_reg .div_checkbox,
.page-id-206 #wpmem_reg .div_date,
.page-id-206 #wpmem_reg .div_file,
.page-id-206 #wpmem_reg .div_image,
.page-id-206 #wpmem_reg .div_membership,
.page-id-206 #wpmem_reg .div_multicheckbox,
.page-id-206 #wpmem_reg .div_multiselect,
.page-id-206 #wpmem_reg .div_number,
.page-id-206 #wpmem_reg .div_radio,
.page-id-206 #wpmem_reg .div_select,
.page-id-206 #wpmem_reg .div_textarea,
.page-id-206 #wpmem_reg .div_url {
  margin-bottom: 1.5rem;
}
.page-id-206 #wpmem_register_form .button_div {
  margin-top: 1.5rem;
  padding: 6px 0;
  margin-top: 4rem;
  display: flex;
  justify-self: center;
  align-items: center;
  width: 100%;
}
@media (width < 1024px) {
  .page-id-206 #wpmem_register_form .button_div {
    margin-top: 3rem;
  }
}
.page-id-206 #wpmem_register_form .button_div .buttons {
  cursor: pointer;
  padding: 0.8rem 8rem;
  border-radius: 30px;
  background-color: #5bc0eb;
  border: none;
  color: #fff;
  letter-spacing: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
}
@media (width < 1024px) {
  .page-id-206 #wpmem_register_form .button_div .buttons {
    padding: 0.8rem 6rem;
  }
}
@media (width < 640px) {
  .page-id-206 #wpmem_register_form .button_div .buttons {
    padding: 0.8rem 4rem;
  }
}
.page-id-206 #wpmem_register_form .button_div .buttons:hover {
  background-color: #2eafe5;
}
.page-id-206 #wpmem_login_form .button_div {
  text-align: center !important;
}
.page-id-206 #wpmem_login_form .button_div .buttons {
  cursor: pointer;
  padding: 0.8rem 8rem;
  border-radius: 30px;
  background-color: #5bc0eb;
  border: none;
  color: #fff;
  letter-spacing: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  margin: 1rem 0;
}
@media (width < 1024px) {
  .page-id-206 #wpmem_login_form .button_div .buttons {
    padding: 0.8rem 6rem;
  }
}
@media (width < 640px) {
  .page-id-206 #wpmem_login_form .button_div .buttons {
    padding: 0.8rem 4rem;
  }
}
.page-id-206 #wpmem_login_form .button_div .buttons:hover {
  background-color: #2eafe5;
}
.page-id-206 #wpmem_reg,
.page-id-206 form#wpmem_register_form {
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.page-id-206 form#wpmem_register_form fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.page-id-206 form#wpmem_register_form label,
.page-id-206 form#wpmem_register_form .div_text,
.page-id-206 form#wpmem_register_form input[type=text],
.page-id-206 form#wpmem_register_form input[type=email],
.page-id-206 form#wpmem_register_form input[type=password] {
  width: 100%;
  box-sizing: border-box;
}
.page-id-206 .register_links li:nth-child(2) {
  display: none;
}
.page-id-206 #wpmem_login,
.page-id-206 #wpmem_login form,
.page-id-206 #wpmem_login fieldset {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.page-id-206 .buttons {
  display: block;
  margin: 1rem auto;
}
@media (width < 640px) {
  .page-id-206 .buttons {
    margin: 1rem 0 !important;
  }
}
.page-id-206 .link-text-forgot {
  display: none;
}
.page-id-206 .link-text {
  text-align: center !important;
}
.page-id-206 .link-text .link-text-register a {
  display: block;
  margin-top: 0.5rem; /* 行間調整 */
  text-align: center;
}

/* ===============================================
# login
=============================================== */
.page-id-208 {
  /* WP-Membersのフォーム全体を親幅に収める */
  /* WP-Members標準の余白・幅指定 */
  /* inputの親（div_text等）が幅を持ってる場合も締める */
}
@media (width < 640px) {
  .page-id-208 .l-header__content .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (width < 640px) {
  .page-id-208 .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-id-208 legend {
  display: none;
}
.page-id-208 .smb-section__body {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 4rem 4rem;
}
@media (width < 1024px) {
  .page-id-208 .smb-section__body {
    padding: 4rem 4rem;
  }
}
@media (width < 640px) {
  .page-id-208 .smb-section__body {
    padding: 4rem 2rem;
  }
}
.page-id-208 label {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.page-id-208 .div_text {
  margin-top: 0.3em !important;
  margin-bottom: 1.8rem !important;
}
.page-id-208 .button_div {
  text-align: center !important;
}
.page-id-208 .button_div .buttons {
  cursor: pointer;
  padding: 0.8rem 10rem;
  border-radius: 30px;
  background-color: #5bc0eb;
  border: none;
  color: #fff;
  letter-spacing: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1rem !important;
}
@media (width < 1024px) {
  .page-id-208 .button_div .buttons {
    width: 100%;
    padding: 0.8rem 0;
  }
}
.page-id-208 .button_div .buttons:hover {
  background-color: #2eafe5;
}
.page-id-208 .link-text {
  text-align: center !important;
  margin-top: 1rem !important;
}
.page-id-208 .req-text,
.page-id-208 .link-text-forgot {
  display: none;
}
.page-id-208 #wpmem_login,
.page-id-208 #wpmem_login form,
.page-id-208 #wpmem_login fieldset {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.page-id-208 #wpmem_login fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}
.page-id-208 #wpmem_login input[type=text],
.page-id-208 #wpmem_login input[type=email],
.page-id-208 #wpmem_login input[type=password] {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.page-id-208 #wpmem_login .div_text,
.page-id-208 #wpmem_login label {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.page-id-208 .link-text-register a {
  display: block;
  margin-top: 0.5rem; /* 行間調整 */
}

/* ===============================================
# mypage (Plan / Option / Total)
# 方針：元の見た目を維持したまま「横スク＋ヒント」を追加
=============================================== */
/* 完了画面ではウェルカム非表示 */
body:has(.smf-complete-content) .ttm-mypage-welcome {
  display: none !important;
}

/* ===============================================
# 0. Tokens（統一値）
=============================================== */
/* ===============================================
# 1. Layout
=============================================== */
.ttm-plan-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* セクションタイトル */
.ttm-option-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

/* ===============================================
# 2. Horizontal Scroll (Plan / Option 共通)
# ※今回追加：スクロールヒントの器
=============================================== */
.ttm-hscroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px; /* スクロールバー逃げ */
}

/* レールは幅100%（縮めない）。中身のmin-widthで横スクを作る */
.ttm-hscroll__track {
  width: 100%;
  padding-right: 0;
}

/* ヒント（右端フェード＋文言） */
.ttm-hscroll__hint {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* 背景色が白以外ならここを調整 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
}

.ttm-hscroll__hintText {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.9;
}

.ttm-hscroll__hintArrow {
  font-size: 16px;
  line-height: 1;
  opacity: 0.9;
}

/* ===============================================
# 3. Error
=============================================== */
.ttm-error {
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid #d63638;
  border-radius: 8px;
  color: #d63638;
  background: #fff5f5;
  font-size: 0.95em;
}

/* ===============================================
# 4. PLAN（元のテーブルデザインを維持）
# ※横スクは「.ttm-hscroll」で担保するので、ここは見た目中心
=============================================== */
.ttm-plan-table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* 横スク前提 */
  min-width: 980px; /* ここで横スクを確定させる（お好みで調整） */
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  /* 左：選択列（固定幅＋中央寄せ） */
  /* 右：価格列（右寄せ＆固定） */
}
.ttm-plan-table th,
.ttm-plan-table td {
  padding: 18px 18px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.ttm-plan-table thead th {
  background: #f7f7f9;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}
.ttm-plan-table th:first-child,
.ttm-plan-table td:first-child {
  width: 96px;
  text-align: center;
  padding: 0; /* ラベル側でpadding */
}
.ttm-plan-table th:last-child,
.ttm-plan-table td:last-child {
  text-align: right;
  white-space: nowrap;
  width: 160px;
}
.ttm-plan-table tbody tr:last-child td {
  border-bottom: none;
}
.ttm-plan-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}
.ttm-plan-table tbody tr:has(.ttm-radio:checked) {
  outline: 2px solid rgba(255, 140, 0, 0.35);
  outline-offset: -2px;
  background: rgba(255, 140, 0, 0.03);
}

.ttm-plan-name {
  font-size: 18px;
  font-weight: 800;
}

.ttm-badge {
  display: inline-block;
  padding: 0.35em 0.75em;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

.pocket {
  background: #fff1e6;
  color: #6b4a2f;
  border: 1px solid #f3d3b8;
}

.basic {
  background: #ffe9ea;
  color: #7a2a2f;
  border: 1px solid #f3b7ba;
}

.premium {
  background: #e8f4ff;
  color: #1f4f73;
  border: 1px solid #a8d2f2;
}

.ttm-price {
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.ttm-check {
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
}
.ttm-check li {
  margin: 0.25em 0;
}

/* 選択列：押せる面積 */
.ttm-select-cell {
  text-align: center;
  padding: 0;
}

.ttm-select-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  width: 100%;
  height: 100%;
  padding: 16px 12px;
  cursor: pointer;
  /* Safari対策（あなたのスクショの警告対応） */
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ttm-radio {
  transform: scale(1.2);
}

.ttm-select-text {
  font-weight: 800;
  font-size: 14px;
  color: #333;
}

/* ===============================================
# 5. OPTION（元の縦リスト設計を維持）
# ※見切れは「横スク」に逃がす（成立条件を満たす）
=============================================== */
.ttm-option-wrap {
  margin-top: 24px;
}

/* ===== 横スクの成立条件（あなたの断片には無かったので追加） =====
  - overflow-x: auto が無いと横スクは発生しない
  - iOSの慣性スクロールも有効化
*/
.ttm-hscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* track は「中身の幅」に追従させる（縮ませない） */
.ttm-hscroll__track {
  display: inline-block;
  min-width: 100%;
}

/* ここが肝：
  - 既存の「縦リスト(grid)」は維持
  - ただし横スクを成立させるため、親より“確実に広い”幅を与える
  - min-width:100% は横スクを殺すので禁止
*/
.ttm-option-list {
  display: grid;
  gap: 12px;
  /* 横スクを確実に発生させる幅（必要なら数値調整OK） */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 980px; /* ←本丸（.ttm-plan-wrap の max-width=1100px と整合） */
}

/* ===== option item（元設計維持） ===== */
.ttm-option-item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 110px; /* checkbox / text / price */
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding: 14px 16px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ttm-option {
  transform: scale(1.15);
}

.ttm-option-text {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.ttm-option-name {
  font-weight: 900;
  white-space: nowrap;
}

.ttm-option-desc {
  font-size: 13px;
  color: #666;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ttm-option-price {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
  font-weight: 900;
}

/* 回数付きの行だけ列を増やす（元設計維持） */
.ttm-option-item.ttm-has-qty {
  grid-template-columns: 26px minmax(0, 1fr) 140px 110px; /* checkbox / text / qty / price */
}

.ttm-option-qty-wrap {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap; /* ←回 / 数に割れるの防止（本丸） */
  min-width: 140px; /* ←列が潰れない */
}

.ttm-qty-label {
  white-space: nowrap;
  color: #666;
  font-size: 13px;
}

.ttm-qty {
  width: 84px;
  height: 34px;
  text-align: center;
}

/* チェック時 */
.ttm-option-item:has(.ttm-option:checked) {
  border-color: rgba(255, 140, 0, 0.35);
  background: rgba(255, 140, 0, 0.04);
  box-shadow: 0 8px 22px rgba(255, 140, 0, 0.12);
}

/* ===============================================
# 6. TOTAL（元の見た目を維持）
=============================================== */
.ttm-total {
  margin-top: 20px;
  padding: 14px 18px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fafafa;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.ttm-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

#ttm-total-price {
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

/* ===============================================
# 7. Mobile（元の思想を維持：中身の情報整理）
# ※横スクは維持したまま、表記を軽くする
=============================================== */
@media (max-width: 768px) {
  /* プラン：選択の文字は消す（元の方針） */
  .ttm-plan-table .ttm-select-text {
    display: none;
  }
  /* オプション：縦積み（元の方針）に切り替える
     ※「スマホでも横スク統一したい」なら、ここは消す */
  .ttm-option-item {
    grid-template-columns: 26px minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 8px;
  }
  .ttm-option-price {
    grid-column: 2/3;
    justify-self: end;
  }
  .ttm-option-item.ttm-has-qty {
    grid-template-columns: 26px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
  }
  .ttm-option-qty-wrap {
    grid-column: 2/3;
    justify-self: start;
    min-width: 0;
  }
}
/* ===============================================
# 8. ORDER TABLE（あなたの既存を整理して残す）
=============================================== */
.ttm-order-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ttm-order-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.ttm-order-table th,
.ttm-order-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 14px;
}
.ttm-order-table thead th {
  background: #f7f7f9;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
  color: #444;
}
.ttm-order-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}
.ttm-order-table td:last-child,
.ttm-order-table th:last-child {
  white-space: nowrap;
}

.ttm-td-options {
  max-width: 360px;
  line-height: 1.5;
  color: #444;
}

@media (max-width: 768px) {
  .ttm-order-table th,
.ttm-order-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}
/* ======================= 情報変更 ===*/
/* =========================
  ユーザー情報変更：UI最終決定版（100点）
  対象：.ttm-account 配下
  目的：
  - 上下フォームの外枠（カード）を完全一致
  - 内側余白・見出し余白を完全一致
  - 入力欄は100%（中途半端禁止）
  - WP-Members側のfieldset/legendのデフォルトを無効化
========================= */
/* ====== 全体 ====== */
.ttm-account {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(16px, 3vw, 40px);
  padding-top: 10rem;
}

/* Snow Monkey Blocksの内側コンテナ揺れ止め */
.ttm-account .c-container {
  max-width: 760px;
  margin-inline: auto;
}

/* ====== 共通カード（上下とも同じ外枠） ====== */
.ttm-account form,
.ttm-account #wpmem_login {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: clamp(20px, 2.6vw, 32px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* 上カード→下カードの間隔を固定（完全一致） */
.ttm-account form + #wpmem_login {
  margin-top: 28px;
}

/* 下側の“中のform”はカード扱いにしない（カードが二重になるのを防ぐ） */
.ttm-account #wpmem_login form {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin: 0;
}

/* ====== 見出し ====== */
.ttm-account h2,
.ttm-account h3 {
  margin: 0 0 22px;
  line-height: 1.3;
}

/* WP-Members: fieldset/legendのデフォルト余白を殺して上と揃える */
.ttm-account #wpmem_pwdchange_form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: 0;
}

.ttm-account #wpmem_pwdchange_form legend {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  margin: 0 0 22px;
  padding: 0;
}

/* ====== ラベル ====== */
.ttm-account label,
.ttm-account #wpmem_pwdchange_form label {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 6px;
}

/* ====== 入力（100%で統一） ====== */
.ttm-account input[type=text],
.ttm-account input[type=email],
.ttm-account input[type=password],
.ttm-account #wpmem_pwdchange_form input.password {
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #fff;
  font-size: 16px; /* iOS拡大防止 */
  box-sizing: border-box;
}

.ttm-account input[type=text]:focus,
.ttm-account input[type=email]:focus,
.ttm-account input[type=password]:focus,
.ttm-account #wpmem_pwdchange_form input.password:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}

/* ====== 行間（上：p / 下：div_text）を完全一致 ====== */
.ttm-account p {
  margin: 0 0 14px;
}

.ttm-account #wpmem_pwdchange_form .div_text {
  margin: 0 0 14px;
}

/* 注記（上フォーム） */
.ttm-account p[style*=opacity] {
  margin: 6px 0 16px !important;
  font-size: 14px;
  opacity: 0.75 !important;
  line-height: 1.6;
}

/* ====== ボタン（上下統一） ====== */
.ttm-account button,
.ttm-account input[type=submit],
.ttm-account #wpmem_pwdchange_form .button_div input.buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  background: #111;
  color: #fff;
}

.ttm-account button:hover,
.ttm-account input[type=submit]:hover,
.ttm-account #wpmem_pwdchange_form .button_div input.buttons:hover {
  filter: brightness(1.05);
}

.ttm-account button:active,
.ttm-account input[type=submit]:active,
.ttm-account #wpmem_pwdchange_form .button_div input.buttons:active {
  transform: translateY(1px);
}

/* ボタン位置：上下とも右寄せで統一 */
.ttm-account form > p:last-of-type {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.ttm-account #wpmem_pwdchange_form .button_div {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

/* ====== スマホ：入力・ボタンはフル幅 ====== */
@media (max-width: 639px) {
  .ttm-account {
    padding: 16px;
  }
  .ttm-account button,
.ttm-account input[type=submit],
.ttm-account #wpmem_pwdchange_form .button_div input.buttons {
    width: 100%;
  }
  .ttm-account form > p:last-of-type,
.ttm-account #wpmem_pwdchange_form .button_div {
    justify-content: stretch;
  }
}
/* =========================
  WP-Members 強制上書き
  下カードを100%に固定
========================= */
.ttm-account #wpmem_login,
.ttm-account #wpmem_msg,
.ttm-account #wpmem_reg,
.ttm-account .wpmem_msg {
  width: 100% !important;
  max-width: 100% !important;
}
/*# sourceMappingURL=style.css.map */