@charset "UTF-8";
/* Media Query */
/* Color */
/* Space */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;500&display=swap");
.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mt-8 {
  margin-top: 64px;
}

.mt-9 {
  margin-top: 72px;
}

.mt-10 {
  margin-top: 80px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.pt-8 {
  padding-top: 64px;
}

.pt-9 {
  padding-top: 72px;
}

.pt-10 {
  padding-top: 80px;
}

.border img {
  margin-left: auto;
  margin-right: auto;
}

/* Media Query */
/* Color */
/* Space */
.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mt-8 {
  margin-top: 64px;
}

.mt-9 {
  margin-top: 72px;
}

.mt-10 {
  margin-top: 80px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.pt-8 {
  padding-top: 64px;
}

.pt-9 {
  padding-top: 72px;
}

.pt-10 {
  padding-top: 80px;
}

.border img {
  margin-left: auto;
  margin-right: auto;
}

/* campaign */
.campaign {
  padding: 0 0 24px;
}
.campaign h2 {
  margin: 0 auto 16px;
}
.campaign h2 img {
  margin: auto;
  display: block;
}
.campaign ol {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.campaign h3 {
  margin: 0 0 24px;
  text-align: center;
}
.campaign h3 img {
  display: block;
  width: 100%;
}
.campaign .cpnWrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto 40px;
  background: rgba(0, 0, 0, 0);
  padding: 32px 16px;
  font-size: 16px;
  border: 2px solid #ddd4c1;
  border-radius: 5px;
}
.campaign .cpnEnd {
  background: rgba(55, 55, 55, 0.5);
}
.campaign .cpnEnd .endimg {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 1;
}
.campaign .cpnEnd::before {
  content: "";
  background: url(../img/cpn_end.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  top: 35%;
  z-index: 1;
}
.campaign .cpnEnd .cpnTitle,
.campaign .cpnEnd .cpnCaption,
.campaign .cpnEnd .cpnDate,
.campaign .cpnEnd .cpnAttention {
  opacity: 0.3;
}
.campaign .cpnEnd .cpnBtn {
  display: none;
}
.campaign .cpnDate {
  margin: 24px 0;
  text-align: center;
}
.campaign .cpnDate dt {
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.campaign .cpnDate dt:before,
.campaign .cpnDate dt:after {
  content: "";
  flex-grow: 1;
  border-top: 1px dashed #ddd4c1;
  display: block;
}
.campaign .cpnDate dt:before {
  margin-right: 0.4em;
}
.campaign .cpnDate dt:after {
  margin-left: 0.4em;
}
.campaign .cpnDate dd {
  font-size: clamp(14px, 3.5vw, 20px);
}
.campaign .cpnAttention {
  margin: 0 auto 24px;
}
.campaign .cpnAttention dt {
  display: block;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  margin: 24px auto -1px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd4c1;
  max-width: 200px;
}
.campaign .cpnAttention dd {
  display: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25);
  padding: 16px;
  font-size: 90%;
  text-align: left;
  border: solid 1px #ddd4c1;
}
.campaign .cpnAttention i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}
.campaign .cpnAttention i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 5px;
  top: 3px;
  transition: all 0.4s ease-in-out;
}
.campaign .cpnAttention i.open::after {
  transform: rotate(225deg);
  top: 6px;
}
.campaign .cpnAttention dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.campaign .cpnAttention dd li {
  text-indent: -1em;
  padding-left: 1em;
}
.campaign .cpnAttention dd li::before {
  content: "※";
}
.campaign .cpnAttention a {
  color: #ffffff;
  text-decoration: underline;
}
.campaign .cpnBtn {
  position: relative;
  display: block;
  width: 95%;
  margin: auto;
  padding: 16px;
  background: #e50012;
  color: #ffffff;
  font-size: clamp(12px, 5vw, 20px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0px 4px 0px #6f0000;
  border: 2px solid #6e0000;
}
.campaign .twitter {
  background: #00a9e1;
  box-shadow: 0px 4px 0px #146985;
  border: 2px solid #146985;
}
.campaign .cpnBtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
}
.campaign .cpnBtn .ic_twitter {
  display: inline-block;
  /* background: url(../../common/2207/img/ic_twitter.svg) no-repeat; */
  background: url(../img/tw.svg) no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  background-size: contain;
}
.campaign .coming .cpnBtn {
  background: #9c9c9c;
  pointer-events: none;
  filter: none;
  border: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.campaign .disactive {
  background-color: #ddd !important;
  pointer-events: none;
}

.prize {
  max-width: 375px;
  margin: 24px auto;
  border-radius: 5px;
}
.prize ul {
  padding-left: 16px;
  font-size: 14px;
}

/* price */
.shopinfo__full--white {
  background-color: #290b09;
}
.shopinfo__full--white .inner {
  margin: auto;
  width: calc(100% - 24px);
}
.shopinfo__full--white .inner .pack .pricetable__header {
  border: 1px solid #70c7b0;
  color: #70c7b0;
}
.shopinfo__full--white .inner .pack .drink-suggest {
  background: #70c7b0;
}
.shopinfo__full--white .inner .pack .pricetable__header .icon.nt:before,
.shopinfo__full--white .inner .pack .pricetable__header .icon.nt:after {
  background: #70c7b0;
}

.shopinfo__full--white {
  padding: 56px 16px;
}

.price-special {
  color: #fff;
}

.js-price-sub-name {
  color: #fff;
}

.price {
  padding-top: 48px;
  border-top: 2px solid #ddd4c1;
}

.pricetable {
  color: #fff !important;
}

.pricetable__header .js-icon {
  -webkit-text-stroke: inherit;
}

.pricetable__header.active .js-icon {
  -webkit-text-stroke: inherit !important;
}

.pricetable__header.active {
  background-color: #290b09 !important;
}

.price_table tr:nth-child(odd) td {
  background: #290b09 !important;
}
@media screen and (min-width: 768px) {
  .price_table tr:nth-child(odd) td.wd {
    background-color: #ff98a0 !important;
    width: 10%;
  }
}

.price_table tr:nth-child(even) td {
  background: #290b09 !important;
}
@media screen and (min-width: 768px) {
  .price_table tr:nth-child(even) td.hd {
    background-color: #ffc498 !important;
    width: 10%;
  }
}

.price.bgHdp {
  color: #fff;
}

.price {
  color: #fff;
}

.price_table_area .attribute,
.drink_table .attribute {
  background: #290b09 !important;
}

.price_table_area .attribute {
  color: #fff;
}

#price .price-special__list {
  color: #fff;
  padding: 0 0 64px;
}

#price .price-special__list a {
  color: #fff;
}

.shopinfo__heading--sub {
  display: none !important;
}

.price__title {
  margin: auto;
  margin-bottom: 0;
}
.price__title img {
  display: block;
  margin: auto;
}

.shopinfo__full--white {
  padding-top: 0;
}

.price-special {
  margin-bottom: 0 !important;
}

.s_table .attribute {
  background-color: #ffc3e3 !important;
}

.n_table .attribute {
  background-color: #a3ffff !important;
}

.e_table .attribute {
  background-color: #e6c2d3 !important;
}

/* shopinfo */
.shopinfo {
  background: #ffffff;
}
.shopinfo .shopname {
  font-size: 30px;
  color: #e50012;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.shopinfo .shopdata {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 40px;
}
.shopinfo .shopdata li {
  margin-bottom: 0.5em;
}
.shopinfo .shopdata dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}
.shopinfo .shopdata dt {
  width: 20%;
}
.shopinfo .shopdata dd {
  width: 70%;
}

/* FIX */
.is_flow {
  display: none;
  /* コンバージョンボタン */
}
.is_flow section.fix--fin {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  /* background: url("../img/fix_bg.png") no-repeat center / cover; */
  margin: auto;
  padding: 0.5rem 0 0;
  -webkit-animation: fixBlock-fin 0.2s ease-in 0.5s both;
          animation: fixBlock-fin 0.2s ease-in 0.5s both;
}
.is_flow section.fix--fin dl {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  /* background: #0054A7; */
  padding: 1em;
  border-radius: 30px 30px 0 0;
  /* height: 50%; */
}
.is_flow section.fix--fin dl dt {
  flex-basis: 40%;
}
.is_flow section.fix--fin dl dd {
  flex-basis: 50%;
  -webkit-animation: fixBlock-btn 1s ease-in 1s infinite;
          animation: fixBlock-btn 1s ease-in 1s infinite;
}
.is_flow section.fix--fin dl dd a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.is_flow .btn-red-grd {
  background: #ea5253;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea5253 0%, #e71111 2%, #c90003 85%, #c60002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5253", endColorstr="#c60002", GradientType=0);
  /* IE6-9 */
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2) inset, 1px 1px 2px rgba(255, 255, 255, 0.7) inset;
  border-radius: 6px;
  border: 1px solid #990003;
  padding: 0.4em;
}

.footer_nav_pc .container,
.footer_nav_sp .container,
.footer_sns .container {
  width: 100%;
}

.sns_inner {
  width: 80%;
  margin: 0 auto;
}

/* common */
.inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.pc-width {
  max-width: 900px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .pc-flex {
    display: flex;
    gap: 0 24px;
  }
}

.position-relative {
  position: relative;
}

.flex {
  display: flex;
}

.pc_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .pc-ofh {
    overflow: hidden;
  }
}

@-webkit-keyframes fuwa {
  0% {
    filter: blur(3px);
    transform: rotate(2deg) translate(-14px) scaleY(1);
  }
  20% {
    filter: blur(0px);
    transform: rotate(0deg) translate(0px) scaleY(1.1);
  }
  40% {
    filter: blur(3px);
    transform: rotate(1deg) translate(-10px) scaleY(1);
  }
  100% {
    filter: blur(0);
    transform: rotate(0deg) translate(-2px);
  }
}

@keyframes fuwa {
  0% {
    filter: blur(3px);
    transform: rotate(2deg) translate(-14px) scaleY(1);
  }
  20% {
    filter: blur(0px);
    transform: rotate(0deg) translate(0px) scaleY(1.1);
  }
  40% {
    filter: blur(3px);
    transform: rotate(1deg) translate(-10px) scaleY(1);
  }
  100% {
    filter: blur(0);
    transform: rotate(0deg) translate(-2px);
  }
}
@-webkit-keyframes fuwa2 {
  0% {
    filter: blur(3px);
    transform: rotate(2deg) translate(-1px);
  }
  20% {
    filter: blur(2px);
    transform: rotate(0deg) translate(0px);
  }
  40% {
    filter: blur(3px);
    transform: rotate(1deg) translate(-4px);
  }
  100% {
    filter: blur(4px);
    transform: rotate(0deg) translate(-2px);
  }
}
@keyframes fuwa2 {
  0% {
    filter: blur(3px);
    transform: rotate(2deg) translate(-1px);
  }
  20% {
    filter: blur(2px);
    transform: rotate(0deg) translate(0px);
  }
  40% {
    filter: blur(3px);
    transform: rotate(1deg) translate(-4px);
  }
  100% {
    filter: blur(4px);
    transform: rotate(0deg) translate(-2px);
  }
}
/* unique */
body {
  font-family: "Sawarabi Gothic" !important;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-color: #290b09;
  color: #ddd4c1;
  line-height: 200%;
  width: 100%;
}

.softlight img {
  opacity: 0.6;
}

#openWrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #openWrap {
    overflow: unset;
  }
}

.mv {
  width: 100%;
  position: relative;
  overflow-x: clip;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .mv {
    overflow: unset;
  }
}
.mv__title {
  width: 100%;
  margin: auto;
  transform-origin: top;
}
.mv__title img {
  display: block;
  width: 90%;
  margin: auto;
  max-width: 400px;
}
.mv__main {
  margin: auto;
  margin-top: 16px;
  width: 55%;
}
.mv__main img {
  display: block;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mv__main img {
    max-width: 300px;
  }
}
.mv__longshadow {
  position: absolute;
  top: 16px;
  z-index: -1;
  -webkit-animation: fuwa linear 8s infinite alternate;
          animation: fuwa linear 8s infinite alternate;
}
.mv__longshadow img {
  display: block;
  height: 100%;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .mv__longshadow img {
    width: 50vw;
    left: 30%;
    max-width: 430px;
    height: 650px;
  }
}
.mv__date {
  margin: auto;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__deco1 {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 65px;
}
.mv__catchcopy {
  position: absolute;
  z-index: 1;
  right: 28.6%;
  top: 28.6%;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mv .softlight1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv .softlight1 img {
  position: absolute;
  top: -100px;
  left: -118px;
  width: 100%;
  max-width: 440px;
}
.mv .softlight2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv .softlight2 img {
  position: absolute;
  top: 116px;
  right: -118px;
  width: 100%;
  max-width: 440px;
}
.mv .softlight3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv .softlight3 img {
  position: absolute;
  top: 288px;
  left: -235px;
  width: 100%;
  max-width: 440px;
}

.concept {
  margin-top: 24px;
}
.concept__text {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .concept__text {
    text-align: center;
  }
}
.concept__deco2 {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 54px;
}
.concept .softlight4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: -80px;
}
.concept .softlight4 img {
  width: 160px;
}
.concept .under {
  justify-content: space-between;
  margin-top: 48px;
}
.concept .under .underline {
  height: 2px;
  width: 20%;
  background: #ddd4c1;
  display: block;
}

.film {
  width: 100%;
  overflow: hidden;
  margin-top: 56px;
  position: relative;
  mix-blend-mode: exclusion;
  margin-bottom: 16px;
}
.film::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/noise.gif) repeat left top/150px;
  opacity: 0.03;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  filter: brightness(140%);
}
.film__cover {
  width: 400px !important;
}
.film__cover img {
  opacity: 0.4;
  height: 100% !important;
}

.mv__longshadow-img {
  transition: 0.3s;
}

.shopdata {
  color: #000;
}

.room {
  padding: 48px 0;
  position: relative;
}
.room__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 48px;
}
.room__lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .room__lead {
    margin-bottom: 16px;
  }
}
.room__content {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .room__content {
    margin-top: 0;
    width: 33%;
  }
}
.room__content.first {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .room__content.first {
    margin-top: 0;
  }
}
.room__content-img {
  position: relative;
  opacity: 0;
  top: 6px;
  filter: blur(12px);
  transition: 0.2s;
}
.room__content-img img {
  display: block;
  width: 100%;
  border-radius: 2px;
}
.room__content.is-active .room__content-img {
  filter: blur(0);
  opacity: 1;
  top: 0;
}
.room__content-cv {
  background-color: #e50012;
  filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.01)) drop-shadow(3px 1px 6px rgba(0, 0, 0, 0.09)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.11));
  height: 80px;
  width: 80px;
  position: absolute;
  right: 0;
  bottom: -16px;
  border-radius: 100%;
  overflow: hidden;
}
.room__content-cv a,
.room__content-cv button {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding-top: 3px;
  background-color: #e50012;
  padding: 0;
  border: 0px rgba(0, 0, 0, 0) solid;
}
.room__content-title {
  position: relative;
  opacity: 0;
  top: 6px;
  filter: blur(12px);
  transition: 0.2s;
  transition-delay: 0.1s;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 900;
}
.room__content.is-active .room__content-title {
  filter: blur(0);
  opacity: 1;
  top: 0;
}
.room__content-desc {
  position: relative;
  opacity: 0;
  top: 6px;
  filter: blur(12px);
  transition: 0.2s;
  transition-delay: 0.2s;
}
.room__content.is-active .room__content-desc {
  filter: blur(0);
  opacity: 1;
  top: 0;
}
.room__window {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: fuwa2 linear 8s infinite alternate;
          animation: fuwa2 linear 8s infinite alternate;
}
.room .deco3 {
  position: absolute;
  width: 80px;
}
.room .softlight5 img {
  display: block;
  width: 250px;
  position: absolute;
  left: -100px;
  top: 0;
}

.deco-line {
  padding: 8px 0 12px;
  border-top: 1px solid #ddd4c1;
  border-bottom: 1px solid #ddd4c1;
  margin-bottom: 64px;
}

#campaign .inner {
  max-width: 480px;
}

.reserve-list {
  opacity: 0;
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.8705882353);
  z-index: 9999;
  transform: scale(0);
  transform-origin: top right;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 8px;
  top: 0px;
  right: 0;
  letter-spacing: 0;
}
.reserve-list.active {
  width: 100%;
  margin: auto;
  height: auto;
  transition: 0.3s;
  overflow: hidden;
  transform: scale(1);
  transform-origin: top right;
  opacity: 1;
  max-width: 400px;
  z-index: 9999;
  top: 0px;
  right: 0;
}
.reserve-list .close {
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 8px 12px;
  cursor: pointer;
  color: #fff;
  opacity: 1;
}
.reserve-list > ul {
  padding: 0 16px 16px;
  margin-bottom: 0;
  margin-top: 40px;
}
.reserve-list__room {
  list-style: none;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reserve-list__room h2 {
  font-size: 16px;
  margin-bottom: 0;
}
.reserve-list__room h2 small {
  color: #fff;
}
.reserve-list__room ul {
  display: flex;
  padding-left: 0;
}
.reserve-list__room li {
  list-style: none;
  margin-left: 8px;
  font-size: 12px;
}
.reserve-list__room li:first-child {
  margin-left: 0;
}
.reserve-list__room a {
  text-decoration: none;
  color: white;
  background-color: #e50012;
  padding: 6px 8px;
  border-radius: 10px;
}

#load {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 999;
  background-color: #290b09;
}/*# sourceMappingURL=style.css.map */