@charset "utf-8";
/*! normalize.css v3.0.2 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* ここから共通の設定
   ========================================================================== */
html {
  font-size: 62.5%; /*ベースを10pxにしています*/
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans", "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
  color: #333333;
  font-size: 1.0rem; /*≒10px　1.2remとすると「1.2rem = 12px」　*/
  line-height:1.6;
  letter-spacing:-0.001em;
  -webkit-text-size-adjust: 100%;
  text-align:center;
  box-sizing: border-box;
  /*min-width: 1000px;pc向けサイト制作時必須→背景が途中までになるため*/
  min-height: 100%;
  background-color: #000;
}

/* tags ----------------------- */

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,th,td,button,input {
  margin:0;
  padding:0;
  text-align: left;
  font-size: 1.6rem; /*16px*/
}

h1 {
  font-size: 4.2rem;
}

h2 {
	font-size: 4.2rem;
  letter-spacing: 0.5rem;
}

h3 {
  font-size: 4.2rem;
  letter-spacing: 0.5rem;
}

h4 {
	font-size: 2rem;
  letter-spacing: 0.5rem;
}

h5 {
	/*font-size: 1em;*/
}

h6 {
	/*font-size: 1em;*/
}

p {
  margin:0 0 1.4rem 0;
}
p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

li {
  list-style: none;
}

ul.list {
  margin: 0 0 0 1.3em;
}
ul.list li {
  list-style: disc;
  margin: 0 0 0.5em;
}
/* ol {
  margin: 0 0 0 1.8em;
}
ol li {
  list-style: decimal;
  margin: 0 0 0.5em;
} */

img {
	max-width:100%;
  height:auto;
  vertical-align:bottom;
}

figure {
  margin: 0;
}

input, button, textarea, select {
	margin: 0;
	padding: 4px 8px;
	background: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
}
input[type="submit"] {
  font-size: 1.6rem;
  text-align: center;
  padding: 6px 60px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

hr {
  display: none;
}

strong,.strong {
  font-weight: bold;
  border-bottom: 2px solid #cc0000;
}
.bold {
  font-weight: bold;
}
em {
  font-weight: normal;
}
b {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #f9f0e8 60%);
}
a {
  color:#e0e000;
  text-decoration:none;
}
a:hover {
  cursor: pointer !important;
}
a img:hover {
	opacity: 0.7;
}
@media print, screen and  (max-width: 750px) {/*印刷時はスマホ用向け画面が表示される*/
  img {
    max-width: 100%;
    height: auto;
  }
	a[href^="tel"] {
		cursor: default;
	}
}

/* clearfix ----------------------- */

.clear { clear:both; }

.cf:after {
content:".";
display:block;
height:0;
clear: both;
visibility:hidden;
}

.cf { display:inline-block; }

/* Hides from IE-mac ￥*/
* html .cf {height:1%; }
.cf {display:block;}
/* End hide from IE-mac */


/* WP float,clear ----------------------- */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
img.alignleft {
	margin: 0 20px 20px 0;
}
img.alignright {
	margin: 0 0 20px 20px;
}
img.aligncenter {
	margin: 0 auto 20px;
}
.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}


/* カラー ----------------------- */

.blue {
	color: blue;
}
.red {
	color: red;
}
.green {
	color: green;
}


/* 基本横幅 ----------------------- */

.full-width {
  width: 100%;
}

.wide-width {
  width: 1500px;
	margin: 0 auto;
}

.basic-width {
	width: 1000px;
	margin: 0 auto;
}

.pc-block,.block {
  display: block;
}
.sp {
  display: none;
}

.flex-box {
  display: flex;
}
.br-sp {
  display: none;
}
@media print, screen and (max-width: 1500px) {
  .wide-width {
    width: 100%;
  }
}

@media print, screen and  (max-width: 1000px) {
  .basic-width {
  	width: 100%;
  }
  .pc-block {
    display: inline;
  }
}

@media print, screen and  (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp,.sp-block {
    display: block;
  }
  .basic-width {
    width: 100%;
    max-width: 475px;
  }
  .br-sp {
    display: inline;
  }
}



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

header h1#h-logo {
  position: absolute;
  top:15px;
  left:50px;
  z-index: 9;
  width: 56px;
  font-size: 1em;
}
#h-nav {
  position:absolute;
  top:20px;
  right:50px;
  z-index: 9;
  font-size: 1em;
}
#h-nav ul {
  float: right;
}
#h-nav li {
  float: left;
  list-style: none;
}
#h-nav a {
  display: block;
  /* background: #fff; */
  float: left;
  padding: 0 12px;
  color: #fff;
  font-weight: bold;
}
#h-nav a:hover {
  color: #e0e000;
  text-decoration: none;
}
#h-insta {
  line-height: 1
}
#h-insta a {
  padding: 1px 12px 0;
}
#h-insta img,.h-insta img {
  width: 22px;
}
#h-mail {
  margin: 1px 0 0 17px;
}
#h-mail:hover {
  opacity: .8;
}
#h-mail a {
  font-size: 1.5rem;
}
#h-mail a,.h-mail a {
  background-size: 14px;
  background-image: url(../img/ico-mail-w.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 1px solid;
  padding: 2px 5px 4px 14px;
  line-height: 1;
}
#h-mail a:hover {
  background-image: url(../img/ico-mail-bl.png);
  color: #000;
}
ul.menu li.menu-list:not(.h-mail) a {
  font-weight: normal;
  height: 100%;
  width: 100%;
  text-align: center;
  display: grid;
  place-items: center;
}

ul.menu li.menu-list.h-mail a {
  background-image: url(../img/ico-mail-bl.png);
}
#h-mail span,.h-mail span {
  padding: 0 0 0 10px;
}
ul.menu li.menu-list.h-mail a {
  padding: 2px 5px 4px 14px;
  font-size:1.6rem;
}

@media print, screen and  (max-width: 1000px) {
  header > .inner {
    height: 0;
  }
  header h1#h-logo {
    position: relative;
    left: auto;
    width: 95px;
    margin: 0 auto;
    padding: 12px 0 0;
    text-align:center;
  }
  /* header h1#h-logo a {
    display: block;
  } */
  #h-nav {
    display: none;
  }
  #h-insta img, .h-insta img {
    width: 28px;
  }
}

/*スマホメニュー*/

::before , ::after {
	box-sizing: inherit;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 24px;
	right: 24px;
	/* 最前面に */
	z-index: 99999;
	/* ボタンの大きさ  */
	width: 30px;
	height: 30px;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	/* バーガー線の位置基準として設定 */
	position: relative;
	/* 線の長さと高さ */
	width: 100%;
	height: 2px;
	/* バーガー線の色 */
	background-color: #000;
	transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before , .btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position: absolute;
  right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: .5s;
}

.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-10px);
}

.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(10px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}

.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}

.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}

.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/

.btn {
	display: none;
}

.menu {
	/* メニューを横に */
	display: flex;
	flex-direction: row;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100px;

  display: none;
}


/* 1000px以下はハンバーガーボタン表示、ヘッダー固定 */

@media screen and (max-width: 1000px) {
.btn {
  display: block;
}
.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	right: -100%;
	width: 100%;
	height: 80vh;
	background-color: rgba(255, 255, 255, .9);
	color: #000;
	transition: .3s;
}

.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.menu-list:hover {
	background-color: rgba(0, 0, 0, .2);
	cursor: pointer;
	transition: .3s;
}
.menu-list a {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
}
.menu-list.h-insta a {
  line-height: 1;
}
.menu .menu-list.h-mail a {
  border: 2px solid;
}

/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
	position: fixed;
	right: 0;
  z-index: 9;
  padding: 10vh 0;
}

}
/**************** ここまで、メニューのスタイリング ****************/

/* フッター ----------------------- */

footer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 2;
  min-height: 365px;
  background: #000;
  padding: 0 0 2px;
}
#f-nav {
  padding: 60px 0 0 24px;
}

#f-nav a {
  display: block;
  color: #fff;
  /* font-size: 3rem; */
  padding: 10px 0;
}
#f-sns {
  float: right;
  padding: 10px 24px 0 0;
}
#f-sns li {
  float: left;

}
#f-sns li:first-child {
  /* font-size: 3rem; */
}
#f-sns a {
  display: block;
  float: left;
  padding: 0 12px;
  color: #fff;
}
#f-insta {
  /* padding: 6px 0 0; */
}
#f-insta img {
  width: 22px;
}
#f-mail a {
  background-size: 16px;
  background-image: url(../img/ico-mail-w.png);
  background-position: 7px 5px;
  background-repeat: no-repeat;
  border: 1px solid;
  padding: 2px 4px 4px 20px;
  /* font-size: 2.2rem; */
  line-height: 1;
}
#f-nav a:hover,#f-sns a:hover {
  opacity: .8;
}
#f-mail {
  margin: 1px 0 0 10px;
}
#f-mail span {
  padding: 0 0 0 10px;
}
#copy {
  padding: 10px 24px 50px 0;
  text-align: right;
  font-size: 1.6rem;
  color: #fff;
}

@media print, screen and  (max-width: 1000px) {
  footer {
    min-height: 474px;
  }
  #f-nav li {
    text-align: center;
    line-height: 2;
  }
  #f-sns {
    float: none;
    display: inline-block;
    padding: 18px 0 0;
  }
  #copy {
    padding:  40px 0 70px 0px;
    text-align: center;
    /* font-size: 1.6rem; */
  }
}
@media print, screen and  (max-width: 750px) {
  #f-nav {
    padding: 50px 0 0;
  }
}



/* ページトップ --------------------- */

#ptop {
position:fixed;
bottom:24px;
right:24px;
z-index: 8;
}

#ptop a:hover {
opacity: .8;
}


/* テーブル --------------------- */

.table-wrap {
  table-layout: fixed;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
}


@media print, screen and  (max-width: 1000px) {
	.table-warp { /*レスポンシブ対応*/
		width: 100%;
		overflow: hidden;
	}
	.table-warp table{ /*レスポンシブ対応*/
	  table-layout: fixed;
	  word-break: break-all;
	  word-wrap: break-all;
	}
}


/* dlテーブル　→bg,widthは個別指定 ----------------------- */

.table_style {
	overflow:hidden;
}
.table_style dl {
	overflow:hidden;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.table_style dl.table_footer {
	border:1px solid #CCC;
}
.table_style dt, .table_style dd {
	float:left;
	padding:10px;
}
.table_style dd {
	border-left:1px solid #CCC;
}







/* ここから個別設定
   ========================================================================== */


/* トップページ
------------------------------------------ */
#img_wp {
    position: fixed;
    min-height: 500px;
    width: 100vw;
    top: 0;
    left: 0;
}
#contents {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 100%;

    margin-top: 500px;
    background-color: #FFF;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}

#top h2 {
  margin-bottom: 74px;
  font-size: 4.2rem;

  text-align: center;
}
#top h2 span {
  border-bottom: 1px solid;
  padding: 0 0 10px;
}

@media print, screen and  (max-width: 750px) {
  #img_wp {
    /* min-height: 100vh; */
    min-height: 800px;
  }
  #top h2 {
    font-size: 3.6rem;
  }
  #contents {
    margin-top: 800px;
  }
}


/*top-service*/

#top-service {
  /* width: 695px; */
  width: 780px;
  margin: 120px auto 50px;
}
#top-service-oem {
  /* margin-right: 68px; */
  margin-right: auto;
}
#top-service .flex-box img {
  width: 80%;
}
@media print, screen and  (max-width: 1000px) {
  #top-service {
    width: 100%;
  }
}

@media print, screen and  (max-width: 750px) {
  #top-service {
    width: 100%;
  }
  #top-service .flex-box {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
  #top-service-oem,#top-service-design {
    width: 260px;
    margin: 0 auto;
  }
  #top-service-oem {
    margin: 0 auto 64px;
  }
}

/*top-service2*/

#top-service2 {
  margin-bottom: 100px;
}
#top-service2 h3 {
  font-size: 4.2em;
}
#top-service2 h4 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 40px;
}
#top-service2 p {
  line-height: 2;
}
#top-service2-oem > .inner{
  min-height: 626px;
  background-image: url(../img/top-service2-oem-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  color:#fff;
}
#top-service2-oem .txt {
  padding: 220px 0 0;
}
#top-service2 .txt * {
  text-shadow:0 0 10px #000;
}
@media print, screen and  (min-width: 1501px) {
  #top-service2-oem > .inner{
    background-image: url(../img/top-service2-oem-bg-lg.png);
  }
  #top-service2-oem .txt {
  }
}
@media print, screen and  (min-width: 2561px) {
  #top-service2-oem > .inner{
    background-image: url(../img/top-service2-oem-bg-4k.png);
  }
  #top-service2-oem .txt {
    padding: 280px 0 0;
  }
}
#top-service2-design > .inner{
  min-height: 592px;
  background-image: url(../img/top-service2-design-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: right;
  color:#fff;
}
#top-service2-design .txt {
  padding: 150px 0 0;
}
#top-service2-design .txt * {
  text-align: right;
}
@media print, screen and  (min-width: 1501px) {
  #top-service2-design > .inner{
    background-image: url(../img/top-service2-design-bg-lg.png);
  }
  #top-service2-design .txt {
  }
}
@media print, screen and  (min-width: 2561px) {
  #top-service2-design > .inner{
    background-image: url(../img/top-service2-design-bg-4k.png);
  }
  #top-service2-design .txt {
  }
}
@media print, screen and  (max-width: 1000px) {
  #top-service2-oem .txt,
  #top-service2-design .txt {
    width: auto;
    margin: 0 24px;
  }
}
@media print, screen and  (max-width: 750px) {
  #top-service2 {
    margin-bottom:160px;
  }
  #top-service2-oem {
    min-height: 438px;
  }
  #top-service2-design {
    min-height: 438px;
    margin: 120px 0 0;
  }
  #top-service2-oem > .inner,
  #top-service2-design > .inner {
    min-height: inherit;
    text-align: center;
  }
  #top-service2-oem > .inner {
    min-height: 511px;
    margin: 0 0 50px;
    background-image: url(../img/top-service2-oem-bg-sp.png);
  }
  #top-service2-design > .inner {
    min-height: 478px;
    margin: 0 0 10px;
    background-image: url(../img/top-service2-design-bg-sp.png);
  }
  #top-service2 .txt * {
    text-align: center;
  }
  #top-service2 p.txt, #top-service2 p.txt span {
    text-shadow: none;
  }
  #top-service2 h4 {
    margin-bottom: 0;
  }
  #top-service2-oem .txt,
  #top-service2-design .txt {
    margin: auto;
    width: 100%;
  }
  #top-service2-oem .txt {
    padding: 260px 0 0;
  }
  #top-service2 .sp.txt {
    width: auto;
    padding: 0 24px;
    text-align: center;
  }
  #top-service2-design .txt h3 {
    line-height: 1.1;
  }
}

/*LINK*/

#top-LINK {
  margin-bottom: 120px;
}

#top-LINK > .inner {
  max-width: 620px;
  margin: 0 auto;
}
#top-LINK * {
  text-align: center;
}
#logo-gto {
  width: 156px;
  margin: 10px auto 30px;
}
@media print, screen and (max-width: 750px) {
  #top-LINK {
    margin-bottom: 160px;
  }
  #top-LINK .txt {
    width: auto;
    padding: 0 24px;
    text-align: left;
  }
}
@media print, screen and (max-width: 620px) {
  #top-LINK {
    max-width: 100%;
  }
}

/*CORPORATE*/

#top-CORPORATE {
  margin-bottom: 120px;
}
#top-CORPORATE .flex-box {
  /* height: 500px; */
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
#top-CORPORATE .text {
  /* height:60px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top-CORPORATE .text th {
  width: 112px;
  padding: 10px 0;
  text-justify:inter-word;
  vertical-align: text-top;
  font-weight: normal;
}
.v-top td {
  vertical-align: text-top;
}
#top-CORPORATE-img {
  margin-right: 80px;
}
#top-CORPORATE-img img {
  width: 300px;
}

@media print, screen and  (max-width: 1000px) {
  #top-CORPORATE {
    margin-bottom: 120px;
  }
  #top-CORPORATE .flex-box {
    display: block;
  }
  #top-CORPORATE-img {
    margin: 0 auto 40px;
    padding: 0 24px;
  }
  #top-CORPORATE-img img {
    width: 200px;
    /* max-width: 523px; */
  }
  #top-CORPORATE .text {
    display: block;
    width: 330px;
    margin: 0 auto;
  }
  #top-CORPORATE .text th {
    padding: 6px 0;
  }
}


/*アクセス*/

#top-ACCESS {
  margin-bottom: 120px;
}
#top-ACCESS .txt.pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
#top-ACCESS #map{
  margin: 0 0 0 60px;
}
@media print, screen and  (max-width: 1000px) {
  #top-ACCESS {
    margin: 0 auto 120px;
    max-width: 560px;
  }
  #top-ACCESS .flex-box {
    display: block;
    width: auto;
    padding: 0 24px;
  }
  #top-ACCESS .txt.pc {
    display: none;
  }
  #top-ACCESS .txt.sp {
    display: block;
  }
  #top-ACCESS ul.list li {
    margin: 0 0 0.5em;
  }
  #top-ACCESS #map {
    margin: 0 auto 24px;
  }
}
@media print, screen and  (max-width: 512px) {
  #top-ACCESS .txt.sp {
    width: 100%;
  }

}
