@charset "utf-8";
/* 
共通
 */

.only_PC{
display:block;
}

.only_SP{
display:none;
}


/* 全体高さ */
html {
	height: 100%;
	overflow-x: hidden!important;
}


/* body指定 */
body {
	font-family: 'Zen Kaku Gothic New',  "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.1em;
	background-color: #f4f5f7;
	color: #222;
min-height: 100%;
overflow-x: hidden!important;
}

img{
	width: 100%;
	height:auto;
}


/* 基本リンク指定 */
a:link { color: #222; text-decoration: none; }
a:visited { color: #222; text-decoration:none; }
a:hover { color: #ddd; text-decoration: none; transition:0.5s;}
a:active { color: #222; text-decoration: none; }

/* header */
header{
background: #383c3c;
width:100%;
position: fixed;
text-align:center;
height:50px;
line-height:50px;
font-family: 'Sorts Mill Goudy', serif;
font-weight:400;
top:-70px;
z-index: 1000;
box-sizing:border-box;
box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0;
cursor: pointer;
}

header img{
height: 50%;
vertical-align: middle;
}


/* main_PH */
#main_PH {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left:0;
width: 100%;
height: 100vh;
z-index: -10;
box-sizing: border-box;
}

#main_PH img{
max-width: 1200px;
  border: solid 10px #ededed;
}

/* TOPscroll */
#TOPscroll a{
display: block;
position: fixed;
top:0;
right: 0;
bottom: 150px;
font-size: 1.8em;
opacity:0.7;
color: #f4f5f7;
background:#050505;
padding:auto;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
box-sizing: border-box;
overflow: hidden;
}

#TOPscroll a:link { color: #f4f5f7; text-decoration: none; }
#TOPscroll a:visited { color: #f4f5f7; text-decoration:none; }
#TOPscroll a:active { color: #f4f5f7; text-decoration: none; }
#TOPscroll a:hover { color: #666; text-decoration: none; transition:0.5s;}


/* wrap */
.wrap_in{
max-width: 1260px;
padding: 0 30px;
margin:auto;
box-sizing: border-box;
font-size: 0.85em;
overflow: hidden;
}

.wrap_A{
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
width: 100%;
height: 100vh;
padding: 0 0 100px ;
margin: 0;
background:  rgb(244,245,247,0.9);
margin-top: 100vh;
box-sizing: border-box;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 0;
}

.wrap_B{
width: 100%;
padding: 100px 0;
background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(244,245,247,1) 100%);
box-sizing: border-box;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 0;
}

.wrap_C{
width: 100%;
padding: 100px 0 200px;
background:  #f4f5f7;
box-sizing: border-box;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px 0;
}

/* sub_title */
#sub_title h2{
color:#050505;
font-size: 1.6em;
letter-spacing: 0.15em;
font-family: 'Sorts Mill Goudy', serif;
font-weight: 400;
padding-bottom: 30px;
line-height: 1.5em;
}

#sub_title a{
font-size: 1.5em;
}
#sub_title a:link { color: #050505; text-decoration: none; }
#sub_title a:visited { color: #050505; text-decoration:none; }
#sub_title a:active { color: #050505; text-decoration: none; }
#sub_title a:hover { color: #ddd; text-decoration: none; transition:0.5s;}


/* contens */
.grid_Aa {
display: grid;
grid-template-columns: 100%;
grid-gap: 0;
}


.grid_A {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 0;
}

.grid_B {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 0;
margin-top: 0;
}

/* modal指定 */
.mod_box{
display: flex;
align-items: center;
height: 100%;
background: #000;
}

.mod_box a:hover{
opacity: 0.3;
transition:0.5s;
}

.mod_mov:after{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 2.8em;
  content: '\f144';
color: #f4f5f7;
opacity: 0.9;
}

.grid_A .mod_mov:after{
  font-size: 3.8em;
opacity: 0.9;
}

.grid_Aa .mod_mov:after{
  font-size: 3.8em;
opacity: 0.9;
}

/* modalフェード */
.mfp-fade.mfp-bg{
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing{
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content{
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
	opacity: 0;
}

/* modalcss上書きここから */
/* 背景透過指定 */
.mfp-bg {
    opacity: 0.9;
}

/* wrap幅調整 */
.mfp-image-holder .mfp-content {
    max-width: 80%;
}

.mfp-iframe-holder .mfp-content
{
    max-width: 80%;
}


.interstitial-wrapper {
    max-width: 80%;
}

 /* 画像下の要素隠す */
 .mfp-bottom-bar {
 display:none ;
 }


 /* 左右矢印フチ消し */
.mfp-arrow-right:before {
border-left: none;
}
.mfp-arrow-left:before {
border-right: none;
}

/* 左右矢印位置調整 */
.mfp-arrow-left {
    left: -20px;
}
.mfp-arrow {
    width: 60px;
}
/* modalcss上書きここまで */


/* 見出し */
.sub_bar{
padding:50px 20px;
text-align: left;
color:#626063;
margin: 0 0 10px;
background:#f2f2f2;
border:#e7e7eb solid 1px;
box-sizing: border-box;
}

.sub_bar h3{
font-size: 1.1em;
letter-spacing: 0.2rem;
}


/* profile */
.grid_C {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 50px;
margin-bottom: 100px;
}

.profile_list{
display: grid;
grid-template-columns: 100px 1fr;
grid-gap: 0;
}

.profile_list div {
padding: 15px 5px 5px;
}

.p_list_A {
border-bottom: 1px solid #666;
font-weight: 500;
color: #444;
}

.p_list_B {
border-bottom: 1px dotted #aaa;
}

.p_sns a {
font-size: 2em;
padding-right: 10px;
}

.profile_biz{
display: grid;
grid-template-columns: 100%;
grid-gap: 0;
padding-top: 5px;
margin-bottom: 100px;
}

.p_bis_A {
font-weight: 500;
padding-top: 10px;
color: #444;
}

/* map指定 */
.map_wrap {
line-height: 0em;
margin-top: 15px;
}

.map {
height:570px;
	border:none;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}


/* link */
.wrap_D{
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
width: 100%;
height: 100vh;
background:rgb(0,0,0,0.9);
padding: 0 30px;
box-sizing: border-box;
box-shadow: rgba(0, 0, 0, 0.6) 0 0 30px 0;
}

.grid_link {
display: grid;
grid-template-columns:repeat(3, 1fr);
grid-gap: 100px;
}

.grid_link div{
border: solid 1px #f2f2f2;
width: 100px;
opacity: 0.7;
}

.grid_link div:first-child{
justify-content: end;
}

.grid_link img{
width: 100%;
}

.grid_link a{
display: block;
background: rgb(0,0,0,0.2);
}

.grid_link a:hover{background: rgb(255,255,255,0.3);opacity: 0.8; }




/* footer */
footer {
	width: 100%;
	height: 50px;
	background: #383c3c;
	color:#ddd;
	text-align: center;
	font-size: 0.8em;
	line-height: 50px;
	letter-spacing: 0.05em;
font-weight:500;
margin-top: 100vh;
}

/* backTOP */
#backTOP{
display: block;
position: fixed;
right: 0;
bottom: -50px;
font-size: 1.8em;
opacity:0.7;
color: #f4f5f7;
background:#050505;
padding:auto;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
box-sizing: border-box;
}

#backTOP:hover { color: #666; text-decoration: none; transition:0.5s;}


/* ピッチ調整 */
.mar_t5 {
	margin-top: 5px;
}

.mar_t10 {
	margin-top: 10px;
}

.mar_t20 {
	margin-top: 20px;
}

.mar_t30 {
	margin-top: 30px;
}


.mar_b10 {
	margin-bottom: 10px;
}

.mar_b15 {
	margin-bottom: 15px;
}

.pad_t10 {
	padding-top: 10px;
}

.pad_t20 {
	padding-top: 20px;
}

.pad_b10 {
	padding-bottom: 10px;
}

.pad_tb10 {
	padding: 10px 0;
}

.pad_tb20 {
	padding: 20px 0;
}


/* スクロールアニメーション */
.fade-in {
  opacity: 0;
  transition-duration: 0.5s, 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 150px);
}

.fade-in-down {
  transform: translate(0, -150px);
}

.fade-in-left {
  transform: translate(-200px, 0);
  overflow: hidden;
}

.fade-in-right {
  transform: translate(200px, 0);
  overflow: hidden;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/* mailform */
#contact{
width: 100%;
border:none;
margin-top: 30px;
}


#contact iframe{
width: 100%;
border: none;
overflow: hidden;
text-align: center;
}

#contact h4{
font-size: 1.1em;
font-weight: 500;
}

#contact .fone{
font-size: 1.0em;
font-weight: 500;
line-height: 1.5;
margin: 50px 0;
}

#contact .fone a{
display: block;
background: #666;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 6px;
}

#contact .fone a:hover{
opacity: 0.7;
}

#sub_title .fone{
font-size: 0.60em;
font-weight: 300;
line-height: 1.4;
letter-spacing: 0.05em;
margin: 30px 0;
}

#sub_title .fone a{
display: block;
background: rgba(240,240,240,0.5);
color: #222;
text-align: center;
padding: 10px;
border-radius: 6px;
border:solid 1px #222;
}

#sub_title .fone a:hover{
opacity: 0.3;
}
