body {
    font-family: 'Droid Serif', serif;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; 
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#wrapper{
    height: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(255,255,255);
}

.pos-absolute {
	position: absolute;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0px
    //background: rgba(0,0,0,0.0);
    background: rgba(255,255,255,0.8);
    z-index: 100;
    -webkit-transform: translate3d(0,0,0);
}

.header:hover {
    //background: rgba(0,0,0,0.8);
    background: rgba(255,255,255,0.8);
}

.header.header2 {
    //background: rgba(0,0,0,0.8);
    background: rgba(255,255,255,0.8);
    border-bottom: 1px solid rgb(128,128,128);
}

.header-s {
    width: 960px;
    z-index: 100;
    position: relative;
}

.logo {
    height: 30px;
    //width: 180px;
    top: 20px;
    //top: 25px;
    margin-left: 15px;
    z-index: 100;
    position: fixed;
    background-color: rgba(0,0,0,0.0);
}

/*======headermenu========*/

#menu {
	padding: 0px;
	margin: 25px 20px 0px 0px;
	border: 0px;
	width: 700px;
	z-index: 100;
    //position: absolute;
    float: right;
}

.Lung {
	position: absolute;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	border: 0px;
	right: -20px;
}

#menu ul {
    float: right;
	overflow: auto;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

#menu ul li:first-child {
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 100px;
	font-size: 15px;
}

#menu ul li {
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 15px;
}

#menu ul li:last-child {
	float: left;
	display: block;
	padding-right: 15px;
	padding-left: 10px;
	font-size: 15px;
}

#menu ul li a {
	color: rgb(55,55,55);
	text-decoration:none;
	display: block;
}

#menu ul li a:hover {
    color: rgb(255,255,255);
    //text-shadow: 0 0 10px rgb(255,255,255),0 0 15px rgb(255,255,255);
    text-shadow: 0 0 10px rgb(0,0,0),0 0 15px rgb(0,0,0);
}

#toggle {
	display: none;
}

.menu-btn {
    height: 30px;
    position: fixed;
    top: 20px;
    right: 20px;
}

/*======^^header-menu^^======*/

video {
	position: absolute;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
    overflow: hidden;
    width: auto;
    height: auto;
}

.harf-image2 {
	//position: absolute;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.harf-image3 {
	//position: absolute;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.front-txt {
	position: relative;
	display: block;
	//background-color: rgba(0,0,0,0.5);
	color: rgb(255,255,255);
	text-shadow: 0 0 10px rgb(255,255,255),0 0 15px rgb(255,255,255);
	z-index: 0;
	font-size: 48px;
	width: 100%
}

.w_col1 {
    background-color: rgb(255,255,255);
}

.w_col2 {
    background-color: rgb(248,70,70);
}

.w_col3 {
    background-color: rgb(22,22,22);
}

.w_col4 {
    background-color: rgb(248,100,100);
}

.w_col5 {
    background-color: rgb(240,240,240);
}

.w_col6 {
    background-color: rgb(255,255,255);
}

.contents {
    float: left;
    display: block;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.contents2 {
    float: left;
    display: block;
    height: auto;
}

.contents3 {
    display: block;
    height: auto;
}

.contents4 {
	overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.contents5 {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* vv BG setting vv */
/* vv smart phone vv */
.bg-box {
	display: none;
}
.clear-window {
	display: none;
}
/* ^^ smart phone ^^ */
/* vv PC vv */
.bg-window {
	float: left;
	height: 200px;
	width: 100%;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	text-align: center;
}
.bg1 {
	background-image: url(../image/bg/bg1.jpg);
}
.bg2 {
	background-image: url(../image/bg/bg2.jpg);
}
.bg3 {
	background-image: url(../image/bg/bg3.jpg);
}
/* ^^ PC ^^ */
/* ^^ BG setting ^^ */

.space60m {
	margin-top: 70px;
}

.space60m {
	margin-top: 60px;
}

.space40m {
	margin-top: 40px;
}

.space20m {
	margin-top: 20px;
}

.space200p {
	padding-top: 200px;
}

.space100p {
	padding-top: 100px;
}

.space70p {
	padding-top: 70px;
}

.space60p {
	padding-top: 60px;
}

.space40p {
	padding-top: 40px;
}

.space20p {
	padding-top: 20px;
}

.space10p {
	padding-top: 10px;
}

.l-space20m {
	margin-left: 20px;
}

.r-space20m {
	margin-right: 20px;
}

.l-space30m {
	margin-left: 30px;
}

.r-space30m {
	margin-right: 30px;
}

.l-space40m {
	margin-left: 40px;
}

.r-space40m {
	margin-right: 40px;
}

.l-space60m {
	margin-left: 60px;
}

.r-space60m {
	margin-right: 60px;
}

.l-space20p {
	padding-left: 20px;
}

.r-space20p {
	padding-right: 20px;
}

.l-space60p {
	padding-left: 60px;
}

.l-space40p {
	padding-left: 40px;
}

.r-space40p {
	padding-right: 40px;
}

.r-space60p {
	padding-right: 60px;
}

.b-space60m {
	margin-bottom: 60px;
}

.b-space40m {
	margin-bottom: 40px;
}

.b-space20m {
	margin-bottom: 20px;
}

.b-space200p {
	padding-bottom: 200px;
}

.b-space100p {
	padding-bottom: 100px;
}

.b-space60p {
	padding-bottom: 60px;
}

.b-space40p {
	padding-bottom: 40px;
}

.b-space20p {
	padding-bottom: 20px;
}

.h500 {
	height: 500px;
}

.h380 {
	height: 380px;
}

.w-full{
    width: 100%;
}

.w-half{
    width: 50%;
}

.w-50per{
    width: 50%;
}

.w-90per {
	width: 90%;
}

.w-75per{
    width: 75%;
}

.w-25per{
    width: 25%;
}

.w-20per{
    width: 20%;
}

.w-10per {
	width: 10%;
}

.w1080 {
	width: 1080px;
}

.w960 {
    width: 960px;
}

.w768 {
    width: 768px;
}

.w360 {
    width: 360px;
}

.w50 {
	width: 50px;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-left {
	text-align: left;
}

.tab {
	display: table;
}

.tab-cell {
	display: table-cell;
}

.box-center {
    margin-right: auto;
    margin-left: auto;
}

.box-left {
    float: left;
}

.box-right {
    float: right;
}

.block {
	display: block;
}

.nondeco{
  text-decoration: none;
}

.f1 {
	//color: rgb(128,128,128);
	font-size: 24px;
}

.f2 {
	//color: rgb(35,34,21);
	font-size: 20px;
}

.f3 {
	//color: rgb(128,128,128);
	font-size: 16px;
}

.f4 {
	//color: rgb(128,128,128);
	font-size: 10px;
}

.f5 {
	//color: rgb(35,34,21);
	font-size: 24px;
}

.f6 {
	//color: rgb(128,128,128);
	font-size: 14px;
}

.f7 {
	//color: rgb(128,128,128);
	font-size: 10px;
}

.f1_kahen {
	font-size: calc(140% + 0.5vw);
}

.f2_kahen {
	font-size: calc(80% + 0.25vw);
}

.f3_kahen {
	font-size: calc(70% + 0.25vw);
}

.f4_kahen {
	font-size: calc(160% + 0.5vw);
}

.f_col1 {
	color: rgb(35,34,21);
}

.f_col2 {
	color: rgb(128,128,128);
}

.f_col3 {
	color: rgb(255,255,255);
}

.f_col4 {
	color: rgb(128,128,128);
}

.f_col5 {
	color: rgb(0,0,0);
}

.page-link {
	display: block;
	float: left;
	width: 100%;
	height: 1px;
	margin-top: -70px;
	padding-top: 70px;
	position: relative;
    z-index: -80;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a {
	width: 65px;
	height: 65px;
	display: block;
	border-radius: 50%;
}

#page-top a img {
	opacity: 0.5;
}

#page-top a img:hover {
	opacity: 0.8;
}

.toggle960_2 {
	display: none;
}

.fs1-1, .fs2-1, .fs3-1 {
	display: block;
}

.fs1-2, .fs2-2, .fs3-2, .fs1, .fs2, .fs3 {
	display: none;
}

@media screen and (max-width: 1080px) {
	.w1080 {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
    .header-s {
        width: 100%
    }
    .logo {
		position: fixed;
		z-index: 100;
	}
	#menu {
		margin: 0px;
		padding: 0px;
		width: 60px;
		float: right;
		height: 60px;
		//background: rgba(35,34,21,0.0);
		background: rgba(255,255,255,0.0);
	}
	#menu ul {
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: none;
		padding-right: 0px;
		padding-left: 0px;
	}
	#menu ul li {
		width: 100%;
		//background: rgba(35,34,21,0.9);
		background: rgba(255,255,255,0.8);
		padding: 0px;
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		line-height: 4em;
		border-bottom: 1px solid rgb(128,128,128);
	}
	#menu ul li:first-child  {
		width: 100%;
		//background: rgba(35,34,21,0.9);
		background: rgba(255,255,255,0.8);
		padding: 0px;
		text-align: center;
		margin-top: 70px;
		padding-right: 0px;
		padding-left: 0px;
		border-top: 1px solid #444;
		border-bottom: 1px solid rgb(128,128,128);
	}
	#menu ul li:last-child  {
		width: 100%;
		//background: rgba(35,34,21,0.9);
		background: rgba(255,255,255,0.8);
		padding: 0px;
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		border-bottom: 1px solid rgb(128,128,128);
	}
	
	#toggle {
		display: block;
		position: relative;
		float: right;
		background: rgb(35,34,21);
		color: rgb(255,255,255);
		text-align: right;
		top: 35px;
		right: 40px;
		z-index: 105;
	}
	#toggle a{
    	display: block;
    	position: relative;
    	padding: 0px 0px 0px;
    	//color: rgba(255,255,255,1.0);
    	text-decoration: none;
    }
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		width: 40px;
		height: 40px;
		margin-top: -10px;
		//background: rgba(255,255,255,1.0);
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		width: 40px;
		height: 4px;
		//background: rgba(0,0,0,1.0);
	}
	#toggle a:before {
		margin-top: -6px;
	}
	#toggle a:after {
		margin-top: 2px;
	}	
	.w960 {
    	width: 100%;
	}
	.toggle960_1 {
		display: none;
	}
	.toggle960_2 {
		display: block;
	}
	.Lung {
		right: 80px;
	}
}

@media screen and (max-width: 768px) {
	.w768 {
    	width: 100%;
	}
	.clear-window {
		float: left;
		display: block;
		height: 200px;
		width: 100%;
		max-width: 768px;
		opacity: 0;
	}
	.bg-img {
		position: fixed;
		z-index: -10;
	}
	.bg-box {
		display: block;
	}
	.bg-window {
		display: none;
	}
	.w-50per{
    	width: 100%;
	}
}

@media screen and (max-width: 512px) {
	
}

@media screen and (max-width: 384px) {
	.front-txt {
		font-size: 36px;
	}
}

/*
@media screen and (min-width: 768px) {
	.clear-window {
		background-attachment: fixed;
	}
}
*/
