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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* ===== VODpedia  2026-06-21 ===== */
#header-container,
#header-container-in {
	  height: auto !important;
	  min-height: 0 !important;
}
.hlt-center-logo .header {
	  height: auto !important;
	  min-height: 0 !important;
	  aspect-ratio: unset !important;
}
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* ====== Age Gate Buttons 2026-06-24 ====== */
/* YES button: green, large, prominent */
.age-gate__button--yes {
    background-color: #28a745 !important;
    color: #ffffff !important;
    border: 3px solid #1e7e34 !important;
    padding: 16px 48px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    min-width: 220px !important;
    margin: 10px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4) !important;
    cursor: pointer !important;
    display: inline-block !important;
}
.age-gate__button--yes:hover {
    background-color: #218838 !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.5) !important;
}

/* NO button: gray, smaller, subdued */
.age-gate__button--no {
    background-color: #6c757d !important;
    color: #dddddd !important;
    border: 2px solid #545b62 !important;
    padding: 12px 36px !important;
    font-size: 15px !important;
    font-weight: normal !important;
    border-radius: 6px !important;
    min-width: 180px !important;
    margin: 10px !important;
    opacity: 0.8 !important;
    cursor: pointer !important;
    display: inline-block !important;
}
.age-gate__button--no:hover {
    background-color: #545b62 !important;
    opacity: 1 !important;
}

/* Button container: center-align */
.age-gate__buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 20px !important;
}
