@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@font-face {
	font-family: 'Kaisei Tokumin', serif;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;

}

*{
	padding: 0;
	margin: 0;
	border:0;
	vertical-align:top;
}

body {
	font-size: 15px;
    font-family: 'Kaisei Tokumin', serif;
    font-weight: 400;
	padding: 0;
	margin: 0;
	width:100%;
	background-color:#182c3f;
	line-height:1.5;
/*	letter-spacing: 0.06em;
	opacity: 0;*/
}
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}

.en{
	font-family: 'Source Serif Pro', serif;
	letter-spacing: 0;
}

/*----------------------------------------


 link
 
 
----------------------------------------*/	
a {
  color: #838269;
  text-decoration:none;
  border:none;

}

a:hover {
	opacity:0.7;
    text-decoration:none;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a img {
	-webkit-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

.sale a {
	color: #fdd78b;
	text-decoration:none;
	border: none;
  
  }

/*----------------------------------------


l_menu


----------------------------------------*/

.l_menu{
	height: 100%;
	width: 100px;
	color: #838269;
	background-color: #2b2f3b;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position:fixed;
	z-index: 10;
	top: 0;
	left: 0;

}
.l_menu .tw{
	padding: 30px;
	width: 100%;
	position: absolute;
    bottom: 0;
	z-index: 1002;
}
.l_menu .tw img{
	width: 100%;
}
/*----------------------------------------


.menu-btn


----------------------------------------*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:transparent;
	cursor: pointer;
    width: 74px;
    height:74px;
	border-radius: 5px;
	padding: 20px;
	z-index: 1005;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 32px;
    height: 3px;
    border-radius: 2px;
	background: #838269;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:32px;
}

.openbtn span:nth-of-type(3) {
	top:44px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 32px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 40px;
    left: 32px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}
/*----------------------------------------


nav


----------------------------------------*/

nav#g-nav{
	letter-spacing: 0;
	position: fixed;
	z-index: 999;
	top:0;
	left:-100%;
	width: 100%;
	height: 120%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;

}
nav#g-nav.leftmenu{
	opacity: 1;
	left:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
nav#g-nav ul{
	display: block;
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height:100%;
	margin: 0 auto;
	background-color: #2b2f3b;
	padding: 12% 0 12% 0;
}

nav#g-nav ul li{
	width: 80%;
	text-align: left;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 32px;
	font-weight: normal;
	color: #838269;
	height: 64px;
	display: block;
	padding: 20px 20px 20px 32px;
	margin-left: 16%;
}

nav#g-nav ul li a{

}
nav#g-nav ul li em{
	font-style: normal;
	color: #666;
}
nav#g-nav ul li em span{

}
nav#g-nav ul li a{
	border-bottom: 0;
}

nav#g-nav ul li a:hover{
	color: #ccc;
}

nav#g-nav ul li.active a{

	color: #838269;
}



/*----------------------------------------


main


----------------------------------------*/	
main {
    width: 100%;
    margin: 0 auto;
	height: auto;
	padding: 0 0 0 100px;
}
main.fm{
	padding: 0 0 0 0px;
}

main .inner{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

main .sc{
	width: 100%;
	height: auto;
	background-image: url("../img/haikei.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
main .sc #TOP{
	height: auto;
	display: block;
}
main .sc #NEWS{
	height: 100vh;
	display: block;
	padding-top: 20px;
}
main .sc h2{
	width: 100%;
	text-align: center;
	margin: 40px 0;
	font-size: 32px;
	color: #838269;
	font-family: 'Sorts Mill Goudy', serif;
}
/*----------------------------------------


TOP


----------------------------------------*/
main #TOP .nlogo{
	text-align: center;
	width: 120px;
	display: inline-block;
}
main #TOP img{
	width: 100%;
}
main #TOP .catch{
	width: 72px;
	display: inline-block;
	margin: 20px 2%;
}

main #TOP .topimg{
	width: calc(100% - 300px);
	max-width: 1000px;
	display: inline-block;
	position: relative;
}
@media (max-width: 1000px) {
	main #TOP .topimg{
		width: calc(100% - 214px);
		max-width: none;
	}
}
main #TOP .topimg .keyimg{
	width: 100%;
	max-height: 999px;
	overflow: hidden;
}
main #TOP .logo{
	width: 30%;
	display: block;
	position:absolute;
	right: 0;
	top: 100px;
}


/*--- ico -------*/
span.ico{
	display: inline-block;
	color: #fff !important;
	text-align: center;
	width: 100px;
	margin: 0 0 0 8px;
	font-size: 16px;
	line-height: 1.0;
	letter-spacing: 1.0;
	padding: 3px 0;
	font-family: 'Source Serif Pro', serif;
}



/*----------------------------------------


news


----------------------------------------*/
main .sc #NEWS .newsall{
	width: 100%;
}
main .sc #NEWS .newsall .newstop{
	width: 50%;
	display: inline-block;
    margin: 60px 0;
	padding: 0 4%;
	height: 60vh;
    overflow: auto;
}
main .sc #NEWS .newsall .twtop{
	width: 40%;
    display: inline-block;
    margin: 60px 4%;
    background-color: #fff;
	height: 60vh;
	border-radius: 12px;
	overflow-y: scroll;
}
main .sc #NEWS .newsall .newstop div{
	color: #838269;
	width: 100%;
	border-bottom: 2px solid #838269;
}
main .sc #NEWS .newsall .newstop div:first-child{
	border-top: 2px solid #838269;
}
main .sc #NEWS .newsall .newstop a{

}
main .sc #NEWS .newsall .newstop a:hover dl{
	background-color: rgba(255, 255, 255, .2);
	transition: all .3s;
	opacity: 1;
	
}
main .sc #NEWS .newsall .newstop dl{
	width: 100%;
	margin-bottom: 0;
}
main .sc #NEWS .newsall .newstop dl:nth-of-type(1) {

}
main .sc #NEWS .newsall .newstop dl dt{
	width: 108px;
	display: inline-block;
	padding: 24px 0;
	font-size: 36px;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: normal;
	line-height: .8em;
	text-align: center;
}
main .sc #NEWS .newsall .newstop dl dt span{
	display: block;
    font-size: 16px;
}
main .sc #NEWS .newsall .newstop dl dd{	
	width: calc(100% - 112px);
	display: inline-block;
	padding: 20px 0;
	font-size: 21px;
    line-height: 1.8em;
}
/*----------------------------------------


PRODUCT


----------------------------------------*/
main .sc #PRODUCT{
	height: 100vh;
	display: block;
	padding-top: 20px;
}

main .sc #PRODUCT .product {
    width: 100%;
}
/*----------------------------------------


CAST&STAFF


----------------------------------------*/
main .sc #STAFF .caststaff{
	width: 100%;
	color: #838269;
	padding: 20px 15%;
	font-size: 24px;
	line-height: 1.2em;
	letter-spacing: .3rem;
}
main .sc #STAFF .caststaff h3{
	font-size: 24px;
	font-family: 'Sorts Mill Goudy', serif;
	letter-spacing: 0rem;
}
main .sc #STAFF .caststaff span{
	font-size: 18px;
	letter-spacing: 0rem;
}
/*----------------------------------------


footer


----------------------------------------*/	
footer {
	position:relative;
	width: 100%;
	padding:20px 0 20px;
	background-color: #000;
	height: 80px;

}

.pageTop{
	position:fixed;
	bottom:100px;
	right:100px;
	z-index:1003;
	cursor:pointer;
}
footer .copy_c{
	padding: 0px 0 0 20px;
	text-align: left;

}
footer .copy_c p{
	font-size:14px;
	letter-spacing: 0;
	text-align:center;
	color: #838269;
	text-align: center;
}
footer .copy_c ul{
	list-style: none;
	text-align: center;
	margin-bottom: 6px;
	padding-left: 0rem;
}
footer .copy_c ul li{
	display: inline-block;
	text-align: center;
	padding: 0px 12px;
}
/*--------tlogo---------*/
main .tlogo{
position: fixed;
top: 0;
right: 18px;
width: 76px;
text-align: center;
padding: 20px 8px;
}
main .tlogo img{
	width: 100%;
}
/*--------pageTop---------*/
.pageTop a{
	position: relative;
}
.pageTop a::before,
.pageTop a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.pageTop a::before{
	box-sizing: border-box;
	width: 64px;
	height: 64px;
	border: 1px solid #ff7373;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.pageTop a::after{
	top:15px;
	left: 18px;
	width: 24px;
	height: 24px;
	border-left: 2px solid #ff7373;
	border-top: 2px solid #ff7373;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navBtnArea{
	display: none;
}

@media (max-width: 840px) {
	.pc	{
		display:none !important;
	}
	.sp	{
		display:block !important;
	}
	.l_menu{
		width: 100%;
		height: 50px;
		z-index: 1000;
	}
	.l_menu .tw{
		width: 50px;
		padding: 10px;
		right: 0;
	}
	main .tslogo{
		position: fixed;
		top: 0;
		right: auto;
		width: 100%;
		text-align: center;
		padding: 8px;
	}
	main .tslogo img{
		margin: 0 auto;

	}
	main{
		padding: 50px 0 0;
	}
	main .sc{
		min-height: 920px;
		background-size: 154%;
	}
	main #TOP{
		min-height: 100vh;
	}
	main #TOP .nlogo{
		width:54px;
		display: block;
		position: absolute;
		top: 50px;
		z-index: 100;
	}
	main #TOP .catch{
		width:100%;
		display: block;
		position: absolute;
		top: 60px;
		z-index: 101;
		text-align: center;
		margin: 10px 0;
	}
	main #TOP .catch img{
		width: 40px;
		margin: 0 auto;
	}
	main #TOP .topimg{
		display: block;
		position: absolute;
		top: 50px;
		width: 100%;
		height: 100vh;
		min-height: 920px;
	}
	main #TOP .topimg .keyimg{
		background-image: url("../img/top2.png");
		background-repeat: no-repeat;
		background-size: 125%;
	    height: calc(100vh - 0px);
		min-height: 920px;
	}
	main #TOP .topimg .keyimg img{
		display: none;
	}
	main #TOP .logo{
		left: auto;
    	right: auto;
		top: 300px;
		width: 100%;
	    text-align: center;
	}
	main #TOP .logo img{
		width: 30%;
	    margin: 0 auto;
	}
	main .sc #NEWS{
		height: auto;
		display: block;
		padding-top: 60px;
		padding-bottom: 20px;
	}
	main .sc #NEWS .newsall .newstop{
		display: block;
		width: 100%;
	}
	main .sc #NEWS .newsall .twtop{
		display: block;
		width: 84%;
		margin: 0 8%;
		height: 350px;
		overflow: scroll;
	}
	main .sc #STAFF h2 img{
		width: 100%;
	}
	main .sc #STAFF .caststaff{
		font-size: 21px;
		letter-spacing: .4rem;
	}
	main .sc #STAFF .caststaff h3{
		font-size: 21px;
		letter-spacing: 0rem;
	}
	main .sc #STAFF .caststaff span{
		font-size: 14px;
		letter-spacing: 0rem;
	}
	main .sc #STAFF .caststaff span.sec{
		font-size: 17px;
		letter-spacing: 0rem;
	}
	footer{
		position: relative;
		padding: 20px;
		height: auto;
	}
	footer .copy_c{
		padding: 0;
		font-size: 12px;
	}
	.openbtn{
		width: 60px;
		height: 60px;
	}
	.openbtn span{
		left: 24px;
		width: 50%;
	}
	.openbtn span:nth-of-type(1){
		top: 16px;
	}
	.openbtn span:nth-of-type(2){
		top: 26px;
	}
	.openbtn span:nth-of-type(3){
		top: 36px;
	}
	.openbtn.active span:nth-of-type(1){
		top: 20px;
	}
	.openbtn.active span:nth-of-type(3){
		top: 32px;
	}
	nav#g-nav ul{
		padding: 26% 0 12% 0;
	}
	.navBtnArea{
		position:fixed;
		top:0;
		right:0;
		z-index:1005;
		text-align:center;
	}
	
	.navBtn{
		position:absolute;
		top:10px;
		right:10px;
		cursor:pointer;
		border:1px solid transparent;
		z-index:1001;
		background:#fff;
		width: 48px;
		height: 48px;
	}
	
	.icon-animation span {
		width: 30px;
		height: 2px;
		display: block;
		background: #8b8b8b;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -1px;
		margin-left: -13px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	.icon-animation span:last-child {
		width: 30px;
		height: 2px;
		display: block;
		background: none;
		position: absolute;
		left: 50%;
		top: 78%;
		margin-top: -1px;
		margin-left: -13px;
		font-size: 8px;
	}
	
	.icon-animation .top {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	
	.icon-animation .middle{
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	.is-open .bottom  {
		background: rgba(51, 51, 51, 0);
		opacity: 0;
	}
	
	.is-open .top {
		-webkit-transform: rotate(-45deg) translateY(0px);
		-ms-transform: rotate(-45deg) translateY(0px);
		transform: rotate(-45deg) translateY(0px);
		background: #8b8b8b !important;
	}
	
	.is-open .middle {
	  -webkit-transform: rotate(45deg) translateY(0px);
	  -ms-transform: rotate(45deg) translateY(0px);
	  transform: rotate(45deg) translateY(0px);
	  background: #8b8b8b !important;
	}
	nav#g-nav ul li{
		height: auto;
		padding: 8px 20px 10px 32px
	}
}