@charset "UTF-8";
/*
Theme Name: MY THEME 2-6
Author: PICNIC
Description: This is my original theme.
Version: 1.0
*/




body	{margin: 55px 0px 0px 0px;/*ヘッダーと同じ高さのマージンを追加*/
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.5em}

 /** 記事本文内のマージンを調整 603 */
.content p {
			margin-bottom: 1.4em;
}

/* ------------------- 基本構造 ------------------- */

/* ヘッダーとフッターをバーの形にする設定 */
header	{position: fixed;/*ヘッダー固定する設定*/
	border-bottom: solid 1px #dddddd;
	background-color: #f6f6f6;
	width: 100%;
	z-index:1000;/*position属性が重なる場合の対処*/
margin: 0px 0px 0px 0px;
top: 0;/*画面一番上で固定*/}

.header-cnt {
  position: relative;/*position属性が重なる場合の対処*/
}

footer	{
	background-color: #2ea8d1;
margin: 0}

/* ボックスの左右の余白 */
header, footer
	{margin: 0;
	padding: 0}


/* ボックスの上下の間隔 */
.sub-header	{padding-top: 5px}

.contents	{padding: 20px 10px 20px 10px}/* 全ページの記事の余白 */

.sub	{padding-top: 20px;
	padding-bottom: 5px}/* ここに左右の数値を入れない。pc表示が崩れる */

footer	{padding-top: 5px;
	padding-bottom: 5px}

@media (max-width: 599px) {
	.contents	{padding-top: 10px}
}


@media (min-width: 768px) {
/* ボックスの左右の余白 */
header, footer, .container, .sub-header
	{padding-left: 10px;
	padding-right: 10px}
	
	/* コンテンツとサイドバーを横に並べる設定 */
	.container:after	{content: "";
		display: block;
		clear: both}

	.contents	{float: left;
		width: 70%}

	.sub	{float: left;
		width: 30%}

	/* コンテンツとサイドバーの間隔 */
	.contents	{padding-right: 40px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box}
}

@media (min-width: 1040px) {
	/* 全体の横幅 */
	.container, .header-inner, .footer-inner, .sub-header
		{width: 1000px;
		margin-left: auto;
		margin-right: auto}
}


/* ------------------- ヘッダー ------------------- */

/* サイト名 */
.site h1 a	{display: inline-block;
	padding: 5px;
	margin: 0;
	color: #ffffff;
	text-decoration: none}

.site h1	{margin: 0;
	font-family: 'Arial Black', sans-serif;
	font-size: 23px}



/* ------------------- フッター ------------------- */

/* コピーライト */
.copyright {margin: 0;
	color: #fffefe;
	font-size: 12px}


/* 612フッター指定 */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.footer-inner {position: relative;
text-align: center;
padding: 0;
margin: 0;
}

.footlogo {margin: 0;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #58b9da;
}

.footlogo img {
  width: 120px;
}


.nav a {
	display: inline-block;
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-decoration: none;
	color: #fffefe;
	border-bottom: solid 1px #58bada;
	width:100%;
	font-size: 14px;
	font-weight: 700
}
 
@media only screen and (min-width: 641px) {
.footer-inner .nav {
display:flex;
align-items: center;
justify-content: center;
margin: 0;
  }
.footer-inner .nav a:hover {
    color: #2997bc;
  }
.copyright {margin: 0;
color: #fffefe;
font-size: 12px}
.nav a {
display: inline-block;
padding: 0px 20px 0px 20px;
margin: 0;
text-decoration: none;
color: #fffefe;
border-bottom: none;
width:100%;
}
.footlogo {
	border-bottom: none;
}
}


/* ---8/1フッター規約、問い合わせ--- */
.foot02 {
	color: #fff;
	background: #2ea8d1;
	padding: 10px;
	text-align: center;
}
.foot02 a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.foot02 a:hover {
	text-decoration: underline;
}
.foot02 .nav02 {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}
.foot02 .nav02 li {
	margin: 0;
	padding: 0 10px;
}


/* ------------------- 記事の概要 ------------------- */

/* 概要 */
.gaiyou a	{display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	text-decoration: none}

.gaiyou a:hover	{background-color: #eeeeee}

.gaiyou a:after	{content: "";
	display: block;
	clear: both}

.gaiyou img	{float: left;
	width: 200px}

.gaiyou .text	{float: none;
	width: auto;
	margin-left: 230px}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px}

.gaiyou p	{margin: 0;
	font-size: 14px}

.gaiyou .kiji-date	{margin-bottom: 8px}


@media (max-width: 599px) {
	.gaiyou a	{padding: 10px 0}

	.gaiyou img	{width: 100px}

	.gaiyou .text	{margin-left: 110px}

	.gaiyou h1	{font-size: 16px}

	.gaiyou p	{visibility: hidden;
		height: 0}

	.gaiyou .kiji-date	{margin-bottom: 0}
}

/* ------------------- 記事 ------------------- */

/* 記事 */
.kiji h1	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 21px}

.kiji p	{margin-top: 0;
	margin-bottom: 20px}

/* 記事　明朝体 */
.kiji-min {
	font-size: 18px;
    font-family: "serif";
	margin: 20px 0px 20px 0px;
}

@media (max-width: 599px) {
	.kiji h1	{font-size: 19px}

	.kiji p	{font-size: 16px}
}

/* ------------------- サイドバー ------------------- */

/* メニュー */
.mymenu h2	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 2px #dddddd;
	color: #666666;
	font-size: 18px}

.mymenu ul	{margin: 0;
	padding: 10px 10px 10px 10px;
	list-style: none}/*--スマホ用サイドバーの左右の余白をここで入れる--*/

.mymenu li a	{display: block;
	padding: 10px 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.mymenu li a:hover	{background-color: #eeeeee}

/*---------サムネイル画像を付けたメニューのデザイン ---------*/
.mymenu-thumb li a	{padding: 5px 0;
	border-bottom: dotted 1px #dddddd;
	color: #2ea8d1}

.mymenu-thumb li a:after	{content: "";
	display: block;
	clear: both}

.mymenu-thumb li .thumb	{float: left;
	width: 130px;/*--画像のトリミングサイズ横幅--*/
	height: 100px;/*--画像のトリミングサイズ縦幅--*/
	background-size: cover;
	background-position: 50% 50%}/*--画像のトリミング位置--*/

.mymenu-thumb li .text {float: none;
	width: auto;
	margin-left: 140px;/*--画像のトリミングサイズに合わせて文字の位置を設定する--*/
	font-weight: bold}

.mymenu-thumb li span {display: block;
	color: #666666;
	font-size: 9px;
	font-weight: normal}

@media (max-width: 768px) {
.mymenu-thumb li .text {
	font-size: 16px;
	line-height: 1.3}
}

/* Internet Explorer用の設定 */
a img	{border: none}

/* 大きい画像用の設定 */
img, .wp-caption	{max-width: 100%;
	margin: 0;
	height: auto}

/* アイキャッチ画像 */
.catch	{margin-top: 0px;
	margin-bottom: 10px}

/* トップページ　トップページ　トップページ　トップページ */
.largeheader {width: 100%;
             height: auto;
	margin: 0}



/* ------------------- ナビゲーションメニュー ------------------- */

#mainmenu	{display: none;
	margin: 0}

.mainmenu ul {margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0;
	list-style: none}

.mainmenu li a	{display: block;
	margin: 0;
	width:100%;
	padding: 0;
	color: #000000;
	font-size: 15px;
	background-color: #f6f6f6;
	text-decoration: none}

.mainmenu li a:hover	{background-color: #eeeeee}

@media (max-width: 768px) {
	.mainmenu li a {display: block;
		margin: 0;
		width:100%;
		padding: 10px 10px 10px 10px;
		color: #ffffff;
		font-size: 13px;
		font-weight: 700;
		border-top: solid 1px #58bada;
		background-color: #2ea8d1}
.mainmenu li a:hover {background-color: #2997bc}
}

/* トグルボタン */
.header-inner	{position: relative;
margin: 0}

#navbtn	{position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px 2px;
	background-color: #f6f6f6;/* ハンバーガーの背景の色 */
	margin: 0px 5px 0px 0px;
	border-style: none;
	cursor: pointer}

#navbtn:hover	{background-color: #dddddd}

#navbtn:focus	{outline: none}

#navbtn i	{color: #222222;/* ハンバーガーのトグルの色 */
	font-size: 30px}

#navbtn span	{display: block;
	font-size: 9px;
	color: #222222;/* menuの色 */
	font-weight: bold}

	
@media (min-width: 768px) {
	/* サイト名とナビゲーションメニューを横に並べる設定 */
	.header-inner:after	{content: "";
		display: block;
		clear: both}

	.site	{float: left;
		width: auto}

	.sitenav	{float: right;
		width: auto}

	/* ナビゲーションメニューのリンクを横に並べる設定 */
	#mainmenu	{display: block !important}

	.mainmenu	{margin-top: 10px}

	.mainmenu ul:after	{content: "";
		display: block;
		clear: both}

	.mainmenu li	{float: left;
		width: auto}

	.mainmenu li a	{padding: 10px 15px}

	/* トグルボタン */
	#navbtn	{display: none}
}




/* solid017 */

.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #543618;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}


.button_solid018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
    max-width: 130px;
    padding: 1px 15px;
    color: #222;
    transition: 0.3s ease-in-out;
	font-size: 12px;
    font-weight: 600;
    background: #c0e4f1;
    border-radius: 50px;
    border: 0.1rem solid #2ea8d1;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid018 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid018 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}


/* -------------------コミック広告ボタン青------------------- */	
	.button_solid020 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin: 5px 0px 10px 20px;
    max-width: 180px;
    padding: 5px 25px 5px 10px;
    color: #222;
    transition: 0.3s ease-in-out;
	font-size: 12px;
    font-weight: 600;
	line-height: 1.5em;
    background: #c0e4f1;
    border-radius: 50px;
    border: 0.1rem solid #2ea8d1;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid020 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid020 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}




/* -------------------ページトップのアイキャッチ------------------- */

.icatchs {
  margin: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  padding: 5px 5px 5px 5px}


.icatch {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px}


div.icatch p {
	font-size:10px;
	padding:0;
	margin:0;
	line-height:1.2em;
	font-weight:normal
}

a.play:link {
  font-size: 20px;
  margin: 0px 0px 0px 0px;
	font-weight: 600;
	text-decoration:none
}

a.play:hover {
  font-size: 20px;
  margin: 0px 0px 0px 0px;
	color: #FF1F8F;
	font-weight: 600;
}

*{
	box-sizing: border-box;
}

.l-container {
	display:flex;
	flex-wrap: wrap;
}


.card_image {
	margin: 0;
	padding: 0;
}

.card_image img {
	max-width: 100%;
	height: auto;
}



.card_basis {
	margin: 0;
	padding: 5px 5px 12px 5px;
    flex-basis: 50%;
}




.card_moji_a {
	margin: 0;
	padding: 0px 3px 0px 3px;
}
.card_moji_a a {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	color: #222222;
	line-height: 1.2;
}

.card_moji_b {
	margin: -5px 0px 0px 0px;
	padding: 0;
}
.card_moji_b a {
	display: inline-block;
	padding-left: 3px;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	color: #2ea8d1;
	line-height: 1;
}

.fa-angle-right {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #2ea8d1;
}





/* -------------------画像の上のカテゴリータグ------------------- */

.tagmoji {position: relative;}
.tagmoji p {position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 3px 15px 3px 15px;
	border-radius: 5px 0 0 0;
	background-color: #DE4F87;
	color: #fff;
	line-height: 1.5em;
font-size: 10px;}

.tagmoji img {
	margin: 0;
	border-radius: 5px 5px 5px 5px;
	max-width: 100%;
	height: auto;}


.pro_contents {display: flex;
	margin: 5px 5px 5px 5px;
	padding:20px 10px 20px 10px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 5px 5px 5px 5px;
}

.pro-img {
	margin: 0;
	width: 70px;/*--画像のトリミングサイズ横幅--*/
	height: 70px;/*--画像のトリミングサイズ縦幅--*/
	border-radius: 50%;
}

.pro-content {
	padding: 0px 0px 0px 8px;
	margin: 0;
}

.pro-content {
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.pro-subtitle {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #808080;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
}

.pro-title {
	padding: 4px 0px 4px 0px;
	margin: 0;
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2em;
}

.pro-text {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
}

.insta_btn2{/*ボタンの下地*/
	margin-top: 10px;
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 30px;/*高さ*/
  width: 120px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 13px;/*文字のサイズ*/
  line-height: 30px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 22px;/*アイコンサイズ*/
  position: relative;
	padding-right: 10px;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/* -------------------ブルータイトルボタン------------------- */


.button_blue {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
}

/* ---マンガ広告　白--- */

.comic_oocontents_siro2 {
	margin: 40px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 5px 5px 5px 5px;
}

.comic_contents_siro2 {display: flex;
	margin: 5px 10px 10px 20px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #d3d3d3;
}

.comic_block_siro2 {
	padding: 0;
	margin: 0px 0px 0px 0px;
}



.comic_text_siro {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 30px 0px;
	color: #222222;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5em;
}

.comic_bigtext_siro {
	padding: 0px 0px 0px 0px;
	margin: 7px 20px 0px 20px;
	color: #222222;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3em;
}


/* -------------------コミック広告画像の上のタグ------------------- */

.comic_tagmoji {position: relative;}
.comic_tagmoji p {position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 2px 7px 2px 7px;
	border-radius: 0 5px 0 0;
	background-color: #B2B2B2;
	color: #fff;
	line-height: 1.5em;
font-size: 10px;}

.comic_tagmoji img {
	margin: 0;
	border-radius: 5px 5px 5px 5px;
	max-width: 100%;
	height: auto;}

/* ---マンガ広告　わく--- */
/* ---マンガ広告　わく--- */
.comic_waku {
	margin: 5px 20px 10px 20px;
	padding:5px 10px 5px 10px;
	background: #ffffff;
	border: 1px solid #0088ff;
	border-radius: 5px 5px 5px 5px;
}
	
	.comic_nakawaku {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}