@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Noto+Serif+JP:wght@400;500&display=swap");
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------------------------------------
  base
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #231815;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    padding-top: 70px;
  }
}
div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
/* font */
body {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.f-LibreBaskerville {
  font-family: "Libre Baskerville", serif;
}

/* hover */
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}
/*	tel link	*/
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
/* imgFitBox imgLinkBox */
.imgFitBox {
  overflow: hidden;
}

.imgFitBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.imgFitBox.contain { /* fit = contain */ }

.imgFitBox.contain img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
  overflow: hidden;
}

.imgLinkBox .imgLink-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 769px) {
  .imgLinkBox:hover {
    opacity: 1;
  }
  .imgLinkBox:hover .imgLink-target img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*  --------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------  */
/* loading */
.loading {
  background: #231815;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loading.is-default {
  display: none;
}

.loading__img {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 208px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}

.loading__img.is-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loading__img.is-on {
  opacity: 1;
  visibility: visible;
}

.loading-txt {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 208px;
  height: 64px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}

.loading-txt svg .cls-1 {
  fill: #fff;
}

.loading-txt.is-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loading-txt.is-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .loading__img {
    bottom: 100px;
    width: 180px;
  }
  .loading-txt {
    top: 70px;
  }
  .loading-txt.is-on {
    top: 0;
  }
}
/* cmn-inner */
.cmn-inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.cmn-inner.w-950 {
  max-width: 950px;
}

/* cmn-ttl */
.cmn-ttl {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.25em;
  text-align: center;
  padding: 0 40px;
}

.cmn-ttl.is-blk {
  color: #231815;
}

/* cmn-fixed */
.cmn-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 134px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.cmn-fixed.is-on, .cmn-fixed.is-default {
  opacity: 1;
  visibility: visible;
}

.cmn-fixed.is-on .cls-1, .cmn-fixed.is-default .cls-1 {
  opacity: 0;
}

.cmn-fixed.is-on .cls-1.item01, .cmn-fixed.is-default .cls-1.item01 {
  -webkit-animation: fixed_anime 10s ease 0s infinite;
  animation: fixed_anime 10s ease 0s infinite;
}

.cmn-fixed.is-on .cls-1.item02, .cmn-fixed.is-default .cls-1.item02 {
  -webkit-animation: fixed_anime 10s ease 0.5s infinite;
  animation: fixed_anime 10s ease 0.5s infinite;
}

.cmn-fixed.is-on .cls-1.item03, .cmn-fixed.is-default .cls-1.item03 {
  -webkit-animation: fixed_anime 10s ease 1s infinite;
  animation: fixed_anime 10s ease 1s infinite;
}

.cmn-fixed.is-on .cls-1.item04, .cmn-fixed.is-default .cls-1.item04 {
  -webkit-animation: fixed_anime 10s ease 1.5s infinite;
  animation: fixed_anime 10s ease 1.5s infinite;
}

.cmn-fixed.is-on .cls-1.item05, .cmn-fixed.is-default .cls-1.item05 {
  -webkit-animation: fixed_anime 10s ease 2s infinite;
  animation: fixed_anime 10s ease 2s infinite;
}

.cmn-fixed.is-on .cls-1.item06, .cmn-fixed.is-default .cls-1.item06 {
  -webkit-animation: fixed_anime 10s ease 2.5s infinite;
  animation: fixed_anime 10s ease 2.5s infinite;
}

.cmn-fixed.is-on .cls-1.item07, .cmn-fixed.is-default .cls-1.item07 {
  -webkit-animation: fixed_anime 10s ease 3s infinite;
  animation: fixed_anime 10s ease 3s infinite;
}

.cmn-fixed.is-on .cls-1.item08, .cmn-fixed.is-default .cls-1.item08 {
  -webkit-animation: fixed_anime 10s ease 3.5s infinite;
  animation: fixed_anime 10s ease 3.5s infinite;
}

.cmn-fixed.is-on .cls-1.item09, .cmn-fixed.is-default .cls-1.item09 {
  -webkit-animation: fixed_anime 10s ease 4s infinite;
  animation: fixed_anime 10s ease 4s infinite;
}

@media screen and (max-width: 768px) {
  .cmn-fixed {
    right: 20px;
    bottom: 20px;
    width: 60px;
  }
}
@-webkit-keyframes fixed_anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fixed_anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* js-fadeIn */
.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.is-on {
  opacity: 1;
  -webkit-transition: ease-out 2s;
  transition: ease-out 2s;
}

/* scroll-ico anime */
@-webkit-keyframes scrolldown {
  0% {
    top: -2px;
    height: 0;
  }
  75% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}
@keyframes scrolldown {
  0% {
    top: -2px;
    height: 0;
  }
  75% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}
/*  --------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------  */
.header {
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
}

.header .cmn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
  max-width: 100%;
  height: 100%;
}

.header-logo {
  display: block;
  margin-bottom: 7px;
  width: 250px;
  min-width: 250px;
}

.header-nav {
  margin-left: 20px;
  position: relative;
  max-width: 520px;
  width: 100%;
}

.header-nav-inner {
  width: 100%;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-nav-list-item + .header-nav-list-item {
  margin-left: 10px;
}

.header-nav-list-item a {
  display: inline-block;
}

.header-nav-list-item a span {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
}

.header-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
  max-width: 280px;
  width: 100%;
}
.header-link-list-online {
  max-width: 215px;
  width: 100%;
}
.header-link-list-online a {
  display: block;
  width: 100%;
}
.header-link-list-insta {
  margin-left: 15px;
  max-width: 40px;
  width: 100%;
}
.header-link-list-insta a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
  .header .cmn-inner {
    display: block;
    padding-bottom: 0;
    max-width: initial;
    height: 100%;
  }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 160px;
    min-width: auto;
  }
  .header-nav {
    background: transparent;
    margin-left: 0;
    position: fixed;
    top: 70px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: calc(100% - 70px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    overflow: hidden;
  }
  .header-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px;
    height: 100%;
    overflow-y: scroll;
  }
  .header-nav::before {
    background: url(../img/bg/bg01.png) no-repeat center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .header-nav-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    padding: 0 20px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .header-nav-list-item + .header-nav-list-item {
    margin-top: 32px;
    margin-left: 0;
  }
  .header-nav-list-item a span {
    font-size: 20px;
  }
  .header-nav.close {
    background: #a7212f;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .header-nav.close::before {
    opacity: 1;
    visibility: visible;
  }
  .header-nav.close .header-nav-list {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .header-link-list {
    display: block;
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
  .header-link-list-online {
    margin: 0 auto 40px;
    max-width: 235px;
    width: 100%;
  }
  .header-link-list-online a {
    display: block;
    width: 100%;
  }
  .header-link-list-insta {
    margin: 0 auto;
    max-width: 40px;
    width: 100%;
  }
  .header-link-list-insta a {
    display: block;
    width: 100%;
  }
}
.navBt {
  background: transparent;
  cursor: pointer;
  position: fixed;
  top: 23px;
  right: 20px;
  width: 52px;
  height: 24px;
  z-index: 9999;
}

.navBt-item span {
  background: #231815;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.navBt-item span:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.navBt-item span:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.navBt-item span:nth-child(3) {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.navBt.close .navBt-item span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.navBt.close .navBt-item span:nth-child(2) {
  left: -100%;
  opacity: 0;
}

.navBt.close .navBt-item span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/*  --------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------  */
.footer {
  padding: 40px 40px 10px;
}

.footer__logo {
  display: block;
  margin: 0 auto 30px;
  width: 220px;
}

.footer__copyright {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 15px;
  }
  .footer__logo {
    width: 160px;
  }
}
/*  --------------------------------------------------------------------------------
  top
--------------------------------------------------------------------------------  */
.mv {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}

.mv__ttl {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 208px;
  z-index: 2;
}

.mv__item {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.mv__item.is-on {
  display: block;
}

.mv__item.is-default {
  display: block;
}

@media screen and (max-width: 1024px) {
  .mv {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 70px);
  }
  .mv__ttl {
    bottom: 70px;
  }
}
.about {
  background: #000;
  padding: 30px 0 40px;
}

.about-mv-inner {
  margin: 35px 0 45px;
  position: relative;
}

.about-mv-inner .scroll-ico {
  background: #231815;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 68px;
  overflow: hidden;
}

.about-mv-inner .scroll-ico::before {
  background: #fff;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  -webkit-animation: scrolldown 3s cubic-bezier(0.6, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 3s cubic-bezier(0.6, 0, 0.3, 1) forwards infinite;
}

.about-mv {
  height: 470px;
}

.about-mv img {
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}

.about__txt {
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  line-height: 2.2;
  text-align: center;
  margin: 30px 0 20px;
  padding: 0 40px;
}

.about__name {
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 40px;
}

.about__name small {
  display: block;
  font-size: 12px;
}

.about__name strong {
  display: block;
  font-size: 17px;
}

.about__logo {
  display: block;
  margin: 0 auto 40px;
  width: 42px;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 20px 0 30px;
  }
  .about-mv-inner {
    margin: 20px 0 40px;
  }
  .about-mv-inner .scroll-ico {
    bottom: -24px;
    height: 58px;
  }
  .about-mv {
    height: 250px;
  }
  .about__txt {
    font-size: 14px;
    margin: 30px 0 20px;
    padding: 0 20px;
  }
  .about__name {
    padding: 0 20px;
  }
  .about__name small {
    font-size: 11px;
  }
  .about__name strong {
    font-size: 15px;
  }
  .about__logo {
    width: 38px;
  }
}
.movie {
  background: #000;
  padding: 40px 40px 80px;
}
.movie-inner {
  margin: 30px auto 0;
  position: relative;
  max-width: 560px;
  width: 100%;
  height: 315px;
}
.movie-inner iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .movie {
    padding: 20px 20px 60px;
  }
  .movie-inner {
    margin: 20px auto 0;
    height: 200px;
  }
}
.access {
  position: relative;
}

.access-txtInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 140px;
  z-index: 2;
}

.access-txtInner::before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2.5px;
}

.access .ico {
  display: block;
  width: 42px;
}

.access-txtBox {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 30px;
  position: relative;
  width: 440px;
  height: 100%;
}

.access-txtBox h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.access-txtBox-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.access-txtBox-list li h4 {
  display: block;
  margin-bottom: 4px;
  width: 35px;
}

.access-txtBox-list li p {
  font-size: 13px;
  line-height: 1.4;
  margin-left: 4px;
}

.access-map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 465px;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-img {
  width: 100%;
  height: 465px;
}

@media screen and (max-width: 768px) {
  .access-txtInner {
    height: 170px;
  }
  .access .ico {
    width: 32px;
  }
  .access-txtBox {
    padding: 10px 20px;
    position: relative;
    max-width: 400px;
    width: calc(100% - 64px);
  }
  .access-txtBox h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .access-txtBox-list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .access-txtBox-list li + li {
    margin-top: 4px;
  }
  .access-txtBox-list li h4 {
    width: 35px;
  }
  .access-txtBox-list li p {
    font-size: 11px;
    line-height: 1.6;
    margin: 4px 0 0 6px;
    width: calc(100% - 35px);
  }
}
@media screen and (max-width: 414px) {
  .access-txtInner {
    position: static;
    height: auto;
  }
  .access .ico {
    display: none;
  }
  .access-txtBox {
    padding: 20px 20px;
    max-width: 100%;
    width: 100%;
  }
  .access-txtBox h3 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .access-txtBox-list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .access-txtBox-list li + li {
    margin-top: 2px;
  }
  .access-map {
    height: 250px;
  }
  .access-img {
    height: 250px;
  }
}
.strawberry {
  background: #a7212f;
  padding: 30px 0 20px;
  position: relative;
}

.strawberry::before {
  background: url(../img/bg/bg01.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.strawberry-inner {
  position: relative;
  z-index: 2;
}

.strawberry-inner.is-pside {
  padding: 0 40px;
}

.strawberry-mv-inner {
  margin: 35px 0 45px;
  position: relative;
}

.strawberry-mv-inner .scroll-ico {
  background: #231815;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 68px;
  overflow: hidden;
}

.strawberry-mv-inner .scroll-ico::before {
  background: #fff;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  -webkit-animation: scrolldown 3s cubic-bezier(0.6, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 3s cubic-bezier(0.6, 0, 0.3, 1) forwards infinite;
}

.strawberry-mv {
  height: 700px;
}

.strawberry-mvTxt {
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  padding: 0 40px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

.strawberry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

.strawberry-list::after {
  width: 30%;
  content: "";
}

.strawberry-list-item {
  color: #fff;
  margin-bottom: 45px;
  padding-bottom: 44px;
  position: relative;
  width: 30%;
}

.strawberry-list-item .img {
  margin-bottom: 18px;
}

.strawberry-list-item .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.strawberry-list-item .txt {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.strawberry-list-item .brand {
  background: url(../img/ico/ico_txt_strawberry01.png) no-repeat center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34px;
  width: 100%;
}

.strawberry-list-item .brand p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  padding: 0 15px 0 5px;
  position: relative;
  width: 50%;
  height: 100%;
}

.strawberry-list-item .brand p:nth-child(2) {
  padding: 0 5px 0 15px;
}

@media screen and (max-width: 768px) {
  .strawberry {
    padding: 20px 0 30px;
  }
  .strawberry-inner.is-pside {
    padding: 0 20px;
  }
  .strawberry-mv-inner {
    margin: 20px 0 40px;
  }
  .strawberry-mv-inner .scroll-ico {
    bottom: -24px;
    height: 58px;
  }
  .strawberry-mvTxt {
    font-size: 12px;
    top: 45px;
    padding: 0 20px;
    z-index: 2;
  }
  .strawberry-mv {
    height: 500px;
  }
  .strawberry-list {
    margin-top: 30px;
  }
  .strawberry-list-item {
    width: 48%;
  }
}
@media screen and (max-width: 414px) {
  .strawberry-mvTxt {
    font-size: 12px;
    top: 45px;
    z-index: 2;
  }
  .strawberry-mv {
    height: 480px;
  }
  .strawberry-list {
    display: block;
    margin-top: 30px;
  }
  .strawberry-list-item {
    margin-bottom: 0;
    width: 100%;
  }
  .strawberry-list-item + .strawberry-list-item {
    margin-top: 50px;
  }
}
.linkSec {
  padding: 10px 0 0;
}
.linkSec-list-item {
  margin-top: 10px;
}
.linkSec-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.linkSec-list-item a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.linkSec-list-item a p strong {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 2px;
}
.linkSec-list-item a p small {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .linkSec-list-item a p strong {
    font-size: 30px;
  }
  .linkSec-list-item a p small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .linkSec-list-item a {
    height: 200px;
  }
  .linkSec-list-item a p strong {
    font-size: 17px;
    letter-spacing: 0.16em;
    margin-bottom: 5px;
  }
  .linkSec-list-item a p small {
    font-size: 11px;
  }
}

.shop {
  padding: 60px 0 20px;
}

.shop-inner {
  padding: 0 40px;
}

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}

.shop-list-item {
  margin-bottom: 80px;
  width: 45%;
}

.shop-list-item .img {
  margin-bottom: 18px;
}

.shop-list-item .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.shop-list-item .txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.shop-list-item .address {
  border-top: solid #231815 1px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .shop {
    padding: 40px 0 20px;
  }
  .shop-inner {
    padding: 0 20px;
  }
  .shop-list {
    margin-top: 40px;
  }
  .shop-list-item {
    width: 48%;
  }
}
@media screen and (max-width: 414px) {
  .shop-list-item {
    margin: 0;
    width: 100%;
  }
  .shop-list-item + .shop-list-item {
    margin-top: 50px;
  }
}
.partners {
  background: #E5E4E3;
  padding: 60px 40px 90px;
}

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.partners-list-item {
  width: 45%;
}

.partners-list-item a {
  display: block;
}

@media screen and (max-width: 768px) {
  .partners {
    padding: 40px 20px 70px;
  }
  .partners-list {
    display: block;
    margin-top: 30px;
  }
  .partners-list-item {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
  }
  .partners-list-item + .partners-list-item {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */