@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-fixBtn {
  background: #D4AF37;
  color: #000;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  background: #16A34A;
  transition: all 0.3s ease;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link:hover {
  opacity: 0.8;
}

.post_content h3::before {
  content: none !important;
}
.c-gnav>.menu-item>a .ttl {
  font-size: 15px;
}
.header-cta ul {
  flex-wrap: nowrap;
}
.l-header__inner .wp-block-column {
  gap: 0!important;
}


:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
      background-color: transparent;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: transparent;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
      background-color: transparent;
}
.game-section {
  margin-bottom: 60px;
}
.games-grid__uuper {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .games-grid__uuper {
    width: 100%;
  }
}




.games-grid__flex {
  display: flex;
  gap: 30px;
}
@media (max-width: 800px) {
  .games-grid__flex {
    flex-direction: column;
  }
}
.game-card {
    background-color: #1c1e30;
    border: 1px solid #3a3c5a;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.game-card.show {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 801px) {
  .game-card--under {
  max-width: calc(33.3333% - 1.04167rem);
}
}
@media (min-width: 600px) and (max-width: 800px) {
  .game-card--under {
  max-width: 100%;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 599px) {
  .game-card--under {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
}
.game-card:nth-child(1),
.game-card:nth-child(2) {
    grid-column: span 3;
}
.game-card:nth-child(3),
.game-card:nth-child(4),
.game-card:nth-child(5) {
    grid-column: span 2;
}
.image-placeholder {
    aspect-ratio: 296/140;
    max-height: 200px;
}
.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #374151;
}
.card-content h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #D4AF37;
    font-size: 1.25rem;
    font-weight: 600;
}
.card-content p {
    margin: 0;
    color: #c0c2e0; /* 説明文の色 */
    font-size: 0.9rem;
    line-height: 1.6;
}
/* --- レスポンシブ対応 --- */
@media (max-width: 992px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .game-card:nth-child(n) {
        grid-column: span 1;
    }
}
@media (max-width: 768px) {
    body {
        padding: 1rem;
    }
    .games-grid {
        grid-template-columns: 1fr;
    }
    .game-card:nth-child(n) {
        grid-column: span 1;
    }
}

.post_content .wp-block-embed {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.price-box {
  background: #1c2230; /* 濃い紺 */
  border: 1px solid #d4af37; /* ゴールド */
  border-radius: 8px;
  padding: 30px;
  margin: 40px auto;
  color: #fff;
}
@media (max-width: 599px) {
  .price-box {
    padding: 20px;
  }
}
.price-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #d4af37; /* ゴールド */
  margin-bottom: 20px;
}
.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  font-size: 1rem;
}
.price-item:first-of-type {
  border-top: none;
}
.price-label {
  flex: 1;
}

.price-value {
  font-weight: bold;
  font-size: 1.3rem;
  color: #d4af37;
  margin-left: 20px;
  white-space: nowrap;
}

.price-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.footer-btn-area {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 668px) {
  .footer-btn-area {
    flex-direction: column;
    gap: 15px;
  }
}
.footer-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 9999px; /* pill型 */
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footer-btn.show {
  opacity: 1;
  transform: translateY(0);
}
.footer-btn-gold {
  background: #d4af37;
  color: #000;
}
.footer-btn-green {
  background: #2f9d46;
  color: #fff;
}
.footer-btn-gray {
  background: #e6e6e6;
  color: #000;
}
.footer-btn:hover {
  opacity: 0.85;
}
.u-fz-14, .u-fz-16 {
    font-size: 24px;
    margin: 0 5px;
}
.c-iconList {
  align-items: center;
}
.-youtube .u-fz-14, .u-fz-16 {
  font-size: 32px;
}




.fv-btn-area {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .fv-btn-area {
    flex-direction: column;
  }
}
.fv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 9999px; /* pill型 */
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 350px;
}
@media (max-width: 768px) {
  .fv-btn {
    width: 100%;
  }
}
.fv-btn-gold {
  background: #d4af37;
  color: #fff;
}

.fv-btn-green {
  background: #2f9d46;
  color: #fff;
}

.fv-btn:hover {
  opacity: 0.85;
}

.fv-icon {
  font-size: 1.3rem;
  display: inline-block;
}
.fv-lead {
  font-size: 1rem;
  color: #d4af37; /* ゴールド */
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.fv-title {
  font-size: 50px!important;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .fv-title {
  font-size: 36px!important;
  margin-top: 50px;
}
}
.fv-title span {
  color: #d4af37;
}
.fv-sub {
  font-size: 20px;
  text-align: center;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .fv-sub {
  font-size: 18px!important;
  margin-bottom: 20px;
}
}


.btn-line::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("http://www.blow.yu-test.space/wp-content/uploads/2025/09/chatting_9710505_white.png") no-repeat center/contain;
  vertical-align: middle;
}
.btn-tel::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("http://www.blow.yu-test.space/wp-content/uploads/2025/09/telephone_10224405.png") no-repeat center/contain;
  vertical-align: middle;
}
.btn-map::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("http://www.blow.yu-test.space/wp-content/uploads/2025/09/map_14357761.png") no-repeat center/contain;
  vertical-align: middle;
}
.btn-map--white::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("http://www.blow.yu-test.space/wp-content/uploads/2025/09/map_14357761_white.png") no-repeat center/contain;
  vertical-align: middle;
}