@charset "UTF-8";
@font-face {
  font-family: "hapines";
  src: url("../font/FOT-PopHappinessStd-EB.woff2") format("woff2"), url("../font/FOT-PopHappinessStd-EB.woff") format("woff");
}
.hapines {
  font-family: "hapines";
}

/* 共通箇所 */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pc {
  display: none;
}

html {
  background-color: #ffffff;
  font-size: 3.5vmin;
  -webkit-animation: opa 1s ease 0s both;
          animation: opa 1s ease 0s both;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.lock {
  overflow: hidden;
}

main {
  width: 100%;
  overflow: clip;
  background-image: url(../src/bg-left.webp), url(../src/bg-right.webp), url(../src/bg.webp);
  background-position: left 0.5rem top, right 0.5rem top, center top;
  background-size: 2rem auto, 2rem auto, 100px auto;
  background-repeat: repeat-y, repeat-y, repeat;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
}

.content {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /* overflow: clip; */
}

.deco {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  margin: 0 auto -13rem;
}

.deco img {
  width: 100%;
}

/* タイトル */
h1 {
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
}

h1 img {
  width: 100%;
}

/* お知らせなど */
#information {
  position: relative;
  z-index: 1;
  padding: 1px 0 0;
}

.campaing {
  width: calc(100% - 2rem);
  margin: 0 auto;
  overflow: clip;
  border: solid 0.25rem #ffffff;
  border-radius: 1rem;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(255, 212, 31) 10px, rgb(255, 212, 31) 20px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(255, 212, 31) 10px, rgb(255, 212, 31) 20px);
  background-color: rgb(255, 221, 85);
}

.campaing-thumb {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto 0;
}

.campaing-thumb img {
  width: 100%;
}

.campaing-txt {
  padding: 1rem 0;
}

.campaing-btn {
  text-align: center;
}

.campaing-btn a {
  display: inline-block;
  padding: 1rem;
  border: solid 0.2rem #ffffff;
  border-radius: 1rem;
  background-color: #dd007f;
  color: #ffffff;
  font-weight: bold;
}

.campaing-btn a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.information-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 2rem);
  margin: 0 auto;
  -ms-flex-wrap: wrap;
}

.information-flex > div {
  width: 100%;
  margin: 2rem auto 0;
  border-radius: 1rem;
}

/* about */
.information-about {
  padding: 1rem;
  background-color: #f8cbd9;
}

.information-about-img {
  margin: 0 auto 1rem;
}

.information-about-img img {
  width: 100%;
}

.information-about-btn {
  border: solid 0.2rem #ffffff;
  border-radius: 1rem;
  background-color: #dd007f;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.information-about-btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

/* news */
.information-news {
  position: relative;
  padding: 1rem 1rem 7.5rem;
  background-color: #f8dfcb;
}

.chukyokun {
  position: absolute;
  bottom: -1rem;
  left: -0.5rem;
  width: 9rem;
}

.catman {
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 10rem;
}

.information-news::before {
  position: absolute;
  top: -2rem;
  right: -1rem;
  transform: rotateZ(20deg);
  width: 8rem;
  background-image: url(../src/new.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: rotateZ(20deg);
  -ms-transform: rotate(20deg);
  aspect-ratio: 66/45;
}

.information-news p {
  margin: 1rem auto 0;
  color: #5c3908;
  font-weight: bold;
  font-size: 1.2rem;
}

.information-news p .date {
  color: #ea6088;
}

.news-img {
  margin: 1rem 1rem 0;
  overflow: clip;
  border-radius: 1rem;
}

.news-img img {
  width: 100%;
}

.information-btn {
  margin: 1rem auto 0;
  text-align: center;
}

.information-btn img {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 1rem auto 0;
  border: solid 0.25rem #ffffff;
  border-radius: 1rem;
}

.information-btn img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

/* マップ */
#map {
  position: relative;
  margin: 5rem 0 0;
  aspect-ratio: 77/83;
}

.mapBase {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.game {
  position: absolute;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
}

.game:hover {
  transform: translateY(-0.25rem);
  -webkit-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  -webkit-filter: brightness(1.1) drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
  filter: brightness(1.1) drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
}

.game img {
  width: 100%;
}

.game p {
  position: relative;
  z-index: 1;
  transform: translateY(-1.2rem);
  width: 5rem;
  margin: 0 auto;
  padding: 0.25em 0;
  border-bottom: solid 0.15rem #7d4700;
  border-radius: 0.25rem;
  background-color: #ff55a9;
  color: #ffffff;
  font-size: 0.5rem;
  line-height: 1;
  font-family: hapines;
  text-align: center;
  -webkit-transform: translateY(-1.2rem);
  -ms-transform: translateY(-1.2rem);
}

.game.new p::after {
  position: absolute;
  bottom: 80%;
  left: -1rem;
  transform: rotateZ(-20deg);
  width: 50%;
  background-image: url(../src/new.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  animation: pika 1s infinite alternate both ease;
  -webkit-transform: rotateZ(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-animation: pika 1s infinite alternate both ease;
  aspect-ratio: 66/45;
}

#shuttle {
  bottom: 53%;
  left: 3%;
  width: 20%;
}

#roulette {
  display: none;
}

#churee {
  bottom: 50%;
  left: 32%;
  width: 37%;
}

#sagase {
  right: 3%;
  bottom: 53%;
  width: 20%;
}

#cake {
  bottom: 36%;
  left: 3%;
  width: 20%;
}

#donut {
  bottom: 36%;
  left: 27%;
  width: 20%;
}

#pk {
  right: 27%;
  bottom: 36%;
  width: 20%;
}

#soukoban {
  right: 3%;
  bottom: 36%;
  width: 20%;
}

#cardhouse {
  bottom: 18%;
  left: 3%;
  width: 20%;
}

#nurie {
  bottom: 18%;
  left: 27%;
  width: 20%;
}

#shanhai {
  right: 27%;
  bottom: 18%;
  width: 20%;
}

#oyatsu {
  right: 3%;
  bottom: 18%;
  width: 20%;
}

#bus {
  bottom: 0;
  left: 3%;
  width: 20%;
}

#nazonazo {
  bottom: 0;
  left: 27%;
  width: 20%;
}

#nekoatsume {
  right: 27%;
  bottom: 0;
  width: 20%;
}

.extra {
  width: calc(100% - 6rem);
  max-width: 450px;
  margin: 3rem auto 1rem;
}
.extra__banner {
  width: 100%;
  margin: 0 auto;
  border: solid 0.25rem #ffffff;
}
.extra__banner img {
  position: relative;
  width: 100%;
  -webkit-filter: none;
          filter: none;
}
.extra__banner img:hover {
  -webkit-transform: revert;
          transform: revert;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/* バナー */
.banner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 0;
}

.banner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.banner a {
  display: block;
  width: 60%;
  margin: 0.5rem auto;
  aspect-ratio: 60/23;
}

.banner a img {
  width: 100%;
  border-width: 0.25rem;
  border-style: solid;
}

.banner a img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

#bnr-chukyokun {
  border-color: #dd007f;
}

#bnr-dayon {
  border-color: #c3d82d;
}

#bnr-sokoban {
  border-color: #823f06;
}

#bnr-shanhai {
  border-color: #14557b;
}

#bnr-nekoatsume {
  border-color: #090404;
}

/* ページトップ */
#page-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  width: 5rem;
  overflow: clip;
  border-radius: 100vh;
  background-color: rgb(238, 169, 0);
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

#page-top:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#page-top img {
  width: 100%;
}

.banner-bignews {
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 0.25em 0;
  border: solid 0.15em #df0000;
  border-radius: 1rem;
  background-color: #ffecec;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.25;
  -webkit-filter: none;
          filter: none;
}
@media screen and (min-width: 960px) {
  .banner-bignews {
    width: calc(100% - 5rem);
    font-size: 1.7rem;
  }
}
.banner-bignews-txt {
  position: relative;
}
.banner-bignews-txt::before {
  position: absolute;
  right: calc(100% + 0.5em);
  height: 2.5em;
  border-radius: 100vh;
  background-color: #df0000;
  color: #ffffff;
  line-height: 2.5em;
  text-align: center;
  content: "重要";
  aspect-ratio: 1/1;
}

.banner-bignews:hover {
  -webkit-filter: none;
          filter: none;
}

.juyou {
  width: calc(100% - 3rem);
  margin: 1rem auto;
  border-radius: 100vh;
  background-color: #df0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.75em;
  text-align: center;
}

#popup-bignews a {
  color: #ff55a9;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
}
#popup-bignews .popup-item {
  margin: 0 0 1rem;
}
#popup-bignews .popup-img {
  aspect-ratio: 1000/493;
}
#popup-bignews .popup-img img {
  border-radius: 0.5rem;
  -webkit-filter: none;
          filter: none;
}

/* ポップアップ */
.popup-bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000000003;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  pointer-events: none;
}

.popup-content {
  display: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3000000004;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  max-width: 800px;
  height: calc(100vh - 10rem);
  height: calc(100lvh - 10rem);
  background-color: #fffbec;
  transition: 1s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  pointer-events: none;
}
.popup-content.smart {
  max-width: 100vmin;
  height: auto;
  background-color: transparent;
}

.open {
  display: revert;
  opacity: 1;
  pointer-events: revert;
}

.popup-close {
  position: absolute;
  bottom: calc(100% - 1.5rem);
  left: calc(100% - 1.5rem);
  z-index: 3;
  transform: rotateZ(45deg);
  width: 3rem;
  height: 3rem;
  border-radius: 100vh;
  background-color: rgb(238, 169, 0);
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  font-family: hapines;
  text-align: center;
  transition: 1s;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.popup-close:hover {
  transform: rotateZ(405deg);
  -webkit-transform: rotateZ(405deg);
  -ms-transform: rotate(405deg);
}

.popup-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #ffffff rgb(238, 169, 0);
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}

.popup-title {
  padding: 1rem;
  background-color: #ff55a9;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: hapines;
}

.popup-title img {
  width: auto;
  height: 1.5em;
  margin: 0 0 0 0.5em;
  vertical-align: bottom;
}

.popup-thumb {
  width: calc(100% - 2rem);
  max-width: 600px;
  margin: 1rem auto 0;
}
.smart .popup-thumb {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  border-radius: 0.5rem;
}

.popup-thumb img {
  width: 100%;
}

.popup-iframes {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 600px;
  margin: 1rem auto 0;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  aspect-ratio: 16/9;
}

.popup-frames iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-caption {
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
  color: #111111;
  font-weight: bold;
  line-height: 2;
}
.popup-caption ul {
  margin: 0 auto 3rem;
}
.popup-caption li {
  position: relative;
  margin: 0 0 0.5rem;
  padding: 0 0 0 1em;
}
.popup-caption li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.25);
  content: "●";
}

.popup-tips {
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
  color: #111111;
  font-weight: bold;
  line-height: 2;
}

.popup-tips a {
  color: red;
}

.popup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
  -ms-flex-wrap: wrap;
}

.popup-item {
  width: 100%;
  margin: 0 auto 3rem;
}

.popup-img {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup-img img {
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

#popup-connect .popup-thumb {
  background-color: #f9eab4;
}

.popup-txt {
  position: relative;
  margin: 1rem auto 0;
  padding: 0 0 0 2.5rem;
  color: #111111;
  font-weight: bold;
  line-height: 2;
}

.popup-txt .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  border-radius: 0.25rem;
  background-color: #ff55a9;
  color: #ffffff;
  line-height: 2rem;
  font-family: hapines;
  text-align: center;
  aspect-ratio: 1/1;
}

/* 共通箇所 */
@media screen and (min-width: 960px) {
  html {
    font-size: 18px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: revert;
  }
  .content {
    border: solid 0.5rem #0092a2;
  }
  .content::before {
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
    width: 3.5rem;
    height: 100%;
    background-image: url(../src/adstxt-left.webp);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .content::after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 1rem);
    width: 3.5rem;
    height: 100%;
    background-image: url(../src/adstxt-right.webp);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  h1 {
    width: calc(100% - 5rem);
  }
  .campaing {
    width: calc(100% - 5rem);
  }
  .information-flex {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    width: calc(100% - 5rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .information-flex > div {
    width: calc(50% - 1rem);
    margin: 2rem 0 0;
  }
  .information-about-btn {
    font-size: 1.2rem;
  }
  .information-news p {
    font-size: 1rem;
  }
  .information-btn img {
    margin: 1rem;
  }
  /* ゲーム */
  .game p {
    width: 10rem;
    font-size: 0.9rem;
  }
  /* バナー */
  .banner-flex {
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 -0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .banner a {
    width: calc(33.3333333333% - 1rem);
    margin: 1rem 0.51rem;
  }
  .banner a:nth-child(n+3) {
    margin: 1rem 0.5rem;
  }
  /* ポップアップ */
  .popup-title img {
    height: 3rem;
  }
  .popup-caption {
    width: calc(100% - 3rem);
  }
  .popup-tips {
    width: calc(100% - 3rem);
  }
  .popup-flex {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: calc(100% - 3rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .popup-item {
    width: calc(50% - 0.75rem);
    margin: 0 0 3rem;
  }
  /* footer */
  .footer-txt {
    padding: 1rem 0;
    background-color: #5c3908;
    text-align: center;
  }
  .footer-txt * {
    color: #ffffff;
  }
}/*# sourceMappingURL=style-common.css.map */