@charset "UTF-8";
/* ▼▼▼ top
====================================================== */
header .info_important {
  display: block;
}
header .info_important a {
  width: 100%;
  background: #ffff00;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  color: #da476b;
  text-align: center;
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
header .info_important a::before {
  content: url(../img/icon_important.svg);
  vertical-align: middle;
  padding-right: 5px;
}
@media screen and (min-width: 769px) {
  header .info_important a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
}
header .container .header_inner {
  height: 95px;
}
@media screen and (min-width: 769px) {
  header .container .header_inner {
    height: 110px;
  }
}
header .container .header_inner #site_title {
  top: 45px;
}
@media screen and (min-width: 769px) {
  header .container .header_inner #site_title {
    top: 52px;
  }
}
header .container .header_inner .favorite {
  font-size: 12px;
  text-align: center;
  height: 50px;
}
@media screen and (min-width: 769px) {
  header .container .header_inner .favorite {
    height: 65px;
  }
}
header .container .header_inner .favorite img {
  top: 5px;
}
@media screen and (min-width: 769px) {
  header .container .header_inner .favorite img {
    top: 10px;
  }
}
header .container .header_inner .menu {
  height: 50px;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  header .container .header_inner .menu {
    height: 65px;
  }
}
header .container .header_inner .menu .icon {
  top: 35%;
}
@media screen and (min-width: 769px) {
  header .container .header_inner .menu .icon {
    top: 42%;
  }
}
header .container .header_inner.none {
  height: 60px;
}
header .container .header_inner.none #site_title {
  top: 10px;
}
@media screen and (min-width: 769px) {
  header .container .header_inner.none {
    height: 70px;
  }
}
header .container #gnav {
  padding-top: 95px;
}
@media screen and (min-width: 769px) {
  header .container #gnav {
    padding-top: 110px;
  }
}

#main {
  padding-top: 0;
}

/* ▼ mv_area
--------------------------------------- */
.mv_area {
  padding-top: 85px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .mv_area {
    padding-top: 100px;
  }
}
.mv_area .slider_mv {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
}
.mv_area .slider_mv .slick-prev, .mv_area .slider_mv .slick-next {
  top: 48%;
  width: 56px;
  height: 56px;
  z-index: 1;
}
.mv_area .slider_mv .slick-prev {
  left: 27%;
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-prev::before {
    content: "";
    background: url(../img/arrow_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    opacity: 1;
  }
}
.mv_area .slider_mv .slick-next {
  right: 27%;
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-next::before {
    content: "";
    background: url(../img/arrow_next.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    opacity: 1;
  }
}
.mv_area .slider_mv .slick-slide {
  /* margin: 0 10px; */
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-slide {
    margin: 0 53px;
  }
}
.mv_area .slider_mv .slick-slide > div {
  padding-top: 25px;
  padding-bottom: 5px;
}
.mv_area .slider_mv .slick-slide > div li a {
  width: 100%;
}
.mv_area .slider_mv .slick-slide.slick-center img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-slide.slick-center img {
    opacity: 1;
  }
}
.mv_area .slider_mv .slick-slide img {
  width: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0 0px 15px rgba(221, 207, 211, 0.8);
          box-shadow: 0 0px 15px rgba(221, 207, 211, 0.8);
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-slide img {
    opacity: 0.45;
  }
}
.mv_area .slider_mv .slick-dots {
  bottom: 25px;
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-dots {
    bottom: 15px;
  }
}
.mv_area .slider_mv .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 6px;
  }
}
.mv_area .slider_mv .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 6px;
  width: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 4px;
  cursor: pointer;
  position: relative;
}
.mv_area .slider_mv .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  background: #CCCCCC;
  border-radius: 50%;
  width: 6px !important;
  height: 6px !important;
  line-height: 10px !important;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv_area .slider_mv .slick-dots li button::before {
    width: 7px !important;
    height: 7px !important;
  }
}
.mv_area .slider_mv .slick-dots li.slick-active button::before {
  content: "";
  background: #BC2245;
}

/* 読み込み時にmvの画像が一瞬だけ全画面表示される事への対策 */
.slider_mv li img {
  opacity: 0;
}
.slider_mv .slick-slide img {
  opacity: 1;
}

/* ▼ search_area
--------------------------------------- */
.search_area {
  padding: 30px 0 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .search_area {
    padding: 50px 0 67px;
  }
}
@media screen and (min-width: 769px) {
  .search_area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1000px;
  }
}
@media screen and (min-width: 769px) {
  .search_area .container .search_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .search_area .container .search_wrap .word_box {
    width: calc(100% - 100px);
  }
}
.search_area .container .search_wrap .word_box form {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .search_area .container .search_wrap .word_box form {
    margin-bottom: 0;
  }
}
.search_area .container .search_wrap .word_box form .input_box {
  height: 58px;
  width: 100%;
  padding: 10px 15px;
  background: #F5F5F5;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .search_area .container .search_wrap .word_box form .input_box {
    height: 62px;
    padding: 15px 30px;
  }
}
.search_area .container .search_wrap .word_box form .search_btn {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_area .container .search_wrap .keyword_box {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .search_area .container .search_wrap .keyword_box {
    width: calc(100% - 100px);
    margin: 0;
  }
}
.search_area .container .search_wrap .keyword_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  padding-bottom: 10px;
  /* .tag_keyword{
  	@include mq-min(){
  		font-size: 13px;
  	}
  } */
}
@media screen and (min-width: 769px) {
  .search_area .container .search_wrap .keyword_box ul {
    padding: 15px 0 30px;
  }
}
.search_area .container .nav_wrap {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .search_area .container .nav_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
    padding: 0 50px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
  }
}
.search_area .container .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: 500;
}
.search_area .container .nav_wrap ul li {
  width: 33.3333333333%;
  border-bottom: 1px solid #DEDEDE;
  /* &:first-of-type{
  	@include mq-min(){
  		padding-left: 50px;
  		margin-left: -50px;
  		width: calc(100% / 6 + 50px);
  	}
  }
  &:last-of-type{
  	@include mq-min(){
  		padding-right: 50px;
  		margin-right: -50px;
  		width: calc(100% / 6 + 50px);
  	}
  } */
}
@media screen and (min-width: 769px) {
  .search_area .container .nav_wrap ul li {
    width: 16.6666666667%;
    border: none;
  }
}
.search_area .container .nav_wrap ul li a {
  width: 100%;
  height: 90px;
  padding-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ddd;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .search_area .container .nav_wrap ul li a {
    height: 115px;
    padding-top: 45px;
    margin-bottom: 22px;
  }
}
.search_area .container .nav_wrap ul li a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .search_area .container .nav_wrap ul li a::before {
    top: 20%;
  }
}
.search_area .container .nav_wrap ul li a.link_shopguide::before {
  background: url(../img/top/icon_shopguide.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 31px;
  /* @include mq-min(){
  	width: 50px;
  	height: 45px;
  } */
}
.search_area .container .nav_wrap ul li a.link_floormap::before {
  background: url(../img/top/icon_floormap.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 31px;
  /* @include mq-min(){
  	width: 50px;
  	height: 45px;
  } */
}
.search_area .container .nav_wrap ul li a.link_event::before {
  background: url(../img/top/icon_event.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 35px;
  /* @include mq-min(){
  	width: 43px;
  	height: 49px;
  } */
}
@media screen and (min-width: 769px) {
  .search_area .container .nav_wrap ul li a.link_shopnews {
    padding-top: 60px;
    border-left: 1px solid #ddd;
  }
}
.search_area .container .nav_wrap ul li a.link_shopnews::before {
  background: url(../img/top/icon_shopnews.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 27px;
  top: 10px;
}
@media screen and (min-width: 769px) {
  .search_area .container .nav_wrap ul li a.link_shopnews::before {
    /* width: 47px;
    height: 38px; */
    top: 20%;
  }
}
.search_area .container .nav_wrap ul li a.link_service::before {
  background: url(../img/top/icon_service.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 31px;
  /* @include mq-min(){
  	width: 49px;
  	height: 44px;
  } */
}
.search_area .container .nav_wrap ul li a.link_access::before {
  background: url(../img/top/icon_access.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 35px;
  /* @include mq-min(){
  	width: 35px;
  	height: 50px;
  } */
}
.search_area .container .nav_wrap ul li:nth-of-type(3n) a {
  border-right: none;
}
.search_area .container .nav_wrap ul li:nth-of-type(1), .search_area .container .nav_wrap ul li:nth-of-type(2), .search_area .container .nav_wrap ul li:nth-of-type(3) {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .search_area .container .nav_wrap ul li:nth-of-type(1), .search_area .container .nav_wrap ul li:nth-of-type(2), .search_area .container .nav_wrap ul li:nth-of-type(3) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #nishiakashi .search_area .container .nav_wrap ul li, #sannomiya .search_area .container .nav_wrap ul li {
    width: 20%;
  }
}
@media screen and (min-width: 769px) {
  #nishiakashi .search_area .container .nav_wrap ul li:nth-of-type(3n) a, #sannomiya .search_area .container .nav_wrap ul li:nth-of-type(3n) a {
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width: 769px) {
  #nishiakashi .search_area .container .nav_wrap ul li:last-of-type a, #sannomiya .search_area .container .nav_wrap ul li:last-of-type a {
    border-right: none;
  }
}

/* ▼ information_area
--------------------------------------- */
.information_area {
  position: relative;
}
.information_area::after {
  content: "";
  background: url(../img/top/line_information.png);
  width: 100%;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .information_area::after {
    display: none;
  }
}
.information_area .bg {
  content: "";
  position: fixed;
  background: url(../img/top/bg_information_kobe.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .information_area .bg {
    width: 54%;
    left: auto;
    right: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .information_area .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.information_area .flex .businesshour_wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px 0 50px;
}
@media screen and (min-width: 769px) {
  .information_area .flex .businesshour_wrap {
    width: 46%;
    padding: 100px 74px 0 calc((100% - 1000px) / 2);
  }
}
.information_area .flex .businesshour_wrap .head {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .information_area .flex .businesshour_wrap .head {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.information_area .flex .businesshour_wrap .businesshour {
  line-height: 1.4;
  font-weight: 500;
  font-size: 24px;
  padding-left: 90px;
  position: relative;
  width: 240px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  .information_area .flex .businesshour_wrap .businesshour {
    width: 100%;
    font-size: 33px;
    padding-left: 140px;
  }
}
.information_area .flex .businesshour_wrap .businesshour span {
  font-size: 11px;
  display: block;
}
@media screen and (min-width: 769px) {
  .information_area .flex .businesshour_wrap .businesshour span {
    font-size: 15px;
  }
}
.information_area .flex .businesshour_wrap .businesshour::before {
  content: "";
  background: url(../img/top/icon_bh.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .information_area .flex .businesshour_wrap .businesshour::before {
    width: 94px;
    height: 94px;
    left: 15px;
  }
}
.information_area .flex .businesshour_wrap .kome {
  font-size: 12px;
  text-align: center;
  color: #6F6F6F;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .information_area .flex .businesshour_wrap .kome {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.information_area .flex .businesshour_wrap .closingday {
  background: #E2A1BA;
  padding: 10px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 0 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .information_area .flex .businesshour_wrap .closingday {
    margin: 0;
    padding: 15px 10px;
    font-size: 18px;
  }
}
.information_area .flex .businesshour_wrap .closingday span {
  font-weight: 400;
  display: block;
  text-align: center;
}
.information_area .flex .info_wrap {
  padding: 65px 0 90px;
  background: linear-gradient(rgba(255, 255, 255, 0.4) calc(100% - 45px), #fff 45px);
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap {
    width: 54%;
    background: linear-gradient(rgba(255, 255, 255, 0.4) calc(100% - 70px), #fff 70px);
    padding: 65px 0 155px;
  }
}
.information_area .flex .info_wrap .container {
  padding: 0 17px;
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container {
    padding: 0 0 0 70px;
    max-width: none;
  }
}
.information_area .flex .info_wrap .container .section_head {
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container .section_head {
    text-align: left;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container .section_head .en {
    text-align: left;
    font-size: 37px;
  }
}
.information_area .flex .info_wrap .container .info_inner {
  margin-bottom: 25px;
  padding: 32px 13px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container .info_inner {
    margin-right: calc((100vw - 1000px) / 2);
    margin-bottom: 35px;
    padding: 35px 50px 25px;
  }
}
.information_area .flex .info_wrap .container .info_inner ul li:not(:last-of-type) {
  padding-bottom: 15px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container .info_inner ul li:not(:last-of-type) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.information_area .flex .info_wrap .container .info_inner ul li a {
  width: 100%;
}
.information_area .flex .info_wrap .container .info_inner ul li a p.date {
  color: #BC2245;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container .info_inner ul li a p.date {
    margin-bottom: 10px;
  }
}
.information_area .flex .info_wrap .container .info_inner ul li a p.info_ttl {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container .info_inner ul li a p.info_ttl {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .information_area .flex .info_wrap .container .btn_vm {
    text-align: left;
  }
}

#tarumi .information_area .bg {
  background: url(../img/top/bg_information_tarumi.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #tarumi .information_area .bg {
    background-repeat: no-repeat;
  }
}

#rokkomichi .information_area .bg {
  background: url(../img/top/bg_information_rokkomichi.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #rokkomichi .information_area .bg {
    background-repeat: no-repeat;
  }
}

#nishiakashi .information_area .bg {
  background: url(../img/top/bg_information_nishiakashi.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #nishiakashi .information_area .bg {
    background-repeat: no-repeat;
  }
}

#sannomiya .information_area .bg {
  background: url(../img/top/bg_information_sannomiya.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #sannomiya .information_area .bg {
    background-repeat: no-repeat;
  }
}

/* ▼ shopnews_area
--------------------------------------- */
.shopnews_area {
  background: #F5F5F5;
  padding: 40px 0 50px;
}
@media screen and (min-width: 769px) {
  .shopnews_area {
    position: relative;
    z-index: 1;
    padding: 65px 0;
    background: linear-gradient(to right, #F5F5F5 calc(100% - (100% - 1000px) / 2), #fff calc((100% - 1000px) / 2));
  }
}
@media screen and (min-width: 769px) {
  .shopnews_area .container {
    max-width: 950px;
    padding: 0;
    margin: 0 auto 0 calc((100% - 1000px) / 2);
  }
}
.shopnews_area .container .section_head {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .shopnews_area .container .section_head {
    margin-bottom: 45px;
  }
}
.shopnews_area .container .keyword_box {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .shopnews_area .container .keyword_box {
    width: calc(100% - 100px);
    margin: 0 auto 20px;
  }
}
.shopnews_area .container .keyword_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .shopnews_area .container .keyword_box ul {
    padding-bottom: 30px;
  }
}
.shopnews_area .container .shopnews_list {
  margin-bottom: 35px;
  /* 231013_変更前 */
  /* .img_wrap{
  	position: relative;
  	animation-name: slideIn;
  	animation-duration: 0.42s;
  	animation-timing-function: linear;
  	@include mq-min(){
  		height: 295px;
  	}
  	.mask{
  		background: linear-gradient(135deg, #E5EDF7 0%, #CEDEF4 30%, #E2EFFF 60%, #E6F3FF 80%, #D6E3F0 100%);
  		width: 100%;
  		height: 100%;
  		border-radius: 3px;
  		opacity: 0.65;
  		position: absolute;
  		top: 0;
  		clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  		animation-name: mask;
  		animation-duration: 1.2s;
  		animation-timing-function: linear;
  		animation-fill-mode: forwards;
  	}
  } */
  /* 231013_変更後 */
  /* 231114_横一列を同時表示に変更 */
  /* li{
  	&:nth-of-type(2n){
  		.img_wrap{
  			animation-delay:3.0s;
  			.bg{
  				animation-delay: 1.8s;
  				img{
  					animation-delay: 3.0s;
  				}
  			}
  		}
  	}
  	@include mq-min(){
  		&:nth-of-type(3n+1){
  			.img_wrap{
  				animation-delay: 1.2s;
  				.bg{
  					animation-delay: 0s;
  					img{
  						animation-delay: 1.2s;
  					}
  				}
  			}
  		}
  		&:nth-of-type(3n+2){
  			.img_wrap{
  				animation-delay:3.0s;
  				.bg{
  					animation-delay: 1.8s;
  					img{
  						animation-delay: 3.0s;
  					}
  				}
  			}
  		}
  		&:nth-of-type(3n){
  			.img_wrap{
  				animation-delay:4.8s;
  				.bg{
  					animation-delay: 3.6s;
  					img{
  						animation-delay: 4.8s;
  					}
  				}
  			}
  		}
  	}
  } */
}
@media screen and (min-width: 769px) {
  .shopnews_area .container .shopnews_list {
    gap: 43px 32px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 769px) {
  .shopnews_area .container .shopnews_list li {
    width: calc((100% - 64px) / 3);
  }
}
.shopnews_area .container .shopnews_list .img_wrap {
  -webkit-box-shadow: 0 0 0 rgba(59, 59, 59, 0);
          box-shadow: 0 0 0 rgba(59, 59, 59, 0);
  -webkit-animation-name: boxShadow;
          animation-name: boxShadow;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-radius: 3px;
}
@media screen and (min-width: 769px) {
  .shopnews_area .container .shopnews_list .img_wrap {
    height: 295px;
  }
}
.shopnews_area .container .shopnews_list .img_wrap .bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #E5EDF7 0%, #CEDEF4 30%, #E2EFFF 60%, #E6F3FF 80%, #D6E3F0 100%);
  overflow: hidden;
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
          clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  -webkit-animation-name: slideInBg;
          animation-name: slideInBg;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-radius: 3px;
}
.shopnews_area .container .shopnews_list .img_wrap .bg img {
  position: relative;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#tarumi .mask, #tarumi .bg {
  background: linear-gradient(135deg, #E5F4F7 0%, #CEEEF4 30%, #E8F7FF 60%, #E6F4FF 80%, #D8ECF2 100%);
}

#rokkomichi .mask, #rokkomichi .bg {
  background: linear-gradient(135deg, #E3F7E2 0%, #B6DDB6 30%, #CCEACC 60%, #D2E6D2 80%, #CAE3CB 100%);
}

#nishiakashi .mask, #nishiakashi .bg {
  background: linear-gradient(135deg, #F0DCFA 0%, #DCC0EB 30%, #EEDEF7 60%, #EEDCF5 80%, #E8D0F4 100%);
}

#sannomiya .mask, #sannomiya .bg {
  background: linear-gradient(135deg, #FAECDC 0%, #F8D9BE 30%, #FCEEE2 60%, #FFEBD6 80%, #F4E2D0 100%);
}

/* ▼ event_area
--------------------------------------- */
.event_area {
  padding: 40px 0 60px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .event_area {
    padding: 80px 0;
  }
}
.event_area .container {
  /* .slider_wrap{
  	margin-bottom: 25px;
  	margin-left: -30px;
  	width: 100vw;
  	@include mq-min(){
  		margin-bottom: 45px;
  	}
  	.slider_event{
  		.slick-list{
  			padding: 0 10% 0 0;
  			@include mq-min(){
  				padding: 0 7.5%;
  			}
  			.slick-slide{
  				margin-right: 16px;
    					margin-left: 6px;
  				padding-bottom: 6px;
  				@include mq-min(){
  					margin-right: 16px;
    						margin-left: 16px;
  				}
  				li{
  					background: #F5F5F5;
  					border-radius: 3px;
  					box-shadow: 0 0 6px rgba(59, 59, 59, 0.25);
  					a{
  						width: 100%;
  						img{
  							border-radius: 3px;
  							width: 100%;
  						}
  						.txt_wrap{
  							padding: 15px 18px 20px;
  							@include mq-min(){
  								padding: 25px 28px 32px;
  							}
  							.event_ttl{
  								line-height: 1.4;
  								margin-bottom: 12px;
  								@include mq-min(){
  									font-size: 15px;
  								}
  							}
  							.date{
  								font-size: 13px;
  								line-height: 1.4;
  								color: #BC2245;
  								font-family: 'Inter','Noto Sans JP', sans-serif;
  								@include mq-min(){
  									font-size: 14px;
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  } */
}
@media screen and (min-width: 769px) {
  .event_area .container {
    max-width: none;
  }
}
.event_area .container .section_head {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .event_area .container .section_head {
    margin-bottom: 38px;
  }
}

.swiper {
  overflow: visible;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .swiper {
    margin-bottom: 45px;
  }
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.swiper .swiper-wrapper .swiper-slide {
  width: calc(100vw - 140px);
  background: #F5F5F5;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px rgba(59, 59, 59, 0.25);
          box-shadow: 0 0 6px rgba(59, 59, 59, 0.25);
}
@media screen and (min-width: 769px) {
  .swiper .swiper-wrapper .swiper-slide {
    width: calc((100vw - 152px) / 3.5);
  }
}
.swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide a img {
  border-radius: 3px;
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide a .txt_wrap {
  padding: 15px 18px 20px;
  min-height: 110px;
}
@media screen and (min-width: 769px) {
  .swiper .swiper-wrapper .swiper-slide a .txt_wrap {
    padding: 25px 28px 32px;
    min-height: 135px;
  }
}
.swiper .swiper-wrapper .swiper-slide a .txt_wrap .event_ttl {
  line-height: 1.4;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
}
@media screen and (min-width: 769px) {
  .swiper .swiper-wrapper .swiper-slide a .txt_wrap .event_ttl {
    font-size: 15px;
  }
}
.swiper .swiper-wrapper .swiper-slide a .txt_wrap .date {
  font-size: 13px;
  line-height: 1.4;
  color: #BC2245;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .swiper .swiper-wrapper .swiper-slide a .txt_wrap .date {
    font-size: 14px;
  }
}

/* ▼ joc_area
--------------------------------------- */
.joc_area {
  background: #fff;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .joc_area {
    padding-bottom: 200px;
  }
}
.joc_area .container {
  background: linear-gradient(135deg, #E5EDF7 0%, #CEDEF4 30%, #E2EFFF 60%, #E6F3FF 80%, #D6E3F0 100%);
  background-position: 0 20px;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .joc_area .container {
    background-position: 0 110px;
    max-width: none;
    padding: 0 0 40px;
  }
}
.joc_area .container .section_head {
  margin-bottom: 23px;
}
@media screen and (min-width: 769px) {
  .joc_area .container .section_head {
    margin-bottom: 60px;
  }
}
.joc_area .container .joc {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .joc_area .container .joc {
    max-width: 750px;
    margin: 0 auto;
  }
}
.joc_area .container .joc .img_wrap {
  margin-bottom: 35px;
}
.joc_area .container .joc .btn {
  max-width: 265px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .joc_area .container .joc .btn {
    max-width: 280px;
  }
}
.joc_area .container .joc .btn a {
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 45px;
  color: #BC2245;
  height: 45px;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #C5415F;
  border-radius: 100px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .joc_area .container .joc .btn a {
    font-size: 14px;
  }
  .joc_area .container .joc .btn a:hover {
    opacity: 1;
    background: #BC2245;
    color: #fff;
  }
  .joc_area .container .joc .btn a:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.joc_area .container .joc .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 12px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #BC2245;
  border-right: 1px solid #BC2245;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#tarumi .joc_area .container {
  background: linear-gradient(135deg, #E5F4F7 0%, #CEEEF4 30%, #E8F7FF 60%, #E6F4FF 80%, #D8ECF2 100%);
  background-position: 0 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #tarumi .joc_area .container {
    background-position: 0 110px;
  }
}

#rokkomichi .joc_area .container {
  background: linear-gradient(135deg, #E3F7E2 0%, #B6DDB6 30%, #CCEACC 60%, #D2E6D2 80%, #CAE3CB 100%);
  background-position: 0 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #rokkomichi .joc_area .container {
    background-position: 0 110px;
  }
}

#nishiakashi .joc_area .container {
  background: linear-gradient(135deg, #F0DCFA 0%, #DCC0EB 30%, #EEDEF7 60%, #EEDCF5 80%, #E8D0F4 100%);
  background-position: 0 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #nishiakashi .joc_area .container {
    background-position: 0 110px;
  }
}

#sannomiya .joc_area .container {
  background: linear-gradient(135deg, #FAECDC 0%, #F8D9BE 30%, #FCEEE2 60%, #FFEBD6 80%, #F4E2D0 100%);
  background-position: 0 20px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #sannomiya .joc_area .container {
    background-position: 0 110px;
  }
}

/* ▼ map_area
--------------------------------------- */
.map_area {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .map_area {
    padding-bottom: 100px;
    background: linear-gradient(#fff 250px, #F5F5F5 250px);
  }
}
.map_area iframe {
  width: 100%;
  height: 60vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .map_area iframe {
    max-width: 900px;
    margin: 0 auto;
    height: 395px;
  }
}

/* ▼ link_area
--------------------------------------- */
.link_area {
  background: #fff;
}
.link_area .sns_link {
  max-width: 260px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_area .sns_link .img_wrap {
  width: 45%;
  display: inherit;
}
.link_area .sns_link ul {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.link_area .sns_link ul li {
  width: calc((100% - 30px) / 3);
}
.link_area .other_link {
  background: #F5F5F5;
  padding: 28px 0;
}
.link_area .other_link ul {
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.link_area .other_link ul li {
  width: 100%;
}
.link_area .other_link ul li a {
  font-size: 13px;
  line-height: 1.4;
  color: #BC2245;
  background: #fff;
  border: 1px solid #C5415F;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  padding: 12px 0;
  position: relative;
}
.link_area .other_link ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 14px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #BC2245;
  border-right: 1px solid #BC2245;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link_area .other_link ul li:nth-of-type(1) a::before {
  content: "";
  background: url(../img/top/icon_recruit.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link_area .other_link ul li:nth-of-type(2) a::before {
  content: "";
  background: url(../img/top/icon_qa.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 14px;
  position: absolute;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link_area .other_link ul li:nth-of-type(3) a::before {
  content: "";
  background: url(../img/top/icon_contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 22px;
  position: absolute;
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ▼ ショップガイド（三宮、西明石）
--------------------------------------- */
#sannomiya .shop_area, #nishiakashi .shop_area {
  background: #fff;
  padding-bottom: 45px;
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area, #nishiakashi .shop_area {
    padding-bottom: 115px;
  }
}
#sannomiya .shop_area .container, #nishiakashi .shop_area .container {
  max-width: 1140px;
}
#sannomiya .shop_area .section_head, #nishiakashi .shop_area .section_head {
  margin-bottom: 27px;
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .section_head, #nishiakashi .shop_area .section_head {
    margin-bottom: 45px;
  }
}
#sannomiya .shop_area .tab-area, #nishiakashi .shop_area .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  cursor: pointer;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab-area, #nishiakashi .shop_area .tab-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 925px;
    margin: 0 auto 33px;
  }
}
#sannomiya .shop_area .tab, #nishiakashi .shop_area .tab {
  width: calc((100% - 7px) / 2);
  text-align: center;
  border: 1px solid #DD7B98;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #DD7B98;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab, #nishiakashi .shop_area .tab {
    width: calc((100% - 45px) / 4);
    height: 55px;
    font-size: 14px;
  }
}
#sannomiya .shop_area .tab.cat_fashion, #nishiakashi .shop_area .tab.cat_fashion {
  padding-left: 35px;
}
#sannomiya .shop_area .tab.cat_fashion::before, #nishiakashi .shop_area .tab.cat_fashion::before {
  content: "";
  background-color: #DD7B98;
  -webkit-mask: url(../img/icon_cat01.svg);
          mask: url(../img/icon_cat01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 32px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab.cat_fashion::before, #nishiakashi .shop_area .tab.cat_fashion::before {
    left: 25px;
  }
}
#sannomiya .shop_area .tab.cat_restaurant, #nishiakashi .shop_area .tab.cat_restaurant {
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab.cat_restaurant, #nishiakashi .shop_area .tab.cat_restaurant {
    padding-left: 30px;
  }
}
#sannomiya .shop_area .tab.cat_restaurant::before, #nishiakashi .shop_area .tab.cat_restaurant::before {
  content: "";
  background-color: #DD7B98;
  -webkit-mask: url(../img/icon_cat02.svg);
          mask: url(../img/icon_cat02.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 21px;
  height: 32px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab.cat_restaurant::before, #nishiakashi .shop_area .tab.cat_restaurant::before {
    left: 30px;
  }
}
#sannomiya .shop_area .tab.cat_service, #nishiakashi .shop_area .tab.cat_service {
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab.cat_service, #nishiakashi .shop_area .tab.cat_service {
    padding-left: 35px;
  }
}
#sannomiya .shop_area .tab.cat_service::before, #nishiakashi .shop_area .tab.cat_service::before {
  content: "";
  background-color: #DD7B98;
  -webkit-mask: url(../img/icon_cat03_2.svg);
          mask: url(../img/icon_cat03_2.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 31px;
  height: 27px;
  position: absolute;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab.cat_service::before, #nishiakashi .shop_area .tab.cat_service::before {
    left: 17px;
  }
}
#sannomiya .shop_area .tab.cat_market, #nishiakashi .shop_area .tab.cat_market {
  padding-left: 35px;
}
#sannomiya .shop_area .tab.cat_market::before, #nishiakashi .shop_area .tab.cat_market::before {
  content: "";
  background-color: #DD7B98;
  -webkit-mask: url(../img/icon_cat04.svg);
          mask: url(../img/icon_cat04.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 31px;
  height: 27px;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .tab.cat_market::before, #nishiakashi .shop_area .tab.cat_market::before {
    left: 38px;
  }
}
#sannomiya .shop_area .tab.active, #sannomiya .shop_area .tab:hover, #nishiakashi .shop_area .tab.active, #nishiakashi .shop_area .tab:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #DD7B98;
  color: #fff;
}
#sannomiya .shop_area .tab.active::before, #sannomiya .shop_area .tab:hover::before, #nishiakashi .shop_area .tab.active::before, #nishiakashi .shop_area .tab:hover::before {
  background-color: #fff;
}
#sannomiya .shop_area .panel, #nishiakashi .shop_area .panel {
  display: none;
  text-align: center;
}
#sannomiya .shop_area .panel.active, #nishiakashi .shop_area .panel.active {
  display: block;
}
@media screen and (min-width: 769px) {
  #sannomiya .shop_area .panel .shop_list, #nishiakashi .shop_area .panel .shop_list {
    gap: 50px 45px;
  }
}

/* ▼ アニメーション
--------------------------------------- */
/* 231013_変更前 */
/* @keyframes slideIn {
	0% {
        clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
    }
	100% {
        clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
    }
} */
/* @keyframes mask {
	0% {
        clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
    }
	35% {
        clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
    }
	65% {
        clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
    }
    100% {
		clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
    }
} */
/* 231013_変更後 */
@-webkit-keyframes boxShadow {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(59, 59, 59, 0);
            box-shadow: 0 0 0 rgba(59, 59, 59, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 6px rgba(59, 59, 59, 0.2);
            box-shadow: 0 0 6px rgba(59, 59, 59, 0.2);
  }
}
@keyframes boxShadow {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(59, 59, 59, 0);
            box-shadow: 0 0 0 rgba(59, 59, 59, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 6px rgba(59, 59, 59, 0.2);
            box-shadow: 0 0 6px rgba(59, 59, 59, 0.2);
  }
}
@-webkit-keyframes slideInBg {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
}
@keyframes slideInBg {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.line {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#F8E5E5), color-stop(30%, #F0DEEB), to(#E6E6F4));
  background: linear-gradient(90deg, #F8E5E5 0%, #F0DEEB 30%, #E6E6F4 100%);
  height: 1.5px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .line {
    height: 2.5px;
  }
}

/* 営業時間 */
.line01 {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  top: 0;
  left: -10%;
  -webkit-transform: rotate(345deg);
          transform: rotate(345deg);
  -webkit-animation-name: lineToR;
          animation-name: lineToR;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .line01 {
    left: -10%;
    -webkit-transform: rotate(335deg);
            transform: rotate(335deg);
  }
}

.line02 {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  top: 0;
  right: -30%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-animation-name: lineToR;
          animation-name: lineToR;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .line02 {
    right: -10%;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    width: 60%;
  }
}

.line03 {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  bottom: 30px;
  right: -35%;
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
  -webkit-animation-name: lineToL;
          animation-name: lineToL;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .line03 {
    bottom: 90px;
    right: -35%;
    -webkit-transform: rotate(325deg);
            transform: rotate(325deg);
  }
}

.line04 {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  bottom: 30px;
  right: -35%;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
  -webkit-animation-name: lineToL;
          animation-name: lineToL;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .line04 {
    bottom: 30px;
    right: -30%;
    -webkit-transform: rotate(305deg);
            transform: rotate(305deg);
  }
}

.line05 {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  top: 90%;
  right: 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-name: lineToL;
          animation-name: lineToL;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* event */
.line06 {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
          clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  top: 50px;
  right: -35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation-name: lineToR;
          animation-name: lineToR;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.line07 {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  top: calc(100% - 100px);
  right: -50%;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
  -webkit-animation-name: lineToL;
          animation-name: lineToL;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .line07 {
    right: -40%;
  }
}

.line08 {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
          clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  top: 90%;
  right: 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-name: lineToL;
          animation-name: lineToL;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .line08 {
    top: 80%;
    right: 40%;
  }
}

.line09 {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
          clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  top: 50px;
  left: -55%;
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
  -webkit-animation-name: lineToR;
          animation-name: lineToR;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 769px) {
  .line09 {
    left: -45%;
  }
}

@-webkit-keyframes lineToR {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  16% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
  33% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
}

@keyframes lineToR {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  16% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
  33% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
}
@-webkit-keyframes lineToL {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  16% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
  33% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
}
@keyframes lineToL {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
            clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  16% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0);
  }
  33% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
            clip-path: polygon(0% 100%, 0% 100%, 0% 0, 0% 0);
  }
}