@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Forum');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');


html{
	background: #000;
	color: #fff;
	font-family: 'Sawarabi Mincho', sans-serif;
}
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}
a {color: #fff;text-decoration: none}
a:hover{color: #cebc76}
/* =wrap
-------------------------------------------------------------- */

/* =header
-------------------------------------------------------------- */

/* =main
-------------------------------------------------------------- */
/* =section
-------------------------------------------------------------- */
@media screen and (max-width: 895px) {
.easingslider {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.easingslider-images img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display:inline-block;
}
}
@media screen and (max-width: 895px) {

header {
	width: 100%;
	margin: 0 auto 50px;
	 position: relative;
  }

  h1{
	  margin: 10px 0 0;
  }
  .wht{color: #fff;}	
  .blk{color: #000;}
	
header .main-bg{
	background: url(../images/topmain-bg-sp.png) no-repeat top center;
	width: 100%;
	background-size: 100%;
	 display: block;
  }
　　header .main-bg-line{
  }	
  header .header-inner {
    width: 95%;
    margin: 0 auto;

  }
  .page header .eng-btn a{
	  position: absolute;
	  top: 6%;
	  left: 5%;
	  width: 100px;
	  border: 1px solid #dac089;
	  color: #dac089;
	  font-family: 'Forum', cursive;
	  padding:5px 10px;
	  text-align: center;
	  letter-spacing: 0.6em;
	  font-size: 12px;
	  text-decoration: none;
  }
  .page header .header-inner .main-logo-area{
	  margin: 0 auto;
	  padding-top:90%;
  }	
  .page header .header-inner .main-logo-area .mainlogo{
	  position: absolute;
	  background: url(../images/main-logo.svg)no-repeat ;
	  width:300px;
	  height: 28px;
	  top: 48%;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin: 0 auto;
	  display: block;
	  text-indent: -9999px;
  }	
  .page header .header-inner .main-logo-area .sublogo{
	  position: absolute;
	  background: url(../images/subtitle.svg)no-repeat ;
	  width:70px;
	  height: 28px;
	  top: 42%;
	  left: -230px;
	  right: 0;
	  bottom: 0;
	  margin: 0 auto;
	  display: block;
	  text-indent: -9999px;
  }	
  header .nav {
	display: none;
  }
  header .nav .nav-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  header .nav .menu-logo {
    width: 200px;
    margin-bottom: 15px;
  }
  header .nav .nav-cnt {
  }
  header .nav nav {
   display: none;
  }
  header .h-sns{
	display: none;
  }	
  .page header .elgar_bana{
	  width: 95%;
	  margin: 0 auto;
  }	
  .page header .elgar_bana img{
	  width: 100%;
  }	
  .page-low header {
	width: 100%;
	margin: 0 0 80px 0;
	top:26px;
	position: relative;
	 overflow: hidden;
  }
  .page-low header .eng-btn a{
	  display: none;
  }
  .page-low header .header-inner .main-logo-area{
	  margin: 0 auto;
  }	
  .page-low header .header-inner .main-logo-area .mainlogo{
	  background: url(../images/main-logo.svg)no-repeat left;
	  width:230px;
	  height: 28px;
	  margin: 0 auto;
	  display: block;
	  float: left;
	  text-indent: -9999px;
  }	
/* .hamburgler */
.hamburgler-menu-text a{
	display: none;
}
.hamburgler-icon-wrapper {
  position: fixed;
  top: auto;
  right: 1em;
  height: 26px;
  width: 26px;
  cursor: pointer;
  padding: 5px 5px 4px 5px;
  z-index: 2;
  border-radius: 0.2em;
    margin-top: 1.1em;
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  border-radius: 1em;
  height: 1px;
  width: 26px;
  background:#cdcdcd;
  transition: all 0.2s ease
}

.hamburgler-icon {
  top: 1.35em
}

.hamburgler-icon:before {
  top: -0.7em
}

.hamburgler-icon:after {
  top: 0.75em
}

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0
}

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg)
}

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: white
}

.hamburgler-menu {
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  text-align: center;
  z-index: 2
}

.hamburgler-menu  .menu{
	background: rgba(0,0,0,0.80);
	width: 100%;
	height: 100%;
	background-size:contain;
	padding: 15% 0 0;
	z-index: 2;
}
.hamburgler-menu .wapper{
	width: 100%;
	margin: 0 auto;
}
	
.hamburgler-menu .wapper .h-logo{
	background: url(../images/main-logo.svg)no-repeat center;
	width: 250px;
	height: 24px;
	text-indent: -9999px;
	position: relative;
	margin: 0 auto;
}
.hamburgler-menu .wapper .h-sublogo{
	background: url(../images/menu-icon.svg)no-repeat center;
	width: 170px;
	height: 70px;
	text-indent: -9999px;
	position: relative;
	margin: 0 auto 30px;
}
	
.hamburgler-menu  .menu ul {
	margin: 0 auto;
	padding: 0;
}

.hamburgler-menu  .menu li { 
	margin: 0px 0 25px 0;
	list-style: none;
}

.hamburgler-menu  .menu li a {
	overflow: hidden;
	margin-bottom: 10px;
	font-family: 'Forum', cursive;
	text-decoration: none;
	letter-spacing: 0.7em;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}
.hamburgler-menu  .menu li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
.hamburgler-menu  .menu .color1{color: #e1ac73}
.hamburgler-menu  .menu .color2{color: #e4c98f}
.hamburgler-menu  .menu .color3{color: #e1d9c8}
.hamburgler-menu  .menu .color4{color: #f7f3eb}
.hamburgler-menu  .menu .color5{color: #cbb37e}

.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial;
}

.hamburgler-menu-list {
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2)
}

.hamburgler-active .hamburgler-menu-list {
  transform: translate(-50%, -50%) scale(1) ;background-color: rgba(0, 0, 0, 0.9);
}

.hamburgler-menu .links {
	position: relative;
	top:20px;
  }
.hamburgler-menu .links ul{
	list-style: none;
	  padding-left: 0;
  }	

.hamburgler-menu .links li a{
	padding:0 10px;
	margin: 10px;
  }	

.hamburgler-menu .links .align {
	text-align: center;
}
.hamburgler-menu .links .align li {
	display: inline-block;

}
.hamburgler-menu .links a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  }	
.hamburgler-menu .links .h-fb{
	background: url(../images/nav-fb.png) no-repeat center;
	width: 22px;
	height: 25px;
  }	
.hamburgler-menu .links .h-tw{
	background: url(../images/nav-tw.png) no-repeat  center;
	background-size: 22px;
  }	
.hamburgler-menu .links .h-ing{
	background: url(../images/nav-inst.png) no-repeat  center;
	background-size: 22px;
  }	
.hamburgler-menu .links .h-yt{
	background: url(../images/nav-yt.png) no-repeat  center;
	background-size: 22px;
  }	
 
  /* =contents title
-------------------------------------------------------------- */
	
	.contents-title	{
		width: 100%;
		background: url(../images/contents-title-bg-sp.png) no-repeat left top;
		height: 30px;
		clear: both;
		margin-bottom: 50px;
	}
 	.contents-title	.contents-title-cnt{
		width: 95%;
		margin: 0 auto;
		font-family: 'Forum', cursive;
		
	}
 	.contents-title	.contents-title-cnt .title{
		margin-left: 85px;
		padding-top: 3px;
		font-weight: normal;
		font-size: 20px;
		letter-spacing: 0.8em;
	}
 	.contents-title	.contents-title-cnt .achives{
		font-weight: normal;
		letter-spacing: 0.8em;
		float: right;
		overflow:hidden;
		clear: both;
	}
 	.contents-title	.contents-title-cnt .achives .achive-title{
		font-weight: normal;
		letter-spacing: 0.4em;
		font-size: 10px;
		margin-bottom: 10px;
		margin-right: 8px;
		text-align: right;
	}
 	.contents-title	.contents-title-cnt .achives .achive-btn ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
 	.contents-title	.contents-title-cnt .achives .achive-btn li{
		float: left;
		font-size: 14px;
		margin-left: 15px;
	}	
 	.contents-title	.contents-title-cnt .achives .achive-btn li:last-child{
		margin-right: 0px;
		
	}
	.contents-title-r{
		width: 100%;
		background: url(../images/contents-title-bg-sp.png) no-repeat left top;
		height: 30px;
		clear: both;
		margin-bottom: 50px;
	}
 	.contents-title-r .contents-title-r-cnt{
		width: 95%;
		margin: 0 auto;
		font-family: 'Forum', cursive;
		
	}
 	.contents-title-r .contents-title-r-cnt .title{
		margin-left: 95px;
		padding-top: 5px;
		text-align: left;
		font-weight: normal;
		font-size: 20px;
		letter-spacing: 0.8em;
	}
	
  /* =footer
-------------------------------------------------------------- */
  footer {
	padding-top:0px;
	overflow: hidden;
	clear: both;
  }
.footer {
	  width:100%;
	border-top: 1px solid #aaa;
  }
 
.footer  .footer-cnt {
	width:95%;
	padding-top: 5px;
	margin:0 auto 15px;
	}
	
.footer  .footer-cnt .foot-data{
	padding-top: 10px;
	}
	
.footer  .footer-cnt .logo{
	font-size:1.2em;
	font-family: 'Forum', cursive;
	letter-spacing: 0.6em;
	text-align: center;
	margin-bottom: 10px;
	}

.footer  .footer-cnt .f-sns{
	display: none;
  }	

.footer  .footer-cnt .columbia{
	width: 175px;
	height: 21px;
	margin: 0px auto 10px;
	text-indent: -9999px;
  }	
.footer  .footer-cnt .columbia a{
	background: url(../images/columbia.png) no-repeat;
	width: 175px;
	height: 21px;
	display: block;
	transition: all 0.2s ease-in-out;
  }	
.copy{
	width: 100%;
	color: #fff;
	clear: both;
	text-align: center;
	font-size: 8px;
	font-family: 'Forum', cursive;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
  }
.copy-cnt{
	margin: 0 auto;
	width: 95%;
  }

/* =conversion.js none
-------------------------------------------------------------- */
.google-none {
	height: 0;
	line-height: 0;
	margin: -20px 0 0 0;
	padding: 0;
}	

}
@media screen and (min-width: 869px) {
  .wrap {
	background-attachment:fixed;
  }


.easingslider {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.easingslider-images {
	width: 1920px;
	height: 680px;
	margin: 0 auto;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
}

 .loader-wrap .loader-inner {
  	width: 236px;
  	height: 100px;
  	position: absolute;
  	top: 40%;
 	left: 41%;
 	margin: 0px;
}

  h1{
	  margin: 20px 0 0;
  }
   .subtitle{
	color: #fff;
	padding-top: 25px;
	font-size: 16px;
	float: left;
  }
  .wht{color: #fff;}	
  .blk{color: #000;}
	

  .page header {
    width: 100%;
	z-index: 1;
	  top:0;
	  background: #000;
	  height: 845px;
	  margin-bottom: 70px;

  }
  .page header .main-bg{
	  background: url(../images/topmain-bg.png) no-repeat top center;
	  width: 100%;
	height: 845px;
  }
  .page header .main-bg-line{
	  background: url(../images/topmain-bg-line.png) no-repeat top center;
	  width: 100%;
	height: 845px;
  }
  .page header .header-inner {
		width: 1080px;
		margin: 0 auto 0px;
		background: #000;
		position: relative;
  }
  .page header .header-inner .main-logo-area{
	  position: relative;
	  margin: 0 auto;
  }	
  .page header .header-inner .main-logo-area .mainlogo{
	  position: absolute;
	  background: url(../images/main-logo.svg)no-repeat ;
	  width:368px;
	  height: 28px;
	  top: 380px;
	  left: 12px;
	  right: 0;
	  bottom: 0;
	  margin: 0 auto;
	  display: block;
	  text-indent: -9999px;
  }	
  .page header .header-inner .main-logo-area .sublogo{
	  position: absolute;
	  background: url(../images/subtitle.svg)no-repeat ;
	  width:100px;
	  height: 28px;
	  top: 340px;
	  left: -255px;
	  right: 0;
	  bottom: 0;
	  margin: 0 auto;
	  display: block;
	  text-indent: -9999px;
  }	
  .page header .menu-logo {
    display: none;
  }
  .page header .eng-btn a{
	  position: absolute;
      top: auto;
      right: 6em;
	  width: 130px;
	  border: 1px solid #dac089;
	  color: #dac089;
	  font-family: 'Forum', cursive;
	  padding:10px 20px;
	  text-align: center;
	  letter-spacing: 0.7em;
	  font-size: 15px;
	  text-decoration: none;
      display: block;
      margin-top: 30px;
      transition: all 0.2s ease-in-out;
  }
  .page header .eng-btn a:hover{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .page header .nav {
	  width: 100%;
	  height: 60px;
	  clear: both;
	  z-index: 5;
  }
  .page header .nav .nav-inner{
	  width: 1080px;
	  margin: 0 auto;
  }
  .page header .nav .nav-inner .menu-title{
	  background: url(../images/menu-icon.svg)no-repeat left;
	  width: 250px;
	  height: 74px;
	  text-indent: -9999px;
	  position: relative;
		top:250px;
		left: 0px;
  }
  .page header nav {
		z-index: 3;
		padding: 0;
		position: relative;
		top:250px;
		left: 70px;
  }
  .page header nav ul{
	   padding: 0;
  }
  .page header nav li {
	  margin-bottom: 15px;
	list-style: none;
  }
  .page header nav li ~ li {
    margin-left: 0px;
  }
  .page header nav .none{
	  display: none;
  }
  .page header nav a {
    font-size: 15px;
	font-family: 'Forum', cursive;
	text-decoration: none;
	letter-spacing: 0.5em;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	  color: #fff;
  }
	.page header nav .color1{color: #e1ac73}
	.page header nav .color2{color: #e4c98f}
	.page header nav .color3{color: #e1d9c8}
	.page header nav .color4{color: #f7f3eb}
	.page header nav .color5{color: #cbb37e}
  .page header nav a:hover {
	   	 opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
     filter: alpha(opacity=0.7);
  }
  .page header input {
	  display: none;
  }
  .page header #toggle-nav-label {
	  display: none;
  }
	
  .page header .h-sns{
	  width: 260px;
	  position: absolute;
	  left: 60px;
	  top:545px;
      
  }	
  .page header .h-sns ul{
	  padding: 0;
	  margin: 0;
      display: flex;
  }	
  .page header .h-sns li{
	  list-style: none;
      width: 22px;
	  height: 22px;
	  margin-right: 12px;
      transition: all 0.2s ease-in-out;
  }	
  .page header .h-sns li:hover{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }	
  .page header .h-sns li a{
	 
	  width: 22px;
	  height: 22px;
      display: block;
  }	
  .page header .h-sns .h-fb{
	background: url(../images/nav-fb.png) no-repeat;
	  width: 22px;
	  height: 22px;
  }	
  .page header .h-sns .h-tw{
	background: url(../images/nav-tw.png) no-repeat;
  }	
  .page header .h-sns .h-ing{
	background: url(../images/nav-inst.png) no-repeat;
  }	
  .page header .h-sns .h-yt{
	background: url(../images/nav-yt.png) no-repeat;
  }	
  .page header .elgar_bana{
	  width: 500px;
	  position: absolute;
	  left: 65px;
	  top:600px;
  }	
  .page header .elgar_bana a{
	  width: 100%;
	  transition: all 0.2s ease-in-out;
  }	
  .page header .elgar_bana a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  }		
  .page-low header {
    width: 100%;
	z-index: 1;
	  margin-bottom: 80px;
  }
  .page-low header .header-inner {
    width: 1080px;
    margin: 0 auto 0px;
	overflow: hidden;
  }
  .page-low header .header-inner .main-logo-area{
	  position: relative;
	  margin: 0 auto;
	  float: left;
  }	
  .page-low header .header-inner .main-logo-area .mainlogo a{
	  background: url(../images/main-logo.svg)no-repeat left;
	  width:270px;
	  height: 28px;
	  margin-top: 28px;
	  display: block;
	  text-indent: -9999px;
	  transition: all 0.2s ease-in-out;
  }	
  .page-low header .header-inner .main-logo-area .mainlogo a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  }
  .page-low header .menu-logo {
    display: none;
  }
  .page-low header .nav {
	  width: 100%;
	  height: 40px;
	  clear: both;
	  z-index: 5;
  }
  .page-low header .nav .nav-inner{
	  width: 1080px;
	  margin: 0 auto;
  }
  .page-low header nav {
	z-index: 3;
	  padding: 0;
  }
  .page-low header nav ul{
	   padding: 0;
  }
  .page-low header nav li {
    float: left;
	padding:0px 15px 0 0;
	list-style: none;
  }
  .page-low header nav li ~ li {
    margin-left: 0px;
  }
  .page-low header nav .none{
	  display: none;
  }
  .page-low header nav a {
    font-size: 1.4em;
	font-family: 'Forum', cursive;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	  color: #000;
  }
  .page-low header nav a:hover {
	   	 opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
     filter: alpha(opacity=0.7);
  }
  .page-low header .eng-btn a{
	  width: 130px;
	  border: 1px solid #dac089;
	  color: #dac089;
	  font-family: 'Forum', cursive;
	  padding:7px 15px;
	  margin-top: 30px;
	  text-align: center;
	  letter-spacing: 0.7em;
	  font-size: 13px;
	  text-decoration: none;
	  float: right;
	  transition: all 0.2s ease-in-out;
	  position: absolute;
	  display: block;
	  right:120px;
  }
  .page-low header .header-inner .eng-btn a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  }
  .page-low header input {
	  display: none;
  }
  .page-low header #toggle-nav-label {
	  display: none;
  }
	
  .page-low header .h-sns{
	  width: 200px;
	  margin-top: 33px;
	  float: right;
	  position: absolute;
	  right:300px;
	  display: block;
  }	
  .page-low header .h-sns ul{
	  padding: 0;
	  margin: 0;
  }	
  .page-low header .h-sns li{
	  list-style: none;
  }	
  .page-low header .h-sns li a{
	  float: right;
	  width: 22px;
	  height: 22px;
	  margin-right: 10px;
	  transition: all 0.2s ease-in-out;
  }	
  .page-low header .h-sns li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  }	
  .page-low header .h-sns .h-fb{
	background: url(../images/nav-fb.png) no-repeat;
  }	
  .page-low header .h-sns .h-tw{
	background: url(../images/nav-tw.png) no-repeat;
  }	
  .page-low header .h-sns .h-ing{
	background: url(../images/nav-inst.png) no-repeat;
  }	
  .page-low header .h-sns .h-yt{
	background: url(../images/nav-yt.png) no-repeat;
  }	
	
.hamburgler-menu-text a{
    top: 39px;
	left: -6px;
	position: relative;
	font-weight: bold;
	color: #ff4610;
	font-size: 1.3em;
	letter-spacing:0.3em;
}

.hamburgler-icon-wrapper {
  position: fixed;
  top: auto;
  right: 2em;
  height: 35px;
  width: 35px;
  cursor: pointer;
  z-index: 501;
  border-radius: 0.2em;
    margin-top: 22px;
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  border-radius: 1em;
  height: 1px;
  width: 35px;
  background:#cdcdcd;
  transition: all 0.2s ease;
}

.hamburgler-icon {
  top: 1.6em
}

.hamburgler-icon:before {
  top: -0.9em
}

.hamburgler-icon:after {
  top: 0.9em
}

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0
}

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg)
}

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: white
}

.hamburgler-menu {
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  text-align: center;
  z-index: 2;

}

.hamburgler-menu  .menu{
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	background-size:contain;
	padding: 120px 0;
}
.hamburgler-menu .wapper{
	width: 800px;
	margin: 0 auto;
}
.hamburgler-menu .wapper .h-logo{
	background: url(../images/main-logo.svg)no-repeat center;
	width: 280px;
	height: 27px;
	text-indent: -9999px;
	position: relative;
	margin: 0 auto;
}
.hamburgler-menu .wapper .h-sublogo{
	background: url(../images/menu-icon.svg)no-repeat center;
	width: 200px;
	height: 74px;
	text-indent: -9999px;
	position: relative;
	margin: 0 auto 30px;
}
.hamburgler-menu  .menu .pcnone {
    display: none;
  }
.hamburgler-menu  .menu ul {
	margin: 0 auto;
	padding: 0;
}

.hamburgler-menu  .menu li { 
	margin: 0px 0 30px 0;
	list-style: none;
}

.hamburgler-menu  .menu li a {
	overflow: hidden;
	margin-bottom: 10px;
	font-family: 'Forum', cursive;
	text-decoration: none;
	font-size:17px;
	letter-spacing: 0.7em;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}
.hamburgler-menu  .menu li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
.hamburgler-menu  .menu .color1{color: #e1ac73}
.hamburgler-menu  .menu .color2{color: #e4c98f}
.hamburgler-menu  .menu .color3{color: #e1d9c8}
.hamburgler-menu  .menu .color4{color: #f7f3eb}
.hamburgler-menu  .menu .color5{color: #cbb37e}
	
.hamburgler-menu  .menu .col2{
	width: 384px;
}
.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial;
	z-index: 500;
}

.hamburgler-menu-list {
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2)
}

.hamburgler-active .hamburgler-menu-list {
  transform: translate(-50%, -50%) scale(1) ;background-color: rgba(0, 0, 0, 0.9);
}
.hamburgler-menu .links {
	position: relative;
	top:20px;
  }
.hamburgler-menu .links ul{
	list-style: none;
	  padding-left: 0;
  }	

.hamburgler-menu .links li a{
	padding:0 10px;
	margin: 10px;
  }	

.hamburgler-menu .links .align {
	text-align: center;
}
.hamburgler-menu .links .align li {
	display: inline-block;

}
.hamburgler-menu .links a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  }	
.hamburgler-menu .links .h-fb{
	background: url(../images/nav-fb.png) no-repeat center;
	width: 22px;
	height: 22px;
  }	
.hamburgler-menu .links .h-tw{
	background: url(../images/nav-tw.png) no-repeat  center;
	background-size: 22px;
  }	
.hamburgler-menu .links .h-ing{
	background: url(../images/nav-inst.png) no-repeat  center;
	background-size: 22px;
  }	
.hamburgler-menu .links .h-yt{
	background: url(../images/nav-yt.png) no-repeat  center;
	background-size: 22px;
  }	



  main {
    width: 100%;
    margin: 0 auto;
  }

  /* =contents title
-------------------------------------------------------------- */
	
	.contents-title	{
		width:100%;
		background: url(../images/contents-title-bg.png) no-repeat center top;
		height: 30px;
		margin-bottom: 50px;
	}
 	.contents-title	.contents-title-cnt{
		width: 1080px;
		margin: 0 auto;
		font-family: 'Forum', cursive;
		
	}
 	.contents-title	.contents-title-cnt .title{
		margin: 0 0 0 60px;
		font-weight: normal;
		font-size: 27px;
		letter-spacing: 0.8em;
		float: left;
	}
 	.contents-title	.contents-title-cnt .achives{
		font-weight: normal;
		letter-spacing: 0.8em;
		float: right;
	}
 	.contents-title	.contents-title-cnt .achives .achive-title{
		font-weight: normal;
		letter-spacing: 0.5em;
		font-size: 15px;
		margin-bottom: 10px;
		text-align: right;
	}
 	.contents-title	.contents-title-cnt .achives .achive-btn ul{
		list-style: none;
		float: right;
		padding: 0;
		margin: 0;
	}
 	.contents-title	.contents-title-cnt .achives .achive-btn li{
		float: left;
		margin-right: 15px;
		letter-spacing: 0.5em;
	}	
 	.contents-title	.contents-title-cnt .achives .achive-btn li:last-child{
		margin-right: 0px;
		
	}
	.contents-title-r{
		width: 100%;
		background: url(../images/contents-title-r-bg.png) no-repeat center top;
		height: 30px;
		position: relative;
		top: 150px;
		margin-bottom: 50px;
	}
 	.contents-title-r .contents-title-r-cnt{
		width: 1080px;
		margin: 0 auto;
		font-family: 'Forum', cursive;
		
	}
 	.contents-title-r .contents-title-r-cnt .title{
		right: 190px;
		position: relative;
		text-align: right;
		font-weight: normal;
		font-size: 27px;
		letter-spacing: 0.8em;
	}
  /* =footer
-------------------------------------------------------------- */
  footer {
	padding-top:0px;
	overflow: hidden;
	clear: both;
  }
.footer {
	  width:100%;
	  height: 80px;
	  background: url(../images/foot-titlepc.png) no-repeat center top;
  }
 
.footer  .footer-cnt {
	width:1080px;
	padding-top: 5px;
	margin:0 auto;
	color: #fff;
	}
	
.footer  .footer-cnt .foot-data{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	
.footer  .footer-cnt .logo{
	font-size:1.2em;
	font-family: 'Forum', cursive;
	margin-right: 8px;
	letter-spacing: 0.7em;
    width: 100%;
	}

.footer  .footer-cnt .f-sns{
	position: relative;
	margin-top: 14px;
	
  }	
.footer  .footer-cnt .f-sns ul{
	  padding: 0;
	  margin: 0;
    display: flex;
  }	
.footer  .footer-cnt .f-sns li{
	  list-style: none;
  }	
.footer  .footer-cnt .f-sns li a{
	  float: left;
	  width: 200px;
	  height: 20px;
	  margin-right: 15px;
	  transition: all 0.2s ease-in-out;
	display: block;
  }	
.footer  .footer-cnt .f-sns li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  }	
.footer  .footer-cnt .f-sns .f-fb{
	background: url(../images/foot-fb.png) no-repeat;
	width: 20px;
	height: 20px;
  }	
.footer  .footer-cnt .f-sns .f-tw{
    background: url(../images/foot-tw.png) no-repeat;
    width: 20px;
    height: 20px;
  }	
.footer  .footer-cnt .f-sns .f-ing{
    background: url(../images/foot-inst.png) no-repeat;
    width: 20px;
    height: 20px;
  }
.footer  .footer-cnt .f-sns .f-yt{
    background: url(../images/foot-yt.png) no-repeat;
    width: 20px;
    height: 20px;
  }
.copy{
	color: #fff;
	font-family: 'Forum', cursive;
	text-align: right;
	font-size: 9px;
	letter-spacing: 0.4em;
	position: relative;
	top: 18px;
  }
.copy-cnt{
	margin: 0 auto;
  }

/* =conversion.js none
-------------------------------------------------------------- */
.google-none {
	height: 0;
	line-height: 0;
	margin: -20px 0 0 0;
	padding: 0;
	}	
}
/* =head
-------------------------------------------------------------- */
.top-head_item{
    position:relative;
    display: flex;
    padding: 30px;
    justify-content: flex-end;
}

/*# sourceMappingURL=style.css.map */
