@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size : 62.5%;
}
body {
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	/*font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;*/
	color: #333333;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	background: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
@media (min-width: 992px) {
	body {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
html, body {
	height: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
}
a:link, a:visited {
	font-style: normal;
	text-decoration: none;
	color: #1b7eaa;
}
a:hover {
	font-style: normal;
	color: #1b7eaa;
	text-decoration: underline;
}
a:focus:not(:focus-visible) {
	outline: none;
}
.news-load-more-wrap {
	margin: 15px 0 0;
}
.load-more-bt {
	display: block;
	width: 100%;
	background: #efefef;
	border: none;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font: inherit;
	color: #333333;
	line-height: 1;
	cursor: pointer;
	transition: color 0.3s linear, background 0.3s linear;
}
.load-more-bt:hover {
	color: #ffffff;
	background: #333333;
}
a img {
	transition: opacity 0.3s linear;
}
a img:hover {
	opacity: 0.7;
}
p {
	margin: 0;
	padding: 0;
}
p + p {
	margin: 30px 0 0 0;
	padding: 0;
}
iframe {
	border: none;
}
h1.title, h2.title, h3.title {
	margin: 0;
	padding: 0;
	line-height: 1;
}
h1.title {
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	color: #ffffff;
	font-weight: normal;
	transition: font-size 0.3s ease-in 0.01s;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
	h1.title {
		font-size: 40px;
		font-size: 4.0rem;
	}
}
h1.title a {
	color:#ffffff;
	transition: opacity 0.3s linear;
}
h1.title a:hover {
	text-decoration: none;
	opacity: 0.7;
}
h2.title {
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-weight: 200;
	font-size: 36px;
	font-size: 3.6rem;
}
h2.pageTitle {
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-weight: 600;
	font-size: 44px;
	font-size: 4.4rem;
	/*letter-spacing: 1px;*/
	color: #cccccc;
}
@media (min-width: 992px) {
	h2.pageTitle {
		font-size: 80px;
		font-size: 8.0rem;
		letter-spacing: 5px;
	}
}
h3.title {
	font-family: "mr-eaves-xl-modern", "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 200;
	font-size: 40px;
	font-size: 4.0rem;
}
h3.title span {
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
}
h3.title small {
	font-size: 24px;
	font-size: 2.4rem;
}
h3.title .name {
	font-size: 20px;
	font-size: 2.0rem;
}
h3.title hr {
	border:solid #333333;
	border-width:1px 0 0 0;
	height:1px;
	clear:both;
	width: 20px;
	margin: 30px auto;
}
@media (min-width: 992px) {
	h3.title {
		font-size: 48px;
		font-size: 4.8rem;
	}
	h3.title span {
		font-weight: 300;
		font-size: 36px;
		font-size: 3.6rem;
	}
	h3.title small {
		font-size: 36px;
		font-size: 3.6rem;
	}
	h3.title .name {
		font-size: 30px;
		font-size: 3.0rem;
	}
}
h3.member {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
}
@media (min-width: 768px) {
	.br-sp {
		display: none;
	}
}
h3.disco {
	font-family: "mr-eaves-xl-modern", "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 200;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0;
	padding: 0;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
h4.news {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}
h4.news:before {
	content: "> ";
}

/* --------------------------------------------------
 header
-------------------------------------------------- */

header {
	width: 100%;
}
.cd-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 3;
	/*background-color: rgba(0, 0, 0, 0.25);*/
	
	/* 背景グラデーション */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

@media (min-width: 992px) {
	.cd-header {
		height: 80px;
		/*background: transparent; 背景を透明にする*/
	}
}

@media (min-width: 1170px) {
	.cd-header {
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		transition: background-color 0.3s;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.cd-header.is-fixed {
		position: fixed;
		top: -80px;
		background-color: rgba(0, 0, 0, 0.25);
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}
	.cd-header.is-visible {
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	.cd-header.menu-is-open {
		background-color: rgba(0, 0, 0, 0.2);
	}
}
.cd-logo {
	display: block;
	position: absolute;
	/*top: 14px; hederの高さが50pxのとき*/
	top: 9px; /*hederの高さが40pxのとき*/
	left: 15px;
	z-index: 2;
	transition: top 0.3s ease-in 0.01s, left 0.3s ease-in 0.01s;
}

@media (min-width: 992px) {
	.cd-logo {
		top: 20px;
		left: 28px;
	}
}
.cd-secondary-nav {
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 28px;
	/* hidden on small devices */
	display: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.cd-secondary-nav li {
	display: inline-block;
	margin-left: 1.8rem;
}
.cd-secondary-nav a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color:#ffffff;
	letter-spacing: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "mr-eaves-xl-modern",sans-serif;
	font-style: normal;
	font-weight: 200;
}
.cd-secondary-nav a:hover {
	text-decoration: none;
}

.cd-secondary-nav a:before,
.cd-secondary-nav a:after{
	position: absolute;
	top: 3.0rem;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px; 
	background: #ffffff;
	transition: 0.3s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.cd-secondary-nav a:before{
	left: 50%;
}

.cd-secondary-nav a:after{
	right: 50%;
}

.cd-secondary-nav a:hover:before,
.cd-secondary-nav a:hover:after{
	width: 50%;
}
.cd-secondary-nav li.current_page_item {
	pointer-events: none;
	opacity: .5;
}

@media (min-width: 992px) {
	.cd-secondary-nav {
		display: block;
	}
}
.cd-primary-nav-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	/*background-color: #03263d;*/
}

@media (min-width: 992px) {
	.cd-primary-nav-trigger {
		display: none;
	}
}
.cd-primary-nav-trigger .cd-menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
	top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
	top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color: #ffffff;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

@media (min-width: 992px) {
	.cd-primary-nav-trigger {
		width: 100px;
		padding-left: 1rem;
		background-color: transparent;
		height: 30px;
		line-height: 30px;
		right: 2.2rem;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cd-primary-nav-trigger .cd-menu-icon {
		left: auto;
		right: 1rem;
		-webkit-transform: translateX(0) translateY(-50%);
		-moz-transform: translateX(0) translateY(-50%);
		-ms-transform: translateX(0) translateY(-50%);
		-o-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
	}
}
.cd-primary-nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	text-align: center;
	padding: 50px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.cd-primary-nav li {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0.4rem 0;
	text-transform: capitalize;
}
.cd-primary-nav a {
	font-family: "mr-eaves-xl-modern", sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 0.4rem 1rem;
	border-radius: 0.25em;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
.cd-primary-nav li.current_page_item {
	pointer-events: none;
	opacity: .5;
}
.cd-primary-nav.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 992px) {
	.cd-primary-nav {
		display: none;
	}
}

/* --------------------------------------------------
 contents
-------------------------------------------------- */

.animsition {
	height: 100%;
}
.slanting {
	position: relative;
	overflow: hidden;
}
.slanting:before {
	content: '';
	position: absolute;
	top: -100px;
	left: -50px;
	width: 120%;
	height: 62%;
	background: url('../img/start-page-blur.jpg?20240628') #efefef top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1;
	transition: height 0.3s ease-in 0.01s;
}
@media (min-width: 992px) {
	.slanting:before {
		top: -120px;
		height: 54%;
	}
}
#start-page {
	position: relative;
	width: 100%;
	height: 40%;
	background: url('../img/start-page.jpg?20260420') #efefef top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: height 0.3s ease-in 0.01s;
	
}
@media (min-width: 568px) {
	#start-page {
		height: 100%;
	}
}
@media (min-width: 992px) {
	#start-page {
		background-attachment: fixed;
	}
}
#start-page .arrow {
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -10px;
	width: 21px;
	height: 70px;
	display: block;
	opacity: 0;
	display: none;
}

@media (min-width: 992px) {
	#start-page .arrow {
		display: block;
	}
}
#start-page .arrow-down {
	position: absolute;
	bottom: 110px;
	left: 50%;
	margin-left: -10px;
	width: 21px;
	height: 29px;
	background: url(../img/arrow-down.png) no-repeat center center;
	display: none;
	-webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
	-moz-animation: bounce-fade 1.2s infinite; /* Fx 5+ */
	-o-animation: bounce-fade 1.2s infinite; /* Opera 12+ */
	animation: bounce-fade 1.2s infinite; /* IE 10+ */
}
@media (min-width: 992px) {
	#start-page .arrow-down {
		display: block;
	}
}
 @-webkit-keyframes bounce-fade {
	 0% {
	opacity: 0;
	bottom: 70px;
	}
	 100% {
	opacity: 1;
	bottom: 35px;
	}
}
@-moz-keyframes bounce-fade {
	 0% {
	opacity: 0;
	bottom: 70px;
	}
	 100% {
	opacity: 1;
	bottom: 35px;
	}
}
@-o-keyframes bounce-fade {
	 0% {
	opacity: 0;
	bottom:70px;
	}
	 100% {
		opacity: 1;
		bottom: 35px;
	}
}
@keyframes bounce-fade {
	 0% {
	opacity: 0;
	bottom: 70px;
	}
	 100% {
	opacity: 1;
	bottom: 35px;
	}
}
#start-page .arrow-down a{
	width: 21px;
	height: 29px;
	display: block;
}
.logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	width: 100px;
	height: 100px;
}
@media (min-width: 568px) {
	.logo {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100px;
		margin: auto;
		width: 320px;
		height: 320px;
	}
}
dl.whatsNew {
	overflow: hidden;
	zoom: 1;
}
dl.whatsNew dt {
	width: auto;
	color: #0e0e0e;
}
/* 1件分(dt+dd)の囲み。区切り線はタグが複数ある行でも行全体の下に引く */
.whatsNew-item {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
.whatsNew-item:after {
	content: "";
	display: table;
	clear: both;
}
@media (min-width: 992px) {
	dl.whatsNew dt {
		width: 190px;
		float: left;
		clear: both;
		color: #0e0e0e;
	}
	dl.whatsNew dd {
		padding-left: 205px;
	}
	/* タグが複数ある場合は日付の右に縦に積む(190px幅に収めるため) */
	dl.whatsNew .category {
		display: inline-block;
		width: 90px;
		vertical-align: top;
	}
	dl.whatsNew .category a + a {
		margin-left: 0; /* 縦積みのときは横の間隔は不要 */
	}
}
.update{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
}
.category a{
	display: inline-block;
	background: #efefef;
	font-size: 10px;
	font-size: 1rem;
	padding: 5px;
	width: 90px;
	line-height: 1;
	text-align: center;
	border-radius: 4px;
	transition: all .3s linear;
}
/* タグが横並びのときのタグ同士の間隔 */
.category a + a {
	margin-left: 5px;
}
.category a:link, .category a:visited{
	color: #333333;
	text-decoration: none;
}
.category a:hover, .category a:active{
	color: #ffffff;
	/*background: #1b7eaa;*/
	background: #333333;
	text-decoration: none;
}
.newMark{
	display: inline-block;
	background: #b33d67;
	color: #ffffff;
	font-size: 10px;
	font-size: 1rem;
	padding: 3px 0 1px;
	width: 40px;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
	letter-spacing: 1px;
	-webkit-animation:blink 0.6s ease-in-out infinite alternate;
    -moz-animation:blink 0.6s ease-in-out infinite alternate;
    animation:blink 0.6s ease-in-out infinite alternate;
	vertical-align: middle;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
table {
	width: 100%;
}
table td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 10px 15px;
}
table tr:nth-child(odd) {
	background: #ffffff;
}
table tr:nth-child(even) {
	background: #efefef;
}
.img-slick {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 0 1px;
	box-sizing: border-box;
}
a.more-bt {
	display: block;
	background: #efefef;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	transition: color 0.3s linear, background 0.3s linear;
	color: #333333;
}
a.more-bt:link {
	color: #333333;
}
a.more-bt:hover {
	color: #ffffff;
	text-decoration: none;
	background: #333333;
}
hr.sns {
	margin: 0 auto 15px;
	border: 0;
	border-top: 1px solid #ffffff;
	width: 20px;
}

ul.sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

ul.sns li {
	display: block;
	/* display: inline-block; */
	list-style: none;
	/* margin: 0 7.5px; */
	margin: 0 !important;
	padding: 0;
}

ul.sns li a {
	display: block;
	opacity: 1;
	transition: opacity 0.3s linear;
}

ul.sns li a:hover {
	opacity: 0.7;
}

ul.sns li a i {
	font-size: 1.8rem;
	color: #ffffff;
}

.move-bf {
	transition: .8s;
	opacity: 0;
}
.move-af {
	opacity: 1.0;
}
@media (min-width: 992px) {
	.move-bf {
		transform: translate(0,60px);
		-webkit-transform: translate(0,60px);
	}
	.move-af {
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
}
.banner {
	display: block;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------
 contents - news
-------------------------------------------------- */

.dim, .mas, .kat, .ono { width: 100%; }

ul.tabs {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.tabs li {
	list-style: none;
	display: inline-block;
}
ul.tabs li a {
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	border:1px solid #666666;
	padding: 5px 10px;
	line-height: 1;
	background:#ffffff;
	-moz-transition: 0.35s ease-out; 
	-webkit-transition: 0.35s ease-out; 
	transition: 0.35s ease-out;
	outline:none;
	color:#000000;
	text-decoration: none;
}
ul.tabs li.active a {
	background: #333333;
	color: #ffffff;
}
.tabs li a:hover{
	border:1px solid #333;
	background:#ffffff;
	text-decoration: none;
}
.newsContents {
	border-bottom: 1px dotted #999999;
}

.page-nav {
	text-align: center;
}
.page-nav li {
	display: inline;
	list-style: none outside none;
}
.page-nav li a {
	border: 1px solid #e2e9ed;
	color: #000000;
	text-decoration: none;
	transition: border .3s linear;
}

.page-nav li a:hover {
	border: 1px solid #000000;
}
.page-nav li a:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

.page-nav li.current span {
	border: 1px solid #333333;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
	border: 1px solid #e2e9ed;
	color: #e2e9ed;
	text-decoration: none;
}

.page-nav li.page_nums span {
	background: rgb(102,102,102);
	border: 1px solid rgb(51,51,51);
	color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0 0.65em;
	display: inline-block;
	position:relative;
}

ul.social_buttons {
	margin: 0;
}

ul.social_buttons:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;}

.social_buttons li {
	float: left;
	list-style: none;
	padding-right: 10px;
}

/* --------------------------------------------------
 contents - disco
-------------------------------------------------- */

.container .mix {
	display:none;
}
/* DISCOGRAPHY一覧: floatだとアイテムの高さが1px未満でも違うと次の行が引っかかって空きが出るため、flexで行を揃える */
.disco-list {
	display: flex;
	flex-wrap: wrap;
}
.disco-list:before,
.disco-list:after {
	display: none; /* Bootstrapのclearfix用疑似要素がflexアイテム扱いになるのを防ぐ */
}

.discoNav {
	margin: 0;
	padding: 0;
	text-align: center;
}
.discoNav li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.discoNav button{
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	border:1px solid #e2e9ed;
	padding: 5px 10px;
	line-height: 1;
	background:#ffffff;
	-moz-transition: 0.35s ease-out; 
	-webkit-transition: 0.35s ease-out; 
	transition: 0.35s ease-out;
	outline:none;
	margin-bottom:10px;
}
.discoNav button:hover{
	border:1px solid #333;
	background:#ffffff;
}
.discoSelect {
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.discoSelect .col-xs-6 {
	padding: 0;
}
.discoSelect .col-xs-6 a {
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	border:1px solid #e2e9ed;
	padding: 5px 10px;
	line-height: 1;
	background:#ffffff;
	-moz-transition: 0.35s ease-out; 
	-webkit-transition: 0.35s ease-out; 
	transition: 0.35s ease-out;
	outline:none;
	display: block;
	width: 100%;
	text-align: center;
	/*background: url(../img/dot.png);
	background-size: 128px 128px;*/
}
.discoSelect .col-xs-6 a:link,
.discoSelect .col-xs-6 a:visited,
.discoSelect .col-xs-6 a:active {
	color: #333333;
	text-decoration: none;
}
.discoSelect .col-xs-6 a:hover {
	border:1px solid #333333;
}
.discoSelect .col-xs-6 a.active {
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	border:1px solid #333333;
	padding: 5px 10px;
	line-height: 1;
	-moz-transition: 0.35s ease-out; 
	-webkit-transition: 0.35s ease-out; 
	transition: 0.35s ease-out;
	outline:none;
	display: block;
	width: 100%;
	text-align: center;
	background: url(../img/footer.png) #333333;
	background-size: 100px 100px;
	color: #ffffff;
	pointer-events: none;
}
.discoCategory{
	display: inline-block;
	background: #efefef;
	font-size: 10px;
	font-size: 1rem;
	padding: 5px;
	line-height: 1;
	text-align: center;
	border-radius: 4px;
	width: 90px;
}
ol.disco, ul.disco {
  /*list-style: none;*/
  padding-left: 25px;
  /*display: table;*/
}
.songList ol, .songList ul {
  /*list-style: none;*/
  padding-left: 25px;
  /*display: table;*/
}
 
li {
  margin-bottom: 0.5em;
}
a.shopBt{
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	border:1px solid #e2e9ed;
	padding: 5px 20px;
	line-height: 1;
	transition: border 0.35s linear;
	outline:none;
	display: block;
	width: 100%;
	max-width: 150px;
}
a.shopBt:link{
	color: #000000;
	text-decoration: none;
}
a.shopBt:hover{
	color: #000000;
	text-decoration: none;
	border:1px solid #333;
}
a.shopBt:visited{
	color: #000000;
	text-decoration: none;
}
a.backBt{
	font-family: "mr-eaves-xl-modern", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	border:1px solid #e2e9ed;
	padding: 5px 20px;
	line-height: 1;
	transition: border 0.35s linear;
	outline:none;
}
a.backBt:link{
	color: #000000;
	text-decoration: none;
}
a.backBt:hover{
	color: #000000;
	text-decoration: none;
	border:1px solid #333;
}
a.backBt:visited{
	color: #000000;
	text-decoration: none;
}
.release {
	font-size: 11px;
	font-size: 1.1rem;
}
@media (min-width: 992px) {
	.release {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.dot {
	background: url(../img/dot.png);
	background-size: 128px 128px;
}

/* --------------------------------------------------
 contents - contact
-------------------------------------------------- */

dl.form dt {
	margin: 0;
	padding: 0;
	width: 100px;
	color: #333333;
	clear: left;
	float: left;
	box-sizing:border-box;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

dl.form dd {
	margin-bottom: 30px;
	padding: 0 0 0 130px;
}

input.text, select.text, textarea.text {
	-webkit-appearance: none;
	padding: 4px 8px;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	width: 100%;
	box-sizing: border-box;
}

input.sendBt {
	-webkit-appearance: none;
	padding: 5px;
	border: none;
	background: #ffffff;
	color:#000000;
	width:120px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	transition: border linear 0.3s;
	outline: none;
}

input.sendBt:hover {
	border: 1px solid #000000;
}
/* --------------------------------------------------
 footer
-------------------------------------------------- */

#footer-home {
	color: #ffffff;
	background: url(../img/footer.png) #333333;
	background-size: 100px 100px;
}
.copy {
	font-size: 11px;
	font-size: 1.1rem;
}

/* --------------------------------------------------
 margin,padding
-------------------------------------------------- */

.pd-t15 {
	padding-top: 15px;
}
.pd-t30 {
	padding-top: 30px;
}
.pd-t60 {
	padding-top: 60px;
}
.pd-t120 {
	padding-top: 120px;
}
.pd-b15 {
	padding-bottom: 15px;
}
.pd-b30 {
	padding-bottom: 30px;
}
.pd-b60 {
	padding-bottom: 60px;
}
.pd-b120 {
	padding-bottom: 120px;
}
.mg-t15 {
	margin-top: 15px;
}
.mg-t30 {
	margin-top: 30px;
}
.mg-t60 {
	margin-top: 60px;
}
.mg-t120 {
	margin-top: 120px;
}
.mg-b15 {
	margin-bottom: 15px;
}
.mg-b30 {
	margin-bottom: 30px;
}
.mg-b60 {
	margin-bottom: 60px;
}
.mg-b120 {
	margin-bottom: 120px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.pd-lr15 {
	padding: 0 15px;
	box-sizing: border-box;
}

.pd-t60sp {
	padding-top: 60px;
}
@media (min-width: 992px) {
	.pd-t60sp {
		padding-top: 120px;
	}
}
.mg-b30sp {
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.mg-b30sp {
		margin-bottom: 60px;
	}
}
.mg-b60sp {
	margin-bottom: 60px;
}
@media (min-width: 992px) {
	.mg-b60sp {
		margin-bottom: 120px;
	}
}
.tal-rsp {
	float: none;
	margin: auto;
}
@media (min-width: 992px) {
	.tal-rsp {
		float: right;
	}
}
