body, body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "HiraKakuProN-W3", "verdana";
    color: #fff;
    background-color: #000;
    background-image: url(../static_assets/back_pic_02.jpg), linear-gradient(to bottom, #000 500px, #001100 50%, #0a1045);
    background-position: top, center;
    background-size: contain, cover;
    background-repeat: no-repeat, repeat-y;
    width: 320px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    vertical-align: baseline;
}
table {
    margin: 10px auto;
    text-align: center;
}
td {
    padding: 4px 6px;
    border: 1px solid #666;
    vertical-align: middle;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
    background: linear-gradient(to bottom, #222 0%,#333 25%,#222 50%,#111 51%,#222 75%,#111 100%);
}
.alert {
    color: #FF0;
    font-weight: bold;
    font-size: 10px;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.notice {
    background: rgb(0 0 0 / 80%);
}
.notice > .menu > .btn1,
.notice > .menu > .btn2,
.notice > .menu > .btn3 {
    position: absolute;
    bottom: 9px;
    width: 64px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.notice > .menu > .btn1.touched,
.notice > .menu > .btn2.touched,
.notice > .menu > .btn3.touched {
    -webkit-transform: scale(.95);
    transform: scale(.95);
}
.notice > .menu > .btn1 {
    background-image: url("../image/info/btn1.png");
    left: 28px;
}
.notice > .menu > .btn2 {
    background-image: url("../image/info/btn2.png");
    left: 119px;
}
.notice > .menu > .btn3 {
    background-image: url("../image/info/btn3_new2.png");
    right: 28px;
}
.notice > .content {
}
.notice > .content::-webkit-scrollbar {
    all: unset;
    width: 8px;
    background-color: transparent;
    background-image: url("../image/info/common_scrollbar_9slice.png");
    background-repeat: no-repeat;
    background-size: 6px 120%;
    background-position: center center;
}
.notice > .content::-webkit-scrollbar-thumb {
    all: unset;
    background-color: #444;
    background: -webkit-linear-gradient(left, transparent 0%, transparent 10%, #444 11%, #444 100%);
    background: linear-gradient(to right, transparent 0%, transparent 10%, #444 11%, #444 100%);
}
.notice > .content > ul > li {
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 10px;
    background-image: url("../image/info/info_bar.png");
    background-size: 268px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.notice > .content > ul > li > .footer::after {
    content: '';
    display: block;
    clear: both;
}
.notice > .content > ul > li > .footer > .title {
    float: left;
    margin-left: 2px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.notice > .content > ul > li > .footer > .btn {
    float: right;
    margin-right: 1px;
    display: block;
    width: 52px;
    height: 20px;
    background-image: url("../image/info/info_button_detail.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.notice > .content > ul > li > .footer > .btn.touched {
    -webkit-transform: scale(.95);
    transform: scale(.95);
}
.notice > .content > ul > li > .date {
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    overflow: hidden;
    color: #FFF;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    padding-right: 2px;
}
.notice > .content > ul > li > .date.type0 {
    background-image: url("../image/info/info_rabel_0.png");
}
.notice > .content > ul > li > .date.type1 {
    background-image: url("../image/info/info_rabel_1.png");
}
.notice > .content > ul > li > .date.type2 {
    background-image: url("../image/info/info_rabel_2.png");
}
.notice > .content > ul > li > .date.type3 {
    background-image: url("../image/info/info_rabel_3.png");
}
.notice > .content > ul > li > .date.type4 {
    background-image: url("../image/info/info_rabel_4.png");
}


.info {
    padding: 5px 5px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
    line-height: 1.4;
}
.info h1 {
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    text-decoration: underline;
}
.info h2 {
    font-size: 13px;
    margin: 10px 0 5px;
}
.info h3 {
    font-size: 12px;
    margin: 10px 0 5px;
}
.info p {
    margin-top: 5px;
}
.info hr {
    border-color: #333;
    border-width: 1px;
}
.native .info hr {
    border-color: #557;
}
.info .center {
    text-align: center;
}
.info .left {
    text-align: left;
}
.info .right {
    text-align: right;
}
.info .red {
    color: #F00;
}
.info .green {
    color: #090;
}
.info .blue {
    color: #06F;
}
.info .orange {
    color: #F80;
}
.info .yellow {
    color: #FF0;
}
.info .purple {
    color: #F0F;
}
.info .aqua {
    color: #0FF;
}
.info .rainbow {
    animation: txt-rainbow 10s linear 0s infinite normal none running;
}
@keyframes txt-rainbow {
    0% {color: #fcf; text-shadow:0 0 3px #660, 0 0 3px #660, 0 0 6px #660;}
   11% {color: #fcc; text-shadow:0 0 3px #363, 0 0 3px #363, 0 0 6px #363;}
   27% {color: #ffa; text-shadow:0 0 3px #036, 0 0 3px #036, 0 0 6px #036;}
   44% {color: #cfc; text-shadow:0 0 3px #336, 0 0 3px #336, 0 0 6px #336;}
   64% {color: #9cf; text-shadow:0 0 3px #306, 0 0 3px #306, 0 0 6px #306;}
   73% {color: #bbf; text-shadow:0 0 3px #636, 0 0 3px #636, 0 0 6px #636;}
   90% {color: #c9f; text-shadow:0 0 3px #633, 0 0 3px #633, 0 0 6px #633;}
  100% {color: #fcf; text-shadow:0 0 3px #660, 0 0 3px #660, 0 0 6px #660;}
}
.info .box-red,
.info .box-yellow,
.info .box-white {
    margin: 5px 0;
    padding: 0 5px 5px 5px;
    border-radius: 4px;
}
.info .box-white {
    background-color: rgba(255, 255, 255, .7);
    border: solid 1px #FFF;
}
.info .box-red {
    background-color: rgba(255, 128, 128, .7);
    border: solid 1px #F88;
}
.info .box-yellow {
    background-color: rgba(255, 255, 128, .7);
    border: solid 1px #FF8;
}
.native > .bottom-shadow > .back,
.notice > .back {
}
.native > .bottom-shadow > .back.touched,
.notice > .back.touched {
    background-position: -70px -67px;
}

.native {
    padding-bottom: 30px;
}
.native > .content > .info {
    font-size: 11px;
    padding: 0 5px 20px;
}
.native > .content > .info h2 {
    font-size: 15px;
    margin: 12px 0 7px;
}
.native > .bottom-shadow > .back {
    left: 0;
    bottom: 4px;
    filter: drop-shadow(0 0 8px #061626);
}
.native > .bottom-shadow {
    width: 320px;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
    background-image: linear-gradient(to bottom, rgba(6,22,38,0) 0%,rgba(6,22,38,0) 15%,rgba(6,22,38,1) 100%);

    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.native > .bottom-shadow.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.app-onboarding {
    margin: 5px auto 30px;
    padding: 20px 10px;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: #222;
    text-align: center;
}
.app-onboarding h2 {
    margin: 10px auto;
    color: #f77;
}

/**
* グローバルﾒﾆｭｰ
*/
.global_navigation {
    display: none;
    width: 100%;
    max-width: 1600px;
    min-width: 1024px;
    text-align: left;
    position: fixed;
    top: 2%;
    left: 0;
    z-index: 9001;
}

.global_navigation_area {
    border: 1px solid #4a3719;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.global_navi {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1600px;
    min-width: 1024px;
    border: 4px solid #876131;
    background-color: black;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.global_navi > li {
    display: table-cell;
    border-right: 4px solid #876131;
    vertical-align: middle;
}
.global_navi > li:last-child{
    border: none;
}

.global_navigation_switch {
    width: 54px;
    height: 54px;
}
.global_navigation_pay {
    padding-top: 40px;
    text-align: center;
}
.global_navigation_pay img {
    width: 80%;
}

/* --- ハンバーガーボタン --- */
.hamburger-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  border: 2px solid #b8962e;
  box-sizing: border-box;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.hamburger-btn__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #b8962e;
  position: absolute;
  left: calc(50% - 10px);
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger-btn__line:nth-child(1) { top: 9px; }
.hamburger-btn__line:nth-child(2) { top: 15px; }
.hamburger-btn__line:nth-child(3) { top: 21px; }

.hamburger-btn.active .hamburger-btn__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger-btn.active .hamburger-btn__line:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.active .hamburger-btn__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.global-nav.active {
  opacity: 1;
  visibility: visible;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 80px 0;
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.global-nav__list li {
  margin: 10px 0;
}

.global-nav__list a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: block;
  transition: color 0.3s;
}

.global-nav__list a:hover {
  color: #1a365d;
}


/**
* footer
*/
#footerarea {
    position: relative;
    background: url("../../teaser02-child/images/bg/footer_camp.png");
    background-repeat:no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#site-navi {
    position: absolute;
    bottom: 42px;
    background: url("../images/home/pc_footer_bgline.png") no-repeat center top;
    background-size: 100% 2px;
    padding: 2px 0 0;
    text-align: left;
    font-size: 0.8rem;
    line-height: 200%;
}

.info-footer {
    background: rgb(0 0 0 / 80%);
    padding-top: 40px;
    text-align: center;
}
.info-footer nav {
    background: linear-gradient(90deg, #1a237e 0%, #00bfff 50%, #1a237e 100%);
}

.nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-bottom: 6px;
    padding: 1px 0;
    width: 100%;
}
.nav-list li {
    background-color: #000;
    margin: 0;
}
.nav-list li:first-child {
    grid-column: 1 / -1;
}
.nav-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #00bfff;
    padding: 4px 6px;
    transition: opacity 0.3s;
}
.nav-list a:hover {
    opacity: 0.7;
}
@media (max-width: 400px) {
    .nav-list a {
        font-size: 0.9em;
    }
}

.copyright {
    padding: 4px 0 8px;
    font-weight: normal;
    opacity: 0.7;
}

.btn-crystal {
    display: block;
    margin: 1em auto;
    padding: 0.5em 3em;
    border: 2px outset #78f2bf;
    border-radius: 6px;
    width: 80%;
    text-align: center;
    color: #ffea89;
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    text-decoration: none;
    background: #22bea8;
    background: linear-gradient(to bottom, #23b59c 0%,#219785 50%,#1a8471 51%,#156f61 100%);
}
