@charset "UTF-8";
/*!
Author: IROYA
Version: 1.0.0
Copyright IROYA Inc All Rights Reserved.
*/
/*--------------------------------------------------------------
>>> CONTENTS LIST
----------------------------------------------------------------
# SETTINGS //設定変数
# STYLE.SCSS 
# BASE
  ## RESET 
  ## GENERAL //基本設定、変数に応じた分岐
  ## MIXIN
# MODULE
  ## PARTS  //共通パーツ
  ## MOD-** //コンテンツ、都度複製
  ## HEADER
  ## FOOTER
--------------------------------------------------------------
CONTENTS LIST <<<
------------------------------------------------------------*/
/******************************

 General

******************************/
/* 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; }

body {
  line-height: 1;
  margin: 60px auto;
  margin-top: 40px;	}

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; }

ul {
  padding: 0; }

li {
  list-style: none; }

img {
  width: 100%;
  border: none; }

a {
  text-decoration: none;
  padding: 3px;
  border-bottom : 1px solid #CDCDCD;
}
a:hover {
  border-bottom: 1px solid #4270d9;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

 Common

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

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


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

IMG

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


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

 Header

******************************/
header {
 width: 90%;
 margin: 0 auto;
 margin-bottom: 40px;
 letter-spacing: 1px;
 }

header h1 {
 text-align: center;
}
header h1.page {
 margin: 0;
 padding: 0;
 text-align: left;
}
header h1 img {
 width: 400px;
}
header h1.page img {
 width: 100px;
}

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

 Nav

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

nav {
 width: 90%;
 line-height: 120%;
 font-style: normal;
 font-weight: 400;
 margin: 0 auto;
	margin-bottom: 50px;
 padding-left: 20px;
 border-left: 3px solid #000;
 letter-spacing: 1px;
 }

nav ul {}
nav ul li {
letter-spacing: 2px;
line-height: 240%;
font-size: 80%;
font-family: "bio-sans",sans-serif;
}
nav ul li:before {
 content: "→ ";
}
 @media screen and (max-width: 767px) {
  nav ul li {
     font-size: 80%; } 
	}

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

 Module - Content

******************************/
main {
 width: 70%;
 margin: 0 auto;
 letter-spacing: 1px;
 margin-bottom: 60px;
 }
 @media screen and (max-width: 767px) {
  main {
      width: 80%; } }

.home {
 font-size: 140%;
 font-family: "source-han-sans-japanese",sans-serif;
 font-style: normal;
 font-weight: 300;
 line-height: 240%;
}
 @media screen and (max-width: 767px) {
  .home {
     font-size: 100%; } }
     
.page {
 font-size: 100%;
 font-family: "source-han-sans-japanese",sans-serif;
 font-style: normal;
 font-weight: 300;
 line-height: 200%;
}
 @media screen and (max-width: 767px) {
  .page {
     font-size: 80%; } }

.imgdata {
 margin-bottom: 60px;
 font-size: 60%;
 color: #DDDDDD;
}
.imgdata img {
 width: 80%;
}
 @media screen and (max-width: 767px) {
  .imgdata img {
      width: 100%; } }

.works_imgdata {
 margin-bottom: 30px;
 font-size: 80%;
 color: #000;
	padding: 15px;
	border-bottom: 1px solid #DDD;
}
.works_imgdata img {
 width: 100%;
	border: 10px solid #DDD;
	margin-bottom: 10px;
}
 @media screen and (max-width: 767px) {
  .works_imgdata img {
      width: 100%; } }
						
/******************************

 Module - Text

******************************/
h1 {
 margin-bottom: 20px;
 font-size: 120%;
 }

h2 { 
  font-size: 90%;
  color: #CDCDCD;
  font-family: "fairplex-narrow",serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
h2:before {
  content: "-";
}

h3 { 
  font-size: 80%;
  color: #CDCDCD;
  font-family: "fairplex-narrow",serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
h3:before {
  content: "///";
}
h4 { 
  font-size: 100%;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 15px;
		text-align: center;
}
h4:before,
h4:after	{
  content: " *** ";
}
header p {
 font-size: 80%;
 font-family: "yu-mincho-pr6",sans-serif;
 font-style: normal;
 font-weight: 400;
 line-height: 200%;
}
 @media screen and (max-width: 767px) {
  header p {
     font-size: 60%; } }
.home p {
font-family: "source-han-sans-japanese",sans-serif;
font-style: normal;
font-weight: 500;
}
p { margin-bottom: 30px; }
p.mb-60 { margin-bottom: 60px; }
p.text-point { font-size: 240%; margin-bottom: 40px; }
p.works { font-size: 80%; margin-bottom: 10px; font-style: italic; text-align: right; }
ul.works { margin-bottom: 30px; }
ul.works li { font-size: 90%; }
ul.works li:before {   content: "* "; }
dl.company { margin-bottom: 30px;}
dl.company dt {
}
dl.company dd {
 margin-bottom: 20px;
 padding-left: 20px;
 font-size: 90%;
}
.works-box {
 width: 90%;
	margin: 60px auto;
}

footer p {
 font-size: 90%;
 margin-bottom: 5px;
 line-height: 180%;
}
 @media screen and (max-width: 767px) {
  footer p {
     font-size: 60%; } }
footer span.contact {
  background-color: #ffe8cc;
  padding: 5px;
}

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

Footer

******************************/
footer {
 width: 90%;
 line-height: 120%;
 font-family: "yu-mincho-pr6",sans-serif;
 font-style: normal;
 font-weight: 400;
 margin: 0 auto;
 padding-left: 20px;
 border-left: 3px solid #fda945;
 letter-spacing: 1px;
 }