@charset "UTF-8";
/*!
Theme Name: LOVERS ACADEMY
Theme URI:
Author: Chie
*/
:root {
  --main-color: #000;
  --link-color: #0062ff;
  --header-menu-color: #52575f;
  --black90: #212731;
  --black70: #52575f;
  --black50: #83878b;
  --black40: #9d9fa3;
  --black30: #b5b7ba;
  --brand: #ff0092;
  --brand-sub: #6c63ff;
  --pr-border: #b5b7ba;
  --pr-color: #52575f;
  --footer-color: #212731;
  --hp-copy-color: #52575f;
  --pager-color: #52575f;
  --pager-bg-color: #6c63ff;
  --main-menu-color: #52575f;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.625;
  color: var(--black90);
  background-color: #fdfdff;
}

h2, h3, h4, h5, th, td {
  color: var(--black90);
}

p {
  color: var(--black70);
}

.container-item {
  max-width: 1350px;
}
@media (max-width: 1360px) {
  .container-item {
    max-width: 1010px;
  }
}
@media (max-width: 1020px) {
  .container-item {
    max-width: 670px;
  }
}
@media (max-width: 680px) {
  .container-item {
    max-width: calc(100vw - 18px);
  }
}

h2 {
  font-size: 1.75rem;
}

img {
  max-width: 100%;
}

a {
  color: var(--link-color);
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-88 {
  margin-top: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.mt-104 {
  margin-top: 104px;
}

.mr-104 {
  margin-right: 104px;
}

.mb-104 {
  margin-bottom: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

@media (max-width: 991px) {
  .mt-104 {
    margin-top: 56px;
  }
  .mb-104 {
    margin-bottom: 56px;
  }
}
.f-14 {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.f-18 {
  font-size: 1.125rem;
  line-height: 2.2222222222;
}

.f-24 {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

.f-28 {
  font-size: 1.75rem;
  line-height: 1.7142857143;
}

.f-32 {
  font-size: 2rem;
  line-height: 1.5;
}

.f-36 {
  font-size: 2.25rem;
  line-height: 1.8333333333;
}

.w-320 {
  width: 320px;
  max-width: 100%;
}

#header-menu {
  position: sticky;
  top: 0;
  z-index: 10001;
  background: #fdfdff;
}
#header-menu:not(.page-single) .header-menu__logo {
  flex-direction: row-reverse;
}
#header-menu .header-menu__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 991px) {
  #header-menu .header-menu__wrap {
    height: 64px;
  }
}
@media (max-width: 575px) {
  #header-menu .header-menu__wrap {
    padding: 0 16px;
  }
}
#header-menu .header-menu__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #header-menu .header-menu__logo {
    display: block;
    white-space: nowrap;
  }
}
#header-menu .header-menu__logo h1 {
  display: flex;
  margin: 0;
}
#header-menu .header-menu__logo a:hover {
  opacity: 0.7;
}
#header-menu .header-menu__logo img {
  display: block;
}
@media (max-width: 1199px) {
  #header-menu .header-menu__logo img {
    height: 28px;
  }
}
#header-menu .header-menu__logo p {
  margin: 0 0 0 1em;
  font-size: 0.875rem;
  color: var(--hp-copy-color);
}
@media (max-width: 1199px) {
  #header-menu .header-menu__logo p {
    margin: 0 0 8px 0;
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
#header-menu .header-menu__logo #searchform {
  max-width: 100%;
  margin: 0 0 0 16px;
}
#header-menu .header-menu__logo #searchform input {
  max-width: calc(35vw - 30px);
  height: 40px;
}
#header-menu .header-menu__logo #searchform button {
  top: 4px;
  width: 32px;
  height: 32px;
}
#header-menu .header-menu__logo #searchform button::before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
#header-menu .header-menu__items {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none;
}
@media (max-width: 991px) {
  #header-menu .header-menu__items {
    width: 100%;
    margin-top: 16px;
  }
}
#header-menu .header-menu__items li {
  margin: 0 12px;
}
@media (min-width: 992px) {
  #header-menu .header-menu__items li:not(:first-child) a::before {
    content: attr(data-text);
  }
  #header-menu .header-menu__items li:not(:first-child) a img {
    display: none;
  }
}
#header-menu .header-menu__items li.header-menu__items__search {
  margin-left: 0;
  text-align: right;
}
@media (max-width: 575px) {
  #header-menu .header-menu__items li.header-menu__items__search {
    width: 100%;
  }
}
#header-menu .header-menu__items li.header-menu__items__search .header__search {
  display: none;
  opacity: 0;
}
#header-menu .header-menu__items li.header-menu__items__search .header__search form {
  width: 100%;
  margin: 0;
}
#header-menu .header-menu__items li.header-menu__items__search .header__search input {
  width: 100%;
  height: 40px;
  /*
  border: 1px solid transparent;
  transition: all 10s ease;
  animation: hide-border 10s ease;
  */
}
#header-menu .header-menu__items li.header-menu__items__search .header__search input.expanded {
  /*
  border: 1px solid rgba(23, 24, 26, .2);
  transition: all 10s ease .1s;
  animation: show-border 10s ease;
  */
}
#header-menu .header-menu__items li.header-menu__items__search .header__search #searchform button {
  top: 4px;
  right: 5px;
  width: 32px;
  height: 32px;
}
#header-menu .header-menu__items li.header-menu__items__search .header__search #searchform button::before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
#header-menu .header-menu__items li.header-menu__items__search .header__search .search__cancel {
  position: relative;
  z-index: 3;
  display: none;
  display: inline-block;
  width: 102px;
  font-size: 0.875rem;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  background: #fff;
}
#header-menu .header-menu__items li.header-menu__items__search .header__search .search__cancel:hover {
  opacity: 1;
}
#header-menu .header-menu__items li a {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--header-menu-color);
}
#header-menu .header-menu__items li a.btn {
  padding: 10px 32px;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
  background: var(--brand);
  border-radius: 100px;
  transition: all 0.3s;
}
#header-menu .header-menu__items li a.btn:hover {
  opacity: 0.7;
}
#header-menu .header-menu__items li a.btn.btn--border {
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--brand);
}
#header-menu .header-menu__items li.sp__menu {
  position: relative;
  margin-right: 0;
}
#header-menu .header-menu__items li.sp__menu ul {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 100;
  display: none;
  padding: 0;
  padding: 8px 0 16px;
  list-style: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1019607843);
}
#header-menu .header-menu__items li.sp__menu ul li a:not(.btn) {
  display: block;
  padding: 0 16px;
  font-weight: 400;
  line-height: 3.5;
}
#header-menu .header-menu__items li.sp__menu ul li a.btn {
  margin: 0 16px;
}

@keyframes show-border {
  0% {
    border: none;
  }
  1% {
    border: 1px solid rgba(23, 24, 26, 0.2);
  }
  to {
    border: 1px solid rgba(23, 24, 26, 0.2);
  }
}
@keyframes hide-border {
  0% {
    border: 1px solid rgba(23, 24, 26, 0.2);
  }
  1% {
    border: none;
  }
  to {
    border: none;
  }
}
#searchform {
  position: relative;
  display: inline-block;
  margin: 40px auto 48px;
}
@media (max-width: 991px) {
  #searchform {
    margin-bottom: 12px;
  }
}
#searchform input {
  width: 536px;
  max-width: calc(100vw - 30px);
  height: 64px;
  padding: 0 24px;
  border: 1px solid rgba(23, 24, 26, 0.2);
  border-radius: 100px;
}
#searchform input::-moz-placeholder {
  color: var(--black70);
}
#searchform input::placeholder {
  color: var(--black70);
}
#searchform input:focus-visible {
  padding: 0 23px;
  border: 2px solid var(--brand);
  outline: none;
}
#searchform button {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: var(--brand);
  border: 0;
  border-radius: 100px;
  transition: all 0.3s;
}
#searchform button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  content: "";
  background: #fff;
  -webkit-mask-image: url("./assets/img/icon_search.svg");
          mask-image: url("./assets/img/icon_search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#searchform button:hover {
  opacity: 0.7;
}

.sticky-item {
  position: sticky;
  top: 72px;
  z-index: 10000;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sticky-item {
    top: 64px;
  }
}
.sticky-item > div {
  padding-top: 16px;
  background: #fdfdff;
}
.sticky-item.fixed > div {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1607843137);
}

#main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
  /*
  @media (max-width: 767px) {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) 0 0/20px 100%, linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  */
}
@media (max-width: 991px) {
  #main-menu {
    margin-bottom: 32px;
  }
}
#main-menu ul {
  display: flex;
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  list-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*
  @media (max-width: 767px) {
    width: 100vw;
    background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
  }
  */
}
#main-menu ul::-webkit-scrollbar {
  display: none;
}
#main-menu ul li {
  padding-bottom: 4px;
  margin: 0 16px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  #main-menu ul li {
    font-size: 0.875rem;
  }
}
#main-menu ul li img {
  display: block;
  height: 48px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #main-menu ul li img {
    height: 36px;
  }
}
#main-menu ul li.active {
  padding-bottom: 4px;
  font-weight: bold;
  border-bottom: 3px solid var(--brand);
}
#main-menu ul li.active a {
  pointer-events: none;
}
#main-menu ul li a {
  color: var(--main-menu-color);
}

#index section:not(.mt-104) {
  margin: 64px 0;
}
@media (max-width: 991px) {
  #index section:not(.mt-104) {
    margin: 40px 0;
  }
}
#index .mv-slider a {
  display: block;
  padding: 0 12px;
}
@media (max-width: 575px) {
  #index .mv-slider a {
    padding: 0;
    margin: 0;
  }
}
#index .mv-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/300;
}
#index h2 {
  display: flex;
  align-items: center;
  margin: 64px 0 24px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #index h2 {
    margin: 40px 0 24px;
  }
}
#index h2 img {
  margin-right: 4px;
}
#index .front-page_all_link {
  color: #212731;
}

.item {
  width: 340px;
  padding: 0 20px;
}
.item:not(.slick-slide):nth-child(n+5) {
  margin-top: 40px;
}
@media (max-width: 565px) {
  .item {
    padding: 0 12px;
  }
  .item.slick-slide {
    margin-right: 0;
  }
}
.item__wrap {
  display: flex;
  margin: 0 -20px;
}
.item__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  margin: 8px 0;
  font-size: 0.875em;
  color: var(--black70);
}
.item__cat .cat-status__ok, .item__cat .cat-status {
  display: block;
  padding: 0 12px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 28px;
  color: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 8px;
}
.item__cat .cat-status__a-few {
  display: block;
  padding: 0 12px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 8px;
}
.item__cat .cat-status__end {
  display: block;
  padding: 0 12px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 28px;
  color: var(--black50);
  background: #fff;
  border: 1px solid var(--black30);
  border-radius: 8px;
}
.item__cat .cat-status__pr {
  display: block;
  width: 32px;
  padding: 0;
  font-size: 0.75rem;
  line-height: 14px;
  color: var(--pr-color);
  text-align: center;
  border: 1px solid var(--pr-border);
  border-radius: 2px;
}
.item__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.25em;
  line-height: 1.5;
  color: var(--black90);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item__title a {
  color: var(--black90);
}
.item__title + div {
  margin-top: 16px;
}
.item__text {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 300;
  color: var(--black70);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item__author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item__author img {
  width: 40px !important;
  height: 40px;
  border-radius: 100px;
}
.item__author p {
  margin: 0 0 0 8px;
  color: var(--black50);
}
.item__bookmark {
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--black40);
  -webkit-mask-image: url("./assets/img/icon_like.svg");
          mask-image: url("./assets/img/icon_like.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.item__bookmark-active {
  background-color: #ff0092;
  -webkit-mask-image: url("./assets/img/icon_like-active.svg");
          mask-image: url("./assets/img/icon_like-active.svg");
}

.text-gradation {
  display: inline-block;
  margin: 0 auto;
  background: linear-gradient(90deg, #ff0092 50%, #3338ad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-orange {
  display: inline-block;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffc262, #ff8500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-gradation {
  position: relative;
  content: "";
  border-radius: 32px;
  box-shadow: 0px 0px 10px 3px rgba(255, 0, 146, 0.1019607843);
}
.border-gradation::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(135deg, #ff0092, #3338ad) border-box border-box;
  border: 2px solid transparent;
  border-radius: 32px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.bk-gradation {
  padding: 8px 24px;
  background: linear-gradient(90deg, rgba(255, 0, 146, 0.1) 50%, rgba(51, 56, 173, 0.1) 100%);
}

.writer__comment img {
  width: 56px;
  height: 56px;
  border-radius: 100px;
}
.writer__comment__text {
  width: 490px;
  max-width: 100%;
  padding: 24px;
  background: rgba(108, 99, 255, 0.03);
  border-radius: 32px;
}

.title-underline {
  border-bottom: 1px solid #b5b7ba;
}

#single-page {
  color: var(--black90);
}
#single-page .breadcrumb {
  margin: 0;
}
#single-page .btn, #single-page input.submit {
  padding: 9px 30px;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
  background: var(--brand);
  border: 1px solid transparent;
  border-radius: 100px;
  transition: all 0.3s;
}
#single-page .btn:hover, #single-page input.submit:hover {
  opacity: 0.7;
}
#single-page .btn__border-gray, #single-page input.submit__border-gray {
  color: var(--black90);
  background: #fff;
  border: 1px solid #cecfd1;
}
#single-page .tag-list {
  flex-flow: wrap;
  margin: 60px 0 76px;
}
#single-page .tag-list .btn {
  margin: 4px 8px;
}
#single-page time {
  font-size: 0.875rem;
  color: var(--black70);
}
@media (min-width: 576px) {
  #single-page .text-right {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  #single-page .text-right + img {
    display: block;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  #single-page .text-right + img {
    width: 100vw !important;
    max-width: 100vw;
    aspect-ratio: 390/260;
    margin-right: -15px;
    margin-left: -15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#single-page .single__contents {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 104px;
}
@media (max-width: 767px) {
  #single-page .single__contents {
    margin: 0 auto 40px;
  }
}
#single-page .single__contents h2 {
  font-weight: bold;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  #single-page .single__contents h2 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  #single-page .single__contents h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  #single-page .single__contents nav + .mt-40 {
    margin-top: 24px;
  }
}
#single-page .single__contents__wrap {
  padding: 56px 0;
  background: rgba(108, 99, 255, 0.03);
  border-radius: 16px;
}
@media (max-width: 1199px) {
  #single-page .single__contents__wrap {
    padding: 56px 15px;
  }
}
#single-page .single__contents__thumbnail {
  width: 56px;
  border-radius: 100px;
}
#single-page .single__contents__thumbnail.type_right {
  justify-content: end;
}
#single-page .single__contents__comment {
  width: 490px;
  max-width: calc(100% - 30px);
  padding: 24px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
  background: rgba(108, 99, 255, 0.03);
  border-radius: 24px;
}
#single-page .single__contents__comment.type_right {
  justify-content: end;
}
#single-page .single__contents__comment__wrap + .single__contents__comment__wrap {
  margin-top: 8px !important;
}
@media (max-width: 575px) {
  #single-page .single__contents .verification-icon {
    width: 40px;
  }
}
#single-page .single__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 16px;
  line-height: 28px;
}
@media (max-width: 991px) {
  #single-page .single__cat {
    margin-bottom: 4px;
  }
}
#single-page .single__cat > span {
  margin: 10px 0 0;
  color: var(--black70);
}
@media (max-width: 991px) {
  #single-page .single__cat > span {
    margin-top: 0;
  }
}
#single-page .single__cat div {
  white-space: nowrap;
}
#single-page .single__author {
  display: flex;
}
#single-page .single__author img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 24px;
  border-radius: 100px;
}
#single-page .single__author__name {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
#single-page .single__author__name + p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
#single-page .single__author__type02 {
  display: flex;
  margin-right: -100px;
  margin-left: -100px;
}
#single-page .single__author__type02 > div {
  position: relative;
  width: 50%;
  padding: 0 100px;
}
#single-page .single__author__type02 > div:first-child::after {
  position: absolute;
  top: 50px;
  left: calc(100% - 50px);
  width: 100px;
  height: 100px;
  content: "";
  background: url("/wp-content/themes/lovers/assets/img/icon_cross.svg");
  background-size: cover;
}
@media (max-width: 575px) {
  #single-page .single__author__type02 {
    margin-right: 0;
    margin-left: 0;
  }
  #single-page .single__author__type02 > div {
    padding: 0;
  }
  #single-page .single__author__type02 > div:first-child {
    padding-right: 30px;
  }
  #single-page .single__author__type02 > div:first-child::after {
    top: calc((100vw - 30px - 60px) / 2 / 2 - 16px);
    left: calc(100% - 15px);
    width: 32px;
    height: 32px;
  }
  #single-page .single__author__type02 > div:last-child {
    padding-left: 30px;
  }
}
#single-page .single__author__type02 img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
#single-page .event__status {
  display: inline-block;
  width: 105px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 38px;
  color: var(--brand);
  text-align: center;
  border: 1px solid var(--brand);
  border-radius: 8px;
}
@media (max-width: 991px) {
  #single-page .event__status {
    width: 74px;
    font-size: 0.625rem;
    line-height: 28px;
  }
}
#single-page .event__status + .event__status {
  margin-left: 8px;
}
@media (max-width: 991px) {
  #single-page .event__status + .event__status {
    margin-left: 4px;
  }
}
#single-page .event__status.status_a-few {
  color: #fff;
  background: var(--brand);
  border-color: transparent;
}
#single-page .cat-status__pr {
  display: block;
  width: 40px;
  font-size: 0.875rem;
  line-height: 18px;
  color: var(--pr-color);
  text-align: center;
  border: 1px solid var(--pr-border);
  border-radius: 2px;
}
#single-page .post__sns-menu {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}
#single-page .post__sns-menu li:not(:last-child) {
  margin-right: 14px;
}
#single-page .post__sns-menu .item__bookmark {
  width: 34px;
  height: 34px;
}
#single-page .post__sns-menu button {
  position: relative;
}
#single-page .post__sns-menu button:hover::after {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 90px;
  height: 20px;
  margin-left: -45px;
  font-size: 0.625rem;
  line-height: 18px;
  color: #000;
  content: "お気に入り保存";
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
#single-page .members-only {
  position: relative;
  min-height: 280px;
  max-height: 600px;
  overflow: hidden;
}
#single-page .members-only__blur {
  filter: blur(8px);
}
#single-page .members-only__msg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#single-page .members-only__msg h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: var(--black90);
}
#single-page .members-only__msg h3 {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: var(--black70);
}
#single-page .members-only__msg .btn {
  width: 320px;
  max-width: 100%;
  margin: 56px 0;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--brand);
}
#single-page .members-only a:not(.btn) {
  color: var(--black90);
  text-decoration: underline;
}

.catch-copy {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
}

.table-of-contents {
  padding: 16px 32px;
  margin-bottom: 56px;
  background: rgba(8, 15, 26, 0.031372549);
  border-radius: 8px;
}
@media (max-width: 991px) {
  .table-of-contents {
    padding: 16px;
  }
}
.table-of-contents ul {
  padding: 0;
  margin: 16px 0 0 0;
  list-style: none;
}
.table-of-contents ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .table-of-contents ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.table-of-contents ul a {
  color: #212731;
}
.table-of-contents ul a:hover {
  font-weight: bold;
  color: #212731;
  opacity: 1;
}

.pr {
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #52575f;
  text-align: center;
  border: 1px solid #b5b7ba;
  border-radius: 4px;
}

.verification_members {
  display: flex;
  margin: 0;
}
.verification_members img {
  width: 40px !important;
  height: 40px;
  border-radius: 40px;
}
@media (min-width: 576px) {
  .verification_members .slick-prev {
    left: -16px;
  }
  .verification_members .slick-next {
    right: -16px;
  }
}
.verification_members .slick-prev,
.verification_members .slick-next,
.verification_members .slick-prev::before,
.verification_members .slick-next::before {
  width: 32px;
  height: 32px;
  background-size: cover;
}
.verification_members::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100%;
  content: "";
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.verification_member {
  width: 300px;
  padding: 16px;
  margin-right: 12px;
  margin-left: 12px;
  background: rgba(108, 99, 255, 0.03);
  border-radius: 8px;
}
.verification_member > p {
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.verification_member__data {
  padding: 16px;
  background: #fff;
  border: 1px solid #ff0092;
  border-radius: 8px;
}
.verification_member__data p {
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #ff0092;
}
.verification_member__data dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.verification_member__data dl dt {
  width: 6em;
  font-weight: normal;
}
.verification_member__data dl dd {
  width: calc(100% - 6em);
}
.verification_member__data dl dd a {
  color: inherit;
  text-decoration: underline;
}
.verification_member__thumbnail {
  width: 56px;
  border-radius: 100px;
}
.verification_member__comment {
  width: 490px;
  max-width: 100%;
  padding: 24px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
  background: rgba(108, 99, 255, 0.03);
  border-radius: 24px;
}

@media (max-width: 575px) {
  .related-article {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.related-article .item {
  width: 300px;
  margin: 0;
}

.events__contents {
  padding: 50px 32px;
  margin-top: 48px;
  background: rgba(108, 99, 255, 0.03);
  border-radius: 16px;
}

.goods__contents {
  display: flex;
}
.goods__contents__function {
  padding: 8px 24px;
  margin-top: 24px;
  border: 1px solid #cecfd1;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .goods__contents__function {
    padding: 8px 12px;
  }
}
.goods__contents__function span {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 991px) {
  .goods__contents__function span {
    width: 4em;
  }
}
@media (min-width: 992px) {
  .goods__contents__function span ~ span {
    margin-left: 24px;
  }
}
.goods__contents__hardness {
  padding: 8px 24px;
  margin-top: 8px;
  border: 1px solid #cecfd1;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .goods__contents__hardness {
    padding: 8px 12px;
  }
}
.goods__contents__hardness > span {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 991px) {
  .goods__contents__hardness > span {
    width: 4em;
  }
}
.goods__contents__hardness div {
  display: inline-block;
  font-size: 0.75rem;
}
.goods__contents__hardness div span {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  color: #52575f;
  text-align: center;
}
@media (max-width: 991px) {
  .goods__contents__hardness div span {
    width: 22px;
  }
  .goods__contents__hardness div span.first, .goods__contents__hardness div span.last {
    position: relative;
  }
  .goods__contents__hardness div span.first::after, .goods__contents__hardness div span.last::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -5px;
    overflow: hidden;
    font-family: sans-serif;
    font-weight: normal;
    color: #9d9fa3;
    text-align: center;
  }
  .goods__contents__hardness div span.first::after {
    content: "柔";
  }
  .goods__contents__hardness div span.last::after {
    content: "硬";
  }
}
@media (max-width: 767px) {
  .goods__contents__hardness div span {
    width: 24px;
  }
}
@media (max-width: 575px) {
  .goods__contents__hardness div span {
    width: 18px;
  }
}
.goods__contents__hardness div span.active {
  color: #fff;
  background: var(--second, #6c63ff);
  border-radius: 24px;
}
.goods__contents__hardness__base {
  position: relative;
  margin-bottom: 30px;
}
.goods__contents__hardness__base span::after {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 90%;
  margin-top: -5px;
  overflow: hidden;
  font-family: sans-serif;
  font-weight: normal;
  color: #9d9fa3;
  content: "──────";
}
.goods__contents__hardness__base span:first-child::after {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -5px;
  font-family: sans-serif;
  font-weight: normal;
  color: #9d9fa3;
  content: "←";
}
.goods__contents__hardness__base span:last-child {
  position: relative;
}
.goods__contents__hardness__base span:last-child::after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  margin-top: -5px;
  font-family: sans-serif;
  font-weight: normal;
  color: #9d9fa3;
  text-align: right;
  content: "→";
}
.goods__contents__hardness__base::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  margin-top: -5px;
  margin-left: -50%;
  font-family: sans-serif;
  font-weight: normal;
  color: #9d9fa3;
  text-align: center;
  letter-spacing: -3px;
}
.goods__contents__hardness__base .hardness {
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  font-size: 0.625rem;
  color: var(--link-color);
  text-align: center;
  white-space: nowrap;
}
.goods__contents__hardness__base .hardness::after {
  content: none;
}
.goods__contents__point {
  padding: 16px;
  margin-top: 16px;
  background: rgba(8, 15, 26, 0.031372549);
  border-radius: 8px;
}
.goods__contents__point p {
  margin: 0;
  font-size: 0.875rem;
  color: #ff0092;
}
.goods__contents__point ul {
  padding-left: 1.5em;
  margin: 8px 0 0;
}
.goods__contents__details {
  margin-top: 24px;
}
.goods__contents__details a {
  word-break: break-all;
}
.goods__contents > div:first-child {
  width: calc(100% - 270px);
}
.goods__contents__rate {
  width: 270px;
  margin-left: 40px;
}
.goods__contents__total {
  display: flex;
  font-size: 1.75rem;
  font-weight: bold;
}
.goods__contents__total img {
  margin-right: 8px;
}
.goods__contents__total img:last-child {
  margin-right: 16px;
}
.goods__contents__rate-detail {
  margin-left: 4px;
}
.goods__contents__rate-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  line-height: 1.75rem;
}
.goods__contents__rate-detail dl dt {
  width: 9em;
}
.goods__contents__rate-detail dl dt:not(:first-of-type) {
  margin-top: 8px;
}
.goods__contents__rate-detail dl dd {
  display: flex;
  width: calc(100% - 10em);
  margin: 0;
}
.goods__contents__rate-detail dl dd img {
  width: 16px;
  margin-right: 8px;
}
.goods__contents__rate-detail dl dd:not(:first-of-type) {
  margin-top: 8px;
}
.goods__contents__price {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
@media (max-width: 787px) {
  .goods__contents__price {
    margin-top: 32px;
  }
}
.goods__contents__price p {
  margin: 0;
}
.goods__contents__price p + p {
  margin-left: 16px;
  font-size: 2rem;
  font-weight: bold;
}
.goods__contents__price p + p span {
  font-size: 1rem;
}
.goods__contents__comment {
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
.goods__evaluation {
  padding: 64px 0;
  margin-bottom: 32px;
  background: rgba(108, 99, 255, 0.03);
}
@media (max-width: 1199px) {
  .goods__evaluation {
    padding: 64px 15px;
  }
}
.goods__evaluation h3.font-weight-bold {
  font-weight: 600 !important;
}
.goods__evaluation h3 ~ img {
  margin: 0 0 32px;
}
.goods__evaluation__comment {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2.2222222222 !important;
}
.goods__review a {
  display: inline-block;
  width: 290px;
  max-width: 100%;
  margin-right: 16px;
}
.goods__review .goods__contents__total {
  line-height: 1.25;
}

.ranking__title {
  display: flex;
  align-items: end;
  margin: 64px 0 24px;
  font-size: 1.75rem;
  font-weight: bold;
}
.ranking__title img {
  position: relative;
  top: 3px;
}

.link-amazon {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-weight: bold;
  line-height: 56px;
  color: #000;
  text-align: center;
  background: #ffa41c;
  border-radius: 16px;
}
.link-amazon span {
  font-size: 1.25rem;
}
.link-amazon:hover {
  color: #000;
}

.link-rakuten {
  display: block;
  width: 100%;
  margin-top: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
  text-align: center;
  background: #bf0000;
  border-radius: 16px;
}
.link-rakuten span {
  font-size: 1.25rem;
}
.link-rakuten:hover {
  color: #fff;
}

.link-lovecosme {
  display: block;
  width: 100%;
  margin-top: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 2px solid #52575f;
  border-radius: 16px;
}
.link-lovecosme span {
  font-size: 1.25rem;
}
.link-lovecosme:hover {
  color: #000;
}

.icon {
  display: flex;
  color: var(--black70);
}
.icon::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  content: "";
  background: var(--black70);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.icon-date::before {
  -webkit-mask-image: url("./assets/img/icon_calendar.svg");
          mask-image: url("./assets/img/icon_calendar.svg");
}
.icon-place::before {
  -webkit-mask-image: url("./assets/img/icon_place.svg");
          mask-image: url("./assets/img/icon_place.svg");
}
.icon-price::before {
  -webkit-mask-image: url("./assets/img/icon_price.svg");
          mask-image: url("./assets/img/icon_price.svg");
}

.counseling_question {
  padding: 40px !important;
  margin-top: 40px;
}
.counseling_question__author {
  display: flex;
  align-items: center;
  color: #52575f;
}
.counseling_question__author img {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 100px;
}

#search-result {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  #search-result {
    margin-top: 16px !important;
  }
}
#search-result .item__wrap {
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  #search-result .item__wrap {
    justify-content: center;
  }
}
@media (max-width: 565px) {
  #search-result .item__wrap {
    margin: 0 -12px;
  }
}
#search-result .item__wrap .item {
  margin-bottom: 40px;
}
@media (max-width: 565px) {
  #search-result .item__wrap .item {
    width: 324px;
  }
}
#search-result h2 {
  margin: 0;
}
#search-result h2 + p {
  font-size: 1.5rem;
}

.breadcrumb {
  padding: 8px 24px 28px 24px;
  background: transparent;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding-bottom: 8px;
  }
}
.breadcrumb__list {
  display: inline-block;
  max-height: 4em;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0.75rem;
  list-style: none;
}
.breadcrumb__list.ellipsis {
  position: relative;
}
.breadcrumb__list.ellipsis::before {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 10;
  width: 1.5em;
  text-align: center;
  content: "…";
  background: #fff;
}
.breadcrumb__list li {
  position: relative;
  display: inline;
  line-height: 24px;
}
.breadcrumb__list li:not(:last-child) {
  margin-right: 16px;
}
.breadcrumb__list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: "";
  border-top: solid 2px var(--black50);
  border-right: solid 2px var(--black50);
  transform: rotate(45deg);
}
.breadcrumb__list a {
  color: var(--black70);
}
.breadcrumb__list a:hover {
  opacity: 0.6;
}
.breadcrumb__list li > span {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--black70);
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 88px 0;
  text-align: center;
}
.pager a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  font-size: 1.25rem;
  line-height: 30px;
  color: var(--pager-color);
}
.pager span {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  font-size: 1.25rem;
  line-height: 30px;
}
.pager .current {
  color: #fff;
  background: var(--pager-bg-color);
  border-radius: 100px;
}
.pager .current + a + a + a + a ~ a:not(:nth-child(-n+11)) {
  display: none;
}
@media (max-width: 575px) {
  .pager .current + a + a ~ a:not(:nth-child(-n+6)) {
    display: none;
  }
}
.pager a:nth-child(1), .pager a:nth-child(2) {
  display: block !important;
}
@media (max-width: 575px) {
  .pager a.next {
    display: block !important;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  margin-top: 104px;
  background: #f2f0f0;
}
@media (max-width: 1399px) {
  footer {
    display: block;
  }
}
@media (max-width: 991px) {
  footer {
    margin-top: 80px;
  }
}
footer h1 {
  font-size: inherit;
}
footer #footer-menu ul {
  display: flex;
  align-items: center;
  padding-left: 28px;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  footer #footer-menu ul {
    padding: 0;
    margin: 40px -12px 0;
  }
}
@media (max-width: 767px) {
  footer #footer-menu ul {
    display: block;
  }
}
footer #footer-menu ul li {
  margin: 0 12px;
}
@media (max-width: 767px) {
  footer #footer-menu ul li:not(:first-child) {
    margin-top: 16px;
  }
}
footer #footer-menu ul li a {
  color: var(--footer-color);
}
@media (max-width: 991px) {
  footer #footer-menu ul li a {
    line-height: 1.75;
  }
}
@media (max-width: 1399px) {
  footer > div + div {
    margin-top: 40px;
  }
}
footer .footer__sns {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
footer .footer__sns p {
  margin-left: 8px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: var(--black70);
}
footer .btn {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--brand);
  border-radius: 100px;
}
footer .btn:hover {
  color: var(--brand);
}
@media (max-width: 575px) {
  footer .btn {
    margin-top: 16px;
  }
}
footer .btn img {
  display: block;
  margin-right: 8px;
}

/* Slick */
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
}
.slick-prev {
  left: 20px;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
.slick-prev::before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background: url("./assets/img/icon_prev.svg") no-repeat center center;
}
.index_slide .slick-prev {
  top: 84px;
  left: 0;
}

.slick-next {
  right: 20px;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
.slick-next::before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background: url("./assets/img/icon_next.svg") no-repeat center center;
}
.index_slide .slick-next {
  top: 84px;
  right: 0;
}

.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
  opacity: 0;
}

@media (max-width: 575px) {
  .pick-up_slide .slick-list, .recommend_slide .slick-list, .popularity_slide .slick-list {
    padding: 0 calc(100vw - 300px) 0 0 !important;
  }
  .slick-slide {
    margin-right: 15px;
  }
  .slick-list img {
    width: 100%;
  }
}
/* お気に入りプラグイン */
.simplefavorite-button {
  padding: 0;
  margin: 0;
  background: no-repeat;
  border: none;
}

#favorite .item__wrap .wp-post-image {
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
#favorite .item__wrap .item:nth-child(n+5) {
  margin-top: 40px;
}

.favorites-list {
  flex-flow: wrap;
}
@media (max-width: 991px) {
  .favorites-list .item {
    width: 33.33333%;
  }
  .favorites-list .item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .favorites-list .item {
    width: 50%;
  }
  .favorites-list .item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .favorites-list .item {
    width: 100%;
  }
  .favorites-list .item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease-out;
}

.modal-container::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.modal-container.active {
  visibility: visible;
  opacity: 1;
}

.modal-body {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: calc(100vh - 140px);
  padding: 0;
  vertical-align: middle;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: -34px;
  z-index: 2001;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
}
@media (max-width: 575px) {
  .modal-close {
    right: 15px;
  }
}

.modal-content {
  width: 550px;
  max-width: calc(100vw - 16px);
  height: calc(100vh - 140px);
  padding: 80px;
  overflow-y: auto;
  font-weight: bold;
  text-align: left;
  background: #fff;
  border: none;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .modal-content {
    max-width: 90vw;
    padding: 40px;
  }
}
.modal-content h5 {
  margin-bottom: 24px;
  color: var(--black90);
}
.modal-content li {
  color: var(--black70);
}
.modal-content li:not(:first-child) {
  margin-top: 4px;
}

/* クチコミ */
.comments {
  padding: 40px 0;
  margin-top: 24px;
  background: #fff;
}
.comments h3 {
  margin-right: 32px;
  margin-left: 32px;
}
.comments ol, .comments ul {
  padding-left: 0;
  list-style: none;
}
.comments ol li, .comments ul li {
  padding: 24px 32px;
}
.comments ol li:not(:last-child), .comments ul li:not(:last-child) {
  border-bottom: 1px solid rgba(8, 15, 26, 0.1019607843);
}
.comments .comment-author cite {
  font-style: normal;
}
.comments .comment-author img {
  margin-right: 8px;
  border-radius: 100px;
}
.comments .comment-author a {
  color: #52575f;
  pointer-events: none;
}
.comments .comment-author .says {
  display: none;
}
.comments .comment-meta {
  display: none;
}
.comments .comment-meta + p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
.comments .reply {
  margin-top: 8px;
}
.comments #reply-title {
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--black70);
}
.comments .comment-respond {
  margin: 0 32px;
}
.comments .comment-respond textarea {
  width: 100%;
  height: 100px;
  padding: 16px;
  border: 1px solid #cecfd1;
  border-radius: 16px;
}
.comments .comment-respond textarea:focus, .comments .comment-respond textarea:focus-visible {
  border: 1px solid var(--brand-sub) !important;
  outline: none;
}
.comments .comment-respond textarea::-moz-placeholder {
  color: var(--black70);
  opacity: 0.5;
}
.comments .comment-respond textarea::placeholder {
  color: var(--black70);
  opacity: 0.5;
}
.comments .form-submit {
  margin: 0;
}
.comments input.submit {
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 32px auto 0;
}
.comments .comment__present {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  margin-top: 24px;
  text-align: center;
}
.comments .comment__present .aroow-right {
  position: relative;
  padding: 4px 8px;
  margin-right: 16px;
  font-size: 0.75rem;
  color: #fff;
  white-space: nowrap;
  background: var(--second, #6c63ff);
  border-radius: 8px;
}
.comments .comment__present .aroow-right::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: var(--second, #6c63ff);
}
.comments .must-log-in {
  text-align: center;
}

.w-800 {
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .w-800 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-800 {
    width: 800px;
    max-width: 100%;
  }
}

.w-1024 {
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .w-1024 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-1024 {
    width: 1024px;
    max-width: 100%;
  }
}

/* ABOUTページなど */
.page__no-title #index .breadcrumb {
  padding-bottom: 8px;
  margin: 0;
}
.page__no-title #index .about__contents {
  position: relative;
  padding: 176px 0 104px;
  margin: 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .page__no-title #index .about__contents {
    padding: 56px 0 56px;
  }
}
.page__no-title #index .about__contents::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.92);
}
.page__no-title #index .about__contents h2 {
  margin: 0;
  color: var(--black90);
}
.page__no-title #index .about__contents h2 + p {
  color: var(--black90);
}
.page__no-title #index .about__contents h3 {
  margin: 48px 0 80px;
  font-size: 2.25rem;
  line-height: 1.8333333333;
}
@media (max-width: 991px) {
  .page__no-title #index .about__contents h3 {
    margin: 48px 0 40px;
    font-size: 1.75rem;
    line-height: 1.7142857143;
  }
  .page__no-title #index .about__contents h3 br {
    display: none;
  }
}
.page__no-title #index .about__contents-1 {
  background-image: url(/wp-content/uploads/bk_about_01.jpeg);
}
@media (max-width: 991px) {
  .page__no-title #index .about__contents-1 {
    padding: 0;
    background-image: none;
  }
  .page__no-title #index .about__contents-1 .bg-sp {
    padding: 56px 0;
    background-image: url(/wp-content/uploads/bk_about_01.jpeg);
    background-position: 65% 2500px;
    background-size: 2000px;
  }
}
.page__no-title #index .about__contents-2 {
  padding-top: 104px;
  background-image: url(/wp-content/uploads/bk_about_02.jpeg);
}
.page__no-title #index .about__our-value {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .page__no-title #index .about__our-value {
    margin-top: 60px;
  }
}
.page__no-title #index .container {
  position: relative;
}
.page__no-title #index .bg-gray {
  padding: 64px 0;
  background: rgba(8, 15, 26, 0.031372549);
  border-radius: 24px;
}
@media (max-width: 575px) {
  .page__no-title #index .bg-gray {
    width: calc(100% - 24px);
    padding: 40px 12px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
.page__no-title #index .bg-brand-sub {
  padding: 64px 16px;
  background: rgba(108, 99, 255, 0.03);
  border-radius: 24px;
}
@media (max-width: 575px) {
  .page__no-title #index .bg-brand-sub {
    width: calc(100% - 24px);
    padding: 48px 12px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
.page__no-title #index .lh-44 {
  line-height: 2.75;
}
.page__no-title #index .supervisor {
  width: 33.333333%;
}
@media (min-width: 576px) {
  .page__no-title #index .supervisor {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .page__no-title #index .supervisor {
    width: 100%;
  }
  .page__no-title #index .supervisor:nth-child(n+2) {
    margin-top: 40px;
  }
}
.page__no-title #index .supervisor__wrap {
  display: flex;
  flex-flow: wrap;
  margin: 40px -20px 0;
}
@media (max-width: 575px) {
  .page__no-title #index .supervisor__wrap {
    margin: 40px 0 0;
  }
}
.page__no-title #index .supervisor__name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.2222222222;
  text-align: center;
}
.page__no-title #index .supervisor__role {
  margin: 0;
  text-align: center;
}
.page__no-title #index .company__wrap {
  margin-right: auto;
  margin-left: auto;
  content: "";
}
.page__no-title #index .company__wrap th, .page__no-title #index .company__wrap td {
  padding: 16px 24px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
  vertical-align: top;
}
@media (max-width: 575px) {
  .page__no-title #index .company__wrap th, .page__no-title #index .company__wrap td {
    padding: 16px 12px;
  }
}
.page__no-title #index .company__wrap th {
  white-space: nowrap;
}
.page__no-title #index .company__wrap tr:not(:first-child) th, .page__no-title #index .company__wrap tr:not(:first-child) td {
  border-top: 1px solid rgba(8, 15, 26, 0.1019607843);
}
.page__no-title #index + footer {
  margin: 0;
}
.page__no-title #index .point-save__wrap::after {
  position: absolute;
  top: -60px;
  left: 23px;
  width: 145px;
  height: 100px;
  content: "";
  background: url("./assets/img/icon_points.svg") no-repeat left top;
  background-size: contain;
}
@media (max-width: 575px) {
  .page__no-title #index .point-save__wrap::after {
    background: none;
  }
}
.page__no-title #index .point-save__contents {
  box-sizing: content-box;
  width: 500px;
  max-width: 100%;
  padding: 56px 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 450px) {
  .page__no-title #index .point-save__contents {
    width: auto;
  }
}
.page__no-title #index .point-save__contents th, .page__no-title #index .point-save__contents td {
  padding: 12px 0;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
.page__no-title #index .point-save__contents td {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
  white-space: nowrap;
}
.page__no-title #index .point-save__contents td span {
  margin-right: 8px;
}
.page__no-title #index .point-use__case {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 660px;
  max-width: 100%;
  padding: 56px 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .page__no-title #index .point-use__case {
    display: block;
    width: auto;
  }
  .page__no-title #index .point-use__case div:nth-child(n+2) {
    margin-top: 40px;
  }
  .page__no-title #index .point-use__case img {
    display: block;
    margin: 0 auto;
  }
}
.page__no-title #index .point-use__case p {
  margin: 8px auto 0;
  font-size: 1.125rem;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background: var(--brand);
  border-radius: 4px;
}
@media (max-width: 575px) {
  .page__no-title #index .point-use__case p {
    width: 300px;
    max-width: 100%;
  }
}
.page__no-title #index .point-change {
  padding: 56px 40px;
  text-align: left;
  border-radius: 32px;
}

.height-max {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: var(--black50);
}
.height-max ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.height-max .no-favorites img {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 40px;
  margin-right: 8px;
}

/* 会員登録プラグイン */
#index .member-contents {
  width: 480px;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
  background: rgba(108, 99, 255, 0.03);
  border: 1px solid #cecfd1;
  border-radius: 16px;
}
#index .member-contents h2 {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--black90);
}
#index .member-contents .um-half {
  float: none !important;
  width: 100%;
}
#index .member-contents .um-half ~ .um-half {
  margin-top: 8px;
}
#index .um-field-error {
  padding: 0;
  margin-top: 4px;
  color: #ff2f00;
  background: none;
}
#index .um-field-error .um-field-arrow {
  display: none;
}
#index .um:not(.um-admin) {
  margin-bottom: 0 !important;
}
#index .um .um-field-label {
  margin-bottom: 0;
  color: var(--black70);
}
#index .um-field-user_login {
  display: none;
}
#index .select2-container .select2-choice, #index .select2-container-multi .select2-choices, #index .um .um-form input[type=number], #index .um .um-form input[type=password], #index .um .um-form input[type=search], #index .um .um-form input[type=tel], #index .um .um-form input[type=text], #index .um .um-form textarea {
  height: 62px !important;
  line-height: 62px;
  border: 1px solid #cecfd1;
  border-radius: 16px;
}
#index .select2-container .select2-choice:focus, #index .select2-container-multi .select2-choices:focus, #index .um .um-form input[type=number]:focus, #index .um .um-form input[type=password]:focus, #index .um .um-form input[type=search]:focus, #index .um .um-form input[type=tel]:focus, #index .um .um-form input[type=text]:focus, #index .um .um-form textarea:focus {
  border: 1px solid var(--brand-sub) !important;
}
#index .select2-container .select2-choice.um-error, #index .select2-container-multi .select2-choices.um-error, #index .um .um-form input[type=number].um-error, #index .um .um-form input[type=password].um-error, #index .um .um-form input[type=search].um-error, #index .um .um-form input[type=tel].um-error, #index .um .um-form input[type=text].um-error, #index .um .um-form textarea.um-error {
  border: 2px solid #ff2f00 !important;
}
#index .um a.um-button, #index .um a.um-button.um-disabled:active, #index .um a.um-button.um-disabled:focus, #index .um a.um-button.um-disabled:hover, #index .um input[type=submit].um-button, #index .um input[type=submit].um-button:focus {
  width: 320px !important;
  max-width: 100% !important;
  margin: 0 auto;
  background: var(--brand) !important;
  border-radius: 24px !important;
}
#index .um .um-button.um-alt, #index .um input[type=submit].um-button.um-alt {
  background: none !important;
  box-shadow: none;
}
#index .um-profile-body .um-half {
  width: 100%;
}
#index .um-profile-body .um-half ~ .um-half {
  margin-top: 8px;
}
#index .um-profile-body .um-half input[type=submit].um-button {
  width: 320px !important;
  max-width: 100% !important;
  margin: 0 auto;
}
#index .um-profile.um .um-profile-headericon a {
  color: var(--black70);
}
#index .um-profile.um .um-profile-edit-a.active, #index .um-profile.um .um-profile-headericon a:hover {
  color: var(--brand) !important;
}
#index .um a.um-link {
  color: var(--brand) !important;
}
#index .um .um-cover-add:hover, #index .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, #index .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, #index .um .um-item-meta a, #index .um .um-member-less a:hover, #index .um .um-member-more a:hover, #index .um .um-member-name a:hover, #index .um .um-members-pagi a:hover, #index .um .um-profile-subnav a.active, #index .um .um-tip:hover, #index .um-account-name a:hover, #index .um-account-nav a.current, #index .um-account-side li a.current span.um-account-icon, #index .um-account-side li a.current:hover span.um-account-icon, #index .um-dropdown li a:hover, #index i.um-active-color, #index span.um-active-color {
  color: var(--brand) !important;
}
#index .picker__box, #index .picker__nav--next:hover, #index .picker__nav--prev:hover, #index .um .um-field-group-head, #index .um .um-members-pagi span.current, #index .um .um-members-pagi span.current:hover, #index .um .um-profile-nav-item.active a, #index .um .um-profile-nav-item.active a:hover, #index .um-modal-btn, #index .um-modal-btn.disabled, #index .um-modal-btn.disabled:hover, #index .um-modal-header, #index .upload, #index div.uimob800 .um-account-side li a.current, #index div.uimob800 .um-account-side li a.current:hover {
  background: var(--brand) !important;
}
#index .um-account-main .um-left {
  float: none;
}
#index .um-field-newsletter, #index .um-field.um-field-c {
  text-align: center;
}
#index .um-field-newsletter .um-field-area, #index .um-field.um-field-c .um-field-area {
  display: inline-block;
  white-space: nowrap;
}
#index .um-field.um-field-c {
  margin-bottom: 40px;
}
#index .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
  color: var(--brand-sub) !important;
}
#index .um-register .um-field {
  padding: 24px 0 0 0;
}
#index .um-register .um-field:first-child {
  padding: 0;
}
#index .um-register #um_field_14_user_password::after, #index .um-register #um_field_20_user_password::after {
  display: block;
  margin: 4px 0 0 8px;
  font-size: 0.75rem;
  color: var(--black70);
  content: "大文字を含む半角英数字8文字〜30文字";
}
#index .um-register #um_field_14_nickname::after, #index .um-register #um_field_20_nickname::after {
  display: block;
  margin: 4px 0 0 8px;
  font-size: 0.75rem;
  color: var(--black70);
  content: "公開されるお名前ですのでご留意ください";
}
#index .um-register input.um-form-field::-moz-placeholder {
  color: transparent;
}
#index .um-register input.um-form-field::placeholder {
  color: transparent;
}

.page-404 {
  height: 100%;
}
.page-404 body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
.page-404 main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--black50);
  text-align: center;
}
.page-404 h1 {
  font-size: 3.75rem;
  font-weight: normal;
  line-height: 1;
}
.page-404 h1 b {
  display: inline-block;
  margin-right: 24px;
}
.page-404 p {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 1.125rem;
}
.page-404 a {
  font-size: 0.875rem;
}
.page-404 footer {
  margin-top: auto;
}
/*# sourceMappingURL=../../maps/style.css.map */
