@charset "utf-8";

/* レイアウト
==============================================*/
.home #main {
	padding: 0 0 10px;
}


/* スライドショー
==============================================*/
.slides {
	position: relative;
	margin-top: 51px;
}
.slides a {
	outline: none;
}
.slider {
	margin: 0 auto;
	position: relative;
}
.slider li:focus {
	border: none;
	outline: none;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 1120px;
	margin: 0 auto 50px;
}
.slick-list {
	max-width: 1120px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-slider {
	max-width: 1120px;
	display: block;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider:before,
.slick-slider:after {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 100;
	display: none; /* 非表示 */
}
.slick-slider:before {
	left: -50%;
}
.slick-slider:after {
	right: -50%;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	height: 100%;
	min-height: 1px;
	display: none;
	float: left;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-loading .slick-list {
	background: #fff url(/wp-content/themes/loutusong/images/home/loading.gif) center center no-repeat;
}
.slick-vertical .slick-slide {
	height: auto;
	display: block;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
@media screen and (max-width: 593px) {
	.single-item {
	max-width: 719px;
	}
	.slick-list {
		max-width: 719px;
	}
	.slick-slider {
		max-width: 719px;
	}
}
/* Prev・Next */
.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: transparent;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	padding: 0;
	z-index: 11;
	cursor: pointer;
	transform: translate(0, -50%);
}
.slick-prev {
	background: url(/wp-content/themes/loutusong/images/home/camera_skins.png) no-repeat 0 -40px rgba(216, 216, 216, 0.85);
	left: 0px;
}
.slick-next {
	background: url(/wp-content/themes/loutusong/images/home/camera_skins.png) no-repeat -40px -40px rgba(216, 216, 216, 0.85);
	right: 0px;
}
.slick-prev:hover,
.slick-next:hover {
	opacity: .75;
}
.mobile .slick-prev:hover,
.mobile .slick-next:hover {
	opacity: 1;
}
/* Dots */
.slick-dots {
	width: 100%;
	text-align: center;
	list-style: none;
	display: block;
	position: absolute;
	bottom: 5%;
	padding: 0;
}
.slick-dots li {
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
	font-size: 0;
	background: url(/wp-content/themes/loutusong/images/home/controlls.png) left bottom no-repeat;
	border: none;
	outline: none;
	display: block;
	cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: url(/wp-content/themes/loutusong/images/home/controlls.png) left top no-repeat;
}
.mobile .slick-dots li button:hover {
	background: url(/wp-content/themes/loutusong/images/home/controlls.png) left bottom no-repeat;
}
.mobile .slick-dots li.slick-active button:hover {
	background: url(/wp-content/themes/loutusong/images/home/controlls.png) left top no-repeat;
}
@media screen and (max-width: 1120px) {
	.slides {
		overflow: hidden;
	}
}


/* 新譜情報
==============================================*/
#content {
	padding-top: 30px;
}
#content h2 {
	font-family: 'Quicksand', sans-serif;
	color: #1edbef;
	font-size: 36px;
	background: transparent;
	border: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.new_score {
	font-size: 13px;
	margin-bottom: 50px;
}
@media screen and (max-width: 719px) {
	#content {
		padding-top: 20px;
	}
	#content h2 {
		margin-left: 0;
	}
	.new_score {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 584px) {
	#content h2 {
		font-size: 26px;
	}
}
/* リスト */
.wall {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -1.5%;
}
.wall .wall-item {
	-ms-flex-preferred-size: 30.333333333%;
	flex-basis: 30.333333333%;
	background: #fff;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0 ,0, .1);
	box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, .1);
	position: relative;
	margin: 1.5%;
	-webkit-transition: all 220ms;
	transition: all 220ms;
}
.wall .wall-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 220ms;
	transition: all 220ms;
	opacity: .8;
}
.mobile .wall .wall-item {
	-webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0 ,0, .1);
	box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, .1);
}
.mobile .wall .wall-item:hover {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}
.wall a {
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 8% 8% 3%;
}
.mobile .wall a:hover {
	color: #666;
}
.wall .new {
	font-family: 'Quicksand', sans-serif;
	color: #fa09e3;
	font-size: 15px;
	position: absolute;
	top: 2%;
	left: 8%;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}
@-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;}
}
#content .wall h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22px;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #56cbf2;
	margin: 10px 0 0 0;
	padding: 0 0 3px;
}
#content .wall h3.jp {
	letter-spacing: 7px;
}
.wall .h3_sub {
	min-height: 38px;
	max-height: 38px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin: 5px 0 10px;
	overflow: hidden;
}
.wall figure {
	max-width: 460px;
	position: relative;
	margin: auto;
}
.wall figure img {
	display: block;
}
.wall figure figcaption {
	font-size: 10px;
	position: absolute;
	right: 15%;
	bottom: -17px;
}
.wall figure figcaption.right {
	right: 0;
}
.wall h4 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 20px;
	border-bottom: 1px dotted #56cbf2;
	margin-top: 25px;
	padding: 0 0 3px;
}
.wall .h4_sub {
	min-height: 48px;
	max-height:48px;
	font-size: 11px;
	margin-top: 5px;
	overflow: hidden;
}
.wall .read_more {
	font-family: 'M PLUS 1p', sans-serif;
	color: #289ae0;
	font-size: 11px;
	text-align: right;
	letter-spacing: .5px;
	margin-top: 6px;
}
.wall .read_more.left {
	text-align: left;
	margin-top: -10px;
}
.wall .read_more span {
	color: #666;
	position: relative;
}
.wall .read_more span i {
	width: 10px;
	height: 10px;
	background: #ff61fe;
	display: inline-block;
	vertical-align: top;
	margin: 2.5px 5px 0 0;
}
.wall .read_more span i:last-of-type {
	margin: 2.5px 3px 0 0;
}
.wall .read_more span i.songwriter-producer { background: #58db0b; }
.wall .read_more span i.trackmaker-producer { background: #ffcc33; }
.wall .read_more span i.engineer { background: #3fe0ff; }
.wall .read_more span i.photographer { background: #000; }
.wall .read_more span i.chorus { background: #9966ff; }
.wall .read_more span i.produce { background: #ff9900; }

.wall .read_more b {
	font-weight: 600;
}
@media screen and (max-width: 945px) {
	.wall .wall-item {
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
		-webkit-box-shadow: 0px 0px 14px 6px rgba(0, 0 ,0, .1);
		box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, .1);
	}
}
@media screen and (max-width: 719px) {
	.wall .wall-item {
		-webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0 ,0, .1);
		box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, .1);
	}
	.wall .wall-item:hover {
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		opacity: 1;
	}
}
@media screen and (max-width: 623px) {
	.wall {
		margin: -3% 0;
	}
	.wall .wall-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 3% auto;
	}
	.wall .h4_sub {
		max-height: none;
	}
}
/* ダイアログ */
.overlay {
	background: rgba(0, 0, 0, .85);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 113;
}
.overlay .dialog_wrap {
	max-width: 860px;
	position: relative;
	margin: 81px auto 81px;
}
.overlay .dialog_wrap .close {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
}
.overlay .dialog_wrap .close:before {
	content: "";
	width: 1px;
	height: 38px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -4px;
	left: 15px;	
}
.overlay .dialog_wrap .close:after {
	content: "";
	width: 38px;
	height: 1px;
	background: #fff;
	position: absolute;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 15px;
	left: -4px;
}
.overlay .dialog {
	color: #666;
	background: #fff;
	position: relative;
	margin: 0 60px 0 10px;
	padding: 35px 20px;		
}
.overlay .dialog .new {
	font-family: 'Quicksand', sans-serif;
	color: #fa09e3;
	font-size: 18px;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
	position: absolute;
	top: 20px;
	left: 20px;
}
@-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;}
}
.overlay .dialog .left {
	width: 50%;
	text-align: center;
	float: left;
	margin-right: 3%;
}
#content .overlay .dialog h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22px;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #56cbf2;
	margin-top: 15px;
	padding: 0 0 3px;
}
#content .overlay .dialog h3.jp {
	letter-spacing: 7px;
}
.overlay .dialog .h3_sub {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 19px;
	line-height: 1.2;
	margin: 5px 0 30px;
}
.overlay .dialog figure {
	width: 47%;
	max-width: 460px;
	position: relative;
	float: right;
}
.overlay .dialog figure img {
	display: block;
}
.overlay .dialog figure figcaption {
	font-size: 10px;
	position: absolute;
	right: 15%;
	bottom: -20px;
}
.overlay .dialog figure figcaption.right {
	right: 0;
}
.overlay .dialog h4 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 20px;
	border-bottom: 1px dotted #56cbf2;
	padding: 0 0 3px;
}
.overlay .dialog .h4_sub {
	font-size: 14px;
	margin-top: 5px;
}
.overlay .dialog dl {
	text-align: left;
	line-height: 1.6;
	margin-top: 30px;
	padding-left: 3%;
}
.overlay .dialog dl dt {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
	line-height: 100%;
	position: relative;
	margin-bottom: 5px;
}
.overlay .dialog dl dt i {
	width: 17px;
	height: 17px;
	background: #ff61fe;
	display: inline-block;
	vertical-align: top;
	margin: -1px 5px 0 0;
}
.overlay .dialog dl dt i:last-of-type {
	margin: -1px 6px 0 0;
}
.overlay .dialog dl dt i.songwriter-producer { background: #58db0b; }
.overlay .dialog dl dt i.trackmaker-producer { background: #ffcc33; }
.overlay .dialog dl dt i.engineer { background: #3fe0ff; }
.overlay .dialog dl dt i.photographer { background: #000; }
.overlay .dialog dl dt i.chorus { background: #9966ff; }
.overlay .dialog dl dt i.produce { background: #ff9900; }

#content .overlay .dialog dl dd p + p {
	margin-top: 15px;
}
#content .overlay .dialog dl dd p .link {
	display: block;
	position: relative;
    line-height: 1.3;
    margin-top: 10px;
    padding-left: 20px;
}
#content .overlay .dialog dl dd p .link:before {
	content: "";
    width: 13px;
    height: 13px;
    background: #666;
    position: absolute;
    top: .1em;
    left: 0;
}
#content .overlay .dialog dl dd p .link a {
	color: #666;
}
#content .overlay .dialog dl dd p .link a:hover {
	text-decoration: underline;
}
.mobile #content .overlay .dialog dl dd p .link a:hover {
	text-decoration: none;
}
.note_wrap {
	margin-top: 30px;
	padding-left: 3%;
}
.note {
	background: url(/wp-content/themes/loutusong/images/home/dotted_top.png) left top repeat-x;	
}
.note p {
	font-size: 12px;
	text-align: left;
	line-height: 28px;
	background: url(/wp-content/themes/loutusong/images/home/dotted.png) left bottom;
}
.note p span {
	text-align: right;
	display: block;
}
.note p i { /* 絵文字 */
	font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
	font-style: normal;
}
@media screen and (max-width: 719px) {
	.overlay {
		background: rgba(255, 255, 255, 1);
		z-index: 11;
	}
	.overlay .dialog_wrap {
		max-width: 480px;
		margin: 91px auto 35px;
	}
	.overlay .dialog_wrap .close {
		top: -10px;
		right: 9px;
	}
	.overlay .dialog_wrap .close:before {
		height: 30px;
		background: #666;
		top: -1px;
		left: 14px;
	}
	.overlay .dialog_wrap .close:after {
		width: 30px;
		background: #666;
		top: 14px;
		left: -1px;
	}
	.overlay .dialog {
		margin: 0 10px;
		padding: 0;
	}
	.overlay .dialog .new {
		top: -9px;
		left: 0;
	}
	.overlay .dialog .left {
		width: 100%;
		float: none;
		margin-right: none;
	}
	#content .overlay .dialog h3 {
		margin-top: 20px;
	}
	.overlay .dialog figure {
		width: 100%;
		float: none;
		margin: auto;
	}
	.overlay .dialog figure figcaption {
		right: 15%;
		left: auto;
	}
	.overlay .dialog h4 {
		margin-top: 35px;
	}
	.overlay .dialog .h4_sub {
		font-size: 13px;
	}
	.overlay .dialog dl {
		margin-top: 20px;
		padding: 0;
	}
	.note_wrap {
		margin-top: 20px;
		padding: 0;
	}
}
/* Click Here! */
.clk_here {
	font-size: 0;
}
.clk_here div {
	width: 49.25%;
	display: inline-block;
	border: 2px solid transparent;
	border-left-color: #9cfe02;
	border-right-color: #3fe0ff;
	position: relative;
}
.clk_here div:before,
.clk_here div:after {
	content: "";
	height: 2px;
	background: -webkit-linear-gradient(to right, #9cfe02, #3fe0ff);
	background: linear-gradient(to right, #9cfe02, #3fe0ff);
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -2px;	
}
.clk_here div:before {
	top:-2px;
	bottom:-2px;
}
.clk_here div + div {
	border-left-color:#3fe0ff;
	border-right-color:#9cfe02;
	margin-left: 1.5%;
}
.clk_here div + div:before,
.clk_here div + div:after {
	background: -webkit-linear-gradient(to right, #3fe0ff, #9cfe02);
	background: linear-gradient(to right, #3fe0ff, #9cfe02);
}
.clk_here a {
	font-family: 'Quicksand', sans-serif;
	color: #666;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	letter-spacing: 5px;
	background: transparent;
	display: block;
	position: relative;
	padding: 17px 12px;
	margin: -2px;
	z-index: 1;
}
.clk_here a:hover {
	color: #fff;
	background: #9cfe02;
}
.clk_here div + div a:hover {
	background: #3fe0ff;
}
.mobile .clk_here a:hover {
	color: #666;
	background: transparent;
}
.mobile .clk_here div + div a:hover {
	background: transparent;
}
@media screen and (max-width: 584px) {
	.clk_here div {
		width: 100%;
		display: block;
	}
	.clk_here div + div {
		margin-top: 20px;
		margin-left: 0;
	}
	.clk_here a {
		font-size: 20px;
	}
}
/* リンクエリア */
.link_area {
	max-width: 510px;
	font-size: 0;
	margin: 50px auto 0;
}
.link_area li {
	width: 33.333333333%;
	height: 34px;
	border-left: 2px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.link_area li:last-child {
	border-right: 2px solid #ccc;
}
.link_area li a {
	font-size: 12px;
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	display: block;
	padding: 0 10px;
	-webkit-transition: all 220ms;
	transition: all 220ms;
}
.link_area li a img {
	padding: 2px 0 0;
}
.link_area li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all 220ms;
	transition: all 220ms;
}
.mobile .link_area li a:hover {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}
.link_area li:first-child a img,
.link_area li:last-child a img {
	width: 30px;
}
@media screen and (max-width: 584px) {
	.link_area {
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 480px) {
	.link_area li {
		width: 50%;
	}
	.link_area li:first-child,
	.link_area li:last-child {
		width: 25%;
	}
}