@charset "UTF-8";
@font-face {
  font-family: "Hello-Handmade";
  src: url(../font/Handmade-Sans.otf) format("opentype");
}
html {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 10px;
  line-height: 10px;
  height: 100%;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 12px;
    line-height: 12px;
  }
}

body {
  height: 100%;
}

button {
  outline: none;
  background: none;
}

a,
a:link,
a:visited {
  color: #232323;
  border: none;
}

button:focus-visible,
form:focus-visible {
  outline: solid 1px #000;
  margin: 0px;
}

a:focus-visible {
  border: solid 1px #000;
  margin: 0px;
}

.g-container ul,
.g-container li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-container img {
  width: 100%;
}

a {
  transition: all 0.5s;
}

.en {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 400;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.g-container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.teaser-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-wrap: break-word;
  /*  @media screen and (min-width:769px) {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
  } */
}
@media screen and (min-width: 780px) {
  .teaser-container {
    max-width: 380px;
  }
}
@media screen and (min-width: 980px) {
  .teaser-container {
    max-width: 490px;
  }
}

.pc-navi {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-navi {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 8px;
    line-height: 8px;
    position: fixed;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: calc(50% - 245px);
    overflow: auto;
    padding: 0;
    font-size: 10px;
    line-height: 1.3;
  }
  .pc-navi.left-navi {
    left: 0;
    overflow: auto;
  }
  .pc-navi.right-navi {
    right: 0;
    /* .menu-inner {
      height: 44%;

      @media screen and (max-height: 840px) {
        max-height: 50%;

      }

      @media (min-width: 1500px) and (min-height: 980px) {
        height: 72%;
      }
    } */
  }
}

.menu-inner {
  display: flex;
  flex-flow: column;
  /* justify-content: space-between; */
  z-index: 10;
  margin: 95px 0 auto;
}
@media screen and (max-height: 880px) {
  .menu-inner {
    margin: 65px 0 auto;
    justify-content: flex-start;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .menu-inner {
    justify-content: flex-start;
  }
}
.menu-inner .header-logo {
  width: 148px;
  margin: 0 auto;
  height: 230px;
}
@media screen and (max-height: 840px) {
  .menu-inner .header-logo {
    width: 130px;
    margin-bottom: 10px;
    height: 170px;
  }
}
@media screen and (max-height: 680px) {
  .menu-inner .header-logo {
    width: 110px;
    margin-bottom: 5px;
    height: 150px;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .menu-inner .header-logo {
    width: 168px;
    height: 260px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 1280px) {
  .menu-inner .header-logo {
    height: 360px;
  }
}
.menu-inner .header-logo a {
  display: block;
  transition: all 0.5s;
}
.menu-inner .header-logo a:hover {
  opacity: 0.7;
}
.menu-inner .header-logo img {
  width: 100%;
}
.menu-inner .menu-title {
  display: block;
  width: 128px;
  margin: 0 auto 0px;
  height: 230px;
}
@media screen and (max-height: 840px) {
  .menu-inner .menu-title {
    width: 110px;
    margin-bottom: 10px;
    height: 170px;
  }
}
@media screen and (max-height: 680px) {
  .menu-inner .menu-title {
    width: 100px;
    margin-bottom: 5px;
    height: 150px;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .menu-inner .menu-title {
    width: 158px;
    height: 260px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 1280px) {
  .menu-inner .menu-title {
    height: 360px;
  }
}
.menu-inner .menu-title img {
  width: 100%;
}
.menu-inner .comment {
  width: 180px;
  height: 50px;
  margin: 0px auto 0px;
  padding-top: 14px;
}
@media (min-width: 780px) and (min-height: 799px) {
  .menu-inner .comment {
    margin: 0px auto 20px;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .menu-inner .comment {
    margin: 0px auto 40px;
  }
}
.menu-inner .teaser-menu {
  height: 80%;
}
@media screen and (min-height: 1180px) {
  .menu-inner .teaser-menu {
    height: 100%;
  }
}
.menu-inner .teaser-menu ul {
  margin-top: 10px;
}
@media screen and (min-height: 1100px) {
  .menu-inner .teaser-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.menu-inner .teaser-menu ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 780px) {
  .menu-inner .teaser-menu ul li {
    padding-left: 20px;
  }
}
@media (min-width: 780px) and (min-height: 799px) {
  .menu-inner .teaser-menu ul li {
    margin-bottom: 30px;
  }
}
.menu-inner .teaser-menu ul li:before {
  content: "";
  width: 25px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: -30px;
  background-image: url(../images/teaser/m_line.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .menu-inner .teaser-menu ul li:before {
    top: 5px;
    left: -12px;
    width: 15px;
    height: 20px;
    background-size: 15px auto;
  }
}
@media screen and (max-height: 780px) {
  .menu-inner .teaser-menu ul li:before {
    top: 5px;
    left: -12px;
    width: 15px;
    height: 20px;
    background-size: 15px auto;
  }
}
.menu-inner .teaser-menu ul li a {
  color: #684B28;
  text-decoration: none;
  transition: all 0.5s;
}
.menu-inner .teaser-menu ul li a:hover {
  opacity: 0.7;
}
.menu-inner .teaser-menu ul li a span {
  display: block;
}
.menu-inner .teaser-menu ul li a span.title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .menu-inner .teaser-menu ul li a span.title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@media screen and (max-height: 840px) {
  .menu-inner .teaser-menu ul li a span.title {
    font-size: 32px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .menu-inner .teaser-menu ul li a span.title {
    font-size: 3.5rem;
    margin-bottom: 15px;
  }
}
.menu-inner .teaser-menu ul li a span.sub-title {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .menu-inner .teaser-menu ul li a span.sub-title {
    font-size: 11px;
  }
}
@media screen and (max-height: 780px) {
  .menu-inner .teaser-menu ul li a span.sub-title {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .menu-inner .teaser-menu ul li a span.sub-title {
    font-size: 1.8rem;
  }
}
.menu-inner .link-item {
  width: 96%;
  max-width: 180px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-height: 840px) {
  .menu-inner .link-item {
    width: 76%;
  }
}
.menu-inner .link-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.menu-inner .link-item ul li {
  width: 45px;
  list-style: none;
}
@media screen and (max-height: 840px) {
  .menu-inner .link-item ul li {
    width: 35px;
  }
}
.menu-inner .link-item ul li:first-child {
  margin-right: 15px;
}
.menu-inner .link-item ul li img {
  width: 100%;
}
.menu-inner .link-item ul li a {
  display: block;
}
.menu-inner .link-item ul li a:hover {
  opacity: 0.7;
}
.menu-inner .link-item ul li .icon_black {
  display: none;
}

/* ======================================================================
 *  ヘッダー
====================================================================== */
.header-notice {
  width: 100%;
  background: #CA0B1B;
  border-bottom: 4px solid #AA9F5E;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 70;
}
@media screen and (max-width: 780px) {
  .header-notice {
    position: relative;
    top: 0;
    border-bottom: 2px solid #AA9F5E;
  }
}
.header-notice.header-notice-sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .header-notice.header-notice-sp {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
  }
}
.header-notice .splide__arrows {
  display: none;
}
.header-notice .header-notice-in {
  width: 100%;
  /* width: 94%;
  max-width: 1200px; */
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-notice .header-notice-in {
    padding: 6px 0;
  }
}
.header-notice .header-notice-in .header-notice__title {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  position: relative;
  padding-left: 50px;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header-notice .header-notice-in .header-notice__title {
    font-size: 1rem;
    padding-left: 38px;
    margin: 0 15px 0 0;
    padding: 22px 0 0;
  }
}
.header-notice .header-notice-in .header-notice__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/icon_notice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 38px;
  height: 30px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header-notice .header-notice-in .header-notice__title:before {
    width: 25px;
    height: 18px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
.header-notice .header-notice-in .header-notice__list {
  width: 100%;
  /* width: 80%;
       position: relative;
       margin-right: 15%;

       @media screen and (max-width:780px) {
         width: 80%;
         margin-right: 20%;
       }
  */
}
@media screen and (min-width: 768.1px) {
  .header-notice .header-notice-in .header-notice__list.sp {
    display: none;
  }
}
.header-notice .header-notice-in .header-notice__list.sp .c-text {
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.header-notice .header-notice-in .header-notice__list.sp .c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-notice .header-notice-in .header-notice__list.sp .c-text__item span {
  width: 30px;
  padding: 0 10px;
}
.header-notice .header-notice-in .header-notice__list.sp .c-text__item i {
  display: block;
  width: 15px;
  height: 15px;
}
.header-notice .header-notice-in .header-notice__list.sp .c-text__item i img {
  width: 15px;
  height: 15px;
}
.header-notice .header-notice-in .header-notice__list.sp .c-text__item:nth-child(odd) {
  animation: MoveLeft 24s -12s infinite linear;
}
.header-notice .header-notice-in .header-notice__list.sp .c-text__item:nth-child(even) {
  animation: MoveLeft2 24s infinite linear;
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
  .header-notice .header-notice-in .header-notice__list.pc {
    display: none;
  }
}
.header-notice .header-notice-in .header-notice__list ul {
  /* overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex; */
}
.header-notice .header-notice-in .header-notice__list ul::-webkit-scrollbar {
  height: 6px;
}
.header-notice .header-notice-in .header-notice__list ul::-webkit-scrollbar-thumb {
  background: #d34955;
}
.header-notice .header-notice-in .header-notice__list ul::-webkit-scrollbar-track {
  background: #c5969a;
}
.header-notice .header-notice-in .header-notice__list ul li {
  list-style: none;
  margin-right: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 1200px !important;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: center;
  /* &:before {
          content: "";
          position: absolute;
          top: 0;
          bottom:0;
          left: 0;
          margin:auto;
          background-image: url(../images/teaser/icon_star.svg);
          background-size: 20px auto;
          background-repeat: no-repeat;
          background-position: left center;
        } */
  /* &.notice-3{
  width: 570px !important;
  @media screen and (max-width:780px) {
             width: 390px !important;

           }
           }  */
}
.header-notice .header-notice-in .header-notice__list ul li i {
  display: block;
  width: 20px;
  height: 20px;
}
.header-notice .header-notice-in .header-notice__list ul li i img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 780px) {
  .header-notice .header-notice-in .header-notice__list ul li {
    width: 940px !important;
  }
}
.header-notice .header-notice-in .header-notice__list ul li span {
  height: 28px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .header-notice .header-notice-in .header-notice__list ul li span {
    height: 20px;
  }
}
.header-notice .header-notice-in .header-notice__list ul li span img {
  height: 100%;
  width: auto;
}
.header-notice .header-notice-in .header-notice__list ul li span.seria, .header-notice .header-notice-in .header-notice__list ul li span.uniqlo {
  height: 22px;
}
.header-notice .header-notice-in .header-notice__list ul li span.kanou {
  height: 17px;
}
@media screen and (max-width: 780px) {
  .header-notice .header-notice-in .header-notice__list ul li {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-right: 10px;
    margin: 0 40px;
  }
}
.header-notice .header-notice-in .header-notice__list ul li .notice__list {
  /* width: 380px; */
  display: flex;
  align-items: flex-start;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .header-notice .header-notice-in .header-notice__list ul li .notice__list {
    width: 260px;
  }
}
.header-notice .header-notice-in .header-notice__list ul li span.notice__date {
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .header-notice .header-notice-in .header-notice__list ul li span.notice__date {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.header-notice .header-notice-in .header-notice__list ul li span.notice__text {
  position: relative;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.6px;
}
.header-notice .header-notice-in .header-notice__list ul li a {
  display: block;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.header-notice .header-notice-in .header-notice__list ul li a:hover {
  opacity: 0.7;
}
.header-notice .header-notice-in .header-notice__list ul li a.blank-icon span.notice__text:after {
  content: "";
  position: absolute;
  bottom: 2px;
  background-image: url(../images/common/icon_blank_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 18px;
  height: 16px;
  margin: auto;
  margin-left: 7px;
}
@media screen and (max-width: 780px) {
  .header-notice .header-notice-in .header-notice__list ul li a.blank-icon span.notice__text:after {
    bottom: 0px;
    width: 14px;
    height: 12px;
  }
}

.g-header {
  position: relative;
  width: 100%;
  margin-top: 0;
  transition: height 0.3s, border 0.2s;
  z-index: 97;
  color: #414141;
  letter-spacing: 0.6px;
  position: fixed;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .g-header {
    display: none;
  }
}
.g-header.active {
  top: 0;
}
.g-header .header-main {
  width: 100%;
  height: 45px;
  max-width: 1650px;
  margin: 0 auto;
  padding: 10px 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  z-index: 100;
}
.g-header .header-main .message {
  width: 38%;
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 5%;
  margin: auto;
}
.g-header .header-main .message p {
  width: 84%;
  max-width: 475px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .g-header .header-main .message p {
    display: none;
  }
}
.g-header .header-main .header-logo {
  width: 65px;
  margin-right: 25px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.g-header .header-main .header-logo a {
  display: block;
}
.g-header .header-main .link-item {
  width: 30%;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}
.g-header .header-main .link-item ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.g-header .header-main .link-item ul li {
  width: 24.5px;
  list-style: none;
}
.g-header .header-main .link-item ul li:first-child {
  margin-right: 15px;
}
.g-header .header-main .link-item ul li a {
  display: block;
}
.g-header .header-main .link-item ul li a:hover {
  opacity: 0.7;
}
.g-header .header-main .link-item ul li .icon_black {
  display: none;
}

.g-header.-js-scroll {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  width: 100%;
}

.micromodal {
  position: relative;
}

.menu-toggle {
  width: 50px;
  height: 76px;
  margin: 0 0 0 0px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 110;
  border: none;
  color: #414141;
  transition: all 0.5s;
  cursor: pointer;
  background: none;
}

.menu-toggle:hover {
  opacity: 0.7;
}

.btn-trigger {
  position: relative;
  width: 50px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn-trigger {
    width: 36px;
    height: 25px;
  }
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #684B28;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.btn-trigger span:nth-of-type(2) {
  top: 11px;
  width: 80%;
}
.btn-trigger span:nth-of-type(3) {
  top: 22px;
  bottom: auto;
  width: 60%;
}
.btn-trigger span:nth-of-type(1) {
  animation: btn-close01 0.75s forwards;
}

@keyframes btn-close01 {
  0% {
    transform: translateY(14px) rotate(30deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media screen and (max-width: 780px) {
  @keyframes btn-close01 {
    0% {
      transform: translateY(11px) rotate(30deg);
    }
    50% {
      transform: translateY(11px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
.btn-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.btn-trigger span:nth-of-type(3) {
  animation: btn-close03 0.75s forwards;
}

@keyframes btn-close03 {
  0% {
    transform: translateY(-14px) rotate(-30deg);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media screen and (max-width: 780px) {
  @keyframes btn-close03 {
    0% {
      transform: translateY(-11px) rotate(-30deg);
    }
    50% {
      transform: translateY(-11px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
.menu-toggle[aria-expanded=true] .btn-trigger span:nth-of-type(1) {
  animation: active-btn-close01 0.75s forwards;
}

@keyframes active-btn-close01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(30deg);
  }
}
@media screen and (max-width: 780px) {
  @keyframes active-btn-close01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(11px) rotate(0);
    }
    100% {
      transform: translateY(11px) rotate(30deg);
    }
  }
}
.menu-toggle[aria-expanded=true] .btn-trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded=true] .btn-trigger span:nth-of-type(3) {
  animation: active-btn-close03 0.75s forwards;
  width: 100%;
}

@keyframes active-btn-close03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(-14px) rotate(-30deg);
  }
}
@media screen and (max-width: 780px) {
  @keyframes active-btn-close03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-11px) rotate(0);
    }
    100% {
      transform: translateY(-11px) rotate(-30deg);
    }
  }
}
.modal__container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 50%;
  height: 100vh;
  background: #fff;
  color: #414141;
  text-align: center;
  z-index: 10;
  margin: 0 auto;
  padding: 28px 0 20px;
  overflow: auto;
  line-height: 1.31;
  /* transform: translate3d(0, -100%, 0); */
  transition: transform 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .modal__container {
    max-width: 100%;
  }
}
.modal__container .menu-title {
  font-size: 1.5rem;
  line-height: 25px;
  color: #E60000;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin: 10px auto 20px;
  text-transform: uppercase;
}
@media screen and (min-height: 740px) {
  .modal__container .menu-title {
    margin: 30px auto 20px;
  }
}

.g-menu {
  font-size: 3rem;
  line-height: 2rem;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  .g-menu {
    width: 90%;
  }
}
.g-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #414141;
  border-top: 1px solid #414141;
}
.g-menu ul li {
  width: 33.333%;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  box-sizing: border-box;
}
.g-menu ul li a {
  text-decoration: none;
  color: #414141;
  padding: 50px 10px 20px;
  display: block;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .g-menu ul li a {
    padding: 20px 1px 5px;
  }
}
.g-menu ul li a:hover {
  transform: translateY(-8px);
}
.g-menu ul li a:hover .text {
  transform: translateY(-2px);
}
.g-menu ul li a::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100px;
  min-width: 70px;
  max-height: 100px;
  min-height: 70px;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .g-menu ul li a::before {
    max-width: 70px;
    min-width: 50px;
    max-height: 70px;
    min-height: 50px;
  }
}
.g-menu ul li a .text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 780px) {
  .g-menu ul li a .text {
    margin-top: 5px;
  }
}
.g-menu ul li.navi-shop a::before {
  background-image: url(../images/common/menu_shop.png);
}
.g-menu ul li.navi-gourmet a::before {
  background-image: url(../images/common/menu_gourmet.png);
}
.g-menu ul li.navi-floor a::before {
  background-image: url(../images/common/menu_floor.png);
}
.g-menu ul li.navi-event a::before {
  background-image: url(../images/common/menu_event.png);
}
.g-menu ul li.navi-news a::before {
  background-image: url(../images/common/menu_news.png);
}
.g-menu ul li.navi-access a::before {
  background-image: url(../images/common/menu_access.png);
}

.sub-menu {
  width: 100%;
  max-width: 640px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .sub-menu {
    width: 100%;
    margin-top: 15px;
  }
}
.sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #414141;
  border-top: 1px solid #414141;
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .sub-menu ul {
    width: 100%;
  }
}
.sub-menu ul li {
  width: 33.333%;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  box-sizing: border-box;
}
.sub-menu ul li a {
  text-decoration: none;
  color: #414141;
  padding: 7px 7px 7px;
  display: block;
  position: relative;
}
@media screen and (max-width: 780px) {
  .sub-menu ul li a {
    padding: 4px 1px 4px;
  }
}
.sub-menu ul li a:hover {
  background: #A9ACAB;
}
.sub-menu ul li a:hover .text:after {
  transform: translateX(8px);
}
@media screen and (max-width: 780px) {
  .sub-menu ul li a:hover .text:after {
    display: block;
  }
}
.sub-menu ul li a .text {
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .sub-menu ul li a .text {
    padding-right: 0px;
    padding-bottom: 18px;
    margin: 8px 0;
  }
}
.sub-menu ul li a .text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/arrow_right_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 21px;
  height: 18px;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .sub-menu ul li a .text:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 14px;
    height: 12px;
  }
}

.logo-30th {
  width: 107px;
  margin: 10px auto;
  transition: transform 0.3s ease-in-out;
}
.logo-30th a {
  display: block;
}
@media screen and (max-width: 780px) {
  .logo-30th {
    width: 45%;
    max-width: 80px;
    margin: 0px auto;
  }
}
.logo-30th:hover {
  transform: translateY(-5px);
}
.logo-30th img {
  width: 100%;
}

.other-menu {
  width: 100%;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
}
.other-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-menu ul li {
  margin-right: 80px;
}
@media screen and (max-width: 780px) {
  .other-menu ul li {
    margin-right: 20px;
  }
}
.other-menu ul li:last-child {
  margin-right: 0;
}
.other-menu ul li a {
  display: block;
  color: #414141;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: 20px 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  .other-menu ul li a {
    margin: 10px 0;
  }
  .other-menu ul li a .text {
    margin: 5px 0;
  }
}
.other-menu ul li a.blank-icon {
  padding-right: 30px;
  position: relative;
}
.other-menu ul li a.blank-icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 18px;
  height: 16px;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .other-menu ul li a.blank-icon {
    padding-right: 15px;
  }
  .other-menu ul li a.blank-icon:after {
    width: 12px;
    height: 11px;
  }
}
.other-menu ul li a:hover {
  color: #000;
}

.copyright {
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #414141;
  margin: 10px 0 0;
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 90;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: fadein;
  transform: translateY(0);
}
@media screen and (max-width: 780px) {
  .pageTop {
    right: 10px;
    bottom: 25px;
  }
}
.pageTop a {
  display: block;
  width: 46px;
}
@media screen and (max-width: 780px) {
  .pageTop a {
    width: 35px;
    height: 35px;
  }
}
.pageTop img {
  width: 100%;
  vertical-align: bottom;
}

/* ======================================================================
 *  スマホメニュー
====================================================================== */
.sp-menu.js-sp-footer-menu {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp-menu.js-sp-footer-menu {
    display: block;
    margin: 0px 0 0;
    padding: 7px 0;
    background: rgba(202, 11, 27, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    bottom: -200px;
    left: 0;
    z-index: 90;
    width: 100%;
    box-shadow: 0 -1px 3px rgba(196, 184, 163, 0.6);
    transition: bottom 0.3s;
    border-radius: 0;
  }
  .sp-menu.js-sp-footer-menu ul {
    display: flex;
  }
  .sp-menu.js-sp-footer-menu ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .sp-menu.js-sp-footer-menu ul li:last-child {
    border: none;
  }
  .sp-menu.js-sp-footer-menu ul li .menu-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding-top: 40px;
    font-family: "futura-pt-condensed", sans-serif;
    text-transform: uppercase;
  }
  .sp-menu.js-sp-footer-menu ul li a {
    display: block;
    padding: 1px 1px 0px;
    color: #fff;
    text-decoration: none;
  }
  .sp-menu.js-sp-footer-menu ul li a::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 45px;
    min-width: 35px;
    max-height: 45px;
    min-height: 35px;
    margin-right: auto;
    margin-left: auto;
    flex-shrink: 0;
  }
  .sp-menu.js-sp-footer-menu ul li a .text {
    margin-bottom: 0;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 7px;
  }
  .sp-menu.js-sp-footer-menu ul li.navi-shop a::before {
    background-image: url(../images/common/menu_shop.png);
  }
  .sp-menu.js-sp-footer-menu ul li.navi-gourmet a::before {
    background-image: url(../images/common/menu_gourmet.png);
  }
  .sp-menu.js-sp-footer-menu ul li.navi-floor a::before {
    background-image: url(../images/common/menu_floor.png);
  }
  .sp-menu.js-sp-footer-menu ul li.navi-event a::before {
    background-image: url(../images/common/menu_event.png);
  }
}
.sp-menu.-js-scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ======================================================================
 *  フッター
====================================================================== */
.foot-bottom-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .foot-bottom-pc {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
  }
  .foot-bottom-pc .illust-m {
    width: 100%;
    max-width: 480px;
    height: 233px;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transition: transform 0.3s ease-in-out;
  }
  .foot-bottom-pc .illust-m img {
    width: 100%;
  }
  .foot-bottom-pc .illust-m:hover {
    transform: translateY(-10px);
  }
}
@media screen and (min-width: 769px) and (max-height: 840px) {
  .foot-bottom-pc .illust-m {
    bottom: -10px;
  }
}
@media screen and (min-width: 769px) and (max-height: 740px) {
  .foot-bottom-pc .illust-m {
    bottom: -50px;
  }
}
@media screen and (min-width: 769px) {
  .foot-bottom-pc .bottom-illust {
    position: relative;
    width: 100%;
    height: 50px;
    border-top: 4px solid #AA9F5E;
    background: #FDFCF8;
  }
  .foot-bottom-pc .bottom-illust:before {
    pointer-events: none;
    content: "";
    width: auto;
    height: 205px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: calc(50% + 205px);
    margin: auto;
    background-image: url(../images/teaser/pc_illust_l.png);
    background-size: 638px auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) and (max-height: 840px) {
  .foot-bottom-pc .bottom-illust:before {
    background-size: 100% auto;
    height: 180px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1480px) {
  .foot-bottom-pc .bottom-illust:before {
    background-size: 98% auto;
    height: 345px;
    bottom: 25px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1800px) {
  .foot-bottom-pc .bottom-illust:before {
    right: calc(50% + 245px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (min-width: 1800px) {
  .foot-bottom-pc .bottom-illust:before {
    width: 100%;
    margin: 0 0 0 auto;
    background-repeat: repeat-x;
    background-size: 800px auto;
  }
}
@media screen and (min-width: 769px) {
  .foot-bottom-pc .bottom-illust:after {
    pointer-events: none;
    content: "";
    width: auto;
    height: 205px;
    position: absolute;
    bottom: 10px;
    left: calc(50% + 205px);
    right: 0;
    margin: auto;
    background-image: url(../images/teaser/pc_illust_r.png);
    background-size: 650px auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) and (max-height: 840px) {
  .foot-bottom-pc .bottom-illust:after {
    background-size: 100% auto;
    height: 180px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1480px) {
  .foot-bottom-pc .bottom-illust:after {
    background-size: 98% auto;
    height: 345px;
    bottom: 25px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1800px) {
  .foot-bottom-pc .bottom-illust:after {
    left: calc(50% + 245px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (min-width: 1800px) {
  .foot-bottom-pc .bottom-illust:after {
    width: 100%;
    margin: 0 auto 0 0;
    background-repeat: repeat-x;
    background-size: 800px auto;
  }
}
@media screen and (min-width: 769px) {
  .foot-bottom-pc p {
    width: 121px;
    margin: 10px auto 0;
  }
  .foot-bottom-pc p a {
    display: block;
    transition: all 0.5s;
  }
  .foot-bottom-pc p a:hover {
    opacity: 0.7;
  }
  .foot-bottom-pc p img {
    width: 100%;
  }
}

.footer-container {
  background: #fff;
  width: 100%;
  padding: 5px 0 30px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 780px) {
  .footer-container {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.2);
    padding: 5px 0 100px;
  }
}

.foot-bottom {
  text-align: center;
  background: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 780px) {
  .foot-bottom.pc {
    display: none;
  }
}
.foot-bottom .copyright {
  display: inline-block;
  color: #684B28;
  font-size: 0.9rem;
  line-height: 2.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 8px 0 56px;
}
@media screen and (max-width: 780px) {
  .foot-bottom .copyright {
    margin: 8px 0 10px;
  }
}

/* -----
 *modal
----------------------------------------------------------------------------- */
.micromodal-slide .modal__container {
  transform: translateX(-100%);
  display: none;
}
@media screen and (max-width: 780px) {
  .micromodal-slide .modal__container {
    padding-bottom: 10%;
  }
}

.g-header .header-main .micromodal-slide[aria-hidden=false] .modal__container {
  display: flex;
  animation: mmslideIn 0.6s both;
  /* transform: translateX(0); */
  padding: 60px 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/teaser/menu_illust.png);
  background-size: 480px auto;
  background-repeat: no-repeat;
  background-position: bottom -5px center;
}
@media screen and (max-width: 400px) {
  .g-header .header-main .micromodal-slide[aria-hidden=false] .modal__container {
    background-size: 100% auto;
    background-position: bottom -20px center;
  }
}
@media (max-width: 400px) and (max-height: 680px) {
  .g-header .header-main .micromodal-slide[aria-hidden=false] .modal__container {
    background-size: 100% auto;
    background-position: bottom -40px center;
  }
}
.g-header .header-main .micromodal-slide[aria-hidden=false] .modal__container .menu-inner {
  height: 70%;
  margin: 0px auto auto;
  text-align: left;
  position: relative;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-height: 780px) {
  .g-header .header-main .micromodal-slide[aria-hidden=false] .modal__container .menu-inner .teaser-menu {
    height: 48%;
  }
}
.g-header .header-main .micromodal-slide[aria-hidden=false] .modal__container .menu-inner .teaser-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.g-header .header-main .micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.6s both;
  /*   transform: translateX(-100%); */
  display: block;
}

@keyframes mmslideIn {
  from {
    transform: translateX(-100%);
    display: none;
  }
  to {
    transform: translateX(0);
    display: block;
    opacity: 1;
  }
}
@keyframes mmslideOut {
  from {
    transform: translateX(0);
    display: block;
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    display: none;
  }
}
.overlay {
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.8s, visibility 0.8s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
  /* background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px); */
}

/* ======================================================================
 *  g-main
====================================================================== */
.g-main {
  /* padding-top: 194px;  */
  padding-top: 58px;
  width: 100%;
  overflow: hidden;
  flex: 1;
  color: #414141;
  letter-spacing: 0.6px;
  word-wrap: break-word;
}
.g-main .top-block {
  width: 100%;
  text-align: center;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .g-main .top-block {
    padding-bottom: 250px;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .g-main .top-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.g-main .top-block .top-text {
  color: #AA9F5E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  margin: 10px auto 10px;
}
@media screen and (min-width: 780px) {
  .g-main .top-block .top-text {
    margin: 15px auto 25px;
  }
}
@media screen and (min-width: 1400px) {
  .g-main .top-block .top-text {
    font-size: 1.7rem;
  }
}
.g-main .top-block .top-image {
  width: 90%;
  max-width: 280px;
  margin: 0 auto 10px;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-height: 740px) {
  .g-main .top-block .top-image {
    width: 87%;
    margin: 0 auto 12px;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .g-main .top-block .top-image {
    max-width: 360px;
    margin: 0 auto 15px;
    padding-top: 45px;
  }
}
.g-main .top-block .top-image:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/icon_star.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.g-main .top-block .title {
  color: #684B28;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 3.5rem;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
@media screen and (max-height: 740px) {
  .g-main .top-block .title {
    line-height: 3rem;
  }
}
@media (min-width: 1500px) and (min-height: 980px) {
  .g-main .top-block .title {
    font-size: 2.6rem;
    line-height: 4rem;
    margin-bottom: 20px;
  }
}
.g-main .top-block .text {
  color: #684B28;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.6px;
  margin: 7px 0;
}
@media (min-width: 1500px) and (min-height: 980px) {
  .g-main .top-block .text {
    font-size: 1.5rem;
    line-height: 3.1rem;
    margin: 10px 0;
  }
}
.g-main .top-block .image {
  width: 88%;
  max-width: 380px;
  margin: 20px auto 0px;
}
@media (min-width: 1500px) and (min-height: 980px) {
  .g-main .top-block .image {
    max-width: 410px;
  }
}
.g-main .top-block .countdown {
  color: #684B28;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}
.g-main .top-block .countdown span {
  font-size: 2.2rem;
}
.g-main .bg-main {
  display: none;
}
@media screen and (max-width: 780px) {
  .g-main .bg-main {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    /* top: 40px; */
    top: 80px;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    min-height: 780px;
    background-image: url(../images/teaser/bg_top_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
}
@media screen and (max-height: 740px) {
  .g-main .bg-main {
    height: 820px;
    background-size: auto 100%;
  }
}

/* ------------------------------------------------------------
 * タイトル
------------------------------------------------------------ */
.page-title {
  margin: 60px auto 43px;
  text-align: center;
  color: #414141;
  position: relative;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 780px) {
  .page-title {
    margin: 10px auto 10px;
  }
}
.page-title .en {
  text-transform: uppercase;
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (max-width: 780px) {
  .page-title .en {
    font-size: 38px;
  }
}
.page-title .section-sub-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .page-title .section-sub-title {
    font-size: 19px;
    padding-top: 5px;
  }
}
.page-title::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  flex-shrink: 0;
}
.page-title.information-title::before {
  width: 45px;
  height: 69px;
  background-image: url(../images/common/icon_information.png);
}
@media screen and (max-width: 780px) {
  .page-title.information-title::before {
    width: 32px;
    height: 55px;
  }
}
.page-title.shopnews-title {
  margin: 0px auto 43px;
}
.page-title.shopnews-title::before {
  width: 89px;
  height: 100px;
  background-image: url(../images/common/menu_news.png);
}
@media screen and (max-width: 780px) {
  .page-title.shopnews-title::before {
    width: 55px;
    height: 67px;
  }
}

.section-title {
  margin: 20px auto 20px;
  text-align: center;
  color: #684B28;
  position: relative;
  z-index: 1;
  position: relative;
}
.section-title .en {
  text-transform: uppercase;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4.3rem;
}
.section-title .section-sub-title {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 3rem;
  padding-top: 10px;
}

.lead-text {
  display: block;
  text-align: center;
  color: #684B28;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 2.6rem;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.lead-text.icon-logo {
  padding-top: 50px;
}
.lead-text.icon-logo:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/mark.png);
  background-size: 89px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.history_block {
  position: relative;
  margin: 20px 0 20px;
  padding-top: 50px;
  /*  &.first {
    padding-top: 0px;

    &:before {
      display: none;
    }
  } */
  /* &.swiper-01,&.swiper-03 {
    .swiper-pagination.swiper-pagination-bullets{
    position: absolute;
    top:340px;
    left: 0;
    right: 0;


  }  

  .text {
     margin-top: 50px;
     height: auto;
     background: #fff;
   }
   }*/
  /* &.swiper-01 {
      padding-bottom: 150px;
  padding-top: 0px;

  @media screen and (max-width:980px) {
        padding-bottom: 110px;
        }
  .swiper-slide{
    background: #fff;;
  }
      .text {
        margin: 0;
        position: absolute;
        left: 0;
        top: 115%;
        height: 10em;
        background: #fff;

        @media screen and (max-width:980px) {
          top: 120%;
      height: 12em;
        }


      }
    }

    &.swiper-03 {
      padding-bottom: 120px;

     @media screen and (max-width:980px) {
        padding-bottom: 90px;
        }



      .text {
        margin: 0;
        position: absolute;
        top: 115%;
        height: 10em;
        background: #fff;

        @media screen and (max-width:980px) {
          top: 120%;
      height: 12em;
        }

      }
    }  */
}
.history_block:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/t_line.png);
  background-size: 32px 20px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 10;
}
.history_block .text {
  color: #684B28;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 2.3rem;
  text-align: left;
}

.illust01_1 {
  position: absolute;
  top: -120px;
  right: 80%;
  width: 173px;
  height: 200px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust01_1:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 780px) {
  .illust01_1 {
    top: -50px;
    right: 76%;
    width: 65px;
    height: 75px;
  }
}

.illust01_2 {
  position: absolute;
  top: 10px;
  right: 74%;
  width: 163px;
  height: 173px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust01_2:hover {
  transition: transform 0.5s;
  transform: rotate(15deg);
}
@media screen and (max-width: 780px) {
  .illust01_2 {
    top: -10px;
    right: 68%;
    width: 62px;
    height: 66px;
  }
}

.illust02 .illust02_1 {
  position: absolute;
  top: -70px;
  left: 70%;
  width: 108px;
  height: 232px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .illust02 .illust02_1 {
    top: -30px;
    left: 70%;
    width: 41px;
    height: 90px;
  }
}
.illust02 .illust02_2 {
  position: absolute;
  top: 48px;
  left: 72%;
  width: 103px;
  height: 122px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .illust02 .illust02_2 {
    top: 16px;
    left: 74%;
    width: 40px;
    height: 47px;
  }
}
.illust02 .illust02_3 {
  position: absolute;
  top: -80px;
  left: 76%;
  width: 121px;
  height: 245px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .illust02 .illust02_3 {
    top: -36px;
    left: 81%;
    width: 48px;
    height: 10px;
  }
}
.illust02:hover .illust02_1 {
  transition: transform 0.5s;
  transform: rotate(-7deg);
}
.illust02:hover .illust02_2 {
  transform: translateY(-3px);
}
.illust02:hover .illust02_3 {
  transition: transform 0.5s;
  transform: rotate(7deg);
}

.illust03_1 {
  position: absolute;
  top: -30px;
  right: 83%;
  width: 83px;
  height: 229px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust03_1:hover {
  transition: transform 0.3s;
  transform: rotate(-7deg);
}
@media screen and (max-width: 780px) {
  .illust03_1 {
    top: -30px;
    right: 83%;
    width: 41px;
    height: 114px;
  }
}

.illust03_2 {
  position: absolute;
  top: -40px;
  right: 76%;
  width: 95px;
  height: 145px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust03_2:hover {
  transition: transform 0.5s;
  transform: rotate(10deg);
}
@media screen and (max-width: 780px) {
  .illust03_2 {
    top: -10px;
    right: 70%;
    width: 47px;
    height: 72px;
  }
}

.illust03_3 {
  position: absolute;
  top: 70px;
  right: 71%;
  width: 97px;
  height: 100px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust03_3:hover {
  transition: transform 0.5s;
  transform: rotate(-10deg);
}
@media screen and (max-width: 780px) {
  .illust03_3 {
    display: none;
  }
}

.illust04_1 {
  position: absolute;
  top: 18px;
  left: 71%;
  width: 90px;
  height: 82px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust04_1:hover {
  transition: transform 0.5s;
  transform: rotate(10deg);
}
@media screen and (max-width: 780px) {
  .illust04_1 {
    top: -12px;
    left: 70%;
    width: 47px;
    height: 72px;
  }
}

.illust04_2 {
  position: absolute;
  top: -20px;
  left: 79%;
  width: 57px;
  height: 81px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust04_2:hover {
  transition: transform 0.5s;
  transform: scale(0.95);
}
@media screen and (max-width: 780px) {
  .illust04_2 {
    display: none;
  }
}

.illust04_3 {
  position: absolute;
  top: 80px;
  left: 76%;
  width: 94px;
  height: 76px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust04_3:hover {
  transition: transform 0.5s;
  transform: rotate(10deg);
}
@media screen and (max-width: 780px) {
  .illust04_3 {
    display: none;
  }
}

.illust04_4 {
  position: absolute;
  top: -40px;
  left: 84%;
  width: 103px;
  height: 223px;
  margin: auto;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.illust04_4:hover {
  transition: transform 0.5s;
  transform: scale(0.95);
}
@media screen and (max-width: 780px) {
  .illust04_4 {
    top: -20px;
    left: 82%;
    width: 51px;
    height: 111px;
  }
}

/* ------------------------------------------------------------
 * ティザーTOP
------------------------------------------------------------ */
#countdown-unit div {
  position: relative;
  float: left;
  width: 62.5px;
  height: 100px;
  overflow: hidden;
}
#countdown-unit div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 62.5px;
  height: 1000px;
}
@media screen and (min-width: 1400px) {
  #countdown-unit div img {
    width: 62.5px;
    height: 1000px;
  }
}
#countdown-unit .ds-none {
  display: none;
}

/* ------------------------------------------------------------
 * カミングスーン
------------------------------------------------------------ */
.posi-re {
  position: relative;
}

.mask-comingsoon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.mask-comingsoon .comingsoon {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 150px;
  /* align-items: center; */
  height: 100%;
  border-radius: 15px;
  box-sizing: border-box;
}
.mask-comingsoon .comingsoon > p {
  font-size: 34px;
  line-height: 1.9em;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.mask-comingsoon .comingsoon > p.small {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  display: block;
}

.comingsoon {
  text-align: center;
  margin: 30px auto 50px;
}
.comingsoon p {
  color: #E60000;
  font-size: 2.8rem;
  line-height: 1.9em;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
}
.comingsoon p.small {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
  display: block;
}

/* ------------------------------------------------------------
 * ヒストリー
------------------------------------------------------------ */
.historyArea {
  margin-top: -118px;
  padding-bottom: 80px;
  border-top-left-radius: 196px;
  border-top-right-radius: 196px;
  padding-top: 30px;
  box-shadow: 0px -2px 2px 0px rgba(102, 102, 102, 0.2);
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 780px) {
  .historyArea {
    border-top-left-radius: 246px;
    border-top-right-radius: 246px;
    width: 99%;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.2);
  }
}
.historyArea .section-inner {
  width: 88%;
  margin: 0 auto;
}
.historyArea .section-inner .history_block.swiper-00 .shop-container.swiper_teazer {
  margin-bottom: 0px;
}
.historyArea .section-inner .history_block.swiper-00 .shop-container.swiper_teazer .swiper-slide {
  margin-bottom: 10px;
}
.historyArea .section-inner .section-title {
  padding-top: 40px;
}
@media screen and (max-width: 780px) {
  .historyArea .section-inner .section-title {
    padding-top: 180px;
  }
}
.historyArea .section-inner .section-title:before {
  display: none;
}
@media screen and (max-width: 780px) {
  .historyArea .section-inner .section-title:before {
    display: block;
    content: "";
    width: 100%;
    height: 330px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/teaser/logo_30th.png);
    background-size: 124px auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
.historyArea .section-inner .shop-container.swiper_teazer {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  /* ページネーション */
  /* 矢印 */
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-slide {
  background-color: #fff;
  margin-bottom: 40px;
  height: auto;
}
.historyArea .section-inner .shop-container.swiper_teazer .thumb {
  margin-bottom: 18px;
  background: #fff;
}
.historyArea .section-inner .shop-container.swiper_teazer figcaption {
  color: #684B28;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
  background: #fff;
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-pagination-bullet {
  background-color: #D1D1D1;
  height: 5px;
  width: 5px;
  opacity: 1;
  margin: 0 7px;
}
@media screen and (min-width: 780px) {
  .historyArea .section-inner .shop-container.swiper_teazer .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    margin: 0 8px;
  }
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-pagination-bullet-active {
  background-color: #CA0B1B;
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-next,
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-prev {
  background-color: #AA9F5E;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: calc(-25px - var(--swiper-navigation-size) / 2);
}
@media screen and (min-width: 780px) {
  .historyArea .section-inner .shop-container.swiper_teazer .swiper-button-next,
  .historyArea .section-inner .shop-container.swiper_teazer .swiper-button-prev {
    margin-top: calc(-30px - var(--swiper-navigation-size) / 2);
    width: 35px;
    height: 35px;
    transition: all 0.5s;
  }
  .historyArea .section-inner .shop-container.swiper_teazer .swiper-button-next:hover,
  .historyArea .section-inner .shop-container.swiper_teazer .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-next .swiper-navigation-icon,
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-prev .swiper-navigation-icon {
  display: none;
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-next {
  right: -15px;
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-next::after {
  content: "→";
  color: #fff;
  font-size: 1rem;
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-prev {
  left: -15px;
}
.historyArea .section-inner .shop-container.swiper_teazer .swiper-button-prev::after {
  content: "←";
  color: #fff;
  font-size: 1rem;
}

/* ------------------------------------------------------------
 * リニューアルコンセプト
------------------------------------------------------------ */
.renewalArea {
  width: 100%;
  margin-top: -50px;
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
  padding-top: 25px;
  padding-bottom: 100px;
  box-shadow: 0px -1px 2px 1px rgba(202, 202, 202, 0.1);
  background: #FDFCF8;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .renewalArea {
    width: 99%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.2);
  }
}
.renewalArea .section-inner {
  width: 88%;
  margin: 0 auto;
}
.renewalArea .section-inner .decoration {
  margin: 40px 0 10px;
  text-align: center;
}
.renewalArea .section-inner .decoration .title {
  display: block;
  text-align: center;
  color: #684B28;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 2.6rem;
  margin-top: 0;
  margin-bottom: 5px;
  position: relative;
}
.renewalArea .section-inner .decoration .lead-text {
  color: #684B28;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 2.3rem;
  text-align: left;
}
.renewalArea .section-inner .decoration .decoration-text {
  color: #684B28;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 2.3rem;
  text-align: left;
  margin: 20px 0;
  display: block;
}
.renewalArea .section-inner .decoration .thumb-s {
  width: 65%;
  margin: 5px auto;
}
.renewalArea .section-inner .decoration .thumb {
  width: 100%;
  margin: 5px auto;
}
.renewalArea .section-inner .decoration .thumb-two {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.renewalArea .section-inner .decoration .thumb-two p {
  display: block;
  width: 39.5%;
  margin: 0;
}
.renewalArea .section-inner .decoration .thumb-two p img {
  height: auto;
  width: 100%;
}
.renewalArea .section-inner .decoration .thumb-two p:nth-child(2) {
  width: 57.5%;
  padding-left: 3%;
}
.renewalArea .section-inner .decoration .date {
  color: #684B28;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.renewalArea .section-title {
  color: #AA9F5E;
  position: relative;
}
.renewalArea .section-title .en {
  letter-spacing: -0.5px;
  position: relative;
  z-index: 10;
  background: #FDFCF8;
  display: inline-block;
}
.renewalArea .section-title:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 17px;
  left: 0;
  right: auto;
  background-image: url(../images/teaser/t_line.png);
  background-size: 40px 20px;
  background-repeat: no-repeat;
  background-position: top left;
}
.renewalArea .section-title:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 17px;
  left: auto;
  right: 0;
  background-image: url(../images/teaser/t_line.png);
  background-size: 40px 20px;
  background-repeat: no-repeat;
  background-position: top right;
}
.renewalArea .section-title .section-sub-title {
  color: #684B28;
}

.renewal-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}
.renewal-wrapper li {
  width: 46.5%;
  margin-right: 7%;
  margin-bottom: 20px;
  position: relative;
}
.renewal-wrapper li:nth-child(2n) {
  margin-right: 0;
}
.renewal-wrapper li .concept {
  position: absolute;
  top: -20px;
  left: -14px;
  width: 77px;
  height: 22px;
}
.renewal-wrapper li .thumb {
  width: 100%;
}
.renewal-wrapper li .thumb img {
  width: 100%;
}
.renewal-wrapper li .text {
  color: #684B28;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.4px;
}

.illust_renewal {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.illust_renewal p {
  width: 88%;
  margin: 0 auto;
}
.illust_renewal::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/r_line.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom right;
}

.comment {
  width: 189px;
  height: 65px;
  margin: -18px auto 10px;
  background-image: url(../images/teaser/comment.svg);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: center center;
  color: #E60000;
  font-size: 1.3erm;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-align: center;
  padding-top: 28px;
}

/* ------------------------------------------------------------
 * スペシャルメニュー
------------------------------------------------------------ */
.specialArea {
  width: 100%;
  margin-top: -50px;
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
  /* border-bottom-left-radius: 66px;
  border-bottom-right-radius: 66px; */
  padding-top: 40px;
  padding-bottom: 250px;
  box-shadow: 0px 3px 2px 0px rgba(202, 202, 202, 0.5);
  background: #FFF7F7;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .specialArea {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.2);
  }
}
.specialArea .section-inner {
  width: 88%;
  margin: 30px auto 30px;
}
.specialArea .section-title {
  color: #684B28;
  position: relative;
  padding-bottom: 50px;
}
.specialArea .section-title:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/mark.png);
  background-size: 89px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.specialArea .section-title .section-title .section-sub-title {
  color: #684B28;
}

.special-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}
.special-wrapper li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 20px;
  position: relative;
}
.special-wrapper li:nth-child(2n) {
  margin-right: 0;
}
.special-wrapper li .thumb {
  width: 100%;
}
.special-wrapper li .thumb img {
  width: 100%;
}
.special-wrapper li .contents .title {
  color: #684B28;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 19px;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
}
.special-wrapper li .contents .title .new {
  color: #E60000;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 19px;
  letter-spacing: 0.4px;
  font-family: "futura-pt-condensed", sans-serif;
  text-transform: uppercase;
  padding-right: 5px;
}
.special-wrapper li .contents .shop-name {
  color: #684B28;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.6px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.special-wrapper li .contents .shop-category {
  color: #684B28;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.post-list-link a {
  display: block;
  margin: 0 auto 20px;
  width: 66%;
  height: 47px;
  border: 1px solid #E60000;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 780px) {
  .post-list-link a {
    height: 60px;
  }
}
.post-list-link a:hover {
  opacity: 0.7;
}
.post-list-link a span.icon-pdf {
  color: #E60000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.post-list-link a span.icon-pdf:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/teaser/icon_pdf.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center right;
  width: 17px;
  height: 19px;
  margin: 0;
}

/* ------------------------------------------------------------
 * 30周年記念福袋
------------------------------------------------------------ */
.fukubukuroArea {
  width: 100%;
  margin-top: -50px;
  padding-top: 105px;
  padding-bottom: 220px;
  background: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 780px) {
  .fukubukuroArea {
    width: 99%;
    padding-bottom: 260px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.2);
  }
}
.fukubukuroArea .section-inner {
  width: 88%;
  margin: 0 auto 30px;
}
.fukubukuroArea .section-title {
  color: #684B28;
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
}
@media screen and (min-width: 780px) {
  .fukubukuroArea .section-title {
    padding-top: 150px;
  }
}
.fukubukuroArea .section-title:before {
  content: "";
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/logo_fukubukuro.png);
  background-size: 205px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 780px) {
  .fukubukuroArea .section-title:before {
    height: 150px;
    background-size: 245px auto;
  }
}
.fukubukuroArea .section-title:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/mark.png);
  background-size: 89px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.fukubukuroArea .section-title .section-title .section-sub-title {
  color: #684B28;
}

.fukubukuro-wrapper {
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}
.fukubukuro-wrapper li {
  width: 100%;
  position: relative;
  border-top: #A9ACAB 1px solid;
}
.fukubukuro-wrapper li .fukubukuro-shop {
  border-bottom: #A9ACAB 1px dotted;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 21px 0px;
}
.fukubukuro-wrapper li .fukubukuro-shop .fukubukuro-shop__thumb {
  width: 72px;
  max-height: 72px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 24px;
}
.fukubukuro-wrapper li .fukubukuro-shop .fukubukuro-shop__thumb img {
  width: 100%;
  height: auto;
}
.fukubukuro-wrapper li .fukubukuro-shop .fukubukuro-shop__text {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #90795E;
}
.fukubukuro-wrapper li .fukubukuro-shop .fukubukuro-shop__text .shop-floor {
  margin: 0 0 7px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.fukubukuro-wrapper li .fukubukuro-shop .fukubukuro-shop__text .shop-name {
  color: #684B28;
  margin: 0 0 6px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.fukubukuro-wrapper li .fukubukuro-shop .fukubukuro-shop__text .shop-category {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.fukubukuro-wrapper li .fukubukuro-detail {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 21px 0px;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__thumb {
  width: 47%;
  position: relative;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__thumb img {
  vertical-align: bottom;
  box-sizing: border-box;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents {
  width: 49%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  color: #684B28;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-title {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 19px;
  letter-spacing: 0.6px;
  margin: 0 0 0;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-title .new {
  color: #E60000;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 19px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  font-family: "futura-pt-condensed", sans-serif;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-price {
  font-size: 1.8rem;
  line-height: 4.2rem;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0 0;
  font-family: "futura-pt-condensed", sans-serif;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-price span {
  font-size: 1.4rem;
  padding-right: 3px;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-bottom {
  border-bottom: #A9ACAB 1px dotted;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-bottom dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: #A9ACAB 1px dotted;
  border-bottom: #A9ACAB 1px dotted;
  margin: 0;
  padding: 7px 0 7px;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-bottom dl dt {
  font-weight: 700;
  font-size: 1rem;
  line-height: 21px;
  letter-spacing: 0.6px;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .detail-bottom dl dd {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 21px;
  letter-spacing: 0px;
  font-family: "futura-pt-condensed", sans-serif;
  margin: 0 0 0 2px;
}
.fukubukuro-wrapper li .fukubukuro-detail .fukubukuro-detail__contents .small {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 16px;
  letter-spacing: 0.2px;
  margin: 0;
}

/* ------------------------------------------------------------
 * 30周年記念イベント
------------------------------------------------------------ */
.eventsArea {
  margin-top: -168px;
  padding-bottom: 110px;
  border-top-left-radius: 196px;
  border-top-right-radius: 196px;
  padding-top: 6px;
  box-shadow: 0px -2px 2px 0px rgba(102, 102, 102, 0.2);
  position: relative;
  z-index: 1;
  background: #F8F8F8;
}
@media screen and (min-width: 780px) {
  .eventsArea {
    border-top-left-radius: 246px;
    border-top-right-radius: 246px;
    width: 99%;
    margin-top: -220px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.2);
  }
}
.eventsArea .section-inner {
  width: 88%;
  margin: 0 auto;
}
.eventsArea .section-inner .section-title {
  margin-top: 0;
  padding-top: 90px;
}
.eventsArea .section-inner .section-title:before {
  content: "";
  width: 268px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/teaser/event_item.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 780px) {
  .eventsArea .section-inner .section-title:before {
    width: 80%;
    height: 84px;
  }
}
.eventsArea .section-inner .events-wrapper {
  padding-top: 5px;
  width: 100%;
  margin: 0 auto;
}
.eventsArea .section-inner .events-wrapper li {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  /* &:first-child {
    border-bottom: #A9ACAB 1px solid;
    margin-bottom: 40px;
  } */
}
.eventsArea .section-inner .events-wrapper li .events-detail {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0px 0px 10px;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__thumb {
  width: 55%;
  position: relative;
  text-align: center;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__thumb img {
  vertical-align: bottom;
  box-sizing: border-box;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__thumb p {
  color: #684B28;
  font-size: 0.8rem;
  line-height: 1em;
  letter-spacing: 0px;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__contents {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  color: #684B28;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__contents .detail-title {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 19px;
  letter-spacing: 0.6px;
  margin: 0 0 0;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__contents .detail-title .new {
  color: #E60000;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 19px;
  letter-spacing: 0.4px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  font-family: "futura-pt-condensed", sans-serif;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__contents .detail-date {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin: 5px 0 0;
}
.eventsArea .section-inner .events-wrapper li .events-detail .events-detail__contents .detail-floor {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin: 5px 0 0;
}
.eventsArea .section-inner .events-wrapper li .events-text {
  color: #684B28;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}

/* ------------------------------------------------------------
 * 公式インスタグラム
------------------------------------------------------------ */
.instaArea {
  width: 100%;
  margin-top: -50px;
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
  padding-top: 25px;
  padding-bottom: 10px;
  box-shadow: 0px 3px 2px 0px rgba(202, 202, 202, 0.5);
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .instaArea {
    width: 99%;
    margin-top: -55px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.2);
  }
}
.instaArea::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/r_line.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top right;
}
.instaArea .section-inner {
  width: 88%;
  margin: 0 auto;
}
.instaArea .section-title {
  padding-top: 70px;
  padding-bottom: 50px;
}
.instaArea .section-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/common/icon_insta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 58.5px;
  height: 58.5px;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .instaArea .section-title:before {
    width: 49px;
    height: 49px;
  }
}
.instaArea .section-title:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/teaser/mark.png);
  background-size: 89px auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.instaArea .insta-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto 0px;
  position: relative;
}
.instaArea .insta-wrapper li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 20px;
  position: relative;
}
.instaArea .insta-wrapper li:nth-child(2n) {
  margin-right: 0;
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    disumasplay: none;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}/*# sourceMappingURL=layout-teaser.css.map */