@charset "utf-8";
/*--------------------------------------------------
 * Story Slider
 * Store
 ----------------------*/

/***** Story Home *****/
.story-main {
  padding: 0;
  height: 100svh;
  background-color: var(--dark);
  transition: background .3s ease-in-out;
}

.story-main.bg-01 {
  background: url('../images/story/story-bg-01.jpg') 50% 0 / cover;
  background .3s animation-timing-function: ease-in-out;
}

.story-main.bg-02 {
  background: url('../images/story/story-bg-02.jpg') 50% 0 / cover;
}

.story-main.bg-03 {
  background: url('../images/story/story-bg-03.jpg') 50% 0 / cover;
}

.story-main.bg-04 {
  background: url('../images/story/story-bg-04.jpg') 50% 0 / cover;
}

h2.heading-story {
  position: absolute;
  width: 100%;
  top: 140px;
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  transition: color .3s ease;
  z-index: 1;
}

.story-main.bg-01 .active .slide-number {
  color: #6E8EC8;
  text-shadow: 0 10px 20px rgb(58 77 110 / 30%);
}

.story-main.bg-02 h2.heading-story, 
.story-main.bg-02 .active .slide-number,
.story-main.bg-02 .active .slide-name {
  color: #D8B0A0;
}

.story-main .more-view {
  font-size: 18px;
}

.story-main .active .more-view {
  font-size: 24px;
}

.story-main.bg-02 .active .slide-number {
  color: #FCEDE7;
  text-shadow: 0 10px 20px rgb(49 49 49 / 15%);
}

.story-main.bg-02 .active .slide-detail {
  text-shadow: 0 3px 6px rgb(0 0 0 / 60%);
}

.story-main.bg-02 .active .more-view {
  color: #D8B0A0;
}

.story-main.bg-02 .active .more-view::after {
  background-image: url('../images/ico-more-value.svg');
}

.story-main.bg-03 h2.heading-story {
  color: #B2A60F;
}

.story-main.bg-03 .active .slide-name {
  color: #F7F7DC;
  filter: drop-shadow(2px 4px 6px rgba(0 0 0 / 30%));
}

.story-main.bg-03 .active .slide-number {
  color: #D3D372;
  text-shadow: 0 10px 20px rgb(49 49 49 / 15%);
}

.story-main.bg-03 .active .more-view {
  color: #F7F7DC;
}

.story-main.bg-03 .active .more-view::after {
  background-image: url('../images/ico-more-ing.svg');
}

.story-main.bg-04 h2.heading-story,
.story-main.bg-04 .active .slide-name {
  color: #006D51;
}

.story-main.bg-04 .active .slide-detail {
  color: #658C33;
}

.story-main.bg-04 .active .slide-number {
  content: #9FC1C0;
}

.story-main.bg-04 .active .more-view {
  color: #006D51;
}

.story-main.bg-04 .active .more-view::after {
  background-image: url('../images/ico-more-promise.svg');
}

.story-slider {
  height: 100vh;
  margin: 0 5vw;
  z-index: 1;
}

.story-slide { /* */ }

.story-slide-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5vh;
  transition: opacity .8s ease, transform 1s ease;
  transform: scale(0.9);
  opacity: 0.7;
}

.story-slide-wrapper .slide-go-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.story-slide.active .story-slide-wrapper {
  opacity: 1;
  transform: scale(1.0);
}

.story-slide-wrapper p {
  color: #FFF;
  text-align: center;
}

.story-slide-wrapper .slide-number {
  position: absolute;
  color: rgba(255 255 255 / .5);
  font-size: 260px;
  font-weight: 400;
  transform: translateY(-5%);
  transition: color .2s ease, font-size .2s ease, transform .2s ease;
}

.story-slide.active .story-slide-wrapper .slide-number {
  font-size: 340px;
  line-height: 1.0;
}

.story-slide-wrapper .slide-name {
  font-size: 50px;
  font-weight: 400;
  transition: color .3s ease;
}

.story-slide-wrapper .slide-name.small {
/*  font-size: 38px;*/
}

.story-slide-wrapper .slide-detail {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;.5;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-bottom: 28px;
}

.story-slide .slide-go-page{
  cursor: default;
}

.story-slide.active .slide-go-page {
  cursor: pointer;
}

/***** Slider Paging *****/
.story-paging {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 32px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.story-paging .arrow {
  width: 50px;
  height: 50px;
  background: url('../images/story/ico-paging-prev.svg') 0;
  overflow: hidden;
  cursor: pointer;
}

.story-paging .arrow-right {
  background-image: url('../images/story/ico-paging-next.svg');
}

/***** Story Page *****/
main#primary.main-hor {
  overflow: inherit;
}

.scroll-hor {
   display: flex; 
}

.scroll-hor section {
  width: 100vw;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  flex-grow: 1;
  flex-shrink: 0;
}

/***** Store *****/
.store-flex {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.store-flex .store-col {
  flex-grow: 1;
  /* width: calc((100% / 3) - (((3 - 1) / 3) * 40px)); */
}

.store-col p {
  font-family: var(--kal);
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.0em;
}

.store-thumb {
  display: block;
  overflow: hidden;
}

.store-thumb img {
  transition: opacity .3s ease-in-out, transform .6s ease-in-out;
  transform: scale(1);  
}

.store-thumb:hover img {
  opacity: .8;
  transform: scale(1.05);
}

.store-location-wrapper {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  height: 630px;
  gap: 30px;
}

.store-map {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 890px;
  background-color: #333;
  aspect-ratio: 10 / 6.74;
}

.store-map .location-map {
  width: 100%;
  height: 100%;
}

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

.store-list {
  display: flex;
  background-color: #FFF;
  overflow-y: auto;
  flex-grow: 1;
  padding: 0 26px;
  flex-direction: column;
}

.store-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
}

.store-item:last-of-type {
  border-bottom-width: 0;
}

.store-item.active .store-item_name {
  color: #888;
  text-decoration: underline;
}

.store-item_city {
  font-size: 12px;
}

.store-item_name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: -0.3em;
}

.store-item_addr {
  color: #828282;
  font-size: 13px;
}

.store-item_call {
  font-size: 17px;
}

.store-list::-webkit-scrollbar { 
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.store-list::-webkit-scrollbar-thumb {
  background-color: var(--dark);
}

.store-list::-webkit-scrollbar-corner {
  background-color: #FFF;
}


/***** PROMOTION *****/
.promo-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.promo-bbs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.promo-item {
  display: flex;
}

.promo-thumb {
  width: 50%;
  flex-grow: 1;
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
  overflow: hidden;
}

.promo-thumb img {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promo-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  flex-shrink: 0;
  background-color: #FFF;
  padding: 34px;
  gap: 24px;
}

.promo-text-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.promo-title {
  font-size: 24px;
  font-weight: 500;
}

.promo-text {
  color: #828282;
  font-size: 16px;
}

.promo-date {
  font-size: 16px;
  font-weight: 500;
  margin-top: 1.0em;
}

a.promo-link {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  padding: 13px 52px 13px 14px;
  background: var(--dark) url('../images/shop/ico-link.svg') calc(100% - 10px) 50%;
}

/***** MEDIA *****/
.media-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.media-bbs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.media-item {
  width: calc((100% / 3) - (((3 - 1) / 3) * 32px));
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.media-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-color: rgba(0 0 0 / 40%);
  color: #FFF;
  font-size: 21px;
  text-align: center;
  word-break: keep-all;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.media-item:hover .media-text {
  opacity: 1;
}

@media screen and (max-width: 1280px) and (orientation: landscape) {

  /****** Styory Home *******/
  h2.heading-story {
    font-size: 38px;
  }

  .story-slide-wrapper .slide-number {
    font-size: 162px;
  }

  .story-slide.active .story-slide-wrapper .slide-number {
    font-size: 210px;
  }

  .story-slide-wrapper .slide-name {
    font-size: 38px;
  }

  .story-slide-wrapper .slide-detail {
    font-size: 17px;
  }

  .store-map {
    width: 70%;
    aspect-ratio: auto;
    flex-shrink: inherit;
  }

  .store-list {
    min-width: 280px;
    padding: 0 12px;
  }

}

/** Tablet Apple iPad Pro 11 834px **/
@media screen and (max-width: 834px) {
  .promo-bbs {
    gap: 0;
  }

  .promo-item {
    border-bottom: 1px solid #E2E2E2;
  }

  .promo-content {
    background-color: transparent;
  }

  .promo-title {
    font-size: 18px;
  }

  .promo-thumb {
    display: none;
  }

  .promo-content {
    width: 100%;
    padding: 24px;
  }

  .promo-text, .promo-date {
    font-size: 14px;
  }

  a.promo-link {
    font-size: 13px;
    align-self: flex-end;
  }


}


/**********************************
 * Tablet 640px or Landscape *****/

@media screen and (max-width: 640px) {
  /***** Story Home *****/
  h2.heading-story {
    top: 120px;
    font-size: 24px;
  }

  .story-slide-wrapper {
    padding-top: 0;
  }

  .story-slide-wrapper .slide-number {
    font-size: 220px;
  }

  .story-slide.active .story-slide-wrapper .slide-number {
    font-size: 240px;
  }

  .story-slide-wrapper .slide-name {
    font-size: 30px;
  }

  .story-slide-wrapper .slide-detail {
    font-size: 14px;
  }

  .story-main .active .more-view {
    font-size: 16px;
  }

  .story-paging {
    top: inherit;
    bottom: 0;
    padding: 0 16px;
  }

  .scroll-hor {
    flex-direction: column;
  }

  .scroll-hor section {
    background-attachment: scroll;
    background-position: center 0;
    height: 100vh;
  }

  /***** Store *****/
  .store-flex {
    flex-direction: column;
  }

  .store-col p {
    font-size: 16px;
  }

  .store-thumb {
    padding: 0 48px;
  }

  .store-location-wrapper {
    height: auto;
  }

  .store-map {
    display: none;
  }

  .store-list {
    background-color: transparent;
  }

  .store-item {
    pointer-events: none;
  }

  .media-bbs {
    gap: 12px;
  }

  .media-item {
    width: calc((100% / 2) - (((2 - 1) / 2) * 12px));
  }

  .media-text {
    font-size: 14px;
    padding: 16px;
  }

}