@charset "UTF-8";
/*----------------------------
2023.09 トップページ リニューアル
----------------------------*/
/*--------------------
01.header
02.main
  02-00.基本設定
  02-01.kv
  02-02.info
  02-03.寛ぐ
  02-04.concept 心満ちる、楽しみの温泉郷
  02-05.ニュース 回覧板
  02-06.クーポン
  02-07.SNS
  02-08.ご利用案内
  02-09.Youtube
  02-10.Instagram
  02-11.採用情報
  02-12.サイドナビ
  02-13.バナー
--------------------*/
/*----------
00.base
----------*/
:root {
  --top-color-dark: #4B4832;
  --top-color-beige: #8b8169;
}
#wrapper {
  background: url(../img/top/bg.jpg) left top repeat;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0px!important;
}
[data-inview="fade"] {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(.39, .575, .565, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-inview="fade"]._inview {
  opacity: 1;
}
[data-inview="fadeup"] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(.39, .575, .565, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
}
[data-inview="fadeup"]._inview {
  opacity: 1;
  transform: translateY(0px);
}
[data-inview="faderight"] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s cubic-bezier(.39, .575, .565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-inview="faderight"]._inview {
  opacity: 1;
  transform: translateX(0px);
}
[data-inview="fadeleft"] {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s cubic-bezier(.39, .575, .565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-inview="fadeleft"]._inview {
  opacity: 1;
  transform: translateX(0px);
}
.delay-01s {
  transition-delay: 0.1s;
}
.delay-02s {
  transition-delay: 0.2s;
}
.delay-03s {
  transition-delay: 0.3s;
}
.delay-04s {
  transition-delay: 0.4s;
}
.delay-05s {
  transition-delay: 0.5s;
}
.delay-06s {
  transition-delay: 0.6s;
}
.delay-07s {
  transition-delay: 0.7s;
}
.delay-08s {
  transition-delay: 0.8s;
}
.delay-10s {
  transition-delay: 1.0s;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}

/*----------
01.header
----------*/
#header_top {
  filter: blur(25px) opacity(1%);
  transition: opacity 1.2s cubic-bezier(.39, .575, .565, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header_top._inview {
  filter: blur(0) opacity(100%);
}
/*----------
02.main
----------*/
#top {
  font-family: 'Noto Sans JP', sans-serif;
}
/* 02-00.基本設定
----------------*/
.home-section_inner {
  padding: 0 20px;
}
.btnSolid {
  width: fit-content;
}
.btnSolid a {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 44.5px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  height: 89px;
  max-width: 100%;
  position: relative;
  transition: 0.5s ease-out;
  width: 420px;
}
.btnSolid a:after {
  bottom: 0;
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  position: absolute;
  right: 8.7%;
  top: 0;
  transform: skew(45deg);
}
._pc .btnSolid a:hover {
  background-color: #fff;
  color: #000;
}
._pc .btnSolid a:hover:after {
  -webkit-animation: arrow-sub .4s cubic-bezier(.215, .61, .355, 1) forwards;
  animation: arrow-sub .4s cubic-bezier(.215, .61, .355, 1) forwards;
  border-color: #000;
}
@-webkit-keyframes arrow-sub {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0);
    transform: translate3d(0)
  }
}

@keyframes arrow-sub {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140%);    
    transform: translateX(-140%)  
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0);
    transform: translate3d(0)
  }
}
.btnSolid.-bg-white a {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: var(--top-color-dark);
  color: var(--top-color-dark);
}
.btnSolid.-bg-white a:after {
  border-color: var(--top-color-dark);
}
._pc .btnSolid.-bg-white a:hover {
  background-color: var(--top-color-dark);
  color: #fff;
}
._pc .btnSolid.-bg-white a:hover:after {
  border-color: #fff;
}
.bnrGraphic {
  border-radius: 10px;
  color: white;
  display: block;
  height: 209px;
  max-width: 475px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bnrGraphic_bg {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bnrGraphic_bg img {
  height: 100%;
  left: 0;
  position: absolute;
  object-fit: cover;
  transition: 0.5s ease-out;
  top: 0;
  width: 100%;
}
.bnrGraphic_bg:after {
  background-image: linear-gradient(to bottom, #484848, #484848);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  transition: 0.5s ease-out;
  top: 0;
  width: 100%;
}
.bnrGraphic_text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  color: white;
  justify-content: center;
  padding: 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
.bnrGraphic_text-jp {
  font-size: 16px;
}
.bnrGraphic_text-en {
  font-size: 23px;
  margin-top: 14px;
}
.bnrGraphic_text-en img {
  width: auto;
  max-width: 100%;
}
._pc .bnrGraphic:hover .bnrGraphic_bg:after {
  opacity: 0.3;
}
._pc .bnrGraphic:hover .bnrGraphic_bg img {
  transform: scale(1.08);
}
.top-bnrList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2px;
  position: relative;
  z-index: 8;
}
.top-bnrList_item {
  display: block;
  margin: 10px 20px;
  max-width: 530px;
  width: calc(50% - 40px);
}
.top-bnrList_item.-w100 {
  max-width: 1100px;
  width: 100%;
}
.top-bnrList .bnrGraphic {
  margin: 12px;
  max-width: 530px;
}
/* 02-01.kv
----------------*/
#top video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#top .sp-video {
  display: block;
}

#top .pc-video {
  display: none;
}

@media screen and (min-width: 769px) {
  #top .sp-video {
    display: none;
  }

  #top .pc-video {
    display: block;
  }
}
#top #mainSlider li {
}
#top #mainSlider .slick-slide img.pc {
  display: block;
}
#top #mainSlider .slick-slide img.sp {
  display: none;
}
.top-kv {
  filter: blur(25px); 
  position: relative;
  opacity: 0.1;
  transition: opacity 1.2s cubic-bezier(.39, .575, .565, 1), filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-kv_frame {
  display: block;
  filter: blur(25px); 
  min-height: 550px;
  height: 100vh;
  opacity: 0.1;
  pointer-events: none;
  position: relative;
  transition: opacity 1.2s cubic-bezier(.39, .575, .565, 1), filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.top-kv_frame::before {
  background: url(../img/top/mv_cover.webp) left top repeat;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.top-kv._inview,
.top-kv_frame._inview {
  filter: blur(0); 
  opacity: 1;
}
.top-kv_frame:after {
  aspect-ratio: 2100 / 830;
  background: url(../img/top/kv-kumo-color_2.png) center top no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  height: auto;
  left: 50%;
  min-width: 2277px;
  position: absolute;
  top: 48vh;
  transform: translateX(-50%);
  width: 150%;
  z-index: 1;
}
.top-kv_copy {
  filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.5));
  position: absolute;
  right: 14vw; /*228px*/
  top: 23%; /* 210px */
  max-width: 117px;
}
.top-kv_copy img {
  filter: drop-shadow(0px 2px 12px rgba(0,0,0,0.8));
}
.top-kv_slider {
  overflow: hidden;
  position: relative;
}
.top-kv_slider:before, .top-kv_frame:after {
  content: '';
  display: block;
}
.top-kv_item {
  min-height: 550px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-kv_item img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-kv .kumo {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: 3.5s ease-out;
  transition-delay: 0;
  width: 100%;
}
.top-kv .kumo:nth-of-type(1) {
  transform: scale(1.2) translate3d(30%, 8%, 0);
  transition-delay: 0.3s;
}
.top-kv .kumo:nth-of-type(2) {
  transform: scale(0.5);
  transition: 1.8s ease-out;
}
.top-kv .kumo:nth-of-type(3) {
  transform: scale(2);
    transition: 2.4s ease-out;
      transition-delay: 0.2s;
}
.top-kv .kumo:nth-of-type(4) {
  transform: scale(1);
    transition: 2.1s ease-out;
      transition-delay: 0.3s;
}
.top-kv .kumo:nth-of-type(5) {
  transform: scale(0.8);
}
.top-kv .kumo:nth-of-type(6) {
  transform: scale(1) translateX(-50%);
}
.top-kv .kumo:nth-of-type(7) {
  transform: scale(0.9);
}
.top-kv .kumo:nth-of-type(8) {
  transform: scale(0.8);
}
.top-kv .kumo:nth-of-type(9) {
  transform: scale(0.8) translateX(50%);
}
.top-kv .kumo:nth-of-type(10) {
  transform: scale(1.8) translateX(50%);
}
/* inview */
._inview.top-kv .kumo:nth-of-type(1) {
  transform: scale(1.2) translate3d(100%, 8%, 0);
  opacity: 0;
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(2) {
  opacity: 0;
  transform: scale(0.4) translate3d(-79%, 0, 0);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(3) {
  opacity: 0;
  transform: scale(2) translate3d(-7%, 0, 0);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(4) {
  opacity: 0;
  transform: scale(1) translate3d(40%, 0, 0);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(5) {
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(6) {
  opacity: 0;
  transform: scale(1) translateX(-100vw);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(7) {
  opacity: 0;
  transform: scale(0.9) translate3d(-30%,0,0);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(8) {
  opacity: 0;
  transform: scale(0.8) translate3d(-62%, 0, 0);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(9) {
  opacity: 0;
  transform: scale(0.8) translate3d(80%, 0, 0);
  visibility: hidden;
}
._inview.top-kv .kumo:nth-of-type(10) {
  opacity: 0;
  transform: scale(1) translate3d(57%, 0, 0);
  visibility: hidden;
  transition: 3s ease-out;
}

.top-kv_sound {
  align-items: center;
  display: inline-flex;
  margin: auto;
  line-height: 1.1;
  right: 80px;
  position: absolute;
  top: calc(100vh - 70px);
}

.top-kv_sound-btn {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.top-kv_sound-btn._active {
  color: black;
  opacity: 1;
  pointer-events: none;
}

.top-kv_sound-btn:hover {
  opacity: 1;
}

.top-kv_sound img {
  height: auto;
  width: 24px;
  vertical-align: middle;
}
/* 動画の再生が完了したら */
.top-kv._inview._played .top-kv_frame:before,
.top-kv._inview._played video {
  filter: blur(1); 
  opacity: 0;
}
.top-kv._inview._played .top-kv_frame {
  pointer-events: auto;
}
.top-kv_more {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 1;
}
.top-kv_more img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-kv._inview._played .top-kv_more {
  opacity: 1;
}
.top-kv._inview._played .top-kv_sound {
  display: none;
}
/* 02-02.info
----------------*/
.top-info {
  align-items: stretch;
  bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 40px;
  position: fixed;
  width: 320px;
  z-index: 10;
}
.top-info_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  font-size: 13px;
  margin-top: 10px;
  opacity: 0;
  padding: 5px 15px 5px 10px;
  position: relative;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}
#topClosing {
  width: calc(100% - 80px);
}
#topStatus {
  align-items: center;
  background-color: #c4a156;
  color: white;
  display: flex;
  font-weight: bold;
  line-height: normal;
  min-height: 64px;
  justify-content: center;
  padding-left: 15px;
  text-align: center;
}
#topPickupInfo {
  width: 100%;
}
.top-info_box._show {
  opacity: 1;
  visibility: visible;
}
.top-closing {
  padding: 5px 0 5px 60px;
  padding: 5px 0;
  position: relative;
}
.top-closing_ttl {
  color: #c4a156;
  font-size: 90%;
}
.top-closing p {
  color: #707070;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.top-closing_icon {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
}
.top-closing .eo-events.eo-events-shortcode,
.top-closing_list {
  display: flex;
  flex-wrap: wrap;
}
.top-closing .eo-events.eo-events-shortcode li,
.top-closing_schedule {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.1;
  width: 70px;
}
.top-closing_schedule-year {
  color: #707070;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: auto;
  width: 100%;
}
.top-closing_schedule-month {
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  display: flex;
  line-height: 1.1;
  margin: 0 2px 0 0;
  color: #000;
}
.top-closing_schedule-month span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  vertical-align: text-bottom;
}
.top-closing_schedule-days {
  align-items: center;
  background-color: #c4a156;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  height: 17px;
  justify-content: center;
  line-height: 1.1;
  margin: auto 0 2px;
  width: 17px !important;
  white-space: nowrap;
  text-align: center;
}
.top-pickup li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;  
  padding: 10px 0;
  width: 100%;
}
.top-pickup li + li {
  border-top: 1px solid #c6c6c6;
}
.top-pickup li a {
  color: #000;
}
.top-pickup li a:after {
  content: url(../img/top/icon-circle-arrow.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 4px;
}
.top-info_close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  transition: filter 0.8s;
  width: 30px;
}
._pc .top-info_close:hover {
  filter: drop-shadow(0px 0px 0px #333);
}
/* 02-03.寛ぐ
----------------*/
.top-kutsurogu {
  background-image: url(../img/top/kutsurogu-kumo-right.png), url(../img/top/kutsurogu-kumo-left.png);
  background-position: right -217px top 258PX, left -300px top 355px;
  background-repeat: no-repeat;
  background-size: 728px auto, 1023px auto;
  padding: 330px 0 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.top-kutsurogu_item {
  padding: 15px;
}
.top-kutsurogu_item:nth-child(2n) {
  margin-top: 90px;
}
.w412 {
  width: 412px;
}
.w270 {
  width: 270px;
}
.w292 {
  width: 292px;
}
.w444 {
  width: 444px;
}
/* 02-04.concept
----------------*/
.top-concept {
  /* background-image: url(../img/top/concept-deco-01.png), url(../img/top/concept-deco-02.png), url(../img/top/concept-deco-03.png), url(../img/top/concept-deco-04.png);
  background-position: right -20% top 0%, left -13% top 17%, right -10% top 83%, left -15% top 79%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 41% auto, 28% auto, 31% auto, 35% auto; */
  padding: 0 20px 550px;
  position: relative;
  z-index: 2;
}
.top-concept-deco {
  position: absolute;
}
.top-concept-deco:nth-child(1) {
  right: -12%;
  top: 0;
  width: 41%;
}
.top-concept-deco:nth-child(2) {
  left: -9%;
  top: 14%;
  width: 28%;
}
.top-concept-deco:nth-child(3) {
  right: -7%;
  top: 57%;
  width: 31%;
}
.top-concept-deco:nth-child(4) {
  left: -10%;
  top: 61%;
  width: 35%;
}
.top-concept_inner {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding: 330px 0 0;
  max-width: 891px;
  width: 100%;
}
.top-concept_ttl {
  width: 17px;
}
.top-concept_copy {
  margin-right: 62px;
  width: calc(150px / 891px); /* 150px */
}
.top-concept_text {
  margin-right: 15%;
  /* 133px */
  margin-top: 143px;
  /* 143px */
  width: 60%; /* 533px */
}
/* 02-05.ニュース
----------------*/
.top-news {
  background: url(../img/top/news-bg.png) left top no-repeat;
  background-size: 105% 100%;
  margin-top: -278px;
  padding: 230px 0 353px;
  position: relative;
}
.top-news_inner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
}
.top-news_header {
  padding-left: 15px;
}
.top-news_header-ttl {
  font-size: 16px;
  margin-bottom: 15px;
}
.top-news_header-inner {
  align-items: flex-end;
  display: flex;
  margin-bottom: 62px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top-news_header-copy {
  margin-right: 40px;
  max-width: 250px;
}
.top-news_header-link {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin: 15px 0;
}
.top-news_header-link .arrow {
  align-items: center;
  border: solid 1px #4b4832;
  border-radius: 15.5px;
  display: flex;
  height: 31px;
  justify-content: center;
  margin-left: 23px;
  position: relative;
  transition: background 0.5s;
  width: 46.4px;
}
.top-news_header-link .arrow:after {
  content: '';
  border-bottom: 1px solid #4B4832;
  border-right: 1px solid #4B4832;
  display: block;
  height: 3px;
  transform: skew(45deg);
  transition: border 0.5s;
  width: 12px;
}
._pc .top-news_header-link:hover .arrow {
  background-color: #4B4832;
}
._pc .top-news_header-link:hover .arrow:after {
  border-color: #fff;
}
.top-news_content {
  display: flex;
}
.top-news_category {
  flex-shrink: 0;
  margin-right: 38px;
  width: fit-content;
}
.top-news_category-item  {
  cursor: pointer;
  display: block;
  margin-top: 1em;
  padding: 2px 0;
  position: relative;
  width: fit-content;
}
.top-news_category-item:after {
  background-color: #484848;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  transform-origin: left bottom;
  transform: scale(0,1);
  width: 100%;
}
.top-news_category-item._active:after {
  transform: scale(1,1);
}
.top-news_category-item:hover:after {
  transform: scale(1,1);
}
.top-news_list-wrap {
  position: relative;
}
.top-news_list {
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.8s ease-out, visiblity 0.8s ease-out, z-index 0.8s ease-out;
  visibility: hidden;
  z-index: 1;
}
.top-news_list._active {
  opacity: 1;
  transition: opacity 0.8s ease-out, visiblity 0.8s ease-out, z-index 0.8s ease-out;
  visibility: visible;
  z-index: 2;
}
.top-news_list:first-of-type {
  position: relative;
}
.top-news_item {
  aspect-ratio: 461 / 589;
  background: url(../img/top/news-bbs.png) left top no-repeat;
  background-size: cover;
  padding-top: 110px;
  position: relative;
  transform-origin: center center;
  width: 461px;
}
.top-news_item:nth-child(2) {
  transform: translateY(-25%) translateX(-15%) scale(0.83);
}
.top-news_item:nth-child(3) {
  transform: translateY(-45%) translateX(-38%) scale(0.75);
}
.top-news_item:nth-child(4) {
  transform: translateY(-35%) translateX(-63%) scale(0.75);
}
.top-news_item:after {
  background-size: 100% 100%;
  content: '';
  display: block;
  position: absolute;
}
.top-news_item:nth-child(1):after {
  background: url(../img/top/news-kumo-01.png) left top no-repeat;
  bottom: -123px;
  height: 188px;
  left: 54px;
  width: 663px;
}
.top-news_item:nth-child(2):after {
  background: url(../img/top/news-kumo-02.png) left top no-repeat;
  bottom: -104px;
  height: 143px;
  left: 96px;
  width: 415px;
}
.top-news_item:nth-child(4):before {
  background: url(../img/top/news-kumo-03.png) left top no-repeat;
  background-size: 100% 100%;
  bottom: -21px;
  content: '';
  display: block;
  height: 218px;
  left: -374px;
  position: absolute;
  width: 765px;
}
.top-news:after {
  background: url(../img/top/news-kumo-04.png) left top no-repeat;
  background-size: cover;
  top: 620px;
  content: '';
  display: block;
  height: 189px;
  position: absolute;
  right: -190px;
  width: 469px;
}
.top-news_item-category {
  color: white;
  font-size: 24px;
  text-align: center;
}
.top-news_item-box {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  height: 268px;
  margin: 15px auto 0;
  padding: 16px;
  width: 298px;
}
.top-news_item-thumb {
  aspect-ratio: 266 / 124;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.top-news_item-thumb img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-news_item-date {
  color: #c4c4c4;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.top-news_item-ttl {
  display: -webkit-box;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.63;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}
.top-news .top-bnrList {
  max-width: 1400px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
}
/* 02-06.SNS
----------------*/
.bgZarazara {
  position: relative;
}
.bgZarazara:before {
  background: url(../img/top/sns-bg.png) center top no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: '';
  display: block;
  height: 90%;
  left: 50%;
  min-width: 1858px;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  width: 122%;
}
.top-sns {
  color: white;
  margin-top: -200px;
  padding-bottom: 309px;
  position: relative;
  z-index: 2;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity {
  position: absolute;
  top: 217px;
  width: 100%;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 0.29);
}

.scroll-infinity__item>img {
  width: 100%;
}

.top-sns_inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  padding: 168px 20px 84px;
  position: relative;
}
.top-sns_inner:before {
  content: '';
  display: block;
  height: 226px;
  position: absolute;
  width: 100%;
}
.top-sns_img {
  max-width: 704px;
  width: 51%;
}
.top-sns_header {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  padding-left: 6%;
  width: 49%;
}
.top-sns_ttl {
  font-size: 31px;
  font-weight: bold;
}
.top-sns .btnSolid {
  margin-top: 2em;
  width: 100%;
}
.top-sns .bnrGraphic_text-jp {
  font-size: 14px;
}
.top-sns .bnrGraphic_text-en {
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
}
/* 02-08.ご利用案内
----------------*/
.top-guide {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.top-guide:after {
  background: url(../img/top/guide-bg.png) top left no-repeat;
  background-size: 100% 100%;
  bottom: -400px;
  content: '';
  height: 1379px;
  left: -278px;
  opacity: 0;
  position: absolute;
  transform: translate3d(5%, -5%, 5px);
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
  width: 3036px;
}
.top-guide._inview:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.top-guide_inner {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1300px;
  padding: 20px 20px 20px 8%;
  position: relative;
  justify-content: space-evenly;
  z-index: 1;
}
.top-guide_content {
  display: flex;
  /* margin-right: 55px; */
  justify-content: center;
  width: 48%;
}
.top-guide_content-ttl {
  margin-right: 7%;
  margin-top: 110px;
  max-width: 63px;
  width: 14%;
}
.top-guide_content-text {
  margin-top: 90px;
  width: 79%;
}
.top-guide_time {
  display: flex;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.top-guide_time dt {
  flex-shrink: 0;
  margin-right: 22px;
  margin-bottom: 18px;
}
.top-guide_time dd {
  width: 300px;
  max-width: 100%;
}
.top-guide .btnSolid {
  width: 100%;
}
.top-guide .btnSolid.-bg-white a {
  width: 100%;
}
.top-guide_bnrs {
  max-width: 535px;
  width: 39%;
}
.top-guide_bnrs-item + .top-guide_bnrs-item {
  box-shadow: 0 1px 30px 0 rgba(82, 87, 63, 0.12);
  margin-top: 22px;
  display: block;
}
.top-guide_bnrs-item img {
  filter: drop-shadow(0 1px 30px rgba(82, 87, 63, 0.12));
}
/* 02-09.Youtube
----------------*/
.top-youtube {
  background-image: url(../img/top/youtube-deco-01.png), url(../img/top/youtube-deco-02.png);
  background-size: 725px auto, 1078px auto;
  background-repeat: no-repeat;
  background-position: right -29% top 22%, left -50% top 57%;
  padding-bottom: 100px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 357px;
}
.youtube {
  aspect-ratio: 910 / 511;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 910px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 02-10.Instagram
----------------*/
.top-instagram {
  overflow: hidden;
  position: relative;
  height: 459px;
}
.top-instagram .bg {
  position: relative;
  height: 459px;
}
.top-instagram_pix {
  aspect-ratio: 459 / 459;
  position: relative;
  width: 459px;
}
.top-instagram_pix img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-instagram .bg:after {
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #adadad, #adadad);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item{
  max-width: 403px;
}
.top-instagram .text_g {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top-instagram_ttl {
  text-align: center;
}
.top-instagram_ttl img {
  margin: auto;
  width: auto;
}
.top-instagram .btnSolid a {
  margin: 34px auto 0;
}
#eapps-instagram-feed-1 {
  max-width: 100%;
}
/* 02-11.採用情報
----------------*/
.top-recruit {
  margin-top: 240px;
}

/* 02-13.バナー
----------------*/
.top-bannerArea {
  margin: 3em auto 2em;
  max-width: calc(1100px + 56px);
  padding: 0 28px;
  width: 100%;
}
.top-bannerArea_item {
  display: block;
}
.top-bannerArea_item + .top-bannerArea_item {
  margin-top: 3em;
}

/* 02-14.アバンギャルディ
----------------*/
.top-danceSongYoutube {
  padding-top: 5em;
  position: relative;
  z-index: 1;
}
.top-danceSongYoutube_deco1 {
  right: 0vw;
  bottom: 85%;
  width: 22vw;
}
.top-danceSongYoutube_deco2 {
  right: 0vw;
  bottom: -42%;
  width: 23vw;
}
.youtube {
  aspect-ratio: 910 / 511;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 910px;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



@media only screen and (max-width: 750px) {
  /* 02-00.基本設定
  ----------*/
  .btnSolid a {
    font-size: 11px;
    height: 45px;
    max-width: 222px;
  }
  .btnSolid a:after {
    height: 2px;
    right: 12%;
    width: 17px;
  }
  .bnrGraphic {
    border-radius: 5px;
    height: 130px;
  }
  .top-bnrList {
    display: block;
    margin-top: 45px;
    padding: 0 20px;
  }
  .top-bnrList .bnrGraphic {
    margin: 20px auto;
  }
  .bnrGraphic.access .bnrGraphic_text-en img {
    width: 97px;
  }
  .bnrGraphic.faq .bnrGraphic_text-en img {
    width: 200px;
  }
  .bnrGraphic.recruitment .bnrGraphic_text-en img {
    width: 197px;
  }
  .bnrGraphic.parttime .bnrGraphic_text-en img {
    width: 134px;
  }
  /* 02-01.kv
  ----------------*/
  #top #mainSlider .slick-slide img.pc {
    display: none;
  }
  #top #mainSlider .slick-slide img.sp {
    display: block;
  }
  .top-kv_frame:after {
    background: url(../img/top/kv-kumo-color_2_sp.png) center top no-repeat;
    background-size: 100% 100%;
    top: calc(100% - 96px);
    height: 413px;
    left: 50%;
    min-width: 0px;
    transform: translateX(-50%);
    width: 1045px;
  }
  .top-kv_copy {
    right: 14%;
    top: 21%;
    width: 27vw;
  }
  .top-kv .kumo {
    height: 70%;
  }
  .top-kv_sound {
    right: 10px;
    top: calc(100vh - 130px);
  }
  /* 02-02.info
  ----------------*/
  .top-info {
    bottom: 65px;
    border-radius: 5px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .top-closing {
    /* align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 45px;
    flex-wrap: wrap; */
  }
  .top-closing p {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
  .top-closing_icon {
    height: 32px;
    width: 32px;
  }
  .top-closing_list {
    flex-wrap: wrap;
  }
  .top-closing_schedule-year {
    font-size: 10px;
  }
  .top-closing_schedule-month {
    font-size: 15px;
    line-height: 1.1;
  }
  .top-closing_schedule-month span {
    font-size: 12px;
    line-height: 1.1;
  }
  .top-closing_schedule-days {
    font-size: 10px;
    height: 17px;
    width: 17px;
    margin: 0 1px;
  }
  .top-pickup li {
    font-size: 12px;
    color: #000;
  }
  .top-pickup li a span {
    -webkit-line-clamp: 1;
  }
  /* 02-03.寛ぐ
  ----------------*/
  .top-kutsurogu {
    padding: 170px 0 0;
    background-image: none;
  }
  .top-kutsurogu_item {
    padding: 9px;
  }
  .w412 {
    width: 215px;
  }
  .w270 {
    width: 155px;
  }
  .w292 {
    width: 168px;
  }
  .w444 {
    width: 256px;
  }
  /* 02-04.concept
  ----------------*/
  .top-concept {
    background-image: url(../img/top/concept-deco-01_sp.png), url(../img/top/concept-deco-02_sp.png), url(../img/top/concept-deco-03_sp.png), url(../img/top/concept-deco-04_sp.png);
    background-position: right -6% top 0%, left -18% top 34%, left -170% top 53%, left 39% bottom 0%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 52% auto, 50% auto, 136% auto, 220% auto;
    padding: 125px 0 145vw;
  }
  .top-concept_inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .top-concept_ttl {
    margin-left: 3.5%;
    width: 2%;
  }
  .top-concept_copy {
    margin: 0 0 0 5.5%;
    width: 22%;
  }
  .top-concept_text {
    margin: 60px auto 0;
    padding: 0 5.3%;
    width: 100%;
  }
  .top-concept_text.sp img {
    margin-bottom: 1em;
  }
  /* 02-05.ニュース 回覧板
  ----------------*/
  .top-news {
    background: url(../img/top/news-bg_sp.png) left top no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    padding-top: 150px;
  }
  .top-news:after {
    content: unset;
  }
  .top-news_inner {
    padding: 0 10px;
  }
  .top-news_header-ttl {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .top-bnrList_item {
    margin: 0 auto 20px;
    width: 100%;
  }
  .top-bnrList_item.-w100 {
    max-width: 530px;
  }
  .top-news_header-link {
    font-size: 13px;
    width: fit-content;
  }
  .top-news_header-link .arrow {
    height: 21px;
    width: 32px;
    margin-left: 12px;
  }
  .top-news_header-link .arrow:after {
    height: 1px;
    width: 9px;
  }
  .top-news_header-copy {
    width: 44%;
    margin-right: 10px;
    max-width: 325px;
  }
  .top-news_item {
    padding-top: 60px;
    width: 253px;
  }
  .top-news_item:nth-child(n+3) {
    /* display: none; */
  }
  .top-news_item:nth-child(1):after {
    background: url(../img/top/news-kumo-01.png) left top no-repeat;
    background-size: contain;
    bottom: -47px;
    height: 94px;
    left: 20px;
    width: 300px;
  }
  .top-news_item:nth-child(2):after {
    background: url(../img/top/news-kumo-02.png) left top no-repeat;
    bottom: -33px;
    height: 84px;
    left: 28%;
    width: 226px;
    background-size: cover;
  }
  .top-news_item:nth-child(4):before {
    bottom: -40px;
    height: 109px;
    left: -197px;
    width: 382px;
  }
  .top-news_item:nth-child(4):after {
    content: unset;
  }
  .top-news_item-category {
    font-size: 13px;
  }
  .top-news_item-box {
    border-radius: 5px;
    height: 150px;
    margin-top: 8px;
    padding: 9px;
    width: 163px;
  }
  .top-news_item-thumb {
    margin-bottom: 5px;
  }
  .top-news_item-date {
    font-size: 10px;
  }
  .top-news_item-ttl {
    font-size: 12px;
    line-height: 1.63;
  }
  /* 02-06.クーポン
  ----------------*/
  #coupon.top-coupon.top-bnrList {
    padding: 0 28px;
  }
  /* 02-07.SNS
  ----------------*/
  .bgZarazara:after {
    content: unset;
  }
  .top-sns_inner {
    display: block;
    padding: 111px 20px 80px;
  }
  .top-sns_header {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .top-sns_img {
    margin-left: -15px;
    width: 100%;
  }
  .top-sns_ttl {
    font-size: clamp(20px,5vw,31px);
  }
  .top-sns_text {
    font-size: clamp(13px,3.4vw,16px);
    font-weight: normal;
    line-height: 1.79;
  }
  .top-sns .btnSolid {
    margin: 25px auto 0;
    width: fit-content;
  }
  .scroll-infinity {
    top: 97px;
  }
  .scroll-infinity__item {
    width: calc(100vw / 0.2);
  }
  .top-sns {
    padding-bottom: 285px;
    background-size: 1760px 2048px;
  }
  .top-sns .bnrGraphic_text-jp {
    font-size: 11px;
  }
  .top-sns .bnrGraphic_text-en {
    font-size: 23px;
  }
  .top-spot {
    margin-top: 90px;
    padding: 0 28px;
  }
  /* 02-08.ご利用案内
  ----------------*/
  .top-guide {
    transform:translate3d(0,0,0); /*z-indexバグ用*/
  }
  .top-guide:before {
    background: url(../img/top/guide-bg-01_sp.png) left top no-repeat;
    background-size: auto 100%;
    content: '';
    display: block;
    left: -5px;
    height: 90%;
    opacity: 0;
    position: absolute;
    transform: translate3d(5%, -5%, 5px);
    transition: opacity 0.4s ease-in, transform 0.4s ease-in;
    top: -170px;
    width: 768px;
    z-index: 2;
  }
  .top-guide._inview:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .top-guide:after {
    background: url(../img/top/guide-bg-02_sp.png) left top no-repeat;
    background-size: auto 100%;
    bottom: -150px;
    content: '';
    height: 90%;
    left: 0;
    position: absolute;
    transform: translate3d(-5%, -5%, 4px);
    transition-delay: 0.4s;
    width: 768px;
    z-index: 1;
  }
  .top-guide_inner {
    display: block;
    position: relative;
    z-index: 3;
    padding: 20px 21px 20px 17%;
  }
  .top-guide_content {
    margin: 0 auto;
    width: 100%;
  }
  .top-guide_content-ttl {
    margin: 0;
    width: 28px;
  }
  .top-guide_content-text {
    margin: 0;
    max-width: 284px;
    padding-left: 4%;
    width: calc(100% - 28px);
  }
  .top-guide_time {
    display: block;
    margin-bottom: 30px;
    padding: 0 8px;
  }
  .top-guide_time dt {
  }
  .top-guide_bnrs {
    margin: 137px auto 0;
    width: 100%;
  }
  .top-guide_bnrs-item+.top-guide_bnrs-item {
    margin-top: 14px;    
  }
  .top-guide_bnrs-item img {
    box-shadow: 0 1px 30px 0 rgba(82, 87, 63, 0.12);
  }
  /* 02-09.Youtube
  ----------------*/
  .top-youtube {
    padding-bottom: 235px;
    padding-top: 250px;
    background-image: url(../img/top/youtube-deco-01_sp.png), url(../img/top/youtube-deco-02_sp.png);
    background-position: right 187% top 24%, left 134% top 100%;
    background-size: 120% auto, 144% auto;
  }
  /* 02-10.Instagram
  ----------------*/
  .top-instagram {
    height: 264px;
  }
  .top-instagram_pix {
    width: 264px;
  }
  .top-instagram_ttl-en {
    font-size: 11px;
  }
  .top-instagram_ttl-jp {
    font-size: 33px;
  }
  .top-instagram .btnSolid {
    margin-top: 23px;
  }
  .top-instagram .btnSolid a {
    height: 59px;
    max-width: 260px;
  }
  /* 02-11.採用情報
  ----------------*/
  .top-bnrList .bnrGraphic {
    height: 140px;
  }
  /* 02-12.サイドナビ
  ----------------*/
}
@media only screen and (min-width: 769px) {
  .top-kv_slider:before {
    background: url(../img/top/kv-kumo-01.svg) left top no-repeat;
    background-size: cover;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(12px);
    content: '';
    display: block;
    height: 177px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 33%;
    width: 380px;
    opacity: 0.3;
    z-index: 2;
  }
  .top-kv_slider:after {
    background: url(../img/top/kv-kumo-02.svg) left top no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 103px;
    left: -58px;
    margin: auto;
    opacity: 0.51;
    position: absolute;
    top: 33%;
    width: 247px;
    z-index: 10;
  }
}