/*----- Slick Slider Styles -----*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  height: auto;
  display: block;
}

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

@media screen and (min-width: 2320px) {
  body {
    font-size: 0.7844827586vw;
  }
}

.btn_menu.open::after {
  content: "";
  border-radius: 100%;
  background-image: linear-gradient(90deg, #d76f00 0%, #1b3f72 100%);
  width: 3.7857142857em;
  height: 3.7857142857em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.4;
  filter: blur(0.7142857143em);
}
.btn_menu.open path {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .btn_menu.open::after {
    width: 3.3333333333em;
    height: 3.3333333333em;
    opacity: 0.5;
    filter: blur(0.8333333333em);
  }
}

#contents .section {
  background-color: #fff;
}
@media screen and (min-width: 768.1px) {
  #contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    justify-content: center;
  }
  #contents .section {
    grid-column-start: span 2;
  }
  #contents .section.pc_half {
    grid-column-start: span 1;
  }
  #contents .section.pc_half > .inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/* ------------------------------------------------
  kv
------------------------------------------------ */
#kv {
  height: 100vh;
  position: relative;
  z-index: -1;
}
#kv > .inner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
#kv .slider {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#kv .slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #kv {
    height: 100%;
  }
  #kv .slide img {
    height: 100%;
  }
}

/* ------------------------------------------------
 top_banner
------------------------------------------------ */
#top_banner {
  z-index: 10;
  overflow: visible;
}
#top_banner .basic_btn {
  display: block;
  position: absolute;
  right: 2.1428571429em;
  top: -7.1428571429em;
  transition: filter 0.2s ease;
}
#top_banner .basic_btn::before {
  width: 90%;
  height: 84%;
  opacity: 0.8;
}
#top_banner .basic_btn img {
  position: relative;
}
#top_banner .basic_btn .inner {
  width: 28.2857142857em;
  display: block;
}
#top_banner .basic_btn .en {
  width: 10em;
  position: absolute;
  left: 11.2857142857em;
  top: 7.1428571429em;
  z-index: 1;
}
#top_banner .basic_btn .img {
  width: 7.4285714286em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
#top_banner .basic_btn .img img {
  transition: transform 0.2s ease;
}
@media screen and (min-width: 768.1px) {
  #top_banner .basic_btn:hover {
    filter: brightness(105%);
  }
  #top_banner .basic_btn:hover .img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  #top_banner {
    position: static;
  }
  #top_banner .basic_btn {
    right: 0;
    top: calc(100vh - 10.8333333333em);
    top: calc(100svh - 5.4166666667em);
    z-index: 1;
  }
  #top_banner .basic_btn::before {
    opacity: 0.5;
  }
  #top_banner .basic_btn .inner {
    width: 23.75em;
  }
  #top_banner .basic_btn .en {
    width: 8.4166666667em;
    left: 9.5em;
    top: 6.0833333333em;
  }
  #top_banner .basic_btn .img {
    width: 6.4166666667em;
  }
}

/* ------------------------------------------------
 intro
------------------------------------------------ */
#intro::before {
  width: calc(50% + 26.0714285714em);
  right: 0;
  top: 0;
}
#intro > .inner {
  padding-top: 7.1428571429em;
  padding-bottom: 7.1428571429em;
  flex-direction: row-reverse;
  -moz-column-gap: 7.1428571429em;
       column-gap: 7.1428571429em;
}
#intro .img {
  margin-left: -28.7857142857em;
  width: 52.1978571429em;
}
#intro .txt {
  font-size: 1.1428571429em;
  line-height: 2.2;
  position: relative;
  margin-top: 3.75em;
  padding: 3.75em 0;
  flex-grow: 1;
}
#intro .txt::before {
  content: "";
  background: url(../images/top/intro_since2006.svg) 0 0 no-repeat;
  background-size: contain;
  width: 14.125em;
  height: 8.375em;
  display: block;
  position: absolute;
  left: -5.625em;
  top: -1em;
}
@media screen and (max-width: 768px) {
  #intro::before {
    width: 21.6666666667em;
    height: 37.9166666667em;
    right: 0;
    top: 27.0833333333em;
  }
  #intro > .inner {
    padding-top: 9.5833333333em;
    padding-bottom: 2.9166666667em;
  }
  #intro .img {
    margin-left: -2.0833333333em;
    margin-right: auto;
    width: 22.0833333333em;
  }
  #intro .txt {
    font-size: 1.0833333333em;
    margin: 0 0.3846153846em;
    padding-top: 6.1538461538em;
    flex-grow: 1;
  }
  #intro .txt::before {
    width: 13.6923076923em;
    height: 7.9230769231em;
    left: -0.9230769231em;
    top: 0.7692307692em;
  }
}

/* ------------------------------------------------
 locations
------------------------------------------------ */
#locations::before {
  width: calc(50% + 10em);
  height: 55.5714285714em;
  left: 0;
  top: calc(100% - 18.9285714286em);
}
#locations > .inner {
  padding-top: 7.1428571429em;
  padding-bottom: 7.1428571429em;
}
#locations > .inner > .txt {
  display: grid;
  grid-template-columns: repeat(2, 24.2857142857em);
  gap: 6.4285714286em 5em;
  flex-grow: 1;
}
#locations > .inner > .img {
  margin-right: -27.3571428571em;
  width: 35.055em;
  align-self: start;
}
#locations .shops {
  position: relative;
  grid-column-start: span 1;
}
#locations .shops header .summary {
  line-height: 1.5;
}
#locations .shops .body {
  margin-top: 2.1428571429em;
  display: grid;
  gap: 2.8571428571em 5em;
}
#locations .shops .body .shop a {
  text-decoration: none;
}
#locations .shops .body .shop a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#locations .shops .body .shop .img::before {
  width: 94%;
  height: 90%;
  opacity: 0.5;
}
#locations .shops .body .shop .img .inner {
  overflow: hidden;
  display: block;
}
#locations .shops .body .shop .img img {
  position: relative;
  transition: transform 0.2s ease;
}
#locations .shops .body .shop .txt {
  color: #1b3f72;
  line-height: 1.4;
}
#locations .shops .body .shop .txt .shopname {
  margin-top: 1.2857142857em;
}
#locations .shops .body .shop .txt .location {
  font-size: 1.4285714286em;
  margin-top: -0.2em;
}
#locations .shops .body .shop .txt .location .en {
  color: #535353;
  font-size: 0.55em;
  margin-left: 1em;
}
#locations .shops .body .shop .txt .location::after {
  content: "";
  background: url(../images/common/icon_ext.svg) no-repeat;
  background-size: contain;
  margin-left: 0.25em;
  width: 0.65em;
  height: 0.65em;
  display: inline-block;
  vertical-align: -0.1em;
}
#locations .shops .body .shop .txt .since {
  font-size: 0.8571428571em;
  line-height: 1;
  color: #fff;
  font-style: italic;
  letter-spacing: normal;
  background: linear-gradient(6deg, #906350 0%, #1b3f72 100%);
  margin-top: 0.4166666667em;
  padding: 0.1666666667em 0.4166666667em;
  width: -moz-fit-content;
  width: fit-content;
}
#locations .shops .body .shop .txt .since i {
  font-size: 0.8333333333em;
}
@media screen and (min-width: 768.1px) {
  #locations .shops .body .shop:hover .img img {
    transform: scale(1.05);
  }
}
#locations #shops_gaya {
  grid-column: 1/3;
}
#locations #shops_gaya header {
  display: flex;
  align-items: center;
  gap: 1.4285714286em;
}
#locations #shops_gaya header .logo {
  width: 9.5714285714em;
  flex-basis: auto;
}
#locations #shops_gaya header .summary {
  margin-right: -1em;
  flex-grow: 1;
  flex-basis: 0;
}
#locations #shops_gaya .body {
  grid-template-columns: repeat(2, 1fr);
}
#locations #shops_hareruya header .logo {
  margin-bottom: 1.5714285714em;
  width: 12em;
}
#locations #shops_haru header .logo {
  margin-top: 0.4285714286em;
  margin-bottom: 1.7142857143em;
  width: 14.5em;
}
@media screen and (max-width: 768px) {
  #locations::before {
    width: calc(50% - 4.375em);
    height: 73.5833333333em;
    top: calc(100% - 11.25em);
  }
  #locations > .inner {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
  #locations > .inner > .txt {
    grid-template-columns: repeat(2, 13.5416666667em);
    gap: 4.5833333333em 1.25em;
  }
  #locations > .inner > .img {
    display: none;
  }
  #locations .shops .body {
    margin-top: 1.6666666667em;
    gap: 1.6666666667em 1.25em;
  }
  #locations .shops .body .shop .txt .shopname {
    font-size: 0.9166666667em;
    margin-top: 0.7272727273em;
  }
  #locations .shops .body .shop .txt .location {
    font-size: 1.25em;
    margin-top: -0.1333333333em;
  }
  #locations .shops .body .shop .txt .location .en {
    font-size: 0.6em;
  }
  #locations .shops .body .shop .txt .location::after {
    margin-left: 0.4em;
  }
  #locations .shops .body .shop .txt .since {
    font-size: 0.75em;
    margin-top: 0.25em;
  }
  #locations .shops .body .shop .txt .since i {
    font-size: 0.8888888889em;
  }
  #locations #shops_gaya header {
    display: block;
  }
  #locations #shops_gaya header .logo {
    margin-bottom: 1em;
    width: 7.75em;
    align-self: flex-start;
  }
  #locations #shops_gaya header .summary {
    margin-right: 0;
  }
  #locations #shops_hareruya header .logo {
    margin-bottom: 0.9166666667em;
    width: 9.9166666667em;
  }
  #locations #shops_haru header .logo {
    margin-top: 0.25em;
    margin-bottom: 1.25em;
    width: 11.5833333333em;
  }
}

/* ------------------------------------------------
 history
------------------------------------------------ */
#history {
  overflow: hidden;
}
#history::before {
  width: calc(50% + 10em);
  height: 55.5714285714em;
  left: 0;
  top: -18.9285714286em;
}
#history > .inner {
  padding-top: 3.9285714286em;
  padding-bottom: 7.8571428571em;
  flex-direction: row-reverse;
  -moz-column-gap: 7.1428571429em;
       column-gap: 7.1428571429em;
}
#history > .inner > .txt {
  margin-top: 1.7857142857em;
}
#history > .inner > .img {
  margin-left: -28.7142857143em;
  width: 64.3928571429em;
}
#history .heading .en {
  width: 11.6428571429em;
}
#history .body {
  margin: 1.7857142857em auto 0;
}
#history .body td {
  letter-spacing: normal;
  padding-top: 1.2857142857em;
}
#history .body td:first-child {
  color: #1b3f72;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(6deg, #906350 0%, #1b3f72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#history .body td:last-child {
  color: #303030;
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  #history::before {
    width: calc(50% - 4.375em);
    height: 73.5833333333em;
    top: -11.25em;
  }
  #history > .inner {
    padding-top: 3.75em;
    padding-bottom: 2.9166666667em;
  }
  #history > .inner > .txt {
    margin-top: 2.9166666667em;
    padding-top: 2.0833333333em;
  }
  #history > .inner > .img {
    margin-left: -2.0833333333em;
    width: 25em;
    align-self: start;
  }
  #history .heading .en {
    width: 10em;
    transform: translateX(-0.4166666667em);
  }
  #history .body {
    margin-top: 1.1666666667em;
    margin-right: -0.8333333333em;
  }
  #history .body td {
    padding-top: 1.25em;
  }
  #history .body td:last-child {
    padding-left: 1.4583333333em;
  }
}

/* ------------------------------------------------
 recruit
------------------------------------------------ */
#recruit {
  color: #fff;
}
#recruit > .inner {
  position: relative;
}
#recruit > .inner > .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4.8571428571em;
  top: 4.5714285714em;
  z-index: 1;
}
#recruit > .inner > .img {
  margin-right: -27.5em;
  width: 98.9010714286em;
}
#recruit .heading .en {
  width: 15.2142857143em;
}
#recruit .heading .ja {
  color: #fff;
  margin-top: 0.2857142857em;
}
#recruit .body {
  margin-top: 2.8571428571em;
}
#recruit .body p {
  line-height: 2.2;
  text-align: center;
}
#recruit .body .link {
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
#recruit .body .link .basic_btn {
  color: #fff;
}
#recruit .body .link .basic_btn::before {
  background-image: url(../images/common/arrow_circle_wh.svg);
  margin-right: 1.1428571429em;
  width: 4.7142857143em;
  height: 4.7142857143em;
}
#recruit .body .link .basic_btn .txt {
  font-size: 1.2857142857em;
  text-decoration: none;
}
@media screen and (min-width: 768.1px) {
  #recruit .body .link .basic_btn:hover .txt {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #recruit > .inner {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
  #recruit > .inner > .txt {
    height: auto;
    left: 0;
    top: 10.4166666667em;
  }
  #recruit > .inner > .img {
    margin-left: -2.0833333333em;
    margin-right: -2.0833333333em;
    width: 31.25em;
  }
  #recruit .heading .en {
    width: 11.6666666667em;
  }
  #recruit .heading .ja {
    margin-top: 0;
  }
  #recruit .body {
    margin-top: 2.6666666667em;
  }
  #recruit .body p:first-child {
    font-size: 1.0833333333em;
    text-align: left;
  }
  #recruit .body .link {
    margin-top: 1.875em;
  }
  #recruit .body .link .basic_btn::before {
    margin-right: 0.8333333333em;
    width: 3.75em;
    height: 3.75em;
  }
  #recruit .body .link .basic_btn .txt {
    font-size: 1.25em;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 768.1px) {
  #recruit .body .link .basic_btn:hover .txt {
    text-decoration: underline;
  }
}

/* ------------------------------------------------
 sns
------------------------------------------------ */
#sns > .inner,
#profile > .inner {
  padding-top: 6.7857142857em;
  padding-bottom: 10em;
}

#sns > .inner {
  margin-right: 0;
  padding-right: 7.1428571429em;
}
#sns .heading .en {
  width: 9.2857142857em;
}
#sns .heading .ja {
  margin-top: 1.2142857143em;
}
#sns .body {
  margin-top: 2.8571428571em;
}
#sns .body .accounts {
  display: flex;
  justify-content: center;
  gap: 1em;
}
#sns .body .accounts a {
  width: 2.2857142857em;
}
@media screen and (min-width: 768.1px) {
  #sns .body .accounts a {
    transition: opcity 0.4s ease;
  }
  #sns .body .accounts a:hover {
    opacity: 0.8;
  }
}
#sns .body .timeline {
  margin-top: 1.7857142857em;
  width: 28.5714285714em;
}
@media screen and (max-width: 768px) {
  #sns > .inner {
    margin-right: auto;
    padding-top: 2.5em;
    padding-right: 0;
    padding-bottom: 6.25em;
  }
  #sns .heading .en {
    width: 8.75em;
    transform: translateX(0.8333333333em);
  }
  #sns .heading .ja {
    margin-top: 0.9090909091em;
  }
  #sns .body .accounts {
    gap: 1.25em;
  }
  #sns .body .accounts a {
    width: 2.5em;
  }
  #sns .body .timeline {
    margin: 1.6666666667em auto 0;
    width: 25.8333333333em;
  }
}

/* ------------------------------------------------
 profile
------------------------------------------------ */
#profile > .inner {
  margin-left: 0;
  padding-left: 7.1428571429em;
}
#profile .heading .en {
  width: 18.7857142857em;
}
#profile .heading .ja {
  margin-top: 0.7142857143em;
}
#profile .body {
  margin-top: 1.8571428571em;
}
#profile .body td {
  font-size: 0.9285714286em;
  letter-spacing: normal;
  padding-top: 1em;
}
#profile .body td:first-child {
  font-weight: bold;
}
#profile .body td:last-child {
  padding-left: 2.6923076923em;
}
#profile .body .link {
  margin-top: 2.2857142857em;
}
#profile .body .link .basic_btn {
  color: #1b3f72;
  text-align: center;
  border-color: #1b3f72;
  padding: 0.7857142857em 0;
  width: 18.5714285714em;
}
#profile .body .link .basic_btn .txt {
  font-size: 1.0714285714em;
}
#profile .body .link .basic_btn::before {
  background-color: #fff;
}
#profile .body .link .basic_btn::after {
  background-image: url(../images/common/arrow_l_bl.svg);
}
@media screen and (max-width: 768px) {
  #profile > .inner {
    margin-left: auto;
    padding-top: 5.8333333333em;
    padding-left: 0;
    padding-bottom: 6.25em;
  }
  #profile .heading .en {
    width: 15em;
    transform: translateX(0.2083333333em);
  }
  #profile .heading .ja {
    margin-top: -0.1818181818em;
  }
  #profile .body {
    margin-top: 3.125em;
  }
  #profile .body td {
    font-size: 1em;
    padding-top: 0.5416666667em;
    vertical-align: top;
  }
  #profile .body td:last-child {
    padding-left: 1.25em;
  }
  #profile .body .link {
    margin-top: 2.75em;
  }
  #profile .body .link .basic_btn {
    margin: 0 auto;
    padding: 0.8333333333em 0;
    width: 19.1666666667em;
  }
  #profile .body .link .basic_btn .txt {
    font-size: 1em;
  }
}