<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* RESPONSIVE BOTH---------------------------------------------------- */

html,body{
	height:100%;
}

body {
	background: #fff;
	font-family: "Noto Sans Japanese", ArialMT,"Hiragino Kaku Gothic ProN","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3",繝｡繧､繝ｪ繧ｪ,sans-serif;
	color: #333;
}

img {
	max-width:100%;
}

nav{
	background:#fff;
	width:100%;
	position:fixed;
	top:0;
	z-index:9999;
}

nav .social{
	max-width: 980px;
	margin-right: auto;
	margin-left : auto;
	text-align:left;
}

.sea{
	background: #30bac9; /* Old browsers */
	background: -moz-linear-gradient(top, #30bac9 0%, #29b0bd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #30bac9 0%,#29b0bd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #30bac9 0%,#29b0bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30bac9', endColorstr='#29b0bd',GradientType=0 ); /* IE6-9 */
}

.waveline{
	background: url(../img/wave03.png) 0 150px repeat-y;
	background-size:100%;
	position:relative;
}

.day{
	background: #fff;
	border-radius: 10px;
	border:2px solid #0073be;
	font-weight: 600;
}

.day ul li:last-child{
	line-height:1.5;
	text-align: left;
}

.who{
	text-align: left;
	line-height: 1.4;
	color:#012448;
	font-weight:bold;
}

.who p{
	font-size:110%;
}

footer {
	background: url(../img/bg_beach.jpg) 50% 0 repeat;
}

/* RESPONSIVE PC---------------------------------------------------- */

@media screen and (min-width: 765px) {

.hide_pc{
	display:none;
}

a img:hover {
	opacity: 0.8;
}

nav .social{
	padding:5px 0;
	position:relative;
}

nav .social .logo img{
	height:30px;
	vertical-align:middle;
}

nav .social p{
	position:absolute;
	text-align:right;
	top:5px;
	right:0;
}

nav .social p a img{
	height:30px;
	margin-left:5px;
}
nav .social img{
	vertical-align:middle;
}

.contents{
	width:963px;
	margin:0 auto;
	padding:0;
}

.contents article.w980{
	width: 100%;
	text-align: center;
}

header{
	background: url(../img/main_bg.jpg) 50% 0 no-repeat;
	background-size:cover;
	position:relative;
	min-height:600px;
	min-width: 963px;
}

header section{
	background: url(../img/wave01.png) 50% 0 repeat-x;
	background-size:auto 100%;
	height:310px;
	width:100%;
	position:absolute;
	bottom:-250px;
	padding:0 auto 0;
	text-align: center;
}

h1{
	width: 100%;
	margin:0 auto;
	padding:0;
	text-align: center;
}

h1 img{
	margin:65px auto 0;
}

.sea{
	margin:250px 0 0;
	width:100%;
	min-width: 963px;
}

.sea article.w980{
	padding:30px 0;
}

.waveline{
	min-width: 963px;
}

.day{
	width:850px;
	margin:100px auto;
}

.day p.mark{
	margin-top:-70px;
}

.day ul{
	display: table;
	width:100%;
	padding:0;
}

.day ul li{
	display: table-cell;
	padding:30px 20px;
	vertical-align: top;
	position:relative;
}

.day ul li:last-child{
	width:470px;
	font-size:16px;
}

.day p.text{
	margin-bottom:20px;
}

.day ul li p.card{
	position:absolute;
	top:0;
	left:-53px;
}

.coming{
	text-align: center;
	font-size:30px;
	color:#ccc;
	margin:50px 0 80px;
}

.moanalogo img{
	width:250px;
}

.trailer{
	margin:30px 0 15px;
	width:850px;
	height:478px;
}

ul.scene{
	display: table;
	width: 850px;
	margin: 0 auto;
}

ul.scene li{
	display: table-cell;
	width: 50%;
}

ul.scene li img{
	width:98%;
}

ul.scene li:first-child{
	text-align: left;
}

ul.scene li:last-child{
	text-align: right;
}

.who{
	width: 850px;
	margin: 10px auto 50px;
	font-size: 12px;
}

ul.cch{
	display: table;
	width: 850px;
	margin: 20px auto;
}

ul.cch li{
	display: table-cell;
	width: 50%;
}

ul.cch li:first-child{
	text-align: left;
}

ul.cch li:last-child{
	text-align: right;
}

ul.cch li iframe{
	width: 98%;
	height:235px;
}

ul.cch li p{
	text-align: center;
	font-size:14px;
	color:#fff;
	font-weight:700;
	margin:10px 0;
	width: 98%;
}

.hit{
	margin:0 0 10px;
	padding-top:10px;
	text-align: center;
}

.hit_link{
	text-align: center;
}

.wave{
	background: url(../img/wave02.jpg) repeat-x;
	background-size:2174px;
	background-position: 50% 0;
	position:relative;
	min-width: 963px;
	min-height: 900px;
	z-index:-1;
}

.wave .contents article{
	position: relative;
}

.d_copy {
	text-align: center;
	font-size:12px;
	color:#fff;
	line-height: 1.2;
	position:absolute;
	top:250px;
	right:70px;
}

footer {
	background-size: 1200px;
	min-width: 963px;
}

footer p{
	color:#2bb4c0;
	font-size:12px;
	padding:30px 0;
}

footer p a img{
	width:100px;
}

#pagetop{
	display:inline;
	position:fixed;
	bottom:10px;
	right:30px;
	opacity:0.8;
}

#pagetop:hover{
	cursor: pointer;
	opacity:0.5;
}

#pagetop img{
	width:70px;
}

}

/* RESPONSIVE SP---------------------------------------------------- */

@media screen and (max-width: 765px) {

.hide_sp{
	display:none;
}

nav .social{
	padding:5px;
	position:relative;
}

nav .social .logo img{
	height:30px;
	vertical-align:middle;
}

nav .social p{
	position:absolute;
	text-align:right;
	top:5px;
	right:5px;
}

nav .social p a img{
	height:30px;
	margin-left:3px;
}

nav .social img{
	vertical-align:middle;
}

header {
	line-height:0;
}

header section{
	margin:0;
}

h1 img , .wave img{
	width:100%;
}

.sea {
	padding:0;
}

.waveline{
	background-position: 0 100px;
}

.w980{
	padding:10px 12px;
	text-align: center;
}

.day{
	margin:30px 0;
	overflow: hidden;
}

.day p.mark{
	margin:-0;
}

.day p.mark img{
	width:100%;
}

.day ul{
	display: block;
	width:100%;
	padding:0 0 30px;
}

.day ul li{
	display: block;
	padding:10px 10px 0;
	position:relative;
}

.day ul li:first-child img {
	width:70%;
}

.day ul li:last-child{
	font-size:12px;
}

.day p.text{
	margin-bottom:10px;
}

.day p.text img{
	width:100%;
}

.coming{
	text-align: center;
	font-size:20px;
	color:#ccc;
	margin:30px 0;
}

.moanalogo img{
	width:60%;
}

.trailer{
	margin:10px 0;
	width:100%;
	height:180px;
}

ul.scene{
	display: table;
	width: 100%;
	margin: 0 auto;
}

ul.scene li{
	display: table-cell;
	width: 50%;
}

ul.scene li img{
	width:98%;
}

ul.scene li:first-child{
	text-align: left;
}

ul.scene li:last-child{
	text-align: right;
}

.who{
	width: 100%;
	margin: 0 auto 30px;
	font-size: 11px;
}

ul.cch{
	display: block;
	width: 100%;
	margin: 20px auto 10px;
}

ul.cch li{
	display: block;
	margin: 10px auto;
}

ul.cch li iframe{
	width: 100%;
}

ul.cch li p{
	text-align: center;
	font-size:13px;
	color:#fff;
	font-weight:700;
	margin:20px 0 10px;
	width: 100%;
}

.official{
	background:#29b0bd;
	padding:0 10px;
	text-align: center;
}

.hit {
	margin-bottom:10px;
}

.hit img{
	width:100%;
}

.hit_link {
	padding-bottom:10px;
}

.hit_link img{
	width:60%;
}

.wave{
	position:relative;
}

.wave .contents{
	position:relative;
}

.wave .contents article{
	position: absolute;
	top:15%;
	right:0;
}

.d_copy {
	text-align: right;
	font-size:10px;
	color:#fff;
	line-height: 1.2;
}

footer {
	background-size: 100%;
}

footer p{
	color:#2bb4c0;
	font-size:9px;
	padding:30px 0 0;
}

footer p a img{
	width:30%;
}

#pagetop{
	display:inline;
	position:fixed;
	bottom:10px;
	right:10px;
	opacity:0.7;
	width:20%;
	text-align: right;
}

#pagetop img{
	width:70%;
}

}
</pre></body></html>