@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: 真・豪鬼
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* 全体 */
.main {
  background-color: #000;
}
/* ヘッダー */
.site-name-text-link .site-name-text {
  transition: all 0.3s ease-in-out;
}
.site-name-text-link:hover .site-name-text {
  color: #ff0000;
}
.logo-menu-button.menu-button {
  width: initial;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.navi-menu-button.menu-button {
  z-index: 2;
}
.search-menu-button.menu-button {
  display: none;
}
.mobile-menu-buttons {
  color: #fff;
  background: #000;
}
.mobile-menu-buttons .menu-button > a {
  color: #fff;
}
#navi-menu-input:checked ~ #navi-menu-content {
  background: #000;
}
#navi .navi-in a {
  font-size: 14px;
}
#navi .navi-in a:hover {
  color: #ff0000;
}
.menu-drawer a:hover {
  color: #ff0000;
}
/* メニュー */
.navi-in > ul li {
  width: initial;
  line-height: 1.5;
}
.navi-in > ul li a {
  padding: 0 10px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.navi-in > ul li:not(:last-of-type) a:before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.go-to-top-button {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.go-to-top-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.go-to-top-button span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fa-angle-double-up:before {
  content: "天";
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  color: #ff0000;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}
.menu-small {
  font-size: 0.8em;
}
/* トップページ */
* {
  box-sizing: border-box;
  line-height: 1.5;
}
html {
  scroll-behavior: smooth;
}
.page_title_h1 {
  font-size: 30px;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.sp {
  display: none;
}
.text-red {
  color: #ff0000 !important;
}
.scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
section {
  max-width: 1200px;
  margin: 0 auto;
}
section:not(:first-of-type) {
  margin-top: -100px;
  padding-top: 100px;
}
section:not(:last-of-type) {
  margin-bottom: 100px;
}
section#main-visual {
  max-width: 900px;
}
.main-visual_box {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.main-visual_box_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: auto;
}
.main-visual_box_text_item {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  word-break: keep-all;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 150px;
  opacity: 0;
  pointer-events: none;
}
.main-visual_box_text_item_01 {
  animation: 12s ten_text 1s infinite;
}
.main-visual_box_text_item_02 {
  animation: 12s ten_text 3s infinite;
}
.main-visual_box_text_item_03 {
  animation: 12s ten_text 5s infinite;
}
.main-visual_box_text_item_04 {
  animation: 12s ten_text 7s infinite;
}
.main-visual_box_text_item_05 {
  color: #ff0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  animation: 12s ten_text_ten 9s infinite;
}
@keyframes ten_text {
  0% {
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes ten_text_ten {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main-visual_box img {
  max-height: 800px;
  object-fit: contain;
}
h2 {
  height: 60px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #fff;
  margin-bottom: 50px;
}

.table_box {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
.table_box_column {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.table_box_column_item_title {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #fff;
}
.table_box_column_item {
  width: 200px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table_box_column:first-of-type .table_box_column_item_title,
.table_box_column:first-of-type .table_box_column_item_text {
  border-top: 1px solid #fff;
}
.topics_box a {
  padding: 20px 40px 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.topics_box a::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  transition: all 0.3s ease-in-out;
}
.topics_box a:hover {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.2);
}
.topics_box a:hover::before {
  border-color: #ff0000;
}
.topics_box_date {
  margin-right: 20px;
}
.topics_box_category {
  flex-shrink: 0;
  margin-right: 20px;
  width: 150px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.topics_box a:hover .topics_box_category {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.2);
}
.command_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 5%;
}
.command_box_item {
  width: 50%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.command_box_item a {
  display: block;
  width: 100%;
  height: 200px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.command_box_item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.command_box_item a:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.command_box_item a p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
}
.command_box_item a:hover p {
  color: #ff0000;
}
.command_box_item_text {
  flex-grow: 1;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.command_box_item_text p {
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  margin-bottom: 5px;
}
.character-measures_box {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.character-measures_box a {
  width: 31%;
  max-width: 300px;
  margin-bottom: 3.5%;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.character-measures_box a:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
.character-measures_box a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.character-measures_box a:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.character-measures_box a img {
  aspect-ratio: 1 /1;
}
.character-measures_box a p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.character-measures_box a:hover p {
  color: #ff0000;
}
.reference-player_text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.reference-player_scroll {
  overflow-x: scroll;
}
.reference-player_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.reference_player_box_item {
  flex-shrink: 0;
  margin-right: 20px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 20px;
  background-color: #7d7d7d;
  margin-bottom: 20px;
}
.reference_player_box_item h3 {
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
    1px -1px 0 #fff;
  padding: initial;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.reference_player_box_item h3.sf6name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
}
.reference_player_box_item h3.sf6name .sf6name_span {
  flex-shrink: 0;
  font-size: 0.7em;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
.reference_player_box_item h3.sf6name .sf6name_h3 {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reference_player_box_item_text {
  min-height: 80px;
  margin-bottom: initial !important;
}
.reference_player_box_item_text a {
  color: #00ffff;
  transition: all 0.3s ease-in-out;
}
.reference_player_box_item_text a:hover {
  color: #ffff00;
}
.reference_player_box_item_x {
  margin: 0 auto;
  width: 300px;
}
.sf6_strategy_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.sf6_strategy_box_item {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4%;
}
.sf6_strategy_box_item:nth-of-type(odd) {
  margin-right: 4%;
}
.sf6_strategy_box_item_date {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #000;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
}
.sf6_strategy_box_item_content {
  width: 100%;
  height: 30vw;
  margin-bottom: 10px;
}
.sf6_strategy_box_item_content_x {
  max-width: 300px;
  height: 100%;
}
.sf6_strategy_box_item_content_youtube {
  max-height: 300px;
}
.sf6_strategy_box_item iframe {
  width: 100%;
  height: 100%;
}
.sf6_strategy_box_item_text {
  flex-grow: 1;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.sf6_strategy_box_item_text p {
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  margin-bottom: 5px;
}
.sf6_strategy_box_item_text p a {
  color: #000fff;
  transition: all 0.3s ease-in-out;
}
.sf6_strategy_box_item_text p a:hover {
  color: #ff0000;
}
.sf6_strategy_link {
  width: 280px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.sf6_strategy_link:hover {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.2);
}
.vs-face {
  margin-bottom: 100px;
}
.vs-face_img-box {
  margin-bottom: 50px;
}
.vs-face_img-box_img {
  position: relative;
}
.vs-face_img-box_img_main {
  position: relative;
  z-index: 1;
}
.vs-face_img-box_img_sub {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.vs-face_img-box_img_sub_visible {
  opacity: 1;
}
.vs-face_command-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  position: relative;
  left: -20px;
}
.vs-face_command-box_item {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vs-face_command-box_item:last-of-type {
  justify-content: flex-end;
}
.vs-face_command-box_item img {
  margin: 10px;
  padding: 5px;
  width: 50px;
  border-radius: 9999px;
  border: 1px solid #fff;
  cursor: pointer;
}
.vs-face_command-box_item:first-of-type
  .vs-face_command-box_item_img:first-of-type {
}
.vs-face_command-box_item:first-of-type
  .vs-face_command-box_item_img:nth-of-type(2) {
}
.vs-face_command-box_item:first-of-type
  .vs-face_command-box_item_img:last-of-type {
  position: relative;
  top: 25px;
}
.vs-face_command-box_item:last-of-type .vs-face_command-box_item_img {
}
.vs-face_text {
  margin-top: 20px;
  text-align: center;
}
.contact_box_text {
  margin-bottom: 50px;
}
.contact_message_text span {
  color: #ffff00;
}
.wpcf7-not-valid-tip {
  color: #ffff00;
}
.contact_textarea {
  height: 200px;
  margin-bottom: 20px;
}
input[type="submit"].wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
  height: 80px;
  width: 280px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  border-radius: 9999px;
  border: initial;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
input[type="submit"].wpcf7-form-control.wpcf7-submit:hover {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.2);
}
/* FAQ */
.contact-list {
  margin-bottom: 50px;
}
.contact-list_ul {
  padding-left: initial;
}
.contact-list .contact-list_li {
  list-style: none;
  border-radius: 5px;
  background-color: #dda0dd33;
}
.contact-list .contact-list_li:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-list .contact-list_q {
  padding: 20px 50px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.contact-list .contact-list_q::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #dda0dd;
  font-size: 25px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.contact-list .contact-list_q::after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #dda0dd;
  font-weight: 100;
  font-size: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-list .contact-list_q.open-btn::after {
  content: "−";
}
.contact-list .contact-list_a {
  display: none;
  margin-top: 30px;
  padding: 0 50px 20px;
  line-height: 2;
  font-size: 18px;
  position: relative;
}
.contact-list .contact-list_a::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #dda0dd;
  font-size: 25px;
  position: absolute;
  top: 2px;
  left: 15px;
}
.contact-list .top_more-btn {
  background-color: #dda0dd;
}
.contact-list .top_more-btn:hover {
  background-color: #bc79bc;
}
.contact-list .fate- {
  font-weight: normal;
  letter-spacing: -2px;
}
/* パンくず */
.breadcrumb {
  text-align: center;
  margin-bottom: 50px;
}
.breadcrumb,
.breadcrumb a {
  word-break: keep-all;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.breadcrumb a:hover {
  color: #ff0000;
}
.fa.fa-home.fa-fw {
  display: none;
}
.fa.fa-file-o.fa-fw {
  margin-right: 10px;
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.fa-home:before,
.fa-file-o:before {
  content: initial;
}
/* 目次 */
#toc {
  border: 1px solid #fff !important;
  margin-bottom: 100px;
}
#toc .toc-title {
  margin-bottom: 20px;
}
#toc li {
  margin-bottom: 10px;
}
#toc a {
  transition: all 0.3s ease-in-out;
}
#toc a:hover {
  text-decoration: none;
  color: #ff0000;
}
main .article h2 span {
  margin-top: -100px;
  padding-top: 100px;
}
/* 立ち回り&コンボ&セットプレイ(起き攻め) */
.sf6_strategy_box_item_text.sf6_strategy_box_item_text_hitokuchi.sf6_strategy_box_item_text_fighting-combo-set-play {
  margin-bottom: 50px;
}
.sf6_strategy_box_item_text_title_sub {
  font-weight: bold;
  color: #000fff !important;
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_text_title_frame {
  font-size: 20px;
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_text_title_frame.sf6_strategy_box_item_text_title_frame_defense {
  color: #000fff !important;
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_make {
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(0, 15, 255, 0.2);
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_make_title {
  color: #000fff;
  font-size: 18px;
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_choices {
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(221, 160, 221, 0.5);
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_choices_title {
  color: #800080;
  font-size: 18px;
}
.sf6_combo
  .sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_choices:nth-of-type(odd) {
  background-color: rgba(0, 15, 255, 0.2);
}
.sf6_combo
  .sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_choices:nth-of-type(odd)
  .sf6_strategy_box_item_choices_title {
  color: #000fff;
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_choices_text {
  padding-left: initial;
  text-indent: initial;
}
.sf6_strategy_box_item_text_fighting-combo-set-play
  .sf6_strategy_box_item_feature {
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.sf6_strategy_box_item_text_title_note {
  color: #ff0000 !important;
}
/* トップ用 */
.sf6_strategy_box_item_text_fighting-combo-set-play_top {
  width: 100%;
}
.sf6_strategy_box_item_text_fighting-combo-set-play_top
  .sf6_strategy_box_item_text.sf6_strategy_box_item_text_hitokuchi {
  margin-top: 50px;
  max-width: initial;
  margin-bottom: 0;
}
/* キャラ対策ページ */
.sf6_strategy_box_item_text.sf6_strategy_box_item_text_hitokuchi {
  max-width: 900px;
  margin: 0 auto;
}
/* スト６攻略全般 */
.sf6_strategy_box_item_text_title {
  margin-top: 20px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sf6_strategy_box_item_text_title_frame {
  text-align: center;
  font-weight: bold;
  color: #ff0000 !important;
}
.sf6_strategy_box_item_text_title_future {
  font-weight: bold;
  color: #ff0000 !important;
}
/* 広告 */
section.ad_section {
  width: initial;
  max-width: initial;
  margin: 100px auto;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background-color: #7d7d7d;
}
section.ad_section.ad_section_01 {
  margin-bottom: 0;
}
section.ad_section.ad_section_02 {
  margin-top: 20px;
}
section.ad_section .ad_section_item {
  width: 300px;
  height: 60px;
}
a.ad_section {
  width: initial;
  max-width: initial;
  margin: 100px auto;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
}
a.ad_section.ad_section_01 {
  margin-bottom: 0;
}
a.ad_section.ad_section_02 {
  margin-top: 20px;
}
.ad_section p {
  margin-bottom: initial;
}
.ad_section_inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.ad_section_text {
  text-align: center;
  color: #000;
}
.ad_section_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.ad_section_flex_img {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}
.ad_section_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
/* コメント */
.related-entry-heading,
.comment-title {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  font-size: 1.5em;
}
#comments {
  display: none;
}
.commets-list {
  height: 60vh;
  overflow-y: scroll;
  padding: 50px 0 1px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-direction: column-reverse;
  background-image: url(/wp-content/uploads/2024/07/community_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comment-form .logged-in-as {
  display: none;
}
.st-comment-edit {
  display: none;
}
li.comment {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #b0ff7a;
  margin-bottom: 80px;
  position: relative;
}
.st-comment-datetime {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -30px;
  right: 0;
}
.st-comment-content .wpulike {
  position: absolute;
  bottom: -50px;
  left: 0;
}
.comment-form {
  max-width: 1200px;
  margin: 0 auto;
}
.st-comment-body.article {
  margin-bottom: initial;
}
.st-comment-content p {
  color: #000;
  margin-bottom: initial;
}
.st-comment-author.vcard {
  display: none;
}
.reply {
  display: none;
}
.comment-form-comment {
  margin-top: 50px;
  margin-bottom: 30px;
}
.comment-form-comment label {
  position: relative;
}
.comment-form-comment label::after {
  margin-left: -8px;
  content: "（必須）";
  color: #ffff00;
}
.comment-form-comment #comment,
.comment-form-author #author {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
}
.comment-form-comment #comment {
  height: 200px;
}
.comment-form-author {
  display: none;
  margin-bottom: 20px;
}
.comment-form-author label {
  display: none;
  position: relative;
}
.comment-form-author label::after {
  content: "（任意）";
  color: #00ffff;
}
#email-notes {
  display: none;
}
.comment-form-email {
  display: none;
}
.comment-form-cookies-consent {
  display: none;
}
.wpulike-notification .wpulike-message {
  width: fit-content;
}
.required {
  display: none;
}
.comment-form .submit {
  margin: 0 auto;
}
.form-submit input {
  width: 280px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  border: initial;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.form-submit input:hover {
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.2);
}
/* ガイドライン */
.community_guidelines_text {
  margin-bottom: 20px;
}
.community_guidelines {
  height: 50vh;
  overflow-y: scroll;
  padding: 50px 20px;
  color: #000;
  background-color: #fff;
}
.community_guidelines h3 {
  margin-bottom: 20px;
}
.community_guidelines p {
  margin-bottom: 50px;
}
/* SNS */
.sns-share-buttons_top-x,
.sns-share-buttons.sns-buttons {
  margin: 100px auto;
  width: 300px;
  height: 100px;
  border-radius: 9999px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
a.sns-button_top-x,
.sns-share.ss-high-and-low-lc a {
  display: block;
  width: 300px;
  height: 80px;
  padding-left: 20px;
  text-align: left;
  color: #000;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 9999px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
a.sns-button_top-x::before,
.sns-share.ss-high-and-low-lc a::before {
  white-space: pre-wrap;
  content: "みんなに情報を平均化する\ATwitter（新X）";
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  text-shadow: 1px 1px 0 #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  z-index: 2;
  pointer-events: none;
}
a.sns-button_top-x::after,
.sns-share.ss-high-and-low-lc a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/06/t_icon_gp2.png);
  background-size: 200px;
  background-repeat: repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  animation: bgroop 100s linear infinite;
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 500px -500px;
  }
}
a.sns-button_top-x .social-icon,
.sns-share.ss-high-and-low-lc a .social-icon {
  font-size: 40px;
}
a.sns-button_top-x:hover,
.sns-share.ss-high-and-low-lc a:hover {
  opacity: 1;
}
a.sns-button_top-x .button-caption,
.sns-share.ss-high-and-low-lc a .button-caption {
  display: none !important;
}
/* コミュニティハブ */
.community-hub_box {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
}
.community-hub_box,
.community-hub_box::before,
.community-hub_box::after {
  display: block;
  color: #fff;
  border-radius: 50px;
  background-color: #06c755;
}
.community-hub_box::before,
.community-hub_box::after {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1em;
}
.community-hub_box::before {
  content: "…";
  height: 60px;
  padding-bottom: 10px;
  font-size: 30px;
}
.community-hub_box::after {
  content: "◎";
  height: 60px;
  padding-top: 10px;
  font-size: 50px;
}
.community-hub_box .community-hub_box_inner_text {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: initial;
}
.community-hub_box .community-hub_box_inner_text_center {
  justify-content: center;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}
.community-hub_box .community-hub_box_inner {
  height: 60vh;
  overflow-y: scroll;
}
.community-hub_box .community-hub_box_link {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
}
.community-hub_box .community-hub_box_link:hover {
  background-color: transparent;
}
.community-hub_box .community-hub_box_link_img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.community-hub_box .community-hub_box_link_img img {
  border-radius: 9999px;
}
.community-hub_box .community-hub_box_link_item {
  flex-grow: 1;
}
.community-hub_box .community-hub_box_link_title {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}
.community-hub_box .community-hub_box_link_text {
  color: #7d7d7d;
  font-size: 14px;
  margin-bottom: initial;
}
/* アンケート */
article ul.questionnaire {
  padding: initial;
}
article ul.questionnaire li {
  list-style: none;
}
.questionnaire h3 {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  border: initial;
  background-color: #fff;
  margin-bottom: 20px;
}
.questionnaire .contact-list_q {
  position: relative;
  cursor: pointer;
}
.questionnaire .contact-list_q::after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #000;
  font-weight: 100;
  font-size: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.questionnaire .contact-list_q.open-btn::after {
  content: "−";
}
.questionnaire .contact-list_a {
  display: none;
  margin-bottom: 50px;
}
.basic-yop-poll-container .basic-element .basic-question-title {
  display: none;
}
.questionnaire_q_note {
  color: #ff0000;
  font-size: 0.8em;
}
.basic-vote a {
  margin-right: initial;
  padding: 10px 50px !important;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold !important;
  color: #000 !important;
  border-radius: 9999px !important;
  background-color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.basic-vote a:hover {
  color: #ff0000 !important;
  border-color: #333 !important ;
  background-color: #333 !important;
}
main .article h2.questionnaire_sure {
  margin-bottom: initial;
}
.basic-yop-poll-container .basic-answers-results .progress {
  margin-top: 0 !important;
}
.basic-answer:first-of-type .progress-bar {
  background-color: #ffd700 !important;
}
.basic-answer:nth-of-type(2) .progress-bar {
  background-color: #c0c0c0 !important;
}
.basic-answer:nth-of-type(3) .progress-bar {
  background-color: #b87333 !important;
}
.basic-answer:nth-of-type(4) .progress-bar {
  background-color: #3eb370 !important;
}
.basic-answer:nth-of-type(5) .progress-bar {
  background-color: #0095d9 !important;
}
/* アドミンパネル */
.admin-panel {
  color: #000;
}
/* お問い合わせ */
.contact_message_text {
  margin-bottom: 0 !important;
}
.grecaptcha-badge {
  display: none !important;
}
.gglcptch.gglcptch_v3 {
  display: none !important;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1200px) {
  .navi-in > ul li a {
    padding: 0 15px;
  }
  .navi-in a {
    font-size: 12px;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  /* ヘッダー */
  .logo-menu-button.menu-button {
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-menu-buttons .menu-button > a:hover {
    color: #ff0000;
  } /* ナビ */
  .fa-close:before {
    content: "滅";
    font-family: "Noto Serif JP", sans-serif;
    font-weight: bold;
    color: #ff0000;
    font-size: 25px;
  }
  .mobile-menu-buttons .menu-icon {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu-buttons .menu-caption {
    display: none;
  }
  .menu-content {
    max-width: 50%;
  }
  .menu-drawer a {
    padding: 15px;
  }
  /* トップページ */
  .character-measures_box a p {
    font-size: 20px;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .main-visual_box_text_item {
    font-size: 120px;
  }
  .main-visual_box_text_item_05 {
    top: 66%;
    transform: initial;
  }
  .contact-list .contact-list_ul {
    padding-left: initial;
  }
  .commets-list {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  /* トップページ */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .menu-content {
    max-width: 90%;
  }
  .main-visual_box_text_item {
    font-size: 70px;
  }
  .main-visual_box_text_item_05 {
    top: 50%;
  }
  section:not(:first-of-type) {
    margin-top: -80px;
    padding-top: 80px;
  }
  section:not(:last-of-type) {
    margin-bottom: 80px;
  }
  h2 {
    height: 50px;
    font-size: 18px;
  }
  .table_box {
    width: 100%;
  }
  .table_box_column_item_title {
    width: 150px;
  }
  .table_box_column_item_text {
    width: 100%;
  }
  .topics_box a {
    padding: 10px 40px 10px 10px;
    flex-wrap: wrap;
  }
  .topics_box_category {
    margin-right: initial;
    width: 150px;
    font-size: 12px;
  }
  .topics_box_title {
    margin-top: 5px;
    width: 100%;
  }
  .command_box {
    flex-direction: column;
    gap: 30px;
  }
  .command_box_item {
    width: 100%;
  }
  .command_box_item a {
    height: 150px;
  }
  .character-measures_box a p {
    font-size: 16px;
  }
  .reference_player_box_item {
    margin-right: 10px;
  }
  .sf6_strategy_box_item {
    width: 100%;
    margin-bottom: initial;
  }
  .sf6_strategy_box_item:nth-of-type(odd) {
    margin-right: initial;
  }
  .sf6_strategy_box_item:not(:last-of-type) {
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sf6_strategy_box_item_content {
    height: 200px;
  }
  .sf6_strategy_box_item_content_x {
    max-width: initial;
    height: initial;
  }
  .sf6_strategy_link {
    margin-top: 50px;
    height: 60px;
  }
  .sf6_strategy_box_item_text_fighting-combo-set-play
    .sf6_strategy_box_item_text_title_frame.top-page {
    font-size: 16px;
  }
  .go-to-top-button {
    width: 50px;
    height: 50px;
  }
  .fa-angle-double-up:before {
    font-size: 25px;
  }
  input[type="submit"].wpcf7-form-control.wpcf7-submit {
    height: 60px;
  }
  /* 立ち回り&コンボ&セットプレイ(起き攻め) */
  .sf6_combo
    .sf6_strategy_box_item_text_fighting-combo-set-play
    .sf6_strategy_box_item_choices_title {
    padding: 0 5px;
    text-indent: 0;
  }
  /* .sf6_combo
    .sf6_strategy_box_item_text_fighting-combo-set-play
    .sf6_strategy_box_item_choices_text {
    padding-left: 1em;
    text-indent: -1em;
  } */
  .sf6_strategy_box_item_text_fighting-combo-set-play
    .sf6_strategy_box_item_text_title_frame {
    font-size: 18px;
  }
  .sf6_strategy_box_item_text_fighting-combo-set-play
    .sf6_strategy_box_item_choices_title {
    font-size: 16px;
  }
  .sf6_strategy_box_item_text_fighting-combo-set-play
    .sf6_strategy_box_item_make_title {
    font-size: 16px;
  }
  /* FAQ */
  .contact-list {
    margin-bottom: 30px;
  }
  .contact-list .contact-list_li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .contact-list .contact-list_q {
    padding: 10px 40px;
    font-size: 16px;
  }
  .contact-list .contact-list_q::before {
    font-size: 20px;
    top: 4px;
    left: 5px;
  }
  .contact-list .contact-list_q::after {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
  .contact-list .contact-list_a {
    margin-top: 20px;
    padding: 0 16px 20px 40px;
    font-size: 16px;
  }
  .contact-list .contact-list_a::before {
    font-size: 20px;
    top: 0;
    left: 5px;
  }
  section.ad_section {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 50px 0;
  }
  section.ad_section.ad_section_01 {
    margin-bottom: 0;
  }
  section.ad_section.ad_section_02 {
    margin-top: 10px;
  }
  a.ad_section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  a.ad_section.ad_section_01 {
    margin-bottom: 0;
  }
  a.ad_section.ad_section_02 {
    margin-top: 10px;
  }
  /* コミュニティハブ */
  .community-hub_box .community-hub_box_link_title {
    font-size: 14px;
  }
  .community-hub_box .community-hub_box_link_text {
    font-size: 12px;
  }
  /* アンケート */
  article ul.questionnaire {
    padding: initial;
  }
  .questionnaire h3 {
    padding-right: 20px;
    font-size: 16px;
  }
  .questionnaire .contact-list_q::after {
    width: 25px;
    height: 35px;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* パンくず */
  .breadcrumb .sp {
    display: none;
  }
  /* 目次 */
  #toc {
    margin-bottom: 80px;
  }
  main .article h2 span {
    margin-top: -80px;
    padding-top: 80px;
  }
  /* コメント */
  .form-submit input {
    height: 60px;
  }
}
