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

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* Body & Gloval */
body.page-template-default{
	font-family:"Zen Maru Gothic", serif !important;
	font-weight:300;
}
body.wp-singular.page .date-tags,
body.wp-singular.single .date-tags{
	display:none;
}
.wrap {width: 100%;}
article,
.entry-content{
    margin-bottom: 0 !important;
}
strong {
    font-weight: 400;
}
a.withArrow:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14c";
}
.margin-btm-none{
	margin-bottom:0 !important;
}

/* 404 */
img.not-found{
	display:none !important;
}
body.error404 #content{
	max-width:600px;
	margin:200px auto !important;
}
body.error404 #content h1{
	opacity:0.3;
}

@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        padding: 0 !important;
	}
	.max-width600,
	.max-width800{
		margin:0 1rem;
	}
}

/*
 * 
 * Button
 * 
 * */

.wpcf7-submit,
button.forminator-button,
.wp-block-button__link{
    border-radius: 4px;
    font-size: 1.125em;
	font-weight:200;
	background-color:rgba(0,0,0,0)!important;
	transition: background-color 0.5s ease;
	text-align:left;
	position:relative;
	color:#54B6CC !important;
	border:1px solid #54B6CC !important;
}
.wpcf7-submit{text-align:center;}
.wpcf7-submit::after,
.wp-block-button__link::after{
	content: "\F27B";
	font-family: "bootstrap-icons";
	font-weight:200;
	position:absolute;
	display: block;
	width: 20px;
	height:20px;
	top:0;
	bottom:0;
	right:30px;
	margin:auto 0;
	line-height:1em;
}
.wpcf7-submit:hover,
.wp-block-button__link:hover{
	background-color:#54B6CC!important;
	color:#fff !important;
}
.btn-reverse a.wp-block-button__link{
	border-radius: 4px;
    font-size: 1.125em;
	font-weight:200;
	background-color:#54B6CC !important;
	transition: background-color 0.5s ease;
	text-align:left;
	position:relative;
	color:#fff !important;
}
.btn-reverse a.wp-block-button__link:hover{
	background-color:#fff!important;
	color:#54B6CC !important;
	border:1px solid #54B6CC;
}

a{text-decoration:none;}
.qr-code-100{
	width:100px;
	height:auto;
}
.btn-w300{
	width:300px;
}

/*
 * 
 * Header
 * 
 */
.fixed-header {
	box-shadow:unset;
}
.header-container{
	width:100%;
/* 	position:fixed; */
	position:absolute;
	top:0;
	z-index:999;
}
.header-container, .main, .sidebar, .footer {
    background-color:unset;
}
.navi{
	background-color:unset;
}

/*
 * Header Logo
 */
.header-in{
	display:flex;
	justify-content:flex-start;
	flex-direction: column;
	align-items: center;
	height:100px;
	background-color:#0A0A21;
	padding:0;
	margin:0;
	border-radius:0 0 100px 100px;
	text-align:center;
}
.header-in h1{
	font-size:12px;
	color:#fff;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:400;
}
/*
 * Header navigation
 */
.header-container-in.wrap{
	width:100%;
}
.header-container-in.hlt-top-menu .navi {
    width: 100%;
	display:flex;
	justify-content:flex-end;
}
.header-container-in.hlt-top-menu .header {
	margin-left: 5%;
}
.navi-in{
	width: auto;
	background-color:rgba(9,10,29,0.8);
	border-radius:100px;
	margin-right:10px;
}
.header-container-in.hlt-top-menu .navi {
    width: auto;
}
.navi-in > ul li{
	height:auto;
	padding:0.7rem 0;
	color:#fff;
}

.nav-staff{
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:rgba(9,10,29,0.8);
	border-radius:100px 0 0 100px;
	padding:0.7rem 0.2rem 0.7rem 1rem;
	width:130px;
	line-height:1em;
}
.navi-in a{
	font-size: 16px;
	color:#fff;
	text-decoration:none;
}
.nav-staff a{
	font-size: 14px;
	color:#fff;
	text-decoration:none;
}
.navi-in a:hover,
.nav-staff a:hover{
  background-color:unset;
  transition: all 0.3s ease-in-out;
  color: #a5dfff;
}
@media screen and (max-width: 1023px){
	.mobile-header-menu-buttons{box-shadow:none;}
	.nav-staff,
	.header-in h1{display:none;}
	.header-in {height: auto;}
	.mobile-header-menu-buttons {background-color:#000;}
	.navi-menu-icon,
	.navi-menu-caption,
	.custom-menu-caption{color:#eee;}
	.mobile-menu-buttons .menu-button:nth-child(3){width: 100px;}
	.mobile-menu-buttons .menu-caption:nth-child(2){font-size:12px;}
	.menu-button-in .custom-menu-icon{display:none !important;}
	.menu-close-button {text-align:right;font-size:16px;color:#eee;padding:20px;}
	.menu-content {
		overflow: auto;
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
		max-width: 400px;
		height: 100%;
		background: #000;
		transition: 0.3s ease-in-out;
		opacity: 0.8;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}
	ul.menu-drawer li a{
		padding:0.8rem 0;
		border-bottom:1px solid #333;
		color:#eee;
	}
	ul.menu-drawer li a:hover{color:#808080;}
}

/*
 * 
 * container
 * 
 */
.content {
    margin-top: 0;
}
.main {
    width: 860px;
    padding: 0;
    border: 0;
    border-radius:0;
    position: relative;
    z-index: 0;
}
.entry-content {
    margin-top: 0;
    margin-bottom: 3em;
}
@media screen and (max-width: 600px){
    main.main{
        padding:0 !important;
        margin: 12px 0;
        border-width: 0;
    }

}


/*
 * 
 * HOME
 * 
 * */

.home-section-01{
	background-image:url('https://sorayume0414.com/wp-content/uploads/2026/01/image-contents-35-43-scaled.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	padding:0;
	border-radius:0 120px 0 120px;
	overflow:hidden;
	max-width:1240px;
	margin:3rem auto;
}
.home-section-01-inner{
/* 	background-color:rgba(9,10,29,0.8); */
	background-color:rgba(0,0,0,0.6);
	padding:60px;
	display:flex;
	justify-content:space-between;
	align-items: flex-start；
}
.home-section-01-content,
.home-section-02-content,
.home-section-03-content{
	flex-grow:2 !important;
	border-radius:0 100px 0 100px;
	overflow:hidden;
	background-color:rgba(0,0,0,0.6);
	padding:0 60px 60px 60px;
	color:#fff;
}
.home-section-02-content{
	width:550px;
	margin:0 auto;
}
.home-section-03-content{
	height:auto;
	margin-top:10% !important;
}
.home-section-01-content h3,
.home-section-02-content h3,
.home-section-03-content h3{
	display: inline-block;
	padding:20px;
	background-color:#8D53B7;
	color:#fff;
	font-size:16px;
	font-weight:400;
	border:0;
}
.home-section-01-content h4,
.home-section-02-content h4,
.home-section-03-content h4{
	border:0;
	padding:0;
	font-size:24px;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:400;
}
.home-section-thumb figure.wp-block-image img{
	border-radius:0 60px 0 60px;
}
.home-section-02{
	background-image:url('https://sorayume0414.com/wp-content/uploads/2026/01/artwork-no20-23-yoko.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
	padding:0;
	border-radius:0;
	overflow:hidden;
	width:100%;
	height:100vh;
	margin:3rem 0;
	display:flex;
	justify-content:center !important;
	align-items:center !important;
}
.home-section-03{
	background-image:url('https://sorayume0414.com/wp-content/uploads/2026/01/image-contents-12-scaled.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	padding:0;
	border-radius:0 120px 0 120px;
	overflow:hidden;
	max-width:1240px;
	margin:3rem auto;
	height:100vh;
}
.home-section-03-inner{
	background-color:rgba(0,0,0,0.6);
	padding:60px;
	display:flex;
	justify-content:flex-start;
	align-items: flex-start;flex-direction:bottom;
}
.home-btm-btn-wrapper{
	width:100%;
	margin:10rem 0 0 0 !important;
	padding:6rem;
	background-color:#fff;
	justify-content:center;
}
@media screen and (max-width: 1240px){
	.home-section-01,.home-section-03{margin:3rem 1rem;}
}
@media screen and (max-width: 1023px){
	.home-section-01,
	.home-section-03{
		background-size:auto 100%;
		background-position:left center;
		border-radius:0;
		width:100%;
		max-width:100%;
		margin:0 !important;
	}
	.home-section-01-inner,
	.home-section-03-inner{
		padding:30px;
	}
}

@media screen and (max-width: 800px){
	.n2_clear{margin-bottom:0 !important;}
	.home-section-01-inner{
		padding:0;
		display:flex;
		justify-content:space-between;
		align-items: flex-start;
	}
	.home-section-01-inner .is-layout-flex {
    	gap:0;
	}
	.home-section-01-content,
	.home-section-02-content,
	.home-section-03-content{
		flex-grow:2 !important;
		border-radius:0;
		background-color:rgba(0,0,0,0.2);
		padding:0 30px 60px 30px;
	}
	.home-section-01-content h4,
	.home-section-02-content h4,
	.home-section-03-content h4{
		font-size:20px;
	}
	.home-section-02-content{background-color:rgba(0,0,0,0.7);}
	.home-section-thumb figure.wp-block-image img{
		border-radius:0;
	}
	.home-section-02-content{
		width:100%;
		margin:0;
	}
	.home-section-03-content{
		height:100%;
		margin-top:0 !important;
		padding-bottom:3rem;
	}
	.home-section-03-content .wp-block-columns{
		margin-bottom:2rem !important;
	}
	.home-section-02{
		background-size:auto 100%;
		padding:0;
		margin:0 !important;
		border-radius:0;
		overflow:hidden;
		width:100%;
		height:100vh;
		margin:0;
		display:flex;
		justify-content:center !important;
		align-items:center !important;
	}
	.home-section-03{
		background-size:auto 100%;
		padding:0;
		border-radius:0;
		overflow:hidden;
		width:100%;
		max-width:100%;
		margin:0 !important;
		height:auto;
	}
	.home-section-03-inner{
		padding:0;
		display:flex;
		justify-content:column;
		align-items: flex-start;
	}
	.home-section-03-inner .wp-block-columns{
		flex-direction: column-reverse !important;
		gap:0;
	}
	.home-btm-btn-wrapper{margin:0 !important;}
}

/*
 * 
 * 個別ページ　投稿ページ
 * 
 * */
body.wp-singular{
	background-image:url(images/bg-no26.png);
	background-repeat:repeat-y;
}
.wp-singular.page header.article-header.entry-header,
.wp-singular.single header.article-header.entry-header{
	position:relative;
	max-height:100vh;
	min-height:250px;
	overflow:hidden;
	background-color:#0C1705;
	display:flex;
	justify-content:column;
	
}
.home.wp-singular.page header.article-header.entry-header{
	display:none !important;
}
.wp-singular.page header.article-header.entry-header h1.entry-title,
.wp-singular.single header.article-header.entry-header h1.entry-title{
	position:absolute;
	top:110px;
	left:8%;
	z-index:3;
	color:#fff;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:200;
}

/* .wp-singular.page header.article-header.entry-header .page-discription-wrapper{
	display:none;
}
 */

.page-discription-wrapper{
	position:absolute;
	top: 45%;
	left: 0;
	margin: auto;
	z-index:100;
	width:100%;
	min-height:100px;
	text-align:center;
	display:flex;
}
.page-discription-wrapper h2.page-discription{
	color:#fff;
	width:auto;
	font-size:40px;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:200;
	background-color:unset;
	position:relative;
	margin:0 auto;
	padding:30px 0;
	width:650px;
}
.page-id-15.wp-singular.page header.article-header.entry-header .page-discription-wrapper h2.page-discription{
	width:600px;
}
.page-discription-wrapper h2.page-discription::after,
.page-discription-wrapper h2.page-discription::before{
	content: "";
	position:absolute;
	display: block;
	width: 40%;
	height: 1px;
	background-color: #fff;
}
.page-discription-wrapper h2.page-discription::before{
	top:0;
	left:0;
}
.page-discription-wrapper h2.page-discription::after{
	right:0;
	bottom:0;
}

.wp-singular.page header.article-header.entry-header .eye-catch-wrap figure img{
	opacity:0.4;
}
@media screen and (max-width: 600px){
	.eye-catch {
		position: relative;
		margin-bottom: 0;
		max-width: auto;
		width:auto;
		height:100%;
	}
	.wp-singular.page header.article-header.entry-header{
		max-height:80vh;
		min-height:70px;
		overflow:hidden;
	}
	.page-id-13.wp-singular.page header.article-header.entry-header,
	.page-id-15.wp-singular.page header.article-header.entry-header,
	.page-id-19.wp-singular.page header.article-header.entry-header{
		height:50vh;
		overflow:hidden;
	}
	.wp-singular.single header.article-header.entry-header{
		min-height:150px !important;
		max-height:400px;
	}
	.wp-singular.page header.article-header.entry-header h1.entry-title{
		position:absolute;
		top:10px;
		left:3px;
		z-index:3;
		font-size:18px;
	}
	.wp-singular.single header.article-header.entry-header h1.entry-title{
		position:absolute;
		top:20px;
		left:20px;
		z-index:3;
	}

	.wp-singular.page header.article-header.entry-header .page-discription-wrapper{
		position:absolute;
		top:40%;
		left:2%;
		margin: auto;
		z-index:100;
		width:96%;
		min-height:100px;
		text-align:center;
		display:flex;
	}
	.wp-singular.page header.article-header.entry-header .page-discription-wrapper h2.page-discription{
		font-size:22px;
	}
	.wp-singular.page header.article-header.entry-header .eye-catch-wrap figure{
		overflow:hidden;
	}
	.wp-singular.page header.article-header.entry-header .eye-catch-wrap figure img{
		opacity:0.4;
		height:100%;
		width:auto !important;
		max-width:unset !important;
	}
}

/*
 * 
 * パスワード保護用スタイル
 * 
 * */
.post-password-form{
	max-width:600px;
	margin:6rem auto !important;
}
.post-password-form input{
	margin-bottom:10px !important;
}
/*
 * 
 * 
 * スタッフ専用ページ
 * 
 * */
.staffonly-wrapper{
	width:100%;
	padding:6rem 0;
	text-align:center;
	background-color:#fff;
	margin-bottom:0 !important;
}
.staffonly-wrapper-inner{
	width:920px !important;
	max-width:920px !important;
	margin:0 auto !important;
}
.staffonly-wrapper-inner{
	
}
.staffonly-wrapper-inner h2{
	font-weight:400;
	background-color:#edf8fa;
}

.staffonly-wrapper-inner h3{
	width:100% !important;
	border-top:0 !important;
	border-right:0 !important;
	border-bottom:0 !important;
	border-left:5px solid #5eb5c4;
	text-align:left;
	padding:0 1rem;
	font-weight:400;
	margin:2rem 0 !important;
	
}

.staffonly-information{
	width:100%;
	margin:1rem 0 !important;
	padding:0 0 2rem 0 !important;
	font-size:16px;
	border-bottom:1px solid #ddd !important;
	display:flex;
	justify-content:flex-start;

}

.staffonly-information p{
	margin-bottom:0 !important;
	text-align:left;
}
.staffonly-information p:first-child{
/* 	width:200px; */
	font-weight:400 !important;
}
.staffonly-wrapper-inner .wp-block-list{
	text-align:left !important;
	padding-inline-start:20px;
}
.staffonly-wrapper-inner .is-layout-flex {
    gap: 0 !important;
}
.border-top-1px{
	border-top:1px solid #ddd !important;
	padding-top:2rem !important;
}


.staffonly-price-h{
	width:800px;
	max-width:900px;
	margin:0 auto 0.5rem auto !important;
	padding:0 !important;
}
.staffonly-price-h h2{
	margin-bottom:0.5rem !important;
	background-color:#21313a;
	color:#fff;
	border-radius:0;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.staffonly-price-h p{
	font-size:12px;
	margin:0 !important;
}

.staffonly-price-h a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14c";
}
.staffonly-table-wrapper table{
	font-size:14px !important;
	font-weight:400;
	margin:0 auto 2rem auto;
	width:900px !important;
}
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-right-scrollable {
	background:none;
}
.staffonly-table-wrapper table tr th{
	text-align:center !important;
	line-height:1.4em !important;
	font-size:12px;
}
.staffonly-table-wrapper table tr th:first-child,
.staffonly-table-wrapper table tr td:first-child{
	width:50px !important;
}
.staffonly-table-wrapper table tr th:nth-child(2){
	width:280px !important;
}
.staffonly-table-wrapper table tr th:nth-child(3),
.staffonly-table-wrapper table tr th:nth-child(4),
.staffonly-table-wrapper table tr th:nth-child(5){
	width:60px !important;
}
.staffonly-table-wrapper table tr th:nth-child(6),
.staffonly-table-wrapper table tr th:nth-child(7){
	width:80px !important;
}
.staffonly-table-wrapper table tr th:last-child{
	width:130px !important;
}
@media screen and (max-width: 1000px){
	.staffonly-wrapper-inner{
		width:100% !important;
		max-width:100% !important;
		margin:0 1rem !important;
	}
}
@media screen and (max-width: 600px){
	.staffonly-table-wrapper table tr th,
	.staffonly-table-wrapper table tr td{
		white-space: nowrap;
	}
}




/*
 * 
 * ギャラリー&SHOP
 * 
 * */

.gall-shop-content-wrapper{
	width:100%;
	margin:0;
	margin-top:6rem;
	margin-bottom:6rem !important;
	padding:0 2rem 6rem 2rem;
	background-color:rgba(255,255,255,0.7);
	position:relative;
}
.gall-shop-content-wrapper h3{
	border:0 !important;
	font-size:40px;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:400;
	letter-spacing:0.2em;
	position:relative;
	padding:6rem 0 0 0;
	margin-bottom:0.5rem;
	
}
.gall-shop-content-wrapper h3::before{
	content: "";
	position:absolute;
	display: block;
	width: 20px;
	height: 40px;
	background-color: #8D53B7;
	top:-10px;
	left:0;
	right:0;
	margin: 0 auto;
	
}
.gall-shop-content-wrapper-2{
	max-width:800px;
	margin:0 auto !important;
	padding:100px 60px 60px 60px;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:0 100px 0 100px;
	position:relative;
}
.gall-shop-content-wrapper h4,
.gall-shop-content-wrapper-2 h4{
	position:absolute;
	min-width: 100px;
	max-width:380px;
	height: auto;
	background-color: #8D53B7;
	border:0 !important;
	top:-20px;
	left:0;
	right:0;
	margin: 0 auto 6rem auto;
	padding:20px;
	color:#fff;
	text-align:center;
	font-weight:200;
}
.price-ttl{
	font-weight:200;
	background-color:#3C4332;
	color:#fff;
}
.price-block-wrapper{
	max-width:1200px;
	margin:0 auto !important;
	padding-top:80px;
}
.price-block-wrapper h5 {
    border-bottom: none;
    font-size: 34px;
    font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 1rem;
}
.price-block{
	border-radius:20px;
	padding:0 10px 20px 10px;
	background-color:#46b5c5;
	padding:0;
	color:#fff;
}
.price-block .is-layout-flex {
	gap:0 !important;
	
}
.price-block .is-layout-flex h6{
	line-height:1.2em;
	margin-bottom:2rem;
	padding:1rem;
	font-size:16px;
	font-weight:400;
	background-color:#36626a;
	border-bottom:none !important;
}
.price-block .is-layout-flex p{
	margin-bottom:0 !important;
	padding:0;
	line-height:1em;
}

.price-block .is-layout-flex p:nth-child(odd) {
	margin-bottom:2rem !important;
}
.gall-shop-price-summary{
	max-width:750px;
	margin:0 auto;
	padding-top:3rem;
}
/* .main figure.wp-block-table {
	margin-bottom:10px;
}
.wp-block-table.is-style-stripes table{
	border:1px solid #ddd;
}

.wp-block-table.is-style-stripes table thead th{
	font-weight:400;
	font-size:14px;
	background-color:#3C4332;
	color:#fff;
}
.wp-block-table thead {
    border-bottom: 0 !important;
} */
.artist-profile-name{
	padding:6rem 0 0 0;
    border-bottom: none;
    font-size: 34px;
    font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem !important;
}

.artist-profile{
	max-width:600px;
	margin:0 auto !important;
	padding:2rem 0 !important;
	font-size:16px;
	border-bottom:1px solid #ddd !important;
}
.border-btm-dots{
	border-bottom:1px dotted #ddd;
	padding-bottom:1.8rem;
}
.gall-shop-pertner-h{
	padding:0;
    border-bottom: none;
    font-size: 34px;
    font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem !important;
}
@media screen and (max-width: 600px){
	.gall-shop-content-wrapper{
		margin-bottom:6rem !important;
		padding:0 1rem 1rem 1rem;
	}
	.gall-shop-content-wrapper h3{
		font-size:30px;
		padding:4rem 0 0 0;
		margin-bottom:3rem;
		letter-spacing:0;
	}
	.gall-shop-content-wrapper-2{
		max-width:800px;
		margin:0!important;
		padding:100px 20px 30px 20px;
		box-sizing:border-box;
		background-color:#fff;
		border-radius:0;
		position:relative;
	}
	.gall-shop-content-wrapper-2 .wp-block-button a{font-size:14px;}
	.artist-profile-name{
		font-size:24px !important;
	}
	.price-block-wrapper h5,
	.gall-shop-pertner-h{
		font-size: 26px;
		line-height: 1.6em;
		text-align: center;
		margin-bottom: 1rem;
	}
	.price-block .is-layout-flex p br{
	display:none;
	}
}



/*
 * 
 * そら夢について
 * 
 * */
.recruit-content-wrapper{
	background-image:url('../../uploads/2026/01/image-contens-33-41-scaled.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:0;
	border-radius:0;
	overflow:hidden;
	width:100%;
	height:100vh;
	margin:0 0 6rem 0 !important;
	display:flex;
	justify-content:center !important;
	align-items:center !important;
}
.recruit-section-01-inner{
	width:100%;
	height:100%;
	box-sizing:border-box;
	background-color:rgba(255,202,108,0.5);
	padding:60px;
	margin:0 0 0 auto!important;
	position:relative;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.recruit-catch-wrapper{
	max-width:450px;
/* 	border:1px solid #ddd; */
	gap:10px;
}
.recruit-catch-wrapper p{
	color:#fff;
	line-height:1.4em;
	background-color:rgba(84,182,204,0.9);
	padding:20px;
	margin-bottom:0 !important;
	width:auto;
}
.recruit-catch-wrapper p:first-child{
	background-color:#8D53B7;
}
.recruit-catch-wrapper p span{
	line-height:2em;
}
h3.recruit-lead{
	text-align:center;
	font-size:40px;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:400;
	border:0 !important;
	margin:0 auto 2rem auto !important;
}
.recruit-small-lead{
	font-size:18px !important;
	margin:0 auto 4rem auto !important;
}
.recruit-section2-wrapper{
	max-width:600px;
	margin:0 auto;
}
.recruit-section2-wrapper h3{
	border:0 !important;
	background-color:#8D53B7;
	color:#fff;
	font-weight:400;
	border-radius:100px;
}
.recruit-section2-txt{
	border-radius:1000px;
	background-color:#fff;
	width:400px !important;
	height:300px !important;
	padding:0 !important;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:-100px;
	font-weight:400;
	font-size:16px;
}
.recruit-section2-wrapper figure{
	border-radius:600px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.recruit-section3-wrapper{
	justify-content:center;
	max-width:1024px;
	margin:0 auto 5rem auto;
}
.recruit-comment-wrapper{
	position:relative;
	border:10px solid #fff;
	background-color:#53CCE8;
	gap:0 !important;
	padding:0 !important;
	margin-bottom:0 !important;
}
.recruit-comment-name{
	font-size:14px;
	padding:10px;
	color:#fff;
	background-color:#8D53B7;
	margin-bottom:0 !important;
}
.recruit-comment-txt{
	padding:10px 20px 20px 20px;
	margin:0 !important;
	color:#fff;
	font-size:16px;
}
.recruit-comment-wrapper figure{
	position:relative;
	overflow:hidden;
}
.recruit-comment-wrapper figure::before{
  position: absolute;
  content: '';
  top: 0;
  left: 30px;
  border: 15px solid transparent;
  border-top: 20px solid #53CCE8;
  width: 0;
  height: 0;
}


.product-information-wrapper{
	max-width:600px;
	margin:10rem auto 6rem auto;
}
.product-information{
	width:100%;
	margin:0 auto !important;
	padding:0 0 2rem 0 !important;
	font-size:16px;
	border-bottom:1px solid #ddd !important;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.product-information p{
	margin-bottom:0 !important;
}
.product-item-h{
	width:20%;
}

.about-information-wrapper{
	max-width:600px;
	margin:6rem auto;
}
.about-information-wrapper h5{
	border-bottom:none;
	font-size:34px;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:400;
	line-height:1.6em;
	text-align:center;
	margin-bottom:1rem;
}
@media screen and (max-width: 800px){
	.recruit-section2-txt{
		width:auto !important;
		height:auto !important;
		border-radius:0;
		background:none;
	}
}
@media screen and (max-width: 600px){
	.recruit-content-wrapper{
		background-position:center;
		background-size:auto 100%;
		margin:0 !important;
		display:flex;
		justify-content:center !important;
		align-items:center !important;
	}
	.recruit-section-01-inner{
		padding:60px 1rem;
		justify-content:center;
		}
	.recruit-catch-wrapper{
		max-width:100%;
		gap:5px !important;
	}
	h3.recruit-lead{
			font-size:26px;
			margin:2rem auto 1rem auto !important;
	}
	.recruit-small-lead{
		font-size:18px !important;
		margin:0 2rem 2rem 2rem !important;
	}
	.recruit-section2-wrapper{
		margin:0 1rem;
	}

	.recruit-section3-wrapper{
		margin:0 1rem 5rem 1rem;
	}
	.product-information-wrapper{
		margin:5rem auto 6rem auto;
	}
	.about-information-wrapper h5{
		font-size:24px
	}
}


/* 
 * META SLIDER 
 */
body .metaslider .flexslider .slides img{
	border:5px solid #fff !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);;
}
/* body .metaslider .flexslider .slides li {
    margin-left: 20px !important;
} */
.metaslider.ms-theme-clarity .flexslider .caption-wrap{
	border:0 !important;
	margin-top:0 !important;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
    padding: 10px !important;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a{
    height: 39px;
    width: 39px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 18px auto;
    background-image: none;
    box-shadow:unset !important;
    border:unset !important; 
    border-radius: 100%;
    top: calc(50%);
    transform: translateY(-50%)
}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a:focus {
    outline:unset !important;
}

.metaslider.ms-theme-clarity .flexslider .flex-control-paging li a {
    width: 10px !important;
	height: 10px !important;
}
.metaslider a:focus,
.metaslider img:focus,
.metaslider div:focus {
    outline: none !important;
    box-shadow: none !important;
}
.metaslider.ms-theme-clarity .flexslider .slides li:focus-within{outline:0 !important;outline-offset:0}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a:focus{outline:0 !important;}
.metaslider.ms-theme-clarity .flexslider .flex-control-nav li a:focus{outline:0 !important;}
.metaslider.ms-theme-clarity .flexslider .flex-pauseplay a:focus{outline:0 !important;border:1px solid #fff}
.metaslider.ms-theme-clarity .flexslider .flex-control-nav li a{box-shadow:0 !important;background:#07383C;margin:0 5px;border-radius:100%;opacity:0.5}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav a{height:38px;width:38px;background-repeat:no-repeat;background-position:center;background-color:#fff;background-size:18px auto;background-image:none;box-shadow:0 !important;border:1px solid #888;border-radius:100%;top:calc(50% + 20px);transform:translateY(-50%)}

#metaslider-id-557 .flexslider .caption-wrap,
#metaslider-id-102 .flexslider .caption-wrap,
#metaslider-id-122 .flexslider .caption-wrap,
.flexslider .caption-wrap {
	background:none !important;
}
.metaslider.ms-theme-clarity .flexslider .slides li {
	background-color:none !important;
	background:none !important;
}
.flexslider .caption-wrap a {
	width:150px;
	border:1px solid #080808;
	color:#fff;
	background:#080808;
	padding:0 3px;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:all ease 0.8s;
	margin:0.5em auto;
}
.flexslider .caption-wrap a:hover{
	background:rgba(0,0,0,0);
	color:#080808 !important;
}

/*大型作品*/
#metaslider_557.flexslider .slides li:nth-child(1),
#metaslider_557.flexslider .slides li:nth-child(2),
#metaslider_557.flexslider .slides li:nth-child(3),
#metaslider_557.flexslider .slides li:nth-child(4),
#metaslider_557.flexslider .slides li:nth-child(5),
#metaslider_557.flexslider .slides li:nth-child(6),
#metaslider_557.flexslider .slides li:nth-child(7),
#metaslider_557.flexslider .slides li:nth-child(8),
#metaslider_557.flexslider .slides li:nth-child(9){
	width:400px !important;
}
#metaslider_557.flexslider .slides li:nth-child(10),
#metaslider_557.flexslider .slides li:nth-child(11),
#metaslider_557.flexslider .slides li:nth-child(12){
	width:700px !important;
}
#metaslider-id-1081{display:none;}

/*墨と光*/
#metaslider_102.flexslider .slides li:nth-child(1),
#metaslider_102.flexslider .slides li:nth-child(2),
#metaslider_102.flexslider .slides li:nth-child(3),
#metaslider_102.flexslider .slides li:nth-child(4),
#metaslider_102.flexslider .slides li:nth-child(5),
#metaslider_102.flexslider .slides li:nth-child(6),
#metaslider_102.flexslider .slides li:nth-child(7){
	width:300px !important;
}
#metaslider_102.flexslider .slides li:nth-child(8),
#metaslider_102.flexslider .slides li:nth-child(9),
#metaslider_102.flexslider .slides li:nth-child(10){
	width:500px !important;
}
#metaslider_1174{display:none;}

/*ドリームタイム*/
#metaslider_122.flexslider .slides li:nth-child(1),
#metaslider_122.flexslider .slides li:nth-child(3),
#metaslider_122.flexslider .slides li:nth-child(4),
#metaslider_122.flexslider .slides li:nth-child(5),
#metaslider_122.flexslider .slides li:nth-child(6),
#metaslider_122.flexslider .slides li:nth-child(7),
#metaslider_122.flexslider .slides li:nth-child(8),
#metaslider_122.flexslider .slides li:nth-child(9),
#metaslider_122.flexslider .slides li:nth-child(10),
#metaslider_122.flexslider .slides li:nth-child(11),
#metaslider_122.flexslider .slides li:nth-child(12),
#metaslider_122.flexslider .slides li:nth-child(13),
#metaslider_122.flexslider .slides li:nth-child(14),
#metaslider_122.flexslider .slides li:nth-child(15),
#metaslider_122.flexslider .slides li:nth-child(16){
	width:300px !important;
}
#metaslider_122.flexslider .slides li:nth-child(2){
	width:500px !important;
}
#metaslider_122.flexslider .slides li:nth-child(14){
	width:400px !important;
}
#metaslider-id-1186{display:none;}


@media screen and (max-width: 600px){
	.flex-control-nav{
		display:none !important;
	}
	#metaslider-id-557,
	#metaslider-id-102,
	#metaslider_122{display:none;}
	#metaslider-id-1081,
	#metaslider_1174,
	#metaslider-id-1186{display:block;}
}
/*
 * 
 * Simple Light Box
 * */
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, 
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-size:14px !important;
}

/*
 * 
 * FORM
 * 
 * */
.form-wrapper{
	max-width:650px;
	margin:6rem auto;
}
.form-wrapper-white{
	background-color:#fff;
	max-width:800px;
	margin:6rem auto;
	padding:6rem;
}

.forminator-label{
	font-weight:400 !important;
}
.forminator-design--basic .forminator-repeater-field {
    box-shadow:unset !important;
	border-radius:0 !important;
	background: rgba(248, 248, 248, 0.9) !important;
	padding:30px !important;
}
.forminator-repeater-action-button{
	border-radius:5px;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#555;
	color:#fff;
}

.forminator-ui.forminator-custom-form[data-design=basic] select.forminator-select2+.forminator-select .selection {
    display: block;
    background-color: #fff !important;
	font-size:14px !important;
}
.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
		background-color: #097BAA !important;
		color:#fff !important;
		font-size:16px !important;
	}
.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover {
		border-color: #097BAA;
		background-color: #fff !important;
	}
.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover .select2-selection__rendered {
		background-color: #097BAA !important;
		color:#fff !important;
	}
.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"],
	.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:focus {
		border-color: #097BAA;
		background-color: #fff !important;
	}

.forminator-select-dropdown-container--open .forminator-dropdown--basic {
		border-color: #097BAA;
		background-color: #fff !important;
		font-size:16px !important;
	}
	.forminator-select-dropdown-container--open .forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option,
	.forminator-select-dropdown-container--open .forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option span:not(.forminator-checkbox-box) {
		color: #080808 !important;
	}
	.forminator-select-dropdown-container--open .forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted,
	.forminator-select-dropdown-container--open .forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted span:not(.forminator-checkbox-box) {
		background-color: #097BAA !important;
		color:#fff !important;
		font-size:16px !important;
	}

	.forminator-select-dropdown-container--open .forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option.select2-results__option--selected,
	.forminator-select-dropdown-container--open .forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box) {
		background-color: #097BAA;
		color: #FFFFFF !important;
	}

	.forminator-ui.forminator-design--basic .forminator-multiselect .forminator-option:hover,
	.forminator-ui.forminator-design--basic .forminator-multiselect .forminator-option:focus-within {
		background-color: #fff !important;
		color: #097BAA !important;
	}

	.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role="combobox"]:hover {
		border-color: #097BAA;
		background-color: #fff !important;
	}
.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role="combobox"]:focus,
.forminator-ui.forminator-design--basic .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--multiple[role="combobox"] {
		border-color: #097BAA;
		background-color: #fff !important;
	}
button.forminator-button{
	position:relative;
    border-radius: 4px;
    font-size: 1em;
	font-weight:400;
	font-family:"Zen Maru Gothic", serif !important;
	text-align:left;
	transition: background-color 0.5s ease;
	background-color:#54B6CC!important;
	color:#fff !important;
	border:1px solid #54B6CC !important;
	padding:10px 20px;
	width:200px;
	cursor:pointer;
}
button.forminator-button::after{
	content: "\F27B";
	font-family: "bootstrap-icons";
	font-weight:200;
	position:absolute;
	display: block;
	width: 20px;
	height:20px;
	top:0;
	bottom:0;
	right:10px;
	margin:auto 0;
	line-height:1em;

}
button.forminator-button:hover{
	background-color:rgba(0,0,0,0)!important;
	color:#54B6CC !important;
}

span.required{
	font-size:12px;
	color:#F26610;
}


@media screen and (max-width: 600px){
.form-wrapper{
	margin:6rem 2rem;
}
.form-wrapper-white{
	background-color:#fff;
	max-width:600px;
	margin:0 auto !important;
	padding:2rem;
}
}

/*
 * 
 * single post
 * 
 * */

.artwork-main{
	background-color:#fff;
	padding:2rem;
	height:auto;
	box-sizing:border-box;
}
.artwork-main figure{
	display:flex;
	justify-content:center;
	align-items:center;
}
.artwork-main img {
    box-sizing: border-box;
    max-height: 700px !important;
    max-width: auto !important;
    vertical-align: bottom;
    width: auto;
}
.artwork-summary{
	max-width:800px !important;
	margin:3rem auto;
}
.artwork-btm-btn-wrapper{
	max-width:600px;
	margin:4rem auto !important;
}
@media screen and (max-width: 600px){
	.artwork-main{padding:6rem 2rem;}
	.artwork-summary{margin:3rem 2rem;}

}



/*
 * 
 * Archives
 * 
 * */
body.archive{
	background-color:#fff;
}
body.archive .content{
	margin:100px 0 !important;
	padding:4rem;
	background-color:#fff;
	width:100%;
}
body.archive .blogcard-thumbnail img, .card-thumb img {
	object-fit: contain;
}
body.archive .a-wrap:hover {
  background-color: #fff8ea;
}
body.archive .ect-3-columns .entry-card-wrap {
    padding: 30px;
}
body.archive .ecb-entry-border .entry-card-wrap{
	border-color:#ddd;
}
body.archive .pagination-next{
	display:none;
}
@media screen and (max-width: 1023px){
	body.archive .content{
		margin:0 !important;
		padding:2rem;
		background-color:#fff;
		max-width:100%;
	}
}
@media screen and (max-width: 800px){
	.ect-vertical-card {
		flex-direction: column;
	}
	.ect-vertical-card .entry-card-wrap {
        width: 100%;
    }
	.entry-card-snippet {
    display: block !important;
  }
}






/*
 * footer
 */
.footer {
	margin-top: 0 !important;
}
.footer-widgets{
	max-width:1240px;
	margin:30px auto;
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
}


/* FOOTRT LEFT */
.footer-left{
	display:flex;
	flex-flow: column;
	gap:20px;
	margin-right:auto;
	font-size:14px;
}
.footer-left aside{
	margin-bottom:0 !important;
}
/* LOGO SITE NAME */
.footer-left aside#text-5{
	width:100% !important;
}
.footer-left aside#text-5 .textwidget{
	width:100% !important;
	display:flex !important;
	justify-content:flex-start !important; 
	align-items:center;
	gap:10px;
}
.footer-left aside#text-5 .textwidget p:first-child{
	width:80px;
	height:80px;
	background-color:#0A0A21;
	border:1px solid #0A0A21;
	border-radius:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	padding:0;
}
.footer-left aside#text-5 .textwidget p img{
  height: 50px;
  width: auto;
}
.footer-left aside#text-5 .textwidget p:last-child{
	font-size:18px;
	font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:400;
}
/* Adress QRcode */
.footer-left aside#text-4 .textwidget{
	width:100% !important;
	display:flex !important;
	justify-content:flex-start !important; 
	align-items:center;
	gap:10px;
}
.footer-left aside#text-4 .textwidget p:last-child{
	width:100px;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	padding:0;
}
/* FOOTER RIGHT MENU */
.footer-right #nav_menu-2{
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	margin-bottom:0 !important;
}
.footer-right #nav_menu-2 ul{
	list-style:none;
	padding-left: 0 !important;
	font-size:14px;
}
.footer-right #nav_menu-2.widget_nav_menu ul li a{
	padding:0 !important;
}
.footer-right #nav_menu-2 ul li a{
	text-decoration:none;
}
.footer-right #nav_menu-2 ul li a:hover{
  background-color:unset;
  transition: all 0.3s ease-in-out;
  color: #8D53B7 !important;
}

/* Footer Copy */
.footer-bottom-content {
	float:none;
	width:100%;
	font-size:12px;
	text-align: center;
	padding:3rem 0;
}

@media screen and (max-width: 600px){
	
.footer-widgets{
	max-width:100%;
	margin:30px auto;
	padding:0 1rem;
	display:flex;
	flex-direction:column-reverse;
	align-items: flex-end;
}
	.footer-right #nav_menu-2{
		justify-content:flex-start;
	}
	.footer-bottom {
		width:100%;
		margin:30px auto;
		padding:2rem;
		display:flex;
		justify-content:column;
		flex-direction: column;
	}

}







/*
 * footer
 */
.footer {
	margin-top: 0 !important;
}
.footer-bottom {
	max-width:1240px;
	margin:30px auto;
	display:flex;
	justify-content:space-between;
	flex-direction: row-reverse;
}
.footer-info,
.footer-menu{
	width:1flex;
}
.footer-info{
	display:flex;
	flex-flow: column;
	align-items:center;
	gap:20px;
	margin-right:auto;
}
.footer-logo-wrapper{
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
}
.footer-bottom-logo {
  float: none;
  bottom: unset;
  position: unset;
	width:80px;
	height:80px;
	background-color:#0A0A21;
	border:1px solid #0A0A21;
	border-radius:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	padding:0;
}
.footer-bottom-logo img{
	width:100%;
	height:100%;
}
.footer-bottom-logo img {
  height: 50px;
  width: auto;
}
.footer-sitename{
	font-size:18px;
	font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-weight:400;
}
.footer-address-wrapper{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
.footer-qr{
	width:100px;
}
.footer-bottom-content {
	float:none;
	width:100%;
	font-size:12px;
	text-align: center;
	padding:3rem 0;
}

.footer-menu{
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
.footer-menu ul{
	list-style:none;
	padding-left: 0 !important;
}
.footer-menu ul li a{
	text-decoration:none;
}
.footer-menu ul li a:hover{
  background-color:unset;
  transition: all 0.3s ease-in-out;
  color: #8D53B7 !important;
}


@media screen and (max-width: 600px){
	.footer-bottom {
		width:100%;
		margin:30px auto;
		padding:2rem;
		display:flex;
		justify-content:column;
		flex-direction: column;
	}
	.footer-menu{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		margin-bottom:5rem;
	}
}




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

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

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