/****************************
base
****************************/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    background-position: center -50rem;
    background-repeat: repeat-y;
    color: #fff;
}

body.black{
    background-color: #141414;
    background-image: url(../images/pc_bg01.png);
}

img {
    max-width: 100%;
    height: auto;
}

.is-sp {
    display: none;
}

.container {
    width: 94%;
    max-width: 120rem;
    margin: 19rem auto 0;
    padding: 0 3%;
    box-sizing: content-box;
}

h2 {
    font-weight: normal;
}

h2 strong {
    font-weight: normal;
    font-family: 'Vollkorn', serif;
    font-size: 9rem;
    line-height: 1;
}

h2 small {
    color: #DC000C;
    font-size: 2rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
}

h2 small::after {
    content: "";
    width: 100%;
    height: .1rem;
    background-color: #DC000C;
    margin-left: 2rem;
}

h3 {
    font-size: 2.4rem;
    border-bottom: solid .1rem rgba(255, 255, 255, 0.20);
    padding: 6rem 0 2.4rem 0;
    margin-bottom: 5rem;
}

.caution-text {
    font-weight: normal;
    font-family: 'Vollkorn', serif;
    font-size: 7rem;
    line-height: 1;
    color: #FFC400;
    padding:40px 0 0 40px;
    text-align: center;
}

.caution-text-sub {
    text-align: center;
}

.dec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: 8rem;
}

.dec1.tp {
    border: solid 1px #fff;
}

.dec1.yl {
    background-color: #ffc400;
    color: #000;
}

.dec1::after {
    content: "";
    display: block;
    border: solid 1.5rem transparent;
    width: 0;
    height: 0;
    box-sizing: content-box;
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.dec1.tp::after {
    border-right-color: #fff;
    border-top-color: #fff;
}

.dec1.yl::after {
    border-top-color: #000;
    border-right-color: #000;
}

.dec1 span {
    font-family: 'Vollkorn', serif;
    font-size: 2rem;
    line-height: 1;
    margin-right: .5em;
    padding-top: .5rem;
}

.dec1 a {
    display: block;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dec1 a:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.dec2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: 8rem;
    flex-direction: column;
    height: 100%;
    padding-bottom: 5px;
}

.dec2.tp {
    border: solid 1px #fff;
}

.dec2.tp::after {
    border-right-color: #fff;
    border-top-color: #fff;
}

.dec2>img {
    width: 100px;
}

.lead1 {
    text-align: center;
}

.ttl1 {
    border-left: solid 1px #ffc400;
    font-size: 2rem;
    padding-left: 2rem;
    margin-bottom: 4rem;
    line-height: 1.4;
    color: #ffc400
}
.ttl1 small{
    display: inline-block;
    margin-left: 3em;
    color: #fff;
}
.ttl2 {
    border-left: solid 1px #ffc400;
    font-size: 2rem;
    padding-left: 2rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
    line-height: 1.4;
    color: #ffc400
}
footer {
    text-align: center;
    background-color: #9A0008;
    padding: 8.5rem 0;
    font-family: 'Vollkorn', serif;
    margin-top: 20rem;
}
footer .footer-logo {
    text-align: center;
    width: 10%;
    height: 10%;
    margin: 10px 0;
}

#page_top {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
}

#page_top a {
    background-color: rgba(255,255,255,.3);
    backdrop-filter: blur(2px);
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
    border-radius: 50%;
    line-height: 1.1;
    font-family: 'Vollkorn', serif;
    padding-top: .5rem;
}

#page_top a::before {
    content: "";
    border: solid .5rem transparent;
    border-bottom-color: #fff;
    display: block;
    width: 0;
    height: 0;
    box-sizing: content-box;
    margin: 0 auto .5rem auto;
}

#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}
.cta{
    background-color: rgba(0,0,0,.3);
    backdrop-filter: blur(12px);
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right:0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 5rem;
    padding: 5px;
    display:none;
}
.cta a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.cta a.contact{
    background-color: #fff;
    color:#dc000c;
}
.cta a.apply{
    background-color: #ffc400;
    color:#000;
}
.btn-box{
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}
.btn-box>*{
    margin: 0 1rem;
}
.back-btn,.next-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 4px #000 inset;
    color: #000;
    width: 37rem;
    height: 6rem;
    position: relative;
    transition: all .3s ease;
}
.back-btn{
    border-color: #fff;
    background-color: #fff;
}
.next-btn{
    border-color: #ffc400;
    background-color: #ffc400;
}
.back-btn::before,.next-btn::before{
    content: "";
    display: block;
    position: absolute;
    width:0;
    height: 0;
    border-style: solid;
    bottom:32%;
}
.back-btn::after,.next-btn::after{
    content: "";
    display: block;
    height: 0;
    width: 2.5rem;
    position: absolute;
    border-bottom: solid 1px #000;
    bottom:32%;
}
.back-btn::before{
    border-width: 6px 8px 0px 0;
    border-color: transparent #000000 transparent transparent;
    left:1.5rem;
}
.next-btn::before{
    border-width: 6px 0 0px 8px;
    border-color: transparent transparent transparent #000000;
    right:1.5rem;
}
.back-btn::after{
    left:1.5rem;
}
.next-btn::after{
    right:1.5rem;
}
.back-btn:hover,.next-btn:hover{
    opacity: .75;
}
.page{
    padding-top: 5%;
}
em {
    color:#F7FF1A;
    font-style: normal;
}
.sub-txt{
    color: #808080;
    vertical-align: top;
}
.sub-txt2 {
    color: #fff;
    vertical-align: top;
    text-align: right;
    width: 100%;
}
h3 small{
    display: inline-block;
    margin-left: 2em;
    font-size: 1.6rem;
}
.box2{
    padding: 2rem;
    text-align: center;
    background:
    url(../images/box2_bg.png),
    linear-gradient(135deg, transparent 1.6rem, #fff 1.7rem, transparent 1.8rem),
    linear-gradient(225deg, transparent 1.6rem, #fff 1.7rem, transparent 1.8rem),
    linear-gradient(315deg, transparent 1.6rem, #fff 1.7rem, transparent 1.8rem);
  background-position: bottom left,top left, top right, bottom right;
  background-size: 3rem 3rem,50% 50%,50% 50%,50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.box2::before{
    content:"";
    display: block;
    top:0;
    bottom:0;
    left:2.4rem;
    right:2.4rem;
    border-top:solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: absolute;
}
.box2::after{
    content:"";
    display: block;
    top:2.4rem;
    bottom: 2.4rem;
    left:0;
    right: 0;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
}
/****************************
header
****************************/

.active .menu-btn::after {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.active .menu-btn::before {
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-logo {
    display: none;
}

.active .menu-btn span {
    width: 0;
}

.menu-btn::after {
    bottom: 0;
}

.menu-btn::before {
    top: 0;
}

.menu-btn span {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-btn span, .menu-btn::before, .menu-btn::after {
    content: "";
    width: 100%;
    height: .2rem;
    background-color: #fff;
    position: absolute;
    margin: auto;
    transition: all .3s ease;
}

.menu-btn {
    width: 3.2rem;
    height: 2.6rem;
    position: fixed;
    z-index: 99;
}

.menu-btn {
    display: none;
    top: 6vw;
    right: 6vw;
}

.menu .menu-logo+li::before, .menu li:first-of-type::before, .menu li.application::before {
    display: none;
}

.menu li::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: .1rem;
    transform: rotate(-45deg);
    margin: 0 2rem;
    background-color: #fff;
    box-sizing: border-box;
    vertical-align: .5rem;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

nav {
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 10rem;
    padding-right: 12%;
    ;
}

header .application {
    position: fixed;
    right: 0;
    top: 0;
    width: 15.4%;
    max-width: 29rem;
         z-index:1000;
}

header .logo {
    position: absolute;
    width: 17.5%;
    max-width: 36rem;
    top:0;
    left: 0;
        z-index:1000;
}

/****************************
main-image
****************************/

.main-img {
    width: 100%;
    margin: auto;
    max-width: 140rem;
    padding-top: 18rem;
}

/****************************
top-page
****************************/
.main-lead{
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
    margin-top: 0;
    padding: 5rem 10% .1rem 10%;
}
.main-lead h2{
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.4rem;
    white-space: nowrap;
    margin-bottom: 4rem;
}
.main-lead h2:before,.main-lead h2::after{
    content: "";
    height: .1rem;
    width: 100%;
    display: block;
    background-color: #9A0008;
}
.main-lead h2:before{
    margin-right: 4%;
}
.main-lead h2::after{
    margin-left: 4%;
}
.main-lead div p:first-of-type{
    display: block;
    margin-bottom:1.8em;
}
.main-lead p.main-lead-more{
    display: none;
}
.main-lead-more.open{
}
.main-lead-btn{
    max-width: 36rem;
    margin: 6rem auto;
    cursor: pointer;
}
.main-lead-btn-wide{
    max-width: 50rem;
    margin: 6rem auto;
    cursor: pointer;
}
.news {
    background-image: url(../images/pc_img01.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    padding-bottom: 7rem;
}

.news ul {
    margin: 6rem 0;
}

.news li {
    margin-bottom: 3rem;
    display: flex;
}

.news li span:first-of-type {
    font-family: 'Vollkorn', serif;
    font-size: 2rem;
    width: 13rem;
}

.news .dec1 {
    width: 43%;
}
.camp-keizoku{
    display: flex;
    justify-content: space-between;
}
.camp-keizoku p{
    width: 60%;
}
.camp-keizoku p small{
    display: block;
    margin-top: 1em;
    color: #808080;
}
.camp-syoukai{
    display: flex;
    justify-content: space-between;
}
.camp-syoukai>div{
    position: relative;
    display: flex !important;
    justify-content: start;
    background-image: url(../images/deco.png);
    background-size: 100% 100%;
    width:48%;
    text-align: center;
    align-items: center;
    padding-left: 20px;
}
.camp-syoukai>div>img{
    height: 100px;
    padding-right: 20px;
}
.camp-syoukai>div::before{
    content: "";
    display: block;
    /* padding-top: 31%; */
}
.camp-syoukai>div p{
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right:0;
}
.camp-syoukai>div p span{
    display: inline-block;
    border-bottom: solid 1px #75070d;
    padding-top: 6%;
}
.camp-syoukai>div p em{
    display: block;
    font-size: 4.8rem;
    padding-top: 1.5%;
}
.camp-syoukai>div p em small{
    display: inline-block;
    margin-left: 1em;
    font-size: 2.4rem;
}
.camp-fuyo small{
    color:#808080;
}
.camp-fuyo table{
    width: 100%;
    border-collapse: collapse;
}
.camp-fuyo table td{
    padding: 2rem 2rem;
    background-color: rgba(0,0,0,.6);
    line-height: 1.2;
    vertical-align: middle;
}
.camp-fuyo table td:nth-of-type(2){
    text-align: right;
}
.camp-fuyo table tr:nth-of-type(2n) td{
    background-color: rgba(0,0,0,.3);
}
.camp-pt {
    display: flex;
    justify-content: space-between;
}
.box1{
    padding:5% 3%;
    background-color: rgba(0,0,0,.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.20);
}
.box2{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch; 
    /* padding:5% 3%; */
    background-color: rgba(0,0,0,.5);
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.20); */
    flex-direction: column;
}
.box2>div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;  
}
.box2>div>div>img {
    width: 250px;
    margin-bottom:1rem;
}
.box6{
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    padding:5% 3%;
    flex-direction: column;
}
.box6>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.box6>div>img {
    height: 15rem;
    margin-right:5rem;
}
.box6>div>div {
    text-align: center;
} 
.box6>div>div>img {
    width: 250px;
    margin-bottom: 1rem;
}
.box6 em {
    color: #F7FF1A;
}
.dazn-font-size-middle {
    font-size: 2.5rem !important;
}
.text-bold{
    font-size: 6.5rem;
    display: inline-block;
    margin-left: 2rem;
}
.box2 em small{
    font-size: 2.4rem;
}
.set h4 span{
    border-bottom: 1px solid #DC000C;
    display: inline-block;
}
.set h4{
    text-align: center;
    margin-bottom: 4rem;
}
.set-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    counter-reset: lyl;
    margin: 6rem 0;
}
.set-list .dec1{
    height: 23rem;
    flex-flow: column;
    padding-bottom: 10px;
}
.set-list>li>p>img {
    height: 120px;
}
.set-fee em{
    font-size: 4.8rem;
    display: inline-block;
    margin-left: 2rem;
}
.set-fee em small{
    font-size: 2.4rem;
}
.set-fee ul{
    margin-top: 4rem;
}
.set-fee ul li{
    color: #808080;
    font-size: 1.2rem;
}
.set-fee ul li::before{
    content:"※";
}
.box1.dazn-box2{
    border-bottom: none;;
}
.dazn-box em{
    color:#F7FF1A;
}
.dazn-box .ttl1{
    color: #F7FF1A;
    border-left-color:#F7FF1A ;
}
.dazn-box .lead1 em{
    display: block;
}
.dazn-flex {
    display: flex;
}
.dazn-fee{
    font-size: 6.5rem;
}
.dazn-fee small{
    font-size: 2.4rem;
}
.dazn1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.dazn1>*{
    width: 48%;
}
.dazn1 b{
    background:linear-gradient(transparent 70%, #dc0c0c 70%,transparent 90%);
}
.dazn2{
    margin: 4rem auto;
}
.dazn2 em{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}
.dazn2 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    counter-reset: lyl;
    margin: 6rem 0;
}
.dazn2>ul>li>p>img {
    margin-top: 15px;
    height: 100px;
    width: auto;
}
.middle-size {
    height: 70px !important;
}
.dazn4{
    margin: 4rem auto;
}
.dazn3{
    border:solid 1px #DC000C;
    padding:3%;
    margin-top: 3%;
}
.dazn3 a{
    text-decoration: underline;
}
.dazn3 h4{
    text-align: center;
    color: #DC000C;
}
.dazn3 h4 small{
    display: block;
    vertical-align: top;
}
.dazn3 p{
    margin-top: 3rem;
    font-size: 1.2rem;
}

.thank-wrapper{ 
    display: flex;   
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding:120px 0 40px 0;
}

.thank-wrapper>div {
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    border:1px solid #fff;
    width: 70%;
    text-align: center;
    padding:5px 0 15px 0;
}

.thank-wrapper>div>p {
    margin-top: 0;
    font-size: 8rem;  
    line-height: 10rem;  
}

.price-img-wrapper{
    width: 100%;
    text-align: center;
    padding:0 0 50px 0;
}

.price-img-wrapper>img {
    width: 60%;
}

.price .box2 em{
    display: block;
    font-size: 4.8rem;
}
.price .box2 em small{
    font-size: 2.4rem;
}
.price .box2{
    margin-bottom:3rem;
}
.price .box3{
    border:solid 1px #FFC400;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 6rem;
}
.price .box3>div:first-of-type{
    padding: 5rem 1rem;
    color:#FFC400;
}
.price .box3>div:first-of-type span{
    font-size: 3.2rem;
    display: block;
}
.price .box3>div:nth-of-type(2){
    background-color: #FFC400;
    color:#000;
    padding: 3rem 1rem;
    position: relative;
}
.price .box3>div:nth-of-type(2)::before{
    content: "";
    border:solid 1.5rem transparent;
    border-top-color: #141414;
    width: 0;
    height: 0;
    display: block;
    top:0;
    left:0;
    right: 0;
    margin: auto;
    position: absolute;
}
.price .box3 + .sub-txt{
    font-size: 1.2rem;
}
.tbl2{
    width: 100%;
    min-width: 120rem;
    border-collapse: collapse;
    margin-top: 5rem;
}
.tbl2 td{
    padding: 2rem;
    vertical-align: middle;
}
.tbl2 td em small{
    line-height: 1.2;
    display: block;
}
.tbl2 td:nth-of-type(1){
    text-align: left;
}
.tbl2 td:nth-of-type(2){
    text-align: center;
}
.tbl2 td:nth-of-type(3){
    text-align: right;
}
.tbl2 tr:nth-of-type(1) td{
    background-color: rgba(0,0,0,.6);
}
.tbl2 tr:nth-of-type(2) td{
    background-color: rgba(0,0,0,.3);
}
.tbl2 tr:nth-of-type(3) td{
    background-color: rgba(220,0,12,.15);
}
.price .box4{
    border:solid 1px #FFC400;
    text-align: center;
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.price .box4>div:first-of-type{
    padding: 5rem 0;
    color:#FFC400;
}
.price .box4>div:first-of-type span{
    font-size: 3.2rem;
}
.price .box4>div:nth-of-type(2){
    background-color: #FFC400;
    color:#000;
    padding: 3rem 1rem;
    position: relative;
}
.price .box4>div:nth-of-type(2)::before{
    content: "";
    border:solid 1.5rem transparent;
    border-top-color: #141414;
    width: 0;
    height: 0;
    display: block;
    top:0;
    left:0;
    right: 0;
    margin: auto;
    position: absolute;
}
.tbl3{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #fff;
    margin-bottom: 3rem;
}
.tbl3 td{
    padding: 2rem;
    text-align: right;
    border-right: solid 1px #fff;
}
.tbl3 td:nth-of-type(1){
    text-align: center;
}
.tbl3 td:nth-of-type(4){
    color: #FFC400;
}
.tbl3 thead td{
    background-color: rgba(255,255,255,.3);
    text-align: center;
}
.tbl3 thead td:nth-of-type(4){
    background-color: rgba(220,0,12,.3);
    color:#fff;
}
.tbl3 tbody td{
    background-color: rgba(0,0,0,.6);
}
.tbl3 tbody tr:nth-of-type(2n) td{
    background-color: rgba(0,0,0,.3);
}
.tbl3 thead td:nth-of-type(2),.tbl3 thead td:nth-of-type(3){
    position: relative;
    border-right: none;
}
.tbl3 thead td:nth-of-type(2)::after,.tbl3 thead td:nth-of-type(3)::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    right:-2rem;
    top:0;
    bottom:0;
    margin: auto;
    font-size: 4rem;
}
.tbl3 thead td:nth-of-type(2)::after{
    content:"\f056";
}
.tbl3 thead td:nth-of-type(3)::after{
    content:"\f0a9";
}
.tbl3 tr {
    position: relative;
}
.tbl3 tr:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 10px;
    height: calc(100% - 4px);
    margin: auto;
}
.tbl3 tr.tbl3-01:before {
    background: #173269;
}
.tbl3 tr.tbl3-02:before {
    background: #00A5D5;
}
.tbl3 tr.tbl3-03:before {
    background: #E60021;
}
.tbl3 tr.tbl3-04:before {
    background: #F7EE13;
}
.tbl3 tr.tbl3-05:before {
    background: #F7EE13;
}
.tbl3 tr.tbl3-06:before {
    background: #173269;
}
.tbl3 tr.tbl3-07:before {
    background: #FFFBA1;
}
.tbl3 tr.tbl3-08:before {
    background: #2CACA8;
}
.tbl3 tr.tbl3-09:before {
    background: #2CACA8;
}
.tbl3 tr.tbl3-10:before {
    background: #2CACA8;
}
.tbl3 tr.tbl3-11:before {
    background: #2CACA8;
}
.tbl3 tr.tbl3-12:before {
    background: #BBB3D8;
}
.tbl3 tr.tbl3-13:before {
    background: #BFDC98;
}
.tbl3 tr.tbl3-14:before {
    background: #BFDC98;
}
.tbl3 tr.tbl3-15:before {
    background: #BFDC98;
}
.tbl3 tr.tbl3-16:before {
    background: #E5E5E5;
}
.tbl3 tr.tbl3-17:before {
    background: #E5E5E5;
}
.tbl4{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #fff;
    margin-bottom: 3rem;
    margin-top: 6rem;
}
.tbl4 td{
    padding: 2rem;
    text-align: right;
    border-right: solid 1px #fff;
}
.tbl4 td:nth-of-type(1){
    text-align: center;
}
.tbl4 td:nth-of-type(5){
    color: #FFC400;
}
.tbl4 thead td{
    background-color: rgba(255,255,255,.3);
    text-align: center;
    vertical-align: middle;
}
.tbl4 thead td:nth-of-type(5){
    background-color: rgba(220,0,12,.3);
    color:#fff;
}
.tbl4 tbody td{
    background-color: rgba(0,0,0,.6);
}
.tbl4 tbody tr:nth-of-type(2n) td{
    background-color: rgba(0,0,0,.3);
}
.tbl4 tr {
    position: relative;
}
.tbl4 tr:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 10px;
    height: calc(100% - 4px);
    margin: auto;
}
.tbl4 tr.tbl4-01:before {
    background: #173269;
}
.tbl4 tr.tbl4-02:before {
    background: #00A5D5;
}
.tbl4 tr.tbl4-03:before {
    background: #E60021;
}
.tbl4 tr.tbl4-04:before {
    background: #F7EE13;
}
.tbl4 tr.tbl4-05:before {
    background: #F7EE13;
}
.tbl4 tr.tbl4-06:before {
    background: #173269;
}
.tbl4 tr.tbl4-07:before {
    background: #FFFBA1;
}
.tbl4 tr.tbl4-08:before {
    background: #2CACA8;
}
.tbl4 tr.tbl4-09:before {
    background: #2CACA8;
}
.tbl4 tr.tbl4-10:before {
    background: #2CACA8;
}
.tbl4 tr.tbl4-11:before {
    background: #2CACA8;
}
.tbl4 tr.tbl4-12:before {
    background: #BBB3D8;
}
.tbl4 tr.tbl4-13:before {
    background: #BFDC98;
}
.tbl4 tr.tbl4-14:before {
    background: #BFDC98;
}
.tbl4 tr.tbl4-15:before {
    background: #BFDC98;
}
.tbl4 tr.tbl4-16:before {
    background: #E5E5E5;
}
.tbl4 tr.tbl4-17:before {
    background: #E5E5E5;
}
.loyal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    counter-reset: lyl;
    margin: 6rem 0;
}
.loyal .dec1 {
    height: 18rem;
    position: relative;
}

.loyal .dec1::before {
    content: counter(lyl);
    counter-increment: lyl;
    position: absolute;
    font-size: 6rem;
    top: -3rem;
    left: 1rem;
    line-height: 1;
    font-family: 'Old Standard TT', serif;
}

.price .dec1 {
    max-width: 36rem;
    margin: 6rem auto;
}
.box5{
    text-align: center;
    padding: 5rem 1rem;
    border: solid 1px #fff;
    margin-top: 6rem;
}
.box5 strong{
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 3rem;
}
.box4 table{
    width:80%;
    margin: 3rem auto 0;
    border-collapse: collapse;
    border:solid 1px #fff;
}
.box4 table td{
    text-align: center;
    color: #fff;
    padding: 2rem;
}
.box4 table tr:nth-of-type(1) td{
    border-bottom: solid 1px #707070;
}
.lead1 .notice{
    color:#DC000C;
    font-size: 2rem;
    border-bottom:solid 1px #DC000C;
    display: inline-block;
    margin-top: 2rem;
}
.resale{
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    counter-reset: res;
}
.resale>*{
    width: 31%;
}
.res-inner .box2{
    padding: 0;
    position: relative;
}
.res-inner{
    cursor: pointer;
    text-align: center;
}
.res-inner .box2 .res-inner-textbox::after{
    content: counter(res);
    counter-increment: res;
    position: absolute;
    top:-2rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 4rem;
    display: block;
    line-height: 1;
}
.res-inner .box2 span.res-inner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height:12rem;
    font-size: 1.6rem;
    background:
    linear-gradient(135deg, transparent 1.6rem,rgba(0,0,0,.3) 1.7rem),
    linear-gradient(225deg, transparent 1.6rem, rgba(0,0,0,.3) 1.7rem);
    background-position:top left, top right;
    background-size:50% 100%,50% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
}
.res-inner .box2 .res-inner-textbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height:32rem;
    width:100%;
    background:
    linear-gradient(0deg, rgba(255,255,255,.2) 0, rgba(255,255,255,.2) 100%),
    linear-gradient(315deg, transparent 1.6rem,rgba(255,255,255,.2) 1.7rem);
    background-position: bottom left, bottom right;
    background-size: 50% 100%,50% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 3rem;
    padding: 0 30px;
}
.res-inner b{
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
    position: relative;
}
.res-inner b::after{
    content:"\f078";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -3rem;
}
.resale-result{
    margin-top: 6rem;
    width: 100%;
    overflow: hidden;
}
.result-inner{
    padding:6% 0;
    text-align: center;
    border: solid 1px #fff;
    width: 100%;
    height:57rem;
}
.result-inner h4{
    font-size: 2.4rem;
    color: #FFC400;
    margin-bottom: 3rem;
}
.result-inner ul{
    display: flex;
    flex-wrap: wrap;
}
.ri1 ul li{
    width: 25%;
    border-right: solid 1px #fff;
    padding: 0 2%;
}
.ri1 ul li:nth-of-type(5),.ri1 ul li:nth-of-type(6){
    width:50%;
    margin-top: 5rem;
}
.ri1 ul li:nth-of-type(4),.ri1 ul li:nth-of-type(6){
    border-right: none;
}
.ri2 ul li{
    width: 33%;
    border-right: solid 1px #fff;
    padding: 0 2%;
}
.ri2 ul li:nth-of-type(3){
    border-right: none;
}
.ri3 ul span{
    display: block;
}
.ri3 ul{
    margin-top: 2rem;
}
.ri3 ul li{
    width: 25%;
    border-right: solid 1px #fff;
    padding: 0 2%;
}
.ri3 ul li:last-of-type{
    border-right: none;
}
.result-inner ul li h5{
    font-size: 1.6rem;
    display: inline-block;
    background-color: #fff;
    padding: .5rem 1rem;
    color:#000;
    line-height: 1;
}
.result-inner ul li img{
    display:block;
    margin: 1rem auto 0;
}
.result-inner ul li p{
    font-size: 1.4rem;
    margin-top: 1rem;
}
.res-inner.current b{
    color:#FFC400;
}
.result-inner {
    display: none;
}
.result-inner.current{
    display: block;
}
.stage {
    position: relative;
    margin: 6rem 0 0 auto;
    max-width: 82rem;
}

.stage ul {
    position: absolute;
    left: 21.8rem;
    top: 0;
    right: 0;
    min-width: 60rem;
    text-align: left;
    padding-top: 2rem;
}

.stage ul li {
    font-size: 1.6rem;
    line-height: 1.2;
    display: flex;
    left: 0;
    width: 100%;
    padding-bottom: 4.5rem;
}

.stage ul li i {
    display: block;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-right: 1.7rem;
    position: relative;
}

.stage ul li i::before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -.3rem;
    left: -.25rem;
}

.stage ul li strong {
    display: block;
}

.stage ul li p {
    white-space: nowrap;
}

.stage ul li:nth-of-type(1) i {
    width: 33%;
}

.stage ul li:nth-of-type(2) i {
    width: 37%;
}

.stage ul li:nth-of-type(3) i {
    width: 41%;
}

.stage ul li:nth-of-type(4) i {
    width: 45%;
}

.system {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem -1.5%;
}

.system li {
    text-align: center;
    position: relative;
    width: 30.33%;
    margin: 4.5rem 1.5%;
}

.system li mark {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 6rem;
    height: 6.2rem;
    top: -3.1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
}

.system h4 {
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16rem;
    background-color: #dc000c;
}

.system p {
    font-size: 1.5rem;
    margin-top: 3rem;
    text-align: left;
}

.system .dec1 {
    min-height: 6rem;
    margin-top: 5rem;
}

.schedule .lead1 {
    margin-top: 6rem;
}

.schedule .dec1 {
    max-width: 36rem;
    margin: 6rem auto;
}

.purchase {
    border-collapse: collapse;
    width: 120rem;
}

.purchase td, .purchase th {
    border: solid 1px #c5c5c5;
    text-align: center;
    white-space: nowrap;
}

.purchase th {
    vertical-align: middle;
    font-weight: normal;
    font-size: 2rem;
    background-color: #434343;
    width: 10%;
    white-space: nowrap;
    padding: 3rem;
}

.purchase tr:nth-of-type(2) td {
    vertical-align: middle;
}

.purchase ul {
    display: flex;
    justify-content: space-between;
}

.purchase ul li {
    border-right: solid 1px #3f3f3f;
    margin: 2.8rem 0;
    padding: 0 2.8rem;
}

.purchase ul li strong {
    display: flex;
    background-color: #dc000c;
    height: 10rem;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    padding: 0 4rem;
    white-space: nowrap;
}

.purchase ul li div:nth-of-type(1) {
    height: 23rem;
    border-bottom: solid 1px #434343;
}

.purchase ul li div {
    padding-top: 3rem;
}

.purchase ul li b {
    display: block;
    margin-top: 3rem;
    font-weight: normal;
}

.purchase ul li i {
    display: block;
    transform: rotate(90deg);
}

.purchase ul li span {
    display: block;
    margin-top: 3rem;
}

.purchase ul li span:first-of-type {
    margin-top: 0;
}

.purchase ul li small {
    color: #8a8a8a;
    line-height: 1.3;
    display: block;
    font-size: 1.4rem;
}

.purchase ul li em {
    font-size: 1.6rem;
    color: #DC000C;
    font-style: normal;
    line-height: 1.3;
    display: block;
}
.seatmap-img {
    width: 95%;
    height: auto;;
}
.hor_scr {
    overflow-x: auto;
    width: 100%;
    position: relative;
}
.hor_scrinner{
    min-width: 99.1rem;
    display: block;
}
.scroll_hint{
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/scroll_hint.png);
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 100px 100px;
    transition: all .3s ease;
    display: none;
}
.scroll_hint.scroll{
    opacity: 0;
}

.receipt + .receipt {
    margin-top: 4rem;
}
.receipt .note {
    margin-top: 5px;
    font-size: 1.4rem;
}
.note + .red {
    color: #DC000C;
}
.receipt_block {
    border: 1px solid #fff;
}
.receipt_block + .receipt_block {
    margin-top: -1px;
}
.receipt_block h5 {
    display: flex;
    align-items: baseline;
    height: 80px;
    padding: 0 3rem;
    border-bottom: 1px solid #fff;
    background: rgba(255,255,255,.2);
    font-size: 2rem;
    line-height: 70px;
}
.receipt_block h5 span {
    margin-right: 2rem;
    font-size: 3.6rem;
}
.receipt_block h5 small {
    font-size: 1.4rem;
}
.receipt_block > div {
    padding: 2rem;
}
.receipt_block > div dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.receipt_block > div dl + dl {
    margin-top: 2px;
}
.receipt_block > div dt {
    width: 20rem;
}
.receipt_block > div dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fff;
    color: #DC000C;
    font-size: 18px;
}
.receipt_block > div dt span.rec01 {
    background: #D7B300;
    color: #fff;
}
.receipt_block > div dt span.rec02 {
    background: #BEC3C9;
    color: #fff;
}
.receipt_block > div dt span.rec03 {
    background: #707070;
    color: #fff;
}
.receipt_block > div dt span.rec04 {
    background: #DC0027;
    color: #fff;
}
.receipt_block > div dd {
    width: calc(100% - 20rem);
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.receipt_acdn + .receipt_acdn {
    margin-top: 2px;
}
.receipt_acdn_toggle {
    display: flex;
    align-items: baseline;
    position: relative;
    height: 80px;
    padding: 0 3rem;
    background: #DC000C;
    font-size: 2rem;
    line-height: 70px;
}
.receipt_acdn_toggle span {
    margin-right: 2rem;
    font-size: 3.6rem;
}
.receipt_acdn_toggle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-.5rem) rotate(45deg);
}
.receipt_acdn_target {
    display: none;
    padding: 4rem;
    background: #fff;
    color: #000;
}
.receipt_acdn_target dl {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-items: center;
}
.receipt_acdn_target dl + dl {
    margin-top: 2rem;
}
.receipt_acdn_target dt {
    width: 20rem;
}
.receipt_acdn_target dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #DC000C;
    color: #DC000C;
    font-size: 18px;
}
.receipt_acdn_target dd {
    width: calc(100% - 24rem);
}
.receipt_acdn_target dd small {
    display: block;
}
.receipt_acdn_target ul {
    margin-top: 6rem;
}
.receipt_acdn_target li {
    overflow: hidden;
}
.receipt_acdn_target li + li {
    margin-top: 4rem;
}
.receipt_acdn_target li span {
    display: block;
    float: left;
    min-width: 30rem;
    font-weight: 700;
}
.receipt_acdn_target li a {
    color: #DC000C;
}

.faq h5, .faq p {
    position: relative;
    padding: 1.4rem 1.4rem 1.4rem 7rem;
    font-weight: normal;
}

.faq h5::before, .faq p::before {
    font-size: 3rem;
    font-family: 'Vollkorn', serif;
    position: absolute;
    top: 1.8rem;
    left: 2rem;
    line-height: 1;
}

.faq h5::before {
    content: "Q";
    color: #DC000C;
}

.faq p::before {
    content: "A";
}

.faq h5 {
    background-color: rgba(220, 0, 12, .15);
}

.faq p {
    min-height: 6rem;
}

.contact span {
    display: inline-block;
}

.contact span:nth-of-type(1) {
    width: 10rem;
}

.contact span:nth-of-type(2)::before {
    content: "：";
}
/****************************
GAME SCHEDULE
****************************/
.schedule-tbl thead{
    background-color: rgba(255,255,255,.3);
}
.schedule-tbl .oth{
    background-color: rgba(255,196,0,.3);
}
.schedule-box{
    border:solid 1px #fff;
    text-align: center;
}
.schedule-box{
    margin-top: 5rem;
    padding: 4rem;
}
.schedule-box h4 {
    color: #FFC400;
    font-family: 'Vollkorn', serif;
    font-size: 4.8rem;
}
.schedule .schedule-box .dec1{
    margin: 3rem auto 0;
}
.schedule .note1 {
    margin: 4.5rem 0 2rem;
}
.schedule .note1 li {
    padding-left: 1em;
	text-indent: -1em;
    font-size: 1.4rem;
}
.schedule-tbl{
    min-width: 120rem;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
.schedule-tbl td{
    padding: 1rem;
    border:solid 1px #fff;
    text-align: center;
    font-size: 1.6rem;
}
.schedule-tbl thead td,.schedule-tbl td:nth-of-type(4),.schedule-tbl td:nth-of-type(5){
    text-align: left;
}
.schedule-tbl td:nth-of-type(1){
    width: 8.3%;
}
.schedule-tbl td:nth-of-type(2){
    width: 35.8%;
}
.schedule-tbl td:nth-of-type(3){
    width: 9.1%;
}
.schedule-tbl td:nth-of-type(4){
    width: auto;
}
.schedule-tbl td:nth-of-type(5){
    width: 15.8%;
}
.schedule-tbl td:nth-of-type(6){
    width: 13.3%;
}
.hor_scr + .ttl1{
    margin-top: 6rem;
}
.schedule .schedule-btn {
    max-width: 58rem;
    min-height: 12rem;
    margin: 9rem auto;
}
.schedule-btn a {
    flex-direction: column;
    line-height: 1.6;
}

.modal {
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.modal.active {
    visibility: visible;
}
.modal_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}
.modal_outer {
    position: relative;
}
.modal_inner {
    padding: 2rem 4rem;
    background: #fff;
    text-align: center;
}
.modal_inner p {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    color: #DC000C;
    font-size: 2rem;
    font-weight: 700;
}
.modal_inner img {
    max-width: 500px;
}
/****************************
SEAT & PRICE
****************************/
.seat-box{
    margin: 6rem 0;
}
.dazn{
    text-align: center;
}
/****************************
responsive
****************************/

@media screen and (max-width:991px) {
    .main-lead-btn-wide{
        max-width: 50rem;
        margin: 6rem auto;
        cursor: pointer;
        font-size: 1rem;
    }    
    body {
        background-image: url(../images/sp_bg01.png);
        font-size: 1.4rem;
    }
    h2 strong {
        font-size: 3.2rem;
    }
    h2 small {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.8rem;
        padding: 6rem 0 2rem 0;
        margin-bottom: 3rem;
    }
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
    .dec1 {
        min-height: 4.5rem;
    }
    .dec2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        position: relative;
        min-height: 8rem;
        flex-direction: row;
        height: 100%;
        padding:5px 5px 5px 5px;
        flex-direction: row-reverse;
    }    
    .dec2>img {
        margin-right: 10px;
    }
    
    .thank-wrapper{ 
        /* display: flex;   
        width: 100%;
        flex-direction: column;
        align-items: center; */
        padding:60px 0 40px 0;
    }

    .thank-wrapper>div {
        -moz-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        border:1px solid #fff;
        width: 80%;
        text-align: center;
        padding:5px 0 15px 0;
    }
    
    .thank-wrapper>div>p {
        margin-top: 0;
        font-size: 2rem;  
        line-height: 3rem;  
    }

    .price-img-wrapper{
        width: 100%;
        text-align: center;
        padding:0 0 40px 0;
    }

    .price-img-wrapper>img {
        width: 100%;
    }

    .ttl1 {
        font-size: 1.6rem;
        padding-left: 1rem;
        margin-bottom: 2rem;
    }
    .ttl2 {
        font-size: 1.6rem;
        padding-left: 1rem;
        margin-bottom: 2rem;
    }    
    .menu-btn {
        display: block;
    }
    .menu {
        display: block;
        position: fixed;
        top: 0;
        left: 100vw;
        right: 0;
        bottom: 0;
        background-color: #141414;
        font-size: 5vw;
        padding: 5%;
        overflow: hidden;
        transition: all .3s ease;
        width: 100vw;
        height: 100vh;
        z-index: 2;
    }
    .active .menu {
        left: 0;
    }
    .menu .menu-logo {
        display: block;
        border-top: none;
        width: 30%;
    }
    .menu li::before {
        display: none;
    }
    .menu li {
        border-top: solid 1px rgba(255,255,255,.1);
        padding: 1em 0;
    }
    header .menu .application {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    header .logo {
        width: 180px;
        z-index: 2;
    }
    .main-img {
        padding-top:20rem;
        overflow: hidden;
    }
    .main-img picture {
        display: block;
        margin: 0 -10%;
        text-align: center;
    }
    .container{
        margin: 0 auto;
        padding: 6rem 3% 0 3%;
    }
    .main-lead h2{
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    .news{
        background-size: 53% auto;
        background-position:40rem 0;
    }
    .news ul {
        margin: 3rem 0;
    }
    .news li{
        flex-flow: column;
        margin-bottom: 1.5rem;
    }
    .news li span{
        display: block;
    }
    .news .dec1{
        width: 100%;
    }
    .loyal{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        grid-column-gap:3%;
        grid-row-gap:5rem;
    }
    .loyal .dec1{
        height: 9rem;
        padding: 0 2rem;
        font-size: 1.6rem;
    }
    .scroll_hint{
        display: block;
    }
    /* .lead1 br{
        display: none;
    } */
    .stage{
        text-align: center;
    }
    .stage ul {
        position: relative;
        left: auto;
        min-width: initial;
        display: inline-block;
    }
    .stage ul li{
        font-size: 2rem;
        line-height: 1.4;
    }
    .stage ul li i {
        display: none;
    }
    .system {
        margin: 3.5rem -1%;
    }
    .system li {
        width: 48%;
        margin: 2rem 1%;
    }
    .system li mark {
        width: 3rem;
        height: 3.1rem;
        top: -1.55rem;
    }
    .system h4 {
        font-size: 1.4rem;
        height: 11rem;
    }
    .system p {
        font-size: 1.3rem;
        margin-top: 1.5rem;
    }
    .system .dec1 {
        min-height: 4.5rem;
        margin-top: 2.5rem;
        font-size:10px;
    }
    .cta{
        display: flex;
    }
    #page_top{
        right: .5rem;
        bottom:5.5rem;
    }
    footer{
        margin-top: 9rem;
        padding: 7.5rem 0 13rem;
    }
    .page{
        padding-top: 44%;
    }
    .schedule-box h4 {
        font-size: 3rem;
    }
    .schedule-box br{
        display: none;
    }
    .btn-box{
        flex-flow: column;
        margin-top: 4rem;
        padding: 0 3%;
    }
    .back-btn, .next-btn{
        width: 100%;
        margin:0 auto 2rem auto;
        max-width: 64rem;
    }
    h3{
        line-height: 1.4;
    }
    .ttl1 small{
        margin-left: 0;
    }
    .container.main-lead{
        margin-top: 2rem;
        padding-top: 3rem;
        padding-bottom: .1rem;
    }
    .camp-keizoku picture{
        text-align: center;
        display: block;
    }
    .camp-syoukai>div+div{
        margin-top: 10px;
    }
    .camp-syoukai>div::before{
        /* padding-top: 10.5rem; */
    }
    .camp-syoukai>div p{
        position: relative;
        top:0;
        bottom: 0;
        left: 0;
        right:0;
        text-align: left;
    }    
    .camp-syoukai>div p span{
        padding-top: 1.7rem;
    }
    .camp-syoukai>div p em{
        padding-top: 0;
        font-size: 3rem;
    }
    .camp-syoukai>div p em small{
        margin-left: .25em;
        font-size: 1.6rem;
    }
    .camp-syoukai>div>img{
        height: 100px;
        padding-top: 20px;
    }    
    .camp-fuyo table ,.camp-fuyo tr,.camp-fuyo td{
        display: block;
    }
    .camp-fuyo table tbody {
        display: block;
        width: 100%;
    }
    .camp-fuyo table td{
        padding: 2rem 0;
        text-align: center;
    }
    .camp-fuyo table tr:nth-of-type(2n) td{
        background-color:transparent;
    }
    .camp-fuyo table td:nth-of-type(1){
        background-color: rgba(0,0,0,.6);
    }
    .camp-fuyo table td:nth-of-type(2){
        text-align: center;
        background-color: rgba(0,0,0,.3) !important;
    }
    .camp-fuyo small{
        display: block;
        margin-top: 10px;
        text-align: left;
    }
    .box2{
        display: flex;
        justify-content: space-evenly;
        align-items: center; 
        flex-direction: column;       
    }
    .box2>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    .box2>div>img {
        width: 40%;
        margin-bottom: 1rem;
    }
    .box2>div>div>img {
        width: 160px;
    }
    .text-bold{
        font-size: 5rem;
        display: inline-block;
        margin-left: 2rem;
    }
    .text-bold small {
        font-size: 1.4rem !important;
    }
    .box6{
        display: flex;
        justify-content: space-evenly;
        align-items: center; 
        flex-direction: column;       
    }
    .box6>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    .box6>div>img {
        width: 40%;
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .box6>div>div>img {
        width: 160px;
    }     
    .set-list{
        margin: 3rem 0;
    }
    .set-list>li>p>img {
        height: 80px;
    }
    .set-list .dec1{
        height: 20rem;
    }
    .set-fee em{
        font-size: 3rem;
        display: block;
        margin-left: 0;
    }
    .set-fee em small{
        font-size: 1.6rem;
    }
    .dazn-font-size-middle{
        font-size: 2rem !important;
    }
    .dazn-fee{
        font-size: 5rem;
    }
    .dazn-fee small{
        font-size: 1.6rem;
    }
    .dazn2 em{
        font-size: 1.4rem;
    }
    .dazn2 ul .dec1{
        /* height: 10rem; */
    }
    .price .box2 em{
        font-size: 3rem;
    }
    .price .box2 em small{
        font-size: 1.6rem;
    }
    .price .box3>div:first-of-type span{
        font-size: 3rem;
    }
    .price .box4>div:first-of-type span{
        font-size: 3rem;
    }
    .tbl3,.tbl3 thead,.tbl3 tbody{
        display: block;
    }
    .tbl3 thead tr{
        display: flex;
        flex-wrap: wrap;
    }
    .tbl3 tbody tr{
        display: flex;
        flex-wrap: wrap;
    }
    .tbl3 tbody tr:before{
        display: none;
    }
    .tbl3 td{
        width:33.33%;
        text-align: right;
    }
    .tbl3 thead td:nth-of-type(1){
        display: none;
    }
    .tbl3 td:nth-of-type(1){
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom-width: .6rem;
        border-bottom-style: solid;
    }
    .tbl3 td:last-of-type{
        border-right: none;
    }
    .tbl3 tbody tr:nth-of-type(1) td:nth-of-type(1){
        border-bottom-color: #173269;
    }
    .tbl3 tbody tr:nth-of-type(2) td:nth-of-type(1){
        border-bottom-color: #00A5D5;
    }
    .tbl3 tbody tr:nth-of-type(3) td:nth-of-type(1){
        border-bottom-color: #E60021;
    }
    .tbl3 tbody tr:nth-of-type(4) td:nth-of-type(1){
        border-bottom-color: #F7EE13;
    }
    .tbl3 tbody tr:nth-of-type(5) td:nth-of-type(1){
        border-bottom-color:#F7EE13;
    }
    .tbl3 tbody tr:nth-of-type(6) td:nth-of-type(1){
        border-bottom-color:#F7EE13;
    }
    .tbl3 tbody tr:nth-of-type(7) td:nth-of-type(1){
        border-bottom-color:#F7EE13;
    }
    .tbl3 tbody tr:nth-of-type(8) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl3 tbody tr:nth-of-type(9) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl3 tbody tr:nth-of-type(10) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl3 tbody tr:nth-of-type(11) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl3 tbody tr:nth-of-type(12) td:nth-of-type(1){
        border-bottom-color:#BBB3D8;
    }
    .tbl3 tbody tr:nth-of-type(13) td:nth-of-type(1){
        border-bottom-color:#BFDC98;
    }
    .tbl3 tbody tr:nth-of-type(14) td:nth-of-type(1){
        border-bottom-color:#BFDC98;
    }
    .tbl3 tbody tr:nth-of-type(15) td:nth-of-type(1){
        border-bottom-color:#BFDC98;
    }
    .tbl3 tbody tr:nth-of-type(16) td:nth-of-type(1){
        border-bottom-color:#E5E5E5;
    }
    .tbl3 tbody tr:nth-of-type(17) td:nth-of-type(1){
        border-bottom-color:#E5E5E5;
    }
    .tbl4,.tbl4 thead,.tbl4 tbody{
        display: block;
    }
    .tbl4 thead tr{
        display: flex;
        flex-wrap: wrap;
    }
    .tbl4 thead td{
        font-size: 1.2rem;
    }
    .tbl4 tbody tr{
        display: flex;
        flex-wrap: wrap;
    }
    .tbl4 tbody tr:before{
        display: none;
    }
    .tbl4 td{
        width:25%;
        text-align: right;
    }
    .tbl4 thead td:nth-of-type(1){
        display: none;
    }
    .tbl4 td:nth-of-type(1){
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom-width: .6rem;
        border-bottom-style: solid;
    }
    .tbl4 td:last-of-type{
        border-right: none;
    }
    .tbl4 tbody tr:nth-of-type(1) td:nth-of-type(1){
        border-bottom-color: #173269;
    }
    .tbl4 tbody tr:nth-of-type(2) td:nth-of-type(1){
        border-bottom-color: #00A5D5;
    }
    .tbl4 tbody tr:nth-of-type(3) td:nth-of-type(1){
        border-bottom-color: #E60021;
    }
    .tbl4 tbody tr:nth-of-type(4) td:nth-of-type(1){
        border-bottom-color: #F7EE13;
    }
    .tbl4 tbody tr:nth-of-type(5) td:nth-of-type(1){
        border-bottom-color:#F7EE13;
    }
    .tbl4 tbody tr:nth-of-type(6) td:nth-of-type(1){
        border-bottom-color:#F7EE13;
    }
    .tbl4 tbody tr:nth-of-type(7) td:nth-of-type(1){
        border-bottom-color:#F7EE13;
    }
    .tbl4 tbody tr:nth-of-type(8) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl4 tbody tr:nth-of-type(9) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl4 tbody tr:nth-of-type(10) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl4 tbody tr:nth-of-type(11) td:nth-of-type(1){
        border-bottom-color:#2CACA8;
    }
    .tbl4 tbody tr:nth-of-type(12) td:nth-of-type(1){
        border-bottom-color:#BBB3D8;
    }
    .tbl4 tbody tr:nth-of-type(13) td:nth-of-type(1){
        border-bottom-color:#BFDC98;
    }
    .tbl4 tbody tr:nth-of-type(14) td:nth-of-type(1){
        border-bottom-color:#BFDC98;
    }
    .tbl4 tbody tr:nth-of-type(15) td:nth-of-type(1){
        border-bottom-color:#BFDC98;
    }
    .tbl4 tbody tr:nth-of-type(16) td:nth-of-type(1){
        border-bottom-color:#E5E5E5;
    }
    .tbl4 tbody tr:nth-of-type(17) td:nth-of-type(1){
        border-bottom-color:#E5E5E5;
    }
    .seat-list .hor_scrinner {
        min-width: 50rem;
    }
    .box4 table,.box4 tbody,.box4 tr,.box4 td{
        display: block;
    }
    .box4 table tr:nth-of-type(1) td:nth-of-type(1){
        border-bottom: none;
    }
    .box4 table td{
        padding: 1rem 1rem;
    }
    .box4 table td + td{
        padding-top: 0;
    }
    .box5{
        padding: 3rem 1rem;
    }
    .box5 strong{
        font-size: 1.6rem;
    }
    .lead1 .notice{
        font-size: 1.4rem;
    }
    .resale{
        display: block;
        margin-top: 3rem;
        padding-bottom: 9rem;
    }
    .resale>*{
        width: auto;
    }
    .res-inner + .res-inner {
        margin-top: 2rem;
    }
    .res-inner .box2{
        margin-bottom: 0;
    }
    .res-inner .box2 .res-inner-textbox::after{
        display: none;
    }
    .res-inner .box2 span.res-inner-title{
        height:8rem;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .res-inner .box2 .res-inner-textbox {
        width: 100%;
        height:20rem;
        margin-bottom: 0;
        line-height: 1.5;
        padding: 0 20px;
    }
    .res-inner b{
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        width: 33.33%;
        padding: 0 1rem;
        font-size: 1.2rem;
    }
    .res-inner.res1 b{
        left: 0;
    }
    .res-inner.res2 b{
        right: 0;
        left: 0;
        margin: auto;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .res-inner.res3 b{
        right: 0;
    }
    .result-inner{
        height:auto;
        padding:6% 1rem;
    }
    .result-inner h4{
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .result-inner ul li{
        border-right: none !important;
        padding: 3rem 0;
        border-bottom: solid 1px #fff;
    }
    .result-inner ul li:last-of-type{
        border-bottom: none;
    }
    .result-inner ul li p a{
        text-decoration: underline;
    }
    .ri1 ul li:nth-of-type(5), .ri1 ul li:nth-of-type(6){
        margin-top: 0;
    }
    .resale{
        position: relative;
    }
    .dazn1>*,.dazn2 ul li,.set-list li,.camp-syoukai>div p,.camp-keizoku p{margin-bottom: 3rem;}
    .ri1 ul li:nth-of-type(5), .ri1 ul li:nth-of-type(6),.ri3 ul li,.ri2 ul li,.ri1 ul li,.result-inner ul,.dazn1>*,.dazn1,.dazn2 ul,.set-list,.camp-syoukai>div,.camp-syoukai,.camp-keizoku p,.camp-keizoku{display: block;width: 100%;}
    .purchase {
        width: 100%;
    }
    .purchase th {
        font-size: 1.5rem;
        width: auto;
        padding: 1rem;
    }
    .purchase ul li {
        margin: 1.4rem 0;
        padding: 0 1.5rem;
    }
    .purchase ul li strong {
        height: 5.4rem;
        padding: 0 3rem;
        line-height: 1.2;
    }
    .purchase ul li div:nth-of-type(1) {
        height: 20rem;
    }
    .purchase ul li div {
        padding-top: 1.5rem;
    }
    .receipt + .receipt {
        margin-top: 3rem;
    }
    .receipt .note {
        font-size: 1.2rem;
    }
    .receipt_block h5 {
        display: block;
        height: auto;
        padding: 1rem 1rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .receipt_block h5 span {
        margin-right: 1rem;
        font-size: 2rem;
    }
    .receipt_block h5 small {
        font-size: 1.2rem;
    }
    .receipt_block > div {
        padding: 1rem;
    }
    .receipt_block > div dl {
        display: block;
    }
    .receipt_block > div dl + dl {
        margin-top: 1rem;
    }
    .receipt_block > div dt {
        width: auto;
    }
    .receipt_block > div dt span {
        height: 40px;
        font-size: 16px;
    }
    .receipt_block > div dd {
        width: auto;
        margin-top: 1rem;
        font-size: 1.4rem;
    }
    
    .receipt_acdn_toggle {
        display: block;
        height: auto;
        padding: 1rem 3.5rem 1rem 1rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .receipt_acdn_toggle span {
        margin-right: 1rem;
        font-size: 2rem;
    }
    .receipt_acdn_toggle:before {
        right: 1.5rem;
    }
    .receipt_acdn_target {
        padding: 2rem 1rem;
    }
    .receipt_acdn_target dl {
        display: block;
    }
    .receipt_acdn_target dt {
        width: auto;
    }
    .receipt_acdn_target dt span {
        height: 40px;
        font-size: 16px;
    }
    .receipt_acdn_target dd {
        width: auto;
        margin-top: 1rem;
    }
    .receipt_acdn_target ul {
        margin-top: 3rem;
    }
    .receipt_acdn_target li + li {
        margin-top: 2rem;
    }
    .receipt_acdn_target li span {
        display: block;
        float: none;
        min-width: 0;
    }
    .modal_inner {
        padding: 2rem 1rem;
    }
    .modal_inner p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .modal_inner img {
        max-width: 500px;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width:731px){
    .loyal{
        display: block;
    }
    .loyal li{
        margin-top: 4rem;
    }
    .contact span{
        display: block;
        line-height: 1.4;
    }
    .contact span:nth-of-type(2)::before{
        content:"";
    }
    .contact span:nth-of-type(1){
        color: #DC000C;
        margin-top: 1rem;
    }
}