/* reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
ol, ul ,li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/* bace
------------------------------------------------------------*/
body {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", Times, serif;  
  font-family: 'Nanum Myeongjo', serif;  
  font-size: .8em;
  line-height: 2em;
  font-weight: 200;
  letter-spacing: .2em;
  overflow-x: hidden;
  color: #333;
  background: #fff;
  /*合字回避*/
  font-variant-ligatures: none;
  /*iPhone_文字サイズ自動調整*/
  -webkit-text-size-adjust: 100%;
  /*カーニング_webfont対応*/
  text-rendering: optimizeLegibility;
  }
#wrapper {
  /* 一番大きな囲み */
  }
#content_wrapper {
  /* つぎに大きな囲み */
  max-width: 960px;
  margin: 0 auto;
  }
.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 80px;
  }
.innerS {
  width: 80%;
  margin: 0 auto;
  }
.clear {
  clear: both;
  }
.colorBG1 {
  background-color: #FBFAF3;
  }
.space20 {
	margin-top: 20px;
  }
.space30 {
	margin-top: 30px;
  }
.space60 {
	margin-top: 60px;
  }

/* リンク設定
------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  }
a:hover {
  color: #A0A0A0;
  text-decoration: none;
  }
a:active, a:focus, input:active, input:focus {
  outline: 0;
  }

/* ヘッダー
------------------------------------------------------------*/


/* グローバルナビゲーション
------------------------------------------------------------*/
#mainnav {
	margin-top: 8px;
  }
#mainnav a {
  color: #000;
  }
#mainnav a:hover {
  color: #B7B7B7;
  }
@media screen and (min-width: 801px) {
a#menu {
  display: none;
  }
  .panel {
  display: block !important;
  }

ul a {
  display: block;
  }
#mainnav ul {
  background-color: #fff;
  }
#mainnav li { 			/* 1行5列 */
  font-size: .9em;
  letter-spacing: 0.1em;
  text-align: center;
  width: 18.3%;
  display: inline-block;
  margin: 0px;
  padding: 3px 0px;
  border-left: 1px solid #999;
  }
#mainnav li:first-child {
  border-left: none;
  }
}

/* ハンバーガー */
@media screen and (max-width: 800px) {
#header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
#mainnav a {
  color: #333;
  }	
.br-600 {
    display: none;
  }
a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
	margin-top: -100px;
  }
#menuBtn { 			/* ハンバーガー中 */
    display: block;
    position: absolute;
    top: 80%;/* 上アキ */
    left: 20%;/* 右アキ */
    width: 18px;
    height: 2px;
    background: #666;
    transition: .2s;
  }
#menuBtn:before, #menuBtn:after { 			/* ハンバーガー上下&クロス */
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #666;
	transition: .3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    font-size: 1em;
    background-color: rgba(255,255,255,0.80);/* rgba(255,255,255,0.8) */
    text-align: center;
    clear: both;
    margin-top: 6px;/* ヘッダーとの距離 */
  }
  #mainnav li a { 			/* リンクメニュー */
    position: relative;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #999;
  }
  #mainnav li:first-child {
    border-top: 1px solid #999;
  }
  #mainnav li a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* メイン画像
------------------------------------------------------------*/
#main_img img {
	width: 100%;
	height: auto;
}
.pic-ctn {
  position: relative;
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 801px) {/* 画面サイズ801px以上はこのファイルはスタイルが適用される */
.br-801 {
    display: none;
  }
}
@media screen and (min-width: 800px) {/*　画面サイズが800pxまでこのファイルのスタイルが適用される。*/
.br-800 {
    display: none;
  }
}

/* top
------------------------------------------------------------*/
#name {
    font-family: "Hina Mincho", serif;/*山本棗*/
    color: #555;
    text-align: center;
    font-size: 7em;
    font-weight: lighter;
    letter-spacing: .4em;
    padding-top: 12vw;
    padding-left: 3%;
	}
#nameE {
    text-align: center;
    color: #555;
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: .3em;
    margin: 2.6em 0 4em 0;
	}
@media screen and (max-width: 800px) {/*　この画面サイズまでこのスタイルが適用　*/
#name {
    font-size: 6em;
    padding-top: 14vw;
	}
#nameE {
    font-size: 1.6em;
	}
}
@media screen and (max-width: 500px) {/*　この画面サイズまでこのスタイルが適用　*/
#name {
    font-size: 4em;
	}
#nameE {
    font-size: 1.2em;
	}
}

/* information */
#news_box {
	width: 100%;
	margin: 20px 0;
	height: auto;
	background-color: #fff;
	}
#news_title {
    font-family: "Hiragino Sans ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: .5em;
    font-weight: bold;
    text-align: center;
	color: #444;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 12px 0;
    border: 3px solid #555;
    /* border-radius */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#news_title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 14px solid #555;
}
#news_title p {
    margin: 0;
    padding: 0;
}

/* コンテンツエリア
------------------------------------------------------------*/
.content {
	width: 100%;
	}
.title {
    color: #555;
    font-size: 4em;
    letter-spacing: 0.4em;
    line-height: 1.6em;
    text-align: center;
    width: 80%;
    position: relative;
    padding-left: .4em;
    padding-bottom: 2rem;
    border-bottom: 2px solid #333;
    background-color: #fff;
    margin: 40px auto 80px auto;
	}
.title:before {/*　吹き出し部分　*/
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 2px solid #333;
    background-color: #fff;
    content: "";
	}
.title_w {
    color: #E2E2E2;
    font-size: 4em;
    letter-spacing: 0.4em;
    line-height: 1.6em;
    text-align: center;
    width: 80%;
    position: relative;
    padding-left: .4em;
    padding-bottom: 2rem;
    border-bottom: 2px solid #E2E2E2;
    margin: 40px auto 80px auto;
	}
.title_w:before {/*　吹き出し部分　*/
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 2px solid #E2E2E2;
    background-color: #1F1F1F;
    content: "";
	}
@media screen and (max-width: 500px) {/*　この画面サイズまでこのスタイルが適用　*/
.title {
	font-size: 3em;
	}
.title_w {
	font-size: 3em;
	}
}
.middtitle {
    font-size: 1.6em;
    width: 100%;
    text-align: center;
    margin: 0px auto 60px auto;
    letter-spacing: 0.2em;
	}
/*スクロールでふわっと表示*/
.wrapper_oll{
  overflow: hidden;
}
.sec_box{
  width: 100%;
  box-sizing:border-box;
}
/* fadeUp */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
from {
  opacity: 0;
  transform: translateY(100px);
  }
to {
  opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 .fadeUpTrigger{
    opacity: 0;
}
/* SEC01 PROFILE
------------------------------------------------------------*/
#sec01 {
  	background: linear-gradient(90deg, #000 16%, #1F1F1F 16%, #1F1F1F 84%, #000 84%);
    padding: 20px 0 60px 0;
    margin-top: 10px;
	}
.profile {
    font-size: 1.1em;
    color: #E2E2E2;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 0;
    height: auto;
    text-align: center;
    border: 1px solid #A8A8A8;
    /* border-radius */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	}
@media screen and (max-width: 450px) {/*　この画面サイズまでこのスタイルが適用　*/
.profile {
    font-size: 1em;
    letter-spacing: 0px;
	}
}
#snsblock {
  text-align: center;
  width: auto;
  margin:  60px auto 20px auto;
	}
.sns {
    width: 32px;
	}

/* SEC02 WORKS
------------------------------------------------------------*/
#sec02 {
    padding: 20px 0 40px 0;
  	background: linear-gradient(0deg, #fff 1.6%, #EEEEE8 1.6%, #EEEEE8 14.3%, #fff 14.3%);/*　ジャンプルーキー背景　*/
	}
@media screen and (max-width: 800px) {/*　この画面サイズまでこのスタイルが適用　*/
#sec02 {
    padding: 20px 0 40px 0;
  	background: linear-gradient(0deg, #fff 1.3%, #EEEEE8 1.3%, #EEEEE8 14%, #fff 14%);/*　ジャンプルーキー背景　スマホ　*/
	}
 }
.inner_works {
  width: 68%;
  margin: 0 auto;
  }
@media screen and (max-width: 800px) {/*　この画面サイズまでこのスタイルが適用　*/
.inner_works {
  width: 86%;
  }
 }
.magazine_title {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 0.15em;
    text-align: center;
    background: linear-gradient(to bottom, #000 0%, #000 50%, #333 50%, #333 100%);
    margin: 100px 0 40px 0;
    padding: 12px 0 10px 0;
    border: 4px solid #777;
    /* border-radius */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
.magazine_title2 {
    color: #444;
    font-size: 1.2em;
    letter-spacing: 0.15em;
    text-align: center;
    background: linear-gradient(to bottom, #d0d0d0 0%, #d0d0d0 50%, #fff 50%, #fff 100%);
    margin: 20px 0 40px 0;
    padding: 12px 0 10px 0;
    border: 4px solid #444;
    /* border-radius */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
	}
.magazine_subtitle {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 0 4px 0;
    width: 100%;
    color: #fff;
    font-size: .9em;
    background: #333;
    border-radius: 2px;
    text-align: center;
}
.magazine_subtitle:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 14px solid #333;
}
.magazine_subtitle p {
    margin: 0;
    padding: 0;
}
.cover_img {
    width: 260px;
    margin-right: 26px;
    float: left;
    border-right: 5px solid #9E9E9E;
    border-bottom: 5px solid #9E9E9E;
    padding: 0 8px 8px 0;
	}
@media screen and (max-width: 800px) {/*　この画面サイズまでこのスタイルが適用　*/
.cover_img {
    width: 260px;
    margin: 0 auto;
    display: flex;
    float: none;
	}
}
.comic_release {
    color: #fff;
    background: linear-gradient(to bottom, #111 0%, #111 50%, #444 50%, #444 100%);
    width: auto;
    font-size: 1em;
    text-align: center;
    line-height: 2.2em;
    padding: 4px 16px 2px 20px;
    margin-top: 10px;
    float: right;
    /* border-radius */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	}
.comic_release a {
    color: #fff;
	}
.comic_release:hover {
    opacity: 0.5 ;
	}
.book_space {
    clear: both;
    margin-bottom: 10%;
	}
@media screen and (max-width: 800px) {/*　この画面サイズまでこのスタイルが適用　*/
.book_space {
    clear: both;
    margin-bottom: 60px;
	}
}
.cover_title {
	font-size: 2em;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	margin-top: 20px;
	}
.cover_text {
	font-size: 1em;
	line-height: 2.2em;
	text-align: justify;
	padding-top: 10px;
	}
.work_list {
    font-size: 1em;
    line-height: 2.2em;
    text-align: justify;
    padding-top: 10px;
    letter-spacing: 0em;
	}
.cover_link{
	width: auto;
}
.cover_link_content{
	background:#fff;
	position:relative;
	width: auto;
    font-size: 1em;
    text-align: center;
    line-height: 2.2em;
    padding: 4px 16px 2px 16px;
    margin-top: 10px;
    float: left;
    border: 1px solid #555;
    /* border-radius */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 12px 2px 0px rgba(0,0,0,.3);
    box-shadow: 2px 2px 0px rgba(0,0,0,.3);
	transition:all .2s;
}
.cover_link_content a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cover_link_content:hover{
    color: #fff;
    cursor: pointer;
    background-color: #494949;
}
	

/* SEC03 gallery
------------------------------------------------------------*/
#sec03 {
  	background: linear-gradient(90deg, #000 16%, #1F1F1F 16%, #1F1F1F 84%, #000 84%);
  	padding: 20px 0 50px 0;
	}
.gallery_img-h {
    width: 60%;
    margin: 0 auto 40px auto;
    display: flex;
	/* border-radius */
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	}
.gallery_img-w {
    width: 46%;
    margin: 0 auto 40px auto;
    display: flex;
	/* border-radius */
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	}
@media screen and (max-width: 900px) {/*　この画面サイズまでこのスタイルが適用　*/
.gallery_img-h {
    width: 80%;
    margin: 0 auto 40px auto;
    display: flex;
	/* border-radius */
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	}
.gallery_img-w {
    width: 60%;
    margin: 0 auto 40px auto;
    display: flex;
	/* border-radius */
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	}
}

/* SEC04 JOB REQUEST
------------------------------------------------------------*/
#sec04 {
    background-color: #fff;
    padding: 20px 0 60px 0;
	}
.contactus {/*　メールソフト立ち上げ　*/
    font-size: 1.1em;
    background-color: #8B8B8B;
    width: 100%;
    margin: 20px 0;
    padding: 8px 0;
    height: auto;
    text-align: center;
    border: 4px solid #626262;
    /* border-radius */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	}
.contactus a {/*　メールソフト立ち上げ　*/
    color: #fff;
	}
.contactus:hover {/*　メールソフト立ち上げ　*/
    color: #fff;
    background-color: #626262;
    border: 4px solid #8B8B8B;
	}
.contactus-subtitle {
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 8px;
	}
.contactus-text {
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 900px) {
.contactus-text {
	text-align: justify;
	}
}
.form_title {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 500;
	margin: 60px 0 6px 0;
	letter-spacing: 1px;
	margin-left: 25%;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 6px;
	}
/*名前・アドレス欄*/
.input {
	width: 50%;
	height: 30px;
	border: thin solid #ccc;
	margin-left: 25%;
	/* 角丸 */
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	}
/*お問い合わせ内容欄*/
.inquiry {
	width: 50%;
	border: thin solid #ccc;
	margin-left: 25%;
	/* 角丸 */
    border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	}
/*確認ボタン*/
.check_button {
	color: #FFF;
	background-color: #666;
	margin: 10px 0;
	border-style: none;
	font-size: 1em;
	letter-spacing: 0.2em;
	margin-left: 25%;
	padding: 4px 10px;
	cursor: pointer;
	box-shadow: 0 10px 6px -6px #777;
	float: none;
	/* 角丸 */
	border-radius: 2px;/* CSS3草案 */
	-webkit-border-radius: 2px;/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;/* Firefox用 */
	}
@media screen and (max-width: 1000px) {
.form_title {
	margin-left: 0;
	}
.input {
	width: 100%;
	margin-left: 0;
}	
.inquiry {
	width: 100%;
	margin-left: 0;
	}
.check_button {
	margin-left: 0;
	}
}
.office-name {
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: .1em;
	margin: 60px 0 30px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 60px;
	}
.office-text {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: .1em;
	}

/* SEC05 ONLINE STORE
------------------------------------------------------------*/
#sec05 {
  	background: linear-gradient(90deg, #000 16%, #1F1F1F 16%, #1F1F1F 84%, #000 84%);
  	padding: 20px 0 60px 0;
	}
.store_subtitle {
    color: #D5D5D5;
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	}
.store_link {/*　メールソフト立ち上げ　*/
    font-size: 1.1em;
    line-height: 1.5em;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 8px 0 6px 0;
    height: auto;
    text-align: center;
    border: 2px solid #626262;
    /* border-radius */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	}
.store_link a {/*　メールソフト立ち上げ　*/
    color: #000;
	}
.store_link:hover {/*　メールソフト立ち上げ　*/
    color: #fff;
    background-color: #626262;
    border: 2px solid #8B8B8B;
	}
/* フッター
------------------------------------------------------------*/
#footer {
    font-size: .8em;
    text-align: left;
    padding: 20px 0 16px 30px;
	}
.privacy {
    display: inline-block;
    padding-right: 20px;
	}
.copyright {
  display: inline-block;
	}

/* ページtopへ戻る
------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 14px;
  right: 10px;
  font-size: 0.8em;
  line-height: 1em;
}
#page-top a {
  text-decoration: none;
  color: #666;
  text-align: center;
  display: block;
	}
#page-top a:hover {
  text-decoration: none;
	}

/* レスポンシブ表示・非表示
------------------------------------------------------------*/

/* レスポンシブ表示・非表示
------------------------------------------------------------*/

/* スマホで改行なくなる */
@media screen and (max-width: 601px) {
.br-nonsp { 
	display:none; 
	}
}	
@media screen and (max-width: 701px) {
.br-nonsp2 { 
	display:none; 
	}
}	
@media screen and (max-width: 801px) {
.br-nonsp3 { 
	display:none; 
	}
}	
@media screen and (max-width: 450px) {
.br-nonsp4 { 
	display:none; 
	}
}	

/* スマホで改行される */
@media screen and (min-width: 600px) {
.br-sp { 
	display:none; 
	}
}	
@media screen and (min-width: 700px) {
.br-sp2 { 
	display:none; 
	}
}
@media screen and (min-width: 800px) {
.br-sp3 { 
	display:none; 
	}
}
@media screen and (min-width: 450px) {
.br-sp4 { 
	display:none; 
	}
}