@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/


/*
0:セット
------------------------------------------------------------
*/
html, body {
	width: 100%;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
.win body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #cc9900;
	transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
a:hover {
	color: #cc9900;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover {
	filter:alpha(opacity=50); /* IE 6,7*/
	-ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
	-moz-opacity:0.5; /* FF , Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity:0.5;
	zoom:1; /*IE*/
}
img {
	max-width: 100%;
	height: auto;
}
.sp,
#gnavi_sp{
	display: none;
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
	overflow: hidden;
}
#content {
	padding: 100px 0 150px;
}


/*
//ヘッダー
------------------------------------------------------------
*/
header {
	position: fixed;
	top: 30px;
	left: 20px;
	z-index: 200;
}
.logo{
	max-width: 180px;
}
#gnavi {
	position: fixed;
	top: 130px !important;
	left: 20px !important;
	z-index: 200;
	font-size: 87.5%;
	font-family: 'Roboto', sans-serif;
	max-width: 30px;
}
#gnavi li{
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	margin-bottom: 15px;
}
#gnavi li a:link,
#gnavi li a:visited{
	color: #FFF;
}
#gnavi li a:hover{
	color: #FFF;
	text-decoration: none;
}
.midnightHeader.black a:link,
.midnightHeader.black a:visited{
	color: #000 !important;
}


/*
//フッター
------------------------------------------------------------
*/
footer{
	font-size: 71.8%;
	text-align: center;
	padding-bottom: 70px;
}
/*
top
------------------------------------------------------------
*/
.main_img{
	background: url(../images/main_img.jpg) no-repeat center bottom/cover;
	height: 960px;
	position: relative;
	width: 100%;
	padding: 5%;
}
.main_inner{
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.main_logo{
	width: 160px;
	margin-bottom: 30px;
}
.main_inner h2{
	font-size: 656%;
	font-weight: 500;
	color: #dab86b;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
}
#top_lead{
	padding: 80px 5%;
	background: #000;
	color: #FFF;
	font-size: 110%;
	line-height: 2.2;
}
#top_lead p{
	max-width: 640px;
	margin: 0 auto;
}
section{
	padding: 0 5%;
	padding-top: 120px;
	text-align: center;
}
#artist .inner{
	max-width: 730px;
	margin: 0 auto;
	word-break: break-all;
}
h3.top_ti{
	font-family: 'Roboto', sans-serif;
	font-size: 375%;
	line-height: 1.2;
	margin-bottom: 50px;
	font-weight: 500;
}
h4.top_ti{
	margin: 40px 0 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 262.5%;
	font-weight: 500;
	line-height: 1.5;
}
.service_box{
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
}
.service_box .inner{
	position: absolute;
	top: 160px;
	left: 5%;
	text-align: left;
	color: #FFF;
	z-index: 5;
}
h4.service_ti{
	font-family: 'Roboto', sans-serif;
	font-size: 375%;
	font-weight: 500;
	line-height: 1.5;
}
.service_box .inner p{
	font-size: 81.25%;
}
.about_logo{
	width: 105px;
}
.name{
	margin: 30px 0 50px;
	font-size: 81.25%;
}
.company_table{
	margin: 0 auto;
	font-size: 81.25%;
}
.company_table th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0 30px 10px 0;
}
.company_table td{
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
#contact{
	font-size: 81.25%;
}
ul.list_sns{
	margin-top: 120px;
}
ul.list_sns li{
	display: inline-block;
	margin: 0 5px;
}
ul.list_sns li img{
	width: 20px;
}

/*
動き
------------------------------------------------------------
*/
h3.top_ti.fadein {
	-moz-opacity:0;
	-ms-opacity:0;
	-webkit-opacity:0;
	opacity: 0;
	-webkit-transform: translate(0px,50px);
	transform : translate(0px, 50px);
	-webkit-transition:all 1000ms;
	-o-transition:all 1000ms;
	-ms-transition:all 1000ms;
	transition : all 1000ms;
}
h3.top_ti.fadein.scrollin{
	-moz-opacity:1;
	-ms-opacity:1;
	-webkit-opacity:1;
	opacity: 1;
	-webkit-transform: translate(0px,0px); 
	transform : translate(0px, 0px);
}
.img_wrap.fadein{
	position: relative;
	background: #000;
	z-index: 1;
	overflow: hidden;
	transform: scaleX(0);
	transform-origin: left;
}
.img_wrap.fadein.scrollin{
	transform: scaleX(1);
	transition: transform .6s cubic-bezier(.81,.1,.2,.97) 0s;
}
.img_wrap.fadein:before{
	content: "";
	padding-top: 66.5%;
	display: block;
}
.img_wrap2.fadein:before{
	padding-top: 56.2%;
}
.img_wrap.fadein img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transform: scale(1.2);
}
.img_wrap.fadein.scrollin img{
	transform: scale(1);
	transition: transform .8s cubic-bezier(.81,.1,.2,.97) .2s;
	animation: clip-to-right .8s cubic-bezier(.81,.1,.2,.97) .2s forwards;
}
@keyframes clip-to-right{
	0%{
		-webkit-clip-path:inset(0 100% 0 0);
		clip-path:inset(0 100% 0 0)
	}99.9%{
		-webkit-clip-path:inset(-2% -4% -2% -2%);
		clip-path:inset(-2% -4% -2% -2%)
	}
	to{
		-webkit-clip-path:unset;
		clip-path:unset
	}
}
/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
	margin:0 0 40px;
	font-size: 96%;
	padding: 2%;
	background: #f7f7f7;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin:0 auto 20px;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}


/*
13:コンタクトフォーム
------------------------------------------------------------
*/
table.contactform  {
	margin-bottom: 2em;
	width: 100%;
}
table.contactform th {
	padding: 3%;
    border-bottom: #f7f7f7 solid 2px;
    font-weight: bold;
    text-align: left;
}
table.contactform td {
	padding: 3%;
    border-bottom: 1px #f7f7f7 solid;
    text-align: left;
	vertical-align: top;
}
table.contactform td p{
	margin-bottom:0;
	line-height:1.6;
}
input, textarea, select{
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:solid 1px #c8c8c8
}

/*------------------------
	MWフォーム用
--------------------------*/
.submitBox{
	width: 100%;
	margin: 0 auto 2em;
	text-align: center;
}
.submit, .backBtn{
	margin: 0 1em;
	padding: 1.1em 3em;
	display: inline-block;
	font-size: .85em;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.08em;
	border: none;
}
.submit:hover, .backBtn:hover{
	opacity: .8;
}
.mw_wp_form_input .submit{
	background: #485157;
}
.mw_wp_form_confirm .submit{
	background: #007dfb;
}
.backBtn{
  background: #485157;
}
#datepicker {
	width: 40%;
}
.required {
	font-size: .85em;
	font-weight: 500;
	color: #fff;
	background: #182d7b;
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0.5em 0.5em 0.5em 0.8em;
	line-height: 1;
}
/*------------------------
	コンタクトフォーム7用
--------------------------*/
/* 
.wpcf7-textarea {
  width: 90%;}

.wpcf7-text {
  width: 60%;}

.zip1 {
  width: 60px;}

.zip2 {
  width: 100px;}

.formtel {
  width: 100px;
  height: 16px;}

.wpcf7-form-control wpcf7-text zip {
  width: 30%;}

.addr {
	width: 90%;
}

.contactformsubmit {
  text-align: center;
  height: 60px;
	margin-top: 30px;
}

.wpcf7-submit {
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
	border: none;
}
.wpcf7-submit:hover {
	text-decoration: none;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
} */



/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
	padding: 10px 0 10px;
	display:block;
	clear:both;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	display: inline-block;
	color:#333333;
	text-shadow:0px 1px #F6F6F6;
	padding:6px 9px 6px 9px;
	border:solid 1px #B6B6B6;
	box-shadow:0px 1px #EFEFEF;
	-moz-box-shadow:0px 1px #EFEFEF;
	-webkit-box-shadow:0px 1px #EFEFEF;
	background:#E6E6E6;
	background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6));
	font-size:12px;
	margin-right:3px;
	text-decoration:none;
}	
.wp-pagenavi a:hover {
	display: inline-block;
	color:#fff;
	text-shadow:0px 1px #3C3C3C;
	border-color:#202020;
	background:#525252;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252));
	color:#FFFFFF;
	box-shadow:0px 1px #E7E7E7;
	-moz-box-shadow:0px 1px #E7E7E7;
	-webkit-box-shadow:0px 1px #E7E7E7;
}
 .wp-pagenavi span.current {
	display: inline-block;
	padding:6px 9px 6px 9px;
	border:solid 1px #DCDCDC;
	color:#fff;
	box-shadow:0px 1px #E7E7E7;
	-moz-box-shadow:0px 1px #E7E7E7;
	-webkit-box-shadow:0px 1px #E7E7E7;
	margin-right:3px;
	text-shadow:0px 1px #3C3C3C;
	border-color:#202020;
	background:#525252;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252));
}
/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
	margin-bottom: 0;
}
.m05 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m12 {
	margin-bottom: 12px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}
.imgTi30 {
	padding-bottom: 30px;
}

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: -0.5em;
    text-align: center;
    display: flex;
}
.list_pagination li.prev {
    display: inline-flex;
    text-align: left;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.prev a {
    color: #fff;
    padding: 5px 5px 5px 20px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #67ccd9 url(../images/arrow_wleft.svg) no-repeat 4% center;
    background-size: auto 8px;
    align-items: center;
    justify-content: center;
}
.list_pagination li.prev a:hover {
    color: #67ccd9;
    border: 1px solid #67ccd9;
    background: #fff url(../images/arrow_skyleft.svg) no-repeat 4% center;
    background-size: auto 8px;
}
.list_pagination li.middle{
    display: inline-flex;
    text-align: center;
    width: 40%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.middle a {
    color: #fff;
    padding: 5px 5px 5px 5px;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: #67ccd9;
    align-items: center;
    justify-content: center;
}
.list_pagination li.middle a:hover {
    border: 1px solid #67ccd9;
    color: #67ccd9;
    background: #fff;
}

.list_pagination li.next {
    display: inline-flex;
    text-align: right;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.next a {
    color: #fff;
    padding: 5px 20px 5px 5px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #67ccd9 url(../images/arrow_wright.svg) no-repeat 95% center;
    background-size: auto 8px;
    align-items: center;
    justify-content: center;
}
.list_pagination li.next a:hover {
    color: #67ccd9;
    border: 1px solid #67ccd9;
    background: #fff url(../images/arrow_skyright.svg) no-repeat 95% center;
    background-size: auto 8px;
}