@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  ローディング
----------------------------------------------------*/
#loading_wrap::before, #loading_wrap::after {
  position: fixed;
  z-index: 10000;
  top: -15%;
  display: block;
  visibility: hidden;
  width: 50%;
  height: 130%;
  content: "";
  background-color: #dcdad2;
}

#loading_wrap::before {
  left: 0;
  -webkit-animation: curtain_l 2s;
          animation: curtain_l 2s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #loading_wrap::before {
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s;
  }
}

#loading_wrap::after {
  right: 0;
  -webkit-animation: curtain_r 2s;
          animation: curtain_r 2s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #loading_wrap::after {
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s;
  }
}

@-webkit-keyframes curtain_l {
  0% {
    visibility: visible;
  }
  40% {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
    background-color: #dcdad2;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(-100%);
            transform: rotate(0deg) translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes curtain_l {
  0% {
    visibility: visible;
  }
  40% {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
    background-color: #dcdad2;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(-100%);
            transform: rotate(0deg) translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes curtain_r {
  0% {
    visibility: visible;
  }
  40% {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
    background-color: #dcdad2;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(100%);
            transform: rotate(0deg) translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes curtain_r {
  0% {
    visibility: visible;
  }
  40% {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
    background-color: #dcdad2;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(100%);
            transform: rotate(0deg) translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}
.loading_logo {
  width: 140px;
  position: fixed;
  visibility: hidden;
  z-index: 10001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-animation: loading_logo_anime 1.4s;
          animation: loading_logo_anime 1.4s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .loading_logo {
    width: 200px;
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
  }
}

@-webkit-keyframes loading_logo_anime {
  0% {
    visibility: visible;
  }
  40% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loading_logo_anime {
  0% {
    visibility: visible;
  }
  40% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------------------------------------------------
  メインビジュアル
----------------------------------------------------*/
#mv {
  position: relative;
}
#mv .splide__slide .slide {
  position: relative;
  height: 100vh;
  text-align: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__slide .slide {
    max-height: 900px;
  }
}
#mv .splide__slide .slide .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mv .splide__slide .slide .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 7s 1s linear;
  transition: 7s 1s linear;
  -webkit-transform: translateX(-1.5%) scale(1.1);
          transform: translateX(-1.5%) scale(1.1);
}
#mv .splide__slide .slide .text {
  position: absolute;
  left: 20px;
  bottom: 70px;
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__slide .slide .text {
    left: 40px;
    bottom: 80px;
  }
}
#mv .splide__slide .slide .copy_en, #mv .splide__slide .slide .copy_jp, #mv .splide__slide .slide .author {
  -webkit-animation: 2s cubic-bezier(0.2, 1, 0.2, 1) both;
          animation: 2s cubic-bezier(0.2, 1, 0.2, 1) both;
  opacity: 0;
}
#mv .splide__slide .slide .copy_en {
  font-size: 28px;
  line-height: 1.25;
  color: #fff;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__slide .slide .copy_en {
    font-size: 53px;
    line-height: 1.28;
  }
}
#mv .splide__slide .slide .copy_jp {
  font-size: 13px;
  margin: 14px 0 28px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__slide .slide .copy_jp {
    font-size: 20px;
    margin: 18px 0 36px;
  }
}
#mv .splide__slide .slide .author {
  font-size: 11px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__slide .slide .author {
    font-size: 16px;
  }
}
#mv .splide__slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(1.5%) scale(1.05);
          transform: translateX(1.5%) scale(1.05);
}
#mv .splide__slide.anm-started .copy_en, #mv .splide__slide.anm-started .copy_jp, #mv .splide__slide.anm-started .author {
  -webkit-animation-name: mv02-fadeIn;
          animation-name: mv02-fadeIn;
}
#mv .splide__slide.anm-finished .copy_en, #mv .splide__slide.anm-finished .copy_jp, #mv .splide__slide.anm-finished .author {
  -webkit-animation-name: mv02-fadeOut;
          animation-name: mv02-fadeOut;
}
@-webkit-keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 0;
  }
}
@keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 0;
  }
}
#mv .splide__progress {
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 30px;
  width: 80px;
  height: 2px;
  background-color: #A09A91;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__progress {
    width: 100px;
    bottom: 40px;
  }
}
#mv .splide__progress .splide__progress__bar {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  height: 100%;
}

/*----------------------------------------------------
  トップ共通
----------------------------------------------------*/
.sec_ttl {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-size: 28px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 42px;
  }
}

/*----------------------------------------------------
  About
----------------------------------------------------*/
#about {
  padding: 80px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #about {
    position: relative;
    padding: 220px 0;
  }
}
#about .sec_ttl {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #about .sec_ttl {
    margin-bottom: 50px;
  }
}
#about p {
  line-height: 2.3;
}
#about p.mb {
  margin-bottom: 1.6em;
}
#about .arrow_btn {
  margin-top: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #about .arrow_btn {
    margin-top: 50px;
  }
}
#about .about_slide {
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #about .about_slide {
    margin-top: 0;
    position: absolute;
    width: 46%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
#about .about_slide .splide__slide {
  width: 157px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #about .about_slide .splide__slide {
    height: 532px;
  }
}
#about .about_slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------
  onlineshop
----------------------------------------------------*/
#onlineshop {
  background-color: #000;
}
#onlineshop a {
  position: relative;
  z-index: 0;
  height: 230px;
  color: #fff;
  text-align: center;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #onlineshop a {
    height: 440px;
  }
}
#onlineshop a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/onlineshop.webp);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #onlineshop a::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#onlineshop a .sec_ttl {
  margin-bottom: 12px;
  font-size: 34px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #onlineshop a .sec_ttl {
    font-size: 58px;
  }
}
#onlineshop a .arrow {
  width: 36px;
  margin: 25px auto 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #onlineshop a .arrow {
    width: 57px;
    margin-top: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #onlineshop a:hover::before {
    opacity: 0.8;
  }
}

/*----------------------------------------------------
  calendar
----------------------------------------------------*/
#calendar {
  background-color: #000;
}
#calendar a {
  position: relative;
  z-index: 0;
  height: 200px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #calendar a {
    height: 361px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#calendar a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #E8E8E8;
  background-image: url(../images/top/calendar_bg_sp.webp);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #calendar a::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/top/calendar_bg_pc.webp);
  }
}
#calendar a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/top/calendar_sp.webp);
  width: 122px;
  height: 100%;
  top: 0;
  right: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #calendar a::after {
    background-image: url(../images/top/calendar_pc.webp);
    background-size: cover;
    width: 60%;
    max-width: 721px;
  }
}
#calendar a .sec_ttl {
  margin-bottom: 8px;
  font-size: 34px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #calendar a .sec_ttl {
    font-size: 58px;
  }
}
#calendar a .arrow_btn {
  font-size: 12px;
  pointer-events: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  #calendar a .arrow_btn {
    font-size: 14px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #calendar a:hover {
    opacity: 0.8;
  }
}

/*----------------------------------------------------
  Info
----------------------------------------------------*/
#info .info_wrap {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap {
    padding: 180px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#info .info_wrap .doll {
  position: absolute;
  width: 91px;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: scale(-1, 1) translateY(100%);
          transform: scale(-1, 1) translateY(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .doll {
    width: 174px;
    right: auto;
    left: 30px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
#info .info_wrap .doll.scroll_active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .doll.scroll_active {
    -webkit-transform: scale(-1, 1) translateY(0);
            transform: scale(-1, 1) translateY(0);
  }
}
#info .info_wrap .info_list {
  margin: 30px 0 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .info_list {
    width: 71.7%;
    margin: 0;
  }
}
#info .info_wrap .info_list li {
  border-bottom: 1px solid #DADADA;
}
#info .info_wrap .info_list li:first-child {
  border-top: 1px solid #DADADA;
}
#info .info_wrap .info_list li a {
  padding: 24px 0;
  display: block;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .info_list li a {
    padding: 33px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media all and (min-width: 1099px) {
  #info .info_wrap .info_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#info .info_wrap .info_list li a .date, #info .info_wrap .info_list li a .cate {
  display: inline-block;
}
#info .info_wrap .info_list li a .cate_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .info_list li a .cate_date {
    width: 22.7%;
  }
}
#info .info_wrap .info_list li a .cate_date .cate {
  padding-left: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .info_list li a .cate_date .cate {
    padding-left: 30px;
  }
}
#info .info_wrap .info_list li a h3 {
  padding-top: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .info_list li a h3 {
    padding-top: 0;
  }
}
@media all and (min-width: 1099px) {
  #info .info_wrap .info_list li a h3 {
    width: 77.3%;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #info .info_wrap .info_list li a:hover {
    padding-left: 30px;
  }
}
#info .info_wrap .arrow_btn {
  /* 751- */
}
@media all and (min-width: 751px) {
  #info .info_wrap .arrow_btn {
    position: absolute;
    top: 255px;
  }
}

/*----------------------------------------------------
  contact
----------------------------------------------------*/
#contact {
  background-color: #000;
}
#contact a {
  position: relative;
  z-index: 0;
  height: 280px;
  color: #fff;
  text-align: center;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact a {
    height: 440px;
    justify-items: left;
    text-align: left;
  }
}
#contact a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/contact_bg_sp.webp);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact a::before {
    background-image: url(../images/top/contact_bg_pc.webp);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#contact a .wrap {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact a .wrap {
    width: 100%;
  }
}
#contact a .inner {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact a .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
    width: 100%;
  }
}
#contact a .sec_ttl {
  position: relative;
  margin: 20px 0 12px;
  padding-left: 45px;
  font-size: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact a .sec_ttl {
    font-size: 44px;
    padding-left: 55px;
    margin: 0 0 18px;
  }
}
#contact a .sec_ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow_white.svg);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 25px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact a .sec_ttl::before {
    width: 45px;
    height: 31px;
  }
}
#contact a .hand {
  width: 112px;
  margin: 10px auto 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact a .hand {
    width: 25%;
    max-width: 280px;
    margin: 0;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #contact a:hover::before {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=top.css.map */