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

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

/* 共通：サイトH1上の説明を非表示 */
.tagline {
    display: none !important;
}

/* FANZA漫画：画像横幅を拡大 */
.fanza-comic-jacket {
	max-width: 400px !important;
}

/***************************
 * 1カラム化する際以下を有効
 *************************** /
/* コンテンツ幅 */
.no-scrollable-main .main {
    height: 100%;
    margin: 0 auto;
	max-width: 860px;
    width: 100%;
}

.main {
        /* width: 67.4%; */
        margin: 0 auto;
}

.content-in {
    display: block;

}

/*サイドバー幅 */
.sidebar {
        padding: 1.5%;
        max-width: 860px;
        width: 100%;
        margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .no-mobile-sidebar .sidebar, .mobile-button-fmb .go-to-top-button, .no-mobile-header-logo #header .logo-header {
        display: block;
        margin: 0 auto;
    }
}

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

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

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