@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600&display=swap&subset=japanese');
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap&subset=japanese');
/*****************************************************************************
reset 
*****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border-top: 1px solid #b0b0b0;
  margin-bottom: 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
/*****************************************************************************
linkColor 
*****************************************************************************/
a:link {
  color: #96854e;
  text-decoration: none;
}
a:visited {
  color: #96854e;
  text-decoration: none;
}
a:hover, a:active {
  color: #96854e;
  text-decoration: none;
}
/*****************************************************************************
clearfix 
*****************************************************************************/
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/*****************************************************************************
base
*****************************************************************************/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #333333;
  overflow-x: hidden;
}
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.noto-serif {
  font-family: 'Noto Serif JP', serif;
}
.button01 a {
  transition: .6s;
}
.button01 a:hover {
  background: #a79357;
  border-color: #a79357;
  color: #ffffff;
}
/*****************************************************************************
header 
*****************************************************************************/
.header {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 500px) {
  .header {
    height: 80px;
  }
}
.header-slider {}
.header-slider:after {
  content: '';
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1.0s;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .header-slider:after {
    height: 80px;
  }
}
.header-slider.fixed {
  width: 100%;
  height: 100px;
  position: fixed;
  top: -100px;
  left: 0;
  transform: translateY(100px);
  transition: 0.5s transform;
}
@media screen and (max-width: 500px) {
  .header-slider.fixed {
    height: 80px;
    top: -80px;
    transform: translateY(80px);
  }
}
.header-slider.fixed:after {
  opacity: 1;
}
.header-logo {
  width: 240px;
  position: absolute;
  top: 50%;
  left: calc(100vw * 80 / 1920);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .header-logo {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .header-logo {
    width: 160px;
  }
}
.header-logo img {
  opacity: 0;
}
.header-slider.fixed .header-logo img {
  opacity: 1;
}
.header-logo a:after {
  content: '';
  background: url(/assets/img/common/header-logo-white.png) no-repeat left top;
  background-size: 240px auto;
  width: 240px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .header-logo a:after {
    background-size: 200px auto;
    width: 200px;
    height: 54px;
  }
}
@media screen and (max-width: 500px) {
  .header-logo a:after {
    background-size: 160px auto;
    width: 160px;
    height: 43px;
  }
}
.header-slider.fixed .header-logo a:after {
  opacity: 0;
}
.header__nav {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .header__nav {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0;
    padding: 30px 15px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(30px);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .state-nav-open .header__nav {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .header__nav {
    display: block !important;
  }
}
.header__nav-list {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 900px) {
  .header__nav-list {
    width: 50%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header__nav-list li {
  height: 100%;
  padding: 0 calc(100vw * 30 / 1920);
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  position: relative;
}
.header__nav-list li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .header__nav-list li {
    height: auto;
    margin: 30px 0;
    padding: 0;
  }
}
.header__nav-list li a {
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.fixed .header__nav-list li a {
  color: #333333;
}
@media screen and (max-width: 900px) {
  .header__nav-list li a {
    color: #333333;
  }
}
.header__nav-list li a:after {
  position: absolute;
  left: 50%;
  bottom: 20px;
  content: '';
  width: 30px;
  height: 2px;
  background: #ffffff;
  transform-origin: center center;
  transition: all .4s cubic-bezier(0.3, 0.4, 0.1, 1);
  transform: translate(-50%, 0) scale(0, 1);
  z-index: -1;
}
.fixed .header__nav-list li a:after {
  background: #a79357;
}
@media screen and (max-width: 1024px) {
  .header__nav-list li a:after {
    display: none;
  }
}
.header__nav-list li a:hover:after {
  transform: translate(-50%, 0) scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .header__nav-list li a:hover:after {
    display: none;
  }
}
.header__nav-list li.cr a:after {
  transform: translate(-50%, 0) scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .header__nav-list li.cr a {
    color: #a79357;
  }
}
.header__nav-list li a.recruit {
  background: #a79357;
  padding: 0 calc(100vw * 60 / 1920);
  color: #ffffff;
  transition: all .4s cubic-bezier(0.3, 0.4, 0.1, 1);
}
@media screen and (max-width: 900px) {
  .header__nav-list li a.recruit {
    padding: 20px 0;
  }
}
.header__nav-list li a:hover.recruit {
  background: #8d7a40;
}
.header__nav-list li a.recruit:after {
  display: none;
}
.sp-button {
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: calc(100vw * 80 / 1920);
  transform: translate(0, -50%);
  height: 20px;
  width: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  display: none;
  z-index: 9999;
}
.sp-button span {
  position: absolute;
  display: block;
  background: #ffffff;
  width: 30px;
  height: 2px;
  transition: 0.3s;
}
.fixed .sp-button span {
  background: #333333;
}
.sp-button span:nth-of-type(1) {
  top: 0;
}
.sp-button span:nth-of-type(2) {
  top: 9px;
}
.sp-button span:nth-of-type(3) {
  bottom: 0;
}
@media screen and (max-width: 901px) {
  .sp-button {
    display: block;
  }
  .state-nav-open .sp-button span:nth-of-type(1) {
    background: #333333;
    transform: rotateZ(45deg) translate(6.5px, 6.5px);
  }
  .state-nav-open .sp-button span:nth-of-type(2) {
    opacity: 0;
  }
  .state-nav-open .sp-button span:nth-of-type(3) {
    background: #333333;
    transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  }
}
.cateringMenu {
  position: fixed;
  top: 400px;
  right: 0;
  z-index: 1000;
  width: 50px;
  height: 250px;
}
.cateringMenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  background: #006428;
  color: #ffffff;
  font-family: 'Noto Serif JP', serif;
}
.cateringMenu a:hover {
  background: #127f3e;
}
.cateringMenu a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cateringMenu {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
  }
  .cateringMenu a span {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
  }
}
/*20210413追加*/
.fixed-nav {
  width: 60px;
  position: fixed;
  top: 170px;
  right: 0;
  transform: translateX(100%);
  animation: fixedNav .4s ease-out .8s forwards;
  z-index: 9;
}
@keyframes fixedNav {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 800px) {
  .fixed-nav {
    width: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .fixed-nav {
    width: 60%;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .fixed-nav ul {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .fixed-nav {
    width: 70%;
  }
  .fixed-nav ul {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 770px) {
  .fixed-nav {
    width: 100%;
  }
}
.fixed-nav li {
  /*height: 270px;*/
  height: 235px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  /*.fixed-nav {
    top: 95px;
  }*/
  .fixed-nav li {
    /*height: 270px;*/
    height: 190px;
  }
}
@media screen and (max-width: 1100px) {
  .fixed-nav li {
    /*width: 50%;*/
    width: 33.33333%;
    height: 60px;
    margin-bottom: 0;
    /*padding: 0 5px;*/
  }
}
.fixed-nav li a {
  width: 100%;
  height: 100%;
  background: #006428;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  position: relative;
  transition: .4s ease-out;
}
.fixed-nav li:first-child {
  display: none;
}
@media screen and (max-width: 1100px) {
  .fixed-nav li a {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .fixed-nav li:first-child {
    display: block;
  }
}
/*.fixed-nav li a:hover {
  background: #007e32;
}
.fixed-nav li:first-child a {
  background: #B70000;
}
.fixed-nav li:first-child a:hover {
  background: #ea0000;
}*/
.fixed-nav li a.shop {
  background: #a79357;
}
.fixed-nav li a.take-out {
  background: #B70000;
}
.fixed-nav li a.catering {
  background: #007e32;
}
.sp-hide-600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-hide-600 {
    display: block;
  }
}
.fixed-nav li i {
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .fixed-nav li i {
    margin-right: 8px;
    margin-bottom: 0;
  }
}
/*****************************************************************************
shop banner
*****************************************************************************/
.ctaBnr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctaBnr .ctaBnr_img {
  position: fixed;
  bottom: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.ctaBnr_img_inner {
  max-width: 980px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fafafa;
}
/*@media only screen and (max-width: 800px) {
  .ctaBnr_img_inner {
  display: none !important;
}
}*/
.ctaBnr .ctaBnr_img_inner a {
  display: block;
}
.ctaBnr .ctaBnr_img_inner .pc {
  display: block !important;
}
.ctaBnr .ctaBnr_img_inner .sp {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .ctaBnr .ctaBnr_img_inner .pc {
    display: none !important;
  }
  .ctaBnr .ctaBnr_img_inner .sp {
    display: block !important;
  }
}
.ctaBnr .ctaBnr_img p.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.ctaBnr .ctaBnr_img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.ctaBnr .ctaBnr_img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ctaBnr .ctaBnr_img p.close a i {
  font-size: 20px;
  color: #ffffff;
}
/*****************************************************************************
visual 
*****************************************************************************/
.home__visual {
  background: #ffffff;
  position: relative;
}
.home__slider {
  position: relative;
}
.home__slider-img.bg-switch {
  background-position: center center;
  background-size: cover;
}
.home__visual .slick-slider, .home__visual .slick-list {
  height: 100vh;
}
.home__slider.item01 .home__slider-block {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home__slider.item01 .home__slider-label {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .home__slider.item01 .home__slider-label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.home__slider.item01 .home__slider-title {
  font-weight: 500;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .home__slider.item01 .home__slider-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home__slider.item01 .home__slider-title {
    font-size: 3.0rem;
  }
  .home__slider.item01 .home__slider-title br {
    display: none;
  }
}
.home__slider.item01 .home__slider-img {
  height: 100vh;
}
.home__slider.item02 .home__slider-block {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home__slider.item02 .home__slider-label {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .home__slider.item02 .home__slider-label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.home__slider.item02 .home__slider-title {
  font-weight: 500;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .home__slider.item02 .home__slider-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home__slider.item02 .home__slider-title {
    font-size: 3.0rem;
  }
}
.home__slider.item02 .home__slider-img {
  height: 100vh;
}
.home__slider.item03 .home__slider-block {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home__slider.item03 .home__slider-label {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .home__slider.item03 .home__slider-label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.home__slider.item03 .home__slider-title {
  font-weight: 500;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .home__slider.item03 .home__slider-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home__slider.item03 .home__slider-title {
    font-size: 3.0rem;
  }
}
.home__slider.item03 .home__slider-img {
  height: 100vh;
}
.home__slider.item04 .home__slider-block {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home__slider.item04 .home__slider-label {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .home__slider.item04 .home__slider-label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.home__slider.item04 .home__slider-title {
  font-weight: 500;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .home__slider.item04 .home__slider-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home__slider.item04 .home__slider-title {
    font-size: 3.0rem;
  }
}
.home__slider.item04 .home__slider-img {
  height: 100vh;
}
.home__slider.item05 .home__slider-block {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home__slider.item05 .home__slider-label {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .home__slider.item05 .home__slider-label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.home__slider.item05 .home__slider-title {
  font-weight: 500;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .home__slider.item05 .home__slider-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home__slider.item05 .home__slider-title {
    font-size: 3.0rem;
  }
}
.home__slider.item05 .home__slider-img {
  height: 100vh;
}
.home__slider.item06 .home__slider-block {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home__slider.item06 .home__slider-label {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .home__slider.item06 .home__slider-label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.home__slider.item06 .home__slider-title {
  font-weight: 500;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .home__slider.item06 .home__slider-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home__slider.item06 .home__slider-title {
    font-size: 3.0rem;
  }
}
.home__slider.item06 .home__slider-img {
  height: 100vh;
}
.home__slider.item07 .home__slider-block {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home__slider.item07 .home__slider-label {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .home__slider.item07 .home__slider-label {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.home__slider.item07 .home__slider-title {
  font-weight: 500;
  font-size: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .home__slider.item07 .home__slider-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home__slider.item07 .home__slider-title {
    font-size: 3.0rem;
  }
}
.home__slider.item07 .home__slider-img {
  height: 100vh;
}
.home__visual-scroll {
  width: 22px;
  position: absolute;
  right: 50px;
  bottom: 70px;
}
@media screen and (max-width: 900px) {
  .home__visual-scroll {
    width: 18px;
    right: 30px;
    bottom: 30px;
  }
}
.home__visual-scroll a {
  display: block;
  transform: translate(0, 0);
  transition: 0.3s;
}
.home__visual-scroll a:hover {
  transform: translate(0, 20px);
}
/*****************************************************************************
contents 
*****************************************************************************/
.home__headline {
  background: #004445;
  margin-bottom: 80px;
  padding: 60px 15px;
  text-align: center;
  font-size: 3.5rem;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .home__headline {
    margin-bottom: 40px;
    padding: 30px 15px;
    font-size: 2.6rem;
  }
}
.home__headline small {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #a6936a;
  display: block;
}
@media screen and (max-width: 500px) {
  .home__headline small {
    margin-top: 10px;
  }
}
#home__news-anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  #home__news-anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.home__news {
  background: #000000;
  padding: 50px 0 130px;
}
@media screen and (max-width: 500px) {
  .home__news {
    padding: 30px 0 65px;
  }
}
.home__news-banner {
  margin: 0 -13px 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .home__news-banner {
    margin: 0 -5px 40px;
  }
}
@media screen and (max-width: 500px) {
  .home__news-banner {
    margin: 0 0 40px;
    display: block;
  }
}
.home__news-banner li {
  width: 33.333%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 13px;
}
@media screen and (max-width: 900px) {
  .home__news-banner li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .home__news-banner li {
    width: 100%;
    padding: 0;
  }
}
.home-news-title {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 3.0rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .home-news-title {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.home-news-title small {
  margin-left: 20px;
  font-size: 1.4rem;
  color: #b9a978;
}
.home__news-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .home__news-wrapper {
    display: block;
  }
}
.home__news-pickup {
  width: 31.932773%;
}
@media screen and (max-width: 500px) {
  .home__news-pickup {
    width: 100%;
    margin-bottom: 80px;
  }
}
.home__news-pickup em {
  font-size: 2.0rem;
  display: block;
}
.home__news-pickup a em {
  color: #ffffff;
}
.home__news-pickup span {
  margin: 30px 0 20px;
  font-size: 1.8rem;
  display: block;
}
.home__news-pickup a span {
  color: #b9a978;
}
.home__news .slick-dots {
  bottom: -36px;
}
.home__news .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.home__news .slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #b9a978;
  border-radius: 100px;
  opacity: 1;
}
.home__news .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.home__news .slick-dots li.slick-active button:before {
  background: #ffffff;
}
.home__news-list {
  width: 61.344537%;
}
@media screen and (max-width: 500px) {
  .home__news-list {
    width: 100%;
  }
}
.home__news-item {
  border-bottom: 1px solid #7a7a79;
  padding: 20px 15px;
}
@media screen and (max-width: 500px) {
  .home__news-item {
    padding: 20px 0;
  }
}
.home__news-item:first-child {
  border-top: 1px solid #7a7a79;
}
.home__news-date {
  margin-bottom: 18px;
  color: #dad7d0;
  display: flex;
  align-items: center;
}
.home__news-date a {
  width: 100%;
  max-width: 130px;
  background: #a79357;
  border-radius: 100px;
  margin-left: 30px;
  padding: 6px 0;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  color: #dad7d0;
  display: block;
}
@media screen and (max-width: 500px) {
  .home__news-date a {
    margin-left: 15px;
  }
}
.home__news-title a {
  color: #dad7d0;
}
.home__news-title a:hover {
  text-decoration: underline;
}
.home__news-btn {
  width: 100%;
  max-width: 200px;
  margin: 30px 0 0 auto;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  .home__news-btn {
    margin: 30px auto 0;
  }
}
.home__news-btn a {
  border: 1px solid #7a7a79;
  border-radius: 100px;
  padding: 10px 0;
  color: #f3f3f2;
  display: block;
}
.home__thought {
  position: relative;
}
.home__thought-img.bg-switch {
  background-position: center center;
  background-size: cover;
}
.home__thought .slick-slider, .home__thought .slick-list {
  line-height: 0;
}
.home__thought-block {
  width: 100%;
  max-width: 570px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 100px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .home__thought-block {
    margin: -100px auto 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width: 640px) {
  .home__thought-block {
    width: auto;
    margin: -30px 15px 0;
    padding: 30px 15px 60px;
  }
}
.home__thought-title {
  text-align: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .home__thought-title {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 640px) {
  .home__thought-title {
    font-size: 2.2rem;
  }
}
.home__thought-title small {
  margin: 30px 0;
  font-size: 1.4rem;
  color: #a6936a;
  display: block;
}
.home__thought-text {
  line-height: 2;
}
.home__thought-img {
  position: relative;
}
.home__thought-img:after {
  content: '';
  padding-top: 56.25%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .home__thought-img:after {
    padding-top: 75%;
  }
}
@media screen and (max-width: 900px) {
  .home__thought-img:after {
    padding-top: 56.25%;
  }
}
.home__business {}
.home__business-wrapper {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .home__business-wrapper {
    overflow: hidden;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .home__business-wrapper {
    margin-bottom: 60px;
  }
}
.home__business-img {
  width: 57.29166%;
  margin-right: calc(100vw * 100 / 1920);
  position: relative;
}
@media screen and (max-width: 900px) {
  .home__business-img {
    width: 100%;
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 500px) {
  .home__business-img {
    margin: 0 0 40px 0;
  }
}
.home__business-bg {
  width: 100%;
  background: #f4f4f6;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.home__business-bg:after {
  content: '';
  padding-top: 54.545454%;
  display: block;
}
.home__business-block {
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .home__business-block {
    max-width: inherit;
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .home__business-block {
    padding: 0 15px;
  }
}
.home__business-title {
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  .home__business-title {
    font-size: 2.6rem;
  }
}
.home__business-title small {
  margin: 40px 0;
  font-size: 1.6rem;
  color: #96854e;
  display: block;
}
@media screen and (max-width: 500px) {
  .home__business-title small {
    margin: 20px 0;
  }
}
.home__business-text {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .home__business-text {
    margin-bottom: 20px;
  }
}
.home__business-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.home__business-btn a {
  border: 1px solid #96854e;
  border-radius: 30px;
  padding: 20px 0;
  color: #96854e;
  display: block;
}
@media screen and (max-width: 500px) {
  .home__business-btn a {
    padding: 15px 0;
  }
}
.home__business-wrapper.even {
  justify-content: flex-end;
}
.home__business-wrapper.even .home__business-img {
  margin: 0 0 0 calc(100vw * 100 / 1920);
  order: 2;
}
@media screen and (max-width: 900px) {
  .home__business-wrapper.even .home__business-img {
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 500px) {
  .home__business-wrapper.even .home__business-img {
    margin: 0 0 40px 0;
  }
}
.home__business-wrapper.even .home__business-block {
  order: 1;
}
.home__business-wrapper.even .home__business-bg {
  right: auto;
  left: -30px;
}
.home__brand {
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .home__brand {
    padding-bottom: 60px;
  }
}
.home__brand .home__headline {
  margin-bottom: 0;
}
.home__brand-box {
  cursor: grab;
}
/*
.home__brand-box em {
display: block;
margin: 10px 0 33px;
font-size: 2.2rem;
line-height: 1.2;
text-align: center;
}
*/
.home__brand-box em {
  display: block;
  margin: 10px 0 33px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 500px) {
  .home__brand-box em {
    margin: 10px 0 40px;
    font-size: 2.0rem;
  }
}
/*
.home__brand-box small {
display: block;
margin-bottom: 4px;
font-size: 1.4rem;
color: #96854e;
}
*/
.home__brand-box small {
  display: block;
  margin-bottom: 4px;
  font-size: 1.3rem;
  color: #96854e;
}
@media screen and (max-width: 500px) {
  .home__brand-box small {
    margin-bottom: 5px;
  }
}
.home__brand-btn {
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  text-align: center;
}
.home__brand-btn a {
  border: 1px solid #96854e;
  border-radius: 30px;
  padding: 20px 0;
  color: #96854e;
  display: block;
}
@media screen and (max-width: 500px) {
  .home__brand-btn {
    margin-top: 10px;
  }
  .home__brand-btn a {
    padding: 15px 0;
  }
}
.home__recruit {
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .home__recruit {
    padding-bottom: 60px;
  }
}
.home__recruit-img {}
.home__recruit-title {
  margin: 40px 0;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  .home__recruit-title {
    margin: 20px 0;
    font-size: 2.4rem;
  }
}
.home__recruit-text {
  margin-bottom: 50px;
  padding: 0 calc(100vw * 100 / 1920);
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .home__recruit-text {
    margin-bottom: 25px;
    padding: 0;
  }
}
.home__recruit-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.home__recruit-btn a {
  border: 1px solid #96854e;
  border-radius: 30px;
  padding: 20px 0;
  color: #96854e;
  display: block;
}
@media screen and (max-width: 500px) {
  .home__recruit-btn a {
    padding: 15px 0;
  }
}
.banner {
  background: url(../img/common/banner-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
  position: relative;
}
.banner .slick-slide {
  padding: 0 10px;
}
.banner .prev {
  width: 2.916666%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
.banner .next {
  width: 2.916666%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
@media screen and (max-width: 500px) {
  .banner {
    padding: 55px 0;
  }
  .banner .prev {
    width: 30px;
  }
  .banner .next {
    width: 30px;
  }
}
/*****************************************************************************
footer 
*****************************************************************************/
.footer {
  background: #004445;
  padding-top: 60px;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper {
    display: block;
  }
}
.footer__wrapper-about {
  width: 34.45378%;
  border-right: 2px solid #417276;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-about {
    width: 100%;
    margin-bottom: 50px;
    border-right: none;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .footer__wrapper-about {
    margin-bottom: 50px;
    display: block;
  }
}
.footer__wrapper-logo {
  width: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-logo {
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .footer__wrapper-logo {
    width: 200px;
    margin: 0 0 30px 0;
  }
}
.footer__wrapper-list {}
.footer__wrapper-list li {
  line-height: 2;
  color: #ffffff;
}
.footer__wrapper-list li a {
  color: #ffffff;
}
.footer__wrapper-nav {
  display: flex;
}
@media screen and (max-width: 640px) {
  .footer__wrapper-nav {
    display: block;
  }
}
.footer__wrapper-nav ul {
  width: 33.3333%;
  margin-left: calc(100vw * 100 / 1920);
}
@media screen and (max-width: 640px) {
  .footer__wrapper-nav ul {
    width: 100%;
    margin-left: 0;
  }
}
.footer__wrapper-nav li {
  margin-top: 20px;
  line-height: 2;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .footer__wrapper-nav li {
    margin-top: 10px;
  }
}
.footer__wrapper-nav li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .footer__wrapper-nav li:first-child {
    margin-top: 10px;
  }
}
.footer__wrapper-nav li.indent {
  margin-top: 10px;
  text-indent: 1em;
}
.footer__wrapper-nav li a {
  color: #ffffff;
}
.footer__wrapper-nav li a:hover {
  text-decoration: underline;
}
.footer-banner {
  /*margin: 90px 0;*/
  padding: 90px 0;
  position: relative;
}
.footer-banner .slick-slide {
  padding: 0 10px;
}
.footer-banner p {
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .footer-banner {
    margin: 45px 0 30px;
    display: block;
  }
  .footer-banner p {
    max-width: 200px;
    margin: 0 auto 15px;
    padding: 0;
  }
}
.footer-banner .prev {
  width: 2.916666%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
.footer-banner .next {
  width: 2.916666%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
@media screen and (max-width: 900px) {
  .footer-banner .prev {
    width: 30px;
  }
  .footer-banner .next {
    width: 30px;
  }
}
.slick-slider .slick-track {}
.slick-slide img {
  margin: 0 auto;
}
/*
.slick-track {
  display: flex !important;
  justify-content: center;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  transform: translate(0)!important;
}
.slick-slide {
  float:none !important;
  text-align: center !important;
}
.slick-slide img{
  margin-right: auto;
  margin-left: auto;
}
*/
.footer-copyright {
  background: #000000;
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-bottom: 50px;
  }
}
#page-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
}
#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
#page-top span {
  display: none;
}
#page-top a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/page-top.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#page-top a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
#page-top a:hover::after {
  background: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 130px;
  }
}
/*****************************************************************************
 transform 
 *****************************************************************************/
@media screen and (max-width: 900px) {
  .sp-hide {
    display: none !important;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc-hide {
    display: block !important;
  }
}
/*.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}*/
.effect-fade {
  opacity: 0;
  transition: all .8s cubic-bezier(0.3, 0.4, 0.1, 1);
  transition-delay: .4s;
}
.effect-fadeIn {
  opacity: 1.0;
}
.effect {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all .8s cubic-bezier(0.3, 0.4, 0.1, 1);
  transition-delay: .4s;
}
.fadeIn {
  opacity: 1.0;
  transform: translate3d(0, 0, 0);
}
.delay1 {
  transition-delay: .4s;
}
.delay2 {
  transition-delay: .8s;
}
.delay3 {
  transition-delay: 1.2s;
}