@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* base
-------------------------------------------------------------------------------------------------------------------------------*/
.talk {
  background: url(../img/bg_01.png) no-repeat center top #e6d26e;
  padding: 0 0 80px;
}
.talk-content {
  position: relative;
  width: 652px;
  margin: 0 auto;
}
.talk-btn-01 {
  position: absolute;
  bottom: 425px;
  left: 70px;
}
.talk-btn-02 {
  position: absolute;
  bottom: 272px;
  left: 70px;
}

.story.story-shop01 {
  background: url(../img/bg_02.png) no-repeat center top #2d1400;
  padding: 0 0 125px;
}
.story.story-shop02 {
  background: url(../img/bg_03.png) no-repeat center top #e1dccd;
  padding: 0 0 50px;
}
.story-ttl {
  text-align: center;
  padding: 85px 0 55px;
}
.story-content {
  position: relative;
  width: 672px;
  margin: 0 auto;
}
.story-content-inner {
  position: relative;
  height: 370px;
  overflow: hidden;
  transition: height 0.4s ease;
}
.story-content-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/shop_bg_b.png) no-repeat center bottom;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.shop02 .story-content-inner::after {
  background: url(../img/shop_bg_b_2.png) no-repeat center bottom;
}
.story-content.is-open .story-content-inner {
  height: auto;
}
.story-content.is-open .story-content-inner::after {
  opacity: 0;
}
.story-content .btn-more {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.other {
  background: url(../img/bg_04.png) no-repeat center top #e1dccd;
}
.other .event {
  text-align: center;
  padding-bottom: 110px;
}
.other .bnr {
  padding: 0 0 30px;
  text-align: center;
}
.other .bnr dt {
  padding: 0 0 20px;
}
.other .bnr .bnr-01 {
  padding: 8px 0;
  background: url(../img/bnr_line.png) no-repeat top center, url(../img/bnr_line.png) no-repeat bottom center;
}
.other .bnr .bnr-02 {
  padding: 28px 0 32px;
  background: url(../img/bnr_line.png) no-repeat bottom center;
}
.other .bnr .bnr-02.cs {
  padding: 28px 0 20px;
}



/*-------------------------------------------------------------------------------------------------------------------------------
* each 
-------------------------------------------------------------------------------------------------------------------------------*/

/* f-txt */
.f-txt{
  background: url(../img/bg_05.png) no-repeat center top #e6d26e;
  padding: 140px 50px 70px;
  font-size: 24px;
  font-feature-settings: "palt";
  text-align: justify;
}
.f-txt p{
  padding-left: 1em;
  text-indent: -1em
}





