@charset "utf-8";
html{
	margin: 0;
	padding: 0;
	color: #575757;
}
body {
	/*font-family: 'Hiragino', 'Mincho ProN','ヒラギノ明朝 ProN','Hiragino','Mincho Pro','ヒラギノ明朝 Pro' ;*/
	font-size: 12px;
	background-color: #fff;
}

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

.wrap-inner{
	width: 1000px;
	margin: auto;
	
}
.wrap_inner_100 {
	position: relative;
	overflow: hidden;
}

/*PC ヘッダー*/
.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;
}

.header-right img{
    width: 70px;
    height: 70px;
    margin: 5px;
}

#slideL {
  z-index:100;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: -400px;
  width: 400px;
  height: auto;
  padding: 0 40px 0 0;
  background: #999;
}
#slideL .slide-inner {
  overflow: auto;
  overflow-x: hidden;
  background: #ddd;
}

#category_list {
	width:100%;
	height: 300vh;
	position: absolute;
	z-index: 9999;
	top: 0;
	background-color: #054f00;
	padding-top: 20vh;
	z-index: 9999;
	position: fixed;
	/* overflow: hidden; */
	/* margin-left: 100vw; */
	right: 0;
	display: none;
}

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

#category_list ul {
	/* width: 185px; */
	margin:0 auto;
	text-align:center;
	/* margin-top: -30px; */
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#category_list li {
	display:-moz-inline-box;
	display:inline-block;
	display: inline-block;
	zoom:1;
	padding-bottom: 30px;
	color: #fff;
	margin: 0 auto;
	width: 300px;
	font-size: 18px;
}
#close{
    font-size: 40px;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 20px;
}
.slider{}

.header-logo{
	background-image: url(../images/header_logo.png);
}

/*PC フッター*/
.footer{
    background-color: #054f00;
    min-height: 610px;
    color: #fff;
    position: relative;
}
.footer-inner{
    width: 1000px;
    margin: auto;
    padding-top: 210px;
}
.footer-inner-logo{
	background-image: url(../images/fotter_logo.png);
	width: 300px;
	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: 160px;
}
.footer-inner-url{
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: 800;
}
.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;
    background-color: #ffe7e7;
    min-height: 500px;
}
.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;
}

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

.tiktok-embed{
    width: 30%!important;
}

.footer-inner-logo{}
.fotter-bottomimg{
	background-image: url(../images/footer_illust.png);
	width: 500px;
	height: 270px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 2vw;
}

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

	.wrap-inner{
		width: 100%;
		margin: auto;
	}
	.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;
	    z-index: 999;
	}
	
	.header-right img{
	    width: 50px;
	    height: 50px;
	    margin: 5px;
	}
	/*SNS TW*/
	.sns{
	    padding: 30px;
	    background-color: #ffe7e7;
	    min-height: 500px;
	}
	.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;
	}
	.tk{ display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;}

	.tiktok-embed{}
	.footer{
	    background-color: #054f00;
	    min-height: 581px;
	    color: #fff;
	    position: relative;
	}
	.footer-inner{
	    width: 100%;
	    margin: auto;
	    padding-top: 130px;
	}
	.footer-inner-logo{
		background-image: url(../images/fotter_logo.png);
		width: 230px;
		height: 90px;
		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: 80px;
		background-position: center;
	}
	.footer-inner-url{
	    color: #ffffff;
	    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%;
	}
	.fotter-bottomimg{
		background-image: url(../images/footer_illust.png);
		width: 240px;
		height: 140px;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		right: 10px;
		background-size: contain;
	}

}

.thanks{
    padding: 30px;
    font-size: 1.3em;
}



