@charset "utf-8";
body, hi, h2, h3, h4, p, ul, li {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #222222;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}
body.clicked{
	overflow: hidden;
}
header {
    position: fixed;
	top: 0;
    width: 100%;
    z-index: 100;
}
a {
    color: inherit;
}
a:visited {
    color: inherit;
    text-decoration: inherit;
}
a:hover {
    color: inherit;
    text-decoration: inherit;
}
h2, h3, h4, p {
	font-size: 14px;
	line-height: 30px;
}
.header-background{
	background-color: #FFFFFF;
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.header-contents{
	display: flex;
	position: relative;
	justify-content: space-between;
}
#menu-button{
	width: 20px;
	height: 20px;
	margin-right: 20px;
	margin-top: 20px;
	cursor: pointer;
}
.menu-button-bar-1{
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #222222;
	width: 20px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 4px;
}
.menu-button-bar-2{
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #222222;
	width: 14px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 4px;
}
.menu-button-bar-3{
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #222222;
	width: 18px;
	height: 4px;
	border-radius: 1px;
}
#menu{
	width: 100vw;
	height: 100vh;
	background-color: #FFFFFF;
	transition: all .3s;
	position: absolute;
	top: 0;
    left: 0;
	opacity: 0;
	transform: translateX(100vw);
}
#menu.clicked{
	transform: translateX(0);
	opacity: 1;
	top: 0;
    left: 0;
}
.menu-content{
	width: 250px;
	position: absolute;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%,-50%);
	text-align: center;
}
#menu-button-clicked{
	position: absolute;
	top: 21.5px;
	right: 39.5px;
	cursor: pointer;
}
.menu-button-clicked-bar-1{
	display: block;
	position: absolute;
	top: 6.5px;
	background-color: #222222;
	width: 20px;
	height: 4px;
	border-radius: 1px;
	transform-origin: center;
	transform: rotate(45deg);
}
.menu-button-clicked-bar-2{
	display: block;
	position: absolute;
	top: 6.5px;
	background-color: #222222;
	width: 20px;
	height: 4px;
	border-radius: 1px;
	transform-origin: center;
	transform: rotate(-45deg);
}
.menu-logo{
	height: 18.71px;
	width: auto;
	margin-bottom: 50px;
}
.menu-instagram{
	width: 25px;
	height: 25px;
}
.menu-line{
	display: block;
	width: 250px;
	height: 1px;
	background-color: #222222;
	margin: 20px auto;
}
.menu-contact-button{
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	border: 1px solid #222222;
	transition: all .3s;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.2em;
	text-decoration: none;
}
.menu-contact-button:hover{
	background-color: #222222;
	color: #FFFFFF;
}
.logo{
	width: auto;
	height: 18.71px;
	margin-left: 15px;
	margin-top: 21px;
}
.top-text{
	width: 230px;
	height: auto;
	margin-top: 96px;
	margin-bottom: 65px;
	margin-left: auto;
	margin-right: auto;
}
.scroll{
	display: none;
}
.MANA-video{
	width: 100%;
	height: auto;
	max-width: 560px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.text-container{
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	max-width: 560px;
}
.MANApedia{
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	max-width: 560px;
	margin-top: 70px;
	height: 875px;
	overflow: hidden;
}
.MANApedia.clicked{
	height: auto;
	margin-bottom: 70px;
}
.MANApedia-img{
		 width: 295px;
	     height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
		 margin-bottom: 50px;
	}
.MANApedia-img2{
		 width: 295px;
	     height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
		 margin-bottom: 20px;
	}
.MANApedia-h2{
	margin-bottom: 50px;
	font-weight: 600;
}
.center{
	text-align: center;
}
.MANApedia-award{
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.gray-text{
	letter-spacing: 0.1em;
	color: #AAAAAA;
}
.MANApedia-h3{
	margin-top: 50px;
	font-weight: 400;
}
.MANApedia-h3:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	margin-bottom: 20px;
}
.MANApedia-h4{
	display: inline;
	vertical-align: top;
	font-weight: 400;
}
.MANApedia-h4-wrapper{
	margin-top: 10px;
	margin-bottom: 25px;
}
.MANApedia-indent{
	margin-left: 10px;
}
.booty-link{
	text-decoration: none;
	margin-bottom: 50px;
	display: block;
}
#MANApedia-button{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #222222;
	margin: 0 auto;
	text-align: center;
    line-height: 40px;
	background-color: #FFFFFF;
	transition: all .3s;
	cursor: pointer;
	position: relative;
}
#MANApedia-button:after{
	content: 'もっとみる';
}
#MANApedia-button.clicked:after{
	content: 'とじる';
}
#MANApedia-button:hover{
	background-color: #222222;
	color: #FFFFFF;
}
.MANApedia-button-gradient{
    display: block;
	width: 100%;
	height: 136px;
	margin-top: -136px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	position: relative;
}
.MANApedia-button-gradient.clicked{
	display: none;
}
.MANApedia-button-bar{
	display: block;
	background-color: #222222;
	width: 100%;
	height: 1px;
	margin-bottom: -20px;
	position: relative;
}
.MANA-button{
	padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 560px;
}
.second-text{
	width: 186px;
	height: auto;
	margin-top: 70px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.instagram{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.third-text{
	width: 300px;
	height: auto;
	margin-top: 70px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.media-flexbox{
	margin-left: auto;
	margin-right: auto;
	max-width: 375px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.media-block{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.media-photo{
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.media-text{
	margin-left: 10px;
}
.contact-button{
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 70px;
	background-color: #FFFFFF;
	border: 1px solid #222222;
	transition: all .3s;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.2em;
	text-decoration: none;
}
.contact-button:hover{
	background-color: #222222;
	color: #FFFFFF;
}
footer{
	background-color: #222222;
	text-align: center;
}
.footer-instagram{
	display: block;
    margin: 0 auto;
    padding: 70px 0;
    height: 18.56px;
}
.footer-logo{
	display: block;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 18.71px;
}
.footer-copyright{
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 34px;
}
#text-1,#text-2,#text-4{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
@keyframes scroll {
 0% {
 transform: translateY(-50px);
}
 100% {
 transform: translateY(50px);
}
}
@media screen and (min-width:769px) {
	.top-text{
		width: 375px;
		line-height: 100vh;
		margin-bottom: 100px;
	}
	.MANA-video{
		margin-bottom: 100px;
	}
	.MANApedia{
		margin-top: 150px;
		height: 975px;
	}
	.MANApedia.clicked{
		margin-bottom: 120px;
	}
	.MANApedia-img{
		 margin-bottom: 100px;
	}
	.MANApedia-img2{
		 margin-bottom: 40px;
	}
	.MANApedia-h2{
		margin-bottom: 100px;
	}
	.MANApedia-h3{
		margin-top: 100px;
	}
	.MANApedia-award-wrapper{
		margin-bottom: 70px;
	}
	.booty-link{
		margin-bottom: 100px;
	}
	#MANApedia-button{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #222222;
	margin: 0 auto;
	text-align: center;
    line-height: 60px;
	background-color: #FFFFFF;
	}
	.MANApedia-button-bar{
		margin-bottom: -30px;
	}
	.second-text{
		width: 300px;
		margin-top: 150px;
		margin-bottom: 100px;
	}
	.instagram{
		width: auto;
		max-width: 980px;
		margin-right: auto;
		margin-left: auto;
	}
	.third-text{
		width: 513px;
		margin-top: 150px;
		margin-bottom: 100px;
	}
	.media-flexbox{
		display: flex;
		flex-wrap: wrap;
		width: 720px;
		max-width: none;
		margin-bottom: 50px;
	}
	.media-block{
		width: 360px;
		margin-bottom: 50px;
	}
	.contact-button{
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin-top: 100px;
	margin-bottom: 150px;
}
	.scroll {
	display: block;
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 99vh;
    left: 50vw;
    text-align: center;
    transform: translate(-50%, -50%);
}
.scroll-text {
    width: auto;
    height: 13.61px;
}
.scroll-wrapper {
    width: 2px;
    height: 50px;
    margin: auto;
    overflow: hidden;
}
.scroll-hr {
    width: 2px;
    height: 50px;
    background-color: #222222;
    display: block;
    -webkit-animation: scroll 1s linear 0s infinite;
    -moz-animation: scroll 1s linear 0s infinite;
    animation: scroll 1s linear 0s infinite;
}
}