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

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

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

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

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

/************************************
** アスオラまとめ速報 — ヘッダー画像（本体幅1256px）
************************************/
.header {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
.header-in.wrap {
    max-width: 1256px !important;
    margin: 0 auto !important;
    background-image: url(/wp-content/uploads/2026/05/asuora-header-1.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    aspect-ratio: 1915 / 661;
    height: auto !important;
    min-height: unset !important;
    width: 100% !important;
    padding: 0 !important;
}
.logo-header.logo-text,
.tagline,
#header .site-name-text {
    display: none !important;
}
.navi {
    margin-top: 0 !important;
}
@media screen and (max-width: 1256px) {
    .header-in.wrap {
        max-width: 100% !important;
    }
}

