/*

Common

Main Color: #
Sub Color #

*/

html {
	/* overflow: auto; */
	font-size: 12px !important;
}
body {
	position: relative;
	min-width: 1000px;
	min-width: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px !important;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0.10em;
	line-height: 2.08em !important;
	color: #111;
	background: #f5f4ef;
	overflow-x: hidden;
}
::selection {
	background: #ADB2BF;
}
::-moz-selection {
	background: #ADB2BF;
}
a {
	color: #434246 !important;
	text-decoration: none;
}
a:hover {
	color: #434246 !important;
	text-decoration: underline;
}
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0 73px;
	max-width: 1200px;
	min-width: 900px;
	width: auto;
	box-sizing: border-box;
}
.inner.wider {
	padding: 0 50px;
	max-width: 100%;
	width: 100%;
}
.inset {
	max-width: 70%;
	width: 70%;
}
#waist .inner {
	min-width: auto;
}
.section {
	position: relative;
	margin: 0 auto 6em auto;
}
.section_heading {
	margin-bottom: 3.3em;
}
.section_heading h3.title {
	position: relative;
	float: left;
	padding-left: calc(20px + 0.5em);
	margin-bottom: 0;
	font-size: 1.5em !important;
	line-height: 40px;
}
.section_heading h3.title::before {
	position: absolute;
	top: 45%;
	left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 20px;
}
#music_cd .section_heading h3.title::before {
	background: url(../images/music/icon_cd.png) no-repeat center / contain;
}
#music_poster .section_heading h3.title::before {
	background: url(../images/music/icon_poster.png) no-repeat center / contain;
}
#writing_book .section_heading h3.title::before {
	background: url(../images/writing/icon_book.png) no-repeat center / contain;
}
#writing_magazine .section_heading h3.title::before {
	background: url(../images/writing/icon_magazine.png) no-repeat center / contain;
}

.main {
	width: 66%;	
}
.side {
	width: 22%;
}

h2.title {
	font-size: 1.78em;
	letter-spacing: 0.2em;
}
h2.title .title_en {
	font-size: 0.66em;
	letter-spacing: 0.15em;
}
h3.title {
	margin-bottom: 2.2em;
	font-size: 1.29em !important;
	line-height: 1.54em;
	letter-spacing: 0.3em;
}
h4.title {
	margin-bottom: 1em;
	font-size: 1.36em !important;
	letter-spacing: 0.3em;
}
h5.title {
	margin-bottom: 1em;
	font-size: 1.05em;
}
.summary p,
p.summary {
	font-size: 1.2em !important;
	line-height: 2.2em !important;
}
strong {
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-ms-interpolation-mode: nearest-neighbor;
}
svg {
	width: 100%;
	height: auto;
}
.astarisc {
	margin-left: 0.3em;
	color: #888;
}
hr {
	display: block;
	margin-bottom: 2.5em;
	height: 1px;
	border: 0;
	background: #DDD;
}
.only_pc {
	display: block;
}
.only_mobile {
	display: none !important;
}
.webfont {
	font-family: garamond-premier-pro, serif;
	font-weight: 400;
	font-style: normal;
}
.webfont.condense {
}
.webfont.serif {
}
.webfont.hand {
}
.thin {
	font-weight: 300 !important;
}
.thinner {
	font-weight: 100 !important;
}
.bold {
	font-weight: 500 !important;
}
.bolder {
	font-weight: 700 !important;
}
.italic {
	font-style: italic !important;
}
.serif {
	font-family: 'Noto Serif JP',"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.sans {
	font-family: 'Noto Sans JP',"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
}
.centering {
	text-align: center !important;
}
.hide {
	display: none !important;
}
p.note,
.note li {
	clear: both;
	margin-top: 1.5rem;
	font-size: 0.9em !important;
	color: #888;
}
.i_before {
	margin-right: 0.8em;
}
.i_after {
	margin-left: 0.8em;
}
.square {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: super;
}
p.empty {
	padding: 8em 0;
	text-align: center;
	color: #DDD;
	font-size: 1.1em;
}
.link {
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	opacity: 1;
}
.link a {
	position: relative;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none;
	box-sizing: border-box;
}
.link:hover {
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	opacity: 0.6;
}
.music_cd_buy a,
.writing_book_buy a {
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none;
	box-sizing: border-box;
}
.music_cd_buy a:hover,
.writing_book_buy a:hover {
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	transform: scale(0.98);
}
.more {
	margin-top: 2.9em;
}
a .more {
	display: inline-block;
	color: #115dab !important;
}
a .more:hover {
	text-decoration: underline;
}
.link_button {
	display: inline-block;
	padding: 0.8em 1.28em;
	background: #98938e;
	border: solid 1px #98938e;
	border-radius: 50vh;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.link_button a {
	display: block;
	color: #fff !important;
}
/* .link a:after {
	position: absolute;
	right: 0.5em;
	top: 1.2em;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_link.png) no-repeat center center / 30px;
}
.link a:hover:after {
		-o-animation: moving 500ms ease-in-out;
		-ms-animation: moving 500ms ease-in-out;
		-moz-animation: moving 500ms ease-in-out;
		-webkit-animation: moving 500ms ease-in-out;
	animation: moving 500ms ease-in-out;
}
@keyframes moving {
	0% {
		right: 0.5em;
	}
	50% {
		right: 1em;
	}
	100% {
		right: 0.5em;
	}
} */
.fading {
	padding-top: 24px;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.floating {
	width: 47.5%;
}
.floating:nth-of-type(odd) {
	float: left;
}
.floating:nth-of-type(even) {
	float: right;
}
.clear {
	clear: both !important;
}


/** Switch **/

#menu_switch {
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
	z-index: 10002;
}
#menu_switch p {
	position: relative;
	width: 40px;
	height: 30px;
}
.switch_bar {
	display: block;
	position: absolute;
	left: 0;
	width: 40px;
		-o-transition: all 140ms ease-in-out;
		-ms-transition: all 140ms ease-in-out;
		-moz-transition: all 140ms ease-in-out;
		-webkit-transition: all 140ms ease-in-out;
	transition: all 140ms ease-in-out;
}
.switch_bar img {
	display: block;
}
#menu_switch #switch_top {
	top: 0;
}
#menu_switch #switch_middle {
	top: 11px;
}
#menu_switch #switch_bottom {
	bottom: 0;
}
.expanded #menu_switch #switch_top {
	top: 12px;
		-o-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-webkit-transform: translateY(10px) rotate(45deg);
	transform: rotate(40deg);
		-o-transition: all 120ms ease-in;
		-ms-transition: all 120ms ease-in;
		-moz-transition: all 120ms ease-in;
		-webkit-transition: all 120ms ease-in;
	transition: all 120ms ease-in;
}
.expanded #menu_switch #switch_bottom {
	bottom: 12px;
		-o-transform: translateY(10px) rotate(-45deg);
		-ms-transform: translateY(10px) rotate(-45deg);
		-moz-transform: translateY(10px) rotate(-45deg);
		-webkit-transform: translateY(10px) rotate(-45deg);
	transform: rotate(-40deg);
		-o-transition: all 120ms ease-in;
		-ms-transition: all 120ms ease-in;
		-moz-transition: all 120ms ease-in;
		-webkit-transition: all 120ms ease-in;
	transition: all 120ms ease-in;
}


/** Post **/

.post p {
	margin-bottom: 1em;
}
.post ol {
	margin: 2em 0 !important;
}
.post li {
	list-style-position: inside !important;
	list-style: decimal;
}
.post ul {
	margin: 2em 0 !important;
}
.post a {
	text-decoration: underline;
}
.post ul li {
	list-style: disc;
	list-style-position: inside !important;
}
.post img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.post img.fit {
	width: 100% !important;
	height: auto;
}
.post img.nonfit {
	width: auto;
	height: auto;
}
.post b,
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post .issue_image {
	margin: 1em 0;
}


/** Paging **/


#single_paging {
	margin-top: 8em;
	max-width: 800px;
}
#paging_prev a {
	display: block;
	width: 30px;
	height: 40px;
	background: url(../images/common/navi.png) no-repeat 0 0;
	float: left;
}
#paging_prev a:hover {
	background-position: 0 -40px;
}

#paging_next a {
	display: block;
	width: 30px;
	height: 40px;
	background: url(../images/common/navi.png) no-repeat -30px 0;
	float: right;
}
#paging_next a:hover {
	background-position: -30px -40px;
}

#all_wrap {
	margin: 0 auto;
	min-width: 980px;
}
#all_wrap_inner {
	position: relative;
	padding-top: 42px;
	padding-bottom: 56px;
	padding-left: 270px;
	min-height: 1300px;
}
/* #all_wrap_inner::before  {
	position: absolute;
	top: 0;
	right: calc(100% - 19.2%);
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
} */

/* Header */

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 240px;
	background: #fff;
		-o-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	z-index: 10001;
}
#header::-webkit-scrollbar {
    display: none;
}
.fixed #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
		-o-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	overflow: scroll;
	z-index: 10000;
}
#header_inner {
	position: relative;
	padding: 2.6em 2.1em 5.2em;
}
#header h1#header_logo {
	padding-bottom: 1.5em;
	margin-bottom: 3.2em;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
#header h1#header_logo a {
	display: block;
		-o-transition: all 150ms ease-in-out;
		-ms-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.fixed #header h1#header_logo {
		-o-transition: all 150ms ease-in-out;
		-ms-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	z-index: 100000;
}
.fixed #header h1#header_logo a {
		-o-transition: all 150ms ease-in-out;
		-ms-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
#menu {
	padding: 0 1.25em 2.1em;
	padding-bottom: 2.1em;
	margin-bottom: 3.2em;
	text-align: right;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 600;
}
#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
}
#menu #menu_global li,
#menu #menu_global_rest li {
	position: relative;
	font-size: 1.25em;
	line-height: 1em;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#menu #menu_global li::after,
#menu #menu_global_rest #menu_profile::after {
	opacity: 0;
	position: absolute;
	top: 50%;
	right: -40px;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	width: 18px;
	height: 1px;
	background: #d60000;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#menu #menu_global li:hover::after,
#menu #menu_global_rest #menu_profile:hover::after {
	opacity: 1;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#menu #menu_global li.active::after,
#menu #menu_global_rest #menu_profile.active::after {
	opacity: 1 !important;
}
#menu #menu_global li,
#menu #menu_global_rest #menu_profile {
	margin-bottom: 1.76em;
}
#menu #menu_global li a,
#menu #menu_global_rest #menu_profile a {
	text-decoration: none !important;
}
#menu #menu_global li .menu_en,
#menu #menu_global_rest #menu_profile .menu_en {
	margin-right: 1.22em;
	color: #98938e;
	font-size: 0.73em;
}
#menu_sns ul {
	display: inline-block;
}
#menu_sns ul li {
	float: left;
	width: 21px;
	height: 21px;
}
#menu_sns ul li:not(:last-child) {
	margin-right: 1.6em;
}
#event_calendar_button {
	font-size: 0.78em;
	line-height: 17px;
}
#event_calendar_button .event_icon {
	display: inline-block;
	margin-right: 0.77em;
	width: 17px;
	height: 17px;
}
#header_event {
	padding-bottom: 3.2em;
	margin-bottom: 3.2em;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 600;
}
#header_event .event_flyer {
	position: relative;
	border: 1px solid #000;
	margin-bottom: 1.07em;
}
#header_event .event_flyer a {
	display: block;
}
#header_event .event_flyer .event_on_sale {
	position: absolute;
	padding: 0.3em 0.6em;
	top: 0;
	right: 0;
	font-size: 0.9em;
	font-weight: 600;
	color: #bc0101;
	background: #fff;
}
#header_event .event_data {
	margin-bottom: 3.2em;
	text-align: left;
}
.event_data .event_title {
	font-size: 0.86em;
	line-height: 1.75em;
}
.event_data ul li {
	font-size: 0.75em;
	line-height: 1.52em;
}
#header_links ul li:not(:last-child) {
	margin-bottom: 2em;
}


/* Froating */

#floating > * {
	z-index: 10000;
}
#contact_button {
	position: fixed;
	top: 31px;
	right: 0;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #394e73;
}
#contact_button a {
	display: block;
	padding: 1.18em 1.06em 1.46em;
	font-size: 1.14em;
	color: #fff !important;
}
#contact_button a span {
	display: inline-block;
	margin-top: 1.6em;
	font-size: 0.63em;
}


/* Waist */

#waist {
	width: calc(100% - 80px);
	min-width: 500px;
}
#waist .inner {
	margin-left: 0;
}
.note_wrapper {
	position: relative;
	font-size: 1.25em;
}
.note_date_pane {
	position: absolute;
	top: 0;
	right: 0;
	padding: 21px 22px;
	background: #ebebeb;
	text-align: center;
}
.note_date_pane .note_date_month {
	margin-bottom: 1em;
	font-size: 0.76em;
	line-height: 1em;
}
.note_date_pane .note_date_day {
	margin-bottom: 0.5em;
	font-size: 1.86em;
	line-height: 1em;
}
.note_date_pane .note_date_year {
	font-size: 0.71em;
	line-height: 1em;
}
/* .note_wrapper h3.title {
	color: #115dab;
} */
.note_wrapper > p {
	margin-bottom: 2em;
}
.note_wrapper h3.title {
	letter-spacing: 0.1em;
}

#page_heading .inner {
	padding: 0;
}
#heading_pane {
	margin-bottom: 2.3em;
}
#heading_links {
	float: left;
	padding-top: 8px;
}
#heading_links li {
	position: relative;
	float: left;
	padding-left: calc(15px + 0.5em);
}
#heading_links li::before {
	position: absolute;
	top: 50%;
	left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/common/);
}
#heading_links li#link_cd::before {
	background: url(../images/music/icon_cd.png) no-repeat center / contain;
}
#heading_links li#link_poster::before {
	background: url(../images/music/icon_poster.png) no-repeat center / contain;
}
#heading_links li#link_book::before {
	background: url(../images/writing/icon_book.png) no-repeat center / contain;
}
#heading_links li#link_magazine::before {
	background: url(../images/writing/icon_magazine.png) no-repeat center / contain;
}
#heading_links li a {
	line-height: 15px !important;
}
#heading_links li:not(:last-child) {
	margin-right: 2em;
}
.heading_link_icon {
	float: left;
	display: block;
	margin-right: 0.5em;
	width: 15px;
	height: 15px;
}
.heading_link_icon img {
	display: block;
}
#page_heading h2.title {
	float: right;
	color: #b6b6b6;
}
#page_heading h2.title .title_en {
	margin-left: 0.5em;
}
#heading_image {
	width: 100%;
}

#page_content .inner {
	padding: 5.3em 4.8em;
	background: #fff;
}
.page_summary h4.title {
	margin-bottom: 2.8em;
}
.page_summary p {
	margin-bottom: 1em;
	font-size: 1.2em;
}

.page_title_icon {
	float: left;
	display: block;
	margin-right: 0.5em;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

/* Footer */

#footer {
	margin-top: 112px;
	margin-right: 80px;
	text-align: right;
}
#footer_inner {
	padding: 0;
	margin-left: 0;
	min-width: auto;
}
#copyright {
	font-size: 0.8em;
}


/* Lightslider */

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #C3C0B6 !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #434246 !important;
}

#skirt_music_slide .music_slide,
#skirt_books_slide .books_slide {
	padding: 0 10px;
}
#skirt_music_slide .music_slide img,
#skirt_books_slide .books_slide img {
	height: 150px;
	width: auto;
}

.field.required h6:after {
    display: none;
}

@media screen and (max-width:1175px) and (min-width:601px) {
	
	#all_wrap_inner {
		padding-left: 255px;
	}
	#waist {
		width: calc(100% - 68px);
	}
	#page_content .inner {
		padding: 4.3em 3.8em;
	}
	
	#note_recently {
		padding: 4.3em 3.7em 2.4em;
	}
	.section_heading h3.title {
		float: none;
		margin-top: 2em;
	}
	#music_poster_filter {
		float: none;
		margin-top: 2em;
		line-height: 24px;
	}
}

/* @media screen and (max-width: 734px) and (min-width: 0px) {

	html {
		min-height: 100vh;
		font-size: 18px !important;
	}
	body {
		min-width: 480px;
		min-height: 100vh;
		font-size: 18px !important;
	}
	.only_pc {
		display: none;
	}
	.only_mobile {
		display: block;
	}
	#menu_switch {
		display: block;
	}
	.floating {
		float: none;
		margin-bottom: 3em;
		width: 100%;
	}
	.floating:nth-last-child {
		clear: both;
		float: none;
	}

} */
