html{
	margin: 0;
	padding: 0;
	color: #575757;
}
body {
	font-size: 14px;
	line-height: 2;
}


.wrap{
	width: 100vw;
	min-height: 500px;
	margin: auto;
}

.wrap-inner{
	width: 800px;
	margin: auto;
	margin-bottom: 50px;
}
.wrap_inner_100 {
	
}

.header_wrap{
	/* min-height: 300px; */
}

.header-right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 999;
}
#category_list {
	display:none;
	width:100%;
	height: 300vh;
	position: absolute;
	z-index: 9999;
	top: 0;
	background-color: rgb(146 3 25);
	padding-top: 20vh;
	z-index: 9999;
	position: fixed;
	/* overflow: hidden; */
}

#category_list img {
	width: 100px;
	padding: 0;
}

#category_list ul {
	/* width: 185px; */
	margin:0 auto;
	text-align:center;
	margin-top: -30px;
}

#category_list li {
	display:-moz-inline-box;
	display:inline-block;
	display: inline-block;
	zoom:1;
	padding-bottom: 30px;
	color: #fff;
	margin: 0 auto;
	width: 90%;
	font-size: 18px;
}

.header-right img{
    width: 70px;
    height: 70px;
    margin: 5px;
}
#close{
    font-size: 40px;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 20px;
}

#nav-container {
  position: fixed;
  /* height: 100vh; */
  width: 100%;
  pointer-events: auto;
  z-index: 9999;
  height: 150px;
}
#nav-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  /* visibility: visible; */
}

.slider{

}

.slick-slider{
    height: 44vw;
}

.header-logo{
	background-image: url(../images/header-logo.png);
	width: 120px;
	height: 170px;
	background-size: cover;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 30px;
}


.slide-title{
    position: absolute;
    top: 50%;
    /* left: 40vw; */
    font-size: 30px;
    width: 100vw;
    margin: auto;
    text-align: center;
    font-size: 0;
    background-image: url(../images/slide-title.png);
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-title2{
    position: absolute;
    top: 58%;
    /* left: 40vw; */
    font-size: 0;
    width: 100vw;
    margin: auto;
    text-align: center;
    background-image: url(../images/slide-title2.png);
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
   }


.footer{
    background-color: #920319;
    min-height: 410px;
    color: #fff;
    position: relative;
}
.footer-inner{
    width: 1000px;
    margin: auto;
    padding-top: 210px;
}
.footer-inner-logo{
	background-image: url(../images/footer-logo.png);
	width: 200px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	/* bottom: 0; */
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 100px;
}
.footer-inner-url{
    color: #e9c69d;
    font-size: 20px;
    text-align: center;
}
.footer-inner-menu{
    margin-top: 30px;
}
.footer-inner-menu ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footer-inner-menu ul li{
    padding: 0 10px;
    border-left: 1px solid;
}

.footer-inner-menu ul li:last-child{
   border-right: 1px solid;
}

.footer-inner-copy{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*SNS TW*/
.sns{
    padding: 30px;
}
.tw{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.twitter-tweet{
    width: 30%!important;
    padding: 10px;
}

.ig{
	 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.ig iframe{
	 width: 28% !important;
	 margin: 10px!important;
}

/*以下スマホ*/
@media screen and (max-width: 1000px) {

	.wrap{
		width: 100vw;
		min-height: 500px;
		margin: auto;
	}
	
	.wrap-inner{
		width: 100%;
		margin: auto;
		margin-bottom: 50px;
	}
	.wrap_inner_100 {
		
	}
	
	.header_wrap{
		/* min-height: 300px; */
	}
	
	.header-right{
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    position: fixed;
	    right: 10px;
	    top: 10px;
	}
	#category_list {
		display:none;
		width:100%;
		height: 300vh;
		position: absolute;
		z-index: 9999;
		top: 0;
		background-color: rgb(146 3 25);
		padding-top: 20vh;
		z-index: 9999;
		position: fixed;
		/* overflow: hidden; */
	}
	
	#category_list img {
		width: 100px;
		padding: 0;
	}
	
	#category_list ul {
		/* width: 185px; */
		margin:0 auto;
		text-align:center;
		margin-top: -30px;
	}
	
	#category_list li {
		display:-moz-inline-box;
		display:inline-block;
		display: inline-block;
		zoom:1;
		padding-bottom: 30px;
		color: #fff;
		margin: 0 auto;
		width: 90%;
		font-size: 18px;
	}
	
	.header-right img{
	    width: 60px;
	    height: 60px;
	    margin: 3px;
	}
	#close{
	    font-size: 40px;
	    color: #fff;
	    padding: 20px;
	    position: absolute;
	    top: 0;
	    right: 20px;
	}
	
	#nav-container {
	  position: fixed;
	  /* height: 100vh; */
	  width: 100%;
	  pointer-events: auto;
	  z-index: 9999;
	  height: 150px;
	}
	#nav-container .bg {
	  position: absolute;
	  top: 70px;
	  left: 0;
	  width: 100%;
	  height: calc(100% - 70px);
	  visibility: hidden;
	  opacity: 0;
	  transition: .3s;
	  background: #000;
	}
	#nav-container:focus-within .bg {
	  visibility: visible;
	  opacity: .6;
	}
	#nav-container * {
	  /* visibility: visible; */
	}
	
	.slider{
		
	}
	
	.header-logo{
		background-image: url(../images/header-logo.png);
		width: 70px;
		height: 100px;
		background-size: cover;
		z-index: 999;
		position: absolute;
		top: 0;
		left: 30px;
	}
	
	
	.slide-title{
	    position: absolute;
	    top: 60%;
	    /* left: 40vw; */
	    font-size: 30px;
	    width: 100vw;
	    margin: auto;
	    text-align: center;
	    color: #fff;
	    /* font-family: 'Dela Gothic One', cursive; */
	    font-size: 3.8vw;
	    background-size: 0;
	    font-weight: bolder;
	}
	.slide-title2{
	    position: absolute;
	    top: 64%;
	    /* left: 40vw; */
	    font-size: 6vw;
	    width: 100vw;
	    margin: auto;
	    text-align: center;
	    color: #fff;
	    color: #581210;
	    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
	              0px 1px 0 #FFF,  0-1px 0 #FFF,
	              -1px 0 0 #FFF, 1px 0 0 #FFF;
	    background-size: 0;
	}
	
	
	.footer{
	    background-color: #920319;
	    min-height: 480px;
	    color: #fff;
	    position: relative;
	}
	.footer-inner{
	    width: 100%;
	    margin: auto;
	    padding-top: 130px;
	}
	.footer-inner-logo{
		background-image: url(../images/footer-logo.png);
		width: 120px;
		height: 120px;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		/* bottom: 0; */
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		top: 60px;
		background-position: center;
	}
	.footer-inner-url{
	    color: #e9c69d;
	    font-size: 20px;
	    text-align: center;
	}
	.footer-inner-menu{
	    margin-top: 30px;
	}
	.footer-inner-menu ul{
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    margin-bottom: 30px;
	}
	.footer-inner-menu ul li{
	    padding: 0 10px;
	    border-left: 0;
	    font-size: 1.2em;
	    padding-bottom: 10px;
	}
	
	.footer-inner-menu ul li:last-child{
	   border-right: 0;
	}
	
	.footer-inner-copy{
	    text-align: center;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    width: 100%;
	}
	
	/*SNS TW*/
	.sns{
	    padding: 30px;
	}
	.tw{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: space-evenly;
	    align-items: center;
	}
	.twitter-tweet{
	    width: 70%!important;
	    padding: 0px;
	    margin: 20px;
	}
	
	.ig{
		 display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	
	}
	.ig iframe{
		 width: 28% !important;
		 margin: 10px!important;
	}
	
}



.slick-slide img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    margin: 0 auto;
    width: 100vw;
    /* height: auto; */
}