@charset "utf-8";

/* ---------------------------------------------------------- */
/* MAIN */
/* ---------------------------------------------------------- */
#main {
	border-top: 10px solid #3e1f0c;
	}

#main #mainIn {
	width: 1110px;
	height: 640px;
	background: url(../images/bg_main.png) top -16px left no-repeat;
	background-size: 660px auto;
	margin: auto;
	position: relative;
	}

#main .text {
	width: 430px;
	text-align: center;
	top: 95px;
	right: 55px;
	position: absolute;
	}

#main .text h1 {
	margin: 0 0 40px 0;
	}

#main .text h1 img {
	width: 430px;
	}

#main .text .schedule img {
	width: 380px;
	}

#main .text ul.sns {
	margin: 40px 0 0 0;
	display: inline-flex;
	}

#main .text ul.sns li {
	margin: 0 15px;
	}

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

#main .text ul.sns li img {
	height: 30px;
	}

@media (max-width: 768px){
#main #mainIn {
	width: 100%;
	height: auto;
	background: none;
	padding: 0 0 50px 0;
	}

#main #mainSp {
	width: 100%;
	height: 0;
	background: url(../images/bg_main.png) top center no-repeat;
	background-size: contain;
	padding: 98% 0 0 0;
	}

#main .text {
	width: 100%;
	position: static;
	}

#main .text h1 {
	margin: 0 0 5% 0;
	}

#main .text h1 img {
	width: 80%;
	}

#main .text .schedule img {
	width: 70%;
	}

#main .text ul.sns {
	margin: 5% 0 0 0;
	}
}

@media (max-width: 640px){
#main #mainIn {
	padding: 0 0 35px 0;
	}

#main .text h1 img {
	width: 87%;
	}

#main .text .schedule img {
	width: 77%;
	}
}


/* ---------------------------------------------------------- */
/* NAVI */
/* ---------------------------------------------------------- */
#menu {
	top: 20px;
	right: 20px;
	position: fixed;
	z-index: 100;
	}

#menu .btn {
	width: 60px;
	height: 60px;
	background: #973e3c;
	border-radius: 50px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	}

#menu .btn:hover {
	background: #3e1f0c;
	}

#menu .btn span ,
#menu .btn span:before ,
#menu .btn span:after {
	width: 23px;
	height: 3px;
	background: #f8eede;
	margin: -1px 0 0 -11px;
	top: 50%;
	left: 50%;
	transition: .2s;
	display: block;
	position: absolute;
	}

#menu .btn span:before {
	margin: -9.5px 0 0 0;
	content: "";
	top: 50%;
	left: 0;
	}

#menu .btn span:after {
	margin: 6px 0 0 0;
	content: "";
	top: 50%;
	left: 0;
	}

#menu .btn span {
	margin: -1px 0 0 -11px;
	top: 50%;
	left: 50%;
	}

#menu .btn span.close {
	background: transparent;
	}

#menu .btn span.close:before {
	margin: -2px 0 0 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	}

#menu .btn span.close:after {
	margin: -2px 0 0 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}

#menu nav {
	width: 170px;
	background: #fffaeb;
	border: 5px solid #3e1f0c;
	top: 90px;
	right: 20px;
	padding: 2px;
	display: none;
	position: fixed;
	}

#menu nav ul {
	border: 2px solid #3e1f0c;
	}

#menu nav ul li {
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px dotted #3e1f0c;
	}

#menu nav ul li:last-child {
	border-bottom: none;
	}

#menu nav ul li a {
	color: #3e1f0c;
	text-decoration: none;
	padding: 15px 5px;
	display: block;
	}

#menu nav ul li a:hover {
	color: #fffaeb;
	background: #963e3b;
	}

@media (max-width: 768px){
#menu {
	right: 10px;
	}

#menu .btn {
	width: 50px;
	height: 50px;
	}

#menu .btn span {
	width: 18px;
	height: 3px;
	margin: -1px 0 0 -9px;
	}

#menu .btn span:before {
	width: 18px;
	margin: -7.5px 0 0 0;
	}

#menu .btn span:after {
	width: 18px;
	margin: 4px 0 0 0;
	}

#menu nav {
	top: 70px;
	right: 10px;
	}
}


/* ---------------------------------------------------------- */
/* CONTENTS */
/* ---------------------------------------------------------- */
h2 {
	text-align: center;
	line-height: 1;
	margin: 0 0 40px 0;
	}

h2 img {
	height: 47px;
	}

.fade {
	opacity: 0;
	transition: .8s;
	}

.fadein {
	opacity: 1;
	}

@media (max-width: 640px){
h2 {
	margin: 0 0 20px 0;
	}

h2 img {
	height: 35px;
	}
}


/* ---------------------------------------------------------- */
/* 収録曲＆試聴 */
/* ---------------------------------------------------------- */
#music {
	background: #3e1f0c;
	padding: 70px 0;
	}

#music .list {
	width: 1030px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	}

#music .list ul {
	width: calc(50% - 30px);
	margin: 3px 15px 0 15px;
	}

#music .list ul li {
	width: 100%;
	background: url(../images/bg.png);
	vertical-align: middle;
	margin: -3px 0 0 0;
	padding: 3px;
	}

#music .list ul li .bg {
	border: 2px solid #3e1f0c;
	padding: 10px;
	display: flex;
	align-items: center;
	}

#music .list ul li .no {
	padding: 0 10px 0 0;
	}

#music .list ul li .no img {
	width: 35px;
	}

#music .list ul li .title {
	width: calc(100% - 100px);
	font-size: 2.0rem;
	line-height: 1.2;
	word-break: break-all;
	}

#music .list ul li .listen {
	padding: 0 0 0 20px;
	}

#music .list ul li .listen button {
	width: 35px;
	height: 35px;
	background: #963e3b;
	border: none;
	border-radius: 50px;
	display: inline-block;
	display: none\9; /*IE9以下*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	}

#music .list ul li .listen button:hover ,
#music .list ul li .listen button.on {
	background: #3e1f0c;
	}

#music .list ul li .listen span {
	vertical-align: middle;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fffaeb;
	display: inline-block;
	margin: 0 0 0 3px;
	}

#music .list ul li .listen a {
	display: none;
	}

#music .list ul li.bonus {
	font-size: 2.0rem;
	color: #fffaeb;
	text-align: center;
	background: none;
	margin: 0;
	padding: 25px 0 5px 0;
	}

/* IE対策 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#music .list ul li .listen button {
	display: none;
	}

#music .list ul li .listen a {
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	background: #963e3b;
	border: none;
	border-radius: 50px;
	display: block;
	overflow: none;
	}

#music .list ul li .listen span {
	margin: 10px 0 0 3px;
	}

#music .list ul li .listen a:hover {
	background: #3e1f0c;
	}
}

/*Edge*/
@supports (-ms-ime-align:auto) {
#music ul li .listen a {
	display: none;
	}
}

@media (max-width: 768px){
#music {
	padding: 70px 25px;
	}

#music .list {
	width: 100%;
	}

#music .list ul li .title ,
#music .list ul li.bonus {
	font-size: 1.8rem;
	}
}

@media (max-width: 640px){
#music {
	padding: 40px 20px;
	}

#music .list {
	display: block;
	}

#music .list ul {
	width: 100%;
	margin: 3px 0 0 0;
	}

#music .list ul li .no img {
	width: 30px;
	}

#music .list ul li .title {
	width: 100%;
	line-height: 1.2;
	word-break: break-all;
	}

#music .list ul li .listen button {
	width: 30px;
	height: 30px;
	}

#music .list ul li .listen a {
	display: none;
	}

#music .list ul li .listen span {
	margin: -2px 0 0 3px;
	}

#music .list ul li.bonus {
	padding: 20px 0 5px 0;
	}

/* IE対策 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#music .list ul li .listen a {
	width: 30px;
	height: 30px;
	}
}
}


/* ---------------------------------------------------------- */
/* 配信サイト */
/* ---------------------------------------------------------- */
#download {
	padding: 70px 0;
	}

#download section {
	width: 1000px;
	text-align: center;
	margin: 0 auto 30px auto;
	}

#download section:last-child {
	margin: 0 auto;
	}

#download h3 {
	font-size: 2.0rem;
	color: #fffaeb;
	background: #3e1f0c;
	padding: 10px;
	}

#download .box {
	border-bottom: 2px solid #3e1f0c;
	border-left: 2px solid #3e1f0c;
	border-right: 2px solid #3e1f0c;
	padding: 25px;
	}

#download .date {
	font-size: 2.4rem;
	line-height: 1;
	color: #963e3b;
	margin: 0 auto 20px auto;
	}

#download h4 {
	font-size: 2.0rem;
	margin: 0 auto 10px auto;
	padding: 0 95px;
	position: relative;
	display: inline-block;
	}

#download h4:before,
#download h4:after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #3e1f0c;
	top: 50%;
	position: absolute;
	display: inline-block;
	}

#download h4:before {
	left: 0;
	}

#download h4:after {
	right: 0;
	}

#download .bg {
	background: #fffaeb;
	margin: 0 auto 20px auto;
	padding: 15px;
	}

#download .bg:last-child {
	margin: 0 auto;
	}

#download .bg a ,
#download .bg span {
	font-size: 1.6rem;
	vertical-align: middle;
	margin: 5px;
	display: inline-block;
	}

#download .bg a ,
#download .bg .btn {
	color: #fffaeb;
	text-decoration: none;
	border-radius: 50px;
	background: #963e3b;
	padding: 3px 15px;
	}

#download .bg a:hover {
	background: #3e1f0c;
	}

@media (max-width: 768px){
#download {
	padding: 70px 30px;
	}

#download section {
	width: 100%;
	}

#download h3 {
	font-size: 1.8rem;
	}

#download .box {
	padding: 20px;
	}

#download .date {
	font-size: 2.2rem;
	}

#download h4 {
	font-size: 1.8rem;
	padding: 0 75px;
	}

#download h4:before,
#download h4:after {
	width: 60px;
	}

#download .bg br {
	display: none;
	}
}

@media (max-width: 640px){
#download {
	padding: 40px 20px;
	}

#download section {
	margin: 0 auto 20px auto;
	}

#download h3 {
	padding: 5px;
	}

#download .date {
	font-size: 1.8rem;
	}

#download .bg {
	padding: 10px;
	}

#download .bg a ,
#download .bg span {
	font-size: 1.4rem;
	}

#download h4 {
	font-size: 1.6rem;
	padding: 0 55px;
	}

#download h4:before,
#download h4:after {
	width: 40px;
	}
}


/* ---------------------------------------------------------- */
/* PLAYLIST for 堀江由衣 */
/* ---------------------------------------------------------- */
#playlist {
	background: #3e1f0c;
	padding: 70px 0;
	}

#playlist article {
	width: 1000px;
	margin: 0 auto 30px auto;
	}

#playlist article:last-child {
	margin: 0 auto;
	}

#playlist h3 {
	font-size: 2.0rem;
	color: #fffaeb;
	line-height: 1;
	text-align: center;
	background: #963e3b;
	margin: 0 auto 5px auto;
	padding: 10px;
	}

#playlist .box {
	background: url(../images/bg.png);
	padding: 3px;
	}

#playlist .bg {
	border: 3px solid #3e1f0c;
	padding: 20px;
	display: flex;
	align-items: center;
	}

#playlist .photo {
	width: 300px;
	}

#playlist .photo img {
	width: 100%;
	}

#playlist .photo a {
	width: 100%;
	font-size: 1.8rem;
	color: #fffaeb;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background: #963e3b;
	border-radius: 50px;
	margin: 5px auto 0 auto;
	padding: 10px 10px 12px 10px;
	display: block;
	position: relative;
	}

#playlist .photo a::after {
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 20px;
	border-top: 1px solid #fffaeb;
	border-right: 1px solid #fffaeb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -5px 0 0 0;
	position: absolute;
	}

#playlist .photo a:hover {
	background: #3e1f0c;
	}

#playlist .text {
	width: calc(100% - 300px);
	padding: 0 0 0 30px;
	}

@media (max-width: 768px){
#playlist {
	padding: 70px 30px;
	}

#playlist article {
	width: 100%;
	}

#playlist h3 {
	font-size: 1.8rem;
	}

#playlist .bg {
	padding: 20px;
	display: block;
	}

#playlist .photo {
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
	}

#playlist .photo img {
	width: 60%;
	}

#playlist .photo a {
	width: 50%;
	font-size: 1.8rem;
	margin: 10px auto 0 auto;
	}

#playlist .text {
	width: 100%;
	padding: 0;
	}
}

@media (max-width: 640px){
#playlist {
	padding: 40px 20px;
	}

#playlist article {
	margin: 0 auto 20px auto;
	}

#playlist .photo img {
	width: 100%;
	}

#playlist .photo a {
	width: 80%;
	font-size: 1.6rem;
	}
}


/* ---------------------------------------------------------- */
/* 映像 */
/* ---------------------------------------------------------- */
#movie {
	padding: 70px 0 40px 0;
	}

#movie ul {
	width: 1030px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	}

#movie ul li {
	width: calc(50% - 30px);
	line-height: 1;
	overflow: hidden;
	margin: 0 15px 30px 15px;
	}

#movie ul li .movie {
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#movie ul li .movie iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

@media (max-width: 768px){
#movie {
	padding: 70px 20px 40px 20px;
	}

#movie ul {
	width: 100%;
	}

#movie ul li {
	width: calc(50% - 20px);
	margin: 0 10px 20px 10px;
	}
}

@media (max-width: 640px){
#movie {
	padding: 40px 20px;
	}

#movie ul {
	display: block;
	}

#movie ul li {
	width: 100%;
	margin: 0 0 20px 0;
	}

#movie ul li:last-child {
	margin: 0;
	}
}


/* ---------------------------------------------------------- */
/* フォトギャラリー */
/* ---------------------------------------------------------- */
#photo {
	background: #963e3b;
	padding: 70px 0;
	}

#photo ul.slider li img {
	width: 100%;
	}

#photo .slick-slide {
	opacity: 0.5;
	pointer-events: none;
	}

#photo .slick-prev ,
#photo .slick-next {
	width: 25px;
	height: 44px;
	border: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	top: 50%;
	margin: -44px 0 0 0;
	padding: 0;
	position: absolute;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	}

#photo .slick-prev {
	background: url(../images/ico_arrow_prev.png) left top no-repeat;
	background-size: 25px 44px;
	left: 10px;
	}

#photo .slick-next {
	background: url(../images/ico_arrow_next.png) left top no-repeat;
	background-size: 25px 44px;
	right: 10px;
	}

#photo .slick-prev:hover ,
#photo .slick-next:hover {
	opacity: 0.7;
	
	}

#photo .slick-active {
	opacity: 1;
	pointer-events: auto;
	}

#photo ul.slick-dots {
	text-align: center;
	margin: 20px 0 0 0;
	}

#photo ul.slick-dots li {
	margin: 0 5px;
	display: inline-block;
	position: relative;
	}

#photo ul.slick-dots li button {
	color: transparent;
	background: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	}

#photo ul.slick-dots li button:before {
	content: '●';
	font-size: 1.2rem;
	color: #fffaeb;
	text-align: center;
	line-height: 1;
	top: 0;
	left: 0;
	position: absolute;
	}

#photo ul.slick-dots li.slick-active button:before {
	color: #3e1f0c;
	}

@media (max-width: 768px){
#photo {
	padding: 70px 45px;
	}

#photo .slick-prev {
	left: -35px;
	}

#photo .slick-next {
	right: -35px;
	}
}

@media (max-width: 640px){
#photo {
	padding: 40px 30px;
	}

#photo .slick-prev ,
#photo .slick-next {
	width: 15px;
	height: 26px;
	margin: -26px 0 0 0;
	}

#photo .slick-prev {
	background: url(../images/ico_arrow_prev.png) left top no-repeat;
	background-size: 15px 26px;
	left: -23px;
	}

#photo .slick-next {
	background: url(../images/ico_arrow_next.png) left top no-repeat;
	background-size: 15px 26px;
	right: -23px;
	}
}


/* ---------------------------------------------------------- */
/* magnific-popup */
/* ---------------------------------------------------------- */
.mfp-container {
	padding-left: 20px;
	padding-right: 20px;
	}

button.mfp-close {
	width: 40px !important;
	height: 40px;
	background: #963e3b;
	border-radius: 50px;
	top: 20px !important;
	right: -20px !important;
	opacity: 1;
	display: block;
	padding: 0;
	z-index: 100;
	cursor: pointer;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

button.mfp-close:hover {
	background: #3e1f0c;
	}

button.mfp-close:before ,
button.mfp-close:after {
	content:"";
	width: 3px;
	height: 20px;
	background: #fffaeb;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position:absolute;
	display:inline-block;
	}

button.mfp-close:before {
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}

button.mfp-close:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
	}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	}

@media (max-width: 640px){
button.mfp-close {
	width: 30px !important;
	height: 30px;
	top: 20px !important;
	right: -15px !important;
	}

button.mfp-close:before{
	height: 15px;
	}

button.mfp-close:after{
	height: 15px;
	}
}


/* ---------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------- */
footer {
	text-align: center;
	padding: 50px 0 0 0;
	}

footer a:hover {
	opacity: 0.7;
	}

footer #banner {
	margin: 0 auto 30px auto;
	}

footer #banner img {
	width: 400px;
	}

footer ul#share {
	margin: 0 auto 50px auto;
	display: inline-flex;
	}

footer ul#share li {
	margin: 0 7.5px;
	}

footer ul#share li img {
	width: 40px;
	}

footer #copy {
	font-size: 1.2rem;
	color: #fffaeb;
	background: #3e1f0c;
	padding: 20px;
	}

@media (max-width: 640px){
footer {
	padding: 40px 0 0 0;
	}

footer #banner {
	margin: 0 auto 20px auto;
	}

footer #banner img {
	width: 70%;
	}

footer ul#share {
	margin: 0 auto 40px auto;
	}

footer ul#share li {
	margin: 0 5px;
	}

footer ul#share li img {
	width: 35px;
	}

footer #copy {
	font-size: 1.0rem;
	padding: 15px;
	}
}