@charset "utf-8";


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    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: 500;
    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: 600;
    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");
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	overflow-x: visible;
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	font-family: YakuHanJP, "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;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #333;
	overflow-x: visible;
background: #fff;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

em {
	font-style: normal;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a,
a:visited {
	text-decoration: underline;
	color: #333;
	outline: none;
	transition: 0.2s ease-in-out;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:active,
a:hover,
a:focus {
	outline: none;
	color: #333;
}

:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
	opacity: .6;
}

table {
	border-collapse: collapse;
}


/*--------------------------------------
 * loading
 * ---------------------------------------*/


/* loading */

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0c5da9;
	z-index: 4000;
}

.loader {
	margin: -18px 0 0 -18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	border: 7px solid #fff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


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

.wrapper {
	text-align: left;
	background: #fff;
	min-width: 1024px;
}

.container {
}

/* slick */
.slider {
	display:none;
}

.slider.slick-initialized {
	display: block;
}

.slick-dots li {
	margin: 0 0px;
}

.slick-dots {
	bottom: -32px;
	z-index: 1;
}

.slick-dots li button:before {
	color: #cbcccc;
	line-height: 15px;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #0081ff;
	opacity: 1;
}

/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/

#top {
	padding-top: 706px;
	width: 100%;
	height: auto;
	background: #000;
	min-width: 1024px;
	border-bottom: solid 1px #3f3f3f;
}

#top:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 36px;
	background: #000;
	z-index: 1;
	display: none;
}

.siteTitle {
	padding-top: 70px;
	padding-top: 90px;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat 16px center #0c5da9;
	background-size: 500px auto;
	z-index: 11;
}
/*nav*/

nav {
	display: none;
}

#menuBtn {
	padding-top: 40px;
	overflow: hidden;
	display: block;
	position: fixed;
	top: 25px;
	right: 15px;
	width: 40px;
	height: 0;
	cursor: pointer;
	background: url(../images/common/nav/menu_default.svg) no-repeat center center;
	background-size: 28px auto;
	background: url(../images/common/nav/menu_default.png) no-repeat center center;
	background-size: 68px auto;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 3100;
}

#menuBtn.open {
	background: url(../images/common/nav/menu_close.svg) no-repeat center center;
	background-size: 28px auto;
	background: url(../images/common/nav/menu_close.png) no-repeat center center;
	background-size: 68px auto;
}

#menuBtn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

.slideNav button{
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: none;
	border: none;
	cursor: default;
	z-index: 1000;
}

.slideNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

.slideNav {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease;
}

.slideNav.active {
	opacity: 1;
	visibility: visible;
}

.slideNav div {
	position: relative;
}

.slideNav div > ul {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	width: 340px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 1002;
}

.slideNav li {
}

.slideNav > ul > li:after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.slideNav > ul > li.navSns:after {
	display: none;
}


.slideNav a {
	padding-top: 90px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.navHome a {
	background: url(../images/common/nav/home.svg) no-repeat center center;
	background-size: 100% auto;
}

.navNews a {
	background: url(../images/common/nav/news.svg) no-repeat center center;
	background-size: 100% auto;
}

.navNewRelease a {
	background: url(../images/common/nav/newrelease.svg) no-repeat center center;
	background-size: 100% auto;
}

.navSpeedstarClub a {
	background: url(../images/common/nav/speedstarclub.svg) no-repeat center center;
	background-size: 100% auto;
}

.navMovie a {
	background: url(../images/common/nav/movie.svg) no-repeat center center;
	background-size: 100% auto;
}

.navArtistList a {
	background: url(../images/common/nav/artistlist.svg) no-repeat center center;
	background-size: 100% auto;
}

.slideNav .snsLink {
	margin: 33px auto 0;
	position: static;
	display: flex;
	gap: 6px;
	width: 62px;
}

.slideNav .snsLink .twitter {
	padding-right: 12px;
}


/*SNS*/
.snsLink {
	position: fixed;
	top: 31px;
	right: 64px;
	overflow: hidden;
	z-index: 111;
}

.snsLink .x {
	padding-right: 6px;
	float: left;
}

.snsLink .facebook {
	float: left;
}

.slideNav .snsLink .x,
.slideNav .snsLink .facebook {
	float: none;
	padding: 0;
}

.snsLink a {
	padding-top: 28px;
	display: block;
	overflow: hidden;
	width: 28px;
	height: 0;
	border-radius: 4px;
}

.snsLink .x a {
	background: url(../images/common/nav/x.svg) no-repeat;
	background-size: 100% 100%;
}

.snsLink .facebook a {
	background: url(../images/common/nav/facebook.svg) no-repeat;
	background-size: 100% 100%;
}

/*--------------------------------------
search
---------------------------------------*/
.search {
	width: 100%;
	height: 0;
}

.search form {
	display: flex;
	align-items: center;
	gap: 0 8px;
}


.search dt,
.search button {
	padding-top: 28px;
	overflow: hidden;
	display:block;
	position: fixed;
	position: static;
	top: 31px;
	right: 136px;
	width:28px;
	height:0;
	cursor: pointer;
	background:url(../images/common/header/search.svg) no-repeat scroll center center;
	background-size: 22px auto;
	border:none;
	z-index: 16;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search button {
	padding-top: 26px;
	top: 32px;
	right: 326px;
	width:26px;
	background-size: 18px auto;
}

/*-- 追加--start --*/
.search button {
	right: 140px;
}
/*-- 追加--end --*/

.search dt {
	display: none;
}

.search dt:hover,
.search button:hover {
	opacity: .6;
}

.search dt {
	width: 28px;
}

.search dd {
	padding-left: 0;
	position: fixed;
	top: 32px;
	right: 140px;
	overflow: hidden;
		width: auto;
	height: 28px;
	border: none;
	border-bottom: solid 1px #fff;
	border-radius: 0;
	z-index: 12;
	z-index: 15;
}

@media only screen and (max-width: 1080px) {
	.search dd {
		width: calc(100% - 583px - 28px * 3 - 8px - 8px);
	}
}


/*
.search dd:before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 94px;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, .2);
}
*/

/*
.search dd:after {
	content: "";
	display: block;
	position: absolute;
	position: static;
	top: 0;
	left: 0;
	width: 14px;
	height: 28px;
	background: url(../../assets/images/common/arrow_select.svg) no-repeat center center;
	background-size: 100% auto;
}
*/

/*-- 追加--end --*/

/*-- 追加--start --*/
.search select {
	padding-left: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	position: absolute;
	position: static;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 28px;
	display: block;
	width: auto;
	height: 28px;
	color: #fff;
  border: none;
background: #0c5da9;
	background: url(../../assets/images/common/arrow_select.svg) no-repeat left center #0c5da9;
	background-size: 14px auto;
	border-radius: 0;
}
/*-- 追加--end --*/

.search input {
	padding: 0 0 0 8px;
	position: relative;
	width:100%;
	height: auto;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	background:none;
	border:none;
	flex: 1;
	border-left: solid 1px rgba(255, 255, 255, .2);
	z-index: 2;
}

/*-- 追加--start --*/
.search input {
}
/*-- 追加--end --*/


.search input:-webkit-autofill {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #0c5da9 inset;
}


.search .placeholder {
	display: block;
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 14px;
	line-height:27px;
	color: #fff;
	z-index: 1;
}

.search a {
	color: #ffffff;
	font-size: 9px;
	opacity: 0.5;
	position: fixed;
	right :132px;
	top :60px;
	text-decoration: none;
}

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

	.siteTitle {
		z-index: 12;
	}

	/*--------------------------------------
	search
	---------------------------------------*/
	.search {
		position: absolute;
		display: block;
		overflow: visible;
		top: 0;
		left: 0;
		min-width: 0;
		height: 51px;
	}

	.search dt{
		position: fixed;
		padding-top: 28px;
		display: block;
		top: 31px;
		right: 132px;
		width:28px;
	}

	.search dt:hover,
	.search button:hover {
	}

	.search button {
		display: none;
	}

	.search dd {
		padding: 0 32px;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: auto;
		width: 100%;
		height: 90px;
		border: none;
		z-index: 11;
		-webkit-transform: translate3d(0, 0px, 0);
		-moz-transform: translate3d(0, 0px, 0);
		-o-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
		-webkit-transition: -webkit-transform 0.25s ease;
		-moz-transition: -moz-transform 0.25s ease;
		-o-transition: -o-transform 0.25s ease;
		transition: transform 0.25s ease;
		background: rgba(0, 0, 0, .9);
	}

	.search dd.active {
		-webkit-transform: translate3d(0, 90px, 0);
		-moz-transform: translate3d(0, 90px, 0);
		-o-transform: translate3d(0, 90px, 0);
		transform: translate3d(0, 90px, 0);
	}

	.search form {
		position: relative;
		height: 100%;
		text-align: center;
		gap: 0 16px;
	}

	.search select {
		font-size: 16px;
		background: url(../../assets/images/common/arrow_select.svg) no-repeat left center;
	}

	.search input {
		padding: 0 0 0 16px;
		line-height: 16px;
		font-size: 16px;
		caret-color: #fff;
		font-family: YakuHanJP, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
		font-feature-settings: 'palt' 1;
		border-left: solid 1px rgba(255, 255, 255, .5);
	}

	.search input:-webkit-autofill {
		-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, .9) inset;
	}


	.search .placeholder {
	}

	.search a {
		position: static;
	}

	.search form::after {
		content: "";
		position: absolute;
		bottom: 16px;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
	}

}


/*--------------------------------------
pickup
---------------------------------------*/
.pickup {
	margin-left: -50%;
	position: fixed;
	top: 90px;
	left: 50%;
	width: 100%;
	min-width: 1024px;
}

.pickup .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.pickup .slick-dots {
	margin-left: -50%;
	left: 50%;
	min-width: 1024px;
	z-index: 10;
}

.pickup .slick-dots li button:before {
	color: #fff;
	opacity: 0.25;
}

.pickup .slick-dots li.slick-active button:before {
	opacity: 1;
}

.pickup:before,
.pickup:after {
	content: "";
	margin-left: -6495px;
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 6000px;
	height: 580px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9;
}

.pickup:after {
	margin-left: 495px;
}

.pickup li {
}

.pickup img {
}

.pickup .player {
	height: 80px;
}

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

.primary {
	position: relative;
	min-width: 1024px;
	z-index: 10;
}
/*
.primary:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 90px;
	background: #000;
	z-index: 10;
}
*/
.secondary {
	padding: 0;
	position: relative;
	z-index: 10;
}

.primary h2,
.secondary h2 {
	padding-top: 48px;
	overflow: hidden;
	height: 0;
}

#news:before,
#newRelease:before,
#movie:before,
#artistList:before,
#speedstarClub:before {
  content: "";
  display: block;
  height: 160px;
  margin-top: -110px;
}

/*--------------------------------------
speedstarPlayer
---------------------------------------*/
#speedstarPlayer {
}

/*--------------------------------------
NEWS
---------------------------------------*/
#news {
	margin: 0 auto;
	padding: 80px 0 120px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#news #feed:before,
#news #feed:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 400px;
	background: #fff;
	z-index: 10;
}

#news #feed:after {
	left: auto;
	right: 0;
}

#news h2 {
	margin: 0 auto;
	width: 238px;
	background: url(../images/contents/news/title.svg) no-repeat center top;
	background-size: 100% auto;
}

#news #feed {
	margin: 0 auto;
	padding-bottom: 8px;
	width: 1008px;
}


#news .entry {
	margin: 0 8px;
	position: relative;
}

#news .entry a {
	display: block;
	text-decoration: none;
}

#news .entry img {
	padding-top: 136px;
	overflow: hidden;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#news .entry time {
	padding: 59% 0 0 4px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
}

#news .entry.sc time {
	background: url(../images/contents/news/speedstarclub.png) no-repeat;
}

#news .entry h3 {
	padding: 22px 4px 0;
	font-size: 16px;
	font-weight: 700;
}

#news .entry p {
	padding: 2px 4px 0;
	text-align: justify;
	word-break: break-all;
	font-size: 14px;
}

#news .slick-prev,
#news .slick-next {
	top: auto;
	bottom: -40px;
	width: 22px;
	height: 22px;
	z-index: 4;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#news .slick-prev:hover,
#news .slick-next:hover {
	opacity: 0.6;
}

#news .slick-prev {
	left: 40%;
}

#news .slick-next {
	right: 40%;
}

#news .slick-prev:before,
#news .slick-next:before {
	content: "";
	padding-top: 22px;
	display: block;
	overflow: hidden;
	width: 22px;
	height: 0;
	opacity: 1;
}

#news .slick-prev:before {
	background: url(../images/common/nav/arrow_l.svg) no-repeat center top;
	background-size: auto 22px;
}

#news .slick-next:before {
	background: url(../images/common/nav/arrow_r.svg) no-repeat center top;
	background-size: auto 22px;
}

/*--------------------------------------
newRelease
---------------------------------------*/
#newRelease {
	padding: 80px 0 80px;
	background: #f3f3f3;
}

#newRelease h2 {
	margin: 0 auto;
	width: 238px;
	background: url(../images/contents/newrelease/title.svg) no-repeat right top;
	background-size: 100% auto;
}

#newRelease #productList {
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
	width: 992px;
}

#newRelease .slick-list {
	margin-left: -8px;
	width: 1008px;
}

#newRelease .product {
}

#newRelease .detail {
	text-align: center;
}

#newRelease .product a {
	margin: 0 8px;
	display: block;
	text-decoration: none;
}

#newRelease .detail img {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#newRelease .media {
	margin-top: 8px;
	padding: 0;
	position: relative;
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
}

#newRelease .media:after {
	content: "";
	margin: 8px auto 0;
	display: block;
	width: 30px;
	height: 1px;
	background: rgba(0, 0, 0, 0.3);
}

#newRelease h3 {
	padding: 8px 4px 0;
	display: inline-block;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
}

#newRelease h4{
	padding: 2px 4px 4px;
	display: inline-block;
	text-align: left;
	font-size: 14px;
}

#newRelease .releaseDate {
	padding: 8px 4px 0;
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

#newRelease .releaseDate:before {
	content: "";
	margin: 0 auto 12px;
	display: block;
	width: 30px;
	height: 1px;
	background: rgba(0, 0, 0, 0.3);
}


#newRelease .slick-dots {
	bottom: 0;
}

#newRelease .more {
	margin: 0 auto;
	padding-top: 16px;
	position: relative;
	width: 72px;
	z-index: 10;
}

#newRelease .more a {
	padding-top: 32px;
	overflow: hidden;
	display: block;
	width: 72px;
	height: 0;
	background: url(../images/contents/newrelease/more.svg) no-repeat center center;
	background-size: 100% auto;
	border: solid 2px #0f5fab;
}

/*--------------------------------------
speedstarClub
---------------------------------------*/
#speedstarClub {
	padding: 60px 0 120px;
	position: relative;
	background: #fff;
}

/*
#speedstarClub:before,
#speedstarClub:after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #0c5da9;
}

#speedstarClub:after {
	top: auto;
	bottom: 16px;
}
*/

#speedstarClub h2 {
	margin: 0 auto;
	padding-top: 90px;
	width: 992px;
	background: url(../images/contents/speedstarclub/logo_h.svg) no-repeat center 0px;
	background-size: 100% auto;
}

@media only screen and (max-width: 1040px) {
	#speedstarClub h2 {
		padding-top: 8.6%;
		width: calc(100% - 64px);
	}
}

#speedstarClub .detail {
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 992px;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
}

@media only screen and (max-width: 1040px) {
	#speedstarClub .detail {
		padding: 0 0 0 32px;
		width: 100%;
	}
}


#speedstarClub .detail:before {
	content: "登録\A受付中！";
	position: absolute;
	top: 16px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.4em;
	height: 4.4em;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0;
	white-space: pre;
	text-align: center;
	background: #ff0b0b;
	border-radius: 50%;
	transform: rotate(18deg);
}


#speedstarClub .catch {
	padding: 24px 9em 8px 0px;
	font-weight: 700;
	line-height: 1.8;
	font-size: 20px;
}

#speedstarClub .lead {
	padding: 0 210px 0 0;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
}

#speedstarClub .link {
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 24px 32px;
}

#speedstarClub .link li:nth-of-type(1) {
	width: 100%;
}

#speedstarClub .link li:not(:nth-of-type(1)) {
}

#speedstarClub .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20em;
	height: 80px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #000;
	text-decoration: none;
	border-radius: 4px;
}

#speedstarClub .link li:not(:nth-of-type(1)) a {
	height: auto;
	width: auto;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	background: none;
}

#speedstarClub .link li:not(:nth-of-type(1)) a::before {
	content: "";
	margin-right: 0.3em;
	display: block;
	width: 0.4em;
	height: 0.4em;
	border-top: solid 3px;
	border-right: solid 3px;
	transform: rotate(45deg);
}

.scBanner {
	padding: 24px 0 0 0px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.scBanner:before {
	content: "";
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/contents/speedstarclub/members.svg) no-repeat center center #005bab;
	background-size: auto 100%;
}

.scBanner li {
	padding: 0 10px 20px 0;
	float: left;
}

.scBanner li:nth-child(2n) {
	padding: 0 0 20px 10px;
}

.scBanner a {
	display: block;
}

.scBanner a img {
	width: 486px;
	height: 160px;
}

/*--------------------------------------
movie
---------------------------------------*/
#movie {
	padding: 80px 0 140px;
	background: #000;
}


#movie h2 {
	margin: 0 auto;
	width: 238px;
	background: url(../images/contents/movie/title.svg) no-repeat center top;
	background-size: 100% auto;
}

#movie ul {
	margin: 0 auto;
	width: 992px;
}

@media only screen and (max-width: 1040px) {
	#movie ul {
		width: 100%;
	}

}

#movie figure {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

#movie video,
#movie iframe,
#movie object,
#movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#movie .slick-prev,
#movie .slick-next {
	top: auto;
	bottom: -48px;
	width: 22px;
	height: 22px;
	z-index: 4;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#movie .slick-prev:hover,
#movie .slick-next:hover {
	opacity: 0.6;
}

#movie .slick-prev {
	left: 40%;
}

#movie .slick-next {
	right: 40%;
}

#movie .slick-prev:before,
#movie .slick-next:before {
	content: "";
	padding-top: 22px;
	display: block;
	overflow: hidden;
	width: 22px;
	height: 0;
	opacity: 1;
}

#movie .slick-prev:before {
	background: url(../images/common/nav/arrow_l.svg) no-repeat center top;
	background-size: auto 22px;
}

#movie .slick-next:before {
	background: url(../images/common/nav/arrow_r.svg) no-repeat center top;
	background-size: auto 22px;
}

#movie .slick-dots {
	left: 50%;
	bottom: -40px;
	display: flex;
	justify-content: center;
	width: auto;
	transform: translateX(-50%);
}

/*--------------------------------------
banner
---------------------------------------*/
#banner {
	background: #000;
}

#banner::after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}

#banner ul {
	margin: 0 auto;
	padding: 64px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 992px;
	text-align: center;
}

@media only screen and (max-width: 1040px) {
	#banner ul {
		padding: 64px 32px;
		width: 100%;
	}
}

#banner li {
	display: table-cell;
	vertical-align: middle;
}

#banner li:nth-of-type(1) {
	padding: 0;
	width: 25%;
}

#banner li:nth-of-type(2) {
	padding: 0 20px 0 40px;
	width: 21%;
}

#banner li:nth-of-type(3) {
	padding: 0 34px 0 15px;
	width: 28%;
}

#banner li:nth-of-type(4) {
	padding: 0;
	width: 26%;
}

#banner li a {
	display: block;
}

#banner li img {
	width: 100%;
}

/*--------------------------------------
artistList
---------------------------------------*/
#artistList {
	padding: 80px 0 120px;
	position: relative;
	overflow:hidden;
	background: #0c5da9;
}

.secondary::before,
#artistList:after {
	content: "";
	position: absolute;
	top: 4px;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 10;
}

#artistList:after {
	top: auto;
	bottom: 4px;
}

#artistList h2 {
	margin: 0 auto;
	width: 238px;
	background: url(../images/contents/artistlist/title.svg) no-repeat center top;
	background-size: 100% auto;
}

#artistList ul {
	margin: 0 auto;
	width: 992px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media only screen and (max-width: 1040px) {
	#artistList ul {
		width: calc(100% - 64px);
	}
}

#artistList li {
	padding: 0 8px 8px 0;
	position: relative;
	float: left;
	padding: 0;
	float: none;
	width: calc((100% - 8px * 5) / 6);
	background: #000;
	border-radius: 4px;
}

#artistList li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 117px;
	height: 117px;
	background: #000;
	border-radius: 4px;
}

#artistList li:nth-child(8n) {
	padding-right: 0px;
}

#artistList a {
	padding-top: 100%;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px;
	z-index: 10;
}

#artistList a:hover {
	opacity: 1;
}

#artistList ul:hover li a:not(:hover) {
	opacity: .3;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#artistList .other a {
	overflow: hidden;
	background: url(../images/contents/artistlist/other.svg) no-repeat center center #fff;
	background-size: 100%;
}

#artistList a span{
	padding: 6px 0;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	opacity: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 1.5;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background: rgba(0, 0, 0, .7);
	border-radius: 0 0 4px 4px;
}

#artistList a:hover span{
	opacity: 1;
}

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

ul.toTop {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 200;
}

ul.toTop li {
}

ul.toTop a {
	padding-top: 65px;
	position: relative;
	display: block;
	width: 65px;
	height: 0;
	overflow: hidden;
	border-radius: 50%;
	background-color: #727272;
	cursor: pointer;
}

ul.toTop a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: translate(-50%, -30%) rotate(-45deg);
	transform: translate(-50%, -30%) rotate(-45deg);
}

ul.toTop a:hover {
	opacity: 0.5;
}


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

.cookie {
	position: fixed;
	bottom: 16px;
	left: 20%;
	width: 60%;
	z-index: 300;
}

.cookie > div {
	padding: 0 0 16px;
	display: flex;
	 justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	box-shadow:0px 0px 40px 0px rgba(0, 0, 0, .4);
}

.cookie > div p {
	padding: 16px 32px 16px;
	width: 100%;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}

.cookie > div a,
.cookie > div button {
	margin: 0 8px 0 0;
	padding: 0 2em;
	display: inline-block;
	text-decoration: none;
	line-height: 42px;
	font-size: 13px;
	font-weight: 600;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	color: #fff;
	background: #393535;
	outline: none;
	border: 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;
}

.cookie > div a {
	margin: 0 0 0 8px;
	line-height: 40px;
	color: #000;
	background: none;
	border: solid 1px;
}

.cookie > div a:hover,
.cookie > div button:hover {
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;
}


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

footer {
	padding: 64px 0 64px 0;
	position: relative;
	text-align: center;
	background: #000;
	z-index: 8;
}

footer::before {
	content: "";
	margin: 0 auto;
	display: block;
	width: 356px;
	height: 30px;
	background: url(../images/common/footer/speedstarrecords.svg) no-repeat;
	background-size: 100% auto;
}

footer .footerNav {
	padding: 24px 0 40px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 700;
}

footer .footerNav li {
}

footer .footerNav a {
	padding: 0 1em;
	text-decoration: none;
	color: #fff;
}

.credit {
	padding: 0 32px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: 700;
	background: #000;
}

footer .caution {
	padding-bottom: 12px;
	display: inline-block;
	line-height: 1.6;
	text-align: left;
}

footer br {
	display: none;
}

.copyright {
	font-size: 10px;
	line-height: 1.2;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

.copyright a:hover {}



/*--------------------------------------------------------------------------------------------------*/

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

	html {
		background: #fff;
	}

	body {
		min-width: 320px;
		background: #fff;
	}

	a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#fancybox-overlay {
		position: fixed;
		min-width: 0;
	}

	#fancybox-close {
		padding: 25px 0 0 0;
		top: 12px;
		right: 12px;
		width: 25px;
		background-size: 25px auto;
	}

	/*--------------------------------------
	* コンテンツ
	* ---------------------------------------*/
	/* loading */
	.loading {
		background-size: 25px;
	}

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

	.wrapper {
		min-width: 0;
}

.container {
}

	/* slick */
	.slider {
	}

	.slider.slick-initialized {
	}

	.slick-dots li {
	}

	.slick-dots {
	}

	.slick-dots li button:before {
	}

	.slick-dots li.slick-active button:before {
	}

	/*--------------------------------------
	* ヘッダー
	* ---------------------------------------*/

	#top {
		padding-top: 70px;
		min-width: 0;
	}

#top:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 36px;
	background: #000;
	z-index: 1;
	display: none;
}

	.siteTitle {
		padding-top: 70px;
		width: 100%;
		background: url(../images/common/header/title_sp.svg) no-repeat 8px center #0c5da9;
		background-size: auto 40px;
	}
/*nav*/

nav {
	display: none;
}

	#menuBtn {
		padding-top: 60px;
		top: 5px;
		right: 0;
		width: 60px;
		height: 60px;
	}

	.slideNav {
	}

	.slideNav div > ul {
		width: 72%;
	}

	.slideNav > ul > li {
	}

	.navNews {
	}

	.navNewRelease {
	}

	.navSpeedstarClub {
	}

	.navMovie {
	}

	.navArtistList {
	}

	.navSns {
	}

	.slideNav > ul > li:after {
		background: rgba(255, 255, 255, 0.3);
	}

	.slideNav a {
		padding-top: 70px;
	}

	.navNews a {
	}

	.navNewRelease a {
	}

	.navSpeedstarClub a {
	}

	.navMovie a {
	}

	.navArtistList a {
	}

.slideNav .snsLink {
	margin: 33px auto 0;
}

.slideNav .snsLink .twitter {
}



	/*SNS*/
	#top .snsLink {
		display: none;
	}

.snsLink .twitter {
}

.snsLink .facebook {
}

.snsLink a {
	padding-top: 28px;
	display: block;
	overflow: hidden;
	width: 28px;
	height: 0;
	border-radius: 4px;
}

.snsLink .x a {
	background: url(../images/common/nav/x.svg) no-repeat;
	background-size: 100% 100%;
}

.snsLink .facebook a {
	background: url(../images/common/nav/facebook.svg) no-repeat;
	background-size: 100% 100%;
}

	/*--------------------------------------
	search
	---------------------------------------*/
	.search {
		position: absolute;
		display: block;
		overflow: visible;
		top: 0;
		left: 0;
		min-width: 0;
		height: 51px;
	}

	.search dt{
		position: fixed;
		padding-top: 32px;
		top: 19px;
		right: 60px;
		width:32px;
	}

	.search dt:hover,
	.search button:hover {
	}

	.search button {
		display: none;
	}

	.search dt {
		display: block;
		width: 32px;
		background-position: center 6px;
	}

	.search dd {
		padding: 0 16px;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: auto;
		width: 100%;
		height: 90px;
		border: none;
		z-index: 11;
		-webkit-transform: translate3d(0, -20px, 0);
		-moz-transform: translate3d(0, -20px, 0);
		-o-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		-webkit-transition: -webkit-transform 0.25s ease;
		-moz-transition: -moz-transform 0.25s ease;
		-o-transition: -o-transform 0.25s ease;
		transition: transform 0.25s ease;
		background: #0c5da9;
	background: rgba(8, 43, 76, 0.9);
		background: rgba(0, 0, 0, 0.9);
	}

	.search dd.active {
		-webkit-transform: translate3d(0, 70px, 0);
		-moz-transform: translate3d(0, 70px, 0);
		-o-transform: translate3d(0, 70px, 0);
		transform: translate3d(0, 70px, 0);
	}

/*-- 追加--start --*/
	.search dd {
		height: 70px;
	}

	.search dd.active {
	top: 0;
	}
/*-- 追加--end --*/

	.search form {
		position: relative;
		height: 100%;
		text-align: center;
		gap: 0 8px;
	}

	.search form::after {
		bottom: 8px;
	}

	.search input {
	}

/*-- 追加--start --*/
	.search select {
		padding: 0 0 0 22px;
		width: 118px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
z-index: 20;
	}

.search dd:after {
	display: none;
}

	.search dd:before {
		top: 24px;
		left: 140px;
		width: 1px;
		height: 20px;
		background: rgba(255, 255, 255, .3);
	}

	.search input {
		padding: 0px 0 0 8px;
	text-align: left;
		line-height: 14px;
		font-size: 14px;
	}
/*-- 追加--end --*/

	.search input:-webkit-autofill {
	}


	.search .placeholder {
		padding: 0 0 0;
		display: block;
		line-height: 40px;
		font-size: 14px;
		top: 0px;
		left: 0;
		width: 100%;
		color: #fff;
		text-align: center;
	}
/*-- 追加--start --*/
	.search .placeholder {
		padding: 0 0 0 135px;
		top: 50%;
		line-height: 1.2;
		text-align: left;
		font-size: 14px;
		transform: translateY(-50%);
	}
/*-- 追加--end --*/

	/*--------------------------------------
	pickup
	---------------------------------------*/
	.pickup {
		margin: 0;
		padding-bottom: 36px;
		position: static;
		overflow: hidden;
		width: 100%;
		min-width: 0;
	}

.pickup .slick-dotted.slick-slider {
	margin-bottom: 0;
}

	.pickup .slick-dots {
		margin-left: 0;
		left: 0;
		min-width: 0;
	}

.pickup .slick-dots li button:before {
	color: #fff;
	opacity: 0.25;
}

.pickup .slick-dots li.slick-active button:before {
	opacity: 1;
}

	.pickup:before,
	.pickup:after {
		display: none;
	}

	.pickup:after {
	}

	.pickup li {
	}

	.pickup img {
	}

	.pickup .player {
		height: 80px;
	}

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

.primary {
	position: relative;
	min-width: 0;
	z-index: 10;
}

.secondary {
	padding: 0;
	position: relative;
	z-index: 10;
}

.primary h2,
.secondary h2 {
	padding-top: 42px;
	overflow: hidden;
	height: 0;
}

#news:before,
#newRelease:before,
#movie:before,
#artistList:before,
#speedstarClub:before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
}

/*--------------------------------------
speedstarPlayer
---------------------------------------*/
#speedstarPlayer {
	height: 90px;
	background: #0c5da9;
}

#speedstarPlayer.fix {
	margin: 0 0 0 -50%;
	position: fixed;
	top: 70px;
	left: 50%;
	width: 100%;
	min-width: 0;
	z-index: 11;
}

	/*--------------------------------------
	NEWS
	---------------------------------------*/
	#news {
		padding: 50px 0 70px;
		overflow: hidden;
	}

	#news #feed:before,
	#news #feed:after {
	display: none;
	}

	#news #feed:after {
	}

	#news h2 {
		width: 140px;
	}

	#news #feed {
		padding-bottom: 40px;
		width: 100%;
	}

	#news .entry {
	}

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

		#news .entry {
			margin: 0 4px 0 16px;
		}

		#news li.entry:nth-child(2n) {
			margin: 0 16px 0 4px;
		}

	}

	#news .entry a {
	}

	#news .entry img {
		padding-top: 56.25%;
	}

	#news .entry time {
		font-size: 11px;
		line-height: 14px;
	}

	#news .entry.sc time {
		background-size: 30% auto;
	}


	#news .entry h3 {
		font-size: 14px;
	}

	#news .entry p {
		font-size: 13px;
	}

	#news .slick-prev,
	#news .slick-next {
	}

	#news .slick-prev:hover,
	#news .slick-next:hover {
	}

	#news .slick-prev {
		left: 12px;
		bottom: -8px;
	}

	#news .slick-next {
		right: 12px;
		bottom: -8px;
	}

	#news .slick-prev:before,
	#news .slick-next:before {
	}

	#news .slick-prev:before {
	}

	#news .slick-next:before {
	}

	#news .slick-dots {
		bottom: 0;
	}

	#newRelease .more {
		padding-top: 16px;
	}

	#newRelease .more a {
		padding-top: 28px;
		background: url(../images/contents/newrelease/more_sp.png) no-repeat center center;
		background-size: 48px auto;
	}

	/*--------------------------------------
	newRelease
	---------------------------------------*/
	#newRelease {
		padding: 50px 0 70px;
	}

	#newRelease h2 {
		width: 140px;
	}

	#newRelease #productList {
	padding-bottom: 40px;
		width: 100%;
	}

	#newRelease .slick-list {
		margin-left: 0;
		width: 100%;
	}

	#newRelease .product {
	}

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

		#newRelease .product a {
			margin: 0 4px 0 16px;
		}

		#newRelease .product:nth-child(2n) a {
			margin: 0 16px 0 4px;
		}

	}


	#newRelease .detail {
	}

	#newRelease .product a {
	}

	#newRelease .detail img {
	}

	#newRelease .media {
	font-size: 10px;
	}

	#newRelease .media:after {
		background: rgba(0, 0, 0, 0.2);
	}

	#newRelease h3 {
		font-size: 15px;
	}

	#newRelease h4{
		font-size: 13px;
	}

	#newRelease .releaseDate {
		padding: 12px 4px 0;
		font-size: 12px;
	}

	#newRelease .releaseDate:before {
		background: rgba(0, 0, 0, 0.2);
	}

	#newRelease .slick-dots {
	}

	/*--------------------------------------
	speedstarClub
	---------------------------------------*/
	#speedstarClub {
		padding: 13% 0 70px;
		position: relative;
		overflow: hidden;
	}

#speedstarClub::before {
	content: "登録\A受付中！";
	margin-left: -3.3em;
	padding: 0.5em 3em;
	position: absolute;
	top: 0.2em;
	right: auto;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 1.6em;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0;
	white-space: pre;
	text-align: center;
	background: #ff0b0b;
	transform: rotate(-45deg);
}


	#speedstarClub:after {
	}

	#speedstarClub h2 {
		margin: 0 auto;
		padding-top: 18%;
		position: relative;
		width: calc(100% - 40px);
		background: url(../images/contents/speedstarclub/logo_v.svg) no-repeat center 0px;
		background-size: 100% auto;
		z-index: 10;
	}

	#speedstarClub .detail {
		padding: 0 16px 0 16px;
			width: 100%;
		font-size: 24px;
	}

	#speedstarClub .detail:before {
	display: none;
}

	#speedstarClub .catch {
		padding: 16px 0 0 0;
		font-size: 15px;
		letter-spacing: 0.01em;
	}

	#speedstarClub .lead {
		padding: 0 0 0;
		font-size: 13px;
		line-height: 1.7;
		text-align: justify;
		text-justify: distribute;
		}

	#speedstarClub .link {
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 24px;
	}

	#speedstarClub .link a {
		margin: 0 auto;
		width: 22em;
		height: 4em;
		font-size: 15px;
	}

	#speedstarClub .link li:not(:nth-of-type(1)) a {
		font-size: 15px;
	}


	.scBanner {
		padding: 32px 0 0;
	}

	.scBanner:before {
		margin-bottom: 8px;
		padding-top: 6%;
		overflow: hidden;
		height: 0;
		background: url(../images/contents/speedstarclub/members_sp.png) no-repeat center center #005bab;
		background-size: auto 36%;
	}

	.scBanner li {
		padding: 0 4px 8px 0;
		width: 50%;
	}

	.scBanner li:nth-child(2n) {
		padding: 0 0 8px 4px;
	}

	.scBanner a {
	}

	.scBanner a img {
		width: 100%;
		height: auto;
	}

	@media only screen and (max-width: 414px) {
		.scBanner {
			padding: 32px 0px 0;
		}

		.scBanner:before {
			padding-top: 12%;
		}

		.scBanner li,
		.scBanner li:nth-child(2n) {
			padding: 0 0 8px;
			width: 100%;
		}
	}

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


	#movie h2 {
		width: 140px;
	}

	#movie ul {
		width: 100%;
	}

	#movie > ul {
		padding-bottom: 40px;
	}

	#movie figure {
	}

	#movie video,
	#movie iframe,
	#movie object,
	#movie embed {
	}

	#movie .slick-prev,
	#movie .slick-next {
	}

	#movie .slick-prev:hover,
	#movie .slick-next:hover {
	}

	#movie .slick-prev {
		left: 12px;
		bottom: -16px;
	}

	#movie .slick-next {
		right: 12px;
		bottom: -16px;
	}

	#movie .slick-prev:before,
	#movie .slick-next:before {
	}

	#movie .slick-prev:before {
	}

	#movie .slick-next:before {
	}

	#movie .slick-dots {
		bottom: -8px;
	}

	/*--------------------------------------
	artistList
	---------------------------------------*/
	#artistList {
		padding: 50px 0 80px;
	}

	#artistList h2 {
		width: 140px;
	}

	#artistList ul {
		padding: 0 12px;
		width: 100%;
	}

	#artistList li {
	width: calc((100% - 8px * 2) / 3);
	}

	#artistList a {
		padding-top: 100%;
		width: 100%;
	}

	#artistList a:hover {
	}

	#artistList ul:hover li a:not(:hover) {
		opacity: 1;
	}

	#artistList .other a {
	}

	#artistList a span{
		padding: 0 6px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		font-size: 10px;
		background: rgba(0, 0, 0, .8);
		border-radius: 4px;
	}

#artistList a:hover span{
	opacity: 1;
}

	/*--------------------------------------
	banner
	---------------------------------------*/
	#banner {
	}

	#banner ul {
		padding: 60px 16px;
		flex-direction: column;
		width: 100%;
		gap: 48px 0;
	}

	#banner li {
	}

	#banner li:nth-of-type(1) {
		width: 50%;
	}

	#banner li:nth-of-type(2) {
		width: 45%;
}

	#banner li:nth-of-type(3) {
		width: 51%;
	}

	#banner li:nth-of-type(4) {
		width: 49%;
	}

	#banner li img {
		margin: 0 auto;
	}

	#banner li a {
	}

	#banner::after {
		width: 90px;
	}

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

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

	ul.toTop li {
	}

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

	ul.toTop a::before {
			width: 16px;
		height: 16px;
		-webkit-transform: translate(-50%, -30%) rotate(-45deg);
		transform: translate(-50%, -30%) rotate(-45deg);
	}

	ul.toTop a:hover {
		opacity: 1;
	}

	ul.fixed-bottom {
	}

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

	.cookie {
		left: 5%;
		width: 90%;
	}

	.cookie > div {
		padding: 0 0 16px;
	}

	.cookie > div p {
		padding: 16px 16px 16px;
	}

	.cookie > div a,
	.cookie > div button {
		margin: 0 0 0;
		padding: 0;
		width: 18em;
		font-size: 12px;
	}

	.cookie > div a {
		margin: 8px 0 0;
		text-align: center;
	}

	.tablet .cookie > div button,
	.pc .cookie > div button {
		margin: 0 8px 0 0;
	}

	.tablet .cookie > div a,
	.pc .cookie > div a {
		margin: 0 0 0 8px;
	}


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

	footer {
		padding: 60px 0;
	}

	footer .footerNav {
		padding: 24px 0;
		overflow: hidden;
		display: block;
	}


	footer .caution:before {
		content: "";
		margin: 0 auto 60px;
		position: static;
		display: block;
		width: 90px;
		height: 1px;
		background: rgba(255, 255, 255, 0.4);
	}


	footer .footerNav dt:after {
		display: none;
	}

	footer .footerNav dd {
		padding: 0 0 0 0;
		float: none;
		text-align: center;
	}

footer .footerNav li {
	padding: 0;
	display: block;
}

footer .footerNav li {
	padding: 0;
	display: block;
}

	footer .footerNav a {
		padding: 12px 8px;
		display: flex;
		justify-content: center;
		line-height: 1.2;
		font-size: 14px;
		font-weight: 700;
	}

	.credit {
		padding: 0 16px 0;
		font-size: 10px;
	}

	footer .caution {
		padding-top: 24px;
		line-height: 1.7;
	}

	footer br {
		display: block;
	}

	.copyright {
		line-height: 1.7;
	}

	.copyright a {
	}

	.copyright a:hover {
	}

}
@media all and (min-width: 767.5px) {
  form.is_pc {
    display: block;
  }
  form.is_sp {
    display: none;
  }
}

@media all and (max-width: 767.5px) {
  form.is_pc {
    display: none;
  }
  form.is_sp {
    display: block;
  }
}