@charset "UTF-8";

/* reset ----------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
input[type="radio"],input[type="checkbox"],input[type="submit"],input[type="button"],label{cursor:pointer}
a,canvas{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left{ float: left; }
.right{ float: right; }

.hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}
.hover:hover{
	opacity: 0.75;
}

.sp_show{ display: none; }

.marugothic{ font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
.mincho{ font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.font01 { font-family: 'Fjalla One', sans-serif; }
.font02 { font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; }

.f25 { font-size: 25px; }

.fontB   { font-weight: bold; }
.noto100 { font-weight: 100; }
.noto300 { font-weight: 300; }
.noto400 { font-weight: 400; }
.noto500 { font-weight: 500; }
.noto700 { font-weight: 700; }
.noto900 { font-weight: 900; }

.t_center  { text-align:  center; }
.t_left    { text-align:    left; }
.t_right   { text-align:   right; }
.t_justify { text-align: justify; }

.red { color: #f00; }
.clR { color: #ff1c1e; }

.mt10 { margin-top:    10px; }
.mt80 { margin-top:    80px; }
.mr10 { margin-right:  10px; } 
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.animation01 { position: relative; left: -60px; opacity: 0; }
.animation02 { position: relative; left: 60px; opacity: 0; }
.animation03 { position: relative; top: 10px; opacity: 0; }

.no_border { border: none !important; }


/* public ----------------------------------------*/
body{
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html,body{
	height: 100%;
	-webkit-overflow-scrolling :touch;
}
body#home,body#office,body#plan,body#service,body#voice,body#qa,body#contact,body#policy,body#sitemap {
	height: auto;
}


header{
	width: 100%;
	border-top: 5px solid #000;
}
header .inner_wrap{
	max-width: 1000px;
	margin: 0 auto;
}
header .inner_wrap .inner_top h1 {
	margin-top: 40px;
	float: left;
}
header .inner_wrap .inner_top .top_contact {
	display: none;
	float: right;
}
header .pc_navi_border {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.global-nav {
	position: absolute;
    max-width: 1000px;
    margin: 0 auto;
	text-align: center;
	width: 80%;
	right: -30px;
	top: -42px;
}
.global-nav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.global-nav li {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
/*.global-nav li:first-child {
	padding-right: 40px;
}
.global-nav li:nth-child(2) {
	padding-right: 17px;
}
*/
.global-nav li a {
    display: block;
	position: relative;
	text-decoration: none;
}
.global-nav li .en, .global-nav li .ja {
	display: block; /* position指定がある時は無くても可 */
	width: 100%;
	position: absolute; /* .enと.jaを重ねて表示 */
	transition: .1s;  /* 0.5秒で値をなめらかに変化させる */
}
.global-nav li .en {
	opacity: 1; /* 普段は英語表記を表示 */
	color: #000;
}
.global-nav li .ja {
	opacity: 0; /* 普段は日本語表記を透明に */
	color: #d61518;
}
.global-nav li a:hover .en { /* aにホバーしたとき英語表記は透明に */
	opacity: 0;
}
.global-nav li a:hover .ja { /* aにホバーしたとき日本語表記を表示 */
	opacity: 1;
}

#container {
	width: 1000px;
	margin: 60px auto 120px;
	font-size: 13px;
}
#container .inner {
	padding: 0 100px;
}
#container .inner3 {
	padding: 0 50px;
}
#container .title {
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	text-align: center;
	line-height: 0.55em;
	letter-spacing: 0.08em;
	padding: 25px 0;
	margin-bottom: 30px;
}
#container .title span {
	font-size: 13px;
}
#container .pageback {
	background: url(../images/common/title_back.png) no-repeat center;
}
#container .pagetitle {
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	text-align: center;
	line-height: 0.55em;
	letter-spacing: 0.08em;
	padding: 25px 0;
	margin-bottom: 80px;
}
#container .pagetitle span {
	font-size: 13px;
}
#container .secondtitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#container .linkbtn a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	color: #000;
	border: 2px solid #000;
	border-radius: 25px;
	padding: 12px;
	width: 28%;
	margin: 0 auto;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#contact #container .linkbtn a,
#company #container .linkbtn a {
	width: 45%;
}
#artist #container .linkbtn a {
	width: 40%;
}
#container .linkbtn a:after {
	background: url(../images/common/arrow.svg) no-repeat 13% 60%;
	content: '';
	position: absolute;
	width: 28%;
	height: 20px;
	margin: 0 auto;
}
#container .linkbtn a:hover {
	background: #000;
	color: #fff;
}
#container .linkbtn a:hover:after {
	background: url(../images/common/arrow_on.svg) no-repeat 13% 60%;
}

footer {
	width: 100%;
	border-top: 1px solid #c3c3c3;
	font-size: 11px;
}
footer .inner_wrap.bg_black {
	background: #000;
}
footer .inner_wrap .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 20px;
}
footer .inner_wrap .ft_first h2 {
	float: left;
	margin: -9px 60px 0 0;
}
footer .inner_wrap .ft_first li {
	display: inline-block;
	margin-top: 2px;
	margin-right: 33px;
	letter-spacing: 0.1em;
}
footer .inner_wrap .ft_first li:last-child {
	/*margin-left: 69px;*/
	margin-right: 0;
}
footer .inner_wrap .ft_first li a {
	color: #000;
	text-decoration: none;
}
footer .inner_wrap .ft_first li a:hover {
	color: #d61518
}
footer .inner_wrap .ft_second .info {
	float: left;
	color: #fff;
}
footer .inner_wrap .ft_second .info p {
	display: inline-block;
	margin-right: 15px;
}
footer .inner_wrap .ft_second .copyright {
	float: right;
	color: #a6a6a6;
}
.pagetop {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.pagetop p {
	position: absolute;
	right: 0;
	top: -30px;
}
.pagetop p a {
	display: block;
	background: #000;
	width: 115px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	padding: 3px 0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

/*top logoimage ---------------------*/
#mainimage {
	position: relative;
	margin-top: 60px;
	width: 100%;
	height: calc(100vh - 175px);
}
#mainimage img {
	position: absolute;
	margin: 0 auto;
	width: 20%;
	top: 40%;
    right: 0;
    left: 0;
    transform: translate(0, -40%);
    animation-name: fade;
    animation-duration: 3s;
}
@keyframes fade{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	#mainimage {
		height: calc(100vh - 140px);
	}
	#mainimage img {
		width: 50%;
	}
}
/*top banner ---------------------*/
#top_bnr {
	margin: 100px auto 100px;
}
#top_bnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top_bnr ul li {
	margin: 0 50px 40px;
}
#top_bnr ul li a {
	display: block;
	padding: 30px 10px;
	height: 100%;
	text-align: center;
	background: #fff;
	border-top: 2px solid #f0f7ff;
	border-bottom: 2px solid #f0f7ff;
	border-radius: 2px;
	box-shadow: 0px 1px 4px #bfcedf;
	transition: all 0.7s ease;
}
#top_bnr ul li a.pines {
	border-top: 2px solid #f9f8f2;
	border-bottom: 2px solid #f9f8f2;
	box-shadow: 0px 1px 4px #dddacb;
}
#top_bnr ul li a:hover {
	background: transparent;
	opacity: 1;
	background: #f0f7ff;
	box-shadow: none;
}
#top_bnr ul li a.pines:hover {
	background: #f9f8f2;
}
#top_bnr ul li a img {
	width: 80%;
}

/*slider ---------------------------*/
.bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
}
img.bgs{ 
	/*backgroundSize.js*/
	max-width: none;
}

/*action mouse over ---------------------*/
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
    background-color: #e47273;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* red border */
.change-border01_red::after,
.change-border01_red::before,
.change-border01__inner_red::after,
.change-border01__inner_red::before {
    background-color: #d71618;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_red::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_red::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_red::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_red::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_red:hover::after,
.change-border01_red:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_red:hover .change-border01__inner_red::after,
.change-border01_red:hover .change-border01__inner_red::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* bule border */
.change-border01_bule::after,
.change-border01_bule::before,
.change-border01__inner_bule::after,
.change-border01__inner_bule::before {
    background-color: #135599;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_bule::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_bule::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_bule::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_bule::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_bule:hover::after,
.change-border01_bule:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_bule:hover .change-border01__inner_bule::after,
.change-border01_bule:hover .change-border01__inner_bule::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* pink border */
.change-border01_pink::after,
.change-border01_pink::before,
.change-border01__inner_pink::after,
.change-border01__inner_pink::before {
    background-color: #e34575;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_pink::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_pink::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_pink::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_pink::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_pink:hover::after,
.change-border01_pink:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_pink:hover .change-border01__inner_pink::after,
.change-border01_pink:hover .change-border01__inner_pink::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* lightblue border */
.change-border01_lightblue::after,
.change-border01_lightblue::before,
.change-border01__inner_lightblue::after,
.change-border01__inner_lightblue::before {
    background-color: #4fbfd9;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_lightblue::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_lightblue::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_lightblue::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_lightblue::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_lightblue:hover::after,
.change-border01_lightblue:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_lightblue:hover .change-border01__inner_lightblue::after,
.change-border01_lightblue:hover .change-border01__inner_lightblue::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* lightgreen border */
.change-border01_lightgreen::after,
.change-border01_lightgreen::before,
.change-border01__inner_lightgreen::after,
.change-border01__inner_lightgreen::before {
    background-color: #a4d642;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_lightgreen::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_lightgreen::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_lightgreen::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_lightgreen::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_lightgreen:hover::after,
.change-border01_lightgreen:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_lightgreen:hover .change-border01__inner_lightgreen::after,
.change-border01_lightgreen:hover .change-border01__inner_lightgreen::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* purple border */
.change-border01_purple::after,
.change-border01_purple::before,
.change-border01__inner_purple::after,
.change-border01__inner_purple::before {
    background-color: #8f82bc;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_purple::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_purple::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_purple::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_purple::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_purple:hover::after,
.change-border01_purple:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_purple:hover .change-border01__inner_purple::after,
.change-border01_purple:hover .change-border01__inner_purple::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* orange border */
.change-border01_orange::after,
.change-border01_orange::before,
.change-border01__inner_orange::after,
.change-border01__inner_orange::before {
    background-color: #e38445;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_orange::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_orange::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_orange::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_orange::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_orange:hover::after,
.change-border01_orange:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_orange:hover .change-border01__inner_orange::after,
.change-border01_orange:hover .change-border01__inner_orange::before {
    height: 100%;
    height: calc(100% + 4px);
}
/* green border */
.change-border01_green::after,
.change-border01_green::before,
.change-border01__inner_green::after,
.change-border01__inner_green::before {
    background-color: #3bae69;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.change-border01_green::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px;
}
.change-border01_green::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px;
}
.change-border01__inner_green::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px;
}
.change-border01__inner_green::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px;
}
/* hover */
.change-border01_green:hover::after,
.change-border01_green:hover::before {
    width: 100%;
    width: calc(100% + 4px);
}
.change-border01_green:hover .change-border01__inner_green::after,
.change-border01_green:hover .change-border01__inner_green::before {
    height: 100%;
    height: calc(100% + 4px);
}

/*animation mouse over ---------------------*/
.fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1340 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0 20px 0;
  min-width: 185px;
  max-width: 315px;
  max-height: 220px;
  width: 185px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1340 img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1340:after {
  background: rgb(255, 255, 255);
  width: 185px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1340 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1340 h2,
figure.snip1340 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1340 h2 {
  padding: 0 30px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1340 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.snip1340 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1340:hover img,
figure.snip1340.hover img {
  -webkit-filter: grayscale(5%);
  filter: grayscale(5%);
}
figure.snip1340:hover:after,
figure.snip1340.hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
figure.snip1340:hover figcaption h2,
figure.snip1340.hover figcaption h2,
figure.snip1340:hover figcaption p,
figure.snip1340.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1340:hover figcaption h2,
figure.snip1340.hover figcaption h2 {
  opacity: 1;
}
figure.snip1340:hover figcaption p,
figure.snip1340.hover figcaption p {
  opacity: 0.7;
}


@media screen and (max-width: 1300px){
#container .linkbtn a:after {
	background: url(../images/common/arrow.svg) no-repeat 20% 60%;
}
#container .linkbtn a:hover:after {
	background: url(../images/common/arrow_on.svg) no-repeat 20% 60%;
}

}


@media screen and (max-width: 1024px){
header .inner_wrap {
	max-width: 100%;
}
header .inner_wrap .inner_top h1{
	margin-top: 15px;
	margin-left: 20px;
}

#container {
	width: 95%;
}

footer .inner_wrap {
	width: 100%;
}

}

@media screen and (max-width: 768px){
header .inner_wrap .inner_top h1{
	margin-top: 15px;
	margin-left: 20px;
}
header .pc_navi_border {
	position: inherit;
	width: 100%;
}
.global-nav {
	position: inherit;
	right: inherit;
	top: inherit;
	left: inherit;
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
}

#container {
	width: 95%;
}
#container .inner {
	padding: 0 30px;
}
#container .pagetitle {
	margin-top: 100px;
	margin-bottom: 50px;
}
#container .linkbtn a {
	width: 45%;
}
#contact #container .linkbtn a,
#company #container .linkbtn a {
	width: 60%;
}
#artist #container .linkbtn a {
	width: 55%;
}
#container .linkbtn a:after {
	background: url(../images/common/arrow.svg) no-repeat 45% 60%;
}
#container .linkbtn a:hover:after {
	background: url(../images/common/arrow_on.svg) no-repeat 45% 60%;
}

footer .inner_wrap .inner {
	padding: 25px 25px 15px;
	width: 100%;
}
footer .inner_wrap .ft_first h2 {
	margin: -10px 15px 0 0;
}
footer .inner_wrap .ft_first li {
	font-size: 10px;
	margin-right: 5px;
}
footer .inner_wrap .ft_first li:last-child {
	margin-left: 0;
}
footer .inner_wrap .ft_second .info {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
footer .inner_wrap .ft_second .copyright {
	float: none;
	text-align: center;
}
.pagetop {
	width: 100%;
}

}

@media screen and (max-width: 480px){
.sp_hidden{
	display: none;
}
.sp_show{
	display: block;
}
header .inner_wrap .inner_top h1 {
	float: none;
	text-align: center;
	margin: 8px auto 10px 20px;
	width: 34%;
}
header .inner_box.spinner {
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
header .inner_box.spinner p{
	position: fixed;
	top: 0;
	right: 0;
	width: 45px;
	height: 48px;
	background: #000
}
header .inner_box.spinner p.telsp {
	position: absolute;
	top: -55px;
	right: 10%;
	width: 42px;
	height: 40px;
}
header .inner_box.spinner p a{
	display: block;
	height: 100%;
	color: #fff;
	font-size: 9px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}
header .inner_box.spinner p a span {
	display: block;
	margin-top: -5px;
}
header .inner_box.spinner p a i.menu_icon{
	display: inline-block;
	width: 22px;
	height: 18px;
	margin: 0 10px;
	background: url(../images/common/menu.png) no-repeat 0 0;
	background-size: contain;
}
header .inner_box.spinner p a i.menu_icon.close{
	background-image: url(../images/common/close.png);
}
#gnav_sp{
	display: none;
	background: #000;
}
#gnav_sp li:last-child {
	background: #d61518;
}
#gnav_sp li a{
	display: block;
	padding: 3% 5%;
	text-align: center;
	color: #fff;
	border-top: 1px solid #685448;
	border-top: 1px solid rgba(247,247,247,0.45);
	text-decoration: none;
	font-size: 14px;
}
#gnav_sp ul:first-child + *{/*nth-child(2)*/
	display: table;
	width: 100%;
	table-layout: fixed;
}
#gnav_sp ul:first-child + * li{
	vertical-align: top;
}
#gnav_sp ul:first-child + * li a{
	text-align: center;
	border: none;
}

#container {
	width: 85%;
}
#container .pagetitle {
	margin-top: 0;
}
#container .inner,
#container .inner3 {
	padding: 0;
}
#container .linkbtn a,
#contact #container .linkbtn a,
#company #container .linkbtn a,
#artist #container .linkbtn a {
	width: 100%;
}
#container .linkbtn a:after {
	background: url(../images/common/arrow.svg) no-repeat 95% 60%;
}
#container .linkbtn a:hover:after {
	background: url(../images/common/arrow_on.svg) no-repeat 95% 60%;
}
#contact #container .linkbtn a:after,
#company #container .linkbtn a:after,
#artist #container .linkbtn a:after {
	background: url(../images/common/arrow.svg) no-repeat 55% 60%;
}
#contact #container .linkbtn a:hover:after,
#company #container .linkbtn a:hover:after,
#artist #container .linkbtn a:hover:after {
	background: url(../images/common/arrow_on.svg) no-repeat 55% 60%;
}

footer .inner_wrap .inner {
	text-align: center;
	padding: 15px 25px;
}
footer .inner_wrap .ft_first h2 {
	float: none;
	margin: 0 auto 10px;
}
footer .inner_wrap .ft_first li {
	margin-right: 20px;
}
footer .inner_wrap .ft_first li:last-child {
	display: block;
	text-align: center;
	margin: 10px 0;
}
footer .inner_wrap .ft_second .info p:nth-of-type(1) {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: left;
}
.pagetop p {
	position: inherit;
	top: 0;
}


}