﻿@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  padding-left: 1.5rem;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a {
  outline: none;
  text-decoration: none;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

p {
  font-size: 0.9em;
  margin: 10px 0 0;
}

.large {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.pconly {
  display: none;
}

.youtube {
  width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.copyright {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 0.8em;
  letter-spacing: 0em;
}

:root {
  --bg-body: #000;
  --bg-white: #FFF;
  --bg-black: #000;
  --bg-primary: #AC0000;
  --bg-secondary: #890000;
  --bg-tertiary: #000046;
  --bg-quaternary: #FFA800;
  --c-body: #FFF //本文用;
  --c-white: #FFF;
  --c-black: #000;
  --c-primary: #AC0000 //プライマリー;
  --c-secondary: #890000 // セカンダリー;
  --c-tertiary: #000046 // ターシャリ;
  --c-quaternary: #FFF // クォータナリ;
  --c-error: #ff2525 // エラー用;
  --c-gray: #EFEFEF //グレー;
  --c-gray-dark: #EFEFEF // 濃いめのグレー;
  --c-gray-light: #888 // 明るめのグレー;
  --animate-duration: 1s;
  --animate-delay: .5s !important;
  --animate-repeat: 1;
}

body {
  color: var(--c-body);
  background-color: var(--bg-body);
  position: relative;
  letter-spacing: 0.2em;
}

img {
  max-width: 100%;
}

p, li {
  font-size: 1em;
  line-height: 1.6em;
  color: #FFF;
}

main:hover, footer:hover {
  transition: all 0.8s ease;
}

ul {
  margin: 0 auto;
  padding: 0 0 0 1.5em;
}

p {
  margin: 0 auto;
  font-size: 0.8em;
}

.txt-url, .txt-url:visited {
  color: var(--c-primary);
  text-decoration: underline;
}

.txt-url:hover, .txt-url:active {
  opacity: 0.7;
  transition: all 0.8s ease;
}

.flexBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.share-box {
  width: 230px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}

.share-buttons {
  flex: 0 0 auto;
}
.share-buttons a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-size: 30px;
}

.fbBtn {
  background: url("/Content/images/sns_ico_01_fb.svg") no-repeat;
}

.tweetBtn {
  background: url("/Content/images/sns_ico_02_tw.svg") no-repeat;
}

.lineBtn {
  background: url("/Content/images/sns_ico_03_line.svg") no-repeat;
}

@media only screen and (min-width: 960px) {
  .sponly {
    display: none;
  }
  .pconly {
    display: block;
  }
}
.title {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  letter-spacing: 1px;
  background-image: url("../images/gc/kurayami/kurayami_bg_txt.png");
  background-size: 150px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-variant: small-caps;
  margin: 0 auto;
  font-size: clamp(1em, 7vw, 3em);
}

.TAITO {
  margin: 0;
  padding: 30px;
}

.store-section {
  position: relative;
}
.store-section:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("/Content/images/gc/kurayami/kurayami_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.hero-image {
  width: 100%;
  height: auto;
}
.hero-image h1 {
  width: 100%;
  margin: 0px auto;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.hero-image h1 video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.store-title {
  display: grid;
  place-content: center;
  place-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.store-title h1 {
  width: calc(100% - 40px);
  max-width: 640px;
  margin: 0px auto;
  font-size: clamp(1em, 6vw, 1em);
}

@media only screen and (min-width: 960px) {
  .store-title {
    aspect-ratio: 16/9;
  }
}
main {
  width: 100%;
  align-self: center;
}

section {
  width: calc(100% - 40px);
  margin: 100px auto 0;
}
section > * + * {
  margin: 50px auto 0;
}

.about {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.about p {
  line-height: 2em;
}

.store-list .store-link {
  display: grid;
  place-content: center;
  place-items: center;
  aspect-ratio: 16/9;
  background: var(--bg-tertiary);
}
.store-list .store-link h3 {
  font-size: clamp(1em, 6vw, 2.6em);
  filter: drop-shadow(1px 1px 1px #555) drop-shadow(-1px -1px 1px #555);
}
.store-list .store-link.shinjuku {
  background-image: url("/Content/images/gc/kurayami/kurayami_store_sinjuku.webp");
  background-size: cover;
}
.store-list .store-link.fukuoka {
  background-image: url("/Content/images/gc/kurayami/kurayami_store_fukuokatenjin.webp");
  background-size: cover;
}

.store-information {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.store-information h2 {
  margin: 50px auto 0;
}
.store-information h4 {
  color: #FFF;
}
.store-information address {
  font-style: normal;
}
.store-information .column-count > * + * {
  margin: 100px auto 0;
}
.store-information .column-count > div > * + * {
  margin: 30px auto 0;
}

.confirmation {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.confirmation h4 {
  color: #FFF !important;
}
.confirmation div > * + * {
  margin-top: 30px;
}
.confirmation .howto-enter > * + * {
  margin-top: 10px;
}
.confirmation > p {
  text-align: center;
}

@media only screen and (min-width: 560px) {
  section {
    width: calc(100% - 60px);
    margin: 150px auto 0;
  }
  .about {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  section {
    width: calc(100% - 80px);
    margin: 200px auto 0;
  }
  section > * + * {
    margin: 100px auto 0;
  }
  .about {
    font-size: 1.6em;
    text-align: center;
  }
  .store-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .store-list .store-link h3 {
    font-size: clamp(1em, 3vw, 2.6em);
  }
  .store-information {
    max-width: 1440px;
  }
  .store-information h2 {
    margin: auto;
  }
  .store-information .column-count {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.attraction-operation:first-of-type {
  margin-top: 0px;
}
.attraction-operation .grid {
  display: grid;
  gap: 50px;
}

.attraction-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 1.5fr 1fr 40px;
  gap: 5px;
  color: var(--c-body);
  position: relative;
}
.attraction-content.square {
  grid-template-columns: 1fr 1.4fr;
  grid-template-rows: 1fr 1fr 40px;
}
.attraction-content > div {
  background-color: var(--bg-primary);
}
.attraction-content .attraction-thumbnail {
  grid-column: 1/2;
  grid-row: 1/3;
}
.attraction-content .attraction-title {
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  letter-spacing: 0.1em;
}
.attraction-content .attraction-title h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: clamp(0.5em, 4.5vw, 10em);
}
.attraction-content .attraction-title h3 span {
  display: block;
  font-size: 0.7em;
  margin-top: -5px;
}
.attraction-content .attraction-title h4 {
  font-size: clamp(0.5em, 3vw, 10em);
}
.attraction-content .attraction-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  gap: 0px;
  padding: 5px;
  text-align: center;
}
.attraction-content .attraction-icons p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: clamp(0.5em, 3.5vw, 10em);
  line-height: 1em;
  letter-spacing: 0;
  color: var(--c-body);
}
.attraction-content .attraction-icons span {
  font-size: 0.6em;
  font-weight: normal;
}
.attraction-content .attraction-icons img {
  display: block;
  width: 60%;
  margin: 0 auto 5px;
}
.attraction-content .attraction-data {
  display: none;
  padding: 20px;
  grid-column: 1/3;
}
.attraction-content .attraction-data p {
  color: var(--c-body);
  font-weight: bold;
}
.attraction-content .attraction-link {
  display: grid;
  place-content: center;
  padding: 10px;
  grid-column: 1/3;
  text-align: center;
}
.attraction-content .attraction-link p {
  color: var(--c-body);
  font-weight: bold;
}
.attraction-content.disable {
  pointer-events: none;
}
.attraction-content.disable .attraction-thumbnail,
.attraction-content.disable .attraction-icons,
.attraction-content.disable .attraction-data,
.attraction-content.disable .attraction-link {
  filter: brightness(50%);
}

.attraction-map img {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

@media only screen and (min-width: 560px) {
  .attraction-content {
    grid-template-columns: 1fr 1fr;
  }
  .attraction-content .attraction-title {
    letter-spacing: 0.2em;
  }
  .attraction-content .attraction-icons {
    padding: 10px;
  }
  .attraction-content .attraction-icons img {
    margin: 0 auto 10px;
  }
  .attraction-content .attraction-data {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  .attraction-operation .grid {
    grid-template-columns: 1fr 1fr;
  }
  .attraction-content {
    grid-template-columns: 200px 1fr;
    grid-template-rows: 183.828125px 98.984375px auto 50px;
  }
  .attraction-content.square {
    grid-template-columns: 300px 1fr;
    grid-template-rows: 150px 150px auto 50px;
  }
  .attraction-content .attraction-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .attraction-content .attraction-title h3 {
    font-size: clamp(0.5em, 1.8vw, 1.8em);
  }
  .attraction-content .attraction-title h3 span {
    display: block;
    font-size: 0.7em;
    margin-top: -5px;
    letter-spacing: 0.1em;
  }
  .attraction-content .attraction-title h4 {
    font-size: clamp(0.5em, 1.4vw, 1.4em);
  }
  .attraction-content .attraction-icons {
    gap: 5px;
    padding: 5px 20px;
  }
  .attraction-content .attraction-icons p {
    font-size: clamp(0.5em, 1.4vw, 1.4em);
  }
  .attraction-content .attraction-data {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .attraction-operation .grid {
    gap: 80px;
    max-width: 1440px;
  }
  .attraction-content {
    grid-template-columns: 300px 1fr;
    grid-template-rows: 254.53125px 169.6875px auto 50px;
  }
}
.google-map {
  aspect-ratio: 1/1;
  position: relative;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.store-information .column-count > div > .google-map {
  margin-top: 60px;
}

@media only screen and (min-width: 960px) {
  .google-map {
    aspect-ratio: 16/9;
  }
}
.official-account {
  margin-bottom: 100px;
}
.official-account .share-box {
  width: 150px;
  margin: 50px auto 0;
}
.official-account .share-box.center {
  justify-content: center;
}
.official-account .tweetBtn {
  background: url(/Content/images/svg_icon_tw_wt.svg) no-repeat;
}
.official-account .instBtn {
  background: url(/Content/images/svg_icon_inst_wt.svg) no-repeat;
}

@media only screen and (min-width: 960px) {
  .official-account .share-box {
    margin: 20px auto 0;
  }
}
.twitterWiget {
  display: block;
  margin: 50px auto 0;
}
.twitterWiget .twitter-widget-wrapper iframe {
  width: 640px;
}
.twitterWiget iframe#twitter-widget-0 {
  width: 640px !important;
}

@media only screen and (min-width: 960px) {
  .twitterWiget {
    width: 100%;
    margin: 100px auto 0;
  }
}
.content-section main {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.content-section .attraction-thumbnail img {
  margin: auto;
  height: auto;
}
.content-section .attraction-title {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  text-align: center;
  letter-spacing: 0.1em;
}
.content-section .attraction-title .obi-bg {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px auto 0;
  color: #FFF;
  font-size: 0.8em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-image: url("../images/gc/kurayami/kurayami_bg_txt.png");
  background-size: 100px;
  background-repeat: repeat;
}
.content-section .attraction-icons {
  display: grid;
  max-width: 480px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  gap: 0px;
  padding: 5px;
  text-align: center;
}
.content-section .attraction-icons p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: clamp(0.5em, 5vw, 1.6em);
  line-height: 1em;
  letter-spacing: 0.1em;
}
.content-section .attraction-icons span {
  font-size: 0.6em;
  font-weight: normal;
}
.content-section .attraction-icons img {
  display: block;
  width: 70%;
  margin: 0 auto 5px;
}
.content-section .attraction-data {
  padding: 0px 20px 20px;
}
.content-section .attraction-data > * + * {
  margin-top: 10px;
}
.content-section .attraction-data p {
  color: #FFF;
  line-height: 2em;
}
.content-section .playing {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
.content-section .chart {
  max-width: 480px;
  margin: auto;
}
.content-section .indicator {
  max-width: 480px;
  margin: 50px auto 0px;
}
.content-section .indicator h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.content-section .indicator span {
  color: #F00;
  font-weight: bold;
}
.content-section .history-back {
  -webkit-appearance: none;
  display: block;
  width: calc(100% - 80px);
  max-width: 320px;
  padding: 10px;
  margin: 100px auto 0;
  outline: none;
  font: inherit;
  color: #440000;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.explanation {
  margin: 200px auto 0;
  text-align: center;
}
.explanation p {
  width: 60%;
  max-width: 280px;
  padding-bottom: 40px;
}
.explanation input {
  margin-top: 40px;
}

@media only screen and (min-width: 560px) {
  .content-section .attraction-title .obi-bg {
    font-size: 1em;
  }
  .content-section .attraction-data {
    padding: 100px 20px;
  }
  .content-section .attraction-data p {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    line-height: 2em;
  }
  .content-section .playing h4, .content-section .playing p {
    font-size: 1em;
  }
  .content-section .playing > p {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  .content-section .attraction-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
  .sticky {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .sticky header {
    flex: 0 0 50%;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .sticky main {
    flex: 0 0 50%;
  }
}
footer {
  width: 100%;
  height: auto;
  display: block;
  padding: 200px 0 0;
  align-self: flex-end;
  color: #FFF;
}
footer > * + * {
  margin: 100px auto 0;
  padding: 0 0px 15px;
}
footer .taito-logo {
  max-width: 150px;
}
footer .taito-link {
  text-align: center;
  list-style: none;
}
footer .taito-link .txt-url {
  text-decoration: none;
}
footer .taito-link > * + * {
  margin-top: 30px;
}
footer .taito-copy {
  padding-top: 15px;
  margin: 100px 0 0;
  color: #FFF;
  text-align: center;
  border-top: solid 1px #555;
}

.kurayami-logo {
  width: calc(100% - 80px);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.newIcon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 15vw;
  max-width: 120px;
  height: auto;
}

.end-notice {
  margin-top: 20px;
  color: #ffff00;
}
.attraction-content .end-notice {
  margin-top: 15px;
  padding: 2px 10px;
  color: var(--c-white);
  font-size: 0.6em;
  background: var(--bg-body);
}/*# sourceMappingURL=kurayami_re.css.map */