@charset "UTF-8";
/* CSS Document */

body.fixed {
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;
}

.music_fade-in {
	animation-name: fadein;
	animation-duration: 1s;
}
@keyframes fadein{
	from {
	opacity: 0;
	transform: translatey(60px);
	}
	to {
	opacity: 1;
	transform: translatey(0);
	}
}
.au-music_text_or {
	text-shadow:
		3px 3px 3px #fff, -3px -3px 3px #fff,
		-3px 3px 3px #fff,  3px -3px 3px #fff,
		3px 0px 3px #fff, -3px -0px 3px #fff,
		0px 3px 3px #fff,  0px -3px 3px #fff;
}
.au-music_text_w {
	text-shadow:
		3px 3px 3px #EB5505, -3px -3px 3px #EB5505,
		-3px 3px 3px #EB5505,  3px -3px 3px #EB5505,
		3px 0px 3px #EB5505, -3px -0px 3px #EB5505,
		0px 3px 3px #EB5505,  0px -3px 3px #EB5505;
}
@media screen and (min-width: 768px) {
	.hidden_pc {
		display: none!important;
	}
}
/*=======================
  PC
=======================*/

.lp_au-music {
	box-sizing: border-box;
	overflow: hidden;
	width: 100vw;
	margin: 0 auto 120px;
	position: relative;
	padding-top: 104px
}
.lp_au-music::before {
	background-image: url(/content/dam/au-com/lp/music/images/bg_01_pc.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
}

.lp_au-music::after {
	background-image: url(/content/dam/au-com/lp/music/images/bg_02_pc.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	top: 2000px;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.lp_au-music .mv-wrap {
	position: relative;
}

/*popup*/

body.open_popup {
	overflow: hidden;
}
.lp_au-music .popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.44);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	overflow: auto;
}
body.open_popup .lp_au-music .popup_overlay {
	opacity: 1;
	visibility: visible;
}

/*ポップアップの幅など*/
.lp_au-music .popup_overlay .popup_wrap {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #EB5505;
	color: #000000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-height: 90%;
	padding: 52px 28px 48px;
	overflow-y: scroll;
}
/*ポップアップの中身*/
.lp_au-music .popup_overlay .popup_wrap .ttl {
	font-size: 28px;
	line-height: 1.42;
	font-weight: 600;
	text-align: center;
}
.lp_au-music .popup_overlay .popup_wrap .txt {
	font-size: 18px;
	line-height: 1.66;
	margin-top: 52px;
}
.lp_au-music .popup_overlay .popup_wrap .txt + .txt {
	margin-top: 40px;
}
.lp_au-music .popup_overlay .popup_wrap .popup__close {
	transition: opacity 0.3s;

}
.lp_au-music .popup_overlay .popup_wrap .popup__close::before {
	background-image: url(/content/dam/au-com/lp/music/images/icon_close.svg);
	background-repeat: no-repeat;
	background-size: 46px 46px;
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
}
.lp_au-music .popup_overlay .popup_wrap .popup__close:hover {
	opacity: 0.7;
}

/*mv area*/
.lp_au-music .mv-wrap .txt_01 {
	position: relative;
	display: inline-block;
	left: 120px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.75;
}
.lp_au-music .mv-wrap h1 {
	margin: 34px 0 0;
	text-align: center;
}
.lp_au-music .mv-wrap h1 .mv {
	width: 100%;
	max-width: 957px;
}

/*section_01*/
.lp_au-music .section_01 {
	max-width: 867px;
	margin: 404px auto 0;
	text-align: right;
	
}
.lp_au-music .section_01 .main_txt {
	color: #EB5505;
	font-size: 24px;
	font-weight: 600;
	line-height: 2;
}
.lp_au-music .section_01 .main_txt + .main_txt {
	margin-top: 64px;
}
.lp_au-music .section_01 .movie_youtube16to9 {
	padding-top: 56.25%;
}
.lp_au-music .section_01 .movie_youtube {
	margin-top: 115px;
	position: relative;
	width: 100%;
}
.lp_au-music .section_01 .movie_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}
.lp_au-music .section_01 .logo {
	margin-top: 150px;
}

/*section_02*/
.lp_au-music .section_02 {
	max-width: 867px;
	margin: 408px auto 0;
}
.lp_au-music .section_02 h2 {
	text-align: center;
	color: #EB5505;
	font-size: 36px;
	font-weight: 700;
	margin: 0 auto 80px;
}
.lp_au-music .section_02 .action + .action {
	margin-top: 120px;
}
.lp_au-music .section_02 .action .modal_link {
	text-decoration: none;
}
.lp_au-music .section_02 .action .modal_link .act_img_bgcolor {
	background-color: #ffffff;
	border-radius: 25px;
}
.lp_au-music .section_02 .action .modal_link:hover img,
.lp_au-music .section_02 .action .modal_link:hover p {
	opacity: 0.7;
}
.lp_au-music .section_02 .action .modal_link .act_img {
	filter: drop-shadow(0 3px 35px rgba(255,255,255,0.66));
	background-color: #ffffff;
	border-radius: 24px;
	width: 100%;
}
.lp_au-music .section_02 .action .ttl,
.lp_au-music .section_02 .action .ttl_white {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	margin-top: 40px;
	padding-left: 60px;
}
.lp_au-music .section_02 .action .ttl::before,
.lp_au-music .section_02 .action .ttl_white::before {
	display: inline-block;
	background-image: url(/content/dam/au-com/lp/music/images/icon_arrow_or.svg);
	background-repeat: no-repeat;
	background-size: 38px 43px;
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 38px;
	height: 43px;
}
.lp_au-music .section_02 .action .ttl_white::before {
	background-image: url(/content/dam/au-com/lp/music/images/icon_arrow_w.svg);
}
.lp_au-music .section_02 .action .txt,
.lp_au-music .section_02 .action .txt_white {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.67;
	margin-top: 32px;
}
.lp_au-music .section_02 .action .ttl,
.lp_au-music .section_02 .action .txt {
	color: #EB5505;
}

/*modal*/

/*一回クリックされるまで見えなくする、
ポジション固定*/
.lp_au-music .modal_content {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
/*背景*/
.lp_au-music .modal_content .m_overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
/*モーダルの幅など*/
.lp_au-music .modal_content .modal_wrap {
	position: absolute;
	background-color: #ffffff;
	border: 2px solid #EB5505;
	color: #414141;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-height: 90%;
	padding: 66px 50px 70px;
	overflow-y: scroll;
}
/*モーダルの中身*/
.lp_au-music .modal_content .modal_wrap .ttl {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding-left: 60px;
}
.lp_au-music .modal_content .modal_wrap .ttl::before {
	background-image: url(/content/dam/au-com/lp/music/images/icon_arrow_or.svg);
	background-repeat: no-repeat;
	background-size: 38px 43px;
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 38px;
	height: 43px;
}
.lp_au-music .modal_content .modal_wrap .modal__close {
	transition: opacity 0.3s;
}
.lp_au-music .modal_content .modal_wrap .modal__close::before {
	background-image: url(/content/dam/au-com/lp/music/images/icon_close.svg);
	background-repeat: no-repeat;
	background-size: 46px 46px;
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
}
.lp_au-music .modal_content .modal_wrap .modal__close:hover {
	opacity: 0.7;
}
.lp_au-music .modal_content .modal_wrap .modal_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.lp_au-music .modal_content .modal_wrap .modal_flex .txt {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.8;
	padding-left: 43px;
}
.lp_au-music .modal_content .modal_wrap .modal_flex .act_modal_img {
	max-width: 519px;
	height: 100%;
	width: 50%;
	border-radius: 8px;
}
.lp_au-music .modal_content .modal_wrap .btn_wrap {
	text-align: center;
}
.lp_au-music .modal_content .modal_wrap .btn_wrap .modal_link_btn {
	margin: 40px auto 0;
	padding: 13px 64px 15px;
	background-color: #EB5505;
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.3s;
}
.lp_au-music .modal_content .modal_wrap .btn_wrap .link_icon_blank,
.lp_au-music .modal_content .modal_wrap .btn_wrap .link_icon_ {
	position: relative;
}
.lp_au-music .modal_content .modal_wrap .btn_wrap .link_icon_blank::after {
	position: absolute;
	top: 50%;
	right: 15px;
	background-repeat: no-repeat;
	content: "";
	background-image: url(https://www.au.com/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png);
	background-position: -34.5px -100px;
	width: 9px;
	height: 9px;
	background-size: 121px 118px;
	margin-top: -6px;
}
.lp_au-music .modal_content .modal_wrap .btn_wrap .link_icon::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: inline-block;
	content: "";
	background-image: url(https://www.au.com/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png);
	background-position: -106.5px -87.5px;
	width: 6px;
	height: 10px;
	background-size: 121px 118px;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	margin-top: -6px;
}

.lp_au-music .modal_content .modal_wrap .btn_wrap .modal_link_btn:hover {
	opacity: 0.7;
}


/*footer*/
.lp_au-music_footer {
	background-color: #f3f3f3;
}
.lp_au-music_footer .footer_inner {
	max-width: 867px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lp_au-music_footer .footer_inner .footer_link {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	padding: 0 1em;
	width: auto;
	border-left: 1px solid #d1d1d1;
}
.lp_au-music_footer .footer_inner .footer_link:last-child {
	border-right: 1px solid #d1d1d1;
}
.lp_au-music_footer .footer_link:hover {
	opacity: 0.7;
}



/*=======================
  SP
=======================*/
@media screen and (max-width: 768px) {

	.lp_au-music {
		box-sizing: border-box;
		width: 100vw;
		margin: 0 auto 82px;
		position: relative;
		padding-top: 84px;
	}
	.lp_au-music::before {
		background-image: url(/content/dam/au-com/lp/music/images/bg_01_sp.svg);
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
	}
	.lp_au-music::after {
		background-image: url(/content/dam/au-com/lp/music/images/bg_02_sp.svg);
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		position: absolute;
		top: 880px;
		z-index: -1;
		width: 100%;
		height: 100%;
	}

	/*ポップアップの幅など*/
	.lp_au-music .popup_overlay .popup_wrap {
		width: 90%;
		max-height: 90%;
		padding: 46px 20px;
		overflow-y: scroll;
	}
	/*ポップアップの中身*/
	.lp_au-music .popup_overlay .popup_wrap .ttl {
		font-size: 23px;
		line-height: 1.3;
	}
	.lp_au-music .popup_overlay .popup_wrap .txt {
		font-size: 15px;
	}
	.lp_au-music .popup_overlay .popup_wrap .txt + .txt {
		margin-top: 35px;
	}
	.lp_au-music .popup_overlay .popup_wrap .popup__close::before {
		background-image: url(/content/dam/au-com/lp/music/images/icon_close.svg);
		background-repeat: no-repeat;
		background-size: 29px 29px;
		content: "";
		position: absolute;
		top: 10px;
		right: 10px;
		width: 29px;
		height: 29px;
	}

	/*mv area*/
	.lp_au-music .mv-wrap .txt_01 {
		position: relative;
		left: 40px;
		font-size: 12px;
		line-height: 2;
	}
	.lp_au-music .mv-wrap h1 .mv {
		width: 100%;
		padding: 0 28px;
	}

	/*section_01*/
	.lp_au-music .section_01 {
		margin: 170px auto 0;
		padding: 0 26px;
	}
	.lp_au-music .section_01 .main_txt {
		font-size: 16px;
		line-height: 1.875;
	}
	.lp_au-music .section_01 .main_txt + .main_txt {
		margin-top: 44px;
	}
	.lp_au-music .section_01 .movie_youtube {
		margin-top: 80px;
	}
	.lp_au-music .section_01 .logo {
		margin-top: 80px;
		width: 98px;
	}

	/*section_02*/
	.lp_au-music .section_02 {
		padding: 0 40px;
		margin: 122px auto 0;
	}
	.lp_au-music .section_02 h2 {
		font-size: 24px;
		font-weight: 700;
		margin: 0 auto 32px;
	}
	.lp_au-music .section_02 .action .modal_link .act_img {
		width: 100%;
		border-radius: 12px;
	}
	.lp_au-music .section_02 .action + .action {
		margin-top: 107px;
	}

	.lp_au-music .section_02 .action .ttl,
	.lp_au-music .section_02 .action .ttl_white {
		font-size: 16px;
		margin-top: 16px;
		padding-left: 33px;
	}
	.lp_au-music .section_02 .action .ttl::before,
	.lp_au-music .section_02 .action .ttl_white::before {
		display: inline-block;
		background-image: url(/content/dam/au-com/lp/music/images/icon_arrow_or.svg);
		background-repeat: no-repeat;
		background-size: 18px 23px;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 18px;
		height: 20px;
	}
	.lp_au-music .section_02 .action .ttl_white::before {
		background-image: url(/content/dam/au-com/lp/music/images/icon_arrow_w.svg);
	}
	.lp_au-music .section_02 .action .txt,
	.lp_au-music .section_02 .action .txt_white {
		font-size: 14px;
		line-height: 1.67;
		margin-top: 16px;
	}

	/*モーダルの幅など*/
	.lp_au-music .modal_content .modal_wrap {
		width: 90%;
		max-height: 90%;
		padding: 40px 32px;
		overflow-y: scroll;
	}
	/*モーダルの中身*/
	.lp_au-music .modal_content .modal_wrap .ttl {
		font-size: 16px;
		padding-left: 34px;
	}
	.lp_au-music .modal_content .modal_wrap .ttl::before {
		background-image: url(/content/dam/au-com/lp/music/images/icon_arrow_or.svg);
		background-repeat: no-repeat;
		background-size: 18px 20px;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 18px;
		height: 20px;
	}
	.lp_au-music .modal_content .modal_wrap .modal__close::before {
		background-image: url(/content/dam/au-com/lp/music/images/icon_close.svg);
		background-repeat: no-repeat;
		background-size: 29px 29px;
		content: "";
		position: absolute;
		top: 10px;
		right: 10px;
		width: 29px;
		height: 29px;
	}
	.lp_au-music .modal_content .modal_wrap .modal_flex {
		display: block;
		margin-top: 22px;
	}
	.lp_au-music .modal_content .modal_wrap .modal_flex .txt {
		font-size: 14px;
		line-height: 1.6;
		padding-left: 0;
		margin-top: 32px;
	}
	.lp_au-music .modal_content .modal_wrap .modal_flex .act_modal_img {
		height: 100%;
		width: 100%;
		max-width: 100%;
	}
	.lp_au-music .modal_content .modal_wrap .btn_wrap {
		width: 100%;
	}
	.lp_au-music .modal_content .modal_wrap .btn_wrap .modal_link_btn {
		margin: 40px auto 0;
		padding: 16px 20px 18px;
		font-size: 14px;
		display: block;
	}
	.lp_au-music .modal_content .modal_wrap .btn_wrap .link_icon_blank::after {
		margin-top: -4px;
	}
		.lp_au-music .modal_content .modal_wrap .btn_wrap .link_icon::after {
		margin-top: -5px;
	}

}

/*=======================
Tab
=======================*/
@media screen and (min-width: 415px) and (max-width: 768px) {
	.lp_au-music .section_02 {
		margin: 44vw auto 0;
	}
	.lp_au-music::after {
		top: 230vw;
	}
	.lp_au-music .section_01 {
		margin: 60vw auto 0;
	}
}

@media screen and (min-width: 490px) and (max-width: 504px) {
	.lp_au-music::after {
		top: 233vw;
	}
}

@media screen and (min-width: 505px) and (max-width: 690px) {
	.lp_au-music::after {
		top: 213vw;
	}
}
@media screen and (min-width: 691px) and (max-width: 768px) {
	.lp_au-music::after {
		top: 213vw;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.lp_au-music::before {
		width: 140%;
		height: 140%;
	}
	.lp_au-music .section_02 {
		margin: 320px auto 0;
		padding: 0 40px;
		max-width: 100%;
	}
	.lp_au-music .section_01 {
		margin: 240px auto 0;
		padding: 0 40px;
	}
}

/*=======================
PC (1600px~)
=======================*/
@media screen and (min-width: 1600px) {
	.lp_au-music .section_01 {
		margin: 46vw auto 0;
	}
	.lp_au-music .section_02 {
		margin: 620px auto 0;
	}
	.lp_au-music::after {
		top: 2200px;
	}
}