<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================
page --- land
==================================================*/
/* common */
#main .sp {
    display: none;
}
    @media screen and (max-width: 750px) {
        #main .pc {
            display: none;
        }
        #main .sp {
            display: block;
        }
    }
/* #top
------------------------------------------*/
#top .cont {
    text-align: left;
    margin-left: 9.5%;
}
#top .ttl p,
#top .ttl .main_ttl {
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#top .ttl .main_ttl::after {
	content: none;
}
#top .ttl .list_ttl {
	position: absolute;
	top: 50%;
	left: 43px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#top .capture {
	font-size: 20px;
}
#top .ttl .sub_ttl {
	font-size: 41px;
	line-height: 100%;
	padding: 0 0 15px;
}
#top .ttl .txt01 {
	font-size: 0.66em;
	vertical-align: top;
	line-height: 100%;
}
#top .ttl .txt02 {
	font-size: 0.46em;
	padding-right: 10px;
}
#top .ttl .main_ttl {
	font-size: 50px;
	line-height: 100%;
	padding: 0;
}
#top .ttl .main_ttl span {
	display: block;
	font-size: 0.32em;
	line-height: 100%;
	letter-spacing: 0.05em;
	padding: 20px 0 0;
}
#top .ttl .txt {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 72px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#top .btn_movie {
	padding: 46px 0 0;
}
#top .btn_movie a {
	transition: all .3s;
}
#top .btn_movie .btn_icn {
	display: inline-block;
	position: relative;
	width: 61px;
	height: 70px;
	vertical-align: middle;
}
#top .btn_movie .btn_icn img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
}
#top .btn_movie .hover_play {
	opacity: 0;
}
	@media screen and (min-width: 750px) { /* PC */
		#top .btn_movie a:hover .icn_play {
			opacity: 0;
		}
		#top .btn_movie a:hover .hover_play {
			opacity: 1;
		}	
	}
#top .btn_movie p {
	display: inline-block;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding-left: 10px;
}
/* kv */
#top .kv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity:0;
	overflow:hidden;
}
#top .kv.init {
	opacity:1;
	-webkit-transition: opacity 1.0s ease 0s;
	-moz-transition: opacity 1.0s ease 0s;
	-o-transition: opacity 1.0s ease 0s;
	-ms-transition: opacity 1.0s ease 0s;
	transition: opacity 1.0s ease 0s;
}
#top .kv::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index:6;
}
#top .kv ul{
	width: 100%;
	height: 100%;
}
#top .kv .kv01 {
	position:absolute;
	top:0px;
	left:auto;
	right:0px;
	bottom:auto;
	display: block;
	overflow:hidden;
	width: 0px;
	height: 100%;
}
#top .kv .kv01.init {
	width: 100%;
}
#top .kv .kv01.go {
	width:100%;
	-webkit-transition: width 1.0s ease 0s;
	-moz-transition: width 1.0s ease 0s;
	-o-transition: width 1.0s ease 0s;
	-ms-transition:width 1.0s ease 0s;
	transition: width 1.0s ease 0s;
}
#top .kv .kv01 .kvblock {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	left:auto;
	bottom:auto;
}
#top .kv .kv01 .kvblock_inner{
	width:100%;
	height:100%;
	background: url(/promaster/30th/land/img/img_kv01.jpg) no-repeat 50% 0;
	background-size: cover;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	transform: scale(1.15,1.15);
}
#top .kv .kv01.init .kvblock_inner{
	transform: scale(1.0,1.0);
	-webkit-transition: transform 8.5s linear 0s;
	-moz-transition: transform 8.5s linear 0s;
	-o-transition: transform 8.5s linear 0s;
	-ms-transition: transform 8.5s linear 0s;
	transition: transform 8.5s linear 0s;
}
#top .kv .kv01.go .kvblock_inner {
	transform: scale(1.0,1.0);
	-webkit-transition: transform 6.5s linear 0s;
	-moz-transition: transform 6.5s linear 0s;
	-o-transition: transform 6.5s linear 0s;
	-ms-transition: transform 6.5s linear 0s;
	transition: transform 6.5s linear 0s;
}
#top.stop .kv .kv01.go .kvblock_inner {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#top .kv .kv02 {
	position:absolute;
	top:0px;
	left:auto;
	right:0px;
	bottom:auto;
	display: block;
	overflow:hidden;
	width: 0px;
	height: 100%;
}
#top .kv .kv02.go {
	width:100%;
	-webkit-transition: width 1.0s ease 0s;
	-moz-transition: width 1.0s ease 0s;
	-o-transition: width 1.0s ease 0s;
	-ms-transition:width 1.0s ease 0s;
	transition: width 1.0s ease 0s;
}
#top .kv .kv02 .kvblock {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	left:auto;
	bottom:auto;
}
#top .kv .kv02 .kvblock_inner {
	width:100%;
	height:100%;
	background: url(/promaster/30th/land/img/img_kv02.jpg) no-repeat 50% 0;
	background-size: cover;
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	transform: scale(1.15,1.15);
}
#top .kv .kv02.go  .kvblock_inner {
	transform: scale(1.0,1.0);
	-webkit-transition: transform 6.5s linear 0s;
	-moz-transition: transform 6.5s linear 0s;
	-o-transition: transform 6.5s linear 0s;
	-ms-transition: transform 6.5s linear 0s;
	transition: transform 6.5s linear 0s;
}
	@media screen and (max-width:1000px) {
		#top .ttl .main_ttl {
			font-size: 40px;
		}
	}
	@media screen and (max-width:750px) {
		#top .cont {
			margin-left: 12%;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
		}
		#top .ttl {
			position: absolute;
			top: 14%;
			width: 100%;
		}
		#top .capture {
			font-size: 2.2vw;
		}
		#top .ttl .main_ttl {
			font-size: 5.78vw;
		}
		#top .ttl .main_ttl span {
			font-size: 2.8vw;
			padding: 2.5% 0 0;
		}
		#top .ttl .sub_ttl {
			font-size: 4vw;
			padding: 0 0 3%;
		}
		#top .btn_movie {
			position: absolute;
			bottom: 14%;
			width: 100%;
			padding: 0;
		}
		#top .btn_movie .btn_icn {
			width: 9.53%;
			height: auto;
			padding: 9.53% 0 0;
		}
		#top .btn_movie p {
			font-size: 2.5vw;
			padding-left: 1.8%;
		}
		#top .kv .kv01 .kvblock_inner {
			background: url(/promaster/30th/land/img/img_kv01_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#top .kv .kv02 .kvblock_inner{
			background: url(/promaster/30th/land/img/img_kv02_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
	}
/* #sec01縲�05
------------------------------------------*/
/* sec_header */
#main .section {
	position: relative;
	z-index: 5;
}
#main .section p {
	font-size: 13px;
	line-height: 200%;
}
#main .section .sec_header {
	position: relative;
	padding: 440px 0 0;
}
#main .section .sec_header::after {
	position: absolute;
	content: "";
	background: url(/promaster/30th/land/img/bg_sec_header.jpg) no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .section .sec_header .inner {
	position: absolute;
	top: 50%;
	left:50%;
	overflow: hidden;
	width: 70%;
	transform: translate(-50%,-50%);
	margin-top: -20px;
}
#main .section .sec_header .ttl {
	float: left;
}
#main .section .sec_header .ttl .capture {
	font-size: 20px;
}
#main .section .sec_header .ttl .main_ttl {
	font-size: 50px;
	line-height: 100%;
}
#main .section .sec_header .ttl .main_ttl .en {
	display: block;
	font-family: 'Abel', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .section .sec_header .ttl .main_ttl .en .en02 {
	display: block;
	font-size: 20px;
	line-height: 100%;
	padding: 5px 0 10px;
}
#main .section .sec_header .ttl .main_ttl .jp {
	display: block;
	font-size: 0.32em;
	line-height: 100%;
	padding: 8px 0 0;
}
#main .section .sec_header .ttl .readtxt {
	color: #ce0614;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	line-height: 160%;
	letter-spacing: 0.05em;
	padding: 45px 0 0;
}
#main .section .sec_header .txt {
	float: left;
	width: 47%;
	padding: 50px 0 0 6.2%;
}
	@media screen and (max-width:1480px) {
		#main .section p {
			font-size: 11px;
		}
		#main .section .sec_header {
			padding: 360px 0 0;
		}
		#main .section .sec_header .inner {
			margin-top: -12px;
		}
		#main .section .sec_header .ttl .capture {
			padding: 0 0 6px;
		}
		#main .section .sec_header .ttl .main_ttl {
			font-size: 40px;
		}
		#main .section .sec_header .ttl .readtxt {
			font-size: 16px;
			padding: 30px 0 0;
		}
		#main .section .sec_header .txt {
			float: right;
			padding: 40px 0 0;
		}
	}
	@media screen and (max-width:1150px) {
		#main .section p {
			line-height: 160%;
		}
	}
	@media screen and (max-width:1000px) {
		#main .section p {
			font-size: 2vw;
			line-height: 200%;
		}
		#main .section .sec_header {
			padding: 50% 0 0;
		}
		#main .section .sec_header::after {
			background: url(/promaster/30th/land/img/bg_sec_header_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#main .section .sec_header .inner {
			width: 76.25%;
		}
		#main .section .sec_header .ttl {
			float: none;
		}
		#main .section .sec_header .ttl .capture {
			font-size: 3.125vw;
			padding: 0 0 2%;
		}
		#main .section .sec_header .ttl .main_ttl {
			font-size: 7vw;
		}
		#main .section .sec_header .ttl .main_ttl .en .en02 {
			font-size: 4vw;
			padding: 2% 0 0;
		}
		#main .section .sec_header .ttl .main_ttl .jp {
			font-size: 3.6vw;
			padding: 2% 0 0;
		}
		#main .section .sec_header .ttl .readtxt {
			font-size: 3vw;
		}
		#main .section .sec_header .txt {
			float: none;
			width: 100%;
			padding: 45% 0 0;
		}
	}
	@media screen and (max-width:750px) {
		#main .section p {
			font-size: 2.96vw;
		}
		#main .section .sec_header {
			padding: 68.75% 0 0;
		}
		#main .section .sec_header .ttl .readtxt {
			font-size: 4.2vw;
		}
	}
/* cont */
#main .section .cont {
	position: relative;
	padding: 600px 0 0;
}
#main .section .image_wrap {
	overflow: hidden;
	position: absolute;
	content: "";
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
}
	#main .section .cont:nth-child(2n+1) .image_wrap {
		right: auto;
		left: 50%;
	}
#main .section .image_wrap figure {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#main .section .txt_wrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
}
	#main .section .cont:nth-child(2n+1) .txt_wrap {
		left: auto;
		right: 50%;
	}
#main .section .txt_wrap .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 575px;
	width: 58%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#main .section .txt_wrap .readtxt {
	color: #ce0614;
	font-size: 19px;
	line-height: 160%;
	letter-spacing: 0.1em;
	padding: 0 0 14px;
}
	@media screen and (min-width:2560px) {
		.section .image_wrap figure,
		.section .image_wrap figure img {
			width: 100%;
		}
	}
	@media screen and (max-width:1480px) {
		#main .section .cont {
			padding: 40.5% 0 0;;
		}
		#main .section .image_wrap figure {
			width: 173%;
		}
		#main .section .image_wrap figure img {
			width: 100%;
		}
		#main .section .txt_wrap .readtxt {
			font-size: 16px;
			padding: 0 0 6px;
		}
	}
	@media screen and (max-width:1000px) {
		#main .section .cont {
			padding: 0;
		}
		#main .section .image_wrap {
			position: static;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
		}
		#main .section .image_wrap figure {
			position: static;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			margin: 0;
			width: 100%;
		}
		#main .section .image_wrap figure img {
			width: 100%;
		}
		#main .section .txt_wrap {
			position: static;
			width: 100%;
			height: auto;
		}
		#main .section .txt_wrap .inner {
			position: static;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			max-width: 100%;
			width: 76.25%;
			margin: 0 auto;
			padding: 15.6% 0 18.75%;
		}
		#main .section .txt_wrap .readtxt {
			font-size: 3.2vw;
			padding: 0 0 1.5%;
		}
	}
	@media screen and (max-width:750px) {
		#main .section .txt_wrap .readtxt {
			font-size: 4.5vw;
			line-height: 150%;
			padding: 0 0 4%;
		}
	}
/* #sec01 */
	@media screen and (max-width:1000px) {
		#main #sec01 .sec_header {
			padding: 0;
		}
		#main #sec01 .sec_header::after {
			height: auto;
			padding: 70% 0 0;
		}
		#main #sec01 .sec_header .inner {
			position: relative;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			top: 0;
			left: 0;
			margin: 0 auto;
			padding: 14% 0;
		}
	}
	@media screen and (max-width:750px) {
		#main #sec01 .sec_header::after {
			padding: 78.75% 0 0;
		}
	}
/* #sec03 */
#main #sec03 .sec_header .readtxt {
	float: left;
	color: #ce0614;
	font-size: 28px;
	font-style: italic;
	line-height: 160%;
	padding: 45px 0 0 50px;
}
#main #sec03 .interval {
	position: relative;
	padding: 729px 0 0;
}
#main #sec03 .interval::after {
	position: absolute;
	content: "";
	background: url(/promaster/30th/land/img/img_sec03_interval.jpg) no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main #sec03 .interval .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 73%;
	margin: 50px 0 0 90px;
}
#main #sec03 .interval p {
	font-size: 16px;
	font-style: italic;
}
	@media screen and (max-width:1480px) {
		#main #sec03 .sec_header .readtxt {
			font-size: 22px;
		}
		#main #sec03 .interval {
			padding: 50% 0 0;
		}
	}
	@media screen and (max-width:1000px) {
		#main #sec03 .sec_header .readtxt {
			float: none;
			font-size: 3.2vw;
			padding: 3.48% 0 0;
		}
		#main #sec03 .interval {
			padding: 62.5% 0 0;
		}
		#main #sec03 .interval::after {
			background: url(/promaster/30th/land/img/img_sec03_interval_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#main #sec03 .interval .inner {
			margin: 9% 0 0;
		}
		#main #sec03 .interval p {
			font-size: 2.8vw;
		}
	}
	@media screen and (max-width:750px) {
		#main #sec03 .sec_header .readtxt {
			font-size: 5vw;
		}
		#main #sec03 .interval p {
			font-size: 3.125vw;
		}
	}
/* #sec04 */
#main #sec04 .interval {
	position: relative;
	padding: 440px 0 0;
}
#main #sec04 .interval::after {
	position: absolute;
	content: "";
	background: url(/promaster/30th/land/img/img_sec04_interval.jpg) no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main #sec04 .interval .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 73%;
	margin: 0 0 0 440px;
}
#main #sec04 .interval p {
	color: #ce0614;
	font-size: 16px;
	font-style: italic;
}
	@media screen and (max-width:1480px) {
		#main #sec04 .interval .inner {
			margin: 0 0 0 30%;
		}
	}
	@media screen and (max-width:1000px) {
		#main #sec04 .sec_header .readtxt {
			float: none;
			font-size: 4.2vw;
			padding: 3.48% 0 0;
		}
		#main #sec04 .interval {
			padding: 62.5% 0 0;
		}
		#main #sec04 .interval::after {
			background: url(/promaster/30th/land/img/img_sec04_interval_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#main #sec04 .interval .inner {
			width: 82%;
			margin: 0;
		}
		#main #sec04 .interval p {
			font-size: 2.5vw;
		}
	}
	@media screen and (max-width:750px) {
		#main #sec04 .interval p {
			font-size: 2.9vw;
		}
	}
/* #sec05 */
#main #sec05 .cont03 .txt_wrap {
	background: #0e0e0e;
}
#main #sec05 .products .ttl {
	font-family: 'Abel', sans-serif;
	color: #ce0614;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.1em;
	padding: 0 0 30px;
}
#main #sec05 .products .ttl span {
	display: block;
	color: #fff;
	font-size: 0.5em;
	letter-spacing: 0.05em;
}
#main #sec05 .products .list_wrap {
	padding: 0 0 20px;
}
#main #sec05 .products .list_wrap dl {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	line-height: 180%;
}
#main #sec05 .products .list_wrap dl + dl {
	padding-left: 100px;
}
#main #sec05 .products .list_wrap dt {
	color: #ce0614;
	font-weight: 700;
}
#main #sec05 .products .txt_link {
	position: relative;
	display: inline-block;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 200%;
}
#main #sec05 .products .txt_link::before {
	position: absolute;
	content: "";
	background: #ce0614;
	width: 100%;
	height: 5px;
	top: 100%;
	left: 0;
	transition: all .3s;
}
#main #sec05 .products .txt_link:hover::before {
	display: none;
}
#main #sec05 .products .txt_link::after {
	position: absolute;
	content: "";
	background: #ce0614;
	width: 0;
	height: 5px;
	top: 100%;
	left: 0;
	transition: all .3s;
}
#main #sec05 .products .txt_link:hover::after {
	width: 100%;
}
#main #sec05 .products .txt_link span {
	display: inline-block;
	padding-left: 10px;
}
#main #sec05 .products .txt_link img {
	width: 18px;
	height: 10px;
}
	@media screen and (max-width:1480px) {
		#main #sec05 .cont03 .txt_wrap .inner {
			min-width: 357px;
		}
		#main #sec05 .products .ttl {
			font-size: 27px;
			padding: 0 0 1%;
		}
		#main #sec05 .products .list_wrap {
			padding: 0 0 2.5%;
		}
		#main #sec05 .products .list_wrap dl + dl {
			padding-left: 75px;
		}
		#main #sec05 .products .txt_link {
			font-size: 14px;
		}
	}
	@media screen and (max-width:1000px) {
		#main #sec05 .products .ttl {
			font-size: 4vw;
			padding: 0 0 5%;
		}
		#main #sec05 .products .ttl span {
			font-size: 3.125vw;
			letter-spacing: 0.1em;
		}
		#main #sec05 .products .list_wrap {
			padding: 0 0 9%;
		}
		#main #sec05 .products .list_wrap dl {
			font-size: 2.2vw;
		}
		#main #sec05 .products .txt_link {
			font-size: 3.4vw;
		}
		#main #sec05 .products .txt_link::after {
			height: 4px;
		}
		#main #sec05 .products .txt_link img {
			width: 9px;
		}
	}
	@media screen and (max-width:750px){
		#main #sec05 .cont03 .txt_wrap .inner {
			min-width: 0;
		}
		#main #sec05 .products .ttl {
			font-size: 5vw;
		}
		#main #sec05 .products .list_wrap dl {
			display: block;
			font-size: 3.125vw;
		}
		#main #sec05 .products .list_wrap dl + dl{
			padding: 3% 0 0;
		}
		#main #sec05 .products .list_wrap dd {
			font-size: 2.8vw;
		}
		#main #sec05 .products .list_wrap dd + dt {
			padding: 3% 0 0;
		}
		#main #sec05 .products .txt_link {
			font-size: 4vw;
		}
	}
	@media screen and (max-width:480px) {
		#main #sec05 .products .txt_link::after {
			height: 3px;
		}
	}
/* youtube */
#main .youtube {
	position: relative;
	overflow:hidden;
	z-index: 5;
}
#main .youtube::before {
	position: absolute;
	content: "";
	background: url(/promaster/30th/land/img/layer.png) repeat 50% 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
#main .youtube::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index:1;
}
#main .youtube01,
#main .youtube02 {
	padding: 440px 0 0;
}
#youtube03area,
#youtube02area,
#youtube01area{
  opacity:0;
  z-index: 2;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  -webkit-transition:opacity 0.6s ease 0s;
  -moz-transition:opacity 0.6s ease 0s;
  -o-transition:opacity 0.6s ease 0s;
  -ms-transition:opacity 0.6s ease 0s;
  transition:opacity 0.6s ease 0s;
}
#main .youtube #youtube01area.js-movie-init{
  opacity:1;
}
#main .youtube #youtube02area.js-movie-init{
  opacity:1;
}
#main .youtube #youtube03area.js-movie-init{
  opacity:1;
}
	#main .youtube01::after {
		background: url(/promaster/30th/land/img/img_youtube01.jpg) no-repeat 50% 50%;
		background-size: cover;
    z-index:1;
	}
	#main .youtube02::after {
		background: url(/promaster/30th/land/img/img_youtube02.jpg) no-repeat 50% 50%;
		background-size: cover;
    z-index:1;
	}
	#main .youtube03::after {
		background: url(/promaster/30th/land/img/img_youtube03.jpg) no-repeat 50% 50%;
		background-size: cover;
    z-index:1;
	}
#main .youtube03 .inner {
	padding: 115px 0 80px 40%;
	box-sizing: border-box;
	width: 73%;
	margin: 0 auto;
  z-index:5;
}
#main .youtube03 .ttl {
	font-size: 19px;
	line-height: 160%;
	letter-spacing: 0.1em;
	padding: 0 0 14px;
}
#main .youtube03 .txt {
	max-width: 655px;
	min-width: 330px;
	width: 64%;
}
#main .youtube03 .movie_wrap {
	padding: 35px 0 0;
}
#main .youtube03 .movie_wrap p {
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#main .youtube03 .movie_wrap .movie_ttl {
	font-size: 19px;
	line-height: 100%;
	padding: 0 0 5px;
}
#main .youtube03 .movie_wrap .movie_ttl span {
	display: block;
	font-size: 13px;
	padding: 5px 0;
}
#main .youtube03 .movie_wrap .capture {
	font-size: 16px;
	line-height: 100%;
	padding: 0 0 9px;
}
#main .youtube03 .movie_wrap .ttl .sub_ttl {
	font-size: 30px;
	line-height: 100%;
}
#main .youtube03 .movie_wrap .ttl .txt01 {
	font-size: 0.66em;
	vertical-align: top;
	line-height: 100%;
}
#main .youtube03 .movie_wrap .ttl .txt02 {
	font-size: 0.46em;
	padding-right: 10px;
}
#main .youtube03 .btn_movie {
	overflow: hidden;
	position: relative;
	display: block;
	width: 220px;
	padding: 120px 0 0;
}
#main .youtube03 .btn_movie::after {
	position: absolute;
	content: "";
	background: url(/promaster/30th/land/img/img_youtube03_movie.jpg) no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .youtube03 .btn_movie span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
#main .youtube03 .btn_movie span img {
	width: 37px;
	height: 43px;
}
@media screen and (min-width:750px) {
	#main .youtube03 .btn_movie::after {
		-webkit-transition:all 0.7s ease-in-out;
		transition:all 0.7s ease-in-out;
		will-change: transform;
		transform: perspective(1200px) rotateX(0deg) rotateY(0deg) scale3d(1.02, 1.02, 1.02);
		transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
	}
	#main .youtube03 .btn_movie:hover::after {
		transform: scale(1.10,1.10);
		-webkit-transform:scale(1.10,1.10);
		-moz-transform:scale(1.10,1.10);
		-ms-transform:scale(1.10,1.10);
		-o-transform:scale(1.10,1.10);
		will-change: transform;
		transform: perspective(1200px) rotateX(-5.46deg) rotateY(0.43deg) scale3d(1.08, 1.08, 1.08);
		transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
	}
}
#main .youtube03 .movie_wrap .txt {
	font-size: 16px;
	padding: 5px 0 0;
}
	@media screen and (max-width:1000px) {
		#main .youtube {
			padding: 44% 0 0;
		}
		#main .youtube03 {
			padding: 58% 0 21%;
		}
		#main .youtube03::after {
			height: auto;
			padding: 44% 0 0;
		}
		#main .youtube03 .inner {
			padding: 0;
			width: 76.25%;
		}
		#main .youtube03 p.ttl {
			color: #ce0614;
			font-size: 3.2vw;
			line-height: 160%;
		}
		#main .youtube03 .txt {
			width: 100%;
		}
		#main .youtube03 .btn_movie {
			width: 100%;
			padding: 54.5% 0 0;
		}
		#main .youtube03 .movie_wrap .movie_ttl {
			font-size: 3vw;
			padding: 1% 0;
		}
		#main .youtube03 .movie_wrap .movie_ttl span {
			font-size: 2vw;
		}
		#main .youtube03 .movie_wrap .capture {
			font-size: 2.2vw;
			padding: 0 0 2%;
		}
		#main .youtube03 .movie_wrap .ttl .sub_ttl {
			font-size: 4.68vw;
		}
		#main .youtube03 .btn_movie span img {
			width: 12.5%;
			height: 14.3%;
		}
		#main .youtube03 .movie_wrap .txt {
			font-size: 3.4vw;
			padding: 2% 0 0;
		}
		#main .youtube03 #youtube03area{
      top:0px;
      left:0px;
      width:100%;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
    }
	}
	@media screen and (max-width:750px) {
		#main .youtube03 p.ttl {
			font-size: 4.2vw;
		}
		#main .youtube03 .txt {
			min-width: 0;
		}
		#main .youtube03 .movie_wrap .movie_ttl {
			font-size: 4vw;
		}
		#main .youtube03 .movie_wrap .movie_ttl span {
			font-size: 2.8vw;
		}
	}
/* #footer_nav
------------------------------------------*/
#footer_nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #cd0614;
	text-align: center;
	padding: 6.25% 0;
	z-index: 99;
}
#footer_nav li {
	display: inline-block;
	padding: 0 2%;
}
#footer_nav li a {
	font-family: 'Abel', sans-serif;
	font-size: 3.4vw;
	font-weight: 700;
	letter-spacing: 0.1em;
}
	@media screen and (max-width:750px) {
		#footer_nav {
			display: block;
      -webkit-transform: translate(0%,200%);
      -ms-transform: translate(0%,200%);
      transform: translate(0%,200%);
      -webkit-transition: transform 0.4s linear 0s;
      -moz-transition: transform 0.4s linear 0s;
      -o-transition: transform 0.4s linear 0s;
      -ms-transition: transform 0.4s linear 0s;
      transition: transform 0.4s linear 0s;
		}
    body.scrolled1 #footer_nav {
      -webkit-transform: translate(0%,0%);
      -ms-transform: translate(0%,0%);
      transform: translate(0%,0%);
    }
    body.scrolled1.bottom_land #footer_nav {
      -webkit-transform: translate(0%,200%);
      -ms-transform: translate(0%,200%);
      transform: translate(0%,200%);
    }
	}</pre></body></html>