@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
*/

/*******************************************************************************************
** ガチャ共通スタイル
*******************************************************************************************/

.gacha-container {
  position: relative;
  max-width: 650px;
  margin: 50px auto;
  padding: 50px 25px 35px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.gacha-points-wrapper {
  position: absolute;
  top: 10px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
  height: 40px;
}

.gacha-points-badge {
  background-color: #33cc66;
  color: #fff;
  padding: 6px 12px;
  min-height: 36px;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(51,204,102,0.4);
  font-size: 18px;
  white-space: nowrap;
}

.gacha-pt-text {
  font-size: 12px;
  margin-left: 2px;
}

/* 動的生成されるクラスにも対応 */
[class*="-pt-text"] {
  font-size: 12px;
  margin-left: 2px;
}

.gacha-reset-btn {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  min-width: 120px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: #33cc66;
  border: 1px solid #33cc66;
  -webkit-tap-highlight-color: transparent;
}

.gacha-reset-btn:hover {
  background-color: #e8faf0;
  transform: translateY(-1px);
}

.gacha-prize-text {
  font-size: 36px;
  font-weight: 900;
  color: #FF4500;
  text-align: center;
  margin: 25px 0 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.gacha-prize-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 30px auto 40px;
}

.gacha-prize-images .gacha-prize-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.gacha-prize-images img {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 8px;
  max-width: 260px;
  min-width: 160px;
  height: auto;
  object-fit: contain;
}

.gacha-cost-wrapper {
  text-align: center;
  margin: 25px 0;
  padding: 20px;
  background: linear-gradient(135deg, #33cc66 0%, #28a650 100%);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(51,204,102,0.3);
}

.gacha-cost-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

.gacha-cost-amount {
  font-size: 32px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.gacha-remaining-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.gacha-remaining,
.gacha-total {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.gacha-progress-bar {
  width: 100%;
  height: 20px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}

.gacha-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff0000, #ff6347);
  border-radius: 10px;
  transition: width 0.3s;
}

.gacha-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 15px 0;
}

.gacha-main-button {
  font-size: 26px;
  font-weight: 900;
  padding: 16px 40px;
  border-radius: 12px;
  background-color: #33cc66;
  color: white;
  border: none;
  box-shadow: 0 6px 0 #28a650, 0 8px 15px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.2s;
  min-height: 60px;
  min-width: 240px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3), 
               0 0 10px rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
  position: relative;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.gacha-main-button:hover:enabled {
  background-color: #3dd673;
  box-shadow: 0 6px 0 #28a650, 0 10px 20px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}

.gacha-main-button:active:enabled {
  top: 4px;
  box-shadow: 0 2px 0 #28a650, 0 4px 8px rgba(0,0,0,0.2);
}

.gacha-main-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  box-shadow: 0 4px 0 #999, 0 6px 10px rgba(0,0,0,0.2);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.gacha-convert-button {
  font-size: 26px;
  font-weight: 900;
  padding: 16px 40px;
  min-height: 60px;
  min-width: 240px;
  border-radius: 12px;
  background-color: #33cc66;
  color: white;
  border: none;
  box-shadow: 0 6px 0 #28a650, 0 8px 15px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.2s;
  display: block;
  margin: 14px auto 30px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3), 
               0 0 10px rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
  position: relative;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.gacha-convert-button:hover:enabled {
  background-color: #3dd673;
  box-shadow: 0 6px 0 #28a650, 0 10px 20px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}

.gacha-convert-button:active:enabled {
  top: 4px;
  box-shadow: 0 2px 0 #28a650, 0 4px 8px rgba(0,0,0,0.2);
}

.gacha-convert-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  box-shadow: 0 4px 0 #999, 0 6px 10px rgba(0,0,0,0.2);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  transform: none;
}

.gacha-replay-button {
  font-size: 26px;
  font-weight: 900;
  padding: 16px 40px;
  min-height: 60px;
  min-width: 240px;
  border-radius: 12px;
  background-color: #ff69b4;
  color: white;
  border: none;
  box-shadow: 0 6px 0 #ff1493, 0 8px 15px rgba(0,0,0,0.3);
  transition: all 0.2s;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3), 
               0 0 10px rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
  position: relative;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.gacha-replay-button:hover {
  background-color: #ff85c1;
  box-shadow: 0 6px 0 #ff1493, 0 10px 20px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}

.gacha-replay-button:active {
  top: 4px;
  box-shadow: 0 2px 0 #ff1493, 0 4px 8px rgba(0,0,0,0.2);
}

.gacha-result {
  margin-top: 30px;
}

.gacha-select-all-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  padding: 0 30px;
}

.gacha-select-all-container input[type="checkbox"] {
  width: 24px;
  height: 24px;
  appearance: none;
  background-color: #fff;
  border: 2px solid #33cc66;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.gacha-select-all-container input[type="checkbox"]:hover {
  border-color: #28a650;
  box-shadow: 0 0 8px rgba(51,204,102,0.3);
}

.gacha-select-all-container input[type="checkbox"]:checked {
  background-color: #33cc66;
  border-color: #33cc66;
}

.gacha-select-all-container input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.gacha-select-all-container label {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

.gacha-card {
  max-width: 540px;
  padding: 30px;
  margin: 25px auto;
  box-shadow: 0 16px 50px rgba(0,0,0,0.35);
  border-radius: 16px;
  background: white;
  transition: all 0.3s;
}

.gacha-card:hover {
  box-shadow: 0 25px 70px rgba(0,0,0,0.45);
  transform: translateY(-5px);
}

.gacha-card-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 8px;
}

.gacha-card-checkbox {
  width: 24px;
  height: 24px;
  appearance: none;
  background-color: #fff;
  border: 2px solid #33cc66;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.gacha-card-checkbox:hover {
  border-color: #28a650;
  box-shadow: 0 0 8px rgba(51,204,102,0.3);
}

.gacha-card-checkbox:checked {
  background-color: #33cc66;
  border-color: #33cc66;
}

.gacha-card-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.gacha-card-name {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 480px;
  -webkit-tap-highlight-color: transparent;
}

.gacha-card-points {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #FF4500;
  text-align: center;
  margin: 12px 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.gacha-card img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 8px;
}

.gacha-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.gacha-modal {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  text-align: center;
  max-width: 90%;
  min-width: 300px;
}

.gacha-modal-text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
}

.gacha-modal-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.gacha-button-cancel,
.gacha-button-confirm {
  font-size: 18px;
  font-weight: bold;
  padding: 12px 30px;
  min-width: 120px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
}

.gacha-button-cancel {
  background-color: #ccc;
  color: #333;
}

.gacha-button-cancel:hover {
  background-color: #b3b3b3;
  transform: translateY(-2px);
}

.gacha-button-confirm {
  background-color: #33cc66;
  color: white;
}

.gacha-button-confirm:hover {
  background-color: #28a650;
  transform: translateY(-2px);
}

.gacha-effect-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  flex-direction: column;
  gap: 20px;
}

.gacha-effect-text {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 20px rgba(255,255,255,0.8);
  animation: pulse 1.5s infinite;
  z-index: 100001;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.gacha-skip-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: rgba(255,255,255,0.2);
  color: white;
  border: 2px solid white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 100002;
  -webkit-tap-highlight-color: transparent;
}

.gacha-skip-button:hover {
  background-color: rgba(255,255,255,0.4);
  transform: scale(1.05);
}

.gacha-effect-video {
  max-width: 80%;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
  z-index: 100000;
}

/*******************************************************************************************
** スマホ対応
*******************************************************************************************/

@media screen and (max-width: 767px) {
  .gacha-container {
    padding: 60px 15px 25px;
    margin: 20px auto;
  }

  .gacha-points-wrapper {
    left: 15px;
    right: 15px;
    gap: 6px;
    justify-content: space-between;
  }

  .gacha-reset-btn {
    font-size: 11px;
    padding: 7px 8px;
    min-width: 100px;
    min-height: 36px;
    flex: 0 0 100px;
    white-space: nowrap;
  }

  .gacha-points-badge {
    font-size: 16px;
    padding: 7px 12px;
    min-height: 36px;
    flex: 0 0 auto;
  }

  .gacha-pt-text {
    font-size: 11px;
  }

  .gacha-prize-text {
    font-size: 28px;
    margin: 20px 0 10px;
  }

  .gacha-prize-images {
    gap: 10px;
    margin: 20px auto 30px;
  }

  .gacha-prize-images .gacha-prize-row {
    gap: 8px;
  }

  .gacha-prize-images img {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 8px;
    max-width: 47%;
    min-width: 120px;
  }

  .gacha-cost-wrapper {
    padding: 15px;
    margin: 20px 0;
  }

  .gacha-cost-text {
    font-size: 20px;
  }

  .gacha-cost-amount {
    font-size: 28px;
  }

  .gacha-remaining-text {
    font-size: 16px;
  }

  .gacha-button-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  .gacha-main-button {
    font-size: 19px;
    font-weight: 900;
    padding: 12px 20px;
    min-height: 52px;
    min-width: 0;
    flex: 1;
    order: 1;
    box-shadow: 0 4px 0 #28a650, 0 6px 12px rgba(0,0,0,0.3);
  }

  .gacha-replay-button {
    font-size: 19px;
    font-weight: 900;
    padding: 12px 20px;
    min-height: 52px;
    min-width: 0;
    flex: 1;
    order: 2;
    box-shadow: 0 4px 0 #ff1493, 0 6px 12px rgba(0,0,0,0.3);
  }

  .gacha-convert-button {
    font-size: 19px;
    font-weight: 900;
    padding: 12px 20px;
    min-height: 52px;
    min-width: 200px;
    box-shadow: 0 4px 0 #28a650, 0 6px 12px rgba(0,0,0,0.3);
  }

  .gacha-card {
    padding: 20px;
    margin: 20px auto;
  }

  .gacha-card-name {
    font-size: 20px;
    max-width: 280px;
  }

  .gacha-card-points {
    font-size: 32px;
  }

  .gacha-modal {
    padding: 30px 20px;
    min-width: 280px;
  }

  .gacha-modal-text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .gacha-modal-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  .gacha-button-cancel,
  .gacha-button-confirm {
    font-size: 15px !important;
    padding: 12px 10px !important;
    min-width: 0 !important;
    flex: 1 !important;
    min-height: 48px !important;
    white-space: nowrap !important;
  }

  .gacha-select-all-container {
    padding: 0 20px;
    margin: 15px 0;
  }

  .gacha-select-all-container label {
    font-size: 20px;
  }

  .gacha-effect-text {
    font-size: 24px;
  }

  .gacha-effect-video {
    max-width: 98% !important;
    max-height: 90vh !important;
  }
}

/*******************************************************************************************
** Cocoonテーマカスタマイズ
*******************************************************************************************/

.widget_categories ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.widget_categories ul li a {
  display: block !important;
  padding: 12px 16px !important;
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  transition: all 0.3s !important;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 700 !important;
}

.widget_categories ul li a::before,
.sidebar .widget_categories ul li a::before {
  color: #fff !important;
}

.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f4d8";
  color: #33CC66;
  font-weight: 600;
  padding-right: 8px;
}

.widget_categories ul li a:hover {
  background: #ADFFD6 !important;
  color: #33CC66;
}

.sidebar h3,
.widget_categories .widget-entry-card-title {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  background: linear-gradient(transparent 60%, #90EE90 60%, #90EE90 85%, transparent 85%) !important;
  display: inline-block !important;
  padding: 2px 6px !important;
}

.archive-title {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 700 !important;
  display: inline-block !important;
  padding: 2px 6px !important;
  line-height: 1.8 !important;
}

.cat-link,
.category-label,
.entry-card-meta .cat-link {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 700 !important;
  padding: 2px 4px !important;
}

a[href*="category/"],
.category a {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

.mobile-header-menu-buttons {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .mobile-menu-buttons,
  .mobile-header-menu-buttons,
  .header-container .mobile-menu-buttons {
    display: none !important;
  }
  body {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-buttons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: #33cc66 !important;
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 9999 !important;
  }

  .mobile-menu-buttons .home-menu-button,
  .mobile-menu-buttons .sidebar-menu-button {
    position: absolute !important;
    z-index: 10 !important;
    background-color: transparent !important;
  }

  .mobile-menu-buttons .home-menu-button {
    left: 0 !important;
  }

  .mobile-menu-buttons .sidebar-menu-button {
    right: 0 !important;
  }

  .mobile-menu-buttons .home-menu-button a,
  .mobile-menu-buttons .sidebar-menu-button a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
  }

  .mobile-menu-buttons::before {
    content: '';
    position: absolute !important;
    inset: 0 !important;
    background-image: url('https://towanowakaba.online/wp-content/uploads/2025/12/モバイルヘッダー①.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #33cc66;
    z-index: 1 !important;
  }

  .mobile-menu-buttons .prev-menu-button,
  .mobile-menu-buttons .next-menu-button {
    display: none !important;
  }

  .mobile-menu-buttons .fa,
  .mobile-menu-buttons .fas,
  .mobile-menu-buttons a {
    color: #fff !important;
  }

  .header-container {
    background-color: #33cc66 !important;
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 9999 !important;
  }

  .menu-button-in,
  .menu-button a,
  .mobile-menu-buttons .menu-button,
  .mobile-menu-buttons .menu-button a,
  .menu-button .fa,
  .menu-button .fas {
    color: #fff !important;
  }
}

.sidebar,
#sidebar,
.sidebar-menu,
.sidebar-scroll,
.sidebar-menu-content,
#sidebar-menu,
.sidebar-menu-body,
.sidebar-wrapper,
#drawer-sidebar,
.drawer-sidebar,
.sidebar-container,
.widget-area,
.navi-menu,
.navi-menu-content,
#navi,
.navi-in {
  background-color: #33cc66 !important;
}

.navi-menu a,
.navi-menu-content a,
.navi-menu .fa,
.navi-menu .fas,
.navi-menu-caption,
.sidebar a,
.sidebar .sidebar-menu-content a,
.sidebar .widget a,
.sidebar-menu a,
.navi-menu-content a,
.sidebar li,
.sidebar span,
.sidebar p,
.sidebar h3,
.sidebar .widget-title,
.sidebar .sidebar-menu-caption,
.sidebar h1,
.sidebar h2,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.widget_categories .widget-entry-card-title,
.sidebar,
.sidebar * {
  color: #fff !important;
}

.sidebar h3,
.sidebar .widget-title,
.sidebar .sidebar-menu-caption,
.widget_categories .widget-entry-card-title {
  background: transparent !important;
}

.sidebar a:hover,
.sidebar-menu a:hover,
.navi-menu-content a:hover,
.navi-menu a:hover,
.widget_categories ul li a:hover {
  background-color: rgba(255,255,255,0.2) !important;
}

.sidebar .widget,
.sidebar-menu-content,
.navi-menu-content,
.sidebar li,
.widget_categories ul li a {
  border-color: rgba(255,255,255,0.3) !important;
}

.sidebar .ad-area,
.sidebar .ad-label,
.sidebar .ad-wrap {
  background-color: #33cc66 !important;
}

body.gacha-playing .footer,
body.gacha-playing footer,
body.gacha-playing .footer-bottom,
body.gacha-playing .footer-container,
body.gacha-playing .site-info,
body.gacha-playing .copyright,
body.gacha-playing .mobile-menu-buttons,
body.gacha-playing .header-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -1 !important;
}
/*******************************************************************************************
** タップハイライト削除（ブルーフラッシュ対策）
*******************************************************************************************/

/* 全てのタップ可能要素からハイライトを削除 */
* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
}

/* リンクとボタンの追加対策 */
a, button, input, select, textarea, label, .gacha-card, .gacha-card-name, .gacha-card img {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* テキスト入力欄は選択可能にする */
input[type="text"], 
input[type="number"], 
textarea {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
/*******************************************************************************************
** PCでアイキャッチ画像を大きく表示（追加分）
*******************************************************************************************/

/* デスクトップ（PC）表示時のアイキャッチ画像拡大 */
@media screen and (min-width: 768px) {
  
  /* アイキャッチ画像のコンテナを85%サイズで中央揃え */
  .eye-catch {
    max-width: 85% !important;
    width: 85% !important;
    margin: 0 auto !important;
  }
  
  /* アイキャッチ画像本体を拡大 */
  .eye-catch img,
  .entry-card-thumb img,
  .article-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  
  /* 記事ページのアイキャッチエリア全体を85%で中央揃え */
  .article-header .eye-catch-wrap,
  .article .eye-catch {
    width: 85% !important;
    max-width: 85% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  
  /* アイキャッチ画像の上部余白を削除 */
  .eye-catch-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* 記事ヘッダー部分の調整 */
  .article-header {
    margin-bottom: 20px !important;
  }
  
  /* 画像全体を表示（高さ制限なし） */
  .single .eye-catch,
  .singular .eye-catch {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }
  
  .eye-catch img {
    max-height: none !important;
    height: auto !important;
  }
  
  /* Cocoonの制約を上書き（85%で中央揃え） */
  .article-thumbnail,
  .article-thumbnail-wrap {
    width: 85% !important;
    max-width: 85% !important;
    margin: 0 auto !important;
  }
  
  /* 記事本文のコンテナ幅も調整 */
  .article-body-inner {
    max-width: 100% !important;
  }
}

/* タブレットサイズでも適用 */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .eye-catch img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*******************************************************************************************
** PCで記事タイトルを非表示
*******************************************************************************************/

/* デスクトップ（PC）表示時の記事タイトルを非表示 */
@media screen and (min-width: 768px) {
  
  /* 記事ページのタイトルを非表示 */
  .entry-title,
  .article-title,
  .single .entry-title,
  .singular .entry-title {
    display: none !important;
  }
  
  /* タイトルのヘッダーエリアも非表示 */
  .entry-header-in .entry-title,
  .article-header .entry-title {
    display: none !important;
  }
}