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

@font-face {font-family: 'Regular';
	src: url("../fonts/KozGoPr6N-Regular.otf");
}

@font-face {font-family: 'min6';
	src: url("../fonts/ヒラギノ明朝 Pro W6.otf");
}

@font-face {font-family: 'min3';
	src: url("../fonts/ヒラギノ明朝 Pro W3.otf");
}


/* 共通
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{max-width:100%;border:0;}
.clear{clear: both;}

/* -------------------------------
 　共通_フォントと見出し
---------------------------------*/

body{
	font-family: "Regular", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.1rem;
}

h1,h2{
	font-family: "min6", serif;
	-webkit-text-size-adjust:100%;
	letter-spacing: 0.1rem;
	padding-bottom: 0;
}


/*---------title--------------*/
	
h2.section_ti{
	width: 100%;
	color: #FFFFFF;
	font-family: "min6", serif;
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.5rem;
	z-index: 100;
	font-weight: 400;
	padding: 2rem 0;
}


h3.cont_ti{
	font-family: "min3", serif;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.5rem;
	z-index: 10;
	font-weight: 300;
	padding-bottom: 3rem;
}

h2.section_ti span.name_j,h3.cont_ti span.name_j{
	font-size: 0.9rem;
	font-weight: 300;
	text-align: center;
}

h2.cont_ti span.name_j::before,h3.cont_ti span.name_j::before{
	content: "\A";
	white-space: pre;
}

@media only screen and (max-width: 550px) {

h2.section_ti{
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}	
	
h3.cont_ti{
	text-align: left;
	font-size: 1rem;
	line-height: 1.3rem;
	display: inline-block;
}
	
h2.section_ti span.name_j,h3.cont_ti span.name_j{
	font-size: 0.7rem;
	font-weight: 300;
	text-align: center;	
}
}

/*---------link--------------*/

a {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;	
}

a:hover,p a:hover{
	color: #e60012;
	text-decoration:underline;
	text-decoration-color: #e60012;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25rem;
	transition: 0.2s;
}

.active{
	font-color: rgba(35,24,21,0.3);
	text-decoration:none;
	font-weight: 600;
}

a:active,
a:focus,
input:active,
input:focus
{outline:none;}

img.radiusImg{
	border-radius: 15px;
}

/*-------------------------------
g_wrap
-------------------------------*/
#g_wrap{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	background-color: rgba(62,17,37,1);
	}

/*-------------------------------
header
-------------------------------*/
	
#header{
	position: relative;/*header固定*/
	height: 50px;/*Headerの高さ設定*/
	width: 100%;
    z-index: 999;
	margin-top: -10px;
	padding-top: -10px;
	background-color: transparent; 
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, transparent 50%);
}

#header.fixed{
	position: fixed;
	z-index: 999;
    top:0;
    left:0;
	background-color: transparent; 
}

#logo{
	width: 15%;
	/*width: clamp(25.625rem, 23.406rem + 3.46vw, 27.563rem);*/
	height: auto;
	margin-top: 0.5rem;
	margin-left: 1rem;
	padding-top: 0.6rem;
	opacity: 1.0;
	z-index: 999;
}

/*-------------------------------
navigation
-------------------------------*/

/*g-nav2*/
/*---SP_navi---*/

#g-nav2{
    position:fixed;
    z-index: 9995;
    /*ナビのスタート位置と形状*/
	top:0;
	right: -100%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#000000;
	filter: drop-shadow(-2px 0px 3px rgba(225,225,225,0.75) );
    /*動き*/
	transition: all 0.6s;

}

#g-nav2.panelactive {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav2.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav2.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: absolute;
    z-index: 9998;
	overflow: scroll;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9997;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*リストのレイアウト設定*/

#g-nav2 ul li{
  list-style: none;
    text-align: left;
	text-indent: 0.5rem;
}

#g-nav2 ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 1rem;
	display: block;
	line-height: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
}

#g-nav2 li.current a,
#g-nav2 li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	text-decoration-color: #FFFFFF;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25rem;
	transition: 0.2s;
}


#g-nav2 ul li.sp-navi.has-child ul{
  	position: relative;
	left:0;
	top: 0%;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
    transform: none;
} 
	#g-nav2 ul li.sp-navi.has-child ul li{
		width:100%;
		text-align: left;
	}
	
	#g-nav2-list ul li.sp-navi.has-child ul{
		height: auto;
		padding-top: 0;
	}

	#g-nav2-list ul li.sp-navi.has-child ul li{
		list-style-type: disc;
		width: 100%;
		padding-left: 1rem;
		text-indent: 2rem;
	}

	#g-nav2-list ul li.sp-navi.has-child ul li a{
		padding: 1rem 0;
	}
	
/*矢印の位置と向き*/
	
#g-nav2 li.has-child.sp-navi a::before{
	content:'';
	position: absolute;
	left:90%;
	top: 15px;
	width:6px;
	height:6px;
	border-top: 2px solid #231815;
    border-right:2px solid #231815;
    transform: rotate(135deg);
}
    
#g-nav2 li.has-child.sp-navi.active > a::before{
    transform: rotate(-45deg);
}

#g-nav2 li.has-child.sp-navi ul a::before{
	content:'';
	position: absolute;
	left:90%;
	top: 15px;
	width:6px;
	height:6px;
	border-top: 2px solid transparent;
    border-right:2px solid transparent;
    transform: rotate(135deg);
}

.sp-navi li dl dt img{
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
}

/*------------SNS ICON-------------*/

#g-nav2 .snsWrap{
	width: 33%;
	height: auto;
	margin: 0 auto;
	padding: 3rem 0;
	position: absolute;
	left: 50%;
	bottom: 3%;
	-webkit-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -o-transform:translate(-50%);
    transform:translate(-50%);
	z-index: 9998;
}

#g-nav2 .snsWrap ul{
	display: table;
	border-spacing: 45px 0;
}

#g-nav2 .snsWrap ul li{
	width: 50%;
	display: table-cell;
}


/*-------OPEN BUTTON-------*/

.openbtn{
	position:fixed;
    z-index: 9999;
	top: 5px;
	right: 1rem;
	cursor: pointer;
    width: 60px;
    height: 60px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .5s;
    position: absolute;
    left: 14px;
    height: 4px;
    border-radius: 0;
	background-color: #FFFFFF;
  	width: 45%;
  }


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

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

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

/*.openbtn span:nth-of-type(3)::after {
	content:"Menu";
	position: absolute;
	top:5px;
	left:-2px;
	color: #3a5da2;
	font-size: 0.6rem;
	text-transform: uppercase;
}*/

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

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*.openbtn.active span:nth-of-type(3)::after {
	content:"Close";
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}*/

/*--ハンバーガーメニューが開いたときに背景を動かさないようにする--*/
body.scroll_off {
	overflow:hidden;
}

/*-------------------------------
contents
-------------------------------*/

main.contents{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(62,17,37,1);
	z-index: 2;
}


/*-------------------------------
Section
-------------------------------*/

#section01,
#section02,
#section03,
#section04{
    width: 100%;
	height: auto;
	margin: 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 5rem;
	padding-right: 5rem;
	z-index: 3;
}

@media only screen and (max-width: 1024px){
#section01,
#section02,
#section03,
#section04{
	padding: 2rem;
}
}

/*-------------------------------
  footer
-------------------------------*/
	
#footer{
	width: 100%;
    height: 35px;
	padding-top: 0.25rem;
	background-color: rgba(62,17,37,1);
}

/*------------FOOTER LINK-------------*/

.footerLink{
	width: 40%;
    margin: 0;
	padding: 0;
	float: right;
	display: table;
	text-align: center;
	border-collapse:collapse;
	vertical-align: middle;
}

.footerLink li{
	display: table-cell;
	padding: 0 1rem;
}

.footerLink li p a{
	font-size: clamp(0.7rem, 0.471rem + 0.36vw, 0.9rem);
	color: #FFFFFF;
}

.footerLink li p a:hover{
	text-decoration-line: underline;
	text-decoration-color: #FFFFFF;
}

#company_logo{
	width: 7%;
	height: auto;
	margin: 0 auto;
	padding: 2rem 0;
	}	


#copyrightWrap{
	width: 100%;
	height: 50px;
	background-color: rgba(62,17,37,1);
	text-align: center;
	padding:0 0 1rem 0;
}
	
#copyrightWrap > div p{
	color: #FFFFFF;
	font-size: clamp(0.7rem, 0.585rem + 0.18vw, 0.8rem);
	}


/*-------------------------------
  Go top ボタン
-------------------------------*/
.gotop{
    display: block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    background-color: none;
    border: none;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #FFF;
    opacity: 0.95;
    position: fixed;
    bottom: 55px;
    right: 1.5%;
    z-index: 500;
}

.gotop:hover{
    opacity: 1;
}
@media only screen and (max-width:768px){
    .gotop{
        bottom: 80px;
    }
}

@media only screen and (max-width:540px){
    .gotop{
		width: 75px;
		height: 75px;
    }
}



/*-------------------------------
  bottom_menu
-------------------------------*/
@media only screen and (min-width: 551px) {
	
	ul.bottom-menu {
		display: none;
	}

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

.mini-text{font-size:11px;}/*文字大きさ*/	
	
ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;/*高さ*/
    margin:0;
    padding:0;
    background-color:rgba(245,245,245,0.97);/*背景色*/
    border-top:2px solid #999999;/*バーの上の線*/
    
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:20%;
    background-color:transparent;
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
	background-color:transparent;
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}
		
}

/*-------------------------------
改行
-------------------------------*/

@media screen and (min-width:551px){
.css_br::before {
	content: "\A" ;
	white-space: pre ;
}
}
@media only screen and (min-width: 481px) {
.css-br_l::before {
  content:"\A";
  white-space: pre-wrap;
}

}

@media only screen and (max-width: 959px) {
.css-br_a::after {
  content:"\A";
  white-space: pre;
}
}
@media only screen and (max-width: 550px) {
.css-br_a::after {
  content:"\A";
  white-space: pre;
}
	
.css-br_b::before {
  content:"\A";
  white-space: pre;
}
}

/*-------------------------------
   none
-------------------------------*/

.logo b,
li b,
li a b,
h1 b,
h2 b,
h3 b,
h4 b,
p b{
	display:none;
}
	



/*-------------------------------
clear fix
-------------------------------*/
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}	


/*-------------------------------
 画像内の文字
-------------------------------*/

.sampleImg {
  position: relative;
  }

.sampleImg p {
  position: absolute;
  top: 5%;
  left: 10%;
  -ms-transform: translate(-5%,-15%);
  -webkit-transform: translate(-5%,-15%);
  transform: translate(-5%,-15%);
	margin:0;
  padding:0;
	font-size: 1.5em;
	color: rgba(85,85,85,0.75);
  }


