/* Theme Name: 紙博デザインテーマ
 * Description: 2022年度の紙博布博がベース
 * Version: 202310_0.9.0
 * Text Domain: kamihaku
 * Author: tegamisha
 */

/**
 * 背景が入る
 * Fontについて→2019と一緒にするらしい
 * 外部読み込み：
 * 　Google font Francois Oneを利用している箇所
 *
 * ResetCSSが別途存在。
 *
 */

/* =Font
----------------------------------------------- */
.hentry p, .output p,
.hentry li, .output li,
.hentry small, .output small,
.output td,
.output address,
.message, .creators-name, .detail-info,
.button-design,
.main-navigation a:after,
.site-information, .blog-title,
.widget_categories a,
.shop-open-close, .confirm-password,
.sakka-name, .page-description,
.large-button-link a
{
	font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
}
.widget-title,
.hentry .entry-meta .entry-date,
.publish-date {
	font-family: 'Francois One', sans-serif;
}
.hentry h1, .output h1,
.hentry h2, .output h2,
.hentry h3, .output h3,
.hentry h4, .output h4,
.hentry h5, .output h5,
.hentry h6, .output h6,
.center-title, .menu-item, .text-title, .item-title, #fancybox-title-over,
.block-title, .step-row, .content-title {
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
}
.main-navigation a:after,
.subtitle, .comingsoon, .creators-category {
	font-family: 'Yu Gothic', sans-serif;
}
.site {
	/*background: url("images/background/bg.jpg");*/
	word-break: break-word;
	overflow-wrap: break-word;
}
/** blog content */
.wp-page :is(td,th) {
	padding: 3px 10px 3px 0;
	border: 0 none;
}
hr {
	border: 0 none;
	height: 1px;
	margin-top: 0;
	background: #707070;
}
.hentry h1 {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	margin: 0 auto 0;
	padding-top: .5em;
	padding-bottom: .7em;
	position: relative;
	/*font-size: 30px;*/
}
.page-template-special-dl-page .hentry,
.page-template-special-page .hentry,
.page-template-fullwidth-page .hentry {
	text-align: center;
}

.for-pc {
	display: block !important;
}
.for-mobile {
	display: none !important;
}
.for-pc-inline {
	display: inline-block !important;
}
.for-mobile, .for-mobile-inline {
	display: none !important;
}

.entry-content a,
.entry-content a:active,
.entry-content a:visited
{
	color: #32a8ed;
}
/* =Layout
----------------------------------------------- */
.site {
	width: 100%;
	margin: 0 0;
	padding: 0 0;
}
.footer-nav:before {
	content: " ";
	display: block;
	clear: both;
}
.site-content {
	width: 960px;
	margin: 0 auto;
}
.site-footer {
	clear: both;
	width: 100%;
	margin: 40px 0 0;
	padding: 60px 0;
	text-align: center;
	color: #ffffff;
	background: #231514;
}

.button-area {
	text-align: center;
}
.button-design {
	display: inline-block;
	color: #ffffff;
	background: #f09a9f;
	padding: 19px 45px 20px;
	border-radius: 40px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
}
.button-design:visited {
	color: white;
}

/* =Header */
.site-header {
	width: 100%;
	box-sizing: border-box;
}
.header-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.logged-in .site-header {
	margin-top: 32px;
}
.main-image {
	width:1024px;
	position: relative;
	text-align: center;
	margin: 62px auto 0;
}
.main-image .metaslider .flexslider {
	margin-bottom: 0;
}
.header-logo {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-top: 32px;
	margin: 0 auto 4em;
	text-align: center;
	max-width: 590px;
}
.header-logo img {
	width: 100%;
}
.event-date-image {
	width: 840px;
	margin: 70px auto 34px;
}
/* =Menu */
.main-navigation {
	font-weight: normal;
	position: relative;
	letter-spacing: 1px;
	margin: 0;
}
.main-navigation .menu {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1%;
}
.menu > .menu-item:hover > a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu .sub-menu > .menu-item:hover > a {
	text-decoration: none;
	color: #aaa;
}

.mobile-menu {
	display: none;
}

.main-navigation.toggled .nav-menu {
	display: block;
}
.menu-item a {
	font-family: 'Francois One', sans-serif;
}
.main-navigation .menu > .menu-item {
	padding: 10px 0;
	flex: 1 1 auto;
	position: relative;
}
.main-navigation .menu > .menu-item > a {
	display: inline-block;
	width:100%;
	vertical-align: middle;
	height: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
}
.main-navigation .menu > .menu-item > a img {
	width: 100%;
}
.main-navigation .menu > .menu-item:first-child > a {
	border-left: 0 none;
}
.header-social-links ul {
	display: flex;
	justify-content: end;
	margin: 0;
	padding: 0;
}
.header-social-links ul li {
	margin-left: 6px;
}
.header-social-links ul li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.main-navigation > div > .menu > .menu:last-of-type {
	margin-right: 0;
	right: -2px;
}

.main-navigation .menu > .menu-item:not(.not-ready) > a:hover {
	opacity:.85;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}
.main-navigation ul ul a {
	padding: 9px 0;
	border-bottom: 0;
	font-size: 15px;
}
.main-navigation ul ul {
	position: absolute;
	z-index: 99999;
	top: 100%;
	left: 0;
	display: none;
	visibility: hidden;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	opacity: 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid #000000;

}
.main-navigation ul ul li {
	box-sizing: border-box;
	display: block;
	padding: 0 10px;
	border-right: 2px solid #000000;
	min-width: 140px;
	min-height: 48px;
	background: #FFFFFF;
}
.main-navigation ul ul li a {
	border-bottom: 1px solid #000000;
	display: inline-block;
	width: 100%;
	line-height: 24px;

}
.main-navigation ul ul ul {
	top: 0;
	left: calc(-100% + 1px);
}
/* =Limited Pages Navigation */
.page-template-special-page .main-navigation ul > li,
.page-template-special-dl-page .main-navigation ul > li {
	margin-right: 0;
}
.menu-limited-content-menu-container .menu > .menu-item > a {
	font-size: 17px;
	padding-top: 22px;
}


/* =Social Icons */
.social-buttons {
	margin: 20px 20px 10px 0;
	display: inline-block;
	float: right;
}
.social-buttons a {
	margin-right: 1px;
}
.social-buttons a:hover {
	opacity: 0.8;
}
.social-buttons img {
	width:25px;
}
.social-buttons a {
	display: inline-block;
	margin-right: 8px;
}
.social-buttons a:last-of-type {
	margin-right: 0;
}

/* =Footer */
.site-footer a {
	text-decoration: none;
}
.footer-content-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 10px auto 15px;
}
.footer-content-block .social-buttons  {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0;
}
.footer-content-block .social-buttons img {
	width: 44px;
}
.footer-content-block .logo {
	display: inline-block;
	margin-right: 15px;
}
.site-information {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 4px;
}
.site-footer .button-design {
	color: #231514;
	background: #ffffff;
	padding: 8px 30px 10px;
	border-radius: 18px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: normal;
	margin: 12px auto 20px;
}
.site-footer .telephone {
	font-size: 14px;
	color: white;
	display: inline-block;
	margin-right: 5px;
	letter-spacing: 1px;
}
.site-information.copyrights {
	display: block;
	font-size: x-small;
	line-height: 1.1;
	margin-bottom: 6px;
}

/* =Content */
.hentry {
	position: relative;
	margin: 40px 0 53px;
	padding: 0 0 27px;
	border-bottom: 1px solid #eee;
}

.site-main .hentry:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.byline,
.updated,
.sticky .posted-on,
.sticky .byline + span.sep,
.sticky .byline .sep {
	display: none;
}

.single .byline,
.group-blog .byline,
.group-blog .sticky .byline + span.sep {
	display: inline;
}

.entry-meta {
	font-size: .8125em;
	font-weight: normal;
	line-height: 2.09231em;
	margin: 0 0 27px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
}

.entry-title {
	font-size: 20px;
	text-align: left;
	line-height: 1.2;
	padding: 0;
	margin: 16px 0 10px;
}
.entry-title a,
.entry-title a:visited {
	text-decoration: none;
}
.page .entry-title {
	margin: 0 0 27px;
}

.sep {
	margin: 0 3px;
}

.page-links {
	clear: both;
	margin: 27px 0;
	word-spacing: 7px;
}

.page-title {
	font-size: 18px;
	line-height: 1.36em;
	margin: 0;
	padding-bottom: 14px;
	letter-spacing: 1px;
	color: #000000;
	border-bottom: 1px solid #eee;
}

.page-header {
	margin-bottom: 27px;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 27px;
}
.wp-caption img[class*='wp-image-'] {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.wp-caption-text {
	font-size: .8125em;
	line-height: 1.5675em;
	margin: 14px 0;
	padding: 0 1%;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation */
.site-main .post-navigation,
.site-main .paging-navigation {
	font-size: .8125em;
	font-style: italic;
	line-height: 1.5;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.site-main .post-navigation .meta-nav,
.site-main .paging-navigation .meta-nav {
	clear: both;
	color: #000000;
	display: block;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.site-main .post-navigation .nav-previous a,
.site-main .paging-navigation .nav-previous a {
	color: #aaa;
	position: relative;
	float: left;
	width: 50%;
	text-decoration: none;
}
.site-main .post-navigation .nav-next a,
.site-main .paging-navigation .nav-next a {
	color: #aaa;
	position: relative;
	float: right;
	width: 50%;
	text-align: right;
	text-decoration: none;
}

.site-main .post-navigation a,
.site-main .paging-navigation a {
	color: #aaa;
}
.site-main .post-navigation a:hover,
.site-main .paging-navigation a:hover {
	color: #666;
}

/* =Widgets */
.widget {
	line-height: 2.09231em;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 27px;
}
.widget select {
	max-width: -webkit-calc(100% - 48px);
	max-width:		 calc(100% - 48px);
	margin-left: 1px;
}
.widget a {
	text-decoration: none;
	color: #000000;
}
.widget a:hover,
.widget a:active,
.widget a:focus {
	color: #2a2a2a;
}
.widget ul,
.widget ol {
	margin: 0;
	list-style: none;
}
.widget li {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 7px;
	list-style: none;
}

.widget-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	letter-spacing:1px;
	margin: 14px 0;
	padding:8px 14px 8px;
	border: 2px solid #111;
	color: #000000;
}
.widget-title a {
	color: #666;
}

/* Tags */
.tags-links {
	display: block;
	margin-top: 7px;
}
.tags-links:before,
.tags-links:after {
	display: table;
	content: '';
}

.tags-links:after {
	clear: both;
}
.wp_widget_tag_cloud a,
.tags-links a {
	font-size: inherit !important;
	display: inline-block;
	margin: 0 7px 7px 0 !important;
	padding: 0 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	border: 1px solid #eee;
}
/* =Old media queries */
.blog .content-area,
.page-template-default .content-area,
.archive .content-area,
.single .content-area {
	float: left;
	width: 100%;
	margin: 0 -30% 0 0;
}

.blog .site-main,
.page-template-default .site-main,
.archive .site-main,
.single .site-main {
	margin: 0 30% 0 0;
}

.blog .site-content .widget-area,
.page-template-default .site-content .widget-area,
.archive .site-content .widget-area,
.single .site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 28%;
	margin-top: 57px;
	padding-top: 0;
	border-top: 0;
}

.no-sidebar .content-area,
.no-sidebar .site-main,
.archive .site-main,
.blog .site-main,
.page-template-special-dl-page .site-main,
.page-template-special-page-php .site-main,
.page-template-fullwidth-page-php .site-main {
	float: none;
	margin: 0;
}

.entry-content {
	font-size: 1.0em;
	line-height: 1.8em;
	padding-top: 9px;
}
.entry-content p {
	font-size: 100%;
	line-height: 2;
}
pre {
	font-size: 1em;
}

/* Search */
.widget_search .search-submit {
	display: none;
}
blockquote {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 64px;
}
blockquote cite {
	font-size: .8125em;
}
blockquote:before {
	font-size: 48px;
}

blockquote.alignleft,
blockquote.alignright {
	max-width: 280px;
	padding-left: 48px;
}
blockquote.alignleft:before,
blockquote.alignright:before {
	font-size: 32px;
}

/* =Top page */
.page-template-top-page-php .site-content,
.page-template-top-test-page-php .site-content {
	padding-top: 0;
	width: 100%;
	position: relative;
	z-index: 0;
}
.page-template-top-page-php .site-footer,
.page-template-top-test-page-php .site-footer {
	border-top: none;
}
.page-template-top-test-page-php .header-content {
	width: 1400px;
	left: calc(50% - 640px);
}
.page-template-top-test-page-php  .main-navigation .menu > .menu-item {
	width: auto;
	padding: 0 4px;
	font-size: 18px;
	margin-right: 0;
}
.page-template-top-test-page-php  .main-navigation .menu > .menu-item > a {

}
.page-template-top-test-page-php .main-navigation .menu > .menu-item > a:after {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 7px;
	font-weight: normal;
	margin: 36px 0 0;
}
/** test */

.center-title {
	font-weight: normal;
	display: inline-block;
	margin: 0 auto 0;
	position: relative;
}
.top-page-block,
.block-content {
	width: 1024px;
	margin: 56px auto 30px;
}
.block-footer {
	padding: 6px;
}
.block-footer.content-right {
	text-align: right;
}
.top-page-block:first-of-type {
	margin-top: 0;
}
.top-page-block.full-width {
	padding-bottom: 50px;
}
.top-page-block.bottom-block {
	margin: 0 auto 50px;
	padding: 0;
}
.news-block {
	text-align: center;
	padding: 0 0 40px;
}
.block-title-area {
	margin-bottom: 20px;
}
.block-title,
.content-title {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: auto;
	line-height: 1;
}
.content-title {
	padding-top: 2em;
}
.block-title img,
.content-title img {
	background: transparent;
	position: relative;
}
.separate-content-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.separate-content-block .separate-child:last-child {
	flex-grow: 1;
	padding-left: 2em;
}
.page-banner-block {
	margin-top: 50px;
	padding: 20px 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.page-banner {
	flex-basis: 400px;
	text-align: center;
}
.message.banner-message {
	font-size: 16px;
}
#news-block .block-content > ul {
	margin: 0;
	padding: 0;
}
#news-block .block-content > ul > li {
	margin-top: 1em;
}
#news-block li,
#news-block p {
	line-height: 1.9;
}
.schedule-block p {
	text-align: center;
}
.schedule-block .button-design {
	padding: 8px 34px;
	font-size: 18px;
	letter-spacing: 1px;
}
.access-block .output h3 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.7;
	font-weight: bold;
}
.access-block .output h4 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}
.access-block .output p {
	line-height: 1.8;
	font-size: 1.2em;
	margin: 0 0 12px;

}
.access-block .map-content iframe {
	width: 100%;
}
.access-block .block-content {
}
.attention {
	font-size: 32px;
	letter-spacing: 1px;
	font-weight: bold;
}
.weak-text {
	font-size: .85em;
	color: #555555;
}
.message {
    /*text-align: center;*/
    font-size: 19px;
    font-weight: normal;
    margin: -5px 0 27px;
    letter-spacing: 2px;
}
.blog-recent-list {
	margin: 40px 2px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog-recent-list::before {
	display: block;
	flex-basis: 30%;
	content: '';
	order: 1;
}
.blog-recent-list::after {
	display: block;
	flex-basis: 30%;
	content: '';
}
.blog-recent, .blog-empty {
	flex-basis: 30%;
	box-sizing: border-box;
	padding-bottom: 32px;
}
.blog-recent .blog-thumbnail {
}
.news-text-lines .news-line {
	display: flex;
}
.news-line .publish-date {
	flex-basis: 120px;
}
.news-line .news-link {
	font-size: 110%;
}
.news-line .news-link:hover {
	text-decoration: underline;
}
.blog-thumbnail a {
	display: block;
	width: 100%;
	border: 2px solid #000000;
	background: white;
	padding: 3px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.blog-thumbnail a:before {
	padding-top: 100%;
	content: "";
	display: block;
}
.blog-thumbnail a img {
	position: absolute;
	height: calc(100% - 6px);
	width:  calc(100% - 6px);
	top: 3px;
	left: 3px;

}
.blog-recent .publish-date {
	display: inline-block;
	font-size: 18px;
	margin: 15px 0 10px;
	padding: 0 0;
	border-bottom: 2px solid #333333;
	box-shadow: 0 2px 2px -2px #333;
	line-height: 1.1;
}
.blog-recent .blog-title {
	padding-top: 8px;

}
.blog-title a {
	color: #000000;
	display: block;
	font-size: 1.0rem;
	margin-bottom: 10px;
	line-height: 1.5;
}

.creators-block {
	text-align: center;
}
.creators-block,
#workshop-block,
#live-block,
#access-block,
#brooch-block {
	margin-top: 80px;
}

.disabled {
	cursor: initial;
}
.shop-index-genre {
	margin: 60px auto 12px;
	width: 6.5em;
}
.shop-index-title {
	margin: 12px auto 60px;
	width: 6.5em;
}
.creators-category {
	padding: 0;
	margin: 20px 0 20px;
	text-align: left;
}
.creators-category img {
	width: auto;
	height: 42px;
}
.category-text {
	text-align: center;
	font-size: 13px;
}
.creators-list {
	margin: 60px 0 40px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.creators-list:before {
	content:"";
	display:block;
	width: 171px;
	height:0;
	order:1;
}
.creators-list:after {
	content:"";
	display:block;
	width: 171px;
	height:0;
}
.creators-detail {
	box-sizing: border-box;
	flex-basis: 171px;
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 0;
	min-height: 260px;
	position: relative;
	line-height: 1;
}
.creators-detail:last-of-type {
	margin-right: 212px;
}
.creators-detail a {
	display: block;
	width: 100%;
	vertical-align: bottom;
	text-align: left;
}
.creators-square-crop {
	line-height: 1;
	width:100%;
	box-sizing: border-box;
	padding: 3px;
	display: block;
	position: relative;
	overflow: hidden;
	border: #111111 2px solid;
	border-radius: 10px;
}
.creators-square-crop:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.creators-square-crop img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.creators-name {
	font-size: 14px;
	margin: 0;
	color: #000000;
	display: inline-block;
	vertical-align: bottom;
	width: inherit;
	line-height: 1.3;
}
.text-upper .creators-name {
	position: absolute;
	bottom: 325px;
}
.text-lower .creators-name {
	position: relative;
	margin-top: 6px;
}
.text-lower .detail-info {
	position: relative;
	margin-top: 6px;
	font-size: 12px;
}
.page-template-special-page ol,
.page-template-fullwidth-page .hentry ol {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.page-template-special-page .creators-name,
.page-template-fullwidth-page .creators-name {
	/*line-height: 1.3;*/
	/*font-size: 14px;*/
}

.button-design.shop-link {
	font-size: .875rem;
	margin-top: 10px;
	letter-spacing: 1px;
	padding: 11px 5px 11px;
	font-weight: normal;
}
.half-width .comingsoon {
	width: 180px;
	display: inline-block;
	margin: 0 auto;
}
.full-width .comingsoon,
.error404 .comingsoon {
	text-align: center;
}
.page .comingsoon,
.error404 .comingsoon {
	display: block;
	width:280px;
	margin:50px auto;
	color: #111;
	font-size:30px;
	text-align: center;
	letter-spacing: 1px;
}
.top-margin {
	margin-top: 5em;
}
.goto-top {
	clear: both;
	display: block;
	text-align: center;
}
.goto-top a {
	display: inline-block;
}
.goto-top img {
	width: 70px;
	height: auto;
}


.large-button-link {
	width: 100%;
	text-align: center;
	background: #313146;
	font-size: 1.6rem;
	height: 4.4rem;
}
.large-button-link a {
	color: white;
	display: block;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 3.6;
	text-decoration: none;
}
/** =common-pages */
.theme-visual {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.theme-visual img {
	margin-bottom: 30px;
}
.non-header-visual {
	max-height: 60px;
}
.home-link {
	display: inline-block;
}
.home-link img {
	height: 410px;
}
.common-page.site-branding {
	position: relative;
}
.common-page.social-buttons {
	text-align: right;
	position: absolute;
	right: 0;
	z-index: 2;
}
.common-page.site-title {
	position: relative;
	display: block;
	text-align: center;
}
.common-page.site-description {
	font-size: 18px;
	color: #000000;
	padding: 8px 0;
	margin-bottom:28px;
}
.common-page.site-header {
	margin-bottom: 5px;
}
/* =blog */
.blog .post-categories a,
.single .post-categories a {
	padding-bottom: 5px;
	font-size: 13px;
}
.post-categories a::before {
	content: '[';
}
.post-categories a::after {
	content: ']';
}
.hentry h1 br {
	/*display: none;*/
}
.confirm-password {
	text-align: center;
	line-height: 1.3;
	letter-spacing: 1px;
}
/* =fullwidth page */
.page-template-special-page .content-title,
.page-template-special-dl-page .content-title,
.page-template-fullwidth-page .content-title {
	text-align: center;
}
/* =coming soon page */
.page-template-fullwidth-comingsoon-page .content-title {
	text-align: center;
}

/* =original widget */

.blog .entry-content,
.archive .entry-content,
.single .entry-content {
	width: 706px;
}
.blog .entry-content img,
.archive .entry-content img,
.single .entry-content img {
	max-width: 100%;
}
.blog .entry-meta,
.archive .entry-meta,
.single .entry-meta {
	margin:0 0 13px;
	padding:0 0;
	line-height:1;
}
.entry-date {
	color: #000000;
	display: inline-block;
	font-size: 19px;
	margin: 0;
	padding: 0 0;
	border-bottom: 4px solid #333333;
	line-height: 1.1;
}
.widget {
	width:224px;
	margin-left: 44px;
}
.widget_categories a {
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding-left:21px;
}
.widget_categories .current-cat a,
.widget_categories a:hover,
.widget_categories .children .current-cat a,
.widget_categories .children a:hover {
	opacity: 0.6;
}
.widget_categories .children a {
	margin-left: .5em;
	color: #777;
}
.widget_categories > ul > li > a:before {
	position: absolute;
	content: url(images/arrow-right-small.png);
	display: inline-block;
	height:16px;
	width:13px;
	top: 1px;
	left: 1px;
}

/* =creators */
#paging-area {
	position: relative;
	width: 100%;
	height: 20px;
	margin-bottom:30px;
}
#paging-area div {
	position: absolute;
	display: inline-block;
	height: 20px;
}
.newer-posts {
	left: 0;
}
.older-posts {
	right: 0;
}
.under-padding {
	margin-bottom: 40px;
}

/* =catalogs-all */
.catalog-categories {
	margin: 30px auto 20px;
}
.catalog-categories ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.catalog-categories ul li {
	flex-basis: 25%;
	margin: 0 0 15px;
	font-size: 110%;
}

.catalogs-archive .page-description p {
	font-size: 1em;
}
.catalogs-archive .catalog-sections .section-header {

}
.section-header .section-title {
		 font-size: 22px;
}

.catalogs-archive .catalog-sections .section-header .section-title .decorate::before {
	content: '【';

}
.catalogs-archive .catalog-sections .section-header .section-title .decorate::after {
	content: '】';

}
.catalog-item-list {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.catalog-item-list::after {
	content: "";
	display: block;
	width: 26.5%;
	height: 0;
}
.catalog-item-list .catalog-item {
	flex-basis: 26.5%;
	position: relative;
}
.catalog-item-list .catalog-item.newer::after {
	content: "";
	background: url("images/new.png");
	background-size: contain;
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: -15px;
	left: 4px;
}

.catalog-item .catalog-to-link {
	display: block;
	width: 100%;
}
.catalog-item .item-image {
	border: 2px solid #000000;
	padding: 3px;
	background: white;
	overflow: hidden;
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	box-sizing: border-box;
}
.catalog-item .item-image::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.catalog-item .item-image img,
.catalog-item .item-image .no-image  {
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	object-fit: cover;
}

.catalog-item .item-image .no-image {
	text-align: center;
	padding-top: 45%;
	font-size: 1.5em;
	color: #999999;
	letter-spacing: 2px;
}
.catalog-item .item-title {
	position: absolute;
	opacity: 0;
}
.catalog-to-link:hover .item-title,
.catalog-to-link.focus .item-title {
	top: 2px;
	cursor: pointer;
	opacity: 1;
	transition: .3s linear;

}
.catalog-item .item-title {
	margin: 0;
	position: absolute;
	box-sizing: border-box;
	width: calc(100% - 8px);
	top: 100%;
	left: 4px;
	display: block;
	transition-duration: .5s;
	transition-timing-function: ease;
	text-align:left;
	background-color: rgba(255,255,255,.85);
}
.catalog-item .item-title::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.catalog-item .item-title span {
	text-align:left;
	display: inline-block;
	padding: 0 8%;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.catalog-item .item-creator {
	text-align: center;
	font-size:12px;
	padding-top: 8px;
	position: relative;
	z-index: 10;
	margin-bottom: 0;
	padding-bottom: 22px;
}
.catalog-item .item-title,
.catalog-item .item-desc {
	line-height: 1.5;
	margin-top:2px;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align: center;
}

/*= gallery */

.gallery {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.gallery-item {
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	height: auto;
}
.gallery-icon.landscape {
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	padding: 0;
}
.gallery-columns-3 .gallery-item {
	flex-basis: 33%;
}
.gallery-columns-3 .gallery-item::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.gallery-columns-3::after {
	content: "";
	display: block;
	flex-basis: 33%;
}
.attachment-creators-gallery,
.gallery-item > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 60%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	/*content: "";*/
	/*height: 100%;*/
	/*min-height: 49px;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}


/* #Media Queries
================================================== */

/* for Laptop Sizes... (devices and browser) */
@media only screen and (max-width: 1266px) {
	.header-content {
		width: 100%;
		min-width: 1024px;
		left: 0;
	}
	.main-navigation .menu > .menu-item > a {
		font-size: 16px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 1040px) {
	.header-logo {
		margin-right: 5px;
	}
	.main-navigation .menu > .menu-item > a {
		font-size: 15px;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
.mobile-navi {
	display: none;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.for-pc, .for-pc-inline {
		display: none !important;
	}

	.for-mobile {
		display: block !important;
	}

	.for-mobile-inline {
		display: inline-block !important;
	}

	.site-content,.top-page-block, .block-content {
		width: 100%;
		margin: 0 auto;
		padding-top: 5px;
	}
	.site::before {
		height: 40px;
	}
	.header-content {
		display: none;
	}
	.site-header {
		display: flex;
		position: relative;
		flex-flow: column;
		padding: 0;
	}
	.mobile-logo {
		position: relative;
		padding: 0 52px;
		margin: 20px auto 0;
		width: auto;
		top: -10px;
	}
	.event-date-image {
		width: 100%;
		margin: 0;
		padding: 0 24px;
		top: -10px;
		position: relative;
	}
	.mobile-menu {
		top: 4px;
		display: block;
		position: fixed;
		right: 4px;
		z-index: 101;
	}
	.logged-in .mobile-menu {
		top: 30px;
	}
	.mobile-menu button {
		background: transparent;
		border: 0 none;
		padding: 10px 14px;
		line-height: 1;
	}
	.mobile-menu-close .genericon {
		width: 48px;
		height: 48px;
		font-size: 52px;
		color: #1a1a1a;
	}
	.menu-toggle .genericon {
		width: 30px;
		height: 30px;
		font-size: 30px;
		color: #1a1a1a;
	}
	.mobile-menu .off {
		display: none;
	}
	.mobile-navi {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		height: 100vh;
	}
	.logged-in .mobile-navi {
		padding-top: 40px;
	}

	.main-navigation > div > .menu > .menu:last-of-type {
		margin-right: 0;
		right: -2px;
	}

	.main-navigation .menu > .menu-item:not(.not-ready) > a:hover {
		opacity:.85;
	}
	.menu-list .menu-item.focus > .sub-menu {
		display: block;
		visibility: visible;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		opacity: 1;
		position: relative;
	}
	/** サブメニューのul */
	.menu-list ul {
		position: absolute;
		z-index: 99999;
		top: 100%;
		left: 0;
		display: none;
		visibility: hidden;
		padding: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		text-align: center;
		opacity: 0;
		width: 100%;
		border-top: 1px solid #000000;
	}
	.menu-list,
	.menu-list .sub-menu  {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#main-navi-mobile {
		padding-top: 20px;
	}
	.menu-list .sub-menu  {
		background: #ffffff;
		overflow-y: scroll;
	}
	.sub-menu > .focus > .sub-menu {
		height: 240px;
	}
	.menu-list li {
		flex-basis: 30%;
	}
	.menu-list li img {
		width: 100%;
	}
	.menu-list li:first-child {
	}
	.menu-list li > a {
		display: block;
		text-align: center;
		padding: 10px 0;
		font-size: 13px;
	}
	.logged-in .site-header {
		top: 0;
	}
	.site-footer {
		padding: 20px 0;
	}
	.footer-content-block {
		flex-direction: column;
	}
	.footer-content-block .logo {
		order: 2;
	}
	.footer-content-block .social-buttons {
		order: 1;
		width: 50%;
	}
	.social-buttons a {
		margin: 12px 4px;
	}
	.social-buttons a:last-of-type {
		margin-right: 4px;
	}
	.footer-content-block .social-buttons img {
		width: 30px;
	}
	.footer-content-block .logo {
		margin: 10px auto;
	}
	.logo img {
		height: 42px;
	}
	.site-footer .button-area {
		margin-left: 20px;
		margin-right: 20px;
	}
	.site-footer .button-design {
		width: 100%;
		position: relative;
	}
	.site-footer .telephone {
		font-size: 12px;
		color: #231514;
	}

	.site-information.copyrights {
		line-height: 1.5;
	}
	.main-image {
		width:100%;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.top-page-block:first-of-type {
		padding: 0 0 16px;
	}
	.block-content,
	.block-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.block-title {
		padding: 0;
	}
	.block-title img {
	}
	.center-title {
		font-size: 17px;
		font-weight: normal;
		margin: 0 12%;
	}
	.button-design {
		font-size: 16px;
		padding: 14px 27px 15px;
	}
	.news-block {
		padding: 30px 0;
	}
	.news-block .center-title {
		margin-bottom: 20px;
	}
	.attention {
		font-size: 15px;
	}
	.output strong {
		font-size: 13px;
	}
	.output p {
		font-size: 13px;
	}
	.output .weak-text {
		font-size: x-small;
		line-height: 1.6;
		margin-bottom: 1em;
	}
	.output .small-strong {
		font-size: 12px;
	}

	.separate-content-block {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-banner-block {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0;
		margin-top: 30px;
	}
	.page-banner {
		flex-basis: 46%;
		margin: 0;
	}
	.message.banner-message {
		font-size: 11px;
		letter-spacing: normal;
	}
	.shop-index-genre {
		width: 3.8em;
		margin-top: 30px;
	}
	.shop-index-title {
		width: 3.8em;
	}
	.separate-content-block .separate-child:last-child {
		flex-grow: 1;
		padding-left: 0;
		padding-top: 1em;
	}
	.page .comingsoon,
	.error404 .comingsoon {
		font-size: 20px;
		margin: 40px auto;
	}
	.blog-recent-list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog-recent,
	.blog-empty {
		flex-basis: 46%;
		padding-bottom: 1.3em;
	}
	.blog-title .publish-date {
		font-size: 12px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.blog-title a {
		font-size: 12px;
		line-height: 1.4;
	}
	.creators-category img {
		height: 30px;
	}

	#primary {
		float: none;
		margin: 0;
	}
	#secondary {
		display: none;
	}
	.blog .site-main,
	.page-template-default .site-main,
	.archive .site-main,
	.single .site-main {
		margin: 0 0;
	}
	.site-main {
		padding-top: 0;
	}
	.blog .entry-content,
	.archive .entry-content,
	.single .entry-content,
	.page-template-special-page .entry-content,
	.page-template-special-dl-page .entry-content,
	.page-template-fullwidth-page .entry-content,
	.page-template-default .entry-content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.creators-category,
	.creators-list {
		margin-top: 35px;
		padding-left: 0;
		padding-right: 0;
	}
	.creators-category:first-of-type {
		margin-top: 15px;
	}
	.category-text {
		padding: 0 18px;
	}
	.creators-list li {
		flex-basis: 46.5%;
		min-height: 220px;
	}
	.creators-detail:last-of-type {
		margin-right: 0;
	}
	.creators-detail.dummy {
		display: none;
	}

	.text-upper .creators-name {
		font-size: 13px;
		bottom:285px;
		padding: 0;
		margin: 0;
	}
	.text-lower .creators-name {
		font-size: 13px;
		padding: 0;
		margin: 6px 0 0;
	}
	.page-template-special-page .creators-list li,
	.page-template-fullwidth-page .creators-list li {
		min-height: 270px;
	}
	.page-template-special-page .creators-name,
	.page-template-fullwidth-page .creators-name {
		font-size: 13px;
		bottom:270px;
	}
	.content-title {
		padding: 0;
	}
	.block-title img,
	.content-title img {
	}
	.blog .post-categories a, .single .post-categories a{
		font-size: 14px;
	}
	.entry-header,
	.news-banner-link {
		padding: 0 20px 10px;
	}
	.blog .entry-title, .category .entry-title, .single .entry-title{
		font-size: 22px;
	}
	.entry-date {
		font-size: 13px;
	}
	.button-design.shop-link {
		font-size: .75rem;
		letter-spacing: normal;
		margin-top: 10px;
		padding: 8px 5px 9px;
	}

	.hentry h1 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 17px;
	}
	.hentry p {
		font-size: 14px;
	}

	.page-template-special-page .hentry ol,
	.page-template-fullwidth-page .hentry ol {
		padding-left: 20px;
		padding-right: 18px;
	}


	/* =Limited Page */
	.fullwidth-block {
		margin: 24px 0;
	}


	/*= catalogs */
	.catalog-categories {
		margin: 20px 20px;
	}
	.catalog-categories .category-list-toggle {
		border: 0 none;
		background: transparent;
		color: #111111;
		margin: 0 0 20px;
		font-size: 125%;
		padding: 0;
	}
	.category-list-toggle::before {
		content: '▶';
		display: inline-block;
	}
	.category-list-toggle.open::before {
		transform: rotate(90deg);
		animation-delay: .8s;
	}
	.catalog-categories .list.close {
		display: none;
	}
	.catalog-categories ul li {
		flex-basis: 80%;
	}
	.page-description {
		padding: 0 20px;
	}
	.section-header {
		padding: 0 20px;
	}
	.section-header .section-title {
		font-size: 20px;
	}
	.catalog-item-list {
		padding: 0 20px;
	}
	.catalog-item-list .catalog-item {
		flex-basis: 46.5%;
	}
	.catalog-item .item-title {
		font-size: 12px;
	}
	.gallery-caption {
		font-size: 11px;
	}
	.gallery-item:hover .gallery-caption {
		display: none;
		opacity: 0;
	}
	#fancybox-title-over {
		font-size: 11px;
		line-height: 1.4;
	}

}
@media only screen and (max-width: 360px) {
	.mobile-logo {
		width: 200px;
		height: 70px;
	}
	.mobile-navi {
		top: 90px;
	}
	.menu-list li > a {
		display: block;
		text-align: center;
		padding: 6px 0;
		font-size: 12px;
	}
}
.google-calendar iframe {
	width: 100%;
	height: 400px;
}
@media all and (min-width: 768px) {
	.google-calendar iframe {
		height: 600px;
	}
	.creators-detail:nth-of-type(5n):last-of-type {
		margin-right: 0;
	}
}