@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap");
*,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

h1,
h3 {
  font-size: 0.24rem;
  width: 100%;
}

p {
  margin-bottom: 1em !important;
}

header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom, center top;
  background-size: contain, inherit;
  background-color: transparent;
  border-bottom: 3px solid rgb(207, 153, 3);
}
header .sp_header {
  width: 100%;
  display: block;
}
header #header {
  display: none;
  position: relative;
  z-index: 1000;
  background: #fff;
  height: 50px;
  /*ハンバーガーメニュー開閉ボタン*/
}
header #header .m_logo img {
  height: 40px;
  margin: 5px 0 0 10px;
}
header #header #menu_wrap {
  visibility: hidden;
  transition: all 0.2s;
  /* サブリンク */
}
header #header #menu_wrap .menu {
  width: 100vw;
  position: fixed;
  top: 50px;
  height: calc(100% - 5px);
  background: rgba(0, 0, 0, 0.95);
}
header #header #menu_wrap .menu li {
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
header #header #menu_wrap .menu li .init-bottom {
  display: none;
}
header #header #menu_wrap .menu li a {
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}
header #header #menu_wrap .menu .menu_title {
  color: #fff;
  background-color: #000;
}
header #header #menu_wrap .menu .menu_top {
  background-position: center 11%;
}
header #header #menu_wrap .menu .menu_news {
  background-position: center 22%;
}
header #header #menu_wrap .menu .menu_info {
  background-position: center 33%;
}
header #header #menu_wrap .menu .menu_guide {
  background-position: center 44%;
}
header #header #menu_wrap .menu .menu_etc {
  background: none;
}
header #header #menu_wrap .menu .menu__second-level {
  display: flex;
  flex-wrap: wrap;
}
header #header #menu_wrap .menu .menu__second-level li {
  width: 50%;
}
header #header #menu_wrap .menu .menu__second-level li a {
  display: block;
  width: 100%;
  height: 100%;
}
header #header #menu_wrap .menu .menu__second-level li:nth-child(odd) {
  border-right: 1px solid #fff;
}
header #header #menu_wrap .menu .menu__second-level li.menu_world {
  border-bottom: none !important;
}
header #header #menu_wrap .menu .menu__second-level li.menu_gift {
  background-position: center 55.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_faq {
  background-position: center 66.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_support {
  background-position: center 78.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_terms {
  background-position: center 89.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_privacy {
  background-position: center 101.5%;
  border-bottom: none;
}
header #header #menu_wrap .sublink {
  display: flex;
}
header #header #menu_wrap .sublink li {
  width: 40px;
  margin: 8px;
}
header #header #menu_wrap .sublink li a img {
  display: block;
  width: 100%;
}
header #header #menu_wrap .sublink li a img:hover {
  opacity: 0.6;
}
header #header .open {
  visibility: visible !important;
}
header #header .menu_open {
  /*.menu_lineMiddle {}*/
  /* 特に指定は無いので書かなくてもOK */
}
header #header .menu_open .menu_button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
}
header #header .menu_open .menu_button:focus {
  outline: none;
}
header #header .menu_open span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px) / 2);
  transition: 0.2s;
}
header #header .menu_open .menu_lineTop {
  transform: translateY(-10px);
}
header #header .menu_open .menu_lineBottom {
  transform: translateY(10px);
}
header #header .menu--isOpen .menu_lineTop {
  transform: rotate(45deg);
}
header #header .menu--isOpen .menu_lineMiddle {
  opacity: 0;
}
header #header .menu--isOpen .menu_lineBottom {
  transform: rotate(-45deg);
}

#pv {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 58vh;
  right: 5%;
  z-index: 2;
}
#pv img {
  position: relative;
  width: 100%;
  z-index: 2;
}

.logo,
.catch {
  display: none;
}

.btn {
  position: relative;
  z-index: 3;
  margin-top: -20vh;
}

.b_btn {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}
.b_btn a {
  width: 45%;
}

.giftcode {
  display: block;
  width: 100%;
  margin: 0 0 0px 0;
}
.giftcode img {
  display: block;
  width: 100%;
}

.login_bonus {
  width: 100%;
}
.login_bonus img {
  display: block;
  width: 100%;
}

#gamestart_link {
  display: block;
  width: 40%;
  margin: 0vh auto 0 auto;
}
#gamestart_link img {
  width: 100%;
}

#spec {
  background: url(../img/footer.png) center top;
  background-size: 200%;
}
#spec img {
  width: 90%;
  margin: 25% 5% 10% 5%;
}
#spec .spec_inner {
  padding: 20px 0;
  width: 90%;
  margin: 0 auto;
}
#spec table {
  color: #fff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.1rem;
}
#spec table th {
  width: 5em;
}
#spec .logo {
  margin: 0% auto 24px auto;
  width: 50%;
  text-align: center;
}
#spec .logo img {
  width: 100%;
  border-radius: 20px;
}

.company_info {
  background-color: #fff;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.company_info img {
  margin: 0 auto;
  width: 186px;
  height: 69px;
}
.company_info div {
  margin: 0px 0px 0px 0px;
}
.company_info ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
.company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #000;
}
.company_info ul li a {
  color: #000;
}
.company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}
.company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  color: #000;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
  content: "" !important;
}

.vertical-slider .vertical-slider__wrapper {
  display: block !important;
}

#feature {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#feature .title_feature {
  width: 90%;
  margin-top: 40px;
}
#feature #feature_banner {
  width: 100%;
}
#feature .feature-slider {
  background: transparent;
  width: 100vw;
  max-width: 980px;
  padding: 50px 0 30px 0;
  margin: 0px auto 1.55vw auto;
}
#feature .feature-slider img {
  display: block;
  width: 100%;
}
#feature .feature-slider .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
}
#feature .feature-slider .swiper-slide img {
  width: 100%;
}
#feature .feature-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5); /* スライドの大きさ調整 */
}
#feature .feature-pagination {
  height: 10px !important;
  line-height: 10px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
}
#feature .feature-pagination .swiper-pagination-clickable,
#feature .feature-pagination .swiper-pagination-bullet {
  line-height: 10px;
  vertical-align: top;
  width: 10px !important;
  height: 10px !important;
  margin: 5px;
  opacity: 1 !important;
  background-color: #000;
}
#feature .feature-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.regist_btn2 {
  display: block;
  width: 90%;
}
.regist_btn2 img {
  width: 100%;
}

header,
.swiper-container,
.top_btn {
  transition: 0.3s;
}

.mbga_wrapper {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 0%;
  filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.33));
  background-image: url(../img/mbga/mbga_head.jpg);
  background-color: #efecdb;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

#mbga_game_start {
  display: flex;
  justify-content: space-around;
  padding: 2.5% 0 1% 0;
  font-size: 80%;
}
#mbga_game_start > div {
  margin: 0 2.5%;
}
#mbga_game_start .new_start,
#mbga_game_start .id_start {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
#mbga_game_start .new_start img,
#mbga_game_start .id_start img {
  width: min(318px, 100%);
}
#mbga_game_start p {
  margin: 5px !important;
  padding: 0;
}

#float {
  background: #dfd9b7;
  z-index: 10000;
}
#float ul {
  display: flex;
  justify-content: space-around;
}
#float ul li {
  padding: 1% 0;
  font-size: 90%;
}
#float ul li a {
  color: #333333;
  text-decoration: underline;
}

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
#individual {
  background-image: url(../img/bg2.jpg);
  background-size: 150% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
#individual header {
  background-image: none;
  background-color: transparent;
  height: auto;
}
#individual header .logo {
  text-align: center;
  padding: 10vw 10vw 0 10vw;
}
#individual header .logo img {
  width: 100%;
}
#individual header #banner {
  background-color: #fff;
  padding: 10px;
  width: 96%;
  margin: 0.4rem auto 0.05rem auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#individual header #banner img {
  width: 100%;
}
#individual main {
  margin: 0;
  padding: 20px 0 0 0;
}
#individual main .logo {
  text-align: center;
}
#individual main .logo img {
  width: 50%;
}
#individual main #news_list {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#individual main #news_list #genre {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0rem auto 0.3rem auto;
}
#individual main #news_list #genre li {
  position: relative;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  margin: 10px;
  background-color: #ded5b7;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
}
#individual main #news_list #genre li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}
#individual main #news_list > #news_body {
  margin-top: 40px;
}
#individual main #news_list > #news_body li {
  position: relative;
  font-size: 100%;
  background: url(../img/frame_body.png) repeat-y center top;
  background-size: contain;
  padding: 0 5px 0px 10px;
  margin-bottom: 7vh;
}
#individual main #news_list > #news_body li::before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  top: -2vh;
  height: 2vh;
  left: 0;
  width: 100%;
  background: url(../img/frame_top.png);
  background-size: 100% auto;
}
#individual main #news_list > #news_body li::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  bottom: -2vh;
  height: 2vh;
  left: 0;
  width: 100%;
  background: url(../img/frame_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
}
#individual main #news_list > #news_body li a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
#individual main #news_list > #news_body li a .min_banner img {
  width: 2.5rem;
  margin-right: 0.2rem;
}
#individual main #news_list > #news_body li a .icon {
  flex-basis: 100px;
  width: 100px;
  height: 59px;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  flex-shrink: 0;
}
#individual main #news_list > #news_body li a .icon .ic_type21 {
  background: url(../img/event.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .icon .ic_type20 {
  background: url(../img/info.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .icon .ic_type22 {
  background: url(../img/update.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .icon .ic_type23 {
  background: url(../img/mainte.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .date {
  padding: 0rem 0rem 0rem 15px;
  line-height: 1.5;
}
#individual main #news_list > #news_body li a .date span {
  vertical-align: middle;
}
#individual main #news_list .sppagination {
  margin: 0.5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#individual main #news_list .sppagination a,
#individual main #news_list .sppagination b {
  margin: 0 0.05rem 10px 0.05rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  border-radius: 5px;
  background-color: whitesmoke;
  display: block;
  text-align: center;
  line-height: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
}
#individual main #news_list .sppagination a:hover,
#individual main #news_list .sppagination b:hover {
  background-color: #0090ff;
  color: #fff;
}
#individual main .pagecontent {
  color: #fff;
  position: relative;
  margin: 0px 0 10vh 0;
}
#individual main .pagecontent::before {
  content: "";
  display: block;
  position: absolute;
  top: -3vh;
  left: 0;
  width: 100%;
  height: 3vh;
  background-image: url(../img/frame_top.png);
  background-size: 100% auto;
  z-index: 2;
}
#individual main .pagecontent::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3vh;
  left: 0;
  width: 100%;
  height: 3vh;
  background: url(../img/frame_bottom.png) center bottom;
  background-size: 100% auto;
  z-index: 2;
}
#individual main .pagecontent .subtitle {
  background-image: url(../img/frame_body.png);
  background-size: contain;
  margin-bottom: 0;
  padding: 0px 0 10px 10px;
  color: #fff;
  position: relative;
  z-index: 2;
}
#individual main .pagecontent .subtitle a {
  color: #ffc401;
}
#individual main .pagecontent .spcontain {
  position: relative;
  font-size: 14px;
  padding: 0 5vw;
  background-image: url(../img/frame_body.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center top;
}
#individual main .pagecontent .spcontain .spcontainer {
  padding: 0 0 10px 0;
}
#individual main .pagecontent .spcontain .spcontainer .page_tit {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: rgb(255, 196, 1);
  font-weight: bold;
  margin-bottom: 0rem;
  font-size: 16px;
}
#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  text-align: right;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital {
  margin-bottom: 0.24rem;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital h2 {
  font-size: 0.2rem !important;
  margin: 10px 0;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  color: rgb(248, 204, 8);
}
#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #333333;
  font-size: 0.09rem;
  border-spacing: 0;
  color: #000;
  margin: 0 0 20px 0;
  word-break: break-all;
  word-wrap: break-all;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: 0.05rem 10px;
  background: #2f0101;
  font-weight: bold;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  line-height: 120%;
  text-align: center;
  text-shadow: 1px 1px 4px #000000;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 1px solid #666666;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr {
  background: #fff;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(2n+1) {
  background-color: #ffebbf;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 0.05rem 10px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td input[type=text],
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td textarea,
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td select {
  width: 100% !important;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td input[type=radio] {
  width: auto;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: 1px solid #666666;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#individual main .pagecontent .spcontain .spcontainer .page_dital h4 {
  text-align: left;
  font-weight: bold;
  margin: 20px auto;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  background: rgb(48, 30, 24);
  background: linear-gradient(90deg, rgb(48, 30, 24) 0%, rgb(66, 53, 39) 100%);
  border: 1px rgba(255, 255, 255, 0.3) solid;
  color: #fff;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .faq_block {
  border-radius: 6px;
  background-color: #5d3422;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .q {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #3f1f13;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .a {
  color: #fff;
  padding: 10px;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  background-color: #93543e;
  border-top: 1px solid #ab735e;
}
#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 5px auto 5px auto;
  text-align: center;
  display: block;
  width: 100px;
  background-color: #ded5b7;
  color: #000;
  padding: 10px;
  text-decoration: none;
  border-radius: 2px;
  filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
}
#individual .back_btn a {
  margin: 5px auto 20px auto;
  text-align: center;
  display: block;
  width: 100px;
  background-color: #ded5b7;
  color: #000;
  padding: 10px;
  text-decoration: none;
  border-radius: 2px;
  filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
}
#individual .page_nav {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
#individual .page_nav li {
  filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
  margin: 0 5px;
}
#individual .page_nav li a {
  background: #ded5b7;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  padding: 5px 10px;
  height: 100%;
  width: 100%;
  display: inline-block;
}
#individual footer {
  margin: 0 0 0 0;
  padding: 0.15rem 0 0 0;
}

.submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100px;
  background: #2f2a27;
  color: #fff;
  border: none;
  border-bottom: 2px solid #000;
  padding: 10px;
  text-decoration: none;
  margin-top: 0.2rem auto;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.submit_button:focus {
  border: 0;
  border-bottom: 2px solid #fff;
  outline: none;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0));
}

.tokusyo {
  width: 90%;
  margin: 0 auto;
}
.tokusyo dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tokusyo dl dt,
.tokusyo dl dd {
  margin: 0;
  padding: 5px;
}
.tokusyo dl dt {
  border: 0px solid #4b1f00;
  width: 100%;
  background-color: #4b1f00;
  color: #fff;
}
.tokusyo dl dd {
  border-style: solid;
  border-color: #4b1f00;
  border-width: 0px 1px 1px 1px;
  width: 100%;
}
.tokusyo dl dd ul {
  display: block;
  width: 100%;
}
.tokusyo dl > dt:first-child + dd {
  border-style: solid;
  border-color: #4b1f00;
  border-width: 1px 1px 1px 1px;
}

.kiyaku h1 {
  border: 1px solid #fff;
  background-color: #2f0101;
  color: #fff;
  padding: 3px 3px 3px 6px;
  text-align: left;
  font-size: 20px;
}

.contact main #news_list .days {
  float: right;
}

body#finish {
  background-image: none;
  background-color: #1a1929;
}
body#finish #wrapper {
  background-image: none;
}
body#finish .finish {
  padding: 0 0 20px 0;
  background-color: #fff;
}
body#finish .company_info {
  background: #1a1929 url(../img/foot_bg.jpg) repeat-x top left;
  padding: 20px;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
body#finish .company_info img {
  margin: 0 auto;
  width: 186px;
  height: 69px;
}
body#finish .company_info div {
  margin: 0px 0px 0px 0px;
}
body#finish .company_info ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
body#finish .company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}
body#finish .company_info ul li a {
  color: #fff;
}
body#finish .company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}
body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  color: #fff;
}

#finish_body {
  padding: 0 0 0 0;
}
#finish_body img {
  display: block;
  width: 100%;
}

.return {
  display: block;
  width: 70%;
  margin: 0.5rem auto;
}
.return img {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #333;
  background-image: url(../img/sp/bg.jpg);
  background-repeat: repeat;
}

.no_scroll {
  overflow: hidden;
}

#wrapper {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 0 0 0px 0;
}

main {
  position: relative;
  z-index: 100;
}

#news_area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0px 0;
  padding: 20px 0 40px 0;
}

#bornus img {
  width: 100%;
  margin: 40px 0;
}

h1 {
  margin: 0;
}
h1 img {
  width: 100%;
}

#world {
  position: relative;
  margin: 0px 0 0 0;
}
#world .world_text {
  width: 100%;
}
#world .w_kwsk {
  width: 40%;
  display: block;
  margin: 0 auto;
}
#world .w_kwsk img {
  width: 100%;
}

#chara {
  position: relative;
  margin: 40px 0 0 0;
}
#chara .chara_text {
  margin: -50px 0 0 0;
  width: 100%;
}
#chara .c_kwsk {
  width: 40%;
  display: block;
  margin: 0 auto;
}
#chara .c_kwsk img {
  width: 100%;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 9000;
}

#animation {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#animation img {
  width: 80px;
  height: 80px;
}

.active .page_mask {
  width: 100%;
  min-width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-mask-image: url("../img/anime.png");
  mask-image: url("../img/anime.png");
  -webkit-mask-size: 1000% 100%;
  mask-size: 1000% 100%;
  -webkit-animation: ani 0.7s steps(9) 0.3s both;
          animation: ani 0.7s steps(9) 0.3s both;
  z-index: 999;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.no_scroll {
  overflow-y: hidden;
  height: 100vh !important;
  width: 100% !important;
}

.scrollAnimation {
  opacity: 0 !important;
  transition: 1s;
}

.is-animated {
  opacity: 1 !important;
}

h1 {
  width: 100%;
  margin: 0 0 20px 0;
}
h1 img {
  width: 100%;
}