<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================
page --- marine
==================================================*/
/* 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,
#top .txt_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 0 65px;
}
#top .ttl .main_ttl span {
	display: block;
	font-size: 0.56em;
	line-height: 100%;
	letter-spacing: 0.1em;
	padding: 10px 0 0;
}
#top .btn_movie a {
	transition: all .3s;
}
#top .btn_movie a + a {
	margin-left: 20px;
}
#top .btn_movie p {
	display: inline-block;
	padding-left: 10px;
	font-size: 11px;
	line-height: 170%;
	font-weight: 700;
	vertical-align: middle;
}
#top .btn_movie p .en {
	display: block;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
}
#top .btn_movie .txt_ttl {
	display: block;
	font-size: 16px;
	line-height: 170%;
	padding: 0 0 30px;
}
#top .btn_movie .txt_ttl span {
	display: block;
	font-size: 0.6em;
	line-height: 100%;
	padding: 8px 0 0;
}
#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;
		}	
	}
/* 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/marine/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/marine/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;
}
#top .kv .kv03 {
	position:absolute;
	top:0px;
	left:auto;
	right:0px;
	bottom:auto;
	display: block;
	overflow:hidden;
	width: 0px;
	height: 100%;
}
#top .kv .kv03.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 .kv03 .kvblock {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	left:auto;
	bottom:auto;
}
#top .kv .kv03 .kvblock_inner {
	width:100%;
	height:100%;
	background: url(/promaster/30th/marine/img/img_kv03.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 .kv03.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: 45px;
		}
	}
	@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 .sub_ttl {
			font-size: 4vw;
			padding: 0 0 2%;
		}
		#top .ttl .main_ttl {
			font-size: 5.7vw;
			line-height: 120%;
			padding: 0;
		}
		#top .ttl .main_ttl span {
			font-size: 3.75vw;
			line-height: 140%;
			padding: 1% 0 0;
		}
		#top .btn_movie {
			position: absolute;
			bottom: 14%;
			width: 100%;
			padding: 0;
		}
		#top .btn_movie a + a {
			margin-left: 2%;
		}
		#top .btn_movie p {
			font-size: 2.18vw;
			padding-left: 0.8%;
		}
		#top .btn_movie p .en {
			font-size: 2.5vw
		}
		#top .btn_movie .txt_ttl {
			font-size: 2.8vw;
			padding: 0 0 6%;
		}
		#top .btn_movie .txt_ttl span {
			font-size: 2.65vw;
			padding: 1% 0 0;
		}
		#top .btn_movie .btn_icn {
			width: 9.53%;
			height: auto;
			padding: 9.53% 0 0;
		}
		#top .kv .kv01 .kvblock_inner {
			background: url(/promaster/30th/marine/img/img_kv01_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#top .kv .kv02 .kvblock_inner{
			background: url(/promaster/30th/marine/img/img_kv02_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#top .kv .kv03 .kvblock_inner{
			background: url(/promaster/30th/marine/img/img_kv03_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
	}
/*==================================================
#main
==================================================*/
/* common
------------------------------------------*/
#main .section {
	position: relative;
	z-index: 5;
}
#main .section p {
	font-size: 13px;
	line-height: 200%;
}
	@media screen and (max-width:1480px) {
		#main .section p {
			font-size: 11px;
		}
	}
	@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%;
		}
	}
	@media screen and (max-width:750px) {
		#main .section p {
			font-size: 2.96vw;
		}
	}
/* sec_header
------------------------------------------*/
#main .section .sec_header {
	position: relative;
	padding: 440px 0 0;
}
#main .section .sec_header::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#main #sec01 .sec_header::after {
		background: url(/promaster/30th/marine/img/bg_sec01_header.jpg) no-repeat 50% 50%;
		background-size: cover;	
	}
	#main #sec02 .sec_header::after {
		background: url(/promaster/30th/marine/img/bg_sec02_header.jpg) no-repeat 50% 50%;
		background-size: cover;	
	}
	#main #sec03 .sec_header::after {
		background: url(/promaster/30th/marine/img/bg_sec03_header.jpg) no-repeat 50% 50%;
		background-size: cover;	
	}
#main .section .sec_header .inner {
	position: absolute;
	top: 50%;
	left:50%;
	overflow: hidden;
	width: 70%;
	transform: translate(-50%,-50%);
	margin-top: -20px;
}
#main #sec01 .sec_header .ttl,
#main #sec03 .sec_header .ttl {
	padding-left: 38%;
}
#main .section .sec_header .capture {
	font-size: 20px;
	line-height: 100%;
}
#main .section .sec_header .main_ttl {
	font-size: 30px;
	line-height: 120%;
	letter-spacing: 0.05em;
}
#main .section .sec_header .main_ttl .jp {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
#main .section .sec_header .txt_ttl {
	font-family: 'Abel', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 20px;
	line-height: 120%;
	padding: 15px 0 0;
}
#main .section .sec_header .txt_ttl span {
	display: block;
	font-size: 14px;
}
	@media screen and (max-width:1480px) {
		#main .section .sec_header {
			padding: 360px 0 0;
		}
		#main .section .sec_header .inner {
			margin-top: -12px;
		}
		#main .section .sec_header .capture {
			padding: 0 0 6px;
		}
	}
	@media screen and (max-width:1000px) {
		#main .section .sec_header {
			padding: 78.75% 0 0;
		}
		#main #sec01 .sec_header::after {
			background: url(/promaster/30th/marine/img/bg_sec01_header_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#main #sec02 .sec_header::after {
			background: url(/promaster/30th/marine/img/bg_sec02_header_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#main #sec03 .sec_header::after {
			background: url(/promaster/30th/marine/img/bg_sec03_header_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		#main .section .sec_header .inner {
			width: 76.25%;
			top: auto;
			bottom: 15%;
			-webkit-transform: translate(-50%,0);
			-ms-transform: translate(-50%,0);
			transform: translate(-50%,0);
		}
		#main .section .sec_header .capture {
			font-size: 3.125vw;
			padding: 0 0 2%;
		}
		#main #sec01 .sec_header .ttl,
		#main #sec03 .sec_header .ttl {
			padding-left: 0;
		}
		#main .section .sec_header .main_ttl {
			font-size: 4.8vw;
			line-height: 150%;
		}
		#main .section .sec_header .txt_ttl {
			font-size: 3.4vw;
			padding: 4% 0 0;
		}
		#main .section .sec_header .txt_ttl span {
			font-size: 2.8vw;
		}
	}
/* sec_read
------------------------------------------*/
#main .section .sec_read {
	position: relative;
	padding: 440px 0 0;
}
#main .section .sec_read::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#main #sec01 .sec_read::after {
		background: url(/promaster/30th/marine/img/bg_sec01_read.jpg) no-repeat 50% 50%;
		background-size: cover;	
	}
	#main #sec02 .sec_read::after {
		background: url(/promaster/30th/marine/img/bg_sec02_read.jpg) no-repeat 50% 50%;
		background-size: cover;	
	}
	#main #sec03 .sec_read::after {
		background: url(/promaster/30th/marine/img/bg_sec03_read.jpg) no-repeat 50% 50%;
		background-size: cover;	
	}
#main .section .sec_read .inner {
	display: table;
	position: absolute;
	top: 50%;
	left:50%;
	width: 70%;
	transform: translate(-50%,-50%);
	margin-top: -20px;
}
#main .section .sec_read .readtxt {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	color: #ce0614;
	font-size: 22px;
	font-style: italic;
	line-height: 160%;
	letter-spacing: 0.05em;
	padding: 45px 0 0;
}
#main .section .sec_read .txt {
	display: table-cell;
	width: 47%;
	padding: 20px 0 0 2%;
	font-size: 13px;
}
	@media screen and (max-width:1480px) {
		#main .section .sec_read .readtxt {
			font-size: 16px;
		}
		#main .section .sec_read .txt {
			font-size: 11px;
		}
	}
	@media screen and (max-width:1000px) {
		#main .section .sec_read {
			padding: 0;
			background: #000;
		}
		#main #sec01 .sec_read::after,
		#main #sec02 .sec_read::after,
		#main #sec03 .sec_read::after {
			height: auto;
			padding: 62.5% 0 0;
		}
		#main .section .sec_read .inner {
			display: block;
			position: relative;
			top: 0;
			left: 0;
			width: 77%;
			margin: 0 auto;
			transform: none;
		}
		#main .section .sec_read .readtxt {
			display: block;
			width: 100%;
			font-size: 3.125vw;
			letter-spacing: 0.1em;
			line-height: 170%;
			padding: 30% 0 0;
		}
		#main .section .sec_read .txt {
			display: block;
			width: 100%;
			font-size: 2vw;
			line-height: 200%;
			padding: 44% 0 18%;
		}
		#main #sec02 .sec_read .txt,
		#main #sec03 .sec_read .txt {
			padding: 40% 0 18%;
		}
	}
	@media screen and (max-width:750px) {
		#main .section .sec_read .readtxt {
			font-size: 4.2vw;
			padding: 28% 0 0;
		}
		#main .section .sec_read .txt{
			font-size: 2.96vw;
			padding: 30% 0 18%;
		}
		#main #sec02 .sec_read .readtxt {
			padding: 22% 0 0;
		}
		#main #sec03 .sec_read .readtxt {
			padding: 14% 0 0;
		}
		#main #sec03 .sec_read .txt {
			padding: 28% 0 18%;
		}
	}
/* cont
------------------------------------------*/
#main .section .cont {
	position: relative;
	padding: 600px 0 0;
}
#main .section .image_wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
}
	#main .section .cont:nth-child(2n) .image_wrap {
		right: auto;
		left: 50%;
	}
#main .section .image_wrap &gt; 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) .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 &gt; figure {
			width: 173%;
		}
		#main .section .image_wrap &gt; 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,
		#main .section .cont:nth-child(2n) .image_wrap {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: auto;
			overflow: visible;
		}
		#main .section .image_wrap &gt; figure {
			position: static;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			margin: 0;
			width: 100%;
		}
		#main .section .image_wrap &gt; figure img {
			width: 100%;
		}
		#main .section .txt_wrap,
		#main .section .cont:nth-child(2n) .txt_wrap {
			position: relative;
			left: 0;
			width: 100%;
			height: auto;
		}
		#main .section .txt_wrap .inner {
			position: static;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			max-width: 100%;
			width: 77%;
			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%;
		}
	}
/* #sec_intro
------------------------------------------*/
#main #sec_intro {
	position: relative;
	background: url(/promaster/30th/marine/img/bg_sec_intro.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 65px 0;
}
#sec_intro .inner {
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
}
#sec_intro h3 {
	position: relative;
	color: #df0615;
	font-family: 'Abel', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 100%;
	padding: 0 0 15px;
	margin: 0 0 26px;
}
#sec_intro h3::after {
	position: absolute;
	content: "";
	background: #df0615;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 5px;
}
#sec_intro .swiper-slide {
	width: 340px;
	margin: 0 10px 0 0;
}
#sec_intro .slide-australia02 {
	margin: 0 20px 0 0;
}
#sec_intro .swiper-slide a {
	overflow: hidden;
	display: block;
	position: relative;
}
#sec_intro .swiper-slide figure img {
	width: 100%;
}
	@media screen and (min-width:750px) {/* PC */
		#sec_intro .swiper-slide figure img {
			-webkit-transition: 0.3s ease-in-out;
			-moz-transition: 0.3s ease-in-out;
			-ms-transition: 0.3s ease-in-out;
			transition: 1s;
		}
		#sec_intro .swiper-slide a:hover figure img {
			-webkit-transform: scale(1.1,1.1);
			-moz-transform: scale(1.1,1.1);
			-ms-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
		}
	}
#sec_intro .swiper-slide .txt {
	position: absolute;
	top: 50%;
	left: 6%;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#sec_intro .swiper-slide .icn_slider {
	position: absolute;
	top: 50%;
	right: 10%;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#sec_intro .swiper-slide .txt {
	display: inline-block;
	font-family: 'Abel', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 120%;
}
#sec_intro .swiper-slide .txt .number {
	display: block;
	color: #df0615;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 0 0 5px;
}
#sec_intro .swiper-slide .icn_slider {
	text-align: right;
	width: 22px;
	height: 19px;
}
#sec_intro .swiper-slide .ttl {
	font-family: 'Abel', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 14px 0 0;
}
	@media screen and (max-width:1200px) {
		#sec_intro .inner {
			max-width: 100%;
			width: 100%;
		}
		#sec_intro #introslider {
			overflow: visible;
			margin-left: 5%;
		}
		#sec_intro h3 {
			margin-left: 5%;
		}
	}
	@media screen and (max-width:1000px) {
		#sec_intro h3 {
			width: 77%;
			margin: 0 auto 26px;
		}
		#sec_intro #introslider {
			width: 77%;
			margin: 0 auto;
		}
	}
	@media screen and (max-width:750px) {
		#main #sec_intro {
			background: url(/promaster/30th/marine/img/bg_sec_intro_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
			padding: 14% 0;
		}
		#sec_intro h3 {
			font-size: 5.3vw;
			padding: 0 0 3%;
			margin: 0 0 5% 11.5%;
		}
		#sec_intro h3::after {
			height: 4px;
		}
		#sec_intro #introslider {
			margin-left: 11.5%;
		}
		#sec_intro .swiper-slide {
			margin: 0 1.8% 0 0;
		}
		#sec_intro .slide-australia02 {
			margin: 0 3.6% 0 0;
		}
		#sec_intro .swiper-slide .ttl {
			font-size: 3.125vw;
			line-height: 100%;
			padding: 5% 0 0;
		}
		#sec_intro .swiper-slide .txt {
			font-size: 2.5vw;
		}
		#sec_intro .swiper-slide .txt .number {
			font-size: 2.8vw;
		}
		#sec_intro .swiper-slide .icn_slider {
			width: 9%;
			height: 21%;
		}
	}
	@media screen and (max-width:480px) {
		#sec_intro h3::after {
			height: 3px;
		}
	}
/* cont_twentytwenty
------------------------------------------*/
#main .section .twentytwenty_wrap {
	background: #0e0e0e;
}
#main .section .twentytwenty_wrap .twentytwenty_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 535px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#main .section .twentytwenty_wrap .ttl {
	color: #ce0614;
	font-family: 'Abel', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 16px;
	line-height: 120%;
	padding: 0 0 15px;
}
#main .section .twentytwenty_wrap ul {
	overflow: hidden;
}
#main .section .twentytwenty_wrap li {
	float: left;
	width: 50%;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 100%;
	padding: 15px 0 0;
}
#main .section .twentytwenty_wrap .txt_note {
	font-size: 10px;
	padding: 5px 0 0;
}
#main .section .twentytwenty_wrap .cont_twentytwenty img,
#main .section .twentytwenty_wrap figure img {
	width: 100%;
}
#main #sec01 .twentytwenty_wrap .twentytwenty-handle {
	background: #ce0614;
	border-color: #ce0614;
}
#main #sec01 .twentytwenty_wrap .twentytwenty-handle:before,
#main #sec01 .twentytwenty_wrap .twentytwenty-handle:after {
	background: #ce0614;
  -webkit-box-shadow: 0 3px 0 #ce0614, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #ce0614, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 #ce0614, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
#main #sec02 .twentytwenty_wrap .twentytwenty-handle {
	background: #fff;
}
#main #sec02 .twentytwenty_wrap .twentytwenty-left-arrow {
	border-right-color: #ce0614;
}
#main #sec02 .twentytwenty_wrap .twentytwenty-right-arrow {
	border-left-color: #ce0614;
}
	@media screen and (max-width:1480px) {
		#main .section .twentytwenty_wrap .twentytwenty_inner {
			width: 72.3%;
		}
	}
	@media screen and (max-width:1000px) {
		#main .section .twentytwenty_wrap .twentytwenty_inner {
			position: static;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			width: 77%;
			margin: 0 auto;
			padding: 12% 0 9.375%;
		}
		#main .section .twentytwenty_wrap .twentytwenty_inner .ttl {
			font-size: 2.4vw;
			padding: 0 0 3%;
		}
		#main .section .twentytwenty_wrap .txt_note {
			font-size: 2vw;
		}
		#main .section .twentytwenty_wrap .twentytwenty_inner li {
			font-size: 1.8vw;
			padding: 4% 0 0;
		}
	}
	@media screen and (max-width:750px) {
		#main .section .twentytwenty_wrap .twentytwenty_inner .ttl {
			font-size: 3.125vw;
		}
		#main .section .twentytwenty_wrap .txt_note {
			font-size: 2.5vw;
			line-height: 140%;
		}
		#main .section .twentytwenty_wrap .twentytwenty_inner li {
			font-size: 2.78vw;
		}
	}
/* cont_slider
------------------------------------------*/
#main .section .image_wrap .cont_slider {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1280px;
}
#main .section .cont_slider .swiper-pagination {
	bottom: 30px;
}
#main .section .cont_slider .swiper-pagination-bullet {
	background: #ce0614;
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
#main .section .cont_slider .swiper-pagination-bullet-active {
	background: #fff;
}
	@media screen and (min-width:2560px) { /* PC */
		#main .section .image_wrap .cont_slider,
		#main .section .image_wrap .cont_slider img {
			width: 100%;
		}
	}
	@media screen and (max-width:1480px) {
		#main .section .cont_slider .swiper-pagination {
			bottom: 9%;
		}		
	}
	@media screen and (max-width:1250px) {
		#main .section .cont_slider .swiper-pagination {
			bottom: 18%;
		}		
	}
	@media screen and (max-width:1000px) {
		#main .section .image_wrap .cont_slider {
			position: relative;
			left: 0;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			margin: 0;
			width: 100%;
		}
		#main .section .image_wrap .cont_slider img {
			width: 100%;
		}
		#main .section .cont_slider .swiper-pagination {
			bottom: 6%;
		}
	}
/* #sec03
------------------------------------------*/
/* tet_note */
#main #sec03 .cont05 .txt_note {
	padding: 15px 0 0;
}
	@media screen and (max-width:1000px) {
		#main #sec03 .cont05 .txt_note {
			position: absolute;
			top: 2%;
			left: 0;
			padding: 0;
			margin-left: 11.5%;
			font-size: 1.8vw;
		}
	}
	@media screen and (max-width:750px) {
		#main #sec03 .cont05 .txt_note {
			font-size: 2.5vw;
		}
	}
/* products */
#main #sec03 .cont06 .txt_wrap,
#main #sec03 .cont07 .txt_wrap {
	background: #0e0e0e;
}
#main #sec03 .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 #sec03 .products .ttl span {
	display: block;
	color: #fff;
	font-size: 0.5em;
	letter-spacing: 0.05em;
}
#main #sec03 .products .list_wrap {
	padding: 0 0 20px;
}
#main #sec03 .products .list_wrap dl {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	line-height: 180%;
}
#main #sec03 .products .list_wrap dl + dl {
	padding-left: 85px;
}
#main #sec03 .products .list_wrap dt {
	color: #ce0614;
	font-weight: 700;
}
#main #sec03 .products .list_wrap dd span {
	display: block;
	line-height: 150%;
}
#main #sec03 .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 #sec03 .products .txt_link::before {
	position: absolute;
	content: "";
	background: #ce0614;
	width: 100%;
	height: 5px;
	top: 100%;
	left: 0;
	transition: all .3s;
}
#main #sec03 .products .txt_link:hover::before {
	display: none;
}
#main #sec03 .products .txt_link::after {
	position: absolute;
	content: "";
	background: #ce0614;
	width: 0;
	height: 5px;
	top: 100%;
	left: 0;
	transition: all .3s;
}
#main #sec03 .products .txt_link:hover::after {
	width: 100%;
}
#main #sec03 .products .txt_link span {
	display: inline-block;
	padding-left: 10px;
}
#main #sec03 .products .txt_link img {
	width: 18px;
	height: 10px;
}
	@media screen and (max-width:1480px) {
		#main #sec03 .cont06 .txt_wrap .inner,
		#main #sec03 .cont07 .txt_wrap .inner {
			min-width: 357px;
		}
		#main #sec03 .products .ttl {
			font-size: 27px;
			padding: 0 0 1%;
		}
		#main #sec03 .products .list_wrap {
			padding: 0 0 2.5%;
		}
		#main #sec03 .products .list_wrap dl {
			font-size: 10px;
		}
		#main #sec03 .products .list_wrap dl + dl {
			padding-left: 65px;
		}
		#main #sec03 .products .txt_link {
			font-size: 14px;
		}
	}
	@media screen and (max-width:1000px) {
		#main #sec03 .products .ttl {
			font-size: 4vw;
			padding: 0 0 5%;
		}
		#main #sec03 .products .ttl span {
			font-size: 3.125vw;
			letter-spacing: 0.1em;
		}
		#main #sec03 .products .list_wrap {
			padding: 0 0 9%;
		}
		#main #sec03 .products .list_wrap dl {
			font-size: 2.2vw;
		}
		#main #sec03 .products .list_wrap dl + dl {
			padding-left: 55px;
		}
		#main #sec03 .products .txt_link {
			font-size: 3.4vw;
		}
		#main #sec03 .products .txt_link::after {
			height: 4px;
		}
		#main #sec03 .products .txt_link img {
			width: 9px;
		}
	}
	@media screen and (max-width:750px){
		#main #sec03 .cont06 .txt_wrap .inner,
		#main #sec03 .cont07 .txt_wrap .inner {
			min-width: 0;
		}
		#main #sec03 .products .ttl {
			font-size: 5vw;
		}
		#main #sec03 .products .list_wrap dl {
			display: block;
			font-size: 3.125vw;
		}
		#main #sec03 .products .list_wrap dl + dl{
			padding: 3% 0 0;
		}
		#main #sec03 .products .list_wrap dd {
			font-size: 2.8vw;
		}
		#main #sec03 .products .list_wrap dd + dt {
			padding: 3% 0 0;
		}		
		#main #sec03 .products .txt_link {
			font-size: 4vw;
		}
	}
	@media screen and (max-width:480px) {
		#main #sec03 .products .txt_link::after {
			height: 3px;
		}
	}
/* youtube
------------------------------------------*/
#main .youtube {
	position: relative;
	overflow:hidden;
	padding: 730px 0 0;
	z-index: 5;
}
#main .youtube::before {
	position: absolute;
	content: "";
	background: url(/promaster/30th/marine/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 {
	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/marine/img/img_youtube01.jpg) no-repeat 50% 50%;
		background-size: cover;
    z-index:1;
	}
	#main .youtube02::after {
		background: url(/promaster/30th/marine/img/img_youtube02.jpg) no-repeat 50% 50%;
		background-size: cover;
    z-index:1;
	}
	#main .youtube03::after {
		background: url(/promaster/30th/marine/img/img_youtube03.jpg) no-repeat 50% 50%;
		background-size: cover;
    z-index:1;
	}
#main .youtube02 .inner,
#main .youtube03 .inner {
	position: absolute;
	top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  z-index:5;
}
#main .youtube02 .movie_wrap .en,
#main .youtube03 .movie_wrap .en {
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#main .youtube02 .movie_wrap .capture,
#main .youtube03 .movie_wrap .capture {
	font-size: 20px;
	padding: 0 0 5px;
	line-height: 100%;
}
#main .youtube02 .movie_wrap .movie_ttl,
#main .youtube03 .movie_wrap .movie_ttl {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	padding: 0 0 15px;
}
#main .youtube02 .movie_wrap .movie_ttl span,
#main .youtube03 .movie_wrap .movie_ttl span {
	display: block;
	font-size: 14px;
}
#main .youtube02 .btn_movie,
#main .youtube03 .btn_movie {
	overflow: hidden;
	position: relative;
	display: block;
	width: 350px;
	padding: 190px 0 0;
	margin: 5px 0 0;
}
#main .youtube02 .btn_movie::after {
	position: absolute;
	content: "";
	background: url(/promaster/30th/marine/img/img_youtube02_movie.jpg) no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .youtube03 .btn_movie::after {
	position: absolute;
	content: "";
	background: url(/promaster/30th/marine/img/img_youtube03_movie.jpg) no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .youtube02 .btn_movie span,
#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 .youtube02 .btn_movie span img,
#main .youtube03 .btn_movie span img {
	width: 37px;
	height: 43px;
}
@media screen and (min-width:750px) {
	#main .youtube02 .btn_movie::after,
	#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 .youtube02 .btn_movie:hover::after,
	#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 .youtube02 .movie_wrap .txt,
#main .youtube03 .movie_wrap .txt {
	font-size: 14px;
	font-weight: 700;
	line-height: 170%;
	padding: 10px 0 0;
}
#main .youtube02 .movie_wrap .txt span,
#main .youtube03 .movie_wrap .txt span {
	display: block;
	font-size: 22px;
}
	@media screen and (max-width:1000px) {
		#main .youtube {
			padding: 44% 0 0;
		}
		#main .youtube02,
		#main .youtube03 {
			padding: 58% 0 21%;
		}
		#main .youtube02::after,
		#main .youtube03::after {
			height: auto;
			padding: 44% 0 0;
		}
		#main .youtube02 .inner,
		#main .youtube03 .inner {
			position: relative;
			top: 0;
			left: 0;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			padding: 0;
			width: 76.25%;
			margin: 0 auto;
		}
		#main .youtube02 .btn_movie,
		#main .youtube03 .btn_movie {
			width: 100%;
			padding: 54.5% 0 0;
			margin: 2.5% 0 0;
		}
		#main .youtube02 .movie_wrap .capture,
		#main .youtube03 .movie_wrap .capture {
			font-size: 3.125vw;
			padding: 0 0 2%;
		}
		#main .youtube02 .movie_wrap .movie_ttl,
		#main .youtube03 .movie_wrap .movie_ttl {
			font-size: 3.4vw;
			padding: 0 0 3%;
		}
		#main .youtube02 .movie_wrap .movie_ttl span,
		#main .youtube03 .movie_wrap .movie_ttl span {
			font-size: 2.2vw;
			padding: 0.5% 0 0;
		}
		#main .youtube02 .btn_movie span img,
		#main .youtube03 .btn_movie span img {
			width: 12.5%;
			height: 14.3%;
		}
		#main .youtube02 .movie_wrap .txt,
		#main .youtube03 .movie_wrap .txt {
			font-size: 2.8vw;
			padding: 2% 0 0;
		}
		#main .youtube02 .movie_wrap .txt span,
		#main .youtube03 .movie_wrap .txt span {
			font-size: 3.4vw;
		}
		#main .youtube02 #youtube02area,
		#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 .youtube02 p.ttl,
		#main .youtube03 p.ttl {
			font-size: 6.2vw;
			line-height: 130%;
			padding: 0 0 4%;
		}
		#main .youtube02 .txt,
		#main .youtube03 .txt {
			min-width: 0;
		}
		#main .youtube02 .movie_wrap .movie_ttl,
		#main .youtube03 .movie_wrap .movie_ttl {
			font-size: 4vw;
		}
		#main .youtube02 .movie_wrap .movie_ttl span,
		#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_marine #footer_nav {
      -webkit-transform: translate(0%,200%);
      -ms-transform: translate(0%,200%);
      transform: translate(0%,200%);
    }
	}</pre></body></html>