@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&display=swap');

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

.page-numbers,
.pagination-next-link {
	font-size: 22px;
	border:none;
	font-family:'Alegreya Sans SC', sans-serif;
}
.pagination-next-link, .comment-btn {
	width:30%;
	margin:0 auto;
	border-radius:4px;
	font-family:'Alegreya Sans SC', sans-serif;
}
/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
	font-family: 'Kaisei Opti', serif !important;
	letter-spacing: 0.1;
	font-weight: bold !important;
	text-shadow: 0 1px 0 #fff;
}
.tagline {
	font-size: 0;
}
.navi-in a {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 800;
	color: #402600 !important;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	border-radius: 10px;
}
.navi-in a:hover {
	background-color: rgba(255,255,255,0.4) !important;
	color: #ca0915 !important;
}
.wrap {
	width: 1000px;
}
.content {
	margin-top: 0px;
}
.entry-card-thumb {
	font-size: 0;
	margin: 0;
	width: 230px;
}
.entry-card-thumb img {
	border-radius:6px;
}
.entry-card-content {
	margin-left: 250px;
}
.logo-image {
	padding: 20px 0 0;
}
.go-to-top-button {
	background: none;
}
.eye-catch img {
	width: 50%;
}
.a-wrap {
	color: #000;
	background: #fff;
	border-radius: 10px;
}
.a-wrap:hover {
	background: rgba(255,255,255,0.8);
}
.entry-card-content {
	padding: 10px 5px 0;
}
.entry-card-snippet {
	font-size: 0.8rem;
	line-height: 1.6;
}
.entry-card-title {
	color: #ca0915;
}
.entry-card-meta {
	display: none;
}
.cat-label {
	display: none;
}
.sns-share-message {
	display: none;
}
.button-caption {
	display: none;
}
.sns-share-buttons a {
	height: 40px;
	width: 40px;
}
.icon-twitter , .icon-facebook {
	font-size: 30px;
}
.footer-meta {
	display: none;
}
.sns-buttons {
	display: inline-block;
}
.copyright {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 800;
	color: #402600;
}
.main {
	background: none;
}
h1.entry-title {
	letter-spacing: 0.05em;
	padding: 0;
    margin: 0 0 20px;
	color: #402600;
}
#wpcf7-f11-p41-o1 form p label {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #402600;
}
input[type='submit'] {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 800;
	background: #ca0915;
    color: #fff;
    border: none;
    width: 30%;
    margin: 0 auto;
    display: block;
	letter-spacing: 0.05em;
}
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	border: none;
	padding: 10px;
}
.search-menu-button {
	display: none;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb {
	 height: 50vh;
	overflow: hidden;
}
h3.komidashi {
	background: #314f2c;
	color: #fff;
	padding: 0.2em 0.4em;
	border-radius: 0.2em;
	border: none;
	font-size: 1rem;
	text-shadow: none;
	margin: 1.2em 0 0.4em;
}

/*DISCOGRAPHY*/
.list-disco {
}
.list-disco dt {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	font-weight:  bold;
	margin: 2rem 0 1rem;
	padding: 2rem 0 0 0;
	border-top: 1px solid #fff;
}
.list-disco dt:first-child {
	margin: 0 0 1rem;
	padding: 0;
	border-top: none;
}
.list-disco dd {
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}

.list-disco dd.list-disco-jacket {
	width: calc(50% - 40px);
	margin: 0 40px 0 0;
}
.list-disco dd.list-disco-text {
	width: 49%;
	margin:0;
}
a.btn-webshop {
	display: inline-block;
	background: #cc0000;
	padding: 0.4em 0.8em;
	border-radius: 0.4em;
	color: #fff ;
	margin: 0.6em 0 0;
	text-decoration: none;
	text-shadow: none;
}
a.btn-webshop.-off {
	background: #ccc;
	pointer-events: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1100px以下*/
@media screen and (max-width: 1100px){
	.wrap {
		width: auto;
	}
	.list-disco dd.list-disco-jacket {
		width: calc(50% - 20px);
		margin: 0 20px 0 0;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.eye-catch img {
		width: 100%;
	}
	.entry-card-thumb {
		width: 100%;
		display: contents;
	}
	.entry-card-content {
		padding: 2% 2% 0;
	}
	.ect-vertical-card .entry-card-wrap {
		width: 100%;
	}
	.mobile-menu-buttons {
		background: none;
		box-shadow:none;
	}
	.mobile-header-menu-buttons {
		box-shadow:none;
	}
	.navi-menu-button {
		position: fixed !important;
		top: 10px;
		right: 15px;
		width: auto !important;
		z-index: 10000;
	}
	.navi-menu-caption {
		display: none !important;
	}
	.mobile-menu-buttons {
		position:absolute;
	}
	.logo-menu-button {
		position: absolute;
		top: 10px;
		width: 70%;
	}
	.navi-menu-icon {
		font-size:1.4rem;
	}
	.menu-close-button {
		padding: 0 10px 0 0;
		text-align: right;
		color: #402600;
	}
	.menu-drawer a {
		font-family: 'Alegreya Sans SC', sans-serif;
		font-weight: 800;
		color: #402600;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	.logo-menu-button img {
		height: 40px;
		margin: 0 0 0 10px;
		width: auto;
	}
	#navi-menu-input:checked ~ #navi-menu-content, #sidebar-menu-input:checked ~ #sidebar-menu-content, #search-menu-input:checked ~ #search-menu-content, #share-menu-input:checked ~ #share-menu-content, #follow-menu-input:checked ~ #follow-menu-content {
		opacity: 0.9;
	}
	.list-disco dt {
		font-size: 1rem;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	input[type='submit'] {
		width:70%;
	}
	.list-disco dd {
		width:100% !important;
	}
	.pagination-next-link, .comment-btn {
		width:70%;
	}
}
