@charset "UTF-8";

/* 基本色 */
:root {
	--main-color: #ffffff;
	--accent-color: #45bdcf;
	--dark-main-color: #000000;
	--text-bright-color: #ffffff;
}



	
	
/* Pの文字割付け */
.container1000 p,
.container1000-left p{
text-align: justify;
text-justify: inter-ideograph;
font-weight: 400; /* normal */
margin:0;
}

/* 表の文字太さ */
table th{
font-weight: 400; /* normal */
}
table td{
font-weight: 400; /* normal */
}


/* 補助ページ */

a{
color:#000000;
text-decoration:underline;
}
a:hover{
color:#45bdcf;
text-decoration:none;
}



/* 画像の保存を禁止する方法 （ヘッダー以外） */
.gazou-no img{
pointer-events: none;

-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}



/* 基本設定　ページ全体 */
body {
font-size:14px;
font-family: sans-serif;
font-weight: 400; /* normal */
margin:0;
padding:0;
line-height: 1.6;
background-color:#ffffff;
}

/* 文字情報-一覧-表 */

h1{font-size:20px;margin:0px 0px 20px 0px;font-weight: 700; /* bold */}
h2{font-size:24px;margin:15px 0px 15px 0px;font-weight: 700; /* bold */}
h3{font-size:20px;margin:10px 0px 10px 0px;font-weight: 700; /* bold */}
h4{font-size:16px;margin:0px 0px 5px 0px;font-weight: 700; /* bold */}
h5{font-size:14px;margin:0px 0px 5px 0px;font-weight: 700; /* bold */}
h6{font-size:17px;margin:0px 0px 5px 0px;font-weight: 700; /* bold */}
.gf-rc{font-family: 'Roboto Condensed', sans-serif;}
.size10{font-size:10px;}
.size12{font-size:12px;}
.size13{font-size:13px;}
.size18{font-size:18px;}
.size20{font-size:20px;}
.size25{font-size:25px;}
.slim{font-weight:normal;}
.color-blue{color:#45bdcf;}
.color-gray{color:#959595;}
.weight-bold{font-weight: 700; /* bold */}
.weight-thin{font-weight: 400; /* normal */}

.top0{margin-top:0px;}
.top3{margin-top:3px;}
.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.bottom0{margin-bottom:0;padding-bottom:0}
.bottom10{margin-bottom:10px;}
.bottom20{margin-bottom:20px;}
.bottom30{margin-bottom:30px;}
.bottom40{margin-bottom:40px;}
.bottom50{margin-bottom:50px;}
.bottom100{margin-bottom:100px;}
.ichi-center{text-align:center;}
.ichi-right{text-align:right;}
.ichi-left{text-align:left;}

.bg-beige{
background-color:#f8f6ea;
}

.kadomaru8{
border-radius:8px;
}
.kadomaru12{
border-radius:12px;
}

.padding_top{
padding-top:10px;
}
.padding_bottom{
padding-bottom:10px;
}

/* 上下に線 */
.ueshita-border1{
border-top:#000000 1px solid;
border-bottom:#000000 1px solid;
padding:4px 3px 4px 3px;
}
.ueshita-border2{
border-top:#000000 2px solid;
border-bottom:#000000 2px solid;
padding:4px 3px 4px 3px;
}
	
	
/* 4辺に線 */
.border4hen{
border:#e5e5e6 1px solid;
}

/* マーカー線・ブルー */
.marker-blue{
background:linear-gradient(transparent 10%, #bce2e8 0%);
}
/* マーカー線・イエロー */
.marker-yellow{
background:linear-gradient(transparent 10%, #ffee6f 0%);
}

/* 青マル リスト */
ul.aomaru-list{
list-style-type:none;
margin:0px 0px 15px 0px;
padding:0px 15px 0px 35px;
line-height:1.7;
}

ul.aomaru-list li{
margin:0px;
padding:0px 0px 0px 0px;
}

ul.aomaru-list li:before {
 position: relative;        /* 位置調整 */
  top: -2px;                 /* 位置調整 */
  left: -15px;
  display: inline-block;     /* インラインブロックにする */
  width: 6px;               /* 幅指定 */
  height: 6px;              /* 高さ指定 */
  content: '';               /* 空の要素作成 */
  border-radius: 30%;        /* 要素を丸くする */
  background: #45bdcf;       /* 背景色指定 */
    margin-right: -10px;
}

/* リンクテキストボタン『小』 */
.pagelink-btn-s{
margin:30px 0px 50px 0px;
}
.pagelink-btn-s a{
font-size:14px;
padding:6px 12px 5px 12px;
line-height:1.0;
background:#000000;
color:#ffffff;
text-decoration:none;
border-radius:10px;
display:inline;
font-weight: 700; /* bold */
margin:20px 0px 30px 0px;
}
.pagelink-btn-s a:hover{
background:#45bdcf;
}

	

/* コンテンツページ背景 */
body.com-bg{
background: #ffffff no-repeat url("images/bg_shinobi.gif") top left;
background-size: 28%;
}

/* ヘッダー */
.homecontents header{
background-color:#f8f6ea;
}
.homecontents header .container{
font-size:14px;
margin:0px auto 0px auto;
width:95%;
text-align:center;
padding-top:25px;
background-color:#f8f6ea;
}
header{
background-color: transparent;
}
header .container{
font-size:14px;
margin:0px auto 0px auto;
width:95%;
text-align:center;
padding-top:15px;
background-color: transparent;
}

/*ハンバーガー、ナビメニューのスタイルを指定*/
nav.NavMenu{
position: fixed; /*表示位置を固定*/
z-index: 100; /*重ね順を変更*/
top: 0; /*表示位置を指定*/
left: 0; /*表示位置を指定*/
background:#ffffff ;/*背景を白にする*/
background:#ffffff url(images/sato-illust.png) bottom center no-repeat;
background-size: 100%;
background-repeat: no-repeat;

color: #000; /*文字色を黒にする*/
text-align: center; /*テキストを中央揃え*/
width: 100%; /*全幅表示*/
transform: translateY(-100%); /*ナビを上に隠す*/
transition: all 0.5s; /*アニメーションの時間を指定*/

height:100%;/* 高さ全体*/



filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.10));

}

nav.NavMenu ul{
background-color:transparent; /*背景を透明にする*/
width: 100%;
margin: 0 auto;
padding: 0;

}

nav.NavMenu ul li{
font-size: 14px;
list-style-type: none;
padding: 0px 0px;
width: 100%;
font-weight: 700; /* bold */
margin:10px 0px;

}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
display: inline-block; /*クリックできる領域を広げる*/
color: #000;
padding: 0.9em 3px 0.8em 3px;
text-decoration:none;
border-radius:3px;
width:200px;
margin:auto;
text-align:center;
border:1px #f1f1f1 solid;
background: #ffffff;
background-color: rgba(255,255,255,1.0);
}
nav.NavMenu ul li a:hover{
color:#ffffff;
background:#45bdcf;
border:1px #45bdcf solid;
}
/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
transform: translateY(0%);
}
/*トグルボタンのスタイルを指定*/
.Toggle {
display: block;
position: fixed;    /* bodyに対しての絶対位置指定 */
right: 23px;
top: 12px;
width: 30px;
height: 30px;
cursor: pointer;
z-index: 200;

}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;

}
 
.Toggle span:nth-child(1) {
    top: 9px;
}
 
.Toggle span:nth-child(2) {
    top: 19px;
}
 
.Toggle span:nth-child(3) {
    top: 29px;

}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ハンバーガーの下に文字を追加 */
.menu-moji{
display: block;
position: fixed;
    top: 45px;
    right: 18px;
font-size:13px;
z-index: 199;

}

/* ナビの中のロゴ */
.navi-logo{
margin:15px 0px 8px 0px;
}
.navi-logo img{
width:80%;
max-width:450px;
}


/* 共通コンテナー1000pxまたは95% */
.container1000{
margin:0px auto 0px auto;
width:95%;
text-align:center;
}

/* 共通コンテナー950pxまたは90% */
.container-narrow950{
margin:0px auto 0px auto;
width:90%;
text-align:center;
}
/* 共通コンテナー740pxまたは90% */
.container-narrow740{
margin:0px auto 0px auto;
width:90%;
text-align:center;
}
/* 共通コンテナー500pxまたは90% */
.container-narrow500{
margin:0px auto 0px auto;
width:90%;
text-align:center;
}


/* フッター */
footer{
font-family: sans-serif;
font-weight: 400; /* normal */
text-align:center;
font-size:13px;
padding:0px 0px;
margin:30px 0px 0px 0px;
width:100%;
}


/* フッター内　黒地 */
.footer-black{background-color:#000000;color:#ffffff;padding:10px 0px;}
.footer-black a{
font-size:18px;
font-weight: 700; /* bold */
color:#ffffff;
text-decoration:none;
margin:0px 10px 0px 10px;
display:block;
border-radius:4px;
padding:37px 5px 3px 5px;
width:250px;
margin:0 auto;
background:#000000 url(images/mail-icon.png) top center no-repeat;

}
.footer-black a:hover{
background-color:#45bdcf;

}
/* フッター内　AQD情報 */
.footer-aqd{
border-bottom:#000000 2px dotted;
padding-bottom:20px;
padding-top:0px;

}
.footer-aqd a{
color:#000000;
text-decoration:none;
}
.footer-aqd a:hover{
color:#45bdcf;;
}
/* フッター内　白地 */
.footer-white{background-color:#ffffff;color:#000000;padding:5px 0px;}
.footer-white a{
color:#000000;
text-decoration:none;
margin:0px 5px 0px 5px;
display:inline-block;
}
.footer-white a:hover{
color:#45bdcf;

}

	
	
	
/* 下層ページ　タイトルロゴ */
.common-titlelogo img{
width:80%;
max-width:250px;
margin: 10px auto 0px auto;
}
/* 下層ページ　タイトル　線 */
.pagetitle{
margin:0px auto 0px auto;
width:90%;
text-align:center;

border-top:1px #000000 solid;
border-bottom:1px #000000 solid;
text-align:left;
}



/* イラスト良いところ */
.compare-list{
width:95%;
margin: 0px auto 28px auto;
padding:0;
text-align:center;
font-size:13px;
padding:0;
}

.compare-list ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
}
.compare-list ul li{
flex:1 0 100%;
text-align:left;

line-height:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.compare-list ul li img{
width:100%;
max-width:680px;
margin:0px 0px;

pointer-events: none;

-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
	
	
	
	
	
/* ベージュの下方にもくもく */
.mokumoku-bg{
background-image:url("images/home-mokumoku_bg-pc.png");
background-size: 1200px;
background-repeat: no-repeat;
background-position: bottom center;

background-size: 250%;
	}
	
	
	
/* HOME実績 */
.works-list-home{
width:95%;
margin: 0px auto 20px auto;
padding:0;
text-align:center;
font-size:13px;
}

.works-list-home ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
}
.works-list-home ul li{
flex:1 0 45%;
text-align:left;
line-height:100%;
margin:5px 5px 5px 5px;
padding:0px 0px 0px 0px;
}
.works-list-home ul li img{
width:100%;
max-width:680px;
margin:0px 0px;
border-radius:8px;
}


	
/* 実績 */
.works-list{
width:95%;
margin: 0px auto 20px auto;
padding:0;
text-align:center;
font-size:13px;
}

.works-list ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
}
.works-list ul li{
flex:1 0 45%;
text-align:left;
line-height:100%;
margin:5px 5px 5px 5px;
padding:0px 0px 0px 0px;
}
.works-list ul li img{
width:100%;
max-width:680px;
margin:0px 0px;
border-radius:8px;
}

	
	/* topイラストレーター  */
.top_illustrator-list{
width:95%;
margin: 0px auto 20px auto;
padding:0;
text-align:center;
font-size:13px;
}

.top_illustrator-list ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
font-size: 15px;
}
.top_illustrator-list ul li{
flex:1 0 100%;
text-align:center;
line-height:100%;
margin:20px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
.top_illustrator-list ul li img{
width:80%;
max-width:200px;
margin:0px 0px 10px 0px;
}
.top_illustrator-list ul li a{
color:#000000;
text-decoration:none;
margin:0px 5px 0px 5px;
display:inline-block;
}
.top_illustrator-list ul li a:hover{
color:#45bdcf;
}

	
	
	
/* フッターメニュー  */
.footer-menu{
border-bottom:#000000 2px dotted;

}
.footer-menu h1 img{
width:100%;
max-width:500px;
margin: 10px auto 0px auto;

}

ul.footer-menu-list{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0px 0px 30px 0px;
padding:0px;
font-size:14px;
}
ul.footer-menu-list li{
flex:1 0 40%;
text-align:left;
margin:0px 0px 0px 0px;

}
ul.footer-menu-list-l{padding-left:0px;}
ul.footer-menu-list-l li{
margin:0px 0px 7px 0px;
list-style: none;

}
ul.footer-menu-list-l li:before{
  content:url(images/pen-icon.png);
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:6px;
  left:0;
}
ul.footer-menu-list-r{padding-left:0px;}
ul.footer-menu-list-r li{
margin:0px 0px 7px 0px;
list-style: none;

}
ul.footer-menu-list-r li:before {
  content:url(images/pen-icon.png);
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:6px;
  left:0;
}
	
ul.footer-menu-list li a{
color:#000000;
text-decoration:none;
display:inline-block;
}
ul.footer-menu-list li a:hover{
color:#45bdcf;
}

	
	
/* フッター下の里イラスト */
.sato{
width:100%;
margin:0;
}
.sato img{
width:100%;
margin:0;
vertical-align:top;
		
pointer-events: none;

-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}






	
	
	
	
	





/* レスポンシブ・ブレークポイント */
	
@media(min-width:768px){




/*トグルボタンのスタイルを指定*/
.Toggle {
display: block;
position: fixed;    /* bodyに対しての絶対位置指定 */
right: 45px;
top: 20px;
width: 33px;
height: 0px;
cursor: pointer;
z-index: 200;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;

}
 
.Toggle span:nth-child(1) {
    top: 9px;
}
 
.Toggle span:nth-child(2) {
    top: 19px;
}
 
.Toggle span:nth-child(3) {
    top: 29px;

}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
		
/* ハンバーガーの下に文字を追加 */
.menu-moji{
display: block;
position: fixed;
    top: 50px;
    right: 35px;
font-size:16px;
z-index: 190;
}




.padding_top{
padding-top:20px;
}
.padding_bottom{
padding-bottom:20px;
}




/* コンテンツページ背景 */
body.com-bg{
background: #ffffff no-repeat url("images/bg_shinobi.gif") top left;
}

/* ヘッダー */

.homecontents header{
background-color:#f8f6ea;
}
.homecontents header .container{
font-size:14px;
margin:0px auto 0px auto;
width:95%;
text-align:center;
padding-top:30px;
background-color:#f8f6ea;
}
header{
background-color: transparent;
}
header .container{
font-size:14px;
margin:0px auto 0px auto;
width:95%;
text-align:center;
padding-top:20px;
background-color: transparent;
}



/* フッター内　グレー地 2カラム*/
.footer-gray h4{margin:8px 0px 2px 0px;}
/* フッター内　グレー地 2カラム*/
.footer-gray1000{width:100%;margin:0 auto;}
.footer-gray1000:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
.footer-gray1000-l{float:left;width:47%;text-align:right;margin-right:0px;}
.footer-gray1000-l img{margin-right:30px;}
.footer-gray1000-r{float:left;width:53%;text-align:left;}




/* 共通コンテナー1000pxまたは95% */
.container1000{
margin:0px auto 0px auto;
width:95%;
max-width:1400px;
text-align:center;
}
/* 共通コンテナー950pxまたは90% */
.container-narrow950{
margin:0px auto 0px auto;
width:90%;
max-width:950px;
text-align:center;
}
/* 共通コンテナー740pxまたは90% */
.container-narrow740{
margin:0px auto 0px auto;
width:740px;
text-align:center;
}
/* 共通コンテナー500pxまたは90% */
.container-narrow500{
margin:0px auto 0px auto;
width:500px;
text-align:center;
}
		
		
/* 下層ページ　タイトルロゴ */
.common-titlelogo img{
width:80%;
max-width:260px;
margin: 10px auto 0px auto;
}

/* 下層ページ　タイトル　線 */
.pagetitle{
margin:0px auto 0px auto;
width:90%;
max-width:950px;
border-top:1px #000000 solid;
border-bottom:1px #000000 solid;
text-align:left;
}
	
		
		
		
/* イラスト良いところ */
.compare-list{

width:100%;
max-width:1300px;
margin: 0px auto 0px auto;
padding:0;
text-align:center;
}

.compare-list ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
}
.compare-list ul li{
flex:1 0 30%;
text-align:left;
margin:1px;
margin:0px 0px 0px 0px;
}
.compare-list ul li img{
width:100%;
max-width:600px;
margin:0px 0px;
}

		
		
/* ベージュの下方にもくもく */
.mokumoku-bg{
background-image:url("images/home-mokumoku_bg-pc.png");
background-size: 1900px;
background-repeat: no-repeat;
background-position: bottom center;

		}

		
		
/* HOME実績 */
.works-list-home{

width:100%;
max-width:1300px;
margin: 0px auto 0px auto;
padding:0;
text-align:center;
}

.works-list-home ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
}
.works-list-home ul li{
flex:1 0 18%;
text-align:left;
margin:1px;
margin:5px 5px 5px 5px;
}
.works-list-home ul li img{
width:100%;
max-width:600px;
margin:0px 0px;
border-radius:8px;
}
		
		
/* 実績 */
.works-list{

width:100%;
max-width:1400px;
margin: 0px auto 0px auto;
padding:0;
text-align:center;
}

.works-list ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
}
.works-list ul li{
flex:1 0 30%;
text-align:left;
margin:1px;
margin:5px 5px 5px 5px;
}
.works-list ul li img{
width:100%;
max-width:600px;
margin:0px 0px;
border-radius:8px;
}


/* topイラストレーター  */
.top_illustrator-list{

width:90%;
max-width:1400px;
margin: 30px auto 0px auto;
padding:0;
text-align:center;
}

.top_illustrator-list ul{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0;
padding:0px;
}
.top_illustrator-list ul li{
flex:1 0 30%;
text-align:center;
margin:1px;
margin:0px 0px 20px 0px;
}
.top_illustrator-list ul li img{
width:80%;
max-width:200px;
margin:0px 0px 10px 0px;
}


/* フッターメニュー  */
.footer-menu{
border-bottom:#000000 2px dotted;

}

ul.footer-menu-list{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
list-style:none;
margin:0px 0px 30px 0px;
padding:0px;

}
ul.footer-menu-list li{
flex:1 0 45%;
text-align:left;
margin:0px 0px 0px 0px;
}
ul.footer-menu-list-l{padding-left:25px;}
ul.footer-menu-list-l li{
margin:0px 0px 7px 0px;
list-style: none;

}
ul.footer-menu-list-l li:before{
  content:url(images/pen-icon.png);
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:6px;
  left:0;
}
ul.footer-menu-list-r{padding-left:25px;}
ul.footer-menu-list-r li{
margin:0px 0px 7px 0px;
list-style: none;

}
ul.footer-menu-list-r li:before {
  content:url(images/pen-icon.png);
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:6px;
  left:0;
}		

		









}