﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 18px;
	line-height: 1.6;
	font-family: "Sawarabi Mincho";
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	letter-spacing: 2px;
	box-sizing: border-box;
	background: #000;
}

a { color: #fff;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { color:#C5A24B; }

.ei{
font-family: 'Sorts Mill Goudy', serif;
}

p{
}

ul { /* 親要素 */
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}

ul li { /* 子要素 */
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
}

a.more01{
color: #fff;
width: 280px;
margin: 0 auto;
display: block;
line-height: 50px;
border: 1px solid #fff;
font-size: 16px;
}

a.more01:hover{
color: #C5A24B;
border: 1px solid #C5A24B;
}

a.more02{
color: #000;
width: 280px;
margin: 0 auto;
display: block;
line-height: 50px;
font-size: 16px;
background: #C5A24B;
}

a.more02:hover{
opacity: 0.8;
}

a.mail{
background: url(../img/mail.png) no-repeat 60px 16px #C5A24B;
padding-left: 40px;
width: 240px;
}


/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	background: #000;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	text-align: center;
	padding-top: 160px;
}

/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 300px;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(../img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(../img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: transparent url(../img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(../img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 0px;
	width: 61px;
	height: 100%;
	background: #222;
	text-align: center;
	position: fixed;
	z-index: 2;
	border-left: 1px solid #000;
}
#pageNav ul {
	width: 15px;
	display: block;
	position: absolute;
	top: 50%;
	left: 23px;
	margin-top: -105px;
}
#pageNav ul li {
	padding-bottom: 30px;
	width: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 10px;
	height: 10px;
	background: #222 center center;
	display: block;
	border: 1px solid #C5A24B;
}
#pageNav ul li.activeStage a {
	background: #C5A24B no-repeat center center;
	border: 1px solid #C5A24B;
}

/* #pageDown
--------------------------- */
#sc {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	position: absolute;
	overflow: hidden;
	z-index: 3;
}

#sc a {
	margin: 0 auto;
	width: 45px;
	height: 55px;
	background: transparent url(../img/next_arw.png) no-repeat center center;
	display: block;
}

#pageDown {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
	display: none !important;
}
#pageDown a {
	margin: 0 auto;
	width: 45px;
	height: 55px;
	background: transparent url(../img/next_arw.png) no-repeat center center;
	display: block;
}

#page-top{
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
}

a.s_btn{
position: fixed;
top: 0;
right: 0;
z-index: 9999;
}

a.s_btn02{
position: fixed;
top: 180px;
right: 0;
z-index: 9999;
}

.navi{
position: fixed;
top: 0;
left: 50%;
margin-left: -475px;
width: 950px;
z-index: 9999;
overflow: hidden;
padding-top: 30px;
}

.navi .logo{
float: left;
width: 160px;
transition: .3s;
}

.is-show{
width: 160px;
transition: .3s;
}

.navi ul{
float: right;
width: 650px;
}

.navi ul li{
width: 120px;
display: inline-block;
font-size: 16px;
margin-left: 10px;
line-height: 50px;
}

.navi ul li a{
color: #fff;
letter-spacing: 2px;
font-family: "Noto Sans JP";
border-top: 2px solid #fff;
}

.navi ul li a:hover{
border-top: 2px solid #C5A24B;
color: #C5A24B;
}

.navi ul li a.current{
border-top: 2px solid #C5A24B;
color: #C5A24B;
}

.navi ul li span{
display: block;
font-size: 13px;
line-height: 13px;
}


.copy{
font-size: 14px;
}

.fo26{
font-size: 26px;
}

.fo16{
font-size: 16px;
}


/* #top
--------------------------- */
#top h2{
font-family: 'Sorts Mill Goudy', serif;
font-size: 46px;
text-align: left;
width: 950px;
margin: 0 auto 30px;
}

#top h2 span{
display: block;
font-size: 16px;
}

#top #stage1,
#top #stage2,
#top #stage3,
#top #stage4,
#top #stage5{
}

#top #stage1 .img_box{
margin:0 auto 60px;
width: 950px;
}

#top #stage1 .img_box li:nth-child(1){
width: 250px;
}

#top #stage1 .img_box li:nth-child(2){
width: 350px;
}

#top #stage1 .img_box li:nth-child(3){
width: 250px;
}

#top #stage1 .img_box li img{
width: 100%;
}

#top #stage1 .img_box li{
display: inline-block;
}

#top #stage2{
background: url(../img/top/02/bg.png) no-repeat right 120px;
background-size: 500px auto;
}

#top #stage2 p.text01{
margin-bottom: 10px;
}

#top #stage2 p.text02{
margin-bottom: 40px;
}

#top #stage2 p.text03{
margin-top: 20px;
margin-bottom: 20px;
}

#top #stage2 li{
width: 310px;
}

#top #stage2 li img{
width: 180px;
}

#top #stage2 li h3{
font-size: 14px;
margin-bottom: 10px;
}

#top #stage2 li a{
color: #fff;
}

#top #stage2 li a:hover{
color: #C5A24B;
}

#top #stage3{
background: url(../img/top/03/bg.jpg) no-repeat center bottom #832025;
}

#top #stage3 p.text01{
margin-bottom: 20px;
}

#top #stage3 p.text02{
margin-bottom: 20px;
}

#top #stage3 p.text03{
margin-top: 20px;
margin-bottom: 20px;
}

#top #stage3 ul{
margin-bottom: 30px;
}

#top #stage3 li{
width: 310px;
}

#top #stage3 li img{
width: 180px;
}

#top #stage3 li h3{
font-size: 16px;
margin-top: 10px;
}

#top #stage3 li a{
color: #fff;
}

#top #stage3 li a:hover{
color: #C5A24B;
}

#top #stage4 p.text01{
margin-bottom: 40px;
}

#top #stage4 p.text02{
margin-bottom: 40px;
}

#top #stage4 .img01{
margin-bottom: 40px;
}

#top #stage4 .img02{
margin-bottom: 40px;
}

#top #stage5{
position: relative;
}

#top #stage5 .warp{
width: 900px;
margin: 0 auto 30px;
overflow: hidden;
}

#top #stage5 .news{
background: #fff;
width: 390px;
min-height: 340px;
margin-bottom: 30px;
position: relative;
background: url(../img/top/04/bg.jpg) no-repeat center top #fff;
padding-top: 6px;
padding: 6px 20px 0px;
}

#top #stage5 .news h3{
line-height: 50px;
margin-bottom: 10px;
color: #000;
font-size: 24px;
}

#top #stage5 .left{
float: left;

}

#top #stage5 .right{
float: right;
margin-left: 30px;
}

#top #stage5 .news ul{
font-size: 16px;
text-align: left;
}

#top #stage5 .news ul li{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #ccc;
display: block;
height: 50px;
}

#top #stage5 .news ul li:last-child{
border-bottom: 0px dotted #ccc;
}

#top #stage5 .news ul li a{
color: #000;
font-family: "Noto Sans JP";
}

#top #stage5 .news ul li a:hover{
color: #C5A24B;
}

#top #stage5 .news ul li span{
margin-right: 16px;
}

#top #stage5 .copy{
font-size: 10px;
line-height: 60px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}

/* #sup
--------------------------- */
#sup h2{
font-family: 'Sorts Mill Goudy', serif;
font-size: 56px;
text-align: left;
width: 950px;
margin: 0 auto 50px;
}

#sup h2 span{
display: block;
font-size: 16px;
}

#sup #stage1{
background: url(../img/top/02/bg.png) no-repeat right 120px;
}

#sup #stage1 p.text01{
margin-bottom: 70px;
}

#sup #stage1 h3{
color: #C5A24B;
font-size: 26px;
margin-bottom: 30px;
font-size: 22px;
}

#sup #stage1 li{
background: #C5A24B;
width: 280px;
color: #000;
padding: 30px 10px;
font-family: "Noto Sans JP";
}

#sup #stage1 li:nth-child(2){
margin: 0 20px;
}

#sup #stage1 li h4{
font-size: 22px;
margin-bottom: 10px;
}

#sup #stage1 li p{
text-align: left;
font-size: 16px;
}

#sup #stage2 p.text01{
margin-top:30px; 
margin-bottom:50px;
}

#sup #stage2{
background: url(../img/sup/02/bg.png) no-repeat center center;
background-size: cover;
}

#sup #stage2 li{
width: 300px;
margin: 0 60px;
vertical-align: top;
}

#sup #stage2 li h4{
height: 300px;
width: 300px;
background: #C5A24B;
line-height: 300px;
border-radius: 150px;
margin-bottom: 40px;
color: #000;
font-size: 22px;
}

#sup #stage2 li p{
text-align: left;
line-height: 2;
}

#sup #stage3 .top{
width: 800px;
margin: 0 auto 30px;
}

#sup #stage3 .top h3{
background: #C5A24B;
line-height: 40px;
margin-bottom: 20px;
color: #000;
}

#sup #stage3 .top p{
font-size: 14px;
text-align: left;
font-family: "Noto Sans JP";
}

#sup #stage3 .cont01{
background: #C5A24B;
width: 920px;
margin: 0 auto;
color: #000;
font-size: 16px;
font-family: "Noto Sans JP";
overflow: hidden;
margin-bottom: 20px;
}

#sup #stage3 .cont01 .left{
width: 99px;
float: left;
height: 78px;
padding-top: 28px;
border-right: 1px solid #000;
}

#sup #stage3 .cont01 .right{
width: 800px;
float: right;
height: 86px;
text-align: left;
padding: 8px 10px;
font-size: 14px;
}

#sup #stage4 .text01{
margin:30px 0;
font-size: 22px;
}

#sup #stage4 .text01 span{
color: #C5A24B;
}

#sup #stage4 h3{
color: #C5A24B;
margin-bottom: 20px;
}

#sup #stage4 li:nth-child(2){
margin: 0 30px;
}

#sup #stage5 .top{
width: 800px;
margin: 0 auto 50px;
}

#sup #stage5 .top h3 {
    background: #C5A24B;
    line-height: 90px;
    margin-bottom: 20px;
    color: #000;
	font-size: 22px;
}

#sup #stage5 .top p {
    font-size: 18px;
    font-family: "Noto Sans JP";
}

#sup #stage5 .top p span{
color: #C5A24B;
}

#sup #stage6 h3 {
    background: #C5A24B;
    line-height: 90px;
    color: #000;
	font-size: 22px;
width: 800px;
margin: 0 auto 0px;
}

#sup #stage7 .fieldWrap{
padding-top: 20px;
}

#sup #stage7 h3 {
    background: #C5A24B;
    line-height: 40px;
    color: #000;
	font-size: 18px;
width: 900px;
margin: 0 auto 40px;
}

#sup #stage7 ul li{
display: block;
text-align: left;
width: 900px;
margin: 0 auto 30px;
}

#sup #stage7 ul li span.text01{
display: inline-block;
line-height: 50px;
width: 50px;
background:#C5A24B;
text-align: center;
color: #000;
margin-right: 20px;
vertical-align: top;
}

#sup #stage7 ul li p{
display: inline-block;
width: 780px;
font-size: 16px;
font-family: "Noto Sans JP";
padding-top: 10px;
}

#sup #stage7 ul li span.text02{
display: block;
margin: 10px auto 0;
width: 20px;
transform: rotate( 90deg );
color:#C5A24B;
}

.pc_none{
display: none;
}

#top #pageNav ul li.pagePn6,
#top #pageNav ul li.pagePn7,
#top #pageNav ul li.pagePn8,
#top #pageNav ul li.pagePn9,
#top #pageNav ul li.pagePn10,
#top #pageNav ul li.pagePn11,
#top #pageNav ul li.pagePn12,
#top #pageNav ul li.pagePn13,
#top #pageNav ul li.pagePn14{
display: none;
}

#sup #stage6{
    text-align: center;
    padding-top: 160px;
}

#sup #stage6 .sl{
width: 800px;
overflow: hidden;
text-align: center;
margin: 0 auto;
height: 600px;
}

#sup #stage6 .slideWrap{
}

#sup #stage6 .stageSlide{
width: 100% !important;
background: #fff;


}

#sup #stage6 .slidePanel{
width:800px !important;
padding-top: 50px;

}



















