﻿/*==============================================
 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: 164px;
}
.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: #FF6A06;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}
.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu-logo {
    width: 284px;
}
.menu-logo a {
    display: block;
}
.menu-logo img {
    max-height: 118px;
}
.content_wrapper {
    padding: 60px 0;
    position: relative;
}
ul.menulist {
    display: flex;
    justify-content: center;
    width: calc(100% - 284px);
}
ul.menulist li {
    padding: 0 15px;
    list-style: none;
    width: calc(100% / 7);
    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: 21px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    transition: all .5s;
}
ul.menulist li a span {
    color: #FFFF00;
    display: block;
    font-size: 20px;
    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/2024_head_unker.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;
}
.is-fixed {
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%; */
}
.menu_wrapper.is-fixed {
    /* background: #fff; */
    /* padding: 15px 0; */
}
.menu_wrapper.is-fixed ul.menulist li a:after {
    /* content: none; */
}
.menu_wrapper.is-fixed ul.menulist li a {
    /* padding-bottom: 0; */
}

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

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



.anc-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 90px;
}
.anc-child {
    width: calc(100% / 3 - 26px);
    position: relative;
}
.anc-child img.abs-img2 {
    max-height: 658px;
    top: -658px;
    z-index: 1;
    transition: all .3s;
}
.anc-child:hover img.abs-img2 {
    top: -647px;
}
.anc-child:nth-child(2),
.anc-child:nth-child(3),
.anc-child:nth-child(5) {
    margin-left: 39px;
}
.anc-child:nth-child(n+4) {
    margin-top: 50px;
}



#news {
    padding: 260px 0 0;
    background-image: url(../img/2024_02_study_back_head.png), url(../img/2024_news_back2_repeat.png), url(../img/2024_news_back.png), url(../img/2024_news_back_repeat.png);
    background-size: 100%, 100%, 100%, 168px;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-position: center bottom, center bottom -350px, center bottom 280px, left top;
    position: relative;
}
#news .flex {
    display: flex;
    justify-content: space-between;
}
#news .flex>div {
    width: calc(50% - 30px);
    border-radius: 10px;
    overflow: hidden;
}
.news-inner {
    border-radius: 20px;
    padding: 30px 0 30px 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.news-child:first-child {
    width: 215px;
}
.news-child:first-child img {
    max-height: 40px;
}
.news-child:last-child {
    width: calc(100% - 215px);
    padding-left: 50px;
    padding-right: 15px;
    border-left: 1px solid #E95504;
    max-height: 100px;
    height: 100px;
    overflow-y: scroll;
}
.news-detail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-detail:nth-child(n+2) {
    margin-top: 15px;
}
.news-detail p {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5em;
  color: #9D9D9D;
  margin: 0;
}
.news-detail p:first-child {
  color: #E95504;
  width: 150px;
}
.news-detail p:last-child {
  width: calc(100% - 150px);
}
#news img.abs-img1 {
    max-height: 940px;
    top: -685px;
    left: calc(50% - 740px);
}
#news img.abs-img2 {
    max-height: 724px;
    top: -535px;
    right: calc(50% - 760px);
}

#diversity {
    background-image: url(../img/2024_01_back_head.png), url(../img/2024_about_back.png), url(../img/2024_about_back_repeat.png);
    background-size: 100%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center bottom -1px, center bottom, center top;
}
.diversity-inner2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* margin-top: 70px; */
}
.diversity-child2 {
    width: 760px;
}
.diversity-child2:last-child {
    width: calc(100% - 800px);
}

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 11px 0px rgba(0, 86, 63, 0.4);
    border: solid 4px #FFFFFF;
    background: linear-gradient(#FF6B04 50%, #FF5504 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;
}
a.btnstyle-anc span {
    display: block;
    color: #FFFF00;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
}
a.btnstyle-anc:hover {
    /* box-shadow: none;
    top: 11px; */
}
.anc-child:hover a {
    box-shadow: none;
    top: 11px;
}
a.btnstyle-anc img.abs-img1 {
    max-height: 30px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.playing01_1-divider {
    height: 19px;
    background-image: url(../img/2024_01_dot.png), url(../img/2024_01_dot.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.playing01_1-divider hr {
    border-top: 6px solid #fff;
    width: 99%;
}

#playing01_1 {
    background-image: url(../img/2024_01_2_back_head.png), url(../img/2024_01_back_left.png), url(../img/2024_01_back_right.png), url(../img/2024_01_back.png);
    background-size: 100%, 517px, 681px, 100%;
    background-repeat: no-repeat, repeat-y, repeat-y, repeat-y;
    background-position: center bottom, left top, right top, center top;
}
#playing01_1 img.title-img {
    /* max-height: 234px; */
    margin-bottom: 0;
}

#lottery01_2 {
    background-image: url(../img/2024_01_2_back_left.png), url(../img/2024_01_2_back_right.png), url(../img/2024_01_2_back_repeat.png);
    background-size: 572px, 797px, 100%;
    background-repeat: repeat-y, repeat-y, repeat-y;
    background-position: left top, right top, center top;
}

#ball01_3 {
    background-image: url(../img/2024_01_3_line_repeat.png), url(../img/2024_01_3_back_left.png), url(../img/2024_01_3_back_right.png), url(../img/2024_01_3_back_repeat.png);
    background-size: 91px, 840px, 840px, 100%;
    background-repeat: repeat-x, repeat-y, repeat-y, repeat-y;
    background-position: left top, left top, right top, center top;
}
.ball01_3-inner2,
.lottery01_2-inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}
.lottery01_2-inner2 {
    margin-top: 60px;
}
.ball01_3-child2,
.lottery01_2-child2 {
    width: calc(50% - 30px);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 40px 20px 60px;
}
.lottery01_2-child2:first-child {
    padding: 25px 20px 25px 60px;
}
.lottery01_2-child2:last-child {
    padding: 25px 20px 25px 40px;
}
.ball01_3-child2:first-child .ball01_3-detail2 {
    width: 262px;
}
.ball01_3-child2:first-child .ball01_3-detail2:last-child {
    width: calc(100% - 277px);
}
.lottery01_2-child2:first-child .lottery01_2-detail2 {
    width: 202px;
}
.lottery01_2-child2:first-child .lottery01_2-detail2:last-child {
    width: calc(100% - 202px);
}
.ball01_3-child2:last-child .ball01_3-detail2 {
    width: 183px;
}
.ball01_3-child2:last-child .ball01_3-detail2:last-child {
    width: calc(100% - 198px);
}
.lottery01_2-child2:last-child .lottery01_2-detail2 {
    width: 287px;
}
.lottery01_2-child2:last-child .lottery01_2-detail2:last-child {
    width: calc(100% - 302px);
}
.ball01_3-detail2:last-child>img,
.lottery01_2-detail2:last-child>img {
    max-height: 72px;
}
.ball01_3-detail2 p,
.lottery01_2-detail2 p {
    font-size: 21px;
    margin: 20px 0 0;
    letter-spacing: 0.04em;
    margin-right: -0.04em;
    color: #009191;
    font-weight: bold;
    line-height: 1.7em;
}
.lottery01_2-detail2 span {
    font-size: 13px;
    color: #838383;
    display: block;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    margin-right: -0.06em;
    margin-top: 10px;
}
.ball01_3-child2 img.abs.abs-img1,
.lottery01_2-child2 img.abs.abs-img1 {
    max-height: 106px;
    top: -70px;
    left: 25px;
    z-index: 1;
}
.ball01_3-child2 img.abs.abs-img2,
.lottery01_2-child2 img.abs.abs-img2 {
    max-height: 58px;
    right: -39px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}
.lottery01_2-detail2 p span {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    line-height: 1em;
}
.ball01_3-inner3 {
    border-radius: 60px;
    padding: 90px 80px 60px;
    margin-top: 115px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lottery01_2-inner3,
.playing01_1-inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    border-radius: 17px;
    padding: 35px 55px;
}
.playing01_1-inner2 {
    margin-top: 55px;
    align-items: flex-end;
}
.playing01_1-inner img:nth-child(4),
.playing01_1-inner img:last-child {
    margin-top: 20px;
}
.ball01_3-inner3>img.abs {
    max-height: 106px;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}
.ball01_3-child3 {
    width: calc(100%/3 - 40px);
    position: relative;
}
.ball01_3-child3>img.abs {
    max-height: 129px;
    top: -55px;
    left: -45px;
    z-index: 1;
}
.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;
}
.ball01_3-child3 p {
    font-size: 21px;
    margin: 25px 0 0;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    color: #009191;
    font-weight: bold;
    line-height: 1.6em;
}
.lottery01_2-child3 p,
.playing01_1-child2 p {
    font-size: 19px;
    letter-spacing: 0.1em;
    color: #4D4D4D;
    margin: 0;
    line-height: 1em;
    font-weight: bold;
}
.playing01_1-child2 p:nth-child(n+2) {
    margin-top: 15px;
}
.lottery01_2-child3 {
    text-align: justify;
}
.lottery01_2-child3:nth-child(n+3) {
    margin-top: 18px;
}
.lottery01_2-child3:nth-child(odd) {
    width: 45%;
}
.lottery01_2-child3:nth-child(even) {
    width: 55%;
}



#clawcrane01_4 {
    background-image: url(../img/2024_01_3_line_repeat.png), url(../img/2024_01_5_back_head.png), url(../img/2024_01_4_back_left.png), url(../img/2024_01_4_back_right.png), url(../img/2024_01_4_back_repeat.png);
    background-size: 91px, 100%, 552px, 803px, 100%;
    background-repeat: repeat-x, no-repeat, repeat-y, repeat-y, repeat-y;
    background-position: left top, center bottom -1px, left top, right top, center top;
}

#purikura01_5 {
    background-image: url(../img/2024_02_study_back_head.png), url(../img/2024_01_5_back_left.png), url(../img/2024_01_5_back_right.png), url(../img/2024_01_5_back_repeat.png);
    background-size: 100%, 559px, 843px, 100%;
    background-repeat: no-repeat, repeat-y, repeat-y, repeat-y;
    background-position: center bottom, left top, right top, center top;
}

#rally02 {
    background-image: url(../img/2024_03_photo_back_head.png), url(../img/2024_02_study_back_repeat.png);
    background-size: 100%;
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center top;
}
#photospot03 img.title-img {
    margin-bottom: 40px;
}
#goods04 img.title-img,
#rally02 img.title-img {
    margin-bottom: 80px;
}
.rally02-inner {
    border-radius: 90px;
    padding: 150px 90px 120px;
    position: relative;
}
.rally02-inner>img.img-1 {
    max-height: 104px;
}
.rally02-inner>img.img-2 {
    max-height: 381px;
}
.rally02-inner>img.img-3 {
    max-height: 50px;
    margin-top: 50px;
}
.rally02-inner>img.img-4 {
    max-height: 1245px;
    margin-top: 25px;
}
.rally02-inner>img.abs-img1 {
    max-height: 172px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.rally02-inner>img.abs-img2 {
    max-height: 378px;
    left: 80px;
    bottom: -55px;
}
.rally02-inner>img.abs-img3 {
    max-height: 341px;
    right: 45px;
    bottom: -35px;
}
.rally02-inner p {
    color: #FF5504;
    font-size: 21px;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    line-height: 1.8em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 40px;
}
.rally02-inner p span {
    color: #4D4D4D;
    font-size: 19px;
}

#photospot03 {
    background-image: url(../img/2024_01_5_back_head.png), url(../img/2024_03_photo_back_left.png), url(../img/2024_03_photo_back_right.png), url(../img/2024_03_photo_back_repeat.png);
    background-size: 100%, 416px, 457px, 100%;
    background-repeat: no-repeat, repeat-y, repeat-y, repeat-y;
    background-position: center bottom, left top, right top, center top;
}

#goods04 {
    background-image: url(../img/2024_05_event_back_head.png), url(../img/2024_04_goods_back.png);
    background-size: 100%;
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom -1px, center top;
}
.goods04-inner {
    position: relative;
}
#goods04 img.abs-img1 {
    max-height: 378px;
    left: -90px;
    top: -40px;
}
#goods04 img.abs-img2 {
    max-height: 414px;
    right: -30px;
    bottom: -65px;
}

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

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

#venue {
    background-image: url(../img/2024_06_back_left.png), url(../img/2024_06_back_right.png), url(../img/2024_06_back_repeat.png);
    background-size: 435px, 323px, 100%;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left top, right top, center top;
}
.flex-sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
#venue .flex1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#venue .flex1 .venue-list {
    width: calc(25% - 30px);
    border: 2px solid #1A1A1A;
    position: relative;
}
#venue .flex1 .venue-list:nth-child(n+5) {
    margin-top: 52px;
}
#venue .flex1 .venue-list>img {
    max-width: 84px;
    left: 10px;
    top: -42px;
}
#venue .flex1 .venue-list a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
    position: relative;
}
#venue .flex1 .venue-list a.comingsoon {
    pointer-events: none;
}
#venue .flex1 .venue-list a:hover {
    opacity: 0.8;
    z-index: -1;
    position: relative;
}
#venue .flex1 .venue-list a h4 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1.4em;
}
#venue .flex1 .venue-list.threeline a h4 {
    margin-top: 12px;
}
#venue .flex1 .venue-list a h4.mt-10 {
    margin-top: 40px;
}
#venue .flex1 .venue-list a p {
    line-height: 1em;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 15px;
}
#venue .flex1 .venue-list.threeline a p {
    margin-bottom: 20px;
    margin-top: 7px;
}
#venue .flex1 .venue-list a p.mt-10 {
    margin-top: 15px;
}
#venue .flex2 {
    padding: 30px 50px;
    border-radius: 20px;
    margin-top: 52px;
}
#venue .flex2 p {
    margin: 0;
    color: #4D4D4D;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-weight: bold;
    width: 100%;
    padding-left: 1em;
    text-indent: -1.1em;
}
#venue .flex2 p:nth-child(n+2) {
    /* margin-top: 18px; */
    margin-top: 5px;
}
#venue .flex2.venue-att {
    width: calc(75% - 10px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
img.title-img {
    margin-bottom: 60px;
}
#venue img.title-img {
    max-height: 94px;
}
img.sec-main-img {
    margin-bottom: 70px;
}
#venue p.gry {
    line-height: 2.3;
    letter-spacing: 0.1em;
    font-size: 14px;
    margin: 0;
}
#news .container:last-child img {
    position: relative;
    bottom: -100px;
    z-index: 1;
}

#diversity {
    padding: 140px 0 240px;
}
#playing01_1 {
    padding: 120px 0 150px;
}
#lottery01_2 {
    padding: 40px 0 120px;
}
#ball01_3 {
    padding: 100px 0 120px;
}
#clawcrane01_4 {
    padding: 100px 0 140px;
}
#purikura01_5 {
    padding: 40px 0 140px;
}
#rally02,
#photospot03,
#goods04,
#photoevent05 {
    padding: 140px 0 180px;
}
#venue {
    padding: 140px 0;
}

#home {
    padding-top: 200px;
    margin-top: -200px;
}
#anc-playing01_1-inner {
    padding-top: 180px;
    margin-top: -181px;
}
#anc-lottery01_2,
#anc-purikura01_5 {
    padding-top: 120px;
    margin-top: -121px;
}
#anc-ball01_3,
#anc-clawcrane01_4 {
    padding-top: 60px;
    margin-top: -61px;
}
#anc-diversity,
#anc-rally02,
#anc-photospot03,
#anc-goods04,
#anc-photoevent05,
#anc-venue {
    padding-top: 70px;
    margin-top: -71px;
}
#anc-playing01_1 {
    padding-top: 100px;
    margin-top: -101px;
}

.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/2024_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 {
    position: relative;
}
.playing01_1-inner2 img.abs-img1 {
    max-height: 253px;
    top: -150px;
    left: -120px;
}
.diversity-child2:last-child p,
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;
}
div#purikura01_5 p.cr-text {
    color: #e06212;
}
.diversity-child2:last-child p {
    margin-top: 30px;
    color: #fff;
    text-align: justify;
    margin-left: 12px;
}

@media screen and (min-width: 1601px) {
  .container {
      width: 100%;
      max-width: 1430px;
  }
  #news .container:last-child,
  #photospot03 .container:last-child {
      width: 100%;
      max-width: 1550px;
  }
}

@media screen and (min-width: 1800px) {
#news .container:last-child {
    width: 100%;
    max-width: 1752px;
}
}

@media screen and (max-width: 1870px) {
  #news img.abs-img1 {
    max-height: 910px;
    top: -655px;
  }
  #news img.abs-img2 {
      max-height: 704px;
      top: -515px;
  }
}

@media screen and (max-width: 1820px) {
  #news img.abs-img1 {
    max-height: 880px;
    top: -625px;
    left: calc(50% - 720px);
  }
  #news img.abs-img2 {
      max-height: 684px;
      top: -495px;
      right: calc(50% - 740px);
  }
}

@media screen and (max-width: 1770px) {
  #news img.abs-img1 {
      max-height: 850px;
      top: -595px;
      left: calc(50% - 700px);
  }
  #news img.abs-img2 {
      max-height: 664px;
      top: -475px;
      right: calc(50% - 720px);
  }
  #news {
      background-position: center bottom, center bottom -350px, center bottom 250px, left top;
  }
  .container-add {
      padding-right: 0;
      padding-left: 30px;
  }
}

@media screen and (max-width: 1700px) {
  #news img.abs-img1 {
      left: calc(50% - 680px);
  }
  #news img.abs-img2 {
      right: calc(50% - 700px);
  }
  ul.menulist li a {
      font-size: 19px;
      letter-spacing: 0.06em;
      text-indent: 0.06em;
  }
  ul.menulist li a span {
      font-size: 18px;
      letter-spacing: 0.06em;
      text-indent: 0.06em;
  }
  #news {
      background-position: center bottom, center bottom -280px, center bottom 250px, left top;
  }
}

@media screen and (max-width: 1600px) {
  #news img.abs-img1 {
      max-height: 790px;
      top: -555px;
      left: calc(50% - 640px);
  }
  #news img.abs-img2 {
      max-height: 624px;
      top: -455px;
      right: calc(50% - 660px);
  }
  #news {
      padding: 240px 0 0;
      background-position: center bottom, center bottom -310px, center bottom 250px, left top;
  }
  #venue .flex1 .venue-list a h4 {
      font-size: 19px;
  }
  #venue .flex1 .venue-list a p {
      font-size: 14px;
      letter-spacing: 0.06em;
      text-indent: 0.06em;
  }
  #venue .flex2 p {
    font-size: 17px;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 38px;
  }
  #goods04 img.abs-img2 {
      max-height: 364px;
  }
  #goods04 img.abs-img1 {
      max-height: 338px;
      left: -70px;
  }
  .rally02-inner>img.abs-img3 {
      max-height: 291px;
  }
  .rally02-inner>img.abs-img2 {
      max-height: 328px;
  }
  .ball01_3-child3 {
      width: calc(100% / 3 - 30px);
  }
  .ball01_3-child3 p {
      font-size: 19px;
      letter-spacing: 0.06em;
      margin-right: -0.06em;
  }
  .ball01_3-child3>img.abs {
      max-height: 109px;
      top: -45px;
      left: -45px;
  }
  .ball01_3-detail2 p, .lottery01_2-detail2 p {
      font-size: 18px;
  }
  .ball01_3-child2:first-child .ball01_3-detail2 {
      width: 222px;
  }
  .ball01_3-child2:first-child .ball01_3-detail2:last-child {
      width: calc(100% - 237px);
  }
  .ball01_3-child2, .lottery01_2-child2 {
      width: calc(50% - 25px);
      padding: 20px 25px 20px 35px;
  }
  .ball01_3-child2 img.abs.abs-img2, .lottery01_2-child2 img.abs.abs-img2 {
      max-height: 53px;
      right: -36px;
  }
  .ball01_3-detail2:last-child>img, .lottery01_2-detail2:last-child>img {
      max-height: 67px;
  }
  .ball01_3-child2:last-child .ball01_3-detail2 {
      width: 143px;
  }
  .ball01_3-child2:last-child .ball01_3-detail2:last-child {
      width: calc(100% - 158px);
  }
  .ball01_3-inner3>img.abs {
      max-height: 96px;
      top: -48px;
  }
  .ball01_3-inner3 {
      margin-top: 105px;
  }
  .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1 {
      max-height: 96px;
      top: -60px;
  }
  .lottery01_2-child3 p, .playing01_1-child2 p {
      font-size: 17px;
      letter-spacing: 0.06em;
  }
  /* .lottery01_2-child3:last-child {
      margin-top: 15px;
  } */
  .lottery01_2-child3:nth-child(n+2) {
      margin-top: 18px;
  }
  .lottery01_2-child2:last-child .lottery01_2-detail2 {
      width: 227px;
  }
  .lottery01_2-child2:last-child .lottery01_2-detail2:last-child {
      width: calc(100% - 242px);
  }
  .lottery01_2-child2:last-child {
      padding: 25px 20px 25px 30px;
  }
  .lottery01_2-child2:first-child .lottery01_2-detail2 {
      width: 152px;
  }
  .lottery01_2-child2:first-child .lottery01_2-detail2:last-child {
      width: calc(100% - 152px);
  }
  .lottery01_2-child2:first-child {
      padding: 25px 20px 25px 50px;
  }
  .lottery01_2-detail2 p span {
      font-size: 14px;
      letter-spacing: 0.06em;
      margin-right: -0.06em;
  }
  .lottery01_2-inner2 {
      /* margin-top: 30px; */
  }
  .playing01_1-child2:last-child {
      margin-top: 15px;
  }
  a.btnstyle-anc {
      font-size: 22px;
  }
  a.btnstyle-anc span {
      font-size: 16px;
  }
  .anc-child img.abs-img2 {
      max-height: 498px;
      top: -498px;
      left: 10px;
  }
  .anc-child:hover img.abs-img2 {
      top: -487px;
  }
  #diversity {
      padding: 120px 0 140px;
  }
  #news .container:last-child img {
      bottom: -65px;
  }
  .news-detail p {
      font-size: 16px;
      letter-spacing: 0.06em;
  }
  .news-detail p:first-child {
      width: 140px;
  }
  .news-detail p:last-child {
      width: calc(100% - 140px);
  }
  .menu-logo img {
      max-height: 108px;
  }
  .menu-logo {
      width: 260px;
  }
  ul.menulist {
      width: calc(100% - 260px);
  }
  .photoevent05-child {
      width: 55%;
  }
  .photoevent05-child:last-child {
      width: calc(45% - 15px);
  }
  .diversity-child2 {
      width: 55%;
  }
  .diversity-child2:last-child {
      width: calc(45% - 30px);
  }
  .twitter-sec iframe {
      height: 304px !important;
  }
  .main_wrapper {
    margin-top: 144px;
  }
  .playing01_1-inner2 img.abs-img1 {
      max-height: 223px;
      top: -140px;
      left: -100px;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 8px;
      margin-bottom: 21px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 14px;
  }
  .lottery01_2-child3:nth-child(odd),
  .lottery01_2-child3:nth-child(even) {
      width: 100%;
  }
}

@media screen and (max-width: 1550px) {
    ul.menulist li a {
        font-size: 18px;
    }
    ul.menulist li a span {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 1em;
    }
    #news {
        padding: 220px 0 0;
        background-position: center bottom, center bottom -280px, center bottom 250px, left top;
    }
    #news img.abs-img1 {
        max-height: 760px;
    }
    #news img.abs-img2 {
        max-height: 604px;
        right: calc(50% - 620px);
    }
    .menu-logo img {
        max-height: 98px;
    }
    #playing01_1 img.title-img {
        /* max-height: 194px; */
    }
}

@media screen and (max-width: 1500px) {
    #news img.abs-img1 {
        max-height: 710px;
        top: -525px;
        left: calc(50% - 600px);
    }
    #news img.abs-img2 {
        max-height: 574px;
        right: calc(50% - 600px);
        top: -435px;
    }
    #news {
        padding: 200px 0 0;
    }
    ul.menulist li a {
        font-size: 17px;
        padding-bottom: 25px;
    }
    ul.menulist li a span {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .menu-logo img {
        max-height: 98px;
        transition: 0.3s;
    }
    .is-fixed .menu-logo img {
        max-height: 88px;
        transition: 0.3s;
    }
}

@media screen and (max-width: 1450px) {
    .menu-logo {
        width: 236px;
    }
    ul.menulist {
        width: calc(100% - 236px);
    }
    #news img.abs-img1 {
        max-height: 690px;
        top: -505px;
        left: calc(50% - 580px);
    }
    #news img.abs-img2 {
        max-height: 554px;
        top: -415px;
        right: calc(50% - 580px);
    }
    #news {
        background-position: center bottom, center bottom -260px, center bottom 250px, left top;
    }
}

@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: 15px;
        margin-bottom: 3px;
    }
    .menu-logo {
        width: 212px;
    }
    ul.menulist {
        width: calc(100% - 212px);
    }
    ul.menulist li a {
        font-size: 16px;
        padding-bottom: 24px;
    }
    ul.menulist li a:after {
        width: 18px;
        height: 18px;
        background-size: 18px;
        left: calc(50% - 9px);
    }
    #news img.abs-img1 {
        max-height: 670px;
        top: -485px;
        left: calc(50% - 560px);
    }
    #news img.abs-img2 {
        max-height: 534px;
        top: -395px;
        right: calc(50% - 560px);
    }
    #news {
        background-position: center bottom, center bottom -210px, center bottom 250px, left top;
    }
    .main_wrapper {
      margin-top: 134px;
    }
}

@media screen and (max-width: 1350px) {
    .menu-logo img {
        max-height: 83px;
    }
    .menu-logo {
        width: 200px;
    }
    ul.menulist {
        width: calc(100% - 200px);
    }
    .is-fixed .menu-logo img {
        max-height: 73px;
    }
    #news img.abs-img1 {
        max-height: 650px;
        top: -465px;
        left: calc(50% - 530px);
    }
    #news img.abs-img2 {
        max-height: 514px;
        top: -375px;
        right: calc(50% - 540px);
    }
    ul.menulist li a {
        font-size: 15px;
        padding-bottom: 22px;
    }
    ul.menulist li a span {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .menu_wrapper {
      padding: 18px 0;
    }
    .main_wrapper {
        margin-top: 125px;
    }
}

@media screen and (max-width: 1300px) {
    #news img.abs-img1 {
        max-height: 630px;
        top: -445px;
        left: calc(50% - 520px);
    }
    #news img.abs-img2 {
        max-height: 494px;
        top: -355px;
        right: calc(50% - 520px);
    }
    #goods04 img.abs-img1 {
        max-height: 318px;
        left: -55px;
    }
    .playing01_1-inner2 img.abs-img1 {
        max-height: 203px;
        top: -145px;
        left: -70px;
    }
}

@media screen and (max-width: 1250px) {
    ul.menulist li {
        padding: 0 12px;
    }
    .menu-logo img {
        max-height: 78px;
    }
    .menu-logo {
        width: 188px;
    }
    ul.menulist {
        width: calc(100% - 188px);
    }
    #news img.abs-img1 {
        max-height: 610px;
        top: -425px;
        left: calc(50% - 510px);
    }
    #news img.abs-img2 {
        max-height: 474px;
        top: -335px;
        right: calc(50% - 510px);
    }
    #news {
        background-position: center bottom, center bottom -200px, center bottom 250px, left top;
    }
    .main_wrapper {
        margin-top: 120px;
    }
    #goods04 img.abs-img1 {
        max-height: 298px;
        left: -40px;
    }
    .playing01_1-inner2 img.abs-img1 {
        max-height: 183px;
        top: -135px;
        left: -45px;
    }
}

@media screen and (max-width: 1199px) {
  .twitter-sec iframe {
      height: 250px !important;
  }
  #venue {
    padding: 110px 0;
  }
  #venue .flex1 .venue-list {
    width: calc(25% - 20px);
  }
  #venue .flex1 .venue-list>img {
      max-width: 74px;
      left: 10px;
      top: -37px;
  }
  #venue .flex1 .venue-list:nth-child(n+5) {
      margin-top: 47px;
  }
  #venue .flex1 .venue-list a h4 {
      font-size: 18px;
      margin-top: 20px;
  }
  #venue .flex1 .venue-list a p {
      font-size: 13px;
      letter-spacing: 0.04em;
      text-indent: 0.04em;
      margin-bottom: 25px;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 30px;
  }
  #rally02, #photospot03, #goods04, #photoevent05 {
      padding: 120px 0 150px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 420px;
      padding: 45px 100px 45px 90px;
      border-radius: 12px;
  }
  .photoevent05-child2:last-child {
      margin-left: 30px;
  }
  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;
  }
  #goods04 img.abs-img2 {
      max-height: 304px;
  }
  #goods04 img.abs-img1 {
      max-height: 278px;
      left: -80px;
  }
  #goods04 img.title-img, #rally02 img.title-img {
      margin-bottom: 70px;
  }
  #venue .flex2 {
      padding: 25px 30px;
      border-radius: 18px;
      margin-top: 47px;
  }
  #venue .flex2 p:nth-child(n+2) {
      /* margin-top: 15px; */
  }
  #venue .flex2 p {
      font-size: 16px;
  }
  a.btn-img img, a.btn-img2 img {
      max-height: 168px;
  }
  a.btn-img, a.btn-img2 {
      background-position: center bottom 15px;
  }
  .rally02-inner>img.abs-img3 {
      max-height: 271px;
      right: 15px;
  }
  .rally02-inner>img.abs-img2 {
      max-height: 308px;
      left: 40px;
  }
  .rally02-inner {
      border-radius: 80px;
      padding: 120px 80px 90px;
  }
  .rally02-inner>img.abs-img1 {
      max-height: 152px;
      top: -42px;
  }
  .rally02-inner p {
      font-size: 19px;
      letter-spacing: 0.06em;
      margin-right: -0.06em;
      margin-bottom: 35px;
  }
  .rally02-inner p span {
      font-size: 17px;
  }
  #photospot03 {
      background-size: 100%, 316px, 357px, 100%;
  }
  #purikura01_5 {
    padding: 40px 0 120px;
    background-size: 100%, 359px, 543px, 100%;
  }
  #clawcrane01_4 {
      padding: 90px 0 110px;
      background-size: 81px, 100%, 352px, 503px, 100%;
  }
  #ball01_3 {
      padding: 80px 0 100px;
      background-size: 81px, 540px, 540px, 100%;
  }
  .ball01_3-inner3 {
      margin-top: 90px;
      border-radius: 50px;
      padding: 80px 60px 50px;
  }
  .ball01_3-child3 {
      width: calc(100% / 3 - 25px);
  }
  .ball01_3-child3 p {
      font-size: 17px;
      letter-spacing: 0.04em;
      margin-right: -0.04em;
  }
  .ball01_3-child3>img.abs {
      max-height: 93px;
      top: -38px;
      left: -38px;
  }
  .ball01_3-inner3>img.abs {
      max-height: 86px;
      top: -43px;
  }
  .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1 {
      max-height: 86px;
      top: -50px;
  }
  .ball01_3-detail2:last-child>img, .lottery01_2-detail2:last-child>img {
      max-height: 52px;
  }
  .ball01_3-child2, .lottery01_2-child2 {
      width: calc(50% - 20px);
      padding: 20px 20px 20px 30px;
      border-radius: 20px;
  }
  .ball01_3-detail2 p, .lottery01_2-detail2 p {
      font-size: 15px;
      margin: 15px 0 0;
  }
  .ball01_3-child2:first-child .ball01_3-detail2 {
      width: 172px;
  }
  .ball01_3-child2:first-child .ball01_3-detail2:last-child {
      width: calc(100% - 187px);
  }
  .ball01_3-child2:last-child .ball01_3-detail2 {
      width: 113px;
  }
  .ball01_3-child2:last-child .ball01_3-detail2:last-child {
      width: calc(100% - 128px);
  }
  .lottery01_2-child3 p, .playing01_1-child2 p {
      font-size: 16px;
      letter-spacing: 0.06em;
  }
  .lottery01_2-inner3, .playing01_1-inner2 {
      margin-top: 50px;
      padding: 25px 30px;
  }
  #lottery01_2 {
      padding: 30px 0 100px;
      background-size: 472px, 597px, 100%;
  }
  #playing01_1 {
      padding: 100px 0 120px;
      background-size: 100%, 417px, 581px, 100%;
  }
  .playing01_1-divider hr {
      border-top: 4px solid #fff;
  }
  .anc-child {
      width: calc(100% / 3 - 20px);
  }
  .anc-child:nth-child(2), .anc-child:nth-child(3), .anc-child:nth-child(5) {
      margin-left: 30px;
  }
  a.btnstyle-anc {
      font-size: 19px;
      letter-spacing: 0;
      text-indent: 0;
      padding: 25px 10px 30px;
  }
  a.btnstyle-anc span {
      font-size: 15px;
  }
  .anc-child:nth-child(n+4) {
      margin-top: 45px;
  }
  .anc-inner {
      margin-top: 75px;
      margin-bottom: 75px;
  }
  .anc-child img.abs-img2 {
      max-height: 438px;
      top: -438px;
      left: 0;
  }
  .anc-child:hover img.abs-img2 {
      top: -427px;
  }
  #playing01_1 img.title-img {
      /* max-height: 164px; */
  }
  #diversity {
      padding: 90px 0 140px;
  }
  #news .container:last-child img {
      bottom: -50px;
  }
  #news img.abs-img1 {
      max-height: 580px;
      top: -405px;
      left: calc(50% - 490px);
  }
  #news img.abs-img2 {
      max-height: 454px;
      top: -320px;
      right: calc(50% - 490px);
  }
  ul.menulist li a span {
      font-size: 13px;
      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;
      border-bottom: 4px solid #FFFF00;
  }
  .menu_wrapper.is-fixed {
      padding: 12px 0;
  }
  .news-child:first-child img {
      max-height: 35px;
  }
  .news-child:first-child {
      width: 195px;
  }
  .news-child:last-child {
      width: calc(100% - 195px);
  }
  .news-detail p {
      font-size: 15px;
      letter-spacing: 0.04em;
  }
  .news-detail p:first-child {
      width: 130px;
  }
  .news-detail p:last-child {
      width: calc(100% - 130px);
  }
  #news {
      padding: 180px 0 0;
      background-position: center bottom, center bottom -170px, center bottom 250px, left top;
  }
  #news .flex>div {
      width: calc(50% - 25px);
  }
  .ball01_3-child2 img.abs.abs-img2, .lottery01_2-child2 img.abs.abs-img2 {
      max-height: 43px;
      right: -29px;
  }
  .main_wrapper {
      margin-top: 112px;
  }
  .lottery01_2-child3:nth-child(n+2),
  .lottery01_2-child3:nth-child(n+3) {
      margin-top: 15px;
  }
  .play-att p {
      margin-top: 25px;
      font-size: 17px;
  }
  .playing01_1-inner2 img.abs-img1 {
      max-height: 158px;
      top: -120px;
      left: -65px;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 6px;
      margin-bottom: 18px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 11px;
  }
  .diversity-child2:last-child p {
      margin-top: 20px;
      margin-left: 10px;
  }
}

@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;
  }
  #news img.abs-img1 {
      max-height: 560px;
      top: -395px;
      left: calc(50% - 470px);
  }
  #news img.abs-img2 {
      max-height: 434px;
      top: -310px;
      right: calc(50% - 470px);
  }
  #news {
      background-position: center bottom, center bottom -150px, center bottom 250px, left top;
  }
}

@media screen and (max-width: 1100px) {
    #news img.abs-img1 {
        max-height: 530px;
        top: -375px;
        left: calc(50% - 440px);
    }
    #news img.abs-img2 {
        max-height: 414px;
        top: -290px;
        right: calc(50% - 450px);
    }
    #news {
        padding: 170px 0 0;
        background-position: center bottom, center bottom -130px, center bottom 220px, left top;
    }
    .menu-logo img {
        max-height: 73px;
    }
    .menu-logo {
        width: 176px;
    }
    ul.menulist {
        width: calc(100% - 176px);
    }
    .is-fixed .menu-logo img {
        max-height: 68px;
    }
    ul.menulist li a:after {
        width: 14px;
        height: 14px;
        background-size: 14px;
        left: calc(50% - 7px);
    }
    ul.menulist li a {
        padding-bottom: 18px;
    }
    .main_wrapper {
        margin-top: 107px;
    }
    #goods04 img.abs-img1 {
        max-height: 258px;
        left: -45px;
    }
    .playing01_1-inner2 img.abs-img1 {
        max-height: 153px;
        top: -123px;
        left: -55px;
    }
}

@media screen and (max-width: 1024px) {
  #news .flex>div {
    width: calc(50% - 20px);
  }
  .container-add {
    padding-left: 20px;
  }
  ul.menulist li a {
      font-size: 13px;
  }
  ul.menulist li a span {
      font-size: 12px;
  }
  #news {
      padding: 150px 0 0;
      background-position: center bottom, center bottom -180px, center bottom 180px, left top;
  }
  #news img.abs-img1 {
      max-height: 500px;
      top: -360px;
      left: calc(50% - 410px);
  }
  #news img.abs-img2 {
      max-height: 394px;
      top: -280px;
      right: calc(50% - 420px);
  }
  #goods04 img.abs-img1 {
      max-height: 248px;
      left: -35px;
  }
  .playing01_1-inner2 img.abs-img1 {
      max-height: 148px;
      left: -35px;
      top: -118px;
  }
}

@media screen and (max-width: 991px) {
  .sm-m-top-30 {
    margin-top: 30px;
  }
  .twitter-sec iframe {
      height: 304px !important;
  }
  #news .flex {
      flex-wrap: wrap;
  }
  #news .flex>div {
      width: 100%;
  }
  #news .flex .border {
      margin-bottom: 40px;
  }
  #news {
      background-position: center bottom, center bottom -200px, center bottom 120px, left top;
  }
  .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;
  }
  .menu-logo {
      width: 164px;
  }
  ul.menulist {
      width: calc(100% - 164px);
  }
  #news img.abs-img1 {
      max-height: 480px;
      top: -340px;
      left: calc(50% - 390px);
  }
  #news img.abs-img2 {
      max-height: 374px;
      top: -260px;
      right: calc(50% - 400px);
  }
  .news-child:first-child img {
      max-height: 30px;
  }
  .news-child:first-child {
      width: 165px;
  }
  .news-child:last-child {
      width: calc(100% - 165px);
      padding-left: 40px;
  }
  .news-inner {
      border-radius: 15px;
      padding: 25px 0 25px 45px;
      margin-bottom: 40px;
  }
  .news-detail p {
      font-size: 14px;
  }
  .news-detail p:first-child {
      width: 120px;
  }
  .news-detail p:last-child {
      width: calc(100% - 120px);
  }
  #venue {
      padding: 100px 0;
      background-size: 335px, 273px, 100%;
  }
  #venue .flex2 p {
      font-size: 15px;
      text-indent: -1em;
      padding-left: 1em;
      line-height: 1.4em;
  }
  #venue .flex2 {
      border-radius: 15px;
      margin-top: 42px;
  }
  #venue .flex2 p:nth-child(n+2) {
      margin-top: 10px;
  }
  #venue .flex1 .venue-list {
      width: calc(100%/3 - 20px);
  }
  #venue .flex1 .venue-list:nth-child(n+4) {
      margin-top: 42px;
  }
  #venue .flex1 .venue-list>img {
      max-width: 69px;
      top: -35px;
  }
  img.title-img {
      margin-bottom: 55px;
  }
  img.sec-main-img {
      margin-bottom: 60px;
  }
  .flex-sec-title {
      margin-bottom: 50px;
  }
  #rally02, #photospot03, #goods04, #photoevent05 {
      padding: 110px 0 130px;
  }
  .photoevent05-inner2 {
      margin-top: 50px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 340px;
  }
  a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
      font-size: 17px;
      background-size: 25px, 100%;
      background-position: center right 20px, center;
  }
  .photoevent05-child2:last-child {
      margin-left: 25px;
  }
  a.btn-img img, a.btn-img2 img {
      max-height: 128px;
  }
  a.btn-img, a.btn-img2 {
      background-position: center bottom 11px;
      margin-top: 35px;
  }
  #goods04 img.abs-img2 {
      max-height: 244px;
  }
  #goods04 img.abs-img1 {
      max-height: 228px;
      left: -60px;
  }
  #goods04 img.title-img, #rally02 img.title-img {
      margin-bottom: 55px;
  }
  #photospot03 {
      background-size: 100%, 256px, 307px, 100%;
  }
  .rally02-inner>img.abs-img3 {
      max-height: 221px;
      /* right: 0; */
  }
  .rally02-inner>img.abs-img2 {
      max-height: 263px;
      left: 10px;
  }
  .rally02-inner {
      border-radius: 60px;
      padding: 100px 60px 80px;
  }
  .rally02-inner p {
      font-size: 18px;
      letter-spacing: 0.04em;
      margin-right: 0;
      margin-bottom: 30px;
      text-align: justify;
  }
  .rally02-inner p br {
      display: none;
  }
  .rally02-inner p span {
      font-size: 16px;
      display: block;
      text-align: center;
  }
  .rally02-inner>img.abs-img1 {
      max-height: 127px;
      top: -32px;
  }
  #purikura01_5 {
      padding: 40px 0 100px;
      background-size: 100%, 309px, 443px, 100%;
  }
  #clawcrane01_4 {
      padding: 80px 0 95px;
      background-size: 71px, 100%, 302px, 403px, 100%;
  }
  #ball01_3 {
      padding: 70px 0 80px;
      background-size: 71px, 440px, 440px, 100%;
  }
  .ball01_3-inner3>img.abs {
      max-height: 76px;
      top: -38px;
  }
  .ball01_3-inner3 {
      margin-top: 75px;
      border-radius: 40px;
      padding: 75px 35px 35px;
  }
  .ball01_3-child3 {
      width: calc(100% / 3 - 20px);
  }
  .ball01_3-child3 p {
      font-size: 14px;
      letter-spacing: 0;
      margin-right: 0;
  }
  .ball01_3-child3>img.abs {
      max-height: 78px;
      top: -38px;
      left: -33px;
  }
  .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1 {
      max-height: 76px;
      top: -45px;
  }
  .ball01_3-child2:first-child .ball01_3-detail2 {
      width: 132px;
  }
  .ball01_3-child2:first-child .ball01_3-detail2:last-child {
      width: calc(100% - 142px);
  }
  .ball01_3-detail2:last-child>img, .lottery01_2-detail2:last-child>img {
      max-height: 47px;
  }
  .ball01_3-detail2 p, .lottery01_2-detail2 p {
      font-size: 13px;
      letter-spacing: 0;
  }
  .ball01_3-child2, .lottery01_2-child2 {
      width: calc(50% - 15px);
      padding: 15px;
      border-radius: 15px;
  }
  .ball01_3-child2:last-child .ball01_3-detail2 {
      width: 82px;
  }
  .ball01_3-child2:last-child .ball01_3-detail2:last-child {
      width: calc(100% - 92px);
  }
  .ball01_3-child2 img.abs.abs-img2 {
      max-height: 33px;
      right: -22px;
  }
  .lottery01_2-child2 img.abs.abs-img2 {
      max-height: 33px;
      right: auto;
      top: auto;
      bottom: -26px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%)  rotate(90deg);
  }
  .lottery01_2-inner3, .playing01_1-inner2 {
      margin-top: 40px;
      border-radius: 15px;
  }
  .lottery01_2-child3 p, .playing01_1-child2 p {
      font-size: 15px;
  }
  #lottery01_2 {
      padding: 30px 0 90px;
      background-size: 372px, 447px, 100%;
  }
  #playing01_1 {
      padding: 80px 0 100px;
      background-size: 100%, 317px, 431px, 100%;
  }
  .playing01_1-divider {
      height: 15px;
      background-size: 15px;
      margin-bottom: 20px;
  }
  .playing01_1-divider hr {
      border-top: 3px solid #fff;
  }
  .anc-inner {
      margin-top: 70px;
      margin-bottom: 70px;
  }
  .anc-child {
      width: calc(100% / 2 - 15px);
  }
  .anc-child:nth-child(2), .anc-child:nth-child(3), .anc-child:nth-child(5) {
      margin-left: 0;
  }
  .anc-child:nth-child(even) {
      margin-left: 30px;
  }
  .anc-child:nth-child(n+3) {
      margin-top: 40px;
  }
  .anc-child img.abs-img2 {
      max-height: 388px;
      top: -388px;
      left: auto;
      right: 0;
  }
  .anc-child img.abs-img2.none991 {
      max-height: 0;
  }
  .anc-child:hover img.abs-img2 {
      top: -377px;
  }
  #playing01_1 img.title-img {
      /* max-height: 134px; */
  }
  #diversity {
      padding: 80px 0 130px;
  }
  .diversity-inner2 {
      /* margin-top: 55px; */
  }
  .lottery01_2-detail2 p span {
      font-size: 12px;
      letter-spacing: 0.04em;
      margin-right: -0.04em;
  }
  .lottery01_2-child2:first-child .lottery01_2-detail2 {
      width: 227px;
  }
  .lottery01_2-child2:first-child {
      padding: 40px 30px;
  }
  .lottery01_2-child2:last-child {
      padding: 25px 30px;
      margin-top: 40px;
  }
  .lottery01_2-child2 {
      width: 75%;
      margin: 0 auto;
  }
  .lottery01_2-inner3 {
      width: 75%;
      margin-left: auto;
      margin-right: auto;
  }
  .lottery01_2-child3 p {
      text-indent: -1em;
      padding-left: 1em;
      line-height: 1.4em;
      text-align: justify;
  }
  .lottery01_2-detail2 span {
    font-size: 12px;
  }
  .lottery01_2-child2:first-child .lottery01_2-detail2:last-child {
      width: calc(100% - 227px);
  }
  .lottery01_2-child2:first-child .lottery01_2-detail2:nth-child(3) img {
      max-height: 180px;
  }
  .main_wrapper {
      margin-top: 102px;
  }
  #anc-playing01_1-inner {
      padding-top: 130px;
      margin-top: -131px;
  }
  #anc-lottery01_2,
  #anc-purikura01_5 {
      padding-top: 90px;
      margin-top: -91px;
  }
  #anc-ball01_3,
  #anc-clawcrane01_4 {
      padding-top: 30px;
      margin-top: -31px;
  }
  #anc-diversity,
  #anc-rally02,
  #anc-photospot03,
  #anc-goods04,
  #anc-photoevent05,
  #anc-venue {
      padding-top: 50px;
      margin-top: -51px;
  }
  #anc-playing01_1 {
      padding-top: 70px;
      margin-top: -71px;
  }
  .lottery01_2-child3:nth-child(n+2),
  .lottery01_2-child3:nth-child(n+3) {
      margin-top: 10px;
  }
  #venue .flex2.venue-att {
      width: calc(66.66666% - 10px);
  }
  .play-att p {
      margin-top: 20px;
      font-size: 16px;
  }
  .playing01_1-inner2 img.abs-img1 {
      max-height: 128px;
      left: -45px;
      top: -95px;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 32px;
  }
  .diversity-child2:last-child p, p.cr-text {
      font-size: 12px;
      letter-spacing: 0.06em;
      line-height: 1.4em;
  }
  .diversity-child2:last-child p {
      text-indent: -1.06em;
      padding-left: 1em;
      margin-top: 15px;
      margin-left: 8px;
  }
}

@media screen and (min-width: 992px) {
  .anc-child img.abs-img2.none992 {
      max-height: 0;
  }
}

@media screen and (max-width: 940px) {
    #news img.abs-img1 {
        max-height: 450px;
        top: -315px;
        left: calc(50% - 365px);
    }
    #news img.abs-img2 {
        max-height: 354px;
        top: -245px;
        right: calc(50% - 380px);
    }
}

@media screen and (max-width: 890px) {
    .menu-logo img {
        max-height: 63px;
    }
    .menu-logo {
        width: 152px;
    }
    ul.menulist {
        width: calc(100% - 152px);
    }
    ul.menulist li a span {
        font-size: 10px;
    }
    ul.menulist li a {
        font-size: 11px;
        padding-bottom: 14px;
    }
    .menu_wrapper {
        padding: 12px 0;
        border-bottom: 3px solid #FFFF00;
    }
    .is-fixed .menu-logo img {
        max-height: 58px;
    }
    .menu_wrapper.is-fixed {
        padding: 10px 0;
    }
    #news img.abs-img1 {
        max-height: 430px;
        top: -300px;
        left: calc(50% - 350px);
    }
    #news img.abs-img2 {
        max-height: 339px;
        top: -235px;
        right: calc(50% - 360px);
    }
    #news {
        background-position: center bottom, center bottom -170px, center bottom 120px, left top;
        padding: 140px 0 0;
    }
    .main_wrapper {
        margin-top: 90px;
    }
    #anc-playing01_1-inner {
        padding-top: 90px;
        margin-top: -91px;
    }
    #anc-lottery01_2,
    #anc-purikura01_5 {
        padding-top: 70px;
        margin-top: -71px;
    }
    #anc-ball01_3,
    #anc-clawcrane01_4 {
        padding-top: 20px;
        margin-top: -21px;
    }
    #anc-diversity,
    #anc-rally02,
    #anc-photospot03,
    #anc-goods04,
    #anc-photoevent05,
    #anc-venue {
        padding-top: 30px;
        margin-top: -31px;
    }
    #anc-playing01_1 {
        padding-top: 50px;
        margin-top: -51px;
    }
}

@media screen and (max-width: 840px) {
    #news {
        padding: 130px 0 0;
    }
    #news img.abs-img1 {
        max-height: 410px;
        top: -290px;
        left: calc(50% - 330px);
    }
    #news img.abs-img2 {
        max-height: 324px;
        top: -230px;
        right: calc(50% - 340px);
    }
    .menu-logo img {
        max-height: 58px;
    }
    .menu-logo {
        width: 140px;
    }
    ul.menulist {
        width: calc(100% - 140px);
    }
    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;
    }
    #goods04 img.abs-img1,
    #goods04 img.abs-img2 {
        /* display: none; */
    }
    .main_wrapper {
        margin-top: 85px;
    }
    #goods04 img.abs-img1 {
        max-height: 198px;
        left: -35px;
    }
    .playing01_1-inner2 img.abs-img1 {
        max-height: 123px;
        left: -35px;
        top: -92px;
    }
}

@media screen and (max-width: 790px) {
    .container-add {
        padding-left: 15px;
    }
    .menu-logo img {
        max-height: 48px;
    }
    .menu-logo {
        width: 116px;
    }
    ul.menulist {
        width: calc(100% - 116px);
    }
    .is-fixed .menu-logo img {
        max-height: 43px;
    }
    #news img.abs-img1 {
        max-height: 390px;
        top: -275px;
        left: calc(50% - 310px);
    }
    #news img.abs-img2 {
        max-height: 309px;
        top: -220px;
        right: calc(50% - 325px);
    }
    #news {
        padding: 120px 0 0;
        background-position: center bottom, center bottom -140px, center bottom 120px, left top;
    }
    .main_wrapper {
        margin-top: 75px;
    }
    #goods04 img.abs-img1 {
        max-height: 183px;
        left: -25px;
    }
}

@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: #FF6A06;
      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%;
      border-bottom: 1px solid #ddd;
      background: #fff;
      top: 0;
      /* left: 0; */
      right: 0;
      /* bottom: 0; */
      padding: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s, visibility .5s;
  }
  .menulist.show {
    opacity: 1;
    visibility: visible;
  }
  ul.menulist {
      width: 100%;
      background-color: #FF6A06;
      display: block;
  }
  ul.menulist li,
  .menu_wrapper:not(.is-fixed) ul.menulist li {
      padding: 10px 0;
      width: 100%;
  }
  ul.menulist li a img.menu_img {
      display: none;
  }
  ul.menulist li a {
      padding-bottom: 0;
  }
  ul.menulist li a:after {
      content: none;
  }
  ul.menulist li:not(:last-child) {
      border-right: none;
  }
  .menu_wrapper:not(.is-fixed) ul.menulist li:nth-child(n+5) {
      margin-top: 0;
  }
  ul.menulist li a {
      font-size: 14px;
  }
  .nav_toggle_add.show i:nth-child(1) {
      transform: translateY(11px) rotate(45deg);
  }
  .nav_toggle_add.show i:nth-child(2) {
    transform: translateY(2px) rotate(-45deg);
  }
  .nav_toggle_add.show i:nth-child(3) {
    opacity: 0;
  }
  .menu_wrapper .container-add, .menu_wrapper .container-add .row, .menu_wrapper .col-lg-12 {
      margin: 0;
      padding: 0;
      width: 100%;
  }
  .nav_toggle_add.show span {
      color: #ddb840;
  }
  .nav_toggle_add.show i {
      background-color: #ffffff;
  }
  .menu-logo {
      width: 100%;
      height: 53px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 15px;
  }
  .menu-logo img {
      max-height: 43px;
  }
  .main_wrapper {
      margin-top: 0;
  }
  #anc-diversity,
  #anc-playing01_1,
  #anc-rally02,
  #anc-photospot03,
  #anc-goods04,
  #anc-photoevent05,
  #anc-venue,
  #anc-playing01_1-inner,
  #anc-lottery01_2,
  #anc-purikura01_5,
  #anc-ball01_3,
  #anc-clawcrane01_4 {
      padding-top: 0;
      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;
  }
  #news img.abs-img1 {
      max-height: 500px;
      top: -425px;
      left: calc(50% - 380px);
  }
  #news img.abs-img2 {
      max-height: 344px;
      top: -320px;
      right: calc(50% - 350px);
  }
  .diversity-child2 {
      width: 50%;
  }
  .diversity-child2:last-child {
      width: calc(50% - 30px);
  }
  a.btn-img img, a.btn-img2 img {
      max-height: 108px;
  }
  a.btn-img, a.btn-img2 {
      background-position: center bottom 10px;
      margin-top: 30px;
  }
  a.btn-img:hover, a.btn-img2:hover {
      transform: translateY(13px);
  }
  #venue {
      padding: 80px 0;
      background-size: 285px, 233px, 100%;
  }
  #venue .flex1 .venue-list {
      width: calc(100% / 3 - 15px);
  }
  #venue .flex1 .venue-list>img {
      max-width: 64px;
      top: -32px;
  }
  #venue .flex1 .venue-list a h4 {
      font-size: 16px;
      margin-top: 16px;
  }
  #venue .flex1 .venue-list a p {
      font-size: 12px;
      letter-spacing: 0.02em;
      text-indent: 0.02em;
      margin-bottom: 21px;
      margin-top: 14px;
  }
  #venue .flex1 .venue-list a p.mt-10 {
      margin-top: 14px;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 26px;
  }
  #venue .flex2 p {
      font-size: 14px;
  }
  #venue .flex2 {
      /* margin-top: 40px; */
      padding: 20px 25px;
  }
  img.sec-main-img {
      margin-bottom: 50px;
  }
  .flex-sec-title {
      margin-bottom: 40px;
  }
  #rally02, #photospot03, #goods04, #photoevent05 {
      padding: 80px 0 100px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 280px;
      padding: 40px 90px;
      border-radius: 10px;
      box-shadow: 0px 12px 0px rgba(112, 93, 94, 0.3);
  }
  a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
      font-size: 15px;
      background-size: 20px, 100%;
      background-position: center right 15px, center;
      letter-spacing: 0.06em;
      border-radius: 10px;
  }
  a.btnstyle1:hover, a.btnstyle2:hover {
    top: 12px;
  }
  img.title-img,
  #goods04 img.title-img,
  #rally02 img.title-img {
      margin-bottom: 50px;
  }
  #photoevent05 .col-lg-12.text-center,
  #goods04 .col-lg-12.text-center,
  #photospot03 .col-lg-12.text-center,
  #rally02 .col-lg-12.text-center {
      text-align: left;
  }
  #goods04 .col-lg-12.text-center .btn-section {
      text-align: center;
  }
  img.title-img {
      /* max-height: 110px; */
  }
  .photoevent05-child {
      width: 50%;
  }
  .photoevent05-child:last-child {
      width: calc(50% - 15px);
  }
  #photospot03 {
      background-size: 100%, 206px, 157px, 100%;
  }
  .rally02-inner>img.abs-img3 {
      max-height: 171px;
  }
  .rally02-inner>img.abs-img2 {
      max-height: 208px;
  }
  .rally02-inner {
      border-radius: 40px;
      padding: 90px 40px 60px;
  }
  .rally02-inner>img.img-3 {
      margin-top: 40px;
  }
  .rally02-inner p {
      font-size: 17px;
  }
  .rally02-inner p span {
      font-size: 15px;
  }
  .rally02-inner>img.abs-img1 {
      max-height: 112px;
      top: -27px;
  }
  #purikura01_5 {
      padding: 40px 0 80px;
      background-size: 100%, 259px, 343px, 100%;
  }
  #clawcrane01_4 {
      padding: 60px 0 85px;
      background-size: 61px, 100%, 252px, 303px, 100%;
  }
  #ball01_3 {
      padding: 50px 0 70px;
      background-size: 61px, 340px, 340px, 100%;
  }
  .ball01_3-inner3 {
      margin-top: 65px;
      border-radius: 30px;
      padding: 70px 30px 30px;
      width: 75%;
      margin-left: auto;
      margin-right: auto;
  }
  .ball01_3-inner3>img.abs {
      max-height: 66px;
      top: -33px;
  }
  .ball01_3-child3 {
      width: 100%;
  }
  .ball01_3-child3:nth-child(n+3) {
      margin-top: 40px;
  }
  .ball01_3-child3 img:nth-child(2) {
      max-height: 200px;
  }
  .ball01_3-child3>img.abs {
      max-height: 78px;
      top: -20px;
      left: calc(50% - 150px);
  }
  .ball01_3-child3 p {
      margin: 15px 0 0;
  }
  .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1 {
      max-height: 66px;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  }
  .ball01_3-child2 {
      width: 75%;
      padding: 20px 50px;
      border-radius: 15px;
      margin-left: auto;
      margin-right: auto;
  }
  .ball01_3-child2 img.abs.abs-img2,
  .lottery01_2-child2 img.abs.abs-img2 {
      max-height: 30px;
      right: auto;
      top: auto;
      bottom: -24px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%)  rotate(90deg);
  }
  .ball01_3-child2:last-child {
      margin-top: 30px;
  }
  .ball01_3-child2:first-child .ball01_3-detail2,
  .ball01_3-child2:last-child .ball01_3-detail2 {
      width: 132px;
  }
  .ball01_3-child2:first-child .ball01_3-detail2:last-child,
  .ball01_3-child2:last-child .ball01_3-detail2:last-child {
      width: calc(100% - 142px);
  }
  .ball01_3-detail2:last-child>img, .lottery01_2-detail2:last-child>img {
      max-height: 42px;
  }
  .ball01_3-child2:last-child .ball01_3-detail2:first-child img {
      max-height: 150px;
  }
  .lottery01_2-child3 p, .playing01_1-child2 p {
      font-size: 14px;
      text-indent: -1em;
      padding-left: 1em;
      line-height: 1.4em;
      text-align: justify;
  }
  /* .lottery01_2-child3:last-child {
      margin-top: 10px;
  } */
  .lottery01_2-child2:last-child {
      margin-top: 30px;
  }
  .lottery01_2-child2:first-child .lottery01_2-detail2,
  .lottery01_2-child2:last-child .lottery01_2-detail2 {
      width: 187px;
  }
  .lottery01_2-child2:first-child .lottery01_2-detail2:last-child {
      width: calc(100% - 187px);
  }
  .lottery01_2-child2:last-child .lottery01_2-detail2:last-child {
      width: calc(100% - 202px);
  }
  #playing01_1 {
      padding: 80px 0 80px;
      background-size: 100%, 267px, 331px, 100%;
  }
  #lottery01_2 {
      padding: 30px 0 80px;
      background-size: 272px, 347px, 100%;
  }
  .lottery01_2-inner3 {
      width: 75%;
      margin-left: auto;
      margin-right: auto;
  }
  .lottery01_2-inner3, .playing01_1-inner2 {
      margin-top: 30px;
  }
  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;
  }
  .anc-inner {
      margin-top: 60px;
      margin-bottom: 60px;
  }
  #playing01_1 img.title-img {
      /* max-height: 114px; */
  }
  .anc-child img.abs-img2 {
      max-height: 358px;
      top: -358px;
  }
  .anc-child:hover img.abs-img2 {
      top: -350px;
  }
  .anc-child:hover a {
    top: 8px;
  }
  #diversity {
      padding: 60px 0 110px;
  }
  .diversity-inner2 {
      /* margin-top: 45px; */
  }
  #news .container:last-child img {
      bottom: -35px;
  }
  .news-child:first-child img {
      max-height: 25px;
  }
  .news-child:first-child {
      width: 145px;
  }
  .news-child:last-child {
      width: calc(100% - 145px);
      padding-left: 35px;
  }
  .news-detail p {
      font-size: 13px;
  }
  .news-detail,
  .news-detail p:last-child {
      width: 100%;
  }
  .playing01_1-child2:last-child,
  .playing01_1-child2 p:nth-child(n+2) {
    margin-top: 10px;
  }
  .playing01_1-inner2 img.abs-img1 {
      max-height: 113px;
      left: -30px;
      top: -81px;
  }
  .lottery01_2-inner2 {
      margin-top: 50px;
  }
  img.none767 {
      display: none;
  }
  #news {
      padding: 80px 0 0;
      background-position: center bottom, center bottom -140px, center bottom 120px, left top;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 5px;
      margin-bottom: 15px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 9px;
  }
}

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

@media screen and (max-width: 720px) {
    #news img.abs-img1 {
        max-height: 460px;
        top: -390px;
        left: calc(50% - 350px);
    }
    #news img.abs-img2 {
        max-height: 324px;
        top: -296px;
        right: calc(50% - 330px);
    }
    #news {
        /* padding: 110px 0 0; */
        background-position: center bottom, center bottom -120px, center bottom 120px, left top;
    }
    .lottery01_2-detail2 span {
        font-size: 11px;
    }
    img.title-img {
        /* max-height: 100px; */
    }
    #playing01_1 img.title-img {
        /* max-height: 99px; */
    }
    .anc-child img.abs-img2 {
        max-height: 338px;
        top: -338px;
    }
    .anc-child:hover img.abs-img2 {
        top: -330px;
    }
    #goods04 img.abs-img1 {
        max-height: 168px;
    }
    .playing01_1-inner2 img.abs-img1 {
        max-height: 108px;
        left: -30px;
        top: -77px;
    }
    .diversity-child2:last-child p {
        margin-top: 10px;
        margin-left: 6px;
    }
}

@media screen and (max-width: 699px) {
  .backtop {
      bottom: 30px;
      right: 15px;
      width: 35px;
      height: 35px;
      background-size: 35px;
  }
  .lottery01_2-inner3,
  .playing01_1-inner2,
  #venue .flex2 {
      padding: 25px;
  }
  .lottery01_2-child3 p,
  .playing01_1-child2 p,
  #venue .flex2 p {
      font-size: 13px;
  }
  #news img.abs-img1 {
      max-height: 460px;
      top: -385px;
      left: calc(50% - 350px);
  }
  #news img.abs-img2 {
      max-height: 324px;
      top: -285px;
      right: calc(50% - 330px);
  }
  #venue .flex1 .venue-list a p {
      font-size: 11px;
      letter-spacing: 0;
      text-indent: 0;
      margin-top: 13px;
      margin-bottom: 19px;
  }
  #venue .flex1 .venue-list>img {
      max-width: 54px;
      top: -27px;
  }
  #venue .flex1 .venue-list a p.mt-10 {
      margin-top: 13px;
  }
  #venue .flex1 .venue-list.threeline a p {
      margin-top: 5px;
      margin-bottom: 13px;
  }
  #venue .flex1 .venue-list.threeline a h4 {
      margin-top: 8px;
  }
  #venue .flex1 .venue-list:nth-child(n+4) {
      margin-top: 37px;
  }
  #venue .flex1 .venue-list a h4 {
      font-size: 15px;
      margin-top: 15px;
  }
  a.btnstyle1, a.btnstyle2 {
      width: 320px;
  }
  .photoevent05-child2:last-child {
      margin-left: 0;
      margin-top: 30px;
  }
  .lottery01_2-child2,
  .lottery01_2-inner3,
  .ball01_3-child2,
  .ball01_3-inner3 {
      width: 85%;
  }
  #venue .flex1 .venue-list a h4.mt-10 {
      margin-top: 24px;
  }
  #venue .flex2 {
      margin-top: 37px;
      padding: 20px 25px;
  }
  #lottery01_2 {
      background-size: 272px, 297px, 100%;
  }
  .play-att p {
      font-size: 15px;
  }
}

@media screen and (max-width: 660px) {
    img.title-img {
        /* max-height: 90px; */
    }
    #playing01_1 img.title-img {
        /* max-height: 89px; */
    }
    .anc-child:nth-child(even) {
        margin-left: 20px;
    }
    .anc-child {
        width: calc(100% / 2 - 10px);
    }
    a.btnstyle-anc span {
        font-size: 13px;
        margin-bottom: 8px;
    }
    a.btnstyle-anc {
        font-size: 17px;
    }
    #venue {
        background-size: 235px, 203px, 100%;
    }
    .rally02-inner>img.abs-img3 {
        max-height: 151px;
    }
    .rally02-inner>img.abs-img2 {
        max-height: 188px;
    }
    .rally02-inner p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .rally02-inner p span {
        font-size: 14px;
    }
    .rally02-inner>img.abs-img1 {
        max-height: 107px;
    }
    #purikura01_5 {
        background-size: 100%, 209px, 243px, 100%;
    }
    #clawcrane01_4 {
        padding: 60px 0 75px;
        background-size: 51px, 100%, 202px, 253px, 100%;
    }
    #ball01_3 {
        background-size: 51px, 240px, 240px, 100%;
    }
    #lottery01_2 {
        background-size: 222px, 247px, 100%;
    }
    .lottery01_2-child2:first-child .lottery01_2-detail2, .lottery01_2-child2:last-child .lottery01_2-detail2 {
        width: 177px;
    }
    .lottery01_2-child2:last-child .lottery01_2-detail2:last-child {
        width: calc(100% - 192px);
    }
    .lottery01_2-child2:first-child .lottery01_2-detail2:last-child {
        width: calc(100% - 177px);
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 98px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 8px;
        margin-top: 25px;
    }
    .anc-child img.abs-img2 {
        max-height: 308px;
        top: -308px;
    }
    .anc-child:hover img.abs-img2 {
        top: -300px;
    }
    #news {
        background-position: center bottom, center bottom -100px, center bottom 110px, left top;
    }
    .news-child:first-child img {
        max-height: 20px;
    }
    .news-inner {
        border-radius: 15px;
        padding: 20px 0 20px 30px;
    }
    .news-child:first-child {
        width: 110px;
    }
    .news-child:last-child {
        width: calc(100% - 110px);
        padding-left: 30px;
    }
    #news img.abs-img1 {
        max-height: 440px;
        top: -370px;
        left: calc(50% - 330px);
    }
    #news img.abs-img2 {
        max-height: 304px;
        top: -285px;
        right: calc(50% - 305px);
    }
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 15px);
    }
    img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 45px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 37px;
    }
    #goods04 img.abs-img1 {
        max-height: 153px;
        top: -35px;
    }
    #venue .flex2.venue-att {
        width: 100%;
    }
    #venue .flex2 {
        margin-top: 40px;
        padding: 25px;
    }
    .playing01_1-inner2 img.abs-img1 {
        max-height: 98px;
        left: -30px;
        top: -70px;
    }
}

@media screen and (max-width: 620px) {
    #news img.abs-img2 {
        max-height: 295px;
        top: -275px;
        right: calc(50% - 295px);
    }
    #news img.abs-img1 {
        max-height: 430px;
        top: -360px;
        left: calc(50% - 320px);
    }
    #clawcrane01_4 {
        padding: 60px 0 70px;
    }
}

@media screen and (max-width: 599px) {
    ul.menulist li a,
    .menu_wrapper.is-fixed ul.menulist li a {
        font-size: 13px;
    }
    #news img.abs-img1 {
        max-height: 410px;
        top: -360px;
        left: calc(50% - 305px);
    }
    #news img.abs-img2 {
        max-height: 275px;
        top: -275px;
        right: calc(50% - 280px);
    }
    #news {
        padding: 70px 0 0;
        background-position: center bottom, center bottom -100px, center bottom 95px, left top;
    }
    a.btnstyle-anc {
        font-size: 16px;
    }
    .anc-inner {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .lottery01_2-child2:last-child {
        padding: 25px;
    }
    .lottery01_2-child2:first-child .lottery01_2-detail2, .lottery01_2-child2:last-child .lottery01_2-detail2 {
        width: 162px;
    }
    .lottery01_2-detail2 span {
        font-size: 10px;
    }
    .ball01_3-detail2:last-child>img, .lottery01_2-detail2:last-child>img {
        max-height: 37px;
    }
    .lottery01_2-child2:last-child .lottery01_2-detail2:last-child {
        width: calc(100% - 177px);
    }
    .lottery01_2-child2:first-child .lottery01_2-detail2:last-child {
        width: calc(100% - 162px);
    }
    .lottery01_2-child2, .lottery01_2-inner3, .ball01_3-child2, .ball01_3-inner3 {
        width: 90%;
    }
    .ball01_3-child2:first-child .ball01_3-detail2, .ball01_3-child2:last-child .ball01_3-detail2 {
        width: 122px;
    }
    .ball01_3-child2:first-child .ball01_3-detail2:last-child, .ball01_3-child2:last-child .ball01_3-detail2:last-child {
        width: calc(100% - 132px);
    }
    .ball01_3-child2 {
        padding: 20px 45px;
    }
    img.title-img {
        /* max-height: 85px; */
    }
    #playing01_1 img.title-img {
        /* max-height: 84px; */
    }
    .lottery01_2-child2:first-child {
        padding: 40px 25px;
    }
    #goods04 img.abs-img1 {
        max-height: 143px;
        top: -30px;
    }
    #clawcrane01_4 {
        padding: 60px 0 65px;
    }
}

@media screen and (max-width: 575px) {
    #venue {
        background-size: 205px, 183px, 100%;
        padding: 60px 0 70px;
        background-repeat: repeat-y, repeat-y, repeat;
    }
    #venue img.title-img {
        max-height: 79px;
    }
    .lottery01_2-inner3, .playing01_1-inner2, #venue .flex2 {
        padding: 20px;
        border-radius: 12px;
    }
    #venue .flex2 p:nth-child(n+2) {
        margin-top: 8px;
    }
    #venue .flex2 {
        margin-top: 30px;
    }
    img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 40px;
    }
    img.sec-main-img {
        margin-bottom: 45px;
    }
    #rally02, #photospot03, #goods04, #photoevent05 {
        padding: 70px 0 80px;
    }
    img.title-img {
        /* max-height: 75px; */
    }
    #playing01_1 img.title-img {
        /* max-height: 74px; */
    }
    .photoevent05-child {
        width: 100%;
    }
    .photoevent05-child:last-child {
        width: 80%;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }
    .photoevent05-inner2 {
        margin-top: 35px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 88px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 7px;
        margin-top: 20px;
    }
    img.none575 {
        display: none;
    }
    #photospot03 {
        background-size: 100%, 176px, 157px, 100%;
    }
    .rally02-inner>img.abs-img2 {
        max-height: 158px;
        bottom: -45px;
        left: 0;
    }
    .rally02-inner>img.abs-img3 {
        max-height: 131px;
        right: 5px;
    }
    .rally02-inner {
        border-radius: 30px;
        padding: 80px 30px 40px;
    }
    .rally02-inner p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .rally02-inner p span {
        font-size: 13px;
        text-align: justify;
        line-height: 1.4em;
        margin-top: 5px;
    }
    .rally02-inner>img.abs-img1 {
        max-height: 92px;
        top: -22px;
    }
    #purikura01_5 {
        padding: 40px 0 70px;
        background-size: 100%, 179px, 203px, 100%;
    }
    #clawcrane01_4 {
        background-size: 51px, 100%, 172px, 213px, 100%;
    }
    #ball01_3 {
        background-size: 51px, 210px, 210px, 100%;
    }
    .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1,
    .ball01_3-inner3>img.abs {
        max-height: 56px;
        top: -28px;
    }
    .ball01_3-inner3 {
        margin-top: 60px;
        border-radius: 25px;
        padding: 60px 30px 30px;
    }
    .ball01_3-child2 {
        padding: 25px 30px;
    }
    .ball01_3-child2:first-child .ball01_3-detail2, .ball01_3-child2:last-child .ball01_3-detail2 {
        width: 112px;
    }
    .ball01_3-child2:first-child .ball01_3-detail2:last-child, .ball01_3-child2:last-child .ball01_3-detail2:last-child {
        width: calc(100% - 112px);
    }
    .ball01_3-detail2 p, .lottery01_2-detail2 p {
        margin: 12px 0 0;
    }
    .ball01_3-detail2:last-child>img, .lottery01_2-detail2:last-child>img {
        max-height: 32px;
    }
    .ball01_3-child3>img.abs {
        max-height: 73px;
        top: -15px;
    }
    #lottery01_2 {
        background-size: 162px, 202px, 100%;
        padding: 30px 0 70px;
    }
    .lottery01_2-child2:first-child {
        padding: 35px 25px;
    }
    .lottery01_2-child2:first-child .lottery01_2-detail2 p {
        text-align: justify;
    }
    .lottery01_2-child2:first-child .lottery01_2-detail2 p br {
        display: none;
    }
    #playing01_1 {
        padding: 70px 0 75px;
        background-size: 100%, 217px, 231px, 100%;
    }
    .anc-child {
        width: calc(100% / 2 - 7px);
    }
    .anc-child:nth-child(even) {
        margin-left: 14px;
    }
    a.btnstyle-anc {
        font-size: 14px;
        border: solid 2px #FFFFFF;
    }
    a.btnstyle-anc img.abs-img1 {
        max-height: 22px;
        bottom: -12px;
    }
    .anc-child:nth-child(n+3) {
        margin-top: 30px;
    }
    .anc-child img.abs-img2 {
        max-height: 288px;
        top: -288px;
    }
    .anc-child:hover img.abs-img2 {
        top: -280px;
    }
    .diversity-child2 {
      width: 100%;
    }
    .diversity-child2:last-child {
        width: 100%;
        margin-top: 30px;
    }
    #news {
        /* padding: 90px 0 0; */
        background-position: center bottom, center bottom -100px, center bottom 80px, left top;
    }
    #news img.abs-img1 {
        max-height: 395px;
        top: -340px;
        left: calc(50% - 290px);
    }
    #news img.abs-img2 {
        max-height: 260px;
        top: -270px;
        right: calc(50% - 270px);
    }
    .news-child:first-child {
        width: 100%;
        text-align: center;
    }
    .news-child:last-child {
        width: 100%;
        padding-left: 20px;
        border-left: 0;
        margin-top: 15px;
    }
    .news-inner {
        border-radius: 12px;
        padding: 20px 0;
    }
    #diversity {
        padding: 60px 0 100px;
    }
    /* .lottery01_2-child3:last-child {
        margin-top: 8px;
    } */
    .lottery01_2-child3:nth-child(n+2),
    .lottery01_2-child3:nth-child(n+3) {
        margin-top: 8px;
    }
    .playing01_1-child2:last-child, .playing01_1-child2 p:nth-child(n+2) {
        margin-top: 8px;
    }
    .twitter-sec iframe {
        height: 250px !important;
    }
    .flex-sec-title-child {
        width: 100%;
    }
    .flex-sec-title-child:last-child {
        margin-top: 20px;
    }
    .flex-sec-title {
        flex-wrap: wrap;
        justify-content: center;
    }
    .flex-sec-title-child:first-child img {
        max-height: 110px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 125px;
    }
    .ball01_3-child2 img.abs.abs-img2,
    .lottery01_2-child2 img.abs.abs-img2 {
        max-height: 28px;
        bottom: -22px;
    }
    .playing01_1-inner2 img.abs-img1 {
        max-height: 0;
    }
    .lottery01_2-inner2 {
        margin-top: 40px;
    }
    .diversity-child2:last-child p, p.cr-text {
        text-align: justify;
        text-indent: -1.06em;
        padding-left: 1em;
    }
    .diversity-child2:last-child p {
        margin-top: 20px;
        margin-left: 12px;
    }
}

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

@media screen and (max-width: 540px) {
    #news img.abs-img2 {
        max-height: 250px;
        top: -250px;
        right: calc(50% - 260px);
    }
    #news img.abs-img1 {
        max-height: 385px;
        top: -325px;
        left: calc(50% - 280px);
    }
}

@media screen and (max-width: 520px) {
    img.title-img {
        /* max-height: 70px; */
    }
    #playing01_1 img.title-img {
        /* max-height: 69px; */
    }
    .lottery01_2-child2, .lottery01_2-inner3, .ball01_3-child2, .ball01_3-inner3 {
        width: 100%;
    }
    a.btnstyle-anc {
        font-size: 13px;
        padding: 15px 10px 20px;
    }
    a.btnstyle-anc span {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .anc-child img.abs-img2 {
        max-height: 258px;
        top: -258px;
    }
    .anc-child:hover img.abs-img2 {
        top: -250px;
    }
    #diversity {
        padding: 60px 0 90px;
    }
    .diversity-child2:last-child {
        /* width: 65%; */
        margin-top: 25px;
    }
    #news {
        /* padding: 90px 0 0; */
        background-position: center bottom, center bottom -95px, center bottom 70px, left top;
    }
    #news .container:last-child img {
        bottom: -30px;
    }
    #news img.abs-img1 {
        max-height: 365px;
        top: -310px;
        left: calc(50% - 265px);
    }
    #news img.abs-img2 {
        max-height: 235px;
        top: -240px;
        right: calc(50% - 245px);
    }
    .twitter-sec iframe {
        height: 230px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 100px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 120px;
    }
    .flex-sec-title {
        margin-bottom: 30px;
    }
    .play-att p {
        margin-top: 15px;
        font-size: 14px;
    }
    #lottery01_2 {
        background-size: 152px, 192px, 100%;
    }
}

@media screen and (max-width: 500px) {
    #news img.abs-img1 {
        max-height: 360px;
        top: -305px;
        left: calc(50% - 260px);
    }
    #news img.abs-img2 {
        max-height: 230px;
        top: -230px;
        right: calc(50% - 240px);
    }
}

@media screen and (max-width: 480px) {
    .lottery01_2-child3 p, .playing01_1-child2 p, #venue .flex2 p {
        font-size: 12px;
    }
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 10px);
    }
    #venue img.title-img {
        max-height: 74px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 32px;
    }
    #venue .flex1 .venue-list>img {
        max-width: 48px;
        top: -24px;
    }
    #venue .flex1 .venue-list a p {
        font-size: 10px;
        margin-top: 12px;
        margin-bottom: 18px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 14px;
    }
    img.none480 {
        display: none;
    }
    img.sec-main-img {
        margin-bottom: 40px;
    }
    #venue .flex1 .venue-list a p.mt-10 {
        margin-top: 12px;
    }
    #venue .flex1 .venue-list a h4.mt-10 {
        margin-top: 23px;
    }
    .flex-sec-title,
    img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 35px;
    }
    #venue {
        background-size: 15%, 18%, 100%;
        padding: 50px 0 60px;
    }
    #rally02, #photospot03, #goods04, #photoevent05 {
        padding: 60px 0 70px;
    }
    a.btnstyle1, a.btnstyle2 {
        padding: 35px 90px;
    }
    a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
        border-width: 2px;
    }
    .photoevent05-inner2 {
        margin-top: 30px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 78px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 6px;
    }
    #photospot03 {
        background-size: 100%, 20%, 20%, 100%;
    }
    .rally02-inner>img.abs-img2,
    .rally02-inner>img.abs-img3 {
        max-height: 0;
    }
    .rally02-inner {
        border-radius: 25px;
        padding: 70px 25px 25px;
    }
    .rally02-inner p {
        font-size: 14px;
        line-height: 1.6em;
    }
    .rally02-inner>img.img-3 {
        margin-top: 35px;
    }
    .rally02-inner p span {
        font-size: 12px;
    }
    .rally02-inner>img.abs-img1 {
        max-height: 82px;
        top: -20px;
    }
    img.title-img,
    #playing01_1 img.title-img {
        /* max-height: 60px; */
    }
    #purikura01_5 {
        padding: 35px 0 60px;
        background-size: 100%, 20%, 20%, 100%;
    }
    #clawcrane01_4 {
        background-size: 41px, 100%, 18%, 20%, 100%;
        padding: 50px 0 60px;
    }
    #ball01_3 {
        padding: 50px 0 60px;
        background-size: 41px, 20%, 20%, 100%;
    }
    .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1, .ball01_3-inner3>img.abs {
        max-height: 51px;
        top: -26px;
    }
    .ball01_3-detail2 p, .lottery01_2-detail2 p {
        text-align: justify;
    }
    .ball01_3-detail2 p br, .lottery01_2-detail2 p br {
        display: none;
    }
    .ball01_3-child2 {
        padding: 25px;
    }
    .ball01_3-child2:first-child .ball01_3-detail2:last-child, .ball01_3-child2:last-child .ball01_3-detail2:last-child {
        width: calc(100% - 127px);
    }
    .ball01_3-inner3 {
        margin-top: 55px;
        border-radius: 20px;
        padding: 50px 30px 30px;
    }
    #lottery01_2 {
        background-size: 20%, 20%, 100%;
        padding: 30px 0 60px;
    }
    .lottery01_2-detail2 p span {
        font-size: 11px;
        line-height: 1.3em;
    }
    #playing01_1 {
        padding: 60px 0 65px;
        background-size: 100%, 21%, 22%, 100%;
    }
    .anc-child {
        width: 100%;
    }
    .anc-child:nth-child(even) {
        margin-left: 0;
    }
    .anc-child:nth-child(n+2) {
        margin-top: 20px;
    }
    a.btnstyle-anc {
        font-size: 13px;
        padding: 12px 10px 18px;
        border-radius: 10px;
    }
    a.btnstyle-anc img.abs-img1 {
        max-height: 20px;
        bottom: -10px;
    }
    .anc-inner {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .playing01_1-divider {
        height: 14px;
        background-size: 14px;
        margin-bottom: 18px;
    }
    .anc-child img.abs-img2 {
        max-height: 208px;
        top: -208px;
        right: 5px;
    }
    .anc-child:hover img.abs-img2 {
        top: -200px;
    }
    .diversity-child2:last-child {
        /* width: 70%; */
        margin-top: 20px;
    }
    .diversity-inner2 {
        /* margin-top: 35px; */
    }
    #diversity {
        padding: 50px 0 80px;
    }
    #news .container:last-child img {
        bottom: -25px;
    }
    #news {
        /* padding: 80px 0 0; */
        background-position: center bottom, center bottom -80px, center bottom 60px, left top;
    }
    #news img.abs-img1 {
        max-height: 340px;
        top: -290px;
        left: calc(50% - 250px);
    }
    #news img.abs-img2 {
        max-height: 220px;
        top: -220px;
        right: calc(50% - 230px);
    }
    .menu-logo {
        height: 48px;
    }
    .menu_wrapper, .menu_wrapper.is-fixed {
        height: 48px;
        padding: 13px 0;
    }
    footer small {
        color: #fff;
        font-size: 12px;
    }
    .flex-sec-title-child:first-child img {
        max-height: 90px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 110px;
    }
    .flex-sec-title {
        margin-bottom: 25px;
    }
    .ball01_3-child2 img.abs.abs-img2,
    .lottery01_2-child2 img.abs.abs-img2 {
        max-height: 26px;
        bottom: -20px;
    }
    #banner.content_wrapper {
      padding: 55px 0;
    }
    #goods04 img.abs-img1, #goods04 img.abs-img2 {
        display: none;
    }
    p.cr-text {
        margin-top: 10px;
    }
    .diversity-child2:last-child p {
        margin-top: 15px;
        margin-left: 10px;
    }
}

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

@media screen and (max-width: 460px) {
    #news img.abs-img1 {
        max-height: 335px;
        top: -280px;
        left: calc(50% - 240px);
    }
    #news img.abs-img2 {
        max-height: 210px;
        top: -210px;
        right: calc(50% - 220px);
    }
}

@media screen and (max-width: 440px) {
    .twitter-sec iframe {
        height: 210px !important;
    }
    .play-att p {
        font-size: 13px;
    }
    #news img.abs-img1 {
        max-height: 320px;
        top: -260px;
        left: calc(50% - 230px);
    }
    #news img.abs-img2 {
        max-height: 200px;
        top: -200px;
        right: calc(50% - 210px);
    }
}

@media screen and (max-width: 428px) {
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 7px);
    }
    #venue img.title-img {
        max-height: 64px;
    }
    #venue .flex1 .venue-list>img {
        max-width: 42px;
        top: -21px;
        left: 5px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 27px;
    }
    #venue .flex1 .venue-list a p {
        font-size: 11px;
        line-height: 1.3em;
        margin-top: 7px;
    }
    #venue .flex1 .venue-list a p.mt-10 {
        margin-top: 7px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 13px;
    }
    #venue .flex1 .venue-list.threeline a p {
        margin-top: 2px;
        margin-bottom: 12px;
    }
    a.btnstyle1, a.btnstyle2 {
        width: 280px;
    }
    a.btnstyle1::after, a.btnstyle2::after, a.btnstyle1::before, a.btnstyle2::before {
        font-size: 14px;
        background-size: 18px, 100%;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 68px;
    }
    .rally02-inner>img.abs-img1 {
        max-height: 77px;
        top: -15px;
    }
    .ball01_3-detail2 p, .lottery01_2-detail2 p {
        margin: 10px 0 0;
    }
    .ball01_3-detail2:last-child>img, .lottery01_2-detail2:last-child>img {
        max-height: 27px;
    }
    .anc-child img.abs-img2 {
        max-height: 198px;
        top: -198px;
    }
    .anc-child:hover img.abs-img2 {
        top: -190px;
    }
    img.title-img, #playing01_1 img.title-img {
        /* max-height: 56px; */
    }
    #news {
        padding: 60px 0 0;
    }
    #news img.abs-img1 {
        max-height: 300px;
        top: -250px;
        left: calc(50% - 215px);
    }
    #news img.abs-img2 {
        max-height: 190px;
        top: -190px;
        right: calc(50% - 200px);
    }
    footer small {
        font-size: 11px;
    }
    .twitter-sec iframe {
        height: 200px !important;
    }
    .news-inner,
    #news .flex .border {
        margin-bottom: 30px;
    }
    .flex-sec-title-child:first-child img {
        max-height: 80px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 95px;
    }
    #banner.content_wrapper {
      padding: 50px 0;
    }
    #lottery01_2 {
        background-size: 18%, 18%, 100%;
    }
    .lottery01_2-inner2 {
        margin-top: 35px;
    }
    .diversity-child2:last-child p {
        margin-left: 8px;
    }
    #clawcrane01_4 {
        padding: 50px 0 55px;
    }
}

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

@media screen and (max-width: 414px) {
    .twitter-sec iframe {
        height: 190px !important;
    }
    #news img.abs-img1 {
        max-height: 295px;
        top: -245px;
        left: calc(50% - 210px);
    }
    #news img.abs-img2 {
        max-height: 185px;
        top: -185px;
        right: calc(50% - 195px);
    }
}

@media screen and (max-width: 390px) {
    .backtop {
        bottom: 35px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 12px;
    }
    #venue img.title-img {
        max-height: 59px;
    }
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 5px);
    }
    #venue {
        padding: 40px 0 50px;
    }
    footer small {
        font-size: 10px;
    }
    img.sec-main-img {
        margin-bottom: 35px;
    }
    img.title-img, #playing01_1 img.title-img {
        /* max-height: 51px; */
    }
    #rally02, #photospot03, #goods04, #photoevent05 {
        padding: 50px 0 60px;
    }
    .rally02-inner {
        border-radius: 20px;
        padding: 60px 20px 20px;
    }
    .rally02-inner>img.abs-img1 {
        max-height: 72px;
    }
    #purikura01_5 {
        padding: 35px 0 55px;
    }
    #clawcrane01_4 {
        background-size: 36px, 100%, 18%, 20%, 100%;
    }
    #ball01_3 {
        padding: 40px 0 50px;
        background-size: 36px, 20%, 20%, 100%;
    }
    .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1, .ball01_3-inner3>img.abs {
        max-height: 46px;
        top: -23px;
    }
    .ball01_3-child3>img.abs {
        max-height: 68px;
        top: -20px;
        left: calc(50% - 140px);
    }
    .ball01_3-inner3 {
        margin-top: 50px;
        border-radius: 20px;
    }
    .ball01_3-child2 {
        padding: 20px;
    }
    .ball01_3-detail2 p, .lottery01_2-detail2 p {
        font-size: 12px;
    }
    #lottery01_2 {
        padding: 30px 0 50px;
    }
    .lottery01_2-child2:first-child {
        padding: 35px 20px;
    }
    .lottery01_2-child2:first-child {
        padding: 35px 20px 20px;
    }
    .ball01_3-child2:first-child .ball01_3-detail2, .ball01_3-child2:last-child .ball01_3-detail2,
    .lottery01_2-child2:last-child .lottery01_2-detail2:last-child,
    .lottery01_2-child2:first-child .lottery01_2-detail2:last-child,
    .lottery01_2-child2:first-child .lottery01_2-detail2, .lottery01_2-child2:last-child .lottery01_2-detail2,
    .ball01_3-child2:first-child .ball01_3-detail2:last-child, .ball01_3-child2:last-child .ball01_3-detail2:last-child {
        width: 100%;
    }
    .ball01_3-child2:last-child .ball01_3-detail2:first-child img,
    .ball01_3-child2:first-child .ball01_3-detail2:nth-child(3) img,
    .lottery01_2-child2:first-child .lottery01_2-detail2:nth-child(3) img,
    .lottery01_2-child2:last-child .lottery01_2-detail2:first-child img {
        max-height: 130px;
    }
    .lottery01_2-child2:first-child .lottery01_2-detail2:last-child,
    .lottery01_2-child2:last-child .lottery01_2-detail2:last-child,
    .ball01_3-child2:last-child .ball01_3-detail2:last-child {
        margin-top: 20px;
    }
    #playing01_1 {
        padding: 50px 0 60px;
    }
    .anc-child img.abs-img2 {
        max-height: 188px;
        top: -188px;
    }
    .anc-child:hover img.abs-img2 {
        top: -180px;
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 65px;
    }
    #diversity {
        padding: 40px 0 70px;
    }
    #news .container:last-child img {
        bottom: -20px;
    }
    .diversity-child2:last-child {
        /* width: 75%; */
        margin-top: 15px;
    }
    #news {
        /* padding: 60px 0 0; */
        background-position: center bottom, center bottom -75px, center bottom 50px, left top;
    }
    .news-child:first-child img {
        max-height: 18px;
    }
    .news-detail p {
        font-size: 12px;
    }
    #news img.abs-img1 {
        max-height: 280px;
        top: -230px;
        left: calc(50% - 200px);
    }
    #news img.abs-img2 {
        max-height: 175px;
        top: -175px;
        right: calc(50% - 185px);
    }
    .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);
    }
    .ball01_3-child3:nth-child(n+3) {
        margin-top: 30px;
    }
    .twitter-sec iframe {
        height: 180px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 70px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 85px;
    }
    .flex-sec-title {
        margin-bottom: 20px;
    }
    #venue .flex1 .venue-list.threeline a h4 {
        margin-top: 9px;
    }
    .diversity-child2:last-child p {
        margin-top: 12px;
    }
}

@media screen and (max-width: 375px) {
    #news img.abs-img1 {
        max-height: 270px;
        top: -220px;
        left: calc(50% - 195px);
    }
    #news img.abs-img2 {
        max-height: 170px;
        top: -170px;
        right: calc(50% - 180px);
    }
}

@media screen and (max-width: 360px) {
    #venue .flex1 .venue-list {
        width: calc(100% / 2 - 4px);
    }
    #venue img.title-img {
        max-height: 54px;
    }
    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%;
    }
    .photoevent05-child:last-child {
        width: 85%;
    }
    img.title-img, #playing01_1 img.title-img {
        /* max-height: 48px; */
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 62px;
    }
    a.btn-img, a.btn-img2 {
        background-position: center bottom 5px;
    }
    #rally02, #photospot03, #goods04, #photoevent05 {
        padding: 50px 0 55px;
    }
    .rally02-inner p {
        font-size: 13px;
    }
    .rally02-inner p span {
        font-size: 11px;
    }
    .rally02-inner>img.img-3 {
        margin-top: 30px;
    }
    .rally02-inner>img.img-4 {
      max-height: 1245px;
      margin-top: 20px;
    }
    .rally02-inner>img.abs-img1 {
        max-height: 67px;
    }
    .rally02-inner {
        border-radius: 15px;
        padding: 55px 20px 20px;
    }
    .ball01_3-inner3 {
        border-radius: 15px;
    }
    .ball01_3-child3 p {
        margin: 12px 0 0;
        font-size: 13px;
    }
    .ball01_3-child3>img.abs {
        max-height: 63px;
        top: -25px;
        left: calc(50% - 125px);
    }
    .ball01_3-child3:nth-child(n+3) {
        margin-top: 25px;
    }
    .ball01_3-child2 img.abs.abs-img1, .lottery01_2-child2 img.abs.abs-img1, .ball01_3-inner3>img.abs {
        max-height: 41px;
        top: -21px;
    }
    .anc-child img.abs-img2 {
        max-height: 173px;
        top: -173px;
    }
    .anc-child:hover img.abs-img2 {
        top: -165px;
    }
    .anc-inner {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #diversity {
        padding: 35px 0 60px;
    }
    .news-child:first-child img {
        max-height: 17px;
    }
    .news-child:last-child {
        margin-top: 12px;
    }
    #news .container:last-child img {
        bottom: -17px;
    }
    .playing01_1-divider {
        height: 12px;
        background-size: 12px;
        margin-bottom: 15px;
    }
    #news {
        padding: 50px 0 0;
    }
    #news img.abs-img1 {
        max-height: 260px;
        top: -220px;
        left: calc(50% - 185px);
    }
    #news img.abs-img2 {
        max-height: 160px;
        top: -160px;
        right: calc(50% - 170px);
    }
    .ball01_3-child2:last-child .ball01_3-detail2:first-child img, .ball01_3-child2:first-child .ball01_3-detail2:nth-child(3) img, .lottery01_2-child2:first-child .lottery01_2-detail2:nth-child(3) img, .lottery01_2-child2:last-child .lottery01_2-detail2:first-child img {
        max-height: 120px;
    }
    .twitter-sec iframe {
        height: 170px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 65px;
    }
    .flex-sec-title-child:last-child img {
        max-height: 80px;
    }
    #banner.content_wrapper {
        padding: 40px 0;
    }
    .play-att p {
        font-size: 12px;
    }
    .diversity-child2:last-child p, p.cr-text {
        font-size: 11px;
    }
    .diversity-child2:last-child p {
        margin-left: 7px;
        margin-top: 10px;
    }
    p.cr-text {
        margin-top: 8px;
    }
    #clawcrane01_4 {
        padding: 50px 0 50px;
    }
}

@media screen and (max-width: 340px) {
    #venue .flex1 .venue-list a h4 {
        font-size: 11px;
    }
    #venue .flex1 .venue-list a h4 {
        font-size: 11px;
    }
    #venue .flex1 .venue-list a p {
        font-size: 10px;
    }
    #venue .flex1 .venue-list>img {
        max-width: 36px;
        top: -18px;
    }
    #venue .flex1 .venue-list:nth-child(n+3) {
        margin-top: 22px;
    }
    .lottery01_2-child3 p, .playing01_1-child2 p, #venue .flex2 p {
        font-size: 11px;
    }
    #venue .flex2 {
        margin-top: 25px;
    }
    .lottery01_2-inner3, .playing01_1-inner2, #venue .flex2 {
        padding: 15px;
        border-radius: 10px;
    }
    #venue .flex2 p:nth-child(n+2),
    .lottery01_2-child3:last-child,
    .lottery01_2-child3:nth-child(n+2),
    .lottery01_2-child3:nth-child(n+3) {
        margin-top: 6px;
    }
    #ball01_3 .lottery01_2-child3:last-child {
        margin-top: 0;
    }
    img.title-img, #playing01_1 img.title-img {
        /* max-height: 44px; */
    }
    a.btn-img img, a.btn-img2 img {
        max-height: 60px;
    }
    .flex-sec-title, img.title-img, #goods04 img.title-img, #rally02 img.title-img {
        margin-bottom: 30px;
    }
    .rally02-inner>img.abs-img1 {
        max-height: 62px;
    }
    .rally02-inner {
        padding: 50px 20px 20px;
    }
    #clawcrane01_4 {
        background-size: 31px, 100%, 18%, 20%, 100%;
    }
    #ball01_3 {
        background-size: 31px, 20%, 20%, 100%;
    }
    .ball01_3-child3>img.abs {
        max-height: 58px;
        top: -20px;
        left: calc(50% - 115px);
    }
    .ball01_3-child2:last-child {
        margin-top: 25px;
    }
    .ball01_3-inner3 {
        margin-top: 45px;
    }
    .lottery01_2-inner3, .playing01_1-inner2,
    .lottery01_2-child2:last-child {
        margin-top: 25px;
    }
    .ball01_3-child2:last-child .ball01_3-detail2:first-child img, .ball01_3-child2:first-child .ball01_3-detail2:nth-child(3) img, .lottery01_2-child2:first-child .lottery01_2-detail2:nth-child(3) img, .lottery01_2-child2:last-child .lottery01_2-detail2:first-child img {
        max-height: 110px;
    }
    .anc-child img.abs-img2 {
        max-height: 168px;
        top: -168px;
    }
    .anc-child:hover img.abs-img2 {
        top: -160px;
    }
    .diversity-inner2 {
        /* margin-top: 30px; */
    }
    .news-child:first-child img {
        max-height: 16px;
    }
    #news img.abs-img1 {
        max-height: 240px;
        top: -200px;
        left: calc(50% - 170px);
    }
    #news img.abs-img2 {
        max-height: 150px;
        top: -150px;
        right: calc(50% - 160px);
    }
    .news-inner, #news .flex .border {
        margin-bottom: 25px;
    }
    .twitter-sec iframe {
        height: 160px !important;
    }
    .flex-sec-title-child:first-child img {
        max-height: 60px;
    }
    .ball01_3-child2 img.abs.abs-img2,
    .lottery01_2-child2 img.abs.abs-img2 {
        max-height: 24px;
        bottom: -18px;
    }
    #venue .flex1 .venue-list.threeline a p {
        margin-top: 3px;
    }
}
