@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url("https://fonts.googleapis.com/css?family=Alice|Amiri:400,700|Playfair+Display:700|Vollkorn:400,600,600i,700,900");
h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #424242;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0 0 10px;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}

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

.notes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

a {
  color: #424242;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #757575;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

/** FONTS
==============================================*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?41132188");
  src: url("../font/fontello.eot?41132188#iefix") format("embedded-opentype"), url("../font/fontello.woff2?41132188") format("woff2"), url("../font/fontello.woff?41132188") format("woff"), url("../font/fontello.ttf?41132188") format("truetype"), url("../font/fontello.svg?41132188#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?41132188#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open-big:before {
  content: '\e800';
}

/* '' */
.icon-left-open-big:before {
  content: '\e801';
}

/* '' */
.icon-down-open-big:before {
  content: '\e802';
}

/* '' */
.icon-up-open-big:before {
  content: '\e803';
}

/* '' */
.icon-calendar-check-o:before {
  content: '\f274';
}

/* '' */
/** JS LIBS
==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.8;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 20px;
  background-image: url(../img/common/slider-arrow-prev.png);
  z-index: 111;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 20px;
}

.slick-next {
  right: 20px;
  background-image: url(../img/common/slider-arrow-next.png);
  z-index: 111;
}

[dir="rtl"] .slick-next {
  left: 20px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** COMMON
==============================================*/
body {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

body {
  letter-spacing: .06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

.fixed .wrap {
  overflow: hidden;
  height: 100%;
}

.wrap {
  position: relative;
  min-width: 1020px;
}

@media only screen and (max-width: 767px) {
  .wrap {
    min-width: 0;
    overflow: hidden;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

p.small {
  font-size: 85.7%;
}

.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
}

.figure.flex {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.figure.flex img {
  width: 100%;
}

img.full {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  img.full {
    max-width: 100%;
    height: auto;
  }
}

.cover {
  overflow: hidden;
  position: relative;
}

.cover img {
  bottom: -100%;
  left: -100%;
  right: -100%;
  top: -100%;
  margin: auto;
  position: absolute;
  vertical-align: top;
  width: auto;
  width: 100%;
  height: auto;
}

.bgfullimg {
  background-repeat: no-repeat;
}

@media (min-width: 1980px) {
  .bgfullimg {
    background-size: 100% auto;
  }
}

.bgflex {
  display: block;
}

@media (min-width: 1980px) {
  .bgflex {
    background-size: 100% auto;
  }
}

.anchor {
  position: relative;
}

.anchor .offset {
  position: absolute;
  top: -100px;
}

@media only screen and (max-width: 767px) {
  .anchor .offset {
    top: -50px;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

a {
  color: #424242;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #424242;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    opacity: 1;
  }
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  img.flex {
    width: 100%;
    height: auto;
  }
}

img.full {
  width: 100%;
  height: auto;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.pager,
.navigation.pagination {
  padding: 30px 0 40px;
}

.pager a,
.navigation.pagination a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .pager a,
  .navigation.pagination a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.pager a:hover,
.navigation.pagination a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .pager a:hover,
  .navigation.pagination a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .pager,
  .navigation.pagination {
    padding-bottom: 30px;
  }
}

.pager .nav-links,
.navigation.pagination .nav-links {
  position: relative;
  text-align: center;
}

.pager .nav-links > *,
.navigation.pagination .nav-links > * {
  color: #111;
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 8px;
}

.pager .nav-links span.current,
.navigation.pagination .nav-links span.current {
  background-color: #DCDCDC;
}

.pager .nav-links .next,
.pager .nav-links .prev,
.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev {
  position: relative;
  top: 0;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .pager .nav-links .next,
  .pager .nav-links .prev,
  .navigation.pagination .nav-links .next,
  .navigation.pagination .nav-links .prev {
    top: 2px;
  }
}

.pager .nav-links a.next,
.navigation.pagination .nav-links a.next {
  right: 0;
  padding-right: 8px;
}

.pager .nav-links a.next:after,
.navigation.pagination .nav-links a.next:after {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #111;
}

.pager .nav-links a.prev,
.navigation.pagination .nav-links a.prev {
  left: 0;
  padding-left: 8px;
}

.pager .nav-links a.prev:before,
.navigation.pagination .nav-links a.prev:before {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -6px;
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid #111;
}

.pager .nav-links .page-numbers:not(.prev):not(.next),
.navigation.pagination .nav-links .page-numbers:not(.prev):not(.next) {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 12px 15px;
}

/** HEADER MASTHEAD
==============================================*/
.site-header {
  z-index: 999;
  position: relative;
}

.site-header.fixed .globalnav {
  background-color: white;
}

.site-header.fixed .globalnav a {
  color: #111;
}

.site-header.fixed .gn-brand_logo a {
  color: #F04A5C;
}

@media only screen and (max-width: 767px) {
  .site-header {
    background-color: #fff;
    height: 56px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

.masthead {
  padding: 15px 0 10px;
}

@media only screen and (max-width: 767px) {
  .masthead {
    display: none;
  }
}

.masthead .utilnav-list, .fixednav .utilnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
}

.masthead .utilnav-list li, .fixednav .utilnav-list li {
  margin: 0 1.5em;
}

@media only screen and (min-width: 768px) {
  .masthead .utilnav-list a:hover, .fixednav .utilnav-list a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .masthead .utilnav-list a:hover, .fixednav .utilnav-list a:hover {
    text-decoration: none;
  }
}

.globalnav {
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
}

.gn-brand_logo {
  position: absolute;
  top: 20px;
  left: 40px;
}

.gn-brand_logo a {
  color: #F04A5C;
}

.gn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gn-list li {
  margin: 0 1em;
}

.gn-list a {
  color: #fff;
}

.sp-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-menu {
    display: block;
    position: absolute;
    padding: 10px;
    top: 4px;
    left: 20px;
  }
}

.sp-menu img {
  width: 35px;
}

.sp-menu-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.sp-contact {
  position: absolute;
  top: 8px;
  right: 20px;
}

.sp-contact img {
  width: 40px;
}

.sp-gn-list {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 10px 18px;
  display: none;
}

.sp-gn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.sp-gn-list li {
  width: 50%;
  padding: 2px 2px;
}

.sp-gn-list li.inactive a {
  background-color: #ccc;
}

.sp-gn-list a {
  display: block;
  background-color: #8897a4;
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.sp-gn-list .sgn-contact {
  width: 100%;
  text-align: center;
}

.sp-gn-list .sgn-contact a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0a6f57;
}

.sp-gn-list .sgn-entry {
  width: 100%;
}

.sp-gn-list .sgn-entry a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1d55b0;
}

.page--company .gn-company a {
  color: #aaa;
}

.page--works .gn-works a {
  color: #aaa;
}

.page--product .gn-product a {
  color: #aaa;
}

.page--recruit .gn-recruit a {
  color: #aaa;
}

.page--contact .gn-contact a {
  color: #aaa;
}

.page--entry .gn-entry a {
  color: #aaa;
}

@media only screen and (min-width: 768px) {
  .fixednav {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
  }
  .fixednav .brand-logo img {
    height: 30px;
  }
  .fixednav .globalnav {
    padding-bottom: 0;
  }
  .fixednav .globalnav .brand-logo {
    padding: 0 0 5px;
  }
  .fixednav .globalnav .gn-list li {
    font-size: 1.4rem;
  }
  .fixednav .globalnav .gn-contact img {
    height: 90px;
  }
  .fixed .fixednav {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .fixednav {
    display: none !important;
  }
}

.breadcrumbs .bc-list {
  background-color: #EEEEEE;
  margin-bottom: 0;
  padding: 12px 30px;
}

.breadcrumbs li {
  line-height: 1;
  font-size: 1.2rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 0.75rem;
  position: relative;
  opacity: 1;
}

.breadcrumbs li.disabled {
  color: #F04A5C;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/** MAIN CONTAINERS
==============================================*/
.row {
  margin: 0 auto;
}

.row.wid600 {
  max-width: 60rem;
}

.row.wid700 {
  max-width: 70rem;
}

.row.wid750 {
  max-width: 75rem;
}

.row.wid650 {
  max-width: 65rem;
}

.row.wid800 {
  max-width: 80rem;
}

.row.wid850 {
  max-width: 85rem;
}

.row.wid860 {
  max-width: 86rem;
}

.row.wid900 {
  max-width: 90rem;
}

.row.wid950 {
  max-width: 950px;
}

.row.wid1000 {
  max-width: 1000px;
}

.row.wid1050 {
  max-width: 1050px;
}

.row.wid1100 {
  max-width: 1100px;
}

.row.wid1120 {
  max-width: 1120px;
}

.row.wid1200 {
  max-width: 1200px;
}

.row.wid1260 {
  max-width: 1260px;
}

.columns .txt {
  padding: 0 2rem;
}

@media only screen and (max-width: 767px) {
  .section-bnr {
    margin: 0 5px;
  }
}

.section-bnr .columns {
  border-right: 1px solid #fff;
}

.section-bnr .columns:last-child {
  border-right: none;
}

.section-bnr .columns a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .section-bnr .columns a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.section-bnr .columns a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .section-bnr .columns a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .section-bnr .columns a {
    padding: 2px;
    display: block;
  }
}

.page-title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.page--404 .section-notfound {
  margin: 10em 0;
  text-align: center;
}

.bgimg {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  position: relative;
}

.section-content {
  position: relative;
}

.page-title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title__jp {
    font-size: 2.2rem;
  }
}

.page-title__en {
  margin-bottom: 0;
  letter-spacing: 0.25ch;
}

@media only screen and (max-width: 767px) {
  .page-title__en {
    font-size: 1.0rem;
  }
}

.section .headline {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section .headline {
    padding-bottom: 20px;
  }
}

.section .headline__text {
  font-size: 2.4rem;
  letter-spacing: 0.5ch;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 767px) {
  .section .headline__text {
    font-size: 1.6rem;
    letter-spacing: 0.25ch;
  }
}

.section .headline__jp {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .section .headline__jp {
    font-size: 1.2rem;
  }
}

.section .headline__en {
  color: #F04A5C;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25ch;
  font-size: 1.2rem;
}

.section .headline {
  text-align: center;
}

.section .headline.common {
  background-repeat: no-repeat;
  background-image: url(../img/common/headline-logo.png);
  background-position: 50% 0;
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .section .headline.common {
    background-size: 50px auto;
    padding-top: 60px;
  }
}

.section .headline__desc {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.inview {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
  -webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

#pagetop {
  position: fixed;
  z-index: 9999;
  display: none;
  right: 25px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../img/common/pagetop.png);
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  #pagetop a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  #pagetop a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  #pagetop a {
    width: 40px;
    height: 40px;
  }
}

#pagetop.pinned {
  position: fixed;
}

a.more {
  display: block;
  width: 14em;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 40px;
  background-color: #F04A5C;
  color: #fff;
  font-weight: bold;
}

a.more.border {
  border: 1px solid #000;
}

a.more.wh {
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 768px) {
  a.more:hover {
    background-color: #f47986;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  a.more {
    border: 1px solid #000;
  }
}

.section-content.border {
  width: 94%;
  z-index: 999;
  margin-left: 3%;
  margin-right: 3%;
}

@media only screen and (max-width: 767px) {
  .section-content.border {
    width: auto;
    margin: 0;
  }
}

.section-figure .grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-figure .grid .cell {
  width: 11.1%;
}

@media only screen and (max-width: 767px) {
  .section-figure .grid .cell {
    width: 20%;
  }
}

.h1tag {
  font-size: 1.0rem;
  background-color: #111;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.section-access {
  padding-bottom: 100px;
}

.section-access .headline__text {
  letter-spacing: 0;
  font-family: "Alice", serif;
  font-size: 5.0rem;
}

@media only screen and (max-width: 767px) {
  .section-access .headline__text {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-access {
    margin: 0 10px;
    padding-bottom: 30px;
  }
  .section-access .headline {
    padding-top: 20px !important;
  }
}

.section-access .block {
  margin-bottom: 5em;
}

.section-access .block:last-child {
  margin-bottom: 0;
}

.section-access .block__title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 767px) {
  .section-access .block__title {
    font-size: 1.8rem;
  }
}

.section-access .block__title span {
  margin: 0 0.5em;
  color: #F04A5C;
  display: inline-block;
  text-align: center;
}

.section-access .block.openhours ul {
  margin: 2em 0;
  border-top: 1px solid #e5e5e5;
}

.section-access .block.openhours li {
  border-bottom: 0.75px solid #e5e5e5;
  padding: 1em 0;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico-check.png);
  background-position: 10px 50%;
  padding-left: 60px;
}

.section-access .block.access {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-access .block.access {
    margin-top: 10px;
  }
}

.section-access .block.access .gmap {
  position: relative;
  overflow: hidden;
  height: 330px;
}

@media only screen and (max-width: 767px) {
  .section-access .block.access .gmap {
    height: 300px;
  }
}

.section-access .block.access .gmap iframe,
.section-access .block.access .gmap object,
.section-access .block.access .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-access .block.access .address {
  font-size: 1.8rem;
}

.section-access table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.4;
}

.section-access table th,
.section-access table td {
  padding: 1em 0;
  border: 1px solid #e5e5e5;
}

.section-access table thead {
  background-color: #F4F3F0;
}

.section-access table thead td {
  width: 25%;
}

.section-access table tbody th {
  width: 25%;
  background-color: #F4F3F0;
}

.section-concept {
  text-align: center;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .section-concept {
    padding: 20px 0;
  }
}

.section-concept .section-content {
  padding: 5em 0;
}

@media only screen and (max-width: 767px) {
  .section-concept .section-content {
    padding: 0em 10px;
  }
}

.section-concept p {
  margin-bottom: 0;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .section-concept p {
    font-size: 1.2rem;
  }
}

.section-concept em {
  color: #F04A5C;
  font-style: normal;
  font-weight: bold;
}

.section-hero {
  position: relative;
}

.section-hero .section-content {
  position: relative;
}

.section-hero .content {
  position: relative;
}

.section-hero .bg-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section-hero .bg-slider:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/hero-img-cover.png);
  opacity: 0.8;
}

.section-hero .bg-slider #js-bg-slider,
.section-hero .bg-slider .slide {
  background-size: cover;
  background-position: 50% 50%;
  height: 600px;
  position: relative;
}

.section-hero .bg-slider #js-bg-slider:not(:first-child),
.section-hero .bg-slider .slide:not(:first-child) {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-hero .bg-slider #js-bg-slider,
  .section-hero .bg-slider .slide {
    height: 250px;
  }
}

.section-hero .section-content {
  height: 600px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-hero .section-content {
    height: 250px;
  }
}

.section-hero .site-title {
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 220px;
}

@media only screen and (max-width: 767px) {
  .section-hero .site-title {
    padding-top: 90px;
  }
}

.section-hero .site-title__en span {
  display: inline-block;
  width: 100%;
}

.section-hero .site-title__en-l {
  letter-spacing: 0.25ch;
  font-size: 9.0rem;
  line-height: 1;
  font-family: 'Alice', serif;
  font-weight: 400;
  margin-left: 0.15ch;
}

@media only screen and (max-width: 767px) {
  .section-hero .site-title__en-l {
    font-size: 3.6rem;
  }
}

.section-hero .site-title__en-s {
  font-size: 2.0rem;
  letter-spacing: 1ch;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .section-hero .site-title__en-s {
    font-size: 1.2rem;
  }
}

.section-hero .site-title .strong {
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.5ch;
}

.section-hero .site-title .lead {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.5ch;
}

@media only screen and (max-width: 767px) {
  .section-hero .site-title .lead {
    font-size: 1.2rem;
  }
}

.section-menu .section-content {
  background-color: #F6EFE9;
  padding-top: 40px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-menu .section-content {
    padding: 0 0 20px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-menu {
    padding-bottom: 20px;
  }
}

.section-menu .headline {
  padding: 130px 0 170px;
  background-image: url(../img/menu/img.jpg);
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 40px;
}

@media only screen and (max-width: 767px) {
  .section-menu .headline {
    margin: 0;
    padding: 50px 0 70px;
  }
}

.section-menu .headline__text {
  color: #fff;
  font-family: "Alice", serif;
  font-size: 6.0rem;
  margin-left: 0.25ch;
}

@media only screen and (max-width: 767px) {
  .section-menu .headline__text {
    font-size: 2.8rem;
  }
}

.section-menu .content {
  padding: 0 80px;
}

@media only screen and (max-width: 767px) {
  .section-menu .content {
    padding: 0;
  }
}

.section-menu .content .panel {
  background-color: #fff;
  padding: 40px 50px 50px;
  margin-top: -100px;
  border: 1px solid #E7DBC8;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .panel {
    margin: -30px 10px 0;
    padding: 10px;
  }
}

.section-menu .content .menu {
  background-image: url(../img/common/hero-img-cover-p.png);
  background-color: #fff;
  border: 2px solid #F6EFE9;
  padding: 40px;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .menu {
    padding: 10px;
  }
}

.section-menu .content .tabnav {
  padding-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .tabnav {
    padding-bottom: 10px;
  }
}

.section-menu .content .tabnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section-menu .content .tabnav li {
  width: 150px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .tabnav li {
    width: 25%;
  }
}

.section-menu .content .tabnav li a {
  color: #BC3932;
  font-family: 'Amiri', serif;
  display: block;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .tabnav li a {
    font-size: 1.4rem;
  }
}

.section-menu .content .tabnav li.active {
  position: relative;
}

.section-menu .content .tabnav li.active:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -7px;
  content: " ";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 12px solid #BC3932;
  bottom: -10px;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .tabnav li.active:after {
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 8px solid #BC3932;
  }
}

.section-menu .content .menu__title {
  text-align: center;
  font-size: 2rem;
  padding: 10px;
  margin: 0 0 1em;
  color: #fff;
  background-color: #BC3932;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .menu__title {
    font-size: 1.4rem;
  }
}

.section-menu .content .menu {
  font-family: "Sawarabi Mincho";
}

.section-menu .content .menu.drink, .section-menu .content .menu.wine {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .menu.wine table,
  .section-menu .content .menu.wine tbody,
  .section-menu .content .menu.wine tr,
  .section-menu .content .menu.wine td,
  .section-menu .content .menu.wine th {
    display: block;
    width: 100%;
  }
}

.section-menu .content .menu .block + .block {
  margin-top: 1.5em;
}

.section-menu .content .menu .block__title {
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .section-menu .content .menu .block__title {
    margin-bottom: 10px;
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-menu .content .menu .block tr {
    margin-bottom: 10px;
  }
}

.section-menu .content table {
  width: 100%;
}

.section-menu .content table th,
.section-menu .content table td {
  text-align: left;
  padding: 7px 1em;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .section-menu .content table th,
  .section-menu .content table td {
    font-size: 1.2rem;
    padding: 2px 5px;
  }
}

.section-menu .content table th {
  width: 40%;
}

.section-menu .content table td.price {
  width: 20%;
  text-align: right;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .section-menu .content table td.price {
    font-size: 1.2rem;
  }
}

.section-menu .content table .desc {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .section-menu .content table .desc {
    display: none;
  }
}

.section-menu .launch {
  background-color: #fff;
  padding: 40px 50px 50px;
  border: 1px solid #E7DBC8;
  border-radius: 4px;
  margin-top: 20px;
  text-align: center;
}

.section-menu .launch h3 {
  margin-bottom:10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #BC3932;
}

@media only screen and (max-width: 767px) {
  .section-menu .launch h3 {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}

.section-menu .launch .btn{
  display:block;
  margin:0 auto;
  padding:5px 0;
  width:50%;
  color:#fff;
  background:#BC3932;
  border-radius:50px;
  font-size:2rem;
}

@media only screen and (max-width: 767px) {
  .section-menu .launch .btn{
    width:80%;
    font-size:1.6rem;
  }
}


@media only screen and (max-width: 767px) {
  .section-menu .launch {
    margin: 10px   10px 0;
    padding: 10px;
  }
}

.section-info {
  padding-bottom: 80px;
}

.section-info .entry {
  border-bottom: 1px solid #E5E5E5;
  padding: 1em 2em 1em 0;
  position: relative;
}

.section-info .entry:after {
  content: "\e800";
  font-family: fontello;
  color: #F04A5C;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.section-info .entry__title {
  font-size: 1.6rem;
}

.section-info .entry .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-info .more {
  margin-top: 3em;
}

.section-recruit {
  text-align: center;
  padding: 20px;
}

.section-recruit .section-content {
  background-color: #E6F4F6;
  padding-bottom: 50px;
}

.section-recruit .headline__en {
  color: #017c94;
}

.section-recruit .content .txt {
  font-size: 1.8rem;
}

.section-recruit .content .btn {
  margin: 2em 0;
}

.section-recruit .content .btn a {
  background-color: #26C8E8;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 1em 3em;
  border-radius: 40px;
  line-height: 1;
  font-weight: bold;
}

.site-footer {
  text-align: center;
  background-image: url(../img/common/hero-img-cover-p.png);
  padding: 80px 0 0;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 30px 0 0;
  }
}

.site-footer .copyright {
  font-size: 1.2rem;
  margin-top: 80px;
  margin-bottom: 0;
  background-color: #BC3933;
  color: #fff;
  padding: 0.5em 0;
}

@media only screen and (max-width: 767px) {
  .site-footer .copyright {
    margin-top: 30px;
  }
}

.footer__company .store {
  line-height: 1;
}

.footer__company .store dt {
  font-family: "Alice", serif;
  font-size: 4.2rem;
  letter-spacing: 0.5ch;
  margin-left: 0.5ch;
  color: #BC3932;
}

@media only screen and (max-width: 767px) {
  .footer__company .store dt {
    font-size: 2.8rem;
  }
}

.footer__company .store dd {
  margin-top: .5em;
}

.footer__company .lead {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .footer__company .lead {
    font-size: 1.0rem;
  }
}

.footer__company .phone {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
}

.footer__company .revseve {
  display: block;
  width: 300px;
  background-color: #F04A5C;
  color: #fff;
  font-weight: bold;
  padding: 1em 2em;
  text-align: left;
  margin: 30px auto;
  border-radius: 4px;
  position: relative;
  padding-left: 100px;
  background-image: url(../img/common/btn-reserve.png);
  background-repeat: no-repeat;
  background-position: 25px 24px;
  background-size: 50px auto;
  background-color: #F04A5C;
}

.footer__company .revseve:hover {
  background-color: #f26271;
}

@media only screen and (max-width: 767px) {
  .footer__company .revseve:hover {
    background-color: #F04A5C;
  }
}

.footer__company .revseve dt {
  font-size: 2.0rem;
}

.footer__company .revseve dd {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #8c0d01;
}

.footer__nav .fn-list {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
}

.footer__nav .fn-list .divider {
  margin: 0 1.5em;
}

@media only screen and (min-width: 768px) {
  .footer__nav .fn-list a:hover {
    color: #F04A5C;
  }
}
