
/*=======================
 COMMON
=======================*/

/* frame */
html,body {
  -webkit-text-size-adjust: 100%;
  font-family: MyYuGothicM,YuGothic,sans-serif;
  font-family: 'Titillium Web',"游ゴシック体", sans-serif;
  background: #f2f2f2;
}

@media screen and (min-width: 1200px){
	.container {
	    max-width: 1000px;
	}
}

/* h tag */
h1.navbar-brand {
  letter-spacing: normal;
  vertical-align: middle;
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
}

h1.navbar-brand a {
  height: 70px;
  background-size: 240px 70px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  width: 300px;
  text-align: center;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #231815;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}


/* aside */
aside.p-date {
	font-size: .8rem;
	margin-bottom: 1rem;
}


/* link */
a {
	color: #231815;
}

a:hover {
	color: #999;
	text-decoration: none !important;
}


/* color */
span.red {
	color: #F00;
}


/* margin */
.no-gutters {
  margin:0;
  padding:0;
}
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}
.text-right {
	text-align: right;
}


/* dl */
dt {
	font-weight: normal;
}


/* breadcrumb */
.breadcrumb {
	background-color: unset;
}


/* border */
.bbd {
	border-bottom: 1px dotted #231815;
}
.bts {
	border-top: 2px solid #231815;
}


/* pagenation */
.page-item.disabled .page-link,
.page-item .page-link {
	border: none;
	background-color: unset;
}
.page-item.active .page-link {
	background-color: #231815;
	border-color: #231815;
}
.page-item a {
	color: #231815;
}
.page-item a:hover {
	background-color: #231815;
	color: #FFF;
}


@media screen and (max-width:991px) { 
	h1.navbar-brand {
	  letter-spacing: normal;
	  vertical-align: middle;
	  padding-top: .25rem;
	  padding-bottom: .25rem;
	  position: relative;
	  z-index: 9999;
	}
	h1.navbar-brand a {
	  height: 50px;
	  background-size: 180px 50px;
	  text-indent: 100%;
	  width: 200px;
	}

}




/*=======================
 HEADER
=======================*/

.nav-item {
	position: relative;
}

.nav-item a {
	margin-left: .5rem;
	margin-right: .5rem;
	padding: 0;
	color: #231815 !important;
}
.nav-item a:hover,
.nav-item.active a {
	background: #d6d6d6;
	color: #231815;
}
.nav-item:before {
	content: '';
	position: absolute;
	top: .25rem;
	left: 0;
  height: 15px;
  border-left: 1px solid #231815;
  margin-right: 1rem;
}
.nav-item:last-child:after {
	content: '';
  position: absolute;
  top: .25rem;
  right: 0;
  height: 15px;
  border-right: 1px solid #231815;
  margin-left: 1rem;
}

.btn-search {
  position: absolute;
  right: 0;
  cursor: pointer;
  border: 0px;
  width: 28px;
  height: 28px;
  display: block;
  background: url(../images/search.svg) center no-repeat;
  text-indent: 150%;
  overflow: hidden;
}
.header-search {
	font-size: .8rem;
  border-radius: 50px;
}

@media screen and (max-width:991px) { 
	.navbar {
		width: 100%;
    position: fixed;
    top: .25rem;
    right: .25rem;
    padding: 0 !important;
    background-color: #F2F2F2;
    z-index: 99;
	}
	.navbar-toggler {
		position: absolute;
		top: 0;
		right: 0;
		border:none;
		z-index: 999
	}
	.navbar-collapse {
		padding-top:3.5rem;
	}
	.nav-item a {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem !important;
		margin-right: 0;
	}
	.nav-item:before,
	.nav-item:last-child:after  {
		border: none;
	}
	.header-search {
		width: 100% !important;
	}
}




/*=======================
 grid  --with masonry + match height + js
=======================*/

.grid-item {
	padding: 0 !important;
	border: 1px solid #CCC;
    background: #FFF;
}
.grid-item + .grid-item {
	border-left: none;
}
.grid-item h5 {
	font-size: 1rem;
  color: #e5004f;
  padding-bottom:0;
  margin-bottom: 0;
}
.grid-item h6 {
	padding: .25rem .5rem;
}
.grid-item .card {
	border: none;
	background:unset;
}

.grid-item .card-title {
	margin-bottom: 0;
}
.grid-item .card-text {
	font-size: 1rem !important;
}

.grid-item .card a {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.grid-item .card a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.artists .card-title h5 {
 color: #000;
 font-size: 1.3rem;
 text-align: center;
 padding-top: .25rem;
}
.artists .card-text {
	font-size: .8rem !important;
	text-align: center;
	padding-bottom: .25rem;
}

.detail .card-title h5 {
 color: #231815;
 font-size: .7rem;
 text-align: left;
 padding-top: .25rem;
}
.detail .card-text {
	font-size: .7rem !important;
	text-align: left;
	padding-bottom: .25rem;
}
.detail .card {
	background-color: unset;
	border: none;
}
#grid-box {
	overflow: hidden;
}





/*=======================
 footer navigation
=======================*/
#footer-navigation .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.iconNavi {
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
}
.iconNavi li {
	position: relative;
	padding-left: .5rem;
	padding-right: .5rem;
}
.iconNavi li:before {
	content: '';
	position: absolute;
	top: .3rem;
	left: 0;
  height: 15px;
  border-left: 1px solid #231815;
  margin-right: 1rem;
}
.iconNavi li:last-child:after {
	content: '';
  position: absolute;
  top: .3rem;
  right: 0;
  height: 15px;
  border-right: 1px solid #231815;
  margin-left: 1rem;
}

@media screen and (max-width:991px) { 
	#footer-navigation .navbar-nav {
		display: block !important;
	}
	#footer-navigation .navbar-item {
		width: 100%;
	}
	#footer-navigation .nav-item a {
		display: block;
		padding-left: 0 !important;
		text-align: center;
		border-top: 1px dotted #231815; 
	}
	#footer-navigation .nav-item:last-child a {
		display: block;
		padding-left: 0 !important;
		text-align: center;
		border-bottom: 1px dotted #231815; 
	}
	ul.iconNavi {
		margin-top: 2rem;
		justify-content: center;
	}
}




/*=======================
 footer
=======================*/
footer {
	background-color: #FFF;
	margin-top: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
footer p {
	display: inline-block;
}

@media screen and (max-width:991px) { 
	footer {
		font-size: .8rem;
	}
	footer p {
		display: block;
	}
}

.pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
}

.pagetop a {
  background: url(../images/TOPscroll.png) center center no-repeat;
  background-size: 64px;
  width: 64px;
  height: 64px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 99999;
}



/*=======================
 side-nav
=======================*/
.side-nav .nav .nav-link {
	width: 100%;
	display: block;
	border-bottom: 1px solid #231815;
}

@media screen and (max-width:991px) { 
	.side-nav .nav {
		width:100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		display: block;
	}
	.side-nav .nav .nav-link {
		width: auto;
		display: inline-block;
		border-bottom: 0;
	}
}




/*=======================
 single-contents
=======================*/
#single-contents {
	background: #f2f2f2;
}
#single-contents h2 {
	border:none;
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 1rem;
}
#single-contents aside.p-date {
	width: 100%;
	text-align: right;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.parallax {
  min-height: 400px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.parallax h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	color: #FFF;
	border:none;
	z-index: 1;
}

.sns-link li {
	margin-right: .5rem;
}

@media screen and (max-width:991px) { 
	.parallax h2 {
		width: 80%;
	}
}



/*=======================
 detail
=======================*/
.detail .navbar-nav {
	justify-content: flex-end;
	flex-direction: row;
}

.detail h3 {
	font-size: 2.5rem;
	text-align: center;
	font-weight: normal;
	letter-spacing: .5rem;
}
.detail h4 {
	font-size: 1rem;
	text-align: center;
	font-weight: normal;
	letter-spacing: .2rem;
}


@media screen and (max-width:991px) { 
	.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	}
	.detail .nav-item a {
		padding-top: 0;
		padding-bottom: 0;
		margin-right: .5rem;
		padding-left: 0 !important;
	}
	.detail .nav-item:before, .detail .nav-item:last-child:after {
		border-left: 1px solid #231815;
	}
}



/*=======================
 list
=======================*/
.list-arrow {
	list-style-type: none;
	width: 100%;
}
.list-arrow li {
}
.list-arrow li a {
	width: 100%;
	display: block;
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #000;
	margin-left: -20px;
}
.list-arrow li a:hover {
	background: #d6d6d6;
}
.list-arrow li a span {
	margin-left: 1.5rem;
}
.list-arrow li a span::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #231815;
}
.list-arrow li a span::before,.list-arrow li a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.list-arrow li a span::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*=======================
 images
=======================*/

.trimThumb {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
