@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300&display=swap');

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

@font-face {
  font-family: 'myfont-light';
  src: url('../../assets/fonts/ZenKakuGothicNew-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'myfont';
  src: url('../../assets/fonts/ZenKakuGothicNew-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'myfont-black';
  src: url('../../assets/fonts/ZenKakuGothicNew-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'myfont-bold';
  src: url('../../assets/fonts/ZenKakuGothicNew-Medium.ttf') format('truetype');
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: justify;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: 'myfont';
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  font-family: 'myfont';
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  font-weight: normal;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
  font-weight: normal;
}

dd {
  margin-left: 0;
  font-weight: normal;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
  font-weight: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
  font-weight: normal;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ヘッダーナビゲーション用のメディクリ設定　*/
@media only screen and (max-width: 1267px) {

  .header-mobile .small-menu-list b {
    cursor: pointer;
  }

  .header-mobile .small-menu-list b img {
    height: 10px;
    margin-left: 8px;
    margin-bottom: 4px;
    transition: all .2s ease;
  }

  .header-mobile .small-menu-list.list-open b img {
    transform: rotate(-90deg);
    transition: all .2s ease;
  }

  .header-mobile .small-menu-list a img {
    height: 10px;
    margin-left: 8px;
    margin-bottom: -3px;
    transform: rotate(-90deg);
  }

  .header-mobile .small-menu {
    display: flex;
    position: absolute;
    top: -250px;
    background: #F2F3F1;
    width: 100vw;
    left: 0;
    padding: 50px;
    color: #1F1C00;
    justify-content: center;
    transition: all 1s ease;
    opacity: 0;
  }

  .header-mobile .small-menu.open {
    opacity: 1;
    top: 70px;
    transition: all 1s ease;
  }

  .header-mobile ul li:nth-child(2) {
    position: relative;
  }

  .header-mobile .small-menu ul li a {
    padding: 0 20px;
  }

  .header {
    position: fixed;
    width: 100%;
    background: white;
    height: 70px;
    display: flex;
    z-index: 10;
    top: 0;
  }



  .disktop {
    display: none;
  }

  .header-company {
    position: absolute;
    text-align: center;
    width: calc(100vw - 50px);
    z-index: 9;
  }

  .header-nav__desktop {
    display: none !important;
  }

  .header-nav__mobile {
    display: block;
    position: fixed;
    z-index: 30000;
    right: 10px;
    top: 7px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s all;
    /* ナビ開いてる時のボタン */
  }

  .header-nav {
    position: fixed;
    right: 50px;
    top: 10px;
    z-index: 10;
  }

  .header-mobile {
    display: none;
    width: 0;
    margin-left: -100px;
  }

  .header-mobile.active {
    background: #FFFFFF url("../../assets/images/icon-logo4.png");
    background-repeat: space;
    background-size: 110px;
    padding: 150px 20px 20px;
    text-align: center;
    width: 100%;
    margin-left: 0;
    position: fixed;
    left: 0;
    height: 101vh;
    top: 0;
    overflow-y: scroll;
  }

  .header-mobile ul li {
    padding: 20px 0;
    font-size: 20px;
    margin: 10px 20px 30px 0px;
    border-radius: 5px;
    width: 100%;
    color: white;
  }

  .header-mobile ul li:nth-child(1) {
    background: #FFFFFF url("../../assets/images/button-babastyle-gurunabi.png");
    background-size: cover;
  }

  .header-mobile ul li:nth-child(2) {
    background: #FFFFFF url("../../assets/images/button-harepan-gurunabi.png");
    background-size: cover;
  }

  .header-mobile ul li:nth-child(3) {
    background: #FFFFFF url("../../assets/images/button-papaora-gurunabi.png");
    background-size: cover;
  }

  .header-mobile ul li:nth-child(4) {
    background: #FFFFFF url("../../assets/images/button-yakiniku-gurunabi.png");
    background-size: cover;
  }

  .header-mobile ul li:nth-child(5) {
    background: #FFFFFF url("../../assets/images/button-bababoon-gurunabi.png");
    background-size: cover;
  }

  .header-mobile ul li:nth-child(6) {
    background: #FFFFFF url("../../assets/images/button-shop-contact.png");
    background-size: cover;
  }

  .header-mobile ul li a img {
    width: 17px;
    margin-right: 10px;
  }

  .header-mobile {
    display: none;
    background: white;
    height: calc(100vh - 60px);
    margin-top: -6px;
    padding: 100px 20px;
    text-align: center;
  }

  .header-nav__mobile span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #5d3c3c;
  }

  .header-nav__desktop {
    display: none;
  }

  .header-nav__mobile span:nth-child(1) {
    top: 10px;
  }

  .header-nav__mobile span:nth-child(2) {
    top: 20px;
  }

  .header-nav__mobile span:nth-child(3) {
    top: 30px;
  }

  .header-nav__mobile.active {
    transform: rotate(360deg);
  }

  .header-nav__mobile.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #646464;
    transform: rotate(-45deg);
  }

  .header-nav__mobile.active span:nth-child(2) {
    top: 16px;
    background: #646464;
    transform: rotate(45deg);
  }

  .header-nav__mobile.active span:nth-child(3) {
    opacity: 0;
  }
}

/* ヘッダーナビゲーション用のメディクリ設定　ここまで　*/

/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }

  to {
    filter: blur(0);
    transform: scale(1);
  }
}

@media print,
screen and (min-width:769px) {
  .display {
    display: none;
  }

  .js-inview {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s;
  }

  .inview {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
  }

  .js-inview2 {
    opacity: 0;
    transition: all 1s;
  }

  .js-inview2.slide {
    opacity: 1;
    transition: all 1s;
  }

  .js-inview3 {
    opacity: 0;
    transition: all 1s;
  }

  .tlt3 {
    opacity: 1;
    transition: all 1s;
  }

  .js-inview4 {
    opacity: 0;
    transition: all 1s;
  }

  .tlt4 {
    opacity: 1;
    transition: all 1s;
  }

  .js-inview2 {
    opacity: 0;
  }


  .js-inview2.tlt2 {
    opacity: 1;
  }

  .js-inview5 {
    opacity: 0;
  }

  .js-inview5.tlt5 {
    opacity: 1;
    margin-top: -15px;
  }

  .loading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100vw;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: white;
  }

  .loading-center {
    text-align: center;
    width: calc(100vw - calc(100vw /4) - calc(100vw / 4));
  }

  .loading-center img {
    margin-bottom: 10px;
  }

  .loading-center h2 {
    font-size: 40px;
    line-height: 58px;
    text-shadow: 0 0 6px rgb(219, 219, 219);
  }

  .common-loading {
    z-index: 99999;
    position: fixed;
    top: 0;
  }

  .loading-center p {
    font-size: 18px;
    line-height: 40px;
    text-shadow: 0 0 4px rgb(219, 219, 219);
    margin-top: 10px;
  }

  .close {
    opacity: 0;
    transition: all 1s;
    animation-name: close;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    display: none;
  }

  @keyframes close {
    0% {
      display: block;
    }

    100% {
      display: none;
    }
  }

  .loading-center img {
    max-width: 300px;
    width: 100%;
  }

  .loading-left {
    max-width: 350px;
    margin-top: -300vh;
    animation-name: slide;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    width: calc(100vw / 4);
  }

  @keyframes slide {
    0% {
      margin-top: -300vh;
    }

    100% {
      margin-top: 0;
    }
  }

  .loading-right {
    max-width: 350px;
    margin-bottom: -300vh;
    animation-name: slide2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    width: calc(100vw / 4);
  }

  @keyframes slide2 {
    0% {
      margin-bottom: -300vh;
    }

    100% {
      margin-bottom: 0;
    }
  }

  .loading-left img {
    width: 100%;
    margin-bottom: 5px;
  }

  .loading-right img {
    width: 100%;
    margin-bottom: 5px;
  }

  .header.header-active {
    height: 50px;
    transition: all 1s ease;
  }

  .header.header-active h1 img {
    width: 180px;
    transition: all 1s ease;
  }

  .top-hero.smart {
    display: none;
  }

  .hero-top-contents {
    height: calc((100vh - 100px) / 3);
    display: flex;
    overflow: hidden;
  }

  .hero-top-contents img {
    height: min-content;
  }

  .hero-top-contents .hero-top-img:nth-child(1) {
    width: 21.5%;

  }

  .hero-top-contents .hero-top-img1 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-1-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-top-contents .hero-top-img2 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-1-1-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-top-contents .hero-top-img:nth-child(2) {
    width: 35%;

  }

  .hero-top-contents .hero-top-img3 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-1-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-top-contents .hero-top-img4 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-1-2-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-top-contents .hero-top-img:nth-child(3) {
    width: 43.5%;
  }

  .hero-top-contents .hero-top-img5 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-1-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: calc((100vh - 100px) / 3);
  }

  .hero-top-contents .hero-top-img6 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-1-3-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: calc((100vh - 100px) / 3);
  }

  .hero-middle-contents {
    height: calc((100vh - 100px) / 3);
    display: flex;
    overflow: hidden;
  }

  .hero-middle-contents .hero-middle-img:nth-child(1) {
    width: 21.8%;
  }

  .hero-middle-contents .hero-middle-img7 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents .hero-middle-img8 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-1-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents .hero-middle-img:nth-child(2) {
    width: 34.7%;
  }

  .hero-middle-contents .hero-middle-img9 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents .hero-middle-img10 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-2-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents .hero-middle-img:nth-child(3) {
    width: 21.8%;
  }

  .hero-middle-contents .hero-middle-img11 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents .hero-middle-img12 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-3-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents .hero-middle-img:nth-child(4) {
    width: 21.7%;
  }

  .hero-middle-contents .hero-middle-img13 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents .hero-middle-img14 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-2-4-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-middle-contents img {
    height: min-content;
  }

  .hero-bottom-contents {
    height: calc((100vh - 100px) / 3);
    display: flex;
    overflow: hidden;
  }

  .hero-bottom-contents img {
    height: min-content;
  }

  .hero-bottom-contents .hero-bottom-img:nth-child(1) {
    width: 34.7%;
  }

  .hero-bottom-contents .hero-bottom-img15 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-bottom-contents .hero-bottom-img16 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-1-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-bottom-contents .hero-bottom-img:nth-child(2) {
    width: 21.8%;
  }

  .hero-bottom-contents .hero-bottom-img17 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-bottom-contents .hero-bottom-img18 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-2-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-bottom-contents .hero-bottom-img:nth-child(3) {
    width: 21.8%;
  }

  .hero-bottom-contents .hero-bottom-img19 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-bottom-contents .hero-bottom-img20 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-3-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-bottom-contents .hero-bottom-img:nth-child(4) {
    width: 21.7%;
  }

  .hero-bottom-contents .hero-bottom-img21 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-bottom-contents .hero-bottom-img22 {
    width: 100%;
    height: calc((100vh - 100px) / 3);
    background: url("../../assets/images/tile-3-4-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header {
    display: flex;
    padding: 10px 50px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background: white;
    z-index: 999;
    transition: all 1s ease;
  }

  .header-company img {
    width: 327px;
    transition: all 1s ease;
  }

  .header-nav__desktop {
    display: flex;
    font-size: 17px;
  }

  .header-nav__desktop li {
    padding: 0 20px;
    border-color: #FE5C11;
    transition: all 0.1s ease;
  }

  .header-nav__desktop li:hover {
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #FE5C11;
    transition: all 0.6s ease;
    margin: -5px 0;
  }

  .header-nav__desktop li:nth-last-child(1):hover {
    border-bottom-width: 0px;
    transition: all 0.6s ease;
    margin: 0 0;
  }

  .header-nav__desktop li:nth-last-child(1):hover a {
    background: #118bfe;
    transition: all 0.6s ease;
  }

  .header-nav__desktop .last a {
    background: #FE5C11;
    color: white;
    padding: 5px 25px;
    border-radius: 10px;
  }

  .small-menu-list b {
    cursor: pointer;
  }

  .small-menu-list b img {
    height: 10px;
    margin-left: 8px;
    margin-bottom: 4px;
    transition: all .2s ease;
  }

  .small-menu-list.list-open b img {
    transform: rotate(-90deg);
    transition: all .2s ease;
  }

  .small-menu-list a img {
    height: 10px;
    margin-left: 8px;
    margin-bottom: -3px;
    transform: rotate(-90deg);
  }

  .small-menu {
    display: flex;
    position: absolute;
    top: -250px;
    background: #F2F3F1;
    width: 100vw;
    left: 0;
    padding: 50px;
    color: #1F1C00;
    justify-content: center;
    transition: all 1s ease;
    opacity: 0;
  }

  .small-menu.open {
    opacity: 1;
    top: 98px;
    transition: all 1s ease;
  }

  .header.header-active .small-menu.open {
    opacity: 1;
    top: 50px;
    transition: all 1s ease;
  }

  .small-menu h3 {
    width: 150px;
    font-size: 15px;
  }

  .small-menu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .small-menu ul li {
    flex-basis: calc((100% - 190px) / 3);
    font-size: 16px;
    line-height: 24px;
    border-bottom-width: 1px;
    margin: 0 25px;
    margin-bottom: 15px;
    border-color: #1F1C01;
    padding-left: 0;
    padding-right: 0;
  }

  .small-menu ul li:hover {
    border-style: none;
    margin: 0 25px;
    transition: all 0.6s ease;
    color: #FE5C11;
    border-bottom-width: 1px;
    margin-bottom: 15px;
  }

  .small-menu ul li:hover a {
    border-bottom-width: 1px;
  }

  .small-menu ul li a img {
    transform: rotate(0deg);
    transition: all 0.6s ease;
  }

  .small-menu ul li:hover a img {
    transform: rotate(-90deg);
    transition: all 0.6s ease;
  }

  .small-menu ul li:nth-last-child(1):hover {
    border-bottom-width: 1px;
    margin: 0 25px;
  }

  .small-menu ul li:nth-last-child(1):hover a {
    background: none;
  }

  .small-menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main {
    margin-top: 100px;
  }

  .top-greeting {
    text-align: center;
    padding: 100px 50px 50px;
  }

  .top-greeting h2 {
    font-size: 20px;
    line-height: 35px;
    max-width: 670px;
    margin: 0 auto;
  }

  .top-greeting h3 {
    font-size: 20px;
    line-height: 35px;
    max-width: 670px;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  .top-greeting img {
    max-width: 1050px;
    padding: 0 50px;
    width: 100%;
  }

  .top-about {
    background: #F2F3F1;
    padding: 100px 50px;
    text-align: center;
    overflow: hidden;
  }

  .top-about h2 {
    font-size: 35px;
    line-height: 50px;
    max-width: 850px;
    position: relative;
    margin: 0 auto;
  }

  .top-about h2:after {
    content: "";
    position: absolute;
    background: url(../../assets/images/icon-logo3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 290px;
    height: 225px;
    right: -150px;
    top: 50px;
  }

  .top-about h2 span {
    font-size: 18px;
    line-height: 30px;
    display: block;
  }

  .top-about-inner {
    display: flex;
    background: white;
    padding: 50px;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: center;
    z-index: 9;
    position: relative;
    align-items: flex-start;
  }

  .top-about-inner p {
    font-size: 15px;
    line-height: 30px;
    max-width: 460px;
    padding-left: 50px;
    text-align: justify;
  }

  .top-about-inner img {
    max-width: 253px;
  }

  .top-recruit {
    padding: 100px 50px 150px;
    position: relative;
  }

  .top-recruit:after {
    position: absolute;
    background: #F2F3F1;
    content: "";
    width: 65vw;
    height: 200px;
    bottom: 90px;
    z-index: -1;
    right: 0;
  }

  .top-recruit-inner {
    display: flex;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }

  .top-recruit-inner .left h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .top-recruit-inner .left h2 span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    color: #1F1C00;
  }

  .top-recruit-inner .left p {
    max-width: 330px;
    font-size: 15px;
    line-height: 30px;
  }

  .top-recruit-inner .left {
    min-width: 280px;
  }

  .top-recruit-inner .right img {
    max-width: 160px;
    margin: 0 10px;
  }

  .top-recruit-inner .right img:nth-child(2) {
    margin-top: -60px;
    margin-bottom: 60px;
  }

  .top-recruit-inner .right img:nth-child(3) {
    margin-top: -180px;
    margin-bottom: 180px;
  }

  .top-recruit-inner .right {
    margin-top: 120px;
    padding-left: 40px;
  }

  .top-recruit-inner .right.js-inview2 {
    transition: all 1s;
    margin-top: 70px;
  }

  .top-recruit-inner .right.js-inview2.slide img {
    margin-top: 0;
    opacity: 1;
    transition: all 1s;
  }

  .top-recruit-inner .right.js-inview2.slide img:nth-child(2) {
    margin-bottom: 60px;
    margin-top: 0;
    opacity: 1;
    transition: all 1s;
  }

  .top-recruit-inner .right.js-inview2.slide img:nth-child(3) {
    margin-top: -120px;
    margin-bottom: 120px;
    opacity: 1;
    transition: all 1s;
  }

  .contact-mail {
    padding: 30px 50px 100px;
    text-align: center;
    background: #F2F3F1;
  }

  .contact-mail-inner {
    max-width: 740px;
    margin: 0 auto;
  }

  .contact-mail-inner h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .contact-mail-inner h2 span {
    display: block;
    font-size: 18px;
    color: #1F1C00;
  }

  .contact-mail-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: white;
    border-width: 5px;
    border-color: #FD7B28;
    border-radius: 10px;
  }

  .contact-mail-contents .icon-sp {
    width: 85px;
    height: auto;
    margin-top: -60px;
    margin-left: 40px;
  }

  .contact-mail-contents .icon-qr {
    width: 136px;
    height: auto;
    margin-left: -15px;
  }

  .contact-mail-contents h3 {
    max-width: 510px;
    color: #FD7B28;
    font-size: 15px;
    line-height: 32px;
    margin: 0 21px;
  }

  .contact-mail-box {
    padding: 30px 0 5px;
  }

  .contact-mail-box p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 15px;
  }

  .contact {
    padding: 100px 50px;
    text-align: center;
  }

  .contact-inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .contact-inner h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .contact-inner h2 span {
    display: block;
    font-size: 18px;
    color: #1F1C00;
  }

  .contact-inner p {
    font-size: 15px;
    line-height: 50px;
  }

  .contact-button-box {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .contact-button-box .left {
    display: flex;
    width: 417px;
    background: url("../../assets/images/button-shop-contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }

  .contact-button-box {
    font-size: 20px;
    line-height: 35px;
  }

  .contact-button-box .left p span {
    background: white;
    border-radius: 50px;
    padding: 5px;
    margin-left: 30px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }

  .contact-button-box .left:hover span {
    margin-left: 70px;
    transition: all 0.5s;
  }

  .contact-button-box .left p {
    display: flex;
    align-items: center;
  }

  .contact-button-box .left p span img {
    height: 8px;
    transform: rotate(-90deg);
  }

  .contact-button-box .right {
    display: flex;
    width: 417px;
    background: url("../../assets/images/button-tel-contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }

  .contact-button-box .right p span {
    padding: 5px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: -10px;
  }

  .contact-button-box .right img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .contact-button-box .right p {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 10px;
  }

  footer {
    background: #F2F3F1;
    padding: 100px 50px 50px;
  }

  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-inner .left img {
    height: 80px;
    width: auto;
    margin-bottom: 30px;
  }

  .footer-inner .left {
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-inner .left b {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-inner .left p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }

  .footer-inner .left p span {
    font-weight: bold;
  }

  .footer-inner .right ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-inner .right ul li {
    flex-basis: 50%;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #332D29;
    margin-top: 15px;
  }

  .footer-inner .right ul li:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    background: #FD6912;
    left: -30px;
    top: 15px;
  }

  .footer-inner .right ul li:hover {
    color: #FD6912;
    transition: all .3s;
  }

  .footer-inner .right ul li:hover:before {
    height: 2px;
    transition: all .3s;
  }

  footer small {
    font-size: 13px;
    line-height: 19px;
    color: #707070;
    text-align: center;
    display: block;
    margin-top: 50px
  }

  .page-hero {
    position: relative;
    height: calc(100vh - 100px);
  }

  .page-hero-slide {
    position: absolute;
    height: calc(100vh - 100px);
    width: 100vw;
  }

  .page-hero-slide li {
    height: calc(100vh - 100px);
    width: 100vw;
  }

  .page-hero .icon-recruit {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: -50px;
  }

  .page-title h1 {
    margin-left: -100vw;
  }

  .page-title .js-inview2.slide {
    margin-left: 0;
    transition: 1s all;
  }

  .page-title h1 img {
    width: 100%;
    padding: 10px 50px;
    border-width: 20px 0 20px 0;
    border-style: solid;
  }

  .breadcrumb__list {
    padding: 20px 50px;
    display: flex;
    font-size: 12px;
  }

  .page-target {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 80px;
    display: none;
  }

  .page-target-contents {
    display: flex;
    justify-content: center;
  }

  .page-target-box {
    border-width: 4px;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #e0e0e0;
    margin: 0 10px;
  }

  .page-about {
    padding: 100px 50px 200px;
  }

  .page-about-inner {
    max-width: 850px;
    margin: 0 auto;
  }

  .page-about-inner h2 {
    text-align: center;
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .page-about-inner h2 span {
    font-size: 18px;
    display: block;
    margin-top: 3px;
  }

  .page-about-contents {
    background: white;
    padding: 50px;
    display: flex;
    align-items: center;
  }

  .page-about-contents img {
    max-width: 253px;
  }

  .page-about-contents p {
    max-width: 450px;
    font-size: 15px;
    line-height: 30px;
    padding-left: 50px;
  }

  .page-about-inner strong {
    font-size: 18px;
    line-height: 30px;
    display: block;
    text-align: center;
    padding: 50px 0;
  }

  .page-about-button-box {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .page-about-button-box .left {
    display: flex;
    width: 337px;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 15px 10px;
    cursor: pointer;
  }

  .page-about-button-box .right span {
    transition: all 0.5s;
    margin-left: 30px;
  }

  .page-about-button-box .right:hover span {
    margin-left: 70px;
    transition: all 0.5s;
  }

  .page-about-button-box {
    font-size: 20px;
    line-height: 35px;
  }

  .page-about-button-box .left span {
    transition: all 0.5s;
    margin-left: 30px;
  }

  .page-about-button-box .left:hover span {
    margin-left: 70px;
    transition: all 0.5s;
  }

  .page-about-button-box .left p span {
    background: white;
    border-radius: 50px;
    padding: 5px;
    margin-left: 30px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .page-about-button-box .left p {
    display: flex;
    align-items: center;
  }

  .page-about-button-box .left p span img {
    height: 11px;
  }

  .page-about-button-box .right p span {
    background: white;
    border-radius: 50px;
    padding: 5px;
    margin-left: 30px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .page-about-button-box .right p span img {
    height: 11px;
  }

  .page-about-button-box .right p {
    display: flex;
    align-items: center;
  }

  .page-work h2 {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
  }

  .page-work h2 span {
    font-size: 18px;
    display: block;
    margin-top: 3px;
  }

  .page-work-contents {
    display: flex;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 50px 80px;
    justify-content: space-between;
  }

  .page-work-contents img {
    max-width: 335px;
  }

  .page-work-contents h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }

  .page-work-contents p {
    max-width: 345px;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }

  .page-work-box {
    padding: 0 15px;
  }

  .page-work {
    padding-bottom: 100px;
  }

  .page-interview {
    padding: 0 0 100px 0;
  }

  .page-interview h2 {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
  }

  .page-interview h2 span {
    font-size: 18px;
    display: block;
    margin-top: 3px;
  }

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

  .page-interview-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .page-interview-wrapper .left {
    margin-top: 50px;
  }

  .page-interview-wrapper img {
    width: 206px;
  }

  .page-interview-wrapper .left p {
    background: #F2F3F1;
    font-size: 15px;
    padding: 10px 20px;
    margin-bottom: 40px;
    display: block;
    width: fit-content;
  }

  .page-interview-wrapper .left h3 {
    color: white;
    font-size: 24px;
    line-height: 38px;
    padding: 5px 20px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .page-interview-contents {
    display: flex;
    justify-content: space-between;
  }

  .page-interview-contents .left {
    min-width: 50%;
    padding: 0 20px;
  }

  .page-interview-contents .right {
    min-width: 50%;
    padding: 0 20px;
  }

  .page-interview-contents h4 {
    font-size: 16px;
    line-height: 24px;
    background: white;
    padding: 20px 30px;
    border-style: solid;
    border-width: 3px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .page-interview-contents h4 span {
    font-size: 16px;
    margin-right: 5px;
  }

  .page-interview-contents b {
    font-size: 20px;
    line-height: 29px;
    display: inline-flex;
    align-items: flex-start;
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-interview-contents p {
    line-height: 30px;
    max-width: 456px;
    padding-bottom: 70px;
    text-align: justify;
    color: #3E3E3E;
    display: inline-block;
    margin-left: 55px;
    position: relative;
    margin-top: -50px !important;
  }

  .page-interview-contents img {
    max-width: 385px;
    margin: 0 20px;
    width: 100%;
  }

  .page-recruitment {
    text-align: center;
    padding-bottom: 250px;
  }

  .page-recruitment h2 {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
    margin-bottom: 100px;
  }

  .page-recruitment h2 span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }

  .page-recruitment table {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    margin-top: 100px;
    line-height: 30px;
    color: #3E3E3E;
  }

  .page-recruitment table th {
    padding: 20px 50px;
    border-bottom-width: 1px;
    border-style: solid;
    min-width: 220px;
  }

  .page-recruitment table td {
    padding: 20px 50px 20px 20px;
    border-bottom-width: 1px;
    border-style: solid;
  }

  .page-recruitment table tr:nth-child(1) th {
    border-top-width: 2px;
    border-style: solid;
  }

  .page-recruitment table tr:nth-child(1) td {
    border-top-width: 2px;
    border-style: solid;
  }

  .recruitment-button {
    display: flex;
    justify-content: center;
    width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    color: white;
    border-radius: 7px;
    align-items: center;
    padding: 10px 20px;
  }

  .recruitment-button img {
    width: 20px;
    height: 28px;
    margin: 0 6px 0 20px;
    margin-bottom: -5px;
  }

  .recruitment-button p {
    font-size: 38px;
    display: flex;
    align-items: center;
  }

  .recruitment-button p span {
    font-size: 15px;
  }

  .page-sns {
    padding: 150px 50px;
  }

  .page-sns-inner {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .page-sns-inner .left {
    text-align: center;
  }

  .page-sns-inner .left h2 span {
    font-size: 30px;
    line-height: 30px;
  }

  .page-sns-inner .left h2 mark {
    background: none;
    font-size: 30px;
    margin-top: 14px;
    display: block;
    font-family: "myfont-bold";
  }

  .page-sns-inner .left img {
    max-width: 175px;
    margin-bottom: 20px;
  }

  .page-sns-inner .left h2 {
    font-size: 35px;
    line-height: 45px;
    font-family: 'myfont-black';
  }

  .insta {
    padding: 8px;
    border-radius: 16px;
    min-width: 430px;
    text-align: center;
    background: linear-gradient(to right, #d72fb9, #fe2735);
  }

  .insta:hover {
    opacity: 0.5;
  }

  .insta-inner {
    background: white;
    border-radius: 8px;
    width: 100%;
  }

  .insta img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .insta p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    color: #F70076;
    font-size: 20px;
  }

  .facebook {
    background: white;
    width: 430px;
    margin-top: 30px;
    border-radius: 16px;
    padding: 8px;
    text-align: center;
    border-width: 8px;
    border-color: #3AABD2;
  }

  .facebook:hover {
    opacity: 0.5;
  }

  .facebook img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .facebook p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 25px;
    color: #3AABD2;
    font-size: 20px;
  }

  /******** 店舗で色を変える　バーバスタイル　****************************************************************/
  .page-title.babastyle h1 img {
    border-color: #DFC897;
  }

  .page-hero.babastyle {}

  .page-target.babastyle .page-target-box {
    border-color: #DFC897;
  }

  .page-about.babastyle .page-about-button-box .right {
    display: flex;
    width: 337px;
    background: url("../../assets/images/button-babastyle-gurunabi.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
  }

  .page-about.babastyle {
    background: #FFFBF5 url("../../assets/images/background-babastyle.png");
    background-repeat: space;
    background-size: 197px;
    background-attachment: fixed;
  }

  .page-about.babastyle .page-about-button-box .left {
    background: url("../../assets/images/button-babastyle-home.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-work.babastyle h2 {
    background: #DFC897;
    margin-bottom: 200px;
  }

  .page-work.babastyle .page-work-contents h3 {
    color: #D18319;
  }

  .page-interview.babastyle {
    background: #FFFBF5;
  }

  .page-interview.babastyle h2 {
    background: #DFC897;
    margin-bottom: 150px;
  }

  .page-interview .page-interview-wrapper {
    background: url("../../assets/images/img-babastyle-job.jpg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: right bottom;
  }

  .page-interview.babastyle .page-interview-wrapper .left h3 {
    background: #BA7905;
  }

  .page-interview.babastyle .page-interview-contents h4 {
    border-color: #BA7905;
  }

  .page-interview.babastyle .page-interview-contents b {
    color: #BA7905;
  }

  .page-interview.babastyle .page-interview-contents h4 span {
    color: #BA7905;
  }

  .page-recruitment.babastyle h2 {
    background: #DFC897;
  }

  .page-recruitment.babastyle table th {
    border-color: #f2e6d0;
    ;
  }

  .page-recruitment.babastyle table td {
    border-color: #f2e6d0;
    ;
  }

  .page-recruitment.babastyle .recruitment-button {
    background: #BA7905;
  }

  .page-sns.babastyle {
    background: url("../../assets/images/background-babastyle-sns.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-sns.babastyle .page-sns-inner .left h2 {
    color: #BA7905;
  }

  .page-sns.babastyle .page-sns-inner .left h2 mark {
    color: #BA7905;
  }

  /******** 店舗で色を変える　バーバスタイル　****************************************************************/
  /******** 店舗で色を変える　バーバブーン　****************************************************************/
  .page-title.bababoon h1 img {
    border-color: #DF9797;
  }

  .page-hero.bababoon {
    background: url("../../assets/images/img-bababoon-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-target.bababoon .page-target-box {
    border-color: #DF9797;
  }

  .page-about.bababoon .page-about-button-box .right {
    display: flex;
    width: 337px;
    background: url("../../assets/images/button-bababoon-gurunabi.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
  }

  .page-about.bababoon {
    background: #FFF5F5 url("../../assets/images/background-bababoon.png");
    background-repeat: space;
    background-size: 197px;
    background-attachment: fixed;
  }

  .page-about.bababoon .page-about-button-box .left {
    background: url("../../assets/images/button-bababoon-home.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-work.bababoon h2 {
    background: #8B161E;
    margin-bottom: 200px;
    color: white;
  }

  .page-work.bababoon .page-work-contents h3 {
    color: #8B161E;
  }

  .page-interview.bababoon {
    background: #FFF5F5;
  }

  .page-interview.bababoon .page-interview-wrapper .right img {
    width: 255px;
    margin-right: 30px;
  }

  .page-interview.bababoon h2 {
    background: #8B161E;
    margin-bottom: 200px;
    color: white;
  }

  .page-interview.bababoon .page-interview-wrapper {
    background: url("../../assets/images/img-bababoon-job.jpg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right bottom;
  }

  .page-interview.bababoon .page-interview-wrapper .left h3 {
    background: #8B161E;
  }

  .page-interview.bababoon .page-interview-contents h4 {
    border-color: #8B161E;
  }

  .page-interview.bababoon .page-interview-contents b {
    color: #8B161E;
  }

  .page-interview.bababoon .page-interview-contents h4 span {
    color: #8B161E;
  }

  .page-recruitment.bababoon h2 {
    background: #8B161E;
    color: white;
  }

  .page-recruitment.bababoon table th {
    border-color: #f3d1d0;
    ;
  }

  .page-recruitment.bababoon table td {
    border-color: #f3d1d0;
    ;
  }

  .page-recruitment.bababoon .recruitment-button {
    background: #8B161E;
  }

  .page-sns.bababoon {
    background: url("../../assets/images/background-bababoon-sns.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-sns.bababoon .page-sns-inner .left h2 {
    color: white;
  }

  .page-sns.bababoon .page-sns-inner .left h2 mark {
    color: white;
  }

  /******** 店舗で色を変える　バーバブーン　****************************************************************/
  /******** 店舗で色を変える　晴れパン　****************************************************************/
  .page-title.harepan h1 img {
    border-color: #45678D;
  }

  .page-hero.harepan {}

  .page-target.harepan .page-target-box {
    border-color: #45678D;
  }

  .page-about.harepan .page-about-button-box .right {
    display: flex;
    width: 337px;
    background: url("../../assets/images/button-harepan-gurunabi.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
    cursor: pointer;
  }

  .page-about.harepan {
    background: #F5FBFF url("../../assets/images/background-harepan.png");
    background-repeat: space;
    background-size: 197px;
    background-attachment: fixed;
  }

  .page-about.harepan .page-about-button-box .left {
    background: url("../../assets/images/button-harepan-home.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-work.harepan h2 {
    background: #023396;
    margin-bottom: 200px;
    color: white;
  }

  .page-work.harepan .page-work-contents h3 {
    color: #023396;
  }

  .page-interview.harepan {
    background: #F5FBFF;
  }

  .page-interview.harepan .page-interview-wrapper .right img {
    width: 250px;
  }

  .page-interview.harepan h2 {
    background: #023396;
    margin-bottom: 200px;
    color: white;
  }

  .page-interview.harepan .page-interview-wrapper {
    background: url("../../assets/images/img-harepan-job.jpg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right bottom;
  }

  .page-interview.harepan .page-interview-wrapper .left h3 {
    background: #023396;
  }

  .page-interview.harepan .page-interview-contents h4 {
    border-color: #023396;
  }

  .page-interview.harepan .page-interview-contents b {
    color: #023396;
  }

  .page-interview.harepan .page-interview-contents h4 span {
    color: #023396;
  }

  .page-recruitment.harepan h2 {
    background: #023396;
    color: white;
  }

  .page-recruitment.harepan table th {
    border-color: #ecf1f5;
    ;
  }

  .page-recruitment.harepan table td {
    border-color: #ecf1f5;
    ;
  }

  .page-recruitment.harepan .recruitment-button {
    background: #023396;
    margin-top: 100px;
    margin-bottom: -60px;
  }

  .page-sns.harepan {
    background: url("../../assets/images/background-harepan-sns.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-sns.harepan .insta {
    margin-bottom: 30px;
  }

  .page-sns.harepan .insta:nth-child(2) p {
    color: #FE8C15;
  }

  .page-sns.harepan .insta:nth-child(3) p {
    color: #8B1BEA;
  }

  .page-sns.harepan .page-sns-inner .left h2 p {
    color: white;
  }

  .page-sns.harepan .page-sns-inner .left h2 {
    color: white;
  }

  .page-sns.harepan .page-sns-inner .left h2 mark {
    color: white;
  }

  /******** 店舗で色を変える　晴れパン　****************************************************************/
  /******** 店舗で色を変える　焼にーくん　****************************************************************/
  .page-title.yakiniku h1 img {
    border-color: #C20D24;
  }

  .page-hero.yakiniku {}

  .page-target.yakiniku .page-target-box {
    border-color: #C20D24;
  }

  .page-about.yakiniku .page-about-button-box .right {
    display: flex;
    width: 337px;
    background: url("../../assets/images/button-yakiniku-gurunabi.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
    cursor: pointer;
  }

  .page-about.yakiniku {
    background: #fff8ee url("../../assets/images/background-yakiniku.png");
    background-repeat: space;
    background-size: 197px;
    background-attachment: fixed;
  }

  .page-about.yakiniku .page-about-button-box .left {
    background: url("../../assets/images/button-yakiniku-home.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-work.yakiniku h2 {
    background: #C20D24;
    margin-bottom: 200px;
    color: white;
  }

  .page-work.yakiniku .page-work-contents h3 {
    color: #C20D24;
  }

  .page-interview.yakiniku {
    background: #FFF6E9;
  }

  .page-interview.yakiniku .page-interview-wrapper .right img {
    width: 176px;
    margin-right: 30px;
  }

  .page-interview.yakiniku h2 {
    background: #C20D24;
    margin-bottom: 200px;
    color: white;
  }

  .page-interview.yakiniku .page-interview-wrapper {
    background: url("../../assets/images/img-yakiniku-job.jpg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right bottom;
  }

  .page-interview.yakiniku .page-interview-wrapper .left h3 {
    background: #C20D24;
  }

  .page-interview.yakiniku .page-interview-contents h4 {
    border-color: #C20D24;
  }

  .page-interview.yakiniku .page-interview-contents b {
    color: #C20D24;
  }

  .page-interview.yakiniku .page-interview-contents h4 span {
    color: #C20D24;
  }

  .page-recruitment.yakiniku h2 {
    background: #C20D24;
    color: white;
  }

  .page-recruitment.yakiniku table th {
    border-color: #fff4e7;
    ;
  }

  .page-recruitment.yakiniku table td {
    border-color: #fff4e7;
    ;
  }

  .page-recruitment.yakiniku .recruitment-button {
    background: #C20D24;
  }

  .page-sns.yakiniku {
    background: url("../../assets/images/background-yakiniku-sns.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-sns.yakiniku .page-sns-inner .left h2 {
    color: #C20D24;
  }

  .page-sns.yakiniku .page-sns-inner .left h2 mark {
    color: #C20D24;
  }

  /******** 店舗で色を変える　焼にーくん　****************************************************************/
  /******** 店舗で色を変える　パパオランジェ　****************************************************************/
  .page-title.papaora h1 img {
    border-color: #A8DF97;
  }

  .page-hero.papaora {}

  .page-target.papaora .page-target-box {
    border-color: #A8DF97;
  }

  .page-about.papaora .page-about-button-box .right {
    display: flex;
    width: 337px;
    background: url("../../assets/images/button-papaora-gurunabi.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
    cursor: pointer;
  }

  .page-about.papaora {
    background: #F8FFF5 url("../../assets/images/background-papaora.png");
    background-repeat: space;
    background-size: 197px;
    background-attachment: fixed;
  }

  .page-about.papaora .page-about-button-box .left {
    background: url("../../assets/images/button-papaora-home.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-work.papaora h2 {
    background: #17A200;
    margin-bottom: 200px;
    color: white;
  }

  .page-work.papaora .page-work-contents h3 {
    color: #17A200;
  }

  .page-interview.papaora {
    background: #F8FFF5;
  }

  .page-interview.papaora .page-interview-wrapper .right img {
    width: 166px;
    margin-right: 30px;
  }

  .page-interview.papaora h2 {
    background: #17A200;
    margin-bottom: 200px;
    color: white;
  }

  .page-interview.papaora .page-interview-wrapper {
    background: url("../../assets/images/img-papaora-job.jpg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right bottom;
  }

  .page-interview.papaora .page-interview-wrapper .right img {
    width: 171px;
    margin-right: 50px;
  }

  .page-interview.papaora .page-interview-wrapper .left h3 {
    background: #17A200;
  }

  .page-interview.papaora .page-interview-contents h4 {
    border-color: #17A200;
  }

  .page-interview.papaora .page-interview-contents b {
    color: #17A200;
  }

  .page-interview.papaora .page-interview-contents h4 span {
    color: #17A200;
  }

  .page-recruitment.papaora h2 {
    background: #17A200;
    color: white;
  }

  .page-recruitment.papaora table th {
    border-color: #daf0d8;
    ;
  }

  .page-recruitment.papaora table td {
    border-color: #daf0d8;
    ;
  }

  .page-recruitment.papaora .recruitment-button {
    background: #17A200;
  }

  .page-sns.papaora {
    background: url("../../assets/images/background-papaora-sns.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-sns.papaora .page-sns-inner .left h2 {
    color: #17A200;
  }

  .page-sns.papaora .page-sns-inner .left h2 mark {
    color: #17A200;
  }

  /******** 店舗で色を変える　パパオランジェ　****************************************************************/
  /******** 店舗で色を変える　麺八屋　****************************************************************/
  .page-title.menpachi h1 img {
    border-color: #F7B530;
  }

  .page-hero.menpachi {}

  .page-target.menpachi .page-target-box {
    border-color: #F7B530;
  }

  .page-about.menpachi .page-about-button-box .right {
    display: flex;
    width: 337px;
    background: url("../../assets/images/button-menpachi-gurunabi.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
    cursor: pointer;
  }

  .page-about.menpachi {
    background: #fef3dc url("../../assets/images/background-menpachi.png");
    background-repeat: space;
    background-size: 197px;
    background-attachment: fixed;
  }

  .page-about.menpachi .page-about-button-box .left {
    background: url("../../assets/images/button-menpachi-home.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-work.menpachi h2 {
    background: #E74125;
    margin-bottom: 200px;
    color: white;
  }

  .page-work.menpachi .page-work-contents h3 {
    color: #E74125;
  }

  .page-interview.menpachi {
    background: #FEF0D4;
  }

  .page-interview.menpachi h2 {
    background: #E74125;
    margin-bottom: 200px;
    color: white;
  }

  .page-interview.menpachi .page-interview-wrapper {
    background: url("../../assets/images/img-menpachi-job.jpg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right bottom;
  }

  .page-interview.menpachi .page-interview-wrapper .left h3 {
    background: #E74125;
  }

  .page-interview.menpachi .page-interview-contents h4 {
    border-color: #E74125;
  }

  .page-interview.menpachi .page-interview-contents b {
    color: #E74125;
  }

  .page-interview.menpachi .page-interview-contents h4 span {
    color: #E74125;
  }

  .page-recruitment.menpachi h2 {
    background: #E74125;
    color: white;
  }

  .page-recruitment.menpachi table th {
    border-color: #fef0ee;
    ;
  }

  .page-recruitment.menpachi table td {
    border-color: #fef0ee;
    ;
  }

  .page-recruitment.menpachi .recruitment-button {
    background: #E74125;
  }

  .page-sns.menpachi {
    background: url("../../assets/images/background-menpachi-sns.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-sns.menpachi .page-sns-inner .left h2 {
    color: #E74125;
  }

  .page-sns.menpachi .page-sns-inner .left h2 mark {
    color: #E74125;
  }

  /******** 店舗で色を変える　麺八屋　****************************************************************/
  .recruit-page-hero {
    height: calc(100vh - 100px);
    margin-top: 100px;
  }

  .recruit-page-hero-slide {
    position: absolute;
    height: calc(100vh - 100px);
    width: 100vw;
  }

  .recruit-page-hero-slide li {
    height: calc(100vh - 100px);
    width: 100vw;
  }

  .recruit-page-hero img {
    width: 100%;
    border-color: #ffc370;
    border-width: 20px 0 20px 0;
    padding: 20px 100px;
    background: white;
    margin-top: 25vh;
  }

  .recruit-page-hero h1 {
    margin-left: -100vw;
    z-index: 9;
    position: relative;
  }

  .recruit-page-hero .js-inview2.slide {
    margin-left: 0;
    transition: 1s all;
  }

  .recruit-page-shop {
    text-align: center;
    position: relative;
    padding-bottom: 100px;
  }

  .recruit-page-contents-wrapper {
    position: relative;
    padding: 200px 50px 0;
  }

  .recruit-page-contents-wrapper:after {
    position: absolute;
    content: "";
    background: url(../../assets/images/icon-recruit-line.png);
    background-repeat: repeat;
    background-size: cover;
    top: 0;
    height: 50px;
    width: 100%;
    left: 0;
  }

  .recruit-page-shop h2 {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
    background: #F05A24;
    color: white;
  }

  .recruit-page-shop span {
    font-size: 18px;
    display: block;
    margin-top: 3px;
  }

  .recruit-page-shop img {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 50px 150px;
    width: 100%;
  }

  .recruit-page-contents {
    max-width: 800px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  .recruit-page-contents iframe {
    width: 350px;
    height: 240px;
  }

  .recruit-page-contents h3 {
    font-size: 18px;
    border-bottom-width: 2px;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 25px;
  }

  .recruit-page-contents img {
    width: 105px;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
  }

  .recruit-page-contents table {
    max-width: 730px;
    margin: 30px 0;
    font-size: 16px;
    line-height: 39px;
    width: 100%;
  }

  .recruit-page-contents.babastyle table th {
    border-color: #DFC897;
    background: #fbf8f2;
  }

  .recruit-page-contents.babastyle table td {
    border-color: #DFC897;
  }

  .recruit-page-contents.babastyle h3 {
    border-color: #DFC897;
  }

  .recruit-page-contents.bababoon table th {
    border-color: #DF9797;
    background: #fbf2f2;
  }

  .recruit-page-contents.bababoon table td {
    border-color: #DF9797;
  }

  .recruit-page-contents.bababoon h3 {
    border-color: #DF9797;
  }

  .recruit-page-contents.harepan table th {
    border-color: #45678D;
    background: #edf1f5;
  }

  .recruit-page-contents.harepan table td {
    border-color: #45678D;
  }

  .recruit-page-contents.harepan h3 {
    border-color: #45678D;
  }

  .recruit-page-contents.yakiniku table th {
    border-color: #FDB55D;
    background: #fff9f1;
  }

  .recruit-page-contents.yakiniku table td {
    border-color: #FDB55D;
  }

  .recruit-page-contents.yakiniku h3 {
    border-color: #FDB55D;
  }

  .recruit-page-contents.papaora table th {
    border-color: #A8DF97;
    background: #f4fbf2;
  }

  .recruit-page-contents.papaora table td {
    border-color: #A8DF97;
  }

  .recruit-page-contents.papaora h3 {
    border-color: #A8DF97;
  }

  .recruit-page-contents.menpachi table th {
    border-color: #ee5830;
    background: #fef8ec;
  }

  .recruit-page-contents.menpachi table td {
    border-color: #ee5830;
  }

  .recruit-page-contents.menpachi h3 {
    border-color: #ee5830;
  }

  .recruit-page-contents table th {
    border-style: solid;
    border-width: 1px;
    padding: 0px 20px;
    min-width: 250px;
  }

  .recruit-page-contents table td {
    border-style: solid;
    border-width: 1px;
    padding: 0px 20px;
  }

  .recruit-page-contents table tr:nth-child(1) th {
    border-top-width: 2px;
  }

  .recruit-page-contents table tr:nth-child(1) td {
    border-top-width: 2px;
  }

  .recruit-page-contents table tr:nth-last-child(1) th {
    border-bottom-width: 2px;
  }

  .recruit-page-contents table tr:nth-last-child(1) td {
    border-bottom-width: 2px;
  }

  .recruit-page-shop-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 730px;
    margin-bottom: 50px;
  }

  .recruit-page-shop-contents img {
    width: 350px;
    height: auto;
  }

  .recruit-about {
    width: 100vw;
    overflow: hidden;
  }

  .recruit-about-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 100px;
  }

  .recruit-about-inner .left {
    text-align: center;
    max-width: 500px;
    padding-right: 30px;
  }

  .recruit-about-inner .left img {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .recruit-about-inner .left img:nth-child(1) {
    float: right;
    width: 260px;
  }

  .recruit-about-inner .left img:nth-child(2) {
    width: 265px;
  }

  .recruit-about-inner .left img:nth-child(3) {
    float: right;
    width: 290px;
  }

  .recruit-about-inner .right {
    text-align: center;
    max-width: 500px;
    padding-left: 40px;
  }

  .recruit-about-inner .right img {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .recruit-about-inner .right img:nth-child(1) {
    float: left;
    width: 255px;
  }

  .recruit-about-inner .right img:nth-child(2) {}

  .recruit-about-inner .right img:nth-child(3) {
    float: left;
    width: 245px;
  }

  .recruit-about-inner .center {
    text-align: center;
    max-width: 450px;
    padding: 0 15px;
    min-width: 400px;
  }

  .recruit-about-inner .center h2 {
    font-size: 24px;
    line-height: 40px;
    background: #EC6D2D;
    margin-bottom: 10px;
    padding: 5px 20px;
    color: white;
    display: inline-block;

  }

  .recruit-about-inner .center p {
    line-height: 30px;
    text-align: justify;
    padding-top: 20px;
  }

  .recruit-about-inner .center img {
    max-width: 280px;
    margin-bottom: 40px;
    margin-top: 50px;
  }

  .company-about {
    width: 100vw;
    overflow: hidden;
  }

  .company-about-inner {
    display: flex;
    justify-content: space-around;
    padding-bottom: 100px;
    align-items: flex-start;
  }

  .company-about-inner .left {
    text-align: center;
    max-width: 400px;
  }

  .company-about-inner .left img {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .company-about-inner .left img:nth-child(1) {
    float: right;
    width: 300px;
  }

  .company-about-inner .left img:nth-child(2) {
    width: 240px;
  }

  .company-about-inner .left img:nth-child(3) {
    float: right;
    width: 270px;
  }

  .company-about-inner .right {
    text-align: center;
    max-width: 400px;
  }

  .company-about-inner .right img {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .company-about-inner .right img:nth-child(1) {
    float: left;
    width: 225px;
  }

  .company-about-inner .right img:nth-child(2) {
    width: 235px;
  }

  .company-about-inner .right img:nth-child(3) {
    float: left;
    width: 235px;
  }

  .company-about-inner .center {
    text-align: center;
    max-width: 650px;
    padding: 150px 15px 0;
  }

  .company-about-inner .center h2 {
    font-size: 24px;
    line-height: 40px;
    color: #EC6D2D;
    margin-bottom: 10px;
    padding: 5px 20px;

  }

  .company-about-inner .center p {
    line-height: 30px;
    text-align: justify;
    padding-top: 20px;
    max-width: 600px;
    min-width: 350px;
  }

  .company-about-inner .center img {
    max-width: 280px;
    margin-bottom: 40px;
  }

  .company-profile {
    padding: 0px 0 100px;
    background: #FFFFFF url("../../assets/images/icon-logo4.png");
    background-repeat: space;
    background-size: 450px;
    text-align: center;
    background-attachment: fixed;
  }

  .company-profile h2 {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
    background: #fc8500;
    color: white;
    margin-bottom: 200px;
  }

  .company-profile h2 span {
    font-size: 18px;
    display: block;
    margin-top: 3px;
  }

  .company-profile img {
    width: 280px;
  }

  .company-profile table {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    margin-top: 100px;
    line-height: 30px;
    color: #3E3E3E;
  }


  .company-profile table th {
    padding: 20px 10px;
    border-bottom-width: 1px;
    border-style: solid;
    min-width: 120px;
    border-color: #FECD8E;
  }

  .company-profile table td {
    padding: 20px 50px 20px 20px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #FECD8E;
  }

  .company-profile table tr:nth-child(1) th {
    border-top-width: 2px;
    border-style: solid;
  }

  .company-profile table tr:nth-child(1) td {
    border-top-width: 2px;
    border-style: solid;
  }

  .copmany-profile-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .company-access {
    padding: 150px 50px;
    text-align: center;
  }

  .company-access h3 {
    color: #FD6912;
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .company-access iframe {
    height: 480px;
    max-width: 730px;
    width: 100%;
  }

  .company-access p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding-top: 50px;
    max-width: 730px;
    margin: 0 auto;
  }

  .company-page-hero {
    background: url(../../assets/images/img-company-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 200px 50px;
    background-attachment: fixed;
  }

  .company-page-hero h1 {
    color: white;
    font-size: 35px;
    line-height: 30px;
  }

  .company-page-hero h1 span {
    font-size: 15px;
    line-height: 21px;
    display: block;
    margin-top: 5px;
  }

  .contact-page-hero {
    text-align: center;
    padding: 200px 50px;
  }

  .contact-page-hero h1 {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 100px;
    position: relative;
    display: inline-block;
  }

  .contact-page-hero h1 span {
    font-size: 15px;
    line-height: 21px;
    display: block;
    margin-top: 3px;
  }

  .contact-page-hero p {
    line-height: 30px;
  }

  .contact-page-hero h1:before {
    content: "";
    position: absolute;
    background: url(../../assets/images/icon-contact-title-left.png);
    background-repeat: no-repeat;
    background-size: 170px;
    width: 170px;
    height: 120px;
    left: -220px;
    top: -30px;
  }

  .contact-page-hero h1:after {
    content: "";
    position: absolute;
    background: url(../../assets/images/icon-contact-title-right.png);
    background-repeat: no-repeat;
    background-size: 170px;
    width: 170px;
    height: 120px;
    right: -220px;
    top: -30px;
  }

  .contact-wrapper {
    background: #FEF2DB;
    min-height: 100px;
    padding: 0 20px;
  }

  .ivent-page-hero {
    position: relative;
    margin-top: 100px;
    width: 100vw;
    overflow: hidden;
  }

  .ivent-page-hero img {
    width: 100%;
  }

  .ivent-page-hero .ivent-hero-shop {
    position: absolute;
  }

  .ivent-page-hero .ivent-hero-shop.babastyle {
    width: 162px;
    left: -65px;
    top: -25px;
    animation: move-hero-ivent 1.7s infinite;
  }

  .ivent-page-hero .ivent-hero-shop.bababoon {
    width: 225px;
    left: -210px;
    top: 340px;
    animation: move-hero-ivent 1.8s infinite;
  }

  .ivent-page-hero .ivent-hero-shop.harepan {
    width: 180px;
    right: -19px;
    top: 11px;
    animation: move-hero-ivent 1.9s infinite;
  }

  .ivent-page-hero .ivent-hero-shop.papaora {
    width: 180px;
    left: -175px;
    top: 170px;
    animation: move-hero-ivent 2.3s infinite;
  }

  .ivent-page-hero .ivent-hero-shop.menpachi {
    width: 180px;
    right: -198px;
    top: 369px;
    animation: move-hero-ivent 2.2s infinite;
  }

  .ivent-page-hero .ivent-hero-shop.yakiniku {
    width: 190px;
    right: -235px;
    top: 103px;
    animation: move-hero-ivent 2.1s infinite;
  }

  @keyframes move-hero-ivent {
    0% {
      transform: rotate(-5deg);
    }

    50% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(-5deg);
    }
  }

  .ivent-hero-contents {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 510px;
    width: 50vw;
  }

  .ivent-hero-title {
    width: 100%;
  }

  .ivent-page-hero:after {
    position: absolute;
    content: "";
    background: url(../../assets/images/icon-recruit-line.png);
    background-repeat: repeat;
    background-size: cover;
    bottom: 0px;
    height: 50px;
    width: 100%;
    left: 0;
  }

  .ivent-enjoy-button {
    background: #EC6D2D;
    display: flex;
    justify-content: center;
    width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    color: white;
    border-radius: 7px;
    align-items: center;
    padding: 20px;
  }

  .ivent-enjoy-button img {
    width: 20px;
    height: 28px;
    margin: 0 6px 0 20px;
    margin-bottom: -5px;
  }

  .ivent-enjoy-button p {
    font-size: 38px;
    display: flex;
    align-items: center;
  }

  .ivent-enjoy-button p span {
    font-size: 15px;
  }

  .ivent-ex {
    text-align: center;
    padding-bottom: 100px;
    overflow: hidden;
    width: 100vw;
  }

  .ivent-ex img {
    max-width: 100%;
    margin-top: -170px;
    position: relative;
    z-index: -3;
  }

  .ivent-ex .js-inview2.slide {
    margin-top: -70px;
  }

  .ivent-ex-inner {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 100px;
  }

  .ivent-enjoy {
    width: 100vw;
    overflow: hidden;
  }

  .ivent-enjoy img {
    max-width: 101%;
    animation: move-footer 0.5s infinite;
    margin-bottom: -3px;
  }

  @keyframes move-footer {
    0% {
      transform: rotate(.3deg);
    }

    50% {
      transform: rotate(0.1deg);
    }

    100% {
      transform: rotate(0.3deg);
    }
  }

  .ivent-enjoy-inner {
    padding-bottom: 300px;
    text-align: center;
  }

  .ivent-ex h2 {
    background: #FFE06B;
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
    position: relative;
  }

  .ivent-ex h2 span {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    line-height: 21px;
  }

  .ivent-ex-contents img {
    margin-top: 0;
  }

  .ivent-ex-contents h3 {
    font-size: 18px;
    line-height: 30px;
    color: #F05A24;
    margin-bottom: 20px;
  }

  .ivent-ex-contents p {
    font-size: 15px;
    line-height: 30px;
  }

  .ivent-ex-contents {
    display: flex;
    justify-content: space-around;
    text-align: left;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
  }

  .ivent-ex-contents:nth-child(1) .right {
    animation: move 8s linear infinite;
    overflow: hidden;
  }

  .ivent-ex-contents:nth-child(2) .left {
    animation: move 8s linear infinite;
    overflow: hidden;
  }

  .ivent-ex-contents:nth-child(3) .right {
    animation: move 8s linear infinite;
    overflow: hidden;
  }

  .ivent-ex-contents:nth-child(4) .left {
    animation: move 8s linear infinite;
    overflow: hidden;
  }

  @keyframes move {
    50% {
      border-radius: 80% 20% 59% 41% / 72% 21% 79% 28%;
    }

    75% {
      border-radius: 100% 69% 100% 83% / 68% 99% 53% 93%;
    }
  }

  .ivent-ex-contents:nth-child(2):before {
    content: "";
    position: absolute;
    background: url(../../assets/images/icon-bird.png);
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    height: 375px;
    left: -65px;
    bottom: -250px;
    animation: move2 60s linear infinite;
  }

  .ivent-ex-contents:nth-child(2):after {
    content: "";
    position: absolute;
    background: url(../../assets/images/icon-baloon.png);
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 466px;
    right: -125px;
    bottom: 50px;
    animation: move2 60s linear infinite;
  }

  @keyframes move2 {
    0% {
      bottom: -550px;
    }

    50% {
      bottom: 50px
    }

    100% {
      bottom: -550px
    }
  }

  .ivent-ex-contents img {
    max-width: 335px;
  }

  .ivent-enjoy-inner .ivent-enjoy-title {
    max-width: 660px;
  }

  .ivent-ex-contents p {
    max-width: 345px;
    text-align: left;
  }

  .ivent-enjoy-inner {
    padding: 50px 50px 300px;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
  }

  .ivent-enjoy-inner:before {
    content: "";
    position: absolute;
    background: url(../../assets/images/icon-baloon2.png);
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 466px;
    left: -165px;
    top: 350px;
    animation: move3 21s linear infinite;
  }

  @keyframes move3 {
    0% {
      top: 450px;
    }

    50% {
      top: 350px
    }

    100% {
      top: 450px
    }
  }

  .ivent-enjoy-inner:after {
    content: "";
    position: absolute;
    background: url(../../assets/images/icon-bird2.png);
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    height: 375px;
    right: -125px;
    bottom: 450px;
    animation: move4 19s linear infinite;
  }

  @keyframes move4 {
    0% {
      bottom: 650px;
    }

    50% {
      bottom: 550px
    }

    100% {
      bottom: 650px
    }
  }

  .ivent-enjoy-inner .enjoy-p {
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 630px;
    font-size: 17px;
    line-height: 36px;
  }

  .ivent-about {
    text-align: center;
    padding: 250px 50px 400px 50px;
    font-size: 20px;
    line-height: 40px;
    background: url(../../assets/images/background-ivent-greeting.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100vw;
  }

  .ivent-about-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }

  .ivent-about-inner p {
    position: relative;
  }

  .ivent-about-inner:before {
    content: "";
    position: absolute;
    background: url(../../assets/images/img-ivent01.png);
    background-repeat: no-repeat;
    background-size: 215px;
    width: 215px;
    height: 271px;
    left: -110px;
    top: -200px;
    animation: move-ivent 0.5s infinite;
  }

  .ivent-about-inner:after {
    content: "";
    position: absolute;
    background: url(../../assets/images/img-ivent03.png);
    background-repeat: no-repeat;
    background-size: 251px;
    width: 251px;
    height: 282px;
    right: -110px;
    top: -225px;
    animation: move-ivent 0.5s infinite;
  }

  .ivent-about-inner p:before {
    content: "";
    position: absolute;
    background: url(../../assets/images/img-ivent02.png);
    background-repeat: no-repeat;
    background-size: 322px;
    width: 322px;
    height: 245px;
    left: -110px;
    bottom: -270px;
    animation: move-ivent 0.5s infinite;
  }

  .ivent-about-inner p:after {
    content: "";
    position: absolute;
    background: url(../../assets/images/img-ivent04.png);
    background-repeat: no-repeat;
    background-size: 243px;
    width: 243px;
    height: 245px;
    right: 25px;
    bottom: -305px;
    animation: move-ivent 0.5s infinite;
  }

  @keyframes move-ivent {
    0% {
      transform: rotate(.7deg);
    }

    50% {
      transform: rotate(0.4deg);
    }

    100% {
      transform: rotate(0.7deg);
    }
  }

  .ivent-page-hero+.breadcrumb__list {
    background: #effcf9;
  }

  .mw_wp_form {
    text-align: center;
  }

  .mw_wp_form th {
    text-align: left;
    display: inline-block;
    width: 150px;
    padding-top: 15px;
  }

  .mw_wp_form td {
    text-align: left;
    margin-bottom: 10px;
  }

  .mw_wp_form td input {
    background: #e9f4f6;
    padding: 10px;
    margin-top: 7px;
    border-radius: 3px;
    width: 100%;
  }

  .mw_wp_form td [type=radio] {
    width: auto !important;
    margin-top: -3px;
  }

  .agreement {
    font-size: 13px;
    line-height: 21px;
    background: white;
    padding: 50px;
    margin-top: 100px;
    border-radius: 10px;
    height: 265px;
    overflow-y: scroll;
    margin-bottom: 20px;
    text-align: left;
    color: #434343;
    font-family: "myfont-light";
  }

  .capcha-form {
    font-size: 12px;
    text-align: left;
    margin-top: -20px;
  }

  .capcha-form img {
    width: 300px;
    margin-right: 10px;
    margin-top: 12px;
  }

  .mwform-radio-field-text {
    line-height: 30px;
  }

  .mw_wp_form .submit {
    background: linear-gradient(to right, #0c78bf, #54bc88);
    color: white;
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
  }

  .mw_wp_form .submit input {
    padding: 15px;
    margin: -15px;
    width: 100%;
  }

  .mw_wp_form .submit:hover {
    background: linear-gradient(to right, #1790e0, #66e2a4);
  }

  .capcha-form input {
    background: #e9f4f6;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 3px;
    display: flex;
  }

  .mw_wp_form .vertical-item+.vertical-item {
    margin-top: -8px !important;
  }

  .mw_wp_form {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .mw_wp_form td input {
    background: white;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
  }

  .mw_wp_form td [type=radio] {
    width: auto !important;
    margin-top: -3px;
  }

  .mw_wp_form table {
    font-family: "myfont";
  }

  .mw_wp_form table textarea {
    background: white;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
  }

  .contact-wrapper .red {
    font-size: 12px;
    border-radius: 5px;
    background: #FE5C11;
    color: white;
    padding: 0px 5px;
    margin-left: 10px;
  }

  .capcha-form {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .capcha-form img {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .mwform-radio-field-text {
    line-height: 30px;
  }

  .mw_wp_form .submit {
    background: #FE5C11;
    color: white;
    width: 250px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-family: "myfont-bold";
    box-shadow: 0px 3px 6px #bfb5a3;

  }

  .mw_wp_form .submit input {
    padding: 20px;
    margin: -20px;
    width: 100%;
  }

  .mw_wp_form .submit:hover {
    background: linear-gradient(to right, #1790e0, #66e2a4);
  }

  .capcha-form input {
    background: white;
    width: 300px;
    padding: 20px 10px;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 15px;
    font-size: 17px;
  }

  .mw_wp_form .vertical-item+.vertical-item {
    margin-top: -8px !important;
  }

  .title-oretti {
    position: absolute;
    bottom: -9px;
    height: 175px;
    z-index: 99;
    left: 50px;
  }

  .backtotop {
    position: fixed;
    right: 50px;
    bottom: 20px;
  }

  .backtotop img {
    width: 100px;
  }
}