@charset "utf-8";

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

* {
	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;
	background: #00bf84;
}

/*
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: #333333;
	background: #00bf84;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

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: #333333;
	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;
}

@media (any-hover: hover) {
	a:hover {
		opacity: .4;
	}
}


table {
	border-collapse: collapse;
}


.wrapper ::before,
.wrapper ::after {
}


@-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: 100svh;
	background: #c8f4ff;
	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 #fff;
	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: 100svh;
	clip-path: circle(0% at 50% 50%);
	transition: all 1.5s cubic-bezier(.57,0,.26,1) 0.5s;
	background: #c8f4ff;
}

body.active #top {
	clip-path: circle(100% at 50% 50%);
}

#top::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(200, 244, 255, 0) 80%, rgba(151, 225, 247, 0.8) 100%);
	z-index: 1;
}

#top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
background: linear-gradient(192deg,rgba(200, 244, 255, 1) 61%, rgba(181, 230, 164, 1) 100%);
	z-index: 1;
}

#top > figure {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100svh;
	background: url(../images/common/header/visual.webp) no-repeat top left;
	background-size: auto 100%;
	transform: scale(1.3);
	transform-origin: center left;
	transition: transform 3s cubic-bezier(.57,0,.26,1) 0s;
	z-index: 2;
}

body.active #top > figure {
	transform: scale(1);
}

.h #top > figure,
.h2 #top > figure {
}

.siteTitle {
	padding-top: 0%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 0;
}

#top .t {
	position: absolute;
	left: 50%;
	right: 50%;
	height: 0;
	z-index: 110;
}

body:not(.sp).w #top .t {
	padding-top: 61vh;
	width: 66vh;
	transform: translate(-13%, 3%);
}

body:not(.sp).w2 #top .t {
	padding-top: 61vh;
	width: 66vh;
	transform: translate(-10%, 0%);
}

body:not(.sp).tablet.w2 #top .t {
	padding-top: 55vh;
	width: 60vh;
	transform: translate(-10%, 0%);
}

body:not(.sp).w3 #top .t {
	padding-top: 73vh;
	width: 77vh;
	transform: translate(-42%, 6%);
}

body:not(.sp).h #top .t {
	padding-top: 64vh;
	width: 68vh;
	transform: translate(-16%, 3%);
}

body:not(.sp).h2 #top .t {
	padding-top: 54vh;
	width: 59vh;
	transform: translate(-8%, 5%);
}

body:not(.sp).h3 #top .t {
	padding-top: 46vh;
	width: 51vh;
	transform: translate(-8%, 3%);
}

body:not(.sp).tablet.h3 #top .t {
	padding-top: 32vh;
	width: 35vh;
	transform: translate(7%, 3%);
}

#top .t::before {
	content: "";
	padding-top: 7%;
	position: absolute;
	top: 4%;
	left: 50%;
	display: block;
	width: 60%;
	height: 0;
	opacity: 0;
	background: url(../images/common/header/title/title.svg) no-repeat center center #2fc8f0;
	background-size: 100% auto;
	border-radius: 1000px;
	transition: opacity 0.8s cubic-bezier(.57,0,.26,1) 1.5s;
	transform: translateX(-50%);
	z-index: 110;
}

.active #top .t::before {
	opacity: 1;
}

.active #top .t::after {
	animation: fade 0.5s cubic-bezier(.17,.67,.6,.92) 4s 1 forwards;
}

body:not(.sp).w3 #top .t::before {
	transform: translateX(-67%);
}

#top .t {
}


#top .t li {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: opacity 0.2s cubic-bezier(.57,0,.26,1),  transform 0.4s cubic-bezier(.57,0,.26,1);
	transform: scale(1.1);
}

#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%;
}

#top .t li:nth-child(8) {
	margin: 10.5% 0 0 29%;
	width: 19.4%;
}

body:not(.sp).w #top .t li:nth-child(8) {
	margin: 44.5% 0 0 -20%;
	width: 42.4%;
}

body:not(.sp).w2 #top .t li:nth-child(8) {
	margin: 44.5% 0 0 -20%;
	width: 42.4%;
}

body:not(.sp).w3 #top .t li:nth-child(8) {
	margin: 13% 0 0 53%;
	width: 44%;
}

body:not(.sp).h #top .t li:nth-child(8) {
	margin: 44.5% 0 0 -20%;
	width: 42.4%;
}

body:not(.sp).h2 #top .t li:nth-child(8) {
	margin: 44.5% 0 0 -20%;
	width: 42.4%;
}

body:not(.sp).h3 #top .t li:nth-child(8) {
	margin: 44.5% 0 0 -20%;
	width: 42.4%;
}

#top .t li:nth-child(9) {
	padding-top: 40%;
	overflow: hidden;
	width: 40%;
	height: 0;
	background: url(../images/common/header/date.svg) no-repeat #fff;
	background-size: 100% auto;
	border-radius: 50%;
	clip-path: circle(0% at 50% 50%);
	transition: clip-path 1s cubic-bezier(.57,0,.26,1) 3.5s;
}

body:not(.sp).w #top .t li:nth-child(9) {
	margin: 46% 0 0 28%;
	padding-top: 26%;
	width: 26%;
}


body:not(.sp).w2 #top .t li:nth-child(9) {
	margin: 45% 0 0 33%;
	padding-top: 27%;
	width: 27%;
}

body:not(.sp).w3 #top .t li:nth-child(9) {
	margin: -48% 0 0 62%;
	padding-top: 40%;
	width: 40%;
}

body:not(.sp).h #top .t li:nth-child(9) {
	margin: 46% 0 0 28%;
	padding-top: 26%;
	width: 26%;
}

body:not(.sp).h2 #top .t li:nth-child(9) {
	margin: 57% 0 0 26%;
	padding-top: 30%;
	width: 30%
}

body:not(.sp).h3 #top .t li:nth-child(9) {
	margin: 75% 0 0 16%;
	padding-top: 36%;
	width: 36%;
}


body.active #top .t li {
	opacity: 1;
	transform: scale(1);
}

body.active #top .t li:nth-child(1) {
	transition-delay: 1.8s;
}

body.active #top .t li:nth-child(2) {
	transition-delay: 1.9s;
}

body.active #top .t li:nth-child(3) {
	transition-delay: 2s;
}

body.active #top .t li:nth-child(4) {
	transition-delay: 2.1s;
}

body.active #top .t li:nth-child(5) {
	transition-delay: 2.3s;
}

body.active #top .t li:nth-child(6) {
	transition-delay: 2.5s;
}

body.active #top .t li:nth-child(7) {
	transition-delay: 2.7s;
}

body.active #top .t li:nth-child(8) {
	transition-delay: 3s;
}

body.active #top .t li:nth-child(9) {
	clip-path: circle(100% at 50% 50%);
}

#top > p {
	padding: 0 21px 16px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 3.5s;
	z-index: 5;
}

body.active #top > p {
	opacity: 1;
}

body:not(.sp).h #top > p,
body:not(.sp).h3 #top > p,
body:not(.sp).h2 #top > p {
	font-size: 14px;
}

#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: #ff43a8;
	background: url(../images/common/bg.png) center center #ff43a8;
	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: #333333;
}

#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: 100svh;
	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: 100svh;
	outline: none;
	cursor: default;
	border: none;
	background: none;
	z-index: 302;
}

.menu div {
	position: relative;
	width: 100%;
	height: 100svh;
	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); 
}

@supports (-webkit-backdrop-filter: none) and (not (backdrop-filter: none)) {
	/* macOS Safari */
	.menu div::after {
		clip-path: none !important;
	}

	.menu.active div::after {
		transform: none !important;
	}
}


.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 li:last-child {
	padding-top: 4em;
}

.menu .globalNav a {
	padding: 0.2em;
	position: relative;
	display: inline;
	white-space: nowrap;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	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 li:last-child a {
	padding-top: 2em;
	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-weight: 700;
	font-size: 2.4vw;
	line-height: 1.1;
	color: #fff;
	letter-spacing: 0.01em;
}

	.menu .globalNav li.new a::before {
		content: "NEW";
		position: absolute;
		top: 50%;
		right: -2.6em;
		display: flex;
		align-items: center;
	justify-content: center;
		width: 3em;
		height: 3em;
	font-size: 1.2vw;
	letter-spacing: 0;
	color: #dc45a4;
	background: #fff;
		border-radius: 50%;
	transform: translateY(-50%);
	}

	.menu .globalNav li:last-child a::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1em;
		height: 1em;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: translateX(-50%) rotate(45deg);
	}

.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);
}



.sns-link {
	position: absolute;
	top: 50%;
	right: 14px;
	display:flex;
	flex-direction: column;
	gap: 8px;
	width: 26px;
	font-size: 15px;
	transform: translateY(calc(-50% + 6em));
	opacity: 0;
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 3.5s;
	z-index: 5;
}

body.h .sns-link,
body.w .sns-link,
body.w2 .sns-link,
body.w3 .sns-link {
	top: 50% !important;
	bottom: auto !important;
}

body.h2 .sns-link,
body.h3 .sns-link {
	padding: 0 0 4em 0;
	flex-direction: row;
	gap: 4px;
	top: auto;
	right: 16px;
	width: 56px;
	transform: none;
}

body.active .sns-link {
	opacity: 1;
}

.sns-link li {
	width: 100%;
}

.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: 0 0 13em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 1.4em;
	opacity: 0;
	font-size: 18px;
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 3.5s;
	transform: translateY(calc(-50% - 80px));
	z-index: 122;
}

body.w3 #top .scroll {
	padding: 0 0 10em;
}

body.h2 #top .scroll,
body.h3 #top .scroll {
	display: none;
}

body.active #top .scroll {
	opacity: 1;
}

#top.active.up .scroll {
	opacity: 0;
}

.scroll p {
	padding-top: 8em;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 0;
	width: 1px;
}


body.w3 .scroll p {
	padding-top: 5em;
}

.scroll p::before,
.scroll p::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: #525254;
	opacity: .3;
	mix-blend-mode: multiply;
}

.scroll p::after {
	opacity: 1;
	mix-blend-mode: normal;
	background: #525254;
	-webkit-animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
	animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
}

/* scrollDown */
@-webkit-keyframes scrollDown {
	0% { transform: translate3d(0, -100%, 0);}
	100% { transform: translate3d(0, 100%, 0);}
}

@keyframes scrollDown {
	0% { transform: translate3d(0, -100%, 0);}
	100% { transform: translate3d(0, 100%, 0);}
}

.scroll::before {
	content: "SCROLL";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-size: 18px;
	font-family: 'Rubik', serif;
	font-weight: 600;
	line-height: 1.4;
	color: #525254;
	-webkit-user-select: none;
	user-select: none;
}


#top .artist-list {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2fc8f0;
	z-index: 100;
}

#top .artist-list ul {
	display: flex;
}

#top .artist-list li {
	position: relative;
	width: calc(100% / 14);
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(.57,0,.26,1) 1.2s;
}

body.active #top .artist-list li {
	opacity: 1;
}

body.active #top .artist-list li:nth-of-type(odd) {
	transition-delay: 1.4s;
}


#top .artist-list li img {
}

#top .artist-list li:nth-child(1) img {
	background: url(../images/contents/artists/photo/aina.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(2) img {
	background: url(../images/contents/artists/photo/daice.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(3) img {
	background: url(../images/contents/artists/photo/ohara.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(4) img {
	background: url(../images/contents/artists/photo/nogizaka.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(5) img {
	background: url(../images/contents/artists/photo/kalafina.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(6) img {
	background: url(../images/contents/artists/photo/glimspanky.webp) no-repeat center center;
	background-size: cover;
}

#top .artist-list li:nth-child(7) img {
	background: url(../images/contents/artists/photo/soil.webp) no-repeat center center #333333;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(8) img {
	background: url(../images/contents/artists/photo/tamai.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(9) img {
	background: url(../images/contents/artists/photo/ninjin.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(10) img {
	background: url(../images/contents/artists/photo/non.webp) no-repeat center center #b4c6d4;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(11) img {
	background: url(../images/contents/artists/photo/hakase.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(12) img {
	background: url(../images/contents/artists/photo/penthouse.webp) no-repeat center center, linear-gradient(180deg,rgba(153, 145, 138, 1) 0%, rgba(179, 179, 193, 1) 100%);
	background-size: calc(100% + 2px) auto;
}
#top .artist-list li:nth-child(13) img {
	background: url(../images/contents/artists/photo/morisaki.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .artist-list li:nth-child(14) img {
	background: url(../images/contents/artists/photo/yakushimaru.webp) no-repeat center center;
	background-size: calc(100% + 2px) auto;
}

#top .catch {
	padding-top: 3.5%;
	overflow: hidden;
	height: 0;
	background: url(../images/common/header/catch.svg) no-repeat center center #2fc8f0;
	background-size: 100% auto;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.8s cubic-bezier(.57,0,.26,1) 2s;
}

body.active #top .catch {
	clip-path: inset(0 0 0 0);
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	padding: 0 0 140px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: url(../images/contents/noise.webp) center top;
	background-size: 300px auto;
}


.notice li:not(:last-child) {
	padding-bottom: 4px;
}

.notice p {
	display: flex;
	font-size: 13px;
	line-height: 1.6;
}

.notice p::before {
	content: "※";
}

section {
	padding: 110px 0 100px;
	position: relative;
}

.primary section h2 {
	padding-bottom: 0.5em;
	position: relative;
	font-size: 60px;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	color: #00bf84;
	line-height: 1.2;
	letter-spacing: 0.02em;
	-webkit-user-select: none;
	user-select: none;
	text-align: center;
	z-index: 10;
}

.primary section .contents {
	margin: 0 auto;
	padding: 0 64px 0;
	position: relative;
	max-width: 1240px;
	width: 100%;
}

@media only screen and (max-width: 1080px) {
	.primary section .contents {
		padding: 0 48px 0;
	}
}

.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;
	-webkit-user-select: none;
	user-select: none;
}

.modal .site a {
	font-size: 14px;
}

.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 {
}

.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: #00bf84;
	background: url(../images/contents/news/noise.webp) center top #00bf84;
	background-size: 300px auto;
}


#news h2 {
	color: #efd797;
}


#news .feed {
	margin: 0 auto;
	padding: 0 64px 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;
}

@media only screen and (max-width: 1080px) {
	#news .feed {
		padding: 0 48px 0;
	}
}

#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 {
	width: 100%;
	text-align: left;
	flex: 1;
}

#news .link {
	order: 2;
}

#news .link li {
}

#news .link a {
	padding: 0 2.4em;
	position: relative;
	display: table-cell;
	text-align: center;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 3;
	color: #00bf84;
	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;
	align-items: center;
	gap: 1em;
	order: 3;
}

#news .sns li {
	width: 1.8em;
}

#news .sns li.mail {
	align-items: center;
	width: auto;
}

#news .sns a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

#news .sns .x a {
	background: url(../images/common/nav/sns/x_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 .tiktok a {
	background: url(../images/common/nav/sns/tiktok_w.svg) no-repeat;
	background-size: 100% auto;
}

#news .sns .mail a {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.2em;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: none;
}

#news .sns .mail a::before {
	content: "";
	display: block;
	width: 1.8em;
	height: 1.8em;
	background: url(../images/common/nav/sns/mail_w.svg) no-repeat center center;
	background-size: 100% auto;
}

/*--------------------------------------
product
---------------------------------------*/

#product {
	padding: 120px 0 140px;
	background: #efd797;
	background: url(../images/contents/noise.webp) center top #ffefa7;
	background-size: 300px auto;
}

#product h2 {
}

#product .contents {
}



#product .detail {
}


#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: #333333;
}

#product h3 {
	padding-bottom: 16px;
	line-height: 1.2;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

#product h3 span {
	padding-bottom: 16px;
	display: block;
	font-size: 18px;
}

#product .date {
	padding-bottom: 24px;
}

#product .date p {
	line-height: 1.2;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

#product .type > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 64px;
}

#product .type > ul > li {
	width: calc((100% - 64px) / 2);
}

@media only screen and (max-width: 1080px) {
	#product .type > ul {
		gap: 48px;
	}
	#product .type > ul > li {
		width: calc((100% - 48px)/ 2);
	}
}


#product .type > ul > li > ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#product .type > ul > li.vinyl > ul {
	display: block;
}

#product .jacket {
}

#product .jacket {
}

#product .jacket li {
	padding-bottom: 32px;
}

#product .jacket figure {
	position: relative;
	display: block;
	width: 100%;
}

#product .jacket figure::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	display: block;
	width: 100%;
	height: 100%;
	background: #555;
	z-index: 1;
}

#product .jacket figure img {
	position: relative;
	z-index: 10;
}


#product .normal .jacket img {
	background: url(../images/contents/product/jacket/normal.webp) no-repeat;
	background-size: 100% auto;
}

#product .limited .jacket img {
	background: url(../images/contents/product/jacket/ghibli.webp) no-repeat;
	background-size: 100% auto;
}


#product .data {
	padding-top: 32px;
	display: flex;
	flex-direction: column;
}

#product .vinyl .data {
	padding: 0;
}

#product .data .type > li {
	padding-bottom: 32px;
}

#product .data .type > li > p,
#product .data > p {
	padding: 0 0 12px 12px;
	font-size: 13px;
	line-height: 2.8;
		letter-spacing: 0;
}

#product .data .type .notice {
	padding: 0 0 12px 12px;
}

#product .data .type > li > p + p {
	line-height: 1.2;
}

#product .data .type p br,
#product .data > p  br {
	display: none;
}

#product .data > p + p {
	margin-top: -4px;
	line-height: 1.2;
}

#product .data .type p span,
#product .data > p span {
	position: relative;
	display: block;
	display: table;
	font-size: 16px;
	line-height: 1.7;
		letter-spacing: 0.08em;
}

#product .data .type p span::before,
#product .data > p span::before {
	content: "";
	margin-top: 0.65em;
	position: absolute;
	top: 0;
	left: -12px;
	display: block;
	width: 8px;
	height: 8px;
	background: #333333;
}

/*
#product .data .notice {
	padding: 0 0 16px 12px;
}
*/

#product .data .type .new span::after {
	content: "NEW";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: -3.5em;
	width: 3em;
	height: 3em;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color: #ff43a8;
	font-size: 14px;
	letter-spacing: 0;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 200;
}

@media only screen and (max-width: 1540px) {
	#product .data .type .new span::after{
		font-size: 12px;
	}
}

@media only screen and (max-width: 1280px) {
	#product .data .type .new span::after {
		font-size: 11px;
	}
}

@media only screen and (max-width: 1240px) {
	#product .data .type .new span::after {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1080px) {
	#product .data .type .new span::after {
	}
}

#product .ec {
	padding: 16px 0 0 12px;
	display: flex;
	align-items: start;
	gap: 16px;
}

#product .ec.streaming {
	padding: 32px 0 0 12px;
}

#product .vinyl .ec {
	padding-top: 0;
	/*gap: 0;*/
}

#product .ec dt {
	padding: 0.6em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#product .ec.streaming dt,
#product .vinyl .ec dt {
	padding: 0;
	height: 0;
	overflow: hidden;
	border: none;
	/*width: 0;*/
}

#product .ec dd {
	padding: 0 0 0;
	flex: 1;
}

#product .ec dd li {
	padding: 0 0 8px;
	flex: 1;
}

#product .ec a {
	padding: 1.2em 2.2em;
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.6;
	color: #fff;
	background: #333;
	border-radius: 8px;
}

#product .vinyl .ec a {
	/*display: table-cell;*/
}

#product .ec a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.8em;
	display: block;
	width: 8px;
height: 10px;
	background: #fff;
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	transform: translateY(-50%);
}

#product .bonus {
	margin-top: 48px;
	padding-bottom: 56px;
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 24px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}


#product .bonus > dl,
#product .track-list > dl {
	padding-top: 56px;
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 16px;
}

#product .bonus > dl {
	width: calc((100% - 24px) / 2);
}

#product .track-list > dl dt {
	padding: 0.8em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 10em;
	line-height: 1.2;
	border: solid 1px;
}

#product .bonus > dl dt {
	padding: 0.8em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 10em;
	line-height: 1.2;
	color: #ffefa7;
	background: #00bf84;
}



#product .bonus > dl dd,
#product .track-list > dl dd {
	flex: 1;
}

@media only screen and (max-width: 1040px) {

	#product .bonus {
			gap: 48px;
	}

	#product .bonus > dl {
		flex-direction: column;
		width: calc((100% - 48px) / 2);
	}

	#product .bonus > dl dt {
		width: 100%;
	}

	#product .bonus > dl dd {
		width: 100%;
	}
}

@media only screen and (max-width: 1040px) {
	#product .track-list > dl dt {
		width: 8em;
	}
}

#product .track-list > dl dd > p {
	display: flex;
	line-height: 1.2;
}

#product .track-list > dl dd > p::before {
	content: "※";
}

#product .bonus > dl dd > p {
	display: flex;
	line-height: 1.7;
}

#product .bonus > dl dd > p::before {
	content: "・";
}

#product .bonus > dl dd::before {
	content: "";
	margin-bottom: 8px;
	padding-top: 100%;
	display: block;
	width: 100%;
	height: 0;
}

#product .bonus > dl:nth-of-type(1) dd::before {
	background: url(../images/contents/product/sticker.webp) no-repeat;
	background-size: 100% auto;
}

#product .bonus > dl:nth-of-type(2) dd::before {
	background: url(../images/contents/product/stand.webp) no-repeat;
	background-size: 100% auto;
}

#product .bonus > dl dd > p + .notice {
	padding-top: 8px;
}

#product .track-list ol {
	padding: 0 0 18px;
	counter-reset: listcount;
}

#product .track-list ol > li {
	padding: 0 0 18px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

#product .track-list ol > li:last-child {
	padding: 0;
}

#product .track-list ol > li:nth-of-type(13)::after {
	content: "epilogue";
	padding: 16px 0 8px;
	width: 100%;
	line-height: 1.2;
}


#product .track-list ol > li:nth-of-type(13) {
	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;
}

#product .track-list > dl dd ol + .notice {
	padding-top: 16px;
}

#product .track-list > dl dd ol + .notice p {
	font-size: 13px;
}


#product .contents > .link {
	padding: 92% 0 0;
	position: absolute;
	top: 0;
	left: 48px;
	width: 42%;
	z-index: 100;
}

#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;
}

.trailer {
	margin: 56px auto 0;
	padding-top: 64px;
	width: 100%;
	border-top: solid 1px;
}

.trailer > figure {
	position: relative;
	padding: 56.25% 0 0;
	height: 100%;
	z-index: 100;
}

.trailer > figure iframe,
.trailer > figure object,
.trailer > figure embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	z-index: 2;
}

/*--------------------------------------
short-movie
---------------------------------------*/

#short-movie {
	padding: 120px 0 60px;
}

#short-movie h2 {
}

#short-movie .contents {
	padding: 0 64px;
	max-width: 100%;
	width: 100%;
}

#short-movie .contents > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#short-movie .contents > ul > li {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: calc((100% - 20px * 4) / 5);
	border-radius: 12px;
}

@media only screen and (max-width: 1240px) {
	#short-movie .contents > ul > li {
		width: calc((100% - 20px * 2) / 3);
	}
}

@media only screen and (max-width: 1080px) {
	#short-movie .contents {
		padding: 0 48px;
	}

	#short-movie .contents > ul {
		gap: 16px 8px;
	}

	#short-movie .contents > ul > li {
		width: calc((100% - 8px * 2) / 3);
	}

}

#short-movie .contents > ul > li.disabled {
	padding-bottom: 1.5em;
}

#short-movie .contents > ul > li a {
	padding-top: calc(56.25% + 8px);
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
	gap: 8px 0.6em;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	z-index: 10;
}

#short-movie .contents > ul > li a:hover {
	opacity: 1;
}

#short-movie .contents > ul > li.disabled a {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	text-align: center;
	overflow: hidden;
}

#short-movie .contents > ul > li:not(.disabled) a::before {
	content: "";
	margin-top: -0.1em;
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: #ff43a8;
	background: url(../images/contents/short-movie/play.svg) no-repeat center center #ff43a8;
	background-size: 100% auto;
	border-radius: 4px;
	transition: background-color 0.4s cubic-bezier(.57,0,.26,1);
	z-index: 1;
}

#short-movie .contents > ul > li:not(.disabled) a:hover::before {
	background-color: #fa99cd;
}

#short-movie .contents > ul > li:not(.disabled)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 56.25%;
	display: block;
	width: 100%;
	height: 0;
	border-radius: 12px;
	z-index: 1;
	transition: background-size 0.8s cubic-bezier(.57,0,.26,1);
}

#short-movie .contents > ul > li.m1::after {
	background: url(../images/contents/short-movie/t1.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m2::after {
	background: url(../images/contents/short-movie/t2.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m3::after {
	background: url(../images/contents/short-movie/t3.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m4::after {
	background: url(../images/contents/short-movie/t4.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m5::after {
	background: url(../images/contents/short-movie/t5.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m6::after {
	background: url(../images/contents/short-movie/t6.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m7::after {
	background: url(../images/contents/short-movie/t7.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m8::after {
	background: url(../images/contents/short-movie/t8.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m9::after {
	background: url(../images/contents/short-movie/t9.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m10::after {
	background: url(../images/contents/short-movie/t10.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m11::after {
	background: url(../images/contents/short-movie/t11.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m12::after {
	background: url(../images/contents/short-movie/t12.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m13::after {
	background: url(../images/contents/short-movie/t13.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m14::after {
	background: url(../images/contents/short-movie/t14.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li.m15::after {
	background: url(../images/contents/short-movie/t15.webp) no-repeat center center;
	background-size: 100% auto;
}

#short-movie .contents > ul > li:hover::after {
	background-size: 120% auto;
}


#short-movie .contents > ul > li.disabled a::after {
	content: "coming soon";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	color: #cecaca;
	background: #e9e9e9;
	border-radius: 12px;
	z-index: 1;
}


#short-movie .contents > ul > li.disabled::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

#short-movie p.new {
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	color: #ff43a8;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0;
	background: #fff;
	border-radius: 50%;
	z-index: 200;
}

@media only screen and (max-width: 1540px) {
	#short-movie p.new {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1240px) {
	#short-movie p.new {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1080px) {
	#short-movie p.new {
	}
}
/*--------------------------------------
artists
---------------------------------------*/

#artists {
	padding: 120px 0 60px;
}

#artists h2 {
}

#artists .contents {
	padding: 0 64px;
	max-width: 100%;
	width: 100%;
	font-size: 10vw;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
}

#artists .contents > ul {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

#artists .contents > ul > li {
	padding-top: calc((100% - 20px * 4) / 5);
	position: relative;
	overflow: hidden;
	width: calc((100% - 20px * 4) / 5);
	height: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	border-radius: 12px;
	z-index: 2;
}


@media only screen and (max-width: 1240px) {
	#artists .contents > ul > li {
		padding-top: calc((100% - 20px * 2) / 3);
		width: calc((100% - 20px * 2) / 3);
	}
}

@media only screen and (max-width: 1080px) {
	#artists .contents {
		padding: 0 48px;
	}

	#artists .contents > ul {
		gap: 8px;
	}

	#artists .contents > ul > li {
		padding-top: calc((100% - 8px * 2) / 3);
		width: calc((100% - 8px * 2) / 3);
	}

}

#artists .contents > ul > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #aaa;
	border-radius: 12px;
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(.57,0,.26,1);
}

#artists .contents > ul > li:hover::before {
	transform: scale(1.2);
}

#artists .contents #a1::before {
	background: url(../images/contents/artists/photo/aina.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a2::before {
	background: url(../images/contents/artists/photo/daice.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a3::before {
	background: url(../images/contents/artists/photo/ohara.webp) no-repeat center calc(-3em + 1px);
	background-size: calc(100% + 2px)  auto;
}

@media only screen and (max-width: 1080px) {
	#artists .contents #a3::before {
		font-size: 13px;
	}
}

#artists .contents #a4::before {
	background: url(../images/contents/artists/photo/nogizaka.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a5::before {
	background: url(../images/contents/artists/photo/kalafina.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a6::before {
	background: url(../images/contents/artists/photo/glimspanky.webp) no-repeat center top;
	background-size: calc(100% + 2px)  auto;
	background-size: cover;
}

#artists .contents #a7::before {
	background: url(../images/contents/artists/photo/soil.webp) no-repeat center top #333333;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a8::before {
	background: url(../images/contents/artists/photo/tamai.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a9::before {
	background: url(../images/contents/artists/photo/ninjin.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a10::before {
	background: url(../images/contents/artists/photo/non.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a11::before {
	background: url(../images/contents/artists/photo/hakase.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a12::before {
	background: url(../images/contents/artists/photo/penthouse.webp) no-repeat center top #b1b3c5;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a13::before {
	background: url(../images/contents/artists/photo/morisaki.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}

#artists .contents #a14::before {
	background: url(../images/contents/artists/photo/yakushimaru.webp) no-repeat center center;
	background-size: calc(100% + 2px)  auto;
}


#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: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	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 > p.new {
	position: absolute;
	bottom: 2.8em;
	left: 0.5em;
	width: 3em;
	height: 3em;
	color: #ff43a8;
	font-size: 14px;
	letter-spacing: 0;
	background: #fff;
	border-radius: 50%;
	z-index: 200;
}

@media only screen and (max-width: 1540px) {
	#artists .contents > ul > li > p.new {
		font-size: 12px;
		bottom: 4em;
	}
}

@media only screen and (max-width: 1280px) {
	#artists .contents > ul > li > p.new {
		font-size: 11px;
		bottom: 4em;
		left: 0.2em;
	}
}

@media only screen and (max-width: 1240px) {
	#artists .contents > ul > li > p.new {
		font-size: 14px;
		left: 0.5em;
		bottom: 3em;
	}
}

@media only screen and (max-width: 1080px) {
	#artists .contents > ul > li > p.new {
		bottom: 2.2em;
	}
}

#artists .contents > ul > li > p.new:before {
	display: none;
}

#artists .contents > ul > li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	background: #ff43a8;
	border-radius: 0 0 12px 12px;
	transition: background 0.8s cubic-bezier(.57,0,.26,1);
	z-index: 100;
}

#artists .contents > ul > li:hover::after {
	background: #ffe8f4;
}

#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: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	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.2;
	letter-spacing: 0.06em;
	color: #fff;
	border-radius: 0 0 12px 12px;
	transition: color 0.8s cubic-bezier(.57,0,.26,1);
	z-index: 100;
}

#artists .contents > ul > li button.modalWindow:hover::after {
	color: #ff43a8;
}

#artists .contents #a1 button.modalWindow::after {
	content: "アイナ・ジ・エンド";
}

#artists .contents #a2 button.modalWindow::after {
	content: "大野雄大＆花村想太（Da-iCE）";
}

#artists .contents #a3 button.modalWindow::after {
	content: "大原櫻子";
}

#artists .contents #a4 button.modalWindow::after {
	content: "小川彩＆奥田いろは（乃木坂46）";
}

#artists .contents #a5 button.modalWindow::after {
	content: "Kalafina";
}

#artists .contents #a6 button.modalWindow::after {
	content: "GLIM SPANKY";
}

#artists .contents #a7 button.modalWindow::after {
	content: "SOIL&\"PIMP\"SESSIONS";
	letter-spacing: -0.01em;
	transform: scaleX(0.97);
}

#artists .contents #a8 button.modalWindow::after {
	content: "玉井詩織（ももいろクローバーZ）";
}

#artists .contents #a9 button.modalWindow::after {
	content: "にんじん（from ロクデナシ）";
}

#artists .contents #a10 button.modalWindow::after {
	content: "のん";
}

#artists .contents #a11 button.modalWindow::after {
	content: "葉加瀬太郎";
}

#artists .contents #a12 button.modalWindow::after {
	content: "Penthouse";
}

#artists .contents #a13 button.modalWindow::after {
	content: "森崎ウィン";
}

#artists .contents #a14 button.modalWindow::after {
	content: "薬師丸ひろ子";
}

#artists .contents #a1 button.modalWindow::before,
#artists .contents #a2 button.modalWindow::before,
#artists .contents #a3 button.modalWindow::before,
#artists .contents #a4 button.modalWindow::before,
#artists .contents #a5 button.modalWindow::before,
#artists .contents #a6 button.modalWindow::before,
#artists .contents #a7 button.modalWindow::before,
#artists .contents #a8 button.modalWindow::before,
#artists .contents #a9 button.modalWindow::before,
#artists .contents #a10 button.modalWindow::before,
#artists .contents #a11 button.modalWindow::before,
#artists .contents #a12 button.modalWindow::before,
#artists .contents #a13 button.modalWindow::before,
#artists .contents #a14 button.modalWindow::before {
	content: "COMMENT & DOCUMENT";
	position: absolute;
	bottom: 4.5em;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5em;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	color: #fff;
	background: #7c144c;
}

#artists .contents #a2 button.modalWindow::before,
#artists .contents #a9 button.modalWindow::before,
#artists .contents #a14 button.modalWindow::before {
	content: "COMMENT";
}


@media only screen and (max-width: 1540px) {
	#artists .contents #a1 button.modalWindow::before,
	#artists .contents #a2 button.modalWindow::before,
	#artists .contents #a3 button.modalWindow::before,
	#artists .contents #a4 button.modalWindow::before,
	#artists .contents #a5 button.modalWindow::before,
	#artists .contents #a6 button.modalWindow::before,
	#artists .contents #a7 button.modalWindow::before,
	#artists .contents #a8 button.modalWindow::before,
	#artists .contents #a9 button.modalWindow::before,
	#artists .contents #a10 button.modalWindow::before,
	#artists .contents #a11 button.modalWindow::before,
	#artists .contents #a12 button.modalWindow::before,
	#artists .contents #a13 button.modalWindow::before,
	#artists .contents #a14 button.modalWindow::before {
		bottom: 5.2em;
	}
}

@media only screen and (max-width: 1280px) {
	#artists .contents #a1 button.modalWindow::before,
	#artists .contents #a2 button.modalWindow::before,
	#artists .contents #a3 button.modalWindow::before,
	#artists .contents #a4 button.modalWindow::before,
	#artists .contents #a5 button.modalWindow::before,
	#artists .contents #a6 button.modalWindow::before,
	#artists .contents #a7 button.modalWindow::before,
	#artists .contents #a8 button.modalWindow::before,
	#artists .contents #a9 button.modalWindow::before,
	#artists .contents #a10 button.modalWindow::before,
	#artists .contents #a11 button.modalWindow::before,
	#artists .contents #a12 button.modalWindow::before,
	#artists .contents #a13 button.modalWindow::before,
	#artists .contents #a14 button.modalWindow::before {
		bottom: 4.9em;
	}
}

@media only screen and (max-width: 1080px) {
	#artists .contents #a1 button.modalWindow::before,
	#artists .contents #a2 button.modalWindow::before,
	#artists .contents #a3 button.modalWindow::before,
	#artists .contents #a4 button.modalWindow::before,
	#artists .contents #a5 button.modalWindow::before,
	#artists .contents #a6 button.modalWindow::before,
	#artists .contents #a7 button.modalWindow::before,
	#artists .contents #a8 button.modalWindow::before,
	#artists .contents #a9 button.modalWindow::before,
	#artists .contents #a10 button.modalWindow::before,
	#artists .contents #a11 button.modalWindow::before,
	#artists .contents #a12 button.modalWindow::before,
	#artists .contents #a13 button.modalWindow::before,
	#artists .contents #a14 button.modalWindow::before {
		bottom: 3.9em;
	}
}


@media only screen and (max-width: 1540px) {

	#artists .contents > ul > li::after,
	#artists .contents > ul > li button.modalWindow::after {
		height: 3.5em;
		line-height: 1.4;
	}

	#artists .contents #a2 button.modalWindow::after {
		content: "大野雄大＆花村想太\A（Da-iCE）";
		white-space: pre;
	}

	#artists .contents #a4 button.modalWindow::after {
		content: "小川彩＆奥田いろは\A（乃木坂46）";
		white-space: pre;
	}

	#artists .contents #a8 button.modalWindow::after {
		content: "玉井詩織\A（ももいろクローバーZ）";
		white-space: pre;
	}

	#artists .contents #a9 button.modalWindow::after {
		content: "にんじん\A（from ロクデナシ）";
		white-space: pre;
	}
}

@media only screen and (max-width: 1280px) {

	#artists .contents > ul > li button.modalWindow::after,
	#artists .contents > ul > li::after,
	#artists .contents > ul > li button {
	font-size: 14px;
	}

}

@media only screen and (max-width: 1080px) {

	#artists .contents > ul > li button.modalWindow::after,
	#artists .contents > ul > li::after,
	#artists .contents > ul > li button {
		height: 3em;
		line-height: 1.2;
	font-size: 13px;
	}
/*

	#artists .contents > ul > li:nth-child(2) button.modalWindow::after {
		content: "大野雄大＆花村想太（Da-iCE）";
	}

	#artists .contents > ul > li:nth-child(4) button.modalWindow::after {
		content: "小川彩＆奥田いろは（乃木坂46）";
	}
	#artists .contents > ul > li:nth-child(8) button.modalWindow::after {
		content: "玉井詩織（ももいろクローバーZ）";
	}

	#artists .contents > ul > li:nth-child(9) button.modalWindow::after {
		content: "にんじん（from ロクデナシ）";
	}
*/
}

#artists_modal,
#artists_modal .contents,
#artists_modal .contents > ul {
	overscroll-behavior: none;
}

.modal {
position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	display: none;
	overscroll-behavior: none;
		z-index: 1101;
}

.modal > div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100svh;
	z-index: 1105;
}

.modal > div::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 86%;
	max-width: 1140px;
	height: 76vh;
	background: #fff;
	border-radius: 12px;
	transform: translate(-50%, -50%);
	z-index: 1104;
}


.modal > div > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	outline: none;
	border: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .8);
	z-index: 1103;
}

#artists_modal .contents > button {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	outline: none;
	border: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	z-index: 1104;
}

.modal > div > div {
	padding: 48px 32px 72px;
	position: relative;
	width: calc(86% - 24px);
	max-width: calc(1140px - 24px);
	height: 76vh;
	background: #fff;
	overflow-y: auto;
	background: #fff;
	overscroll-behavior: none;
	z-index: 1105;
}

@media only screen and (max-width: 1240px) {
	.modal > div > div {
		padding: 32px 20px 64px;
	}
}

.modal > div > div::before {
	content: "";
	padding-top: calc(100% * 0.45);
	float: left;
	display: block;
	width: calc(100% * 0.45);
	height: 0;
}

@media only screen and (max-width: 1080px) {

	.modal > div > div::before {
	margin: 0 0 24px 16px;
		padding-top: calc(100% * 0.45);
		float: right;
		width: calc(100% * 0.45);
	}

	#a1_detail.modal > div > div::before,
	#a2_detail.modal > div > div::before,
	#a3_detail.modal > div > div::before,
	#a4_detail.modal > div > div::before,
	#a5_detail.modal > div > div::before,
	#a6_detail.modal > div > div::before,
	#a7_detail.modal > div > div::before,
	#a8_detail.modal > div > div::before,
	#a9_detail.modal > div > div::before,
	#a10_detail.modal > div > div::before,
	#a11_detail.modal > div > div::before,
	#a12_detail.modal > div > div::before,
	#a13_detail.modal > div > div::before,
	#a14_detail.modal > div > div::before {
		margin: 0;
		float: left;
	}

}


#a1_detail > div > div::before {
	background: url(../images/contents/artists/photo/aina.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a2_detail > div > div::before {
	content: "大野雄大";
	margin: 0 0 24px;
	background: url(../images/contents/artists/photo/daice.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a2_detail > div > div::after {
	content: "花村想太";
	padding-top: calc(100% * 0.45 - 29px);
	position: absolute;
	top: 48px;
	left: 32px;
	display: flex;
	justify-content: end;
	width: calc(100% * 0.45 - 32px);
	height: 0;
}

@media only screen and (max-width: 1240px) {
	#a2_detail > div > div::after {
		top: 43px;
		left: 33px;
	}
}

@media only screen and (max-width: 1080px) {

	#a2_detail > div > div::before {
		margin: 0 0 48px 16px;
	}

	#a2_detail > div > div::after {
		top: 43px;
		left: auto;
		right: 20px;
	}
}

#a3_detail > div > div::before {
	background: url(../images/contents/artists/photo/ohara.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a4_detail > div > div::before {
	content: "小川彩";
	background: url(../images/contents/artists/photo/nogizaka.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a4_detail > div > div::after {
	content: "奥田いろは";
	padding-top: calc(100% * 0.45 - 29px);
	position: absolute;
	top: 48px;
	left: 32px;
	display: flex;
	justify-content: end;
	width: calc(100% * 0.45 - 32px);
	height: 0;
}

@media only screen and (max-width: 1240px) {
	#a4_detail > div > div::after {
		top: 43px;
		left: 33px;
	}
}

@media only screen and (max-width: 1080px) {

	#a4_detail > div > div::before {
		margin: 0 0 48px 16px;
	}

	#a4_detail > div > div::after {
		top: 43px;
		left: auto;
		right: 20px;
	}
}

#a5_detail > div > div::before {
	background: url(../images/contents/artists/photo/kalafina.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a6_detail > div > div::before {
	padding-top: calc(100% * 0.45 * 0.78125);
	background: url(../images/contents/artists/photo/glimspanky.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a7_detail > div > div::before {
	padding-top: calc(100% * 0.45 * 0.84125);
	background: url(../images/contents/artists/photo/soil.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a8_detail > div > div::before {
	background: url(../images/contents/artists/photo/tamai.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a9_detail > div > div::before {
	background: url(../images/contents/artists/photo/ninjin.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a10_detail > div > div::before {
	background: url(../images/contents/artists/photo/non.webp) no-repeat center top;
	background-size: 100% auto;
}

#a11_detail > div > div::before {
	background: url(../images/contents/artists/photo/hakase.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a12_detail > div > div::before {
	padding-top: calc(100% * 0.45 * 0.82625);
	background: url(../images/contents/artists/photo/penthouse.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a13_detail > div > div::before {
	background: url(../images/contents/artists/photo/morisaki.webp) no-repeat center center;
	background-size: 100% 100%;
}

#a14_detail > div > div::before {
	background: url(../images/contents/artists/photo/yakushimaru.webp) no-repeat center center;
	background-size: 100% 100%;
}


.modal > div > div > button {
	/* margin: calc(-39vh + 8px) 0 0 492px; */
	padding-top: 72px;
	overflow: hidden;
	position: fixed;
	top: -7px;
	right: 0;
	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::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: #fff;
	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;
}

body.open-modal .modal > div > div > button::before,
.modal.open > div > div > button::before {
	animation: btnT2 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

body.open-modal .modal > div > div > button::after,
.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 > div > div > h3 {
	margin-left: calc(45% + 24px);
	line-height: 1.2;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

#a8_detail > div > div > h3 {
	letter-spacing: 0;
}

@media only screen and (max-width: 1240px) {
	.modal > div > div > h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1140px) {
	.modal > div > div > h3 {
		font-size: 26px;
	}
}

.modal > div > div > h3 br {
	display: none;
}

.modal > div > div > h3 span {
	padding-left: 8px;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.modal > div > div > h3 + ul > li {
	margin-left: calc(45% + 24px);
}

#a1_detail.modal > div > div > h3 + ul > li.profile,
#a2_detail.modal > div > div > h3 + ul > li.profile,
#a3_detail.modal > div > div > h3 + ul > li.profile,
#a4_detail.modal > div > div > h3 + ul > li.profile,
#a5_detail.modal > div > div > h3 + ul > li.profile,
#a6_detail.modal > div > div > h3 + ul > li.profile,
#a7_detail.modal > div > div > h3 + ul > li.profile,
#a8_detail.modal > div > div > h3 + ul > li.profile,
#a9_detail.modal > div > div > h3 + ul > li.profile,
#a10_detail.modal > div > div > h3 + ul > li.profile,
#a11_detail.modal > div > div > h3 + ul > li.profile,
#a12_detail.modal > div > div > h3 + ul > li.profile,
#a13_detail.modal > div > div > h3 + ul > li.profile,
#a14_detail.modal > div > div > h3 + ul > li.profile {
	margin-left: 0;
}

.modal > div > div > h3 + ul > li.document {
	padding-top: 32px;
}

@media only screen and (max-width: 1080px) {

	li:not(#a1_detail):not(#a2_detail):not(#a3_detail):not(#a4_detail):not(#a5_detail):not(#a6_detail):not(#a7_detail):not(#a8_detail):not(#a9_detail):not(#a10_detail):not(#a11_detail):not(#a12_detail):not(#a13_detail):not(#a14_detail).modal > div > div > h3 {
		margin-left: 0;
		line-height: 1.6;
	}


	.modal > div > div > h3 br {
		display: block;
	}

	li:not(#a1_detail):not(#a2_detail):not(#a3_detail):not(#a4_detail):not(#a5_detail):not(#a6_detail):not(#a7_detail):not(#a8_detail):not(#a9_detail):not(#a10_detail):not(#a11_detail):not(#a12_detail):not(#a13_detail):not(#a14_detail).modal > div > div > h3 + ul > li {
		margin-left: 0;
	}

}

#a1_detail.modal .profile > dl,
#a2_detail.modal .profile > dl,
#a3_detail.modal .profile > dl,
#a4_detail.modal .profile > dl,
#a5_detail.modal .profile > dl,
#a6_detail.modal .profile > dl,
#a7_detail.modal .profile > dl,
#a8_detail.modal .profile > dl,
#a9_detail.modal .profile > dl,
#a10_detail.modal .profile > dl,
#a11_detail.modal .profile > dl,
#a12_detail.modal .profile > dl,
#a13_detail.modal .profile > dl,
#a14_detail.modal .profile > dl {
	padding-top: 40px;
	position: relative;
	display: flex;
	align-items: start;
	gap: 16px;
	clear: both;
}

.modal .profile > dl h3 {
	font-size: 20px;
	font-weight: 700;
}

.modal .document > dl > dt,
.modal .comment > dl > dt,
.modal .profile > dl > dt {
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	font-size: 22px;
	flex-shrink: 0;
	letter-spacing: 0.12em;
	-webkit-user-select: none;
	user-select: none;
}

#a11_detail .document > dl > dt:before,
.modal .comment > dl > dt::before {
	content: "";
	margin: 32px 0;
	display: block;
	width: 4em;
	height: 1px;
	background: #333333;
}

#a11_detail > div > div > h3 + ul > li.document {
	padding: 0;
}

#a11_detail .comment > dl > dt {
	padding-top: 32px;
}

#a11_detail .comment > dl > dt::before {
	display: none;
}


#artists_modal li:not(#a1_detail):not(#a2_detail):not(#a3_detail):not(#a4_detail):not(#a5_detail):not(#a6_detail):not(#a7_detail):not(#a8_detail):not(#a9_detail):not(#a10_detail):not(#a11_detail):not(#a12_detail):not(#a13_detail):not(#a14_detail).modal .profile > dl > dt::before {
	content: "";
	margin: 32px 0;
	display: block;
	width: 4em;
	height: 1px;
	background: #333333;
}


.modal .document > dl > dd,
.modal .comment > dl > dd {
	padding: 8px 0 0 0;
	flex: 1;
}

.modal .profile > dl > dd {
	padding: 8px 0 0 0;
}

#a1_detail.modal .profile > dl > dd,
#a2_detail.modal .profile > dl > dd,
#a3_detail.modal .profile > dl > dd,
#a4_detail.modal .profile > dl > dd,
#a5_detail.modal .profile > dl > dd,
#a6_detail.modal .profile > dl > dd,
#a7_detail.modal .profile > dl > dd,
#a8_detail.modal .profile > dl > dd,
#a9_detail.modal .profile > dl > dd,
#a10_detail.modal .profile > dl > dd,
#a11_detail.modal .profile > dl > dd,
#a12_detail.modal .profile > dl > dd,
#a13_detail.modal .profile > dl > dd,
#a14_detail.modal .profile > dl > dd {
	padding: 0 0 0 16px;
	border-left: solid 1px;
}

.modal .comment ol > li:not(:last-child) {
	padding-bottom: 1em;
}

.modal .comment ol dd {
	padding-left: 1em;
}

.modal .comment ol p {
	font-size: 14px;
}

.modal .profile p:not(:last-child) {
	padding-bottom: 1em;
	font-size: 14px;
}

.modal .link {
	display: flex;
	align-items: center;
	gap: 16px;
}

.modal .link li {
	padding-top: 4px;
}

.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: #eb53a5;
	border-radius: 50%;
	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: #eb53a5;
}

.modal .prevnext button.disabled,
.modal .prevnext button.disabled:hover {
	cursor: default;
	border-color: #5f5f5f;
	background: #5b2643;
	opacity: 1;
}

.modal .prevnext button.disabled::before,
.modal .prevnext button.disabled:hover::before {
	border-color: #5f5f5f;
}

.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: 110px 0 60px;
}

#producer h2 {
}

#producer .contents {
}

#producer .contents::before {
	content: "photo by 伊藤彰紀";
	padding-top: calc(36% + 6px);
	display: block;
	float: left;
	width: 36%;
	font-size: 12px;
	line-height: 1.2;
	background: url(../images/contents/producer/photo.webp) no-repeat center top;
	background-size: 100% auto;
	z-index: 3;
}

@media only screen and (max-width: 1080px) {
	#producer .contents::before {
		margin-left: 24px;
		float: right;
	}
}

#producer .contents > dl {
}

#producer .contents > dl > dt {
	margin-left: calc(36% + 24px);
	display: block;
		line-height: 1.2;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.12em;
	}

@media only screen and (max-width: 1080px) {
	#producer .contents > dl > dt {
		margin-left: 0;
	}
}

#producer .contents > dl > dd {
}

#producer dd p {
}

#producer dd .link {
}

#producer .comment {
	margin-left: calc(36% + 24px);
	padding-top: 32px;
}

@media only screen and (max-width: 1080px) {
	#producer .comment {
		margin-left: 0;
	}
}

#producer .comment p {
	font-size: 16px;
}

#producer .profile {
	margin-top: 32px;
	padding: 40px;
	position: relative;
	display: flex;
	border: solid 1px;
}


#producer .comment dt,
#producer .profile dt {
	padding-bottom: 16px;
	flex-shrink: 0;
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	font-size: 22px;
	letter-spacing: 0.12em;
	-webkit-user-select: none;
	user-select: none;
}

#producer .comment dt::before,
#producer .profile dt::before {
	content: "";
	margin-bottom: 32px;
	display: block;
	width: 4em;
	height: 1px;
	background: #333333;
}

#producer .profile dt::before {
	display: none;
}

#producer .profile dd {
	padding: 0 0 0 16px;
	flex: 1;
}

#producer .profile p {
	font-size: 14px;
}

#producer .profile .site a {
	font-size: 14px;
}

@media only screen and (max-width: 1080px) {

	#producer .contents::before {
		text-align: right;
		font-size: 12px;
	}

	#producer .profile {
		margin-top: 32px;
		padding: 0;
		display: block;
		border: none;
	}

	#producer .profile dd {
		padding: 0 0 0 0;
	}

	#producer .profile dt::before {
		content: "";
		margin-bottom: 32px;
		display: block;
		width: 4em;
		height: 1px;
		background: #333333;
	}

}
/*--------------------------------------
concert
---------------------------------------*/
#concert {
	padding: 110px 0 60px;
}

#concert .contents {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

#concert h3 {
	width: 100%;
	line-height: 1.2;
	font-size: 33px;
	font-weight: 700;
		text-align: center;
	letter-spacing: 0.05em;
}

#concert h3 br {
	display: none;
}

@media only screen and (max-width: 1410px) {
	#concert h3 {
		font-size: 2.3vw;
		text-align-last: justify;
	}
}

@media only screen and (max-width: 1300px) {
	#concert h3 {
		font-size: 2.5vw;
		text-align-last: justify;
	}
}

@media only screen and (max-width: 1140px) {
	#concert h3 {
		font-size: 3vw;
		text-align-last: auto;
		line-height: 1.6;
	}

	#concert h3 br {
		display: block;
	}
}

#concert h3 + div {
	width: 50%;
}

#concert h3 + div > dl {
	padding-bottom: 16px;
	display: flex;
	align-items: start;
	gap: 8px;
}

#concert h3 + div > dl dt {
	line-height: 1.7;
	flex-shrink: 0;
}

#concert h3 + div > dl dt::before {
	content: "＜";
}

#concert h3 + div > dl dt::after {
	content: "＞";
}

#concert h3 + div > dl dd li {
	padding-bottom: 4px;
}

#concert h3 + div > dl dd p {
	text-indent: -3em;
	margin-left: 3em;
	line-height: 1.7;
}

#concert h3 + div > a {
	margin: 8px 0 0;
	padding: 0 2.4em;
	position: relative;
	display: table;
	text-align: center;
	font-size: 15px;
	line-height: 3;
	text-decoration: none;
	border: solid 1px;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 8px;
}

#concert h3 + div > 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;
}

#concert h3 + div > a:hover::after {
	right: 8px;
}

#concert figure {
	flex: 1;
}

#concert figure a {
	padding-top: 43%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/contents/concert/banner.jpg) no-repeat;
	background-size: 100% auto;
}

/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	position: fixed;
	bottom: 8px;
	right: 8px;
	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: #ff43a8;
	border-radius: 8px;
}

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 #fff;
	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: #ffe8f4;
}

ul.toTop a:hover::before {
	border-color: #ff43a8;
}


/*--------------------------------------
cookie
---------------------------------------*/

.cookie {
	position: fixed;
	bottom: 8px;
	left: 50%;
	width: 66%;
	max-width: 800px;
opacity: 0;
	transform: translateX(-50%);
	z-index: 3000;
}

.active .cookie {
	animation: fadeIn 1s cubic-bezier(.17,.67,.6,.92) 0.5s 1 forwards;
}

.cookie > div {
	padding: 16px;
	display: flex;
	 justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, .2);
}

.cookie > div p {
	padding: 0 8px 0 0;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	flex: 1;
}

.cookie > div ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cookie > div button {
	display: block;
	text-decoration: none;
	line-height: 3.2;
	font-size: 13px;
	font-weight: 500;
	width: 14em;
	color: #fff;
	background: #454541;
	cursor: pointer;
	transition: opacity 0.4s ease-in-out;
}

.cookie > div a {
	font-size: 12px;
	font-weight: 500;
	transition: opacity 0.4s ease-in-out;
}

.cookie > div a:hover,
.cookie > div button:hover {
	opacity: .4;
}

/*--------------------------------------
フッター
---------------------------------------*/

footer {
	padding: 210px 0 210px;
	clear: both;
	position: relative;
	width: 100%;
	text-align: center;
	background: url(../images/contents/news/noise.webp) center top #00bf84;
	background-size: 300px auto;
	z-index: 110;
}

footer .copyright p {
	font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	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: 980px) {
/*
	#product .data > p {
		line-height: 1.6;
	}
*/

	#product .data > p span::before {
	}

	#product .data .type > li > p {
		padding: 0 0 0 12px;
		font-size: 13px;
	}

	#product .data .type > li > p + p {
		padding-bottom: 12px;
	}

/*
	#product .data .type  {
		padding: 0 0 0 12px;
		font-size: 13px;
	}
*/

	#product .data > p br {
		display: block;
	}

	#product .ec {
		padding-top: 0;
		flex-direction: column;
		align-items: start;
		gap: 8px;
	}

	#product .ec dt {
		width: 100%;
	}

	#product .ec dd {
		padding: 0 0 0;
		width: 100%;
	}

	#product .ec.streaming {
		padding: 16px 0 0 12px;
	}

	#product .track-list ol > li > p span {
		padding: 0;
		display: block;
	}

	#concert .contents {
		flex-direction: column;
		gap: 32px;
	}

	#concert figure,
	#concert h3 + div {
		width: 100%;
	}

	#concert {
		padding: 3.8em 0 0.5em;
	}

	#concert .contents {
		gap: 16px;
	}

	#concert h3 {
		font-size: 22px;
		text-align: left;
	}

	#concert h3 br {
		display: none;
	}

	#concert h3 + div > dl {
		flex-direction: column;
	gap: 0px;
	}

	#concert h3 + div {
		padding-bottom: 24px;
	}

	#concert h3 + div > a {
		margin: 8px auto 0;
		font-size: 14px;
	}

	.cookie {
	}

	.cookie > div p {
		padding: 0 0 8px 0;
	}

	.cookie > div li {
		padding: 0 8px;
	}

	.cookie > div button {
		line-height: 3;
		font-size: 12px;
	}


}


@media only screen and (max-width: 860px) {
	#short-movie .contents,
	#artists .contents,
	.primary section .contents,
	#news .feed {
		padding: 0 32px 0;
	}

	#product .bonus {
			gap: 24px;
	}

	#product .type > ul {
		gap: 24px;
	}

	#product .type > ul > li {
		width: calc((100% - 24px)/ 2);
	}
}

@media only screen and (max-width: 780px) {

	.menu .globalNav li {
		padding: 0.5em 0;
	}

	.menu .globalNav a {
		font-size: 5vw;
	}

	#product .contents > .link {
		width: 80%;
	}

	#short-movie .contents > ul > li {
		width: calc((100% - 8px) / 2 );
	}


	#artists .contents > ul > li {
		padding-top: calc(100% / 2 - 8px);
		width: calc(100% / 2 - 8px);
	}

	.modal > div > div {
	}

	.modal h3 {
	}

	.modal ul {
	}

	.modal .profile > dl {
	}

	.cookie > div {
		display: block;
	}

	.cookie > div ul {
		flex-direction: row;
	}

}

/*--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 760px) {
	#product .data .type > li > p,
	#product .data > p {
		font-size: 12px;
	}
}


@media only screen and (max-width: 720px) {

	body {
		font-size: 14px;
	}

	.wrapper {
	}

	#product .detail {
		padding: 64px 24px 88px;
	}

	#product .contents > .link {
		width: 100%;
	}

	#artists li {
	}

}

@media only screen and (max-width: 520px) {

	body {
  padding-top: env(safe-area-inset-top);
		overflow: hidden;
	}


	body::after {
		content: "";
		padding-top: 100svh;
		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;
	}

	.wrapper {
		position: fixed;
		top: env(safe-area-inset-top);
		left: env(safe-area-inset-left);
		right: env(safe-area-inset-right);
		bottom: env(safe-area-inset-bottom);
		overflow-y: auto;
	}


	#top {
		background: #84daef;
	}

	#top::before,
	#top::after {
		display: none;
	}

	#top > figure {
	transform-origin: center bottom;
		background: url(../images/common/header/visual_sp.webp) no-repeat bottom right;
		background-size: 100% auto;
	}


	body:not(.sp).w2 .siteTitle,
	body:not(.sp).w3 .siteTitle,
	body:not(.sp).h .siteTitle,
	body:not(.sp).h2 .siteTitle,
	.siteTitle {
		padding: 0;
		width: 0;
	}

	#top .t {
margin: 8px 0 0 -3%;
padding-top: 55%;
top: 0;
width: 50%;
	}

#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%;
}

	#top .t li:nth-child(8) {
margin: 45% 0 0 3%;
width: 44%;
	}

	#top .t li:nth-child(9) {
		display: none;
	}


	.siteTitle {
		padding-top: 28%;
		position: absolute;
		top: auto;
		left: auto;
		right: 8px;
		overflow: hidden;
		width: 28%;
		height: 0;
		background: url(../images/common/header/date.svg) no-repeat #fff;
		background-size: 100% auto;
		border-radius: 50%;
		clip-path: circle(0% at 50% 50%);
		transition: clip-path 1s cubic-bezier(.57,0,.26,1) 3.5s;
		z-index: 20;
	}

	body.active .siteTitle {
		clip-path: circle(100% at 50% 50%);
	}


	#top .t::before {
		padding-top: 11%;
		width: 92%;
	}


	#top > p {
		padding: 0 8px 8px 0;
		width: 100%;
		text-align: right;
		line-height: 1.2;
	}

	#top .catch {
		margin: 0 auto;
		padding-top: 27%;
		width: calc(100% - 16px);
		background: url(../images/common/header/catch_sp.svg) no-repeat center center;
		background-size: 100% auto;
	}

@keyframes btn-right {
	from {
		right: -110px;
	}
	to {
		right: 0px;
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

	body.h2 .sns-link,
	body.h3 .sns-link {
		padding: 0 0 0 0;
		right: 9em;
}

	.primary {
		background: none;
	}

	#menu-btn {
		display: block;
		position: fixed;
		top: 0;
	right: auto;
		left: -80px;
		height: 80px;
		width: 80px;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
		z-index: 1000;
		background: #ff43a8;
		background: url(../images/common/bg.png) center center #ff43a8;
		background-size: 150px auto;
		clip-path: polygon(0 0, 100% 0, 0 100%);
	}

	.active #menu-btn {
		animation: btn-left 0.5s cubic-bezier(.17,.67,.6,.92) 4.5s 1 forwards;
		z-index: 1100;
	}

	@keyframes btn-left {
		from {
			left: -80px;
		}
		to {
			left: 0px;
		}
	}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		left: 11%;
		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 {
		right: auto;
		left: -100%;
	}

	.menu.active {
		right: auto;
		left: 0;
	}

	.menu div::after {
		clip-path: polygon(0 0, 100% 0, 0 100%);
	}

	.menu div::after {
		width: 800vw;
		height: 800vw;
		left: -800vw;
		right: auto;
		transform: none;
	}

	.menu.active div::after {
		width: 800vw;
		left: 0;
		transform: none;
	}

	.menu .globalNav li {
		padding: 1em.0;
	}

	.menu .globalNav li:last-child {
		padding-top: 4em;
	}

	.menu .globalNav li:last-child a {
		font-size: 4vw;
	}

	.menu .globalNav a {
		font-size: 8vw;
	}

	.menu .globalNav li.new a::before {
		font-size: 3vw;
	}

	.sns-link {
		left: auto;
		right: 4px;
		top: auto;
		flex-direction: row;
		gap: 4px;
	width: 56px;
		transform: none;
	}

	.sns-link li {
		margin: 0;
	}

	#top .scroll {
		display: none;
	}


	#news .link a {
	font-size: 13px;
	}

	#news .sns li {
		width: 40px;
	}

	.artist-list ul {
		flex-wrap: wrap;
		justify-content: center;
		background: #3b3b3b;
	}

	#top .artist-list li {
		width: calc(100% / 7);
	}

	body.active #top .artist-list ul::after {
		opacity: 1;
	}

	body.active #top .artist-list ul::after,
	body.active #top .artist-list li:nth-of-type(14),
	body.active #top .artist-list li:nth-of-type(12),
	body.active #top .artist-list li:nth-of-type(10),
	body.active #top .artist-list li:nth-of-type(7),
	body.active #top .artist-list li:nth-of-type(5),
	body.active #top .artist-list li:nth-of-type(3),
	body.active #top .artist-list li:nth-of-type(1) {
		transition-delay: 1.4s;
	}

	.primary {
	}

	.primary section h2 {
		padding-bottom: 0.3em;
		font-size: 10vw;
	}

	#product .contents {
		padding: 0 16px;
	}

	#news {
		padding: 3.6em 0 4em;
		z-index: 2;
	}

	#news h2 {
	}

	#news .feed {
		padding: 0 16px;
	}

	#news .entryList {
		padding-bottom: 16px;
	}

	#news .entry a {
		padding: 16px 36px 16px 0;
		flex-direction: column;
		align-items: start;
		font-size: 14px;
		font-weight: 700;
	}

	#news .entry time {
		width: auto;
		font-size: 12px;
	}

	#news .sns {
		margin-top: -2.5em;
		flex-wrap: wrap;
		justify-content: end;
	}

	#news .sns li {
		width: 1.8em;
	}

	#news .sns li.mail {
		padding-top: 1em;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	#news .sns .mail a {
		font-size: 12px;
	}

	#news .sns .mail a::before {
		width: 2em;
		height: 1.8em;
	}

	#product {
		padding: 3.8em 0 5.4em;
	}

	#product .detail {
		padding: 0 0 0;
	}

	#product h3 {
		padding-bottom: 12px;
		font-size: 28px;
	}

	#product h3 span {
		padding-bottom: 12px;
		font-size: 15px;
	}

	#product .date p {
		font-size: 20px;
	}

	#product .type > ul {
		flex-direction: column;
		gap: 40px;
	}

	#product .type > ul > li {
		width: 100%;
	}

	#product .type > ul > li.normal {
		order: 1;
	}

	#product .type > ul > li.vinyl {
		order: 2;
	}

	#product .type > ul > li.limited {
		order: 3;
	}

	#product .jacket figure {
		margin: 0 auto;
		width: 84%;
		width: 100%;
	}

	#product .jacket figure::after {
		top: 8px;
		left: 8px;
}

	#product .limited .ec > dl,
	#product .ec > dl {
		flex-direction: column;
		align-items: start;
	}

	#product .data {
		padding: 16px 0 0;
	}

	#product .data > p  {
		padding: 0 0 0 12px;
		text-align: left;
		line-height: 1.7;
	}

	#product .data > p + p {
		margin-top: 0;
		line-height: 1.7;
	}

	#product .data > p  br {
		display: none;
	}

	#product .data > p span {
	}

	#product .data > p span::before {
	}

	#product .data > p span::after {
	}

	#product .vinyl .data .notice,
	#product .limited .data .notice {
		padding: 0;
	}

/*
	#product .vinyl .data .notice p,
	#product .limited .data .notice p {
		padding: 8px 0 0 12px;
	}
*/

	#product .data .type .notice {
		padding: 0 0 0 12px;
	}

	#product .data .type > li > p,
	#product .data > p {
		font-size: 13px;
	}

	#product .data .type > li > p {
		letter-spacing: 0;
		line-height: 2.4;
	}

	#product .data .type > li > p span {
		letter-spacing: 0.08em;
	}

	#product .data .type > li > p + p {
		padding-bottom: 0;
	}

	#product .data .type p span::before,
	#product .data > p span::before {
		margin-top: 0.6em;
	}

	#product .data .type .new span::after  {
		right: calc(-4em * 0.7);
		font-size: 10px;
		transform: translateY(-50%) scale(0.7);
	}

	#product .ec {
		padding: 16px 0 0 12px;
		flex-direction: column;
		gap: 8px;
	}

	#product .vinyl .ec {
		padding-top: 0;
	}

	#product .ec.streaming {
		padding: 16px 0 0 12px;
	}

	#product .ec dt {
		width: 100%;
	}

	#product .ec dd {
		width: 100%;
	}

	#product .track-list > dl {
		padding-top: 24px;
		flex-direction: column;
		align-items: center;
	}

	#product .track-list > dl dt {
		width: 100%;
	}

	#product .track-list ol > li {
		padding-bottom: 8px;
	}

	#product .track-list ol > li:nth-of-type(13)::after {
		padding: 12px 0 8px;
	}

	#product .track-list > dl dd ol + .notice p {
		font-size: 12px;
	}

	#product .contents > .link a {
		font-size: 16px;
	}

	#product .bonus {
		padding: 0;
		flex-direction: column;
		gap: 0;
		border: none;
	}

	#product .bonus > dl {
		padding: 0 0 24px;
		width: 100%;
		gap: 8px;
	}

	#product .bonus > dl dd {
		display: flex;
		flex-direction: column;
	}

	#product .bonus > dl dd > p {
		order: 1;
	}

	#product .bonus > dl dd > p + .notice {
		order: 2;
	}

	#product .bonus > dl dd::before {
		margin: 8px auto 0;
		order: 3;
	}

	.trailer {
		margin: 0;
		padding-top: 40px;
		border-top: none;
	}

	#short-movie {
		padding: 3.8em 0 0.5em;
	}

	#short-movie .contents {
		padding: 0 16px;
	}

	#short-movie .contents > ul > li.disabled {
		padding-bottom: 0;
	}

	#short-movie p.new {
		font-size: 10px;
		transform: scale(0.7);
	}

	#short-movie .contents > ul > li a {
		font-size: 13px;
	}

	#artists {
		padding: 3.8em 0 0.5em;
	}

	#artists h2 {
	}

	#artists .contents {
		padding: 0 16px;
	}

	#artists .contents > ul {
		justify-content: start;
	}

	#artists .contents > ul > li::before {
		height: 88%;
		background-position: center calc(-3em + 1px);
	}

/*
	#artists .contents > ul::before {
		content: "ARTISTS";
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc((100% - 8px) / 2);
		font-family: 'Rubik', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
		font-size: 10vw;
		flex-shrink: 0;
		font-weight: 600;
		color: #00bf84;
		line-height: 1.2;
		letter-spacing: 0.02em;
	}
*/

	#artists li:nth-child(10) button::after {
		letter-spacing: 0;
	}

	#artists .contents > ul > li {
		padding-top: calc((100% - 8px) / 2);
		width:calc((100% - 8px) / 2);
	}

	#artists .contents > ul > li > p {
		font-size: 10px;
		letter-spacing: 0.05em;
	}

	#artists .contents > ul > li > p.new {
		font-size: 10px;
		left: -0.3em;
		bottom: 3.6em;
		transform: scale(0.7);
	}

	#artists .contents > ul > li button.modalWindow::after {
		bottom: 0;
		height: 3em;
		font-size: 13px;
	}

	#artists .contents > ul > li::after {
		height: 3em;
		font-size: 13px;
	}

	.modal > div > div {
		margin-top: -37vh;
		padding: 32px 24px 40px;
		width: calc(100% - 32px);
		height: 74vh;
		position: fixed;
		top: 50%;
		left: 16px;
		display: flex;
		flex-direction: column;
		border-radius: 12px;
	}

	#a4_detail > div > div::after,
	#a2_detail > div > div::after {
		margin: -100% 0 24px;
		padding-top: 100%;
		position: static;
		width: 100%;
		order: 3;
	}

	.modal > div::after {
		display: none;
	}

	.modal > div > div > button {
		top: 0;
	}

	.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;
	}

	.modal > div > div > h3 {
		margin: 0;
		padding-bottom: 16px;
		font-size: 20px;
		font-size: 1.4em;
		letter-spacing: 0.08em;
		order: 1;
	}

#a7_detail > div > div > h3 {
		letter-spacing: 0.08em;
}

	.modal > div > div::before {
		margin: 0;
		padding-top: 100%;
		width: 100%;
		float: none;
		order: 2;
	}

	#a2_detail > div > div::before,
	#a4_detail > div > div::before {
		margin: 0 0 0 0;
	}

	#a6_detail > div > div::before {
		padding-top: calc(100% * 1 * 0.78125);
	}

	#a7_detail > div > div::before {
		padding-top: calc(100% * 1 * 0.84125);
	}

	#a12_detail > div > div::before {
		padding-top: calc(100% * 1 * 0.82625);
	}

	.modal > div > div > h3 + ul {
		order: 4;
	}

	.modal > div > div > h3 + ul > li {
		margin-left: 0;
	}

	.modal > div > div > h3 br {
		display: none;
	}

	.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;
	}

	#a11_detail .document > dl > dt:before, .modal .comment > dl > dt::before,
	.modal .document > dl > dt::before,
	.modal .comment > dl > dt::before,
	.modal .profile > dl > dt::before {
		margin-bottom: 24px;
		width: 3em;
	}

	.modal .profile > dl {
		padding: 0;
		display: block;
	}

	#a1_detail.modal .profile > dl,
	#a2_detail.modal .profile > dl,
	#a3_detail.modal .profile > dl,
	#a4_detail.modal .profile > dl,
	#a5_detail.modal .profile > dl,
	#a6_detail.modal .profile > dl,
	#a7_detail.modal .profile > dl,
	#a8_detail.modal .profile > dl,
	#a9_detail.modal .profile > dl,
	#a10_detail.modal .profile > dl,
	#a11_detail.modal .profile > dl,
	#a12_detail.modal .profile > dl,
	#a13_detail.modal .profile > dl,
	#a14_detail.modal .profile > dl {
		padding: 32px 0 0;
		display: block;
	}

	#a1_detail.modal .profile > dl > dd,
	#a2_detail.modal .profile > dl > dd,
	#a3_detail.modal .profile > dl > dd,
	#a4_detail.modal .profile > dl > dd,
	#a5_detail.modal .profile > dl > dd,
	#a6_detail.modal .profile > dl > dd,
	#a7_detail.modal .profile > dl > dd,
	#a8_detail.modal .profile > dl > dd,
	#a9_detail.modal .profile > dl > dd,
	#a10_detail.modal .profile > dl > dd,
	#a11_detail.modal .profile > dl > dd,
	#a12_detail.modal .profile > dl > dd,
	#a13_detail.modal .profile > dl > dd,
	#a14_detail.modal .profile > dl > dd {
		padding: 8px 0 0;
		border-left: none;
	}

	.modal .profile p:not(:last-child) {
		font-size: 13px;
		line-height: 1.8;
	}

	.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 -7px;
		transform: rotate(-135deg) scale(0.5);
	}

	.modal .document > dl > dt, 
	.modal .comment > dl > dt,
	.modal .profile > dl > dt {
		font-size: 18px;
	}


	#producer {
		padding: 3.8em 0 0;
	}

	#producer .contents {
		padding: 0 16px;
		}

	#producer .contents::before {
		margin: 0 0 8px 8px;
		padding-top: calc(40% + 6px);
		width: 40%;
		font-size: 10px;
	}

	#producer .contents > dl > dt {
		margin-left: 0;
		font-size: 22px;
	}

	#producer .contents > dl > dt::after {
		margin-top: 24px;
	}

	#producer .comment {
		margin-left: 0;
		padding-top: 24px;
	}

	#producer .comment dt,
	#producer .profile dt {
		padding-bottom: 8px;
		font-size: 18px;
	}

	#producer .comment dt::before,
	#producer .profile dt::before {
		margin-bottom: 24px;
		width: 3em;
	}

	#producer .comment p {
		font-size: 14px;
	}

	#producer .profile {
		margin-top: 24px;
		padding: 0;
		display: block;
		border: none;
	}

	#producer .profile dt::before {
		margin-bottom: 24px;
		width: 3em;
	}

	#producer .profile dd {
		padding: 0 0 0 0;
	}

	#producer .profile p {
		font-size: 13px;
		line-height: 1.8;
	}

	#concert .contents {
		padding: 0 16px;
	}

	.site {
		padding-top: 0.5em;
	}


.modal .site a,
#producer .profile .site a,
	.site a {
		font-size: 12px;
	}


	.cookie {
		width: calc(100% - 16px);
	}

	.cookie > div {
		padding: 12px;
	}

	.cookie > div p {
		padding: 0 0 6px 0;
		font-size: 11px;
	}

	.cookie > div ul {
		flex-direction: row;
		justify-content: center;
	}

	.cookie > div li {
		padding: 0;
	}

	.cookie > div li:nth-of-type(1) {
		padding-right: 8px;
		font-size: 11px;
		width: 14em;
	}

	.cookie > div li:nth-of-type(2) {
		font-size: 11px;
		/* width: calc(100% - 14em - 8px); */
		white-space: nowrap;
	}

	.cookie > div button {
		line-height: 3;
		font-size: 11px;
		width: 100%;
	}

	.cookie > div a {
		font-size: 11px;
	}



	ul.toTop {
		bottom: 8px;
		right: 8px;
	}

	ul.toTop a {
		padding-top: 32px;
		width: 32px;
	}

	ul.toTop a::before {
		margin: -3px 0 0 -7px;
		width: 12px;
		height: 12px;
	}

	footer {
		padding: 100px 0;
	}

	footer .copyright p {
		font-size: 11px;
	}

}

@media only screen and (max-width: 375px) {

	#top .artist-list > ul {
		display: none;
	}

	.sns-link {
		top: auto;
		left: auto;
		right: 0;
		flex-direction: row;
	width: 56px;
		transform: none;
	}

		#top .t {
		margin: 8px 0 0;
	}


	#top .catch {
		padding-top: 22%;
		width: 80%;
	}

	#top > p {
		font-size: 11px;
	}

	#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;
}

	.modal > div > div > h3 {
		font-size: 1.4em;
		letter-spacing: 0em;
	}


		#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) {



}
