<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------
		基本設定
------------------------------*/
* {
	font-family:arial,helvetica,osaka,"MS PGothic",sans-serif;
	margin:0;
	padding:0
}

html {
	overflow-y: auto;
}
body {
    font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    background-color: #F8F8F8;
 -webkit-text-size-adjust: 100%;
    width: 100%;
    min-width: 980px;
    background-color: black !important;
    position: relative;
}

body p{
	font-size: 13px;
	/*color: #ccc;*/
	color: #f5ebc8;
}

ul,ol {
	margin:0;
	padding:0;
	list-style:none
}

img {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none
}

a {
	color: #333333;
	text-decoration:none
}

a:hover {
opacity:.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )"
}

a:hover img {
	opacity:.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )"
}
.sp{display: none;}
.pc{display: block;}

.stageBase {
  background-color: #000 !important;
}
/*-----------------------------
		header
------------------------------*/
header {
    /* position: fixed; */
    /* width: 100%; */
    /* height: 50px; */
    /* background-color: rgba(0,0,0,0.2); */
    /* border-bottom: 1px solid rgba(70,72,72,0.5); */
    /* z-index: 1; */
}
div#sqexHeader-black {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 37px;
    background-color: #000000;
    border-bottom: 1px solid #838383;
    font-family: Verdana,Arial,Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"MS P Gothic",sans-serif;
    z-index: 20000!important;
    position: relative;
    top: 0px;
}
div#fix_box {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(70,72,72,0.5);
    z-index: 1;
}

#content .follow {
    position: fixed;/*スクロールで付加されるclass*/
    top: 0;
}

.fp-viewing-index2 #sqexHeader-black {
    display: none;
}

.fp-viewing-index3 #sqexHeader-black {
    display: none;
}

.fp-viewing-index4 #sqexHeader-black {
    display: none;
}
header .inner {
	display: block;
	width: 980px;
	margin: 0 auto
}
header ul {
	overflow: hidden;
	margin: 18px 0;
}
header ul li {
	float: left;
	line-height: 14px;
	padding: 0 48px;
	border-right: 1px solid #b89553;
}

header ul li:last-child {
	border-right: 0;
}
header ul li a {
	color: #a27830;
}
p.read_more:hover,
p.back_btn:hover,
p.difference:hover,
p.close_btn:hover {
	opacity: 0.5;
	cursor: pointer;
}

/*-----------------------------
		Content
------------------------------*/
#fullpage {
	width: 100%;
}
#fullpage section {
	position: relative;
	width: 100%;
	height: 1080px;
	background-size: cover;
	background-position: center center;
}
#fullpage section.footer {
	height: auto;
}
#fullpage p.close_btn {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 60px;
	right: 60px;
}

/* section.first */
#fullpage section.first {
	background-image: url(../img/bg_01.jpg);
	/*background-position: right center;*/
	background-position: 75% 50%;

}
section.section {
	box-sizing: border-box;
}
section.first .title_box {
	position: absolute;
	top: 190px;
	right: 240px;
}
section.first h1 {
	text-align: center;
	margin-bottom: 20px;
}
section.first .subtext_area {
	position: absolute;
	top: 35%;
	right: 6%;
}
section.first .sns_area {
    position: absolute;
    right: 6%;
    top: 83%;
}
section.first .sns_area ul {
	overflow: hidden;
	width: 240px;
	margin: 0 auto;
	padding-top: 31px;

}
section.first .sns_area ul li {
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 20px;
}
section.first .sns_area ul li:last-child {
	margin-right: 0;
}
section.first .sns_area ul li img {
	width: 100%;
}
section.first .bnr_box {
	position: absolute;
	left: 60px;
	bottom: 60px;
}
section.first .bnr_box ul {
	overflow: hidden;
}
section.first .bnr_box ul li {
	float: left;
}
section.first .bnr_box ul li:first-child {
	margin-right: 20px;
}


.box_off {
	display: none;
}
/* section.second */
section.second {
	background-color: black !important;
	transition: all 2s;
}
section.second .box_off {
    position: absolute;
    top: 270px;
    right: 120px;
}
section.second .box_off h2 {
	margin-bottom: 50px;
}
section .box_off p {
	font-size: 23px;
	line-height: 1.2em;
}

/* section.third */
section.third {
	transition: all 2s;
	background-color: black !important;
}
section.third .box_off {
    position: absolute;
    top: 210px;
    right: 120px;
}

section.third .box_on {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
section.third .box_on .inner {
    display: none;
    position: absolute;
    top: 80px;
    right: 115px;
}

section.third h2 {
    margin-bottom: 30px;
}
section.third p {
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

section.third span {
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 10px;
    display: block;
}



/* section.advance */
#fullpage section.advance {
	padding: 0 !important;
	background-color: black !important;
}
#fullpage section.advance .fp-tableCell {
	height: 100% !important;
}
#fullpage section.advance .fp-tableCell .slimScrollDiv {

}
#fullpage section.advance .fp-tableCell .slimScrollDiv .fp-scrollable {
	height: 100% !important;
}


#fullpage section.fourth {
	background-position: right center;

}
/* section.fourth */
section.fourth {
	background-color: black !important;
	transition: all 2s;

}
section.fourth .box_off {
    position: absolute;
    top: 250px;
    left: 100px;
}
section.fourth h2 {
    margin-bottom: 30px;
}
section.fourth .box_on h2 {
	margin-bottom: 20px;
}
section.fourth .box_on h3 {
    font-size: 32px;
    line-height: 45px;
		color: #f5ebc8;
}
span.small {
    font-size: 24px;
}
section.fourth .box_on {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
section.fourth .box_on .inner {
	display: none;
	position: absolute;
	top: 80px;
	left: 100px;
}
section.fourth .box_on table {
    /*color: #ccc;*/
    color: #f5ebc8;
    margin-bottom: 20px;
}
section.fourth .box_on th,
section.fourth .box_on td {
	border-bottom: 1px solid rgba(85,82,77,0.5);
}
section.fourth .box_on th {
    width: 290px;
    font-size: 24px;
    text-align: left;
}
section.fourth .box_on td {
    width: 630px;
    font-size: 17px;
    line-height: 1.5em;
    padding: 17px 0;
}
section.fourth .box_on tr:first-child {
	border-top: 1px solid rgba(85,82,77,0.5);
}
section.fourth p {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 50px;
}
section.fourth .btn_area {
	overflow: hidden;
	width: 520px;
}
section.fourth p.read_more {
	float: left;
}
section.fourth p.back_btn {
	float: left;
}
section.fourth p.difference {
	float: right;
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #f5ebc8;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	color: #f5ebc8;
	background-color: rgba(0,0,0, 0.5);

}
section.fourth p.difference a {
	color: #f5ebc8;
	display: block;
}
section.fourth p.span {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}



section.fifth .box_off {
	position: absolute;
	top: 170px;
	left: 100px;
}
section.fifth .box_off h2 {
	margin-bottom: 50px;
}
section.fifth .movie_box {
	background-image: url(../img/bg_youtube.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: -5px;
}
section.fifth .movie_box .inner {
	width: 865px;
	height: 485px;
	padding-top: 5px;
  padding-left: 11px;
}
section.fifth .movie_box .inner iframe {
}
section.fifth .movie_box .inner .movie_02 {
	display: none;
}
section.fifth .movie_box .switch_area {
	padding-left: 6px;
}
section.fifth .movie_box .switch_area ul {
	overflow: hidden;
}
section.fifth .movie_box .switch_area ul li {
	float: left;
	width: 276px;
	height: 48px;
	margin-right: 20px;
}
section.fifth .movie_box .switch_area ul li.off:hover {
	opacity: 0.5;
}
section.fifth .movie_box .switch_area ul li.switch_01 {
	background-image: url(../img/btn_03_on.png);
}
section.fifth .movie_box .switch_area ul li.switch_01.off {
	background-image: url(../img/btn_03_off.png);
}
section.fifth .movie_box .switch_area ul li.switch_02 {
	background-image: url(../img/btn_04_on.png);
}
section.fifth .movie_box .switch_area ul li.switch_02.off {
	background-image: url(../img/btn_04_off.png);
}

/*-----------------------------
		footer
------------------------------*/
.footer {
	width: 100%;
	background-color: black;
	border-top: 1px solid rgba(51,51,51,0.9);
}

.footer .support_hard {
	border-bottom: 1px solid rgba(51,51,51,0.5);
}
.footer .support_hard ul {
	width: 483px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}
.footer .support_hard ul li {
	float: left;
	margin-top: 8px;
	margin-right: 40px;
}
.footer .support_hard ul li:first-child,
.footer .support_hard ul li:last-child {
	margin-top: 0;
}
.footer .support_hard ul li:first-child {
	margin-right: 20px;
}
.footer .support_hard ul li:last-child {
	margin-right: 0;
}


.footer .sns_area {
	border-bottom: 1px solid rgba(51,51,51,0.5);
}
.footer .sns_area ul {
	width: 296px;
	margin: 0 auto;
	padding: 17.5px 0;
	overflow: hidden;
}
.footer .sns_area ul li {
	float: left;
	margin-right: 15px;
}
.footer .sns_area ul li:last-child {
	margin-right: 0;
}


.footer nav {
	border-bottom: 1px solid rgba(51,51,51,0.9);
}
.footer nav ul {
	width: 590px;
	overflow: hidden;
	padding: 8px 0;
	margin: 0 auto;
}
.footer nav ul li {
	float: left;
	font-size: 15px;
	line-height: 15px;
	padding: 0 10px;
	border-right: 1px dotted #666666;
}
.footer nav ul li:last-child {
	border-right: 0;
}
.footer nav ul li a {
	color: #ccc;
}
.footer .copyright p {
	text-align: center;
	font-size: 12px;
	padding: 20px 0 130px;
}

.fp-viewing-index a.page_top{
    display: none!important;
}


.page_top {
    position: fixed;
    bottom: 3%;
    width: 180px;
    right: 0px;
    /* left: 96%; */
    z-index: 999;
}
.page_top img {
	width: 30%;
}

#fullpage section.first .page_top {
    display: none;
}
div#sqexFooter p.sqex-footer-copyright {
	 color: #ccc;
}

@media screen and (max-width: 1640px) {
section.first .title_box {
	top: 100px;
	left: 50%;
	margin-left: -330px;
}
section.first .movie_box {
	top: 50px;
}
section.first .bnr_box {
	bottom: 40px;
}
}

@media screen and (max-width: 1300px) {
section.first .sns_area {
	left: 700px;
}
}

/*2016.0517追記
----------------------------*/
section.first .title_box .unique {
	text-align: center;
}
section.first .title_box .unique img {
	margin-left: -23px;
}
</pre></body></html>