@charset "UTF-8";
*:focus {
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  line-height: 0;
  display: inline;
  max-width: 100%;
}

ol, ul {
  list-style: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #323232;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

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

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #323232;
  font-family: 'M PLUS Rounded 1c',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  line-height: 1.8;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 750px) {
  body {
    height: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

.sp, .tb {
  display: none;
}

/*
  ここまでcommon
--------------------------------------------- */
.pc {
  display: inherit;
}

.sp {
  display: none;
}

.wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.cont {
  width: 1280px;
  margin-bottom: 70px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.low_title {
  width: 100%;
  height: 0;
  padding-top: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2000px;
  margin-bottom: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.low_txt {
  font-size: 22px;
  text-align: center;
  margin-bottom: 55px;
}

.btn_back {
  display: inline-block;
  margin-top: 80px;
  width: 200px;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.btn_back:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 72px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-size: 2000px;
  background-position: 50% 0;
}

.foot_wrap {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.foot_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.foot_logo {
  margin-right: 34px;
  width: 100px;
}

.foot_line {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.copy {
  margin-left: auto;
}

.foot_logo:hover,
.s_policy:hover,
.p_policy:hover {
  opacity: .5;
}

.game_title {
  background-image: url(../images/game/h1_pc.png);
}

.game footer {
  background-image: url(../images/game/btmline_pc.jpg);
}

.game_box {
  /*width: 830px;*/
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.game_inr {
  width: 400px;
  margin-right: 30px;
}
.game_inr a {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 100%;
}
.game_inr p {
  text-align: center;
  font-size: 22px;
  line-height: 1.64;
  margin-top: 20px;
}
.game_inr:last-child {
  margin-right: 0;
}
.game_inr .btn-open{
	width:80%;
	max-width:264px;
	margin:20px auto 0;
	cursor:pointer;
}

/*モーダル 20240419
----------------*/
.popup {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display:none;
}

.popup.ok {
  width:100%;
  height:100%;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  transition: .4s ease;
  display:block;
    opacity: 1;
	visibility:visible;

}
.popup-overlay{
  width:100%;
  height:100%;
	background: rgba(255,255,255,0.6);
	position:absolute;
  transition: .4s ease;
}
.popup-outer {
  max-width: 656px;
	width: 96%;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-inner {
  position:relative;
}
.c-btn{
	display: inline;
	position: absolute;
	top: -15px;
	right: -2px;
	cursor: pointer;
}

.round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 40px; /* 棒の高さ */
  background: #000; /* バツ印の色 */
}

.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 1300px) {
  .cont {
    width: 100%;
    margin-bottom: 3.5%;
    padding: 0 10px;
  }
  .low_title {
    margin-bottom: 3.75%;
  }
  .low_txt {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2.75%;
  }
  .btn_back {
    margin-top: 4%;
    width: 200px;
  }
  .foot_wrap {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  .foot_logo {
    margin-right: 15px;
    width: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .acd_inner p {
    font-size: 1.5vw;
  }
  .game .cont{
    padding: 0 40px;
  }
  .game_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .game_inr {
    width: calc(400 / 830 * 100%);
    margin-right: calc(30 / 830 * 100%);
  }
  .game_inr a {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 100%;
  }
  .game_inr p {
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.64;
    margin-top: 20px;
  }
  .game_inr:last-child {
    margin-right: 0;
  }

}

@media screen and (max-width: 768px) {
  .low_txt {
    font-size: 2.86vw;
  }
  .btn_back {
    width: 26%;
  }
  .btn_back:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .pctb {
    display: none;
  }
  .tb {
    display: block;
  }
  footer {
    display: block;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: 50% 0;
  }
  .foot_line {
    margin-left: 10px;
    margin-right: 10px;
  }
  .foot_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 24px 0 40px;
    font-size: 1.82vw;
  }
  .foot_left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy_wrap {
    width: 100%;
    text-align: center;
    border-top: 1px solid #CDE2F1;
    padding: 24px 0;
  }
  .foot_logo {
    margin-right: unset;
    margin: 0 auto 37px;
    width: 23.90625%;
  }
  .copy {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }

}

@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .cont {
    margin-bottom: 15.33333%;
    padding: 0 7%;
  }
  .low_title {
    padding-top: 61.33333%;
    background-size: contain;
    margin-bottom: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
  }
  .low_txt {
    font-size: 19px;
    margin-bottom: 38px;
  }
  .btn_back {
    width: 77.51938%;
    margin-top: 19.06977%;
  }
  footer {
    display: block;
    padding-top: 21.33333%;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
  }
  .foot_line {
    margin-left: 20px;
    margin-right: 20px;
  }
  .foot_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 24px 10px 40px;
    font-size: 14px;
  }
  .foot_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy_wrap {
    width: 100%;
    text-align: center;
    border-top: 1px solid #CDE2F1;
    padding: 24px 0;
  }
  .foot_logo {
    margin-right: unset;
    margin: 0 auto 37px;
    width: 40.8%;
  }
  .copy {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
  .game .cont{
    padding: 0 7%;
  }
  .game_title {
    background-image: url(../images/game/h1_sp.png);
  }
  .game footer {
    background-image: url(../images/game/btmline_sp.jpg);
  }
  .game_box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .game_inr {
    width: 100%;
    margin-right: 0;
  }
  .game_inr p {
    text-align: center;
    font-size: 3.73vw;
    line-height: 1.4;
    margin-right: 0;
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .game_inr p.game-text{
    margin-bottom: 25px;
  }
  .game_inr .btn-open {
	  max-width: 100%;
	  width:100%;
	  margin: 0 auto 45px;
	}
	.popup-outer{
	top:calc(50% + 10px);
}

.tojiru{
	position: absolute;
    text-align: center;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
	cursor:pointer;
}

  
}
/*# sourceMappingURL=style.css.map */