@charset "UTF-8";
@view-transition {
  navigation: auto;
}
.__txt--break::before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .__txt--break-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 768px) {
  .__txt--break-small-pc::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 1500px) {
  .__txt--break-small-pc::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .__txt--break-small-pc::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .__txt--break-tab::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 480px) {
  .__txt--break-tab::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .__txt--break-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 480px) {
  .__txt--break-small-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 768px) {
  .__break-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .__break-sp {
    display: block;
  }
}

.__visible-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .__visible-pc {
    display: block;
  }
}

.__visible-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .__visible-sp {
    display: block;
  }
}

.__Break-all {
  width: 100%;
  height: 0;
}
.__Break-all:before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .__break-pc-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-pc-single:before {
    content: "\a";
    white-space: pre;
  }
}

.__break-tab-single {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .__break-tab-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-tab-single:before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .__break-sp-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-sp-single:before {
    content: "\a";
    white-space: pre;
  }
}

.__break-micro-sp-single {
  display: none;
}
@media screen and (max-width: 360px) {
  .__break-micro-sp-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-micro-sp-single:before {
    content: "\a";
    white-space: pre;
  }
}

.Nav__link-span {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.Play-a__content, .Footer__image-txt, .Footer__ttl {
  font-family: "Noto Serif JP", "リュウミン", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN", serif;
}

.Menu-unit__ttl, .Nav__link, .Play-a__ttl-unit > p {
  font-family: "Anton", serif;
  line-height: 1;
}

.Play-a__last-unit-img, .Play-a__triple-unit img, .Play-a__center-img, .Play-a__guide img, .Play-a__mv-img, .Play-a__mv-deco-img, .Play-a__bg img, .Header__ttl-shop-img, .Header__ttl-shop-copy-img {
  width: 100%;
  height: auto;
}

.Play-a__ttl-unit {
  text-align: center;
  display: none;
}
.Play-a__ttl-unit > p {
  font-size: 24px;
  display: inline-block;
  margin-top: 40px;
  border-top: 2px solid #aa8d68;
  padding-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .Play-a__ttl-unit > p {
    font-size: 22px;
    margin-top: 20px;
  }
}
.Play-a__ttl-unit > h2 {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 20px;
}

.Modal__close__box--round, .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
  background: #aa8d68;
  color: #fff;
  border-radius: 5px;
}
.Modal__close__box--round:hover, .Modal__close-btn .Btn__link--none:hover, .Modal__close-btn a:hover {
  cursor: pointer;
}

.Modal__close-btn {
  clear: both;
  text-align: center;
}
.Modal__close-btn .Btn__link--none, .Modal__close-btn a {
  display: inline-block;
  padding: 10px 20px;
  min-width: 300px;
  line-height: 1;
  margin-top: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .Modal__close-btn .Btn__link--none:hover, .Modal__close-btn a:hover {
    background: #d80e19;
    color: #fff;
  }
}
@media screen and (min-width: 1500px) {
  .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
    font-size: 18px;
    min-width: 200px;
    padding: 10px;
    margin-right: 1%;
  }
}
.Modal__close-btn i {
  padding: 0 3px;
}

.Body-inner {
  transition: all 0.3s;
}

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

body,
html {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow: auto;
  height: 100%;
}

body {
  background: #000;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  a {
    transition: all 0.3s;
  }
}
a:hover {
  text-decoration: none;
  color: #aa8d68;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  a:hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  a img {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  a img {
    transition: all 0.3s;
  }
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: normal;
  font-style: normal;
}

img {
  vertical-align: bottom;
}

.Type__day {
  font-size: 80%;
}
.Type__day--sat {
  color: #5577da;
}
.Type__day--sun {
  color: #ff6262;
}
.Type__image {
  position: relative;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
}
@media screen and (max-width: 480px) {
  .Type__image {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
.Type__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 24px);
  z-index: -1;
  border: 24px;
  border-style: solid;
}
@media screen and (max-width: 480px) {
  .Type__image::after {
    left: calc(100% - 15px);
    border: 15px;
    border-style: solid;
  }
}
.Type__image span {
  line-height: 48px;
  padding: 0 5px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .Type__image span {
    line-height: 30px;
  }
}
.Type__image span::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: calc(100% + 17px);
  border-bottom: 1px dashed #fff;
  opacity: 0.4;
}
@media screen and (max-width: 480px) {
  .Type__image span::before {
    width: calc(100% + 11px);
  }
}
.Type__image span::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: calc(100% + 17px);
  border-bottom: 1px dashed #fff;
  opacity: 0.4;
}
@media screen and (max-width: 480px) {
  .Type__image span::after {
    width: calc(100% + 11px);
  }
}
.Type__rank {
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  height: 28px;
  line-height: 26px;
}
.Type__rank1 {
  background: #000;
  border-width: 0;
}
.Type__rank2 {
  background: linear-gradient(100deg, #78cffb 0%, #0f86c9 40%, #0f86c9 60%, #78cffb 100%);
}
.Type__rank3 {
  background: linear-gradient(100deg, #78cffb 0%, #0f86c9 40%, #0f86c9 60%, #b9e7fe 100%);
}
.Type__rank4 {
  background: linear-gradient(100deg, #fedba3 0%, #ac6608 40%, #ac6608 60%, #fedba3 100%);
}
.Type__rank10 {
  background: linear-gradient(100deg, #d2fff3 0%, #35cd8c 40%, #35cd8c 60%, #d2fff3 100%);
}
.Type__rank20 {
  background: linear-gradient(100deg, #f7a9a9 0%, #d00014 40%, #d00014 60%, #f7a9a9 100%);
}
.Type__rank30 {
  background: linear-gradient(100deg, #d796e8 0%, #980cc1 40%, #980cc1 60%, #d796e8 100%);
}
.Type__rank40 {
  background: linear-gradient(100deg, #ddda96 0%, #6e650d 40%, #6e650d 60%, #ddda96 100%);
}
.Type__rank45, .Type__rank44, .Type__rank43 {
  background: linear-gradient(100deg, #ddda96 0%, #6e650d 40%, #6e650d 60%, #ddda96 100%);
}
.Type__rank50 {
  background: linear-gradient(100deg, #a4a4a4 0%, #555 40%, #555 60%, #a4a4a4 100%);
}
.Type__rank55, .Type__rank54, .Type__rank53 {
  background: linear-gradient(100deg, #a4a4a4 0%, #555 40%, #555 60%, #a4a4a4 100%);
}
.Type__rank60 {
  background: linear-gradient(100deg, #a4a4a4 0%, #000 20%, #000 80%, #a4a4a4 100%);
}
.Type__rank70 {
  background: linear-gradient(100deg, #a4a4a4 0%, #000 20%, #000 80%, #a4a4a4 100%);
}
.Type__rank_80 {
  background: linear-gradient(100deg, #9ef587 0%, #4ec33a 40%, #4ec33a 60%, #c9f9bb 100%);
}
.Type__image1 {
  background: #ec8807;
}
.Type__image1::after {
  border-color: #ec8807 transparent #ec8807 #ec8807;
}
.Type__image2 {
  background: #aa8d68;
}
.Type__image2::after {
  border-color: #aa8d68 transparent #aa8d68 #aa8d68;
}
.Type__category1 {
  background: rgba(0, 151, 219, 0.8);
}
.Type__category1.Type__image {
  background: rgb(0, 151, 219);
}
.Type__category1.Type__image::after {
  border-color: rgb(0, 151, 219) transparent rgb(0, 151, 219) rgb(0, 151, 219);
}
.Type__category2 {
  background: rgba(215, 0, 15, 0.8);
}
.Type__category2.Type__image {
  background: rgb(215, 0, 15);
}
.Type__category2.Type__image::after {
  border-color: rgb(215, 0, 15) transparent rgb(215, 0, 15) rgb(215, 0, 15);
}
.Type__category3 {
  background: rgba(228, 142, 0, 0.8);
}
.Type__category3.Type__image {
  background: rgb(228, 142, 0);
}
.Type__category3.Type__image::after {
  border-color: rgb(228, 142, 0) transparent rgb(228, 142, 0) rgb(228, 142, 0);
}
.Type__category4 {
  background: rgba(138, 1, 124, 0.8);
}
.Type__category4.Type__image {
  background: rgb(138, 1, 124);
}
.Type__category4.Type__image::after {
  border-color: rgb(138, 1, 124) transparent rgb(138, 1, 124) rgb(138, 1, 124);
}
.Type__category5 {
  background: rgba(0, 98, 172, 0.8);
}
.Type__category5.Type__image {
  background: rgb(0, 98, 172);
}
.Type__category5.Type__image::after {
  border-color: rgb(0, 98, 172) transparent rgb(0, 98, 172) rgb(0, 98, 172);
}
.Type__category6 {
  background: rgba(214, 0, 119, 0.8);
}
.Type__category6.Type__image {
  background: rgb(214, 0, 119);
}
.Type__category6.Type__image::after {
  border-color: rgb(214, 0, 119) transparent rgb(214, 0, 119) rgb(214, 0, 119);
}
.Type__category7 {
  background: rgba(138, 1, 124, 0.8);
}
.Type__category7.Type__image {
  background: rgb(138, 1, 124);
}
.Type__category7.Type__image::after {
  border-color: rgb(138, 1, 124) transparent rgb(138, 1, 124) rgb(138, 1, 124);
}
.Type__category8 {
  background: rgba(0, 145, 64, 0.8);
}
.Type__category8.Type__image {
  background: rgb(0, 145, 64);
}
.Type__category8.Type__image::after {
  border-color: rgb(0, 145, 64) transparent rgb(0, 145, 64) rgb(0, 145, 64);
}
.Type__category9 {
  background: rgba(0, 145, 64, 0.8);
}
.Type__category9.Type__image {
  background: rgb(0, 145, 64);
}
.Type__category9.Type__image::after {
  border-color: rgb(0, 145, 64) transparent rgb(0, 145, 64) rgb(0, 145, 64);
}
.Type__category10 {
  background: rgba(0, 145, 64, 0.8);
}
.Type__category10.Type__image {
  background: rgb(0, 145, 64);
}
.Type__category10.Type__image::after {
  border-color: rgb(0, 145, 64) transparent rgb(0, 145, 64) rgb(0, 145, 64);
}
.Type__category11 {
  background: rgba(223, 208, 0, 0.8);
}
.Type__category11.Type__image {
  background: rgb(223, 208, 0);
}
.Type__category11.Type__image::after {
  border-color: rgb(223, 208, 0) transparent rgb(223, 208, 0) rgb(223, 208, 0);
}
.Type__category12 {
  background: rgba(27, 28, 128, 0.8);
}
.Type__category12.Type__image {
  background: rgb(27, 28, 128);
}
.Type__category12.Type__image::after {
  border-color: rgb(27, 28, 128) transparent rgb(27, 28, 128) rgb(27, 28, 128);
}
.Type__category13 {
  background: rgba(0, 212, 211, 0.8);
}
.Type__category13.Type__image {
  background: rgb(0, 212, 211);
}
.Type__category13.Type__image::after {
  border-color: rgb(0, 212, 211) transparent rgb(0, 212, 211) rgb(0, 212, 211);
}
.Type__schedule--today {
  position: relative;
}
.Type__schedule--today::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/static/img/common/today.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .Type__schedule--today::after {
    width: 56px;
    height: 56px;
  }
}
.Type__schedule--next::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: 2;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}
@media screen and (max-width: 767px) {
  .Type__schedule--next::after {
    border-bottom: 28px solid transparent;
    border-left: 28px solid transparent;
  }
}
.Type__schedule--next::after {
  border-top: 40px solid #7100b0;
  border-right: 40px solid #7100b0;
}
@media screen and (max-width: 767px) {
  .Type__schedule--next::after {
    border-top: 28px solid #7100b0;
    border-right: 28px solid #7100b0;
  }
}
.Type__schedule--next-txt, .Type__schedule--today-txt {
  position: absolute;
  font-weight: bold;
  z-index: 3;
  color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .Type__schedule--next-txt, .Type__schedule--today-txt {
    font-size: 12px;
  }
}
.Type__schedule--today-txt {
  top: 20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .Type__schedule--today-txt {
    right: -3px;
    top: 13px;
  }
}
.Type__schedule--next-txt {
  top: 10px;
  right: 3px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Type__schedule--next-txt {
    right: 1px;
    top: 6px;
  }
}
.Type__schedule--next-txt br {
  line-height: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes brinkarrow {
  0% {
    opacity: 0.3;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes gradation-bg {
  to {
    background-position-x: 200%;
  }
}
@keyframes slide-ttl {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes brink1 {
  0% {
    color: #599eab;
  }
  49.9% {
    color: #599eab;
  }
  50% {
    color: #cc2;
  }
  99.9% {
    color: #cc2;
  }
  100% {
    color: #599eab;
  }
}
@keyframes blink2 {
  0% {
    color: #5577da;
  }
  100% {
    color: #aa8d68;
  }
}
@keyframes blink3 {
  0% {
    color: #d80e19;
  }
  100% {
    color: #aa8d68;
  }
}
@keyframes blink4 {
  0% {
    color: #599eab;
  }
  49.9% {
    color: #599eab;
  }
  50% {
    color: #cc2;
  }
  99.9% {
    color: #cc2;
  }
  100% {
    color: #599eab;
  }
}
@keyframes specialHover {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  60% {
    transform: scale(1.6);
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
    opacity: 1;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1.3);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rounds1 {
  0% {
    transform: rotate(-10deg) rotateY(0deg);
  }
  50% {
    transform: rotate(-10deg) rotateY(360deg);
  }
  100% {
    transform: rotate(0deg) rotateY(360deg);
  }
}
@keyframes rounds2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-300%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes upDown {
  0% {
    padding-top: 0;
  }
  50% {
    margin-top: 200px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes shadow {
  50% {
    width: 70%;
    height: 18px;
  }
}
@keyframes rotate1 {
  0% {
    transform: rotateY(360deg);
  }
  18% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes shiny1 {
  0% {
    left: -30%;
  }
  92% {
    left: -30%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny2 {
  0% {
    left: -100%;
  }
  84% {
    left: -100%;
  }
  100% {
    left: 240%;
  }
}
@keyframes fadeinItem1 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinItem2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle1 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 20px;
  }
  40% {
    transform: translate(-40px) scaleY(1.3);
    top: 30px;
  }
  80% {
    transform: translateX(20px) scaleY(1.3);
    top: 40px;
  }
  100% {
    transform: translateX(0) scaleY(1.2);
    top: 20px;
  }
}
@keyframes circle2 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 120px;
  }
  40% {
    transform: translate(40px) scaleY(1.3);
    top: 130px;
  }
  80% {
    transform: translateX(-20px) scaleY(1.3);
    top: 110px;
  }
  100% {
    transform: translateX(0) scaleY(1.2);
    top: 120px;
  }
}
@keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%);
  }
}
@keyframes rounds2 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes obiStart1 {
  0% {
    transform: translateY(-101%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes obiEnd1 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(101%);
    opacity: 0.5;
  }
}
@keyframes obiStart2 {
  0% {
    transform: translateY(101%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes obiEnd2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-101%);
    opacity: 0.5;
  }
}
@keyframes slash {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes bgSlide {
  0%, to {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.Conteiner {
  min-width: 320px;
  transition: all 0.3s ease-out;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Conteiner__overlay {
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Conteiner__head {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}

.Footer {
  background: #000;
  color: #e5e5e5;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding-bottom: 60px;
  }
}
.Footer__inner {
  width: 94%;
  margin: 0 auto;
  padding-top: 10px;
}
.Footer__ttl {
  font-size: 24px;
  color: #aa8d68;
}
@media screen and (min-width: 1500px) {
  .Footer__ttl {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .Footer__ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.Footer__image-txt {
  font-size: 12px;
  line-height: 1.2;
  color: #aa8d68;
}
@media screen and (max-width: 767px) {
  .Footer__image-txt {
    font-size: 11px;
    padding-bottom: 5px;
  }
}
.Footer__txt {
  font-size: 12px;
  border-bottom: 1px solid #aa8d68;
  padding-bottom: 10px;
}
.Footer__copy {
  font-size: 12px;
}
.Footer__copy-link {
  color: #e5e5e5;
}

.Header {
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .Header {
    width: 100%;
    overflow: hidden;
  }
}
.Header__ttl {
  font-size: 11px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  background: #000;
}
.Header__ttl-shop-unit {
  background: linear-gradient(to bottom, #c59905 0%, #faeb8c 5%, #f6e290 8%, #fffade 50%, #f6e290 92%, #faeb8c 95%, #c59905 100%);
  padding: 3px 0 5px;
}
.Header__ttl-shop-name {
  text-align: center;
}
.Header__ttl-shop-copy {
  display: inline-block;
  padding-top: 2px;
  max-width: 325px;
}
.Header__ttl-shop-name-link {
  display: inline-block;
  width: 100%;
  padding: 0 0 5px 2px;
}
.Header__ttl-shop-img {
  max-width: 263px;
}
.Header__info {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .Header__info {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Header__info {
    display: block;
  }
}
.Header__info-tel {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .Header__info-tel {
    display: none;
  }
}
.Header__info-tel-link {
  color: #5a3526;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Header__info-tel-link:hover {
    color: #5a3526;
  }
}
.Header__info-time {
  line-height: 1;
  color: #5a3526;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .Header__info-time {
    border-bottom: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
}

.Nav {
  transition: all 0.3s;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 767px) {
  .Nav {
    display: none;
  }
}
.Nav__list-outer {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.Nav__list {
  width: 90px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Nav__list {
    width: 80px;
  }
}
.Nav__list:last-child .Nav__link-span {
  background: #aa8d68;
  color: #fff;
}
.Nav__list:last-child:hover .Nav__link-span {
  background: #fff;
  color: #aa8d68;
}
.Nav__list:last-child .Nav__link {
  transition: all 0.3s;
}
.Nav__list:last-child:hover .Nav__link {
  color: #aa8d68;
}
.Nav__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  margin-bottom: 1px;
}
.Nav__link i {
  padding-left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Nav__link {
    font-size: 18px;
  }
}
.Nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #aa8d68;
  transform: scale(0, 1);
  transition: 0.4s;
}
.Nav__link.active::before {
  transform: scale(1);
  background: #fff;
}
.Nav__link:hover::before {
  transform: scale(1);
  background: #aa8d68;
}
.Nav__link:hover span {
  color: #aa8d68;
  transition: all 0.3s;
}
.Nav__link-span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 0 5px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Nav__link-span {
    font-size: 11px;
  }
}

.Flex__outer {
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
}
.Flex__list--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background: none;
}
.Flex__list-outer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .Flex__list-outer {
    padding: 50px 0 90px 3px;
  }
}
@media screen and (min-width: 1500px) {
  .Flex__list-outer {
    justify-content: flex-start;
    width: 90%;
  }
}

.Fix-nav-unit {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  z-index: 6;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Fix-nav-unit {
    position: fixed;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .Fix-nav-unit {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 320px;
    background: #000;
    transition: all 0.3s;
    width: 100%;
    overflow: hidden;
  }
}
.Fix-nav-unit__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Fix-nav-unit__inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 0;
  }
}
.Fix-nav-unit__btn, .Fix-nav-unit__list {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
@media screen and (min-width: 768px) {
  .Fix-nav-unit__btn, .Fix-nav-unit__list {
    display: none;
  }
}
.Fix-nav-unit__btn:first-child, .Fix-nav-unit__list:first-child {
  background: #aa8d68;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.Fix-nav-unit__btn:hover, .Fix-nav-unit__list:hover {
  cursor: pointer;
}
.Fix-nav-unit__link {
  display: block;
  text-align: center;
  padding: 2px 0;
  line-height: 1;
  color: #fff;
  height: 52px;
}
.Fix-nav-unit__link i {
  display: block;
  width: 100%;
  height: 33px;
  padding-top: 3px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.Fix-nav-unit__btn-inner {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 36%;
  min-width: 46px;
  height: 52px;
}
.Fix-nav-unit__btn--bar {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #aa8d68;
  transition: all 0.3s;
  transform-origin: left top;
}
.Fix-nav-unit__btn--bar:nth-child(2) {
  top: 15px;
  opacity: 1;
}
.Fix-nav-unit__btn--bar:nth-child(3) {
  top: 26px;
  transform-origin: left bottom;
}
.Fix-nav-unit__btn-txt, .Fix-nav-unit__btn-txt--close {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #aa8d68;
  transition: all 0.3s;
  display: block;
  visibility: visible;
  opacity: 1;
}
.Fix-nav-unit__btn-txt {
  text-align: center;
  padding-bottom: 2px;
}
.Fix-nav-unit__btn-txt--close {
  display: none;
}
.Fix-nav-unit__scroll-btn {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 110px;
  margin-bottom: 64px;
  line-height: 1;
  text-align: center;
  background: #aa8d68;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .Fix-nav-unit__scroll-btn {
    font-size: 16px;
    padding: 5px 15px 4px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .Fix-nav-unit__scroll-btn {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.Fix-nav-unit__scroll-btn:hover {
  transform: translateY(-10px);
  background: #ff6262;
}
.Fix-nav-unit__scroll-btn:hover span {
  color: #ff6262;
}
.Fix-nav-unit__scroll-btn.active {
  opacity: 1;
  pointer-events: auto;
}
.Fix-nav-unit__scroll-btn--delta {
  transition: all 0.3s;
  background: #fff;
  color: #aa8d68;
  display: inline-block;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 1px;
  padding: 2px;
  text-shadow: none;
  letter-spacing: 0;
  line-height: 1;
}
.Fix-nav-unit.active .Fix-nav-unit__btn-txt {
  display: none;
}
.Fix-nav-unit.active .Fix-nav-unit__btn-txt--close {
  display: block;
  text-align: left;
  padding-bottom: 2px;
}
.Fix-nav-unit.active .Fix-nav-unit__btn--bar:nth-child(1) {
  width: 40px;
  transform: rotate(45deg);
  margin-left: 10px;
}
.Fix-nav-unit.active .Fix-nav-unit__btn--bar:nth-child(2) {
  opacity: 0;
}
.Fix-nav-unit.active .Fix-nav-unit__btn--bar:nth-child(3) {
  width: 40px;
  top: 30px;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.Fix-nav-unit.active__overlay {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  background: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

.Menu-unit {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: -306px;
  width: 306px;
  transition: all 0.3s ease-out;
  height: 100%;
  padding: 0;
  border-left: 1px solid #777;
  background: #000;
}
@media screen and (min-width: 768px) {
  .Menu-unit {
    right: -460px;
    width: 460px;
  }
}
@media screen and (min-width: 1500px) {
  .Menu-unit {
    right: -612px;
    width: 612px;
  }
}
.Menu-unit__inner {
  height: 100%;
  width: 100%;
  padding: 0 8px 60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Menu-unit__inner {
    padding: 0 8px 100px;
  }
}
.Menu-unit__ttl {
  letter-spacing: 2px;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  padding: 13px 0;
  text-align: center;
  position: relative;
}
.Menu-unit__ttl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #aa8d68;
}
@media screen and (max-width: 767px) {
  .Menu-unit__ttl::before {
    width: 98%;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .Menu-unit__btn {
    display: none;
  }
}
.Menu-unit__btn-close {
  position: absolute;
  right: 8px;
  top: 10px;
  background: #aa8d68;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding: 0 8px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Menu-unit__btn-close {
    transition: all 0.3s;
  }
  .Menu-unit__btn-close:hover {
    background: #fff;
  }
}
.Menu-unit__ttl-sub {
  display: inline-block;
  font-size: 18px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #aa8d68;
  margin-top: 25px;
  color: #aa8d68;
}
.Menu-unit__ttl-sub::before {
  content: "◆";
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .Menu-unit__ttl-sub {
    font-size: 16px;
    margin-top: 20px;
  }
}
.Menu-unit__box--basic > .Item-a:last-child {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .Menu-unit__box--basic > .Item-a:last-child {
    width: 98%;
  }
}
.Menu-unit__list-outer {
  font-size: 0;
}
.Menu-unit__list {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .Menu-unit__list {
    width: 32%;
  }
}
@media screen and (min-width: 1500px) {
  .Menu-unit__list {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .Menu-unit__list {
    width: 98%;
  }
}
.Menu-unit__link {
  padding: 20px 0 15px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #999;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Menu-unit__link {
    padding: 15px 0 10px;
  }
}
.Menu-unit__link i {
  display: inline-block;
  min-width: 24px;
  margin-right: 3px;
  text-align: center;
  color: #aa8d68;
}
.Menu-unit__link--break {
  padding: 10px 0 9px !important;
}
.Menu-unit__link--break i {
  position: relative;
}
.Menu-unit__link--break i::before {
  position: absolute;
  top: -6px;
  left: 5px;
}
.Menu-unit__link--break-block {
  display: block;
  padding-left: 32px;
}
.Menu-unit.active {
  opacity: 1;
  z-index: 3;
  transform: translateX(-306px);
  box-shadow: -10px 0 10px -3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .Menu-unit.active {
    transform: translateX(-460px);
  }
}
@media screen and (min-width: 1500px) {
  .Menu-unit.active {
    transform: translateX(-612px);
  }
}
.Menu-unit.active__ttl {
  animation: slide-ttl 0.7s;
}

.Menu__box--open {
  position: fixed;
  width: 100%;
  height: 100%;
}
.Menu__box--open .Body-inner {
  transform: translateX(-306px);
}
@media screen and (min-width: 768px) {
  .Menu__box--open .Body-inner {
    transform: translateX(-460px);
  }
}
@media screen and (min-width: 1500px) {
  .Menu__box--open .Body-inner {
    transform: translateX(-612px);
  }
}
.Menu__box--open .Conteiner__overlay {
  z-index: 3;
  opacity: 1;
}
.Menu__box--open .Conteiner::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 30px;
  height: 100%;
  z-index: 2;
}

.Modal {
  overflow: auto;
  z-index: 8;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.Modal.Modal__beginning {
  animation: none !important;
  z-index: 30;
}
.Modal__open {
  cursor: pointer;
}
.Modal__content {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  margin: 5vh auto 10vh;
}
@media screen and (min-width: 768px) {
  .Modal__content {
    margin: 10vh auto;
  }
}
.Modal__content.Modal__beginning-unit {
  display: flex !important;
}
.Modal__content-inner {
  border: 1px solid #888;
  padding: 35px 3%;
}
@media screen and (min-width: 768px) {
  .Modal__content-inner {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .Modal__content-inner {
    width: 90%;
    min-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .Modal__content-inner-after, .Modal__content-inner-before {
    width: calc((100% - 640px) / 2);
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .Modal__content-inner-after, .Modal__content-inner-before {
    width: 5%;
  }
}
.Modal__link {
  display: block;
  margin: 45px auto 10px;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}
.Modal__link:hover {
  color: #fff;
}
.Modal__link-txt {
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .Modal__link-img:hover {
    opacity: 0.6;
  }
}
.Modal__content img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.Modal__overlay {
  z-index: 9;
  position: fixed;
  text-align: right;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}
.Modal__overlay:hover {
  cursor: pointer;
}
.Modal__close__box--round {
  position: fixed;
  z-index: 11;
  right: 10px;
  top: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  border: 2px solid #ccc;
}
.Modal__close__box--round:focus, .Modal__close__box--round:hover {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .Modal__close__box--round:focus, .Modal__close__box--round:hover {
    background: #d80e19;
    color: #fff;
  }
}
.Modal__lock {
  overflow: hidden;
  height: 100%;
}
.Modal__lock .Modal {
  animation: fade-in 0.5s;
}
.Modal__lock .Conteiner__chijo-value-btn {
  z-index: 1;
}
.Modal__lock #chamo-window {
  display: none;
}
@media screen and (max-width: 767px) {
  .Modal__lock .Fix-nav-unit {
    z-index: -1;
  }
}
.Modal__beginning--open.Accordion-list__Open .Modal__slide-content-btn--single {
  display: none;
}
.Modal .Modal__form.Accordion-list__Open .Mail__list-check-outer, .Modal .Modal__form.Accordion-list__Open .Reservation__confirmation-check-outer, .Modal .Modal__form.Accordion-list__Open .Voice__send-check-outer, .Modal .Modal__form.Accordion-list__Open .Gals-detail__mail-list-check-outer, .Modal .Modal__form.Accordion-list__Open .Modal__slide-content-btn--single {
  display: none;
}
.Modal__slide-content-btn--single {
  margin: 50px auto 0;
  text-align: center;
}
.Modal__slide-content-btn--single-span {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.6;
  padding: 5px 1%;
  min-width: 300px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  background: #5577da;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Modal__slide-content-btn--single-span {
    transition: all 0.3s;
  }
  .Modal__slide-content-btn--single-span:hover {
    background: #ff6262;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .Modal__slide-content-btn--single-span {
    font-size: 18px;
    min-width: 200px;
    padding: 10px;
  }
}
.Modal__slide-content {
  display: none;
}
.Modal__slide-content-txt {
  font-size: 20px;
  font-weight: bold;
  color: #ff6262;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .Modal {
    font-size: 18px;
  }
}

.Play-a__ttl-unit {
  background: #000;
  display: block;
  border-bottom: 5px solid #aa8d68;
}
.Play-a__ttl-main, .Play-a__ttl-main-sub {
  display: none !important;
}
.Play-a__btn {
  padding: 15px 0;
}
.Play-a__btn-list {
  padding: 0 1px 2px;
}
@media screen and (min-width: 768px) {
  .Play-a__btn-list {
    min-width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__btn-list {
    min-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__btn-list {
    width: 33%;
  }
}
.Play-a__btn-link {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  line-height: 1.1;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Play-a__btn-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .Play-a__btn-link:hover {
    background: #aa8d68;
    color: #fff;
  }
}
.Play-a__btn-link--active {
  background: #ff6262;
}
@media screen and (min-width: 768px) {
  .Play-a__btn-link--active:hover {
    background: #aa8d68;
    color: #fff;
    text-shadow: none;
  }
}
.Play-a__conteiner {
  overflow: hidden;
  background: #1b1f31;
}
.Play-a__conteiner-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.Play-a__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Play-a__bg > div {
  position: absolute;
}
.Play-a__bg-round01 {
  width: 960px;
  top: -4%;
  left: -8%;
  animation: upDown 4s infinite;
}
@media screen and (max-width: 767px) {
  .Play-a__bg-round01 {
    width: 90%;
    top: -2%;
    left: 5%;
  }
}
.Play-a__bg-round02 {
  width: 930px;
  top: 10%;
  right: -2%;
  animation: upDown 6s infinite;
}
.Play-a__bg-round03 {
  width: 490px;
  top: 38%;
  left: 8%;
  animation: upDown 4s infinite;
}
@media screen and (max-width: 767px) {
  .Play-a__bg-round03 {
    top: 16%;
    right: -50%;
    left: inherit;
  }
}
.Play-a__bg-round04 {
  width: 730px;
  bottom: 42%;
  right: -8%;
  animation: upDown 4s infinite;
}
@media screen and (max-width: 767px) {
  .Play-a__bg-round04 {
    width: 400px;
    top: 26%;
    right: -28%;
    animation: upDown 8s infinite;
  }
}
.Play-a__bg-round05 {
  width: 1000px;
  bottom: 26%;
  left: -8%;
  animation: upDown 5s infinite;
}
@media screen and (max-width: 767px) {
  .Play-a__bg-round05 {
    left: 20%;
  }
}
.Play-a__bg-round06 {
  width: 1200px;
  bottom: 7%;
  right: -20%;
}
.Play-a__content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.Play-a__content-ttl {
  font-size: 6vw;
  margin-top: 40px;
  text-shadow: 0 0 5px #640068, 0 0 10px #640068, 0 0 12px #640068, 0 0 14px #640068, 0 0 20px #640068, 0 0 30px #640068;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Play-a__content-ttl {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__content-ttl {
    font-size: 5vw;
  }
}
.Play-a__content-ttl--span {
  font-size: 130%;
}
.Play-a__content-ttl-sub {
  color: #ff6;
  font-size: 6vw;
  text-align: center;
  text-shadow: 0 0 5px #640068, 0 0 10px #640068, 0 0 12px #640068, 0 0 14px #640068, 0 0 20px #640068, 0 0 30px #640068;
}
@media screen and (min-width: 768px) {
  .Play-a__content-ttl-sub {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__content-ttl-sub {
    font-size: 5vw;
  }
}
.Play-a__content-ttl-sub--span {
  font-size: 130%;
  line-height: 1.1;
}
.Play-a__mv-conteiner {
  text-align: center;
  margin: 10px auto 20px;
}
.Play-a__mv-outer {
  display: inline-block;
  width: 800px;
  background: url("/static/img/play/a/bg-deco02.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__mv-outer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__mv-outer {
    width: 100%;
  }
}
.Play-a__mv-deco {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Play-a__mv-deco {
    width: 80%;
  }
}
.Play-a__mv {
  width: 50%;
  margin: 0 auto 14vw;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .Play-a__mv {
    width: 480px;
    margin: 20px auto 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__mv {
    width: 60%;
  }
}
.Play-a__img-outer-border {
  background: url("/static/img/play/a/bg-border.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 3px;
}
@media screen and (min-width: 768px) {
  .Play-a__img-outer-border {
    padding: 5px;
  }
}
.Play-a__guide {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .Play-a__guide {
    padding: 0 2%;
    margin-top: 10px;
  }
}
.Play-a__guide01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Play-a__guide01 {
    width: 640px;
    margin: 0 36% 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__guide01 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .Play-a__guide02, .Play-a__guide03 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .Play-a__guide02 {
    margin-top: -30px;
    position: relative;
    z-index: -1;
  }
}
.Play-a__guide02-img-outer {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .Play-a__guide02-img-outer {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__guide02-img-outer {
    margin-left: 5%;
  }
}
.Play-a__guide02-txt, .Play-a__guide03-txt {
  font-size: 48px;
  line-height: 1.8;
}
@media screen and (min-width: 1500px) {
  .Play-a__guide02-txt, .Play-a__guide03-txt {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .Play-a__guide02-txt, .Play-a__guide03-txt {
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__guide02-txt, .Play-a__guide03-txt {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__guide02-txt, .Play-a__guide03-txt {
    font-size: 6vw;
  }
}
.Play-a__guide02-txt {
  text-shadow: 0 0 5px #ad000b, 0 0 10px #ad000b, 0 0 12px #ad000b, 0 0 14px #ad000b, 0 0 20px #ad000b, 0 0 30px #ad000b;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .Play-a__guide03 {
    margin: -30px auto 0 18%;
    position: relative;
    z-index: -2;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__guide03 {
    text-align: right;
  }
}
.Play-a__guide03-img-outer {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .Play-a__guide03-img-outer {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__guide03-img-outer {
    display: inline-block;
    margin-right: 5%;
  }
}
.Play-a__guide03-txt {
  text-shadow: 0 0 5px #5f00ab, 0 0 10px #5f00ab, 0 0 12px #5f00ab, 0 0 14px #5f00ab, 0 0 20px #5f00ab, 0 0 30px #5f00ab;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .Play-a__guide04 {
    margin: -30px auto 0 36%;
    position: relative;
    z-index: -3;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__guide04 {
    margin-left: 17%;
  }
}
.Play-a__guide04 {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .Play-a__guide04 {
    width: 100%;
  }
}
.Play-a__txt {
  font-size: 4vw;
  margin: 40px auto 20px;
  text-shadow: 0 0 5px #0062d9, 0 0 10px #0062d9, 0 0 12px #0062d9, 0 0 14px #0062d9, 0 0 20px #0062d9, 0 0 30px #0062d9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Play-a__txt {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__txt {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__txt {
    margin: 5px auto;
  }
}
.Play-a__center {
  position: relative;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Play-a__center {
    padding-bottom: 20vw;
  }
}
.Play-a__center-img-outer {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Play-a__center-img-outer {
    width: 96%;
    margin: 0 auto;
  }
}
.Play-a__center-txt {
  position: absolute;
  width: 100%;
  bottom: 90px;
  font-size: 10vw;
  line-height: 1;
  text-shadow: 0 0 5px #003972, 0 0 10px #003972, 0 0 12px #003972, 0 0 14px #003972, 0 0 20px #003972, 0 0 30px #003972, 0 0 5px #003972, 0 0 10px #003972, 0 0 12px #003972, 0 0 14px #003972, 0 0 20px #003972, 0 0 30px #003972;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Play-a__center-txt {
    font-size: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__center-txt {
    font-size: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__center-txt {
    bottom: 15vw;
  }
}
.Play-a__triple-unit {
  text-shadow: 0 0 5px #0062d9, 0 0 10px #0062d9, 0 0 12px #0062d9, 0 0 14px #0062d9, 0 0 20px #0062d9, 0 0 30px #0062d9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Play-a__triple-unit {
    padding-right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit01 {
    padding-left: 30%;
  }
}
.Play-a__triple-unit01-img-outer {
  width: 60%;
  display: inline-block;
  position: relative;
  box-shadow: 20px -15px 7px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit01-img-outer {
    width: 380px;
  }
}
.Play-a__triple-unit01-img-outer::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  right: -30px;
  top: -30px;
  background: #eadc00;
  opacity: 0.4;
}
.Play-a__triple-unit01-txt {
  font-size: 5vw;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit01-txt {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__triple-unit01-txt {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit02 {
    padding-right: 12%;
  }
}
.Play-a__triple-unit02-img-outer {
  width: 70%;
  display: inline-block;
  position: relative;
  box-shadow: 25px -18px 7px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit02-img-outer {
    width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__triple-unit02-img-outer {
    box-shadow: -25px -18px 7px rgba(0, 0, 0, 0.4);
    margin-left: 15%;
  }
}
.Play-a__triple-unit02-img-outer::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: -35px;
  background: #a43af1;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit02-img-outer::after {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__triple-unit02-img-outer::after {
    left: -35px;
  }
}
.Play-a__triple-unit02-txt {
  font-size: 6vw;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit02-txt {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__triple-unit02-txt {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit03-outer {
    text-align: left;
  }
}
.Play-a__triple-unit03 {
  display: inline-block;
  text-align: center;
  padding: 0 0 50px 6%;
}
@media screen and (max-width: 767px) {
  .Play-a__triple-unit03 {
    padding-left: 2%;
  }
}
.Play-a__triple-unit03-img-outer {
  width: 90%;
  display: inline-block;
  position: relative;
  box-shadow: 30px -20px 7px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit03-img-outer {
    width: 640px;
  }
}
.Play-a__triple-unit03-img-outer::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  right: -40px;
  top: -40px;
  background: #297fe3;
  opacity: 0.4;
}
.Play-a__triple-unit03-txt {
  font-size: 7vw;
}
@media screen and (min-width: 768px) {
  .Play-a__triple-unit03-txt {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__triple-unit03-txt {
    font-size: 8vw;
  }
}
.Play-a__last-unit {
  padding-right: 2%;
}
@media screen and (min-width: 768px) {
  .Play-a__last-unit {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__last-unit {
    padding: 0 2% 0 10%;
  }
}
.Play-a__last-unit-txt {
  color: #ff6;
  font-size: 8vw;
  line-height: 1.1;
  text-shadow: 0 0 5px #640068, 0 0 10px #640068, 0 0 12px #640068, 0 0 14px #640068, 0 0 20px #640068, 0 0 30px #640068;
  padding: 10px 0 80px;
}
@media screen and (min-width: 768px) {
  .Play-a__last-unit-txt {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Play-a__last-unit-txt {
    font-size: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .Play-a__last-unit-txt {
    text-align: center;
  }
}
.Play-a__last-unit-img-outer {
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: -30px -20px 7px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .Play-a__last-unit-img-outer {
    width: 640px;
  }
}
.Play-a__last-unit-img-outer::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -40px;
  background: #ff44c4;
  opacity: 0.4;
}
/*# sourceMappingURL=index-play-a.css.map */