@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
	box-sizing:border-box;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	 	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; 
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
body.en h1,body.en h2 {
}
 /* ルートのフォントサイズを10pxに設定 */
html {
font-size: 62.5%;
}

/* bodyのフォントサイズを1.4em（14px）に設定 */
body {
font-size: 1.4em;
color: #777;
background: #333;
}

#contents {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.inner {
	position: relative;
	box-sizing:border-box;
	width: 980px;
	padding:40px 15px;
	margin: 0 auto;
}
a {
	color: #bbb;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a[target="_blank"]:after {
    font-family: 'Font Awesome 5 Free';
	font-weight: 900; 
    content: '\f35d';
    font-size: 0.8em;
	margin-left:3px;
}
h1 {
	font-size: 2.2rem; /* 30px */
	line-height:1.4em;
	margin-bottom: 40px;
	text-align: center;
}
h1.artworks {
	margin-top:0;
	margin-bottom: 1em;
	color: #333;
	font-size: 2rem;
} 
h1 span {
	display:block;
	font-size: 1.3rem;
	line-height:1.3em;
	margin-bottom:0.5em;
	font-weight:normal;
	color:#999;
}
h2 {
	margin-bottom: 1.5em;
	font-size: 2rem; /* 25px */
	line-height: 1.4;
}

h2 span {
	position: relative;
	font-size: 1.1rem; /* 11px */
}
h3 {
	margin-bottom: 0.25em;
	font-size: 1.5rem; 
	font-weight:bold;
}
p {
	margin:0 0 1.5em 0;
	text-align: justify; 
   text-justify: inter-ideograph;
}

@media screen and (max-width:767px) {
	body {
		font-size: 1.2em;
	}
	h1 {
		font-size: 1.8rem;
	}
	h1.artworks {
		font-size: 1.6rem; 
	} 
	h1 span {
		font-size: 1rem; 
	}
	h2 {
	font-size: 1.4rem;
	font-weight:bold;
	}
	h3 {
	font-size: 1.25rem;
	}
	p {
	text-align: start; 
	text-justify:none; 
   text-justify: inter-ideograph;
}

}


img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}
/* 左寄せ */
.left {
	text-align: left;
}
/* 右寄せ */
.right {
	text-align: right;
}
/* 文字サイズ　色 */
.font_l{font-size:130%;}
.font_s{font-size:100%;}
.font_white{color:#FFF;}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* ボタン大 */
a.button_l {
	 position: relative;
	display: inline-block;
	padding: 1em 20px 1em 35px ;
	background: #000;
	font-size: 1.1em;
	text-decoration:none;
	color: #FFF;
	border:1px solid #FFF;
}
.button_l::before {
   position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     border-top: solid 2px #fff;
     border-right: solid 2px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     left: 15px;
     margin-top: -3px;
}


/* ボタン */
p.btn, div.btn {
	width:100%;
}
.btn { text-align:center;}
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	border-radius:6px;
	color: #999 !important;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #fff;
	border:1px #ccc solid;
}
.btn a:hover {
	color: #fff !important;
	background: #999;
}
/*================================================
 *  ヘッダー
 ================================================*/
/*header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background:#000;
}*/
header {
	width: 100%;
	background-color: #fff;
	box-sizing:border-box;
	box-shadow: 0 0 25px 0 rgba(150, 150, 150, 0.3);
	position: relative;
	z-index: 100;
}
header .inner {
width: 100%;
width: auto;
max-width: 1920px;
padding: 0;
margin: 0 auto;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header .logo  {
float: left;
height: 60px;
color: #fff;
padding:10px 0 0 10px;
box-sizing:border-box;
}

header .logo img {
	vertical-align: middle;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: right;
		padding-right:30px;
	}

	/* 共通 */
	nav.gnav ul {
		box-sizing:border-box;
		margin: 0;
		padding: 0;
		display: flex;
	}
	nav.gnav ul li {
		box-sizing:border-box;
		position:  relative;
		line-height: 60px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		box-sizing:border-box;
		padding:0 20px;
		color: #777;
		font-size: 12px;
		/*font-weight: bold;*/
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		color: #666;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 60px;
	}



/* タブレット・スマートフォン用 */
@media screen and (max-width:1100px) {
	nav.gnav {
		box-sizing:border-box;
		display:  none;
		padding-right:0;
	}
	nav.gnav ul {
		box-sizing:border-box;
		margin: 0;
		padding: 0;
		display: block;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav ul li {
		position: relative;
		box-sizing:border-box;
		width: 100%;
		margin: 0;
		text-align: center;
		list-style: none;
		border-bottom: 1px solid #999;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav ul li a {
		display: block;
		box-sizing:border-box;
		padding: 20px 20px;
		font-size: 1.5rem; /* 15px */
		line-height:1.6em;
		color: #ccc;
		text-decoration: none;
		background: #666;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #999;
	}
	.spMenuWrap {
		display: block;
		/*position: fixed;
		top: 0;
		right: 0;*/
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #666;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}
@media screen and (max-width:640px) {
nav.gnav ul li {
		text-align: left;
	}	
}
/*================================================
 *  フッター
 ================================================*/
#footer {
	clear: both;
	background: #333;
	color: #fff;
	padding:10px 10px 20px;
	font-size: 1.3rem; /* 12px */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#footer ul {
	list-style: none;
	display:flex;
	justify-content: center;
}
#footer ul li {
	list-style: none;
	margin:0px;
    padding:0px;
	text-align: center;
}
#footer ul.footnav li {
	border-right:#ccc 1px solid;
}
#footer ul.footnav li:last-child {
  border-right:0px;
}
#footer ul li a {
	color: #dfdfdf;
	text-decoration:none;
	display:block;
	padding:0 20px;
}
#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer ul li a:visited {
	color: #dfdfdf;
}
#footer address {
	color: #dfdfdf;	/*文字色の指定*/
	font-size: 1.2rem; /* 12px */
	margin-top:30px;
}
 

@media screen and (max-width:767px) {
	#footer {
	padding:10px 10px 70px;
	}
	#footer ul.footnav {
	list-style: none;
	display:block;
	margin-bottom:2em;
	}
	#footer ul.footnav li {
	list-style: none;
	margin:0 0 10px 20px;
    padding:0;
	border-right:0px;
	text-align: left;
	list-style-type:disc;
	}
	#footer ul.footnav li a {
	text-decoration:none;
	display:block;
	padding:0;
	font-size: 1.2rem; 
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#999;
}
.totop img:hover {
	background:#666;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}

	footer {
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
}

/*================================================
*YouTube最大値指定
 ================================================*/
.youtube {
  position:relative;
  width: 100%;
  max-width: 560px;
  margin:0 auto;
}
.youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*================================================
 *  商品
 ================================================*/

ul.list_works {
  padding: 0px;
  display:flex;
  max-width:1600px;
  margin:0 auto;
}
ul.list_works li {
  list-style-type:none;
  margin: 0;
  text-align:center;
  color:#999;
  width: 14.28%;
}
ul.list_works li a {
	display:block;
}
ul.list_works li a img {
	opacity:0.5;
	outline: 0px;
}
ul.list_works li a:hover img {
	opacity:1;
}
p.cap {
	text-align:left;
}
.bg_list {
	background:#cdc8c1;
	color:#ccc;
}
.bg_list .inner {
	width: 100%;
	padding: 20px;
}
#contents .bg_list h2 {
	margin: 30px 0 1em;
	font-size: 1.7rem; /* 17px */
	color: #fff;
	text-align:center;
}
@media screen and (max-width:767px) {
	ul.list_works {
		display:flex;
		flex-wrap:wrap;
	}
	ul.list_works li {
		width:25%;
}
	#contents .bg_list h2 {
	font-size: 1.3rem; 
	margin-bottom:20px;
	}
}
@media screen and (max-width:559px) {
	p.cap {
	text-align:left;
	}
	ul.list_works li {
		width:33.3%;
}
}
/*================================================
 *  汎用デザイン
 ================================================*/
.bg_white{
	background:#fff;
}
.bg_gray {
    background: rgba(0, 0, 0, 0.03) !important;
}
.bg_black {
	background:#333;
	color:#FFF;
}
.bg_black h2 {
	color:#FFF;
}
.brown {
	color:#C60;
}
.red{color:red;}
.txt_C{ text-align:center;}
.txt_R{ text-align:right;}
.cb {clear:both;}
@media screen and (max-width:767px) {
	.txt_R{ text-align:left;}
	.txt_C{ text-align:left;}
	#footer address {font-size: 1rem; /* 10px */}
}
/*================================================
 *  ビデオ
 ================================================*/
.video_wrap{
	text-align:center;
}
  video {
    width:660px;
    height: auto;
	margin:0 auto;
  }
@media (max-width: 959px) {
  video {
    width: 100%;
    height: auto;
  }
 }
 /*================================================
 *  新作
 ================================================*/

.cap_area {
	padding-bottom:10px;
}
.cap_wrap {
	display:flex;
}

.cap_wrap .cap {
  width: 235px;
}
.cap_wrap .txt {
  flex: 1;
}
@media screen and (max-width:767px) {
.cap_wrap {
	display:block;
}

.cap_wrap .cap {
  width: 100%;
}
}