@charset "UTF-8";
@font-face {
  font-family: 'Adobe Caslon Pro Regular';
  src: url("fonts/Adobe Caslon Pro Regular.eot?") format("eot"), url("fonts/Adobe Caslon Pro Regular.woff") format("woff"), url("fonts/Adobe Caslon Pro Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'dubielitalic';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/DubielItalic-webfont.eot");
  src: url("fonts/DubielItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DubielItalic-webfont.woff") format("woff"), url("fonts/DubielItalic-webfont.ttf") format("truetype"), url("fonts/DubielItalic-webfont.svg#dubielitalic") format("svg");
}

@font-face {
  font-family: 'texgyretermesregular';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/texgyretermes-regular-webfont.eot");
  src: url("fonts/texgyretermes-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/texgyretermes-regular-webfont.woff") format("woff"), url("fonts/texgyretermes-regular-webfont.ttf") format("truetype"), url("fonts/texgyretermes-regular-webfont.svg#texgyretermesregular") format("svg");
}

@font-face {
  font-family: 'texgyretermesitalic';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/texgyretermes-italic-webfont.eot");
  src: url("fonts/texgyretermes-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/texgyretermes-italic-webfont.woff") format("woff"), url("fonts/texgyretermes-italic-webfont.ttf") format("truetype"), url("fonts/texgyretermes-italic-webfont.svg#texgyretermesitalic") format("svg");
}

@font-face {
  font-family: 'NGT P MINCHO';
  src: url("fonts/ngtmp.eot?") format("eot"), url("fonts/ngtmp.woff") format("woff"), url("fonts/ngtmp.ttf") format("truetype");
}

@font-face {
  font-family: 'HanaMinA';
  src: url("fonts/HanaMinA.eot?") format("eot"), url("fonts/HanaMinA.woff") format("woff"), url("fonts/HanaMinA.ttf") format("truetype");
}

@font-face {
  font-family: 'texgyreadventorbold';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/texgyreadventor-bold-webfont.eot");
  src: url("fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("fonts/texgyreadventor-bold-webfont.ttf") format("truetype"), url("fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold") format("svg");
}

@font-face {
  font-family: 'texgyreadventorregular';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/texgyreadventor-regular-webfont.eot");
  src: url("fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
}

@-webkit-keyframes fadeLeftInOut {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeLeftInOut {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeBottomInOut {
  0% {
    -webkit-transform: translateY(500px);
    opacity: 0;
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeBottomInOut {
  0% {
    -webkit-transform: translateY(500px);
    opacity: 0;
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeTopInOut {
  0% {
    -webkit-transform: translateY(-500px);
    opacity: 0;
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeTopInOut {
  0% {
    -webkit-transform: translateY(-500px);
    opacity: 0;
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeBottomInTopOut {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 1;
  }
}

@keyframes fadeBottomInTopOut {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeNavTopInOut {
  0% {
    -webkit-transform: translateY(-50px);
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeNavTopInOut {
  0% {
    -webkit-transform: translateY(-50px);
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeMousuScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeMousuScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOpening {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
    top: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    top: -100vh;
  }
}

@keyframes fadeOpening {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
    top: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    top: -100vh;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeinLogo {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
    transform: translateY(200px);
    width: 300px;
  }
  20% {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
    width: 300px;
  }
  50% {
    -webkit-transform: translateY(100px);
    opacity: 1;
    transform: translateY(100px);
    width: 300px;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
    width: 165px;
  }
}

@keyframes fadeinLogo {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
    transform: translateY(200px);
    width: 300px;
  }
  20% {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
    width: 300px;
  }
  50% {
    -webkit-transform: translateY(100px);
    opacity: 1;
    transform: translateY(100px);
    width: 300px;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
    width: 165px;
  }
}

/* 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  font-size: 17px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, メイリオ, sans-serif;
  line-height: 1.83;
  margin: 0;
  overflow-wrap: break-word;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, メイリオ, sans-serif;
  }
}

strong, em {
  font-weight: 700;
}

pre {
  white-space: pre-wrap;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img, svg {
  max-width: 100%;
  vertical-align: top;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*
 * リンク（色はカスタマイザーで）
 */
a {
  -webkit-transition: .3s ease-in-out;
  text-decoration: none;
  transition: .3s ease-in-out;
}

a:hover {
  cursor: pointer;
}

table {
  max-width: 100%;
  width: 100%;
}

table th, table td {
  word-break: break-all;
}

input,
button,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0;
}

input,
button,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

button {
  overflow: visible;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.image-replacement, .ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 99;
}

#wrap.is--loading {
  opacity: 1;
}

#wrap.is--open {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeOpening;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadeOpening;
  opacity: 0;
}

#loading {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media all and (-ms-high-contrast: none) {
  #loading {
    display: block;
  }
}

#loading_bg {
  background-image: url(../img/loading_bg01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

#loading_dot {
  background-image: url(../img/company/new/dot01.png);
  display: block;
  height: 100vh;
  position: absolute;
  width: 100%;
}

#loading_parts {
  display: block;
  position: absolute;
  width: 800px;
}

@media all and (-ms-high-contrast: none) {
  #loading_parts {
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
  }
}

#loading_logo {
  display: block;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  width: 165px;
  /*animation-delay: 0.6s;//Logoをゆっくり表示して上に小さくなりながら移動
  animation-name: fadeinLogo;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0;*/
}

#loading_copy01, #loading_copy02 {
  display: block;
  text-align: center;
  width: 100%;
}

#loading_copy01 {
  margin-bottom: 40px;
  /*animation-delay: 3.2s;//ロゴが表示されたらキャッチを表示
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  */
}

@media screen and (max-width: 768px) {
  #loading_copy01 span {
    font-size: 55px;
  }
}

@media screen and (max-width: 641px) {
  #loading_copy01 span {
    font-size: 39px;
    line-height: 1.3;
  }
}

/*
#loading_copy01 span span {
  opacity: 0;
}
#loading_copy02 span span {
  opacity: 0;
}

#loading_copy01 span span:nth-child(1) {
  animation-delay: 3.2s;//ロゴが表示されたらキャッチを表示
  animation-name: fadeCachyin;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#loading_copy01 span span:nth-child(2) {
  animation-delay: 3.4s;//ロゴが表示されたらキャッチを表示
  animation-name: fadeCachyin;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}*/
#loading_copy02 {
  line-height: 1.3;
  /*animation-delay: 3.4s;//ロゴが表示されたらキャッチを表示
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  */
}

@media screen and (max-width: 641px) {
  #loading_copy02 {
    display: none;
  }
}

.loading_copy_break01 {
  display: none;
}

@media screen and (max-width: 641px) {
  .loading_copy_break01 {
    display: inline;
  }
}

#loading_arrow {
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: fadeMousuScroll;
  -webkit-animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: fadeMousuScroll;
  animation-timing-function: ease;
  display: block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 768px) {
  #loading_arrow {
    margin-top: 60px;
  }
}

@media screen and (max-width: 641px) {
  #loading_arrow {
    bottom: -100px;
    margin: 0 auto;
    position: relative;
  }
}

.l-main {
  position: relative;
}

.box__items:nth-child(1) {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.box__items:nth-child(2) {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

#nav-menu {
  -webkit-transition: .3s ease-in-out;
  background: #000;
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: .3s ease-in-out;
  width: 240px;
  z-index: 1;
}

#nav-menu.is--load {
  opacity: 1;
}

#nav-menu.is--non-transition {
  -webkit-transition: none;
  transition: none;
}

@media all and (-ms-high-contrast: none) {
  #nav-menu {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  #nav-menu {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  #nav-menu.is-nav--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#nav-menu h1 {
  margin: 30px 31px;
  margin-top: 50px;
  width: 165px;
}

.l-nav__list {
  padding: 31px 35px;
}

.l-nav__item {
  display: block;
  padding: 1px 0;
  position: relative;
}

.l-nav__item a {
  color: #fff;
  display: block;
  font-family: "Adobe Caslon Pro Regular";
  font-size: 22px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-nav__item a:after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform 600ms;
  background: #655d09;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: -0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  vertical-align: middle;
  width: 100%;
}

.l-nav__item a.active, .l-nav__item a:hover {
  opacity: 1;
}

.l-nav__item a.active:after, .l-nav__item a:hover:after {
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: left top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  transform: scale(1, 1);
  transform-origin: left top;
  vertical-align: middle;
}

.l-nav__ft {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
}

.l-nav__ft--copy {
  color: #fff;
  font-family: 'Adobe Caslon Pro Regular';
  font-size: 10px;
  padding: 10px;
  padding-right: 25px;
}

.l-sub--nav {
  -webkit-transition: .3s ease-in-out;
  background-color: #252525;
  height: 0;
  margin-left: 240px;
  position: fixed;
  top: 0;
  transition: .3s ease-in-out;
  width: 180px;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  .l-sub--nav {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .l-sub--nav {
    margin-left: 60px;
  }
}

@media screen and (max-width: 641px) {
  .l-sub--nav {
    height: 100%;
    left: -240px;
    margin-left: 0;
    width: 240px;
    z-index: 2;
  }
}

.l-sub--nav.is-nav--open {
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeTopInOut;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-name: fadeTopInOut;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  height: 100%;
}

@media screen and (max-width: 641px) {
  .l-sub--nav.is-nav--open {
    -webkit-animation: none;
    animation: none;
  }
}

.l-sub--nav.is-nav--load {
  -webkit-animation-duration: .8s;
  -webkit-animation-name: fadeBottomInTopOut;
  -webkit-backface-visibility: hidden;
  animation-duration: .8s;
  animation-name: fadeBottomInTopOut;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .l-sub--nav.is-nav--active {
    -webkit-transform: translateX(239px);
    transform: translateX(239px);
  }
}

@media screen and (max-width: 641px) {
  .l-sub--nav.is-nav--active {
    left: 0;
    opacity: 1;
  }
}

.l-sub--nav--inner {
  display: none;
  left: 17px;
  position: absolute;
  top: 165px;
}

.l-sub--nav--inner.show {
  display: block;
}

.l-sub--nav--title {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeNavTopInOut;
  animation-delay: 0.6s;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-name: fadeNavTopInOut;
  color: #fff;
  font-family: 'texgyretermesitalic';
  font-size: 15px;
  margin-bottom: 45px;
  opacity: 0;
}

.l-sub--nav__list {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeNavTopInOut;
  animation-delay: 0.3s;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-name: fadeNavTopInOut;
  margin-bottom: 10px;
  opacity: 0;
  padding: 0;
  width: auto;
}

.l-sub--nav__item {
  display: block;
  margin-bottom: 25px;
}

.l-sub--nav__item a {
  color: #fff;
  display: block;
  font-family: 'Adobe Caslon Pro Regular';
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-sub--nav__item a:after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform 600ms;
  background: #655d09;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: -0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  vertical-align: middle;
  width: 100%;
}

.l-sub--nav__item a.active, .l-sub--nav__item a:hover {
  opacity: 1;
}

.l-sub--nav__item a.active:after, .l-sub--nav__item a:hover:after {
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: left top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  transform: scale(1, 1);
  transform-origin: left top;
  vertical-align: middle;
}

.l-sub--nav__item__title {
  margin-bottom: 45px;
  opacity: 1;
}

.l-sub--nav__item__title a {
  font-family: 'texgyretermesitalic';
}

.l-sub--nav__item__sub-title a {
  font-size: 22px;
}

.l-sp-globalnav {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-sp-globalnav {
    -webkit-transition: .3s ease-in-out;
    background-color: #000;
    display: block;
    height: 100%;
    padding: 0 9px;
    position: fixed;
    transition: .3s ease-in-out;
    width: 60px;
    z-index: 2;
  }
  .l-sp-globalnav.is-nav--active {
    -webkit-transform: translateX(239px);
    transform: translateX(239px);
  }
  .l-sp-globalnav.is-nav--active .l-sp-globalnav__logo {
    -webkit-transition: 0s ease-in-out;
    opacity: 0;
    transition: 0s ease-in-out;
  }
  .l-sp-globalnav__toggle {
    display: inline-block;
    height: calc(28px / 2);
    margin: 0 8px;
    position: relative;
    top: 267px;
    width: calc(48px / 2);
  }
  .l-sp-globalnav__logo {
    display: inline-block;
    height: auto;
    margin-top: 20px;
    opacity: 1;
    position: relative;
    width: 100%;
  }
  .l-sp-globalnav__btn {
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    display: block;
    height: calc(4px / 2);
    position: relative;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
  .l-sp-globalnav__btn::before {
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    content: "";
    display: block;
    height: calc(4px / 2);
    left: 0;
    position: relative;
    position: absolute;
    top: -6px;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
  .l-sp-globalnav__btn::after {
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    bottom: -6px;
    content: "";
    display: block;
    height: calc(4px / 2);
    left: 0;
    opacity: 1;
    position: relative;
    position: absolute;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
  .l-sp-globalnav__btn.is-nav--active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-sp-globalnav__btn.is-nav--active::before, .l-sp-globalnav__btn.is-nav--active::after {
    -webkit-transform: rotate(90deg);
    top: inherit;
    transform: rotate(90deg);
  }
  .l-sp-globalnav__btn.is-nav--active::after {
    opacity: 0;
  }
}

.l-sp-sub-globalnav {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-sp-sub-globalnav {
    -webkit-transition: .3s ease-in-out;
    background-color: #252525;
    display: block;
    height: 100%;
    left: -62px;
    padding: 0 9px;
    position: fixed;
    transition: .3s ease-in-out;
    width: 60px;
    z-index: 2;
  }
  .l-sp-sub-globalnav.is-nav--active {
    left: 238px;
  }
  .l-sp-sub-globalnav__toggle {
    display: inline-block;
    height: calc(28px / 2);
    margin: 0 8px;
    position: relative;
    top: 328px;
    width: calc(48px / 2);
  }
  .l-sp-sub-globalnav__logo {
    display: inline-block;
    height: auto;
    margin-top: 20px;
    opacity: 1;
    position: relative;
    width: 100%;
  }
  .l-sp-sub-globalnav__btn {
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    display: block;
    height: calc(4px / 2);
    position: relative;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
  .l-sp-sub-globalnav__btn::before {
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    content: "";
    display: block;
    height: calc(4px / 2);
    left: 0;
    position: relative;
    position: absolute;
    top: -6px;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
  .l-sp-sub-globalnav__btn::after {
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    bottom: -6px;
    content: "";
    display: block;
    height: calc(4px / 2);
    left: 0;
    opacity: 1;
    position: relative;
    position: absolute;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
  }
  .l-sp-sub-globalnav__btn.is-nav--active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-sp-sub-globalnav__btn.is-nav--active::before, .l-sp-sub-globalnav__btn.is-nav--active::after {
    -webkit-transform: rotate(90deg);
    top: inherit;
    transform: rotate(90deg);
  }
  .l-sp-sub-globalnav__btn.is-nav--active::after {
    opacity: 0;
  }
}

.l-page {
  font-family: "ヒラギノ明朝 Pro W3", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 240px;
  opacity: 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-page {
    margin-left: 60px;
  }
}

.l-page--is-active {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeBottomInOut;
  animation-delay: 0.9s;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-name: fadeBottomInOut;
}

.l-page--contents {
  margin-left: 180px;
}

@media screen and (max-width: 641px) {
  .l-page--contents {
    margin-left: 0;
  }
}

.l-page--contents--header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 225px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 641px) {
  .l-page--contents--header {
    height: 125px;
  }
}

.l-page--contents--header--dot {
  background-image: url(../img/company/new/dot01.png);
  height: 100%;
  opacity: 0.6;
  position: relative;
  width: 100%;
}

.l-page--contents--inner {
  margin: 70px 8% 80px;
}

@media screen and (max-width: 641px) {
  .l-page--contents--inner {
    margin: 40px 4% 80px;
  }
}

.l-page--contents--title {
  margin-bottom: 40px;
}

@media screen and (max-width: 641px) {
  .l-page--contents--title {
    margin-bottom: 20px;
  }
}

.l-page--contents--title_ja {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 641px) {
  .l-page--contents--title_ja {
    margin-bottom: 20px;
  }
}

.l-page--contents--title_en {
  font-family: 'texgyretermesitalic';
}

.l-page--contents--title_logo {
  display: block;
  height: auto;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 0;
  width: 315px;
}

.color_gold {
  color: #655d09;
}

.color_white {
  color: #fff;
}

.color_red {
  color: #ff6860;
}

.form_content > div > input {
  border: 0;
  border: solid 1px #ccc;
  border-radius: 4px;
  outline: none;
  padding: 3px;
}

.form_content > div > textarea {
  border: 0;
  border: solid 1px #ccc;
  border-radius: 4px;
  outline: none;
  padding: 3px;
}

.form_content .submit-button {
  background: #252525;
  border: 0px solid #cccccc;
  border-radius: 3px;
  color: #fff;
  font-family: helvetica, serif;
  font-size: 14px;
  outline: none;
  padding: 5px 40px;
  text-decoration: none;
  vertical-align: middle;
}

.font_10 {
  font-size: 10px;
}

.font_11 {
  font-size: 11px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.font_14 {
  font-size: 14px;
}

.font_15 {
  font-size: 15px;
}

.font_16 {
  font-size: 16px;
}

.font_17 {
  font-size: 17px;
}

.font_18 {
  font-size: 18px;
}

.font_19 {
  font-size: 19px;
}

.font_20 {
  font-size: 20px;
}

.font_68 {
  font-size: 68px;
}

.font_32 {
  font-size: 32px;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "A1 Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  word-break: normal;
}

body.is--load {
  overflow-y: hidden;
}

/*CONTENTS*/
#contents01 {
  height: auto;
  left: 240px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  top: 0;
}

#contents01.is--open {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadein;
  animation-delay: 1.1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadein;
}

/*TOP-CONTENTS*/
/*GRID*/
.grid_s01, .grid_s02, .grid_s03, .grid_s04 {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.grid_img01 {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  width: 100%;
}

.grid_img01:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grid_s01 {
  float: left;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.grid_s02 {
  height: 250px;
}

.grid_s04 {
  height: 125px;
}

.grid_name01 {
  font-family: 'Adobe Caslon Pro Regular';
  left: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  position: absolute;
  top: 25px;
}

.grid_text01 {
  left: 25px;
  line-height: 36px;
  position: absolute;
  text-align: left;
  top: 60px;
}

.grid_icon01 {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  border: 1px solid #655d09;
  bottom: 30px;
  color: #655d09;
  height: 20px;
  left: 30px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 66px;
}

.grid_icon01 > span {
  display: block;
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -33px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 66px;
}

.grid_name02 {
  font-family: 'Fjalla One', sans-serif;
  left: 20px;
  line-height: 20px;
  position: absolute;
  top: 19px;
}

.grid_text02_01 {
  left: 0;
  line-height: 21px;
  padding: 0 30px 0 30px;
  position: absolute;
  top: 46px;
}

.grid_text02_02 {
  font-family: "Shuei KakuGo Kin L","YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
  height: 40px;
  left: 0;
  line-height: 20px;
  overflow: hidden;
  padding: 0 30px 0 30px;
  position: absolute;
  top: 67px;
}

.grid_text02_03 {
  font-family: "Shuei KakuGo Kin L","YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
  left: 30px;
  line-height: 16px;
  position: absolute;
  top: 48px;
}

.grid_text02_04 {
  background-color: #252525;
  line-height: 16px;
  padding: 0 6px 0 6px;
  position: absolute;
  right: 30px;
  top: 47px;
}

.grid_name03 {
  font-family: 'Adobe Caslon Pro Regular';
  left: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  position: absolute;
  top: 25px;
}

.grid_text03 {
  height: 100px;
  left: 0;
  overflow: hidden;
  padding: 0 25px 0 25px;
  position: absolute;
  text-align: left;
  top: 70px;
}

.grid_name04 {
  font-family: 'Adobe Caslon Pro Regular';
  left: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  position: absolute;
  top: 25px;
}

.grid_text04 {
  left: 25px;
  position: absolute;
  top: 70px;
}

/*VISION*/
#vision01, #vision02 {
  background-color: #252525;
  font-family: 'A1 Mincho','NGT P MINCHO',serif;
}

.grid_copy01 {
  font-size: 42px;
  line-height: 54px;
}

#vision02 > div.grid_text01 > span {
  line-height: 34px;
}

/*menu*/
#new_business0 {
  -webkit-font-feature-settings: "palt";
  background: #252525;
  font-feature-settings: "palt";
  position: relative;
}

#new_business0::before {
  border-top: 1px solid #655d09;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}

#new_business0 .grid_text04 {
  left: 0;
  margin: -25px 0 0 0;
  text-align: center;
  top: 50%;
  width: 100%;
}

#new_business0 .grid_text04 span {
  font-size: 25px;
  line-height: 54px;
}

/*SHOP*/
#shop_img01 {
  background-image: url(../img/company/new/shop01.jpg);
}

#shop_img02 {
  background-image: url(../img/company/new/shop02.jpg);
}

#shop_img03 {
  background-image: url(../img/company/new/shop03.jpg);
}

#shop_img04 {
  background-image: url(../img/company/new/shop04.jpg);
}

#shop_img05 {
  background-image: url(../img/company/new/shop05.jpg);
}

#shop_img06 {
  background-image: url(../img/company/new/shop06.jpg);
}

#shop_img07 {
  background-image: url(../img/company/new/shop07.jpg);
}

.clear {
  clear: both;
}

/*MOVIE*/
#movie01 {
  background-color: #252525;
  overflow: hidden;
}

#video_frame {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

#video_frame:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*INFOMATION*/
#information01 {
  background-color: #252525;
}

.information_date {
  float: left;
  height: auto;
  line-height: 20px;
  margin: 5px 10px 0 0;
  padding: 0;
  width: auto;
}

.information_shop {
  background-color: #655d09;
  float: left;
  height: auto;
  line-height: 12px;
  margin: 7px 0 0 0;
  padding: 0 6px 2px 6px;
  width: auto;
}

.information_text {
  color: #252525;
  display: block;
  font-family: "A1 Mincho","YuMincho","Hiragino Mincho ProN",serif;
  height: auto;
  line-height: 29px;
  margin: 10px 0 0 0;
  padding: 0;
  text-decoration: underline;
  width: auto;
  word-break: normal;
}

.win .information_text {
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  height: auto;
  line-height: 29px;
  margin: 10px 0 0 0;
  padding: 0;
  text-decoration: none;
  width: auto;
  word-break: normal;
}

#information01 > div.bx-wrapper > div.bx-controls.bx-has-pager {
  bottom: 30px !important;
  right: 25px !important;
}

#information01 > div.bx-wrapper > div.bx-viewport > ul > li > div > div > div.information_text {
  text-decoration: none;
}

#new_business1 {
  -webkit-font-feature-settings: "palt";
  background: #252525;
  font-feature-settings: "palt";
  position: relative;
}

#new_business1::before {
  border-top: 1px solid #655d09;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}

#new_business1 .grid_text04 {
  left: 0;
  margin: -27px 0 0 0;
  text-align: center;
  top: 50%;
  width: 100%;
}

#new_business1 .grid_text04 span {
  font-size: 25px;
  line-height: 35px;
}

#new_business1 .grid_text04 span.subtitle {
  display: block;
  font-size: 18px;
}

/*RECRUIT*/
#recruit01_01, #recruit01_02 {
  background-color: #655d09;
}

#contact01 {
  background-color: #252525;
  position: relative;
}

#contact01:before {
  border-top: 1px solid #655d09;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}

/*INTERVIEW*/
#interview01, #interview02, #interview03, #interview04, #interview05, #interview06 {
  background-color: #C5C1AE;
}

.interview_photo01 {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  display: block;
  height: 250px;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  width: 100%;
}

.interview_photo01:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.interview_photo01_img01 {
  height: 125px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.interview_text01 {
  height: 125px;
  position: absolute;
  top: 125px;
  width: 100%;
}

#interview01 > a > div, #interview02 > a > div, #interview03 > a > div, #interview04 > a > div, #interview05 > a > div, #interview06 > a > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#interview01 > a > div, #interview04 > a > div, #interview06 > a > div {
  background-image: url(../img/company/new/staff01.jpg);
}

#interview02 > a > div, #interview05 > a > div {
  background-image: url(../img/company/new/staff02.jpg);
}

#interview03 > a > div {
  background-image: url(../img/company/new/staff03_20180128.jpg);
}

#new_interview0 {
  -webkit-font-feature-settings: "palt";
  background: #252525;
  font-feature-settings: "palt";
}

#new_interview0 .interview_text01 {
  height: 100%;
  top: 0;
  width: 50%;
}

#new_interview0 .interview_photo01_img01 {
  background-image: url(../img/company/new/new_staff0.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 50%;
  width: 50%;
}

#new_interview0 .grid_name02 {
  left: 20px;
  top: 30px;
}

#new_interview0 .grid_text02_03 {
  margin: -20px 0 0 0;
  top: 50%;
}

#new_interview0 .grid_text02_03 span {
  font-family: "A1 Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#new_interview0 .grid_text02_02 {
  height: auto;
  margin: 15px 0 0 0;
  top: 50%;
}

#new_interview0 .grid_text02_02 span {
  font-family: "A1 Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 16px;
  line-height: 24px;
}

#new_recruit0 {
  -webkit-font-feature-settings: "palt";
  background: #252525;
  font-feature-settings: "palt";
  position: relative;
}

#new_recruit0::before, #new_recruit0::after {
  content: "";
  height: 100%;
  position: absolute;
}

#new_recruit0::before {
  border-left: 1px solid #655d09;
  left: 0;
}

#new_recruit0::after {
  border-right: 1px solid #655d09;
  right: 0;
}

#new_recruit0 .grid_text04 {
  left: 0;
  margin: -27px 0 0 0;
  text-align: center;
  top: 50%;
  width: 100%;
}

#new_recruit0 .grid_text04 span {
  font-size: 25px;
  line-height: 70px;
}

#new_reservation0 {
  -webkit-font-feature-settings: "palt";
  background: #252525;
  font-feature-settings: "palt";
  position: relative;
}

#new_reservation0::before {
  border-top: 1px solid #655d09;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}

/*SLIDER*/
.bxslider {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bxslider li {
  height: 100%;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bx-controls {
  bottom: 30px !important;
  height: 10px !important;
  position: absolute !important;
  right: 25px !important;
  width: 200px !important;
}

/*ONMOUSE*/
.onmouse_area02, .onmouse_area03, .onmouse_area04 {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.onmouse_frame_top, .onmouse_frame_right, .onmouse_frame_bottom, .onmouse_frame_left {
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.75;
  /* ie 8 */
  -moz-opacity: 0.75;
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)";
  background-color: #655d09;
  display: block;
  filter: alpha(opacity=75);
  opacity: 0.75;
  /*マウスホバー hover*/
  position: absolute;
  /* Safari 1.x */
}

.onmouse_frame_top {
  height: 1px;
  left: 0;
  top: -1px;
  width: 100%;
}

.onmouse_frame_right {
  height: 100%;
  right: -1px;
  top: 0;
  width: 1px;
}

.onmouse_frame_bottom {
  bottom: -1px;
  height: 1px;
  left: 0;
  width: 100%;
}

.onmouse_frame_left {
  height: 100%;
  left: -1px;
  top: 0;
  width: 1px;
}

@media screen and (max-width: 768px) {
  /*CONTENTS*/
  #contents01 {
    height: auto;
    left: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  #vision01, #vision02 {
    background-color: #252525;
    font-family: 'A1 Mincho','NGT P MINCHO',serif;
  }
  .grid_copy01 {
    font-size: 42px;
    line-height: 54px;
  }
  #vision02 > div.grid_text01 > span {
    line-height: 34px;
  }
  #new_business0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
  }
  #new_business0:before {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
  #new_business0 .grid_text04 {
    margin: -25px 0 0 0;
    top: 50%;
    width: 100%;
  }
  #new_business0 .grid_text04 span {
    font-size: 25px;
    line-height: 60px;
  }
  /*INFOMATION*/
  #information01 {
    background-color: #252525;
    position: relative;
  }
  #information01:before, #information01:after {
    content: "";
    position: absolute;
    top: 0;
  }
  #information01:before {
    border-top: 1px solid #655d09;
    top: 0;
    width: 100%;
  }
  #information01:after {
    border-right: 1px solid #655d09;
    height: 100%;
    right: 0;
  }
  .information_date {
    float: left;
    height: auto;
    line-height: 20px;
    margin: 5px 10px 0 0;
    padding: 0;
    width: auto;
  }
  .information_shop {
    background-color: #655d09;
    float: left;
    height: auto;
    line-height: 20px;
    margin: 5px 0 0 0;
    padding: 0 6px 0 6px;
    width: auto;
  }
  .information_text {
    color: #252525;
    display: block;
    font-family: "A1 Mincho","YuMincho","Hiragino Mincho ProN",serif;
    height: auto;
    line-height: 29px;
    margin: 10px 0 0 0;
    padding: 0;
    text-decoration: underline;
    width: auto;
    word-break: normal;
  }
  .win .information_text {
    color: #fff;
    display: block;
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    height: auto;
    line-height: 29px;
    margin: 10px 0 0 0;
    padding: 0;
    text-decoration: none;
    width: auto;
    word-break: normal;
  }
  #information01 > div.bx-wrapper > div.bx-controls.bx-has-pager {
    bottom: 30px !important;
    right: 25px !important;
  }
  #information01 > div.bx-wrapper > div.bx-viewport > ul > li > div > div > div.information_text {
    text-decoration: none;
  }
  #new_business1 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
  }
  #new_business1 .grid_text04 {
    margin: -24px 0 0 0;
    top: 50%;
    width: 100%;
  }
  #new_business1 .grid_text04 span {
    font-size: 25px;
    line-height: 48px;
  }
  #new_interview0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
    position: relative;
  }
  #new_interview0:before, #new_interview0:after {
    content: "";
    position: absolute;
  }
  #new_interview0:before {
    border-top: 1px solid #655d09;
    top: 0;
    width: 100%;
  }
  #new_interview0:after {
    border-right: 1px solid #655d09;
    height: 100%;
    right: 0;
  }
  #new_interview0 .interview_text01 {
    height: 100%;
    top: 0;
    width: 50%;
  }
  #new_interview0 .interview_photo01_img01 {
    background-image: url(../img/company/new/new_staff0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 50%;
    width: 50%;
  }
  #new_interview0 .grid_name02 {
    left: 20px;
    top: 30px;
  }
  #new_interview0 .grid_text02_03 {
    margin: -20px 0 0 0;
    top: 50%;
  }
  #new_interview0 .grid_text02_03 span {
    font-family: "A1 Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  }
  #new_interview0 .grid_text02_02 {
    height: auto;
    margin: 15px 0 0 0;
    top: 50%;
  }
  #new_interview0 .grid_text02_02 span {
    font-family: "A1 Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 14px;
    line-height: 22px;
  }
  #new_recruit0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
  }
  #new_recruit0:before {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
  #new_recruit0 .grid_text04 {
    margin: -24px 0 0 0;
    top: 50%;
    width: 100%;
  }
  #new_recruit0 .grid_text04 span {
    font-size: 25px;
    line-height: 60px;
  }
  #new_reservation0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
    position: relative;
  }
  #new_reservation0:before, #new_reservation0:after {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
  #new_reservation0:before {
    border-top: 1px solid #655d09;
    top: 0;
    width: 100%;
  }
  #new_reservation0:after {
    border-right: 1px solid #655d09;
    height: 100%;
    right: 0;
  }
  #contact01 {
    background-color: #252525;
    position: relative;
  }
  #contact01:before {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /*VISION*/
  #vision01, #vision02 {
    background-color: #252525;
    font-family: 'A1 Mincho','NGT P MINCHO',serif;
  }
  .grid_copy01 {
    font-size: 34px;
    line-height: 46px;
  }
  #vision02 > div.grid_text01 > span {
    line-height: 34px;
  }
  #new_business0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
    height: 150px;
  }
  #new_business0 .grid_text04 {
    margin: -20px 0 0 0;
    top: 50%;
    width: 100%;
  }
  #new_business0 .grid_text04 span {
    line-height: 40px;
  }
  /*INFOMATION*/
  .grid_text03 {
    top: 46px;
  }
  #information01 {
    background-color: #252525;
    height: 100px;
  }
  .information_date {
    float: left;
    height: auto;
    line-height: 20px;
    margin: 3px 6px 0 0;
    padding: 0;
    width: auto;
  }
  .information_date > span {
    font-family: "Shuei KakuGo Kin L","YuGothic","Hiragino Kaku Gothic ProN",sans-serif !important;
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .information_shop {
    background-color: #655d09;
    float: left;
    height: auto;
    line-height: 16px;
    margin: 3px 0 0 0;
    padding: 0 5px 0 5px;
    width: auto;
  }
  .information_shop > span {
    font-size: 11px !important;
  }
  .information_text {
    color: #252525;
    display: block;
    font-family: "Shuei KakuGo Kin L","YuGothic","Hiragino Kaku Gothic ProN",sans-serif !important;
    height: 18px;
    line-height: 18px;
    margin: 4px 0 0 0;
    overflow: hidden;
    padding: 0;
    text-decoration: underline;
    width: auto;
    word-break: break-all;
  }
  .information_text > span {
    font-family: "Shuei KakuGo Kin L","YuGothic","Hiragino Kaku Gothic ProN",sans-serif !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #information01 > div.bx-wrapper > div.bx-controls.bx-has-pager {
    right: 10px !important;
    top: 15px !important;
  }
  #information01 > div.bx-wrapper > div.bx-viewport > ul > li > div > div > div.information_text {
    text-decoration: none;
  }
  #new_business1 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
    height: 150px;
  }
  #new_business1:before {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
  #new_business1 .grid_text04 {
    margin: -16px 0 0 0;
    top: 50%;
    width: 100%;
  }
  #new_business1 .grid_text04 span {
    font-size: 17px;
    line-height: 1;
  }
  #new_business1 .grid_text04 span.subtitle {
    font-size: 14px;
  }
  #new_interview0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
    position: relative;
  }
  #new_interview0:before {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
  #new_interview0 .interview_text01 {
    height: 100%;
    top: 0;
    width: 50%;
  }
  #new_interview0 .interview_photo01_img01 {
    background-image: url(../img/company/new/new_staff0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 50%;
    width: 50%;
  }
  #new_interview0 .grid_name02 {
    left: 10px;
    top: 10px;
  }
  #new_interview0 .grid_text02_03 {
    margin: -20px 0 0 0;
    top: 50%;
  }
  #new_interview0 .grid_text02_03 span {
    font-family: "A1 Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  }
  #new_interview0 .grid_text02_02 {
    height: auto;
    margin: 15px 0 0 0;
    top: 50%;
  }
  #new_interview0 .grid_text02_02 span {
    font-family: "A1 Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 14px;
    line-height: 22px;
  }
  #new_recruit0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
    height: 150px;
  }
  #new_recruit0::before {
    border-left: none;
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
  #new_recruit0 .grid_text04 {
    margin: -16px 0 0 0;
    top: 50%;
    width: 100%;
  }
  #new_recruit0 .grid_text04 span {
    line-height: 40px;
  }
  #new_reservation0 {
    -webkit-font-feature-settings: "palt";
    background: #252525;
    font-feature-settings: "palt";
    position: relative;
  }
  #new_reservation0::before {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
  #contact01 {
    background-color: #252525;
    position: relative;
  }
  #contact01:before {
    border-top: 1px solid #655d09;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.p-page--contents--header--info {
  background-image: url(../img/company/new/news_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--news--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width: 641px) {
  .p-page--contents--news--item {
    display: block;
  }
}

.p-page--contents--news--item_date {
  font-family: 'Adobe Caslon Pro Regular';
  height: 20px;
  padding-top: 4px;
}

.p-page--contents--news--item_tag {
  display: inline-block;
  margin: 0 10px;
}

.p-page--contents--news--item_tag span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: "A1 Mincho","YuMincho","Hiragino Mincho ProN",serif;
  font-size: 12px;
  padding: 0 25px;
}

.p-page--contents--news--item_txt {
  font-family: "ヒラギノ明朝 Pro W3", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: underline;
}

.p-page--contents--news--item_txt:hover {
  opacity: 0.7;
}

.p-page--contents--header--compay {
  background-image: url(../img/company/new/profile_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--header--message {
  background-image: url(../img/company/new/message_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--inner {
  margin: 0 auto;
  max-width: 1000px;
}

.p-page--contents--compay {
  margin-bottom: 40px;
}

.p-page--contents--compay--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width: 641px) {
  .p-page--contents--compay--item {
    display: block;
  }
}

.p-page--contents--compay--item_title {
  display: block;
  width: 90px;
}

.p-page--contents--compay--item_ditail {
  display: block;
}

.p-page--contents--compay--logobox {
  text-align: center;
  width: 100%;
}

.p-page--contents--compay--copy {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .p-page--contents--compay--copy {
    text-align: left;
  }
}

.p-page--contents--compay--imgbox {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 10px;
}

@media screen and (max-width: 1180px) {
  .p-page--contents--compay--imgbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-page--contents--compay--imgbox--item {
  margin-bottom: 3%;
  margin-right: 1%;
  width: 49%;
}

.p-page--contents--compay--imgbox--item img {
  margin-top: 10px;
}

@media screen and (max-width: 1180px) {
  .p-page--contents--compay--imgbox--item {
    width: 100%;
  }
}

.p-page--contents--message--msg {
  font-size: 36px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .p-page--contents--message--msg {
    font-size: 4vw;
  }
}

@media screen and (max-width: 641px) {
  .p-page--contents--message--msg {
    font-size: 6.5vw;
  }
}

.p-page--contents--message--cp {
  font-size: 17px;
  margin-bottom: 40px;
}

.p-page--contents--message--txt {
  font-size: 14px;
  line-height: 28px;
}

.p-page--contents--header--menu {
  background-image: url(../img/company/new/food_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--menu {
  -ms-flex-align: baseline;
  -ms-flex-wrap: wrap;
  -webkit-box-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

@media screen and (max-width: 641px) {
  .p-page--contents--menu {
    display: block;
  }
}

.p-page--contents--menu--item {
  border: 1px solid #cccccc;
  margin-bottom: 3%;
  margin-right: 1%;
  min-width: 180px;
  width: 31.3333%;
}

@media (min-width: 899px) and (max-width: 1180px) {
  .p-page--contents--menu--item {
    width: 47.5%;
  }
}

@media (min-width: 769px) and (max-width: 899px) {
  .p-page--contents--menu--item {
    min-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-page--contents--menu--item {
    min-width: auto;
    width: 47.5%;
  }
}

@media screen and (max-width: 641px) {
  .p-page--contents--menu--item {
    min-width: 210px;
    width: 100%;
  }
}

.p-page--contents--menu--item--deitail {
  padding: 8px 5px;
}

.p-page--contents--menu--item--deitail-title {
  display: block;
  font-size: 1.1vw;
  height: 34px;
}

@media screen and (max-width: 641px) {
  .p-page--contents--menu--item--deitail-title {
    font-size: 14px;
  }
}

.p-page--contents--menu--item--deitail-price {
  display: block;
  margin-top: 5px;
  text-align: right;
}

@media screen and (max-width: 641px) {
  .p-page--contents--menu--item--deitail-price {
    font-size: 14px;
  }
}

.p-page--contents--menu--link {
  display: block;
  margin: 0px 10px 20px;
  width: 100px;
}

@media screen and (max-width: 641px) {
  .p-page--contents--menu--link {
    margin: 0px 10px 40px;
  }
}

.p-page--contents--header--poegg {
  background-image: url(../img/company/new/shop_poegg_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--header--kameandagi {
  background-image: url(../img/company/new/shop_kameandagi_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--shop {
  margin-bottom: 40px;
}

.p-page--contents--shop--name {
  display: block;
  font-size: 18px;
}

.p-page--contents--shop--address, .p-page--contents--shop--tell {
  display: block;
  font-size: 14px;
}

.p-page--contents--shop--mgn20 {
  margin-bottom: 20px;
}

.p-page--contents--shop--mgn40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 641px) {
  .p-page--title_logo {
    width: 150px;
  }
}

.p-page--contents--header--mail {
  background-image: url(../img/company/new/contact_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--header--tel {
  background-image: url(../img/company/new/contact_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 20px);
}

.p-page--contents--contact--form_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 923px) {
  .p-page--contents--contact--form_list {
    display: block;
  }
}

.p-page--contents--contact--form_list.mailcomplet {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.p-page--contents--contact--form_item {
  margin-right: 8%;
  max-width: 275px;
  min-width: 175px;
}

.p-page--contents--contact--form_item span {
  font-size: 14px;
}

.p-page--contents--contact--form_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-page--contents--contact--form_content span, .p-page--contents--contact--form_content input {
  font-size: 14px;
}

.p-page--contents--contact--form_content select, .p-page--contents--contact--form_content option {
  font-size: 12px;
}

.p-page--contents--contact--form_content select, .p-page--contents--contact--form_content option {
  font-family: sans-serif;
}

.p-page--contents--contact--form_annotation {
  font-size: 14px;
}

.p-page--contents--tel--list a:link, .p-page--contents--tel--list a:visited, .p-page--contents--tel--list a:hover, .p-page--contents--tel--list a:active {
  color: #111111;
}

.p-page--contents--tel--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  padding: 5px;
}

@media screen and (max-width: 641px) {
  .p-page--contents--tel--item {
    display: block;
  }
}

.p-page--contents--tel--item--title {
  width: 50%;
}

@media screen and (max-width: 641px) {
  .p-page--contents--tel--item--title {
    width: 100%;
  }
}

.p-page--contents--tel--item--tel {
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 641px) {
  .p-page--contents--tel--item--tel {
    text-align: left;
    width: 100%;
  }
}

.sp {
  display: block !important;
}
