@charset "UTF-8";
/*** 汎用クラス ****************/
.s-mb-10 {
  margin-bottom: 10px;
}

.s-mb-20 {
  margin-bottom: 20px;
}

.s-mb-30 {
  margin-bottom: 30px;
}

.s-mb-40 {
  margin-bottom: 40px;
}

.s-mb-50 {
  margin-bottom: 50px;
}

.s-mb-60 {
  margin-bottom: 60px;
}

.s-mb-64 {
  margin-bottom: 64px;
}

.s-mb-80 {
  margin-bottom: 80px;
}

.s-mb-100 {
  margin-bottom: 100px;
}

.s-mb-120 {
  margin-bottom: 120px;
}

.s-mb-sp20-pc40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .s-mb-sp20-pc40 {
    margin-bottom: 40px;
  }
}

.s-font-boucherie-flared {
  font-family: boucherie-flared, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.s-font-noto-serif-bold {
  font-family: noto-serif, serif;
  font-weight: 700;
  font-style: normal;
}

.s-font-noto-sans-cjk-jp {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.s-font-ten-mincho-text {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

.none {
  display: none;
}

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

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

img {
  max-width: 100%;
  display: block;
}

img.tmp {
  max-width: 100%;
}

img.img-sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  img.img-sp {
    display: none;
  }
}

img.img-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  img.img-pc {
    display: block;
  }
}

span.br-sp::after {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 1025px) {
  span.br-sp::after {
    content: none;
  }
}

span.br-pc::after {
  content: none;
}
@media screen and (min-width: 1025px) {
  span.br-pc::after {
    content: "\a";
    white-space: pre;
  }
}

.slick-dots {
  position: static;
  vertical-align: middle;
  font-size: 0;
}
.slick-dots li {
  margin: 0;
}

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

.slick-prev {
  left: 0;
  z-index: 9999;
}

.slick-next {
  right: 0;
  z-index: 9999;
}

.slick-slide-container {
  overflow: hidden;
}
.slick-slide-container img {
  display: block;
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide-container-dots {
  background-color: #fff;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slide-container-dots li {
  margin: 0 2px !important;
}
@media screen and (min-width: 1025px) {
  .slick-slide-container-dots li {
    margin: 0 6px !important;
  }
}
.slick-slide-container-dots li button::before {
  font-size: 1.4rem !important;
}
@media screen and (min-width: 1025px) {
  .slick-slide-container-dots li button::before {
    font-size: 2rem !important;
  }
}
.slick-slide-container-dots li.slick-active button:before {
  color: #666 !important;
  opacity: 1 !important;
}
.slick-slide-container-dots li button:hover:before {
  color: #e3e2ce;
  opacity: 0.7;
}

.featherlight:last-of-type {
  background-color: rgba(201, 200, 183, 0.9);
}

.fl-customize .featherlight-content {
  background-color: transparent !important;
  padding: 42px 10px !important;
  overflow: visible !important;
  border: none !important;
}
.fl-customize .featherlight-close {
  display: block;
  height: 44px !important;
  width: 44px !important;
  background-color: transparent !important;
}
.fl-customize .featherlight-close::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 3px;
  transform: rotate(-45deg);
  background-color: #333333;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fl-customize .featherlight-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 3px;
  transform: rotate(45deg);
  background-color: #333333;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fl-customize .featherlight-close.drawer-menu-close {
  position: fixed;
  top: 10px;
  right: 18px;
}

/*** サイト全体 ****************/
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  color: #333333;
  font-family: ten-mincho-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.5; /*フォントサイズの1.5倍が読み易いとされる*/
  text-align: left;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  position: relative;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  outline: none;
  margin: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .inner {
    padding: 0;
    max-width: 1160px;
  }
}

.ttl-section {
  display: block;
  font-size: 5rem;
  line-height: 1;
  position: relative;
  color: #333333;
  font-family: boucherie-flared, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .ttl-section {
    font-size: 7.2rem;
    margin-bottom: 60px;
  }
}
.ttl-section--hidden {
  display: none;
}
.ttl-section .sub-title-ja {
  display: block;
  font-family: ten-mincho-text, serif;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .ttl-section .sub-title-ja {
    font-size: 1.6rem;
  }
}

.btn-link {
  background-color: #000000;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.btn-link:hover {
  opacity: 0.8;
}

.sns-link {
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 38px;
  border: solid 1px #888888;
  border-radius: 4px;
  margin: 0 auto 132px;
}
.sns-link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  .sns-link {
    margin: 0 0 90px auto;
  }
}
.sns-link__icon-fb {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.sns-link__icon-fb.black {
  fill: #333333;
}
.sns-link__icon-fb.line {
  fill: #555555;
  margin-left: 3px;
}
.sns-link.black {
  color: #333333;
  border-color: #333333;
}

/*** HEADER ****************/
.header {
  background-color: #ffffff;
  line-height: 1;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 22px;
}
@media screen and (min-width: 1025px) {
  .header {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.header__inner {
  padding: 0 24px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .header__inner {
    max-width: 1160px;
    padding: 0 0 0 94px;
    margin: 0 auto;
  }
}
.header__btn-hamburger {
  width: 30px;
  height: 21px;
  fill: #555555;
}

.btn-sp-menu-open {
  width: 30px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .btn-sp-menu-open {
    display: none;
  }
}

.site-logo {
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.site-logo a {
  font-family: boucherie-flared, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  font-size: 1.8rem;
}
.site-logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 136px;
  height: 7px;
  background: url(../img/top_under_line@2x.png) no-repeat left bottom;
  background-size: 100%;
}

.hover-animation-pole:hover::after {
  content: "";
  width: 115%;
  position: absolute;
  bottom: 0;
  left: -8px;
  height: 7px;
  background: url(../img/svg/nav_under_line.svg) repeat-x left top;
  -webkit-animation: under-line-loop 0.6s linear infinite;
          animation: under-line-loop 0.6s linear infinite;
}
@-webkit-keyframes under-line-loop {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 58px;
  }
}
@keyframes under-line-loop {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 58px;
  }
}

/*** MAIN ****************/
.main {
  background-color: transparent;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .main {
    overflow: visible;
  }
}

.nav-menu {
  display: block;
  height: 100%;
}
.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.nav-menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 48px;
}
.nav-menu ul li:last-child {
  padding-right: 0;
}
.nav-menu ul a {
  display: block;
  height: 100%;
  line-height: 64px;
  color: #333333;
  font-size: 2.4rem;
  font-family: boucherie-flared, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .nav-menu {
    display: block;
    line-height: 1.5;
  }
}

.nav-menu-container {
  display: none;
}
@media screen and (min-width: 1025px) {
  .nav-menu-container {
    display: block;
    height: 100%;
  }
}

.footer {
  background-color: #333333;
  text-align: center;
}
.footer__inner {
  padding: 24px 0 40px;
}
@media screen and (min-width: 1025px) {
  .footer__inner {
    max-width: 1160px;
    padding: 16px 0 144px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .footer__logo-area {
    width: 306px;
    height: 110px;
    position: relative;
    margin: 0 auto;
  }
}
.footer__icon-chaplin {
  display: block;
  width: 88px;
  height: 110px;
  fill: #fff;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .footer__icon-chaplin {
    width: 105px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 20px;
  }
}
.footer .copyright {
  display: block;
  font-size: 1.6rem;
  font-family: boucherie-flared, sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .footer .copyright {
    position: absolute;
    top: 50px;
    right: 0;
  }
}
.footer__tel {
  color: #fff;
  font-family: noto-serif, serif;
  font-weight: 200;
  font-style: italic;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .footer__tel {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.sp-menu {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-color: #fff;
  box-shadow: 1px 0px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 84px 0 24px 24px;
  display: none;
  transform: translateX(105%);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.sp-menu ul li {
  padding-bottom: 40px;
}
.sp-menu a {
  text-decoration: none;
  font-family: boucherie-flared, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #333333;
}
.sp-menu .sns-link {
  position: absolute;
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}
.sp-menu.slide-in {
  transform: translateX(0%);
  opacity: 1;
}

.svg-define {
  display: none;
}

.fadein-by-scroll-target {
  opacity: 0;
  transition: all calc(300ms * 2);
}
.fadein-by-scroll-target.fedein-from-right {
  transform: translate(50px, 0);
}
.fadein-by-scroll-target.fedein-from-left {
  transform: translate(-50px, 0);
}
.fadein-by-scroll-target.fedein-from-top {
  transform: translate(0, -50px);
}
.fadein-by-scroll-target.fadein-displayed {
  opacity: 1;
  transform: translate(0, 0);
}
/*# sourceMappingURL=base.css.map */