@charset "utf-8";
body, html {
	height: 100%;
	overflow-x: hidden;
}
/*
  load
---------------------------------------------------------------------*/
body.load, html.load {
	height: auto;
}
.boxLoading.move-out, .boxLoading.move-out:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility 0s ease-in-out 1s;
	transition: opacity .5s ease-in-out, visibility 0s ease-in-out 1s;
}
.boxLoading {
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
}
.boxLoading:before {
	content: '';
	width: 50px;
	height: 5px;
	background: #000;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	animation: shadow .5s linear infinite;
}
.boxLoading:after {
	content: '';
	width: 50px;
	height: 50px;
	background: #434343;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}
@keyframes animate {
 17% {
 border-bottom-right-radius: 3px;
}
 25% {
 transform: translateY(9px) rotate(22.5deg);
}
 50% {
 transform: translateY(18px) scale(1, .9) rotate(45deg);
 border-bottom-right-radius: 40px;
}
 75% {
 transform: translateY(9px) rotate(67.5deg);
}
 100% {
 transform: translateY(0) rotate(90deg);
}
}
@keyframes shadow {
 0%, 100% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.2, 1);
}
}

@media screen and (max-width: 768px) {
.load-container {
	-webkit-transform: translate(-50%, 105%);
	transform: translate(-50%, 105%);
}
}
/*
  Scroll
---------------------------------------------------------------------*/

p.Scroll::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
}
.Scroll a {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.Scroll a:hover {
	opacity: .5;
}
.Scroll a {
	padding-top: 60px;
	text-align: center;
	font-size: 18px!important;
}
.Scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	/*border: 2px solid #fff;*/
	border: 2px solid #000;
	border-radius: 50px;
	box-sizing: border-box;
}
.Scroll a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	/*background-color: #fff;*/
	background-color: #000;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
#mv .Scroll .mv-txt::after {
	content: "Scroll";
}
@-webkit-keyframes sdb10 {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb10 {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

@media screen and (max-height: 430px) {
#mv p#section, .mv-txtS {
	display: none;
}
}
/*****************************************************
  wrap
*****************************************************/
.wrap {
	box-shadow: none;
	padding-top: 50px;
}
.wrap .section {
	margin-bottom: 25px;
}
.wrap .lead {
	text-align: left;
}
.wrap span.item:after {
	background-color: rgba(0, 0, 0, .7);
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 769px) {
	.wrap .item .item-hover {
		background-color: rgba(255, 255, 255, .5);
		content: "";
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		-webkit-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
		width: 100%;
		z-index: 1;
	}
	.wrap span.item .item-hover {
		background-color: transparent;
	}
	.wrap a.item:hover .item-hover {
		opacity: 0;
	}
}

@media screen and (max-width: 768px) {
.wrap {
	padding-top: 20px;
}
.wrap .section {
	box-shadow: none;
	margin-bottom: 20px;
}
.wrap .item {
	padding: 0 25px;
}
.wrap .item .item-hover {
	display: none;
}
.wrap .lead {
	text-align: center;
}
.heading {
	margin-bottom: 15px;
	padding: 75px 0 0;
}
.Scroll {
	display: none;
}
}
/*****************************************************
  mv
*****************************************************/
#mv {
	height: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#mv .mv-box {
	display: none;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*width: 575px;*/
	width: 640px;
}
#mv .mv-txt {
	/*color: rgba(255, 255, 255, 1);*/
	color: #000;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 120%;
}
#mv .mv-txtS {
	/*color: rgba(255, 255, 255, 1);*/
	color: #000;
	text-align: center;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 0.04em;
}
#mv .mv-txt {
	font-size: 300%;
	line-height: 130%;
	margin-bottom: 5%;
}
#mv .mv-txtS {
	font-size: 30px;
}

@media screen and (max-width: 813px) {
#mv {
}
#mv .mv-box {
	width: 76.6%;
}
#mv .mv-txt {
	font-size: 342%;
}
}

@media screen and (max-width: 768px) {
#mv .mv-txtS {
	font-size: 100%;
}
}

@media screen and (max-width: 415px) {
#mv {
}
#mv .mv-box {
	width: 76.6%;
}
#mv .mv-txt {
	font-size: 250%;
	line-height: 130%;
}
}
/*****************************************************
  video
*****************************************************/
.video {
	height: 100%;
	margin: 0 auto;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.video video {
	min-height: 100%;
	min-height: auto;
	left: 0;
	position: absolute;
	top: -30px;
	min-width: 100%;
	min-width: 100%;
	width: 100%;
}
.video:after {
	/*background-color: rgba(000, 000, 000, .3);*/
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 768px) {
.video video {
	top: -15px;
}
}

@media screen and (max-width: 575px) {
.video video {
	top: -3px;
}
}
/*****************************************************
  person
*****************************************************/
#person .item {
	float: left;
	position: relative;
}
#person a.item {
	color: #000;
	display: block;
}
#person .item:nth-child(1), #person .item:nth-child(3), #person .item:nth-child(4) {
	width: 33.3135%;
}
#person .item:nth-child(2) {
	width: 33.368%;
}
#person .item:nth-child(1) {
	background-color: #fff;
	padding-bottom: 52.7%;
}
#person .item:nth-child(1) .single-txt {
	position: absolute;
	left: 18.2%;
	bottom: 30%;
}
#person .item:nth-child(1) .btn02 {
	/*width: 100%;*/
	width: 89%;
	padding: 7.3% 18%;
}
.item .item-txt {
	background-color: rgba(255, 255, 255, .7);
	left: 50%;
	padding: 4.5% 0 7%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*kyoeiad*/
	width: 80%;
	z-index: 2;
}
@media screen and (min-width: 769px) {
	#person .item:nth-child(3) {
		border-radius: 0 10px 0 0;
	}
	#person .item:nth-child(5) {
		width: 66.66%;
		border-radius: 0 0 10px 0;
	}
}

.item .name {
 font-size: calc(36 * ((100vw - 1368px) / 1920) + 38px); /*  50px  */
	letter-spacing: .01px;
	line-height: 1.5;
	margin-bottom: 3%;
}
.item .txt {
 font-size: calc(6 * ((100vw - 1368px) / 1920) + 22px); /*  50px  */
	letter-spacing: .01px;
	line-height: 1.5;
}
#person a.item .item-txt {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
#person .item:nth-child(2) .item-txt {
	bottom: 10%;
	top: auto;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (max-width: 1368px) {
.item .name {
	font-size: 163%;
}
.item .txt {
	font-size: 125%;
}
}

@media screen and (min-width: 769px) {
#person a.item:hover .item-txt {
	opacity: 1;
}
}

@media screen and (max-width: 768px) {
#person a.item {
	padding: 0;
}
.item .item-txt {
	bottom: 10px;
	padding: 9px 0 10px;
	opacity: 1 !important;
	top: auto;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 118.5px;
	left: 50%
}
.item .name {
	display: none;
}
.item .txt {
	font-size: 75%;
}
#person .item:nth-child(1) {
	float: none;
	padding-bottom: 57px;
	width: auto;
}
#person .item:nth-child(1) .single-txt {
	position: static;
	text-align: center
}
#person .item:nth-child(2), #person .item:nth-child(3), #person .item:nth-child(4) {
	width: 50%;
}
#person .item:nth-child(5) {
	width: auto;
}
#person .item:nth-child(1) .btn02 {
	width: 100%;
	padding: 21px 45px;
}
}
/*****************************************************
  story
*****************************************************/
#story .item {
	float: left;
	position: relative;
}
#story .item .pc {
	border-radius: 0 10px 10px 0;
}
#story a.item {
	color: #fff;
	display: block;
}
#story .item:nth-child(1) {
	width: 100%;
}
#story .item:nth-child(2), #story .item:nth-child(3), #story .item:nth-child(4) {
	width: 33.2585%;
}
#story .clearfix {
	left: 6.1%;
	position: absolute;
	bottom: 15.5%;
	width: 88.1385%;
}
#story .lead {
	margin-bottom: 35px;
}
@media screen and (max-width: 644px) {
	#story .lead {
		margin-bottom: 20px;
	}
}
#story .lead_line-height {
	line-height: 1.5em
}
#story .text {
	float: left;
	width: 48.29%;
}
@media screen and (max-width: 320px) {
	#story .heading {
		padding: 35px 0 0;
	}
}
#story .paragraph {
 font-size: calc(12 * ((100vw - 1368px) / 1920) + 20px);
	float: right;
	letter-spacing: .1px;
	line-height: 2;
	margin-top: 1%;
	width: calc(100% - 53%);
	/*kyoei*/
	display: none;
}
#story .item .item-txt {
	background-color: transparent;
	padding: 0;
	text-align: left;
	border-left: 5px solid;
    padding-left: 20px;
    color: #000;
}
#story .item .title {
 font-size: calc(33 * ((100vw - 1368px) / 1920) + 34px);
	line-height: 1;
	margin-bottom: 4%;
	font-weight: bold
}
#story .btn02 {
	padding: 3.8% 11%;
	width: 54.414%;
}
@media screen and (max-width: 768px) {
	#story .btn02 {
		width: 100%;
		padding: 3.3% 7% 3.3% 18%;
	}
}

@media screen and (max-width: 1368px) {
#story .item .title {
	font-size: 138%;
}
#story .item .txt {
	font-size: 125%;
}
#story .paragraph {
	font-size: 100%;
}
}

@media screen and (min-width: 769px) {
	#story .item:nth-child(2) {
		border-radius: 0 10px 0 0;
	}
	#story .item:nth-child(4) {
		display: block;
		border-radius: 0  0 10px 0;
	}
	
	#story a.item:hover {
		color: #b90000;
	}
	
	#story .item:hover .item-txt {
		color: #fff
	}
}

@media screen and (max-width: 768px) {
#story .item {
	padding: 0;
}
#story .item:nth-child(1) {
	float: none;
	width: auto;
}
#story .clearfix {
	bottom: auto;
	left: 0;
	padding: 0 25px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	width: 100%;
}
#story .text {
	float: none;
	width: auto;
	text-align: center
}
#story .paragraph {
	display: none;
}
#story .item:nth-child(2), #story .item:nth-child(3), #story .item:nth-child(4) {
	width: 50%;
}
/*#story .item:nth-child(4) {
	display: none;
}*/
#story .item .item-txt {
	bottom: 20%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	display: inline-block;
	padding-left: 25px;
}
#story .item .title {
	font-size: 88%;
	margin-bottom: 15px;
}
#story .item .txt {
	font-size: 9px;
}
#story .btn02 {
	padding: 21px 45px;
}
}
/*追加　左線の位置微調整*/
@media screen and (max-width: 644px) {
	#story .item .item-txt {
		width: 90%;
	}
}

/*****************************************************
  style
*****************************************************/
#style .item {
	float: left;
	position: relative;
}
#style a.item, #style span.item {
	color: #000;
	display: block;
}
#style .item:nth-child(1) {
	width: 66.736%;
}
#style .item:nth-child(2), #style .item:nth-child(3) {
	width: 33.2585%;
}
#style .clearfix {
	left: 9.1%;
	position: absolute;
	bottom: 15.5%;
	width: 88.1385%;
}
#style .text {
	float: left;
	width: 47.29%;
}
#style .heading {
	color: #000;
}
#style .lead {
	color: #000;
}
#style .paragraph {
	color: #000;
 font-size: calc(12 * ((100vw - 1368px) / 1920) + 20px);
	float: right;
	letter-spacing: .1px;
	line-height: 2;
	margin-top: 1%;
	width: calc(100% - 53%);
	/*kyoei*/
	display: none;
}
#style .btn02 {
	border-color: #fff;
	color: #fff;
	padding: 6.8% 15%;
}
#style .item .item-txt {
	background-color: transparent;
	padding: 0;
	text-align: center;
}
#style .item .title {
 font-size: calc(33 * ((100vw - 769px) / 1920) + 34px);
	line-height: 1;
	margin-bottom: 13%;
}

@media screen and (max-width: 1368px) {
#style .item .title {
	font-size: 200%;
}
#style .item .txt {
	font-size: 125%;
}
#style .paragraph {
	font-size: 100%;
}
}

@media screen and (min-width: 769px) {
	#style .item:nth-child(2) {
		border-radius: 0 10px 0 0
	}
	#style .item:nth-child(3) {
		border-radius: 0 0 10px 0
	}	

	#style a.item:hover {
		color: #fff;
	}
	#style .btn02:hover {
		border-color: #b90000;
		color: #b90000;
	}
}

@media screen and (max-width: 768px) {
#style .item {
	padding: 0;
}
#style .item:nth-child(1) {
	float: none;
	width: auto;
}
#style .clearfix {
	bottom: auto;
	left: 0;
	padding: 0 25px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	width: 100%;
}
#style .text {
	float: none;
	width: auto;
	text-align: center
}
#style .paragraph {
	display: none;
}
#style .btn02 {
	padding: 21px 45px;
}
#style .item:nth-child(2), #style .item:nth-child(3) {
	width: 50%;
}
#style .item .item-txt {
	bottom: 20%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#style .item .title {
	font-size: 88%;
	margin-bottom: 15px;
}
#style .item .txt {
	font-size: 9px;
}
}
/*****************************************************
  project
*****************************************************/
#project .item {
	position: relative;
	width: 100%;
}
#project .clearfix {
	left: 6.1%;
	position: absolute;
	bottom: 7.3%;
	width: 88.1385%;
}
#project .text {
	float: left;
	width: 31.56%;
}
#project .heading {
	line-height: 1;
	margin-bottom: 20px;
}
#project .lead {
	margin-bottom: 19%;
}
#project .paragraph {
 font-size: calc(12 * ((100vw - 1368px) / 1920) + 20px);
	float: right;
	letter-spacing: .1px;
	line-height: 2;
	margin-top: 1%;
	width: calc(100% - 35%);
}
#project .item .pc {
	border-radius: 0 10px 10px 0
}

@media screen and (max-width: 1368px) {
#project .paragraph {
	font-size: 100%;
}
}

@media screen and (max-width: 768px) {
#project .item {
	padding: 0;
}
#project .clearfix {
	bottom: auto;
	left: 0;
	padding: 0 25px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	width: 100%;
}
#project .text {
	float: none;
	width: auto;
	text-align: center
}
#project .heading {
	margin-bottom: 6%;
}
#project .lead {
	margin-bottom: 15px;
}
#project .paragraph {
	font-size: 75%;
	float: none;
	margin-top: 7%;
	width: auto;
}
}
/*****************************************************
  web
*****************************************************/
#web .item {
	position: relative;
	width: 100%;
}
#web .clearfix {
	left: 6.1%;
	position: absolute;
	bottom: 7.3%;
	width: 88.1385%;
}
#web .text {
	float: left;
	width: 33.56%;
}
#web .heading {
	color: #fff;
	line-height: 1;
	margin-bottom: 24.5%;
}
#web .lead {
	color: #fff;
	margin-bottom: 19%;
}
#web .btn02 {
	border-color: #fff;
	color: #fff;
	width: 77.5%;
}
#web .paragraph {
	color: #fff;
 font-size: calc(12 * ((100vw - 1368px) / 1920) + 20px);
	float: right;
	letter-spacing: .1px;
	line-height: 2;
	margin-top: 1%;
	width: calc(100% - 35%);
}

@media screen and (max-width: 1368px) {
#web .paragraph {
	font-size: 100%;
}
}

@media screen and (min-width: 769px) {
#web .btn02:hover {
	border-color: #b90000;
	color: #b90000;
}
}

@media screen and (max-width: 768px) {
#web .item {
	padding: 0;
}
#web .clearfix {
	bottom: auto;
	left: 0;
	padding: 0 25px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	width: 100%;
}
#web .text {
	float: none;
	width: auto;
}
#web .heading {
	margin-bottom: 6%;
}
#web .lead {
	margin-bottom: 15px;
}
#web .paragraph {
	font-size: 75%;
	float: none;
	margin-top: 7%;
	width: auto;
}
#web .btn02 {
	width: auto;
}
}
/*****************************************************
  right-menu
*****************************************************/
.right-menu {
	position: fixed;
	right: 3.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}
.right-menu li {
	margin-bottom: 5vh;
}
.right-menu a {
	display: block;
	line-height: 0;
	position: relative;
}
.right-menu a:before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border: 1px solid #4a4a4a
}

@media screen and (min-width: 769px) {
.right-menu a.active:before, .right-menu.pc-right a:hover:before {
	background-color: #4a4a4a;
}
/*.right-menu a.active:after, .right-menu.pc-right a:hover:after {
	border: 2px solid transparent;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #a90000;
	-moz-box-shadow: 0 0 0 2px #a90000;
	box-shadow: 0 0 0 2px #a90000;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 14px;
	width: 14px;
}*/
}

@media screen and (max-width: 768px) {
.right-menu {
	display: none !important;
}
}
/*****************************************************
  news
*****************************************************/
#news td {
	vertical-align: bottom;
}
#news .heading {
	padding-top: 0px;
	margin-bottom: 0px;
	padding: 0px
}
#news div {
}
#news p span {
	font-weight: bold;
	padding-right: 2em;
}

#news .btn02 {
	/*width: 23%;
    padding: 1.5% 3.2% 1.45% 3.2%;
    margin: 30px auto 0;*/
	width: 13%;
    padding: 1% 3.2% 1% 3.2%;
    margin: 30px auto 0;
    text-align: center;
}

@media screen and (min-width: 769px) {
#news {
	padding: 30px 20px 30px;
	background: #FFFFFF;
	border-radius: 0 10px 10px 0;
}
#news div {
	font-size: 350%;
	display: block;
 line-height: calc(102 * ((100vw - 1368px) / 1920) + 90px);
}
#news p {
	font-size: 130%;
}
.newsday {
	width: 10%;
}
.newsin {
	padding-left: 2em;
}

}

@media screen and (max-width: 1368px) {
#news div {
	font-size: 250%;
 line-height: calc(102 * ((100vw - 1368px) / 1920) + 70px);
}
#news p {
	font-size: 100%;
}
	#news .btn02 {
		width: 25%
	}
}
@media screen and (max-width: 900px) {
	#news td {
		vertical-align: middle;
	}
}

@media screen and (max-width: 768px) {
	#news div {
	margin-bottom: 1em!important;	
	}
#news {
	padding: 30px 20px;
	text-align: center;
	background: #FFFFFF;
	/*height: 230px;
    overflow: auto;*/
}
#news p span {
	font-size: 120%;
	display: block;
	padding-right: 0em;
	line-height: 200%;
}
#news td {
	display: block;
	width: 100%;
}
	
	#news .btn02 {
		width: 100%;
		padding: 2.5% 7.2% 2.45% 3.2%;
		text-align: right;
	}	
}

@media screen and (max-width: 644px) {
	
	#news .btn02 {
		padding: 6.5% 14.2% 6.45% 3.2%;
	}
	#news p {
		text-align: left
	}
	#news td a {
		font-size: 15px
	}
	
}