/*
Theme Name: ATOMS
Theme URI: https://atoms-gaming.com/
Author: K4rbonGFX
Author URI: https://twitter.com/K4rbonGFX
Description: ATOMS GAMING ゲーマー、クリエイター交流・支援コミュニティ
Version: 3.1.0
Tags: ATOMS,esports,game,create,ポートフォリオ
*/

/*ーーーーーーーーーーーーーーーー*/
/*　　 　　共通デザイン　　　　　*/
/*ーーーーーーーーーーーーーーーー*/

body {
  -webkit-text-size-adjust: 100%;
}
:root {
  color-scheme: light;
  --maincolor: #0078ff;
  --admincolor: red;
}

.rainbow-animation {
  animation: shadow-animation 10s linear infinite;
}

@font-face {
  font-family: "Star Jedi";
  src: url("/wp-content/themes/ATOMS/webfonts/Starjedi.ttf");
}

@keyframes shadow-animation {
  0% {
    filter: hue-rotate(0deg) drop-shadow(rgba(255, 0, 0, 0.5) 0px 0px 10px);
  }
  10% {
    filter: hue-rotate(60deg) drop-shadow(rgba(255, 165, 0, 0.5) 0px 0px 10px);
  }
  20% {
    filter: hue-rotate(120deg) drop-shadow(rgba(255, 255, 0, 0.5) 0px 0px 10px);
  }
  30% {
    filter: hue-rotate(180deg) drop-shadow(rgba(0, 128, 0, 0.5) 0px 0px 10px);
  }
  40% {
    filter: hue-rotate(240deg) drop-shadow(rgba(0, 0, 255, 0.5) 0px 0px 10px);
  }
  50% {
    filter: hue-rotate(300deg) drop-shadow(rgba(75, 0, 130, 0.5) 0px 0px 10px);
  }
  60% {
    filter: hue-rotate(360deg)
      drop-shadow(rgba(238, 130, 238, 0.5) 0px 0px 10px);
  }
  70% {
    filter: hue-rotate(0deg) drop-shadow(rgba(255, 69, 0, 0.5) 0px 0px 10px);
  }
  80% {
    filter: hue-rotate(0deg) drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 10px);
  }
  90% {
    filter: hue-rotate(0deg) drop-shadow(rgba(128, 128, 128, 0.5) 0px 0px 10px);
  }
  100% {
    filter: hue-rotate(0deg) drop-shadow(rgba(255, 0, 255, 0.5) 0px 0px 10px);
  }
}

@keyframes rainbow {
  0% {
    filter: hue-rotate(0deg); /* 赤 */
  }
  14% {
    filter: hue-rotate(60deg); /* オレンジ */
  }
  28% {
    filter: hue-rotate(120deg); /* 黄色 */
  }
  42% {
    filter: hue-rotate(180deg); /* 緑 */
  }
  57% {
    filter: hue-rotate(240deg); /* 青 */
  }
  71% {
    filter: hue-rotate(300deg); /* インディゴ */
  }
  85% {
    filter: hue-rotate(360deg); /* バイオレット */
  }
  100% {
    filter: hue-rotate(0deg); /* 再び赤 */
  }
}

::placeholder {
  /* font-size: 0.75em; */
  color: #aaa;
}

.cover {
  display: none;
}
/* safariのスタイルを解除 */
input,
select {
  -webkit-appearance: none;
  appearance: none;
}
/* 画像の保存禁止 */
img {
  pointer-events: none;
}

.scroll {
  overflow: scroll;
}

.flex {
  display: flex;
  align-items: center;
}
.center {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.form-box {
  width: 50%;
  margin: 50px;
}

/* ボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

.submit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: transition 0.3s;
  transition: transition 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.submit {
  border-bottom: 5px solid var(--maincolor);
  border-radius: 100vh;
}

.submit:hover {
  margin-top: 3px;
  border-bottom: 2px solid var(--maincolor);
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/* 背景白の際の文字色 */
.back-white {
  color: #999;
}

.height100vh {
  height: 100vh;
}

.full-width .grid-row {
  margin-left: 0;
  margin-right: 0;
}

.full-width .grid-row .grid-col-12 {
  padding-left: 0;
  padding-right: 0;
}

/*ーーーーーーーーーーーーー*/
/*　　　　TOPページ　　　　*/
/*ーーーーーーーーーーーー*/
/* ビデオタグのサイズ */
.tp-kbimg {
  width: 100%;
  /* height: 960px; */
  height: auto;
  display: none;
}

/* タイトル（画像の場合） */
#img-title {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

.main-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: none;
}

.main-image img {
  width: 100%;
}

.button-box {
  display: flex;
  justify-content: center;
}

.forcefullwidth_wrapper_tp_banner {
  top: 90px; /* header分下げる */
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .forcefullwidth_wrapper_tp_banner {
    top: unset;
  }
}

/* ACTIVITYセクション */
.activity-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #1e1e1e;
  padding: 20px;
}

.activity-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: background-color 0.3s ease;
}
.activity-item:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.activity-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.activity-item:hover .activity-item-image {
  transform: scale(1.05);
}

.activity-item > i,
.activity-item > h3,
.activity-item > p,
.activity-item > a {
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  z-index: 3;
}

.activity-item > h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #fff;
}

.activity-item > p {
  font-size: 0.9em;
  color: #aaa;
  line-height: 1.6;
}

/* .sp-astro-img {
    display: none;
} */
.tp-parallax-wrap {
  display: none;
}

.vc_custom_1530273784141 {
  padding-top: 201px !important;
  padding-bottom: 209px !important;
}
#rev_slider_3_2_wrapper .tp-loader.spinner3 div {
  background-color: var(--maincolor) !important;
}

/* TOPページタイトル等 */
.main-title {
  /* テキストの場合 */
  /* background-color: rgba(0,0,0,0.8); */

  /* 画像の場合 */
  filter: drop-shadow(2px 1px 0 #444) drop-shadow(-1px -1px 0 #444);
}
.sub-title p {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

@media only screen and (max-width: 375px) {
  .sp-astro-img img {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  /* TOP画像（動画）の中央寄せ */
  /* .slotholder{
        right: 637px;
    } */
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* TOP画像（動画）の中央寄せ */
  /* .slotholder{
        right: 50%;
    } */
  /* ビデオタグ */
  /* 画像の時は不要 */
  .tp-kbimg {
    /* height: calc(100vh + 100px); */
  }
  .align-text {
    text-align: center;
  }
}

@media only screen and (min-width: 1023px) {
  .vc_col-md-8 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  body h1 {
    font-size: 45px;
  }
  body h2 {
    font-size: 40px;
    text-align: center;
  }
  #img-title-div {
    font-size: 50px;
    /* display: none; */
  }
  body .sub-title p {
    display: none;
  }
  .tp-parallax-wrap {
    display: block;
  }
  .sp-astro-img {
    display: block;
    visibility: visible;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 1;
  }
  .sp-astro-img img {
    width: 400px;
  }
  video.tp-kbimg {
    display: none;
  }
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.fluidvids {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.fluidvids-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 680px) {
  .eh-item-content.eh-custom-5813 {
    padding: 0 0 30px !important;
  }
}
@media only screen and (max-width: 680px) {
  .eh-item-content.eh-custom-2155 {
    padding: 0 0 !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .eh-item-content.eh-custom-5364 {
    padding: 147px 0 174px 550px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .eh-item-content.eh-custom-5364 {
    padding: 155px 0 183px 260px !important;
  }
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
  .eh-item-content.eh-custom-5364 {
    padding: 110px 0 137px 100px !important;
  }
}
@media only screen and (max-width: 680px) {
  .eh-item-content.eh-custom-5364 {
    padding: 221px 0 248px !important;
  }
  .align-text {
    text-align: center;
  }
  .sp-apex-box {
    display: unset;
  }
  .sp-apex-box .rank-flex {
    width: unset;
  }
  .sp-apex-box .map-status {
    width: unset;
  }
  .sp-apex-box .apex-status {
    margin: 20px 0;
    position: relative;
  }
  .sp-apex-box .apex-status.win {
    width: 100%;
  }
  .sp-apex-box .apex-status.loss {
    width: 100%;
  }
  .sp-apex-box.valo-main-flex {
    display: unset;
  }
  .sp-apex-box.valo-flex {
    display: unset;
  }
  .sp-apex-box .apex-line.loss {
    width: 5px;
  }
  .sp-apex-box .apex-line.win {
    width: 10px;
  }
  .apex-name {
    font-size: 30px;
  }
  .tracker-box {
    display: unset;
  }
  .tracker-box span {
    display: none;
  }
  .tracker-box select.platform {
    width: 100%;
    margin: 20px 0 0 0;
  }

  #img-title {
    width: 500px;
    display: block;
  }
  .main-image {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .eh-item-content.eh-custom-1381 {
    padding: 231px 0 236px !important;
  }
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
  .eh-item-content.eh-custom-1381 {
    padding: 181px 0 187px !important;
  }
}
@media only screen and (max-width: 680px) {
  .eh-item-content.eh-custom-1381 {
    padding: 268px 0 271px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .eh-item-content.eh-custom-9924 {
    padding: 297px 0px 302px !important;
  }
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
  .eh-item-content.eh-custom-9924 {
    padding: 272px 0 277px !important;
  }
}
@media only screen and (max-width: 680px) {
  .eh-item-content.eh-custom-9924 {
    padding: 322px 0 347px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .eh-item-content.eh-custom-9383 {
    padding: 187px 550px 215px 0 !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .eh-item-content.eh-custom-9383 {
    padding: 168px 260px 196px 0 !important;
  }
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
  .eh-item-content.eh-custom-9383 {
    padding: 120px 100px 148px 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .eh-item-content.eh-custom-9383 {
    padding: 99px 0 127px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .main-menu > ul > li > a {
    padding: 0 25px !important;
  }

  /* ビデオタグ */
  .tp-kbimg {
    width: 1675px;
  }
}

@media only screen and (max-width: 1300px) {
  .main-menu > ul > li > a {
    padding: 0 20px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .main-menu > ul > li > a {
    padding: 0 15px !important;
  }
  .header-divided
    .page-header
    .vertical-align-containers
    .position-left
    .position-left-inner,
  .header-divided
    .page-header
    .vertical-align-containers
    .position-right
    .position-right-inner {
    padding: 0 10px !important;
  }
  .valo-main-flex .valo-flex {
    display: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .header-divided
    .page-header
    .vertical-align-containers
    .position-left
    .position-left-inner
    .divided-left-inner-top-widget-area {
    padding: 0 !important;
  }
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar {
  background-color: #fff;
}

/*ーーーーーーーーーーーーー*/
/*　　 　　ヘッダー　　　　*/
/*ーーーーーーーーーーーー*/

/* ヘッダーの背景色 */
.page-header {
  background: rgba(0, 0, 0, 0.8);
}

/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/

.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
  padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #ccc;
}

.mw_wp_form select {
  display: block;
  position: relative;
  width: 80%;
  height: 38px;
  font-size: 14px;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 10px;
}

.mw_wp_form selectt:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
}

/*――――「表」デザイン――――*/

.cform th {
  font-size: 15px;
  width: 25%;
  border-bottom: solid 1px #d6d6d6;
  padding: 10px 0px 10px 15px;
  font-weight: bolder;
}

.cform td {
  font-size: 15px;
  line-height: 200%;
  border-bottom: solid 1px #d6d6d6;
  padding: 10px 10px;
}

/*―――――表示―――――*/

.cform {
  margin: auto;
}

.cform option,
.cform textarea,
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"] {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 97%;
    border: 1px solid #999;
    padding: 0.5em 1em;
    display: block;
    border-top: none;
  }
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
  background-color: var(--maincolor);
  border: 0;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bolder;
  margin: 0 auto;
  padding: 10px 35px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}

.submit-btn {
  text-align: center;
  margin: 20px 0 0 0;
  cursor: pointer;
}

.submit-btn input:hover {
  background: #4da0ff;
  color: #ffffff;
  cursor: pointer;
}
.submit-btn.back-btn input {
  background: #ccc;
  color: #000;
}

/*―――「必須」デザイン―――*/
.required-srt {
  font-size: 0.9em;
  padding: 6px;
  border-radius: 5px;
  margin: 0 10px;
  background: #ca1414;
  color: #ffffff;
}

/*ーーーーーーーーーーーーーーーー*/

/* メインキャラクター */
.char-img {
  width: 150px;
  margin: 0 0 10px 0;
}
.char-name {
  font-size: 15px;
  line-height: normal;
}

@media only screen and (max-width: 480px) {
  .char-img {
    display: none;
  }
}

/* toolページ */
.tool-header {
  text-align: center;
  margin: 0 0 20px 0;
}

.tool-header .title-img {
  width: 340px;
}

.tool-list {
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 480px) {
  .tool-header .title-img {
    width: 200px;
  }

  .tool-list {
    font-size: 20px;
  }
}

.atoms-img-flex .font-img {
  width: 130px;
  display: block;
  margin: 20px auto;
  border: unset;
}

/* TOPページ */
.copy_right {
  position: absolute;
  right: 25px;
  bottom: 25px;
  margin: 0;
  z-index: 10000;
}

/**
 * loading画面
 * ---------------------------------------- */

/* 背景を暗くする */
.parallax-row-holder::before {
  content: "";
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #000;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**
 * SNSシェアボタン
 * ---------------------------------------- */
.entry-content {
  margin: 0 0 20px 0;
}
.sns__container {
  display: flex;
}
.sns__container a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
}
.sns__container a:hover {
  opacity: 0.6;
}
.sns__twitter {
  background: #55acee;
}
.sns__facebook {
  background: #3b5998;
}
.sns__pocket {
  background: #ef3f56;
}
.sns__line {
  background: #1dcd00;
}
.sns__hatena {
  background: #00a5de;
}

/*ーーーーーーーーーーー*/
/*　  ATOMS ランク　 　*/
/*ーーーーーーーーーーー*/
.atoms-rank-icon {
  width: 100px;
}

.atoms-rank-title {
  margin: 0;
}

.atoms-rank-box {
  display: flex;
  flex-wrap: wrap;
}
.atoms-rank-box .rank-list {
  width: 50%;
}
.rank-list p {
  display: flex;
  align-items: center;
}
.rank-list img {
  width: 30px;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 1080px) {
  .atoms-rank-box .rank-list {
    width: 100%;
  }
}

/* メンバー一覧 */
.member-page img.main-rank-icon {
  width: 40px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

/* 通知 */
#onesignal-bell-container.onesignal-reset
  .onesignal-bell-launcher.onesignal-bell-launcher-md
  .onesignal-bell-launcher-dialog
  .onesignal-bell-launcher-dialog-body
  .kickback {
  font-size: 0 !important;
}

#onesignal-bell-container.onesignal-reset
  .onesignal-bell-launcher.onesignal-bell-launcher-md
  .onesignal-bell-launcher-dialog
  .onesignal-bell-launcher-dialog-body
  .divider {
  display: none !important;
}

#onesignal-bell-container.onesignal-reset
  .onesignal-bell-launcher.onesignal-bell-launcher-md
  .onesignal-bell-launcher-dialog
  .onesignal-bell-launcher-dialog-body
  .kickback {
  display: none !important;
}

/*ーーーーーーーーーーーーーーーーー*/
/*　ATOMS TRACKER スライダーCSS　*/
/*ーーーーーーーーーーーーーーーー*/
.member-list {
  text-align: center;
  /* アニメーションのカクツキ対策 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, animation, position;
}
.member-item {
  line-height: 1.2;
  font-family: "Fabrikat", sans-serif;
  font-weight: 900;
}
.member-item figcaption {
  margin-top: 8px;
}
.member-item .name {
  /* display: block; */
  display: flex;
  font-size: 1.5rem;
  filter: drop-shadow(1px 0px 5px #000);
}
.member-item .name img {
  width: 20px;
  object-fit: cover;
  margin: 0 0 0 5px;
}
.member-item .team {
  font-size: 0.9rem;
}
:where(img, video) {
  max-width: 100%;
  height: auto;
}
.member-list.flickity-enabled .member-item {
  width: 240px;
  height: 300px;
}
.member-item .member-img {
  object-fit: contain;
  max-width: 100%;
  max-height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
figcaption {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-member .c-title .main {
  font-size: 7.3125rem;
}
.p-member .c-title .sub {
  margin-bottom: 0.4em;
  font-size: 1.25rem;
}
.p-member .c-title::before {
  display: none;
}
.member-box {
  width: 100vw;
  margin: 0px calc(50% - 50vw);
  /* background: #0f1923; */
  padding: 20px;
}
.member-box h2 {
  text-align: center;
}
.member_container {
  position: relative;
  margin: -70px calc(50% - 50vw) 0;
}
.member_container::before,
.member_container::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 120%;
  pointer-events: none;
}
.member_container::before {
  left: 0;
  background: linear-gradient(to right, #151515, transparent);
}
.member_container::after {
  right: 0;
  background: linear-gradient(to left, #151515, transparent);
}
@media screen and (min-width: 768px) {
  .p-member .c-button {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-member .c-title .main {
    font-size: 4rem;
  }
  .p-member .c-title .sub {
    font-size: 1rem;
  }
  .member_container {
    margin-top: -40px;
  }
}
@media screen and (max-width: 479px) {
  .member_container::before,
  .member_container::after {
    width: 40px;
  }
}
.flickity_arrow {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: calc(50% - 40px);
  width: 64px;
  height: 64px;
  color: white;
  line-height: 1;
}
.flickity_arrow.-prev {
  left: 20px;
  background: transparent;
  border: none;
  z-index: 999;
}
.flickity_arrow.-next {
  right: 20px;
  background: transparent;
  border: none;
  z-index: 999;
}
.flickity_arrow .ar {
  width: 100%;
  height: 100%;
}
.flickity_arrow.-prev .ar {
  filter: drop-shadow(-6px 0 0 var(--maincolor));
  transform: translateZ(0) scaleX(-1);
}
.flickity_arrow.-next .ar {
  filter: drop-shadow(6px 0 0 var(--maincolor));
  transform: translateZ(0);
}
@media screen and (max-width: 479px) {
  .flickity_arrow {
    width: 40px;
    height: 40px;
  }
  .flickity_arrow.-prev .ar {
    filter: drop-shadow(-4px 0 0 var(--maincolor));
    transform: translateZ(0) scaleX(-1);
  }
  .flickity_arrow.-next .ar {
    filter: drop-shadow(4px 0 0 var(--maincolor));
    transform: translateZ(0);
  }
}
.attention {
  text-align: right;
  margin: 0 50px 0 0;
  font-size: small;
}

.member-box .more {
  font-size: 3.125vw;
  margin-top: 3.3vw;
  margin-bottom: 2.656vw;
}

/*ーーーーーーーーーーーーーーーー*/
/*　　　見出しのエフェクト　　　　*/
/*ーーーーーーーーーーーーーーーー*/
.st-inner h1,
.st-inner h2,
.st-inner h3 {
  text-shadow: 0px 0px 10px #99eedf;
  animation: glow 4s infinite alternate;
}
@keyframes glow {
  0% {
    text-shadow: 0px 0px 25px rgba(0, 120, 255, 0.7);
  }
  20% {
    text-shadow: 0px 0px 20px rgba(0, 120, 255, 0.7);
  }
  40% {
    text-shadow: 0px 0px 45px rgba(0, 120, 255, 0.7);
  }
  60% {
    text-shadow: 0px 0px 30px rgba(0, 120, 255, 0.7);
  }
  60% {
    text-shadow: 0px 0px 15px rgba(0, 120, 255, 0.7);
  }
  100% {
    text-shadow: 0px 0px 50px rgba(0, 120, 255, 0.7);
  }
}

/* Common Section Styles */
.section-title {
  font-size: 3em;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.section-subtitle {
  font-size: 1.2em;
  color: #aaa;
  margin-bottom: 60px;
  text-align: center;
}

.section-text {
  font-size: 1.1em;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 40px;
  text-align: center;
}

/* Vision Section */
.vision-section {
  text-align: center;
  padding: 60px 20px;
}

/* Activity Section */
.activity-section {
  text-align: center;
  padding: 60px 20px;
  @media only screen and (max-width: 900px) {
    padding: 60px 0;
  }
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.activity-item {
  background-color: #17161a;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.activity-item i {
  font-size: 3em;
  color: var(--maincolor);
  margin-bottom: 20px;
}

.activity-item h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #fff;
}

.activity-item p {
  flex-grow: 1;
  margin-bottom: 30px;
  color: #fff;
}

/* About Me Section */
.about-me-section {
  padding: 60px 20px;
}

.about-me-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.about-me-image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #aaa;
}

.about-me-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-me-text h3 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 15px;
}

.about-me-text p {
  color: #aaa;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-me-sns a {
  color: #fff;
  font-size: 1.8em;
  margin-right: 20px;
}

.about-me-sns a:hover {
  color: var(--maincolor);
}

@media only screen and (max-width: 480px) {
  .attention {
    text-align: center;
    margin: unset;
    font-size: small;
  }

  .about-me-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .about-me-text h3 {
    text-align: center;
  }

  .about-me-sns {
    text-align: center;
  }

  .section-text {
    text-align: left;
  }

  .section-text br {
    content: " ";
    display: inline;
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .member-box .more {
    font-size: 10.667vw;
    margin-top: 9.922vw;
    margin-bottom: 12.8vw;
  }
}

/*ーーーーーーーーーーーーーーーー*/
/*　　　　PC角丸ヘッダー　　　　　*/
/*ーーーーーーーーーーーーーーーー*/
.radius-header .page-header {
  border-radius: 50px;
  width: 1110px;
  margin: 0 auto;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-shadow: rgba(31, 31, 31, 0.2) 0 2px 5px;
  -webkit-box-shadow: rgba(31, 31, 31, 0.2) 0 2px 5px;
  -moz-box-shadow: rgba(31, 31, 31, 0.2) 0 2px 5px;
}

.radius-header .menu-area.menu-right {
  border-radius: 50px;
}

.radius-header .vertical-align-containers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.radius-header .logo-wrapper a img {
  height: 100%;
}

.radius-header .tracker-search,
.radius-header .tracker-box select,
.radius-header .submit-btn input,
.radius-header .elements-holder .btn.btn-solid,
.radius-header .elements-holder .btn.btn-outline,
.radius-header .at-calendar-item a,
.radius-header .at-calendar-item a::before,
.radius-header .at-calendar-item img,
.radius-header .btn {
  border-radius: 20px;
}

@media only screen and (min-width: 480px) {
  .radius-header .tabs.tabs-standard {
    border-radius: 20px;
  }
  .radius-header .rbt-purchase {
    border-radius: 0 20px 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .forcefullwidth_wrapper_tp_banner .wpb_wrapper .elements-holder.two-columns,
  .forcefullwidth_wrapper_tp_banner .wpb_wrapper .st-title,
  .radius-header .st-title {
    text-align: center;
  }
}

/* ATOMS Page Styles - Single Column Layout */
.atoms-page-container.single-column {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;

  @media only screen and (max-width: 1024px) {
    padding: 20px 0;
  }
}

.atoms-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.atoms-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.atoms-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.atoms-section-card {
  background-color: #1e1e1e;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #333;
  text-align: left;
}

.atoms-section-title {
  font-size: 1.8em;
  color: #fff;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--maincolor);
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.atoms-section-card p,
.atoms-section-card li {
  color: #ccc;
  line-height: 1.8;
  font-size: 1.1em;
  margin: 0;
}

.atoms-section-card a {
  color: var(--maincolor);
  text-decoration: none;
  font-weight: bold;
}

.atoms-section-card a:hover {
  text-decoration: underline;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.benefits-list li i {
  color: var(--maincolor);
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

/* ATOMS Rank Page Styles */
.rank-intro-text {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #ccc;
}

.rank-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.rank-list-items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2a2a2e;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #fff;
}

.rank-list-items li.rainbow-animation {
  animation: shadow-animation 10s linear infinite;
  border: 1px solid transparent;
}

.rank-list-items img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-left: 15px;
}

.rank-rules-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.rank-rules-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.rank-rules-list li::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--maincolor);
}

@media only screen and (max-width: 768px) {
  .rank-list-items {
    grid-template-columns: 1fr;
  }
}

/* Tool Page Styles */
.tool-page-container {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;

  @media only screen and (max-width: 768px) {
    padding: 20px 0;
  }
}

.tool-page-container .page-title {
  font-size: 3em;
  color: #fff;
  margin-bottom: 10px;
}

.tool-page-container .page-subtitle {
  font-size: 1.2em;
  color: #aaa;
  margin-bottom: 60px;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.tool-card {
  display: block;
  background-color: #1e1e1e;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid #333;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 120, 255, 0.2);
}

.featured-stream-section {
  max-width: 900px;
  margin: 0 auto;
}

.featured-stream-section .tabs.tabs-standard .tabs-nav li a {
  color: #fff;
}

.featured-stream-section .tabs.tabs-standard .tabs-nav li.ui-state-active a {
  color: var(--maincolor);
}

.featured-stream-section .stream-box-holder {
  padding: 20px;
  background: #1e1e1e;
  border-radius: 0 0 10px 10px;
}

.tool-card-icon {
  font-size: 3.5em;
  color: var(--maincolor);
  margin-bottom: 25px;
}

.tool-card-title {
  font-size: 1.6em;
  color: #fff;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.tool-card-description {
  font-size: 1em;
  color: #aaa;
  line-height: 1.7;
  margin: 0;
}

.radius-header:not(#youtube):not(#twitch-live) #template-page,
.radius-header #template-single,
.radius-header .archive-content {
  padding: 150px 10vw;

  @media only screen and (max-width: 768px) {
    padding: 30px 30px 120px 30px;
  }
}

/* 記事ページのCSS */
.radius-header #template-single {
  padding: 150px 0;
  display: flex;
  position: relative;
}

.radius-header #template-single .main-single {
  width: 80%;
  height: 100%;
  background: aliceblue;
  padding: 20px;
  border-radius: 20px;
}

.radius-header #template-single .main-single .entry-date,
.radius-header #template-single .main-single .entry-author,
.radius-header #template-single .main-single .entry-author a {
  color: #757575;
}

.radius-header #template-single .main-single h2 {
  font-size: 26px;
}

.radius-header #template-single .main-single h3 {
  font-size: 23px;
}

.radius-header #template-single .main-single .entry-header,
.radius-header #template-single .main-single .entry-header .pagetitle {
  color: #000;
}

.radius-header #template-single .main-single .entry-header .pagetitle {
  font-size: 28px;
  text-align: left;
}

.radius-header #template-single .side-content {
  /* width: 20%; */
  color: #000;
  position: sticky;
  right: 5%;
  margin: 0 0 0 20px;
  width: 360px;
}

.radius-header #template-single .side-content a {
  color: #000;
}

.radius-header #template-single .side-content .toc__container {
  /* margin: 0 0 40px 0;
  background: aliceblue;
  padding: 30px;
  border-radius: 20px; */
  position: sticky;
  top: 150px;
  /* width: 450px;
  transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0; */
}

.side-content .iframeBox {
  height: 470px;
  margin: 0 0 40px 0;
  /* min-width: 380px; */
  overflow: hidden;
  background: aliceblue;
  border-radius: 20px;
}

.side-content .iframeBox .iframeResize {
  width: 450px;
  height: 600px;
  overflow: hidden;
}

.side-content .iframeBox iframe {
  border-radius: 20px;
  transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
}

.radius-header .single-content {
  color: #000;
  padding: 10px;
  /* max-width: 1000px; */
  margin: 0 auto 20px auto;
}

.radius-header .atoms {
  margin: 10px;
}

.radius-header .single-content a {
  color: var(--maincolor);
}

.radius-header .single-content h3 {
  font-size: 40px;
  margin: 50px 0 10px 0;
}

.radius-header .single-content h4 {
  margin: 30px 0;
}

.radius-header .single-content h2,
.radius-header .single-content h3,
.radius-header .single-content h4 {
  color: #000;
  text-shadow: unset;
  animation: unset;
  text-transform: unset;
}
.radius-header code {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .radius-header .single-content {
    padding: 0;
  }
  .radius-header #template-single .main-single {
    width: 100%;
  }

  .radius-header #template-single .main-single .entry-header {
    padding: 10px;
  }

  .radius-header #template-single .side-content {
    display: none;
  }
}

/*ーーーーーーーーーーーーーーーー*/
/*　　スマホ用サイドメニュー　　　*/
/*ーーーーーーーーーーーーーーーー*/
@media only screen and (max-width: 1024px) {
  .side-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .side-menu-slide-from-right .side-menu .side-area-inner {
    display: unset;
  }
  .side-menu-slide-from-right .side-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100vw;
  }

  .side-menu-slide-from-right.right-side-menu-opened
    .side-menu
    .side-area-inner {
    display: unset;
    height: unset;
    font-size: 15px;
  }

  .search-close,
  .side-menu .side-area-inner a.close-side-menu {
    display: none;
  }

  .wrapper .fullscreen-search-holder .search-field {
    font-size: 15px;
  }

  .right-side-menu-opened .side-menu {
    -webkit-animation: search_fade_in 0.3s ease both;
    animation: search_fade_in 0.3s ease both;
  }
}

/*ーーーーーーーーーーーーーーーー*/
/*　　　　スマホ下層ナビ　　　　　*/
/*ーーーーーーーーーーーーーーーー*/
.sp-nav-menu {
  display: none;
}

/*ーーーーーーーーーーーーーーーー*/
/*　　　TwitchページのCSS　　　　*/
/*ーーーーーーーーーーーーーーーー*/
.fullscreen-twitch-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 0;
}
.twitch-fade-out.twitch-fade .fullscreen-twitch-holder {
  -webkit-animation: search_fade_out 0.2s ease-out both;
  animation: search_fade_out 0.2s ease-out both;
}
.twitch-fade-in.twitch-fade .fullscreen-twitch-holder.animate {
  -webkit-animation: search_fade_in 0.3s ease both;
  animation: search_fade_in 0.3s ease both;
  z-index: 9999;
  /* overflow: scroll; */
  overscroll-behavior-y: contain;
}
.twitch-fade-out.twitch-fade .fullscreen-twitch-holder .atoms-char {
  width: 90px;
  position: fixed;
  bottom: 90px;
  z-index: 999;
  left: 100px;
  filter: drop-shadow(5px 5px 5px #333);
  display: none;
}
.twitch-fade .fullscreen-twitch-holder .fullscreen-twitch-table {
  background-color: rgba(0, 0, 0, 0.9);
  /* padding: 150px 0; */
  min-height: 100vh;
}
.fullscreen-twitch-holder .fullscreen-twitch-cell {
  position: relative;
  /* display: table-cell; */
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.fullscreen-twitch-inner {
  height: 100vh;
  display: none;
}
.fullscreen-twitch-inner iframe {
  width: 100%;
  height: 100%;
}

/*ーーーーーーーーーーーーーーーー*/
/*　　　YouTubeページのCSS　　　　*/
/*ーーーーーーーーーーーーーーーー*/
.fullscreen-youtube-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 0;
}
.youtube-fade-out.youtube-fade .fullscreen-youtube-holder {
  -webkit-animation: search_fade_out 0.2s ease-out both;
  animation: search_fade_out 0.2s ease-out both;
}
.youtube-fade-in.youtube-fade .fullscreen-youtube-holder.animate {
  -webkit-animation: search_fade_in 0.3s ease both;
  animation: search_fade_in 0.3s ease both;
  z-index: 9999;
  /* overflow: scroll; */
  overscroll-behavior-y: contain;
}
.youtube-fade-out.youtube-fade .fullscreen-youtube-holder .atoms-char {
  width: 90px;
  position: fixed;
  bottom: 90px;
  z-index: 999;
  right: 150px;
  filter: drop-shadow(5px 5px 5px #333);
  display: none;
}
.youtube-fade .fullscreen-youtube-holder .fullscreen-youtube-table {
  background-color: rgba(0, 0, 0, 0.9);
  /* padding: 150px 0; */
  min-height: 100vh;
}
.fullscreen-youtube-holder .fullscreen-youtube-cell {
  position: relative;
  /* display: table-cell; */
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.fullscreen-youtube-inner {
  height: 100vh;
  display: none;
}
.fullscreen-youtube-inner iframe {
  width: 100%;
  height: 100%;
}

.iframe-bg {
  width: 100%;
  height: 100%;
  background: aliceblue;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 320px) {
  .sp-nav-menu {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #back-to-top {
    display: none;
  }
  .search-fade .fullscreen-search-holder {
    z-index: 9999;
  }
  .twitch-fade #template-page,
  .twitch-fade #template-single,
  .twitch-fade .archive-content {
    padding: 30px 30px 120px 30px;
  }
  .radius-header.twitch-fade #template-page,
  .radius-header.twitch-fade #template-single,
  .radius-header.twitch-fade .archive-content {
    margin-top: 0;
  }
  .sp-nav-menu {
    display: block;
  }
  .sp-nav-menu .nav {
    display: flex;
    flex-direction: row;
    width: 375px;
    margin: auto;
    background-color: #fff;
    padding: 25px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.8);

    position: fixed;
    z-index: 99999;
    bottom: 30px;
    border-radius: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #17161a;
  }

  .sp-nav-menu .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.2s ease-out;
  }
  .sp-nav-menu .nav-item:hover {
    color: var(--maincolor);
  }

  .sp-nav-menu .nav-text {
    font-size: 20px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    display: none;
    transition: all 0.3s ease;
  }

  .sp-nav-menu .material-icons {
    display: inline;
    font-size: 32px;
    transition: color 0.3s;
  }

  .sp-nav-menu .nav-item.active {
    flex-grow: 3;
    border-radius: 30px;
    background: #eee;
    justify-content: flex-start;
  }

  .sp-nav-menu .nav-item.active .nav-text {
    display: inline-block;
  }
  .twitch-fade-out.twitch-fade .fullscreen-twitch-holder .atoms-char {
    display: block;
  }
  .youtube-fade-out.youtube-fade .fullscreen-youtube-holder .atoms-char {
    display: block;
  }
}

/* 追従バナー */
#twitch-live .floating-banner,
#youtube .floating-banner {
  display: none;
}
body:not(#twitch-live):not(#youtube) .floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 15px;
  right: 110px;
  width: 720px;
  cursor: pointer;
}
body:not(#twitch-live):not(#youtube) .floating-banner__link {
  display: block;
}
body:not(#twitch-live):not(#youtube) .floating-banner__image {
  max-width: 100%;
}
body:not(#twitch-live):not(#youtube) .floating-banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(#twitch-live):not(#youtube) .floating-banner__close:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 990px) {
  body:not(#twitch-live):not(#youtube) .floating-banner {
    /* display: none; */
  }
}
@media screen and (max-width: 560px) {
  body:not(#twitch-live):not(#youtube) .floating-banner {
    /* display: none; */
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
  }
}

/* New Flex Container for Discord and Downloads */
.atoms-content-flex-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  text-align: center;
  margin-top: 50px;
}

.discord-widget-column {
  background-color: #1e1e1e;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #333;
}

.atoms-content-column {
  flex: 1;
  min-width: 350px;
  max-width: 500px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.discord-widget-column h4 {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 20px;
}
.discord-widget-column iframe {
  border-radius: 8px;
  width: 100%;
}

/* Download Item Styles */
.download-section-column {
  background-color: #1e1e1e;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #333;
}

.download-section-title {
  font-size: 1.8em;
  color: #fff;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--maincolor);
  text-align: center;
}

.download-item-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.download-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #2a2a2e;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  text-align: center;
  transition: transform 0.2s ease;
}

.download-item:hover {
  transform: translateY(-5px);
}

.download-preview {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #17161a;
  border-radius: 5px;
  overflow: hidden;
}

.download-preview-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 5px;
}

.download-preview-icon {
  font-size: 4em;
  color: var(--maincolor);
}

.download-info {
  margin-bottom: 15px;
}

.download-info h5 {
  font-size: 1.2em;
  color: #fff;
  margin: 0 0 5px 0;
}

.download-info p {
  font-size: 0.9em;
  color: #aaa;
  margin: 0;
}
.download-info .file-type {
  font-size: 0.9em;
  color: #888;
  background-color: #3a3a3e;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--maincolor);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%; /* ボタンを幅いっぱいに広げる */
  font-size: 1em;
  font-weight: bold;
}

.download-button:hover {
  background-color: #0056b3;
  box-shadow: 0 0 15px rgba(0, 120, 255, 0.4);
}

.download-note {
  font-size: 0.85em;
  color: #888;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .download-section-column {
    padding: 20px;
  }

  .download-section-title {
    font-size: 1.5em;
  }
}
