.c-btn--sec {
  border: 1px solid #fff;
  border-radius: 8px;
}
.c-btn--sec .c-btn__text {
  color: #fff;
}

.c-btn__arrow i {
  color: #fff;
  position: relative;
  right: -1rem;
}

.c-fw500 {
  font-weight: 500;
}

.c-desc2 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.c-underline a {
  color: var(--c-link);
}

.p-manual__empty {
  text-align: center;
}

.c-searchbox .c-checkbox-list {
  margin: 0.8rem auto;
}

.c-checkbox-groups {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  gap: 0.8rem;
}
@media (width <= 768px) {
  .c-checkbox-groups {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}

.c-modal__icon {
  margin-right: 0.4rem;
}
@media (width <= 768px) {
  .c-modal__icon {
    margin-right: 0;
  }
}

.swpm-pw-reset-widget-form {
  margin-top: 2.4rem;
}

.swpm-forgot-pass-link {
  color: var(--c-link);
}
.swpm-forgot-pass-link::after {
  color: var(--c-link);
}

.swpm-login-submit .swpm-submit-btn-default-style {
  max-width: 80%;
}

@media (width <= 768px) {
  .swpm-login-submit .swpm-submit-btn-default-style {
    max-width: 80%;
  }
}
.swpm-before-registration-submit-section {
  margin-bottom: 3.2rem;
}

.swpm-remember-me {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.8rem;
}

.swpm-remember-checkbox {
  line-height: 1;
}

.swpm-remember-checkbox input[type=checkbox] {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  top: 1px;
}

.swpm-rememberme-label {
  margin-left: 0;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}

.swpm-login-submit {
  margin-top: 2.4rem;
}

.body {
  font-family: "Noto Sans JP", sans-serif;
}

.l-header {
  box-shadow: none;
}

@media (width <= 768px) {
  .l-header.is-login {
    background: #fff;
  }
}

@media (width <= 768px) {
  .l-header {
    height: 7.2rem;
  }
}

.l-hederlow {
  background: #fff !important;
}

.l-hederlow span {
  color: var(--c-main) !important;
  font-family: "Noto Sans JP", sans-serif;
}

@media (width <= 768px) {
  .l-header .l-header__inner {
    padding: 0 1.6rem;
  }
}

@media (width <= 768px) {
  .l-header .l-heaedr__logo {
    max-width: 10rem;
  }
}

.l-header .l-header__nav > ul > li.current-menu-item::after {
  background: var(--c-link);
}

.l-header .l-header__low::after {
  top: auto;
  bottom: 0;
}

.l-footer__btn {
  height: 4.4rem;
  max-width: 26.2rem;
  width: 100%;
  margin: 4rem auto 0 auto;
}

.p-signup__title {
  font-family: "Montserrat Alternates", sans-serif;
}

.p-registration__en-title {
  color: var(--c-main);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 500;
}
@media (width <= 768px) {
  .p-registration__en-title {
    font-size: 2.3rem;
  }
}

.p-registration__title {
  margin: 0.8rem 0 0 0;
  color: var(--c-main);
}
.p-registration__title span {
  font-size: 2.4rem !important;
}
@media (width <= 768px) {
  .p-registration__title span {
    font-size: 1.8rem !important;
  }
}
.p-registration__title strong {
  font-weight: 500;
}

.p-registration .c-box-white {
  margin-top: 0.8rem;
  padding: 3.2rem 2.4rem 4.8rem 2.4rem;
  position: relative;
}
.p-registration .c-box-white::before {
  content: "";
  position: absolute;
  width: 9.3rem;
  height: 0.1rem;
  background: var(--c-main);
  top: 5.5rem;
  left: -1rem;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.p-registration .c-box-white::after {
  content: "";
  position: absolute;
  width: 9.3rem;
  height: 0.1rem;
  background: var(--c-main);
  bottom: -0.9rem;
  right: -3.5rem;
  transform: rotate(-45deg);
  transform-origin: left center;
}
@media (width <= 768px) {
  .p-registration .c-box-white {
    padding: 3.2rem 1.6rem;
  }
}
.p-registration .c-box-white .c-page-title {
  font-weight: 500;
}
.p-registration .c-price {
  margin-bottom: 0;
}
.p-registration .c-price .u-fz-s {
  font-size: 2.2rem !important;
}
.p-registration .c-lead {
  color: var(--c-main);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.p-registration .c-lead span {
  font-family: "Montserrat Alternates", sans-serif;
}
.p-registration .c-tokuten {
  position: relative;
  left: 0.8rem;
}
.p-registration h4 {
  font-size: 1.8rem;
  color: var(--c-main);
  margin-top: 1rem;
  margin-bottom: 2.4rem;
}
.p-registration li {
  color: var(--c-btn);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}
.p-registration .p-register__note-title {
  color: var(--c-main);
}

.p-favorite__tabs {
  margin-top: 2.4rem;
}
@media (width <= 768px) {
  .p-favorite__tabs {
    margin-top: 0;
  }
}

.p-post .p-post__header {
  max-width: 600px;
}

.p-post__nav a {
  color: var(--c-link);
}
.p-post__nav .p-post__nav-list a {
  color: var(--c-link);
}

.p-post .p-post__content .wp-block-image:not(.alignwide):not(.alignfull) {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.p-post .p-post__tags .c-tag {
  border: none;
}

.p-post .p-post__body {
  padding: 4rem 0;
}
@media (width <= 768px) {
  .p-post .p-post__body {
    padding-top: 3.2rem;
    padding-bottom: 0rem;
  }
}

.single-recipe .p-post__content a:not(.wp-block-button__link):not(.c-btn),
.single-gemo_blog .p-post__content a:not(.wp-block-button__link):not(.c-btn),
.single-post .p-post__content a:not(.wp-block-button__link):not(.c-btn) {
  text-decoration: underline;
  color: var(--c-link);
}
.single-recipe .p-post__content h2.wp-block-heading,
.single-gemo_blog .p-post__content h2.wp-block-heading,
.single-post .p-post__content h2.wp-block-heading {
  color: var(--c-main);
  background: none;
  margin: 1.5em 0 1.8em 0;
  padding: 0;
}
.single-recipe .p-post__content h2.wp-block-heading::before,
.single-gemo_blog .p-post__content h2.wp-block-heading::before,
.single-post .p-post__content h2.wp-block-heading::before {
  display: none;
}
.single-recipe .p-post__content h2.wp-block-heading::before::after,
.single-gemo_blog .p-post__content h2.wp-block-heading::before::after,
.single-post .p-post__content h2.wp-block-heading::before::after {
  display: none;
}
.single-recipe .p-post__content h3.wp-block-heading,
.single-gemo_blog .p-post__content h3.wp-block-heading,
.single-post .p-post__content h3.wp-block-heading {
  display: inline-flex;
  padding: 0.4rem 1.2rem;
  justify-content: center;
  align-items: center;
  background: var(--c-main);
  color: #fff;
  margin: 1.5em 0 1.8em 0;
  font-size: 1em;
}
.single-recipe .p-post__content h3.wp-block-heading::after,
.single-gemo_blog .p-post__content h3.wp-block-heading::after,
.single-post .p-post__content h3.wp-block-heading::after {
  display: none;
}
.single-recipe .p-post__content h3.wp-block-heading::before,
.single-gemo_blog .p-post__content h3.wp-block-heading::before,
.single-post .p-post__content h3.wp-block-heading::before {
  display: none;
}
.single-recipe .p-post__content .wp-block-table thead th,
.single-gemo_blog .p-post__content .wp-block-table thead th,
.single-post .p-post__content .wp-block-table thead th {
  background: #f5f7fa;
  color: #3f332d;
}

[class*=page-numbers] {
  border: 1px solid var(--c-main);
  background: #fff;
  color: var(--c-main) !important;
  font-family: "Montserrat Alternates", sans-serif;
  box-shadow: none;
}

[class*=page-numbers].current,
[class*=page-numbers]:hover {
  background: var(--c-main);
  color: #fff !important;
}

.prev.page-numbers,
.next.page-numbers {
  border-radius: 50%;
}

.p-archive .p-archive__list-item {
  border-bottom: 1px solid var(--c-main);
}
.p-archive .p-archive__list-item:first-child {
  border-top: 1px solid var(--c-main);
}

.p-archive__list-tags {
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}

.c-vimeo {
  position: relative;
  width: 100%;
}

.c-vimeo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c-vimeo--loading,
.c-vimeo--horizontal {
  padding-top: 56.25%;
}

.c-vimeo--vertical {
  padding-top: 177.78%;
}

body.wp-admin .c-vimeo {
  padding-top: 56.25% !important;
}/*# sourceMappingURL=add.css.map */