@charset "UTF-8";
.bnr_area {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
  gap: 30px;
}
@media screen and (max-width: 550px) {
  .bnr_area {
    flex-direction: column;
  }
}
.bnr_area a {
  width: calc((100% - 300px) / 2);
}
@media screen and (max-width: 550px) {
  .bnr_area a {
    width: 100%;
  }
}
.bnr_area img {
  max-width: 100%;
  height: auto;
}

.c-ttl_main {
  position: relative;
}
.c-ttl_main .p-idx_info__link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  top: auto;
  bottom: 0;
}

.bbp-remember-me label {
  width: max-content !important;
}

body {
  padding-top: var(--header-height);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  z-index: 9999 !important;
}
.l-header.--idx {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991.9px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header {
    padding: 0;
  }
}
.l-header .l-header__hamburger {
  position: relative;
}
.l-header .l-header__hamburger span {
  position: absolute;
  top: 50%;
  right: inherit;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-header .l-header__logo {
  margin: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 2.2vw;
  max-width: 100%;
}
@media screen and (max-width: 991.9px) {
  .l-header .l-header__logo {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header .l-header__logo {
    font-size: 2.4rem;
  }
}

.l-header .l-header_gnav_list {
  align-items: center;
}
@media screen and (max-width: 991.9px) {
  .l-header .l-header_gnav_list {
    align-items: start;
  }
}

.l-header_gnav_list__item {
  padding: 0px 1vw;
}
@media screen and (max-width: 767.9px) {
  .l-header_gnav_list__item {
    display: block;
    width: 100%;
  }
}
.l-header_gnav_list__item a {
  font-size: min(18px, 1vw);
}
@media screen and (max-width: 991.9px) {
  .l-header_gnav_list__item a {
    font-size: 1.6rem;
  }
}

.l-header .l-header__inner {
  max-width: 95%;
}

#nav-trigger {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.l-footer {
  border-top: 1px solid #eee;
  margin-top: 4rem;
}

.l-footer_nav__inner {
  justify-content: center !important;
}
@media screen and (max-width: 767.9px) {
  .l-footer_nav__inner {
    padding-bottom: 0 !important;
  }
}

.l-footer_copy__logo {
  font-size: 3.4rem;
  margin-bottom: 0.2em;
  font-family: "Oswald", sans-serif;
}

.p-idx_info {
  padding: 50px 80px 0;
  margin-top: -25px;
}
@media screen and (max-width: 991.9px) {
  .p-idx_info {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 575.9px) {
  .p-idx_info {
    padding: 20px 0;
    margin: 0 auto;
  }
}

.p-idx-mvFrame .slide-dots button {
  opacity: 0;
}
@media screen and (max-width: 767.9px) {
  .p-idx-mvFrame .p-idx-mv_slick__img {
    height: 28vh;
  }
}
.p-idx-mvFrame .p-idx-mv_ttl {
  top: 22%;
}
@media screen and (max-width: 991.9px) {
  .p-idx-mvFrame .p-idx-mv_ttl {
    top: 15%;
  }
}
@media screen and (max-width: 575.9px) {
  .p-idx-mvFrame .p-idx-mv_ttl {
    top: 9%;
  }
}
.p-idx-mvFrame .p-idx-mv_ttl__sub {
  margin-bottom: 0;
}
.p-idx-mvFrame .p-idx-mv_ttl__mainEn span:not(.p-idx-mv_ttl_main) {
  font-size: 5vw;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 575.9px) {
  .p-idx-mvFrame .p-idx-mv_ttl__mainEn span:not(.p-idx-mv_ttl_main) {
    font-size: 4rem;
  }
}
.p-idx-mvFrame .p-idx-mv_ttl_main {
  margin-top: 0.6em;
}
@media screen and (max-width: 575.9px) {
  .p-idx-mvFrame .p-idx-mv_ttl_main {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .bnr_area {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.9px) {
  .p-page_mv .p-page-mv_ttl__mainJp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.9px) {
  .p-page_mv .p-page-mv_ttl__mainJp {
    font-size: 2.4rem;
  }
}

.bp-wrap,
.activity-update-form,
.activity-type-navs,
.screen-content,
#item-header-cover-image {
  width: min(90%, 120rem);
  margin: 0 auto;
}

.entry-title {
  text-align: center;
  font-size: 5rem;
  padding: 14rem 0;
  background: gray;
  color: #fff;
  margin-bottom: 4rem;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 700px) {
  .entry-title {
    font-size: 3rem;
    padding: 6rem 0;
  }
}

#forum-front .entry-title {
  background-image: url(../../assets/img/mv_bg01.jpg);
  background-position: center;
}

.bbp-forum-content .entry-title {
  background-image: url(../../assets/img/mv_bg01.jpg);
  background-position: center;
}

.bbp-topic-wrapper .entry-title {
  background-image: url(../../assets/img/mv_bg01.jpg);
  background-position: center;
}

#bbp-edit-page .entry-title {
  background-image: url(../../assets/img/mv_bg01.jpg);
  background-position: center;
}

.button.submit,
.buttons {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 15rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #98854E;
  padding-left: 1em;
  padding-right: 1em;
  margin: 1em auto 0 auto !important;
  cursor: pointer;
  border: none;
  transition: all 0.4s 0s;
}
.button.submit:hover,
.buttons:hover {
  opacity: 0.8;
}

.bbp-template-notice {
  display: none !important;
}

.activity-update-form #whats-new-avatar {
  max-width: 40px !important;
  min-height: 40px !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #cdcdcd !important;
  border-radius: 100%;
}
.activity-update-form #whats-new-content #whats-new-textarea textarea {
  border-color: #e9e9e9;
}
.activity-update-form #whats-new-content #bp-attachments-activity-medium-preview {
  display: none !important;
}
.activity-update-form #whats-new-actions {
  display: none;
}
.activity-update-form #whats-new-options #whats-new-submit {
  margin-top: 0 !important;
}

.buddypress .buddypress-wrap button {
  margin-top: 0 !important;
}

.activity-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.activity-meta.action .wpulike {
  padding-top: 0;
}
.activity-meta.action .wp_ulike_general_class button {
  margin-top: 0;
}

.member-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 1em;
}
.member-header-actions div,
.member-header-actions a {
  margin: 0 !important;
}

#bbp-user-topics-started,
#bbp-user-favorites,
#bbp-user-replies-created,
#bbp-user-engagements {
  padding-top: 2em;
}

#favorite-toggle {
  display: none;
}

#attachments-personal-li,
#profile {
  display: none !important;
}

#activity-notification-settings,
#friends-notification-settings {
  margin-top: 1em;
}
#activity-notification-settings .title,
#activity-notification-settings .yes.no,
#friends-notification-settings .title,
#friends-notification-settings .yes.no {
  font-size: 1.8rem;
}

.bp-navs ul li .count {
  display: inline-flex !important;
  width: 25px;
  height: 25px;
  align-items: center;
  margin-bottom: 0.4em;
  justify-content: center;
}

.notifications {
  margin-bottom: 1em;
}

.buddypress-wrap .standard-form .groups-members-search input[type=search],
.buddypress-wrap .standard-form .groups-members-search input[type=text],
.buddypress-wrap .standard-form [data-bp-search] input[type=search],
.buddypress-wrap .standard-form [data-bp-search] input[type=text],
.buddypress-wrap .standard-form input[type=color],
.buddypress-wrap .standard-form input[type=date],
.buddypress-wrap .standard-form input[type=datetime-local],
.buddypress-wrap .standard-form input[type=datetime],
.buddypress-wrap .standard-form input[type=email],
.buddypress-wrap .standard-form input[type=month],
.buddypress-wrap .standard-form input[type=number],
.buddypress-wrap .standard-form input[type=password],
.buddypress-wrap .standard-form input[type=range],
.buddypress-wrap .standard-form input[type=search],
.buddypress-wrap .standard-form input[type=tel],
.buddypress-wrap .standard-form input[type=text],
.buddypress-wrap .standard-form input[type=time],
.buddypress-wrap .standard-form input[type=url],
.buddypress-wrap .standard-form input[type=week],
.buddypress-wrap .standard-form select,
.buddypress-wrap .standard-form textarea {
  padding: 12px;
  height: 100%;
  color: #898989;
  font-size: 1.4rem;
  margin-right: 2px;
  border: 1px solid #cdcdcd;
  width: 22em;
  vertical-align: middle;
  background-color: #fff;
}

.buddypress .buddypress-wrap .activity-read-more a,
.buddypress .buddypress-wrap .comment-reply-link,
.buddypress .buddypress-wrap .generic-button a,
.buddypress .buddypress-wrap a.bp-title-button,
.buddypress .buddypress-wrap a.button,
.buddypress .buddypress-wrap button,
.buddypress .buddypress-wrap input[type=button],
.buddypress .buddypress-wrap input[type=reset],
.buddypress .buddypress-wrap input[type=submit],
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
  padding: 0.8em 1.5em;
  margin-top: 1em;
}

.select-wrap select {
  height: 100%;
  color: #898989;
  font-size: 1.4rem;
  margin-right: 2px;
  border: 1px solid #cdcdcd;
  width: 22em;
  vertical-align: middle;
  background-color: #fff;
  padding: 1em 2.5em 1em 0.8em !important;
  font-size: 1.4rem !important;
}

.bbp-form label {
  font-size: 1.6rem;
  font-weight: 500;
}

#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
  padding: 10px 12px;
  height: 100%;
  color: #898989;
  font-size: 1.4rem;
  margin-right: 2px;
  border: 1px solid #cdcdcd;
  vertical-align: middle;
}

.bbp-search-form {
  margin-bottom: 2rem;
}
.bbp-search-form div {
  display: flex;
  align-items: center;
  height: 4.2rem;
}
.bbp-search-form #bbp_search {
  padding: 12px;
  height: 100%;
  color: #898989;
  font-size: 1.4rem;
  margin-right: 2px;
  border: 1px solid #cdcdcd;
  width: calc(100% - 115px);
  vertical-align: middle;
}
.bbp-search-form #bbp_search_submit {
  border: none;
  width: 8em;
  font-size: 1.4rem;
  height: 100%;
  font-weight: 600;
  background: #98854E;
  color: #fff;
  cursor: pointer;
}

#bp-nouveau-activity-form {
  margin-top: 4rem;
}

.forum-search #bbpress-forums {
  padding-top: 4rem;
}

#bbp_reply_content-html,
#bbp_topic_content-tmce,
#bbp_topic_content-html {
  display: none !important;
}

.bbp-forums {
  border: none !important;
  padding: 0 !important;
}
.bbp-forums .bbp-body {
  display: flex;
}
.bbp-forums .bbp-body ul {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  border-top: none !important;
  background-color: #fff !important;
}
.bbp-forums .bbp-body ul .bbp-forum-info {
  width: 100%;
  display: flex;
  align-items: center;
}
.bbp-forums .bbp-body ul .bbp-forum-info a {
  padding: 7px 15px;
  border-radius: 100px;
  border: 1px solid #98854E !important;
  background: #98854E;
  color: #fff;
  font-size: 1.2rem;
}
.bbp-forums .bbp-body ul .bbp-forum-freshness {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 575.9px) {
  #bbp-container #bbpress-forums {
    width: 90%;
  }
}

#bbpress-forums {
  width: min(100%, 120rem);
  margin: 0 auto;
}
#bbpress-forums .avatar {
  max-width: 40px !important;
  min-height: 40px !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #cdcdcd !important;
  border-radius: 100%;
}

#bbpress-forums li.bbp-body ul.topic {
  display: flex;
  align-items: center;
}

.bbp-topic-permalink {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.2em;
}

.bbp-body .bbp-reply-author + .bbp-reply-content {
  padding: 12px !important;
  background: rgba(152, 133, 78, 0.02);
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header {
  background: #fff !important;
}

.bbp-body .bbp-reply-content p {
  font-size: 1.6rem;
}
.bbp-body .bbp-reply-content img {
  margin-top: 0.5em;
}

.favorite-toggle {
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 15rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #98854E;
  padding-left: 1em;
  padding-right: 1em;
  margin: 1em auto;
  cursor: pointer;
  border: none;
  transition: all 0.4s 0s;
}
.favorite-toggle:hover {
  opacity: 0.8;
}

#wpmem_login {
  width: min(80%, 50rem);
}
#wpmem_login fieldset .div_text {
  margin-bottom: 1em;
}
#wpmem_login fieldset .button_div {
  text-align: center;
}
#wpmem_login fieldset .link-text {
  border-top: 1px solid #eee;
  margin-top: 1em;
  padding-top: 1em;
}
#wpmem_login fieldset .link-text .link-text-register {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#wpmem_login fieldset .link-text .link-text-register a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 15rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #98854E;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1em;
}

#wpmem_reg {
  width: min(80%, 60rem);
}
#wpmem_reg #wpmem_register_form input {
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  #wpmem_reg #wpmem_register_form input:not(#billing_state):not([type=radio]):not([type=checkbox]):not([type=submit]) {
    width: 100% !important;
  }
}
#wpmem_reg #wpmem_register_form #cereal_number {
  width: min(100%, 14em);
}
#wpmem_reg #wpmem_register_form #username {
  width: min(100%, 20em);
}
#wpmem_reg #wpmem_register_form #billing_state {
  width: min(100%, 16em);
}
#wpmem_reg #wpmem_register_form #user_email,
#wpmem_reg #wpmem_register_form #confirm_email {
  width: min(100%, 28em);
}
#wpmem_reg #wpmem_register_form #password,
#wpmem_reg #wpmem_register_form #confirm_password {
  width: min(100%, 18em);
}
#wpmem_reg .req {
  color: #fff;
  background: #bd3500;
  padding: 2px 0.5em;
  margin-left: 1em;
  font-size: 0.8em;
  line-height: 1;
}

#wpmem_login,
#wpmem_reg {
  margin: 4rem auto 0 auto;
  padding: 1.3em;
  border: 1px solid #eee;
}
#wpmem_login input[type=password],
#wpmem_login input[type=email],
#wpmem_login input[type=text],
#wpmem_reg input[type=password],
#wpmem_reg input[type=email],
#wpmem_reg input[type=text] {
  height: 4.5rem !important;
}
#wpmem_login fieldset,
#wpmem_reg fieldset {
  margin: 0;
}
#wpmem_login fieldset legend,
#wpmem_reg fieldset legend {
  font-size: 4rem;
  line-height: 1em;
  font-family: din-condensed, sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
}
#wpmem_login fieldset label,
#wpmem_reg fieldset label {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  #wpmem_login fieldset label,
  #wpmem_reg fieldset label {
    display: inline-block;
  }
}

.wpmem_msg {
  margin: 15px auto !important;
}

.bbp-author-role,
.bbp-author-ip {
  display: none;
}

.wpulike {
  display: flex;
  justify-content: end;
  padding: 10px 0 0 0;
}

.wpulike-heart .wp_ulike_general_class {
  padding: 0px 5px;
  box-shadow: none;
}
.wpulike-heart .wp_ulike_put_image:after {
  width: 15px;
  height: 15px;
}
.wpulike-heart .count-box {
  padding: 0;
}

.wpulike-notification .wpulike-message {
  font-size: 1.6rem;
}

#bbpress-forums li.bbp-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#bbpress-forums li.bbp-body ul.topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 30px) / 4);
  padding: 8px;
}
@media screen and (max-width: 767.9px) {
  #bbpress-forums li.bbp-body ul.topic {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 575.9px) {
  #bbpress-forums li.bbp-body ul.topic {
    width: 100%;
  }
}
#bbpress-forums li.bbp-body ul.topic .bbp-topic-title {
  width: 100%;
}
#bbpress-forums li.bbp-body ul.topic .bbp-topic-title a {
  width: 100%;
}
#bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-thumbnail {
  width: 100%;
  display: block;
  max-width: 250px !important;
  max-height: none !important;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid #eaeaea;
}
@media screen and (max-width: 575.9px) {
  #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-thumbnail {
    max-width: 100% !important;
    aspect-ratio: inherit;
  }
}
#bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink {
  font-size: 2rem;
  margin-top: 0.2em;
  margin-left: 0;
  display: block;
  padding: 6px 0;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: none;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #fff !important;
}

.forum-titles {
  display: none;
}

.bbp-topic-title {
  position: relative;
}

.bbp-topic-meta.bbp-topic-metacat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.bbp-topic-started-in {
  font-size: 1.4rem;
  margin-bottom: 0.2em;
  padding: 3px 10px;
  border: 1px solid #98854E;
  background: #98854E;
  color: #fff;
  font-weight: bold;
}
.bbp-topic-started-in.forum-slug-shere {
  border-color: #ffa4a4;
  background: #ffa4a4;
}
.bbp-topic-started-in.forum-slug-room {
  border-color: #4ecdc4;
  background: #4ecdc4;
}
.bbp-topic-started-in.forum-slug-circle {
  border-color: #72a7ed;
  background: #72a7ed;
}
.bbp-topic-started-in.forum-slug-arrange {
  border-color: #f6c90e;
  background: #f6c90e;
}

li.bbp-forum-reply-count,
li.bbp-forum-topic-count,
li.bbp-topic-reply-count,
li.bbp-topic-voice-count {
  text-align: left;
  width: 100%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: left;
  width: 100%;
}

.bbp-topic-meta.avater {
  width: 100%;
}
.bbp-topic-meta.avater .bbp-author-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 0.5em;
}

.bbp-topic-voices,
.bbp-topic-posts {
  display: inline-block;
  margin-right: 5px;
}
.bbp-topic-voices i,
.bbp-topic-posts i {
  color: #98854E;
}

@media only screen and (max-width: 480px) {
  #bbpress-forums .bbp-body div.bbp-reply-author,
  #bbpress-forums .bbp-body div.bbp-topic-author {
    min-height: 40px;
    align-items: center;
    padding-left: 50px;
  }
}

#bbpress-forums .wp_ulike_likers_wrapper {
  flex: none;
}
#bbpress-forums .wp-ulike-liker .avatar {
  max-width: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}
#bbpress-forums .wp-ulike-liker:not(:first-of-type) .avatar {
  position: relative;
}

.bbp-body > .bbp-replies-list {
  width: 100%;
}

#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
  color: #000;
}

.login_status {
  width: min(90%, 100rem);
  margin: 4rem auto;
  text-align: center;
}

.user-update {
  display: none !important;
}

#data-personal-li,
#activity-rss-feed {
  display: none !important;
}

.bbp-admin-links a {
  font-weight: bold !important;
  color: #555555 !important;
  font-size: 11px !important;
}

.p-idx-mv_slick__item img {
  width: 100vw;
}

.register-rows {
  margin-top: 1em;
}
.register-rows:nth-last-of-type(-n+2) {
  margin-top: 1.7em;
}

.siteguard-captcha-wrap {
  padding-top: 2em;
  margin-top: 2em;
}

.myform__notice {
  font-size: 0.9em;
}
.myform__notice.-agreement {
  border: 1px solid rgb(207, 207, 207);
  padding: 0.5em;
  text-align: justify;
}

.cereal-num-checker .cereal-num-ttl {
  font-size: 2rem;
  margin-bottom: 0.2em;
}
.cereal-num-checker .cereal-num-txt {
  padding: 0.5em 0;
}
.cereal-num-checker .cereal-num-txt span {
  font-weight: bold;
}
.cereal-num-checker .cereal-num-checker-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cereal-num-checker .cereal-num-checker-input input {
  width: 100%;
}
.cereal-num-checker .cereal-num-checker-input button {
  margin: 0 !important;
}
.cereal-num-checker .cereal-num-checker-nocereal {
  text-align: center;
  font-size: 12px;
  margin-top: 2em;
  text-decoration: underline;
  cursor: pointer;
}
.cereal-num-checker .cereal-num-result {
  margin-top: 1em;
}
.cereal-num-checker .cereal-num-result.loading {
  color: #999;
}
.cereal-num-checker .cereal-num-result.success {
  color: #0a0;
}
.cereal-num-checker .cereal-num-result.error {
  color: #c00;
}

#wpmem_register_form .register-rows.-cereal_number {
  display: none;
}
#wpmem_register_form.-premium .register-rows {
  display: block;
}
#wpmem_register_form.-premium .register-rows.-cereal_number {
  display: block;
}
#wpmem_register_form.-normal .register-rows {
  display: block;
}

.cereal-session-reset {
  display: none;
}
.cereal-session-reset #clear-session {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.cereal-session-reset #clear-session:hover {
  text-decoration: underline;
}

.cereal-debug {
  margin-bottom: 40px;
}
.cereal-debug-wraper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.cereal-debug button {
  width: 100%;
  text-align: center;
  font-size: 1.5rem !important;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 1em;
  cursor: pointer;
  border: none;
  transition: all 0.4s 0s;
}
.cereal-debug #cereal-debug-premium {
  color: #fff;
  background: #98854E;
  border: 1px solid #98854E;
}
.cereal-debug #cereal-debug-premium:hover {
  color: #98854E;
  background: #fff;
}
.cereal-debug #cereal-debug-premium br {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .cereal-debug #cereal-debug-premium br {
    display: block;
  }
}
.cereal-debug #cereal-debug-normal {
  background: #efefef;
  border: 1px solid #efefef;
}
.cereal-debug #cereal-debug-normal:hover {
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .p-guideline .p-page_copy,
  .p-dry-wall-ninjya .p-page_copy {
    text-align: center;
  }
}
.p-guideline .p-page_copy br,
.p-dry-wall-ninjya .p-page_copy br {
  display: none;
}
@media screen and (max-width: 575.9px) {
  .p-guideline .p-page_copy br,
  .p-dry-wall-ninjya .p-page_copy br {
    display: block;
  }
}

.p-guideline .c-inner {
  max-width: 1000px;
}
@media screen and (max-width: 767.9px) {
  .p-guideline .p-pp_cont {
    margin-bottom: 0;
  }
}
.p-guideline .p-pp_cont.-join {
  padding-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .p-guideline .p-pp_cont.-join {
    padding-top: 20px;
  }
}
.p-guideline .must {
  color: red;
  font-weight: bold;
}
.p-guideline .must.-center {
  text-align: center;
}
@media screen and (max-width: 575.9px) {
  .p-guideline .must.-center {
    text-align: left;
  }
}
.p-guideline .p-page_intro {
  padding: 0;
}
.p-guideline ul li:last-of-type {
  margin-bottom: 0;
}
.p-guideline ul li h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .p-guideline ul li h3 {
    font-size: 1.6rem;
  }
}
.p-guideline ul li span {
  font-weight: bold;
}

.register-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #98854E;
  padding-left: 1em;
  padding-right: 1em;
  margin: 1em 0 0 0 !important;
  cursor: pointer;
  border: none;
  transition: all 0.4s 0s;
}

.c-secWrap:last-of-type .p-reason_cont {
  align-items: center;
}

.c-ttl_contBox.--page.-center {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

.c-reason-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-reason-list.-l {
  gap: 40px;
}

.c-reason-list p {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.c-reason-list p span {
  font-weight: bold;
}

.c-reason-list h3 {
  font-size: 2rem;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #98854E;
  padding-bottom: 10px;
}

.c-reason-list h3 span {
  font-size: 0.8em;
  display: block;
  margin-top: 0.5em;
  margin-left: 1.5em;
}

.p-about_cont .p-reason_cont__img {
  width: 40%;
  max-width: 100%;
}

.p-about_cont .p-reason_cont__img img {
  width: 100%;
}

.p-about_cont .p-reason_cont__txt {
  width: 55%;
}

.p-about_cont .p-reason_cont__img {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .p-about_cont .p-reason_cont__img {
    width: 100%;
  }
  .p-about_cont .p-reason_cont__txt {
    width: 100%;
  }
}
#bbpress-forums div.bbp-reply-content a,
#bbpress-forums div.bbp-topic-content a {
  color: #98854E;
}/*# sourceMappingURL=include.css.map */