<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('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
body {
	background: #fff;
	font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	color:#000105;
	font-size:14px;
	font-weight:400;
	text-align: center;
	letter-spacing: 0.025em;
}

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

nav article{
	display:table;
	width:100%;
	height:50px;
	box-sizing: border-box;
	text-align: left;
}

nav article div{
	display:table-cell;
}

nav article div img{
	vertical-align: middle;
}

.nav_logo a:first-child img{
	height:30px;
	margin:0 10px 0 0;
}

.nav_logo a:nth-child(2) img{
	height:50px;
	margin:0 0 0 10px;
}

.social{
	text-align: right;
}

.social img{
	margin:0 2px;
	height:30px;
}

h1{
	line-height: 0;
}

.text02{
	font-weight:600;
	line-height: 1.6;
}

.btn{
	background: #58ccec; /* Old browsers */
	background: -moz-linear-gradient(left, #58ccec 0%, #3631e2 70%, #422de2 90%, #622de2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #58ccec 0%,#3631e2 70%,#422de2 90%,#622de2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #58ccec 0%,#3631e2 70%,#422de2 90%,#622de2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58ccec', endColorstr='#622de2',GradientType=1 ); /* IE6-9 */
}

.btn a{
	display:block;
	color:#fff;
	text-decoration: none;
}
	
.yellow02 ul li p.mi{
	border-top:1px solid #30c9f9;
	border-bottom:1px solid #30c9f9;
	font-weight:800;
	color:#1060ba;
}

.yellow02 ul li p.text{
	font-weight:600;
	line-height: 1.4;
}

.yellow02 ul li p.text span{
	font-weight:800;
}

.yellow02_inner{
	font-weight:600;
	line-height: 1.4;
	color:#1060ba;
}

.oubo{
	font-weight:600;
	line-height: 1.4;
	position: relative;
}

.oubo .yellow04 .text span{
		color: #0151d6;
	}

.btn.btl a{
	font-weight:400;
}



footer{
	color:#fff;
}

.logo{
	font-weight:100;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*PC*/
@media print, screen and (min-width: 769px)
{

	html,body{
		min-width: 1024px;
	}

	.hide_pc{
		display: none;
	}

	a:focus,input:focus,textarea:focus {
		outline: 0;
	}
	
	h1,nav article,.w1024,footer article{
		width: 1024px;
		margin:0 auto;
		position:relative;
	}
	
	/*nav*/
	
	nav article div:first-child {
		width:250px;
	}
	
	.social span{
		font-size:16px;
		vertical-align: middle;
	}
	/*nav*/
	
	header{
		background: url('../img/header_bg.jpg') top center no-repeat;
		background-size:2000px;
		height:750px;
		box-sizing: border-box;
	}
	
	h1{
		padding:78px 0 0;
	}
	
	.bgimage1{
		background: url('../img/bg1.jpg') top center no-repeat;
		background-size:2000px;
	}
	
	.w1024{
		padding:30px 0 0px;;
	}
	
	.bgimage2{
		background: url('../img/bg2.jpg') top center no-repeat;
		background-size:2000px;
		box-shadow: 0 10px 15px -15px rgba(0,0,0,0.3);
		margin-top: -450px;
	}
	
	.bgimage2 .w1024{ 
	padding-bottom: 65px;
	}
	
	.text01{
		margin-bottom: 45px;
	}
	
	.text01 img{
		width:1024px;
	}
	
	.text02{
		font-size:24px;
		margin-bottom: 45px;
	}
	
	.btn a {
		padding:15px 0;
		font-size:55px;
	}
	
	.btn:hover,.btnimg:hover{
		filter: brightness(110%)
	}
	
	.btnimg{
		margin-bottom: 38px;
	}
	
    
    .flagfinish{
        background: #c5ecff no-repeat;
		width: 1024px;
        padding:0 10px 30px;
		box-sizing: border-box;
        border:1px solid #30c9f9;
        margin-bottom: 45px;
        
    }
    
    .flagfinish .title{
        margin-top: -20px;
    }
    
    .flagfinish .text{
        margin: 0 0 15px;
        font-size: 24px;
        line-height:1.2;
        color:  #3955e4;
        letter-spacing: -1px;
    }
    
	.cointosscustodian{
		background: url(../img/cointosscustodian_bg.jpg) no-repeat border-box;
		height: 631px;
		width: 1024px;
		padding:40px 15px;
	}
	
	.cointosscustodian ul li{
		float: left;
	}
	
	.cointosscustodian li.image{
		margin-right: 15px;
	}
	
	.cointosscustodian li.text{
		width: 570px;
		text-align: left;
		/* margin-top: 0px; */
	}
	
	.cointosscustodian li.text .text07{
		margin-top: 25px;
	}
	
	.cointosscustodian li.text .text07 span{
		font-weight:bold;
		font-size:20px;
	}
	
	.yellow{
		margin:65px 0 0;
	}

	.yellow01{
		line-height: 0;
	}
	
	.yellow02{
		background: #faf393;
		padding:35px 45px 45px;
		border-left:1px solid #30c9f9;
		border-right:1px solid #30c9f9;
		border-bottom:1px solid #30c9f9;
	}
	
	.yellow02 ul{
		display: table;
		width:100%;
	}
	
	.yellow02 ul li{
		background: url('../img/ground.jpg') bottom center no-repeat;
		background-size:443px;
		display: table-cell;
		width:50%;
		height:500px;
		box-sizing: border-box;
	}
	
	.yellow02 ul li p.icon img{
		width:98px;
	}
	
	.yellow02 ul li p.mi{
		font-size:26px;
		margin: 5px auto 10px;
		padding:7px 0;
		width:370px;
	}
	
	.yellow02 ul li p.text{
		font-size:20px;
	}
	
	.yellow02 p.photo{
		margin-top:35px;
	}
	
	.yellow02_inner{
		padding:30px 0 0;
		font-size:24px;
	}
	
	.yellow02_inner p{
		margin-bottom:15px;
		line-height: 1.0;
	}
	
	.yellow02_inner iframe{
		display:block;
		margin:20px auto 0;
		width:100%;
		height:532px;
	}
	
	.btn.btl a{
		margin-top: 50px;
		font-size:40px;
	}
	
	.oubo{
		background:url(../img/bg_flag.png) no-repeat;
		padding:105px 0;
		margin-top: 460px;
	}
	

	.text03{
		font-size:28px;
		margin-bottom: 30px;
		margin-top: 30px
	}
	
	.text04{
		font-size:16px;
	}
	
	.text05{
		font-size:24px;
		line-height: 1.4;
		font-weight: bold;
	}
	
	.text06{
		font-size:18px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 30px;
		
	}
	
	.text07{
		font-size:16px;
		line-height: 1.4;
	}
	
	.oubo span.bottle01{
		position: absolute;
		top:115px;
		left:30px;
	}
	
	.oubo span.bottle02{
		position: absolute;
		top:115px;
		right:30px;
	}
	
	.oubo .yellow{
		margin:65px 0 0;
	}

	.oubo .yellow03{
		line-height: 0;
	}
	
	.oubo .yellow04{
		background: #faf393;
		padding:35px 45px 65px;
		border: 1px solid #30c9f9;
	}
	
	.oubo .yellow04 img{
		margin-bottom: 10px;
	}
	
	.oubo .yellow04 ul li :first-child{
		padding-top: 50px;
	}
	
	.oubo .yellow04 ul li:nth-child(2n){
		padding-left: 50px;
	}
	
	.oubo .yellow04 .text{
		text-align: left;
		font-size:16px;
		line-height: 1.4;
		margin-top: 25px;
	}
	.oubo .yellow04 ul li{
		display: table-cell;
		width:50%;
		vertical-align:middle;
	}
	
	
	footer{
		background: url('../img/footer_bg.jpg') center top no-repeat;
		
		background-size:2000px;
		height: 402px;
	}
	
	footer article{
		padding:300px 0 0;
	}
	
	.footertext{
		margin-top: -120px;
	}
	
	.logo{
		text-align: center;
	}
	
	.logo img{
		width:130px;
	}
	
	.copyright{
		font-size:10px;
		padding:30px 0;
	}
	
	#pagetop{
		display:inline;
		position:fixed;
		bottom:0;
		right:20px;
		opacity:0.7;
		width:50px;
		text-align: right;
		line-height: 0;
	}

	#pagetop img{
		width:50px;
	}

	#pagetop img:hover{
		opacity:0.6;
		cursor: pointer;
	}

}


/*SP*/
@media screen and (max-width: 768px)
{
	body{
		font-size:14px;
	}
	
	.hide_sp{
		display: none;
	}

	img {
		width: 100%;
	}
	
	nav article div{
		padding:0 5px ;
		width:50%;
	}

	nav img{
		width: initial;
	}

	.social{
		text-align: right;
	}

	.social img{
		height:30px;
		margin:0 0 0 5px;
	}
	
	.bgimage1{
		background: url('../img/bg_sp03.jpg') top center no-repeat;
		background-size:100%;
		box-shadow: 0 10px 15px -15px rgba(0,0,0,0.3);
		height: 2210;
	}
	
	.bgimage2{
		background: url('../img/bg_sp04.jpg') bottom center no-repeat;
		background-size:100%;
		background-position: top center;
		margin-top: -20px;
	}
	
	.bgimage1 .w1024{
		padding:10px 0 20px;
	}
	
	.text01{
		padding:0 10px 20px;
	}
	
	.text02{
		font-size:16px;
		padding:0 10px 20px;
	}
	
	.btn,.btnimg{
		margin:0 10px;
	}
	
	.btnimg{
		margin-bottom: 30px;
	}
	
	.btn a {
		padding:7px 0;
		font-size:26px;
	}
    
    .flagfinish{
        background: #c5ecff no-repeat;
        padding:0 8px 23px;
        border:1px solid #30c9f9;
        margin:0 10px 30px;
        
    }
    
    .flagfinish .text{
        margin:0 0 10px;
        font-size: 16px;
        line-height:1.3;
        color:  #3955e4;
        letter-spacing: -1px;
    }
    
    .flagfinish .photo{
        padding: 0 14px;
    }
    
	.cointosscustodian{
		padding: 0 10px;
	}
	
	.cointosscustodian p.image img{
		width: 80%;
		border:0.5px solid #30c9f9;
	}
	
	.cointosscustodian p.text05,.cointosscustodian p.text07{
		color: #3a54e4;
	}
	
	
	.cointosscustodian p.text05{
		margin-top: 20px;
		margin-bottom: 20px;
		line-height: 1.4;
		font-weight:bold;
		font-size:18px;
	}


	
	.cointosscustodian p.text07{
		margin-bottom:30px;
		line-height: 1.4;
	}

	.cointosscustodian p.text07 span{
		font-weight:bold;
		font-size:16px;
	}

	
	.yellow{
		margin-top:30px;
		background: #faf393;
		padding:20px 10px;
	}

	.yellow01{
		line-height: 1.2;
		font-size:16px;
		font-weight:600;
		letter-spacing: 0;
	}
	
	.yellow01 span{
		font-size:14px;
	}
	
	.yellow02 ul li{
		background: url('../img/ground.jpg') bottom center no-repeat;
		background-size:100%;
		padding: 0 0 20px;
	}
	
	.yellow02 ul li p.icon{
		margin-top:20px;
	}
	
	.yellow02 ul li p.icon img{
		width:25%;
	}
	
	.yellow02 ul li p.mi{
		font-size:25px;
		margin: 5px auto 10px;
		padding:7px 0;
	}
	
	.yellow02 ul li p.text{
		font-size:16px;
	}
	
	.yellow02 p.photo{
		margin-top:20px;
	}
	
	.yellow02_inner{
		padding:30px 0 0;
		font-size:18px;
	}
	
	.yellow02_inner p{
		margin-bottom:10px;
		line-height: 1.0;
	}
	
	.yellow02_inner iframe{
		display:block;
		margin:10px auto;
		width:100%;
		height:200px;
	}
	
	.btn.btl a{
		margin-top: 20px;
		font-size:30px;
		height: 50px;
		padding-top: 20px;
		vertical-align: middle;
	}
	
	.oubo{
		padding-top: 45px;
		margin: 0 10px;
		padding-bottom: 120px;

		
	}
	
	.oubo p.flag img{
		width:  95%;
		padding-bottom: 20px;
		
	}
	
	.oubo .yellow{
		background: #faf393;
		border: 1px solid #30c9f9;	
	}
	
	.oubo .yellow04{
		margin-bottom: -4px;
	}
	
	.oubo .yellow04 img.messagepoint{
		width: 95%;
		padding-bottom: 15px;
	}
	
	.oubo .yellow04 p.text{
		text-align: left;
		line-height: 1.4;
		font-weight: 400;
		padding-bottom: 20px;
	}
	
	.oubo .yellow04 p.text span{
		margin-left: -5px;
	}
	
	.oubo .yellow04 ul img.samplemessage{
		width: 85%;
		padding-bottom: 25px;
	}
	
	.text03{
		padding: 0 10px;
		font-size:18px;
		margin-bottom: 20px;
	}
	
	.text04{
		padding: 0 10px;
		font-size:11px;
	}
	
	.text05{
		padding: 0 10px;
		font-size:18px;
	}
	
	.text06{
		padding: 0 10px;
		font-size:16px;
		font-weight: 600;
		margin-top: 20px;
	}
	
	.text07{
		padding: 0 10px;
		font-size:16px;
	}
	
	
	
	footer{
		background: url('../img/footer_bg_sp.jpg') top center no-repeat;
		background-size:100%;
		padding:60px 0 0;
	}
	
	.logo{
		text-align: center;
	}
	
	.logo a img{
		vertical-align: middle;
		width:30%;
	}
	
	footer div.copyright{
		font-size:10px;
		padding:30px 0 20px;
	}

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

	#pagetop img{
		width:70%;
	}
	

@media screen and (max-width: 320px)
{
	
	nav article div:last-child{
		width:40%;
	}
	
	.yellow02 ul li p.mi{
		font-size:21px;
		width:100%;
	}
	
	.btn.btl a{
		font-size:13px;
	}
	
	footer{
		padding:40px 0 20px;
	}
	
}
	
}</pre></body></html>