﻿/*==============================================
 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 70%, #fafc66 70%);
}

.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-child {
    position: relative;
}
.anc-child:hover img.abs-img2 {
    top: -647px;
}
#merchandise .anc-child {
    width: 100%;
}

#venue-info {
    padding: 120px 0;
    background-image: url(../tour_img/tour2025_about_left.png), url(../tour_img/tour2025_about_right.png), url(../tour_img/tour2025_about_left2.png), url(../tour_img/tour2025_about_right2.png), url(../img/2025/back_color1.png);
    background-size: 266px, 266px, 196px, 196px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-position: calc(50% - 810px) calc(0% - 30px), calc(50% + 810px) calc(0% - 30px), calc(50% - 840px) calc(100% - 170px), calc(50% + 835px) calc(100% - 200px), center top;
    position: relative;
}
#venue-info .flex {
    display: flex;
    justify-content: space-between;
}
.venue-info-inner {
    border-radius: 12px;
    padding: 30px 0 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.venue-info-child:first-child {
    width: 210px;
}
.venue-info-child:first-child h5 {
    color: #92000A;
}
.venue-info-child:last-child {
    width: calc(100% - 210px);
    padding-left: 50px;
    padding-right: 15px;
    border-left: 1px solid #8E000A;
}
.venue-info-detail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.venue-info-detail:nth-child(n+2) {
    margin-top: 10px;
}
.venue-info-detail p {
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5em;
  color: #4D4D4D;
  margin: 0;
}
.venue-info-detail p:first-child {
  color: #92000A;
  margin-right: 20px;
}

#merchandise {
    background-image: url(../tour_img/tour2025_sale_back_left2.png), url(../tour_img/tour2025_sale_back_right2.png), url(../tour_img/tour2025_sale_back_left.png), url(../tour_img/tour2025_sale_back_right.png), url(../img/2025/back_b.png), url(../img/2025/back_dot.png), url(../img/2025/back_gradation.png);
    background-size: 66px, 241px, 340px, 340px, 100%, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat-y;
    background-position: calc(50% - 820px) calc(100% - 30px), calc(50% + 800px) calc(100% - 30px), calc(50% - 790px) calc(0% + 300px), calc(50% + 750px) calc(0% + 220px), center top, center top, center top;
}
.diversity-inner2,
.diversity-inner3,
.merchandise-inner,
.md-tt-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.diversity-inner2,
.merchandise-inner {
    align-items: center;
}
.md-tt-inner {
    justify-content: flex-start;
    border-top: 1px solid #FFEB90;
    border-bottom: 1px solid #FFEB90;
    padding: 30px 0;
    margin: 30px 0;
}
.diversity-child2 {
    width: 750px;
    position: relative;
}
.diversity-child2:last-child {
    width: calc(100% - 880px);
}
.diversity-child2:last-child>img {
    max-height: 115px;
}
.merchandise-child {
    width: calc(50% - 30px);
}
.md-tt-child {
    width: 50%;
}
.merchandise-child>p {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    line-height: 1.4em;
}

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;
}
#merchandise a.btnstyle-anc {
    font-size: 30px;
    color: #FFFFFF;
    padding: 45px 15px;
    border-radius: 15px;
    box-shadow: 0px 14px 0px rgba(58, 34, 56, 0.5);
    border: solid 1px #0071B9;
    background: linear-gradient(#245491 50%, #003880 50%);
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
#merchandise .anc-child:hover a {
    box-shadow: none;
    top: 14px;
}
a.btnstyle-anc span {
    display: block;
    color: #FFFF00;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
}
#merchandise 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 {
    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%);
}
#merchandise 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-2 {
    position: relative;
    background-image: url(../img/2025/back_c.png), url(../img/2025/back_a.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%, 100%, 240px, 240px, 379px, 379px, 239px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: center top, center bottom, left top 230px, right top 230px, left top 1000px, right top 300px, center top;
}
#playing01_1-2>img.abs {
    max-height: 265px;
    top: 0;
}
#playing01_1-2>img.abs1 {
    left: calc(50% - 730px);
}
#playing01_1-2>img.abs2 {
    right: calc(50% - 730px);
}
#playing01_1-2 .playing01_1-inner>img.abs {
    max-height: 332px;
    bottom: -95px;
}
#playing01_1-2 .playing01_1-inner>img.abs1 {
    left: -70px;
}
#playing01_1-2 .playing01_1-inner>img.abs2 {
    right: -110px;
}
#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_dot.png), url(../img/2025/back_gradation.png);
    background-size: 100%, 257px, 322px, 241px, 241px, 379px, 379px, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, 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, center top;
}
#art-board {
    background-image: url(../img/2025/kazari_a.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 top, center top, center top;
}
#limited-info {
    background-image: url(../tour_img/tour2025_game_back3.png), url(../tour_img/tour2025_game_back1.png), url(../tour_img/tour2025_game_back2.png), url(../img/2025/back_dot.png), url(../img/2025/back_gradation.png);
    background-size: 100%, 240px, 240px, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat-y;
    background-position: center top, left top 500px, 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),
#trading-card img.add-kazari-star {
    max-height: 65px;
}
.title-inner3 img:nth-child(1),
.title-inner img.title-img1 {
    max-height: 77px;
}
.merchandise-child img.title-img1 {
    max-height: 66px;
}
.title-inner img.title-img2 {
    max-height: 252px;
}
.merchandise-child img.title-img2 {
    max-height: 80px;
}
.title-inner2 img:nth-child(2) {
    max-height: 100px;
}
.title-inner3 img:nth-child(2) {
    max-height: 130px;
}
.title-inner2 img:nth-child(3),
#art-board .title-inner2 img:nth-child(2),
#limited-info img.title-img2-2 {
    max-height: 140px;
}
#playing01_1-5 .title-inner2 img:nth-child(2) {
    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),
#playing01_1-5 .title-inner2 img:nth-child(3) {
    max-height: 83px;
}
.title-inner2 img:nth-child(5),
#playing01_1-5 .title-inner2 img:nth-child(4) {
    max-height: 143px;
}
.playing01_1-inner {
    position: relative;
}
#playing01_1-5 .playing01_1-inner img:first-child {
    max-height: 872px;
}
#art-board .playing01_1-inner img:first-child {
    max-height: none;
}
#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-5 .playing01_1-inner img.abs {
    max-height: 966px;
    right: 0;
    bottom: 20px;
}
#playing01_1-5 .playing01_1-inner img.abs3,
#art-board .playing01_1-inner img.abs-add,
#trading-card .playing01_1-inner img.abs-add,
#limited-info .add-kazari-inner img.abs-add {
    max-height: 265px;
    right: auto;
    left: 50px;
    bottom: auto;
    top: -100px;
}
#limited-info .add-kazari-inner img.abs-add {
    top: -280px;
}
#art-board .playing01_1-inner img.abs-add {
    left: -40px;
    top: -70px;
}
#trading-card .playing01_1-inner img.abs-add {
    left: 20px;
    top: -40px;
}
#art-board .playing01_1-inner img.abs1 {
    max-height: 281px;
    right: auto;
    left: -90px;
    /* bottom: auto;
    top: -25px; */
    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-5>img.abs1,
#playing01_1-5>img.abs2,
#art-board>img.abs1,
#art-board>img.abs2,
#limited-info>img.abs1,
#limited-info>img.abs2 {
    max-height: 310px;
    top: 60px;
}
#playing01_1-5>img.abs1,
#art-board>img.abs1,
#limited-info>img.abs1 {
  left: 0;
}
#playing01_1-5>img.abs2,
#art-board>img.abs2,
#limited-info>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-5 .playing01_1-inner2 {
    border: 6.5px solid #7D54B1;
    width: calc(50% - 30px);
    padding: 15px;
}
#photoevent05 .playing01_1-inner2 {
    border: 6.5px solid #00499B;
}
.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;
}
#limited-info img.title-img3 {
    max-height: 179px;
}
.sl-img {
  position: relative;
}
.sl-img img.abs {
    max-height: 253px;
    bottom: -72px;
    right: -98px;
}

.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;
}

#trading-card {
    background-image: 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_dot.png), url(../img/2025/back_gradation.png);
    background-size: 200px, 200px, 379px, 379px, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat-y;
    background-position: left bottom 1000px, right bottom 700px, left bottom 500px, right bottom 900px, center top, center top;
}

#photoevent05 {
    background-image: url(../tour_img/tour2025_back2.png), url(../tour_img/tour2025_back1.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: 241px, 241px, 379px, 379px, 29px, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat-y;
    background-position: left top 600px, right top 600px, left top 850px, right top 100px, center top, center top;
}
.photoevent05-child {
    position: relative;
}
.photoevent05-child img.abs {
    max-height: 399px;
    bottom: -85px;
}
.photoevent05-child img.abs1 {
    left: -110px;
}
.photoevent05-child img.abs2 {
    right: -110px;
}
.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;
}

.flex-sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
#merchandise .diversity-inner2 div.comingsoon,
#merchandise .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;
}
img.title-img {
    margin-bottom: 70px;
    max-height: 498px;
}
#trading-card img.title-img {
    /* max-height: 727px; */
    max-height: 476px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
#trading-card .title-inner>a img {
    max-height: 115px;
}
img.sec-main-img {
    margin-bottom: 70px;
}

#trading-card .playing01_1-inner2 {
    border: 6.5px solid #683E55;
    width: calc(50% - 40px);
    min-height: 450px;
}
#trading-card .playing01_1-inner2:last-child {
    border: 6.5px solid #AD3E55;
}
#trading-card .inner-border {
    border: 2px solid #683E55;
    padding: 55px;
}
#trading-card .playing01_1-inner2:last-child .inner-border {
    border: 2px solid #AD3E55;
}
#trading-card .ufoprize-inner {
    margin-top: 140px;
}

#merchandise {
    padding: 380px 0 110px;
}
#trading-card .container:first-child .row,
#photoevent05 .container:first-child .row {
    margin-top: -100px;
}
#playing01_1-2 {
    padding: 340px 0 620px;
}
#playing01_1-5,
#art-board,
#limited-info {
    padding: 195px 0 160px;
}
#trading-card {
    padding: 0 0 160px;
}
#photoevent05 {
    padding: 0 0 160px;
}
#home {
    padding-top: 200px;
    margin-top: -200px;
}

.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-5 .playing01_1-inner2 img.abs1 {
    max-height: 314px;
    top: -105px;
    left: -105px;
}
#photoevent05 .playing01_1-inner2 img.abs1 {
    max-height: 320px;
    top: -50px;
    left: -55px;
}
#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-inner2 img.abs3 {
    max-height: 281px;
    bottom: -50px;
    right: -10px;
}
.playing01_1-inner2 img.abs4 {
    max-height: 98px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#playing01_1-5 .playing01_1-inner2 img.abs4 {
    max-height: 54px;
    top: -30px;
}
#trading-card .playing01_1-inner2 img.abs4 {
    max-height: 99px;
    top: -55px;
}
#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;
}
.ufoprize-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#playing01_1-5 .subtitle-img {
  max-height: 100px;
}
.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;
    line-height: 1em;
    margin-top: 8px;
}

.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;
}
.mb8 {
  margin-bottom: 8px;
}
.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;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font21 {
  font-size: 21px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font31 {
  font-size: 31px;
}
.font32 {
  font-size: 32px;
}
.font36 {
  font-size: 36px;
}
.font37 {
  font-size: 37px;
}
.font40 {
  font-size: 40px;
}
.font54 {
  font-size: 54px;
}
.font60 {
  font-size: 60px;
}
.ls-nega {
  letter-spacing: -8px;
}
.ls-02 {
  letter-spacing: 0.02em;
}
.ls-04 {
  letter-spacing: 0.04em;
}
.ls-06 {
  letter-spacing: 0.06em;
}
.ls-08 {
  letter-spacing: 0.08em;
}
.ti-08 {
  text-indent: 0.08em;
}
.ls-1 {
  letter-spacing: 0.1em;
}
.lh-1 {
  line-height: 1em;
}
.lh-13 {
  line-height: 1.3em;
}
.lh-14 {
  line-height: 1.4em;
}
.lh-15 {
  line-height: 1.5em;
}
.lh-16 {
  line-height: 1.6em;
}
.lh-17 {
  line-height: 1.7em;
}
.lh-18 {
  line-height: 1.8em;
}
.lh-19 {
  line-height: 1.9em;
}
.color-lightblack {
  color: #4D4D4D;
}
.color-lightgray {
  color: #808080;
}
.color-gray {
  color: #9A9A9A;
}
.color-bred {
  color: #6C070C;
}
.color-white {
  color: #ffffff;
}
.color-yellow {
  color: #FFEB90;
}
.color-pink {
  color: #D0586C;
}
.color-purple {
  color: #683E55;
}
.color-green {
  color: #00A13E;
}
.color-green2 {
  color: #00B788;
}
.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: 120px;
    left: -100px;
}
.title-inner img.abs2,
#trading-card img.abs5 {
    max-height: 390px;
    top: 160px;
    left: -320px;
}
#trading-card img.abs5 {
    left: -220px;
}
.title-inner img.abs3,
#trading-card img.abs6 {
    max-height: 390px;
    top: 220px;
    right: -250px;
}
#trading-card img.abs6 {
    right: -120px;
}
.inner-border {
    width: 100%;
    border: 2px solid #F7BD00;
    border-radius: 8px;
}
#playing01_1-5 .inner-border {
    border: 2px solid #7D54B1;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#photoevent05 .inner-border {
    border: 2px solid #00499B;
    padding: 120px 80px;
}
.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:first-child>img:nth-child(2) {
    max-height: 283px;
    right: -50px;
    bottom: -45px;
}
#playing01_1-5 img.abs.bg-flash,
#art-board img.abs.bg-flash,
#trading-card img.abs.bg-flash,
.bg-flash-inner img.bg-flash,
.bg-flash-inner2 img.bg-flash,
#limited-info img.abs.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;
}
#art-board img.abs.bg-flash {
    left: calc(50% - 600px);
    bottom: 120px;
}
#playing01_1-5 img.abs.bg-flash {
    left: calc(50% - 500px);
    bottom: 120px;
    z-index: 1;
}
#limited-info img.abs.bg-flash {
    left: calc(50% - 400px);
    bottom: 100px;
}
#playing01_1-5 img.abs.bg-flash {
    bottom: 280px;
}
#trading-card img.abs.bg-flash {
    left: calc(50% - 520px);
    top: 110px;
    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%);
}
#limited-info .sidestar3>img.abs {
    max-height: 98px;
    bottom: 65px;
    position: absolute;
}
#limited-info .sidestar3>img.abs:nth-child(2) {
  left: calc(50% - 470px);
}
#limited-info .sidestar3>img.abs:nth-child(3) {
  right: calc(50% - 470px);
}
#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;
}
.pe-tt-sec h3 {
    border-bottom: 3px solid #00499B;
    margin-bottom: 70px;
    padding-bottom: 30px;
}
.pe-tt-sec:nth-child(2) h3 {
    border-bottom: 3px solid #14ACBC;
}
.pe-tt-sec:nth-child(3) h3 {
    border-bottom: 3px solid #00B788;
}
.pe-tt-inner,
.join-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pe-tt-child {
    width: 50%;
    background-image: url(../tour_img/tour2025_photo_sc_1.png);
    background-repeat: no-repeat;
    background-position: right 100px center;
    background-size: 174px;
}
.pe-tt-child:first-child {
    border-right: 1px solid #00499B;
}
.pe-tt-child:last-child {
    padding-left: 120px;
    background-position: right center;
}
.pe-tt-sec:nth-child(1) .pe-tt-child:last-child {
    background-image: url(../tour_img/tour2025_photo_sc_4.png);
}
.pe-tt-sec:nth-child(2) .pe-tt-child:first-child {
    background-image: url(../tour_img/tour2025_photo_sc_5.png);
    border-right: 1px solid #14ACBC;
}
.pe-tt-sec:nth-child(2) .pe-tt-child:last-child {
    background-image: url(../tour_img/tour2025_photo_sc_3.png);
}
.pe-tt-sec:nth-child(3) .pe-tt-child:first-child {
    background-image: url(../tour_img/tour2025_photo_sc_8.png);
    border-right: 1px solid #00B788;
}
.pe-tt-sec:nth-child(3) .pe-tt-child:last-child {
    background-size: 0;
}
.pe-tt-child h5,
.pe-tt-child p {
    padding-left: 55px;
    background-image: url(../tour_img/tour2025_photo_sc_star.png);
    background-size: 38px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1.2em;
}
.pe-tt-child p span {
    display: block;
    line-height: 1.5em;
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
}
.pe-tt-child p {
    background-image: url(../tour_img/tour2025_photo_sc1.png);
    background-size: 36px;
}
.pe-tt-child p:nth-child(3) {
    background-image: url(../tour_img/tour2025_photo_sc2.png);
}
.pe-tt-child p:nth-child(4) {
    background-image: url(../tour_img/tour2025_photo_sc3.png);
}
.pe-tt-sec:nth-child(1) .pe-tt-child p:nth-child(2) {
    background-position: top 2px left;
}
.pe-tt-sec:nth-child(2) .pe-tt-child p:nth-child(2) {
    background-image: url(../tour_img/tour2025_photo_color2_1.png);
}
.pe-tt-sec:nth-child(2) .pe-tt-child p:nth-child(3) {
    background-image: url(../tour_img/tour2025_photo_color2_2.png);
}
.pe-tt-sec:nth-child(2) .pe-tt-child p:nth-child(4) {
    background-image: url(../tour_img/tour2025_photo_color2_3.png);
}
.pe-tt-sec:nth-child(3) .pe-tt-child p:nth-child(2) {
    background-image: url(../tour_img/tour2025_photo_color1_1.png);
}
.pe-tt-sec:nth-child(3) .pe-tt-child p:nth-child(3) {
    background-image: url(../tour_img/tour2025_photo_color1_2.png);
}
.pe-tt-sec:nth-child(3) .pe-tt-child p:nth-child(4) {
    background-image: url(../tour_img/tour2025_photo_color1_3.png);
}
#photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
    padding: 110px 100px 60px;
}
.join-sec {
    border-radius: 20px;
    background-color: #EAF8FA;
    padding: 45px;
}
.join-child {
   width: calc(50% - 35px);
}
.join-child p {
    padding-left: 0.6em;
    text-indent: -0.6em;
}
#trading-card .playing01_1-inner2 .inner-border p {
    padding-left: 1.1em;
    text-indent: -1.1em;
}
#trading-card .playing01_1-inner2 .inner-border h5 span {
    background-color: #FFEB90;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 10px;
}
#trading-card .playing01_1-inner2 .inner-border h4 {
    background-image: url(../tour_img/tour2025_game_01.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: 61px;
    padding-left: 100px;
}
#trading-card .playing01_1-inner2:first-child .inner-border p {
    padding-left: 1.1em;
    margin-left: 100px;
}
#trading-card .playing01_1-inner2:first-child .inner-border  {
    background-image: url(../tour_img/tour2025_game3.png);
    background-position: left 75px top 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}
#trading-card .playing01_1-inner2 .inner-border h4:last-child {
    background-image: url(../tour_img/tour2025_game_02.png);
}
.limited-inner {
    background-color: #FFFFC9;
    border-radius: 12px;
    padding: 40px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.limited-child:first-child {
    width: 280px;
}
.limited-child:last-child {
    width: calc(100% - 340px);
}
.limited-child h3 {
    border-radius: 10px;
    background-color: #683E55;
    padding: 35px;
    background-image: url(../tour_img/tour2025_game4.png), url(../tour_img/tour2025_game4.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 35px center, right 35px center;
    background-size: 22px, 22px;
    letter-spacing: 0.12em;
    text-indent: 0.12em;
}
.add-kazari-inner {
    position: relative;
}


@media screen and (min-width: 1601px) {
  .container {
      width: 100%;
      max-width: 1430px;
  }
  #photoevent05 .container:first-child {
        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;
  }
  #merchandise {
      background-size: 58px, 202px, 290px, 302px, 100%, 29px, 100%;
      background-position: calc(50% - 800px) calc(100% - 30px), calc(50% + 800px) calc(100% - 30px), calc(50% - 740px) calc(0% + 300px), calc(50% + 640px) calc(0% + 225px), center top, center top, center top;
  }
  #venue-info {
      background-position: calc(50% - 780px) calc(0% - 30px), calc(50% + 780px) calc(0% - 30px), calc(50% - 810px) calc(100% - 170px), calc(50% + 795px) calc(100% - 200px), center top;
  }
  #playing01_1-2 {
      padding: 340px 0 580px;
  }
}

@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;
    }
    #merchandise {
        background-size: 38px, 160px, 260px, 260px, 100%, 25px, 100%;
        background-position: calc(50% - 760px) calc(100% - 30px), calc(50% + 770px) calc(100% - 30px), calc(50% - 680px) calc(0% + 275px), calc(50% + 620px) calc(0% + 220px), center top, center top, center top;
    }
    #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2,
    #limited-info>img.abs1,
    #limited-info>img.abs2 {
        max-height: 270px;
        top: 50px;
    }
    #photoevent05 {
        background-size: 241px, 241px, 379px, 379px, 25px, 100%;
    }
    #playing01_1-5 {
        background-size: 100%, 257px, 322px, 241px, 241px, 379px, 379px, 25px, 100%;
    }
    #art-board {
        background-size: 100%, 25px, 100%;
    }
    #venue-info {
        background-size: 236px, 236px, 176px, 176px, 100%;
        background-position: calc(50% - 750px) calc(0% - 30px), calc(50% + 750px) calc(0% - 30px), calc(50% - 780px) calc(100% - 170px), calc(50% + 765px) calc(100% - 200px), center top;
    }
    #playing01_1-2 {
        padding: 340px 0 560px;
    }
}

@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;
  }
  .venue-info-detail p {
      font-size: 16px;
      letter-spacing: 0.06em;
  }
  .menu-logo img {
      max-height: 110px;
  }
  .menu-logo {
      width: 200px;
  }
  ul.menulist {
      width: calc(100% - 200px);
  }
  .main_wrapper {
    margin-top: 138px;
  }
    #merchandise {
        background-size: 33px, 140px, 260px, 260px, 100%, 25px, 100%;
        background-position: calc(50% - 700px) calc(100% - 30px), calc(50% + 700px) calc(100% - 30px), 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;
    }
    .pt100 {
        padding-top: 90px;
    }
    .pb90 {
        padding-bottom: 85px;
    }
    .font21 {
        font-size: 20px;
    }
    .ls-1 {
        letter-spacing: 0.08em;
    }
    .font37 {
        font-size: 36px;
    }
    .diversity-child3:first-child {
        width: 85px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 105px);
    }
    .playing01_1-inner2 img.abs1,
    .playing01_1-inner2 img.abs2,
    .playing01_1-inner2 img.abs3 {
        max-height: 261px;
    }
    .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),
    #limited-info img.title-img2-2 {
        max-height: 110px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 90px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 80px;
    }
    .playing01_1-inner img.abs {
        max-height: 855px;
        right: -10px;
        bottom: -10px;
    }
    .ls-nega {
        letter-spacing: inherit;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 98px;
    }
    .padding50 {
        padding: 45px;
    }
    .padding60 {
        padding: 50px;
    }
    .font30 {
        font-size: 29px;
    }
    .mb20 {
        margin-bottom: 18px;
    }
    .title-inner img.abs3 {
        right: -210px;
    }
    .title-inner img.abs2 {
        left: -255px;
    }
    .font25 {
        font-size: 24px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        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,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        top: -65px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -250px;
        left: 0;
    }
    #art-board .playing01_1-inner img.abs-add {
        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 {
        width: calc(50% - 25px);
        padding: 12px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 49px;
        top: -25px;
    }
    .sl-img img.abs {
        max-height: 238px;
        bottom: -67px;
        right: -88px;
    }
    .sidestar>img.abs:nth-child(4) {
        right: calc(50% - 540px);
    }
    .sidestar>img.abs:nth-child(3) {
        left: calc(50% - 540px);
    }
    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, #trading-card img.abs6 {
        max-height: 375px;
    }
    #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;
    }
    #playing01_1-2 {
        padding: 340px 0 530px;
    }
    .font60 {
        font-size: 58px;
    }
    #photoevent05 {
        padding: 0 0 150px;
    }
    #merchandise {
        padding: 340px 0 80px;
    }
    .font18 {
        font-size: 17px;
    }
    #playing01_1-5 img.abs.bg-flash {
        bottom: 220px;
        left: calc(50% - 470px);
    }
    .diversity-child2:last-child>img {
        max-height: 100px;
    }
      .diversity-child2 {
          width: calc(54% - 30px);
      }
      .diversity-child2:last-child {
          width: calc(46% - 30px);
      }
      .diversity-child2:first-child>img:nth-child(2) {
        max-height: 263px;
    }
    .mb100 {
      margin-bottom: 90px;
    }
    #venue-info {
        background-size: 236px, 236px, 176px, 176px, 100%;
        background-position: calc(50% - 700px) calc(0% - 30px), calc(50% + 700px) calc(0% - 30px), calc(50% - 700px) calc(100% - 170px), calc(50% + 705px) calc(100% - 200px), center top;
        padding: 100px 0;
    }
    #merchandise a.btnstyle-anc {
        padding: 40px 15px;
    }
    .merchandise-child h5 {
        line-height: 1.4em;
    }
    #playing01_1-2>img.abs {
        max-height: 245px;
    }
    #playing01_1-2>img.abs2 {
        right: calc(50% - 650px);
    }
    #playing01_1-2>img.abs1 {
        left: calc(50% - 650px);
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 312px;
        bottom: -95px;
    }
    .photoevent05-child img.abs {
        max-height: 369px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 90px 80px 60px;
    }
    #photoevent05 .inner-border {
        padding: 100px 70px;
    }
    .font36 {
        font-size: 35px;
    }
    .pe-tt-child:last-child {
        padding-left: 70px;
        background-position: right center;
    }
    .font32 {
        font-size: 31px;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 50px;
        background-size: 36px;
    }
    .pe-tt-child p {
        background-size: 34px;
    }
    .pe-tt-sec h3 {
        margin-bottom: 60px;
    }
    .mb110 {
        margin-bottom: 90px;
    }
    .pe-tt-child {
        background-position: right 50px center;
        background-size: 164px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -90px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 300px;
    }
    #trading-card .playing01_1-inner2 {
        width: calc(50% - 25px);
        padding: 12px;
        min-height: 395px;
    }
    #trading-card .inner-border {
        padding: 40px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 89px;
        top: -50px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 8px;
        background-size: 51px;
        padding-left: 70px;
        font-size: 22px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border  {
        background-position: left 55px top 49%;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 70px;
    }
    #trading-card .playing01_1-inner2 .inner-border p {
      font-size: 15px;
    }
    .font31 {
        font-size: 29px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4:first-child {
        margin-top: 5px;
    }
    .font28 {
        font-size: 26px;
    }
    .limited-child:first-child {
        width: 260px;
    }
    .limited-child h3 {
        padding: 30px;
        background-position: left 30px center, right 30px center;
        background-size: 20px, 20px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .limited-child:last-child {
        width: calc(100% - 310px);
    }
    .limited-child:last-child p {
        font-size: 19px;
        padding-left: 1.1em;
        text-indent: -1.1em;
    }
    #trading-card img.title-img {
        max-height: 465px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 225px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -40px;
    }
    #limited-info .sidestar3>img.abs {
        max-height: 88px;
    }
    #limited-info .sidestar3>img.abs:nth-child(2) {
        left: calc(50% - 440px);
    }
    #limited-info .sidestar3>img.abs:nth-child(3) {
        right: calc(50% - 440px);
    }
    #limited-info img.abs.bg-flash {
        left: calc(50% - 350px);
    }
}

@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;
    }
    #merchandise a.btnstyle-anc {
        font-size: 28px;
    }
    #art-board .playing01_1-inner img.abs1 {
        max-height: 271px;
        left: -95px;
    }
    #merchandise {
        padding: 320px 0 70px;
    }
}

@media screen and (max-width: 1500px) {
    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-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2,
    #limited-info>img.abs1,
    #limited-info>img.abs2 {
        max-height: 220px;
        top: 45px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -80px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 72px;
    }
    .title-inner img.title-img2 {
        max-height: 242px;
    }
    .title-inner3 img:nth-child(2) {
        max-height: 125px;
    }
    #venue-info {
        background-size: 236px, 236px, 176px, 176px, 100%;
        background-position: calc(50% - 600px) calc(0% - 30px), calc(50% + 600px) calc(0% - 30px), calc(50% - 600px) calc(100% - 170px), calc(50% + 605px) calc(100% - 200px), center top;
    }
    #playing01_1-2 {
        padding: 320px 0 500px;
    }
}

@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, #trading-card img.abs6,
    .title-inner img.abs2, #trading-card img.abs5 {
        max-height: 0;
    }
    #playing01_1-2 {
        padding: 320px 0 470px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -70px;
    }
}

@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;
    }
    #merchandise {
        padding: 300px 0 70px;
    }
    img.title-img {
        max-height: 468px;
    }
    .title-inner2 img:nth-child(1),
    .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        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),
    #limited-info img.title-img2-2 {
        max-height: 102px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 76px;
    }
    #playing01_1-5 .title-inner2 img:nth-child(2) {
        max-height: 192px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 94px;
    }
    #trading-card .title-inner>a img {
        max-height: 110px;
    }
    #playing01_1-5 .inner-border {
        min-height: 370px;
    }
    .photoevent05-child img.abs {
        max-height: 339px;
    }
    .photoevent05-child img.abs2 {
        right: -90px;
    }
    .photoevent05-child img.abs1 {
        left: -100px;
    }
    #trading-card img.title-img {
        max-height: 453px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 287px;
        bottom: -85px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs2 {
        right: -95px;
    }
}

@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;
    }
    .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;
    }
    #art-board img.abs.bg-flash {
        left: calc(50% - 530px);
    }
    #venue-info {
        background-size: 216px, 216px, 156px, 156px, 100%;
        background-position: calc(50% - 500px) calc(0% - 30px), calc(50% + 500px) calc(0% - 30px), calc(50% - 530px) calc(100% - 170px), calc(50% + 535px) calc(100% - 200px), center top;
    }
    .photoevent05-child img.abs2 {
        right: -70px;
    }
    .photoevent05-child img.abs1 {
        left: -75px;
    }
    #photoevent05 {
        padding: 0 0 130px;
    }
    #playing01_1-2 {
        padding: 300px 0 440px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -60px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 252px;
        bottom: -70px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs2 {
        right: -77px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3, #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 205px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -20px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -230px;
    }
}

@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 {
        max-height: 251px;
    }
    #venue-info {
        background-size: 0, 0, 0, 0, 100%;
        padding: 90px 0;
    }
    #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #limited-info>img.abs1,#limited-info>img.abs2 {
        max-height: 200px;
        top: 35px;
    }
    #playing01_1-5, #art-board, #limited-info {
        padding: 180px 0 140px;
    }
    #trading-card {
        padding-bottom: 140px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 92px;
    }
    #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;
    }
    #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;
    }
    #playing01_1-2>img.abs {
        max-height: 225px;
    }
    #playing01_1-2>img.abs1 {
        left: calc(50% - 500px);
    }
    #playing01_1-2>img.abs2 {
        right: calc(50% - 500px);
    }
    #playing01_1-2 .playing01_1-inner>img.abs1 {
        left: -40px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs2 {
        right: -40px;
    }
    .photoevent05-child img.abs {
        max-height: 309px;
    }
    .photoevent05-child img.abs2 {
        right: -40px;
    }
    .photoevent05-child img.abs1 {
        left: -40px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 280px;
        left: -45px;
    }
}

@media screen and (max-width: 1199px) {
  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;
  }
  a.btnstyle-anc {
      font-size: 18px;
      letter-spacing: 0;
      text-indent: 0;
  }
  a.btnstyle-anc span {
      font-size: 15px;
      margin-bottom: 8px;
  }
  .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;
  }
  .venue-info-child:first-child {
      width: 180px;
  }
  .venue-info-child:last-child {
      width: calc(100% - 180px);
  }
  .venue-info-detail p {
      font-size: 15px;
      letter-spacing: 0.04em;
  }
  .main_wrapper {
      margin-top: 108px;
  }
  .play-att p {
      margin-top: 25px;
      font-size: 17px;
  }
  img.title-img {
      margin-bottom: 60px;
  }
    #merchandise {
        padding: 270px 0 50px;
        background-size: 0, 0, 160px, 160px, 100%, 17px, 100%;
        background-position: calc(50% - 700px) calc(100% - 30px), calc(50% + 700px) calc(100% - 30px), calc(50% - 475px) calc(0% + 210px), calc(50% + 450px) calc(0% + 180px), center top, center top, center top;
    }
    img.title-img {
        max-height: 400px;
    }
    .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;
    }
    #merchandise a.btnstyle-anc {
        font-size: 26px;
        padding: 35px 15px;
    }
    #merchandise a.btnstyle-anc img.abs-img1 {
        max-height: 30px;
        right: 35px;
    }
    #playing01_1-2>img.abs {
        max-height: 205px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 67px;
    }
    .title-inner3 img:nth-child(2) {
        max-height: 110px;
    }
    .title-inner img.title-img2 {
        max-height: 215px;
    }
    .merchandise-child {
        width: calc(50% - 25px);
    }
    .md-tt-child {
        width: 100%;
    }
    .md-tt-child:last-child {
        margin-top: 12px;
    }
    #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #limited-info>img.abs1, #limited-info>img.abs2 {
        max-height: 170px;
        top: 30px;
    }
    #playing01_1-5, #art-board, #limited-info {
        padding: 150px 0 120px;
    }
    #trading-card {
        padding-bottom: 120px;
    }
    .title-inner2 img:nth-child(1),
    .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        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),
    #limited-info img.title-img2-2 {
        max-height: 87px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 70px;
    }
    .mb60 {
        margin-bottom: 55px;
    }
    .mb70 {
        margin-bottom: 65px;
    }
    .playing01_1-inner img.abs {
        max-height: 715px;
        right: 0;
        bottom: -20px;
    }
    .playing01_1-inner2 {
        padding: 15px;
    }
    .padding100 {
        padding: 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 {
        max-height: 201px;
    }
    .font21 {
        font-size: 19px;
    }
    #playing01_1-5 img.abs.bg-flash, #art-board img.abs.bg-flash, #trading-card img.abs.bg-flash,
    #limited-info 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%, 100%, 160px, 160px, 279px, 279px, 239px;
    }
    #limited-info {
        background-size: 100%, 160px, 160px, 17px, 100%;
    }
    #trading-card {
        background-size: 200px, 200px, 279px, 279px, 17px, 100%;
    }
    #photoevent05 {
        background-size: 160px, 160px, 279px, 279px, 17px, 100%;
    }
    #playing01_1-5 {
        background-size: 100%, 0, 0, 160px, 160px, 279px, 279px, 17px, 100%;
    }
    #art-board {
        background-size: 100%, 17px, 100%;
    }
    #playing01_1-5 .title-inner2 img:nth-child(2) {
        max-height: 161px;
    }
    .mb90 {
        margin-bottom: 80px;
    }
    .padding120 {
        padding: 80px;
    }
    .pt100 {
        padding-top: 75px;
    }
    .pb90 {
        padding-bottom: 80px;
    }
    .mb120 {
        margin-bottom: 110px;
    }
    .font37 {
        font-size: 33px;
    }
    .font25 {
        font-size: 22px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 85px;
    }
    .padding60 {
        padding: 45px;
    }
    #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,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 195px;
        top: -45px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -220px;
        left: -35px;
    }
    #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),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 123px;
    }
    #playing01_1-5 .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;
    }
    .sl-img img.abs {
        max-height: 198px;
    }
    .sidestar>img.abs:nth-child(4) {
        right: calc(50% - 480px);
    }
    .sidestar>img.abs:nth-child(3) {
        left: calc(50% - 480px);
    }
    .title-inner img.abs2, #trading-card img.abs5,
    .title-inner img.abs3, #trading-card img.abs6 {
        max-height: 0;
    }
    .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;
    }
    .mb50 {
        margin-bottom: 45px;
    }
    #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;
    }
    #playing01_1-2 {
        padding: 280px 0 390px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        bottom: -75px;
    }
    .font60 {
        font-size: 54px;
    }
    #photoevent05 {
        padding: 0 0 100px;
    }
    .title-inner img.abs1 {
        top: 160px;
    }
    .title-inner img.abs1 {
        top: 80px;
        left: -80px;
    }
    .pe-tt-sec h3 {
        margin-bottom: 55px;
    }
    .font54 {
        font-size: 50px;
    }
    .font36 {
        font-size: 33px;
    }
    #photoevent05 .inner-border {
        padding: 80px 60px;
    }
    .font32 {
        font-size: 29px;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 42px;
        background-size: 34px;
    }
    .pe-tt-child p {
        background-size: 32px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 80px 60px 60px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 260px;
        top: -70px;
    }
    .join-sec {
        padding: 40px;
    }
    .join-child {
        width: calc(50% - 25px);
    }
    #photoevent05 .subtitle-inner h3 {
        line-height: 1.4em;
    }
    .mb80 {
        margin-bottom: 70px;
    }
    .photoevent05-child img.abs {
        max-height: 279px;
    }
    .bg-flash-inner2 img.bg-flash {
        left: calc(50% - 450px);
        bottom: 60px;
    }
    #playing01_1-5 img.abs.bg-flash {
        bottom: 200px;
        left: calc(50% - 390px);
    }
    .diversity-child2:last-child>img {
        max-height: 80px;
    }
    .diversity-child2 {
        width: calc(53% - 25px);
    }
    .diversity-child2:last-child {
        width: calc(47% - 25px);
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 223px;
        right: -40px;
        bottom: -55px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 88px;
        top: -40px;
    }
    .mb100 {
        margin-bottom: 80px;
    }
    .diversity-inner3:last-child p span {
        padding-left: 1.1em;
        text-indent: -1.1em;
        line-height: 1.4em;
    }
    #venue-info {
        padding: 90px 0 60px;
    }
    .merchandise-child img.title-img2 {
        max-height: 70px;
    }
    .font18 {
        font-size: 16px;
    }
    .mb30 {
        margin-bottom: 25px;
    }
    .pe-tt-child:last-child {
        padding-left: 40px;
    }
    .pe-tt-child {
        background-position: right 30px center;
        background-size: 134px;
    }
    .mb160 {
        margin-bottom: 130px;
    }
    .font16 {
        font-size: 15px;
    }
    #trading-card .playing01_1-inner2 {
        width: 100%;
        min-height: 0;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 80px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 79px;
        top: -42px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4:first-child
    #trading-card .playing01_1-inner2 .inner-border h3:first-child {
        margin-top: 5px;
    }
    .font22 {
        font-size: 20px;
    }
    #trading-card .playing01_1-inner2 .inner-border p br,
    #trading-card .playing01_1-inner2 .inner-border h4 br {
        display: none;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 5px;
        background-size: 46px;
        padding-left: 60px;
        font-size: 21px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 60px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 52px) calc(50% + 7px);
    }
    #limited-info {
        background-position: center top, left top 700px, right top 700px, center top, center top;
    }
    #art-board .title-inner2 .sidestar2>img.abs:nth-child(2) {
        left: calc(50% - 475px);
    }
    #trading-card .ufoprize-inner {
        margin-top: 110px;
    }
    #limited-info .title-inner2.mb70,
    #limited-info h5.mb80 {
        margin-bottom: 60px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4:first-child {
        margin-top: 0;
    }
    #trading-card img.title-img {
        max-height: 406px;
    }
    #trading-card img.abs.bg-flash {
        left: calc(50% - 470px);
        top: 75px;
    }
    #limited-info img.abs.bg-flash {
        left: calc(50% - 300px);
        bottom: 80px;
    }
}

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

@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;
    }
    #merchandise {
        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% + 160px), calc(50% + 390px) calc(0% + 125px), center top, center top, center top;
    }
    #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;
    }
    #playing01_1-2 {
        padding: 260px 0 370px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -50px;
    }
}

@media screen and (max-width: 1024px) {
  .container-add {
    padding-left: 20px;
  }
  ul.menulist li a {
      font-size: 13px;
  }
    #playing01_1-2 {
        padding: 260px 0 350px;
    }
    .limited-child:last-child {
        width: 100%;
    }
    .limited-child:first-child {
        width: 260px;
        margin: 0 auto 30px;
    }
    .limited-child h3 {
        padding: 22px;
        letter-spacing: 0.08em;
        text-indent: 0.08em;
    }
    #trading-card .ufoprize-inner {
        margin-top: 100px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 74px;
        top: -40px;
    }
    #art-board .playing01_1-inner img.abs1 {
        left: -45px;
        bottom: -45px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 185px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -215px;
        left: -20px;
    }
}

@media screen and (max-width: 991px) {
  .sm-m-top-30 {
    margin-top: 30px;
  }
  #venue-info .flex {
      flex-wrap: wrap;
  }
  #venue-info .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;
  }
  .venue-info-child:first-child {
      width: 140px;
  }
  .venue-info-child:last-child {
      width: calc(100% - 140px);
      padding-left: 35px;
      padding-right: 35px;
  }
    #venue-info {
        padding: 90px 0 50px;
    }
  .venue-info-detail p:first-child {
      margin-right: 15px;
  }
  .venue-info-inner {
      border-radius: 15px;
      padding: 25px 0 25px 35px;
  }
  .venue-info-detail p {
      font-size: 14px;
      width: 100%;
  }
    .main_wrapper {
        margin-top: 98px;
    }
    #merchandise {
        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;
    }
    .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);
    }
    #merchandise a.btnstyle-anc {
        font-size: 20px;
        padding: 30px 10px;
        border-radius: 12px;
    }
    #merchandise a.btnstyle-anc img.abs-img1 {
        max-height: 22px;
        right: 20px;
    }
    #playing01_1-2>img.abs {
        max-height: 185px;
    }
    #playing01_1-2>img.abs1 {
        left: calc(50% - 400px);
    }
    #playing01_1-2>img.abs2 {
        right: calc(50% - 400px);
    }
    #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #limited-info>img.abs1, #limited-info>img.abs2 {
        max-height: 140px;
        top: 25px;
    }
    .title-inner2 img:nth-child(1),
    .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        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),
    #limited-info img.title-img2-2 {
        max-height: 62px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 55px;
    }
    .mb60 {
        margin-bottom: 45px;
    }
    #playing01_1-2 {
        background-size: 100%, 100%, 140px, 140px, 229px, 229px, 239px;
    }
    .playing01_1-inner img.abs {
        max-height: 535px;
        right: 15px;
        bottom: -25px;
    }
    .playing01_1-inner2 img.abs1, .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3 {
        max-height: 151px;
    }
    #playing01_1-5, #art-board, #limited-info {
        padding: 140px 0 100px;
    }
    #trading-card {
        padding-bottom: 100px;
    }
    .playing01_1-inner2 {
        padding: 10px;
    }
    .padding100 {
        padding: 65px;
    }
    .pb80 {
        padding-bottom: 65px;
    }
    .font20 {
        font-size: 16px;
    }
    .font21 {
        font-size: 17px;
    }
    .lh-17 {
        line-height: 1.6em;
    }
    .font15 {
        font-size: 14px;
    }
    .padding120 {
        padding: 65px;
    }
    .pt100 {
        padding-top: 60px;
    }
    .pb90 {
        padding-bottom: 65px;
    }
    .font23 {
        font-size: 20px;
    }
    .mb120 {
        margin-bottom: 85px;
    }
    .font37 {
        font-size: 30px;
    }
    .font25 {
        font-size: 20px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 65px;
    }
    .br30 {
        border-radius: 24px;
    }
    #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,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 165px;
        top: -45px;
        left: 30px;
    }
    #art-board .playing01_1-inner img.abs-add {
        left: -20px;
        top: -35px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -210px;
        left: -20px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        left: 0;
        top: -30px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 93px;
    }
    #playing01_1-5 .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: 60px;
    }
    .photoevent05-child img.abs {
        max-height: 259px;
    }
    .mb160 {
        margin-bottom: 100px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs4 {
        max-height: 44px;
        top: -25px;
    }
    .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;
    }
    .photospot03-inner img.abs1 {
        max-height: 174px;
        left: -25px;
        bottom: -35px;
    }
    .photospot03-inner img.abs2 {
        max-height: 609px;
        right: -75px;
        bottom: -85px;
    }
    .mb30 {
        margin-bottom: 20px;
    }
    .mb50 {
        margin-bottom: 40px;
    }
    #photoevent05 {
        padding: 0 0 90px;
        background-size: 140px, 140px, 229px, 229px, 13px, 100%;
    }
    #playing01_1-5 {
        background-size: 100%, 0, 0, 140px, 140px, 229px, 229px, 13px, 100%;
    }
    #art-board {
        background-size: 100%, 13px, 100%;
    }
    #limited-info {
        background-size: 100%, 140px, 140px, 13px, 100%;
    }
    #trading-card {
        background-size: 0, 0, 229px, 229px, 13px, 100%;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 242px;
        bottom: -85px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 60px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -40px;
    }
    #playing01_1-2 {
        padding: 220px 0 310px;
    }
    .font60 {
        font-size: 44px;
    }
  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;
  }
    .merchandise-child img.title-img2 {
        margin-bottom: 50px;
    }
    .font18 {
        font-size: 15px;
    }
  .anc-child:hover img.abs-img2 {
      top: -377px;
  }
    .play-att p {
        margin-top: 20px;
        font-size: 16px;
    }
    #photoevent05 .subtitle-inner h5.font24 {
        font-size: 18px;
    }
    #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-5 img.abs.bg-flash {
        bottom: 100px;
        left: calc(50% - 360px);
    }
    .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);
    }
    .bg-flash-inner2 img.bg-flash {
        left: calc(50% - 380px);
        bottom: 15px;
    }
    #trading-card img.abs.bg-flash {
        left: calc(50% - 410px);
        top: 20px;
    }
    .title-inner img.abs1 {
        top: 30px;
        left: -160px;
    }
    .diversity-child2,
    .diversity-child2:last-child {
        width: 100%;
    }
    .diversity-child2:last-child {
        margin-top: 40px;
    }
    br.none991,
    img.none991 {
        display: none;
    }
    .mb100 {
        margin-bottom: 70px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 78px;
        top: -35px;
    }
    .diversity-child2:last-child>img {
        max-height: 41px;
    }
    #photoevent05 .inner-border {
        padding: 70px 60px;
    }
    .pe-tt-sec h3 {
        margin-bottom: 45px;
        padding-bottom: 25px;
    }
    .font54 {
        font-size: 46px;
    }
    .font36 {
        font-size: 31px;
    }
    .pe-tt-child {
        width: 100%;
        background-position: right center;
        background-size: 144px;
    }
    .pe-tt-child:first-child {
        border-right: 0px solid #00499B;
        border-bottom: 1px solid #00499B;
        padding-bottom: 30px;
    }
    .pe-tt-sec:nth-child(2) .pe-tt-child:first-child {
        border-right: 0 solid #14ACBC;
        border-bottom: 1px solid #14ACBC;
    }
    .pe-tt-sec:nth-child(3) .pe-tt-child:first-child {
        border-right: 0 solid #00B788;
        border-bottom: 1px solid #00B788;
    }
    .pe-tt-child:last-child {
        padding-left: 0;
        margin-top: 30px;
    }
    .mb110 {
        margin-bottom: 70px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 240px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 70px 60px 60px;
    }
    .mb70 {
        margin-bottom: 60px;
    }
    .font16 {
        font-size: 14px;
    }
    .join-sec {
        padding: 35px;
    }
    .join-child {
        width: calc(50% - 20px);
    }
    .font31 {
        font-size: 27px;
    }
    .font22 {
        font-size: 18px;
    }
    #trading-card .playing01_1-inner2 .inner-border h5 span {
        margin-right: 15px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 52px) calc(48%);
    }
    .font28 {
        font-size: 24px;
    }
    .limited-child h3 {
        padding: 20px;
    }
    .limited-child:first-child {
        width: 240px;
    }
    .limited-inner {
        border-radius: 10px;
        padding: 40px 45px;
    }
    .limited-child:last-child p {
        font-size: 18px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 72px;
        top: -38px;
    }
    #limited-info .title-inner2.mb70,
    #limited-info h5.mb80 {
        margin-bottom: 40px;
    }
    #trading-card .playing01_1-inner2 {
        padding: 10px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        bottom: -260px;
    }
    #limited-info .sidestar3>img.abs {
        max-height: 68px;
        bottom: 75px;
    }
    #limited-info .sidestar3>img.abs:nth-child(2) {
        left: calc(50% - 400px);
    }
    #limited-info .sidestar3>img.abs:nth-child(3) {
        right: calc(50% - 400px);
    }
    #limited-info img.abs.bg-flash {
        left: calc(50% - 275px);
        bottom: 65px;
    }
}

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

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

@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;
    }
    #playing01_1-2 {
        padding: 220px 0 290px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -30px;
    }
    .photoevent05-child img.abs {
        max-height: 249px;
        bottom: -80px;
    }
}

@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;
    }
    #merchandise {
        padding: 200px 0 40px;
        background-position: calc(50% - 700px) calc(35% + 210px), calc(50% + 700px) calc(35% + 100px), calc(50% - 320px) calc(0% + 125px), calc(50% + 300px) calc(0% + 90px), center top, center top, center top;
    }
    #playing01_1-2 {
        padding: 200px 0 280px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -20px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 230px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 70px;
        top: -36px;
    }
    #trading-card .ufoprize-inner {
        margin-top: 90px;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 75px;
    }
    #limited-info .sidestar3>img.abs {
        max-height: 58px;
        bottom: 10px;
    }
    #limited-info .sidestar3>img.abs:nth-child(2) {
        left: calc(50% - 185px);
    }
    #limited-info .sidestar3>img.abs:nth-child(3) {
        right: calc(50% - 185px);
    }
}

@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;
    }
    .playing01_1-inner2 img.abs1 {
        top: -95px;
        left: -30px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1 {
        left: -35px;
    }
    #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        right: -35px;
        top: -75px;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 213px;
        right: -30px;
        bottom: -50px;
    }
    #playing01_1-2>img.abs {
        max-height: 180px;
        top: -15px;
    }
    #playing01_1-2>img.abs2 {
        right: calc(50% - 380px);
    }
    #playing01_1-2>img.abs1 {
        left: calc(50% - 380px);
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 222px;
        bottom: -240px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs1 {
        left: -30px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs2 {
        right: -30px;
    }
    #playing01_1-2 {
        padding: 200px 0 260px;
    }
    .photoevent05-child img.abs {
        max-height: 239px;
        bottom: -75px;
    }
    .photoevent05-child img.abs1 {
        left: -30px;
    }
    .photoevent05-child img.abs2 {
        right: -30px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 225px;
        top: -60px;
        left: -35px;
    }
}

@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;
  }
}

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

@media screen and (max-width: 767px) {
  .container {
      padding-right: 30px;
      padding-left: 30px;
  }
    .font24 {
        font-size: 18px;
    }
    .diversity-child3:first-child {
        width: 55px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 65px);
    }
    .mb40 {
        margin-bottom: 25px;
    }
    .merchandise-child img.title-img2 {
        margin-bottom: 40px;
        max-height: 65px;
    }
    #merchandise a.btnstyle-anc img.abs-img1 {
        max-height: 22px;
        right: 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 {
      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-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #limited-info>img.abs1, #limited-info>img.abs2 {
        max-height: 110px;
        top: 20px;
    }
    #playing01_1-2 {
        background-size: 100%, 100%, 0, 0, 179px, 179px, 239px;
    }
    .font20 {
        font-size: 15px;
    }
    #playing01_1-2 .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-5, #art-board, #limited-info {
        padding: 130px 0 90px;
    }
    #trading-card {
        padding-bottom: 90px;
    }
    .mb60 {
        margin-bottom: 40px;
    }
    .playing01_1-inner2 img.abs1, .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3 {
        max-height: 141px;
    }
    .mb15 {
        margin-bottom: 10px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 50px;
    }
    .font21 {
        font-size: 16px;
    }
    .font15 {
        font-size: 13px;
    }
    .padding120 {
        padding: 50px;
    }
    .pb90 {
        padding-bottom: 55px;
    }
    .pt100 {
        padding-top: 55px;
    }
    .font23 {
        font-size: 18px;
    }
    .font37 {
        font-size: 28px;
    }
    .font25 {
        font-size: 18px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 88px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 164px;
    }
    #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,
    #limited-info .sidestar3>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,
    #trading-card .title-inner h5.font30 {
        font-size: 22px;
    }
    .art-board-child img {
        max-height: 85px;
    }
    .title-inner img.abs1,
    #playing01_1-5 img.abs.bg-flash,
    #art-board img.abs.bg-flash,
    .bg-flash-inner2 img.bg-flash,
    .bg-flash-inner img.bg-flash,
    #limited-info img.abs.bg-flash {
        max-height: 350px;
    }
    .bg-flash-inner img.bg-flash {
        left: calc(50% - 420px);
        bottom: -25px;
    }
    #photoevent05 {
        background-size: 0, 0, 179px, 179px, 11px, 100%;
    }
    #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 179px, 179px, 11px, 100%;
    }
    #art-board {
        background-size: 100%, 11px, 100%;
    }
    #limited-info {
        background-size: 100%, 0, 0, 11px, 100%;
    }
    #trading-card {
        background-size: 0, 0, 179px, 179px, 11px, 100%;
    }
    #playing01_1-2 {
        padding: 180px 0 240px;
    }
    #trading-card .title-inner>a img {
        max-height: 80px;
    }
    #trading-card img.title-img {
        margin-bottom: 40px;
    }
  .anc-child:hover img.abs-img2 {
      top: -350px;
  }
  .anc-child:hover a {
    top: 8px;
  }
  .venue-info-child:first-child {
      width: 135px;
  }
  .venue-info-child:last-child {
      width: calc(100% - 135px);
      padding-left: 35px;
  }
  .venue-info-detail p {
      font-size: 13px;
  }
  .venue-info-detail,
  .venue-info-detail p:last-child {
      width: 100%;
  }
    .playing01_1-inner img.abs {
        max-height: 505px;
    }
  img.none767 {
      display: none;
  }
    #merchandise {
        padding: 170px 0 60px;
        background-size: 0, 0, 0, 0, 100%, 11px, 100%;
    }
    #photoevent05 {
        padding: 0 0 80px;
    }
    #photoevent05 .subtitle-inner h5.font24 {
        font-size: 16px;
    }
    .font60 {
        font-size: 40px;
    }
    .mb80 {
        margin-bottom: 60px;
    }
    .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;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 55px;
    }
    #venue-info {
        padding: 80px 0 50px;
    }
    .diversity-child2:last-child>img {
        max-height: 37px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -15px;
    }
    .mb100 {
        margin-bottom: 65px;
    }
    .merchandise-child {
        width: 100%;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 60px 50px 50px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 205px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 73px;
        top: -32px;
    }
    .mb70 {
        margin-bottom: 50px;
    }
    .join-sec {
        padding: 30px;
        border-radius: 12px;
    }
    .join-child {
        width: 100%;
    }
    .join-child:last-child {
        margin-top: 8px;
    }
    #photoevent05 .inner-border {
        padding: 60px 50px;
    }
    .pe-tt-sec h3 {
        margin-bottom: 35px;
        padding-bottom: 20px;
    }
    .font36 {
        font-size: 29px;
    }
    .font54 {
        font-size: 42px;
    }
    .font32 {
        font-size: 26px;
    }
    .md-tt-child {
        width: 50%;
    }
    .md-tt-child:last-child {
        margin-top: 0;
    }
    .md-tt-inner {
        padding: 25px 0;
        margin: 25px 0;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 40px;
        background-size: 32px;
    }
    .pe-tt-child p {
        background-size: 30px;
    }
    .pe-tt-child p span {
        margin-top: 5px;
    }
    .mb160 {
        margin-bottom: 90px;
    }
    .photoevent05-child img.abs {
        max-height: 224px;
        bottom: -70px;
    }
    .font40 {
        font-size: 38px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 212px;
        bottom: -230px;
    }
    #playing01_1-2>img.abs {
        max-height: 175px;
        top: -25px;
    }
    #playing01_1-2>img.abs1 {
        left: calc(50% - 350px);
    }
    #playing01_1-2>img.abs2 {
        right: calc(50% - 350px);
    }
    .merchandise-child:last-child {
        margin-top: 50px;
    }
    #merchandise a.btnstyle-anc {
        font-size: 20px;
        padding: 28px 10px;
        border-radius: 10px;
        width: 70%;
        margin: 0 auto;
    }
    #trading-card img.abs.bg-flash {
        left: calc(50% - 400px);
        top: 10px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3, #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 150px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -190px;
    }
}

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

@media screen and (max-width: 720px) {
    .anc-child:hover img.abs-img2 {
        top: -330px;
    }
    .sl-img img.abs {
        max-height: 138px;
    }
    #art-board .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 22px;
        text-align: justify;
    }
    #art-board .title-inner2 h5.font30 br, #trading-card .title-inner h5.font30 br {
        display: none;
    }
    .br30 {
        border-radius: 16px;
    }
    #playing01_1 img.abs.bg-flash {
        left: calc(50% - 400px);
    }
    #playing01_1-5 img.abs.bg-flash {
        left: calc(50% - 330px);
    }
    .bg-flash-inner2 img.bg-flash {
        left: calc(50% - 350px);
    }
    .font40 {
        font-size: 36px;
    }
    .diversity-child2:last-child>img {
        max-height: 35px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 67px;
        top: -34px;
    }
    #trading-card .ufoprize-inner {
        margin-top: 85px;
    }
    .font22 {
        font-size: 17px;
    }
    .font31 {
        font-size: 26px;
    }
    #trading-card .playing01_1-inner2 .inner-border p {
        font-size: 14px;
    }
    .font28 {
        font-size: 22px;
    }
    .limited-inner {
        padding: 35px 40px;
    }
    .limited-child h3 {
        padding: 12px;
    }
    .limited-child:first-child {
        width: 230px;
    }
    .limited-child:last-child p {
        font-size: 17px;
    }
}

@media screen and (max-width: 699px) {
  .backtop {
      bottom: 30px;
      right: 15px;
      width: 35px;
      height: 35px;
      background-size: 35px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 320px;
  }
  .photoevent05-child2:last-child {
      margin-left: 0;
      margin-top: 30px;
  }
  .play-att p {
      font-size: 15px;
  }
    #merchandise a.btnstyle-anc {
        font-size: 19px;
        border-radius: 8px;
    }
    #merchandise a.btnstyle-anc img.abs-img1 {
        max-height: 20px;
        right: 20px;
    }
    .playing01_1-inner img.abs {
        max-height: 465px;
        right: 0;
    }
    .padding120 {
        padding: 45px;
    }
    .pb90 {
        padding-bottom: 50px;
    }
    .pt100 {
        padding-top: 50px;
    }
    .font23 {
        font-size: 17px;
    }
    .lh-18 {
        line-height: 1.7em;
    }
    .padding60 {
        padding: 40px;
    }
    .mb100 {
        margin-bottom: 60px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 520px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 140px;
        top: -40px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -175px;
    }
    #art-board .playing01_1-inner img.abs-add {
        top: -30px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        top: -25px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 60px;
    }
    .photospot03-inner img.abs2 {
        max-height: 569px;
        right: -70px;
        bottom: -90px;
    }
    .photospot03-inner img.abs1 {
        max-height: 154px;
    }
    .mb120 {
        margin-bottom: 75px;
    }
    #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;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 198px;
        right: -35px;
        bottom: -45px;
    }
    img.none699 {
        display: none;
    }
    img.block699 {
        display: block;
    }
    .diversity-child2:last-child>img {
        max-height: 80px;
    }
    .merchandise-child img.title-img2 {
        max-height: 60px;
    }
    #playing01_1-2>img.abs {
        max-height: 165px;
        top: -30px;
    }
    #playing01_1-2>img.abs1 {
        left: calc(50% - 320px);
    }
    #playing01_1-2>img.abs2 {
        right: calc(50% - 320px);
    }
    #playing01_1-2 {
        padding: 160px 0 220px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 50px;
    }
    .font40 {
        font-size: 34px;
    }
    .title-inner img.abs1 {
        top: 0;
        left: -160px;
    }
    .mb80 {
        margin-bottom: 50px;
    }
    .photoevent05-child img.abs {
        max-height: 204px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 68px;
        top: -30px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 195px;
    }
    #trading-card img.abs.bg-flash {
        left: calc(50% - 380px);
        top: -10px;
    }
}

@media screen and (max-width: 660px) {
    a.btnstyle-anc span {
        font-size: 13px;
        margin-bottom: 8px;
    }
    a.btnstyle-anc {
        font-size: 17px;
    }
    .anc-child:hover img.abs-img2 {
        top: -300px;
    }
    .venue-info-inner {
        border-radius: 15px;
        padding: 20px 0 20px 30px;
    }
    .venue-info-child:first-child {
        width: 130px;
    }
    .venue-info-child:last-child {
        width: calc(100% - 130px);
        padding-left: 30px;
    }
    img.title-img {
        margin-bottom: 45px;
    }
    .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);
    }
    #merchandise a.btnstyle-anc {
        font-size: 18px;
        border-radius: 5px;
    }
    #merchandise a.btnstyle-anc img.abs-img1 {
        max-height: 18px;
        right: 15px;
    }
    .playing01_1-inner img.abs {
        max-height: 445px;
    }
    .title-inner2 img:nth-child(1),
    .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 35px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 50px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 45px;
    }
    .mb60 {
        margin-bottom: 35px;
    }
    .mb70 {
        margin-bottom: 45px;
    }
    .playing01_1-inner2 img.abs1 {
        max-height: 0;
    }
    .font36 {
        font-size: 27px;
    }
    .mb120 {
        margin-bottom: 70px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 470px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 130px;
        top: -35px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -170px;
    }
    #trading-card .playing01_1-inner img.abs-add {
        top: -25px;
    }
    #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;
    }
    .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;
    }
    .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;
    }
    .pe-tt-sec h3 {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 2px solid #00499B;
    }
    .font54 {
        font-size: 38px;
    }
    .font32 {
        font-size: 24px;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 37px;
        background-size: 30px;
    }
    .pe-tt-child {
        background-size: 129px;
    }
    .pe-tt-child p {
        background-size: 28px;
    }
    .mb110 {
        margin-bottom: 60px;
    }
    .photoevent05-child img.abs {
        max-height: 184px;
        bottom: -65px;
    }
    #photoevent05 {
        background-size: 0, 0, 179px, 179px, 9px, 100%;
    }
    #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 179px, 179px, 9px, 100%;
    }
    #art-board {
        background-size: 100%, 9px, 100%;
    }
    #limited-info {
        background-size: 100%, 0, 0, 9px, 100%;
    }
    #trading-card {
        background-size: 0, 0, 179px, 179px, 9px, 100%;
    }
    #merchandise {
        padding: 150px 0 50px;
        background-size: 0, 0, 0, 0, 100%, 9px, 100%;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 45px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 50px 40px 40px;
    }
    #photoevent05 .inner-border {
        padding: 50px 40px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 64px;
        top: -35px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 185px;
    }
    .font40 {
        font-size: 32px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 192px;
        bottom: -195px;
    }
    #playing01_1-2 {
        padding: 150px 0 210px;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 188px;
    }
    .pe-tt-sec:nth-child(2) h3 {
        border-bottom: 2px solid #14ACBC;
    }
    .pe-tt-sec:nth-child(3) h3 {
        border-bottom: 2px solid #00B788;
    }
    .font28 {
        font-size: 21px;
    }
    .limited-child h3 {
        padding: 10px;
        background-position: left 25px center, right 25px center;
        background-size: 18px, 18px;
    }
    .limited-child:first-child {
        width: 210px;
    }
    .limited-child:last-child p {
        font-size: 16px;
    }
    #limited-info .title-inner2.mb70,
    #limited-info h5.mb80 {
        margin-bottom: 35px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 8px;
        background-size: 40px;
        padding-left: 50px;
        font-size: 20px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 65px;
        top: -32px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 50px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 50px) calc(48%);
        background-size: 18px;
    }
    #trading-card .ufoprize-inner {
        margin-top: 75px;
    }
    p.add-att2 {
        padding-left: 1.1em;
        text-indent: -1.1em;
        line-height: 1.4em;
    }
    p.add-att2.mb10 {
        margin-bottom: 5px;
    }
    p.add-att2.mb20 {
        margin-bottom: 12px;
    }
}

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

@media screen and (max-width: 640px) {
    .merchandise-child img.title-img2 {
        max-height: 58px;
    }
    #trading-card img.abs.bg-flash {
        left: calc(50% - 360px);
        top: -30px;
    }
    #limited-info img.abs.bg-flash {
        left: calc(50% - 255px);
        bottom: 50px;
    }
}

@media screen and (max-width: 620px) {
    .font24 {
        font-size: 16px;
    }
    .font14 {
        font-size: 12px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 42px;
    }
    #playing01_1-2>img.abs {
        max-height: 155px;
    }
    #playing01_1-2>img.abs1 {
        left: calc(50% - 295px);
    }
    #playing01_1-2>img.abs2 {
        right: calc(50% - 295px);
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 177px;
        bottom: -190px;
    }
    #playing01_1-2 {
        padding: 145px 0 200px;
    }
    .mb80 {
        margin-bottom: 45px;
    }
    .photoevent05-child img.abs {
        max-height: 174px;
        bottom: -60px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 60px;
        top: -30px;
    }
    .mb160 {
        margin-bottom: 80px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 175px;
    }
    .mb120 {
        margin-bottom: 70px;
    }
    #art-board .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 21px;
    }
    #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;
    }
    #photoevent05 {
        background-size: 0, 0, 179px, 179px, 8px, 100%;
    }
    #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 179px, 179px, 8px, 100%;
    }
    #art-board {
        background-size: 100%, 8px, 100%;
    }
    #limited-info {
        background-size: 100%, 0, 0, 8px, 100%;
    }
    #trading-card {
        background-size: 0, 0, 179px, 179px, 8px, 100%;
    }
    #merchandise {
        background-size: 0, 0, 0, 0, 100%, 8px, 100%;
    }
    .font25 {
        font-size: 17px;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 178px;
    }
}

@media screen and (max-width: 599px) {
    ul.menulist li a,
    .menu_wrapper.is-fixed ul.menulist li a {
        font-size: 13px;
    }
    a.btnstyle-anc {
        font-size: 16px;
    }
    .playing01_1-inner img.abs {
        max-height: 405px;
    }
    .font18 {
        font-size: 14px;
    }
    .padding60 {
        padding: 35px;
    }
    .font25 {
        font-size: 17px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 440px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 110px;
        top: -30px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -130px;
        left: 0;
    }
    #trading-card .playing01_1-inner img.abs-add {
        top: -25px;
    }
    .photospot03-inner img.abs2 {
        max-height: 449px;
        right: -50px;
        bottom: -80px;
    }
    #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:last-child>img {
        max-height: 75px;
    }
    #trading-card img.abs.bg-flash {
        left: calc(50% - 340px);
        top: -40px;
    }
    #limited-info img.abs.bg-flash {
        left: calc(50% - 245px);
        bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    img.title-img {
        margin-bottom: 40px;
    }
    img.sec-main-img {
        margin-bottom: 45px;
    }
    .photoevent05-child {
        width: 100%;
    }
    .mb80 {
        margin-bottom: 40px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 40px;
    }
    .merchandise-child img.title-img2 {
        max-height: 55px;
    }
    .photoevent05-inner2 {
        margin-top: 35px;
    }
    img.none575 {
        display: none;
    }
    a.btnstyle-anc {
        font-size: 14px;
    }
    a.btnstyle-anc img.abs-img1 {
        max-height: 22px;
        bottom: -12px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -10px;
    }
    .anc-child:hover img.abs-img2 {
        top: -280px;
    }
    .diversity-child2:last-child {
        width: 100%;
        margin-top: 30px;
    }
    .venue-info-child:first-child {
        width: 100%;
        text-align: center;
    }
    .venue-info-child:last-child {
        width: 100%;
        padding-left: 20px;
        border-left: 0;
        margin-top: 15px;
        padding-right: 20px;
    }
    .venue-info-inner {
        border-radius: 12px;
        padding: 20px 0;
    }
    .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;
    }
    #merchandise {
        padding: 125px 0 40px;
    }
    .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.abs2, .playing01_1-inner2 img.abs3 {
        max-height: 131px;
    }
    #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #limited-info>img.abs1, #limited-info>img.abs2 {
        max-height: 90px;
        top: 15px;
    }
    #playing01_1-5, #art-board, #limited-info {
        padding: 110px 0 80px;
    }
    #trading-card {
        padding-bottom: 80px;
    }
    .title-inner img.abs1, #playing01_1-5 img.abs.bg-flash, #art-board img.abs.bg-flash, #trading-card img.abs.bg-flash,
    .bg-flash-inner2 img.bg-flash, .bg-flash-inner img.bg-flash,
    #limited-info img.abs.bg-flash {
        max-height: 0;
    }
    #playing01_1-2 {
        background-size: 100%, 100%, 0, 0, 129px, 129px, 239px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 40px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 45px;
    }
    .mb50 {
        margin-bottom: 30px;
    }
    .font37 {
        font-size: 26px;
    }
    .mb65 {
        margin-bottom: 50px;
    }
    .mb100 {
        margin-bottom: 55px;
    }
    .font25 {
        font-size: 16px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 73px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 390px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 100px;
        top: -20px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -120px;
    }
     #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;
    }
    .art-board-child {
        width: calc(100% / 2 - 10px);
    }
    .art-board-child:last-child {
        margin: 25px auto 0;
    }
    #art-board .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;
    }
    .mb120 {
        margin-bottom: 60px;
    }
    .padding50 {
        padding: 30px;
    }
    #photoevent05 {
        background-size: 0, 0, 129px, 129px, 7px, 100%;
    }
    #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 129px, 129px, 7px, 100%;
    }
    #art-board {
        background-size: 100%, 7px, 100%;
    }
    #limited-info {
        background-size: 100%, 0, 0, 7px, 100%;
    }
    #trading-card {
        background-size: 0, 0, 129px, 129px, 7px, 100%;
    }
    #trading-card p {
        font-size: 14px;
    }
    #playing01_1-2>img.abs {
        max-height: 0;
    }
    #merchandise {
        background-size: 0, 0, 0, 0, 100%, 7px, 100%;
    }
    #playing01_1-2 {
        padding: 130px 0 180px;
    }
    #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;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 168px;
    }
    #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 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 40px 35px 35px;
    }
    #photoevent05 .inner-border {
        padding: 40px 35px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 155px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 58px;
        top: -25px;
    }
    .font36 {
        font-size: 25px;
    }
    .mb70 {
        margin-bottom: 40px;
    }
    .font54 {
        font-size: 36px;
    }
    .pe-tt-child {
        background-size: 114px;
    }
    .font40 {
        font-size: 30px;
    }
    #trading-card .inner-border {
        padding: 35px 30px 30px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 60px;
        top: -27px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 5px;
        background-size: 37px;
        padding-left: 45px;
        font-size: 19px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 45px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 41px) calc(50%);
        background-size: 14px;
    }
    .font31 {
        font-size: 24px;
    }
    .font28 {
        font-size: 19px;
    }
    .limited-inner {
        padding: 35px 30px;
    }
    .limited-child:first-child {
        width: 200px;
        margin: 0 auto 25px;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 65px;
    }
    #trading-card img.title-img {
        margin-bottom: 35px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 172px;
        bottom: -180px;
    }
    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;
    }
}

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

@media screen and (max-width: 540px) {
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border h3 br {
        display: none;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border h3 {
        text-align: justify;
    }
    .merchandise-child img.title-img2 {
        max-height: 52px;
    }
    #limited-info h5.mb80 {
        text-align: justify;
    }
    #limited-info h5.mb80 br {
        display: none;
    }
}

@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;
    }
    .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-inner img.abs {
        max-height: 305px;
        bottom: -10px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 55px;
        top: -30px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 55px;
        top: -30px;
    }
    #photoevent05 .inner-border {
        padding: 40px 30px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 40px 30px 30px;
    }
    .padding100 {
        padding: 35px;
    }
    .pb80 {
        padding-bottom: 35px;
    }
    .title-inner2 img:nth-child(1),
    .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 30px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 40px;
    }
    .title-inner2 img:nth-child(4),
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 34px;
    }
    .padding120 {
        padding: 35px;
    }
    .pb90 {
        padding-bottom: 35px;
    }
    .pt100 {
        padding-top: 35px;
    }
    .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,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 90px;
        top: -20px;
        left: 20px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -100px;
        left: 0;
    }
    #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;
    }
    .photospot03-inner img.abs1 {
        max-height: 114px;
    }
    .photospot03-inner img.abs2 {
        max-height: 360px;
        right: -35px;
        bottom: -60px;
    }
    .font60 {
        font-size: 29px;
    }
    #art-board .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;
    }
    #venue-info {
        padding: 70px 0 50px;
    }
    .merchandise-child img.title-img2 {
        max-height: 50px;
        margin-bottom: 35px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 38px;
    }
    .title-inner2 img:nth-child(1), .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 28px;
    }
    #merchandise a.btnstyle-anc {
        width: 75%;
    }
    #playing01_1-2 {
        padding: 120px 0 170px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 162px;
        bottom: -170px;
    }
    .font40 {
        font-size: 29px;
    }
    .photoevent05-child img.abs {
        max-height: 159px;
        bottom: -55px;
    }
    .join-sec {
        padding: 20px;
        border-radius: 10px;
    }
    .font36 {
        font-size: 22px;
    }
    #photoevent05 .playing01_1-inner2 img.abs1 {
        max-height: 0;
    }
    .pe-tt-child {
        background-size: 104px;
        background-position: right -3px center;
    }
    .font54 {
        font-size: 32px;
    }
    .limited-inner {
        padding: 30px 25px;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 60px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 41px) calc(45%);
    }
    .md-tt-child:last-child {
        margin-top: 10px;
    }
    .md-tt-child {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    img.none480,
    div.none480 {
        display: none;
    }
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 55px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 310px;
    }
    img.sec-main-img {
        margin-bottom: 40px;
    }
    .flex-sec-title,
    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;
    }
    #merchandise a.btnstyle-anc {
        width: 80%;
        padding: 26px 10px;
    }
    .title-inner2 img:nth-child(1), .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 26px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 34px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 142px;
        bottom: -145px;
    }
    a.btnstyle-anc {
        font-size: 13px;
        padding: 12px 10px 18px;
        border-radius: 10px;
    }
    a.btnstyle-anc img.abs-img1 {
        max-height: 20px;
        bottom: -10px;
    }
    .anc-child:hover img.abs-img2 {
        top: -200px;
    }
    .diversity-child2:last-child>img {
        max-height: 70px;
    }
    .mb100 {
        margin-bottom: 50px;
    }
    .menu-logo {
        height: 48px;
    }
    .menu_wrapper, .menu_wrapper.is-fixed {
        height: 48px;
        padding: 13px 0;
    }
    .font40 {
        font-size: 28px;
    }
    .mb80 {
        margin-bottom: 35px;
    }
    .photoevent05-child img.abs {
        max-height: 144px;
        bottom: -50px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 50px;
        top: -25px;
    }
    .mb20 {
        margin-bottom: 12px;
    }
    .font36 {
        font-size: 20px;
    }
    .pe-tt-sec h3 {
        margin-bottom: 25px;
    }
    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;
    }
    #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2, #limited-info>img.abs1, #limited-info>img.abs2 {
        max-height: 75px;
        top: 10px;
    }
    #playing01_1-5, #art-board, #limited-info {
        padding: 90px 0 70px;
    }
    #trading-card {
        padding-bottom: 70px;
    }
    .font20 {
        font-size: 13px;
    }
    .playing01_1-inner img.abs {
        max-height: 295px;
    }
    .mb160 {
        margin-bottom: 70px;
    }
    .mb60 {
        margin-bottom: 25px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 38px;
    }
    .mb90 {
        margin-bottom: 70px;
    }
    .font21 {
        font-size: 15px;
    }
    .padding120 {
        padding: 30px;
    }
    .pb90 {
        padding-bottom: 30px;
    }
    .pt100 {
        padding-top: 30px;
    }
    .font23 {
        font-size: 16px;
    }
    .font25 {
        font-size: 15px;
    }
    .mb65 {
        margin-bottom: 45px;
    }
    #playing01_1-2 {
        padding: 120px 0 150px;
    }
    #photoevent05 {
        padding: 10px 0 70px;
    }
    #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;
    }
    #limited-info .add-kazari-inner img.abs-add {
        left: -20px;
    }
    #art-board .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;
    }
    #trading-card img:nth-child(4) {
        max-height: 50px;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 143px;
    }
    br.block480 {
        display: block;
    }
    .merchandise-child img.title-img2 {
        max-height: 44px;
        margin-bottom: 30px;
    }
    .font54 {
        font-size: 30px;
    }
    .mb110 {
        margin-bottom: 50px;
    }
    .font32 {
        font-size: 22px;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 32px;
        background-size: 26px;
    }
    .pe-tt-child p {
        background-size: 24px;
    }
    .pe-tt-child p.mb30 {
        margin-bottom: 15px;
    }
    .pe-tt-child {
        background-size: 84px;
        background-position: right bottom 25px;
    }
    .pe-tt-child:last-child {
        background-position: right bottom;
    }
    .font28 {
        font-size: 17px;
    }
    .limited-child h3 {
        padding: 8px;
        background-position: left 20px center, right 20px center;
        background-size: 15px, 15px;
    }
    .limited-child:first-child {
        width: 180px;
        margin: 0 auto 20px;
    }
    .limited-child:last-child p {
        font-size: 15px;
    }
    #limited-info .title-inner2.mb70 {
        margin-bottom: 30px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 55px;
        top: -25px;
    }
    #trading-card .playing01_1-inner2 .inner-border p {
        font-size: 13px;
    }
    #trading-card .inner-border {
        padding: 30px 25px 25px;
    }
    .font31 {
        font-size: 23px;
    }
    .font22 {
        font-size: 15px;
    }
    #trading-card .playing01_1-inner2 .inner-border h5 span {
        margin-right: 10px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 6px;
        background-size: 34px;
        padding-left: 42px;
        font-size: 18px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 42px;
        margin-bottom: 18px;
    }
    #trading-card .ufoprize-inner {
        margin-top: 65px;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 55px;
    }
    #trading-card .playing01_1-inner.mb20 {
        margin-bottom: 20px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 36px) calc(44%);
    }
    #trading-card img.title-img {
        margin-bottom: 32px;
    }
}

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

@media screen and (max-width: 440px) {
    .play-att p {
        font-size: 13px;
    }
    .font24 {
        font-size: 15px;
    }
    #merchandise a.btnstyle-anc {
        font-size: 17px;
        padding: 25px 10px;
    }
    .playing01_1-inner2 {
        padding: 8px;
    }
    .pt100 {
        padding-top: 25px;
    }
    .pb90 {
        padding-bottom: 25px;
    }
    .padding120 {
        padding: 25px;
    }
    .padding100 {
        padding: 25px;
    }
    .mb50 {
        margin-bottom: 25px;
    }
    .mb65 {
        margin-bottom: 40px;
    }
    .padding60 {
        padding: 25px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 68px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 300px;
    }
    #playing01_1-5 .playing01_1-inner2 {
        padding: 8px;
    }
    .photospot03-inner img.abs2 {
        max-height: 310px;
    }
    .photospot03-inner img.abs1 {
        max-height: 109px;
    }
    .padding50 {
        padding: 25px;
    }
    .font60 {
        line-height: 1.4em;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 85px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -95px;
    }
    img.none440,
    div.none440 {
      display: none;
    }
    .art-board-child img {
        max-height: 80px;
    }
    #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  {
        max-height: 116px;
    }
    #playing01_1-5 .playing01_1-inner2 img.abs1, #playing01_1-5 .playing01_1-inner2:last-child img.abs1 {
        max-height: 119px;
    }
    #playing01_1-2 {
        padding: 110px 0 150px;
    }
    .pe-tt-child {
        background-size: 74px;
    }
    .font31 {
        font-size: 22px;
    }
    .font22 {
        font-size: 14px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 52px;
        top: -27px;
    }
    #trading-card .playing01_1-inner2 {
        padding: 8px;
    }
}

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

@media screen and (max-width: 428px) {
    .photoevent05-child:last-child {
        margin-top: 10px;
    }
    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%;
    }
    .anc-child:hover img.abs-img2 {
        top: -190px;
    }
    footer small {
        font-size: 11px;
    }
    .diversity-child2:last-child>img {
        max-height: 65px;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 128px;
    }
    .mb100 {
        margin-bottom: 45px;
    }
    .merchandise-child img.title-img2 {
        max-height: 41px;
    }
    .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;
    }
    #merchandise {
        padding: 110px 0 40px;
    }
    .playing01_1-inner img.abs {
        max-height: 280px;
    }
    #playing01_1-5, #art-board, #limited-info {
        padding: 80px 0 65px;
    }
    #trading-card {
        padding-bottom: 65px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 32px;
    }
    .title-inner2 img:nth-child(2) {
        max-height: 35px;
    }
    .mb70 {
        margin-bottom: 40px;
    }
    #art-board .title-inner2 h5.font30, #trading-card .title-inner h5.font30 {
        font-size: 16px;
    }
    #playing01_1-2 {
        padding: 100px 0 130px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 122px;
        bottom: -125px;
    }
    #photoevent05 {
        padding: 15px 0 60px;
    }
    .font40 {
        font-size: 26px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 35px 30px 30px;
    }
    #trading-card img.title-img {
        margin-bottom: 35px;
    }
    .photoevent05-child img.abs {
        max-height: 134px;
        bottom: -40px;
    }
    .mb160 {
        margin-bottom: 60px;
    }
    #venue-info {
        padding: 60px 0 40px;
    }
    .font36 {
        font-size: 19px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 45px;
        top: -20px;
    }
    .mb70 {
        margin-bottom: 35px;
    }
    .font16 {
        font-size: 13px;
    }
    .mb120 {
        margin-bottom: 50px;
    }
    .pe-tt-child:first-child {
        padding-bottom: 20px;
    }
    .pe-tt-child {
        background-size: 69px;
        background-position: right bottom 18px;
    }
    .pe-tt-child:last-child {
        margin-top: 20px;
    }
    .font32 {
        font-size: 20px;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 30px;
        background-size: 24px;
    }
    .pe-tt-child p {
        background-size: 22px;
    }
    .font54 {
        font-size: 28px;
    }
    #merchandise a.btnstyle-anc {
        width: 100%;
    }
    #photoevent05 .inner-border {
        padding: 35px 30px;
    }
    .limited-inner {
        padding: 25px 20px;
        border-radius: 8px;
    }
    .limited-child h3 {
        background-position: left 15px center, right 15px center;
        background-size: 12px, 12px;
        border-radius: 8px;
    }
    .font28 {
        font-size: 16px;
    }
    .limited-child:first-child {
        width: 150px;
        margin: 0 auto 15px;
    }
    .limited-child:last-child p {
        font-size: 14px;
    }
    p.add-att2 {
        font-size: 14px;
    }
    p.add-att2.mb20 {
        margin-bottom: 10px;
    }
    #limited-info .title-inner2.mb70 {
        margin-bottom: 25px;
    }
    #limited-info h5.mb80 {
        margin-bottom: 30px;
    }
    #trading-card .inner-border {
        padding: 25px 20px 20px;
    }
    .font31 {
        font-size: 21px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 47px;
        top: -25px;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 50px;
    }
    #trading-card .ufoprize-inner {
        margin-top: 55px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 6px;
        background-size: 28px;
        padding-left: 35px;
        font-size: 17px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 35px;
        margin-bottom: 15px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 27px) calc(44%);
    }
    p.add-att.mb20 {
        margin-bottom: 8px;
    }
}

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

@media screen and (max-width: 414px) {
    .playing01_1-inner img.abs {
        max-height: 260px;
        right: -15px;
    }
    .mb90 {
        margin-bottom: 60px;
    }
    .padding120 {
        padding: 20px;
    }
    .font36 {
        font-size: 18px;
    }
    .mb70 {
        margin-bottom: 30px;
    }
    #photoevent05 .inner-border {
        padding: 30px 25px;
    }
    .pe-tt-sec h3 {
        margin-bottom: 20px;
    }
    .mb110 {
        margin-bottom: 40px;
    }
    .pe-tt-child {
        background-size: 64px;
        background-position: right bottom 18px;
    }
    .font37 {
        font-size: 23px;
    }
    .title-inner2 img:nth-child(4) {
        max-height: 32px;
    }
    #playing01_1-5 .title-inner2 img:nth-child(3) {
        max-height: 50px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 58px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 260px;
        bottom: 10px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 80px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -90px;
    }
    #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;
    }
    .font40 {
        font-size: 25px;
    }
    .photoevent05-child img.abs {
        max-height: 124px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 42px;
        top: -18px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 30px 25px 25px;
    }
    #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;
    }
    .font16 {
        font-size: 12px;
    }
    #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 {
        margin-bottom: 30px;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 118px;
    }
    .merchandise-child img.title-img2 {
        max-height: 38px;
    }
    #merchandise {
        padding: 105px 0 40px;
    }
    .title-inner2 img:nth-child(1), .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 25px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 30px;
    }
    .mb40 {
        margin-bottom: 20px;
    }
    .merchandise-child:last-child {
        margin-top: 40px;
    }
    .font18 {
        font-size: 13px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 117px;
        bottom: -120px;
    }
    .mb110 {
        margin-bottom: 40px;
    }
    .pe-tt-child {
        background-size: 64px;
    }
    .font31 {
        font-size: 20px;
    }
    #trading-card img.title-img {
        margin-bottom: 30px;
    }
}

@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;
    }
    footer small {
        font-size: 10px;
    }
    img.sec-main-img {
        margin-bottom: 35px;
    }
    .anc-child:hover img.abs-img2 {
        top: -180px;
    }
    .venue-info-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);
    }
    .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;
    }
    #merchandise a.btnstyle-anc {
        font-size: 16px;
    }
    .playing01_1-inner img.abs {
        max-height: 250px;
    }
    .font14 {
        font-size: 11px;
    }
    .font20 {
        font-size: 12px;
    }
    .font21 {
        font-size: 14px;
    }
    .font15 {
        font-size: 12px;
    }
    .font23 {
        font-size: 15px;
    }
    .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;
    }
    #merchandise {
        padding: 100px 0 35px;
    }
    #playing01_1-5 {
        background-size: 100%, 0, 0, 0, 0, 99px, 99px, 7px, 100%;
    }
    #playing01_1-2 {
        background-size: 100%, 100%, 0, 0, 99px, 99px, 239px;
    }
    #trading-card {
        background-size: 0, 0, 99px, 99px, 7px, 100%;
    }
    .font40 {
        font-size: 24px;
    }
    .diversity-child2:last-child>img {
        max-height: 60px;
    }
    .merchandise-child img.title-img2 {
        max-height: 36px;
    }
    .title-inner2 img:nth-child(1), .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 24px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 29px;
    }
    .limited-inner {
        padding: 20px;
        border-radius: 5px;
    }
    .font28 {
        font-size: 15px;
    }
    .limited-child h3 {
        background-size: 10px, 10px;
        border-radius: 5px;
        padding: 7px;
    }
    .limited-child:first-child {
        width: 140px;
        margin: 0 auto 12px;
    }
    .font31 {
        font-size: 19px;
    }
    .font22 {
        font-size: 13px;
    }
    #trading-card .playing01_1-inner2 .inner-border h5 span {
        margin-right: 8px;
        padding: 4px 8px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 44px;
        top: -25px;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 45px;
    }
    #trading-card .ufoprize-inner {
        margin-top: 50px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 5px;
        background-size: 26px;
        padding-left: 33px;
        font-size: 16px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 33px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 25px) calc(44%);
        background-size: 12px;
    }
    #trading-card img.title-img {
        margin-bottom: 28px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -70px;
    }
}

@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, #trading-card .title-inner h5.font30 {
        font-size: 15px;
    }
    .title-inner2 img:nth-child(1),
    .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 26px;
    }
    .mb40 {
        margin-bottom: 20px;
    }
    .mb55 {
        margin-bottom: 25px;
    }
    .font36 {
        font-size: 17px;
    }
    .mb120 {
        margin-bottom: 45px;
    }
    #photoevent05 .inner-border {
        padding: 25px 20px;
    }
    .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;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 108px;
        bottom: -30px;
    }
    .diversity-child2:last-child {
        margin-top: 20px;
    }
    .mb100 {
        margin-bottom: 40px;
    }
    .merchandise-child img.title-img2 {
        max-height: 34px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 112px;
        bottom: -115px;
    }
    #playing01_1-2 {
        padding: 95px 0 125px;
    }
    .font40 {
        font-size: 23px;
    }
    .photoevent05-child img.abs {
        max-height: 114px;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 40px;
        top: -22px;
    }
    .mb160 {
        margin-bottom: 50px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 25px 20px 20px;
    }
    .join-sec {
        padding: 15px;
        border-radius: 8px;
    }
    .font54 {
        font-size: 26px;
    }
    .pe-tt-sec h3 {
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 28px;
        background-size: 22px;
    }
    .pe-tt-child p {
        background-size: 20px;
    }
    .font32 {
        font-size: 18px;
    }
    .pe-tt-child p.mb30 {
        margin-bottom: 12px;
    }
    .pe-tt-child h5.mb30 {
        margin-bottom: 15px;
    }
    .pe-tt-child {
        background-size: 54px;
        background-position: right bottom 15px;
    }
    .font31 {
        font-size: 18px;
    }
    #limited-info h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .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%;
    }
    .anc-child:hover img.abs-img2 {
        top: -165px;
    }
    .venue-info-child:last-child {
        margin-top: 12px;
    }
    .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;
    }
    .mb80 {
        margin-bottom: 30px;
    }
    .photoevent05-child img.abs {
        max-height: 104px;
    }
    .font54 {
        font-size: 25px;
    }
    .font24 {
        font-size: 14px;
    }
    .diversity-child3:first-child {
        width: 45px;
    }
    .diversity-child3:last-child {
        width: calc(100% - 55px);
    }
    #merchandise a.btnstyle-anc {
        font-size: 15px;
    }
    #merchandise a.btnstyle-anc img.abs-img1 {
        max-height: 15px;
        right: 20px;
    }
    .title-inner2 img:nth-child(1),
    .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        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 {
        max-height: 111px;
    }
    .mb90 {
        margin-bottom: 50px;
    }
    .font37 {
        font-size: 19px;
    }
    .mb120 {
        margin-bottom: 45px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 55px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 240px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 75px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -60px;
    }
    #limited-info h5 {
        font-size: 13px;
        margin-bottom: 30px;
    }
    #playing01_1-5 .subtitle-img {
        max-height: 34px;
    }
    .photospot03-inner img.abs2 {
        max-height: 260px;
        bottom: -40px;
    }
    #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;
    }
    #merchandise {
        padding: 95px 0 35px;
    }
    #playing01_1-5>img.abs1, #playing01_1-5>img.abs2, #art-board>img.abs1, #art-board>img.abs2,
    #limited-info>img.abs1,
    #limited-info>img.abs2 {
        max-height: 60px;
        top: 8px;
    }
    #playing01_1-5, #art-board, #limited-info {
        padding: 70px 0 60px;
    }
    #trading-card {
        padding-bottom: 60px;
    }
    #playing01_1-2 {
        padding: 95px 0 120px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 102px;
        bottom: -110px;
    }
    .font40 {
        font-size: 22px;
    }
    .diversity-child2:first-child>img:nth-child(2) {
        max-height: 98px;
        bottom: -25px;
    }
    #venue-info {
        padding: 50px 0 40px;
    }
    .diversity-child2:last-child>img {
        max-height: 55px;
    }
    .title-inner2 img:nth-child(1), .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 22px;
    }
    .merchandise-child img.title-img2 {
        max-height: 32px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 26px;
    }
    .md-tt-inner {
        padding: 20px 0;
        margin: 20px 0;
    }
    .mb120 {
        margin-bottom: 40px;
    }
    #photoevent05 {
        padding: 15px 0 50px;
    }
    .font28 {
        font-size: 14px;
    }
    .limited-child:last-child p {
        font-size: 13px;
    }
    p.add-att2 {
        font-size: 13px;
    }
    #limited-info h5.mb80 {
        margin-bottom: 25px;
    }
    #limited-info .title-inner2.mb70 {
        margin-bottom: 20px;
    }
    #trading-card .playing01_1-inner2 .inner-border p {
        font-size: 12px;
    }
    .font31 {
        font-size: 16px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 42px;
        top: -23px;
    }
    #trading-card .playing01_1-inner2:last-child {
        margin-top: 40px;
    }
    #trading-card .ufoprize-inner {
        margin-top: 45px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 5px;
        background-size: 24px;
        padding-left: 30px;
        font-size: 15px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 30px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border {
        background-position: calc(0% + 24px) calc(44%);
    }
    .limited-child:first-child {
        width: 135px;
        margin: 0 auto 10px;
    }
    #trading-card img.title-img {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 340px) {
    .playing01_1-inner2 {
        border-radius: 10px;
    }
    .flex-sec-title, img.title-img {
        margin-bottom: 25px;
    }
    .anc-child:hover img.abs-img2 {
        top: -160px;
    }
    .flex-sec-title-child:first-child img {
        max-height: 60px;
    }
    .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;
    }
    .mb90 {
        margin-bottom: 40px;
    }
    .padding100 {
        padding: 20px;
    }
    .font21 {
        font-size: 13px;
    }
    .font15 {
        font-size: 11px;
    }
    .playing01_1-inner2 {
        padding: 5px;
    }
    .playing01_1-inner2 img.abs2, .playing01_1-inner2 img.abs3 {
        max-height: 101px;
    }
    .font23 {
        font-size: 14px;
    }
    .font20 {
        font-size: 11px;
    }
    .font37 {
        font-size: 18px;
    }
    .mb100 {
        margin-bottom: 35px;
    }
    .diversity-child2:last-child>img {
        max-height: 52px;
    }
    #venue-info {
        padding: 50px 0 35px;
    }
    #merchandise {
        padding: 85px 0 30px;
    }
    .merchandise-child img.title-img2 {
        max-height: 29px;
    }
    .title-inner3 img:nth-child(1), .title-inner img.title-img1 {
        max-height: 24px;
    }
    .title-inner2 img:nth-child(1), .merchandise-child img.title-img1,
    #trading-card img.add-kazari-star {
        max-height: 21px;
    }
    .font18 {
        font-size: 12px;
    }
    #playing01_1-2 .playing01_1-inner>img.abs {
        max-height: 97px;
    }
    #playing01_1-2 {
        padding: 85px 0 110px;
    }
    #trading-card .container:first-child .row,
    #photoevent05 .container:first-child .row {
        margin-top: -5px;
    }
    .photoevent05-child img.abs {
        max-height: 99px;
    }
    .font40 {
        font-size: 20px;
    }
    .title-inner2 img:nth-child(5),
    #playing01_1-5 .title-inner2 img:nth-child(4) {
        max-height: 50px;
    }
    #playing01_1-5 .playing01_1-inner img.abs {
        max-height: 215px;
    }
    #playing01_1-5 .playing01_1-inner img.abs3,
    #art-board .playing01_1-inner img.abs-add,
    #trading-card .playing01_1-inner img.abs-add,
    #limited-info .add-kazari-inner img.abs-add {
        max-height: 70px;
        top: -15px;
        left: 15px;
    }
    #limited-info .add-kazari-inner img.abs-add {
        top: -55px;
        left: -20px;
    }
    #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;
    }
    .playing01_1-inner2 img.abs4 {
        max-height: 35px;
    }
    .font54 {
        font-size: 23px;
    }
    .pe-tt-child h5.mb30 {
        margin-bottom: 12px;
    }
    .pe-tt-child h5, .pe-tt-child p {
        padding-left: 25px;
        background-size: 20px;
    }
    .pe-tt-child p.mb30 {
        margin-bottom: 10px;
    }
    .pe-tt-child p {
        background-size: 18px;
    }
    .font32 {
        font-size: 17px;
    }
    .pe-tt-child {
        background-size: 49px;
    }
    #merchandise a.btnstyle-anc {
        font-size: 14px;
    }
    #photoevent05 .playing01_1-inner2:nth-child(2) .inner-border {
        padding: 20px 15px 15px;
    }
    .mb70 {
        margin-bottom: 20px;
    }
    .mb80 {
        margin-bottom: 25px;
    }
    .font36 {
        font-size: 16px;
    }
    #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, #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;
    }
    #playing01_1-5 .playing01_1-inner2 {
        padding: 5px;
    }
    .padding50 {
        padding: 20px;
    }
    #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 .subtitle-inner h5.font24 {
        font-size: 13px;
    }
    #trading-card .playing01_1-inner2 img.abs4 {
        max-height: 40px;
        top: -22px;
    }
    .font31 {
        font-size: 15px;
    }
    #trading-card .inner-border {
        padding: 20px 15px 15px;
    }
    #trading-card .playing01_1-inner2 .inner-border h4 {
        background-position: left top 5px;
        background-size: 22px;
        padding-left: 28px;
        font-size: 14px;
    }
    #trading-card .playing01_1-inner2:first-child .inner-border p {
        margin-left: 28px;
    }
    #limited-info h5 {
       letter-spacing: 0.03em;
   }
}
