@charset "utf-8";


/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #1c1634;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
}

@media (max-width: 767px) {
	body {
		font-size: 13px;
	}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}

q:after, q:before {
	content: '';
}

a, input {
	/* outline: none; */
}

abbr, acronym {
	border: 0;
}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}



/* link
------------------------------------------------ */
a {
	color: #1c1634;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	/* Firefox */
	-webkit-transition: all 0.5s !important;
	/* Chrome&Safari */
}


.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)";
	/* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
	a:hover {
		opacity: 1;
	}

	.op:hover,
	.op a:hover,
	.op:hover img,
	.op:hover input {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		/* IE lt 8 */
		-ms-filter: "alpha(opacity=100)";
		/* IE 8 */
	}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}

.visible-tab {
	display: none !important;
}

.visible-ts {
	display: none !important;
}

.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
	.visible-tab {
		display: block !important;
	}

	.visible-pc-only {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.visible-pc {
		display: none !important;
	}

	.visible-ts {
		display: block !important;
	}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 600;
}

.fwm {
	font-weight: 500;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}


/* !ff
------------------------------------------------ */
@font-face {
	font-family: 'Atrament';
	src: url("../fonts/Atrament_Bold_Italic.otf") format('opentype');
	font-weight: bold;
	font-style: italic;
}

.ff_goldman {
	font-family: "Goldman", sans-serif;
}

.ff_dela {
	font-family: "Dela Gothic One", sans-serif;
}

.ff_roboto {
	font-family: "Roboto", sans-serif;
}

.ff_atrament {
	font-family: 'Atrament', sans-serif;
	font-weight: 700;
	font-style: italic;
}



/* html
----------------------------------------------- */
html.html-lock {
	overflow: hidden;
	touch-action: none;
}



/* wrapper
----------------------------------------------- */
#wrapper {
	padding: 90px 0 0;
	overflow: hidden;
}

@media (max-width: 1024px) {
	#wrapper {
		padding: 70px 0 0;
	}
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}




/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
}

#header .header_in {
	padding: 0 15px 0 20px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	z-index: 98;
}

#header .header_logo {
	flex-shrink: 0;
	font-size: 0;
	width: 127px;
}

#header .header_mess {
	display: flex;
	align-items: center;
}

#header .header_navi {
	display: flex;
	align-items: center;
	gap: 30px;
}

#header .header_navi li a {
	display: block;
	color: #322e30;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Goldman", sans-serif;
	letter-spacing: -0.025em;
}

#header .header_navi li a:hover {
	color: #e73282;
}

#header .header_sns {
	font-size: 0;
	margin: 0 35px 0 55px;
}

#header .header_sns img {
	width: 32px;
}

#header .header_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px #e73282 solid;
	background: #e73282;
	width: 200px;
	height: 60px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

#header .header_btn a:hover {
	background: #fff;
	color: #e73282;
}

.navbar-toggle {
	display: none;
}

.navbar-collapse {
	display: none;
}

@media (max-width: 1024px) {
	#header .header_in {
		padding: 0 20px 0 10px;
		height: 70px;
	}

	#header .header_logo {
		width: 100px;
	}

	#header .header_navi {
		display: none;
	}

	#header .header_sns {
		margin: 0 30px 0 0;
	}

	#header .header_sns img {
		width: 25px;
	}

	#header .header_btn {
		display: none;
	}

	.navbar-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 100;
	}

	.navbar-toggle .toggle_menu {
		display: block;
		width: 30px;
		height: 14px;
		position: relative;
	}

	.navbar-toggle .toggle_menu span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		background-color: #e73282;
		width: 100%;
		height: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.navbar-toggle .toggle_menu span:nth-of-type(1) {
		top: 0;
	}

	.navbar-toggle .toggle_menu span:nth-of-type(2) {
		top: 10px;
	}

	.navbar-toggle.on .toggle_menu span:nth-of-type(1) {
		top: 0;
		transform: translateY(5px) rotate(30deg);
	}

	.navbar-toggle.on .toggle_menu span:nth-of-type(2) {
		top: 10px;
		transform: translateY(-5px) rotate(-30deg);
	}

	.navbar-collapse {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.5);
		height: 100vh;
		width: 100%;
		padding: 0 0 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 99;
	}

	.navbar-collapse .navbar_inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 10px;
		background: #fff;
		height: 100%;
		transform: translateX(100%);
		padding: 15px 0 50px 30px;
		transition: all 0.5s !important;
		-moz-transition: all 0.5s !important;
		/* Firefox */
		-webkit-transition: all 0.5s !important;
		/* Chrome&Safari */
	}

	.navbar-collapse.on .navbar_inner {
		transform: translateX(0);
	}

	.navbar-collapse.on .navbar_cont {}

	.navbar-collapse.on .navbar_logo {
		width: 150px;
		margin: 0 0 min(30px, 8vw) -15px;
	}

	.navbar-collapse .navbar_list {
		margin: 0 0 10px;
	}

	.navbar-collapse .navbar_list li {
		border-bottom: 1px #f4e3ea solid;
	}

	.navbar-collapse .navbar_list li a {
		display: block;
		padding: min(30px, 8vw) 40px min(30px, 8vw) 0;
		background-image: url("../img/arrow_menu.png");
		background-position: right 28px center;
		background-size: 12px 8px;
		background-repeat: no-repeat;
		font-size: 18px;
		font-weight: 700;
		color: #322e30;
		line-height: 1;
		font-family: "Goldman", sans-serif;
		letter-spacing: -0.025em;
	}

	.navbar-collapse .navbar_btm {
		padding: 0 25px 0 0;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 10px;
	}

	.navbar-collapse .navbar_other {}

	.navbar-collapse .navbar_x {
		margin: 0 0 25px;
		width: 30px;
	}

	.navbar-collapse .navbar_x a {
		display: block;
		font-size: 0;
	}

	.navbar-collapse .navbar_cta {
		margin: 0 0 5px;
		line-height: 1.5;
	}

	.navbar-collapse .navbar_cta a {
		display: inline-block;
		font-size: 11px;
		color: #e73282;
		text-decoration: underline;
	}

	.navbar-collapse .navbar_org {
		font-size: 11px;
		font-weight: 700;
		line-height: 1.5;
	}

	.navbar-collapse .navbar_circle {
		padding: 0 0 15px;
		flex-shrink: 0;
	}
}




/* anchor
----------------------------------------------- */
.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 90px;
	margin-top: -90px;
	z-index: 0;
}

@media (max-width: 1024px) {
	.anchor {
		padding-top: 70px;
		margin-top: -70px;
	}
}



/* animate
----------------------------------------------- */
@keyframes fadeInLeftLit {
	from {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftLit {
	animation-name: fadeInLeftLit;
}

@keyframes fadeInRightLit {
	from {
		opacity: 0;
		transform: translate3d(30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightLit {
	animation-name: fadeInRightLit;
}

@keyframes fadeInUpLit {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpLit {
	animation-name: fadeInUpLit;
}


/* footer
----------------------------------------------- */


/* H
----------------------------------------------- */
.section_hdl {
	display: flex;
	justify-content: center;
}



/* common
----------------------------------------------- */
.com_fix {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 9;
}

.fix_circle a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 1.22;
	width: 170px;
	height: 170px;
	background: #e73282;
	text-align: center;
	padding: 20px 10px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.fix_circle a:before {
	position: absolute;
	content: "";
	background-image: url("../img/bg_circle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 210px;
	height: 210px;
	left: 50%;
	top: 50%;
	margin: -105px 0 0 -105px;
	animation: rotate 8s linear infinite;
	z-index: 0;
}

.fix_circle .circle_txt {
	padding: 0 0 35px;
	position: relative;
}

.fix_circle .circle_txt:before {
	position: absolute;
	content: "";
	background-image: url("../img/arrow_circle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	/* Firefox */
	-webkit-transition: all 0.5s !important;
	/* Chrome&Safari */
	z-index: 0;
}

.fix_circle a:hover .circle_txt:before {
	transform: translateX(calc(-50% + 5px));
}

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

	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 767px) {
	.com_fix {
		right: 20px;
	}

	.fix_circle a {
		font-size: 13px;
		line-height: 1.46;
		width: 105px;
		height: 105px;
		padding: 10px 5px 0;
	}

	.fix_circle a:before {
		width: 128px;
		height: 128px;
		margin: -64px 0 0 -64px;
	}

	.fix_circle .circle_txt {
		padding: 0 0 20px;
	}

	.fix_circle .circle_txt:before {
		width: 15px;
		height: 15px;
	}

	.fix_circle a:hover .circle_txt:before {
		transform: translateX(-50%);
	}
}


.not_displayed {
	display: none;
}



/* information
----------------------------------------------- */
.bg_heart {
	background-image: url("../img/bg_heart.jpg");
	background-position: 0 0;
	background-repeat: repeat;
	padding: 75px 0 80px;
}

.information {
	margin: 0 0 70px;
	position: relative;
}

.information .section_hdl {
	margin: 0 0 50px;
}

.information .section_hdl img {
	width: 627px;
}

.information .infor_list {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	gap: 10px;
}

.information .infor_list li {
	line-height: 1.54;
	color: #fff;
	padding: 0 0 0 20px;
	position: relative;
}

.information .infor_list li:before {
	position: absolute;
	content: "";
	background: #ffe90a;
	width: 10px;
	height: 10px;
	left: 0;
	top: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}

.information .infor_list li a {
	color: #fff;
}

.information .infor_list li a:hover {
	opacity: 0.5;
}

.information .sub_text {
	line-height: 1.54;
	color: #fff;
	padding: 0 30px 40px;
}

@media (max-width: 767px) {
	.bg_heart {
		background-size: 78px 78px;
		padding: 50px 0 40px;
	}

	.information {
		margin: 0 0 50px;
	}

	.information .section_hdl {
		margin: 0 -8px 35px;
	}

	.information .section_hdl img {
		width: 350px;
	}

	.information .infor_list {
		padding: 0;
		gap: 8px;
	}

	.information .infor_list li:before {
		top: 5px;
	}

	.information .sub_text {
		padding: 0 0px 30px;
	}
}




/* contact
----------------------------------------------- */
.contact {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 10px 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

.contact .contact_hd {
	width: 100%;
	background: #f17db4;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.025em;
	margin: 0 0 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.contact .contact_det {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 5px;
}

.contact .contact_url {
	text-align: center;
	margin: 0 0 20px;
}

.contact .contact_url a {
	line-height: 1.5;
	text-decoration: underline;
	display: inline-block;
	font-size: 32px;
	color: #e73282;
}

.contact .contact_org {
	text-align: center;
	font-weight: 700;
	margin: 0 0 40px;
}

.contact .sns_tit {
	text-align: center;
	margin: 0 0 35px;
	background: #1c1634;
	width: 100px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	position: relative;
}

.contact .sns_tit:before {
	position: absolute;
	content: "";
	background: #1c1634;
	width: 8px;
	height: 5px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 0;
}

.contact .sns_x {
	text-align: center;
}

.contact .sns_x img {
	width: 50px;
}


@media (max-width: 767px) {
	.contact {
		padding: 10px 10px 35px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.contact .contact_hd {
		height: 52px;
		font-size: 18px;
		letter-spacing: 0.025em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.contact .contact_det {
		font-size: 16px;
		margin: 0 0 5px;
	}

	.contact .contact_url {
		margin: 0 0 5px;
	}

	.contact .contact_url a {
		font-size: 18px;
	}

	.contact .contact_org {
		font-size: 12px;
		margin: 0 0 25px;
	}

	.contact .sns_tit {
		margin: 0 0 20px;
		width: 64px;
		height: 26px;
		font-size: 14px;
	}

	.contact .sns_tit:before {
		width: 6px;
		height: 4px;
	}

	.contact .sns_x img {
		width: 45px;
	}
}





/* copyright
----------------------------------------------- */
.copyright {
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.025em;
	margin: 50px 0 0;
	line-height: 1;
}

@media (max-width: 767px) {
	.copyright {
		font-size: 12px;
		letter-spacing: 0.025em;
		margin: 40px 0 0;
	}
}



/* artists
----------------------------------------------- */
.artists {
	margin: -60px 0 0;
	padding: 70px 0 110px;
	background: -webkit-linear-gradient(#f9f0f4 0%, #fff 50%, #fff 100%);
	background: -o-linear-gradient(#f9f0f4 0%, #fff 50%, #fff 100%);
	background: linear-gradient(#f9f0f4 0%, #fff 50%, #fff 100%);
	-webkit-border-radius: 60px 60px 0 0;
	-moz-border-radius: 60px 60px 0 0;
	-ms-border-radius: 60px 60px 0 0;
	-o-border-radius: 60px 60px 0 0;
	border-radius: 60px 60px 0 0;
	position: relative;
}

.artists .section_hdl {
	margin: 0 0 60px;
}

.artists .section_hdl img {
	width: 460px;
}

.artists .artists_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px 60px;
}

.artists .artists_list li {
	width: calc((100% - 120px)/3);
	position: relative;
}

.artists .artists_list .note {
	position: absolute;
	bottom: -50px;
	right: 0px;
	font-weight: 400;
	font-size: 15px;
}

.artists .artists_list .list_link {
	position: relative;
}

.artists .artists_list .list_link:before {
	position: absolute;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: -25px;
	top: -25px;
	z-index: 2;
}

.artists .artists_list .list_link.item_act:before {
	background-image: url("../img/ico_act.png");
	width: 158px;
	height: 69px;
}

.artists .artists_list .list_link.item_mc:before {
	background-image: url("../img/ico_mc.png");
	width: 137px;
	height: 69px;
}

.artists .artists_list .list_img {
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.artists .artists_list .list_img img {
	width: 100%;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	/* Firefox */
	-webkit-transition: all 0.5s !important;
	/* Chrome&Safari */
}

.artists .artists_list .list_link:hover .list_img img {
	transform: scale(1.07);
}

.artists .artists_list .list_name {
	text-align: center;
	margin: 20px 0 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.23;
}

@media (max-width: 1024px) {
	.artists .artists_list {
		gap: 80px 30px;
	}

	.artists .artists_list li {
		width: calc((100% - 60px)/3);
	}
}

@media (max-width: 767px) {
	.artists {
		margin: -20px 0 0;
		padding: 50px 0 80px;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
		-ms-border-radius: 20px 20px 0 0;
		-o-border-radius: 20px 20px 0 0;
		border-radius: 20px 20px 0 0;
	}

	.artists .section_hdl {
		margin: 0 0 50px;
	}

	.artists .section_hdl img {
		width: 260px;
	}

	.artists .artists_list {
		gap: 40px 15px;
	}

	.artists .artists_list li {
		width: calc((100% - 15px)/2);
	}

	.artists .artists_list .note {
		right: 3px;
		bottom: -27px;
		font-size: 12px;
		font-weight: 500;
	}

	.artists .artists_list .list_link:before {
		left: -5px;
		top: -10px;
	}

	.artists .artists_list .list_link.item_act:before {
		width: 79px;
		height: 35px;
	}

	.artists .artists_list .list_link.item_mc:before {
		width: 69px;
		height: 35px;
	}

	.artists .artists_list .list_img {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.artists .artists_list .list_link:hover .list_img img {
		transform: scale(1);
	}

	.artists .artists_list .list_name {
		margin: 15px 0 0;
		font-size: 16px;
	}
}





/* introduce
----------------------------------------------- */
.introduce {
	background-image: url("../img/bg_intro.jpg");
	background-position: 0 0;
	background-repeat: repeat;
	padding: 70px 0 100px;
	position: relative;
}

.introduce .intro_box {
	padding: 10px;
	background: linear-gradient(to right, #e94b8f, #ecaad3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.introduce .intro_inner {
	background: #fff;
	padding: 75px 90px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.introduce .intro_txt {
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: 0.025em;
	text-align: center;
}

@media (max-width: 767px) {
	.introduce {
		background-size: 10px 1px;
		padding: 50px 0;
	}

	.introduce .intro_box {
		padding: 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.introduce .intro_inner {
		padding: 50px 25px 60px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.introduce .intro_txt {
		font-size: 14px;
	}
}





/* overview
----------------------------------------------- */
.overview {
	overflow: hidden;
	position: relative;
	background: #f4e3ea;
}

.overview:before,
.overview:after {
	position: absolute;
	content: "";
	background-image: url("../img/line_overview.jpg");
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	z-index: 1;
}

.overview:before {
	left: 0;
	top: 0;
}

.overview:after {
	left: 0;
	bottom: 0;
}

.overview .overview_inner {
	padding: 95px 0 110px;
	position: relative;
}

.overview .overview_inner:after {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	z-index: 0;
}

.overview .section_hdl {
	margin: 0 0 70px;
}

.overview .section_hdl img {
	width: 509px;
}

.overview .over_dec01 {
	position: absolute;
	left: 0;
	top: 50px;
	width: 295px;
	height: 404px;
	background-image: url("../img/dec_overview01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.overview .over_dec02 {
	position: absolute;
	right: 0;
	top: 0;
	width: 236px;
	height: 872px;
	background-image: url("../img/dec_overview02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.overview .over_dec03 {
	position: absolute;
	left: 0;
	top: 856px;
	width: 330px;
	height: 393px;
	background-image: url("../img/dec_overview03.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.overview .over_dec04 {
	position: absolute;
	right: 0;
	top: 1247px;
	width: 200px;
	height: 172px;
	background-image: url("../img/dec_overview04.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.overview .over_box {
	display: flex;
	align-items: center;
	gap: 30px 5%;
}

.overview .over_box .box_map {
	width: 45%;
	background: #fff;
	padding: 20px;
	align-self: flex-start;
	overflow: hidden;
}

.overview .over_box .box_map iframe {
	width: 100%;
	height: 440px;
	float: left;
}

.overview .over_box .box_cont {
	width: 50%;
}

.overview .over_box .box_tit {
	font-weight: 700;
	font-size: 52px;
	line-height: 1.3;
	margin: 0 0 40px;
}

.overview .over_box .box_tit .tit_sml {
	display: block;
	font-size: 32px;
}

.overview .over_box .box_date {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.overview .over_box .box_date .number {
	font-size: 48px;
}

.overview .over_box .box_time {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 20px;
}

.overview .over_box .box_place {
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	position: relative;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.overview .over_box .box_place:before {
	position: absolute;
	content: "";
	background-image: url("../img/ico_map.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 8px;
	width: 18px;
	height: 22px;
	z-index: 0;
}

.overview .over_box .box_addr {
	margin: 0 0 20px;
}

.overview .over_box .box_list li {
	line-height: 1.625;
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.overview .over_ticket {
	position: relative;
	margin: 60px 0 0;
}

.overview .over_ticket .ticket_tit {
	margin: 0 0 60px;
	border-bottom: 2px #f17db4 solid;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 15px;
	color: #e73282;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.overview .over_ticket .ticket_tit .tit_eng {
	font-size: 52px;
	line-height: 1;
	margin: 0 0 5px;
}

.overview .over_ticket .ticket_box {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px 40px;
}

.overview .over_ticket .ticket_item {
	width: calc((100% - 40px)/2);
	border-style: solid;
	border-width: 10px;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.overview .over_ticket .ticket_item .item_cap {
	width: 180px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

.overview .over_ticket .ticket_item .item_num {
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	font-family: "Roboto", sans-serif;
}

.overview .over_ticket .ticket_item.forward {
	border-color: #e73e8a;
	background: #fffce4;
}

.overview .over_ticket .ticket_item.forward .item_cap {
	background: #e73e8a;
}

.overview .over_ticket .ticket_item.general {
	border-color: #193c6d;
	background: #f8fbff;
}

.overview .over_ticket .ticket_item.general .item_cap {
	background: #193c6d;
}

.overview .over_ticket .ticket_item.womens {
	border-color: #e73e8a;
	background: #fff1f7;
}

.overview .over_ticket .ticket_item.womens .item_cap {
	background: #e73e8a;
}

.overview .over_ticket .ticket_item.sameday {
	border-color: #e8e8e8;
	background: #fff;
}

.overview .over_ticket .ticket_item.sameday .item_cap {
	background: #232323;
}

.overview .over_ticket .ticket_note_text {
	padding: 40px 50px 0px;
	font-size: 18px;
}

.overview .over_ticket .ticket_note {
	padding: 30px 50px 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.overview .over_ticket .ticket_note li {
	font-size: 18px;
	line-height: 1.5;
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.overview .over_ticket .ticket_sales {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.overview .over_ticket .ticket_sales .sales_box {
	background: #fff;
	border: 4px #f4cadb solid;
	padding: 45px 45px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.overview .over_ticket .ticket_sales .sales_tit {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.47;
	padding: 0 0 0 18px;
	margin: 0 0 35px;
	position: relative;
}

.overview .over_ticket .ticket_sales .sales_tit:before {
	position: absolute;
	content: "";
	background: #f17db4;
	width: 6px;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	z-index: 0;
}

.overview .over_ticket .ticket_sales .sales_inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.overview .over_ticket .ticket_sales .sales_item {}

.overview .over_ticket .ticket_sales .sales_item .item_tit {
	border-bottom: 1px #f17db4 solid;
	padding: 0 0 5px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 15px;
}

.overview .over_ticket .ticket_sales .sales_item .item_tit .tit_in {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
}

.overview .over_ticket .ticket_sales .sales_item .item_tit .tit_in:before {
	position: absolute;
	content: "";
	background: #1c1634;
	width: 10px;
	height: 10px;
	left: 0;
	top: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}

.overview .over_ticket .ticket_sales .sales_item .item_url {
	margin: 0 0 10px;
}

.overview .over_ticket .ticket_sales .sales_item .item_url a {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #e73282;
	text-decoration: underline;
}

.overview .over_ticket .ticket_sales .sales_item .item_url a:hover {
	opacity: 0.5;
}

.overview .over_ticket .ticket_sales .sales_item .item_date {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}

.overview .over_ticket .ticket_sales .sales_item .item_note {
	margin: 30px 0 0;
	display: flex;
	flex-direction: column;
}

.overview .over_ticket .ticket_sales .sales_item .item_note li {
	/* text-indent: -1.3em;
	padding-left: 1.3em; */
}

@media (max-width: 767px) {

	.overview:before,
	.overview:after {
		background-size: 165px 5px;
		height: 5px;
	}

	.overview .overview_inner {
		padding: 55px 0 65px;
	}

	.overview .overview_inner:after {
		height: 200px;
	}

	.overview .section_hdl {
		margin: 0 0 35px;
	}

	.overview .section_hdl img {
		width: 290px;
	}

	.overview .over_dec01 {
		left: 0;
		top: 0;
		width: 100%;
		height: 179vw;
		background-image: url("../img/dec_overview01_sp.png");
	}

	.overview .over_dec02 {
		display: none;
	}

	.overview .over_dec03 {
		display: none;
	}

	.overview .over_dec04 {
		display: none;
	}

	.overview .over_box {
		flex-direction: column-reverse;
		gap: 30px;
	}

	.overview .over_box .box_map {
		width: 100%;
		padding: 10px;
	}

	.overview .over_box .box_map iframe {
		height: 280px;
	}

	.overview .over_box .box_cont {
		width: 100%;
	}

	.overview .over_box .box_tit {
		font-size: 29px;
		margin: 0 0 25px;
	}

	.overview .over_box .box_tit .tit_sml {
		font-size: 18px;
	}

	.overview .over_box .box_date {
		font-size: 16px;
	}

	.overview .over_box .box_date .number {
		font-size: 32px;
	}

	.overview .over_box .box_time {
		font-size: 12px;
	}

	.overview .over_box .box_place {
		margin: 0 0 5px;
		padding: 0 0 0 20px;
		font-size: 19px;
	}

	.overview .over_box .box_place:before {
		top: 5px;
		width: 12px;
		height: 14px;
	}

	.overview .over_ticket {
		margin: 50px 0 0;
	}

	.overview .over_ticket .ticket_tit {
		margin: 0 0 35px;
		padding: 0 0 10px;
		font-size: 14px;
	}

	.overview .over_ticket .ticket_tit .tit_eng {
		font-size: 36px;
	}

	.overview .over_ticket .ticket_box {
		flex-direction: column;
		gap: 15px;
	}

	.overview .over_ticket .ticket_item {
		width: 100%;
		border-width: 5px;
		padding: 30px 10px 25px;
		gap: 15px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.overview .over_ticket .ticket_item .item_cap {
		width: 105px;
		height: 30px;
		font-size: 13px;
	}

	.overview .over_ticket .ticket_item .item_num {
		font-size: 30px;
	}

	.overview .over_ticket .ticket_note_text {
		padding: 30px 0 0px;
		font-size: 14px;
	}

	.overview .over_ticket .ticket_note {
		padding: 25px 0 50px;
		gap: 5px;
	}

	.overview .over_ticket .ticket_note li {
		font-size: 14px;
	}

	.overview .over_ticket .ticket_sales .sales_box {
		border: 3px #f4cadb solid;
		padding: 25px 17px 35px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.overview .over_ticket .ticket_sales .sales_tit {
		font-size: 22px;
		line-height: 1.5;
		padding: 6px 0 6px 20px;
	}

	.overview .over_ticket .ticket_sales .sales_tit:before {
		width: 4px;
	}

	.overview .over_ticket .ticket_sales .sales_inner {
		gap: 35px;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_tit {
		padding: 0 0 10px;
		font-size: 14px;
		margin: 0 0 25px;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_tit .tit_in {
		padding: 0 0 0 17px;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_tit .tit_in:before {
		top: 6px;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_url {
		margin: 0 0 10px;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_url a {
		font-size: 15px;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_url a:hover {
		opacity: 1;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_date {
		font-size: 16px;
		line-height: 1.625;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_note {
		margin: 25px 0 0;
		gap: 5px;
	}

	.overview .over_ticket .ticket_sales .sales_item .item_note li {
		line-height: 1.54;
	}
}





/* concept
----------------------------------------------- */
.concept {
	background: #f4e3ea;
	padding: 30px 0 160px;
	position: relative;
}

.concept .concept_dec01 {
	position: absolute;
	left: 0;
	bottom: 180px;
	width: 150px;
	height: 387px;
	background-image: url("../img/dec_concept01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.concept .concept_dec02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
	height: 768px;
	background-image: url("../img/dec_concept02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.concept .concept_box {
	padding: 10px;
	position: relative;
	background: linear-gradient(to right, #e94b8f, #ecaad3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.concept .concept_box:before {
	position: absolute;
	content: "";
	background-image: url("../img/heart_concept.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 103px;
	height: 112px;
	left: 90px;
	top: -40px;
	z-index: 1;
}

.concept .concept_inner {
	background: #fff;
	overflow: hidden;
	padding: 50px 20px 65px;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.concept .concept_eng {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 160px;
	color: rgba(246, 139, 190, 0.1);
	line-height: 0.7;
	letter-spacing: -0.005em;
	white-space: nowrap;
}

.concept .concept_eng.eng_up {
	top: 0;
}

.concept .concept_eng.eng_down {
	bottom: 0;
}

.concept .section_hdl {
	margin: 0 0 30px;
}

.concept .section_hdl img {
	width: 996px;
}

.concept .concept_cont {
	max-width: 890px;
	margin: 0 auto;
}

.concept .concept_txt {
	font-size: 18px;
	line-height: 2;
}

@media (max-width: 767px) {
	.concept {
		padding: 5px 0 85px;
	}

	.concept .concept_dec01 {
		display: none;
	}

	.concept .concept_dec02 {
		width: 328px;
		height: 215px;
		background-image: url("../img/dec_concept02_sp.png");
	}

	.concept .concept_box {
		padding: 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.concept .concept_box:before {
		width: 92px;
		height: 100px;
		left: 10px;
		top: -26px;
	}

	.concept .concept_inner {
		padding: 10px 0 60px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.concept .concept_eng {
		font-size: 70px;
		color: rgba(246, 139, 190, 0.1);
		line-height: 0.7;
	}

	.concept .section_hdl {
		margin: 0 0 40px;
	}

	.concept .concept_cont {
		padding: 0 20px;
	}

	.concept .concept_txt {
		font-size: 14px;
		line-height: 1.86;
	}
}





/* mv
----------------------------------------------- */
.top_mv {
	background: #f4e3ea;
	position: relative;
}

.top_mv:before {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	z-index: 0;
}

.top_mv .mv_box {
	padding: 30px 20px 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 2;
}

.top_mv .mv_box .mv_logo {
	width: 691px;
	max-width: 100%;
}

.top_mv .mv_box .mv_date {
	width: 373px;
	max-width: 100%;
}

.top_mv .mv_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 825px;
	background-image: url("../img/bg_mv.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 2120px 825px;
	animation: meteorFlyIn 1s ease-out 0s forwards;
	opacity: 0;
	z-index: 1;
}

@keyframes meteorFlyIn {
	0% {
		opacity: 0;
		transform: translate(100vh, -100vh);
	}

	70% {
		opacity: 1;
		transform: translate(0, 0) rotate(0);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0) rotate(0);
	}
}

@media (max-width: 767px) {
	.top_mv:before {
		height: 200px;
		background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
		background: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	}

	.top_mv .mv_box {
		padding: 13.33vw 0 38vw;
	}

	.top_mv .mv_box .mv_logo {
		width: 100%;
	}

	.top_mv .mv_box .mv_date {
		width: 290px;
	}

	.top_mv .mv_bg {
		width: 100%;
		height: 149vw;
		bottom: auto;
		top: 0;
		background-image: url("../img/bg_mv_sp.png");
		background-size: cover;
	}
}


/* timetable
----------------------------------------------- */
.timetable {
	padding: 50px 20px;
	background-color: #f7ebf9;
	background-image: repeating-linear-gradient(to right,
			#f6e8f9 0px,
			#f6e8f9 15px,
			transparent 15px,
			transparent 30px);
}


.timetable img {
	display: block;
	margin: auto;
}