@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap');

/* 初期化（CMSが自動生成するHTMLを非表示） */
.artist_main, .artist_nav, .artist_detail h1, .artist_detail h2, .artist_txt, .artist_share, .news_box, .artist_tit, .aboutreserve, .schedule_wrap{
	display: none !important;
}

/* 共通要素 */
.artist_detail {
	background-color: #fff;
}
.artist_wrap {
	background-color: #fff;
	width: initial;
	margin-bottom: 0;
	color: #000;
}
.artist_wrap a {
	color: #000;
}
.artist_wrap a:hover {
	color: #FAE5E5;
}
.freearea {
	font-family: "Oswald", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
	margin: 0 !important;
	padding: 0;
}
.sectionTitle {
	position: relative;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	color: #CC0001;
	padding: 5rem 0 3rem;
	text-align: center;
}
.sectionTitle span {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;
	color: #000;
	padding: 0;
}
.sectionTitle:before,
.sectionTitle:after {
	position: absolute;
	top: 3rem;
	font-size: 24px;
	content: "";
	letter-spacing: -7px;
}
.sectionTitle:before {
	left: 0px;
}
.sectionTitle:after {
	right: 0px;
}
.page_top a {
	background-color: #d16466 !important;
}
.page_top a:hover {
	background-color: #ffffff !important;
	color: #d16466 !important; 
}
.textCenter {
    text-align: center;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: center;
	position: relative;
}

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
	opacity: 0;
}
@keyframes fadeInAnime{
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}

.fadeUp02{
	animation-name:fadeUpAnime02;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime02{
	from {
	opacity: 0;
	transform: translateY(100px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger02{
	opacity: 0;
}
@keyframes fadeInAnime{
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}

.flipLeft{
	animation-name: flipLeftAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	perspective-origin: left center;
	opacity:0;
}
@keyframes flipLeftAnime{
	from {
	transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
	opacity: 0;
	}

	to {
	transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
	opacity: 1;
	}
}

.title {
	overflow: hidden;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.title span {
	display: block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.title.-visible,
.title.-visible span {
	transform: translate(0, 0);
}

.sentence {
	overflow: hidden;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.sentence span {
	display: block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.sentence.-visible,
.sentence.-visible span {
	transform: translate(0, 0);
}

/* HEADER */
.originalMainVisual {
	background: linear-gradient(90deg, #001a17 0%, #013530 30%, #013530 70%, #001a17 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.originalMainVisual video,
.originalMainVisual picture {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.originalMainVisual img {
	width: 70%;
	height: auto;
	vertical-align: bottom;
}
.originalHeader {
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	z-index: 5;
}
.originalHeader a {
	color: #fff;
}
.originalMainVisual .mv_copy {
	position: absolute;
	top: ;
	left: 0;
}

/* MERIT */
.merit_text.no-1::before {
	content: "01";
	top: 0;
	left: 0;
}
.merit_text.no-2::before {
	content: "02";
	top: 0;
	left: 50%;
}
.merit_text.no-3::before {
	content: "03";
	top: 0;
	left: 0;
}
.merit_text.no-4::before {
	content: "04";
	top: 0;
	left: 50%;
}


.problem_wrap {
	background-image: url(https://udo.jp/data/public/page/44/344/problem_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.problem_wrap .sectionTitle {
	color: #fff;
}
.problem_wrap .flex  {
	text-align: left;
}
.problem_wrap .flex .problem h3 {
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 22px;
	font-weight: 700;
}

/* EVENT */
.flex .event_sample h3 {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #cc0001;
	margin: 20px 0;
	font-weight: 700;
}
.flex .event_sample p {
	text-align: left;
	margin-left: 70px;
}

/* FLOW */
.stripeBlock.flow_wrap {
	background-color: #F6F6F6;
}
.flow_wrap .flex.flowBox {
	margin-bottom: 140px;
}
.flowArrow {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #f40466;
	margin: -60px auto 80px;
}
.flow_wrap .flex.flowBox:last-child {
	margin-bottom: 0;
}
.flow_wrap .flex.flowBox:last-child::after {
	content: unset;
}
.flex .flow_text {
	flex: 1;
}
.flex .flow_text .flex {
	margin-bottom: 25px;
	justify-content: flex-start;
}
.flex .flow_text .flex h3 {
	font-weight: 700;
	font-size: 34px;
	line-height: .1;
	margin-top: 17px;
}
.flex .flow_text .flex span {
	display: inline-block;
	background-color: #F40466;
	color: #fff;
	padding: 10px 20px;
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin-right: 20px;
}

/* FAQ */
.faq {
	display: block !important;
	color: #000;
	margin-bottom: 50px;
}
.faq .faq_detail_btn {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	margin: 0 0 .5rem;
	text-align: left;
	border-bottom: 1px #000 solid;
}
.faq .faq_detail_btn:first-child {
	border-top: 1px #000 solid;
}
.faq_detail_btn {
	font-family: 'Poppins', "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
	position: relative;
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	margin: 1rem 0 0;
	padding: 1.6rem 1.3rem;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.faq_detail_btn:after {
	position: absolute;
	top: 50%;
	right: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 40px;
	color: #F40466;
	content: "\f067";
	margin-top: -20px;
}
.faq_detail_btn.open:after {
	content: "\f068";
}
.faq_detail {
	display: none;
	padding: 0.5rem 0.5rem 0;
	background: #fff;
}
.faq_div {
	margin-bottom: 0.5rem;
	justify-content: flex-start;
}
.faq .answer__txt {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 1rem;
	text-align: left;
	margin: 50px 0 0;
}
.faq .answer__ttl {
	margin: 0 25px 0 0;
	font-size: 84px;
	color: #dfdfdf;
}
.contact_btn {
	width: 370px;
	height: 65px;
	margin: 120px auto;
}
.contact_btn a {
	display: block;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 20px;
	font-size: 25px;
	font-weight: 600;
}
.contact_btn a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border: 1px #000 solid;
}


/* LINKS */
.stripeBlock.links_wrap {
	padding: 0;
}
.originalLinks {
	background-color: #1F1F1F;
}
.originalLinks .artistLinks {
	text-align: center;
}
.originalLinks .stripeBlockWrap {
	padding: 0 0 60px;
}
.originalLinks .sectionTitle {
	color: #787878;
}
.originalLinks .snsBtn {
	padding: 10px 20px;
}
.originalLinks .snsLinks a {
	color: #fff;
}

/* FOOTER */
.stripeBlock.footer_wrap {
	padding: 0;
}
.originalFooter {
	background-color: #000000;
	color: #fff;
}
.originalFooter .stripeBlockWrap {
	padding: 60px 0;
	text-align: center;
}
.originalFooter .stripeBlockWrap .logo img {
	width: auto;
	height: 60px;
}
.originalFooter .stripeBlockWrap .info {
	font-size: 1rem;
	line-height: 1.7;
	margin: 2rem 0;
}
.originalFooter .stripeBlockWrap .copyright {
	font-size: .875rem;
	line-height: 1;
}
.originalFooter a {
	color: #5A5A5A;
}

/* 共通要素 */
.sp-only {
	display:none;
}
.pc-only {
	display:block;
}

@media only screen and (min-width: 1000px) {
	
	/* 共通要素 */
	.stripeBlock {
		padding: 0 0 60px;
		text-align: center;
	}
	.stripeBlockWrap {
		max-width: 1100px;
		margin: 0 auto;
		text-align: left;
	}
    .stripeBlockWrap p {
        font-size: 1rem;
        line-height: 1.8;
    }
	
	/* HEADER */
	.originalHeader {
		position: sticky;
		position: -webkit-sticky;
		bottom: 0;
		top: 0;
	}
	.originalHeader .logo {
		display: none;
	}
	.originalHeader #originalHeaderMenu {
		color: white;
		letter-spacing: 0.2em;
		background-color: #000;
		text-align: center;
        padding: 20px 0;
	}
	.originalHeader #originalHeaderMenu ul {
		font-size: 0;
	}
	.originalHeader #originalHeaderMenu li {
		display: inline-block;
		font-size: 24px;
		font-weight: 700;
		line-height: 50px;
	}
	.originalHeader #originalHeaderMenu li+li {
		margin-left: 100px;
	}
	.originalHeader #originalHeaderMenu li a {
		text-decoration: none;
	}

	/* PROBLEM */
	.problem_wrap .flex .problem:nth-child(2)  {
		margin: 0 32px;
	}
	
	/* MERIT */	
	.flex.merit_wrap {
		margin-bottom: 177px;
	}
	.merit_text h3 {
		font-size: 34px;
		font-weight: 700;
		margin-bottom: 16px;
	}
	.merit_text.no-1::before,
	.merit_text.no-2::before,
	.merit_text.no-3::before,
	.merit_text.no-4::before {
		position: absolute;
		font-family: Poppins;
		font-weight: bold;
		font-size: 100px;
		line-height: 58px;
		text-align: center;
		color: #cc0001;
		opacity: 0.1;
	}
	.merit_text {
		padding-top: 75px;
		flex: 1;
	}
	.flex:nth-of-type(even) .merit_text {
		margin-right: 80px;
	}
	.flex:nth-of-type(odd) .merit_text {
		margin-left: 80px;
	}

	/* EVENT */
	.flex .event_sample:nth-child(2)  {
		margin: 0 25px;
	}
}

@media only screen and (max-width: 999px) {
	
	/* 共通要素 */
	header {
		display: none;
	}
	.artist_wrap {
		width: 100%;
	}
	.stripeBlock {
		padding: 0 1rem 1rem;
	}
	.sectionTitle {
		font-size: 24px;
		line-height: 50px;
		padding: 3rem 0 2rem;
		letter-spacing: 0;
	}
	.sectionTitle:before,
	.sectionTitle:after {
		top: 1rem;
		font-size: 8px;
		content: "";
		letter-spacing: -7px;
	}
	.sectionTitle span {
		font-size: 18px;
		line-height: 20px;
	}
	img {
		max-width: 100%;
	}
	
	/* HEADER */
	.originalMainVisual picture {
		max-width: 100%;
		width: 100%;
	}
	.originalMainVisual img {
		max-width: unset;
		width: 60%;
	}
	.originalHeader {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 60px;
		background: #000;
		z-index: 15;
	}
	.originalHeader .logo a {
		position: absolute;
		display: block;
		top: 12px;
		left: 15px;
		width: 75px;
		height: 45px;
		text-indent: -9999px;
		background: url(https://udo.jp/mediafile/images/head_logo.png) no-repeat top left;
		background-size: contain;
	}
	.originalHeader #originalHeaderMenuBtn {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 60px;
		height: 60px;
		text-align: center;
		cursor: pointer;
	}
	.originalHeader #originalHeaderMenuBtn p {
		position: relative;
		width: 16px;
		height: 16px;
		margin: 24px auto 0;
	}
	.originalHeader #originalHeaderMenuBtn span {
		position: absolute;
		display: inline-block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
		transition: all .4s;
	}
	.originalHeader #originalHeaderMenuBtn span:nth-child(1) {
		top: 0px;
	}
	.originalHeader #originalHeaderMenuBtn span:nth-child(2) {
		top: 6px;
	}
	.originalHeader #originalHeaderMenuBtn span:nth-child(3) {
		top: 12px;
	}
	.originalHeader #originalHeaderMenuBtn.active span:nth-of-type(1) {
		top: 8px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.originalHeader #originalHeaderMenuBtn.active span:nth-of-type(2) {
		display: none;
	}
	.originalHeader #originalHeaderMenuBtn.active span:nth-of-type(3) {
		top: 8px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.originalHeader #originalHeaderMenu {
		display: none;
		position: fixed;
		top: 60px;
		left: 0px;
		width: 100%;
		background: #000;
		text-align: right;
		z-index: -1;
	}
	.originalHeader #originalHeaderMenu ul {
		border-top: 1px solid #fff;
	}
	.originalHeader #originalHeaderMenu ul li {
		border-bottom: 1px solid #fff;
	}
	.originalHeader #originalHeaderMenu ul li a {
		display: block;
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 1;
		padding: 1rem;
		text-align: center;
	}
	.originalHeader #originalHeaderMenu ul li img {
		display: none;
	}
	
	/* MERIT */	
	.flex.merit_wrap {
		margin-bottom: 80px;
	}
	.merit_text h3 {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 16px;
	}
	.merit_text.no-1::before,
	.merit_text.no-2::before,
	.merit_text.no-3::before,
	.merit_text.no-4::before {
		position: absolute;
		font-family: Poppins;
		font-weight: bold;
		font-size: 60px;
		line-height: 30px;
		text-align: center;
		color: #cc0001;
		opacity: 0.1;
	}
	.merit_text {
		padding-top: 45px;
		margin-bottom: 30px;
		flex: 1;
	}
	.merit_img {
		flex: 1;
	}
	.flex:nth-of-type(2n) .merit_text {
		margin-right: 40px;
	}
	.flex:nth-of-type(2n+1) .merit_text {
		margin-left: 40px;
	}

	/* PROBLEM */
	.problem_wrap .flex .problem {
		flex: 1;
	}
	.problem_wrap .flex .problem:nth-child(2)  {
		margin: 0 32px;
	}

	/* FLOW */
	.flex .flow_text .flex span {
		padding: 10px;
		font-size: 16px;
	}
	.flex .flow_text .flex h3 {
		font-weight: 600;
		font-size: 22px;
		margin-top: 17px;
	}
	
	/* LINKS */
	.originalLinks {
		padding-bottom: 1rem;
	}
	.originalLinks .snsBtn {
		padding: 0 1rem;
	}

	/* FOOTER */
	.originalFooter .stripeBlockWrap {
		padding: 2rem 0 1rem;
	}
	.originalFooter .stripeBlockWrap .info {
		font-size: .875rem;
		margin: 1rem 0;
	}
	.originalFooter .stripeBlockWrap .copyright {
		font-size: .75rem;
	}
	
}
@media only screen and (max-width:767px) {
	.pc-only, .tab-only { display:none; }

	.flex .flow_img {
		flex: 0.6;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.originalMainVisual picture,
	.originalMainVisual img {
		padding-top: 5px;
	}
	.sp-only { display:block; }	
	.pc-only { display:none; }
	
	/* MERIT */	
	.flex.merit_wrap {
		margin-bottom: 80px;
		display: unset;
	}
	.flex.merit_wrap:nth-of-type(odd) {
		display: flex;
		flex-direction:column-reverse;
		margin-top: 80px;
	}

	/* PROBLEM */
	.problem_wrap .flex  {
		display: unset;
	}
	.problem_wrap .flex .problem,
	.problem_wrap .flex .problem:nth-child(2) {
		margin: 40px 0;
	}
	.problem_wrap .flex .problem p {
		text-align: left;
		font-size: .9rem;
		line-height: 1.5;
	}
	.merit_text.no-2::before {
		left: 0;
	}
	.merit_text.no-4::before {
		left: 0;
	}

	/* EVENT */
	#event .flex {
		display: unset;
	}
	#event .flex .event_sample {
		margin-bottom: 40px;
	}

	/* FLOW */
	.flex.flowBox {
		display: unset;
	}
	.flex .flow_text .flex h3 {
		font-size: 22px;
		line-height: .5;
		margin-top: 17px;
	}
	.flex .flow_text {
		margin-bottom: 40px;
	}
	.flex .flow_img {
		margin-bottom: 120px;
		text-align: center;
		margin-left: 0;
	}
	.flex .flow_text .flex span {
		padding: 10px 10px;
		font-size: 15px;
		margin-right: 10px;
	}
	.flowArrow {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #f40466;
		margin: -70px auto 40px;
	}

	/* FAQ */
	.faq .faq_detail_btn {
		font-size: 1rem;
		padding-right: 30px;
	}
	.faq .answer__txt {
		margin: 30px 0 0;
	}
	.contact_btn {
		width: 90%;
		height: auto;
		margin: 100px auto;
	}
	.contact_btn a {
		padding: 16px;
		font-size: 20px;
	}
}