@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/*------------------------------------------------------------------------------------
			common
------------------------------------------------------------------------------------*/
/* @font-face {
	font-family: 'NotoSansKR-Light';
	src: local("Noto Sans CJK KR"),
		url('https://files.blackpink-official.jp/fonts/NotoSansKR-Light.woff2') format('woff2'),
		url('https://files.blackpink-official.jp/fonts/NotoSansKR-Light.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansJP-Light';
	src: local("Noto Sans CJK JP"),
		url('https://files.blackpink-official.jp/fonts/NotoSansJP-Light.woff2') format('woff2'),
		url('https://files.blackpink-official.jp/fonts/NotoSansJP-Light.woff') format('woff');
} */

@font-face {
	font-family: 'YuGo-Bold';
	src: local("YuGo Bold"),
		url('/fonts/yugo.woff') format('woff');
}

/* @font-face {
	font-family: 'Oswald-Medium';
	src: local("Oswald Medium"),
		url('/fonts/Oswald-Medium.woff') format('woff');
}*/

@font-face {
	font-family: 'Montserrat';
	src:url('/fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
	src:url('/fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'Montserrat';
	src:url('/fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
}
@font-face {
	font-family: 'PRIMETIME';
	src:url('/fonts/PRIMETIME.woff2') format('woff');
}

* {
	margin: 0;
	padding: 0;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 auto;
	overflow: hidden;
	touch-callout: none;
	/*	user-select:none;*/
	*/ -webkit-touch-callout: none;
	/* -webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout-webkit-touch-callout */
	/*	-webkit-user-select:none;*/
	-moz-touch-callout: none;
	/* -moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout-moz-touch-callout */
	/*	-moz-user-select:none;*/
	-webkit-text-size-adjust: 100%;
	/* -webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust-webkit-text-size-adjust */
}
div {
	font-weight: 500;
}

.column-item {
	transition: all 0.3s ease;
}

.wrapper {
	max-width: 1280px;
	text-align: left;
	height: auto;
	margin: 0 auto;
	padding: 0 2%;
	position: relative;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a img {
	border: 0;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

ul,
ol {
	list-style-type: none;
}

img {
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
}

.txtB {
	font-weight: 700 !important;
}

.txtC {
	text-align: center !important;
}

.txtR {
	text-align: right !important;
}

.txtL {
	text-align: left !important;
}

.txtRed {
	color: #ed1c24 !important;
}

.txtBlue {
	color: #000000 !important;
}

.txtGreen {
	color: #62782d !important;
}

.txtBlack {
	color: #000 !important;
}

.txtWhite {
	color: #fff !important;
}

.font90 {
	font-size: 90% !important;
}

.font80 {
	font-size: 80% !important;
}

.pc_view {
	display: block !important;
}

.sp_view {
	display: none !important;
}
.hidden{
	visibility: hidden;
}

/* -------------------------------------------------- */
/* all */
/* -------------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	line-height: 1;
}

.header .wrapper {
	max-width: 1290px;
	/*	height: 153px;*/
	height: 150px;
	margin: 0 auto;
	padding: 35px 0;
	position: relative;
}

.header .wrapper:after {
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 60px;
}

/*.header.scroll {
	background-color: rgba(255,255,255,1);
}*/
.header,
.header:after,
.header .wrapper,
/*.header .logoArea,*/
/*.header .logoArea h1,*/
.humberger-area,
.fixedBtn,
.categoryArea,
#mainVisualArea .mainVisual-wrapper {
	transition: all 0.3s ease;
}

.header .mailmag-icon.fixed {
	background-color: #78C8FF;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	top: 40px;
	right: 0;
	position: absolute;
	z-index: 97;
}

.header .mailmag-icon.fixed:hover {
	background-color: #C6E1E7;
	font-size: 12px;
	color: #ffffff;
}

.header .mailmag-icon a {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: block;
	position: relative;
}

.header .mailmag-icon:hover,
.header .mailmag-icon a:hover {
	opacity: 1;
	transition: all 0.3s ease;
}

/* .header .mailmag-icon a span {
	background-image: url("https://files.blackpink-official.jp/img/mailmaga.png");
	background-position: 0 -28px;
	background-size: 28px 56px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	font-size: 0;
	display: block;
	margin-top: -14px;
	margin-left: -14px;
	top: 50%;
	left: 50%;
	position: absolute;
	overflow: hidden;
} */

.header .mailmag-icon a:hover span {
	/*background: unset;*/
	background: none;
	font-family: 'PRIMETIME', sans-serif;
	font-size: 12px;
	text-align: center;
	width: 60px;
	height: 24px;
	margin-left: -30px;
	margin-top: -12px;
	color: #000000;
}

/*.header .mailmag-icon a img {
	width: 100%;
	top: -28px;
	position: absolute;
}*/
.logoArea {
	width: 300px;
	height: 100%;
	position: relative;
	z-index: 97;
}

.logoArea h1 {
	width: 190px;
	height: 90px;
	margin-top: 0;
	padding: 0 10px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	font-size: 0;
	position: absolute;
}

.logoArea a {
	background: url("https://fcdn.blackpink-official.jp/img/bp_logo.svg") 0 0 no-repeat;
	/* background-size: 100%; */
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block;
}

.logoArea h1:hover {
	opacity: 0.7;
}

/*---for hall---*/
.header_title {
	height: 80px;
	position: relative;
	border-bottom: 2px solid rgba(133, 91, 50, 1);
	margin-bottom: -60px;
}

.header_title img {
	width: 240px;
	height: auto;
	bottom: 50%;
	margin-bottom: -25px;
	left: 20px;
	position: absolute;
}

@media screen and (max-width: 768px) {
	.header_title {
		height: 60px;
		position: relative;
		border-bottom: 2px solid rgba(133, 91, 50, 1);
		margin-bottom: -40px;
	}

	.header_title img {
		width: 180px;
		height: auto;
		bottom: 50%;
		margin-bottom: -20px;
		left: 10px;
		position: absolute;
	}
}

/*#splash {
	width: 100vw;
	min-width: 100%;
	height: 100vh;
	min-height: 100%;
	background: #000;
	right: 0;
	bottom: 0;
	z-index: 9999;
	position: fixed;
}
#splash .txt-logo {
	width: 48px;
	height: 88px;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -44px;
	margin-left: -24px;
}
#splash .txt-logo:before {
	content: "";
	background: url(#) 0 0 no-repeat;
	background-size: 100%;
	background-position: 0 0;
	width: 100%;
	height: 100%;
	display: block;
}*/
/*----------------------  header menu ----------------------*/
.humberger-area {
	width: 350px;
	z-index: 96;
	margin-right: 0;
	/* margin-top: 22px; */
	/* position: relative; */
	/* position: absolute; */
	/* top: 50%; */
	/* left: auto; */
	/* right: 325px; */
	/* transform: translateY(-50%); */
}

.humberger-menu {
	width: 100%;
	height: 24px;
	padding-left: 0;
	margin-top: 0;
	position: relative;
	z-index: 99;
}

.humberger-block {
	width: 100%;
	float: left;
}

.humberger-menu ul {
	width: 100%;
	display: table;
	font-size: 0;
	text-align: right;
}

.humberger-menu ul li {
	display: inline-block;
	height: 24px;
	min-width: 80px;
	min-width: unset;
}

.humberger-menu ul li.mailmag-icon img {
	padding-top: 6px;
}

.humberger-menu ul li a {
	width: 100%;
	height: 100%;
	opacity: 1;
	padding: 0 12px;
	font-weight: 700;
	position: relative;
	box-sizing: border-box;
	transition: .2s background 0s;
	text-decoration: none;
	display: table;
	text-align: center;
}

.humberger-menu ul li a:hover {
	background: rgba(0, 0, 0, 0);
	color: #fff;
}

.humberger-menu ul li a span {
	font-family: 'PRIMETIME', sans-serif;
	color: #fff;
	font-size: 15px;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/* .humberger-menu ul li a:hover span:after,
#bd_news span.gm_news:after,
#bd_media span.gm_media:after,
#bd_profile span.gm_profile:after,
#bd_discography span.gm_discography:after,
#bd_discography_detail span.gm_discography:after,
#bd_schedule span.gm_schedule:after,
#bd_shop span.gm_shop:after,
#bd_corner span.gm_corner:after,
#bd_gallery span.gm_gallery:after,
#bd_special span.gm_special:after,
#bd_moa span.gm_moa:after,
#bd_ticket span.gm_ticket:after {
	content: '';
	display: block;
	background: #000000;
	height: 2px;
	width: 100%;
	margin-bottom: -2px;
} */
#bd_moa span.gm_moa:after {
	background: #000000;
}

.humberger-menu ul.regular {
	padding: 16px 0;
}

.humberger-wrapper {
	min-width: 100%;
	padding: 0;
}

.humberger-switch {
	display: none;
	cursor: pointer;
}

.accountBtn {
	width: 14%;
	position: absolute;
	top: 0;
	right: 0;
}

.accountBtn:after {
	content: '';
	top: 0;
	left: 0;
	border: none;
	border-left: solid 27px #000;
	border-bottom: solid 55px transparent;
	position: absolute;
	z-index: 97;
}

.accountBtn a {
	background: linear-gradient(to right bottom, #7c7c7c, #505050);
	font-size: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	z-index: 99;
}

.accountBtn a:before {
	content: '';
	display: inline-block;
	width: 74px;
	height: 28px;
	margin-top: -1px;
	margin-left: 37px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: -21px -2px;
	vertical-align: middle;
}

.accountBtn.fixed {
	width: 14%;
	position: absolute;
	top: 0;
	left: 0;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {

	_::-webkit-full-page-media,
	_:future,
	:root div.accountBtn a:before {
		content: '';
		margin-top: 7px !important;
	}
}

.join-fixed:after {
	content: '';
	top: 0;
	right: 0;
	border: none;
	border-right: solid 27px #000;
	border-top: solid 55px transparent;
	position: absolute;
	z-index: 97;
}

.accountBtn.fixed a:before,
.accountBtn.fixed:after {
	content: "";
	display: none;
}

.join-fixed a {
	background: #fff;
	font-size: 16px;
	color: #838383;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	z-index: 99;
}

.contents {
	/*	max-width: 1280px;*/
	max-width: 100%;
	margin: 20px auto;
	position: relative;
}

/*---------------------- buttonSetting ----------------------*/
.nextBtn a {
	background: rgba(171, 0, 0, 0.5);
	color: #fff !important;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	display: block;
}

.nextBtn input {
	background: rgba(171, 0, 0, 0.5);
	color: #fff !important;
	border: none;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	display: block;
}

/*---------------------- iconSetting ----------------------*/
.icon-important {
	background: #f81537;
	color: #fff;
	border: 1px solid #f81537;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	padding: 1px 3px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.category-icon {
	font-family: 'PRIMETIME', sans-serif;
	min-width: 96px;
	text-align: center;
	display: inline-block;
	background: #C6E1E7;
	color: #000000;
	padding: 0px 10px;
	border-radius: 20px;
	vertical-align: top;
}

.newIcon {
	width: 68px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.newIcon span {
	background-color: #F4A7BA;
	font-family: 'PRIMETIME', sans-serif;
	color: #000;
	width: 68px;
	height: 20px;
	letter-spacing: 0.5px;
	text-align: center;
	display: block;
	position: absolute;
	letter-spacing: -0.5px;
	line-height: 20px;
	font-size: 11px;
}

.icon-new {
	background: rgba(255, 255, 255, 0.5);
	color: #ab0000;
	border: 1px solid #ab0000;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	padding: 1px 3px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.meta>.icon-new,
.meta>.icon-important {
	margin-right: 6px;
}

.w240 {
	width: 240px !important;
}

.w200 {
	width: 200px !important;
}

.w180 {
	width: 180px !important;
}

.w160 {
	width: 160px !important;
}

.w100 {
	width: 100px !important;
}

.w80 {
	width: 80px !important;
}

.w50 {
	width: 50px !important;
}

.w30 {
	width: 30px !important;
}

.contents.main h2 {
	width: 180px;
	margin: 0 auto 18px;
	font-family: 'PRIMETIME', sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	text-align: center;
}

.contents.main h2:before {
	content: "";
	background-position: center top;
	background-size: cover;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
}

/* .mainMovieArea h2:before {
	content: "";
	background: url("https://files.blackpink-official.jp/img/youtube.png") no-repeat;
}

.socialArea h2:before {
	background: url("https://files.blackpink-official.jp/img/twitter.png") no-repeat;
}

.instagramArea h2:before {
	background: url("https://files.blackpink-official.jp/img/insta.png") no-repeat;
} */

.contents.main .family-site h2:before {
	content: "";
	display: none;
}

.block h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.block h3 {
	font-weight: 700;
	text-align: left;
	font-size: 16px;
	padding: 15px 10px 10px;
	line-height: 1.5
}

.section h3 {
	font-weight: 600;
	margin: 1em 0 0;
	font-size: 110%;
}

.section h4 {
	font-weight: normal;
	margin: 1em 0 0;
	font-size: 105%;
}

.section p {}

#pageup {
	background: #444;
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 98;
}

#pageup a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0;
}

#pageup a:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -5px;
}

.section {
	padding-bottom: 45px;
}

/*---------------------- main > notice ----------------------*/
.noticeArea {
	text-align: left;
	margin: 24px 0.5% 0;
}

.noticeArea span:before {
	content: "!";
	background-color: #ab0000;
	color: #fff;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 4px;
}

.noticeArea a {
	font-size: 16px;
	color: #ab0000;
}

#noticeContents {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	padding: 0;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	margin: 0;
	top: 0;
	z-index: 999;
	display: none;
}

.notice-wrapper {
	background: rgba(255, 255, 255, 1);
	max-width: 960px;
	height: 40vh;
	margin: 30vh auto;
	z-index: 998;
	position: relative;
}

.text-area {
	padding: 16px 12px;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 2;
}

.notice-wrapper .data {
	display: block;
	font-weight: 700;
	color: #808080;
	padding-bottom: 0;
	text-align: center;
}

.notice-wrapper .title {
	display: block;
	color: #ab0000;
	font-size: 24px;
	border-bottom: 1px solid #ab0000;
	margin: 0 0 12px;
	padding: 0;
	text-align: center;
}

#noticeContents .detail-text {
	padding: 0 0 24px;
	line-height: 1.6;
	word-break: break-all;
}

.notice-wrapper .notice-close {
	background-color: #000;
	color: #fff;
	max-width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	margin: -16px auto 0;
	display: block;
	position: relative;
	z-index: 3;
}

.notice-wrapper .notice-close:before {
	content: "×";
	display: inline-block;
}

#noticeContents>.notice-close {
	display: block;
	width: 100vw;
	height: 100vh;
	cursor: default;
	z-index: 997;
	position: absolute;
	top: 0;
	left: 0;
}

/*---------------------- main > mainVisual ----------------------*/
#mainVisualArea {
	/*背景設定*/
	/* background: url("https://fcdn.blackpink-official.jp/img/main/2209/main_img_blur.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	position: relative;
}

#mainVisualArea .mainVisual-wrapper {
	max-width: 980px;
	/*	margin: 153px auto 0;*/
	margin: 150px auto 0;
	font-size: 0;
	z-index: 10;
}

#mainVisualArea img {
	width: 100%;
}

.mainVisual_bg {
	width: 102%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

#main_bnrArea .slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
	background-color: #000;
}

#mainVisualArea .slick-initialized .slick-slide {
	outline: none;
}

#mainVisualArea .slick-prev,
#mainVisualArea .slick-next {
	width: 28px;
	height: 100%;
	z-index: 80;
}

#mainVisualArea .slick-prev:hover,
#mainVisualArea .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}

#mainVisualArea .slick-prev {
	left: 0;
}

#mainVisualArea .slick-next {
	right: 0;
}

#mainVisualArea .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 16px 30px;
	padding: 0;
	cursor: pointer;
}

#mainVisualArea .slick-dots li button:before {
	content: "";
	background-color: #fff;
	font-size: 24px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	opacity: 1;
	color: black;
	-webkit-font-smoothing: antialiased;
}

#mainVisualArea .slick-dots li.slick-active button:before {
	opacity: 1;
	color: black;
	background-color: #78C8FF;
}

#mainVisualArea .slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	transition: all .2s;
}

#mainVisualArea .slick-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -5px;
	transition: all .2s;
}

#mainVisualArea .slick-dots {
	bottom: 0px;
}

.mainVisual-wrapper.visual-transform .slick-track {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

/*---------------------- main > banner ----------------------*/
#main_bnrArea {
	width: 100%;
	margin: 0 auto 0;
	padding-top: 20px;
}

#main_bnrArea .slick-initialized .slick-slide {
	margin-right: 5px;
	margin-left: 5px;
}

#main_bnrArea .main_bnrArea-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}

#main_bnrArea .slick-slide img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

#main_bnrArea .slick-prev,
#main_bnrArea .slick-next {
	width: 20px;
	height: 100%;
	z-index: 80;
}

#main_bnrArea .slick-prev:hover,
#main_bnrArea .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}

#main_bnrArea .slick-prev {
	left: -16px;
}

#main_bnrArea .slick-next {
	right: -17px;
}

#main_bnrArea .slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -10px;
	transition: all .2s;
}

#main_bnrArea .slick-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -10px;
	transition: all .2s;
}

#main_bnrArea .slick-dots li button:before {
	font-size: 20px;
}

#main_bnrArea .slick-dots li button:before {
	content: "";
	background-color: #000;
	font-size: 24px;
	line-height: 20px;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
}

#main_bnrArea .slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
	background-color: #000;
}

.main_bnrArea-wrapper.sheet01 .slick-track {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
	margin: 0 auto;
}

.main_bnrArea-wrapper.sheet02 .slick-track {
	margin: 0 auto;
}

.contents.main {
	max-width: 100%;
	margin: 0 auto;
}

/*---------------------- main > information ----------------------*/
.informationArea {
	width: 100%;
	margin: 64px 0 0;
	display: inline-block;
	position: relative;
	background: #000;
	top: -148px;
	padding-top: 148px;
	padding-bottom: 100px;

}

.informationArea h2 {
	margin-top: 35px;
	margin-right: 70px;
	font-family: 'PRIMETIME', sans-serif;
	font-size: 60px;
	color: #F4A7BA;
}

.information-wrapper {
	max-width: 980px;
	margin: 0 auto;
}

.information_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	;
}

.information_item {
	width: 100%;
}

.information-wrapper a {
	color: #000;
	border-top: 1px solid #fff;
	display: block;
	margin: 0;
	padding: 45px 20px 40px;
	z-index: 0;
}

.information-wrapper .information_item a:last-of-type {
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

.information-wrapper a:hover {
	background-color: #fff;
	opacity: 1;
}

.information-wrapper a:hover .title ,.information-wrapper a:hover .dateweek,.informationArea a:hover .newIcon span{
	color: #F4A7BA;
}

.informationArea dl {
	/*	width: 100%;*/
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.informationArea .new-article dl {
	width: calc(98% - 44px - 16px);
	margin-left: 0;
}

.informationArea .meta {

}

.informationArea .dateweek {
	display: inline-block;
	height: 20px;
	padding: 0 8px;
	background-color: #fff;
	color: #000;
	vertical-align: middle;
}

.information-wrapper .day {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	line-height: 20px;
}

.information-wrapper .week {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	line-height: 20px;
}

/* .information-wrapper .category-icon {
	display: inline-block;
	background:  #fff;
	padding: 0px 10px;
	margin-left: 28px;
	border-radius: 20px;
	vertical-align: top;
} */
.informationArea .newIcon {
	width: 58px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.informationArea .newIcon span {
	background-color: #fff;
	font-family: 'PRIMETIME', sans-serif;
	color: #000;
	width: 58px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	font-size: 11px;
}

.informationArea .title {
	width: 100%;
	max-height: 7.5em;
	display: inline-block;
	margin-top: 15px;
	/*	white-space: nowrap;*/
	overflow: hidden;
		-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #fff;
	overflow-wrap: break-word;
　　　word-wrap: break-word;
}


/* ----top more_btn----- */
.informationArea .more ,.fcArea .more {
	width: 138px;
	margin-left: auto;
	position: relative;
	transition: .3s;

}

.informationArea .more a ,.fcArea .more a {
	font-family: 'PRIMETIME', sans-serif;
	display: block;
	font-size: 12px;
	padding: 0;
	padding-right: 30px;
	padding-left: 22px;
	border-top: none;
	line-height: 37px;
	background-color: #fff;
}

.informationArea .more a::after ,.fcArea .more a::after{
	content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right:10px;
		background-image: url(https://fcdn.blackpink-official.jp/img/ic_arrow_b.svg);
		background-repeat: no-repeat;
		background-position: center;
		transform: translateY(-50%);
    z-index: 1;
		transition: .3s;
}

.informationArea .more a:hover ,.fcArea .more a:hover{
	background-color: initial;
	opacity: 1;
	background-color: #F4A7BA;
}
.informationArea .more a:hover::after ,.fcArea .more a:hover::after {
	right:7px;
}

/*---------------------- main > inner circle----------------------*/
.fcArea {
	margin-top: -148px;
	padding-top: 85px;
	padding-bottom: 75px;
	background-color: #222222;
}

.fcArea .fc-wrapper {
	max-width: 980px;
	min-height: 410px;
	margin: 0 auto;
	padding: 53px 0 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.fcArea h2 {
	font-family: 'PRIMETIME', sans-serif;
	font-size: 60px;
	text-align: center;
	color: #F4A7BA;
	line-height: 1;
}
.fcArea h2 img {
	height: 60px;
	width: 100%;
}

.fcArea .fc_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 50px auto 30px;
}

.fcArea .fc_contents a {
	width: 32%;
	margin-right: 2%;
	padding: 37px 25px ;
	background-color: #fff;
}

.fcArea .fc_contents a:hover {
	background-color: #F4A7BA;
	opacity: 1;
}

.fcArea .fc_contents a:hover .week,
.fcArea .fc_contents a:hover .day,
.fcArea .fc_contents a:hover .title {
	color: #000;
	opacity: 1;
}

.fcArea .fc_contents a:nth-of-type(3n) {
	margin-right: 0;
}
.title {
	overflow-wrap: break-word;
　　　word-wrap: break-word;
}
.fcArea .title {
	display: block;
	width: 100%;
	max-height: 3.5em;
	margin-top: 15px;
	font-size: 14px;
	overflow: hidden;
	overflow-wrap: break-word;
　　　word-wrap: break-word;
}

.fcArea .year {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.fcArea .day {
	font-size: 22px;
	font-weight: bold;
}
.fcArea .week {
	font-size: 14px;
	font-weight: bold;
}


/*---------------------- column ----------------------*/
.column02 .column-item {
	width: 49%;
	float: left;
}

.column02 .column-item.left {
	margin-right: 2%;
}

.column03 .column-item {
	width: 33%;
	float: left;
}

.column03 .column-item.left,
.column03 .column-item.center {
	margin-right: 0.5%;
}

.column05 .column-item {
	width: 19%;
	float: left;
	margin-right: 1%;
}

.media-wrapper {
	max-width: 980px;
	margin: 80px auto;
}

#bd_main .column02 .socialArea {
	width: 35.4%;
	margin-right: 0;
	margin-left: 5.1%;
}

#bd_main .column02 .mainMovieArea {
	width: 59.5%;
	padding: 0;
}

.yt-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.yt-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainMovieArea .movieCap img {
	width: 100%;
}

.socialArea .twitter-wrapper {
	margin: 0 auto;
	width: 100%;
}

.instagramArea {
	margin-top: 55px;
}

.instagramArea .instagram-view {
	max-width: 100%;
	margin: auto;
	font-size: 0;
}

.instagramArea .instagram-view .item {
	border: solid 1px #000000;
	display: inline-block;
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	font-size: 0;
}

.instagramArea .instagram-view div:nth-child(3n) {
	margin-right: 0;
}

.instagramArea .instagram-view div:nth-child(7),
.instagramArea .instagram-view div:nth-child(8),
.instagramArea .instagram-view div:nth-child(9) {
	margin-bottom: 0%;
}

.instagramArea .instagram-view .item a {
	display: block;
}

.instagramArea .instagram-view .item img {
	width: 100%;
}

.family-site {
	padding: 80px 0 0 0;
	background: #fff;
}

.family-site ul {
	width: 100%;
	margin: 48px auto 0;
	font-size: 0;
	text-align: center;
}

.family-site li {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.family-site li:last-child {
	margin-right: 0;
}

.family-site li .circle {
	position: relative;
	overflow: hidden;
	display: block;
	background: #C6E1E7;
	width: 77px;
	height: 77px;
	margin: auto;
	border-radius: 50%;
	opacity: 1;
	transition: .3s;
}

.family-site li .circle span {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	overflow: hidden;
}

.family-site li .circle span img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
}

/* .family-site li:hover .circle span img {
top: 0;
} */
.family-site li a>p {
	font-family: 'PRIMETIME', sans-serif;
	width: 100%;
	margin-top: 15px;
	line-height: 18px;
	font-size: 15px;
	text-align: center;
	color: #000;
}

.family-site li a>p span {
	font-weight: normal;
	font-size: 13px;
	display: block;
}

.contents.main .cheering-btn {
	background: #fff;
	padding: 48px 0 0 0;
}

.contents.main .cheering-btn a {
	background: #C6E1E7;
	border: 1px solid #C6E1E7;
	color: #000000;
	max-width: 220px;
	margin: auto;
	padding: 8px;
	display: block;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	transition: .3s;
}

.contents.main .cheering-btn a:hover {
	border: 1px solid #000;
	background: #fff !important;
	color: #000 !important;
	transition: .3s;
}

.contents.main .cheering-btn a:active {
	background: #C6E1E7;
	border-radius: 3px;
}

/*---------------------- main > fixed ----------------------*/
.fixed-menu {
	background: #fff;
	width: 100%;
	height: 52px;
	padding: 5px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.fixed-menu .btnArea {
	font-size: 0;
	width: 33%;
	display: inline-block;
	margin-left: 58%;
}

.fixed-menu .loginBtn {
	font-size: 0;
	width: 8%;
	margin-left: 0.5%;
	display: inline-block;
}

.fixed-menu .btnArea.newRegist .btn_blue {
	width: 100%;
	height: 100%;
	margin: 0;
}

.fixed-menu .loginBtn input {
	width: 100%;
	height: 100%;
	line-height: 42px;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none
}

.fixed-menu.logout {
	display: none !important;
}

/*---------------------- top > modalmovie ----------------------*/
.top #modalContents {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	padding: 0;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	margin: 0;
	top: 0;
	z-index: 999;
	display: none;
}

.top .special-movie {
	max-width: 960px;
	margin: 20vh auto;
	z-index: 998;
	position: relative;
}

.special-image-single {
	/*	max-width: 100%;*/
	max-height: 60vh;
	width: calc(100% + 17px);
	margin: 18vh auto 22vh;
	position: relative;
	text-align: center;
	z-index: 1002;
	padding: 0;
	padding-right: 17px;
	overflow-y: scroll;
}

.top .special-image img,
.top .special-image-single img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.top .special-image br {
	display: block;
	content: "";
	height: 1rem;
}

.top .special-close {
	display: block;
	width: 100vw;
	height: 100vh;
	cursor: default;
	z-index: 997;
	position: absolute;
	top: 0;
	left: 0;
}

.top a.special-close:before {
	content: "";
	background-repeat: no-repeat;
	background-position: 100% -4px;
	position: absolute;
	top: 1vh;
	right: 3vw;
	font-size: 0;
	width: 60px;
	height: 60px;
	z-index: 998;
}

.top .special-image {
	max-width: 960px;
	max-height: 60vh;
	margin: 18vh auto 22vh;
	z-index: 998;
	position: relative;
	text-align: center;
	z-index: 1002;
}

.special-image-sec {
	max-width: 960px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.top .special-image .slick-slide::-webkit-scrollbar,
.top .special-image-single::-webkit-scrollbar {
	display: none;
}

/*scroll矢印*/
.special-image-arrow {
	display: flex;
	position: absolute;
	bottom: 10vh;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 1;
	font-size: 33px;
	color: #fff;
	vertical-align: middle;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-animation: fuwafuwa 3s infinite linear alternate;
	animation: fuwafuwa 3s infinite linear alternate;
	z-index: 1002;
}

.special-image-arrow:before {
	display: block;
	content: "scroll";
	font-size: 12px;
	position: absolute;
	top: -13px;
}

@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(-50%, 0);
	}

	50% {
		-webkit-transform: translate(-50%, -5px);
	}

	100% {
		-webkit-transform: translate(-50%, 0);
	}
}

@keyframes fuwafuwa {
	0% {
		transform: translate(-50%, 0);
	}

	50% {
		transform: translate(-50%, -5px);
	}

	100% {
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 768px) {
	.special-image-arrow {
		top: 81.4vh;
		font-size: 22px;
	}

	.special-image-arrow:before {
		top: -4px;
	}
}

/*モーダル表示時背景ページを固定する*/
body.fixed-special {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/*201201miuraここから*/
.top .special-image {
	line-height: 0;
	width: calc(100% - 100px);
}

.top .special-image .slick-slide {
	height: 60vh;
	object-fit: contain;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.top .special-image .slick-arrow {
	width: 50px;
	height: 60vh;
}

.top .special-image .slick-prev {
	left: -50px;
}

.top .special-image .slick-prev:before {
	content: "";
	position: absolute;
	left: 17px;
	width: 32px;
	height: 32px;
	top: 50%;
	transition: all .2s;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}

.top .special-image .slick-next {
	right: -50px;
}

.top .special-image .slick-next:before {
	content: "";
	position: absolute;
	right: 17px;
	width: 32px;
	height: 32px;
	top: 50%;
	transition: all .2s;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}

@media all and (max-width:1060px) {
	.top .special-image {
		width: calc(100% - 100px);
	}
}

/*201201miuraここまで*/
/*---------------------- footer ----------------------*/
.pageup-arrow {
	padding: 30px 0;
}

#bd_main .pageup-arrow {
	background-color: #222222;
}

.pageup-arrow a {
	width: 66px;
	height: 66px;
	text-align: center;
	display: block;
	position: relative;
	margin: 0 auto;
	font-size: 0;
}

body.bg-color .pageup-arrow a {
	border: 1px solid #fff;
}

.pageup-arrow a:before {
	content: "";
	background-image: url("https://fcdn.blackpink-official.jp/img/icon/gototop_pc.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#bd_about .pageup-arrow a:before,#bd_mailmaga .pageup-arrow a:before ,#bd_inquiry .pageup-arrow a:before,#bd_regist .pageup-arrow a:before{

}

body.bg-color .pageup-arrow a:before {
	background-position: 50% -40px;
}

body.bg-color .footer-menu {
	background-color: #fff;
}

body.bg-color .footer-menu a {
	color: #000;
}

#bd_main .footer {
	background-color: #fff;
}

.footer .wrapper {
	padding: 50px 2% 0px;
}

.footer .column05 {
	padding-bottom: 136px;
}

.footer h6 {
	color: #838383;
	text-align: left;
}

.footer ul {
	padding: 10px 0;
	text-align: center;
}

.footer ul li {
	display: inline-block;
	margin: 0 0 0 14px;
	font-size: 12px;
}

.footer ul li a {
	display: block;
}

.footer .copyright {
	background: #000000;
}

.footer .copyright .wrapper {
	padding: 10px 2% 60px;
	text-align: center;
}

.footer .copyright p {
	font-family: 'Montserrat', sans-serif;
	color: #9B9B9B;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.other-area .mailmag-btn {
	margin-bottom: 42px;
}

.other-area .mailmag-btn h6 {
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 24px;
	height: 24px;
}

.other-area .regist-btn {
	margin-bottom: 50px;
}

.other-area .regist-btn h6 {
	height: 24px;
}

.other-area .mailmag-btn a,
.other-area .regist-btn a {
	border: 1px solid #4f4f4f;
	position: relative;
	color: #fff;
	display: block;
	padding: 4px;
}

.other-area .mailmag-btn a:before,
.other-area .regist-btn a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
}

.other-area .cheering-btn {
	background-color: #4f4f4f;
	background-repeat: no-repeat;
	background-position: 7px 2px;
	position: relative;
	height: 44px;
	padding-left: 50px;
}

.other-area .cheering-btn a {
	color: #fff;
	display: block;
	line-height: 44px;
}

/*---------------------- hall or payment > footer ----------------------*/
.footer.payment .wrapper {
	width: 100%;
	height: 20vh;
	padding: 0;
	display: table;
}

.footer.payment .copyright {
	display: table-cell;
	vertical-align: middle;
	padding: 0 2%;
}

@media screen and (max-width: 1439px) {
	.humberger-menu ul li a {
		padding: 0 8px;
	}

	.header .mailmag-icon.fixed {
		right: 20px;
	}
}

@media screen and (max-width: 1280px) {
	#main_bnrArea .main_bnrArea-wrapper {
		margin: 0 20px 0;
	}
}

@media screen and (min-width: 1080px) {
	.informationArea .more:hover {}

	.informationArea .more a:hover {
		opacity: 1;
	}
	.fcArea .more a:hover {
		opacity: 1;
	}

	.family-site li a:hover {
		opacity: 1 !important;
		transition: .3s;
	}

	.family-site li .circle:hover {
		background: #ffffff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
	}

	.family-site li .circle:hover span img {
		width: 100%;
		position: absolute;
		top: 26px;
		left: 0;
		margin-top: -26px;
	}

	.contents.main .cheering-btn a:hover {
		opacity: 1;
	}
}

/* -------------------------------------------------- */
/* for tablet */
/* -------------------------------------------------- */
@media screen and (max-width: 1079px) {

	/* tablet以下表示・非表示 */
	body {
		/* font-size: 90%; */
	}

	.wrapper {
		width: auto;
		padding: 0 3%;
	}

	.header {
		width: 100%;
	}

	.header>.wrapper {
		height: 90px;
		padding: 25px 0;
	}


	/* .header > .wrapper {
	height: 66px;
	padding: 0;
} */
	.pc_view {
		display: none !important;
	}

	.sp_view {
		display: block !important;
	}

	.logoArea {
		/* height: 80px; */
		width: 80%;
		margin: 0 auto;
	}

	.logoArea h1 {
		height: 100%;
		width: 100%;
	}

	/* .logoArea {
	height: 66px;
	position: relative;
	z-index: 99;
} */
	/* .logoArea a {

	background: url("https://files.blackpink-official.jp/img/txt_logo_sp_b.png") 0 0 no-repeat;
	background-size: 100%;
	background-position: 0 0;
}
.logoArea h1 {
	width: 194px;
	height: 39px;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -97px;
	margin-left: -100px;
	font-size: 0;
	position: absolute;
} */
	.humberger-menu>.wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.humberger-block {
		width: 100%;
		padding-bottom: 44px;
		float: none;
		font-size: 0;
	}

	.humberger-area {
		position: fixed;
		width: 100%;
		top: 0;
		right: 0;
		margin-top: 0;
		z-index: 96;
		display: none;
		transition: none;
	}

	.humberger-wrapper {
		min-width: 100%;
		height: 100%;
		height: 100vh;
		margin-top: 120px;
	}

	.humberger-switch {
		font-size: 20px;
		letter-spacing: -1px;
		width: 60px;
		height: 60px;
		top: 15px;
		right: 0;
		z-index: 99;
		position: fixed;
		cursor: pointer;
		line-height: 1;
		color: #fff;
		font-size: 0;
		display: inline-block;
	}

	.humberger-switch span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.humberger-switch span {
		background-color: #F4A7BA;
		position: absolute;
		right: 15px;
		width: 30px;
		height: 2px;
	}

	.humberger-switch span:nth-of-type(1) {
		top: 25px;
	}

	.humberger-switch span:nth-of-type(2) {
		top: 25px;
		display: none;
	}

	.humberger-switch span:nth-of-type(3) {
		bottom: 25px;
	}

	.humberger-switch.on span:nth-of-type(1) {
		top: 13px;
		-webkit-transform: translateY(14px) rotate(45deg);
		transform: translateY(14px) rotate(45deg);
	}

	/* .humberger-switch.on span:nth-of-type(2) {
		right: -50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	} */
	.humberger-switch.on span:nth-of-type(3) {
		bottom: 17px;
		-webkit-transform: translateY(-14px) rotate(-45deg);
		transform: translateY(-14px) rotate(-45deg);
		width: 30px;
	}

	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}

	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}

	.humberger-switch.on span {
		/* background-color: ; */
	}



	.humberger-menu {
		width: 100%;
		height: calc(100vh - 66px);
		color: #fff;
		margin: 0 auto 10px;
		padding: 0 10px 10px;
		right: 0;
		position: relative;
		z-index: 90;
		overflow-y: auto;
	}

	@media (orientation: landscape) {
		.humberger-menu {
			overflow-y: scroll;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}
	}

	.humberger-menu>.wrapper {
		max-width: 970px;
		margin: 0 auto;
		padding: 0;
	}

	.humberger-menu h2 {
		line-height: 30px;
		text-indent: 1em;
		text-align: left;
		border-bottom: 1px solid #fff;
	}

	.humberger-menu ul {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
		text-align: left;
		display: block;
	}

	.humberger-menu ul:nth-of-type(2) {
		padding-top: 0;
	}

	.humberger-menu ul li {
		width: 100%;
		height: 55px;
		display: block;
	}

	.humberger-menu ul li:last-child {
		height: auto;
	}

	.humberger-menu ul li.mailmag-icon {
		display: none;
	}

	.humberger-menu ul li a {
		max-width: 100%;
		width: 100%;
		font-size: 16px;
		color: #fff;
		padding: 0 12px;
		margin: 0;
		line-height: 1.2em;
	}

	.humberger-menu ul li a span {
		/* font-family: 'DIN-Bold', 'YuGo-Bold'; */
		height: 44px;
		line-height: 44px;
	}

	.humberger-menu ul li a .mailmaga {
		border-radius: 20px;
		background: #fff;
		color: #000;
		display: inline-block;
		width: 100%;
	}

	/* .humberger-menu ul li a .mailmaga:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		margin-bottom: 3px;
		background: url("https://files.blackpink-official.jp/img/mailmaga.png") no-repeat;
		background-position: center top;
		background-size: cover;
		vertical-align: middle;
	} */

	.humberger-menu ul li a:hover span:after,
	#bd_news span.gm_news:after,
	#bd_media span.gm_media:after,
	#bd_profile span.gm_profile:after,
	#bd_discography span.gm_discography:after,
	#bd_discography_detail span.gm_discography:after,
	#bd_schedule span.gm_schedule:after,
	#bd_shop span.gm_shop:after,
	#bd_corner span.gm_corner:after,
	#bd_gallery span.gm_gallery:after,
	#bd_special span.gm_special:after,
	#bd_ticket span.gm_ticket:after,
	#bd_moa span.gm_moa:after {
		display: none;
	}

	.humberger-area .fixedBtn {
		width: 100%;
		display: block;
		margin-top: 0;
	}

	.accountBtn {
		width: 94%;
		max-width: 360px;
		position: relative;
		margin: 0 auto 20px;
		top: auto;
		right: auto;
	}

	.accountBtn:after {
		position: absolute;
		content: '';
		top: 0;
		left: auto;
		right: 0;
		border: none;
		border-right: solid 24px #000;
		border-top: solid 44px transparent;
	}

	.accountBtn a {
		border: 1px solid #fff;
		font-size: 15px;
		color: #fff;
		height: 44px;
		line-height: 44px;
		padding: 0 0 0 0;
		border-radius: 6px 0 0 6px;
		z-index: 99;
	}

	.accountBtn a:before {
		width: 64px;
		height: 24px;
		margin-top: -5px;
		margin-left: 0;
		background-position: -18px 0;
	}

	.accountBtn .myaccount a {
		background: none;
	}

	.accountBtn .logout a {
		background: none;
	}

	.accountBtn .login a {
		border: none;
	}

	.accountBtn .join a {
		border: none;
		background: #fff;
		color: #848484;
	}

	.accountBtn .logout a:before,
	.accountBtn .join a:before {
		content: '';
		width: 0;
		height: 0;
		background: none;
	}

	.accountBtn .myaccount a:after,
	.accountBtn .logout a:after {
		content: '';
		background-color: #fff;
		width: 1px;
		height: 49px;
		top: -2px;
		right: 12px;
		position: absolute;
		z-index: 98;
		-webkit-transform: rotate(28deg);
		transform: rotate(28deg);
	}

	.accountBtn .login a:after,
	.accountBtn .join a:after {
		content: '';
		width: 0;
		height: 0;
	}

	.accountBtn .myaccount span,
	.accountBtn .login span {
		margin-left: -14px;
	}

	/* safari */
	@media screen and (-webkit-min-device-pixel-ratio:0) {

		_::-webkit-full-page-media,
		_:future,
		:root div.accountBtn a:before {
			content: '';
			margin-top: -7px !important;
		}
	}

	.notice-wrapper {
		max-width: 90vw;
		height: 40vh;
		margin: 30vh auto;
	}

	.section .block {
		padding-bottom: 45px;
	}

	.section p {
		width: 100%;
	}

	/*---------------------- informationArea ----------------------*/

	.informationArea .information-wrapper {
		max-width: 100%;
		padding: 0 30px;
		margin: 0;
	}

	.information-wrapper a {
		padding: 20px 0;
	}

	.informationArea .information-wrapper .information_contents {
		flex-direction: column;
	}

	.informationArea .information-wrapper .information_contents h2 {
		font-size: 45px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 50px;
		line-height: 1;
	}

	.information-wrapper a:first-child {
		border-top: 0;
	}
	.information-wrapper a:first-of-type {
		padding-top: 0;
	}

	/* ---hover外す--- */
	.information-wrapper a:hover {
		background-color: inherit
	}

	.information-wrapper a:hover .title {
		/* color: inherit; */
	}


	/*---------------------- mainVisual ----------------------*/
	#mainVisualArea .mainVisual-wrapper {
		margin: 90px 2% 0;

	}

	#main_bnrArea .main_bnrArea-wrapper {
		padding: 0 20px;
		margin: 0;
	}

	/*---------------------- fcArea ----------------------*/

	.fcArea h2 {
		font-size: 45px;
	}
	.fcArea h2 img {
		height: 40px;
	}

	/*---------------------- fcArea ----------------------*/
	.fcArea .fc-wrapper {
		margin: 0 30px;
	}

	.fcArea .fc_contents {
		flex-wrap: wrap;
	}

	.fcArea .fc_contents a {
		/* width: 48%;
		margin: 1%; */

	}


	/*---------------------- column ----------------------*/
	.instagramArea {
		margin: 0 0 40px;
	}

	.column02,
	.column03 {
		padding: 0 0 20px;
	}

	.column02 .column-item,
	.column03 .column-item {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	#bd_main .column02 .socialArea.column-item {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.column02 .column-item.left,
	.column03 .column-item.center,
	.column03 .column-item.right {
		margin-right: 0;
	}

	.media-wrapper {
		margin: 50px auto;
		padding: 0 1%;
	}

	#bd_main .column02 {
		margin-top: 40px;
	}

	#bd_main .column02 .socialArea {
		width: 100%;
		margin: 0;
	}

	.socialArea .twitter-wrapper {
		margin: 0 auto;
		width: 96%;
	}

	.socialArea .twitter-wrapper iframe {
		width: 920px !important;
		margin: 0 auto;
	}

	#bd_main .column02 .mainMovieArea {
		width: 100%;
		margin: 0 0 50px;
	}

	.family-site li {
		margin-bottom: 24px;
	}

	.family-site li .circle {
		background: #C6E1E7;
		width: 32px;
		height: 32px;
	}

	.family-site li .circle span {
		position: absolute;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		margin-left: -16px;
	}

	.family-site li .circle span img {
		margin-top: 0px;
	}

	.family-site li a>p {
		margin-top: 20px;
	}

	/*---------------------- footer ----------------------*/
	.footer .column05 {
		padding-bottom: 68px;
	}

	.footer .column05 .column-item {
		width: 48.5%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.footer .column05 .other-area.column-item {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.footer .copyright {
		text-align: center;
	}
}

/* -------------------------------------------------- */
/* ●for smartphone */
/* -------------------------------------------------- */
@media screen and (max-width: 768px) {
	#mainVisualArea .mainVisual-wrapper {
		margin-top: 60px;
	}

	/*----------------------header----------------------*/
	.header .wrapper {
		height: 60px;
		padding: 17px;
	}

	.logoArea {
		height: 100%;
	}

	.logoArea h1 {
		height: 100%;
	}

	.logoArea a {
		height: 100%;
		background-size: auto;
		background-position: center center;
	}

	.newIcon {
		width: auto;
	}

	.newIcon span {
		padding-top: 1px;
		/* font-size: 12px; */
		line-height: 20px;
		width: auto;
		padding: 0 15px;
	}

	.category-icon {
		padding-top: 1px;
	}

	.humberger-switch {
		/*	top: 17px;*/
		top: 0;
	}


	.humberger-switch:after {
		content: "";
		width: 48px;
		height: 48px;
		display: block;
	}

	.humberger-area .fixedBtn,
	.header.fixed .fixedBtn {
		height: 100vh;
		margin: 0;
	}

	.fixedBtn a span {
		width: 100%;
		font-size: 14px;
		display: block;
		padding: 0 !important;
	}

	.humberger-menu ul {
		padding: 0 10px;
	}

	.humberger-menu ul li {
		width: 100%;
		height: 55px;
		display: block;
	}

	.humberger-menu ul li a {
		font-size: 16px;
	}

	/*.humberger-wrapper:before {
	content: "";
	height: 48px;
	margin: 0;
}*/
	.contents.main h2 {
		margin-bottom: 16px;
	}

	#mainVisualArea .slick-slider .slick-list {
		margin: 0 10px;
	}

	/*----------------------main > notice----------------------*/
	.noticeArea {
		text-align: center;
	}

	.notice-wrapper {
		height: 60vh;
		margin: 20vh auto;
	}

	.notice-wrapper .data {
		font-size: 12px;
	}

	.notice-wrapper .title {
		font-size: 18px;
	}

	/*----------------------main > information----------------------*/
	.informationArea {
		top: -38px;
		padding-top: 80px;
		padding-bottom: 10px;
		margin-top: 0;
		margin-bottom: 0;

	}

	.informationArea .information-wrapper {
		/* width: 98%; */
		height: 100%;
	}

	.informationArea .information-wrapper .information_contents h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.information-wrapper .category-icon {
		padding-top: 1px;
		margin-left: 16px;
	}

	.informationArea .newIcon {
		/* width: 32px; */
		width: auto;
		height: 20px;
		/* margin-top: 12px;
		margin-right: 12px; */
	}
	.information-wrapper .day,.information-wrapper .week {
		font-size: 12px;
	}

	.informationArea .newIcon span {
		padding-top: 1px;
		/* width: 32px;
		height: 32px; */
		/* font-size: 12px; */
		line-height: 20px;
		width: auto;
		padding: 0 15px;
	}

	.informationArea h2 {
		font-size: 24px;
	}

	.informationArea .title a {
		display: table-cell;
		margin-bottom: 10px;
	}

	.informationArea dl {
		/* margin-left: 44px; */
	}

	.informationArea .new-article dl {
		width: calc(98% - 32px - 12px);
		margin-left: 0;
	}

	.information-wrapper>a:nth-of-type(3) {
		margin-bottom: 24px;
	}
	..information-wrapper .day,.information-wrapper .week {
		font-size: 12px;
	}
	.informationArea .title {
		font-size: 13px;
		max-height:7.5em;
		margin-top: 7px;
	}
	.information-wrapper .information_item a:last-of-type {
		margin-bottom: 30px;
	}

	.informationArea .more a,.fcArea .more a {
		font-size: 12px;
	}
	.informationArea .more, .fcArea .more {
		margin: 0 auto;
	}
	/*---------------------- fcArea ----------------------*/
	.fcArea {
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.fcArea .fc_contents {
		margin: 38px 0 30px;
	}

	.fcArea h2 {
		font-size: 28px;
	}
	.fcArea h2 img {
		height: 30px;
	}
	.fcArea .title {
		margin-top: 3px;
		font-size: 12px;
	}
	.fcArea .day, .fcArea .week {
		font-size: 18px;
	}
	.fcArea .year {
		font-size: 12px;
	}
	.fcArea .fc_contents a {
		width: 100%;
		margin-bottom: 20px;
		padding: 30px 25px;
		margin-right: 0;
	}
	.fcArea .fc_contents a:nth-of-type(3n) {
		margin-bottom: 0;
	}
	/*---------------------- family site ----------------------*/
	.family-site {
		padding: 40px 0 0 0;
	}

	.family-site ul {
		width: 98%;
	}

	.family-site li {
		width: 24%;
		margin-right: 1%;
		margin-bottom: 24px;
	}

	.contents.main .cheering-btn {
		padding: 36px 0 48px 0;
	}

	/*---------------------- footer ----------------------*/
	.pageup-arrow {
		/* padding: 16px 0; */
	}

	.pageup-arrow a {
		width: 55px;
		height: 55px;
		border-radius: unset;
		-webkit-border-radius: unset;
		border: none;
		padding: 10px;
		/* font-size: 12px; */
		letter-spacing: 1px;
		font-weight: bold;
	}

	.pageup-arrow a:before {
		/* 矢印 */
		content: "";
		background-image: url("https://fcdn.blackpink-official.jp/img/icon/gototop_sp.svg");
		background-position: 0 100%;
		background-size: contain;
		width: 45px;
		height: 45px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 0;
		transform: translateY(-50%) translateX(-50%);
  	-webkit-transform: translateY(-50%) translateX(-50%);


	}
	#bd_about .pageup-arrow a:before,#bd_mailmaga .pageup-arrow a:before,#bd_inquiry .pageup-arrow a:before ,#bd_regist .pageup-arrow a:before{

	}

	body.bg-color .pageup-arrow a:before {
		background-position: 50% 0;
	}

	body.bg-color .footer-menu,
	body#bd_main .footer-menu,
	.footer-menu {
		background-color: #000;
	}

	.footer ul {
		text-align: left;
		padding: 0;
	}

	.footer .footer-menu .wrapper {
		padding: 24px 2% 10px;
	}

	.footer ul li {
		display: block;
		margin: 0 0 4px;
		padding: 4px 7%;
		vertical-align: top;
		text-align: center;
	}

	body.bg-color .footer ul li a,
	.footer ul li a {
		color: #fff;
	}

	.footer .copyright p {
		font-size: 10px;
	}

	.footer .copyright .wrapper {
		padding: 15px 0;
	}

	.other-area .cheering-btn {
		background-position: 5px 1px;
		padding-left: 46px;
	}

	.footer .column05 .other-area.column-item {
		width: 80%;
	}

	.footer .column05 {
		font-size: 85%;
	}
}

/*--------------------------------------------
blue
#6dbaed
rgb(109, 186, 237)
yellow
#78C8FF
rgb(253, 216, 49)
black(icon)
#000
rgb(0, 0, 0)
gray
#f1f1f1
rgb(241, 241, 241)
--------------------------------------------*/
#modalContents {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.top .special-movie {
	z-index: 1002;
}

.top a.special-close {
	z-index: 1000;
}

.top a.special-close:after {
	content: '×';
	text-align: center;
	color: #fff;
	font-size: 24px;
	display: block;
	z-index: 1002;
	line-height: 50px;
	height: 50px;
	position: absolute;
}

@media screen and (min-width: 960px) {
	.top a.special-close:after {
		width: 960px;
		left: 50%;
		right: 50%;
		margin: 14vh auto;
	}
}

@media screen and (max-width: 960px) {
	.contents.sub .wrapper {
		background: #000000;
	}

	.top a.special-close:after {
		width: 95%;
		text-align: right;
		/* margin: 13vh 0; */
		margin: 11.5vh 0;
		left: 0;
	}
}

.bg-color,
body,
.header.bg-color,
div.family-site,
.contents.main .cheering-btn {
	background: #000000;
}

#bd_main .pageup-arrow,
#bd_main .footer,
.footer,
	{
	background-color: inherit;
}

body.bg-color .footer-menu,
body#bd_main .footer-menu,
.footer-menu,
.footer .copyright {
	background: #000;
}

#bd_main .informationArea .category-icon,
#bd_news .newsArea .detail .category-icon,
#bd_media .mediaArea .detail .category-icon,
#bd_schedule .scheduleArea .detail .category-icon,
#bd_discography .category-icon,
#bd_discography_detail .music-titles .category-icon {
	background: #C6E1E7;
	color: #000000;
}

body.bg-color .footer ul li a,
.footer ul li a,

.font-color,
.header.bg-color,
.humberger-menu ul li a span.font-color,
.footer,
.footer ul li a.font-color {
	color: #fff;
}

.information-wrapper>a {
	border-color: #000000;
}

@media screen and (max-width: 960px) {
	.family-site li .circle {
		background: #C6E1E7;
		width: 64px;
		height: 64px;
	}

	.family-site li .circle span {}

	.family-site li .circle span img {
		width: 100%;
		position: absolute;
		/* top: 0; */
		bottom: 0;
		left: 0;
		margin-top: 0;
		/*-32px*/
	}
}

@media screen and (min-width: 1079px) {
	.menuArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}

	.humberger-wrapper {
		margin-top: 15px;
		padding-right: 30px;
	}

	.header .signup-icon.fixed,
	.header .login-icon.fixed,
	.header .logout-icon.fixed {
		margin-left: 10px;
		/*font-family: 'DIN-Medium', 'YuGo-Bold';*/
		font-family: 'YuGo-Bold', sans-serif;
		background-color: #F4A7BA;
		/* border-radius: 40px; */
		width: 138px;
		height: 60px;
		/* position: absolute; */
		z-index: 97;
		/* top: 50%; */
		/* transform: translateY(-50%) ; */
		/* -webkit- transform: translateY(-50%); */
		/* color: #ffffff; */
	}

	.header .mypage-icon.fixed {
		background-color: #F4A7BA;
		width: 174px;
		height: 60px;
		/* position: absolute; */
		z-index: 97;
		/* top: 50%; */
		/* transform: translateY(-50%) ; */
		/* -webkit- transform: translateY(-50%); */
		/* color: #ffffff; */
	}

	.header .mailmag-icon.fixed {
		right: 0px;
		background: #C6E1E7;
	}

	.header .mypage-icon.fixed,
	.header .signup-icon.fixed {
		/* right: 148px; */
	}

	.header .signup-icon.fixed {
		font-feature-settings: "palt";
	}

	.header .logout-icon.fixed,
	.header .login-icon.fixed {
		/* right: 0px; */
	}

	.header .signup-icon a,
	.header .logout-icon a,
	.header .login-icon a,
	.header .mypage-icon a {
		display: block;
		text-align: center;
		position: relative;
		height: 100%;
	}

	.header .mypage-icon a span,
	/*.header .signup-icon a span,
	.header .logout-icon a span,*/
	.header .login-icon a span {
		/*font-family: 'DIN-Medium', 'YuGo-Bold';*/
		font-family: 'YuGo-Bold', sans-serif;
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		overflow: hidden;
		color: #78C8FF;
		opacity: 1;
		transition: .3s;
	}
	.header .login-icon a span ,.header .logout-icon a span{
		font-family: 'PRIMETIME', sans-serif;
		font-size: 90%;
	}

	.header .mypage-icon a span,
	.header .signup-icon a span,
	.header .logout-icon a span,
	.header .login-icon a span {
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		color: #000;
		line-height: 1.2;
		width: 100%;
		text-align: center;
	}

	.header .mypage-icon a span {
		/* font-size: 80%; */
		line-height: 1.4;
	}

	.header .signup-icon a:hover span,
	.header .logout-icon a:hover span,
	.header .login-icon a:hover span {
		transition: .3s;
	}

	/* .header .mailmag-icon a span {
		background-image: url("https://files.blackpink-official.jp/img/mailmaga.png");
		background-position: 0 0;
		background-position: 0 -28px;
		background-size: 28px 56px;
		background-repeat: no-repeat;
	}  */
}

@media screen and (max-width: 1079px) {

	.humberger-menu ul li a,
	.humberger-menu ul li a span {
		display: block !important;
	}

	.humberger-menu ul li.moa_btn a span {
		background: #C6E1E7;
		border-radius: 20px;
		margin: 1em 0;
	}

	.humberger-menu ul li.moa_btn .gm_moa::after {
		height: 0 !important;
	}

	.humberger-menu ul li.signup_btn a span,
	.humberger-menu ul li.login_btn a span,
	.humberger-menu ul li.account_btn a span,
	.humberger-menu ul li.logout_btn a span {
		background: #fff;
		color: #F4A7BA;
		border-radius: 20px;
		box-sizing: content-box;
		margin: 0.75em 0;
	}
	.humberger-menu ul li.account_btn a span,
	.humberger-menu ul li.signup_btn a span {
		font-size: 14px;
	}
	.humberger-menu ul li.login_btn a span strong,
	.humberger-menu ul li.logout_btn a span strong{
		font-size: 90%;
	}


	/* .humberger-menu ul li a span.gm_moa {
		background: #C6E1E7;
		color: #000000 !important;
		border-radius: 20px;
	} */

	.humberger-menu ul li a .mailmaga {
		background: #fff;
		margin: 2em 0 0;
	}

	.humberger-menu ul li.logout_btn a span:before,
	.humberger-menu ul li.login_btn a span:before,
	.humberger-menu ul li.account_btn a span:before,
	.humberger-menu ul li.signup_btn a span:before {
		content: "";
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-right: 5px;
		margin-bottom: 1px;
		vertical-align: middle;
	}

	.humberger-menu ul li.signup_btn a span:before {
		background: url("https://fcdn.blackpink-official.jp/img/icon/icon_signup.svg") no-repeat;
		background-size: auto;
		background-size: contain;
	}

	.humberger-menu ul li.login_btn a span:before {
		background: url("https://fcdn.blackpink-official.jp/img/icon/icon_login.svg") no-repeat;
		background-size: auto;
		background-size: contain;
	}

	.humberger-menu ul li.logout_btn a span:before {
		background: url("https://fcdn.blackpink-official.jp/img/icon/icon_logout.svg") no-repeat;
		background-size: auto;
		background-size: contain;
	}

	.humberger-menu ul li.account_btn a span:before {
		background: url("https://fcdn.blackpink-official.jp/img/icon/icon_doc.svg") no-repeat;
		background-size: auto;
		background-size: contain;
	}

	.humberger-menu ul li.logout_btn a span strong,
	.humberger-menu ul li.login_btn a span strong,
	.humberger-menu ul li.signup_btn a span strong,
	.humberger-menu ul li.account_btn a span strong {
		/* display: inline-block;
		text-align: center;
		width: 7.5em; */
	}

	.humberger-menu ul li.account_btn a span strong {
		display: inline-block;
		text-align: left;
		width: initial;
	}

	#bd_moa span.gm_moa:after {
		/*background:#000;*/
		background: none;
	}
}
