html{
	background-color: #30373f;
}
/*----------------------------------------*/
header nav .brand
{
	float: left;
	margin-left: 20px;
	height: 100%;
	line-height: 70px;
}
header nav .brand h1
{
	font-size: 17px;
	font-family: Meiryo;
	margin: 0;
	padding: 0;
	color: #fff;
}
header nav ul
{
	float: right;
	display: flex;
	margin: 0;
	padding: 0;
}
header nav li
 {
  display: inline-block;
  margin-right: 45px;
	margin-top: 20px;
}

header nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
  color: white;
}

header nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #E61717;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header nav a:hover::after {
  transform: scale(1, 1);
}
header nav .active a{
color: #f9d8ae;
}
/*----------------------------------------*/
.headroom--pinned {
    transform: translateY(0);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.header--fixed {
    position: fixed;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all .7s ease 0s;
}

/*----------------------------------------*/
.sp { display: none !important; }

@media only screen and (max-width: 1024px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*----------------------------------------*/

p.sc1{  font-size: 14px; color:#fff;
}
p.sc2{  font-size: 12px; color:#f9d8ae;
        text-align: center;
				font-family: Meiryo;
        margin: auto;
				padding-top: 15px;
}
.text{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 40px;
}
/*-----------swiper-------------------*/
.swiper-container  {
  width: 100%;
  height: 100vh;
}
.swiper-slide  {
 background-repeat: no-repeat;
 background-color: #30373f;
 background-size: cover;
 background-position: center center;
}
/*sp nav----------------------------*/
.sp2{
	padding-left: 10px;
	font-size: 13px;
	font-family: Meiryo;
	position: absolute;
	z-index: 1000;
}

.hamburger {
  position: absolute;
  display: block;
  width: 32px;
  height: 20px;
	right: 20px;
	top:20px;
  z-index: 99999;
  box-sizing: border-box;
}
.hamburger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
.hamburger  span:nth-of-type(1) {
  top: 0;
}
.hamburger  span:nth-of-type(2) {
  top: 9px;
}
.hamburger  span:nth-of-type(3) {
  bottom: 0;
}

/*----------navigation----------*/
#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99998;
}
#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: middle;
	padding-left: 0;
}
#navigation .navigation_inner .navigation_menu .navigation_item{
  width: 300px;
  height: 40px;
  margin: 16px auto 0 auto;
	list-style: none;
}
#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  margin-top: 0;
}
#navigation .navigation_inner .navigation_menu .navigation_item a{
  display: block;
  position: relative;
  text-decoration: none;
	font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #f9d8ae;
  line-height: 40px;
  text-align: center;
}
#navigation .navigation_inner .navigation_menu .navigation_item a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#navigation .navigation_inner .navigation_menu .navigation_item a:hover::before{
  width: 30%;
}

/*-----------------------------------*/

	@media only screen and (max-width: 1024px){
		.swiper-slide{
			background-size:contain;
		}
		.sp2{
			font-size: 16px;
		}
	}
  @media only screen and (max-width: 768px){
		.swiper-slide{
			background-size:contain;
		}
		.sp2{
			font-size: 12px;
		}
	}
