﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
html,
body {
  overflow-x: hidden;
}
body {
  color: #323232;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  color: #3B1D0A;
  font-weight: normal;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #323232;
}
a, .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #3B1D0A;
  border: 1px solid #ededed;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}
.text-right {
  text-align: right;
}

/*==============================================
 Utility
 ===============================================*/
.m-top-0, .m-top-10, .m-top-15, .m-top-20, .m-top-25, .m-top-30, .m-top-35, .m-top-40, .m-top-50, .m-top-80, .m-top-100, .m-bot-0, .m-bot-10, .m-bot-15, .m-bot-20, .m-bot-25, .m-bot-30, .m-bot-35, .m-bot-40, .m-bot-50, .m-bot-80, .m-bot-100 {
  display: inline-block;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-15 {
  margin-top: 15px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-25 {
  margin-top: 25px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-35 {
  margin-top: 35px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-80 {
  margin-top: 80px;
}
.m-top-100 {
  margin-top: 100px;
}

/*margin bottom*/
.m-bot-0 {
  margin-bottom: 0 !important;
}
.m-bot-10 {
  margin-bottom: 10px;
}
.m-bot-15 {
  margin-bottom: 15px;
}
.m-bot-20 {
  margin-bottom: 20px;
}
.m-bot-25 {
  margin-bottom: 25px;
}
.m-bot-30 {
  margin-bottom: 30px;
}
.m-bot-35 {
  margin-bottom: 35px;
}
.m-bot-40 {
  margin-bottom: 40px;
}
.m-bot-50 {
  margin-bottom: 50px;
}
.m-bot-80 {
  margin-bottom: 80px;
}
.m-bot-100 {
  margin-bottom: 100px;
}
.m-left-10 {
  margin-left: 20px;
}

/*padding top*/
.p-top-0 {
  padding-top: 0 !important;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-15 {
  padding-top: 15px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-25 {
  padding-top: 25px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-35 {
  padding-top: 35px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-tb-10 {
  padding: 10px 0;
}
.p-tb-20 {
  padding: 20px 0;
}
.p-tb-30 {
  padding: 30px 0;
}
.p-tb-50 {
  padding: 50px 0;
}
.p-tb-100 {
  padding: 100px 0;
}
.p-tb-150 {
  padding: 150px 0;
}
.p-tb-200 {
  padding: 200px 0;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-bot-0 {
  padding-bottom: 0 !important;
}
.p-bot-100 {
  padding-bottom: 100px !important;
}
.theme-bg-space {
  padding: 10px 20px;
}
.bg-space-lg {
  padding: 40px;
}
.bg-space-m {
  padding: 20px 100px;
}
.inline-block {
  display: inline-block;
  width: 100%;
}
.relative {
  position: relative;
}
.vertical-align {
  position: relative;
}
.ls-20 {
  letter-spacing: 20px !important;
}
.ls-40 {
  letter-spacing: 40px !important;
}
.b-lg-lw {
  font-weight: 100;
}
.txt-xl {
  font-size: 26px !important;
  font-weight: 300;
  line-height: 36px;
}
.txt-sm {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 20px;
}
.ls-3 {
  letter-spacing: 3px;
}
.m-r-0 {
  margin-right: 0;
}
.l-weight {
  font-weight: 100 !important;
}
.float-none {
  float: none !important;
}
.poppins {
  font-family: "Poppins", sans-serif;
}

/*==============================================
 Top Bar
 ===============================================*/
.top-bar .gray-bg {
  background: #f5f5f5;
}
.top-link {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-link li {
  display: inline-block;
  margin: 0 5px;
}
.top-link li i, .top-link li a i {
  margin-right: 10px;
}
.top-link li, .top-link li a {
  color: #aaa;
}
.top-link.text-uppercase {
  font-size: 12px;
}
.top-bar .col-lg-1, .top-bar .col-lg-10, .top-bar .col-lg-11, .top-bar .col-lg-12, .top-bar .col-lg-2, .top-bar .col-lg-3, .top-bar .col-lg-4, .top-bar .col-lg-5, .top-bar .col-lg-6, .top-bar .col-lg-7, .top-bar .col-lg-8, .top-bar .col-lg-9, .top-bar .col-md-1, .top-bar .col-md-10, .top-bar .col-md-11, .top-bar .col-md-12, .top-bar .col-md-2, .top-bar .col-md-3, .top-bar .col-md-4, .top-bar .col-md-5, .top-bar .col-md-6, .top-bar .col-md-7, .top-bar .col-md-8, .top-bar .col-md-9, .top-bar .col-sm-1, .top-bar .col-sm-10, .top-bar .col-sm-11, .top-bar .col-sm-12, .top-bar .col-sm-2, .top-bar .col-sm-3, .top-bar .col-sm-4, .top-bar .col-sm-5, .top-bar .col-sm-6, .top-bar .col-sm-7, .top-bar .col-sm-8, .top-bar .col-sm-9, .top-bar .col-xs-1, .top-bar .col-xs-10, .top-bar .col-xs-11, .top-bar .col-xs-12, .top-bar .col-xs-2, .top-bar .col-xs-3, .top-bar .col-xs-4, .top-bar .col-xs-5, .top-bar .col-xs-6, .top-bar .col-xs-7, .top-bar .col-xs-8, .top-bar .col-xs-9 {
  padding-right: 15px;
  padding-left: 15px;
}
.top-link.divider li:after {
  display: inline-block;
  padding-left: 13px;
  content: "/";
}
.top-link.divider li:last-child:after {
  display: inline-block;
  content: "";
}
img {
    /* width: 100%; */
    max-width: 100%;
}
#home {
    width: 100%;
}
.abs {
    position: absolute;
}
footer {
    width: 100%;
    background: #1a1a1a;
    text-align: center;
    /* padding-top: 15px; */
    padding-bottom: 15px;
}
footer small {
    color: #fff;
}
.main_wrapper {
    position: relative;
    z-index: 0;
    margin-top: 150px;
}
.main_inner {
    text-align: center;
    font-size: 0;
}
h1 {
  z-index: 1;
  position: relative;
}
img.main_image1 {
    display: block;
}

.border {
    position: relative;
    border: 1px solid #e6eaee;
    /* border-radius: 10px; */
    overflow: hidden;
}
.bf_fff {
    background: #fff;
    position: relative;
}
.container-add {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 75px;
    margin-right: auto;
    margin-left: auto;
}
.menu_wrapper {
    /* padding: 60px 0 0; */
    /* border-bottom: 6px solid #FFFF00; */
    background-color: #92000A;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}
.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu-logo {
    width: 220px;
}
.menu-logo a {
    display: block;
}
.menu-logo img {
    max-height: 120px;
}
.content_wrapper {
    padding: 60px 0;
    position: relative;
}
ul.menulist {
    display: flex;
    justify-content: center;
    width: calc(100% - 240px);
}
ul.menulist li {
    padding: 0 15px;
    list-style: none;
    width: calc(100% / 8);
    text-align: center;
}
ul.menulist li:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
ul.menulist li:before {
    content: none;
}
ul.menulist li a {
    color: #fff;
    display: block;
    padding-bottom: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    transition: all .5s;
}
ul.menulist li a span {
    color: #FFEB90;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    transition: all .5s;
}
ul.menulist li a:hover {
    opacity: .8;
}
ul.menulist li a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../img/2025/menu.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    transition: all .5s;
}
ul.menulist li a:hover:after {
    bottom: -8px;
}

.bg_fff {
    background-color: #fff;
    position: relative;
}
.marker {
    background: linear-gradient(transparent 50%, #fafc66 50%);
}

.text-justify {
    font-feature-settings: "palt" 1;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    position: relative;
    padding-left: 15px;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.15em;
}
li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background: #ddb840;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 5px;
}
li.text-left {
    text-align: left !important;
}
.gry {
    color: #999999;
}
.tab,
.sp,
.sp2 {
    display: none;
}

.anc-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    /* margin-bottom: 90px; */
}
.anc-child {
    width: calc(100% / 4 - 22.5px);
    position: relative;
}
.anc-child:hover img.abs-img2 {
    top: -647px;
}
#diversity .anc-child {
    width: 100%;
}

#news {
    padding: 210px 0 0;
    background-image: url(../img/2025/about_left2.png), url(../img/2025/about_right2.png), url(../img/2025/about_left1.png), url(../img/2025/about_right1.png), url(../img/2025/back_color1.png);
    background-size: 360px, 360px, 195px, 195px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-position: calc(50% - 780px) calc(100% - 220px), calc(50% + 780px) calc(100% - 210px), calc(50% - 835px) calc(0% + 220px), calc(50% + 835px) calc(0% + 170px), center top;
    position: relative;
}
#news .flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}
#news .flex>div {
    width: calc(50% - 30px);
    border-radius: 10px;
    /* overflow: hidden; */
    /* background-color: #fff; */
}
.news-inner {
    border-radius: 20px;
    padding: 30px 0 30px 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.news-child:first-child {
    width: 215px;
}
.news-child:first-child img {
    max-height: 40px;
}
.news-child:last-child {
    width: calc(100% - 215px);
    padding-left: 50px;
    padding-right: 15px;
    border-left: 1px solid #8E000A;
    max-height: 100px;
    height: 100px;
    overflow-y: scroll;
}
.news-detail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-detail:nth-child(n+2) {
    margin-top: 15px;
}
.news-detail p {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5em;
  color: #9D9D9D;
  margin: 0;
}
.news-detail p:first-child {
  color: #8E000A;
  width: 150px;
}
.news-detail p:last-child {
  width: calc(100% - 150px);
}
#news img.abs-img1 {
    max-height: 815px;
    top: -590px;
    left: calc(50% - 695px);
}
#news img.abs-img2 {
    max-height: 762px;
    top: -530px;
    right: calc(50% - 680px);
}

#diversity {
    background-image: url(../img/2025/info_left2.png), url(../img/2025/info_right2.png), url(../img/2025/info_left1.png), url(../img/2025/info_right1.png), url(../img/2025/back_b.png), url(../img/2025/back_dot.png), url(../img/2025/back_gradation.png);
    background-size: 68px, 242px, 320px, 342px, 100%, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat-y;
    background-position: calc(50% - 820px) calc(35% + 300px), calc(50% + 800px) calc(35% + 180px), calc(50% - 790px) calc(0% + 325px), calc(50% + 675px) calc(0% + 200px), center top, center top, center top;
}
.diversity-inner2,
.diversity-inner3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.diversity-child2 {
    width: calc(50% - 35px);
}

a.btnstyle-anc {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    padding: 30px 15px 35px;
    border-radius: 15px;
    box-shadow: 0px 12px 0px rgba(84, 2, 0, 0.5);
    border: solid 3px #FFCD5A;
    background: linear-gradient(#FFB404 50%, #FFA104 50%);
    line-height: 1em;
    font-weight: bold;
    position: relative;
    transition: all .3s;
    z-index: 1;
    top: 0;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
}
.anc-child:nth-child(2) a.btnstyle-anc {
    border: solid 3px #3CB76C;
    background: linear-gradient(#00A13E 50%, #008C3E 50%);
}
.anc-child:nth-child(3) a.btnstyle-anc {
    border: solid 3px #4A93BD;
    background: linear-gradient(#0069A3 50%, #0054A3 50%);
}
.anc-child:nth-child(4) a.btnstyle-anc {
    border: solid 3px #8E72AE;
    background: linear-gradient(#8D59A0 50%, #7B59A0 50%);
}
#diversity a.btnstyle-anc,
#news a.btnstyle-anc {
    font-size: 30px;
    color: #FFFFFF;
    padding: 45px 15px;
    border-radius: 15px;
    box-shadow: 0px 12px 0px rgba(58, 34, 56, 0.5);
    border: solid 1px #0071B5;
    background: linear-gradient(#24548D 50%, #003880 50%);
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#diversity .diversity-child2:last-child a.btnstyle-anc {
    border: solid 1px #6BBCDA;
    background: linear-gradient(#00A7C4 50%, #008FC3 50%);
}
a.btnstyle-anc span {
    display: block;
    color: #FFFF00;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
}
#diversity a.btnstyle-anc span,
#news a.btnstyle-anc span {
    display: inline-block;
    color: #FFEB90;
    font-size: 1em;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
a.btnstyle-anc:hover {
    /* box-shadow: none;
    top: 11px; */
}
.anc-child:hover a,
#news .twitter-sec:hover a,
#diversity .anc-child:hover a {
    box-shadow: none;
    top: 12px;
}
a.btnstyle-anc img.abs-img1 {
    max-height: 30px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#diversity a.btnstyle-anc img.abs-img1,
#news a.btnstyle-anc img.abs-img1 {
    max-height: 32px;
    top: 50%;
    bottom: auto;
    right: 40px;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#playing01_1 {
    background-image: url(../img/2025/01_1_back_left1.png), url(../img/2025/01_1_back_right1.png), url(../img/2025/back_c.png), url(../img/2025/01_1_left.png), url(../img/2025/01_1_right.png), url(../img/2025/back_color2.png);
    background-size: 293px, 293px, 100%, 390px, 444px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-position: calc(50% - 800px) calc(0% + 130px), calc(50% + 715px) calc(0% + 100px), center top, calc(50% - 700px) calc(100% + 25px), calc(50% + 660px) calc(100% + 50px), center top;
}
#playing01_1 img.title-img {
    margin-bottom: 0;
}
#playing01_1-2 {
    background-image: url(../img/2025/kazari_a.png), url(../img/2025/kazari_a4.png), url(../img/2025/kazari_a3.png), url(../img/2025/kazari_a_side1.png), url(../img/2025/kazari_a_side2.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_dia1.png);
    background-size: 100%, 121px, 322px, 240px, 240px, 379px, 379px, 239px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: center top, left bottom 250px, right top 850px, left top 400px, right top 400px, left top 1000px, right top 550px, center top;
}
#playing01_1-3 {
    background-image: url(../img/2025/kazari_b.png), url(../img/2025/kazari_b4.png), url(../img/2025/kazari_b3.png), url(../img/2025/kazari_b_side1.png), url(../img/2025/kazari_b_side2.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_color1.png);
    background-size: 100%, 257px, 322px, 241px, 241px, 379px, 379px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-position: center top, left bottom 850px, right top 610px, left top 500px, right top 520px, left bottom 700px, right top 630px, center top;
}
#playing01_1-4 {
    background-image: url(../img/2025/kazari_c.png), url(../img/2025/kazari_c3.png), url(../img/2025/kazari_c4.png), url(../img/2025/kazari_c_side1.png), url(../img/2025/kazari_c_side2.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png),  url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_dia1.png);
    background-size: 100%, 257px, 322px, 241px, 241px, 379px, 379px, 379px, 379px, 239px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: center top, left top 1550px, right top 850px, left top 430px, right top 430px, left top 1300px, right top 550px, left bottom 1200px, right bottom 1700px, center top;
}
#playing01_1-5 {
    background-image: url(../img/2025/kazari_d.png), url(../img/2025/kazari_d3.png), url(../img/2025/kazari_d4.png), url(../img/2025/kazari_d_side1.png), url(../img/2025/kazari_d_side2.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_color1.png);
    background-size: 100%, 257px, 322px, 241px, 241px, 379px, 379px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-position: center top, left bottom 850px, right top 350px, left top 500px, right top 500px, left top 1150px, right top 550px, center top;
}
#art-board {
    background-color: #51070C;
    background-image: url(../img/2025/back_d.png), url(../img/2025/kazari_a.png), url(../img/2025/back_dia2.png);
    background-size: 100%, 100%, 239px;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center bottom, center top, center top;
}
#hat-throw {
    background-image: url(../img/2025/kazari_c.png), url(../img/2025/kazari_kid_side1.png), url(../img/2025/kazari_kid_side2.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_dot.png), url(../img/2025/back_gradation.png);
    background-size: 100%, 240px, 240px, 379px, 379px, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat-y;
    background-position: center top, left top 500px, right top 500px, left top 1200px, right top 500px, center top, center top;
}
.title-inner2 {
  position: relative;
}
.title-inner2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.title-inner2 img:nth-child(1) {
    max-height: 65px;
}
.title-inner2 img:nth-child(2) {
    max-height: 100px;
}
.title-inner2 img:nth-child(3),
#art-board .title-inner2 img:nth-child(2) {
    max-height: 140px;
}
#playing01_1-4 .title-inner2 img:nth-child(3),
#playing01_1-5 .title-inner2 img:nth-child(3),
#hat-throw .title-inner2 img:nth-child(3) {
    max-height: 254px;
}
#art-board .title-inner2 .sidestar2 img:nth-child(1),
#trading-card img:nth-child(4), #trading-card .sidestar2 img:nth-child(1) {
    max-height: 54px;
}
.title-inner2 img:nth-child(4) {
    max-height: 83px;
}
.title-inner2 img:nth-child(5) {
    max-height: 143px;
}
.playing01_1-inner {
    position: relative;
}
.playing01_1-inner img:first-child {
    max-height: 832px;
}
#playing01_1-3 .playing01_1-inner img:first-child {
    max-height: 990px;
}
#playing01_1-4 .playing01_1-inner img:first-child {
    max-height: 1038px;
}
#playing01_1-5 .playing01_1-inner img:first-child {
    max-height: 872px;
}
#art-board .playing01_1-inner img:first-child {
    max-height: none;
}
#hat-throw .playing01_1-inner img:first-child {
    max-height: 847px;
    margin-left: 60px;
}
#trading-card .playing01_1-inner img:first-child {
    max-height: 810px;
}
.playing01_1-inner img.abs {
    max-height: 915px;
    right: 0;
    bottom: -10px;
}
#playing01_1-3 .playing01_1-inner img.abs {
    max-height: 1040px;
    right: 0;
    bottom: 20px;
}
#playing01_1-4 .playing01_1-inner img.abs {
    max-height: 914px;
    right: 0;
    bottom: 70px;
}
#playing01_1-4 .playing01_1-inner img.abs2 {
    max-height: 291px;
    right: auto;
    left: 40px;
    bottom: 30px;
}
#playing01_1-5 .playing01_1-inner img.abs {
    max-height: 966px;
    right: 0;
    bottom: 20px;
}
#playing01_1-5 .playing01_1-inner img.abs3,
#trading-card .playing01_1-inner img.abs-add,
#art-board .playing01_1-inner img.abs-add {
    max-height: 265px;
    right: auto;
    left: 50px;
    bottom: auto;
    top: -100px;
}
#trading-card .playing01_1-inner img.abs-add {
    left: 20px;
    top: -40px;
}
#art-board .playing01_1-inner img.abs-add {
    left: -40px;
    top: -70px;
}
#art-board .playing01_1-inner img.abs1 {
    max-height: 281px;
    right: auto;
    left: -90px;
    /* bottom: auto;
    top: -25px; */
    bottom: -40px;
}
#hat-throw .playing01_1-inner img.abs {
    max-height: 941px;
    right: 60px;
    bottom: -40px;
}
#trading-card .playing01_1-inner img.abs1 {
    max-height: 999px;
    right: -10px;
    bottom: -220px;
}
#trading-card .playing01_1-inner img.abs2 {
    max-height: 372px;
    right: 140px;
    bottom: 25px;
}
#trading-card .playing01_1-inner img.abs3 {
    max-height: 225px;
    right: 320px;
    bottom: 220px;
}
#trading-card .playing01_1-inner img.abs4 {
    max-height: 174px;
    right: 355px;
    bottom: 30px;
}
#playing01_1-2>img.abs1,
#playing01_1-2>img.abs2,
#playing01_1-3>img.abs1,
#playing01_1-3>img.abs2,
#playing01_1-4>img.abs1,
#playing01_1-4>img.abs2,
#playing01_1-5>img.abs1,
#playing01_1-5>img.abs2,
#art-board>img.abs1,
#art-board>img.abs2,
#hat-throw>img.abs1,
#hat-throw>img.abs2 {
    max-height: 310px;
    top: 60px;
}
#playing01_1-2>img.abs1,
#playing01_1-3>img.abs1,
#playing01_1-4>img.abs1,
#playing01_1-5>img.abs1,
#art-board>img.abs1,
#hat-throw>img.abs1 {
  left: 0;
}
#playing01_1-2>img.abs2,
#playing01_1-3>img.abs2,
#playing01_1-4>img.abs2,
#playing01_1-5>img.abs2,
#art-board>img.abs2,
#hat-throw>img.abs2 {
  right: 0;
}

.playing01_1-inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    border-radius: 16px;
    padding: 35px 55px;
}
.playing01_1-inner2 {
    position: relative;
    margin-top: 0;
    padding: 20px;
    border: 6.5px solid #F7BD00;
}
#playing01_1-3 .playing01_1-inner2 {
    border: 6.5px solid #008130;
}
#playing01_1-4 .playing01_1-inner2,
#goods04 .playing01_1-inner2 {
    border: 6.5px solid #00499B;
}
#playing01_1-5 .playing01_1-inner2,
#hat-throw .playing01_1-inner2 {
    border: 6.5px solid #7D54B1;
    width: calc(50% - 30px);
    padding: 15px;
}
#hat-throw .playing01_1-inner2 {
    border: 6.5px solid #004997;
}
#hat-throw .playing01_1-inner2:last-child {
    border: 6.5px solid #14A8B8;
}
.play-att p {
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1em;
}

#rally02 {
    background-color: #51070C;
    background-image: url(../img/2025/back_b.png), url(../img/2025/kazari_stamp_side1.png), url(../img/2025/kazari_stamp_side2.png), url(../img/2025/back_dia2.png);
    background-size: 100%, 387px, 387px, 239px;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-position: center top, left -50px top 950px, right -50px top 1000px, center top;
}

#photospot03 img.title-img {
    position: relative;
    z-index: 1;
}
#goods04 img.title-img {
    margin-bottom: 80px;
}
#rally02 img.title-img {
    max-height: 640px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
#diversity img.title-img {
    max-height: 186px;
    z-index: 10;
    position: relative;
}
#rally02 img.subtitle-img1 {
    max-height: 184px;
}
#rally02 img.subtitle-img2 {
    max-height: 140px;
}
#rally02 img.subtitle-img3 {
    max-height: 174px;
}
#rally02 img.subtitle-img4 {
    max-height: 76px;
}
.sl-img,
.postcard-img {
  position: relative;
}
.sl-img img.abs {
    max-height: 253px;
    bottom: -72px;
    right: -98px;
}
.postcard-img img.abs {
    max-height: 253px;
}
.postcard-img img.abs1 {
    left: -50px;
    bottom: -35px;
}
.postcard-img img.abs2 {
    right: -50px;
    bottom: -25px;
}

#photospot03 {
    background-image: url(../img/2025/kazari_photo1.png), url(../img/2025/kazari_photo2.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_color1.png);
    background-size: 200px, 236px, 379px, 379px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-position: left bottom 200px, right top 600px, left bottom, right top 300px, center top;
}
.photospot03-inner {
  position: relative;
}
.photospot03-inner img.abs1 {
    max-height: 279px;
    left: -90px;
    bottom: -50px;
}
.photospot03-inner img.abs2 {
    max-height: 919px;
    right: -125px;
    bottom: -105px;
}

#goods04 {
    background-image: url(../img/2025/back_b.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_dot.png), url(../img/2025/back_gradation.png);
    background-size: 100%, 379px, 379px, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat-y;
    background-position: center top -1px, left bottom 200px, right top 500px, center top, center top;
}
#goods04 img.abs-img1 {
    max-height: 378px;
    left: -90px;
    top: -40px;
}
#goods04 img.abs-img2 {
    max-height: 414px;
    right: -30px;
    bottom: -65px;
}

#trading-card {
    background-image: url(../img/2025/back_a.png), url(../img/2025/back_c.png), url(../img/2025/kazari_e2.png), url(../img/2025/kazari_e1.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_dia1.png);
    background-size: 100%, 100%, 200px, 200px, 379px, 379px, 239px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: center bottom, center top, left bottom 1000px, right bottom 700px, left bottom 500px, right bottom 900px, center top;
}

#photoevent05 {
    background-image: url(../img/2025/back_d.png), url(../img/2025/back_dot.png), url(../img/2025/back_gradation.png);
    background-size: 100%, 29px, 100%;
    background-repeat: no-repeat, repeat, repeat-y;
    background-position: center bottom -1px, center top, center top;
}
.photoevent05-child {
    position: relative;
}
.photoevent05-child img.abs {
    max-height: 400px;
    left: -160px;
    bottom: -60px;
}
.photoevent05-inner2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
.photoevent05-child2:last-child {
    margin-left: 40px;
}
a.btnstyle1,
a.btnstyle2 {
    width: 500px;
    display: block;
    text-align: center;
    padding: 45px 100px 45px 90px;
    border-radius: 14px;
    box-shadow: 0px 16px 0px rgba(112, 93, 94, 0.3);
    position: relative;
    top: 0;
    transition: all .3s;
    z-index: 1;
}
a.btnstyle1:hover,
a.btnstyle2:hover {
    box-shadow: none;
    top: 16px;
}
a.btnstyle1::before,
a.btnstyle2::before {
    content: "ダイバーシティ東京 プラザ";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 23px;
    color: #FFFF06;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.12em;
    border-radius: 14px;
    border: solid 4px #FFFFFF;
    position: absolute;
    z-index: -1;
    background: url(../img/2024_05_bt1.png), linear-gradient(#FF8904 50%, #FF7004 50%);
    background-size: 34px, 100%;
    background-repeat: no-repeat;
    background-position: center right 25px, center;
    top: 0;
    left: 0;
    transition: 0.3s;
}
a.btnstyle1::before {
    content: "全国ツアー開催施設一覧";
    color: #E95872;
    background: url(../img/2024_05_bt2.png), linear-gradient(#FFFF04 50%, #FFED04 50%);
    background-size: 34px, 100%;
    background-repeat: no-repeat;
    background-position: center right 25px, center;
}
a.btnstyle1:hover:before,
a.btnstyle2:hover:before {
    opacity: 0;
}
a.btnstyle1::after,
a.btnstyle2::after {
    content: "ダイバーシティ東京 プラザ";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #FF9605;
    line-height: 1em;
    border-radius: 14px;
    border: solid 4px #ffffff;
    position: absolute;
    z-index: -2;
    background: url(../img/2024_05_bt1_on.png), linear-gradient(#FFFF06 50%, #FFFF06 50%);
    background-size: 34px, 100%;
    background-repeat: no-repeat;
    background-position: center right 25px, center;
    top: 0;
    left: 0;
    transition: 0.3s;
}
a.btnstyle1::after {
    content: "全国ツアー開催施設一覧";
    color: #FFFF00;
    border: solid 4px #ffffff;
    background: url(../img/2024_05_bt2_on.png), linear-gradient(#E95872 50%, #E95872 50%);
    background-size: 34px, 100%;
    background-repeat: no-repeat;
    background-position: center right 25px, center;
}

a.btn-img img,
a.btn-img2 img {
    /* max-height: 198px; */
    max-height: 181px;
    transition: 0.3s;
}
a.btn-img:hover img,
a.btn-img2:hover img {
    opacity: 0;
    transition: 0.3s;
}
a.btn-img,
a.btn-img2 {
    display: inline-block;
    background-image: url(../img/2025/04_1_bt_on.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom 18px;
    margin-top: 40px;
}
a.btn-img2 {
    background-image: url(../img/2025/info_banner_on.png);
}
a.btn-img:hover,
a.btn-img2:hover  {
    transform: translateY(18px);
}

#venue {
    background-image: url(../img/2025/kazari_tour_side1.png), url(../img/2025/kazari_tour_side2.png), url(../img/2025/kazari_side_yellow_left.png), url(../img/2025/kazari_side_yellow_right.png), url(../img/2025/back_color1.png);
    background-size: 241px, 241px, 379px, 379px,  100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: left top 100px, right top 100px, left bottom 700px, right top 850px, center top;
}
.flex-sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
#venue .flex1,
#playing01_1-3 .flex1,
#playing01_1-4 .flex1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#venue .flex1 .venue-list {
    width: calc(25% - 30px);
    border: 2px solid #1A1A1A;
    position: relative;
}
#venue .flex1 .venue-list:nth-child(n+5) {
    margin-top: 52px;
}
#venue .flex1 .venue-list>img {
    max-width: 84px;
    left: 10px;
    top: -42px;
}
#venue .flex1 .venue-list a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
    position: relative;
}
#venue .flex1 .venue-list a.comingsoon,
#diversity .diversity-inner2 div.comingsoon,
#diversity .diversity-inner2 a.comingsoon,
#banner a.banneritem.comingsoon {
    pointer-events: none;
}
#banner a.banneritem:hover,
#art-board .art-board-child a:hover,
#trading-card .title-inner>a:hover {
    opacity: 0.8;
}
#venue .flex1 .venue-list a:hover {
    opacity: 0.8;
    z-index: -1;
    position: relative;
}
#venue .flex1 .venue-list a h4 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1.4em;
}
#venue .flex1 .venue-list.threeline a h4 {
    margin-top: 12px;
}
#venue .flex1 .venue-list a h4.mt-10 {
    margin-top: 40px;
}
#venue .flex1 .venue-list a p {
    line-height: 1em;
    /* margin-bottom: 30px; */
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 15px;
}
#venue .flex1 .venue-list.threeline a p {
    margin-bottom: 20px;
    margin-top: 7px;
}
#venue .flex1 .venue-list a p.mt-10 {
    margin-top: 15px;
}
#venue .flex2 {
    /* padding: 30px 50px; */
    /* padding: 30px 40px; */
    padding: 50px 60px;
    border-radius: 18px;
    margin-top: 40px;
    position: relative;
}
#venue .flex2 p {
    margin: 0;
    color: #4D4D4D;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-weight: bold;
    width: 100%;
    padding-left: 1em;
    text-indent: -1.1em;
}
#venue .flex2 p:nth-child(n+2) {
    /* margin-top: 18px; */
    margin-top: 5px;
}
#venue .flex2.venue-att {
    /* width: calc(75% - 10px); */
    /* width: calc(50% - 20px); */
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#venue .flex2.venue-att img.abs {
    max-height: 207px;
    right: -50px;
    bottom: -35px;
}
img.title-img {
    margin-bottom: 70px;
    max-height: 498px;
}
#venue img.title-img {
    max-height: 94px;
}
#trading-card img.title-img {
    max-height: 727px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
#trading-card .title-inner>img:nth-child(2),
#trading-card .title-inner>a img {
    max-height: 115px;
}
img.sec-main-img {
    margin-bottom: 70px;
}
#venue p.gry {
    line-height: 2.3;
    letter-spacing: 0.1em;
    font-size: 14px;
    margin: 0;
}

#diversity {
    padding: 360px 0 30px;
}
#playing01_1 {
    padding: 340px 0 150px;
}
#playing01_1-2,
#playing01_1-3,
#playing01_1-4,
#playing01_1-5,
#art-board,
#hat-throw {
    padding: 195px 0 160px;
}
#art-board {
    padding-bottom: 320px;
}
#playing01_1-5,
#hat-throw {
    padding-bottom: 30px;
}
#rally02 {
    padding: 340px 0 160px;
}
#photospot03 {
    padding: 110px 0;
}
#goods04 {
    padding: 340px 0 120px;
}
#photoevent05 {
    padding: 0 0 320px;
}
#trading-card {
    padding: 340px 0 500px;
}
#venue {
    padding: 90px 0 120px;
}
#photoevent05>.container>.row {
    margin-top: -100px;
}
#venue img.abs1 {
    max-height: 266px;
    left: -80px;
    bottom: 40px;
}

#home {
    padding-top: 200px;
    margin-top: -200px;
}
#anc-photospot03,
#anc-venue {
    padding-top: 70px;
    margin-top: -71px;
}
#anc-photoevent05 {
    padding-top: 260px;
    margin-top: -261px;
}
#anc-rally02,
#anc-diversity,
#anc-playing01_1,
#anc-playing01_1-inner,
#anc-lottery01_2,
#anc-ball01_3,
#anc-clawcrane01_4,
#anc-goods04,
#anc-trading-card,
#anc-choosegame-1,
#anc-choosegame-2 {
    padding-top: 160px;
    margin-top: -161px;
}

.animete_target,
.animete_target2,
.animete_target3,
.animete_target5,
.animete_target6 {
    opacity: 0;
}
.nav_toggle_add {
  display: none;
}
.backtop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: -1;
    width: 48px;
    height: 48px;
    opacity: 0;
    transition: all .3s;
    background-image: url(../img/2025/2025_unker_on.png);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
}
.backtop.fixed {
    opacity: 1;
    z-index: 1;
}
.backtop img {
    transition: 0.3s;
}
.backtop:hover img {
    opacity: 0;
    transition: 0.3s;
}
.yotube-sec-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yotube-sec-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#banner.content_wrapper {
    padding: 60px 0;
    background-color: #1a1a1a;
}
.playing01_1-inner2 img.abs1 {
    max-height: 281px;
    top: -95px;
    left: -20px;
}
#playing01_1-3 .playing01_1-inner2 img.abs1 {
    max-height: 264px;
    top: -70px;
    left: -45px;
}
#playing01_1-4 .playing01_1-inner2 img.abs1 {
    max-height: 301px;
    top: -120px;
    left: auto;
    right: -35px;
}
#playing01_1-5 .playing01_1-inner2 img.abs1 {
    max-height: 314px;
    top: -105px;
    left: -105px;
}
#goods04 .playing01_1-inner2 img.abs1 {
    max-height: 302px;
    top: -110px;
    left: -70px;
}
#playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
    max-height: 314px;
    top: -105px;
    left: auto;
    right: -125px;
}
.playing01_1-inner2 img.abs2 {
    max-height: 281px;
    bottom: -50px;
    left: -30px;
}
#playing01_1-3 .playing01_1-inner2 img.abs2 {
    max-height: 264px;
    bottom: -50px;
    left: -20px;
}
#playing01_1-4 .playing01_1-inner2 img.abs2 {
    max-height: 300px;
    top: -130px;
    bottom: auto;
    left: -50px;
}
#playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
    max-height: 321px;
    top: -130px;
    bottom: auto;
    left: -80px;
}
.playing01_1-inner2 img.abs3 {
    max-height: 281px;
    bottom: -50px;
    right: -10px;
}
#goods04 .playing01_1-inner2 img.abs2 {
    max-height: 302px;
    bottom: auto;
    left: auto;
    right: -70px;
    top: -115px;
}
#playing01_1-3 .playing01_1-inner2 img.abs3 {
    max-height: 264px;
    bottom: -50px;
    right: -20px;
}
#playing01_1-4 .playing01_1-inner2 img.abs3 {
    max-height: 300px;
    bottom: -55px;
    right: -60px;
}
.playing01_1-inner2 img.abs4 {
    max-height: 172px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#playing01_1-3 .playing01_1-inner2 img.abs4,
#playing01_1-4 .playing01_1-inner2 img.abs4 {
    max-height: 94px;
    top: -55px;
}
#playing01_1-5 .playing01_1-inner2 img.abs4 {
    max-height: 54px;
    top: -30px;
}
#goods04 .playing01_1-inner2 img.abs3 {
    max-height: 302px;
    bottom: -50px;
    right: -70px;
}
#playing01_1-5 .inner-border>img {
    max-height: 350px;
}
#playing01_1-5 .playing01_1-inner2:last-child .inner-border>img {
    max-height: 255px;
}
p.cr-text {
    text-align: right;
    /* color: #4d4d4d; */
    color: #559d5e;
    font-weight: 900;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.08em;
    line-height: 1em;
}
#venue .subtitle-img {
  max-height: 104px;
}
.og-inner .anc-child {
    width: calc(100% / 2 - 30px);
}
.og-inner .anc-child a.btnstyle-anc {
    box-shadow: 0px 12px 0px rgba(58, 34, 56, 0.5);
    font-size: 20px;
    padding: 30px 15px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
}
.og-inner .anc-child a.btnstyle-anc span {
    color: #FFEB90;
    font-size: 14px;
    margin-bottom: 5px;
}
.og-inner .anc-child:first-child a.btnstyle-anc {
    border: solid 1px #0071B9;
    background: linear-gradient(#245491 50%, #003880 50%);
}
.og-inner .anc-child:last-child a.btnstyle-anc {
    border: solid 1px #6BC0DE;
    background: linear-gradient(#00ABC8 50%, #0093C7 50%);
}
.og-inner .anc-child a.btnstyle-anc img.abs-img1 {
    max-height: 32px;
    top: 50%;
    bottom: auto;
    right: 25px;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.og-inner .anc-child a.btnstyle-anc:hover {
    box-shadow: none;
    top: 12px;
}
.ogkan-inner,
.choosegame-inner,
.cgprize-inner,
.ufoprize-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cgprize-inner {
    margin-bottom: 40px;
}
.choosegame-detail2-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* min-height: 220px; */
    min-height: 243px;
}
.ogkan-child {
    width: 50%;
}
#playing01_1-4 .subtitle-img,
#playing01_1-5 .subtitle-img {
  max-height: 100px;
}
.choosegame-child {
    width: calc(50% - 30px);
}
.cgprize-child {
    width: calc(100%/3 - 40px);
}
.choosegame-detail1,
.choosegame-detail2,
.cgprize-child {
    position: relative;
}
.choosegame-child img.label-img {
    max-height: 54px;
}
.choosegame-child img.labeltitle-img {
    max-height: 152px;
}
.cgprize-child img.abs {
    max-height: 56px;
    left: 10px;
    top: -28px;
}
.choosegame-child .choosegame-detail1 img.abs {
  max-height: 321px;
  bottom: -35px;
}
.choosegame-child:first-child .choosegame-detail1 img.abs {
  left: -70px;
}
.choosegame-child:last-child .choosegame-detail1 img.abs {
  right: -55px;
}
.choosegame-detail2 img.abs1 {
    max-height: 94px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.choosegame-detail2-child:first-child,
.choosegame-child:last-child .choosegame-detail2-child:first-child,
.choosegame-child:first-child .choosegame-detail2:last-child .choosegame-detail2-child:first-child {
  width: calc(100% - 274px);
}

.choosegame-detail2-child:last-child,
.choosegame-child:last-child .choosegame-detail2-child:last-child,
.choosegame-child:first-child .choosegame-detail2:last-child .choosegame-detail2-child:last-child {
  width: 244px;
}
.choosegame-detail2-child:first-child img {
  max-height: 62px;
}
.choosegame-detail2:before{
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 40px solid #fff;  /* 好みで色を変えてください */
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
.choosegame-detail2:last-child:before{
    display: none;
}
.diversity-child3:first-child {
    width: 90px;
}
.diversity-child3:last-child {
    width: calc(100% - 110px);
}
.diversity-child3:first-child p {
    padding: 6px 18px;
}
.diversity-child3 p span {
    display: block;
}

.br10 {
  border-radius: 10px;
}
.br30 {
  border-radius: 30px;
}
.padding50 {
  padding: 50px;
}
.padding60 {
  padding: 60px;
}
.padding90 {
  padding: 90px;
}
.padding100 {
  padding: 100px;
}
.padding120 {
  padding: 120px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font37 {
  font-size: 37px;
}
.font60 {
  font-size: 60px;
}
.ls-nega {
  letter-spacing: -8px;
}
.ls-04 {
  letter-spacing: 0.04em;
}
.ls-06 {
  letter-spacing: 0.06em;
}
.ls-1 {
  letter-spacing: 0.1em;
}
.lh-1 {
  line-height: 1em;
}
.lh-13 {
  line-height: 1.3em;
}
.lh-14 {
  line-height: 1.4em;
}
.lh-16 {
  line-height: 1.6em;
}
.lh-17 {
  line-height: 1.7em;
}
.lh-18 {
  line-height: 1.8em;
}
.color-lightblack {
  color: #4D4D4D;
}
.color-lightgray {
  color: #808080;
}
.color-bred {
  color: #6C070C;
}
.color-white {
  color: #ffffff;
}
.color-yellow {
  color: #FFEB90;
}
.color-green {
  color: #00A13E;
}
.color-blue {
  color: #003880;
}
.color-blue2 {
  color: #00499B;
}
.color-blue3 {
  color: #14ACBC;
}
.color-blue4 {
  color: #004997;
}
.color-blue5 {
  color: #14A8B8;
}
.bg-lightblue {
  background-color: #EAF8FA;
}
.bg-yellow {
  background-color: #FFEB90;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: bold;
}
.title-inner {
  position: relative;
}
.title-inner img.abs1 {
    max-height: 400px;
    top: 220px;
    left: -100px;
}
.title-inner img.abs2,
#rally02 img.abs4,
#goods04 img.abs4,
#trading-card img.abs5 {
    max-height: 390px;
    top: 270px;
    left: -320px;
}
#trading-card img.abs5 {
    left: -220px;
}
#goods04 img.abs4 {
    top: 70px;
    left: -130px;
}
#rally02 img.abs4 {
    top: 200px;
    left: -200px;
}
#photospot03 img.abs4 {
    max-height: 390px;
    top: 30px;
    left: -280px;
}
.title-inner img.abs3,
#rally02 img.abs3,
#goods04 img.abs5,
#trading-card img.abs6 {
    max-height: 390px;
    top: 370px;
    right: -250px;
}
#trading-card img.abs6 {
    right: -120px;
}
#goods04 img.abs5 {
    top: 120px;
    right: -110px;
}
#rally02 img.abs3 {
    top: 280px;
    right: -120px;
}
#photospot03 img.abs3 {
    top: 130px;
    right: -250px;
}
.inner-border {
    width: 100%;
    border: 2px solid #F7BD00;
    border-radius: 8px;
}
#playing01_1-3 .inner-border {
    border: 2px solid #008130;
}
#playing01_1-4 .inner-border,
#goods04 .inner-border {
    border: 2px solid #00499B;
}
#playing01_1-5 .inner-border {
    border: 2px solid #7D54B1;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#hat-throw .inner-border {
    border: 2px solid #004997;
}
#hat-throw .playing01_1-inner2:last-child .inner-border {
    border: 2px solid #14A8B8;
}
#hat-throw .playing01_1-inner2 img.abs4 {
    max-height: 94px;
    top: -55px;
}
.locker-inner{
    background-image: url(../img/2025/01_3_yajirushi.png);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.locker-child {
    position: relative;
    width: calc(50% - 50px);
    background-color: #F2F8DE;
    padding: 55px;
    border-radius: 16px;
}
.locker-child img.abs {
  max-height: 72px;
  left: 40px;
  top: -30px;
}
.art-board-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.art-board-child {
    width: calc(100%/3 - 15px);
}
.art-board-child img {
    max-height: 174px;
}
.art-board-child a {
    display: block;
    padding: 15px;
}
.bg-flash-inner2 {
    position: relative;
}
.diversity-child2>img:nth-child(2) {
    max-height: 115px;
}
#playing01_1 img.abs.bg-flash,
#playing01_1-2 img.abs.bg-flash,
#playing01_1-3 img.abs.bg-flash,
#playing01_1-4 img.abs.bg-flash,
#playing01_1-5 img.abs.bg-flash,
#rally02 img.abs.bg-flash,
#art-board img.abs.bg-flash,
#photospot03 img.abs.bg-flash,
#trading-card img.abs.bg-flash,
#goods04 img.abs.bg-flash,
.bg-flash-inner img.bg-flash,
.bg-flash-inner2 img.bg-flash {
    max-height: 400px;
    left: calc(50% - 510px);
    bottom: 110px;
}
.bg-flash-inner img.bg-flash {
    left: calc(50% - 520px);
    bottom: 0;
    z-index: 1;
}
#goods04 img.abs.bg-flash {
    left: calc(50% - 410px);
    bottom: -30px;
}
#photospot03 img.abs.bg-flash {
    left: calc(50% - 600px);
    bottom: -40px;
}
#art-board img.abs.bg-flash {
    left: calc(50% - 600px);
    bottom: 120px;
}
#playing01_1-2 img.abs.bg-flash,
#playing01_1-3 img.abs.bg-flash {
    left: calc(50% - 810px);
    bottom: 10px;
    z-index: 1;
}
#playing01_1-4 img.abs.bg-flash,
#playing01_1-5 img.abs.bg-flash {
    left: calc(50% - 500px);
    bottom: 120px;
    z-index: 1;
}
#playing01_1-5 img.abs.bg-flash {
    bottom: 280px;
}
#rally02 img.abs.bg-flash {
    left: calc(50% - 650px);
    top: 240px;
    bottom: auto;
}
#trading-card img.abs.bg-flash {
    left: calc(50% - 500px);
    top: 240px;
    bottom: auto;
}
.title-inner2 img.abs.bg-flash {
    position: absolute;
    z-index: 1;
}
.sidestar,
.sidestar2 {
    position: relative;
}
.sidestar>img.abs,
.sidestar2>img.abs {
    max-height: 98px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#art-board .title-inner2 .sidestar2>img.abs, #trading-card .title-inner .sidestar2>img.abs {
    max-height: 34px;
    position: absolute;
}
.sidestar>img.abs:nth-child(3) {
    left: calc(50% - 550px);
}
#art-board .title-inner2 .sidestar2>img.abs:nth-child(2) {
    left: calc(50% - 500px);
}
#trading-card .title-inner .sidestar2>img.abs:nth-child(2) {
    left: calc(50% - 620px);
}
.sidestar>img.abs:nth-child(4) {
    right: calc(50% - 550px);
}
#art-board .title-inner2 .sidestar2>img.abs:nth-child(3) {
    right: calc(50% - 500px);
}
#trading-card .title-inner .sidestar2>img.abs:nth-child(3) {
    right: calc(50% - 620px);
}
.bg-flash-inner {
  position: relative;
}
.contact-sec {
    border-radius: 18px;
    padding: 30px;
    background-color: #fff;
    margin-top: 40px;
    width: 100%
}
.contact-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-child h5 {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0;
    color: #92000A;
    padding-right: 30px;
}
.contact-child p {
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.5em;
    color: #4D4D4D;
    margin: 0;
}
.contact-child p:nth-child(n+2) {
    margin-top: 5px;
}
.contact-child p span {
    color: #92000A;
    display: inline-block;
}
.contact-child:first-child {
    width: 230px;
    text-align: center;
}
.contact-child:last-child {
    width: calc(100% - 230px);
    text-align: justify;
    border-left: 1px solid #8E000A;
    padding-left: 60px;
}
.choosegame-detail2-child p span {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 5px;
    color: #4D4D4D;
    padding-left: 1.1em;
    text-indent: -1.1em;
}
p.img-att {
  width: 100%;
}
h5.link-btn {
    background-color: #92000A;
    width: 160px;
    margin: 0 auto 30px;
    border-radius: 8px;
    padding: 13px 10px;
    box-shadow: 0 3px 0 #ccc;
    position: relative;
    transition: 0.3s;
}
h5.link-btn.comingsoon {
    opacity: 0.7;
}



@media screen and (min-width: 1601px) {
  .container {
      width: 100%;
      max-width: 1430px;
  }
  #photospot03 .container,
  #photoevent05 .container {
        max-width: 1230px;
    }
    br.none1601 {
      display: none;
    }
}

@media screen and (min-width: 1800px) {
}

@media screen and (max-width: 1870px) {
}

@media screen and (max-width: 1820px) {
}

@media screen and (max-width: 1770px) {
  .container-add {
      padding-right: 0;
      padding-left: 30px;
  }
  #news img.abs-img1 {
      max-height: 780px;
      top: -560px;
      left: calc(50% - 680px);
  }
  #news img.abs-img2 {
      max-height: 737px;
      top: -515px;
      right: calc(50% - 640px);
  }
  #news {
      background-size: 310px, 310px, 175px, 175px, 100%;
      background-position: calc(50% - 780px) calc(100% - 220px), calc(50% + 780px) calc(100% - 210px), calc(50% - 790px) calc(0% + 220px), calc(50% + 790px) calc(0% + 170px), center top;
  }
  #diversity {
      background-size: 58px, 202px, 290px, 302px, 100%, 29px, 100%;
      background-position: calc(50% - 800px) calc(35% + 300px), calc(50% + 800px) calc(35% + 180px), calc(50% - 740px) calc(0% + 300px), calc(50% + 640px) calc(0% + 225px), center top, center top, center top;
  }
  #playing01_1 {
      background-size: 253px, 253px, 100%, 344px, 404px, 100%;
      background-position: calc(50% - 720px) calc(0% + 150px), calc(50% + 650px) calc(0% + 140px), center top, calc(50% - 670px) calc(100% + 25px), calc(50% + 640px) calc(100% + 50px), center top;
  }
}

@media screen and (max-width: 1700px) {
    ul.menulist li a {
        font-size: 17px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    ul.menulist li a span {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    #news img.abs-img1 {
        max-height: 730px;
        top: -510px;
        left: calc(50% - 640px);
    }
    #news img.abs-img2 {
        max-height: 677px;
        top: -455px;
        right: calc(50% - 580px);
    }
    #news {
        background-size: 250px, 250px, 175px, 175px, 100%;
        background-position: calc(50% - 730px) calc(100% - 330px), calc(50% + 730px) calc(100% - 330px), calc(50% - 790px) calc(0% + 220px), calc(50% + 790px) calc(0% + 170px), center top;
    }
    #diversity {
        background-size: 38px, 160px, 260px, 260px, 100%, 25px, 100%;
        background-position: calc(50% - 760px) calc(35% + 300px), calc(50% + 770px) calc(35% + 180px), calc(50% - 680px) calc(0% + 275px), calc(50% + 620px) calc(0% + 220px), center top, center top, center top;
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 270px;
        top: 50px;
    }
    #goods04 {
        background-size: 100%, 379px, 379px, 25px, 100%;
    }
    #hat-throw {
        background-size: 100%, 240px, 240px, 379px, 379px, 25px, 100%;
    }
    #photoevent05 {
        background-size: 100%, 25px, 100%;
    }
}

@media screen and (max-width: 1600px) {
  a.btnstyle-anc {
      font-size: 22px;
  }
  a.btnstyle-anc span {
      font-size: 16px;
  }
  .anc-child:hover img.abs-img2 {
      top: -487px;
  }
  .news-detail p {
      font-size: 16px;
      letter-spacing: 0.06em;
  }
  .news-detail p:first-child {
      width: 140px;
  }
  .news-detail p:last-child {
      width: calc(100% - 140px);
  }
  .menu-logo img {
      max-height: 110px;
  }
  .menu-logo {
      width: 200px;
  }
  ul.menulist {
      width: calc(100% - 200px);
  }
  .twitter-sec iframe {
      height: 304px !important;
  }
  .main_wrapper {
    margin-top: 138px;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 8px;
      margin-bottom: 21px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 14px;
  }
    #news img.abs-img1 {
        max-height: 700px;
        top: -500px;
        left: calc(50% - 600px);
    }
    #news img.abs-img2 {
        max-height: 657px;
        top: -450px;
        right: calc(50% - 550px);
    }
    #news {
        padding: 200px 0 0;
        background-size: 230px, 230px, 135px, 135px, 100%;
        background-position: calc(50% - 660px) calc(100% - 220px), calc(50% + 660px) calc(100% - 220px), calc(50% - 710px) calc(0% + 220px), calc(50% + 710px) calc(0% + 170px), center top;
    }
    .diversity-child2 {
        width: calc(50% - 30px);
    }
    #diversity {
        background-size: 33px, 140px, 260px, 260px, 100%, 25px, 100%;
        background-position: calc(50% - 700px) calc(35% + 210px), calc(50% + 700px) calc(35% + 100px), calc(50% - 680px) calc(0% + 275px), calc(50% + 620px) calc(0% + 220px), center top, center top, center top;
    }
    .font24 {
        font-size: 23px;
    }
    .ls-06 {
        letter-spacing: 0.05em;
    }
    .padding100 {
        padding: 90px;
    }
    .padding120 {
        padding: 90px;
    }
    .font23 {
        font-size: 22px;
    }
    #playing01_1-4 .inner-border h4 {
        line-height: 1.7em;
    }
    .pt100 {
        padding-top: 90px;
    }
    .pb90 {
        padding-bottom: 85px;
    }
    .og-inner .anc-child {
        width: calc(100% / 2 - 25px);
    }
    .font21 {
        font-size: 20px;
    }
    .ls-1 {
        letter-spacing: 0.08em;
    }
    .font37 {
        font-size: 36px;
    }
    .locker-child img.abs {
        max-height: 65px;
    }
    .locker-child {
        width: calc(50% - 40px);
        padding: 50px;
        border-radius: 15px;
    }
    .locker-inner {
        background-size: 30px;
    }
    .diversity-child3:first-child {
        width: 85px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 105px);
    }
    #playing01_1 {
        background-size: 233px, 233px, 100%, 314px, 357px, 100%;
        background-position: calc(50% - 660px) calc(0% + 180px), calc(50% + 630px) calc(0% + 160px), center top, calc(50% - 590px) calc(100% + 25px), calc(50% + 590px) calc(100% + 50px), center top;
    }
    .playing01_1-inner2 img.abs1,
    .playing01_1-inner2 img.abs2,
    .playing01_1-inner2 img.abs3,
    #playing01_1-4 .playing01_1-inner2 img.abs1,
    #playing01_1-4 .playing01_1-inner2 img.abs2,
    #playing01_1-4 .playing01_1-inner2 img.abs3,
    #goods04 .playing01_1-inner2 img.abs1,
    #goods04 .playing01_1-inner2 img.abs2,
    #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 261px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1,
    #playing01_1-3 .playing01_1-inner2 img.abs2,
    #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 259px;
    }
    .playing01_1-inner2 img.abs1 {
        top: -100px;
        left: -40px;
    }
    .playing01_1-inner2 img.abs3 {
        right: -20px;
    }
    .title-inner2 img:nth-child(3), #art-board .title-inner2 img:nth-child(2) {
        max-height: 110px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 90px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 80px;
    }
    .playing01_1-inner img:first-child {
        max-height: 720px;
    }
    .playing01_1-inner img.abs {
        max-height: 855px;
        right: -10px;
        bottom: -10px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 168px;
        top: -102px;
    }
    #playing01_1-3 .playing01_1-inner img:first-child {
        max-height: 820px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 900px;
        right: -30px;
        bottom: 0;
    }
    .locker-child h6 {
        text-align: justify;
        word-break: break-all;
    }
    .locker-child h6 br {
        display: none;
    }
    .ls-nega {
        letter-spacing: inherit;
    }
    #playing01_1-4 .playing01_1-inner img:first-child {
        max-height: 920px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 870px;
        right: 0;
        bottom: 30px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 271px;
        left: 20px;
    }
    #playing01_1-4 .subtitle-img, #playing01_1-5 .subtitle-img {
        max-height: 98px;
    }
    .choosegame-child .choosegame-detail1 img.abs,
    #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 291px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4,
    #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 90px;
        top: -50px;
    }
    .choosegame-detail2 img.abs1,
    #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 84px;
        top: -60px;
    }
    .padding50 {
        padding: 45px;
    }
    .padding60 {
        padding: 50px;
    }
    .font30 {
        font-size: 29px;
    }
    .choosegame-detail2-child:first-child img {
        max-height: 58px;
    }
    .mb20 {
        margin-bottom: 18px;
    }
    .choosegame-detail2-child:first-child,
    .choosegame-child:last-child .choosegame-detail2-child:first-child,
    .choosegame-child:first-child .choosegame-detail2:last-child .choosegame-detail2-child:first-child {
        width: calc(100% - 190px);
    }
    .choosegame-detail2-child:last-child,
    .choosegame-child:last-child .choosegame-detail2-child:last-child,
    .choosegame-child:first-child .choosegame-detail2:last-child .choosegame-detail2-child:last-child {
        width: 170px;
    }
    .choosegame-detail2-inner {
        min-height: 231px;
    }
    .cgprize-child {
        width: calc(100% / 3 - 25px);
    }
    .title-inner img.abs3 {
        right: -210px;
    }
    .title-inner img.abs2 {
        left: -255px;
    }
    .cgprize-child img.abs {
        max-height: 50px;
        top: -25px;
    }
    .font25 {
        font-size: 24px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 133px;
    }
    #playing01_1-5 .playing01_1-inner img:first-child {
        max-height: 752px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 836px;
        right: -30px;
        bottom: 25px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 225px;
        top: -65px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -60px;
        top: -55px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        top: -40px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1,
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 269px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1 {
        left: -95px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        right: -115px;
    }
    #playing01_1-5 .playing01_1-inner2, #hat-throw .playing01_1-inner2 {
        width: calc(50% - 25px);
        padding: 12px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 49px;
        top: -25px;
    }
    #rally02 img.title-img {
        max-height: 635px;
    }
    #rally02 img.subtitle-img1 {
        max-height: 179px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 135px;
    }
    .sl-img img.abs {
        max-height: 238px;
        bottom: -67px;
        right: -88px;
    }
    #rally02 img.subtitle-img3 {
        max-height: 169px;
    }
    .sidestar>img.abs:nth-child(4) {
        right: calc(50% - 540px);
    }
    .sidestar>img.abs:nth-child(3) {
        left: calc(50% - 540px);
    }
    #rally02 img.subtitle-img4 {
        max-height: 74px;
    }
    .postcard-img img.abs {
        max-height: 243px;
    }
    #art-board {
        padding-bottom: 280px;
    }
    img.title-img {
        max-height: 483px;
    }
    .photospot03-inner img.abs1 {
        max-height: 264px;
        left: -80px;
        bottom: -45px;
    }
    .photospot03-inner img.abs2 {
        max-height: 889px;
        right: -115px;
        bottom: -100px;
    }
    .title-inner img.abs3, #rally02 img.abs3, #goods04 img.abs5, #trading-card img.abs6 {
        max-height: 375px;
    }
    #rally02 img.abs3 {
        top: 310px;
        right: -160px;
    }
    #rally02 img.abs4 {
        top: 230px;
        left: -220px;
    }
    #photospot03 img.abs3 {
        top: 150px;
        right: -150px;
    }
    #photospot03 img.abs4 {
        top: 60px;
        left: -210px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 680px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 761px;
        right: 60px;
        bottom: -25px;
    }
    #hat-throw .playing01_1-inner2:first-child h6,
    #hat-throw .playing01_1-inner2:last-child h6 {
        text-align: justify;
        letter-spacing: 0.06em;
    }
    #hat-throw .playing01_1-inner2:first-child h6 br,
    #hat-throw .playing01_1-inner2:last-child h6 br {
        display: none;
    }
    #trading-card img.title-img {
        max-height: 712px;
    }
    #trading-card .playing01_1-inner img:first-child {
        max-height: 678px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 899px;
        right: -30px;
        bottom: -200px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 342px;
        right: 105px;
        bottom: 20px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 190px;
        right: 270px;
        bottom: 210px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 159px;
        right: 290px;
        bottom: 20px;
    }
    #trading-card {
        padding: 340px 0 440px;
    }
    #photoevent05>.container>.row {
        margin-top: -80px;
    }
    .font60 {
        font-size: 58px;
    }
    .photoevent05-child img.abs {
        max-height: 360px;
        left: -130px;
        bottom: -55px;
    }
    #photoevent05 {
        padding: 0 0 300px;
    }
    #venue img.abs1 {
        max-height: 246px;
        left: -80px;
        bottom: 100px;
    }
    #venue .subtitle-img {
        max-height: 89px;
    }
    #venue .flex1 .venue-list {
        width: calc(25% - 20px);
    }
    #diversity {
        padding: 340px 0 30px;
    }
    #playing01_1-2 img.abs.bg-flash, #playing01_1-3 img.abs.bg-flash {
        left: calc(50% - 650px);
    }
    #playing01_1-4 img.abs.bg-flash {
        left: calc(50% - 470px);
        bottom: 80px;
    }
    #playing01_1-5 img.abs.bg-flash {
        bottom: 220px;
        left: calc(50% - 470px);
    }
    #venue .flex1 .venue-list a p {
        font-size: 15px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .contact-child:first-child {
        width: 220px;
    }
    .contact-child h5 {
        font-size: 20px;
    }
    .contact-child p {
        font-size: 17px;
    }
    .contact-child:last-child {
        width: calc(100% - 220px);
    }
    .contact-child p span {
        display: block;
    }
    .contact-child p span>span {
        display: none;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -40px;
    }
}

@media screen and (max-width: 1550px) {
    ul.menulist li a span {
        margin-bottom: 5px;
        line-height: 1em;
    }
    .menu-logo img {
        max-height: 98px;
    }
    .main_wrapper {
        margin-top: 128px;
    }
    #news img.abs-img1 {
        max-height: 660px;
        top: -470px;
        left: calc(50% - 570px);
    }
    #news img.abs-img2 {
        max-height: 617px;
        top: -420px;
        right: calc(50% - 520px);
    }
    #diversity {
        padding: 320px 0 30px;
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 28px;
    }
    #playing01_1 {
        background-size: 233px, 233px, 100%, 284px, 323px, 100%;
        background-position: calc(50% - 660px) calc(0% + 180px), calc(50% + 630px) calc(0% + 160px), center top, calc(50% - 570px) calc(100% + 20px), calc(50% + 560px) calc(100% + 45px), center top;
    }
    #playing01_1 {
        padding: 320px 0 120px;
    }
    #rally02 {
        padding: 320px 0 160px;
    }
    #art-board .playing01_1-inner img.abs1 {
        max-height: 271px;
        left: -95px;
    }
}

@media screen and (max-width: 1500px) {
    #news {
        padding: 200px 0 0;
    }
    ul.menulist li a {
        padding-bottom: 25px;
    }
    ul.menulist li a span {
        margin-bottom: 3px;
    }
    .menu-logo img {
        max-height: 98px;
        transition: 0.3s;
    }
    .is-fixed .menu-logo img {
        max-height: 88px;
        transition: 0.3s;
    }
    .menu-logo {
        width: 150px;
    }
    ul.menulist {
        width: calc(100% - 150px);
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 220px;
        top: 45px;
    }
}

@media screen and (max-width: 1450px) {
    .menu-logo {
        width: 130px;
    }
    ul.menulist {
        width: calc(100% - 130px);
    }
    ul.menulist li a {
        font-size: 16px;
        letter-spacing: 0.05em;
        text-indent: 0.05em;
    }
}

@media screen and (max-width: 1400px) {
    .menu-logo img {
        max-height: 88px;
    }
    .is-fixed .menu-logo img {
        max-height: 78px;
    }
    ul.menulist li a span {
        font-size: 12px;
        margin-bottom: 3px;
    }
    ul.menulist li a {
        padding-bottom: 24px;
    }
    ul.menulist li a:after {
        width: 18px;
        height: 18px;
        background-size: 18px;
        left: calc(50% - 9px);
    }
    .menu-logo {
        width: 110px;
    }
    ul.menulist {
        width: calc(100% - 110px);
    }
    .main_wrapper {
        margin-top: 118px;
    }
    .title-inner img.abs3, #rally02 img.abs3, #goods04 img.abs5, #trading-card img.abs6,
    #photospot03 img.abs4,.title-inner img.abs2, #rally02 img.abs4, #goods04 img.abs4, #trading-card img.abs5 {
        max-height: 0;
    }
    #anc-photoevent05 {
        padding-top: 220px;
        margin-top: -221px;
    }
    #anc-photospot03, #anc-venue {
        padding-top: 50px;
        margin-top: -51px;
    }
}

@media screen and (max-width: 1350px) {
    .menu-logo img {
        max-height: 83px;
    }
    .is-fixed .menu-logo img {
        max-height: 73px;
    }
    ul.menulist li a {
        font-size: 15px;
        padding-bottom: 22px;
    }
    ul.menulist li a span {
        margin-bottom: 2px;
    }
    .menu_wrapper {
      padding: 18px 0;
    }
    .main_wrapper {
        margin-top: 119px;
    }
    #news img.abs-img1 {
        max-height: 610px;
        top: -450px;
        left: calc(50% - 510px);
    }
    #news img.abs-img2 {
        max-height: 572px;
        top: -400px;
        right: calc(50% - 470px);
    }
    #news {
        padding: 180px 0 0;
    }
    #diversity {
        padding: 300px 0 30px;
    }
    #diversity img.title-img {
        max-height: 181px;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 110px;
    }
    #playing01_1 {
        padding: 300px 0 100px;
    }
    img.title-img {
        max-height: 468px;
    }
    #playing01_1 {
        background-size: 233px, 233px, 100%, 263px, 303px, 100%;
        background-position: calc(50% - 660px) calc(0% + 180px), calc(50% + 630px) calc(0% + 160px), center top, calc(50% - 530px) calc(100% + 20px), calc(50% + 490px) calc(100% + 45px), center top;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 60px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 85px;
    }
    .title-inner2 img:nth-child(3), #art-board .title-inner2 img:nth-child(2) {
        max-height: 102px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 76px;
    }
    #playing01_1-4 .title-inner2 img:nth-child(3), #playing01_1-5 .title-inner2 img:nth-child(3), #hat-throw .title-inner2 img:nth-child(3) {
        max-height: 192px;
    }
    #playing01_1-4 .subtitle-img, #playing01_1-5 .subtitle-img {
        max-height: 94px;
    }
    #rally02 {
        padding: 300px 0 160px;
    }
    #rally02 img.title-img {
        max-height: 595px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 130px;
    }
    #art-board {
        padding-bottom: 260px;
    }
    #trading-card img.title-img {
        max-height: 692px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 110px;
    }
    #trading-card {
        padding: 320px 0 400px;
    }
    #photoevent05>.container>.row {
        margin-top: -60px;
    }
    .photoevent05-child img.abs {
        max-height: 330px;
        left: -90px;
        bottom: -50px;
    }
    #photoevent05 {
        padding: 0 0 280px;
    }
    #playing01_1-5 .inner-border {
        min-height: 370px;
    }
}

@media screen and (max-width: 1300px) {
    .menu-logo {
        width: 100px;
    }
    ul.menulist {
        width: calc(100% - 100px);
    }
    ul.menulist li a {
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    ul.menulist li {
        padding: 0 10px;
    }
    #rally02 img.subtitle-img1 {
        max-height: 174px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 125px;
    }
    .sl-img img.abs {
        max-height: 218px;
        bottom: -60px;
        right: -60px;
    }
    #art-board .playing01_1-inner img.abs1 {
        max-height: 251px;
        left: -70px;
    }
    .photospot03-inner img.abs1 {
        max-height: 254px;
        left: -55px;
        bottom: -45px;
    }
    #venue img.abs1 {
        max-height: 226px;
        left: -45px;
        bottom: 130px;
    }
    #venue .flex2.venue-att img.abs {
        max-height: 197px;
        right: -45px;
        bottom: -30px;
    }
    #art-board img.abs.bg-flash {
        left: calc(50% - 530px);
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 205px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -20px;
    }
}

@media screen and (max-width: 1250px) {
    .menu-logo img {
        max-height: 78px;
    }
    .main_wrapper {
        margin-top: 114px;
    }
    .playing01_1-inner2 img.abs1, .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 251px;
    }
    #goods04 .playing01_1-inner2 img.abs1 {
        left: -40px;
    }
    #goods04 .playing01_1-inner2 img.abs3 {
        right: -45px;
    }
    #goods04 .playing01_1-inner2 img.abs2 {
        right: -45px;
    }
    #news img.abs-img1 {
        max-height: 550px;
        top: -400px;
        left: calc(50% - 465px);
    }
    #news img.abs-img2 {
        max-height: 517px;
        top: -360px;
        right: calc(50% - 420px);
    }
    #news {
        padding: 160px 0 0;
        background-size: 0, 0, 0, 0, 100%;
    }
    #playing01_1 {
        padding: 280px 0 90px;
        background-size: 233px, 233px, 100%, 233px, 263px, 100%;
        background-position: calc(50% - 660px) calc(0% + 180px), calc(50% + 630px) calc(0% + 160px), center top, calc(50% - 500px) calc(100% + 15px), calc(50% + 460px) calc(100% + 30px), center top;
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 200px;
        top: 35px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 180px 0 140px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 152px;
        top: -90px;
    }
    #playing01_1-4 .playing01_1-inner2 img.abs3 {
        right: -50px;
    }
    #playing01_1-4 .subtitle-img, #playing01_1-5 .subtitle-img {
        max-height: 92px;
    }
    .choosegame-child .choosegame-detail1 img.abs, #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 271px;
    }
    .choosegame-child:first-child .choosegame-detail1 img.abs {
        left: -50px;
    }
    .choosegame-child:last-child .choosegame-detail1 img.abs {
        right: -45px;
    }
    .choosegame-detail2 img.abs1, #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 79px;
        top: -55px;
    }
    #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        left: -60px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 244px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1 {
        left: -50px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        right: -85px;
        top: -120px;
    }
    .sl-img img.abs {
        max-height: 208px;
        bottom: -50px;
        right: -40px;
    }
    .postcard-img img.abs {
        max-height: 223px;
    }
    .postcard-img img.abs1 {
        left: -30px;
    }
    .postcard-img img.abs2 {
        right: -30px;
    }
    #art-board .playing01_1-inner img.abs1 {
        max-height: 231px;
        left: -50px;
    }
    .art-board-child a {
        display: block;
        padding: 10px;
    }
    .photospot03-inner img.abs2 {
        max-height: 869px;
        right: -90px;
        bottom: -75px;
    }
    .photospot03-inner img.abs1 {
        max-height: 234px;
        left: -30px;
        bottom: -40px;
    }
    #goods04 {
        padding: 320px 0 120px;
    }
    #trading-card {
        padding: 300px 0 380px;
    }
    #photoevent05>.container>.row {
        margin-top: -30px;
    }
    .photoevent05-child img.abs {
        max-height: 290px;
        left: -40px;
        bottom: -50px;
    }
    #photoevent05 {
        padding: 0 0 260px;
    }
    #venue img.abs1 {
        max-height: 221px;
        left: -30px;
        bottom: 130px;
    }
}

@media screen and (max-width: 1199px) {
  .cgprize-inner {
      margin-bottom: 35px;
  }
  .twitter-sec iframe {
      height: 250px !important;
  }
  #venue {
    padding: 110px 0;
  }
  #venue .flex1 .venue-list {
    width: calc(25% - 15px);
  }
  #venue .flex1 .venue-list>img {
      max-width: 74px;
      left: 10px;
      top: -37px;
  }
  #venue .flex1 .venue-list:nth-child(n+5) {
      margin-top: 47px;
  }
  #venue .flex1 .venue-list a h4 {
      font-size: 18px;
      margin-top: 20px;
  }
  #venue .flex1 .venue-list a p {
      font-size: 13px;
      letter-spacing: 0.04em;
      text-indent: 0.04em;
      margin-bottom: 20px;
  }
  h5.link-btn {
      margin: 0 auto 25px;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 30px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 420px;
      padding: 45px 100px 45px 90px;
      border-radius: 12px;
  }
  a.btnstyle1::after, a.btnstyle2::after,
  a.btnstyle1::before, a.btnstyle2::before {
      font-size: 20px;
      letter-spacing: 0.1em;
      border-radius: 12px;
      background-size: 30px, 100%;
      background-position: center right 20px, center;
  }
  #venue .flex2 {
      padding: 25px 30px;
      border-radius: 18px;
      margin-top: 47px;
  }
  #venue .flex2 p {
      font-size: 15px;
      letter-spacing: 0.05em;
  }
  a.btn-img img, a.btn-img2 img {
      max-height: 168px;
  }
  a.btn-img, a.btn-img2 {
      background-position: center bottom 15px;
  }
  a.btnstyle-anc {
      font-size: 18px;
      letter-spacing: 0;
      text-indent: 0;
  }
  .anc-child {
      width: calc(100% / 4 - 15px);
  }
  a.btnstyle-anc span {
      font-size: 15px;
      margin-bottom: 8px;
  }
  .anc-inner {
      margin-top: 60px;
  }
  .anc-child:hover img.abs-img2 {
      top: -427px;
  }
  ul.menulist li a span {
      margin-bottom: 0;
  }
  ul.menulist li a {
      font-size: 14px;
      padding-bottom: 20px;
  }
  ul.menulist li a:after {
      width: 16px;
      height: 16px;
      background-size: 16px;
      left: calc(50% - 8px);
  }
  .menu_wrapper {
      padding: 15px 0;
  }
  .menu_wrapper.is-fixed {
      padding: 12px 0;
  }
  .news-child:first-child img {
      max-height: 35px;
  }
  .news-child:first-child {
      width: 195px;
  }
  .news-child:last-child {
      width: calc(100% - 195px);
  }
  .news-detail p {
      font-size: 15px;
      letter-spacing: 0.04em;
  }
  .news-detail p:first-child {
      width: 130px;
  }
  .news-detail p:last-child {
      width: calc(100% - 130px);
  }
  #news .flex>div {
      width: calc(50% - 25px);
  }
  .main_wrapper {
      margin-top: 108px;
  }
  .play-att p {
      margin-top: 25px;
      font-size: 17px;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 6px;
      margin-bottom: 18px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 11px;
  }
  img.title-img {
      margin-bottom: 60px;
  }
    #news img.abs-img1 {
        max-height: 510px;
        top: -380px;
        left: calc(50% - 430px);
    }
    #news img.abs-img2 {
        max-height: 477px;
        top: -340px;
        right: calc(50% - 395px);
    }
    #news {
        padding: 140px 0 20px;
    }
    #diversity {
        padding: 270px 0 30px;
        background-size: 0, 0, 160px, 160px, 100%, 17px, 100%;
        background-position: calc(50% - 700px) calc(35% + 210px), calc(50% + 700px) calc(35% + 100px), calc(50% - 475px) calc(0% + 210px), calc(50% + 450px) calc(0% + 180px), center top, center top, center top;
    }
    #diversity img.title-img {
        max-height: 166px;
    }
    .diversity-child2 {
        width: calc(50% - 20px);
    }
    img.title-img {
        max-height: 400px;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 100px;
    }
    .font24 {
        font-size: 22px;
    }
    .diversity-child3:first-child {
        width: 80px;
    }
    .diversity-child3:first-child p {
        padding: 5px 15px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 95px);
    }
    .font14 {
        font-size: 13px;
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 26px;
        padding: 40px 15px;
    }
    #diversity a.btnstyle-anc img.abs-img1,
    #news a.btnstyle-anc img.abs-img1 {
        max-height: 30px;
    }
    #playing01_1 {
        padding: 260px 0 90px;
        background-size: 160px, 160px, 100%, 213px, 233px, 100%;
        background-position: calc(50% - 480px) calc(0% + 160px), calc(50% + 440px) calc(0% + 160px), center top, calc(50% - 470px) calc(100% + 15px), calc(50% + 450px) calc(100% + 30px), center top;
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 170px;
        top: 30px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 150px 0 120px;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 55px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 75px;
    }
    .title-inner2 img:nth-child(3), #art-board .title-inner2 img:nth-child(2) {
        max-height: 87px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 70px;
    }
    .mb60 {
        margin-bottom: 55px;
    }
    .mb70 {
        margin-bottom: 65px;
    }
    .playing01_1-inner img:first-child {
        max-height: 586px;
    }
    .playing01_1-inner img.abs {
        max-height: 715px;
        right: 0;
        bottom: -20px;
    }
    .playing01_1-inner2 {
        padding: 15px;
    }
    .padding100 {
        padding: 80px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 138px;
        top: -80px;
    }
    .ls-1 {
        letter-spacing: 0.06em;
    }
    .font20 {
        font-size: 18px;
    }
    .mb15 {
        margin-bottom: 12px;
    }
    .pb80 {
        padding-bottom: 75px;
    }
    .playing01_1-inner2 img.abs1, .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 201px;
    }
    #playing01_1-3 .playing01_1-inner img:first-child {
        max-height: 680px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 780px;
        right: -35px;
        bottom: -10px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1, #playing01_1-3 .playing01_1-inner2 img.abs2, #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 219px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 80px;
        top: -50px;
    }
    .locker-child {
        width: calc(50% - 30px);
        padding: 40px;
        border-radius: 12px;
    }
    .font21 {
        font-size: 19px;
    }
    .locker-child img.abs {
        max-height: 55px;
        left: 30px;
        top: -30px;
    }
    .locker-inner {
        background-size: 24px;
    }
    #playing01_1 img.abs.bg-flash, #playing01_1-2 img.abs.bg-flash, #playing01_1-3 img.abs.bg-flash, #playing01_1-4 img.abs.bg-flash, #playing01_1-5 img.abs.bg-flash, #rally02 img.abs.bg-flash, #art-board img.abs.bg-flash, #photospot03 img.abs.bg-flash, #trading-card img.abs.bg-flash {
        max-height: 380px;
    }
    #playing01_1 img.abs.bg-flash {
        left: calc(50% - 490px);
        bottom: 40px;
    }
    #playing01_1-2 {
        background-size: 100%, 0, 0, 160px, 160px, 279px, 279px, 239px;
    }
    #goods04 {
        background-size: 100%, 279px, 279px, 17px, 100%;
    }
    #playing01_1-3,
    #playing01_1-5 {
        background-size: 100%, 0, 0, 160px, 160px, 279px, 279px, 100%;
    }
    #playing01_1-4 {
        background-size: 100%, 0, 0, 160px, 160px, 279px, 279px, 279px, 279px, 239px;
    }
    #rally02 {
        background-size: 100%, 260px, 260px, 239px;
        background-position: center top, left -50px top 800px, right -50px top 740px, center top;
    }
    #photospot03 {
        background-size: 0, 0, 279px, 279px, 100%;
    }
    #hat-throw {
        background-size: 100%, 160px, 160px, 279px, 279px, 17px, 100%;
        padding-bottom: 80px;
    }
    #photoevent05 {
        background-size: 100%, 17px, 100%;
    }
    #playing01_1-4 img.abs.bg-flash {
        left: calc(50% - 400px);
        bottom: 30px;
    }
    #playing01_1-4 .title-inner2 img:nth-child(3), #playing01_1-5 .title-inner2 img:nth-child(3), #hat-throw .title-inner2 img:nth-child(3) {
        max-height: 161px;
    }
    #playing01_1-4 .playing01_1-inner img:first-child {
        max-height: 755px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 800px;
        right: 0;
        bottom: 10px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 251px;
        left: 0;
    }
    .mb90 {
        margin-bottom: 80px;
    }
    .padding120 {
        padding: 80px;
    }
    .pt100 {
        padding-top: 75px;
    }
    .pb90 {
        padding-bottom: 80px;
    }
    .og-inner .anc-child {
        width: calc(100% / 2 - 20px);
    }
    .og-inner .anc-child a.btnstyle-anc {
        font-size: 18px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        padding: 28px 15px;
    }
    .og-inner .anc-child a.btnstyle-anc img.abs-img1 {
        max-height: 25px;
        right: 15px;
    }
    .mb120 {
        margin-bottom: 110px;
    }
    #playing01_1-4 .playing01_1-inner2 img.abs2 {
        top: -100px;
    }
    .font37 {
        font-size: 33px;
    }
    .font25 {
        font-size: 22px;
    }
    .ogkan-child {
        width: 100%;
    }
    .ogkan-child:last-child {
        margin-top: 12px;
    }
    #playing01_1-4 .subtitle-img, #playing01_1-5 .subtitle-img {
        max-height: 85px;
    }
    .choosegame-child {
        width: calc(50% - 20px);
    }
    .choosegame-child .choosegame-detail1 img.abs, #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 221px;
    }
    .choosegame-detail2 img.abs1, #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 74px;
        top: -50px;
    }
    .choosegame-detail2:before {
        bottom: -30px;
        border-top: 35px solid #fff;
        border-right: 35px solid transparent;
        border-left: 35px solid transparent;
    }
    .padding60 {
        padding: 45px;
    }
    .choosegame-detail2-child:first-child,
    .choosegame-detail2-child:last-child,
    .choosegame-child:last-child .choosegame-detail2-child:first-child,
    .choosegame-child:last-child .choosegame-detail2-child:last-child,
    .choosegame-child:first-child .choosegame-detail2:last-child .choosegame-detail2-child:first-child,
    .choosegame-child:first-child .choosegame-detail2:last-child .choosegame-detail2-child:last-child {
        width: 100%;
    }
    .choosegame-detail2-child:first-child {
        text-align: center;
    }
    .choosegame-detail2-child:first-child p {
        text-align: justify;
        margin-bottom: 20px;
    }
    .choosegame-detail2-child:first-child p br {
        display: none;
    }
    .choosegame-detail2-child:first-child img {
        max-height: 48px;
    }
    .choosegame-detail2-inner {
        min-height: 100px;
    }
    .choosegame-detail2-child:last-child>img {
        max-height: 200px;
    }
    .cgprize-child img.abs {
        max-height: 46px;
        top: -23px;
    }
    #playing01_1-5 .playing01_1-inner img:first-child {
        max-height: 630px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 735px;
        right: -20px;
        bottom: 15px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 195px;
        top: -45px;
    }
    #art-board .playing01_1-inner img.abs-add {
        top: -45px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        left: 0;
        top: -35px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 123px;
    }
    #playing01_1-5 .playing01_1-inner2, #hat-throw .playing01_1-inner2 {
        width: calc(50% - 20px);
        padding: 10px;
    }
    #playing01_1-5 .inner-border {
        min-height: 320px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 39px;
        top: -20px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 214px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        right: -70px;
        top: -105px;
    }
     #playing01_1-5{
        padding-bottom: 100px;
    }
    #rally02 img.title-img {
        max-height: 485px;
    }
    #rally02 img.subtitle-img1 {
        max-height: 164px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 115px;
    }
    .sl-img img.abs {
        max-height: 198px;
    }
    #rally02 img.subtitle-img3 {
        max-height: 154px;
    }
    #rally02 img.subtitle-img4 {
        max-height: 69px;
    }
    .sidestar>img.abs:nth-child(4) {
        right: calc(50% - 480px);
    }
    .sidestar>img.abs:nth-child(3) {
        left: calc(50% - 480px);
    }
    .postcard-img img.abs {
        max-height: 203px;
    }
    .title-inner img.abs2, #rally02 img.abs4, #goods04 img.abs4, #trading-card img.abs5,
    .title-inner img.abs3, #rally02 img.abs3, #goods04 img.abs5, #trading-card img.abs6,
    #photospot03 img.abs4 {
        max-height: 0;
    }
    #rally02 img.abs.bg-flash {
        left: calc(50% - 550px);
        top: 206px;
        bottom: auto;
    }
    .font30 {
        font-size: 28px;
    }
    .mb55 {
        margin-bottom: 50px;
    }
    #art-board .title-inner2 .sidestar2 img:nth-child(1), #trading-card img:nth-child(4), #trading-card .sidestar2 img:nth-child(1) {
        max-height: 50px;
    }
    #art-board .title-inner2 .sidestar2>img.abs, #trading-card .title-inner .sidestar2>img.abs {
        max-height: 32px;
    }
    #art-board .title-inner2 .sidestar2>img.abs:nth-child(3) {
      right: calc(50% - 475px);
    }
    #trading-card .title-inner .sidestar2>img.abs:nth-child(3) {
      right: calc(50% - 570px);
    }
    #art-board .title-inner2 .sidestar2>img.abs:nth-child(2), {
        left: calc(50% - 475px);
    }
    #trading-card .title-inner .sidestar2>img.abs:nth-child(2) {
        left: calc(50% - 570px);
    }
    #art-board img.abs.bg-flash {
        left: calc(50% - 460px);
        bottom: 105px;
    }
    #art-board .playing01_1-inner img.abs1 {
        max-height: 211px;
        left: -55px;
    }
    .art-board-child img {
        max-height: 144px;
    }
    .art-board-child p {
        font-size: 12px;
    }
    .mb25 {
        margin-bottom: 20px;
    }
    #art-board {
        padding-bottom: 160px;
    }
    #goods04 {
        padding: 300px 0 120px;
    }
    .mb50 {
        margin-bottom: 45px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 580px;
        margin-left: 45px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 641px;
        right: 45px;
        bottom: -20px;
    }
    #hat-throw .playing01_1-inner2 h6 {
        min-height: 118px;
    }
    #hat-throw .playing01_1-inner2:last-child h6 {
        /* padding-top: 20px; */
    }
    #trading-card img.title-img {
        max-height: 621px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 100px;
    }
    #trading-card .title-inner h5 {
        text-align: justify;
    }
    #trading-card .title-inner h5 br {
        display: none;
    }
    #trading-card .playing01_1-inner img:first-child {
        max-height: 550px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 790px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 282px;
        right: 85px;
        bottom: 10px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 160px;
        right: 220px;
        bottom: 165px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 129px;
        right: 240px;
        bottom: 15px;
    }
    #trading-card {
        padding: 280px 0 350px;
        background-size: 100%, 100%, 0, 0, 279px, 279px, 239px;
    }
    #photoevent05>.container>.row {
        margin-top: -15px;
    }
    .font60 {
        font-size: 54px;
    }
    .photoevent05-child img.abs {
        max-height: 260px;
    }
    #photoevent05 {
        padding: 0 0 240px;
    }
    #venue .flex2.venue-att img.abs {
        max-height: 177px;
        right: -40px;
        bottom: -35px;
    }
    #venue {
        background-size: 160px, 160px, 279px, 279px, 100%;
    }
    #venue img.abs1 {
        max-height: 211px;
        left: -30px;
        bottom: 140px;
    }
    #venue .subtitle-img {
        max-height: 74px;
    }
    .title-inner img.abs1 {
        top: 160px;
    }
    .bg-flash-inner2 img.bg-flash {
        left: calc(50% - 450px);
        bottom: 60px;
    }
    #goods04 img.abs.bg-flash {
        left: calc(50% - 350px);
        bottom: -70px;
    }
    #photospot03 img.abs.bg-flash {
        left: calc(50% - 510px);
        bottom: -50px;
    }
    #playing01_1-5 img.abs.bg-flash {
        bottom: 200px;
        left: calc(50% - 390px);
    }
    #playing01_1-2 img.abs.bg-flash, #playing01_1-3 img.abs.bg-flash {
        left: calc(50% - 550px);
    }
    #anc-photospot03, #anc-venue {
        padding-top: 30px;
        margin-top: -31px;
    }
    #anc-rally02, #anc-diversity, #anc-playing01_1, #anc-playing01_1-inner, #anc-lottery01_2, #anc-ball01_3, #anc-clawcrane01_4, #anc-goods04, #anc-trading-card, #anc-choosegame-1, #anc-choosegame-2 {
        padding-top: 130px;
        margin-top: -131px;
    }
    #anc-photoevent05 {
        padding-top: 150px;
        margin-top: -151px;
    }
    #art-board .title-inner2 .sidestar2>img.abs:nth-child(2) {
        left: calc(50% - 475px);
    }
    .contact-sec {
        padding: 25px 30px;
    }
    .contact-child:first-child {
        width: 200px;
    }
    .contact-child h5 {
        font-size: 19px;
    }
    .contact-child p {
        font-size: 16px;
    }
    .contact-child:last-child {
        width: calc(100% - 200px);
        padding-left: 55px;
    }
    .choosegame-detail2-child p span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1150px) {
  ul.menulist li {
      padding: 0 5px;
  }
  ul.menulist li a,
  ul.menulist li a span {
      letter-spacing: 0.04em;
      text-indent: 0.04em;
  }
}

@media screen and (max-width: 1100px) {
    .menu-logo img {
        max-height: 73px;
    }
    .is-fixed .menu-logo img {
        max-height: 68px;
    }
    .menu-logo {
        width: 80px;
    }
    ul.menulist {
        width: calc(100% - 80px);
    }
    ul.menulist li a:after {
        width: 14px;
        height: 14px;
        background-size: 14px;
        left: calc(50% - 7px);
    }
    ul.menulist li a, ul.menulist li a span {
        letter-spacing: 0.03em;
        text-indent: 0.03em;
    }
    ul.menulist li a {
        padding-bottom: 18px;
    }
    .main_wrapper {
        margin-top: 103px;
    }
    #news img.abs-img1 {
        max-height: 460px;
        top: -350px;
        left: calc(50% - 390px);
    }
    #news img.abs-img2 {
        max-height: 427px;
        top: -310px;
        right: calc(50% - 355px);
    }
    #news {
        padding: 120px 0 25px;
    }
    #diversity {
        padding: 240px 0 40px;
        background-size: 0, 0, 150px, 150px, 100%, 17px, 100%;
        background-position: calc(50% - 700px) calc(35% + 210px), calc(50% + 700px) calc(35% + 100px), calc(50% - 410px) calc(0% + 170px), calc(50% + 400px) calc(0% + 145px), center top, center top, center top;
    }
    #playing01_1 {
        padding: 250px 0 80px;
        background-size: 150px, 150px, 100%, 203px, 218px, 100%;
        background-position: calc(50% - 410px) calc(0% + 140px), calc(50% + 380px) calc(0% + 135px), center top, calc(50% - 430px) calc(100% + 15px), calc(50% + 400px) calc(100% + 10px), center top;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 221px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 204px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        right: -65px;
        top: -100px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 138px;
    }

}

@media screen and (max-width: 1024px) {
  #news .flex>div {
    width: calc(50% - 20px);
  }
  .container-add {
    padding-left: 20px;
  }
  ul.menulist li a {
      font-size: 13px;
  }
    #anc-photospot03, #anc-venue {
        padding-top: 20px;
        margin-top: -21px;
    }
    #anc-photoevent05 {
        padding-top: 140px;
        margin-top: -141px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 185px;
    }
    #art-board .playing01_1-inner img.abs1 {
        left: -45px;
        bottom: -45px;
    }
}

@media screen and (max-width: 991px) {
  .cgprize-inner {
      margin-bottom: 30px;
  }
  .sm-m-top-30 {
    margin-top: 30px;
  }
  .twitter-sec iframe {
      height: 304px !important;
  }
  #news .flex {
      flex-wrap: wrap;
  }
  #news .flex>div {
      /* width: 100%; */
      width: 50%;
  }
  #news .flex .border {
      margin-bottom: 40px;
  }
  .backtop {
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background-size: 40px;
  }
  ul.menulist li a {
      font-size: 12px;
      padding-bottom: 15px;
  }
  ul.menulist li a span {
      font-size: 11px;
  }
  ul.menulist li a:after {
      width: 12px;
      height: 12px;
      background-size: 12px;
      left: calc(50% - 6px);
  }
  .menu-logo img {
      max-height: 68px;
  }
  .news-child:first-child img {
      max-height: 30px;
  }
  .news-child:first-child {
      width: 165px;
  }
  .news-child:last-child {
      width: calc(100% - 165px);
      padding-left: 40px;
  }
  .news-inner {
      border-radius: 15px;
      padding: 25px 0 25px 45px;
      margin-bottom: 40px;
  }
  .news-detail p {
      font-size: 14px;
  }
  .news-detail p:first-child {
      width: 120px;
  }
  .news-detail p:last-child {
      width: calc(100% - 120px);
  }
    #news img.abs-img1 {
        max-height: 400px;
        top: -310px;
        left: calc(50% - 350px);
    }
    #news img.abs-img2 {
        max-height: 377px;
        top: -280px;
        right: calc(50% - 320px);
    }
    .main_wrapper {
        margin-top: 98px;
    }
    #news {
        padding: 100px 0 15px;
    }
    #diversity img.title-img {
        max-height: 146px;
    }
    #diversity {
        padding: 210px 0 40px;
        background-size: 0, 0, 140px, 140px, 100%, 13px, 100%;
        background-position: calc(50% - 700px) calc(35% + 210px), calc(50% + 700px) calc(35% + 100px), calc(50% - 370px) calc(0% + 150px), calc(50% + 340px) calc(0% + 115px), center top, center top, center top;
    }
    img.title-img {
        margin-bottom: 55px;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 75px;
    }
    .mb40 {
        margin-bottom: 30px;
    }
    .font24 {
        font-size: 20px;
    }
    .diversity-child3:first-child {
        width: 65px;
    }
    .diversity-child3:first-child p {
        padding: 5px 8px;
    }
    .diversity-child3 p span {
        display: block;
        line-height: 1.6em;
        margin-top: 5px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 75px);
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 22px;
        padding: 30px 10px;
        border-radius: 12px;
    }
    #diversity a.btnstyle-anc img.abs-img1,
    #news a.btnstyle-anc img.abs-img1 {
        max-height: 24px;
        right: 30px;
    }
    #playing01_1 {
        padding: 230px 0 80px;
        background-size: 140px, 140px, 100%, 183px, 203px, 100%;
        background-position: calc(50% - 345px) calc(0% + 120px), calc(50% + 330px) calc(0% + 120px), center top, calc(50% - 410px) calc(100% + 15px), calc(50% + 380px) calc(100% + 10px), center top;
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 140px;
        top: 25px;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 40px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 60px;
    }
    .title-inner2 img:nth-child(3), #art-board .title-inner2 img:nth-child(2) {
        max-height: 62px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 55px;
    }
    .mb60 {
        margin-bottom: 45px;
    }
    #playing01_1-2 {
        background-size: 100%, 0, 0, 140px, 140px, 229px, 229px, 239px;
    }
    #playing01_1-3, #playing01_1-5 {
        background-size: 100%, 0, 0, 140px, 140px, 229px, 229px, 100%;
    }
    .playing01_1-inner img:first-child {
        max-height: 422px;
    }
    .playing01_1-inner img.abs {
        max-height: 535px;
        right: 15px;
        bottom: -25px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 108px;
        top: -65px;
    }
    .playing01_1-inner2 img.abs1, .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 151px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 140px 0 100px;
    }
    #playing01_1-3 .playing01_1-inner img:first-child {
        max-height: 472px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 560px;
        right: -20px;
        bottom: -10px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1, #playing01_1-3 .playing01_1-inner2 img.abs2, #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 169px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 65px;
        top: -40px;
    }
    .playing01_1-inner2 {
        padding: 10px;
    }
    .padding100 {
        padding: 65px;
    }
    .pb80 {
        padding-bottom: 65px;
    }
    .font20 {
        font-size: 16px;
    }
    .locker-child {
        width: calc(50% - 20px);
        padding: 30px;
        border-radius: 10px;
    }
    .locker-child img.abs {
        max-height: 40px;
        left: 20px;
        top: -20px;
    }
    .font21 {
        font-size: 17px;
    }
    .lh-17 {
        line-height: 1.6em;
    }
    .locker-inner {
        background-size: 15px;
    }
    .font15 {
        font-size: 14px;
    }
    #playing01_1-3 .playing01_1-child2 p {
        letter-spacing: 0.02em;
    }
    #playing01_1-4 {
        background-size: 100%, 0, 0, 140px, 140px, 229px, 229px, 229px, 229px, 239px;
    }
    #playing01_1-4 .playing01_1-inner img:first-child {
        max-height: 530px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 570px;
        right: 10px;
        bottom: 0;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 171px;
    }
    #playing01_1-4 .playing01_1-inner2 img.abs1 {
        top: -60px;
    }
    .padding120 {
        padding: 65px;
    }
    .pt100 {
        padding-top: 60px;
    }
    .pb90 {
        padding-bottom: 65px;
    }
    .font23 {
        font-size: 20px;
    }
    .og-inner .anc-child {
        width: 100%;
    }
    .og-inner .anc-child:last-child {
        margin-top: 40px;
    }
    .mb120 {
        margin-bottom: 85px;
    }
    #playing01_1-4 .playing01_1-inner2 img.abs2 {
        top: -70px;
        left: -35px;
    }
    .font37 {
        font-size: 30px;
    }
    .font25 {
        font-size: 20px;
    }
    #playing01_1-4 .inner-border h3 span {
        display: block;
    }
    #playing01_1-4 .subtitle-img, #playing01_1-5 .subtitle-img {
        max-height: 65px;
    }
    .choosegame-child:first-child .choosegame-detail1 img.abs {
        left: -35px;
    }
    .choosegame-child:last-child .choosegame-detail1 img.abs {
        right: -30px;
    }
    .choosegame-child .choosegame-detail1 img.abs, #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 171px;
    }
    .choosegame-detail2 img.abs1, #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 59px;
        top: -35px;
    }
    .br30 {
        border-radius: 24px;
    }
    .choosegame-detail2-child:last-child>img {
        max-height: 160px;
    }
    #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        left: -50px;
        top: -100px;
    }
    .cgprize-child {
        width: calc(100% / 3 - 15px);
    }
    .cgprize-child img.abs {
        max-height: 38px;
        left: 5px;
        top: -19px;
    }
    #playing01_1-5 .playing01_1-inner img:first-child {
        max-height: 440px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 550px;
        right: 0;
        bottom: 20px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 165px;
        top: -45px;
        left: 30px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -20px;
        top: -35px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        left: 0;
        top: -30px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 93px;
    }
    #playing01_1-5 .playing01_1-inner2, #hat-throw .playing01_1-inner2 {
        width: 100%;
        padding: 10px;
    }
    #playing01_1-5 .inner-border {
        padding: 15px;
        min-height: 0;
    }
    #playing01_1-5 .playing01_1-inner2:last-child {
        margin-top: 50px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 174px;
    }
    .mb80 {
        margin-bottom: 65px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 44px;
        top: -25px;
    }
    #playing01_1-5 {
        padding-bottom: 70px;
    }
    #rally02 {
        background-size: 100%, 180px, 180px, 239px;
            padding: 250px 0 100px;
        background-position: center top, left -30px top 800px, right -30px top 740px, center top;
    }
    .postcard-img img.abs {
        max-height: 168px;
    }
    .font30 {
        font-size: 25px;
    }
    .mb55 {
        margin-bottom: 45px;
    }
    #art-board .title-inner2 .sidestar2 img:nth-child(1), #trading-card img:nth-child(4), #trading-card .sidestar2 img:nth-child(1) {
        max-height: 45px;
    }
    #art-board .title-inner2 .sidestar2>img.abs, #trading-card .title-inner .sidestar2>img.abs {
        max-height: 28px;
    }
    #art-board .title-inner2 .sidestar2>img.abs:nth-child(3) {
        right: calc(50% - 415px);
    }
    #trading-card .title-inner .sidestar2>img.abs:nth-child(3) {
        right: calc(50% - 480px);
    }
    #trading-card .title-inner .sidestar2>img.abs:nth-child(2) {
        left: calc(50% - 415px);
    }
    #trading-card .title-inner .sidestar2>img.abs:nth-child(2) {
        left: calc(50% - 480px);
    }
    #art-board .playing01_1-inner img.abs1 {
        max-height: 171px;
        left: -35px;
    }
    .art-board-child img {
        max-height: 104px;
    }
    .art-board-child {
        width: calc(100% / 3 - 10px);
    }
    .art-board-child p {
        font-size: 11px;
        line-height: 1.4em;
    }
    .mb25 {
        margin-bottom: 15px;
    }
    #art-board {
        padding-bottom: 130px;
    }
    #photospot03 {
        padding: 110px 0 90px;
        background-size: 0, 0, 229px, 229px, 100%;
    }
    .photospot03-inner img.abs1 {
        max-height: 174px;
        left: -25px;
        bottom: -35px;
    }
    .photospot03-inner img.abs2 {
        max-height: 609px;
        right: -75px;
        bottom: -85px;
    }
    #goods04 {
        padding: 230px 0 90px;
        background-size: 100%, 229px, 229px, 13px, 100%;
    }
    #goods04 img.title-img {
        margin-bottom: 60px;
    }
    #goods04 .playing01_1-inner2 img.abs2 {
        right: -35px;
        top: -75px;
    }
    #goods04 .playing01_1-inner2 img.abs1 {
        left: -25px;
        top: -85px;
    }
    #goods04 .playing01_1-inner2 img.abs3 {
        right: -30px;
        bottom: -40px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 108px;
    }
    .mb30 {
        margin-bottom: 20px;
    }
    .mb50 {
        margin-bottom: 40px;
    }
    #photoevent05 {
        background-size: 100%, 13px, 100%;
    }
    #hat-throw {
        background-size: 100%, 140px, 140px, 229px, 229px, 13px, 100%;
        padding-bottom: 70px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 470px;
        margin-left: 30px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 481px;
        right: 30px;
        bottom: 0;
    }
    #hat-throw .playing01_1-inner2 h6 {
        min-height: 0;
    }
    #hat-throw .playing01_1-inner2:last-child {
        margin-top: 60px;
    }
    #trading-card {
        padding: 240px 0 285px;
        background-size: 100%, 100%, 0, 0, 229px, 229px, 239px;
    }
    #photoevent05>.container>.row {
        margin-top: 0;
    }
    .font60 {
        font-size: 44px;
    }
    .photoevent05-child img.abs {
        max-height: 210px;
        left: -35px;
        bottom: -40px;
    }
    #photoevent05 {
        padding: 0 0 190px;
    }
    #venue img.abs1 {
        max-height: 176px;
        left: -25px;
        bottom: 130px;
    }
    #venue .subtitle-img {
        max-height: 54px;
    }

  #venue .flex2 p {
      font-size: 15px;
      text-indent: -1em;
      padding-left: 1em;
      line-height: 1.4em;
  }
  #venue .flex2 {
      border-radius: 15px;
      margin-top: 42px;
  }
  #venue .flex2 p:nth-child(n+2) {
      margin-top: 10px;
  }
  #venue .flex1 .venue-list {
      width: calc(100%/3 - 20px);
  }
  #venue .flex1 .venue-list:nth-child(n+4) {
      margin-top: 42px;
  }
  #venue .flex1 .venue-list>img {
      max-width: 69px;
      top: -35px;
  }
  img.sec-main-img {
      margin-bottom: 60px;
  }
  .flex-sec-title {
      margin-bottom: 50px;
  }
  .photoevent05-inner2 {
      margin-top: 50px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 340px;
  }
  a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
      font-size: 17px;
      background-size: 25px, 100%;
      background-position: center right 20px, center;
  }
  .photoevent05-child2:last-child {
      margin-left: 25px;
  }
  a.btn-img img, a.btn-img2 img {
      max-height: 128px;
  }
  a.btn-img, a.btn-img2 {
      background-position: center bottom 11px;
      margin-top: 35px;
  }
  .anc-child {
      width: calc(100% / 2 - 15px);
  }
  .anc-child:nth-child(n+3) {
      margin-top: 40px;
  }
  .anc-child:hover img.abs-img2 {
      top: -377px;
  }
    #venue .flex2.venue-att {
        width: 100%;
    }
    .play-att p {
        margin-top: 20px;
        font-size: 16px;
    }
    #venue .flex1 .venue-list a h4.mt-10 {
        margin-top: 32px;
    }
    #venue .flex2.venue-att img.abs {
        max-height: 152px;
        right: -35px;
        bottom: -30px;
    }
    #venue {
        background-size: 140px, 140px, 229px, 229px, 100%;
    }
    #photoevent05 .subtitle-inner h5.font24 {
        font-size: 18px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 95px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 90px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 650px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 212px;
        right: 65px;
        bottom: 0;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 130px;
        right: 165px;
        bottom: 115px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 104px;
        right: 175px;
        bottom: 10px;
    }
    #trading-card p {
        font-size: 16px;
        padding-left: 1em;
        text-indent: -1em;
    }
    .sl-img img.abs {
        max-height: 168px;
    }
    #playing01_1 img.abs.bg-flash {
        left: calc(50% - 450px);
        bottom: 175px;
    }
    #playing01_1-2 img.abs.bg-flash, #playing01_1-3 img.abs.bg-flash {
        left: calc(50% - 460px);
        bottom: -40px;
    }
    #playing01_1-4 img.abs.bg-flash {
        left: calc(50% - 365px);
        bottom: 0;
    }
    #playing01_1-5 img.abs.bg-flash {
        bottom: 100px;
        left: calc(50% - 360px);
    }
    #rally02 img.abs.bg-flash {
        left: calc(50% - 500px);
        top: 105px;
        bottom: auto;
    }
    .sidestar>img.abs:nth-child(4) {
        right: calc(50% - 415px);
    }
    .sidestar>img.abs:nth-child(3) {
        left: calc(50% - 415px);
    }
    #art-board img.abs.bg-flash {
        left: calc(50% - 390px);
        bottom: 60px;
    }
    #art-board .title-inner2 .sidestar2>img.abs:nth-child(2) {
        left: calc(50% - 410px);
    }
    #photospot03 img.abs.bg-flash {
        left: calc(50% - 450px);
        bottom: -80px;
    }
    #goods04 img.abs.bg-flash {
        left: calc(50% - 320px);
        bottom: -90px;
    }
    .bg-flash-inner2 img.bg-flash {
        left: calc(50% - 380px);
        bottom: 15px;
    }
    #trading-card img.abs.bg-flash {
        left: calc(50% - 400px);
        top: 180px;
    }
    .title-inner img.abs1 {
        top: 90px;
        left: -130px;
    }
    #anc-photoevent05 {
        padding-top: 120px;
        margin-top: -121px;
    }
    .choosegame-child img.label-img {
        max-height: 44px;
    }
    .contact-child:first-child {
        width: 160px;
    }
    .contact-child h5 {
        font-size: 18px;
    }
    .contact-child p {
        font-size: 15px;
    }
    .contact-child:last-child {
        width: calc(100% - 160px);
        padding-left: 40px;
    }
    .contact-sec {
        border-radius: 15px;
    }
    .choosegame-detail2-child p span {
        font-size: 13px;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 940px) {
    ul.menulist li a, ul.menulist li a span {
        letter-spacing: 0;
        text-indent: 0;
    }
}

@media screen and (max-width: 890px) {
    .menu-logo img {
        max-height: 63px;
    }
    ul.menulist li a span {
        font-size: 10px;
    }
    ul.menulist li a {
        font-size: 11px;
        padding-bottom: 14px;
    }
    .menu_wrapper {
        padding: 12px 0;
    }
    .main_wrapper {
        margin-top: 87px;
    }
    .is-fixed .menu-logo img {
        max-height: 58px;
    }
    .menu_wrapper.is-fixed {
        padding: 10px 0;
    }
    #news img.abs-img1 {
        max-height: 360px;
        top: -280px;
        left: calc(50% - 320px);
    }
    #news img.abs-img2 {
        max-height: 337px;
        top: -255px;
        right: calc(50% - 290px);
    }
    #news {
        padding: 85px 0 15px;
    }
    #playing01_1 {
        padding: 230px 0 80px;
        background-size: 140px, 140px, 100%, 163px, 178px, 100%;
        background-position: calc(50% - 345px) calc(0% + 120px), calc(50% + 330px) calc(0% + 120px), center top, calc(50% - 395px) calc(100% + 15px), calc(50% + 375px) calc(100% + 10px), center top;
    }
    #anc-rally02, #anc-diversity, #anc-playing01_1, #anc-playing01_1-inner,
    #anc-lottery01_2, #anc-ball01_3, #anc-clawcrane01_4, #anc-goods04, #anc-trading-card,
    #anc-choosegame-1, #anc-choosegame-2, #anc-photoevent05 {
        padding-top: 110px;
        margin-top: -111px;
    }
    #anc-photospot03, #anc-venue {
        padding-top: 10px;
        margin-top: -11px;
    }
    .choosegame-child img.label-img {
        max-height: 40px;
    }
}

@media screen and (max-width: 840px) {
    .menu-logo img {
        max-height: 58px;
    }
    ul.menulist li a, ul.menulist li a span {
        letter-spacing: 0;
        text-indent: 0;
    }
    ul.menulist li a:after {
        width: 10px;
        height: 10px;
        background-size: 10px;
        left: calc(50% - 5px);
    }
    ul.menulist li a {
        padding-bottom: 12px;
    }
    ul.menulist li a:hover:after {
        bottom: -5px;
    }
    .main_wrapper {
        margin-top: 82px;
    }
    .menu-logo {
        width: 65px;
    }
    ul.menulist {
        width: calc(100% - 65px);
    }
    ul.menulist li {
        padding: 0;
    }
    #playing01_1 {
        padding: 220px 0 80px;
        background-size: 140px, 140px, 100%, 0, 0, 100%;
        background-position: calc(50% - 345px) calc(0% + 120px), calc(50% + 330px) calc(0% + 120px), center top, calc(50% - 395px) calc(100% + 15px), calc(50% + 375px) calc(100% + 10px), center top;
    }
    #playing01_1-4 .playing01_1-inner2 img.abs3 {
        right: -35px;
    }
    #anc-photospot03, #anc-venue {
        padding-top: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 790px) {
    .container-add {
        padding-left: 15px;
    }
    .menu-logo img {
        max-height: 48px;
    }
    .is-fixed .menu-logo img {
        max-height: 43px;
    }
    .main_wrapper {
        margin-top: 72px;
    }
    #news img.abs-img1 {
        max-height: 320px;
        top: -250px;
        left: calc(50% - 280px);
    }
    #news img.abs-img2 {
        max-height: 292px;
        top: -220px;
        right: calc(50% - 250px);
    }
    #news {
        padding: 80px 0 15px;
    }
    .playing01_1-inner2 img.abs1 {
        top: -95px;
        left: -30px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1 {
        left: -35px;
    }
    #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        left: -40px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1 {
        left: -35px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        right: -35px;
        top: -75px;
    }
}

@media screen and (max-width: 768px) {
  .page-content {
      margin-top: 0 !important;
      position: relative;
      z-index: 1;
  }
  .menu_wrapper,
  .menu_wrapper.is-fixed {
      padding: 0;
      position: fixed;
      top: 0;
      right: 0;
      left: auto;
      padding: 15px 0;
        background: #7d000a;
      width: 50px;
      height: 53px;
      z-index: 100;
  }
  .nav_toggle_add {
        display: block;
        position: relative;
        width: 70%;
        height: 20px;
        margin: 0 auto;
        z-index: 5;
        cursor: pointer;
  }
  .nav_toggle_add i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .menu-logo.none768 {
      display: none;
  }
  .nav_toggle_add i:nth-child(1) {
    top: 0;
  }
  .nav_toggle_add i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle_add i:nth-child(3) {
    bottom: 0;
  }
  .menulist {
      position: fixed;
      width: 100%;
      background: #fff;
      top: 0;
      right: 0;
      padding: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s, visibility .5s;
  }
  .menulist.show {
    opacity: 1;
    visibility: visible;
  }
  ul.menulist {
      width: 100%;
        background: #7d000a;
      display: block;
  }
  ul.menulist li,
  .menu_wrapper:not(.is-fixed) ul.menulist li {
      padding: 10px 0;
      width: 100%;
  }
  ul.menulist li a img.menu_img {
      display: none;
  }
  ul.menulist li a {
      padding-bottom: 0;
  }
  ul.menulist li a:after {
      content: none;
  }
  ul.menulist li:not(:last-child) {
      border-right: none;
  }
  .menu_wrapper:not(.is-fixed) ul.menulist li:nth-child(n+5) {
      margin-top: 0;
  }
  ul.menulist li a {
      font-size: 14px;
  }
  .nav_toggle_add.show i:nth-child(1) {
      transform: translateY(11px) rotate(45deg);
  }
  .nav_toggle_add.show i:nth-child(2) {
    transform: translateY(2px) rotate(-45deg);
  }
  .nav_toggle_add.show i:nth-child(3) {
    opacity: 0;
  }
  .menu_wrapper .container-add, .menu_wrapper .container-add .row, .menu_wrapper .col-lg-12 {
      margin: 0;
      padding: 0;
      width: 100%;
  }
  .nav_toggle_add.show span {
      color: #ddb840;
  }
  .nav_toggle_add.show i {
      background-color: #ffffff;
  }
  .menu-logo {
      width: 100%;
      height: 53px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 15px;
  }
  .menu-logo img {
      max-height: 43px;
  }
  .main_wrapper {
      margin-top: 0;
  }
    #anc-rally02, #anc-diversity, #anc-playing01_1, #anc-playing01_1-inner, #anc-lottery01_2, #anc-ball01_3, #anc-clawcrane01_4, #anc-goods04, #anc-trading-card, #anc-photoevent05 {
        padding-top: 80px;
        margin-top: -81px;
    }
    #anc-choosegame-1, #anc-choosegame-2 {
          padding-top: 50px;
          margin-top: -51px;
      }
}

@media screen and (min-width: 769px) {
  .menu-logo.none769 {
      display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
      padding-right: 30px;
      padding-left: 30px;
  }
  .diversity-child2 {
      width: calc(50% - 15px);
  }
    .diversity-child2>img:nth-child(2) {
        max-height: 65px;
    }
    .font24 {
        font-size: 18px;
    }
    #hat-throw .playing01_1-inner2:last-child h6 {
        padding-top: 0;
    }
    .diversity-child3:first-child {
        width: 55px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 65px);
    }
    .mb40 {
        margin-bottom: 25px;
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 20px;
        padding: 28px 10px;
        border-radius: 10px;
    }
    #diversity a.btnstyle-anc img.abs-img1,
    #news a.btnstyle-anc img.abs-img1 {
        max-height: 22px;
        right: 25px;
    }
    #playing01_1 {
        padding: 190px 0 80px;
        background-size: 0, 0, 100%, 0, 0, 100%;
    }
  a.btn-img img, a.btn-img2 img {
      max-height: 108px;
  }
  a.btn-img, a.btn-img2 {
      background-position: center bottom 10px;
      margin-top: 30px;
  }
  a.btn-img:hover, a.btn-img2:hover {
      transform: translateY(13px);
  }
  #venue .flex1 .venue-list {
      width: calc(100% / 3 - 15px);
  }
  #venue .flex1 .venue-list>img {
      max-width: 64px;
      top: -32px;
  }
  #venue .flex1 .venue-list a h4 {
      font-size: 16px;
      margin-top: 16px;
  }
  #venue .flex1 .venue-list a p {
      font-size: 12px;
      letter-spacing: 0.02em;
      text-indent: 0.02em;
      margin-bottom: 18px;
      margin-top: 14px;
  }
  #venue .flex1 .venue-list a p.mt-10 {
      margin-top: 14px;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 26px;
  }
  #venue .flex2 p {
      font-size: 14px;
  }
  #venue .flex2 {
      padding: 20px 25px;
  }
  img.sec-main-img {
      margin-bottom: 50px;
  }
  .flex-sec-title {
      margin-bottom: 40px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 280px;
      padding: 40px 90px;
      border-radius: 10px;
      box-shadow: 0px 12px 0px rgba(112, 93, 94, 0.3);
  }
  a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
      font-size: 15px;
      background-size: 20px, 100%;
      background-position: center right 15px, center;
      letter-spacing: 0.06em;
      border-radius: 10px;
  }
  a.btnstyle1:hover, a.btnstyle2:hover {
    top: 12px;
  }
  img.title-img,
  #goods04 img.title-img,
  #rally02 img.title-img {
      margin-bottom: 50px;
  }
  a.btnstyle-anc span {
      font-size: 14px;
  }
  a.btnstyle-anc {
      font-size: 18px;
      padding: 20px 10px 25px;
      box-shadow: 0px 8px 0px rgba(0, 86, 63, 0.4);
  }
  a.btnstyle-anc img.abs-img1 {
      max-height: 25px;
      bottom: -15px;
  }
  a.btnstyle-anc:hover {
      top: 8px;
  }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 110px;
        top: 20px;
    }
    #playing01_1-2 {
        background-size: 100%, 0, 0, 0, 0, 179px, 179px, 239px;
    }
    #playing01_1-3, #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 179px, 179px, 100%;
    }
    #playing01_1-4 {
        background-size: 100%, 0, 0, 0, 0, 179px, 179px, 179px, 179px, 239px;
    }
    .font20 {
        font-size: 15px;
    }
    #playing01_1-2 .playing01_1-child2 p,
    #playing01_1-3 .playing01_1-child2 p {
        text-align: justify;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.4em;
    }
    .padding100 {
        padding: 50px;
    }
    .pb80 {
        padding-bottom: 50px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 98px;
        top: -60px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 130px 0 90px;
    }
    .mb60 {
        margin-bottom: 40px;
    }
    .playing01_1-inner2 img.abs1, .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 141px;
    }
    .mb15 {
        margin-bottom: 10px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 50px;
    }
    .font21 {
        font-size: 16px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1, #playing01_1-3 .playing01_1-inner2 img.abs2, #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 154px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs2 {
        left: -35px;
    }
    .locker-child {
        width: calc(50% - 15px);
        padding: 25px;
        border-radius: 10px;
    }
    .font15 {
        font-size: 13px;
    }
    .locker-inner {
        background-size: 12px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 60px;
        top: -35px;
    }
    .padding120 {
        padding: 50px;
    }
    .pb90 {
        padding-bottom: 55px;
    }
    .pt100 {
        padding-top: 55px;
    }
    .font23 {
        font-size: 18px;
    }
    .font37 {
        font-size: 28px;
    }
    .font25 {
        font-size: 18px;
    }
    .choosegame-detail2-child:last-child>img {
        max-height: 150px;
    }
    .choosegame-detail2 img.abs1, #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 49px;
        top: -30px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 88px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 164px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 90px;
    }
    #rally02 {
        background-size: 100%, 0, 0, 239px;
        padding: 210px 0 100px;
    }
    #rally02 img.subtitle-img4 {
        max-height: 54px;
    }
    #art-board .title-inner2 .sidestar2 img:nth-child(1), #trading-card img:nth-child(4), #trading-card .sidestar2 img:nth-child(1) {
        max-height: 40px;
    }
    .sidestar>img.abs, .sidestar2>img.abs,
    #art-board .title-inner2 .sidestar2>img.abs,
    #trading-card .title-inner .sidestar2>img.abs {
        max-height: 0;
    }
    #art-board .playing01_1-inner img.abs1 {
        max-height: 0;
    }
    #art-board .title-inner2 h5.font30,
    #hat-throw .title-inner2 h5.font30,
    #trading-card .title-inner h5.font30 {
        font-size: 22px;
    }
    .art-board-child img {
        max-height: 85px;
    }
    #photospot03 {
        padding: 90px 0 90px;
        background-size: 0, 0, 179px, 179px, 100%;
    }
    #hat-throw {
        background-size: 100%, 0, 0, 179px, 179px, 11px, 100%;
        padding-bottom: 70px;
    }
    .title-inner img.abs1,
    #playing01_1 img.abs.bg-flash,
    #playing01_1-2 img.abs.bg-flash,
    #playing01_1-3 img.abs.bg-flash,
    #playing01_1-4 img.abs.bg-flash,
    #playing01_1-5 img.abs.bg-flash,
    #rally02 img.abs.bg-flash,
    #goods04 img.abs.bg-flash,
    #art-board img.abs.bg-flash,
    #photospot03 img.abs.bg-flash,
    #trading-card img.abs.bg-flash,
    .bg-flash-inner2 img.bg-flash,
    .bg-flash-inner img.bg-flash {
        max-height: 350px;
    }
    .bg-flash-inner img.bg-flash {
        left: calc(50% - 420px);
        bottom: -25px;
    }
    #photoevent05 {
        background-size: 100%, 11px, 100%;
    }
    #trading-card {
        padding: 200px 0 240px;
        background-size: 100%, 100%, 0, 0, 179px, 179px, 239px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 80px;
    }
    #trading-card img.title-img {
        margin-bottom: 45px;
    }
    #goods04 {
        padding: 200px 0 80px;
        background-size: 100%, 179px, 179px, 11px, 100%;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 93px;
    }
  .anc-child:hover img.abs-img2 {
      top: -350px;
  }
  .anc-child:hover a,
  #news .twitter-sec:hover a,
  #diversity .anc-child:hover a {
    box-shadow: none;
    top: 8px;
  }
  .news-child:first-child img {
      max-height: 25px;
  }
  .news-child:first-child {
      width: 145px;
  }
  .news-child:last-child {
      width: calc(100% - 145px);
      padding-left: 35px;
  }
  .news-detail p {
      font-size: 13px;
  }
  .news-detail,
  .news-detail p:last-child {
      width: 100%;
  }
    .playing01_1-inner img.abs {
        max-height: 505px;
    }
  img.none767 {
      display: none;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 5px;
      margin-bottom: 15px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 9px;
  }
    #diversity {
        padding: 190px 0 40px;
        background-size: 0, 0, 0, 0, 100%, 11px, 100%;
    }
    #diversity img.title-img {
        max-height: 126px;
    }
    .photoevent05-child img.abs {
        max-height: 180px;
    }
    #photoevent05 {
        padding: 0 0 170px;
    }
    #photoevent05 .subtitle-inner h5.font24 {
        font-size: 16px;
    }
    .font60 {
        font-size: 40px;
    }
    .mb80 {
        margin-bottom: 60px;
    }
    #venue img.abs1 {
        max-height: 156px;
        left: -20px;
        bottom: 100px;
    }
    #venue .subtitle-img {
        max-height: 49px;
    }
    #venue {
        background-size: 80px, 80px, 179px, 179px, 100%;
    }
    #venue {
        padding: 90px 0;
    }
    #venue .flex2.venue-att img.abs {
        max-height: 132px;
        right: -30px;
        bottom: -40px;
    }
    .sl-img img.abs {
        max-height: 148px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 600px;
        bottom: -170px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 182px;
        right: 60px;
        bottom: 10px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 115px;
        right: 150px;
        bottom: 110px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 89px;
        right: 165px;
        bottom: 10px;
    }
    #trading-card p {
        font-size: 15px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 450px;
        margin-left: 20px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 491px;
        right: 20px;
        bottom: -10px;
    }
    .contact-child h5 {
        font-size: 17px;
    }
    h5.link-btn {
        font-size: 13px;
        width: 140px;
        margin: 0 auto 20px;
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        box-shadow: 0px 8px 0px rgba(58, 34, 56, 0.5);
    }
}

@media screen and (min-width: 768px) {
    img.none768 {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .anc-child:hover img.abs-img2 {
        top: -330px;
    }
    .choosegame-detail2-child:last-child>img {
        max-height: 140px;
    }
    .cgprize-child img.abs {
        max-height: 32px;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .sl-img img.abs {
        max-height: 138px;
    }
    .postcard-img img.abs {
        max-height: 148px;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 22px;
        text-align: justify;
    }
    #art-board .title-inner2 h5.font30 br, #hat-throw .title-inner2 h5.font30 br, #trading-card .title-inner h5.font30 br {
        display: none;
    }
    #venue .flex2.venue-att img.abs {
        max-height: 122px;
        right: -30px;
        bottom: -55px;
    }
    .br30 {
        border-radius: 16px;
    }
    #playing01_1 img.abs.bg-flash {
        left: calc(50% - 400px);
    }
    #playing01_1-4 img.abs.bg-flash {
        left: calc(50% - 335px);
    }
    #playing01_1-5 img.abs.bg-flash {
        left: calc(50% - 330px);
    }
    #photospot03 img.abs.bg-flash {
        left: calc(50% - 410px);
    }
    #goods04 img.abs.bg-flash {
        left: calc(50% - 270px);
    }
    .bg-flash-inner2 img.bg-flash {
        left: calc(50% - 350px);
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 451px;
        right: 0;
        bottom: 0;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 440px;
        margin-left: 0;
    }
}

@media screen and (max-width: 699px) {
  .backtop {
      bottom: 30px;
      right: 15px;
      width: 35px;
      height: 35px;
      background-size: 35px;
  }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 520px;
        right: -15px;
        bottom: -10px;
    }
  #venue .flex2 p {
      font-size: 13px;
  }
  #venue .flex1 .venue-list a p {
      font-size: 11px;
      letter-spacing: 0;
      text-indent: 0;
      margin-top: 13px;
      margin-bottom: 19px;
  }
  #venue .flex1 .venue-list>img {
      max-width: 54px;
      top: -27px;
  }
  #venue .flex1 .venue-list a p.mt-10 {
      margin-top: 13px;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 5px;
      margin-bottom: 13px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 8px;
  }
  #venue .flex1 .venue-list:nth-child(n+4) {
      margin-top: 37px;
  }
  #venue .flex1 .venue-list a h4 {
      font-size: 15px;
      margin-top: 15px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 320px;
  }
  .photoevent05-child2:last-child {
      margin-left: 0;
      margin-top: 30px;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 24px;
  }
  #venue .flex2 {
      margin-top: 37px;
      padding: 20px 25px;
  }
  .play-att p {
      font-size: 15px;
  }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 19px;
        border-radius: 8px;
    }
    #diversity a.btnstyle-anc img.abs-img1,
    #news a.btnstyle-anc img.abs-img1 {
        max-height: 20px;
        right: 20px;
    }
    .playing01_1-inner img.abs {
        max-height: 465px;
        right: 0;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 93px;
        top: -55px;
    }
    .locker-child {
        width: 100%;
    }
    .locker-child:last-child {
        margin-top: 50px;
    }
    .locker-inner {
        background-size: 0;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 55px;
        top: -30px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 510px;
        right: 10px;
        bottom: 0;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 151px;
    }
    .padding120 {
        padding: 45px;
    }
    .pb90 {
        padding-bottom: 50px;
    }
    .pt100 {
        padding-top: 50px;
    }
    .font23 {
        font-size: 17px;
    }
    .choosegame-child .choosegame-detail1 img.abs, #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 151px;
    }
    .choosegame-child {
        width: calc(50% - 15px);
    }
    .choosegame-detail2-child:first-child img {
        max-height: 43px;
    }
    .choosegame-detail2 img.abs1, #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 44px;
        top: -25px;
    }
    .mb100 {
        margin-bottom: 75px;
    }
    .choosegame-detail2-child:last-child>img {
        max-height: 130px;
    }
    .lh-18 {
        line-height: 1.7em;
    }
    .choosegame-detail2:before {
        bottom: -25px;
        border-top: 25px solid #fff;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
    }
    .padding60 {
        padding: 40px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 520px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 150px;
    }
    #playing01_1-4 .subtitle-img, #playing01_1-5 .subtitle-img {
        max-height: 60px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 80px;
    }
    .postcard-img img.abs {
        max-height: 138px;
    }
    .photospot03-inner img.abs2 {
        max-height: 569px;
        right: -70px;
        bottom: -90px;
    }
    .photospot03-inner img.abs1 {
        max-height: 154px;
    }
    .mb120 {
        margin-bottom: 75px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 430px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 75px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 570px;
        bottom: -175px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 167px;
        right: 55px;
        bottom: 5px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 100px;
        right: 140px;
        bottom: 95px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 79px;
        right: 145px;
        bottom: 10px;
    }
    .photoevent05-child img.abs {
        max-height: 160px;
    }
    #venue .subtitle-img {
        max-height: 44px;
    }
    #venue img.abs1 {
        max-height: 146px;
        left: -15px;
        bottom: 105px;
    }
    #venue .flex2.venue-att img.abs {
        max-height: 117px;
    }
    #anc-rally02, #anc-diversity, #anc-playing01_1, #anc-playing01_1-inner, #anc-lottery01_2, #anc-ball01_3, #anc-clawcrane01_4, #anc-goods04, #anc-trading-card, #anc-photoevent05 {
        padding-top: 60px;
        margin-top: -61px;
    }
    .contact-sec {
        padding: 20px 25px;
        margin-top: 37px;
    }
    .contact-child h5 {
        font-size: 17px;
        padding-right: 25px;
    }
    .contact-child:first-child {
        width: 150px;
    }
    .contact-child:last-child {
        width: calc(100% - 150px);
        padding-left: 35px;
    }
    .contact-child h5 {
        font-size: 17px;
    }
    .contact-child p {
        font-size: 15px;
    }
}

@media screen and (max-width: 660px) {
    .anc-child {
        width: calc(100% / 2 - 10px);
    }
    a.btnstyle-anc span {
        font-size: 13px;
        margin-bottom: 8px;
    }
    a.btnstyle-anc {
        font-size: 17px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 98px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 8px;
        margin-top: 25px;
    }
    .anc-child:hover img.abs-img2 {
        top: -300px;
    }
    .news-child:first-child img {
        max-height: 20px;
    }
    .news-inner {
        border-radius: 15px;
        padding: 20px 0 20px 30px;
    }
    .news-child:first-child {
        width: 110px;
    }
    .news-child:last-child {
        width: calc(100% - 110px);
        padding-left: 30px;
    }
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 15px);
    }
    img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 45px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 37px;
    }
    #venue .flex2.venue-att {
        width: 100%;
    }
    #venue .flex2 {
        margin-top: 40px;
        padding: 25px;
    }
    #venue .flex1 .venue-list:nth-last-child(2) {
        margin-right: 0;
    }
    #news img.abs-img1 {
        max-height: 300px;
        top: -235px;
        left: calc(50% - 230px);
    }
    #news img.abs-img2 {
        max-height: 282px;
        top: -215px;
        right: calc(50% - 210px);
    }
    #diversity img.title-img {
        max-height: 106px;
    }
        #diversity {
            padding: 150px 0 40px;
        }
    .diversity-child2>img:nth-child(2) {
        max-height: 60px;
    }
    .font24 {
        font-size: 17px;
    }
    .diversity-child3:first-child {
        width: 50px;
    }
    .diversity-child3:first-child p {
        padding: 5px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 60px);
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 18px;
        border-radius: 5px;
    }
    #diversity a.btnstyle-anc img.abs-img1,
    #news a.btnstyle-anc img.abs-img1 {
        max-height: 18px;
        right: 15px;
    }
    #playing01_1 {
        padding: 170px 0 80px;
    }
    .playing01_1-inner img.abs {
        max-height: 445px;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 35px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 50px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 45px;
    }
    .mb60 {
        margin-bottom: 35px;
    }
    .mb70 {
        margin-bottom: 60px;
    }
    .playing01_1-inner2 img.abs1 {
        max-height: 0;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 450px;
        right: -20px;
        bottom: -10px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 470px;
        right: -10px;
        bottom: 0;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 141px;
    }
    #playing01_1-4 .inner-border h4 {
        text-align: justify;
    }
    #playing01_1-4 .inner-border h4 br {
        display: none;
    }
    .choosegame-child .choosegame-detail1 img.abs, #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 136px;
    }
    .choosegame-detail2-child:last-child>img {
        max-height: 120px;
    }
    .cgprize-child img.abs {
        max-height: 30px;
        top: -20px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 470px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 140px;
        top: -40px;
    }
    #art-board .playing01_1-inner img.abs-add {
        top: -30px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        top: -25px;
    }
    #playing01_1-4 .subtitle-img, #playing01_1-5 .subtitle-img {
        max-height: 55px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 154px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 42px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 75px;
    }
    .sl-img img.abs {
        max-height: 0;
    }
    .photospot03-inner img.abs2 {
        max-height: 499px;
        right: -60px;
        bottom: -85px;
    }
    .photospot03-inner img.abs1 {
        max-height: 144px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 83px;
    }
    .font60 {
        font-size: 36px;
    }
    #photoevent05 .subtitle-inner h5.font24 {
        font-size: 15px;
        text-align: justify;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.4em;
    }
    .photoevent05-child img.abs {
        max-height: 150px;
    }
    #hat-throw {
        background-size: 100%, 0, 0, 179px, 179px, 9px, 100%;
    }
    #photoevent05 {
        background-size: 100%, 9px, 100%;
    }
    #goods04 {
        background-size: 100%, 179px, 179px, 9px, 100%;
    }
    #diversity {
        background-size: 0, 0, 0, 0, 100%, 9px, 100%;
    }
    .contact-sec {
        padding: 25px;
        margin-top: 40px;
    }
    .contact-child h5 {
        font-size: 16px;
        padding-right: 25px;
    }
    .contact-child:first-child {
        width: 140px;
    }
    .contact-child:last-child {
        width: calc(100% - 140px);
        padding-left: 32px;
    }
    .contact-child p {
        font-size: 14px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 130px;
        top: -35px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        top: -25px;
    }
    #news .flex>div {
        width: 60%;
    }
}

@media screen and (max-width: 640px) {
    .diversity-child2>img:nth-child(2) {
        max-height: 58px;
    }
    .choosegame-child img.label-img {
        max-height: 35px;
    }
}

@media screen and (max-width: 620px) {
    .font24 {
        font-size: 16px;
    }
    .font14 {
        font-size: 12px;
    }
    #goods04 .inner-border {
        padding: 40px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 400px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 421px;
    }
    .mb120 {
        margin-bottom: 70px;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 21px;
    }
    #trading-card img.title-img {
        margin-bottom: 40px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 530px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 157px;
        right: 50px;
        bottom: 0;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 90px;
        right: 125px;
        bottom: 90px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 74px;
        right: 135px;
        bottom: 10px;
    }
    #hat-throw {
        background-size: 100%, 0, 0, 179px, 179px, 8px, 100%;
    }
    #photoevent05 {
        background-size: 100%, 8px, 100%;
    }
    #goods04 {
        background-size: 100%, 179px, 179px, 8px, 100%;
    }
    #diversity {
        background-size: 0, 0, 0, 0, 100%, 8px, 100%;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 56px;
    }
    #playing01_1-4 .playing01_1-child2 p,
    #playing01_1-4 .inner-border>p:last-child {
        text-align: justify;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.4em;
    }
    .font25 {
        font-size: 17px;
    }
    .cgprize-inner {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 599px) {
    .cgprize-inner {
        margin-bottom: 25px;
    }
    ul.menulist li a,
    .menu_wrapper.is-fixed ul.menulist li a {
        font-size: 13px;
    }
    a.btnstyle-anc {
        font-size: 16px;
    }
    .diversity-child2 {
        width: calc(50% - 10px);
    }
    .anc-child:nth-child(n+3) {
        margin-top: 30px;
    }
    .playing01_1-inner img.abs {
        max-height: 405px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 420px;
        right: -25px;
        bottom: 0;
    }
    .padding60 {
        padding: 35px;
    }
    .choosegame-detail2-child:last-child>img {
        max-height: 110px;
    }
    .choosegame-detail2-child:first-child img {
        max-height: 38px;
    }
    .font25 {
        font-size: 17px;
    }
    .cgprize-child {
        width: calc(100% / 3 - 10px);
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 440px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 110px;
        top: -30px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        top: -25px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 70px;
    }
    .postcard-img img.abs {
        max-height: 123px;
    }
    .photospot03-inner img.abs2 {
        max-height: 449px;
        right: -50px;
        bottom: -80px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 401px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 500px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 146px;
        right: 45px;
        bottom: -10px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 85px;
        right: 115px;
        bottom: 75px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 69px;
        right: 135px;
        bottom: 0;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 55px;
    }
}

@media screen and (max-width: 575px) {
    #venue .flex2 p:nth-child(n+2) {
        margin-top: 8px;
    }
    #venue .flex2 {
        margin-top: 30px;
    }
    img.title-img,
    #goods04 img.title-img,
    #rally02 img.title-img {
        margin-bottom: 40px;
    }
    img.sec-main-img {
        margin-bottom: 45px;
    }
    .photoevent05-child {
        width: 100%;
    }
    .mb80 {
        margin-bottom: 50px;
    }
    .photoevent05-child img.abs {
        max-height: 140px;
    }
    .photoevent05-inner2 {
        margin-top: 35px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 78px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 7px;
        margin-top: 20px;
    }
    img.none575 {
        display: none;
    }
    .anc-child {
        width: calc(100% / 2 - 7px);
    }
    a.btnstyle-anc {
        font-size: 14px;
    }
    a.btnstyle-anc img.abs-img1 {
        max-height: 22px;
        bottom: -12px;
    }
    .anc-child:nth-child(n+3) {
        margin-top: 30px;
    }
    .anc-child:hover img.abs-img2 {
        top: -280px;
    }
    .diversity-child2 {
      width: 100%;
    }
    .diversity-child2:last-child {
        width: 100%;
        margin-top: 30px;
    }
    .news-child:first-child {
        width: 100%;
        text-align: center;
    }
    .news-child:last-child {
        width: 100%;
        padding-left: 20px;
        border-left: 0;
        margin-top: 15px;
    }
    .news-inner {
        border-radius: 12px;
        padding: 20px 0;
    }
    .twitter-sec iframe {
        height: 250px !important;
    }
    .flex-sec-title-child {
        width: 100%;
    }
    .flex-sec-title-child:last-child {
        margin-top: 20px;
    }
    .flex-sec-title {
        flex-wrap: wrap;
        justify-content: center;
    }
    .flex-sec-title-child:first-child img {
        max-height: 110px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 125px;
    }
    .playing01_1-inner2 img.abs1 {
        max-height: 0;
    }
    .playing01_1-inner img:nth-child(5) {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #news img.abs-img1 {
        max-height: 270px;
        top: -210px;
        left: calc(50% - 200px);
    }
    #news img.abs-img2 {
        max-height: 257px;
        top: -195px;
        right: calc(50% - 180px);
    }
    #news {
        padding: 70px 0 15px;
    }
    #diversity img.title-img {
        max-height: 86px;
    }
    #diversity {
        padding: 125px 0 40px;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 70px;
    }
    .diversity-child2:last-child>img:nth-child(3) {
        max-height: 35px;
    }
    a.btn-img2 {
        background-image: url(../img/2025/info_banner_sp_on.png);
    }
    .mb70 {
        margin-bottom: 50px;
    }
    .playing01_1-inner img.abs {
        max-height: 355px;
        bottom: -10px;
    }
    .padding100 {
        padding: 40px;
    }
    .pb80 {
        padding-bottom: 40px;
    }
    .font20 {
        font-size: 14px;
    }
    .mb60 {
        margin-bottom: 30px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 88px;
        top: -60px;
    }
    .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 131px;
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 90px;
        top: 15px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 110px 0 80px;
    }
    .title-inner img.abs1, #playing01_1 img.abs.bg-flash,
    #playing01_1-2 img.abs.bg-flash, #playing01_1-3 img.abs.bg-flash,
    #playing01_1-4 img.abs.bg-flash, #playing01_1-5 img.abs.bg-flash,
    #rally02 img.abs.bg-flash, #goods04 img.abs.bg-flash,
    #art-board img.abs.bg-flash, #photospot03 img.abs.bg-flash,
    #trading-card img.abs.bg-flash, .bg-flash-inner2 img.bg-flash,
    .bg-flash-inner img.bg-flash {
        max-height: 0;
    }
    #playing01_1-2 {
        background-size: 100%, 0, 0, 0, 0, 129px, 129px, 239px;
    }
    #playing01_1-3, #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 129px, 129px, 100%;
    }
    #playing01_1-4 {
        background-size: 100%, 0, 0, 0, 0, 129px, 129px, 129px, 129px, 239px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 40px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 390px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1, #playing01_1-3 .playing01_1-inner2 img.abs2, #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 134px;
    }
    .locker-child img.abs {
        max-height: 35px;
        left: 15px;
        top: -20px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1, #playing01_1-3 .playing01_1-inner2 img.abs2, #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 124px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 50px;
        top: -35px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 45px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 420px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 131px;
    }
    .og-inner .anc-child a.btnstyle-anc {
        font-size: 17px;
        letter-spacing: 0.04em;
        text-indent: 0.04em;
        padding: 25px 15px;
    }
    .mb50 {
        margin-bottom: 30px;
    }
    .font37 {
        font-size: 26px;
    }
    #playing01_1-4 .subtitle-img {
        max-height: 70px;
    }
    .mb65 {
        margin-bottom: 50px;
    }
    .choosegame-child {
        width: 100%;
    }
    .choosegame-child img.label-img {
        max-height: 35px;
    }
    .choosegame-child img.labeltitle-img {
        max-height: 80px;
    }
    .mb100 {
        margin-bottom: 60px;
    }
    .choosegame-detail2-child:first-child p {
        text-align: center;
    }
    .choosegame-detail2-child:first-child p br {
      display: block;
    }
    #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        top: -60px;
    }
    .choosegame-child:last-child {
        margin-top: 60px;
    }
    .choosegame-detail2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .cgprize-child {
        width: calc(100% / 2 - 15px);
    }
    .cgprize-child:last-child {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .font25 {
        font-size: 16px;
    }
    .cgprize-child img.abs {
        top: -15px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 73px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 390px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 100px;
        top: -20px;
    }
     #playing01_1-5 .subtitle-img {
        max-height: 40px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 144px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1 {
        top: -75px;
    }
    .postcard-img img.abs {
        max-height: 113px;
    }
    #playing01_1-5 {
        padding-bottom: 60px;
    }
    #rally02 {
        background-size: 100%, 0, 0, 239px;
        padding: 160px 0 90px;
    }
    .art-board-child {
        width: calc(100% / 2 - 10px);
    }
    .art-board-child:last-child {
        margin: 25px auto 0;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 19px;
    }
    .mb55 {
        margin-bottom: 35px;
    }
    .photospot03-inner img.abs2 {
        max-height: 399px;
        right: -40px;
        bottom: -65px;
    }
    .photospot03-inner img.abs1 {
        max-height: 124px;
    }
    #photospot03 {
        padding: 80px 0 80px;
        background-size: 0, 0, 129px, 129px, 100%;
    }
    #goods04 {
        padding: 160px 0 80px;
        background-size: 100%, 129px, 129px, 7px, 100%;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 380px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 381px;
    }
    .mb120 {
        margin-bottom: 60px;
    }
    #hat-throw {
        background-size: 100%, 0, 0, 129px, 129px, 7px, 100%;
        padding-bottom: 60px;
    }
    .padding50 {
        padding: 30px;
    }
    #photoevent05 {
        background-size: 100%, 7px, 100%;
    }
    #trading-card p {
        font-size: 14px;
    }
    #diversity {
        background-size: 0, 0, 0, 0, 100%, 7px, 100%;
    }
    #trading-card {
        padding: 160px 0 170px;
        background-size: 100%, 100%, 0, 0, 129px, 129px, 239px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 60px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 465px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 130px;
        right: 41px;
        bottom: -15px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 85px;
        right: 100px;
        bottom: 60px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 60px;
        right: 125px;
        bottom: -10px;
    }
    .font60 {
        font-size: 32px;
    }
    #photoevent05 {
        padding: 0 0 130px;
    }
    #venue .flex2.venue-att img.abs {
        max-height: 0;
    }
    #venue img.abs1 {
        max-height: 136px;
        left: -15px;
        bottom: 80px;
    }
    #venue {
        background-size: 0, 0, 129px, 129px, 100%;
        padding: 80px 0;
    }
    #playing01_1 {
        padding: 150px 0 80px;
    }
    .anc-inner {
        margin-top: 50px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 65px;
    }
    .contact-sec {
        margin-top: 30px;
    }
    .contact-child:first-child,
    .contact-child:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
    }
    .contact-child:last-child {
        margin-top: 20px;
    }
    .contact-child h5 {
        padding-right: 0;
    }
    .choosegame-child:last-child .choosegame-detail2:last-child p span {
        text-align: justify;
    }
    p.add-att {
        text-align: justify;
        padding-left: 1.1em;
        text-indent: -1.1em;
        line-height: 1.4em;
    }
    p.add-att.mb20 {
        margin-bottom: 10px;
    }
    #news .flex>div {
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    img.none576 {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    #anc-choosegame-1, #anc-choosegame-2 {
        padding-top: 40px;
        margin-top: -41px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 360px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 371px;
    }
}

@media screen and (max-width: 520px) {
    a.btnstyle-anc {
        font-size: 13px;
        padding: 15px 10px 20px;
    }
    a.btnstyle-anc span {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .anc-child:hover img.abs-img2 {
        top: -250px;
    }
    .diversity-child2:last-child {
        margin-top: 25px;
    }
    .twitter-sec iframe {
        height: 230px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 100px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 120px;
    }
    .flex-sec-title {
        margin-bottom: 30px;
    }
    .play-att p {
        margin-top: 15px;
        font-size: 14px;
    }
    #playing01_1 {
        padding: 140px 0 80px;
    }
    .playing01_1-inner img.abs {
        max-height: 305px;
        bottom: -10px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 75px;
        top: -50px;
    }
    .padding100 {
        padding: 35px;
    }
    .pb80 {
        padding-bottom: 35px;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 30px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 40px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 34px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 350px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 360px;
    }
    .padding120 {
        padding: 35px;
    }
    .pb90 {
        padding-bottom: 35px;
    }
    .pt100 {
        padding-top: 35px;
    }
    .og-inner .anc-child a.btnstyle-anc {
        font-size: 16px;
        letter-spacing: 0;
        text-indent: 0;
        padding: 23px 15px;
    }
    .og-inner .anc-child:last-child {
        margin-top: 30px;
    }
    .og-inner .anc-child a.btnstyle-anc img.abs-img1 {
        max-height: 20px;
        right: 15px;
    }
    .font37 {
        font-size: 24px;
    }
    .mb120 {
        margin-bottom: 55px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 350px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 90px;
        top: -20px;
        left: 20px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -20px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        left: 0;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 36px;
        top: -20px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 134px;
    }
    .postcard-img img.abs {
        max-height: 104px;
    }
    .photospot03-inner img.abs1 {
        max-height: 114px;
    }
    .photospot03-inner img.abs2 {
        max-height: 360px;
        right: -35px;
        bottom: -60px;
    }
    #goods04 .inner-border {
        padding: 35px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 73px;
    }
    .font60 {
        font-size: 29px;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 18px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 435px;
        bottom: -155px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 120px;
        right: 35px;
        bottom: -10px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 80px;
        right: 95px;
        bottom: 55px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 55px;
        right: 104px;
        bottom: -20px;
    }
    #art-board p.font20 {
        text-align: justify;
        padding-left: 1em;
        text-indent: -1em;
    }
    .mb10 {
      margin-bottom: 8px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 131px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 340px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 351px;
    }
}

@media screen and (max-width: 499px) {
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 320px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 331px;
    }
}

@media screen and (max-width: 480px) {
    .cgprize-inner {
        margin-bottom: 20px;
    }
    #venue .flex2 p {
        font-size: 12px;
    }
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 10px);
    }
    #venue img.title-img {
        max-height: 74px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 32px;
    }
    #venue .flex1 .venue-list>img {
        max-width: 48px;
        top: -24px;
    }
    #venue .flex1 .venue-list a p {
        font-size: 10px;
        margin-top: 12px;
        margin-bottom: 18px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 14px;
    }
    img.none480,
    div.none480 {
        display: none;
    }
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 55px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 310px;
    }
    img.sec-main-img {
        margin-bottom: 40px;
    }
    #venue .flex1 .venue-list a p.mt-10 {
        margin-top: 12px;
    }
    #venue .flex1 .venue-list a h4.mt-10 {
        margin-top: 23px;
    }
    .flex-sec-title,
    img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 35px;
    }
    a.btnstyle1, a.btnstyle2 {
        padding: 35px 90px;
    }
    a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
        border-width: 2px;
    }
    .photoevent05-inner2 {
        margin-top: 30px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 78px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 6px;
    }
    .anc-child {
        width: 100%;
    }
    .anc-child:nth-child(n+2) {
        margin-top: 20px;
    }
    a.btnstyle-anc {
        font-size: 13px;
        padding: 12px 10px 18px;
        border-radius: 10px;
    }
    a.btnstyle-anc img.abs-img1 {
        max-height: 20px;
        bottom: -10px;
    }
    #playing01_1 {
        padding: 130px 0 80px;
    }
    .anc-child:hover img.abs-img2 {
        top: -200px;
    }
    .diversity-child2:last-child {
        margin-top: 20px;
    }
    .menu-logo {
        height: 48px;
    }
    .menu_wrapper, .menu_wrapper.is-fixed {
        height: 48px;
        padding: 13px 0;
    }
    footer small {
        color: #fff;
        font-size: 12px;
    }
    .flex-sec-title-child:first-child img {
        max-height: 90px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 110px;
    }
    .flex-sec-title {
        margin-bottom: 25px;
    }
    #banner.content_wrapper {
      padding: 55px 0;
    }
    p.cr-text {
        margin-top: 10px;
    }
    .playing01_1-inner img:nth-child(5) {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #news img.abs-img1 {
        max-height: 240px;
        top: -180px;
        left: calc(50% - 175px);
    }
    #news img.abs-img2 {
        max-height: 232px;
        top: -170px;
        right: calc(50% - 165px);
    }
    #diversity img.title-img {
        max-height: 81px;
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 75px;
        top: 10px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 90px 0 70px;
    }
    .font20 {
        font-size: 13px;
    }
    .playing01_1-inner img.abs {
        max-height: 295px;
    }
    .mb70 {
        margin-bottom: 45px;
    }
    .mb60 {
        margin-bottom: 25px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 38px;
    }
    .mb90 {
        margin-bottom: 70px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 330px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 45px;
        top: -30px;
    }
    .font21 {
        font-size: 15px;
    }
    .padding120 {
        padding: 30px;
    }
    .pb90 {
        padding-bottom: 30px;
    }
    .pt100 {
        padding-top: 30px;
    }
    .font23 {
        font-size: 16px;
    }
    .font25 {
        font-size: 15px;
    }
    .choosegame-child img.label-img {
        max-height: 32px;
    }
    .choosegame-child img.labeltitle-img {
        max-height: 75px;
    }
    .mb65 {
        margin-bottom: 45px;
    }
    #playing01_1-4 .subtitle-img {
        max-height: 65px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 350px;
    }
    .og-inner .anc-child a.btnstyle-anc img.abs-img1 {
        max-height: 18px;
        right: 12px;
    }
    .choosegame-detail2:before {
        bottom: -20px;
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
    }
    .postcard-img img.abs {
        max-height: 99px;
    }
    .postcard-img img.abs1 {
        bottom: -25px;
    }
    #rally02 {
        padding: 160px 0 80px;
    }
    #goods04 {
        padding: 160px 0 70px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 295px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 306px;
    }
    #trading-card {
        padding: 140px 0 150px;
    }
    #photoevent05 {
        padding: 10px 0 120px;
    }
    #venue img.abs1 {
        max-height: 0;
    }
    #venue {
        padding: 70px 0;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 405px;
        bottom: -150px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 105px;
        right: 30px;
        bottom: -15px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 75px;
        right: 80px;
        bottom: 45px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 50px;
        right: 104px;
        bottom: -20px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 131px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 90px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 60px;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 17px;
    }
    .mb55 {
        margin-bottom: 30px;
    }
    .mb10 {
        margin-bottom: 5px;
    }
    .photospot03-inner img.abs2 {
        max-height: 340px;
    }
    .font60 {
        font-size: 27px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 32px;
        top: -17px;
    }
    .cgprize-child img.abs {
        top: -18px;
        max-height: 28px;
    }
    .cgprize-inner {
        margin-top: 35px;
    }
    #trading-card img:nth-child(4) {
        max-height: 50px;
    }
    .choosegame-detail2-child p span {
        font-size: 12px;
    }
    p.img-att {
        line-height: 1.4em;
        padding-left: 1.1em;
        text-indent: -1.1em;
        text-align: justify;
    }
    h5.link-btn {
        font-size: 12px;
        width: 130px;
        margin: 0 auto 18px;
        padding: 12px 10px;
    }
}

@media screen and (min-width: 481px) {
    img.none481,
    div.none481 {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .twitter-sec iframe {
        height: 210px !important;
    }
    .play-att p {
        font-size: 13px;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 60px;
    }
    .font24 {
        font-size: 15px;
    }
    .diversity-child2:last-child>img:nth-child(3) {
        max-height: 30px;
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 17px;
        padding: 25px 10px;
    }
    #diversity img.title-img {
        max-height: 76px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 330px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 131px;
    }
    .playing01_1-inner2 {
        padding: 8px;
    }
    .pt100 {
        padding-top: 25px;
    }
    .pb90 {
        padding-bottom: 25px;
    }
    .padding120 {
        padding: 25px;
    }
    .og-inner .anc-child a.btnstyle-anc span {
        font-size: 13px;
    }
    .og-inner .anc-child a.btnstyle-anc {
        padding: 20px 15px;
        box-shadow: 0px 8px 0px rgba(58, 34, 56, 0.5);
    }
    .og-inner .anc-child a.btnstyle-anc:hover {
        box-shadow: none;
        top: 8px;
    }
    .og-inner .anc-child:last-child {
        margin-top: 25px;
    }
    .padding100 {
        padding: 25px;
    }
    .mb50 {
        margin-bottom: 25px;
    }
    .choosegame-child img.label-img {
        max-height: 30px;
    }
    .choosegame-child img.labeltitle-img {
        max-height: 70px;
    }
    .mb65 {
        margin-bottom: 40px;
    }
    .choosegame-detail2-child:first-child p {
        text-align: justify;
    }
    .choosegame-detail2-child:first-child p br {
        display: none;
    }
    .padding60 {
        padding: 25px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 68px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 300px;
    }
    #playing01_1-5 .playing01_1-inner2, #hat-throw .playing01_1-inner2 {
        padding: 8px;
    }
    .photospot03-inner img.abs2 {
        max-height: 310px;
    }
    .photospot03-inner img.abs1 {
        max-height: 109px;
    }
    #goods04 {
        padding: 150px 0 70px;
    }
    #goods04 .inner-border {
        padding: 25px;
    }
    .padding50 {
        padding: 25px;
    }
    .font60 {
        line-height: 1.4em;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 85px;
    }
    img.none440,
    div.none440 {
      display: none;
    }
    #rally02 img.subtitle-img1 {
        max-height: 90px;
    }
    .art-board-child img {
        max-height: 80px;
    }
    #rally02 img.subtitle-img2 {
        max-height: 70px;
    }
    .postcard-img img.abs {
        max-height: 0;
    }
    #art-board .title-inner2 .sidestar2 img:nth-child(1), #trading-card .sidestar2 img:nth-child(1) {
        max-height: 80px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 375px;
        bottom: -125px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 75px;
        right: 70px;
        bottom: 50px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 50px;
        right: 104px;
        bottom: -15px;
    }
    .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 116px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1, #playing01_1-3 .playing01_1-inner2 img.abs2, #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 109px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 111px;
    }
    .choosegame-child .choosegame-detail1 img.abs, #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 121px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 119px;
    }
    #anc-choosegame-1, #anc-choosegame-2 {
        padding-top: 35px;
        margin-top: -36px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 275px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 286px;
    }
    footer small {
        font-size: 11px;
    }
}

@media screen and (min-width: 441px) {
    br.none441,
    img.none441,
    div.none441 {
      display: none;
    }
}

@media screen and (max-width: 428px) {
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 7px);
    }
    .photoevent05-child:last-child {
        margin-top: 10px;
    }
    #venue img.title-img {
        max-height: 64px;
    }
    #venue .flex1 .venue-list>img {
        max-width: 42px;
        top: -21px;
        left: 5px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 27px;
    }
    #venue .flex1 .venue-list a p {
        font-size: 11px;
        line-height: 1.3em;
        margin-top: 7px;
        margin-bottom: 15px;
    }
    #venue .flex1 .venue-list a p.mt-10 {
        margin-top: 7px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 13px;
    }
    #venue .flex1 .venue-list.threeline a p {
        margin-top: 2px;
        margin-bottom: 12px;
    }
    a.btnstyle1, a.btnstyle2 {
        width: 280px;
    }
    a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
        font-size: 14px;
        background-size: 18px, 100%;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 68px;
    }
    .anc-child:hover img.abs-img2 {
        top: -190px;
    }
    .twitter-sec iframe {
        height: 200px !important;
    }
    .news-inner,
    #news .flex .border {
        margin-bottom: 30px;
    }
    .flex-sec-title-child:first-child img {
        max-height: 80px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 95px;
    }
    #banner.content_wrapper {
      padding: 50px 0;
    }
    #diversity img.title-img {
        max-height: 71px;
    }
    #diversity {
        padding: 110px 0 40px;
    }
    #playing01_1 {
        padding: 120px 0 70px;
    }
    .playing01_1-inner img.abs {
        max-height: 280px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 80px 0 65px;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 28px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 35px;
    }
    .mb70 {
        margin-bottom: 40px;
    }
    #rally02 {
        padding: 140px 0 70px;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 16px;
    }
    #trading-card {
        padding: 130px 0 140px;
    }
    #photoevent05 {
        padding: 15px 0 120px;
    }
    .photoevent05-child img.abs {
        max-height: 130px;
    }
    .locker-child {
        width: 100%;
        margin-top: 10px;
    }
    .locker-child:last-child {
        margin-top: 40px;
    }
    .cgprize-child {
        width: 100%;
    }
    .cgprize-child img.abs {
        top: -15px;
        max-height: 36px;
    }
    .cgprize-child:nth-child(2),
    .cgprize-child:last-child {
        margin-top: 35px;
    }
    #trading-card img.title-img {
        margin-bottom: 35px;
    }
    .choosegame-detail2 img.abs1, #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 39px;
        top: -22px;
    }
    #anc-playing01_1-inner, #anc-lottery01_2, #anc-ball01_3, #anc-clawcrane01_4 {
        padding-top: 40px;
        margin-top: -41px;
    }
    .contact-child h5 {
        font-size: 15px;
    }
    .contact-child p {
        font-size: 13px;
    }
    p.add-att.mb20 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 429px) {
    br.none429 {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .twitter-sec iframe {
        height: 190px !important;
    }
    #news img.abs-img1 {
        max-height: 215px;
        top: -160px;
        left: calc(50% - 155px);
    }
    #news img.abs-img2 {
        max-height: 207px;
        top: -150px;
        right: calc(50% - 145px);
    }
    .playing01_1-inner img.abs {
        max-height: 260px;
        right: -15px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 280px;
        right: -30px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 300px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 111px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 40px;
        top: -25px;
    }
    .mb90 {
        margin-bottom: 60px;
    }
    #playing01_1-4 .inner-border h4 {
        line-height: 1.6em;
    }
    .og-inner .anc-child a.btnstyle-anc {
        font-size: 15px;
    }
    .og-inner .anc-child a.btnstyle-anc img.abs-img1 {
        max-height: 15px;
        right: 10px;
    }
    .padding120 {
        padding: 20px;
    }
    #playing01_1-4 .playing01_1-inner2 img.abs2 {
        top: -50px;
    }
    .ogkan-child p {
        line-height: 1.4em;
        padding-left: 1em;
        text-indent: -1em;
    }
    #playing01_1-4 .subtitle-img {
        max-height: 60px;
    }
    .choosegame-child img.label-img {
        max-height: 28px;
    }
    .choosegame-child img.labeltitle-img {
        max-height: 65px;
    }
    .choosegame-detail2 {
        width: 100%;
    }
    .choosegame-detail2:before {
        bottom: -15px;
        border-top: 15px solid #fff;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }
    .choosegame-detail2-child:first-child img {
        max-height: 35px;
    }
    .mb20 {
        margin-bottom: 15px;
    }
    .font37 {
        font-size: 23px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 32px;
    }
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 50px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 58px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 260px;
        bottom: 10px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 80px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 36px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 114px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1 {
        top: -60px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child {
        margin-top: 40px;
    }
    .mb80 {
        margin-bottom: 45px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 255px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 266px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 50px;
    }
    #trading-card img.title-img {
        margin-bottom: 30px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 330px;
        bottom: -100px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 90px;
        right: 20px;
        bottom: 0;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 70px;
        right: 60px;
        bottom: 45px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 45px;
        right: 80px;
        bottom: -20px;
    }
    .flex-sec-title, img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 30px;
    }
    .photoevent05-child img.abs {
        max-height: 120px;
    }
}

@media screen and (min-width: 415px) {
    br.none415 {
      display: none;
    }
}

@media screen and (max-width: 390px) {
    .backtop {
        bottom: 35px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 12px;
    }
    #venue img.title-img {
        max-height: 59px;
    }
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 5px);
    }
    footer small {
        font-size: 10px;
    }
    img.sec-main-img {
        margin-bottom: 35px;
    }
    .anc-child:hover img.abs-img2 {
        top: -180px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 65px;
    }
    .news-child:first-child img {
        max-height: 18px;
    }
    .news-detail p {
        font-size: 12px;
    }
    .menu_wrapper, .menu_wrapper.is-fixed {
        width: 48px;
    }
    .nav_toggle_add {
        width: 65%;
    }
    .nav_toggle_add.show i:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }
    .twitter-sec iframe {
        height: 180px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 70px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 85px;
    }
    .flex-sec-title {
        margin-bottom: 20px;
    }
    #venue .flex1 .venue-list.threeline a h4 {
        margin-top: 9px;
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 16px;
    }
    .anc-inner {
        margin-top: 40px;
    }
    .playing01_1-inner img.abs {
        max-height: 250px;
    }
    .font14 {
        font-size: 11px;
    }
    .font20 {
        font-size: 12px;
    }
    .locker-child {
        padding: 20px;
    }
    .font21 {
        font-size: 14px;
    }
    .font15 {
        font-size: 12px;
    }
    .locker-child img.abs {
        max-height: 30px;
        left: 10px;
        top: -22px;
    }
    .locker-child {
        margin-top: 15px;
    }
    .font23 {
        font-size: 15px;
    }
    .og-inner .anc-child a.btnstyle-anc {
        font-size: 14px;
    }
    .choosegame-child img.label-img {
        max-height: 24px;
    }
    .choosegame-child img.labeltitle-img {
        max-height: 62px;
    }
    .mb65 {
        margin-bottom: 35px;
    }
    .font37 {
        font-size: 22px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 30px;
        top: -15px;
    }
    .art-board-child {
        width: 100%;
    }
    .art-board-child:nth-child(n+2) {
        margin-top: 25px;
    }
    #diversity {
        padding: 100px 0 35px;
    }
    #playing01_1 {
        padding: 110px 0 70px;
    }
    #rally02 {
        padding: 115px 0 70px;
        background-size: 100%, 0, 0, 239px;
    }
    #photospot03 {
        padding: 70px 0 70px;
        background-size: 0, 0, 99px, 99px, 100%;
    }
    #playing01_1-4 {
        background-size: 100%, 0, 0, 0, 0, 99px, 99px, 99px, 99px, 239px;
    }
    #playing01_1-3, #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 99px, 99px, 100%;
    }
    #playing01_1-2 {
        background-size: 100%, 0, 0, 0, 0, 99px, 99px, 239px;
    }
    #goods04 {
        padding: 115px 0 65px;
        background-size: 100%, 99px, 99px, 7px, 100%;
    }
    #hat-throw {
        background-size: 100%, 0, 0, 99px, 99px, 7px, 100%;
        padding-bottom: 50px;
    }
    #trading-card {
        padding: 115px 0 140px;
        background-size: 100%, 100%, 0, 0, 99px, 99px, 239px;
    }
    #venue {
        padding: 65px 0;
        background-size: 0, 0, 99px, 99px, 100%;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 245px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 256px;
        right: -15px;
    }
    .contact-child h5 {
        font-size: 15px;
    }
    .contact-child p {
        font-size: 12px;
    }
    h5.link-btn {
        font-size: 11px;
        width: 105px;
        margin: 0 auto 18px;
        padding: 10px 5px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 375px) {
    .font37 {
        font-size: 20px;
    }
    .font25 {
        font-size: 14px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 109px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        top: -70px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 28px;
        top: -15px;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 15px;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 26px;
    }
    .mb40 {
        margin-bottom: 20px;
    }
    .mb55 {
        margin-bottom: 25px;
    }
    .mb70 {
        margin-bottom: 35px;
    }
    .photospot03-inner img.abs2 {
        max-height: 280px;
        bottom: -50px;
    }
    .photospot03-inner img.abs1 {
        max-height: 99px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 300px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 80px;
        right: 15px;
        bottom: 5px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        max-height: 65px;
        right: 45px;
        bottom: 40px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        max-height: 44px;
        right: 60px;
        bottom: -20px;
    }
    #trading-card p {
        font-size: 13px;
    }
    #photoevent05 .subtitle-inner h5.font24 {
        font-size: 14px;
    }
    .font60 {
        font-size: 24px;
    }
    .photoevent05-child img.abs {
        max-height: 110px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 260px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 270px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 111px;
    }
}

@media screen and (max-width: 360px) {
    .cgprize-inner {
        margin-bottom: 15px;
    }
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 4px);
    }
    #venue img.title-img {
        max-height: 54px;
    }
    .photoevent05-child:last-child {
        margin-top: 5px;
    }
    a.btnstyle1, a.btnstyle2 {
        width: 260px;
        padding: 30px 90px;
    }
    a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
        font-size: 13px;
        background-size: 16px, 100%;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 62px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 5px;
    }
    .anc-child:hover img.abs-img2 {
        top: -165px;
    }
    .news-child:first-child img {
        max-height: 17px;
    }
    .news-child:last-child {
        margin-top: 12px;
    }
    .mb80 {
        margin-bottom: 40px;
    }
    .twitter-sec iframe {
        height: 170px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 65px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 80px;
    }
    #banner.content_wrapper {
        padding: 40px 0;
    }
    .play-att p {
        font-size: 12px;
    }
    p.cr-text {
        margin-top: 8px;
    }
    #news img.abs-img1 {
        max-height: 195px;
        top: -140px;
        left: calc(50% - 135px);
    }
    #news img.abs-img2 {
        max-height: 187px;
        top: -130px;
        right: calc(50% - 125px);
    }
    #diversity img.title-img {
        max-height: 61px;
    }
    .diversity-child2>img:nth-child(2) {
        max-height: 55px;
    }
    .diversity-child2:last-child>img:nth-child(3) {
        max-height: 27px;
    }
    .font24 {
        font-size: 14px;
    }
    .diversity-child3:first-child {
        width: 45px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 55px);
    }
    #diversity a.btnstyle-anc,
    #news a.btnstyle-anc {
        font-size: 15px;
    }
    #diversity a.btnstyle-anc img.abs-img1,
    #news a.btnstyle-anc img.abs-img1 {
        max-height: 15px;
        right: 20px;
    }
    .title-inner2 img:nth-child(1) {
        max-height: 25px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 32px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 30px;
    }
    .playing01_1-inner img.abs {
        max-height: 220px;
    }
    .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 111px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 230px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 37px;
        top: -23px;
    }
    .mb90 {
        margin-bottom: 50px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1 {
        top: -50px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 255px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 106px;
    }
    .og-inner .anc-child a.btnstyle-anc {
        font-size: 13px;
        padding: 18px 15px;
    }
    .og-inner .anc-child a.btnstyle-anc span {
        font-size: 12px;
    }
    .og-inner .anc-child a.btnstyle-anc img.abs-img1 {
        max-height: 12px;
        right: 5px;
    }
    .font37 {
        font-size: 19px;
    }
    .mb120 {
        margin-bottom: 45px;
    }
    #playing01_1-4 .subtitle-img {
        max-height: 55px;
    }
    .choosegame-child img.labeltitle-img {
        max-height: 60px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 55px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 240px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 75px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 34px;
    }
    .photospot03-inner img.abs2 {
        max-height: 260px;
        bottom: -40px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 230px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 251px;
        right: -20px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 45px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 270px;
        bottom: -70px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        right: 5px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        right: 45px;
    }
    #news {
        padding: 60px 0 20px;
    }
    #diversity {
        padding: 95px 0 35px;
    }
    #playing01_1 {
        padding: 100px 0 60px;
    }
    #playing01_1-2>img.abs1, #playing01_1-2>img.abs2, #playing01_1-3>img.abs1, #playing01_1-3>img.abs2, #playing01_1-4>img.abs1, #playing01_1-4>img.abs2, #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #hat-throw>img.abs1, #hat-throw>img.abs2 {
        max-height: 60px;
        top: 8px;
    }
    #playing01_1-2, #playing01_1-3, #playing01_1-4, #playing01_1-5, #art-board, #hat-throw {
        padding: 70px 0 60px;
    }
    #playing01_1-5,
    #hat-throw {
        padding-bottom: 45px;
    }
    #rally02 {
        padding: 100px 0 60px;
    }
    #photospot03 {
        padding: 60px 0 65px;
    }
    #goods04 {
        padding: 100px 0 60px;
    }
    #trading-card {
        padding: 100px 0 120px;
        background-size: 100%, 100%, 0, 0, 99px, 99px, 239px;
    }
    #photoevent05 {
        padding: 15px 0 100px;
    }
    .choosegame-child:last-child {
        margin-top: 50px;
    }
    #hat-throw .playing01_1-inner2:last-child {
        margin-top: 50px;
    }
    .cgprize-child img.abs {
        max-height: 32px;
    }
    #anc-rally02, #anc-diversity, #anc-playing01_1, #anc-goods04, #anc-trading-card, #anc-photoevent05 {
        padding-top: 50px;
        margin-top: -51px;
    }
    .contact-child:last-child {
        margin-top: 15px;
    }
    h5.link-btn {
        width: 100px;
    }
    #venue .flex1 .venue-list a p {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 340px) {
    #venue .flex1 .venue-list a h4 {
        font-size: 11px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 11px;
    }
    #venue .flex1 .venue-list a p {
        font-size: 10px;
    }
    #venue .flex1 .venue-list>img {
        max-width: 36px;
        top: -18px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 22px;
    }
    #venue .flex2 p {
        font-size: 11px;
    }
    #venue .flex2 {
        margin-top: 25px;
    }
    .playing01_1-inner2,
    #venue .flex2 {
        border-radius: 10px;
    }
    .playing01_1-inner2 img.abs4 {
        top: -35px;
    }
    #venue .flex2 p:nth-child(n+2) {
        margin-top: 6px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 60px;
    }
    .flex-sec-title, img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 25px;
    }
    .anc-child:hover img.abs-img2 {
        top: -160px;
    }
    .news-child:first-child img {
        max-height: 16px;
    }
    .news-inner, #news .flex .border {
        margin-bottom: 25px;
    }
    .twitter-sec iframe {
        height: 160px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 60px;
    }
    #venue .flex1 .venue-list.threeline a p {
        margin-top: 3px;
    }
    .playing01_1-inner img.abs {
        max-height: 200px;
    }
    .mb70 {
        margin-bottom: 30px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 30px;
    }
    .mb40 {
        margin-bottom: 18px;
    }
    .mb60 {
        margin-bottom: 22px;
    }
    #playing01_1-3 .playing01_1-inner img.abs {
        max-height: 220px;
    }
    .mb90 {
        margin-bottom: 40px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs1, #playing01_1-3 .playing01_1-inner2 img.abs2, #playing01_1-3 .playing01_1-inner2 img.abs3 {
        max-height: 98px;
    }
    .locker-child img.abs {
        max-height: 28px;
        top: -20px;
    }
    .padding100 {
        padding: 20px;
    }
    .font21 {
        font-size: 13px;
    }
    .font15 {
        font-size: 11px;
    }
    .locker-child {
        padding: 15px;
    }
    .playing01_1-inner2 {
        padding: 5px;
    }
    .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3, #playing01_1-4 .playing01_1-inner2 img.abs1, #playing01_1-4 .playing01_1-inner2 img.abs2, #playing01_1-4 .playing01_1-inner2 img.abs3, #goods04 .playing01_1-inner2 img.abs1, #goods04 .playing01_1-inner2 img.abs2, #goods04 .playing01_1-inner2 img.abs3 {
        max-height: 101px;
    }
    #playing01_1-3 .playing01_1-inner2 img.abs4, #playing01_1-4 .playing01_1-inner2 img.abs4 {
        max-height: 35px;
        top: -25px;
    }
    #playing01_1-4 .playing01_1-inner img.abs {
        max-height: 230px;
    }
    #playing01_1-4 .playing01_1-inner img.abs2 {
        max-height: 101px;
    }
    #playing01_1-4 .playing01_1-inner2 img.abs1 {
        top: -50px;
    }
    .font23 {
        font-size: 14px;
    }
    .og-inner .anc-child a.btnstyle-anc span {
        font-size: 11px;
    }
    .og-inner .anc-child a.btnstyle-anc {
        font-size: 12px;
        padding: 15px 10px;
        box-shadow: 0px 6px 0px rgba(58, 34, 56, 0.5);
    }
    .og-inner .anc-child:last-child {
        margin-top: 20px;
    }
    .og-inner .anc-child a.btnstyle-anc:hover {
        box-shadow: none;
        top: 6px;
    }
    .font20 {
        font-size: 11px;
    }
    .font37 {
        font-size: 18px;
    }
    #playing01_1-4 .subtitle-img {
        max-height: 50px;
    }
    .choosegame-child img.label-img {
        max-height: 22px;
    }
    .choosegame-child img.labeltitle-img {
        max-height: 55px;
    }
    .choosegame-child .choosegame-detail1 img.abs, #playing01_1-4 .playing01_1-inner2:last-child img.abs2 {
        max-height: 111px;
    }
    .mb100 {
        margin-bottom: 50px;
    }
    .choosegame-detail2 img.abs1, #hat-throw .playing01_1-inner2 img.abs4 {
        max-height: 34px;
        top: -20px;
    }
    .choosegame-child:last-child {
        margin-top: 45px;
    }
    .title-inner2 img:nth-child(5) {
        max-height: 50px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 215px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #trading-card .playing01_1-inner img.abs-add,
    #art-board .playing01_1-inner img.abs-add {
        max-height: 70px;
        top: -15px;
        left: 15px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -15px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        left: 0;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 30px;
    }
    .mb80 {
        margin-bottom: 30px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 99px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1 {
        top: -40px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child {
        margin-top: 30px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 25px;
    }
    #art-board .title-inner2 h5.font30, #hat-throw .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 14px;
    }
    .art-board-child:nth-child(n+2) {
        margin-top: 20px;
    }
    .photospot03-inner img.abs1 {
        max-height: 94px;
    }
    .photospot03-inner img.abs2 {
        max-height: 240px;
    }
    #goods04 .inner-border {
        padding: 20px;
    }
    a.btn-img, a.btn-img2 {
        margin-top: 10px;
    }
    #hat-throw .playing01_1-inner img:first-child {
        max-height: 220px;
    }
    #hat-throw .playing01_1-inner img.abs {
        max-height: 236px;
    }
    #playing01_1-5 .playing01_1-inner2, #hat-throw .playing01_1-inner2 {
        padding: 5px;
    }
    .padding50 {
        padding: 20px;
    }
    #hat-throw .playing01_1-inner2:last-child {
        margin-top: 40px;
    }
    #trading-card .title-inner>img:nth-child(2),
    #trading-card .title-inner>a img {
        max-height: 40px;
    }
    #trading-card img.title-img {
        margin-bottom: 20px;
    }
    #trading-card .playing01_1-inner img.abs1 {
        max-height: 239px;
        bottom: -65px;
    }
    #trading-card .playing01_1-inner img.abs2 {
        max-height: 70px;
    }
    #trading-card .playing01_1-inner img.abs3 {
        right: 30px;
        bottom: 45px;
    }
    #trading-card .playing01_1-inner img.abs4 {
        right: 35px;
        bottom: -10px;
    }
    .font60 {
        font-size: 22px;
    }
    .photoevent05-child img.abs {
        max-height: 100px;
    }
    #photoevent05 .subtitle-inner h5.font24 {
        font-size: 13px;
    }
    .contact-child h5 {
        font-size: 14px;
    }
    .choosegame-detail2-child p span {
        font-size: 11px;
    }
}
