@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP|Maitree&display=swap');
Html,
Body {
	width:100%;
	Height:100%;
	Padding:0;
	Margin:0;
	Color:#444;
	font-family:'Maitree','Noto Serif JP', sans-serif;
		overflow: hidden;
}
h1, h2, h3 {
	Padding:0;
	Margin:0;
	Font-weight:normal;
}
ul, li {
	Padding:0;
	Margin:0;
	List-style:none;
}
.clear {
	Clear:both;
}
iframe {
	width: 100%;
	height: auto;
}


#wrap {
	width:100%;
	Height:100%;
}
#wrap.bk {
	background: #111;
	color: #eee;
}
#wrap a {
	color: #444;
	text-decoration: none;
}
#wrap.bk a {
	color: #eee;
}
@media only screen and (max-width: 800px)  {
Html,
Body {
		overflow:inherit;
}
	#wrap {
		width:100%;
		Height:auto;
	}	
}
#side {
	/*width:340px;*/
	/*Height:100%;*/
	Float:left;
	position: absolute;
	top:0px;
	left: 0px;
	box-sizing: border-box;
	padding: 50px;
	z-index: 1000;
}
/*#side .box {
	Position:absolute;
	top:49%;
	Left:0;
	Width:100%;
	transform:translate(0, -50%);
	Box-sizing:border-box;
	Padding-left:0px;

}*/
#side h1, #side .back {
	Font-size:24px;
	Letter-spacing:4px;
	Margin:0 0 50px;
	Line-height:1;
}
#side .back {
	Font-size:10px;
}
#side .nav {
	Font-size:12px;
	Width:30%;
	Letter-spacing:2px;
	Box-sizing:border-box;
	Padding:10px 0;
	cursor: pointer;
	Line-height:1;
}
#side ul {
	display: none;
	position: absolute;
	top: 164px;
	left: 42%;
	box-sizing: border-box;
	padding-left: 15px;
	border-left: 1px solid #444;
}

#side ul li {
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	width: 150px;
}
.border {
	Position:fixed;
	Width:100%;
	Height:1px;
	Background:#444;
	top:50%;
	Left:0;
	transform:translate(0, -50%);
}
@media only screen and (max-width: 800px)  {
	#side {
		width: 100%;
		Float:none;
		padding: 15px;
		position: fixed;
	}
	#side h1 {
		Font-size:18px;
		Letter-spacing:4px;

		float: none;
	}
	#side .nav_box {
		Width:auto;
	}
	#side .nav {
		Font-size:12px;
		Width:auto;
		Box-sizing:border-box;
		Padding:0 0 20px;
		text-align: left;
	}
	#side ul {
		display: none;
		position: absolute;
		top: 114px;
		left: 80px;
		box-sizing: border-box;
		padding-left: 15px;
		border-left: 1px solid #444;
	}
}
#main {
	/*width:calc(100% - 200px);*/
	width: 100%;
	Height:100%;
/*	Float:right;*/
	margin: 0 auto;
}
.swiper-container {
	height: 100%;
}

.img_box, .img {
	width: 100%;
	height: 100%;
	position:relative;
}

.img_box .img img, .img_box .img iframe, .main_img img  {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	padding: 15vh;
}
.main_img {
	width: 100%;
	height: 100%;
	position:relative;
}

.video_box {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	padding: 60px;
}

.video {
        position: relative;
        padding-bottom: 56.25%;
            height: 0;
        overflow: hidden;
	width: 100%;
	z-index: -1;
}

.video iframe{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
}
.img_box .comment  {
	max-width: 650px;
	width: 60%;
	height:auto;
	transform: translate(0%,-50%);
	position: absolute;
	top: 50%;
	left:25%;
	box-sizing: border-box;
	padding: 50px;
	font-size: 11px;
	line-height: 2.0;
	letter-spacing: 2px;
	text-align: left;
}
.img_box .comment h2  {
	font-size: 28px;
}
.img_box .comment h3  {
	font-size: 10px;
}
.img_box .comment p  {
	padding: 0;
	margin: 0;
}
.img_box .comment .hr {
	width: 100px;
	height: 1px;
	background: #444;
	margin: 20px 0;
	
}
.profile  {
	width: 100%;
	height:auto;
	transform: translate(0%,-50%);
	position: absolute;
	top: 50%;
	left:0%;
	box-sizing: border-box;
	padding: 50px;
	font-size: 11px;
	line-height: 2.0;
	letter-spacing: 2px;
	text-align: left;
}
.profile h2 {
	font-size: 24px;
	margin-bottom: 25px;
}
.profile h3 {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2.2;
}
.profile {
	text-align: center;
}
.scroll {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 60px;
	z-index: 100;
}
#wrap .bg_b {
	display: none;
}
#wrap.bk .bg_b {
	display: block;
}
#wrap.bk .bg_w {
	display: none;
}

@media only screen and (max-width: 800px)  {
	#main {
		width:100%;
		Height:auto;
		Float:none;
		padding-top: 200px;
	}
	#main.top {
		height: 100%;
	}
	.img_box .comment, .profile  {
		max-width: 100%;
		width: 100%;
		height:auto;
		transform: translate(0);
		position: relative;
		top: auto;
		left:auto;
		box-sizing: border-box;
		padding: 40px;
		font-size: 11px;
		line-height: 2.0;
		letter-spacing: 2px;
		text-align: left;
	}
	.profile {
		text-align: right;
	}
	.img_box .comment h2  {
		font-size: 34px;
		text-align: right;
	}
	.img_box .comment h3  {
		font-size: 14px;
		text-align: right;
	}
	.img_box .comment .hr {
		float: right;

	}
	.img_box .img img, .main_img img  {
		max-width: 100%;
		max-height: auto;
		width: auto;
		height: auto;
		transform: translate(-50%,0);
		position: relative;
		top: 0%;
		left: 50%;
		box-sizing: border-box;
		padding: 40px;
	}
	.main_img img  {
		max-height: 350px;
		}	
	.video {
		width: auto;
		margin: 40px;
		z-index: 1;
	}
	.video iframe{
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
	}
	
	.photo .swiper-container {
		overflow:inherit;
	}
	.photo .swiper-wrapper, .swiper-slide {
		display: block;
	}
	
.scroll {
	display: none;
}
	br.pc_b {
		display: none;
}
}

.top .swiper-slide .img_box {
	opacity: 0;
	transition: 1s;
}
.top .swiper-slide.swiper-slide-active .img_box {
	opacity: 1;
}

