relativerelative@charset "utf-8";
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "A1 Mincho","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background-color: #fff;
	letter-spacing : 0.06em;
}
header {
	font-family: "Hiragino Kaku Gothic Pro",  メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 9999;
	padding: 58px 4% 10px 4%;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	transition: all .2s ease-out;
	letter-spacing : 0.2em;
	font-variant-ligatures:none;
}
@media screen and (max-width: 970px) {
	header {
		padding: 30px 4% 10px 4%;
	}
}
header.min-header {
	padding: 10px 4%;
	background-color: rgba(0,0,0,0.6);
}
p {
	color: #37373c;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
.logo {
	font-family: "Hiragino Kaku Gothic Pro",  メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0; padding: 0;
	font-size: 20px;
	font-weight: bold; 
}
@media screen and (max-width: 970px) {
	.logo {
		font-size: 16px;
	}
}
h2 {
	font-family: "Hiragino Kaku Gothic Pro",  メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {	
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #87878a;
	transition : 0.5s;
}
header a {
	text-decoration: none;
	color: #fff;
}
p {
	line-height: 1.9;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
nav {
	margin: 0 0 0 auto;
}
ul {
	list-style: none;
	margin: 0;
	display: flex;
}
li {
	margin: 0 0 0 15px;
	font-size: 14px;
}
.nav_inst {
	width:20px;
}
.pc-nav ul li {
	margin-left: 38px;
	font-size: 13px;
	/* ボックス属性に変換 */
	display: -webkit-box; /* safari, Chrome */
  display: -moz-box;    /* Firefox */
  display: -o-box;      /* Opera */
  display: -ms-box;     /* IE */
  display: box;         /* ベンダープレフィックスなし */
	/* a要素（ブロック要素）を縦位置中央揃え */
	-webkit-box-align: center; /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;         /* ベンダープレフィックスなし */
}
.pc-nav ul li a {
	display: block;
}
.pc-nav ul li a img {
	display: block;
}
/*.pc-nav > li {
	display:inline-block;
	border:1px solid gray;
	position:relative;
}
.pc-nav > li > ul {
	display:none;
}
.pc-nav > li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:1.5em;
	left:0;
	list-style-type:none;
	border:1px solid gray;
}*/
	
/*背景全画面動画*/
/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/*ファーストビューイラスト*/
.ill_bird {
	max-width:45%;
	position: absolute;
	top: 7%;
	left: 5%;
	mix-blend-mode:hard-light;
	
}
.ill_kaki_1 {
	max-width:31%;
	position: absolute;
	bottom: 5%;
	right: 0%;
	mix-blend-mode:hard-light;
	opacity: 0.7;
}


@media screen and (max-width: 480px) {
.ill_bird {
	max-width:78%;
	position: absolute;
	top: 10%;
	left: 0%;
}
.ill_kaki_1 {
	max-width:60%;
	position: absolute;
	bottom: 2%;
	right: 0%;
	opacity: 0.7;
}
}

/*フルスクリーン画像（ズーム）*/
/* ファーストビュー */
		.zoom {
			position: relative;
			width: 100%;
			height: 77vh;
			/*height: 79vh;*/
			max-height:700px;
			background: url(../images/top_sky-7s.jpg) center / cover;
		}
		.main-visual {
			position:relative;
		}
		.text-box2 {
		  font-family: "Hiragino Kaku Gothic Pro",  メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
		  color: #fff;
		  text-align: left;
		  position: absolute;
		  top: 93px;
		  left: 4%;
		  font-size: 0.75rem;
		  letter-spacing: 0.1em;
		  font-weight: normal;
		  line-height: 1.9;
		  margin: 0;
		  }
		.text-box {
		  width: 95%;
		  text-align: right;
		  position: absolute;
		  /*bottom: 40px;*/
		  top: 50%;
		  right:  5%;
		}
		.text-box img {
			width: 20%;
			min-width: 150px;
			max-width: 300px;
			height: auto;
			margin-top: -120px;
			/*opacity:0.8;*/
		}
		@media screen and (max-width: 990px) {
			.zoom {
			height: 64vh;
			}
			.text-box2 {
			top: 57px;
			font-size: 0.65rem;
			}
			.text-box {
		  	text-align: center;
				position: absolute;
				top: 50%;
				margin-top: -25%;
				left: 4.5%;
				width: 92%;
			}
			.text-box img {
			width: 32%;
			min-width: 115px;
			height:auto;
			margin:0;
			}
		}
		@media screen and (max-width: 480px) {
			.zoom {
			height: 64vh;
			}
			.text-box2 {
			top: 57px;
			font-size: 0.65rem;
			}
			.text-box {
		  	text-align: center;
				position: absolute;
				top: 50%;
				margin-top: -30%;
				left: 4.5%;
				width: 92%;
			}
			.text-box img {
			width: 54%;
			min-width: 115px;
			max-width: 180px;
			height:auto;
			margin:0;
			}
		}

/*その他イラスト*/
.ill_irori {
	max-width:270px;
	position: absolute;
	bottom: 150px;
	right: 7%;
	opacity: 0.3;
}
.illu_miageru {
	max-width:130px;
	position: absolute;
	bottom: 0;
	right: 14%;
	opacity: 0.3;
}
.scene_ill{
	object-fit: contain!important;
}
.ill_kirakira2 {
	width:300px!important;
	position: absolute;
	top: -50px;
	left: 20px;
	z-index: 1;
	/*mix-blend-mode:color-dodge;*/
}
.ill_water_trim {
	width:400px!important;
	position: absolute;
	bottom: 100px;
	right: 10%;
	z-index: 1;
	opacity: 0.3;
}


@media screen and (max-width: 480px) {
.ill_irori {
	max-width:145px;
	position: absolute;
	bottom: 0;
	right: 10%;
	opacity: 0.3;
}
.illu_miageru {
	width:80px;
	right:  14%;
	}
}


/*タイトルとメイン部分*/
.vertical {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        text-orientation: upright;
        -webkit-text-orientation: upright;
        text-align: left;
        display: inline-block;
}
h2.vertical  {
	font-size: 1.9rem;
	letter-spacing: 0.07em;
	font-weight: bold;
	color: #fff;
	text-stroke: 1px #37373c;
	-webkit-text-stroke: 1px #37373c;
}
.ver_s {
	font-size: 0.65rem;
	color: #37373c;
	text-stroke:0px ;
	-webkit-text-stroke: 0px;
	padding-top: 10px;
}

#cont_box,#cont_box2 {
  display: flex;
  justify-content:space-between;
  height: auto;
  padding: 85px 0;
  position: relative;
}

#main {
	width: 75%;
	margin: 0;
	padding: 0 0 0 5%;
	text-align: center;
	/*background-color: #C6C3C3;*/
}

#secondery {
	width: 25%;
	margin: 0;
	padding: 0 0 0 15%;
	/*background-color: #6E0506;*/
}
/*.widget_l {
  min-height: 380px;
}*/
.widget {
  min-height: 200px;
}
.widget3 h2 {
	padding: 0;
	text-align: center;
	margin:0;
	
}
@media screen and (max-width: 820px) {
	#main {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#main {
	width: 86.5%;
		/*background-color: antiquewhite;*/
	}
	#secondery {
	width: 13.5%;
	padding: 0;
		/*background-color: aquamarine;*/
	}
	#cont_box {
	padding: 55px 0 55px 0;
	}
	#cont_box2 {
	padding: 55px 0 170px 0;
	}
	.widget3 h2 {
	font-size:1.5rem;
	}
}

/* stickyの設定と位置の調整 */
.widget3 {
  position: sticky;
  position: -webkit-sticky; /* Safari用 */
  top: 65px;
}

/*縦書きタイトル*/
.sp-nav {
	display: none;
}
.sp-nav-sns {
	margin:20px 0 ;
}
.sp-nav-sns img {
	width:20px;
	margin:10px
}

/*リンクボタン*/
a.button {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 15px 30px;
	text-align: center;
	border: 1px solid #fff;
	transition: all .3s ease-out;
}
a.button:hover {
	color: #505050;
	background-color: #fff;
}
/* section */
.flex {
	display: flex;
    position: absolute; /*this is required for clip-paths to work*/
    -webkit-clip-path: inset(0); /* safari*/
    clip-path: inset(0);
    clip: rect(0px, auto, auto, 0px); /* IE11/Edge (not that IE11 supports sticky anyway!) */
}
.photo {
	width: 55%;
	height: 500px;
	background: #fff url(section-bg.jpg) center/ cover no-repeat;
}
.photo + div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 45%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 38%;
  margin: 0 16%;
  z-index: 100;
}
@media screen and (max-width: 480px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 53.5%;
  margin: 0 3%;
}
#story #cont_box {
	padding:100px 0 0 0;
}
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#service {
	background-color: #f7f7f7;
}
#service .icon_list {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
#service ul {
	margin: 0;padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service ul li {
    width: 25%;
    margin: 0;
    text-align: center;
}
#service ul li:nth-of-type(2){
	transition-delay: .2s;
}
#service ul li:nth-of-type(3){
	transition-delay: .4s;
}
#service ul li:nth-of-type(4){
	transition-delay: .6s;
}
#service ul li img {
    max-width: 116px;
}
#service ul li p {
    font-size: 14px;
    color: #f73f6f;
}
#service p {
	margin: 0 0 40px 0;
}
#service a.button {
	color: #293f4d;
	border: 1px solid #293f4d;
}
#service a.button:hover {
	color: #fff;
	background-color: #293f4d;
}
	
@media screen and (max-width: 990px) {
	/*ハンバーガーメニュー*/
	.pc-nav {
		display: none;
	}
	.sp-nav {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		background: rgba(0, 0, 0, .8);
		opacity: 0;
		transform: translateY(-100%);
		transition: all .2s ease-in-out;
		padding-bottom: 100px;
	}
	
#hamburger {
  position: relative;
  height: 19px;
  width: 30px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
#hamburger span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 1px;
  display: inline-block;
  box-sizing: border-box;
}
#hamburger span:nth-of-type(1) {
  top: 0;
}
#hamburger span:nth-of-type(2) {
  top: 8px;
}
#hamburger span:nth-of-type(3) {
  bottom: 0;
}	
	/*スマホメニュー*/
	.sp-nav ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.sp-nav li {
		margin: 0;
		padding: 0;
	}
	.sp-nav li span {
		font-size: 15px;
		color: #fff;
	}
	.sp-nav li a, .sp-nav li span {
		display: block;
		padding: 10px 0;
	}
	/*-閉じるアイコンー*/
	.sp-nav .close {
		position: relative;
		padding-left: 20px;
	}
	.sp-nav .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( -45deg );
	}
	.toggle {
		transform: translateY( 0 );
		opacity: 1;
	}

	h2 {
		line-height: 1.6;
		text-align: center;
	}

	/* section */
	#service ul li {
		width: 50%;
	}
}
table {
	max-width: 700px;
	margin: 0 auto;
	color: #aaa;
}

/* フェードイン用のCSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }

/* 3カラム設定（characterで使用）　*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 30px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
		padding: 15px 0;
	}
}
/*5カラム（staffで使用）*/
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
	width: 20%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 50%;
	}
}
/*４カラム（）*/
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}
/*２カラム（）*/
.col_2{
	width: 100%;
	padding: 0 10%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 44%;
	padding: 7px;
	margin:3%;
}
@media screen and (max-width: 800px) {
	.col_2{
		width: 100%;
		padding: 0;
	}
	.col_2 > div{
		width: 100%;
		margin:3% 0;
	}
}

/*story*/
.yokoscroll {
	display: none;
}
#story #cont_box #main {
  margin:0 10% 0 0;
  width: 85%;
}	
@media screen and (max-width: 960px) {
#story #cont_box #main {
  margin:0;
  width: 85%;
}	

}
@media screen and (max-width: 480px) {
	.yokoscroll {
	display: block;
	font-size:0.85rem;
	width: 100px;
	position:absolute;
	top:50px;
	left:0px;
}
}

/*character*/
#chara {
	background-color : #F8F8FA;
}
.charabox:nth-of-type(2){
	transition-delay: .2s;
}
.charabox:nth-of-type(3){
	transition-delay: .4s;
}
.charabox:nth-of-type(4){
	transition-delay: .6s;
}
.charabox:nth-of-type(5){
	transition-delay: .8s;
}
.charabox:nth-of-type(6){
	transition-delay: 1s;
}
	
.charabox img {
	width: 70%;
}
.charabox {
	z-index: 50;
}
@media screen and (max-width: 480px) {
	.charabox img {
	width: 49%;
	}
}
.name {
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing : 0.1em;
}
.small {
	font-size:0.85rem;
	line-height:1.25rem;
}
.prof {
	font-size:0.85rem;
	text-align: left;
	letter-spacing : 0.03em;
	padding: 0 10px;
}
/*scene*/
#scene {
	/*background-color: #f7f7f7;*/
}
.scenebox {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom:70px;
}
.scenebox img {
	width: 65%;
}
.scenetext {
	width: 30%;
}
.scene_title, .connect_title {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:1rem;
	letter-spacing : 0.06em;
	word-wrap: break-word;
}
.connect_title_big {
	font-size:1.5rem;
	letter-spacing : 0.16em;
}
.scene_sub {
	font-size:0.85rem;
	letter-spacing : 0em;
	line-height:1.65rem;
	margin:5px 0;
}
@media screen and (max-width: 960px) {
	.scenebox {
	display: block;
}
	.scenebox img {
	width: 100%;
    }
    .scenetext {
    	width: 100%;
		position: static;		
	}
	.scene_ill {
		display: none;
	}
}
.location {
	font-size:0.6rem;
	background-color: #999;
	color:#fff;
	margin-right:7px;
	padding:3px 6px;
	letter-spacing : 0.12em;
}

/*about*/
#about {
	background-image : url(../images/image_05.jpg);
	background-size: cover;
    background-position: center;
}
#kuro {
	background-color: rgba(0,0,0,0.15);
}
@media screen and (max-width: 480px) {
	#about,#kuro {
		min-height:680px;
	}
}
.aboutbox {
	display: flex;
	width: 100%;
}
.abouttext{
	width: 40%;
	letter-spacing : 0.03em;
	text-align:left;
	padding:20px;
	margin:0 5%;
}
.aboutimg {
	width: 50%;
	text-align:center;
}
@media screen and (max-width: 960px) {
	.aboutbox {
	display: block;
}
	.aboutimg {
	width: 100%;
    }
    .aboutimg img {
    	width: 100%;
    }
    .abouttext {
    	width: 100%;
		position: static;
		margin:0;
		padding:10px 0 85px 0;
	}
}

/*FILM*/
#film {
	position:relative;
	top:-220px;
	margin-bottom: -220px;
	/*top:-260px;
	margin-bottom: -260px;*/
}
.filmcont {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: left;
	padding:0 3%;
	/*background: #8F5873;*/
}


.filmcont .filmbox {
	display: inline-block;
	width: 46%;
	margin: 0 2%;
	/*background: #8F5555;*/
}

.dami {
	width: 100% ;
	height:300px;
	background: #999999;
}
.filmbox img {
	transform: scale(1);
	transition: .3s ease-in-out;
	width:100% ;
	height: 37vh;
	max-height: 330px;
	/*height: 260px;*/
	object-fit: cover;
	/*border-radius: 20px;*/
}
.filmbox a:hover img{/*hoverした時の変化*/
	transform: scale(1.04);/*拡大の値を変更したい場合はこの数値を変更*/
}
.filmbox {
	z-index: 50;
}
.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.sec_film {
	display: none;
}
@media screen and (max-width: 990px) {
	#film {
		position:relative;
		top:-100px;
		margin-bottom: -100px;
	}
	#film .filmcont .filmbox {
		width: 100%;
		margin-bottom: 35px;
	}
	.filmbox img {
		height:  170px;
	}
	.sec_film {
	display: inline;
	}
}
/*film用ボタン*/
 a.storybotton {
	 font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  
  font-size: 13px;
  font-weight: bold;
  color: #D0AC8A;
  border: solid 1px #D0AC8A;
  padding: 9px 34px;
  border-radius: 22px;
  display: inline-block;
  transition: .3s;
	 margin: 12px;
}
.filmcont a:hover {
  transform: scale(1.1);
	color: #fff;
  background: #D0AC8A;
}

/*film 1st.2ndストーリー*/
.filmbox{
	position: relative;
}
.storybox {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 25px 4% 0 4%;
}
@media screen and (max-width: 480px) {
	.storybox {
		font-size: 0.8rem;
		padding: 25px 0 0 2%;
	}
}
.storyname {
	/*font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	font-weight: bold;
	/*color: #fff;
	text-stroke: 1px #37373c;
	-webkit-text-stroke: 1px #37373c;
	
	color: #fff;
	font-size: 47px;
	letter-spacing: 0.08em;
	position: absolute;
	top:  17px;
	left: -28px;
	opacity: 0.8;/*
	/*transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
	opacity: 0.8;
	mix-blend-mode: multiply;
	
	*/
}

/*link*/
#link{
	background-color : #F8F8FA;
}
.linkbox {
	background-color : #FFFFFF;
	text-align:left;
	border: 1px solid #999999;
}
.linkimg {
	width:100% ;
  object-fit: contain;
}

.linkbox:nth-of-type(2){
	transition-delay: .2s;
}
.linkbox:nth-of-type(3){
	transition-delay: .4s;
}
.linkbox:nth-of-type(4){
	transition-delay: 0.6s;
}
.linkbox:nth-of-type(5){
	transition-delay: 0.8s;
}
.linkbox:nth-of-type(6){
	transition-delay: 1.0s;
}
.linkbox:nth-of-type(7){
	transition-delay: 1.2s;
}
.linkbox:nth-of-type(8){
	transition-delay: 1.4s;
}
.conect_leed {
	max-width:65%;
	margin:0 auto 100px auto;
	text-align:left;
}
.linktxt {
	background-color: #fff;
	padding:5px 35px 20px 35px;
	width:100% ;
	overflow-wrap: break-word;
}

.small {
	line-height:1.45rem;
	letter-spacing : 0;
}
@media screen and (max-width: 480px) {
	.conect_leed {
	max-width:100%;
	}
	.linktxt {
		padding:0 20px;
		width:100% ;
	}
}

/*staff*/
#staff {
	background-color: #f7f7f7;
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.staffcont {
	text-align:center;
	font-size:0.85rem;
	letter-spacing : 0.05em;
}
.staffbox_img {
	text-align: center;
	
}
.staffbox_img img {
	width: 100%; max-width: 150px;
	display: inline-block;
}
.staff_name {
	padding:  0;
	margin:0 ;
}
.staff_yaku {
	letter-spacing : 0;
	margin:5px 0 15px 0;
	line-height:1.25rem;
}
@media screen and (max-width: 480px) {
	.staffbox_txt {
		margin: 15px 0 15px 15px;
	}
}
.staff_role {
	padding:  0;
	margin:13px 0 18px 0;
	display: inline-block;
  position: relative;
}
.staff_role:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px; /*下線の上下位置調整*/
  display: inline-block;
  width: 12px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666; /*下線の色*/
}

/*エンドロール*/
#end {
	/*background-color: #f7f7f7;*/
	text-align:center;
	height: auto;
	padding: 100px 0 200px 0;
	position: relative;
}

#end .endlogo {
	width:310px;
}
@media screen and (max-width: 480px) {
	#end {
	padding: 30px 0 55px 0;
	}
	#end .endlogo {
	width: 250px;
	}
}

/*共通*/
html {
  scroll-behavior: smooth;
}
.white {
	color:#ffffff;
}

/*footer*/
#footer .cont_box {
	padding:0 0 40px 0;
	display: flex;
}
#footer, #footer a, #footer p, #footer section {
	color :#666666;
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.85rem;
	text-align:left;
	letter-spacing: 0.02em;
	transition: color 0.2s ease-in-out;
	line-height: 1.6;
}
#footer a:hover {
	color:#999999;
}
#footer .inner {
	margin:0 9% ;
}
#footer {
	padding: 50px 0 50px 0;
	background-color: #111111;
	text-align: center;
}
.text_s {
	font-size:0.75rem !important;
}
section.adress {
	width: 40%;
}
section.contact {
	width: 45%;
}
section.sns {
	width: 15%;
}
@media screen and (max-width: 960px) {
	#footer {
	padding: 20px 0 50px 0;
	background-color: #111111;
	text-align: center;
}
	#footer .cont_box {
	display: block;
	}
	section.adress {
	width: 100%;
	}
	section.contact {
	width: 100%;
	}
	section.sns {
	width: 100%;
	}
	footer section {
		padding: 25px 0;
	}
}
.contact table {
  border-collapse: collapse;
  margin:0;
}
.contact table .tr:not(:first-child):not(:last-child) .td {
  border-top: #333333 1px solid;
  border-bottom: #333333 1px solid; 
}
.contact table .td{
  padding:10px;
}
.sns img {
	width: 20px;
	height: auto;
	vertical-align: -4px;
}
.adress img {
	width: 82px;
	margin: 0 20px 0 0;
	opacity: 0.5;
	vertical-align: middle;
}
.copyright {
	color :#444444;
	text-align:center;
	border-top: 1px solid #444444;
	padding-top: 30px;
}

/*トップへ戻る*/
#page_top {
    position: fixed;
    bottom: 20px;
    right: 3%;
}
#page_top a {
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    text-decoration: none;
}

/* 矢印 */
.arrow.no-arrow {
  transform: none;
}

/* 疑似要素で文字の横に配置 */
.side {
  display: flex;
  align-items: center;
} 
.side::after {
  content: '';
  width: 6px;
  height: 85px;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  -webkit-transform: skewY(45deg);
   -moz-transform: skewY(45deg);
   transform: skewY(45deg);
  margin-left: 5px;
  margin-bottom: 10px;
}

/* ホバーで矢印伸びます */
.stretch {
  display: inline-block;
}
.stretch .side::after {
  transition: height .6s;
}  
.stretch:hover .side::after {
  height: 115px;
}

/*追加*/
