/****************************************
    ==== RESETS
****************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, p, blockquote {
    margin: 0;
    padding: 0
}
fieldset, img {
    border: 0
}
img {
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
.separate, .floatingw, legend {
    display: none
}
button {
    cursor: pointer
}
html, body {
    font-family: "MS PGothic", "Osaka", Arial, sans-serif;
    line-height: 1.22;
    font-size: 75%;
    width: 100%;
    height: 100%;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}
table {
    font-size: inherit;
    font: 100%
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 99%
}
h1, h2, h3, h4, h5 {
    font-size: 100%;
    font-weight: normal;
}
a:focus, select, input[type="text"], input[type="password"], input[type="submit"] {
    outline: none;
}
/****************************************
    ==== FONT
****************************************/

body, input, button, textarea, button {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-feature-settings: "pkna";
}
body [language="zh-cn"], body.cn input, body.cn button, body.cn textarea, body.cn button {
    font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-feature-settings: "pkna";
}

/****************************************
    ==== LAYOUT
****************************************/
/* basic tag */
html, body {
    height: 100%;
    font-size: 20px;
}
html {}
body {
    color: #585f66;
    line-height: 1.6 ;
    background: #fff;
    word-break: normal;
    position: relative;
}

body.fixed {
    position: fixed;
    overflow-y: scroll;
    left: 0;
}

a, a:link, a:visited, a:hover, a:active {
    color: #0a99d4;
    font-weight: normal;
    text-shadow: none;
/*    text-decoration: underline; */
        -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
    color: #0a99d4;
    text-decoration: none;
    opacity: 0.8 ;
    transition: all .2s;
}
#hero a:hover, .img-hover a {
    opacity: 1 ;
}
p {
    margin-bottom: 1rem;
}
p.ja {
    margin-bottom: 0.5rem;
}
img {
    width: 100%;
}
img.circle {
    min-width: 1rem ;
    border-radius: 50%;
    object-fit: cover;
}
::selection {
    background: #e72d3e;
    color: #fff;
}
/*
h1, h2, .message, .btn, .img-hover a::after {
    font-family: 'Oswald', sans-serif;
}
*/
h1, h2 {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 1rem 0.5rem ;
    box-sizing: border-box ;
}
input[type="text"], input[type="password"], textarea {
    color: #585f66 ;
    /*background: #e1e7ee;*/
    background: #d5dde8;
    border: 0.1rem #e1e7ee solid ;
    padding: 0.3rem 1rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: 1rem ;
}
textarea {
    min-height: 10rem;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background: #fff;
    border: 0.1rem #00d8ff solid ;
}
input[type="submit"] {
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
    background: transparent;
    border: 0;
}
::placeholder {
    color: #585f66;
}
select {
    width: 40%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
}
label {
    cursor: pointer;
}
table {
    width: 100%;
}
th {
    text-align: left;
}
/* basic style */
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.float-left { float: left; }
.float-right { float: right; }
.w10 { width: 10% !important; }
.w20 { width: 20% !important; }
.w30 { width: 30% !important; }
.w40 { width: 40% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w70 { width: 70% !important; }
.w80 { width: 80% !important; }
.w90 { width: 90% !important; }
.w100 { width: 100% !important; }

.min50px { min-width: 50px; }

a.btn {
    color: #fff ;
    text-decoration: none !important;
    text-align: center;
    background-color: #e72d3e ;
    width: 100% ;
    padding: 0.2rem 0.4rem ;
    box-sizing: border-box ;
    border-radius: 1rem ;
    display: flex ;
    justify-content: center;
    align-items: center;
    white-space: nowrap ;
}
a.btn.white {
    color: #e72d3e ;
    background-color: initial ;
    border: 0.1rem #e72d3e solid ;
}
a.btn:hover {
    opacity: 0.8 ;
    transition: all .2s;
}
.bg-white, .before-white::before {background-color: #fff !important ;}
.bg-pink, .before-pink::before {background-color: #e5006e !important ;}
.bg-darkpink, .before-darkpink::before {background-color: #890042 !important ;}
.bg-bluegreen, .before-bluegreen::before {background-color: #099da6 !important ;}
.bg-orange, .before-orange::before {background-color: #f3730c !important ;}

.pagetop {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 200 ;
    width: 3rem ;
    height: 3rem ;
}
.pagetop a {
    text-indent: -9999px ;
    width: 100% ;
    height: 100% ;
    display: block ;
    background: rgba(0, 180, 255, 0.2) ;
    transition: all .5s;
    position: relative;
    border-radius: 50% ;
}
.pagetop a::after {
    content: "" ;
    position: absolute ;
    top: 1.4rem ;
    right: 1.2rem ;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.1rem solid #e72d3e ;
    border-right: 0.1rem solid #e72d3e ;
        -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.img-hover a {
    position: relative;
    display: block;
    text-decoration: none;
    outline: none;
    transition: all .2s ;
}
.slider-liver .img-hover a {
    padding: 0.5rem ;
    box-sizing: border-box ;
}
.img-hover a:hover {
}
.img-hover .img {
    position: relative;
    overflow: hidden ;
    border-radius: 0.3rem 0.3rem 0 0 ;
    justify-content: center ;
    align-items: center ;
}
#liver-list .img-hover .img {
    border-radius: 50% ;
}
.img-hover a .img img {
    border-radius: 0.3rem 0.3rem 0 0 ;
}
.img-hover a:hover .img img {
    transform: scale(1.02) !important;
    transition: transform 0.1s linear ;
        -ms-filter: blur(3px);
    filter: blur(3px);
}
.img-hover span {
    overflow: hidden ;
    display: block ;
}
.img-hover a .caption {
    color: #585f66 ;
    width: 100%;
    background: #fff ;
    border-radius: 0 0 0.3rem 0.3rem ;
    padding: 0.4rem 0.8rem ;
    box-sizing: border-box;
}
.img-hover a:hover .caption,
.img-hover a:hover .caption .box {
    color: #0a99d4 ;
        -webkit-transition:    all .2s ease;
    transition: all .2s ease;
}
.img-hover a .caption .ls-title,
.img-hover a .caption .rarity,
.img-hover a .caption .model,
.img-hover a .caption .box .liver-name,
.img-hover a .caption .box .viewing {
    white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
#game-list .img-hover a .caption .ls-title,
#game-list .img-hover a .caption .rarity,
#game-list .img-hover a .caption .model {
    font-size: 0.7rem ;
    text-align: center ;
}
.img-hover a .caption .box {
    font-size: 0.7rem;
    color: #88939e ;
    margin-top: 0.4rem ;
}
.img-hover a .caption .box .liver-img {
    width: 2rem ;
    margin-right: 0.4rem ;
}
#liver-list .img-hover a .liver-name {
    color: #585f66 ;
    text-align: center ;
    margin-top: 0.4rem ;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.attention {
    color: #ec1014;
}
.note {
    font-size: 0.8rem;
}
.must {
    color: #fff;
    font-size: 0.7rem;
    background: #ec1014;
    padding: 0.1rem 0.2rem;
    margin-left: 0.5rem;
}

.hide {
    transition: .5s;
    top: -200px !important;
}

/* basic layout */

#wrapper {
    font-size: 0.8rem;
    min-width: 320px;
    margin: 0 auto;
}

header.site-header{
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    max-width: 1920px ;
    background: rgba(255, 255, 255, 0.98) ;
    z-index: 10 ;
    overflow: hidden;
    padding-top: 0.3rem ;
    box-sizing: border-box ;
}
header.site-header::before,
header.site-header::after{
    width: 100% ;
    content: "";
    position: absolute;
    background: #000000 ;
    height: 0.3rem ;
    top: 0 ;
    left: 0 ;
}
header.site-header::after{
    width: 50% ;
    background: #e72d3e ;
}
header .header-container{
    position: relative ;
    width: 100%;
    height: 3rem ;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem ;
    justify-content: space-between ;
}

header .logo {
    height: 60px ;
}
header .logo img {
    height: 60px ;
}
header .menu {
    width: 75% ;
    padding-left: 1rem ;
	padding-right: 50px;
    box-sizing: border-box ;
    justify-content: flex-end ;
}
.search {
    align-items: center;
}
.search input[type="text"] {
    width: 100% ;
    margin-right: 0.2rem ;
}
.search .icon-search {
    width: 1.2rem ;
}

.gnav-search {
    align-items: center;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.gnav-search input[type="text"] {
    width: 100% ;
    margin-right: 0.2rem ;
}
.gnav-search .icon-search {
    width: 1.2rem ;
}
.gnav-suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 30;
}
.gnav-suggestions li {
    padding: 0.5rem;
    cursor: pointer;
}
.gnav-suggestions li:hover {
    background-color: #e9e9e9;
}
.gnav-suggestions li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}


header .menu .account {
    margin-left: 1rem ;
}
header .menu .account a.btn {
    width: 5rem ;
    margin-left: 0.2rem ;
}
header .menu .account a.btn:first-child {
    margin-left: 0 ;
}
header .menu nav.gnav ul {
    padding: 0 2% 0 0 ;
}
header .menu nav.gnav ul li {
    box-sizing: border-box ;
}
header .menu nav.gnav ul li.language {
    width: 2rem ;
}

#container{
    width: 100% ;
}

aside {
    width: 13rem ;
    box-sizing: border-box ;
}

.aside-sticky {
  position: sticky;
  top: 0 ;
}
aside .item .title {
    padding: 0.4rem 0.5rem ;
    position: relative ;
    cursor: pointer ;
    align-items: center ;
}
aside .item .title.open,
aside .item .title:hover {
    color: #0a99d4 ;
    background: #def5ff ;
}
aside .item .title::after {
    content: "" ;
    position: absolute ;
    top: 0.8rem ;
    right: 0.5rem ;
    width: 4px;
    height: 4px;
    border-top: 1px solid #88939e ;
    border-right: 1px solid #88939e ;
        -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
aside .item .title.open::after {
    border-top: 1px solid #0a99d4 ;
    border-right: 1px solid #0a99d4 ;
        -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
aside .item .title span.item-icon {
    width: 1rem ;
    height: 1rem ;
    background: url("../images/lounge/icon_0004_0002.svg") no-repeat center center;
    background-size: 1rem 1rem ;
    display: inline-block ;
}
aside .archive .title span.item-icon { background-image: url("../images/lounge/icon_0003_0002.svg") }
aside .category .title span.item-icon { background-image: url("../images/lounge/icon_0006_0002.svg") }
aside .ranking .title span.item-icon { background-image: url("../images/lounge/icon_0007_0002.svg") }

aside .item.onair .title.open span.item-icon,
aside .item.onair .title:hover span.item-icon { background-image: url("../images/lounge/icon_0004_0001.svg") }
aside .item.archive .title.open span.item-icon,
aside .item.archive .title:hover span.item-icon { background-image: url("../images/lounge/icon_0003_0001.svg") }
aside .item.category .title.open span.item-icon,
aside .item.category .title:hover span.item-icon { background-image: url("../images/lounge/icon_0006_0001.svg") }
aside .item.ranking .title.open span.item-icon,
aside .item.ranking .title:hover span.item-icon { background-image: url("../images/lounge/icon_0007_0001.svg") }
aside .item .title span.item-name {
    padding-left: 0.2rem ;
}

aside .item .contents {
    width: 100% ;
    padding-bottom: 0.5rem ;
}
aside .item .contents ul li {
}
aside .item .contents ul li a {
    width: 100% ;
    display: block ;
    color: #585f66 ;
    text-decoration: none ;
    align-items: center ;
    justify-content: space-between ;
    padding: 0.25rem 0.5rem ;
    box-sizing: border-box ;
}
aside .item .contents ul li a:hover {
    background: #eefaff ;
}
aside .item .contents ul li .box,
aside .item .contents ul li .box-container {
    width: 100% ;
    position: relative ;
    align-items: center ;
}
aside .item .contents ul li .img {
    width: 2.5rem ;
    height: 2.5rem ;
    margin-right: 0.4rem ;
}
aside .item .contents ul li .txt {
    width: 6rem ;
}
aside .item.category .contents ul li .txt {
    width: 8rem ;
}
aside .item .contents ul li .txt .liver-name,
aside .item .contents ul li .txt .ls-title,
aside .item .contents ul li .txt .rarity,
aside .item .contents ul li .txt .model,
aside .item .contents ul li .txt .category_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
aside .item .contents ul li .txt .ls-title,
aside .item .contents ul li .txt .rarity,
aside .item .contents ul li .txt .model,
aside .item .contents ul li .viewing,
aside .item .contents ul li .txt .fav {
    font-size: 0.6rem ;
    color: #88939e ;
}
aside .item .contents ul li .viewing .viewing-icon,
aside .item .contents ul li .txt .fav {
    background: url("../images/lounge/viewing_blue.gif") no-repeat center left;
    background-size: 0.8rem 0.8rem ;
    padding-left: 1rem ;
}
aside .item.archive .contents ul li .viewing .viewing-icon {
    background-image: url("../images/lounge/icon_0002_0001.svg");
}
aside .item .contents ul li .txt .fav  {
    background-image: url("../images/lounge/icon_0005_0001.svg");
}
aside .item.ranking .contents ul li .box::before {
    content: "" ;
    width: 1.2rem ;
    height: 1.2rem ;
    display: inline-block ;
    background: #fff url("../images/lounge/icon_0008_0001.svg") no-repeat center left;
    background-size: 1.2rem 1.2rem ;
    padding-left: 0.4rem ;
    border-radius: 50% ;
}
aside .item.ranking .contents ul li:nth-child(2) .box::before {
    background-image: url("../images/lounge/icon_0008_0002.svg");
}
aside .item.ranking .contents ul li:nth-child(3) .box::before  {
    background-image: url("../images/lounge/icon_0008_0003.svg");
}

main {
    width: 100%!important;
    background: #f0f4f8 ;
    position: relative ;
    z-index: 0 ;
    overflow: hidden ;
}
main::before,
main::after {
    content: '';
    position: absolute;
    top: -10rem;
    transform: skewY(-45deg);
    transform-origin: top right;
    width: 100vw ;
    height: 60vh ;
    background: rgba(22, 23, 24, 0.05) ;
    z-index: -1 ;
}
main::after {
    transform: skewY(45deg);
    transform-origin: top left;
    top: 20rem ;
}

section {
    padding: 0.5rem 0.5rem 1rem ;
    box-sizing: border-box ;
    flex-direction: column ;
    position: relative ;
}
section .contents {
    background: #fff ;
    border-radius: 0.3rem;
    padding: 1rem ;
    flex-grow: 1;
}

.btn-more {
    font-size: 0.6rem ;
    position: absolute ;
    top: 0.5rem ;
    right: 1rem ;
}

.item-list {
    flex-wrap: wrap ;
}
.item-list li {
    width: 25% ;
    padding: 0 0.5rem 1rem ;
    box-sizing: border-box ;
    position: relative ;
}
#game-list .item-list li { width: 16.66% ; }
.item-list .flag {
    position: absolute ;
    top: 0.2rem ;
    left: 0.8rem ;
    z-index: 1 ;
    pointer-events: none;
}
.item-list .flag .flag-inner {
    color: #fff ;
    font-size: 0.6rem ;
    background: #f30c0c ;
    padding: 0.1rem 0.4rem ;
    border-radius: 0.2rem ;
    diplay: flex ;
    align-items: center ;
}
.item-list .flag.archive .flag-inner { background: #2ba025 ; }
.item-list .flag.new .flag-inner { background: #ee1499 ; }

footer {
    color: #afb5ba ;
    background: #161718;
    padding: 2rem 2% ;
    position: relative;
}
footer a, footer a:link { 
    color: #fff !important ;
    text-decoration: none ;
}
footer a:hover { text-decoration: underline; }
footer nav#fnav {
    width: 100% ;
    margin: 0 auto 2rem ;
    flex-wrap: wrap ;
}
footer nav#fnav dl {
    width: 20% ;
    border-left: 0.1rem solid #303234 ;
    padding: 2% ;
    box-sizing: border-box ;
    margin-bottom: 1rem ;
}
footer nav#fnav dl dt {
    margin-bottom: 0.5rem ;
}
footer nav#fnav dl dd {
    margin-bottom: 0.2rem ;
}

/****************************************
    ==== home
****************************************/

body#home #hero {
    position: relative ;
    background: #fff ;
    margin-top: 3.3rem ;
    z-index: 1;
}
body#home #info {
    padding: 0.5rem ;
}
body#home #info section {
    width: 50% ;
    padding: 0.5rem ;
}
body#home #info section h1 {
    padding-left: 0 ;
}
body#home section#schedule .contents ul li {
    position: relative ;
    padding: 0 0 0.5rem 1rem ;
    overflow: hidden ;
}
body#home section#schedule .contents ul li:last-child {
    padding-bottom: 0 ;
}
body#home section#schedule .contents ul li::before {
    content: "" ;
    border-left: 0.1rem #d5e0ea solid ;
    width: 0.1rem ;
    height: 40rem ;
    position: absolute ;
    top: -5rem ;
    left: 0.2rem ;
}
body#home section#schedule .contents ul li:first-child::before {
    top: 0.5rem ;
}
body#home section#schedule .contents ul li:last-child::before {
    height: 1rem ;
    top: -0.5rem ;
}
body#home section#schedule .contents ul li::after {
    content: "" ;
    background: #fff ;
    border: 0.1rem #d5e0ea solid ;
    width: 0.3rem ;
    height: 0.3rem ;
    border-radius: 50% ;
    position: absolute ;
    top: 0.4rem ;
    left: 0 ;
}
body#home section#schedule .contents ul li .box {
    justify-content: space-between ;
}
body#home section#schedule .contents ul li .box .ls-title,
body#home section#schedule .contents ul li .box .rarity,
body#home section#schedule .contents ul li .box .model {
    white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
body#home section#schedule .contents ul li .box .ls-title a,
body#home section#schedule .contents ul li .box .rarity a,
body#home section#schedule .contents ul li .box .model a {
    color: #585f66 ;
    text-decoration: none ;
}
body#home section#schedule .contents ul li .box .ls-reserve {
    font-size: 0.6rem ;
    margin-left: 0.5rem ;
}
body#home section#pickup-liver .contents {
    color: #fff ;
    background: #ff2222 ;
}
body#home section#pickup-liver .contents .img {
    width: 25% ;
    padding-right: 0.5rem ;
    box-sizing: border-box ;
}
body#home section#pickup-liver .contents .txt {
    width: 75% ;
}
body#home section#pickup-liver .contents .txt .liver-name {
    font-weight: bold ;
    margin-bottom: 0.5rem ;
}
body#home section#liver-list  {
    margin-bottom: 1.5rem ;
}

body#home section#pickup-info .contents {
    color: #fff ;
    background: #ff2222 ;
}
body#home section#pickup-info .contents .img {
    width: 50px ;
    height: 50px ;
    padding-right: 0.5rem ;
    box-sizing: border-box ;
}
body#home section#pickup-info .contents .txt {
    width: 90% ;
}
body#home section#pickup-info .contents .txt .info-name {
    font-weight: bold ;
    margin-bottom: 0.5rem ;
}
body#home section#info-list  {
    margin-bottom: 1.5rem ;
}




/****************************************
    ==== parallax.js
****************************************/

.parallax-window {
     min-height: 800px;
     background: transparent;
}
 
.parallax-slider {
     top: 0;
     left: 0;
}


/****************************************
    ==== swiper
****************************************/

:root {
  --swiper-navigation-color: rgba(255, 255, 255, 0.8);
  --swiper-pagination-color: rgba(255, 255, 255, 0.8);
    --swiper-navigation-size: 1.8rem ;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.2rem ;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2%;
}
#hero .swiper-pagination-container {
    width: 100% ;
    text-align: center ;
    background: #e72d3e ;
}
#hero .swiper-pagination_01 {
    display: inline-block;
}
#hero .swiper-pagination-bullet{
    border-radius: 0.5rem;
    width: 4rem;
    height: 0.25rem ;
    background: #fff;
    margin: 0.25rem ;
    opacity: 1 ;
}
#hero .swiper-pagination-bullet-active{
    background: #000000;
    opacity: 1 ;
}
#hero .swiper-slide {
    opacity: 0.5 ;
}
#hero .swiper-slide-active {
    opacity: 1 ;
}


/****************************************
    ==== menu
****************************************/

/*　ハンバーガーボタン　*/
.hamburger {
    /*display : none;*/
    position: fixed;
    z-index : 30;
    right : 0.5rem;
    top     : 0.5rem;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
        -webkit-transition: 0.2s all;
        -moz-transition     : 0.2s all;
    transition                : 0.5s all;
}
.hamburger:hover { opacity: 0.8 ;}
.hamburger span {
    display : block;
    position: absolute;
    width     : 30px;
    height    : 2px ;
    left        : 6px;
    background : #e72d3e;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    display: block ;
}
.hamburger.active span {
    background : #585f66;
}
.hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform     : rotate(-45deg);
    transform                : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform     : rotate(45deg);
    transform                : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
    opacity: 0;
}

.gmenu {
    font-size: 0.8rem;
    position: fixed;
    top    : 0;
    left : 0;
    background: rgba(255, 216, 20, 0.95);
    text-align: center;
    transform: translateY(-100%);
    transition: ease 0.5s;
    width: 100%;
    height: 100% ;
    padding: 0 5% ;
    box-sizing: border-box ;
    justify-content: center ;
    align-items: center ;
    opacity: 0 ;
    z-index: -10 ;
}
.gmenu .contents {
    width: 100%;
    max-width: 800px ;
    height: 100% ;
    background: #fff ;
    padding: 1rem ;
    box-sizing: border-box ;
    overflow: auto ;
    align-items: center ;
}
.gmenu .contents section {
    padding: 0 0 1rem ;
}
.gmenu a.btn {
    padding: 0.3rem ;
    margin: 0 auto ;
}
.gmenu #gmenu-account .account ul {
    margin-bottom: 0.5rem ;
}
.gmenu #gmenu-account .account,
.gmenu #gmenu-menu nav.gnav > ul {
    flex-direction: column;
}
.gmenu #gmenu-account .account input[type="text"],
.gmenu #gmenu-account .account input[type="password"],
.gmenu #gmenu-account .account ul li .btn,
.gmenu #gmenu-menu nav.gnav > ul > li {
    margin-bottom: 0.5rem ;
}
.gmenu #gmenu-menu nav.gnav ul li ul {
    margin-left: -0.5rem ;
}
.gmenu #gmenu-menu nav.gnav ul li ul li {
    width: 50% ;
    margin-left: 0.5rem ;
    box-sizing: border-box ;
}
.gmenu #gmenu-account .account ul li {
    width: 100% ;
    box-sizing: border-box ;
}
.gmenu #gmenu-menu nav.gnav ul li:last-child {
    margin-bottom: 0 ;
}
.gmenu #gmenu-menu nav.gnav ul li ul {
    margin-top: 0.5rem ;
}
.gmenu #gmenu-menu nav.gnav ul li:last-child {
    margin-bottom: 0 ;
}
.gmenu #gmenu-menu nav.gnav ul li ul {
    margin-top: 0.5rem ;
}
.gmenu #gmenu-category nav.gnav > ul {
    flex-direction: column;
}
.gmenu #gmenu-category nav.gnav > ul > li {
    margin-bottom: 0.5rem ;
}
.gmenu #gmenu-category nav.gnav ul li ul {
    margin-left: -0.5rem ;
}
.gmenu #gmenu-category nav.gnav ul li ul li {
    width: 50% ;
    margin-left: 0.5rem ;
    box-sizing: border-box ;
}
.gmenu #gmenu-category nav.gnav ul li:last-child {
    margin-bottom: 0 ;
}
.gmenu #gmenu-category nav.gnav ul li ul {
    margin-top: 0.5rem ;
}

/* このクラスを、jQueryで付与・削除する */
.gmenu.active {
    transform: translateY(0%);
    transition: ease 0.5s;
    opacity: 1 ;
    z-index : 29;
}


/****************************************
    ==== waypoint
****************************************/
 
.wps-container{
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.wps-container::before{
    background: #e72d3e;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-101%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}
.wps-container-inner{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease; 
    z-index: 0;
}
.wps-container-txt{
    opacity: 0;
    display: block;
    transform: translateX(-2rem);
    transition:all .5s .3s ease; 
}

/*アニメーションするプロパティを設定します*/
.wps-container.active .wps-container-inner{
    opacity: 1;
}
.wps-container.active:before{
    transform: translateX(101%);        
}
.wps-container-txt.active{
    opacity: 1;
    transform: translateX(0);
}

a.header_lang {
  /*width: 3rem!important;*/
  margin: 0.3rem;
}

div.category_header {
    margin-bottom: 10px;
}
div.category_header h1 {
    display: inline-block;
    width: 50%;
}

div.display {
    display: inline-block;
    position: absolute;
    right: 1rem;
}
ul.limit_tab {
    display: inline-block;
/*    vertical-align: middle; */
    zoom: 1;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.limit_tab li {
    position: relative;
    float: left;
    text-decoration: none;
    margin-top: 0.4rem;
    cursor: pointer;
}

ul.limit_tab li:hover {
    background-color: #eeeeee;
}

ul.limit_tab li a {
    padding: 0 0.4rem;
    color: #e72d3e;
    text-decoration: none;
    border: 1px solid #e72d3e;
    border-radius: 4px;
    background-color: #ffffff;
}

ul.limit_tab li.active a {
    color: #ffffff;
    background-color: #e72d3e;
}

ul.paging {
    display: inline-block;
}

ul.paging li {
    position: relative;
    float: left;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0.4rem;
}

ul.paging li a {
    color: #0a99d4;
}

ul.paging li a.now {
    color: #585f66;
}

div#wait_contents {
    display: none;
    position: absolute;
    top: 0px;
    background-color: rgba(245, 245, 245, 0.8);
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
}

div#wait_contents img {
    width: 20vw;
    margin-left: 40vw;
    margin-top: 30vh;
}

div#nftDialog div.imgArea {
    width: 90%;
    height: 80%;
    /*position: absolute;*/
    margin: 8px auto 5px;
}

div#nftDialog div.imgArea img {
    object-fit: contain;
    height: 100%;
}


div#nftDialog div.btnArea {
    /*position: absolute;*/
    width: 100%;
    bottom: 10%;
}

a.dialogBtnOK {
    color: #5757ff;
    background-color: #ffd814;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 2px outset #ffd814;
    height: initial!important;
}

a.dialogBtnCancel {
    color: #5757ff;
    background-color: #fff;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 2px outset #5757ff;
    height: initial!important;
}

img.more-nft {
    object-fit: cover;
    width: 200px;
    height: 200px;
}

div.liver-list a div.nft-name {
    width: 200px;
    color: #585f66;
}

.notification {
  position: absolute;
  margin-top: -23px;
  right: 25%;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: red;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
}

.trend-updown {
  text-align: right;
}

.trend-updown img {
  width: 30px;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.leave-bar {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ccccff;
    font-size: 1.2em;
}

.leave-bar button {
    margin-left: 10px; /* ボタンとテキストの間にスペースを追加 */
    padding: 2px 10px;
    font-size: 1.0em;
    border-radius: 8px;
    border-style: none;
    background: #ffffff;
}

.square{
  width: 100%;
}
.square:before{
  content: "";
  display: block;
  padding-top: 130%;
  background: #ffffff;
}

.square-img {
  position: absolute;
  width: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px auto 5px;
  object-fit: contain;
}

.price {
  text-align: right;
  font-weight: bold;
  font-size: 1.5em;
}

