@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*標準ではヘッダータイトル左端に20px分の余白あり*/
.header-in .tagline {/*キャッチフレーズを左端から10pxに変更*/
  margin-left: -10px;
}

.header-in .logo {/*サイトロゴを左端から10pxに変更*/
  margin-left: -10px;
}

.site-name-text {/*サイト名の装飾*/
	font-size: 30pt !important;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

.header-container{ /*ヘッダー領域固定*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1999;
}

.appeal-in { /* アピールエリアのカスタマイズ */
    min-height: 100px; !important /* 最小高を強制的に変更。200--->100px */
}
.appeal-content { /* アピールエリアの内容表示領域装飾 */
    background-color: #212121;
	color: #fff;
	padding: 1.3em;
}
	
.widget, .widget-index-top, .widget_mobile_text {
	margin-bottom: 10px;
	color: #F06292;
	line-height: 1.6;
 }

.content{/*本文とヘッダーの間にできる余白をなくす*/
	margin-top: 0;
}

.footer{/*本文とフッターの間にできる余白をなくす*/
	margin: 0;
}

p, .paragraph {/*意図しない余白生成を無効化する*/
	margin: 0;
}

.cat-label {/*カテゴリ表示カスタマイズ*/
    top: 0;
    left: 5px;
    border: none; /*ボーダーを消す*/
    font-size: 12px; /*文字サイズ*/
    padding: 1px 5px; /*余白*/
    margin: -6px 0 0 0;
    overflow: visible;
}

.ect-3-columns {/*インデックスカードを左寄せ配置*/
 justify-content: flex-start !important;
}

.pagination-next{/*インデックスに表示される次ページボタンを非表示*/
	display: none;
}

.date-tags{ /*投稿ページ右上の日時を表示しない*/
  display: none;
}

.page-numbers { /*通常時*/
	color: #000000;
	border: 1px solid #000000;
}
.pagination .current { /*現在のページ*/
  background-color: #000000;
  color: #b6ff00;
}
.page-numbers.dots { /*ドット「…」の部分*/
  opacity: 1;
  background: none;
}
.pagination a:hover { /*マウスホバー時*/
  background-color: #000000;
  color: #b6ff00;
}

.video-container, .wp-video,
.video-stream, .html5-main-video { /*ビデオプレーヤーを中央配置。画面幅ページ最大*/
  margin: 0 auto;
  width: 1280px !important;
}

/* video player(video-js)の下部にできる余白を消す。後続のOriginal DL Buttonとのデザイン調和のため。*/
.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
    margin-bottom: 0;
}

img { /* 画像は後続要素との間（下部領域）に余白を設けいない*/
      vertical-align: bottom;
}
.entry-content>* { /*画像下部にできる余白を設けない定義と一対の指定*/
      margin-bottom: 0 !important; /*本来1.4emが指定されているのでゼロ強制でクリアにする*/
}

.stock24_link {/*フル動画へのリンクボタン装飾*/
  width: 120px;
  background-color: #000000;
  border-radius: 3px 3px 0px 0px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-left: auto; /*要素右寄せ*/
  padding: 3px 0;
}

a:hover { color: #EC407A; } /*上記リンクボタンのホバー色*/

.link-space { /*動画プレイヤー上部テキストバナー領域の定義*/
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 0; /*cocoonの仕様により要素の間に余計なスペースができることから、これを無効にする*/
}
.text-banner { /*テキストバナー文字列制御*/
   position: relative;
   margin: 0 0 0 10px;
   font-size: 0.7em;  
   text-decoration: none;
}
.text-banner:link { color: #222; } /*テキストバナー文字列制御*/
.text-banner:visited { color: #222; } /*テキストバナー文字列制御*/
.text-banner:hover { color: #ea6192; } /*テキストバナー文字列制御*/
.text-banner:active { color: #222; } /*テキストバナー文字列制御*/

.duga_link {/*DUGAへのリンクバナー制御*/
  display: block;
  margin-left: auto; /*要素右寄せ*/
 margin-bottom: -4.5px; /*サンプル動画表示領域との間隔*/
}

.sokmil_link {/*SOKMILへのリンクバナー制御*/
  display: block;
  margin-left: auto; /*要素右寄せ*/
 margin-bottom: -9px; /*サンプル動画表示領域との間隔*/
}

.footer-bottom-logo { /*フッターに表示されるサイトロゴを非表示*/
    display: none;
}

/*********************************************************************
 * * コメント欄に関する装飾
 * *******************************************************************/
/* カスタマイズ前提：Cocoon設定でコメント入力欄を「ボタンで表示切り替え」にしている場合。*/
.comment-btn { /*コメントを書き込むボタンの装飾*/
  background-color: #222222;
  color: #fff;
  border: none;
  font-size: 20px;
  transition: 0.5s;
}
.comment-btn:hover { /*コメントを書き込むボタンホバー時の装飾*/
  background-color: #ffffff;
  color: #222222;
  border: solid 2px #212121;
  transition: 0.5s;
}
.comment-respond { /*入力欄全体の枠*/
  border: 2px solid #212121;
  margin-top: -2px;
}
.comment-respond p {
  margin: 1em 0;
}
#commentform { /*フォーム部分の枠*/
  padding: 20px;
}
p.comment-notes { /*注意書きの文字サイズ*/
  font-size: 14px;
}
p.form-submit {
  margin: 2em 0 1em 0;
}
#commentform input[type="text"], #commentform textarea { /*入力スペースの装飾*/
  padding: 11px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
  background: #e2e2e2; /*入力スペースの背景色*/
}
#commentform input[type="submit"] { /*コメント送信時ボタンの装飾*/
  -webkit-appearance: none;
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: #222222;
  color: #fff;
  border: none;
  font-size: 16px;
  transition: 0.5s;
}
#commentform input[type="submit"]:hover { /*コメント送信時ボタンのマウスホバー時*/
  background: #ffffff;
  color: #222222;
  border: solid 2px #212121;
  transition: 0.5s;
}
.comment-list { /*コメント枠の装飾*/
  border: 2px solid #212121;
  padding: 0;
  border-radius: 3px 3px 0 0;
}
.comment-title { /*コメントタイトル部分*/
  margin: 0;
  font-size: 24px;
  background: #222222;
  color: #fff;
  padding-left: 20px;
  font-weight: normal;
}
.comment-title:before {
  font-family: FontAwesome;
  content: '\f27b';
  color: #fff;
  margin-right: 4px;
}
.commets-list {
  padding: 20px 20px 0 20px;
}
.commets-list .reply { /* コメント表示部分「ログインして返信する」の行は非表示*/
display: none;
}
.commets-list > li {
  border-top: 2px dashed #212121;
  margin: 30px 0;
  padding-top: 20px;
}
.commets-list > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.commets-list .children { /*返信引用部の装飾*/
  border-left: 1px solid #ccc;
  margin: 0;
}
.st-comment-content p {
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.5em;
}
.comment-reply-link { /*返信ボタン装飾*/
  color: #fff;
  border: none;
  border-radius: 2px;
  background: #222222;
  padding: 1px 12px;
  transition: 0.5s;
}
.comment-reply-link:hover { /*返信ボタンホバー装飾*/
  color: #222222;
  background: #ffffff;
  border: solid 2px #212121;
  transition: 0.5s;
}
.commets-list .st-comment-body {
  margin-bottom: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
    .text-banner { /*テキストバナー文字列制御*/
		width: 25vw;
		}
	#header .site-name-text { /*モバイルヘッダーロゴテキストのはみ出し制御*/
		position: relative;
		top: -20px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){ /*モバイルヘッダーロゴテキストのはみ出し制御*/
	#header .site-name-text {
		position: relative;
		top: -20px;
	}
}
