
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

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

	CommonElements

======================================= */
body {
	width: 100%;
	
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    -webkit-text-size-adjust: 100%;
}


a:link {
	text-decoration: none;
	cursor: pointer;
    color: #000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active { text-decoration:none; }
a:hover {
    text-decoration: underline;
    ;
}




/* header
--------------------------- */
header{
    box-sizing: border-box;
	width: 100%;
	height: 100px;
	z-index: 1000;
	padding-left: 0;
		}

.logo{
    width: 220px;
    padding-top:35px;
    margin-left: auto;
    margin-right: auto;
}
.logo img{
    width: 100%;
    
}
@media only screen and (max-width: 768px) {
header{
    width: 90%;
	height: 100px;
	padding-left: 0px;
    margin: auto;
		}
.logo{
    width: 170px;
    padding-top:40px;
    margin-left: 0;
}

}
/* menu
--------------------------- */	
	
#g-nav.panelactive{
    position:fixed;
    z-index: 1002;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:1001;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,0.9);
	transform: scale(0);
	right:-50px;
    top:-50px;
    transition: all .6s;
}

.circle-bg.circleactive{
	transform: scale(50);
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; 
}

/*ナビゲーション*/
#g-nav ul {
    width:100%;
	opacity: 0;
    position: absolute;
    z-index: 999;
    top:30%;
    left:50%;
    transform: translate(-50%,-50%);
}


#g-nav.panelactive ul {
    opacity:1;
}


#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}



#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
 
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    font-size: 120%;
	font-weight: bold;
  
}


/*========= ボタン===============*/
.openbtn{
	position:fixed;
	top:25px;
	right: 20px;
	z-index: 9999;
	cursor: pointer;
    width: 50px;
    height:50px;
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
	
	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 50%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:24px;
}

.openbtn span:nth-of-type(3) {
	top:33px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    
}
.openbtn.active{
   background-color: transparent;
    
}


/* main
--------------------------- */
main {
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 120;
}





/* footer
--------------------------- */
footer {
	width: 100%;
	height: 200px;
	clear: both;
    color: #fff;
    background-color: #2b2a25;
    padding-top: 60px;
}


footer h3{
	
	text-align: center;
	margin-right: auto;
	font-size: 100%;
	display: block;
	line-height: 18px;
}

footer p{
	text-align: center;
	margin-right: auto;
	font-size: 100%;
	display: block;
	padding-top: 10px;
	line-height: 22px;
}
footer a{
	color: #fff!important;
}
@media only screen and (max-width: 768px) {
footer {
		height: 200px;
	font-size: 90%;
	padding-bottom: 30px;
   
}
}
.clear{
	clear: both;
	}
.home a{
    border-radius: 15px;        
    -webkit-border-radius: 15px;    
    -moz-border-radius: 15px;  
    color: #FFFFFF;
    background-color: #009BE0;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    font-size: 70%;
    text-decoration: none;
    z-index: 99999;
	}
	.home a:hover{
	background-color: #005E89;		
	}

@media only screen and (max-width: 768px) {
.home a{
position: fixed;
    bottom: 15px;

	}

}
.video{
    width:100%;          
padding-bottom: 56.25%; 
height:0px;             
position: relative;
    
}
video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
    
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
    font-size: 80%;
    
}

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em; 
  color: #333; 
}


/* ボタン
--------------------------- */
	
.more{
	display: block;
	width: 300px;
	background-color: #CA3D27;
	border-radius: 8px;
	color: #fff!important;
	position: relative;
	text-align: center;
	text-decoration: none;
	margin: 50px auto 0 auto;
	padding: 20px;
}

.more::after{
  
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.more:hover{
	text-decoration: none;
	background-color: #DC604C;
}
@media only screen and (max-width: 768px) {
.more {
width: 70%;

	}
}