@charset "UTF-8";
html {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
  }
}

main {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

.color_r {
  color: #f33030;
}

.headsup_text {
  color: #f33030;
  font-weight: bold;
}

header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .left {
    display: none;
  }
}
.left img {
  width: 100%;
  max-width: 150px;
}

a {
  color: #1DC18D;
}

/* ナビバー */
.utility {
  display: flex;
  list-style: none;
}
.utility li {
  margin: 0 10px;
  font-size: 16px;
}
.utility li a {
  color: #4A95B7;
  text-decoration: none;
}

body {
  color: #333333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  /* メインコンテンツ */
  /* フッター */
  /* レスポンシブ対応 */
}
body main {
  margin: 20px auto 0;
}
body main .main_box {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  body main .main_box {
    display: block;
  }
}
body main .main_box .m_left {
  width: 80%;
}
@media screen and (max-width: 768px) {
  body main .main_box .m_left {
    width: 100%;
  }
}
body main .main_box .m_right {
  width: 20%;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  body main .main_box .m_right {
    width: 100%;
    margin-left: 0;
  }
}
body main .main_box .m_right .m_right_none {
  margin-bottom: 0;
}
body main h1 {
  margin-bottom: 1rem;
  text-align: center;
}
body main section {
  margin-bottom: 2rem;
  /* トグル表示設定 */
}
body main section h2 {
  margin-bottom: 1rem;
  border-left: 8px solid #0B0DCB;
  /*線の設定*/
  padding: 2px 8px;
  /*余白の設定*/
  color: #0B0DCB;
  padding-bottom: 6px;
}
body main section h3 {
  border-left: 8px solid #0B0DCB;
  padding: 0 2px 0;
  color: #0B0DCB;
}
body main section h4 {
  border-left: 8px solid #0B0DCB;
  padding: 0 8px 0;
  color: #0B0DCB;
}
body main section .f_s {
  font-size: 0.8rem;
  margin-top: 1rem;
}
body main section p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
body main section audio {
  width: 100%;
  max-width: 480px;
  outline: none;
  margin-top: 10px;
}
body main section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
body main section table th,
body main section table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
  font-size: 0.95rem;
}
body main section table .m_sflex {
  display: flex;
}
@media screen and (max-width: 768px) {
  body main section table .m_sflex {
    display: block;
  }
}
body main section table .m_sflex p {
  margin-bottom: 0;
  padding-right: 30px;
}
body main section table .m_sflex p a {
  width: 30%;
}
body main section table th {
  background-color: #f0f8ff;
}
body main section table a {
  color: #1DC18D;
  text-decoration: none;
}
body main section table a:hover, body main section table a:focus {
  text-decoration: underline;
}
body main section img {
  width: 100%;
  display: block;
}
body main section .m_flex45 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body main section .m_flex45 {
    display: block;
  }
}
body main section .m_flex45 div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  body main section .m_flex45 div {
    width: 100%;
  }
}
body main section .m_box {
  margin: 20px 0 0;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
}
body main section .m_schedule br {
  display: none;
}
@media screen and (max-width: 768px) {
  body main section .m_schedule {
    display: block;
  }
}
body main section input[type=checkbox] {
  display: none;
}
body main section .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3498db;
  color: white;
  cursor: pointer;
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
}
body main section .btn .arrow::before {
  content: "▶";
  display: inline-block;
  transition: transform 0.3s;
  margin-left: 8px;
}
body main section input[type=checkbox]:checked + .btn .arrow::before {
  transform: rotate(90deg);
  /* ▶→▼（横→下） */
}
body main section .text {
  display: none;
  color: #333;
  background-color: #d9f0ff;
  padding: 10px 20px;
}
body main section .toggle_box div:nth-child(2) {
  margin-top: 2px;
}
body main section .toggle_box ul li {
  list-style: disc;
  margin-left: 2rem;
}
body main section #toggle1:checked ~ .text1 {
  display: block;
}
body main section #toggle2:checked ~ .text2 {
  display: block;
}
body .m_news {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding: 0 10px;
}
body .m_news img {
  width: 100%;
  max-width: 50px;
}
body .m_news a {
  text-decoration: none;
}
body .m_news a:hover {
  opacity: 0.8;
}
body .m_news a p {
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d21414;
}
@media screen and (max-width: 768px) {
  body .m_news a p {
    font-size: 1rem;
  }
}
body .m_button {
  text-align: center;
  margin-top: 1rem;
}
body .m_button a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1DC18D;
  /* ボタンの背景色 */
  color: #fff;
  /* 文字色 */
  text-decoration: none;
  /* 下線を消す */
  border-radius: 8px;
  /* 角丸 */
  font-weight: bold;
  transition: background-color 0.3s;
}
body .m_button a:hover {
  opacity: 0.8;
}
body .full-bg {
  aspect-ratio: 16/9;
  background-size: cover;
  /* 要素にフィット（切り抜きあり） */
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("img/fv.jpg");
}
body .top-left-text {
  height: 100%;
  width: 100%;
  top: 20%;
  left: -35%;
  text-shadow: 3px -1px 2px #1DC18D;
  position: absolute;
  color: #ffffff;
  font-size: 54px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .top-left-text {
    font-size: 34px;
    left: -25%;
    top: 12%;
  }
}
body footer {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  body header nav ul {
    flex-direction: column;
    gap: 10px;
  }
  body main h1 {
    font-size: 1.8rem;
  }
  body main section h2 {
    font-size: 1.3rem;
  }
  body main table {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  body body {
    padding: 10px;
  }
  body header nav ul {
    gap: 8px;
  }
  body main {
    max-width: 100%;
  }
  body main h1 {
    font-size: 1.5rem;
  }
  body main section h2 {
    font-size: 1.1rem;
  }
  body main table {
    font-size: 0.85rem;
  }
  body main table th,
  body main table td {
    padding: 6px 8px;
  }
}

.img_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .img_sp {
    display: block;
  }
  .img_pc {
    display: none;
  }
}
.to_fv {
  position: relative;
}

.to_fv_r {
  position: relative;
}
@media screen and (max-width: 768px) {
  .to_fv_r {
    display: none;
  }
}

.to_fv_r_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .to_fv_r_sp {
    display: block;
  }
}

.to_fv_r.fcv_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 540px;
  height: 358px;
  width: 100%;
  background: url("./img/fv_nakatugawa.png") center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.to_fv_r img {
  max-width: 80%;
  position: relative;
  z-index: 2;
  transform: rotate(15deg);
  left: 120px;
  /* top: -10px; */
  bottom: 30px;
}

@media screen and (max-width: 992px) {
  .pc_header {
    display: none;
  }
}

/* 共通 */
#header {
  width: 100%;
  padding-top: 6px;
}

#headerContent {
  margin: 0 auto;
}

#headerMenu {
  width: 100%;
}

/* 画面サイズ(1025px以上) */
@media screen and (min-width: 1025px) {
  #headerContent {
    width: 980px;
    height: 110px;
  }
}
/* 画面サイズ(768~1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #headerContent {
    width: 100%;
    height: 110px;
  }
  .left {
    margin-left: 10px;
  }
  .right {
    margin-right: 10px;
  }
}
/* 画面サイズ(768px以上) */
@media screen and (min-width: 768px) {
  #headerMenuBtn {
    display: none;
  }
  #headerMenu {
    display: flex;
    justify-content: space-between;
  }
  #headerMenu h2 {
    display: none;
  }
  /* ナビバー左側 */
  .left {
    margin-top: 17px;
  }
  /* ナビバー右側 */
  .right {
    margin-top: 47px;
  }
  /* ナビバー */
  .utility {
    display: flex;
    list-style: none;
  }
  .utility li {
    font-size: 16px;
    line-height: 1;
  }
  .utility li a {
    color: #fff;
  }
}
/* 画面サイズ（767px以下）（ハンバーガーメニュー） */
@media screen and (max-width: 767px) {
  #headerContent {
    width: 100%;
  }
  #sp_headerContent {
    position: relative;
    width: 100%;
    height: 75px;
  }
  #sp_headerContent img {
    width: 100%;
    max-width: 150px;
    padding: 10px 20px 0;
  }
  #headerMenuBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 30px;
  }
  #headerMenuBtn img {
    width: 100%;
  }
  #headerMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  #headerMenu h2 {
    position: relative;
    background-color: #000000;
    font: inherit;
    font-size: 18px;
    padding: 10px;
    color: #fff;
  }
  .open #headerMenu {
    right: 0;
  }
  /* ハンバーガーメニューを閉じるボタン */
  #headerMenu h2 .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 22px;
  }
  .utility {
    list-style: none;
    display: block;
    margin-top: 0;
    background-color: rgb(0, 0, 0);
  }
  .utility li:hover {
    text-decoration: none;
  }
  .utility li a {
    display: block;
    color: #4A95B7;
    padding: 10px 0px 10px 10px;
    font-size: 15px;
    border-bottom: 1px solid #4A95B7;
  }
}
#sp_headerContent h1 img {
  display: none;
}
@media screen and (max-width: 768px) {
  #sp_headerContent h1 img {
    display: block;
  }
}

.repo_statistics:nth-child(n+2) {
  margin-top: 60px;
}
.repo_statistics img {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .repo_statistics img {
    width: 100%;
  }
}

p.text_b {
  padding-bottom: 10px;
  font-weight: bold;
}
p.text_b:nth-child(n+2) {
  margin-top: 60px;
}

.repo_img,
.repo_award_img {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .repo_img,
  .repo_award_img {
    display: block;
  }
}
.repo_img img,
.repo_award_img img {
  width: 100%;
  max-width: 470px;
}

.to_classification {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .to_classification {
    padding-top: 70px;
  }
}
.to_classification .to_class_box {
  height: 150px;
  display: flex;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .to_classification .to_class_box {
    flex-direction: column-reverse;
  }
}
.to_classification .to_class_tebox {
  width: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .to_classification .to_class_tebox {
    width: 100%;
  }
}
.to_classification .to_class_tebox .to_class_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F4DE24;
}
@media screen and (max-width: 768px) {
  .to_classification .to_class_tebox .to_class_text {
    display: block;
    width: auto;
    padding: 0 20px;
  }
}
.to_classification .to_class_tebox .to_class_text h1 {
  font-size: 2.1875rem;
  color: #4A95B7;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .to_classification .to_class_tebox .to_class_text h1 {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.to_classification .to_class_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .to_classification .to_class_img {
    width: 100%;
  }
}
.to_classification .to_class_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
}

.repo_subtext {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .repo_sta_img {
    overflow-x: scroll;
  }
}
.repo_sta_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .repo_sta_img img {
    width: auto;
  }
}

.repo_sta_link a {
  cursor: pointer;
  text-decoration: underline;
}

.repo_sta_title {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .repo_sta_title {
    display: flex;
    align-items: center;
  }
}

.sp_text {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_text {
    display: block;
    font-size: 16px;
    padding-left: 30px;
  }
}

.repo_sta_table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .repo_sta_table {
    width: 90%;
    margin: 0 auto;
  }
}
.repo_sta_table .repo_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1rem;
  padding-bottom: 5px;
}
.repo_sta_table .repo_sta_tbody {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .repo_sta_table .repo_sta_tbody {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    overflow-x: scroll;
  }
}
.repo_sta_table .repo_sta_tbody tbody tr th {
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .repo_sta_table .repo_sta_tbody tbody tr th {
    width: 10%;
  }
}
.repo_sta_table .repo_sta_tbody tbody tr td {
  padding: 5px;
}
.repo_sta_table .repo_sta_tbody tbody tr a {
  color: #4A95B7;
}
.repo_sta_table .repo_sta_tbody tbody tr a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .repo_sta_table .fc_repo_sta_tbody {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    overflow-x: scroll;
  }
}

.repo_stph {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.repo_stph div {
  width: 50%;
}
.repo_stph div:nth-child(3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .repo_stph div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .repo_stph {
    display: block;
  }
}
.repo_stph a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 470px;
}
.repo_stph img {
  width: 100%;
  height: 100%;
  display: block;
}
.repo_stph span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
  text-align: center;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
  transition: 0.3s;
}

.repo_st:hover span,
.repo_ph:hover span {
  background: rgb(255, 255, 255);
  color: #333;
}

@media screen and (max-width: 768px) {
  .repo_st {
    margin-bottom: 30px;
  }
}

.to_fv.to_repo_fv .to_fv_l {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .to_fv.to_repo_fv .to_fv_l {
    width: 100%;
  }
}

.to_fv.to_repo_fv .repo_img img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .to_fv.to_repo_fv .repo_img img {
    width: 100%;
  }
}

.mb_30 {
  margin-bottom: 30px;
}

.mt_60 {
  margin-top: 60px;
}

.sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

audio {
  width: 100%;
  margin-top: 20px;
}

#friend_link {
  margin-top: -200px;
  padding-top: 200px;
}

.f_16 {
  font-size: 16px;
}
.f_16 span {
  color: #f33030;
  font-size: 20px;
}

.f_20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .f_20 {
    font-size: 14px;
  }
}

.f_14 {
  font-size: 14px;
}

.p_15 {
  padding-right: 15px;
}

.pt_15 {
  padding-top: 10px;
}

.buy_img a {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .buy_img a {
    margin-right: 10px;
    width: 45%;
    margin-top: 10px;
  }
}
.buy_img a:hover {
  opacity: 0.6;
}
.buy_img a .link_y {
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .buy_img a .link_y {
    max-width: 150px;
  }
}
.buy_img a .link_y-s {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .buy_img a .link_y-s {
    max-width: 150px;
  }
}
.buy_img a .link_w {
  width: 100%;
  max-width: 200px;
}
.buy_img a .link_w-s {
  width: 100%;
  max-width: 300px;
}

.buy_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fv_img {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .fv_img {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv_img {
    margin-top: 0;
  }
}
.fv_img img {
  width: 100%;
}

.fc_title {
  color: #F4DE24;
  font-size: 2.25rem;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
}

.fc_subtitle {
  font-size: 1rem;
  font-weight: bold;
}

.fc_text {
  font-size: 0.8rem;
}

.fv_button a {
  background-color: #90CFF2;
  border: 2px solid #90CFF2;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0.8rem 0;
  text-align: center;
  border-radius: 10px;
  position: relative;
  /* 矢印の位置を基点とさせる */
}
.fv_button a:hover {
  background-color: #fff;
  color: #90CFF2;
}
.fv_button a:hover::after {
  border-top: solid 2px #90CFF2;
  border-right: solid 2px #90CFF2;
}
.fv_button a::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  /* 矢印を回転させる */
}
@media screen and (max-width: 576px) {
  .fv_button a::after {
    right: 4px;
  }
}

.fc_features {
  padding: 5rem 0 2.5rem;
}
.fc_features .fc_fe_content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .fc_features .fc_fe_content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.fc_features .fc_fe_content .fc_fe_co_box {
  width: 35%;
  padding: 0.9375rem;
}
.fc_features .fc_fe_content .fc_fe_co_box:nth-child(n+2) {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .fc_features .fc_fe_content .fc_fe_co_box:nth-child(n+2) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .fc_features .fc_fe_content .fc_fe_co_box:nth-child(n+3) {
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .fc_features .fc_fe_content .fc_fe_co_box {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .fc_features .fc_fe_content .fc_fe_co_box {
    width: 37%;
  }
}
.fc_features .fc_fe_content .fc_fe_co_box .fc_fe_co_img {
  text-align: center;
}
.fc_features .fc_fe_content .fc_fe_co_box .fc_fe_co_img img {
  width: 100%;
  max-width: 200px;
}
.fc_features .fc_fe_content .fc_fe_co_box .fc_fe_co_text {
  padding-top: 0.75rem;
}

.fc_explan {
  position: relative;
  background: rgb(255, 255, 255);
}
.fc_explan::before {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  position: absolute;
  height: 2.5rem;
  width: 100%;
  background-color: rgb(255, 255, 255);
  left: 0;
  bottom: -2.5rem;
}

.w_blake {
  word-break: keep-all;
}

.fc_event {
  background-color: rgba(207, 235, 249, 0.7);
  padding: 5rem 0;
}
.fc_event .fc_title {
  color: #4A95B7;
  font-size: 2.25rem;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
  -webkit-text-stroke: 1px #F4DE24;
  text-stroke: 1px #F4DE24;
}
.fc_event .fc_ev_text_box .fc_ev_text {
  padding-bottom: 3rem;
}
.fc_event .fc_ev_st_imgtext {
  padding: 1.25rem 0 1rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .fc_event .fc_ev_st_imgtext {
    display: block;
  }
}
.fc_event .fc_ev_st_imgtext div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .fc_event .fc_ev_st_imgtext div {
    width: 100%;
  }
}
.fc_event .fc_ev_st_imgtext .fc_text {
  min-height: 14rem;
}
@media screen and (max-width: 768px) {
  .fc_event .fc_ev_st_imgtext .fc_text {
    min-height: 0;
  }
}
.fc_event .fc_ev_st_img {
  margin-right: 0.5rem;
}
.fc_event .fc_ev_st_img img {
  width: 100%;
  max-width: 220px;
}
.fc_event .fc_event_box {
  display: flex;
  justify-content: space-between;
}
.fc_event .fc_event_box .fc_ev_stage {
  width: 43%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .fc_event .fc_event_box .fc_ev_stage {
    width: 40%;
  }
}
.fc_event .fc_event_box .fc_ev_stage h5,
.fc_event .fc_event_box .fc_ev_stage p {
  text-align: center;
}
.fc_event .fc_event_box .fc_ev_stage h5 {
  color: #90CFF2;
}
.fc_event .fc_event_box .fc_ev_stage p {
  padding-top: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fc_event .fc_event_box .fc_ev_stage p {
    min-height: 2.6rem;
  }
}

.fc_infomation {
  margin-top: 5rem;
}
.fc_infomation .fc_in_tiele {
  text-align: center;
  color: #fff;
  padding-bottom: 0.5rem;
  -webkit-text-stroke: 0.7px #F4DE24;
  text-stroke: 0.7px #F4DE24;
}

.fc_imgbox ul {
  display: flex;
}
.fc_imgbox ul li img {
  width: 100%;
  vertical-align: top;
}

.scrollable-table img {
  width: 100%;
}

.svg_40 {
  width: 20px;
}

.fc_ranktitle {
  margin: 60px 0 20px !important;
}
@media screen and (max-width: 768px) {
  .fc_ranktitle {
    margin-top: 3rem !important;
  }
}

.first_rank:first-child {
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .first_rank:first-child {
    margin: 2.5rem 0 2rem;
  }
}
.first_rank:not(:first-child) {
  margin-bottom: 2rem;
}
.first_rank .first_rank_title {
  display: flex;
  justify-content: space-between;
  padding: 1em 2em;
  border-left: 10px solid #F4DE24;
  background-color: #f2f2f2;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
}
.first_rank .first_rank_title::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}
.first_rank[open] summary::after {
  transform: rotate(225deg);
}
.first_rank .region_title {
  margin-bottom: 100px;
}
.first_rank .region_title .repo_sta_table:first-of-type .repo_title {
  margin-top: 0;
}

.rank_link {
  font-weight: bold;
  font-size: 20px;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rank_toprink {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.back_fv {
  background-image: url(././img/back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.fv_title img {
  width: 100%;
  max-width: 700px;
  margin-top: 200px;
  margin-bottom: 100px;
  margin: 250px auto;
  display: block;
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 50px;
  font-size: 16px;
}
footer .footer_menubox {
  display: flex;
  width: 96%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_menubox {
    display: block;
    margin-bottom: 40px;
  }
}
footer .footer_menubox img {
  width: 100%;
  max-width: 150px;
}
footer .f_copy {
  font-size: 14px;
  color: #9b9b9b;
}
footer .footer_menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  footer .footer_menu .footer_menulink {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  footer .footer_menu .footer_menulink li {
    margin: 10px 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_menulogo {
    margin-top: 20px;
  }
}
footer .footer_menu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    align-items: center;
    justify-content: center;
  }
}
footer .footer_menu ul li {
  padding-left: 20px;
}
footer .footer_menu ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footer_menu ul li a img {
  width: 100%;
  max-width: 30px;
}/*# sourceMappingURL=style.css.map */