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




.discography-records {
	font-size: 70%;
	margin: auto;
}
@media screen and (min-width: 768px) {
	.discography-records {
		font-size: 80%;
		padding-left: 1em;
		padding-right: 1em;
	}
}
.discography-records dt::before {
	content: "「";
}
.discography-records dt::after {
	content: "」";
}
.discography-records dd {
	margin-left: 20px;
}
@media screen and (min-width: 768px) {
	.discography-records dd {
		margin-left: 40px;
	}
}
.discography-records span {
	float: right;
	font-size: 80%;
}






table th {
	color: #FFF;
	background-color: #C0B4AA;
}



.center {
	text-align: center;
}



.contentsUnder {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding-left: 0!important;
}
.contentsUnder li {
	flex-basis: 33%;
	padding: 0.3em 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.contentsUnder li {
		flex-basis: 30%;
		padding: 0.3em 1em;
	}
}
.contentsUnder li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	transition: all .3s;
}
.contentsUnder-twitter {
	background-color: #1DA1F2;
	border: 1px solid #1DA1F2;
}
.contentsUnder-facebook {
	background-color: #3B5998;
	border: 1px solid #3B5998;
}
.contentsUnder-youtube {
	background-color: #DA1725;
	border: 1px solid #DA1725;
}
.contentsUnder-twitter:hover {
	color: #1DA1F2;
	background-color: #FFF;
	border: 1px solid #1DA1F2;
}
.contentsUnder-facebook:hover {
	color: #3B5998;
	background-color: #FFF;
	border: 1px solid #3B5998;
}
.contentsUnder-youtube:hover {
	color: #DA1725;
	background-color: #FFF;
	border: 1px solid #DA1725;
}
.contentsUnder li a i {
	margin-left: 1em;
}








/* 「運営情報記事」の見出し */
.headingTerms {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em!important;
	counter-increment: title;
}
.headingTerms::before {
	content: "第"counter(title)"条";
	padding-right: 1em;
}




/************************************
 * アコーディオン
 ************************************/

.accordion {
	margin-bottom: 3em;
}
.accordion {
	width: 100%;
	background-color: #F4E8DE;
	margin-bottom: 1em;
}
.accordion:not([open]) {
	margin-bottom: 7px;
}
.accordion summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	border-radius: 5px;
	background-color: #C0B4AA;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
}
.accordion summary::-webkit-details-marker {
	display: none;
}
.accordion summary::before,
.accordion summary::after {
	width: 3px;
	height: .9em;
	border-radius: 5px;
	background-color: #FFF;
	content: '';
}
.accordion summary::before {
	position: absolute;
	right: 2em;
	rotate: 90deg;
}
.accordion summary::after {
	transition: rotate .3s;
}
.accordion[open] summary::after {
	rotate: 90deg;
}
.accordion p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 1em 2em;
	color: #555;
	font-size: 90%;
	transition: transform .5s, opacity .5s;
}
.accordion p table {
	width: 90%;
}
.accordion[open] p {
	transform: none;
	opacity: 1;
}
.accordion ul,
.accordion ol {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 1em 2em;
	color: #4E454A;
	transition: transform .5s, opacity .5s;
}
.accordion[open] ul,
.accordion[open] ol {
	transform: none;
	opacity: 1;
}


.menuBox {
	
}
.menuBox .menuBox-step {
	display: flex;
	align-items: center;
}
.menuBox .menuBox-step a {
	flex-basis: 50%;
	color: #555;
	height: 120px;
	padding-top: 25px;
	text-align: center;
	border: 1px solid #DDD;
	text-decoration: none;
	transition: all .3s;
}
.menuBox .menuBox-step a:hover {
	opacity: .7;
}
.menuBox .menuBox-step a i {
	font-size: 200%;
}


marker {
	background: linear-gradient(transparent 40%, #F6E9E9 80%);
}





/* プロフィールボックス */
.profileBox-flame {
	padding-bottom: 1em;
	background-color: #FFF;
	box-shadow: 0 0 1px #555;
}
.profileBox-bg {
	display: block;
	width: 100%;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}
.profileBox-icon {
	background: #fdfdfd;
	width: 120px;
	height: 120px;
	border: 4px solid #fdfdfd;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
.profileBox-bg + .profileBox-icon {
	margin: -60px auto 0;
}
.profileBox-icon img {
	border: 3px solid #FFF;
	border-radius: 50%;
}
.profileBox-name {
	color: #555;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.profileBox-text {
	color: #555;
	font-size: 80%;
	margin-top: 1em;
	padding: 0 1em;
	line-height: 24px;
}
.profileBox-text br {
	display: none;
}
.profileBox-button {
	text-align: center;
	margin-top: 1em;
}
.profileBox-sns {
	display: flex;
	justify-content: space-evenly;
	margin-top: 0.3em;
	padding-left: 0;
	list-style: none;
	font-size: 200%;
}
.profileBox-sns a {
	color: #555;
	transition: all .3s;
}
.profileBox-sns a:hover {
	opacity: .7;
}










.works-list {
	padding-left: 0!important;
	list-style: none;
}
.works-item {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0!important;
}
@media screen and (min-width: 768px) {
	.works-item {
		height: 400px;
	}
}
.works-text {
	position: absolute;
	top: 220px;
	width: 100%;
	padding: 10px;
	line-height: 24px;
}
@media screen and (min-width: 768px) {
	.works-text {
		top: 50px;
		width: 45%;
	}
}
.works-item-odd  .works-text { left: 0px; }
.works-item-even .works-text { right: 0px; }
.works-text:before {
	position: absolute;
	content: "";
	top: -70px;
	width: 150%;
	height: 400px;
	display: block;
    background: #EAE4D6;
    z-index: -1;
}
@media screen and (min-width: 768px) {
	.works-text:before {
		top: 55px;
		height: 250px;
	}
}
.works-item-odd  .works-text:before { left: -30px; }
.works-item-even .works-text:before { right: -30px; }
.works-title {
	font-size: 200%;
	font-weight: bold;
}
.works-overview {
	font-size: 13px;
	line-height: 30px;
	margin-top: 35px
}
.works-overview br {
	display: none;
}
.works-link {
	position: relative;
	margin-top: 35px;
}
.works-link a {
	color: #555;
	font-weight: 500;
	text-decoration: none;
	margin-left: 90px;
}
.works-link a:before {
	position: absolute;
	content: "";
	top: calc(50% - 1px);
	left: 48px;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 2.5px;
	background-color: #555;
	transition: 0.3s;
}
.works-link a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 2px;
	background-color: #555;
	transition: 0.3s;
}
.works-link a:hover:before { left: 68px; }
.works-link a:hover:after { left: 20px; }
.works-image img{
	position: absolute;
	top: 0px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.works-image img{
		width: calc(100% - 50%);
	}
}
.works-item-odd .works-image img { right: 0px; }
.works-item-even .works-image img { left: 0px; }








.profile-frame {
	display: block;
}
@media screen and (min-width: 768px) {
	.profile-frame {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.profile-image {
	position: relative;
}
@media screen and (min-width: 768px){
	.profile-image::before,
	.profile-image::after {
		content: "";
		position: absolute;
		transform: rotate(-35deg);
		width: 70px;
		height: 25px;
		background-color: #803434;
		z-index: 1;
	}
	.profile-image::before {
		top:  -10px;
		left: -25px;
		border-bottom: 1px solid #aaa;
	}
	.profile-image::after {
		bottom:   0px;
		right:  -25px;
		border-top: 1px solid #aaa;
	}
}
.profile-image img {
	width: 100%;
}
.profile-overview {
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.profile-overview {
		padding-left: 50px;
	}
}
.profile-name {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.profile-name {
		text-align: left;
	}
	.profile-name br {
		display: none;
	}
}
.profile-name span {
	display: block;
	font-size: 60%;
	font-weight: normal;
	margin-top: -10px;
}
@media screen and (min-width: 768px) {
	.profile-name span {
		font-size: 80%;
		margin-top: 0;
	}
}
.profile-name span:before {
	margin-left: 0;
	content: "-";
}
@media screen and (min-width: 768px) {
	.profile-name span:before {
		margin-left: 7px;
	}
}
.profile-name span:after {
	content: "-";
}
.profile-sns {
	display: flex;
	list-style: none;
	margin-top: -10px;
	margin-bottom: 0!important;
	padding-left: 0!important;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.profile-sns {
		justify-content: start;
	}
}
.profile-sns li {
	font-size: 150%;
}
.profile-text {
	margin-top: 30px;
}
.profile-text p {
	margin-bottom: 1.2em!important;
}






/************************************
 * ディスコグラフィ
 ************************************/

.discography-list {
	display: flex;
	justify-content: space-evenly;
	align-items: start;
}
.discography-item {
	flex-basis: 45%;
}
@media screen and (min-width: 768px) {
	.discography-item {
		flex-basis: 35%;
	}
}
.discography-image {
	text-align: center;	
}
.discography-image img {
	border: 1px solid #555;
}
.discography-overview {
	list-style: none;
	padding-left: 0!important;
	margin-bottom: 10px!important;
	text-align: center;
}
.discography-overview li {
	font-size: 90%;
}
.discography-record {
	font-size: 80%;
}
.discography-record span {
	float: right;
	font-size: 80%;
}
.discography-text {
	margin-top: 50px;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.discography-text {
		text-align: center;
	}
}
.discography-text a {
	text-decoration: none;
}



/************************************
 * YouTube
 ************************************/

.video-container {
	margin-top: -50px;
	margin-bottom: 0!important;
	margin-left: auto;
	margin-right: auto;
}


/************************************
 * 見出し
 ************************************/

/* リセット */
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
	background-color:transparent;
	padding: 0;
	border:0;
	border-radius: 0;
}

/* 大見出し */
.article h2 {
/* 	color: #4C0000;
	border-bottom: 5px solid #CFB486;
	padding: 10px 0;
	margin-top: 5rem;
	margin-bottom: 1em;
	font-size: 150%; */
	color: #FFF;
	background-color:#4C0000;
	margin-bottom: 1em!important;
	padding: 10px;
	font-size: 150%;
}

/* 中見出し */
.article h3 {
	color: #4C0000;
	position: relative;
	border-bottom: 3px solid #CFB486;
	margin-bottom: 1em;
	padding-bottom: 7px;
}
.article h3::after {
	position: absolute;
	content: " ";
	display: block;     
	border-bottom: solid 3px #B59A6C;
	bottom: -3px;
	width: 30%;
}

/* 見出し（トップページ） */
.headline {
	position: relative;
	padding-top: 25px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.headline {
		padding-top: 50px;
	}
}
.headline span {
	position: relative;
	z-index: 2;
}
.headline::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(232,156,156,0.2);
	font-size: 50px;
	font-style: italic;
}
@media screen and (min-width: 768px) {
	.headline::before {
		font-size: 80px;
	}
}






/************************************
 * ボタン
 ************************************/

.buttonCommon {
	color: #736C62;
	background-color: #FFF;
	border: 1px solid #736C62;
	border-radius: 3px;
	box-shadow: 5px 5px 0 #E89C9C;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
	max-width: 350px;
	padding: 10px 25px;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
.buttonCommon:hover {
	color: #FFF;
	background-color: #E89C9C;
	border: 1px solid #E89C9C;
	box-shadow: 0 0 0;
}









/************************************
 * 背景設定
 ************************************/

/* セクション（通常） */
.bg {
	margin-bottom: 0!important;
/* 	padding-top: 150px; */
	padding-bottom: 100px;
}

/* セクション（色替え） */
.bg-change {
	background: linear-gradient(45deg, rgba(241,241,241,0.5), rgba(250,250,250,0.5));
	margin-left:	calc(50% - 50vw);
	margin-right:	calc(50% - 50vw);
	padding-left:	calc(50vw - 50%);
	padding-right:	calc(50vw - 50%);
}

/* セクション（画像） */
.bg-image {
	position: relative;
	margin-left:	calc(50% - 50vw);
	margin-right:	calc(50% - 50vw);
}
.low-light {
	min-height: 100%;
	min-width: 100%;
	background-color: rgba(69, 69, 69, .5);/*背景色、白を透過させる*/
	padding: 100px 20px;
}
@media screen and (min-width: 768px) {
	.low-light {
		padding: 100px 50px;
	}
}
.low-light .headline span {
	background: linear-gradient(90deg, #BFEAF5, #EAFDFC);
	background: -webkit-linear-gradient(0deg, #BFEAF5, #EAFDFC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.low-light .overview {
	color: #FFF;
/* 	margin-top: 30px; */
	font-size: 90%;
}
@media screen and (min-width: 768px){
	.low-light .overview {
		font-size: 100%;
	}
}


.bg-marble {
	background: url(/wp-content/uploads/topBG-marble.webp) center / cover;
	padding: 100px 20px;
}
@media screen and (min-width: 768px){
	.bg-marble {
		padding: 100px 50px;
	}
}
.bg-contact {
	background: url(/wp-content/uploads/topBG-contact.webp) center / cover;
	text-align: center;
	margin-bottom: -75px; /* フッターとの間の差を埋める */
}
.bg-contact .headline {
	color: #FFF;
}
.bg-contact .headline::before {
	color: rgba(232,156,156,0.5)
}







/************************************
 * ヘッダー（トップページに一部記載）
 ************************************/

/* ヘッダーの背景色 */
.header-container,
.navi {
	background-color: #4C0000;
}

/* ヘッダーのサブメニューの色 */
.navi-in > ul .sub-menu {
	background-color: #803434;
}

/* ヘッダーのグロナビ色 */
.menu-item a {
	color: #CEA94F;
	font-family: 'Mochiy Pop P One', sans-serif;
}
.menu-item a:hover {
	color: #FFDD83;
}





/************************************
 * ヘッダー（モバイル版）
 ************************************/

/* サイトタイトルの色 */
.mobile-menu-buttons .menu-button > a {
	color: #FFDD83;
}

/* 背景とアイコンの色 */
.mobile-menu-buttons {
	color: #FFDD83;
	background-color: #4C0000;
}






/************************************
 * フッター（一部トップページ記載）
 ************************************/
.footer {
	color: var(--color-main);
	background-color: #C0B4AA;
}
#footer a {
	color: var(--color-main);
	transition: 0.3s;
}
/* #footer a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
} */
#footer a:hover {
	background-color: transparent;
    opacity: .5;
	transform: translate(3px, 0);
	transition: .3s;
}
#menu-footer-center li:not(:last-child),
#menu-footer-left li:not(:last-child),
#menu-footer-right li:not(:last-child) {
	border-bottom: 1px dashed var(--color-main);
}
.tagcloud a {
	border: 1px solid var(--color-main);
}




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

/* 検索窓のラベル削除 */
.wp-block-search__label {
	display: none;
}
/* 検索窓のボタンカラー */
.wp-element-button {
	color: #CEA94F;
	background-color: #4C0000;
}







/****************************************************************************************************/







/************************************
 * 【トップページ】ヒーローエリア
 ************************************/

/* サイズ設定 */
.appeal {
	background-image: url(https://yoshie-ohtaki.com/wp-content/uploads/topBG-appeal_sp.webp);
	min-height: 100vh;
	min-width: 100%;
	background-size: cover;
	position: relative;
}
@media screen and (min-width: 768px){
	.appeal {
		background-image: url(/wp-content/uploads/topBG-appeal_pc.webp);
		min-height: calc(100vh - 100px);
	}
}
/* ローライト設定 */
/* .appeal::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(69, 69, 69, .5);
} */
.appeal-in {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3% 0%;
}
.appeal-in:after {
	position: absolute;
	content: "photo by 伊奈輝子";
	bottom: 20px;
	right: 20px;
	color: #FFF;
}
.appeal-content {
	position: absolute;
	top: 50px;
	right: 0;
	background-color: #FFF;
	display: flex;
	flex-direction: column-reverse;
	padding: 15px 0 5px 15px;
    text-align: left;
    border-radius: 0;
}
@media screen and (min-width: 768px){
	.appeal-content {
		padding: 15px 80px 5px 15px;
	}
}
.appeal-title {
	color: #555;
/* 	font-family: 'Hurricane', cursive; */
	font-size: 2em;
	text-shadow: 5px 3px 1px #C8B8AC;
}
.appeal-title::before {
	white-space: pre;
	content: "YOSHIE\AOHTAKI";
}
@media screen and (min-width: 768px){
	.appeal-title {
/* 		font-size: 10em; */
	}
	.appeal-title::before {
		content: "YOSHIE OHTAKI";
	}
}
.appeal-message {
	margin-bottom: 0!important;
}
.appeal-message p {
	color: #CEA94F;
}
.appeal-message p:before {
	white-space: pre;
	content: "Chamber Music\APianist";
}
@media screen and (min-width: 768px){
	.appeal-message p {
/* 		font-size: 1.2em;
		margin-top: -4em; */
	}
	.appeal-message p::before {
		content: "Chamber Music Pianist";
	}
}
/* ボタン */
.appeal-button {
	color: var(--white);
	background-color: transparent!important;
	margin-top: 5em;
	transition: .5s;
}
.appeal-button:hover {
	color: #CBCBCB;
	transition: .5s;
}
.appeal-button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f103";
	display: block;
	animation: updown 1s infinite alternate ease-in-out;
}
@keyframes updown {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(10px);
	}
}




