@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	height: 100%;
	overflow-y: scroll;
}

/*
html.open-modal {
scrollbar-gutter: stable;
	overflow: hidden;
}
*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: 400;
	font-family: YakuHanJP, 'BIZ UDPGothic', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #000;
	background: url(../images/common/header/bg/bg.jpg) no-repeat center top;
	background-size: cover;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	word-break: break-all;
	text-decoration: underline;
	color: #000;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition: 0.4s cubic-bezier(.57,0,.26,1);
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

button {
	outline: none;
	border: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:active,
a:hover,
a:focus {
	outline: none;
}

a:hover {
	opacity: .4;
}


table {
	border-collapse: collapse;
}

/*
.wrapper ::before,
.wrapper ::after {
	font-family: 'BIZ UDPGothic', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: normal;
}
*/

@-webkit-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

/*--------------------------------------
loading
--------------------------------------*/


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 5000;
}

/*
.loading::before {
	content: "";
	margin: -8% 0 0 -10%;
	position: fixed;
	top: 50%;
	left: 50%;
	display: block;
	padding-top: 6%;
	width: 20%;
	z-index: 5000;
}
*/

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


.loading p {
	margin: -19px 0 0 -19px;
	padding-top: 22px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 0;
	border: 8px solid #aaa;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
	z-index: 5002;
}

.loading::after {
	content: "";
	margin: -19px 0 0 -19px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	border: 8px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 5001;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fff;
	z-index: 2;
}

.container {
	text-align: left;
	width: 100%;
	height: auto;
	z-index: 100;
}

/*--------------------------------------
header
--------------------------------------*/
#top {
	padding: 0 0;
	position: relative;
	overflow: hidden;
	height: 100vh;
	clip-path: circle(0% at 50% 50%);
	transition: all 1.5s cubic-bezier(.57,0,.26,1) 0.5s;
	background: #75d5e5;
}

#top > figure {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100vh;
	background: url(../images/common/header/visual.jpg) no-repeat top right;
	background-size: auto 100%;
}

.h #top > figure,
.h2 #top > figure {
	background: url(../images/common/header/visual.jpg) no-repeat center right;
	background-size: 100% auto;
}

body.active #top {
	clip-path: circle(100% at 50% 50%);
}

.siteTitle {
	padding-top: 14%;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 56px;
	left: 40px;
	width: 14%;
	height: 0;
	background: url(../images/common/header/date.svg) no-repeat center center #fff;
	background-size: 100% auto;
	border-radius: 50%;
	z-index: 101;
	clip-path: circle(0% at 50% 50%);
	visibility: visible;
	transition: all 1s cubic-bezier(.57,0,.26,1) 3s;
}

body.active .siteTitle {
	clip-path: circle(100% at 50% 50%);
}

.w .siteTitle {
	transition: none;
	visibility: hidden;
}

.w2 .siteTitle {
	transition: none;
	visibility: hidden;
}

.w3 .siteTitle {
	transition: none;
	visibility: hidden;
}

.h .siteTitle {
	padding-top: 18%;
	width: 18%;
}

.h2 .siteTitle {
	padding-top: 20%;
	width: 20%;
}

#top .t {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	z-index: 110;
}

.w #top .t {
	margin: -24% 0 0 -44%;
	padding-top: 35%;
	width: 42%;
}

.w2 #top .t {
	margin: -21% 0 0 -43%;
	padding-top: 28%;
	width: 42%;
}

.w3 #top .t {
	margin: -23% 0 0 -38%;
	padding-top: 34%;
	width: 36%;
}

.h #top .t {
	margin: -38% 0 0 -48%;
	padding-top: 28%;
	width: 28%;
}

.h2 #top .t {
	margin: 0 0 0 -48%;
	padding-top: 31%;
	top: 0;
	width: 29%;
}

.h3 #top .t {
	margin: 0 0 0 -47%;
	padding-top: 38%;
	top: 0;
	width: 36%;
}

#top .t::before {
	content: "";
	margin: -44% 0 0 -30%;
	padding-top: 8%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 60%;
	height: 0;
	opacity: 0;
	background: url(../images/common/header/title/title.svg) no-repeat center center;
	background-size: 100% auto;
	z-index: 110;
}

.w #top .t::before,
.w2 #top .t::before,
.w3 #top .t::before {
	margin: -46% 0 0 -41%;
	padding-top: 9%;
	width: 82%;
}

.h #top .t::before,
.h2 #top .t::before,
.h3 #top .t::before {
	margin: -46% 0 0 -47%;
	padding-top: 11%;
	width: 94%;
}

.active #top .t::before {
	animation: fade 0.5s cubic-bezier(.17,.67,.6,.92) 1.5s 1 forwards;
}

.active #top .t::after {
	animation: fade 0.5s cubic-bezier(.17,.67,.6,.92) 4s 1 forwards;
}

#top .t {
}


#top .t li {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
}

#top .t li:nth-child(1) {
	margin: -32.5% 0 0 -49%;
	width: 32.2%;
}

#top .t li:nth-child(2) {
	margin: -31.5% 0 0 -21%;
	width: 27.4%;
}

#top .t li:nth-child(3) {
	margin: -22.5% 0 0 4%;
	width: 25%;
}

#top .t li:nth-child(4) {
	margin: 15.5% 0 0 -36%;
	width: 19.2%;
}

#top .t li:nth-child(5) {
	margin: 11% 0 0 -14%;
	width: 19.2%;
}

#top .t li:nth-child(6) {
	margin: 13% 0 0 5.5%;
	width: 23.2%;
}

#top .t li:nth-child(7) {
	margin: 10.5% 0 0 29%;
	width: 19.4%;
}

body.active #top .t li {
	animation: bounce 1.6s cubic-bezier(.17,.67,.6,.92) 3.2s 1 forwards;
}

body.active #top .t li:nth-child(1) {
	animation-delay: 1.5s;
}

body.active #top .t li:nth-child(2) {
	animation-delay: 1.7s;
}

body.active #top .t li:nth-child(3) {
	animation-delay: 1.9s;
}

body.active #top .t li:nth-child(4) {
	animation-delay: 2.1s;
}

body.active #top .t li:nth-child(5) {
	animation-delay: 2.3s;
}

body.active #top .t li:nth-child(6) {
	animation-delay: 2.5s;
}

body.active #top .t li:nth-child(7) {
	animation-delay: 2.7s;
}

body.active #top .t li:nth-child(8) {
	margin: 48% 0 0 -34%;
	padding-top: 7%;
	overflow: hidden;
	width: 68%;
	height: 0;
	background: url(../images/common/header/date2.svg) no-repeat;
	background-size: 100% auto;
	animation: fade 1.6s cubic-bezier(.17,.67,.6,.92) 3.2s 1 forwards;
}

body.active.h3 #top .t li:nth-child(8),
body.active.h2 #top .t li:nth-child(8),
body.active.h #top .t li:nth-child(8) {
	padding-top: 0;
	width: 0;
}

#top > p {
	padding: 0 0 16px 21px;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.h #top > p,
.h3 #top > p,
.h2 #top > p {
	font-size: 14px;
	text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 16px;
}


/* bounce */
@keyframes bounce {
	0% { transform: translate3d(0, -10em, 0) scaleY(1.2); opacity: 0;}
	1% { transform: translate3d(0, -10em, 0) scaleY(1.2); opacity: 1;}
	7% { transform: translate3d(0, 5em, 0) scaleY(0.5); opacity: 1;}
	8% { transform: translate3d(0, 0, 0) scaleY(0.5); opacity: 1;}
	10% { transform: translate3d(0, -1em, 0) scaleY(1); opacity: 1;}
	12% { transform: translate3d(0, 0, 0) scaleY(1); opacity: 1;}
	100% { transform: translate3d(0, 0, 0) scaleY(1); opacity: 1;}
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

#top .list li {
	position: relative;
	width: calc(100% / 6);
	width: calc(100% / 12);
	overflow: hidden;
}


@keyframes photo {
	0% { opacity: 0; transform: scale(1.2);}
	30% { opacity: 1;}
	100% { opacity: 1; transform: scale(1);}
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 111;
}

#top .globalNav {
	display: flex;
	justify-content: center;
	display: none;
}

.globalNav a {
	text-decoration: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

	#menu-btn {
		display: block;
		position: fixed;
		top: 0;
		right: -110px;
		height: 53px;
		width: 72px;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
		z-index: 1000;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	background: #dc45a4;
	background: url(../images/common/bg.png) center center #dc45a4;
	background-size: 150px auto;
	width: 110px;
	height: 110px;
clip-path: polygon(100% 0, 0 0, 100% 100%);
	}

	.active #menu-btn {
		animation: btn-right 0.5s cubic-bezier(.17,.67,.6,.92) 4.5s 1 forwards;
		z-index: 1100;
	}

@keyframes btn-right {
	from {
		right: -110px;
	}
	to {
		right: 0px;
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#menu-btn::before,
#menu-btn::after,
#menu-btn span {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	display: block;
	width: 38px;
	height: 0;
	background: #fff;
}

#menu-btn:hover::before,
#menu-btn:hover::after,
#menu-btn:hover span {
	margin-left: 5px;
	width: 28px;
}

#menu-btn.active:hover::before,
#menu-btn.active:hover::after,
#menu-btn.active:hover span {
	margin-left: 0;
	width: 38px;
}

.b #menu-btn {
	filter: none;
}


.b #menu-btn::before,
.b #menu-btn::after,
.b #menu-btn span {
	background: #000;
}

#menu-btn::before {
	top: 14px;
	animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

#menu-btn:hover::before {
}

#menu-btn.active:hover::before {
}

#menu-btn span {
	top: 26px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#menu-btn::after {
	top: 38px;
	animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

#menu-btn:hover::after {
}

#menu-btn.active:hover::after {
}

#menu-btn.b.active::before,
#menu-btn.active::before {
	background: #fff;
	animation: btnT 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

#menu-btn.b.active span,
#menu-btn.active span {
	background: #fff;
	opacity: 0;
}

#menu-btn.b.active::after,
#menu-btn.active::after {
	background: #fff;
	animation: btnB 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

/* btnT */
@keyframes btnT {
	0% { transform: translateY(0px);}
	20% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(12px) rotate(-135deg);}
}

/* btnTr */
@keyframes btnTr {
	0% { transform: translateY(12px) rotate(-135deg);}
	30% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

/* btnB */
@keyframes btnB {
	0% { transform: translateY(0px);}
	20% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(-12px) rotate(135deg);}
}

/* btnBr */
@keyframes btnBr {
	0% { transform: translateY(-12px) rotate(135deg);}
	30% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

#menu-btn.b::before,
#menu-btn.b::after,
#menu-btn.b span {
	background: #474c4d;
}

.menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	text-align: right;
	transition: all 0.8s cubic-bezier(.57,0,.26,1);
	z-index: 1099;
}

.menu.active {
	right: 0;
}

.menu button {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	outline: none;
	cursor: default;
	border: none;
	background: none;
	z-index: 302;
}

.menu div {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #dc45a4;
	background: none;
	z-index: 303;
}

.menu div::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 400vw;
	height: 400vw;
	display: block;
	background: #dc45a4;
	background: url(../images/common/bg.png) center center #dc45a4;
	background-size: 150px auto;
clip-path: polygon(100% 0, 0 0, 100% 100%);
	transition: all 0.8s cubic-bezier(.57,0,.26,1);
	transform: translate3d(0, 0, 0);
	z-index: 301;
}

.menu.active div::after {
	width: 800vw;
	transform: translate3d(-400vw, 0, 0);
}

/* safari */
::-webkit-full-page-media, :future, :root .menu div::after {
	display: none;
}

/* safari */
::-webkit-full-page-media, :future, :root .menu div {
	background: url(../images/common/bg.png) center center #dc45a4;
	background-size: 150px auto;
}


.menu .globalNav {
	position: relative;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	z-index: 304;
}

.menu .globalNav li {
	padding: 0.2em 0;
	position: relative;
	display: flex;
	justify-content: center;
}

.menu .globalNav a {
	padding: 0.2em;
	position: relative;
	display: inline;
	white-space: nowrap;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	font-size: 4vw;
	line-height: 1.1;
	color: #fff;
	letter-spacing: 0.15em;
	text-decoration: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.menu .globalNav a:hover {
	opacity: 1;
}

.menu .globalNav a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0.1em;
	left: 0.2em;
	width: calc(100% - 0.4em);
	height: 1px;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
	transform: scaleX(0);
	transform-origin: center top;
		background: #fff;
}

.menu .globalNav a:hover::after {
	transform: scaleX(1);
}

/* safari */
::-webkit-full-page-media, :future, :root .menu .globalNav a::after {
	display: none;
}


/*

.menu .globalNav li {
	clip-path: inset(0 100% 0 0);
	transition: all 0.7s cubic-bezier(.57,0,.26,1) 0.3s;
}

.menu .globalNav li:nth-of-type(2) {
	transition-delay: 0.5s;
}

.menu .globalNav li:nth-of-type(3) {
	transition-delay: 0.7s;
}

.menu .globalNav li:nth-of-type(4) {
	transition-delay: 0.9s;
}

.menu .globalNav li:nth-of-type(5) {
	transition-delay: 1.1s;
}


.menu.active .globalNav li {
	clip-path: inset(0 0 0 0);
}
*/

.sns-link {
	position: absolute;
	bottom: 24px;
	left: 12px;
	display:flex;
	flex-direction: column;
	width: 56px;
	font-size: 15px;
	transform: translateY(-50%);
	opacity: 0;
}

.h3 .sns-link,
.h2 .sns-link,
.h .sns-link {
	padding-top: calc(5em + 88px);
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.active .sns-link {
	animation: fade 0.5s cubic-bezier(.17,.67,.6,.92) 4.5s 1 forwards;
}

.sns-link li {
	margin-top: 8px;
	width: 50%;
}

.sns-link a {
	padding: 100% 0 0;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

.sns-link .twitter a {
	background: url(../images/common/nav/sns/twitter.svg) no-repeat center center;
	background-size: 100% auto;
}

.sns-link .facebook a {
	background: url(../images/common/nav/sns/facebook.svg) no-repeat center center;
	background-size: 100% auto;
}

.sns-link a:hover {
}

@media only screen and (max-width: 1240px) {

}



#top .scroll {
	padding: 5em 0 88px;
	position: absolute;
	bottom: 72px;
	left: 24px;
	opacity: 0;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.15em;
	z-index: 122;
}

.h3 #top .scroll,
.h2 #top .scroll,
.h #top .scroll {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

	.active #top .scroll {
		animation: fade 0.5s cubic-bezier(.17,.67,.6,.92) 4.5s 1 forwards;
		z-index: 1100;
	}

#top .scroll::before {
	content: "SCROLL";
	margin-left: -0.6em;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.15em;
	color: #2f3332;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.scroll p {
	overflow: hidden;
	width: 1px;
	height: 5em;
	font-size: 15px;
	background: rgba(47, 51, 50, .2);
}

.scroll p::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(47, 51, 50, 1);
	animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
}

/* scrollDown */

@keyframes scrollDown {
	0% { transform: translate3d(0, -5em, 0);}
	100% { transform: translate3d(0, 5em, 0);}
}


.artist-list {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.artist-list ul {
	display: flex;
}

.artist-list li {
	position: relative;
	width: calc(100% / 6);
	width: calc(100% / 12);
	overflow: hidden;
}


.artist-list li img {
}

.artist-list li:nth-child(1) img {
	background: url(../images/contents/artists/ieiri.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(2) img {
	background: url(../images/contents/artists/ikuta.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(3) img {
	background: url(../images/contents/artists/kishida.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(4) img {
	background: url(../images/contents/artists/kaela.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(5) img {
	background: url(../images/contents/artists/greeeen.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(6) img {
	background: url(../images/contents/artists/shibuya.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(7) img {
	background: url(../images/contents/artists/sumino.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(8) img {
	background: url(../images/contents/artists/tamai.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(9) img {
	background: url(../images/contents/artists/matsushita.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(10) img {
	background: url(../images/contents/artists/mitsushima.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(11) img {
	background: url(../images/contents/artists/lgm.jpg) no-repeat center center #b4c6d4;
	background-size: calc(100% + 2px) auto;
}

.artist-list li:nth-child(12) img {
	background: url(../images/contents/artists/wakana.jpg) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: url(../images/common/header/bg/bg.jpg) no-repeat center top fixed;
	background-size: cover;
}


.notice li:not(:last-child) {
	padding-bottom: 4px;
}

.notice p {
	display: flex;
	font-size: 13px;
	line-height: 1.6;
}

.notice p::before {
	content: "※";
}

section {
	position: relative;
}

.primary section h2 {
	position: relative;
	font-size: 10vw;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	color: #00acd0;
	line-height: 1.2;
	letter-spacing: 0.12em;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-align: center;
	text-shadow: 0 0 20px rgba(135, 213, 246, 1);
	z-index: 10;
}

.primary section .contents {
	margin: 0 auto;
	padding: 0 48px 0;
	position: relative;
	max-width: 1240px;
	width: 100%;
}

.site {
	padding-top: 16px;
}

.site a {
	padding: 0 16px 0 0;
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	text-decoration: none;
	border-bottom: solid 1px;
}

.modal .site a {
	font-size: 12px;
}

.site a::after {
	content: "";
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/common/nav/link.svg) center center;
	background-size: 100% auto;
}



/*--------------------------------------
trailer
---------------------------------------*/


#trailer {
	padding: 0 0 60px;
	background: rgba(255, 255, 255, .6);
}

#trailer h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
	font-size: 10px;
}

.primary section#trailer .contents {
	margin: 0 auto;
	padding: 0 48px 0;
	position: relative;
	max-width: none;
	width: 100%;
}

.video {
	padding-top: 40px;
	width: 100%;
}

.video .v {
	width: 100%;
}

.video .v > div {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

.video .v > div iframe,
.video .v > div object,
.video .v > div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}



/*--------------------------------------
news
---------------------------------------*/


#news {
	padding: 80px 0 120px;
	position: relative;
	overflow: hidden;
	background: #00acd0;
	box-shadow: 0px 0px 38px 3px rgba(76, 154, 184, 1);
}


#news h2 {
	color: #fff;
	text-shadow: none;
}


#news .feed {
	margin: 0 auto;
	padding: 0 48px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1240px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

#news .entryList {
	padding-bottom: 24px;
	width:100%;
}

#news .entryList li {
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

#news .entryList li:first-child {
	border-top: solid 1px rgba(255, 255, 255, .2);
}

#news .entryList li:nth-of-type(n+4) {
	display: none;
}

#news .entry a {
	padding: 24px 48px 24px 0;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
	line-height: 1.8;
	font-size: 15px;
	text-decoration: none;
}

#news .link a::after,
#news .entry a::after {
	content: "";
	margin-top: -4px;
	padding-top: 8px;
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 8px;
	height: 0;
	transform: rotate(-45deg);
	border: solid 1px;
	border-top: none;
	border-left: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#news .link a:hover::after,
#news .entry a:hover::after {
	right: 8px;
}

#news .entry a:hover {
}

#news .entry time {
	width: 9em;
	text-align: left;
}

#news .entry p {
	padding: 0;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	flex: 1;
}

#news .link {
	order: 3;
}

#news .link li {
}

#news .link a {
	padding: 0 2.4em;
	position: relative;
	display: table-cell;
	text-align: center;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	font-size: 16px;
	font-weight: 500;
	line-height: 3;
	color: #00acd0;
	text-decoration: none;
	border: solid 1px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: #fff;
	border-radius: 8px;
}

#news .link a:hover {
}

#news .sns {
	display: flex;
	justify-content: start;
	order: 2;
}

#news .sns li {
	width: 48px;
}

#news .sns a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

#news .sns .twitter a {
	background: url(../images/common/nav/sns/twitter_w.svg) no-repeat;
	background-size: 100% auto;
}

#news .sns .instagram a {
	background: url(../images/common/nav/sns/instagram_w.svg) no-repeat;
	background-size: 100% auto;
}

#news .sns .facebook a {
	background: url(../images/common/nav/sns/facebook_w.svg) no-repeat;
	background-size: 100% auto;
}

/*--------------------------------------
product
---------------------------------------*/

#product {
	padding: 120px 0 48px;
	background: rgba(255, 255, 255, .6);
}

#product h2 {
	position: relative;
	z-index: 5;
}

#product .contents {
	padding: 0 48px 0 calc(48px + 2%);
	max-width: calc(1240px + 30%);
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

@media only screen and (max-width: 1080px) {

	#product .contents {
		padding: 0 48px 0;
	}

}


#product .detail {
	margin-top: 48px;
	padding: 64px 56px 72px 56px;
	width: 58%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 20px 3px rgba(135, 213, 246, 0.2);
	z-index: 3;
}

@media only screen and (max-width: 1080px) {

	#product .detail {
		margin-top: 40px;
		padding: 56px;
		width: 56%;
	}

}

#product .catch p {
	padding-bottom: 40px;
	font-size: 20px;
	font-weight: 700;
}

#product .catch::after {
	content: "";
	margin: 0 0 48px;
	display: block;
	width: 80px;
	height: 1px;
	background: #000;
}

#product h3 {
	padding-bottom: 16px;
	line-height: 1.2;
	font-size: 36px;
	font-weight: 700;
}

#product h3 span {
	padding-bottom: 16px;
	display: block;
	font-size: 18px;
}

#product .date {
	padding-bottom: 16px;
}

#product .date p {
	line-height: 1.2;
	font-size: 24px;
	font-weight: 700;
}

#product .jacket {
}

#product .jacket {
	position: absolute;
	top: 0;
	left: 48px;
	width: 42%;
	z-index: 10;
}

#product .jacket li {
	padding-bottom: 32px;
}

#product .jacket figure {
	display: block;
	width: 100%;
}

#product .jacket figcaption {
	padding-top: 4px;
	display: block;
	width: 100%;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
}

#product .jacket img {
	background: url(../images/contents/product/jacket/VICL-65894.jpg) no-repeat;
	background-size: 100% auto;
}

#product .jacket .limited img {
	background: url(../images/contents/product/jacket/NCS-10284.jpg) no-repeat;
	background-size: 100% auto;
}

/*
#product .contents::before,
#product .contents::after {
	content: "";
	padding-top: 50%;
	position: absolute;
	top: 0;
	left: 48px;
	display: block;
	width: 50%;
	height: 0;
	background: #b9dfef;
	z-index: 10;
}

#product .contents::after {
	box-shadow: 0px 0px 20px 3px rgba(135, 213, 246, 0.2);
	z-index: 2;
}
*/
/*
#product .contents::before {
	content: "";
	padding-top: 45%;
	position: absolute;
	top: 0;
	left: 48px;
	display: block;
	width: 45%;
	height: 0;
	background: #b9dfef;
	z-index: 10;
}

#product .contents::after {
	content: "NOW PRINTING";
	padding-top: calc(22.5% - 1em);
	position: absolute;
	top: 0;
	left: 48px;
	display: block;
	width: 45%;
	height: 0;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	font-size: 3vw;
	text-align: center;
	line-height: 1.2;
	color: rgba(255, 255, 255, .4);
	z-index: 12;
}
*/

@media only screen and (max-width: 1080px) {

	#product .jacket {
		width: 42%;
	}

}

#product .data {
}

#product .data > p {
	padding: 0 0 12px 12px;
	font-size: 13px;
}

#product .data > p + p {
	margin-top: -4px;
	line-height: 1.2;
}

#product .data > p span {
	position: relative;
	display: block;
	font-size: 15px;
}

#product .data > p span::before {
	content: "";
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: -12px;
	display: block;
	width: 8px;
	height: 8px;
	background: #000;
}

#product .data .notice {
	padding: 0 0 16px 12px;
}

#product .ec {
	padding: 0 0 32px 12px;
}

#product .ec .notice {
	padding-left: 12px;
}

#product .ec .notice li {
	display: flex;
	align-items: center;
}

#product .ec .notice li::before {
	content: "（";
	font-size: 13px;
	line-height: 1.2;
}

#product .ec .notice li::after {
	content: "）";
	font-size: 13px;
	line-height: 1.2;
}

#product .ec > dl {
	display: flex;
	align-items: start;
}

#product .normal .ec > dl:nth-of-type(1),
#product .vinyl .ec > dl,
#product .limited .ec > dl {
	align-items: center;
}

#product .normal .ec > dl:nth-of-type(1) {
	padding-bottom: 16px;
}

#product .ec > dl dt {
	padding: 0.8em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19em;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	border: solid 1px;
}

#product .vinyl .ec > dl dt {
	display: none;
}

#product .vinyl .ec > dl dd {
	padding: 0;
}

#product .ec > dl dd {
	padding: 0 0 0 16px;
	flex: 1;
}

#product .ec dd > ul > li > p,
#product .ec a {
	padding: 0.2em 0.2em 0.2em 12px;
	position: relative;
	display: table-cell;
	font-size: 14px;
	text-decoration: none;
}

#product .ec dd > ul > li > p::before,
#product .ec a::before {
	content: "";
	margin-top: -5px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8px;
height: 10px;
	background: #000;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

#product .ec dd > ul > li > p::before {
	opacity: .2;
}

#product .track-list > dl {
	padding-top: 32px;
}

#product .track-list > dl dt {
	padding: 0.8em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#product .track-list > dl dd {
	padding: 24px 0 0 0;
}


#product .track-list ol {
	padding: 0 0 18px;
	counter-reset: listcount;
}

#product .track-list ol > li {
	padding: 0 0 18px 0;
	display: flex;
	align-items: start;
}

#product .track-list ol > li:last-child {
	padding: 0;
}

#product .track-list ol > li::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ".";
	padding-right: 4px;
	text-align: left;
	line-height: 1.6;
	z-index: 1;
}

#product .track-list ul > li > p,
#product .track-list ol > li > p {
	line-height: 1.6;
	flex: 1;
}

#product .track-list ul > li > p span,
#product .track-list ol > li > p span {
	padding-left: 4px;
	font-size: 12px;
}

#product .track-list > dl dd .notice p {
	font-size: 15px;
}

@media only screen and (max-width: 1140px) {


	#product .normal .ec > dl:nth-of-type(1),
	#product .limited .ec > dl,
	#product .ec > dl {
		flex-direction: column;
		align-items: start;
	}

	#product .ec > dl dt {
	}

	#product .ec > dl dd {
		padding: 8px 0 0 0;
	}

	#product .ec dd > ul > li > p,
	#product .ec a {
		padding: 0em 0.2em 0em 12px;
	}

	#product .vinyl .ec > dl {
		display: block;
	}

}


#product .contents > .link {
	padding: 92% 0 0;
	position: absolute;
	top: 0;
	left: 48px;
	width: 42%;
	z-index: 100;
}

@media only screen and (max-width: 1140px) {

	#product .contents > .link {
		padding: 94% 0 0;
	}
}


#product .contents > .link a {
	padding: 2.2em 0 1.6em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-user-select: none;
	user-select: none;
	color: #fff;
	line-height: 1.7;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	background: #eb53a5;
}

#product .contents > .link a::before {
	content: "";
	margin: 0 0 0 -4px;
	position: absolute;
	top: 1em;
	left: 50%;
	display: block;
	width: 8px;
height: 10px;
	transform: rotate(90deg) scale(1.5);
	background: #fff;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

#product .contents > .link a:hover {
	opacity: 1;
	background: #f49dcc;
}


/*--------------------------------------
artists
---------------------------------------*/

#artists {
	padding: 120px 0 60px;
	background: rgba(255, 255, 255, .6);
}

#artists h2 {
	padding: 0 0 0 48px;
	text-align: left;
	line-height: 1;
	z-index: 1;
}

#artists .contents {
	padding: 0 44px;
	max-width: 100%;
	width: 100%;
	font-size: 10vw;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
}

#artists .contents > ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#artists .contents > ul > li {
	margin: 0 4px 8px;
	padding-top: calc(100% / 6 - 8px);
	position: relative;
	width: calc(100% / 6 - 8px);
	height: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	opacity: 1;
	transition: 0.8s cubic-bezier(.57,0,.26,1);
	/* box-shadow: 0px 0px 10px 3px rgba(135, 213, 246, 1); */
	border-radius: 12px;
	z-index: 2;
}

@media only screen and (max-width: 1240px) {

	#artists .contents > ul > li {
		padding-top: calc(100% / 4 - 8px);
		width: calc(100% / 4 - 8px);
	}

}

#artists .contents > ul > li:nth-child(1) {
	background: url(../images/contents/artists/ieiri.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(2) {
	background: url(../images/contents/artists/ikuta.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(3) {
	background: url(../images/contents/artists/kishida.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(4) {
	background: url(../images/contents/artists/kaela.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(5) {
	background: url(../images/contents/artists/greeeen.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(6) {
	background: url(../images/contents/artists/shibuya.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(7) {
	background: url(../images/contents/artists/sumino.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

@media only screen and (max-width: 1240px) {

	#artists .contents > ul > li:nth-child(7)::before {
	font-size: 11px;
	}

}

#artists .contents > ul > li:nth-child(8) {
	background: url(../images/contents/artists/tamai.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(9) {
	background: url(../images/contents/artists/matsushita.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(10) {
	background: url(../images/contents/artists/mitsushima.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}

#artists .contents > ul > li:nth-child(11) {
	background: url(../images/contents/artists/lgm.jpg) no-repeat center center #b4c6d4;
background-size: calc(100% + 2px)  auto;
}

#artists .contents > ul > li:nth-child(12) {
	background: url(../images/contents/artists/wakana.jpg) no-repeat center center;
	background-size: calc(100% + 2px)  calc(100% + 2px);
}


#artists .contents > ul > li > p {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 24px;
	font-size: 11px;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	-webkit-user-select: none;
	user-select: none;
	background: #ff43a8;
	border-radius: 0 0 12px 12px;
	z-index: 102;
}

#artists .contents > ul > li > p::before {
	content: "";
	margin-right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/contents/artists/video.svg) no-repeat;
	background-size: 100% auto;
}

#artists .contents > ul > li:nth-child(5) > p::before,
#artists .contents > ul > li:nth-child(10) > p::before {
	background: url(../images/contents/artists/text.svg) no-repeat;
	background-size: 100% auto;
}

#artists .contents > ul > li:hover {
	background-size: 116% 116%;
}

#artists .contents > ul > li:nth-child(11):hover {
	background-size: 116% auto;
}

#artists .contents > ul > li::after {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4em;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	mix-blend-mode: multiply;
	background: #eb53a5;
background: linear-gradient(0deg, rgba(46,67,78,0.7) 0%, rgba(46,67,78,0) 100%);
	z-index: 100;
}

#artists .contents > ul > li ul {
	padding: 0 4px;
	display: flex;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
z-index: 103;
}

#artists .contents > ul > li ul li {
	padding: 0 4px 8px;
	width: 50%;
}

#artists .contents > ul > li ul li button {
	width: 100%;
	font-family: YakuHanJP, 'BIZ UDPGothic', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	background: none;
z-index: 103;
}

#artists .contents > ul > li button.modalWindow {
	padding-top: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	border: none;
	outline: none;
	background: none;
z-index: 103;
}

#artists .contents > ul > li button.modalWindow::after {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4em;
	font-family: YakuHanJP, 'BIZ UDPGothic', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	color: #fff;
	text-shadow: 0 0 12px rgba(0, 0, 0, 1);
	z-index: 100;
}

#artists .contents > ul > li:nth-child(1) button.modalWindow::after {
	content: "家入レオ";
}

#artists .contents > ul > li:nth-child(2) button.modalWindow::after {
	content: "幾田りら";
}

#artists .contents > ul > li:nth-child(3) button.modalWindow::after {
	content: "岸田繁（くるり）";
}

#artists .contents > ul > li:nth-child(4) button.modalWindow::after {
	content: "木村カエラ";
}

#artists .contents > ul > li:nth-child(5) button.modalWindow::after {
	content: "GReeeeN";
}

#artists .contents > ul > li:nth-child(6) button.modalWindow::after {
	content: "渋谷龍太\A（SUPER BEAVER）";
	white-space: pre;
}

#artists .contents > ul > li:nth-child(7) button.modalWindow::after {
	content: "角野隼斗";
}

#artists .contents > ul > li:nth-child(8) button.modalWindow::after {
	content: "玉井詩織\A（ももいろクローバーZ）";
	white-space: pre;
}

#artists .contents > ul > li:nth-child(9) button.modalWindow::after {
	content: "松下洸平";
}

#artists .contents > ul > li:nth-child(10) button.modalWindow::after {
	content: "満島ひかり";
}

#artists .contents > ul > li:nth-child(11) button.modalWindow::after {
	content: "Little Glee Monster";
}

#artists .contents > ul > li:nth-child(12) button.modalWindow::after {
	content: "Wakana";
}


@media only screen and (max-width: 1240px) {

	#artists .contents > ul > li button.modalWindow::after,
	#artists .contents > ul > li::after,
	#artists .contents > ul > li button {
	font-size: 15px;
	}

}

#artists_modal,
#artists_modal .contents,
#artists_modal .contents > ul {
	overscroll-behavior: none;
}

.modal {
position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	overscroll-behavior: none;
		z-index: 1101;
}

.modal > div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	z-index: 1105;
}

.modal > div > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	outline: none;
	border: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	z-index: 1103;
}

#artists_modal .contents > button {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	outline: none;
	border: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	z-index: 1104;
}

.modal > div > div {
	padding: 56px 48px 72px;
	position: relative;
	width: 86%;
	max-width: 1140px;
	height: 70vh;
	background: #fff;
	overflow-y: auto;
	background: #fff;
	overscroll-behavior: none;
	z-index: 1105;
}

.modal > div > div::before,
#a6_detail > div > div::after {
	content: "";
	padding-top: 380px;
	position: absolute;
	top: 48px;
	left: 48px;
	display: block;
	width: 380px;
	height: 0;
	border-radius: 12px;
}

#a6_detail > div > div::after {
	display: none;
}

/*
#a6_detail > div > div::after {
	content: "©Ryuya Amao";
	padding-top: 436px;
	width: 452px;
	line-height: 1.2;
	text-align: right;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	z-index: 100;
}
*/
@media only screen and (max-width: 1350px) {

	.modal > div > div {
		padding: 48px 48px 72px 48px;
	}

	.modal > div > div::before {
		top: 48px;
		padding-top: 31%;
		width: 31%;
	}

	#a6_detail > div > div::after {
		padding-top: calc(31% - 24px);
		width: calc(31% - 8px);
	}

}

@media only screen and (max-width: 1040px) {

	.modal > div > div {
		padding: 32px 32px 56px 32px;
	}

	.modal > div > div::before {
		top: 32px;
		left: 32px;
	}

	#a6_detail > div > div::after {
		left: 40px;
	}

}


#a1_detail > div > div::before {
	background: url(../images/contents/artists/ieiri.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a2_detail > div > div::before {
	background: url(../images/contents/artists/ikuta.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a3_detail > div > div::before {
	background: url(../images/contents/artists/kishida.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a4_detail > div > div::before {
	background: url(../images/contents/artists/kaela.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a5_detail > div > div::before {
	background: url(../images/contents/artists/greeeen.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a6_detail > div > div::before {
	background: url(../images/contents/artists/shibuya.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a7_detail > div > div::before {
	background: url(../images/contents/artists/sumino.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a8_detail > div > div::before {
	background: url(../images/contents/artists/tamai.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a9_detail > div > div::before {
	background: url(../images/contents/artists/matsushita.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a10_detail > div > div::before {
	background: url(../images/contents/artists/mitsushima.jpg) no-repeat center center;
	background-size: 100% 100%;
}

#a11_detail > div > div::before {
	padding-top: 292px;
	background: url(../images/contents/artists/lgm.jpg) no-repeat center top;
	background-size: 100% auto;
}

#a12_detail > div > div::before {
	background: url(../images/contents/artists/wakana.jpg) no-repeat center center;
	background-size: 100% 100%;
}
@media only screen and (max-width: 1350px) {
	#a11_detail > div > div::before {
		padding-top: 23.9%;
	}

}

@media only screen and (max-width: 1040px) {

}


.modal > div > div > button {
	margin: calc(-35vh + 8px) 0 0 492px;
	padding-top: 72px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 0;
	outline: none;
	border: none;
	cursor: pointer;
	background: none;
	z-index: 1104;
}

@media only screen and (max-width: 1350px) {

	.modal > div > div > button {
		margin: calc(-35vh) 0 0 calc(43% - 78px);
	}

}

.modal > div > div > button::before,
.modal > div > div > button::after {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 21px;
	right: 17px;
	overflow: hidden;
	display: block;
	width: 38px;
	height: 0;
	cursor: pointer;
	background: #000;
	transform: rotate(45deg);
	z-index: 1107;
}

.modal > div > div > button::before {
	animation: btnTr2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

.modal > div > div > button::after {
	top: 45px;
	transform: rotate(-45deg);
	animation: btnBr2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

.modal.open > div > div > button::before {
	animation: btnT2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

.modal.open > div > div > button::after {
	animation: btnB2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

/* btnT2 */
@keyframes btnT2 {
	0% { transform: translateY(0px);}
	20% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(12px) rotate(-135deg);}
}

/* btnTr2 */
@keyframes btnTr2 {
	0% { transform: translateY(12px) rotate(-135deg);}
	30% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(12px);}
}

/* btnB2 */
@keyframes btnB2 {
	0% { transform: translateY(0px);}
	20% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(-12px) rotate(135deg);}
}

/* btnBr 2*/
@keyframes btnBr2 {
	0% { transform: translateY(-12px) rotate(135deg);}
	30% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(-12px);}
}

.modal h3 {
	padding: 0 0 0 416px;
	line-height: 1.2;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

@media only screen and (max-width: 1350px) {
	.modal h3 {
		padding: 0 0 0 calc(31% + 48px + 24px);
		font-size: 32px;
	}

}

@media only screen and (max-width: 1040px) {

	.modal h3 {
		padding: 0 0 0 calc(31% + 32px + 24px);
		line-height: 1.2;
	}
}

.modal h3 br {
	display: none;
}

.modal h3 span {
	padding-left: 8px;
	font-size: 18px;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 960px) {

	.modal h3 br {
		display: block;
	}
}

.modal h3::after {
	content: "";
	margin-top: 32px;
	display: block;
	width: 80px;
	height: 1px;
	background: #000;
}

@media only screen and (max-width: 1140px) {
	.modal h3 {
		font-size: 30px;
	}
}


.modal .document > dl {
	padding: 48px 0 0 416px;
	position: relative;
}

.modal .comment > dl {
	padding: 32px 0 0 416px;
	position: relative;
}

@media only screen and (max-width: 1350px) {
	.modal .document > dl,
	.modal .comment > dl {
		padding: 32px 0 0 calc(31% + 48px + 24px);
	}
}

@media only screen and (max-width: 1040px) {
	.modal .document > dl,
	.modal .comment > dl {
		padding: 32px 0 0 calc(31% + 32px + 24px);
	}
}

.modal .profile > dl {
	padding-top: 56px;
	display: flex;
	position: relative;
}

.modal .document > dl > dt,
.modal .comment > dl > dt,
.modal .profile > dl > dt {
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	line-height: 1.2;
	font-size: 22px;
	letter-spacing: 0.12em;
}

.modal .document > dl > dd,
.modal .comment > dl > dd {
	padding: 8px 0 0 0;
	flex: 1;
}

.modal .comment ol dt {
	font-size: 18px;
}

.modal .comment ol dd {
	padding: 0 0 16px 1em;
	font-size: 18px;
}

.modal .comment ol dd p {
	font-size: 15px;
}

.modal .comment p.author {
	display: flex;
	align-items: center;
}

.modal .comment p.author::before {
	content: "";
	margin-right: 8px;
	display: block;
	width: 3em;
	height: 1px;
	background: #000;
}

.modal .profile > dl > dd {
	padding: 0 0 0 16px;
	flex: 1;
}

.modal .profile p:not(:last-child) {
	padding-bottom: 1em;
	font-size: 12px;
}

.modal .link {
	display: flex;
	align-items: center;
}

.modal .link li {
	padding-top: 4px;
}

.modal .link li.site {
	margin-right: 16px;
}

.modal .youtube,
.modal .tiktok,
.modal .instagram {
	width: 40px;
}

#a9_detail .youtube {
	margin-left: -10px;
}

.modal .youtube a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/nav/sns/youtube.svg) no-repeat;
	background-size: 100% auto;
}

.modal .tiktok a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/nav/sns/tiktok.svg) no-repeat;
	background-size: 100% auto;
}

.modal .instagram a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/nav/sns/instagram.svg) no-repeat;
	background-size: 100% auto;
}

.modal .prevnext {
	position: fixed;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% + 1140px);
	transform: translateX(-50%) translateY(-50%);
	max-width: 1300px;
	z-index: 1104;
}

.modal .prevnext li {
	width: 60px;
}

@media only screen and (max-width: 1348px) {

	.modal .prevnext {
		width: 98%;
	}

	.modal .prevnext li {
		width: 5%;
	}
}

.modal .prevnext button {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	outline: none;
	border: none;
	cursor: pointer;
	background: #00acd0;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

.modal .prevnext button::before {
	content: "";
	margin: -8px 0 0 -12px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

.modal .prevnext .prev button::before {
	margin: -8px 0 0 -4px;
	transform: rotate(-135deg);
}

.modal .prevnext button:hover {
	opacity: 1;
	background: #fff;
}

.modal .prevnext button:hover::before {
	border-color: #00acd0;
}

.modal .disabled,
.modal .prevnext button.disabled:hover {
	cursor: default;
	border-color: #fff;
	background: #00acd0;
	opacity: .3;
}

.modal .prevnext button.disabled:hover::before {
	border-color: #fff;
}

.movie {
	margin: 0 auto;
	width: 100%;
}

.movie > div {
	position: relative;
	padding: 56.25% 0 0;
	height: 100%;
	z-index: 100;
}

.movie > div iframe,
.movie > div object,
.movie > div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	z-index: 2;
}

/*--------------------------------------
video
---------------------------------------*/

#video .v > div {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

#video .v > div iframe,
#video .v > div object,
#video .v > div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

/*--------------------------------------
producer
---------------------------------------*/
#producer {
	padding: calc(80px + 1em) 0 80px;
	font-size: 10vw;
	background: rgba(255, 255, 255, .6);
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 160px, rgba(255, 255, 255, .6) 100%);
}

#producer h2 {
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

@media only screen and (max-width: 1240px) {
	#producer h2 {
	}

}


#producer .contents::after,
#producer .contents::before {
	content: "PRODUCER";
	margin: -0.8em 0 0 -1.6em;
	position: absolute;
	top: 0;
	left: 50%;
	line-height: 1.2;
	font-size: 10vw;
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.12em;
	color: #00acd0;
	text-shadow: none;
	z-index: 4;
	text-align: center;
}

#producer .contents::after {
		z-index: 2;
	text-shadow: 0 0 20px rgba(135, 213, 246, 1);
}

#producer .contents {
	padding: 0 48px 0 calc(48px + 30%);
	max-width: calc(1240px + 30%);
}

#producer .contents > dl {
	padding: calc(0.5em + 32px) 80px 80px;
	position: relative;
	font-size: 10vw;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px -20px 20px 3px rgba(135, 213, 246, 0.2);
	z-index: 3;
}

#producer .contents > dl > dt {
	display: block;
		line-height: 1.2;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.12em;
	}

#producer .contents > dl > dt::after {
	content: "";
	margin-top: 56px;
	display: block;
width: 80px;
	height: 1px;
	background: #000;
}

#producer .contents > dl > dd {

	font-size: 15px;
/*
	padding: 80px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px -20px 20px 3px rgba(135, 213, 246, 0.2);
*/
}

#producer .contents > dl > dd::before {
	content: "";
	margin-left: -97%;
	padding-top: 52%;
	position: absolute;
	top: -24px;
	left: 50%;
	display: block;
	width: 52%;
	background: url(../images/contents/producer/photo.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 12px;
	box-shadow: 0px 0px 20px 3px rgba(135, 213, 246, 0.2);
	z-index: 3;
}

#producer dd p {
}

#producer dd .link {
}

#producer .comment {
	padding-top: 56px;
}

#producer .comment dt {
	padding-bottom: 16px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

#producer .comment .author {
	padding-top: 24px;
	line-height: 1.2;
	font-size: 18px;
}

#producer .profile {
	padding-top: 112px;
	position: relative;
	display: flex;
}


#producer .profile::before {
	content: "";
position: absolute;
	top: 56px;
	left: 0;
	display: block;
	width: 80px;
	height: 1px;
	background: #000;
}

#producer .profile dt {
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	line-height: 1.2;
	font-size: 22px;
	letter-spacing: 0.12em;
}

#producer .profile dd {
	padding: 0 0 0 16px;
	flex: 1;
}

@media only screen and (max-width: 1240px) {

	#producer .contents {
		padding: 0 48px 0 calc(48px + 26%);
	}

	#producer .contents > dl {
		padding: calc(0.5em + 32px) 56px 56px;
	}

	#producer .contents > dl > dt {
	}

	#producer .contents > dl > dt::after {
		margin-top: 40px;
	}

	#producer .contents > dl > dd::before {
		margin-left: calc(-95% + 48px);
		padding-top: 56%;
		width: calc(49% - 48px);
	}

	#producer .comment {
		padding-top: 40px;
	}

	#producer .profile::before {
		top: 40px;
	}

	#producer .profile {
		padding-top: 80px;
		flex-direction: column;
	}

	#producer .profile dd {
		padding: 16px 0 0 0;
		flex: 1;
}

}

@media only screen and (max-width: 1124px) {

	#producer .contents {
		padding: 0 48px 0 calc(48px + 24%);
	}

	#producer .contents > dl {
		padding: calc(0.5em + 32px) 56px 56px;
	}

	#producer .contents > dl > dt {
	}

	#producer .contents > dl > dt::after {
		margin-top: 40px;
	}

	#producer .contents > dl > dd::before {
		margin-left: calc(-93% + 54px);
		padding-top: 60%;
		width: calc(47% - 48px);
	}

	#producer .comment {
		padding-top: 40px;
	}

	#producer .profile::before {
		top: 40px;
	}

	#producer .profile {
		padding-top: 80px;
		flex-direction: column;
	}

	#producer .profile dd {
		padding: 16px 0 0 0;
		flex: 1;
}

}


/*--------------------------------------
concert
---------------------------------------*/
#concert {
	padding: 110px 0 240px;
	background: #fff;
}

#concert h2 {
	text-shadow: 0 0 20px rgba(135, 213, 246, 0.2);
}

#concert .contents {
	padding: 32px 0 0;
}

#concert h3  {
	width: 100%;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}

#concert h3 br {
	display: none;
}

#concert .contents > dl {
	margin: 0 auto;
	padding: 32px 0 0;
	display: flex;
	align-items: start;
	width: 600px;
}

#concert .contents > dl > dt {
	text-align: center;
}

#concert .contents > dl > dt {
	margin: 0 auto;
	padding: 0.8em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9em;
	font-size: 14px;
	line-height: 1.2;
	border: solid 1px;}


#concert .contents > dl > dd {
	padding: 0 0 0 12px;
}

#concert dl dl {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 100%;
}

#concert dl dl dt {
	width: 3.5em;
}

#concert dl dl dt::after {
	content: "\0020:\0020";
white-space: pre-wrap;
}

#concert dl dl dd {
	width: calc(100% - 3.5em);
}

#concert .contents > .link {
	margin: 0 auto;
	padding: 40px 0 0;
width: 50%;
}

#concert .contents dl .link {
	padding-top: 8px;
	width: 100%;
}

#concert .contents dl .link a {
	width: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-user-select: none;
	user-select: none;
	color: #fff;
	line-height: 3;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	background: #eb53a5;
}

/*--------------------------------------
social-media
---------------------------------------*/
#social-media {
	padding: 120px 0 260px;
	background: #fff;
}

#social-media h2 {
	text-shadow: 0 0 20px rgba(135, 213, 246, 0.6);
}

#social-media ul {
	margin: 0 auto;
	padding-top: 1%;
	display: flex;
	justify-content: center;
	width: 24%;
}

#social-media li {
	width: 33.333%;
}

#social-media a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

#social-media .twitter a {
	background: url(../images/contents/social-media/twitter.svg) no-repeat;
	background-size: 100% auto;
}

#social-media .instagram a {
	background: url(../images/contents/social-media/instagram.svg) no-repeat;
	background-size: 100% auto;
}

#social-media .facebook a {
	background: url(../images/contents/social-media/facebook.svg) no-repeat;
	background-size: 100% auto;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 300;
}

ul.toTop li {
	float: right;
}

ul.toTop a {
	padding-top: 48px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 3px rgba(76, 154, 184, 0.1);
}

ul.toTop a::before {
	content: "";
	margin: -5px 0 0 -10px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	border: solid 1px #00acd0;
	border-right: none;
	border-bottom: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

ul.toTop a:hover {
	opacity: 1;
	background: #00acd0;
}

ul.toTop a:hover::before {
	border-color: #fff;
}



/*--------------------------------------
cookie
---------------------------------------*/

.cookie {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	opacity: 0;
	transform: translateX(-50%);
	z-index: 300;
}

.active .cookie {
	animation: fadeIn 1s cubic-bezier(.17,.67,.6,.92) 5s 1 forwards;
}

.cookie > div {
	padding: 12px 24px 12px 24px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	box-shadow:0px 0px 40px 0px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 1024px) {
	.cookie > div {
		padding: 12px 24px;
		flex-direction: column;
	}
}

.cookie > div p {
	padding: 0 8px 0 0;
	font-size: 11px;
	line-height: 1.6;
	text-align: left;
}

@media only screen and (max-width: 1024px) {
	.cookie > div p {
		padding: 0 0 8px;
	}
}

.cookie > div ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cookie > div ul li {
	padding: 0 4px 0;
}

.cookie > div a,
.cookie > div button {
	padding: 0.8em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13em;
	text-decoration: none;
	line-height: 1.2;
	font-size: 12px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	color: #fff;
	background: #393535;
	outline: none;
	border: none;
	border: solid 1px #393535;
	transition: 0.4s ease-in-out;
}

.cookie > div a {
	width: 16em;
	color: #000;
	background: none;
	border: solid 1px;
}

.cookie > div a:hover,
.cookie > div button:hover {
	opacity: .4;
}

.cookie > div > button {
	margin: 0 0;
	padding: 18px 0 0;
	overflow: hidden;
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	width: 18px;
	line-height: 0;
	font-size: 1px;
	background: none;
	border: none;
}

.cookie > div > button:first-child::before,
.cookie > div > button:first-child::after {
	content: "";
	margin: 0 0 0 -8px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 1px;
	background: #393535;
	transform: rotate(-45deg);
}

.cookie > div > button:first-child::before {
	transform: rotate(45deg);
}

/*--------------------------------------
フッター
---------------------------------------*/

footer {
	padding: 160px 0 160px;
	clear: both;
	position: relative;
	width: 100%;
	text-align: center;
	background: #00acd0;
	z-index: 110;
	box-shadow: 0px 0px 32px 3px rgba(135, 213, 246, 0.6);
}

footer .copyright p {
	font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 900;
	font-size: 13px;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.12em;
}

footer .copyright a {
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1040px) {

	#product {
		padding: 160px 0 0;
	}

#product h2 {
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

	#product .contents::after,
	#product .contents::before {
		content: "PRODUCT";
		margin: -0.8em 0 0 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		line-height: 1.2;
		font-size: 10vw;
		font-family: 'Lato', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
		font-weight: 900;
		color: #fff;
		line-height: 1.2;
		letter-spacing: 0.12em;
		color: #00acd0;
		text-shadow: none;
		background: none;
		z-index: 4;
		text-align: center;
	}

	#product .contents::after {
		z-index: 2;
		text-shadow: 0 0 20px rgba(135, 213, 246, 1);
	}

	#product .detail {
		margin: 0;
		padding: 64px 64px 88px;
		width: 100%;
	}

	#product .catch::after {
		margin: 0 auto 48px;
	}

	#product h3 {
		text-align: center;
	}

	#product .date {
		padding-bottom: 32px;
		text-align: center;
	}

	#product .jacket {
		position: relative;
	left: auto;
		width: 100%;
		height: auto;
}

	#product .jacket > ul {
		display: flex;
	}

	#product .jacket > ul > li {
		padding: 0 16px 0 0;
		width: 50%;
	}

	#product .jacket > ul > li.limited {
		padding: 0 0 0 16px;
	}

	#product .jacket figure {
		position: relative;
		width: 100%;
		height: auto;
		z-index: 10;
	}

	#product .jacket figcaption {
		padding: 8px 0 0;
	}

		#product .data {
		padding: 16px 0 0;
	}

	#product .data > p {
		font-size: 14px;
	}

	#product .data > p span {
		display: inline;
		font-size: 14px;
	}

	#product .data > p span::after {
		content: " : ";
	}

	#product .ec > dl {
		flex-direction: row;
	}

	#product .normal .ec > dl:nth-of-type(1),
	#product .limited .ec > dl,
	#product .ec > dl {
		flex-direction: row;
	}

	#product .normal .ec > dl:nth-of-type(1),
	#product .limited .ec > dl {
		align-items: center;
	}

	#product .ec > dl dt {
		line-height: 1.2;
	}

	#product .track-list > dl {
		flex-direction: row;
		align-items: center;
	}


	#product .ec > dl dd {
		padding: 0 0 0 12px;
	}

	#product .track-list > dl dd {
		padding: 16px 0 0 0;
	}

	#product .contents > .link {
		margin: 0 auto;
		padding: 40px 0 0;
		position: static;
		width: 60%;
	}

	#artists {
		padding: 110px 0 40px;
	}

	#artists .contents > ul > li {
		padding-top: calc(100% / 3 - 8px);
		width: calc(100% / 3 - 8px);
	}

#producer {
	padding: 160px 0 0;
}

	#producer h2,
	#producer::before {
		top: 72px;
	}

	#producer .contents {
		padding: 0 48px 0;
	}

	.contents > dl > dt {
		padding-left: calc(40% - 88px + 24px);
	}

	#producer .contents > dl > dt::after {
	}

	#producer .contents > dl {
		padding: 64px 64px 88px;
	}

	#producer .contents > dl > dd::before {
		margin: calc(-1em - 48px) 24px 16px -88px;
		padding-top: 40%;
		position: static;
		float: left;
		width: 40%;
		font-size: 34px;
		box-shadow: none;

		margin: calc(-1em - 48px) 24px 16px 0px;
		padding-top: 32%;
		position: absolute;
		left: -20px;
		top: -32px;
		float: none;
		width: 32%;
	}

}


@media only screen and (max-width: 860px) {
	#artists li {
		padding-top: calc(100% / 3);
		width: calc(100% / 3);
	}

	#concert .contents > .link {
		width: 70%;
	}

}

@media only screen and (max-width: 780px) {


	#top .t {
		margin: 0 0 0 -35vh;
	}

	.menu .globalNav li {
		padding: 1.4em 0;
	}

	.menu .globalNav a {
		font-size: 5vw;
	}

	#product .contents > .link {
		width: 80%;
	}

	#product .normal .ec > dl:nth-of-type(1),
	#product .limited .ec > dl,
	#product .ec > dl {
		flex-direction: column;
		align-items: start;
	}

	#product .ec > dl dd {
		padding: 8px 0 0 0;
	}

	#artists .contents > ul > li {
		padding-top: calc(100% / 2 - 8px);
		width: calc(100% / 2 - 8px);
	}

	.modal > div > div {
		padding: 40px 32px 64px 32px;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: start;
	}

	.modal > div > div::before {
		padding-top: 100%;
		position: static;
		width: 100%;
		order: 2;
	}

	.modal h3 {
		padding: 0;
		width: 100%;
		font-size: 26px;
		order: 1;
	}

	.modal h3::after {
		margin: 24px 0 32px;
	}

	#a11_detail > div > div::before {
		padding-top: 76%;
	}

	.modal ul {
		order: 3;
	}

	.modal .author {
		padding: 0 0 16px;
	}

	.modal .document > dl,
	.modal .comment > dl {
		padding: 32px 0 0 0;
	}

	.modal .profile > dl {
		padding-top: 40px;
		display: block;
	}

	.modal .profile > dl > dd {
		padding: 16px 0 0 0;
	}

	.modal .profile p:not(:last-child) {
		font-size: 13px;
	}

	.modal .profile::before {
		content: "";
		margin-top: 40px;
		display: block;
		width: 80px;
		height: 1px;
		background: #000;
	}

	#producer .contents > dl > dd::before {
		margin: 0 24px 16px 0px;
		top: calc(-32px - 1em);
	}

	#concert .contents > dl {
		padding: 32px 48px 0;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	#concert .contents > dl > dd {
		padding: 8px 0 0;
	}

	#concert .contents > .link {
		padding: 40px 48px 0;
	width: 100%;
	}

	#concert .contents dl .link a {
		margin: 0 auto;
	}

}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 720px) {

	body {
		font-size: 14px;
		background: none;
	}

	.wrapper {
		background: none;
	}

	#product .detail {
		padding: 64px 24px 88px;
	}

	#product .contents > .link {
		width: 100%;
	}

	#artists li {
		padding-top: calc(100% / 2);
		width: calc(100% / 2);
	}

	#producer .contents::after,
	#producer .contents::before {
		margin: -0.8em 0 0 -2em;
		font-size: 10vw;
	}

	#producer .contents > dl {
		padding: 56px 24px 88px;
	}

	#producer .contents > dl > dd::before {
		display: none;
	}

	#producer .contents > dl > dt {
		padding: 0;
	}

	#producer .profile dd::before {
		content: "";
		margin-bottom: 16px;
		padding-top: 86%;
		display: block;
		width: 100%;
		background: url(../images/contents/producer/photo.jpg) no-repeat center top;
		background-size: cover;
		order: 1;
	}

}

@media only screen and (max-width: 520px) {

	body::after {
		content: "";
		padding-top: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 0;
		background: url(../images/common/header/bg/bg.jpg) no-repeat center top;
		background-size: auto 100%;
		z-index: 1;
	}


	body::after {
		opacity: 0;
		transition: all 1s cubic-bezier(.57,0,.26,1) 2s;
	}

	body.active::after  {
		opacity: 1;
	}


	#top {
	}


	#top > figure {
		background: url(../images/common/header/visual_sp.jpg) no-repeat bottom right;
		background-size: 100% auto;
	}


	.w2 .siteTitle,
	.w3 .siteTitle,
	.h .siteTitle,
	.h2 .siteTitle,
	.siteTitle {
		padding: 0;
		width: 0;
	}

	#top .t {
		margin: -9px 0 0 -33.5%;
		padding-top: 70%;
		top: 0;
		width: 67%;
		transform: scale(0.85);
	}

#top .t li:nth-child(1) {
	margin: -37.5% 0 0 -49%;
}

#top .t li:nth-child(2) {
	margin: -36% 0 0 -21%;
}

#top .t li:nth-child(3) {
	margin: -27.5% 0 0 4%;
}

#top .t li:nth-child(4) {
	margin: 11% 0 0 -36%;
}

#top .t li:nth-child(5) {
	margin: 6% 0 0 -14%;
	}

#top .t li:nth-child(6) {
	margin: 8% 0 0 5.5%;
}

#top .t li:nth-child(7) {
	margin: 5.5% 0 0 29%;
}

	.container.active #top .t li:nth-child(8) {
		margin: 45% 0 0 -42%;
		padding-top: 9%;
		width: 84%;
		animation: fade 0.5s cubic-bezier(.17,.67,.6,.92) 4s 1 forwards;
	}

	#top .t::before {
		margin: 0 0 0 -47%;
		padding-top: 12%;
		top: 0;
		width: 94%;
	}

	.active #top .t::before {
		animation-delay: 2.4s;
	}

	/* safari */
	::-webkit-full-page-media, :future, :root .menu div::after {
		display: block;
	}

	/* safari */
	::-webkit-full-page-media, :future, :root .menu div {
		background: none;
	}


	#top > p {
		padding: 0 8px 8px 0;
		width: 100%;
		text-align: right;
		line-height: 1.2;
		text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 16px, #fff 0 0 16px;
	}

	.primary {
		background: none;
	}

	#menu-btn {
		right: -80px;
		width: 80px;
		height: 80px;
		}

	.active #menu-btn {
		animation: btn-right 0.5s cubic-bezier(.17,.67,.6,.92) 4.5s 1 forwards;
		z-index: 1100;
	}

	@keyframes btn-right {
		from {
			right: -80px;
		}
		to {
			right: 0px;
		}
	}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		width: 30px;
	}

	#menu-btn:hover::before,
	#menu-btn:hover::after,
	#menu-btn:hover span {
		margin-left: 0;
		width: 30px;
	}

	#menu-btn.active:hover::before,
	#menu-btn.active:hover::after,
	#menu-btn.active:hover span {
		margin-left: 0;
		width: 30px;
	}

	#menu-btn::before {
		top: 12px;
	}

	#menu-btn span {
		top: 22px;
	}

	#menu-btn::after {
		top: 32px;
	}

	/* btnT */
	@keyframes btnT {
		0% { transform: translateY(0px);}
		20% { transform: translateY(10px) rotate(0deg);}
		100% { transform: translateY(10px) rotate(-135deg);}
	}

	/* btnTr */
	@keyframes btnTr {
		0% { transform: translateY(10px) rotate(-135deg);}
		30% { transform: translateY(10px) rotate(0deg);}
		100% { transform: translateY(0px);}
	}

	/* btnB */
	@keyframes btnB {
		0% { transform: translateY(0px);}
		20% { transform: translateY(-10px) rotate(0deg);}
		100% { transform: translateY(-10px) rotate(135deg);}
	}

	/* btnBr */
	@keyframes btnBr {
		0% { transform: translateY(-10px) rotate(135deg);}
		30% { transform: translateY(-10px) rotate(0deg);}
		100% { transform: translateY(0px);}
	}

	.menu .globalNav li {
		padding: 1.4em 0;
	}

	.menu .globalNav a {
		font-size: 8vw;
	}

	.sns-link {
		bottom: auto;
		top: 8px;
		left: 8px;
		flex-direction: row;
	width: 60px;
		transform: none;
	}

	.sns-link li {
		margin: 0;
	}

	#top .scroll {
		display: none;
		padding-bottom: 0;
		top: 50%;
		bottom: auto;
		left: 12px;
		font-size: 3.2vw;
	}

	#top .scroll::before {
		font-size: 3.2vw;
	}

	.scroll p {
		font-size: 3.2vw;
	}

	.active #menu-btn,
	.active .sns-link,
	.active #top .scroll {
		animation-delay: 5s;
	}

	.menu div::after {
		width: 800vw;
		height: 800vw;
		left: auto;
		right: -800vw;
		transform: none;
	}

	.menu.active div::after {
		width: 800vw;
		right: 0;
		transform: none;
	}

	#news .link a {
	font-size: 13px;
	}

	#news .sns li {
		width: 40px;
	}

	.artist-list ul {
		flex-wrap: wrap;
	}

	.artist-list li {
		width: calc(100% / 6);
	}

	.primary {
	}

	#product .contents {
		padding: 0 16px;
	}

	#news {
		padding: 60px 0;
		z-index: 2;
	}

	#news h2 {
		padding-bottom: 24px;
		font-size: 12vw;
	}

	#news .feed {
		padding: 0 16px;
	}

	#news .entry a {
		padding: 16px 48px 16px 0;
		flex-direction: column;
		align-items: start;
		font-size: 14px;
	}

	#news .entry time {
		width: auto;
		font-size: 12px;
	}

	#product {
		padding: 100px 0 0;
	}

	#product .notice p {
		font-size: 12px;
	}

	#product .ec .notice li::before,
	#product .ec .notice li::after {
		font-size: 12px;
	}

	#product .contents::after,
	#product .contents::before {
		font-size: 12vw;
	}

	#product .detail {
		padding: 40px 16px 80px;
	}

	#product .catch p {
		padding-bottom: 24px;
		font-size: 15px;
		line-height: 1.8;
	}

	#product .catch::after {
		margin: 0 auto 32px;
	}

	#product h3 {
		padding-bottom: 12px;
		font-size: 28px;
	}

	#product h3 span {
		padding-bottom: 12px;
		font-size: 15px;
	}

	#product .date p {
		font-size: 20px;
	}

	#product .jacket > ul {
		display: block;
	}

	#product .jacket > ul > li {
		padding: 0 0 8px;
		width: 100%;
	}

	#product .jacket > ul > li.limited {
		display: none;
	}

	#product .jacket .type .limited {
	}

	#product .type .limited::before {
		content: "";
	margin-bottom: 8px;
		padding-top: 100%;
		display: block;
		width: 100%;
		height: 0;
		background: url(../images/contents/product/jacket/NCS-10284.jpg) no-repeat;
		background-size: 100% auto;
	}

	#product .jacket figcaption {
		display: none;
	}


	#product .jacket::after {
padding-top: calc(50% - 0.5em);
		font-size: 8vw;
	}

	#product .limited .ec > dl,
	#product .ec > dl {
		flex-direction: column;
		align-items: start;
	}

	#product .data {
		padding: 0;
	}

	#product .data > p span {
		display: block;
	}

	#product .data > p span::after {
		display: none;
	}

	#product .track-list > dl {
		flex-direction: column;
		align-items: center;
	}

	#product .ec > dl dt {
		width: 100%;
	}

	#product .ec > dl dd,
	#product .track-list > dl dd {
		padding: 8px 0 0;
	}

	#product .ec > dl dd {
	}

	#product .track-list ol > li {
		padding-bottom: 8px;
	}

	#product .contents > .link a {
		font-size: 16px;
	}



	#trailer {
		padding: 0 0 60px;
	}

	.primary section#trailer .contents {
		padding: 0 16px 0;
	}

	#artists {
		padding: 66px 0 48px;
	}

	#artists h2 {
		padding: 0 0 0 16px;
		font-size: 12vw;
	}

	#artists .contents {
		padding: 0 12px;
	}

	#artists li:nth-child(10) button::after {
		letter-spacing: 0;
	}

	#artists .contents > ul > li {
		padding-top: calc(100% / 2 - 8px);
		width: calc(100% / 2 - 8px);
	}

	#artists .contents > ul > li:nth-child(11) {
		background: url(../images/contents/artists/lgm.jpg) no-repeat center 8px #b4c6d4;
	background-size: calc(100% + 2px)  auto;
	}

	#artists .contents > ul > li > p {
		font-size: 10px;
		letter-spacing: 0.05em;
	}

	#artists .contents > ul > li button.modalWindow::after {
		bottom: 28px;
		height: auto;
		font-size: 14px;
	}

	#artists .contents > ul > li::after {
		height: 3em;
		font-size: 14px;
		opacity: .6;
	}

	.modal > div > div {
		margin-top: -37vh;
		padding: 44px 24px 48px 24px;
		width: calc(100% - 32px);
		height: 74vh;
		position: fixed;
		top: 50%;
		left: 16px;
	}

	.modal > div > div > button {
		margin:-37vh 0 0 calc(50% - 70px);
		padding-top: 54px;
		width: 54px;
	}

	.modal > div > div > button::before,
	.modal > div > div > button::after {
		top: 21px;
		right: 17px;
			top: 15px;
		right: 9px;
	}

	.modal > div > div > button::before {
	}

	.modal > div > div > button::after {
		top: 39px;
	}

	.modal h3 {
		font-size: 24px;
	}

	#a7_detail h3 {
		line-height: 1.6;
	}

	#a11_detail h3 {
		letter-spacing: 0.08em;
	}

	.modal h3 br {
		display: block
	}

	.modal h3 span {
		padding: 4px 0 0px;
		display: block;
		font-size: 18px;
}

	.modal h3::after {
		width: 40px;
	}

	.modal .document > dl > dt,
	.modal .comment > dl > dt, 
	modal .profile > dl > dt {
		font-size: 20px;
	}

	.modal .profile > dl {
		padding-top: 24px;
	}

	.modal .prevnext {
		margin-top: 42vh;
		width: 100px;
	}

	.modal .prevnext li {
		width: 32px;
	}

	.modal .prevnext button::before {
		margin: -9px 0 0 -11px;
		transform: rotate(45deg) scale(0.5);
	}

	.modal .prevnext .prev button::before {
		margin: -9px 0 0 -5px;
		transform: rotate(-135deg) scale(0.5);
	}

	.modal .comment ol dt {
		font-size: 16px;
	}

	.modal .comment ol dd p {
		font-size: 14px;
	}

	.vjs-button.vjs-share-control {
		display: block !important;
	}

	#producer {
		padding: 100px 0 60px;
	}

	#producer .contents {
		padding: 0 16px;
	}

	#producer .contents::after,
	#producer .contents::before {
		margin: -0.8em 0 0 -2.6em;
		font-size: 12vw;
	}

	#producer .contents > dl {
		padding: 48px 16px 0;
	}

	#producer .contents > dl > dd::before {
		display: none;
	}

	#producer .contents > dl > dt {
		padding: 0;
		font-size: 24px;
	}

	#producer .contents > dl > dt::after {
		margin-top: 24px;
		width: 40px;
	}

	#producer .comment dt {
		padding-bottom: 8px;
		font-size: 18px;
	}

	#producer .comment {
		padding-top: 32px;
	}

	#producer .comment:nth-of-type(2) {
		padding-top: 32px;
	}

	#producer .contents > dl > dd {
		font-size: 14px;
	}

	#producer .comment .author {
		font-size: 14px;
	}

	#producer .profile {
		padding-top: 64px;
	}

	#producer .profile::before {
		top: 32px;
		width: 40px;
	}

	#producer .profile dt {
	padding-top: 24px;
		order: 2;
	}

	#producer .profile dd {
		order: 3;
	}

	#producer .profile dd p {
		font-size: 12px;
	}

	.site a {
		font-size: 12px;
	}

	#concert h3 {
		font-size: 20px;
		line-height: 1.7;
	}

	#concert h3 br {
		display: block;
	}

	#concert {
		padding: 66px 0 160px;
	}

	#concert .contents {
		padding: 24px 0 0;
	}

	#concert .contents > dl {
		padding: 24px 32px 0;
	}

	#concert .contents > .link {
		padding: 24px 32px 0;
	}

	#concert .contents > dl > dt {
		padding: 0.8em 0;
		line-height: 1.2;
		width: 100%;
		border-left: none;
		border-right: none;
	}

	/*--------------------------------------
	cookie
	---------------------------------------*/

	.cookie {
		min-width: 0;
	}

	.cookie > div {
		padding: 0 0 16px;
	}

	.cookie > div p {
		padding: 16px 16px 8px;
	}

	.cookie > div ul {
		padding: 0 8px;
		width: 100%;
	}

	.cookie > div ul li {
		padding: 0 8px;
		width: 50%;
	}

	.cookie > div a,
	.cookie > div button {
		margin: 0 0 0;
		padding: 0;
		display: block;
		width: 100%;
		font-size: 11px;
		line-height: 2.8;
	}

	.cookie > div a {
	}

	.cookie > div > button {
		padding: 18px 0 0;
		width: 18px;
		font-size: 1px;
		line-height: 1;
		display: none;
	}

	.tablet .cookie > div button,
	.pc .cookie > div button {
		margin: 0 8px 0 0;
	}

	.cookie > div > button:first-child::before,
	.cookie > div > button:first-child::after {
		margin: -4px 0 0 -8px;
	}

	.tablet .cookie > div a,
	.pc .cookie > div a {
		margin: 0 0 0 8px;
	}

	ul.toTop {
		bottom: 8px;
		right: 8px;
	}

	footer {
		padding: 100px 0;
	}

	footer .copyright p {
		font-size: 11px;
	}

}

@media only screen and (max-width: 375px) {

	.sns-link {
		bottom: auto;
		top: 0px;
		left: 4px;
		flex-direction: row;
	width: 56px;
		transform: none;
	}

		#top .t {
		margin: 19px 0 0;
			padding-top: 47%;
			top: 0;
			left: 16px;
			width: 47%;
	}


	.sns-link {
		bottom: auto;
		top: 0px;
		left: 4px;
		flex-direction: row;
	width: 56px;
		transform: none;
	}

		#top .t {
		margin: 19px 0 0;
			padding-top: 47%;
			top: 0;
			left: 16px;
			width: 47%;
	}

	#product h3 span {
		font-size: 14px;
	}

	#product .date p {
		font-size: 19px;
	}

	.modal h3 {
	font-size: 19px;
	}

	.modal h3 span {
		padding: 4px 0 0px;
		display: block;
		font-size: 16px;
}


		#artists .contents > ul > li > p {
			letter-spacing: 0em;
		}

		#artists .contents > ul > li > p::before {
			margin-right: 2px;
			width: 14px;
			height: 14px;
		}

		#artists .contents > ul > li button.modalWindow::after {
			line-height: 1.4;
		font-size: 13px;
		letter-spacing: 0.06em;
		}
}


@media screen and (orientation: landscape) {



}
