@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #000000;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.gray {
  color: #f0f4f6;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.bg_gray {
  background-color: #f0f4f6;
}

.blue {
  color: #023a9b;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.orange {
  color: #ffab18;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #000000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.5rem;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

.buddypress-icons-wrapper .bp-msg, .buddypress-icons-wrapper .user-notifications {
  display: none !important;
}

.site-logo-wrapper img {
  width: 200px !important;
}
@media screen and (max-width: 768px) {
  .site-logo-wrapper img {
    width: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  #site-navigation .buddypress-icons-wrapper {
    display: none;
  }
}

.submit input {
  color: #000 !important;
  background-color: #fff !important;
}

.site-footer {
  margin-top: 100px !important;
}

.site-info .container {
  font-size: 1.2rem;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .site-info .container {
    font-size: 1rem;
  }
}
.site-info .container a {
  font-size: 1.2rem;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .site-info .container a {
    font-size: 1rem;
  }
}
.site-info .container .buddyx-footer-site-title a {
  font-size: 1.4rem;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .site-info .container .buddyx-footer-site-title a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .member-only-notice {
    padding: 40px 0 0 !important;
  }
}
.member-only-notice .flex_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .member-only-notice .flex_wrap {
    display: block;
  }
}
.member-only-notice .flex_wrap a {
  margin: 10px auto 0;
  display: inline-block;
  padding: 10px;
  max-width: 300px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .member-only-notice .flex_wrap a {
    width: 90%;
  }
}

.home-page {
  background-color: #fff;
}

.site-intro {
  margin-top: 50px;
  padding: 16px 24px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 24px;
}
.site-intro .site-intro-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.site-intro .site-intro-title::after {
  content: "";
  background-image: url("../img/line01.svg");
  position: absolute;
  background-position: center;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 5px;
}
.site-intro .site-intro-text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 50px;
}

.top_flex_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top_flex_content {
    flex-direction: column;
  }
}
.top_flex_content .top_forum_wrapper {
  width: 70% !important;
}
@media screen and (max-width: 768px) {
  .top_flex_content .top_forum_wrapper {
    width: 100% !important;
  }
}
.top_flex_content .latest-bbp-topics-box {
  width: 30% !important;
}
@media screen and (max-width: 768px) {
  .top_flex_content .latest-bbp-topics-box {
    width: 100% !important;
  }
}

.forum-category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .forum-category-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.forum-category {
  background: #fff;
  border: solid 1px #ECECEC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .forum-category {
    width: 100%;
  }
}

.forum-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #be0d21;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.forum-title {
  font-size: 18px;
  font-weight: bold;
  width: 85%;
}

.topic-count {
  background: #ECECEC;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 12px;
}

.forum-topics {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.forum-topics li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.forum-topics li .topic-icon {
  color: #be0d21;
  margin-right: 4px;
  font-size: 12px;
  flex-shrink: 0;
}
.forum-topics li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.forum-topics li a:hover {
  opacity: 0.5;
}
.forum-topics li::before {
  content: "▶";
  color: #023a9b;
  margin-right: 4px;
  font-size: 12px;
}

.forum-more-button {
  display: inline-block;
  width: 200px;
  margin: auto auto 0;
  padding: 5px 12px;
  background: #be0d21;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.forum-more-button:hover {
  opacity: 0.5;
  color: #fff;
}

.latest-bbp-topics-box {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .latest-bbp-topics-box {
    width: 100%;
  }
}
.latest-bbp-topics-box .topics-title {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
  text-align: center;
}

.latest-bbp-topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-bbp-topics li {
  margin: 0;
  padding: 0;
}
.latest-bbp-topics li .topic-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding: 8px 0;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.latest-bbp-topics li .topic-item:hover {
  background-color: #e1e3ff;
}
.latest-bbp-topics li .topic-item:hover .topic-arrow {
  transform: translateX(4px);
}
.latest-bbp-topics li:last-child .topic-item {
  border-bottom: none;
}
.latest-bbp-topics .topic-content {
  display: flex;
  flex-direction: column;
}
.latest-bbp-topics .topic-content .topic-title {
  font-weight: bold;
  font-size: 14px;
}
.latest-bbp-topics .topic-content .topic-date {
  color: #999;
  font-size: 12px;
}
.latest-bbp-topics .topic-arrow {
  color: #023a9b;
  font-size: 16px;
  transition: transform 0.3s ease;
}

#news {
  margin-top: 50px;
}

.latest-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .latest-news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.latest-news-list .news-item .news-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.latest-news-list .news-item .news-card .news_img {
  padding-top: 56%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 0;
}
.latest-news-list .news-item .news-card .news_img img {
  width: auto;
  height: auto;
  transform: scale(1);
  transition-duration: 1s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.latest-news-list .news-item .news-card .news_img .noimage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #023a9b;
}
.latest-news-list .news-item .news-card .news_img .noimage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 12px solid #023a9b;
  box-sizing: border-box;
  border-radius: 16px;
}
@media screen and (max-width: 999px) {
  .latest-news-list .news-item .news-card .news_img .noimage::after {
    border: 10px solid #023a9b;
    border-radius: 15px;
  }
}
.latest-news-list .news-item .news-card .news_img .noimage .noimage_img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 38px;
}
.latest-news-list .news-item .news-card .news_img .noimage .noimage_img img {
  max-width: 60px;
  width: 20%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  transition-duration: 1s;
}
.latest-news-list .news-item .news-card .news-content {
  padding-top: 10px;
}
.latest-news-list .news-item .news-card .news-content .news-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
}
.latest-news-list .news-item .news-card .news-content .news-date {
  font-size: 12px;
  color: #999;
}

.news-item:hover img {
  transform: scale(1.1);
}
.news-item:hover .noimage .noimage_img img {
  transform: scale(1.1);
}
.news-item:hover .news-title {
  color: #023a9b;
}

.single-post-main-wrapper .entry-meta {
  display: none;
}
.single-post-main-wrapper .entry-content-wrapper {
  background-color: #fff;
  padding: 20px;
}
.single-post-main-wrapper .entry-footer {
  display: none;
}
.single-post-main-wrapper .comment-reply-title, .single-post-main-wrapper .logged-in-as {
  display: none;
}

#comments .comments-title {
  display: none;
}
#comments .comment-meta .comment-author img {
  border: none;
}
#comments .comment-meta .comment-metadata a, #comments .comment-meta .comment-metadata span {
  font-size: 1.2rem;
  opacity: 0.5;
}
#comments .comment-meta .comment-awaiting-moderation {
  color: #be0d21;
}

.xprofile .profile-group-title {
  display: none;
}

@media screen and (max-width: 768px) {
  #header-cover-image, #cover-image-container {
    height: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .item-header-cover-image-wrapper #item-header-avatar .avatar-wrap img {
    width: 100px;
    height: 100px;
  }
}
.item-header-cover-image-wrapper #item-header-content .user-nicename {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .item-header-cover-image-wrapper #item-header-content .item-meta {
    display: none;
  }
}

.groups .item-header-cover-image-wrapper #item-header-avatar img {
  width: 80px;
  height: 80px;
}
.groups .item-header-cover-image-wrapper #item-header-content .group-status, .groups .item-header-cover-image-wrapper #item-header-content .activity {
  display: none;
}
.groups .item-header-cover-image-wrapper #item-actions {
  display: none;
}
.groups .bbpress-wrapper {
  margin-top: 0;
}

.member-only-notice {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.member-only-notice .welcome-header {
  text-align: center;
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.member-only-notice .welcome-header h2 {
  color: #2c3e50;
  font-size: 2.2em;
  margin-bottom: 20px;
}
.member-only-notice .welcome-header .intro-text {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}
.member-only-notice .welcome-header .feature-text {
  color: #777;
  margin-bottom: 30px;
}
.member-only-notice .action-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.member-only-notice .login-card {
  background: #e8f4fd;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}
.member-only-notice .login-card h3 {
  color: #2980b9;
  margin-bottom: 15px;
}
.member-only-notice .login-card p {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95em;
}
.member-only-notice .login-card a {
  background: #3498db;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}
.member-only-notice .login-card a:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.member-only-notice .signup-card {
  background: #f0f8e8;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}
.member-only-notice .signup-card h3 {
  color: #27ae60;
  margin-bottom: 15px;
}
.member-only-notice .signup-card p {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95em;
}
.member-only-notice .signup-card a {
  background: #27ae60;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}
.member-only-notice .signup-card a:hover {
  background: #229954;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.member-only-notice .guide-card {
  background: #fff3cd;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  border-left: 4px solid #ffc107;
}
.member-only-notice .guide-card h3 {
  color: #b8860b;
  margin-bottom: 15px;
}
.member-only-notice .guide-card p {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95em;
}
.member-only-notice .guide-card a {
  background: #f39c12;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}
.member-only-notice .guide-card a:hover {
  background: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.member-only-notice .features-section {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}
.member-only-notice .features-section h4 {
  color: #444;
  margin-bottom: 15px;
}
.member-only-notice .features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.member-only-notice .features-section .features-grid .feature-item {
  padding: 15px;
}
.member-only-notice .features-section .features-grid .feature-item .feature-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.member-only-notice .features-section .features-grid .feature-item .feature-title.forum-color {
  color: #3498db;
}
.member-only-notice .features-section .features-grid .feature-item .feature-title.topic-color {
  color: #e74c3c;
}
.member-only-notice .features-section .features-grid .feature-item .feature-title.community-color {
  color: #27ae60;
}
.member-only-notice .features-section .features-grid .feature-item .feature-title.share-color {
  color: #9b59b6;
}
.member-only-notice .features-section .features-grid .feature-item .feature-description {
  color: #666;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .member-only-notice {
    padding: 20px 15px;
  }
  .member-only-notice .welcome-header {
    padding: 30px 20px;
  }
  .member-only-notice .welcome-header h2 {
    font-size: 1.8em;
  }
  .member-only-notice .action-buttons {
    grid-template-columns: 1fr;
  }
  .member-only-notice .login-card,
  .member-only-notice .signup-card,
  .member-only-notice .guide-card {
    padding: 20px;
  }
  .member-only-notice .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.bm-toast-site-message-info {
  color: #fff !important;
}

.bm-toast-site-message-title {
  color: #fff !important;
}

.bm-toast-site-message-content {
  color: #fff !important;
}

.bm-toast-site-message-close {
  color: #fff !important;
}/*# sourceMappingURL=page.css.map */