@charset "UTF-8";
#chatplusview {
  display: none !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.heading {
  background: -webkit-linear-gradient(top, #8dc406, #2fb401) #359800;
  border: 1px solid #359800;
  border-radius: 3px;
  clear: both;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px 0 3px 10px;
}

/*
.game-head {
	background: #16ED16;
	font-weight: 900;
	text-align: center;
	padding: 2%;
	line-height: 1.5;
}
*/
.game__cta {
  text-align: center;
  display: block;
}
.game__cta:hover {
  transform: translate(0, 4px);
  transition: 0.2s;
}
.game__cta img {
  width: 100%;
  max-width: 600px;
}
.game__cta img:hover {
  opacity: 1 !important;
}

.more__btn {
  display: block;
  width: 90%;
  max-width: 540px;
  margin: 10% auto 14%;
}
@media (min-width: 768px) {
  .more__btn {
    margin: 60px auto 80px;
  }
}
.more__btn:hover {
  transform: translate(0, 4px);
  transition: 0.2s;
}
.more__btn img:hover {
  opacity: 1 !important;
}

.h1__sub-title {
  font-size: min(3.2vw, 24px);
  padding: 5px;
}

.caution-bg {
  position: relative;
  width: 100vw;
  height: min(10vw, 60px);
  background: url(https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/caution-tape.webp) repeat-x center;
  background-size: auto 100%;
}

.shinpai {
  background: #000000;
  width: 90%;
  max-width: 560px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px auto;
  padding: 20px 10px;
  line-height: 1.3;
}

.fukidashi {
  max-width: 90%;
  max-width: 540px;
  margin: auto;
}

.fukidashi__ari-right::before,
.fukidashi__ari-left::before,
.fukidashi__nashi-right::before,
.fukidashi__nashi-left::before,
.fukidashi__ari-right::after,
.fukidashi__ari-left::after,
.fukidashi__nashi-right::after,
.fukidashi__nashi-left::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
}
@media (min-width: 768px) {
  .fukidashi__ari-right::before,
  .fukidashi__ari-left::before,
  .fukidashi__nashi-right::before,
  .fukidashi__nashi-left::before,
  .fukidashi__ari-right::after,
  .fukidashi__ari-left::after,
  .fukidashi__nashi-right::after,
  .fukidashi__nashi-left::after {
    max-width: 400px;
  }
}

.fukidashi__ari-right::before,
.fukidashi__nashi-right::before {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__top-right.webp") no-repeat center bottom;
  background-size: 100% auto;
  top: -18px;
}

.fukidashi__ari-right::after {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__ari-bottom-right.webp") no-repeat center top;
  background-size: 100% auto;
  bottom: -10vw;
  height: 10vw;
}
@media (min-width: 768px) {
  .fukidashi__ari-right::after {
    height: 60px;
    bottom: -60px;
  }
}

.fukidashi__ari-left::before,
.fukidashi__nashi-left::before {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__top-left.webp") no-repeat center bottom;
  background-size: 100% auto;
  top: -18px;
}

.fukidashi__ari-left::after {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__ari-bottom-left.webp") no-repeat center top;
  background-size: 100% auto;
  bottom: -10vw;
  height: 10vw;
}
@media (min-width: 768px) {
  .fukidashi__ari-left::after {
    height: 60px;
    bottom: -60px;
  }
}

.fukidashi__nashi-right::after {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__nashi-bottom-right.webp") no-repeat center top;
  background-size: 100% auto;
  bottom: -20px;
}

.fukidashi__nashi-left::after {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__nashi-bottom-left.webp") no-repeat center top;
  background-size: 100% auto;
  bottom: -20px;
}

.fukidashi__ari-right,
.fukidashi__nashi-right {
  position: relative;
  width: 72%;
  background: #fff;
  padding: 2% 2% 2% 4%;
  font-size: min(4.4vw, 24px);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .fukidashi__ari-right,
  .fukidashi__nashi-right {
    max-width: 440px;
    margin: 10px auto 40px 0;
    padding: 8px 10px 10px 26px;
  }
}

.fukidashi__ari-left,
.fukidashi__nashi-left {
  position: relative;
  width: 74%;
  background: #fff;
  padding: 2% 2% 2% 4%;
  font-size: min(4.4vw, 24px);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .fukidashi__ari-left,
  .fukidashi__nashi-left {
    width: 84%;
    max-width: 400px;
    margin: 10px auto 40px 0;
    padding: 10px 20px;
  }
}

.fukidashi__ari-right,
.fukidashi__nashi-right {
  margin: 10px auto 7% 0;
}

.fukidashi__ari-left,
.fukidashi__nashi-left {
  margin: 10px 0 7% auto;
}

.fukidashi__ari-right,
.fukidashi__nashi-right {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__center-right.webp") repeat-y center;
  background-size: 100% auto;
}

.fukidashi__ari-left,
.fukidashi__nashi-left {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/fukidashi__center-left.webp") repeat-y center;
  background-size: 100% auto;
}

.fukidashi__right,
.fukidashi__left {
  position: relative;
}

.hito1 {
  position: absolute;
  right: 20px;
  bottom: -90px;
  width: 20%;
  max-width: 80px;
}
@media (min-width: 768px) {
  .hito1 {
    width: 30%;
    bottom: -100px;
  }
}

.hito2 {
  position: absolute;
  left: 0px;
  width: 30%;
  max-width: 120px;
  bottom: -100px;
}
@media (min-width: 768px) {
  .hito2 {
    width: 30%;
    bottom: -120px;
  }
}

.fukidashi__bottom-text {
  font-weight: normal;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  width: 80%;
  margin: 40px auto 120px;
  padding: 14px 0;
  max-width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size: 20px;
}

.yabure {
  position: absolute;
  top: -17vw;
  text-align: center;
  width: 100%;
}
@media (min-width: 690px) {
  .yabure {
    top: -100px;
  }
}
.yabure img {
  width: 90%;
  max-width: 560px;
}

.yabure__text {
  position: relative;
  top: -22vw;
  font-size: min(8vw, 50px);
  font-weight: 900;
}
@media (min-width: 690px) {
  .yabure__text {
    top: -146px;
  }
}

.goanshin-bg {
  padding: min(14vw, 100px) 0 60px;
  background: #fff;
  text-align: center;
  font-weight: 900;
}

.under-line {
  background: linear-gradient(transparent 88%, #63ED01 12%);
  display: inline-block;
}

.kaiketu {
  background: #63ED01;
  padding: 60px 0;
}

.kaiketu .row {
  max-width: 660px;
  margin: auto;
  padding: 0 min(5%, 20px);
  justify-content: space-between;
}

.kaiketu-col {
  position: relative;
  flex: 0 0 auto;
  width: min(43vw, 290px);
  height: min(43vw, 290px);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.kaiketu-col:nth-child(1) {
  background: #fff url(https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/kaiketu-1.webp) no-repeat top 18% left 40%;
  background-size: 54%;
}
.kaiketu-col:nth-child(2) {
  top: min(24vw, 170px);
  background: #fff url(https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/kaiketu-2.webp) no-repeat top 16% center;
  background-size: 36%;
}
.kaiketu-col:nth-child(3) {
  background: #fff url(https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/kaiketu-3.webp) no-repeat top 15% center;
  background-size: 30%;
}
.kaiketu-col:nth-child(4) {
  top: min(24vw, 170px);
  background: #fff url(https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/kaiketu-4_1.webp) no-repeat top 24% center;
  background-size: 60%;
}
.kaiketu-col:nth-child(5) {
  background: #fff url(https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/kaiketu-5_1.webp) no-repeat top 24% center;
  background-size: 50%;
}
.kaiketu-col:nth-child(6) {
  top: min(24vw, 170px);
  background: #fff url(https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/kaiketu-6.webp) no-repeat top 22% center;
  background-size: 70%;
  margin-bottom: min(24vw, 180px);
}

.kaiketu-text {
  position: absolute;
  left: -4%;
  bottom: min(3vw, 30px);
  border: 3px solid #009900;
  background: #fff;
  color: #055936;
  border-radius: 10px;
  padding: 4% 2%;
  text-align: center;
  line-height: 1.5;
  font-size: min(2.8vw, 19px);
  width: 108%;
}
@media (min-width: 690px) {
  .kaiketu-text {
    border: 4px solid #009900;
  }
}

.campaign-swiper .review-wrap {
  background: #fff;
  padding: 0;
}
.campaign-swiper {
  /* スライド全体 */
}
.campaign-swiper .swiper-slide {
  transition: transform 0.6s;
}
.campaign-swiper {
  /* 左右のスライド */
}
.campaign-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9);
  opacity: 0.4;
}
.campaign-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.campaign-swiper img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 54vw;
}
@media (min-width: 993px) {
  .campaign-swiper img {
    max-width: 22vw;
  }
}

.campaign-swiper-next,
.campaign-swiper-prev {
  position: relative;
  bottom: -34px;
  background: #63ED01;
  color: #fff !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}
.campaign-swiper-next::after,
.campaign-swiper-prev::after {
  font-size: 28px !important;
}

.campaign-swiper-next {
  float: right;
  bottom: 36px;
}

.kaitori-list {
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.kaitori-list__title {
  background: #3A3A3A;
  width: calc(100% - 70px);
  max-width: 600px;
  margin: auto;
  padding: 2% 10px;
  color: #fff;
  text-align: center;
  font-size: min(8.6vw, 46px);
  border-radius: 12px 12px 0 0;
}
@media (min-width: 690px) {
  .kaitori-list__title {
    border-radius: 20px 20px 0 0;
  }
}

.game-swiper-container {
  position: relative;
  overflow: hidden;
  max-width: 670px;
  margin: auto;
}
.game-swiper-container a {
  color: #000000;
}

.game-swiper {
  width: calc(100% - 70px);
  margin: auto;
}
.game-swiper img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto 20px;
  max-width: 588px;
}
.game-swiper .swiper-slide {
  background: #fff;
  border: 6px solid #3A3A3A;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 690px) {
  .game-swiper .swiper-slide {
    border-radius: 0 0 20px 20px;
  }
}

.game_list__title {
  padding: 0 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .game_list__title {
    padding: 0 20px;
  }
}

.game_list__num {
  justify-content: space-between;
  margin-top: auto;
  padding: 0 10px 20px;
}
@media (min-width: 768px) {
  .game_list__num {
    padding: 0 20px 20px;
  }
}

.game-swiper-sateigaku {
  background: #63ED01;
  color: #fff;
  padding: 5px 10px;
}

.game-swiper-sateigaku-num {
  color: #62E000;
  font-size: min(7vw, 46px);
  font-weight: 900;
}

.game-swiper-sateigaku-en {
  font-size: 26px;
  font-weight: 900;
  margin-left: 5px;
}

.game-swiper-next,
.game-swiper-prev {
  position: absolute;
  top: 40%;
  background: #63ED01;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px !important;
  margin-bottom: 36px;
}
.game-swiper-next:after,
.game-swiper-prev:after {
  font-size: 24px;
}

.kaitori-service {
  padding: 20px 10px;
  font-size: min(4vw, 26px);
  max-width: 600px;
  margin: auto;
}

.small {
  font-size: 14px;
  font-weight: normal;
}

.beep-riyu-box {
  background: #fff url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/beep-riyu-box__center.webp") repeat-y center;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  padding: 5% 5% 4%;
  font-size: min(4.2vw, 24px);
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto 5vw;
}
@media (min-width: 690px) {
  .beep-riyu-box {
    margin: 36px auto 34px;
    padding: 20px;
  }
}

.beep-riyu-box > div {
  content: "";
  position: relative;
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/beep-riyu-arrow.webp") no-repeat left 1vw top 1.1vw;
  background-size: 3vw auto;
  padding-left: 5vw;
}
@media (min-width: 690px) {
  .beep-riyu-box > div {
    background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/beep-riyu-arrow.webp") no-repeat left 20px top 6px;
    background-size: 20px auto;
    padding-left: 10%;
  }
}

.beep-riyu-box::before,
.beep-riyu-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 600px;
  height: 10vw;
}
@media (min-width: 690px) {
  .beep-riyu-box::before,
  .beep-riyu-box::after {
    height: 50px;
  }
}

.beep-riyu-box::before {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/beep-riyu-box__top.webp") no-repeat center top;
  background-size: 100% auto;
  top: -16px;
}
@media (min-width: 690px) {
  .beep-riyu-box::before {
    top: -36px;
  }
}

.beep-riyu-box::after {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/beep-riyu-box__bottom.webp") no-repeat center top;
  background-size: 100% auto;
  bottom: -10vw;
}
@media (min-width: 690px) {
  .beep-riyu-box::after {
    bottom: -50px;
  }
}

.hougan-bg {
  background: linear-gradient(0deg, transparent 15px, #DFE0EE 15px), linear-gradient(90deg, transparent 15px, #DFE0EE 15px);
  background-size: 16px 16px;
  padding: 0 10px 80px;
}

.riyu-box__content {
  position: relative;
  width: 90%;
  max-width: 556px;
  margin: 0 auto 20vw;
  background: #00D700;
  padding: 10px;
  border: 4px solid #000000;
  box-shadow: 8px 8px 0px 0px rgb(0, 0, 0);
}
@media (min-width: 690px) {
  .riyu-box__content {
    margin: 0 auto 140px;
  }
}

.riyu-box__inner {
  position: relative;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
}

.review-bg {
  background-image: repeating-linear-gradient(290deg, rgba(0, 0, 0, 0.0509803922), rgba(0, 0, 0, 0.0509803922) 4px, transparent 4px, transparent 8px);
  padding: 60px 10px;
  border-bottom: 10px solid #63ED01;
}

.review-title {
  position: relative;
  max-width: 600px;
  margin: 40px auto 60px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 20px 10px;
  line-height: 1.3;
  font-size: 16px;
}
.review-title p {
  font-size: 16px;
}
@media (min-width: 690px) {
  .review-title p {
    font-size: 18px;
  }
}
.review-title img {
  position: relative;
  top: -46px;
  width: 100%;
  max-width: min(80%, 360px);
  margin-bottom: -46px;
}
.review-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.review-title > div {
  font-size: min(5vw, 20px);
  font-weight: 900;
}

.review-fukidashi {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/review-fukidashi__center.webp") repeat-y center;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  padding: 2% 14% 4% 4%;
  font-size: min(4vw, 18px);
  line-height: 1.5;
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .review-fukidashi {
    padding: 20px 80px 20px 30px;
  }
}

.blockquote {
  position: relative;
  z-index: 2;
  margin: 0;
}

.review-fukidashi::before,
.review-fukidashi::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 640px;
}

.review-fukidashi::before {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/review-fukidashi__top.webp") no-repeat center top;
  background-size: 100% auto;
  top: -0.7vw;
  height: 10vw;
}
@media (min-width: 800px) {
  .review-fukidashi::before {
    top: -8px;
    height: 50px;
  }
}

.review-fukidashi::after {
  background: url("https://www.beep-shop.com/lp/wp-content/themes/twentynineteen_child/img/game/review-fukidashi__bottom.webp") no-repeat center top;
  background-size: 100% auto;
  bottom: -4vw;
  height: 10vw;
}
@media (min-width: 800px) {
  .review-fukidashi::after {
    bottom: -20px;
    height: 80px;
  }
}

.review-fukidashi > div {
  margin-bottom: -8vw;
  position: relative;
  z-index: 2;
  min-height: 80px;
}
@media (min-width: 690px) {
  .review-fukidashi > div {
    margin-bottom: -50px;
  }
}

.review-container {
  margin-bottom: 9.5vw;
}
@media (min-width: 768px) {
  .review-container {
    margin-bottom: 70px;
  }
}

.review-row {
  max-width: 800px;
  margin: 0 auto;
}

.review-fukidashi__col {
  flex: 0 0 auto;
  width: 80%;
}

.review-img {
  position: relative;
  bottom: -3vw;
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  margin-top: auto;
}
@media (min-width: 768px) {
  .review-img {
    bottom: -20px;
  }
}

.kantan-nagare {
  background-image: repeating-linear-gradient(310deg, rgba(0, 0, 0, 0.0509803922), rgba(0, 0, 0, 0.0509803922) 4px, transparent 4px, transparent 8px);
  padding: 40px 10px 30px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #63ED01;
}
@media (min-width: 690px) {
  .kantan-nagare {
    padding: 40px 10px 100px;
  }
}

.kantan-nagare__title {
  width: 80%;
  max-width: 500px;
  margin: auto;
}

.kantan-nagare__btn {
  border: 3px solid #000;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 767px) {
  .kantan-nagare__btn {
    border: 4px solid #000;
  }
}
.kantan-nagare__btn:hover {
  transform: translate(0, 4px);
  transition: 0.2s;
}
.kantan-nagare__btn a,
.kantan-nagare__btn button {
  border: 3px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
  padding: 4px;
}
@media (min-width: 767px) {
  .kantan-nagare__btn a,
  .kantan-nagare__btn button {
    border: 4px solid #fff;
  }
}

.kantan-nagare__btn span {
  display: block;
  text-align: center;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
  font-size: min(5vw, 26px);
  font-weight: 700;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .kantan-nagare__btn span {
    text-shadow: rgb(0, 0, 0) 4px 0px 0px, rgb(0, 0, 0) 3.87565px 0.989616px 0px, rgb(0, 0, 0) 3.51033px 1.9177px 0px, rgb(0, 0, 0) 2.92676px 2.72656px 0px, rgb(0, 0, 0) 2.16121px 3.36588px 0px, rgb(0, 0, 0) 1.26129px 3.79594px 0px, rgb(0, 0, 0) 0.282949px 3.98998px 0px, rgb(0, 0, 0) -0.712984px 3.93594px 0px, rgb(0, 0, 0) -1.66459px 3.63719px 0px, rgb(0, 0, 0) -2.51269px 3.11229px 0px, rgb(0, 0, 0) -3.20457px 2.39389px 0px, rgb(0, 0, 0) -3.69721px 1.52664px 0px, rgb(0, 0, 0) -3.95997px 0.56448px 0px, rgb(0, 0, 0) -3.97652px -0.432781px 0px, rgb(0, 0, 0) -3.74583px -1.40313px 0px, rgb(0, 0, 0) -3.28224px -2.28625px 0px, rgb(0, 0, 0) -2.61457px -3.02721px 0px, rgb(0, 0, 0) -1.78435px -3.57996px 0px, rgb(0, 0, 0) -0.843183px -3.91012px 0px, rgb(0, 0, 0) 0.150409px -3.99717px 0px, rgb(0, 0, 0) 1.13465px -3.8357px 0px, rgb(0, 0, 0) 2.04834px -3.43574px 0px, rgb(0, 0, 0) 2.83468px -2.82216px 0px, rgb(0, 0, 0) 3.44477px -2.03312px 0px, rgb(0, 0, 0) 3.84068px -1.11766px 0px, rgb(0, 0, 0) 3.9978px -0.132717px 0px;
  }
}

.kantan-nagare__btn_green {
  width: 90%;
  border-radius: 8px;
}
.kantan-nagare__btn_green a,
.kantan-nagare__btn_green button {
  background: #63ED01;
  border-radius: 8px;
}

.kantan-nagare__btn_blue {
  width: 90%;
  max-width: 200px;
  margin: 14px auto 10px 0;
  border-radius: 12px;
}
.kantan-nagare__btn_blue a {
  background: #00D0FF;
  font-size: 80%;
  border-radius: 10px;
}

.nagare_about__title {
  color: #000000;
  font-size: min(5.8vw, 36px);
  font-weight: 900;
}

.kaitori-content {
  max-width: 660px;
  margin: 40px auto;
}

.tabs {
  display: flex;
}

button[role=tab] {
  padding: 8px;
  border: none;
  cursor: pointer;
  border-radius: 26px 26px 0 0;
  transition: background 0.2s;
  background: #fff;
  color: #0583AA;
  border: 2px solid #0583AA;
  width: 33.33%;
  font-size: 22px;
  font-weight: 700;
  transition: margin-top 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 767px) {
  button[role=tab] {
    border: 4px solid #0583AA;
  }
}

@media (max-width: 767px) {
  button[role=tab] {
    font-size: 16px;
    padding: 6px;
  }
}
[role=tab]:hover,
[role=tab][aria-selected=true] {
  margin-top: -4px;
  padding: 8px;
  background: #0583AA;
  color: #fff;
}

[role=tab]:hover {
  opacity: 0.8;
}

[role=tabpanel] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

[role=tabpanel].active {
  opacity: 1;
  pointer-events: auto;
}

.faq {
  padding: 40px 10px 40px;
}

.faq__title {
  text-align: center;
  font-size: min(10vw, 46px);
  font-weight: 900;
  color: #333333;
}

.accordion {
  max-width: 700px;
  margin: 10px auto 80px;
}

.accordion-item {
  width: 99%;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 26px;
  border: 3px solid #333;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.accordion-header {
  width: 100%;
  padding: 12px 20px 12px 36px;
  background: #6ED120;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 690px) {
  .accordion-header {
    padding: 16px 20px 16px 45px;
    font-size: 22px !important;
  }
}

.accordion-header span {
  position: relative;
}

.accordion-header span:before {
  position: absolute;
  left: -27px;
  content: "Q";
  color: #fff;
  font-size: 140%;
}
@media (min-width: 690px) {
  .accordion-header span:before {
    left: -30px;
  }
}

.accordion {
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
}

.accordion-header:after {
  position: relative;
  right: -5px;
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-header[aria-expanded=true]:after {
  transform: var(--bs-accordion-btn-icon-transform);
  content: "\f146";
  color: #fff;
}

.accordion-header[aria-expanded=true] {
  background: #6ED120;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.35s ease, padding 0.35s ease;
  box-sizing: content-box;
}

.accordion-panel p {
  position: relative;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 20px;
  font-size: 16px;
  color: #333;
}
@media (min-width: 690px) {
  .accordion-panel p {
    font-size: 20px !important;
    padding-left: 47px;
    padding-right: 30px;
  }
}

.accordion-panel p:before {
  position: absolute;
  top: -6px;
  left: 12px;
  content: "A";
  color: #6ED120;
  font-size: 140%;
}
@media (min-width: 690px) {
  .accordion-panel p:before {
    left: 20px;
  }
}

.accordion-panel.open {
  padding: 16px 0px 20px;
}

.nagare__container {
  display: flex;
  flex-wrap: wrap;
  min-height: 110px;
  margin-bottom: 20px;
}
@media (min-width: 690px) {
  .nagare__container {
    min-height: 170px;
  }
}

.nagare__container:nth-child(odd) {
  border: 4px solid #63ED01;
}
.nagare__container:nth-child(odd) .nagare__num {
  background: #63ED01;
}
@media (min-width: 690px) {
  .nagare__container:nth-child(odd) {
    border: 6px solid #63ED01;
  }
}

.nagare__container:nth-child(even) {
  border: 4px solid #aaa;
}
@media (min-width: 690px) {
  .nagare__container:nth-child(even) {
    border: 6px solid #aaa;
  }
}
.nagare__container:nth-child(even) .nagare__num {
  background: #aaa;
}

.nagare__num {
  font-family: "Noto Sans JP", sans-serif;
  font-variant-numeric: proportional-nums !important;
  flex: 0 0 auto;
  width: 16%;
  color: #fff;
  font-size: min(10vw, 56px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 690px) {
  .nagare__num {
    width: 12%;
  }
}

.nagare__content {
  padding: 10px;
  flex: 0 0 auto;
  width: 84%;
  background: #fff;
}
@media (min-width: 690px) {
  .nagare__content {
    padding: 14px 20px;
    width: 88%;
  }
}

.h-100 {
  height: 100%;
}

.nagare__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nagare__col:first-child {
  flex: 0 0 auto;
  width: 80%;
}

.nagare__col:last-child {
  flex: 0 0 auto;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nagare__col__img {
  width: auto;
  max-height: 70px;
}

.confirm-btn input {
  color: #0f0f0f !important;
  background: #ffa41c !important;
  border: 1px solid #ffa41c !important;
  box-shadow: 0 5px 0 #a12c01;
  font-size: 18px !important;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 6px !important;
  margin: 0;
  width: 94%;
  height: 72px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3 !important;
  position: relative;
  max-width: 360px;
  cursor: pointer;
}

@media (min-width: 690px) {
  .confirm-btn input {
    font-size: 22px !important;
  }
}
.confirm-btn input:hover {
  color: #0f0f0f !important;
  background: #ffa41c !important;
  border: 1px solid #ffa41c !important;
  box-shadow: 0 2px 0 #a12c01;
  transition: 0.2s;
  transform: translate(0, 3px);
}

.confirm-btn {
  position: relative;
}

input.wpcf7-form-control.wpcf7-back {
  float: left;
  cursor: pointer;
  background: #fff !important;
  padding: 10px 20px !important;
  height: auto !important;
  max-width: none !important;
  width: auto !important;
  font-size: 16px !important;
  font-weight: 500;
  border: 2px solid #444 !important;
  color: #444 !important;
  border-radius: 4px !important;
  box-shadow: 0 5px 0 #444;
}

@media (min-width: 690px) {
  input.wpcf7-form-control.wpcf7-back {
    position: absolute;
    left: 0;
  }
}
.form2 {
  max-width: 1000px;
  margin: auto;
  font-weight: normal;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer !important;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal .btn-close {
  font-size: 40px;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: #000000;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-body img {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow) ;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.etc-btn__container {
  position: absolute;
  bottom: -26px;
  width: 100%;
}

.etc-btn {
  max-width: 160px;
  margin: auto;
  position: relative;
  padding: 8px 32px;
  background-color: rgb(238, 0, 0);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  border: 5px solid black;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px 0px, rgba(255, 255, 255, 0.4) 0px 3px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  left: -10px;
}
.etc-btn:hover {
  background-color: rgb(255, 77, 77);
  transition: 0.2s;
  transform: translate(0, 3px);
}

.etc-btn__kazari1 {
  position: absolute;
  inset: 2px;
  border: 1.5px solid white;
  border-radius: 24px;
  opacity: 0.3;
  pointer-events: none;
}

.game__cta__blue {
  position: relative;
  max-width: 600px;
  margin: 40px 10px 60px;
}
@media (min-width: 620px) {
  .game__cta__blue {
    margin: 40px auto 60px;
  }
}

.game__cta__blue__mail {
  position: absolute;
  z-index: 2;
  top: min(16vw, 110px);
  left: min(9vw, 58px);
  width: 80%;
  max-width: 480px;
  margin: auto;
}
.game__cta__blue__mail:hover {
  opacity: 1;
  transition: 0.3s;
  transform: translate(0, 5px);
}
.game__cta__blue__mail img:hover {
  opacity: 1;
}

.game__cta__blue__line {
  position: absolute;
  z-index: 2;
  top: min(34vw, 228px);
  left: min(9vw, 58px);
  width: 80%;
  max-width: 480px;
  margin: auto;
}
.game__cta__blue__line:hover {
  transition: 0.3s;
  transform: translate(0, 5px);
}
.game__cta__blue__line img:hover {
  opacity: 1;
}

.footer-cta {
  text-align: center;
  position: fixed;
  bottom: 0;
  height: auto;
  width: 100%;
  z-index: 90;
}
.footer-cta .game__cta__blue__mail {
  top: min(18vw, 110px);
}
.footer-cta .game__cta__blue__line {
  top: min(37.5vw, 228px);
}

.game__cta__orange {
  position: relative;
  max-width: 600px;
  margin: 40px 10px 60px;
}
@media (min-width: 620px) {
  .game__cta__orange {
    margin: 40px auto 60px;
  }
}

.game__cta__orange__mail {
  position: absolute;
  z-index: 2;
  top: min(15vw, 100px);
  left: min(9.5vw, 64px);
  width: 80%;
  max-width: 480px;
  margin: auto;
}
.game__cta__orange__mail:hover {
  opacity: 1;
  transition: 0.3s;
  transform: translate(0, 5px);
}
.game__cta__orange__mail img:hover {
  opacity: 1;
}

.game__cta__orange__line {
  position: absolute;
  z-index: 2;
  top: min(31vw, 200px);
  left: min(9.5vw, 64px);
  width: 80%;
  max-width: 480px;
  margin: auto;
}
.game__cta__orange__line:hover {
  transition: 0.3s;
  transform: translate(0, 5px);
}
.game__cta__orange__line img:hover {
  opacity: 1;
}

#f-bar {
  background: #4e4e4e;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  height: auto;
  width: 100%;
  z-index: 90;
}
@media (max-width: 767px) {
  #f-bar {
    display: none;
  }
}
#f-bar img {
  padding: 0 5px;
}

#f-sub-nav {
  margin: 0;
  display: none;
}

#return {
  clear: both;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right;
}

#return p {
  margin-bottom: 0;
  bottom: 1.4em;
  line-height: normal;
  position: fixed;
  right: 1.4em;
  width: 65px;
  z-index: 99;
}

@media (max-width: 767px) {
  #f-sub-nav {
    background: #4e4e4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px 0 0;
    position: fixed;
    bottom: 0;
    height: 70px;
    width: 100%;
    z-index: 3;
    list-style-type: none;
  }
  #f-sub-nav * {
    color: #fff;
  }
  #f-sub-nav li {
    border-right: 1px #6d6d6d solid !important;
    font-size: 3vw;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    text-shadow: 2px 2px 2px #000;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
  #f-sub-nav li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #f-sub-nav li span > img,
  #f-sub-nav li a img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 25px;
  }
  #f-sub-nav li span > i,
  #f-sub-nav li a i {
    font-size: 6vw;
    margin-bottom: 5px;
    font-size: 26px;
  }
  #f-sub-nav li a[href*=form] i {
    color: #f7e117;
    font-size: 26px;
  }
  #f-sub-nav li a[href*=line] i {
    color: #04e404;
    font-size: 26px;
  }
  #return p {
    bottom: 0.4em;
    right: 0.4em;
  }
  #return a {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=game.css.map */