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

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

.c_skyblue {
	color:#2560f7;
}
.c_skyblue_light {
	color:#c3cef7;
}
.c_skyblue_lighter {
	color:#f7f7f7;
}

@media screen and (max-width: 1023px){
#header-container-in{
	height:0;
}
}
/*-----------------------------
-----------------------------
COMMON
-----------------------------
-----------------------------*/
/*-----------------------------
COMMON___HEADER
-----------------------------*/
/*COMMON header*/
#header {
	padding:4px 0 10px;
}
.header-container-in.hlt-top-menu .site-name-text-link {
  display: inline;
	border:none;
}
.header-container-in.hlt-top-menu .tagline {
  display: block;
	font-size:60%;
	margin:0 30px;	
}
.header-container-in.hlt-top-menu {
  align-items: stretch;
}
.header-container-in.hlt-top-menu .logo-header {
	text-align:left;
}
.header-container-in.hlt-top-menu .logo-header a {
	transition: all 0.3s ease-in-out;
}
.header-container-in.hlt-top-menu .logo-header a:hover {
	opacity:.5;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px){
 .header-container-in.hlt-top-menu .site-name-text-link,
	.header-container-in.hlt-top-menu .tagline{
  display: none;
}
#menu-gnavi_mobile .site-logo-image {
		height:30px;
	}
}

/*COMMON___#navi*/
.navi-in > ul li {
  height: 71px;
  line-height: 71px!important;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap {
  line-height: 71px;
  height: 71px;
}
#navi .current_page_item a {
	color:#2560f7;
}
#navi a:hover{
	background:inherit;
	color:#2560f7;
}
#navi a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#2560f7;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#navi a:hover::after {
    transform: scale(1, 1);
}

/*-----------------------------
COMMON___FOOTER
-----------------------------*/
.footer-bottom-content nav a:hover {
	text-decoration:underline;
	background:inherit;
}
.footer-bottom-content #navi-footer li {
	border:none;
}

/*-----------------------------
COMMON___SIDEBAR
-----------------------------*/
#sidebar h3,
#sidebar-menu-content h3 {
	padding:0 0 10px;
	background: linear-gradient(transparent 40%, #c3cef7 40%);
   line-height: 1;
}
#sidebar #info_list-2 h3,
#sidebar #tag_cloud-2 h3,
#sidebar-menu-content #info_list-2 h3,
#sidebar-menu-content #tag_cloud-2 h3{
	display:none;
}
#sidebar #categories-4 .cat-item-7,
#sidebar #categories-4 .cat-item-4 ,
#sidebar #categories-4 .cat-item-5,
#sidebar-menu-content #categories-4 .cat-item-7,
#sidebar-menu-content #categories-4 .cat-item-4,
#sidebar-menu-content #categories-4 .cat-item-5{
	display:none;
}
#sidebar #info_list-2 .info-list-item-content a,
#sidebar-menu-content #info_list-2 .info-list-item-content a{
	transition: all 0.3s ease-in-out;
}
#sidebar #info_list-2 .info-list-item-content a:hover,
#sidebar-menu-content #info_list-2 .info-list-item-content a:hover{
	transition: all 0.3s ease-in-out;
	opacity:.8;
	color:#2560f7;
}
#sidebar li a,
#sidebar-menu-content li a {
	padding:6px 0;
	position:relative;
}
#sidebar li a:hover,
#sidebar-menu-content li a:hover{
	background:inherit;
}
#sidebar li a::after,
#sidebar-menu-content li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#333333;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#sidebar li a:hover::after,
#sidebar-menu-content li a:hover::after{
    transform: scale(1, 1);
}
#sidebar #categories-4,
#sidebar-menu-content #categories-4{
	margin-bottom:10px;
}
#sidebar .banner a,
#sidebar-menu-content .banner a {
	display:block;
background:url('http://mirakki.jp/wp-content/uploads/2024/05/gene-2.jpg') no-repeat;
	background-size:cover ;
	font-size:150%;
	font-weight:700;
	border-left:solid #2560f7 3px;
	text-decoration:none;
	line-height:1.2;
	padding:8px 10px 10px;
	position:relative;
	transition: all .3s;
}
#sidebar .banner a > span,
#sidebar-menu-content .banner a > span{
	position:relative;
}
#sidebar .banner a span > span,
#sidebar-menu-content .banner a span > span{
	display:block;
	font-size:60%;
	font-weight:500;
}
#sidebar .banner a:hover,
#sidebar-menu-content .banner a:hover {
	color:#fff;
}
#sidebar .banner a::before,
#sidebar-menu-content .banner a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#2560f7;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#sidebar .banner a:hover::before,
#sidebar-menu-content .banner a:hover::before {
    transform: scale(1, 1);
}

#sidebar .dokatonton a,
#sidebar-menu-content .dokatonton a {
	display:block;
	background:#fff;
	padding:20px 20% 15px;
	border: solid 1px #d9312c;
	text-decoration:none;
	font-size:80%;
	color:#333;
}
#sidebar .dokatonton img,
#sidebar-menu-content .dokatonton img {
	display:block;
}
#sidebar .dokatonton a:hover,
#sidebar-menu-content .dokatonton a:hover {
	opacity:.7;
}


/*-----------------------------
COMMON___footer
-----------------------------*/
#footer{
	margin:0;
}
/*-----------------------------
COMMON___PARTS
-----------------------------*/
/*COMMON___ a*/
.entry-content a,
#onair_list a,
#schedule_list a,
#work_list a {
	text-decoration:none;
	position:relative;	
}
.entry-content a:hover,
#onair_list a:hover,
#schedule_list a:hover,
#work_list a:hover  {
	border-bottom:none;
	color:#0066cc;
}
.entry-content a::after,
#onair_list a::after,
#schedule_list a::after,
#work_list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#333333;
    transition: all .3s;
    transform: scale(1, 1);
    transform-origin: left top;
}
.entry-content a:hover::after,
#onair_list a:hover::after,
#schedule_list a:hover::after,
#work_list a:hover::after {
    transform: scale(0, 1);
}

/*COMMON___tag*/
.tags {
	font-size:75%;
}
.tags span {
	padding:2px 6px;
	background:#c3cef7;
	border-radius:3px;
	margin-right:3px;
}

/*COMMON___sns-follow*/
.sns-follow a {
	border-radius:50%;
	font-size:120%;
}
.sns-follow a:hover {
	color:white;
	background:#2560f7;
	opacity:1;
}

@media screen and (max-width: 834px){
.sns-follow a {
	width:40px;
}
	#menu-footer_mobile .sns-follow-buttons a {
		width:40px;
	}
}

/*COMMON___carousel*/
#carousel-in {
	width:100%;
	background:none;
	padding-bottom:20px;
}
.carousel-content {
	padding-bottom:20px;
}
.carousel-entry-card-wrap {
	background:#fff;
}
.carousel-entry-card-wrap:hover {
	background:#fff;
	border:solid 1px #333;
}
.carousel-entry-card-wrap article {
	padding:6px;
}
.slick-dots {
	bottom:0;
}
.slick-dots button:hover {
    opacity:.5;
}

/*COMMON___h1*/
.article-header h1.entry-title {
	padding-left:0!important;
}

/*COMMON___blogcard*/
.entry-content a.blogcard-wrap::after {
	display:none;
}
.twitter-tweet {
	margin-left:auto;
	margin-right:auto;
}

/*COMMON___banner*/
#banner {
	background:#fff;
}
#banner div {
	display: flex;
  justify-content: space-between;
	max-width:800px;
	margin:0 auto;
	padding:40px 15px;
}
#banner a {
	width:30%;
	font-size:150%;
	font-weight:700;
	border-left:solid #2560f7 3px;
	text-decoration:none;
	line-height:1.2;
	padding:8px 10px 10px;
	position:relative;
	transition: all .3s;
	background:#f7f7f7;
}
#banner .dokatonton {
	background:url("http://mirakki.jp/wp-content/uploads/2025/08/dokatonton_logo_sq.png") #f7f7f7 no-repeat;
	background-size: contain;
	background-position:right center;
}
#banner a > span{
	position:relative;
}
#banner a span > span{
	display:block;
	font-size:60%;
	font-weight:300;
}
#banner a:hover {
	color:#fff;
}
#banner a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#2560f7;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#banner a:hover::before {
    transform: scale(1, 1);
}

@media screen and (max-width: 834px){
#banner div {
	display: block;
}
#banner a {
	display:block;
	width:100%;
}
#banner a:nth-of-type(2) {
	margin:10px 0;
}
}

/*COMMON___toc*/
#toc li a:hover {
	text-decoration:none
}

/*COMMON___.marker-under-blue*/
.marker-under-blue {
  background: linear-gradient(transparent 60%, #c3cef7 60%);
}

/*COMMON___radiko*/
iframe.radiko_inline {
	display:block;
	width:90%;
	margin:0 auto;
	max-width:400px;
	height:288px;
}

#radiko_share h2 {
	display:inline;
	background:#333;
	color:white;
	font-size:90%;
	padding:5px 10px;
	border-radius:3px 3px 0 0;
}
#radiko_share div {
	border:solid 2px #333;
	padding:15px;
	font-size:85%;
}
#radiko_share p {
	line-height:1.2;
	margin:0;
}
#radiko_share p.img {
	margin:15px auto ;
	max-width:500px;
}
#radiko_share p.img img {
	width:100%;
}
#radiko_share p.msg {
	margin:15px auto 0 ;
	padding-top:15px;
	border-top:dashed 1px #333;
}

/*-----------------------------
-----------------------------
TOP_PAGE
-----------------------------
-----------------------------*/
/*TOPPAGE header*/
body.home #content{
	margin:0;
}
body.home #main{
	padding-left:0;
	padding-right:0;
}
body.home #onair_list::before {
	content:'';
	display:block;
	position:absolute;
	width:500px;
	height:800px;
	background:url('http://mirakki.jp/wp-content/uploads/2024/05/kv.png') no-repeat center bottom;
	background-size:100% auto;
	right:50%;
	bottom:0;
}
body.home #onair_list::after {
	content:'大村綾人 公式サイト';
	display:block;
	position:absolute;
	text-align:center;
	width:350px;
	background:url('http://mirakki.jp/wp-content/uploads/2024/05/logo.png') no-repeat center top;
	background-size:180px auto;
	left:50%;
	top:180px;
	padding-top:70px;
}
body.home #onair_list {
	padding-top:400px;
	position:relative;
}
body.home #onair_list .inner {
	position:relative;
}
body.home #onair_list .inner > div {
	background:rgba(255,255,255,.8);
}

@media screen and (max-width: 834px){
body.home #onair_list {
	padding-top:350px;
}
body.home #onair_list::before {
	width:465px;
	right:45%;
}
body.home #onair_list::after {
	width:60%;
	background-size:180px auto;
	left:inherit;
	right:0;
	top:120px;
	padding-top:60px;
}
}

@media screen and (max-width: 480px){
body.home #onair_list {
	padding-top:270px;
}
	body.home #onair_list::before {
	width:410px;
	right:35%;
}
body.home #onair_list::after {
	background-size:150px auto;
	top:100px;
	padding-top:45px;
}
}
/*-----------------------------
-----------------------------
EACH__PAGE
-----------------------------
-----------------------------*/
/*-----------------------------
#onair_list
-----------------------------*/
#onair_list .inner {
	max-width:600px;
	margin:0 auto;
	padding:0 15px 60px;
}
#onair_list h2 {
	margin:0;
	display:inline-block;
	font-size:100%;
	padding:5px 12px;
	border-radius:6px 6px 0 0;
	font-weight:300;
	background:#333;
	color:#fff;
}
#onair_list .inner > div {
	border-top:solid 2px #333;
	border-bottom:solid 1px #333;
	background:#fff;
	overflow:auto;
	height:250px;
}
#onair_list ul {
	list-style:none;
	padding:0;
}
#onair_list li {
	border-bottom:dashed 1px ;
	padding:10px;
}
#onair_list li:last-child {
	border-bottom:none ;
}
#onair_list .tags {
	margin-bottom:5px;
}
#onair_list h3 {
	padding:0;
	border:none;
	margin-bottom:5px;
	font-size:110%;
}
#onair_list .date {
	font-size:75%;
	margin:0;
}
#onair_list li div > p {
	margin:0;
}

/*#onair_list   for_home*/
body.home #onair_list{
}

/*#onair_list   for_schedule*/
.page-id-17 #onair_list .inner {
	max-width:100%;
}

/*-----------------------------
#schedule_list
-----------------------------*/
#schedule_list {
}
#schedule_list ul {
	list-style:none;
	padding:0;
}
#schedule_list li {
	border-left:solid 2px ;
	padding:0 0 0 20px;
}
#schedule_list .tags {
	margin-bottom:5px;
}
#schedule_list h3 {
	padding:0;
	border:none;
	margin-bottom:5px;
	font-size:120%;
}
#schedule_list .date {
	font-size:75%;
	margin:0 0 5px 0;
}
#schedule_list li div > p {
	line-height:1.2;
}

/*#schedule_list   for_home*/
body.home #schedule_list {
	background:#f7f7f7;
}
body.home #schedule_list .inner {
	max-width:800px;
	margin:0 auto;
	padding:60px 15px;
}
body.home #schedule_list h2 {
	margin:0;
	padding:0 0 40px 0;
	text-align:center;
}
body.home #schedule_list .viewmore {
	margin:20px 0 ;
	text-align:center;
}
body.home #schedule_list .viewmore a {
	display:inline-block;
	padding:10px 20px;
	border-radius:6px;
	background:#333;
	border:none;
	color:#fff;
	transition: all 0.3s ease-in-out;
}
body.home #schedule_list .viewmore a::after {
	display:none;
}
body.home #schedule_list .viewmore a:hover {
	background:#2560f7;
	transition: all 0.3s ease-in-out;
}

/*-----------------------------
#work_list
-----------------------------*/
#work_list h2 {
	position:relative;
	cursor:pointer;
}
#work_list h2::after {
	content:"\f107";
	font-family: "FontAwesome";
	position:absolute;
	right:20px;
	top:50%;
	transition: all 0.3s ease-in-out;
	margin-top:-15px;
}
#work_list h2:hover::after{
	color:#2560f7;
	transition: all 0.3s ease-in-out;
}
#work_list h2.active::after {
	content:"\f106";
	transition: all 0.3s ease-in-out;
}
#work_list ul {
	list-style:none;
	padding:0;
	display:none;
}
#work_list li {
	border-left:solid 2px ;
	padding:0 0 0 20px;
	overflow:hidden;
	margin-bottom:20px;
}
#work_list .tags {
	margin-bottom:5px;
}
#work_list h3 {
	padding:0;
	border:none;
	margin-bottom:5px;
	font-size:120%;
}
#work_list .date {
	font-size:75%;
	margin:0 0 5px 0;
}
#work_list li div > p {
	line-height:1.2;
	color:#999999;
	margin:0;
}

/*-----------------------------
CONTACT
-----------------------------*/
.wpcf7-submit {
	background:#333!important;
	color:#fff!important;
	border:none!important;
	font-weight:700;
	font-size:120%;
	transition: all 0.3s ease-in-out;
	border-radius:6px;
}
.wpcf7-submit:hover {
	background:#2560f7!important;
	transition: all 0.3s ease-in-out;
}
.wpcf7 textarea {
	line-height:1.5;
}
/*-----------------------------
PROFILE
-----------------------------*/
body.page-id-8 .timeline-item-label {
	width:125px;
}
body.page-id-8 .timeline-item-content {
  width: calc(100% - 125px);
}
body.page-id-8 .timeline-item:before {
  left: 120px;
}
body.page-id-8 .timeline > li.timeline-item {
    border-color: #c3cef7;
  }
@media screen and (max-width: 480px){
body.page-id-8 .timeline-item-label {
	width:auto;
}
body.page-id-8 .timeline-item-content {
  width: auto
}
body.page-id-8 .timeline-item:before {
    left: -12px;
    top: 19px;
    width: 21px;
    height: 21px;
}
}

/*-----------------------------
QUESTIONNAIRE
-----------------------------*/

#questionnaire {
	background:#f7f7f7;
}
#questionnaire .inner {
	max-width:800px;
	margin:0 auto;
	padding:30px 15px;
}
#questionnaire h2 {
	margin:0;
	padding:0 0 20px 0;
	text-align:center;
}

#questionnaire ul {
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	padding:20px 15px;
	list-style:none;
}
#questionnaire li {
	background:#fff;	
	width:48%;
}
#questionnaire a {
	display:block;
	border-left:solid #2560f7 6px;
	text-decoration:none;
	line-height:1.2;
	padding:8px 10px 10px;
	position:relative;
	transition: all .3s;
}
#questionnaire a span {
	position:relative;
}
#questionnaire a b {
	display:block;
	font-size:110%;
	font-weight:700;
}
#questionnaire a:hover {
	color:#fff;
}
#questionnaire a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#2560f7;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#questionnaire a:hover::before {
    transform: scale(1, 1);
}

@media screen and (max-width: 834px){
#questionnaire ul {
	display: block;
}
#questionnaire li {
	width:100%;
}
#banner li:nth-of-type(2) {
	margin:10px 0;
}
}








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

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

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