@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');

/* reset
--------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
}


/* ----- clearfix ----- */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* common
--------------------------------------------------- */

.through-u17 {
    text-decoration: line-through;
    color: #cbcbcb;
}

.sold {
    font-size: 1.6rem;
    display: block;
    text-decoration: none !important;
    color: #e94431;
}

.contents a {
    color: #0086e3;
    text-decoration: none;
}

.contents a:visited {
    color: #0086e3;
}

.contents a:hover {
    text-decoration: underline;
}

.contents .no-pc {
    display: none;
}

.contents br.no-pc {
    display: none;
}

.contents .no-sp {
    display: block;
}

.contents .xs {
    font-size: 1.2rem;
}

.contents .tax {
    padding: 0 0 0 .25em;
    font-size: 1.2rem;
    font-weight: normal;
}

.sub-txt {
    font-size: 75%;
}

.contents em {
    color: #D3BF8F;
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
}

.contents strong {
    font-style: normal;
    font-weight: bold;
}

.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}

.contents .caution {
    color: #555;
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.2;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
    color: #555;
}

.contents .advance,
.contents .public,
.contents .soldout {
    display: inline-block;
    margin: 0 10px 3px 0;
    padding: .5em;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.contents .advance {
    background: #F60;
}

.contents .public {
    background: #666;
}

.contents .soldout {
    background: #999;
}

@media screen and (max-width: 767px) {
    .contents .no-pc {
        display: block;
    }
    .contents .no-sp {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .contents .advance,
    .contents .public,
    .contents .soldout {
        display: block;
        margin: 0 0 5px 0;
        font-size: 1.0rem;
    }
    .contents .caution,
    .contents .xs,
    .contents .tax {
        font-size: 1.0rem;
        line-height: 1.2;
    }
}


/* LAYOUT
--------------------------------------------------- */

.contents {
    width: 100%;
    min-width: 320px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
}

.contents-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

section {
    margin-bottom: 100px;
}

section:last-child {
    margin-bottom: 0px;
}

.contents-inner {}

@media screen and (max-width: 767px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    section {
        margin-bottom: 60px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    section {
        margin-bottom: 40px;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1 {
    max-width: 1200px;
    font-size: 3.2rem;
    font-weight: bold;
}

.contents h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 30px;
    text-align: center;
    background: #e94431;
}

.contents h2.gray {
    font-size: 2.6rem;
    font-weight: bold;
    background: #999;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 50px;
    text-align: center;
}

.contents h3 {
    font-size: 2.4rem;
    font-weight: bold;
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
}

p+p {
    margin-top: 1em;
}

span.bold {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .contents h1 {
        font-size: 2.8rem;
    }
    .contents h2 {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .contents h3 {
        font-size: 2rem;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
}


/* HERO
--------------------------------------------------- */

.hero img {
    margin: 0 auto;
}

.hero-inner {}

.outline {}

.outline p {
    max-width: 1080px;
    margin: 0 auto;
    display: block;
}

.outline p+p {}

@media screen and (max-width: 767px) {
    .outline p {
        padding: 0 20px;
    }
    .outline p+p {}
}

@media screen and (max-width: 480px) {
    .outline {}
    .outline p+p {}
}


/* BANNER AREA
--------------------------------------------------- */

.banner-area {
    margin: 0 auto 20px;
    max-width: 1200px;
    border: solid 1px #CCC;
    text-align: center;
    clear: both;
}

.banner-area img {
    width: 100%;
    margin: 0 auto;
}

.banner-area img:hover {
    opacity: .7;
}

.banner-area02 {
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
}

.banner-area02 a {
    display: block;
    width: calc(95% / 2);
}

.banner-area02 a:first-child {
    margin-right: 5%;
}

.banner-area02 img:hover {
    opacity: .7;
}

@media all and (max-width: 767px) {
    .banner-area {}
    .banner-area img {
        width: 100%;
    }
    .banner-area02 {
        display: block;
        max-width: 295px;
    }
    .banner-area02 a {
        width: 100%;
    }
    .banner-area02 a:first-child {
        margin: 0 0 20px;
    }
}


/* navi -------------------- */

.contents-navi {
    text-align: center;
    padding: 50px 0 20px;
}

.contents-navi li {
    display: inline-block;
    position: relative;
    width: 23%;
    margin: 0px;
}

.contents-navi li a {
    display: block;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 1.5rem;
    background: #007429;
}

.contents-navi li a:hover {
    opacity: .7;
    text-decoration: none;
}

.contents-navi li a:visited {
    color: #FFF;
}

@media all and (max-width: 767px) {
    .contents-navi {
        padding: 20px 0 10px;
        top: -10px;
    }
    .contents-navi li {
        width: 45%;
        margin: 2px;
        font-size: 1.3rem;
    }
    .contents-navi li a {
        font-size: 1.3rem;
        padding: 6px 0;
    }
}


/* lineup -------------------- */

.stage-ttl {
    display: block;
    text-align: center;
    padding: 15px;
    color: #FFF;
    font-weight: bold;
    margin-top: 50px;
}

.stage-ttl.green {
    background: #6ea400;
}

.stage-ttl.white {
    background: #929292;
}

.stage-ttl.red {
    background: #ff3300;
}

.stage-ttl.planet,
.stage-ttl.tribal,
.stage-ttl.sunday {
    margin-top: 0;
    background: #cccccc;
}

.stage-ttl.heven {
    background: #1ccbe3;
}

.stage-ttl.avalon {
    background: #9d1257;
}

.stage-ttl.pyramid {
    background: #920e82;
}

.stage-ttl.naeba {
    background: #9d9812;
}

.stage-ttl.rookie {
    background: #129d89;
}

.stage-ttl.day {
    background: #4844e4;
}

.stage-andmore {
    display: block;
    clear: both;
    padding: 50px 10px;
    text-align: center;
}

.artist-box {
    display: flex;
    flex-wrap: wrap;
}

.artist-box div {
    width: calc(100% / 3);
    padding: 0 30px;
}

.artist-box .artist-day {
    display: block;
    max-width: 100px;
    margin: 0 auto 30px;
}

.artist-box ul {
    /* margin-bottom: 30px; */
}

.artist-box ul li {
    padding: 10px 5px;
    border-bottom: solid 1px #CCC;
}

.artist-box ul li:first-child {
    border-top: solid 1px #CCC;
}

.artist-box ul li span {
    font-size: 1.2rem;
}

.artist-img {
    margin: 0 auto 20px;
    max-width: 1000px;
}

.artist-img img {
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .artist-box div {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    .stage-ttl {
        padding: 10px;
        margin-top: 25px;
    }
    .artist-box div {
        width: calc(100% / 1);
        padding: 0;
    }
    .artist-box div.day01,
    .artist-box div.day02 {
        margin-bottom: 50px;
    }
}


/* about
--------------------------------------------------- */

.about_list {
    margin-bottom: 50px;
    color: #000;
}

.about_list dt {
    /* text-align-last: justify; */
    position: relative;
    float: left;
    clear: both;
    width: 15%;
    margin-bottom: 30px;
    border: solid 1px #000;
    text-align: center;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .about_list dt {
        margin-bottom: 15px;
        width: 25%;
    }
}


/* .about_list dt::after {
 content:"：";
 display:block;
 position:absolute;
 top:0;
 left:100%;
} */

.about_list dd {
    float: left;
    width: 85%;
    padding: 5px 5px 5px 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .about_list dd {
        margin-bottom: 15px;
        width: 75%;
    }
}

.about_list_red {
    color: #e40011;
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .about_list_red {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}


/* outline -------------------- */

.ticket-box {
    margin-bottom: 100px;
}

.ticket-box:last-child {
    margin-bottom: 0px;
}

.ticket-announce {
    display: block;
    padding: 0 0 30px;
    border-bottom: dashed 1px #999;
    margin-bottom: 30px;
}

.ticket-announce span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ticket-announce {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .table-no-sp {
        display: none;
    }
}

.table-detail {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    background: #FFF;
    color: #000;
}

.table-detail th,
.table-detail td {
    padding: 0.5em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: middle;
}

.table-detail th {
    /* border: 2px solid #FFF; */
    background: #e5e5e5;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.table-detail th span {
    font-size: 1.4rem;
}

.table-detail td {
    border-bottom: 1px solid #ccc;
    border-right: 1px dashed #ccc;
}

.table-detail td.noticket {
    background: #eee;
    color: #bbb!important;
}

p.periodTxt {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #ff0;
    font-weight: bold;
}

.sterIcon {
    color: #ffc800;
}

p.periodTxt .sterIcon {
    color: #ff0;
}

@media all and (max-width: 767px) {
    .table-detail {
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-word;
    }
    .table-detail th,
    .table-detail td {
        width: 100%;
        display: block;
        padding: .5em;
        border: none;
        font-size: 1.6rem;
    }
    .table-detail td {
        border: dashed 1px #ccc;
    }
    .table-detail td span {
        display: inline-block !important;
    }
}

.table-fixed {
    table-layout: fixed;
}


/* ticket-------------------- */

.table-price {
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #FFF;
    color: #000;
    table-layout: fixed;
}

.table-price th,
.table-price td {
    text-align: center;
    padding: 1em;
}

.table-price thead th,
.table-price tbody th.title {
    background: #cc0000;
    color: #FFF;
    font-size: 2rem;
}

.table-price tbody th.title02 {
    background: #e4bf07;
    color: #FFF;
    font-size: 2rem;
}

.table-price tbody th {
    border: 1px solid #ccc;
    background: #e5e5e5;
    color: #000;
}

.table-price tbody th.access {
    width: 30%;
}

.table-price td {
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}

.table-price .limit {
    font-size: 1.4rem;
    display: none;
}

.sale .table-price {
    margin-bottom: 30px;
}

.table-price td .one-day-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    /* width: 80%;
	margin: 0 auto; */
}

.table-price td .one-day-box a {
    display: block;
    width: calc(96% / 3);
}

.table-price td .one-day-box a:nth-child(2),
.table-price td .one-day-box a:nth-child(3) {
    margin-left: 2%;
}

.table-price td .one-day-box a span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

@media all and (max-width: 767px) {
    .table-price {
        word-break: break-all;
        word-wrap: break-word;
    }
    .table-price th,
    .table-price td {
        width: 100%;
        display: block;
        padding: 10px;
        box-sizing: border-box;
        border: none;
    }
    .table-price tr {
        border-bottom: 2px solid #cc0000;
    }
    .table-price td {
        border-bottom: 1px solid #cc0000;
    }
    .table-price thead th,
    .table-price tbody th.title {
        font-size: 1.6rem;
    }
    .table-price tbody th {
        border: 1px solid #cc0000;
        background: #fff2f4;
        color: #cc0000;
    }
    .table-price tbody th.access {
        width: 100%;
    }
    .table-price thead {
        display: none;
    }
    .table-price .limit {
        font-size: 1.2rem;
        display: block;
    }
    .sale .table-price th,
    .sale .table-price td {
        padding: 5px 5px;
        font-size: 1.5rem;
    }
}

.table-price02 {
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #FFF;
    color: #000;
    table-layout: fixed;
}

.table-price02 th,
.table-price02 td {
    text-align: center;
    padding: 1em;
}

.table-price02 thead th,
.table-price02 tbody th.title {
    background: #e5e5e5;
    color: #000;
    font-size: 2rem;
}

.table-price02 thead th.abroad,
.table-price02 tbody th.title.abroad {
    background: #999;
    color: #fff;
}

.table-price02 tbody th {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}

.table-price02 tbody th.access {
    width: 30%;
}

.table-price02 td {
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}

.table-price02 .limit {
    font-size: 1.4rem;
    display: none;
}

.sale .table-price02 {
    margin-bottom: 30px;
}

.table-price02 td .one-day-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    /* width: 80%;
	margin: 0 auto; */
}

.table-price02 td .one-day-box a {
    display: block;
    width: calc(96% / 3);
}

.table-price02 td .one-day-box a:nth-child(2),
.table-price02 td .one-day-box a:nth-child(3) {
    margin-left: 2%;
}

.table-price02 td .one-day-box a span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

.table-price02 td .one-day-box a.btn-off {
    pointer-events: none;
    background: #eee;
}

@media all and (max-width: 767px) {
    .table-price02 {
        word-break: break-all;
        word-wrap: break-word;
        border: 1px solid #ccc;
    }
    .table-price02 th,
    .table-price02 td {
        width: 100%;
        display: block;
        padding: 10px;
        box-sizing: border-box;
        border: none;
    }
    .table-price02 tr {
        border-bottom: 1px solid #ccc;
    }
    .table-price02 td {
        border-bottom: 1px solid #ccc;
    }
    .table-price02 thead th,
    .table-price02 tbody th.title {
        font-size: 1.6rem;
    }
    .table-price02 tbody th {
        border: none;
        background: #fff;
        color: #333;
    }
    .table-price02 tbody th.access {
        width: 100%;
    }
    .table-price02 thead {
        display: none;
    }
    .table-price02 .limit {
        font-size: 1.2rem;
        display: block;
    }
    .sale .table-price02 th,
    .sale .table-price02 td {
        padding: 5px 5px;
        font-size: 1.5rem;
    }
}


/* table nomal -------------------- */

.table-nomal {
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid #CCC;
    background: #FFF;
    color: #000;
    table-layout: fixed;
}

.table-nomal th,
.table-nomal td {
    text-align: center;
    padding: 0.5em;
    font-weight: normal;
}

.table-nomal thead th {
    background: #EFEFEF;
}

.table-nomal tbody th {
    border: 1px solid #ccc;
    background: #F4FCFF;
    /* color: #cc0000; */
}

.table-nomal td {
    border: 1px solid #ccc;
    text-align: center;
}

@media all and (max-width: 767px) {
    .table-nomal {
        font-size: 1.4rem;
    }
}


/* NOTES
--------------------------------------------------- */

.notice+.notice {
    margin-top: 20px;
}

.notes {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}

.notes li::before {
    content: "※";
}

.notes.dot li::before {
    content: "・";
}

.notes.sq li::before {
    content: "◆";
}

.text-box-att div .notes li::before {
    content: "・";
}

.notes li+li {
    margin: .5em 0 0;
}

p.notice {
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .notes li+li {
        margin: .5em 0 0;
    }
}


/* NOTES AREA
--------------------------------------------------- */

.notes-box {
    padding: 30px;
}

.notes-box+.notes-box {
    margin-top: 20px;
}

.notes-box.bdr00 {
    /* border: dashed 1px #999; */
    margin-top: 30px;
    padding: 0;
}

.notes-box.bdr01 {
    border: solid 3px #fc4349;
    background: rgba(252, 67, 73, .1);
}

.notes-box.bdr02 {
    border: solid 3px #007429;
    background: rgba(0, 116, 41, .1);
}

.notes-box.bdr03 {
    border: solid 3px #018dae;
    background: rgba(1, 141, 174, .1);
}

.notes-inner:first-child {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: dotted 2px #CCC;
}

.txt-block {
    margin-top: 20px;
}

span.txt-red {
    color: red;
    font-weight: bold;
}

.notes-box p.mainttl {
    font-size: 1.8rem;
    font-weight: bold;
}

.notes-box p.ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
}

.notes-inner p.ttl.mb {
    margin-bottom: 20px;
}

.notes-box .notes {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .notes-box {
        padding: 15px;
    }
    .notes-box p.mainttl {
        font-size: 1.6rem;
        text-align: center;
    }
    .notes-box p.ttl {
        font-size: 1.4rem;
    }
}


/* BOTTON
--------------------------------------------------- */

.move-btn {
    margin: 20px 0 50px;
}

.btnBox {
    text-align: center;
    margin-bottom: 40px;
}

.btnV {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f2b425;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.2;
}

.btnV:hover {
    opacity: .7;
}

.btnV:active {
    position: relative;
    top: 1px;
}

.btnN {
    width: 80%;
    margin: 0 auto;
    padding: .5em;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}

.btnN {
    background: #CCC;
    display: block;
}

@media all and (max-width: 767px) {
    .btnN,
    .btnV {
        width: 80%;
        padding: .5em;
        font-size: 1.6rem;
    }
}


/* REFUND
--------------------------------------------------- */

#refund {}

.refund-box {
    padding: 100px 30px;
    text-align: center;
}

.refund-box.bdr01 {
    border: solid 10px #cc0000;
}

.refund-box p {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.refund-box p span {
    color: #cc0000;
    display: block;
}

.refund-btn {
    background: #c00;
}

@media all and (max-width: 767px) {
    .refund-box {
        padding: 70px 20px;
        text-align: center;
    }
    .refund-box p {
        font-size: 1.8rem;
    }
}


/* 0701 RMusic playlist
--------------------------------------------------- */

#rmusic {
    display: block;
}

.play-ttl {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px;
}

.playlist {
    text-align: center;
}

.playlist iframe {
    width: 760px;
}

.play-notes {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 1.8rem;
}

#rmusic .contents-inner .btnV {
    width: 350px;
    height: 70px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 25px;
}

@media all and (max-width: 767px) {
    .playlist {
        width: 100%;
        background: #FFF;
        text-align: center;
    }
    .playlist iframe {
        width: 95%;
        height: 280px;
    }
    #rmusic .contents-inner .btnV {
        width: 100%;
        height: 40px;
        padding: 10px;
    }
}


/* ticket
--------------------------------------------------- */

.ticket {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 8000;
    width: 120px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ticket a {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background: #00a543;
    border: solid 1px #FFF;
    color: #FFF;
    font-weight: 700;
    font-size: 1.4rem !important;
    line-height: 1.2;
    border-radius: 60px;
}

.ticket a:hover {
    text-decoration: none;
    opacity: .7;
}

@media screen and (max-width: 767px) {
    .ticket {
        width: 100%;
        right: auto;
        left: 0;
        bottom: 0;
        display: block;
        height: auto;
        background: rgba(0, 0, 0, .5);
        padding: 15px 10px;
    }
    .ticket a {
        width: 100%;
        display: block;
        height: auto;
        padding: 10px;
        text-align: center;
        background: #00a543;
        color: #FFF;
        font-weight: 700;
        font-size: 1.4rem !important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .ticket a:hover {
        text-decoration: none;
        opacity: .7;
    }
}


/* .ticket.on {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
} */


/* CONTACT
--------------------------------------------------- */

.contents .link-area {
    padding: 1em 1em 0;
}

.link {
    display: inline-block;
    margin: 0 auto;
}

.contents .link li {
    margin: 0 auto;
    padding: .5em 1em 0;
}

.contents .link li a {
    display: block;
    width: 100%;
    color: #17434e;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
    transition: .25s;
}

.contents .link li a:hover {
    text-decoration: none;
}

.contents a.link {
    display: inline-block;
}

.contents a.link:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #17434e;
}

.furusato-link a {
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 1.6rem;
    border: 2px solid #8529CD;
    padding: 12px 6px;
    border-radius: 50px;
    color: #8529CD;
}

.furusato-link a:hover {
    opacity: .6;
    text-decoration: none;
}

@media screen and (max-width: 599px) {
    .contents .link-area {
        padding: 1em;
    }
    .contents .link li a {
        font-size: 1.2rem;
    }
}


/* INPUT
--------------------------------------------------- */

.input-area {
    font-size: 2.2rem;
    color: #c00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.input-area input[type=checkbox] {
    -ms-transform: scale(1.8, 1.8);
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .input-area {
        font-size: 1.6rem;
    }
}


/* SUBMIT
--------------------------------------------------- */

.contents #submit-area {
    display: none;
}

.contents #submit-area .btn-txt {
    margin: 2em auto .5em;
    text-align: center;
    font-weight: bold;
}

.contents #submit-txt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.contents .submit-btn {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 1em .5em;
    background: #C1AE78;
    border: solid 2px #C1AE78;
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 50px;
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif;
}

.contents .submit-btn:hover {
    text-decoration: none;
    background: #FFF;
    color: #C1AE78 !important;
}

@media screen and (max-width: 767px) {
    .contents #submit-txt {
        font-size: 1.6rem;
    }
    .contents .btn,
    .contents .next-btn,
    .contents .submit-btn {
        width: 100%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn,
    .contents .next-btn,
    .contents .submit-btn {
        font-size: 1.4rem;
    }
}


/* CAMPAIGN BNR
--------------------------------------------------- */

.frfcmp-btn {
    width: 100%;
    background: #454342;
    background-size: 100%;
    padding-bottom: 10px;
}

.frfcmp-btn a {
    width: 50%;
    margin: 0 auto;
    padding: 5px;
    background: #ffff00;
    color: #000 !important;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.2;
}

.frfcmp-btn a:hover {
    opacity: .7;
}

@media screen and (max-width: 767px) {
    .frfcmp-btn a {
        font-size: 1.2rem;
        padding: 3px;
    }
}

@media screen and (max-width: 480px) {
    .frfcmp-btn a {
        font-size: 1rem;
        padding: 3px;
    }
}


/* .cpsp {
	display: none;
}
@media screen and (max-width: 480px) {
	.cppc {
		display: none;
	}
	.cpsp {
		display: block;
	}
	.campign-bnr {
		max-width: 300px;
		margin: 10px auto 0;
	}
} */


/* RULE
--------------------------------------------------- */

.campign-rule-box {
    position: relative;
}

.campign-rule {
    width: 100%;
    border-collapse: collapse;
    /* background: #fff; */
}

.campign-rule .notes li {
    font-size: 1.4rem;
}

.campign-rule .notes .notes.dot {
    padding: 1em 0;
}

.campign-rule th {
    font-size: 1.4rem;
    vertical-align: top;
    padding: 16px;
    border: 1px solid #ccc;
    text-align: left;
    /* background: #f5f5fa; */
}

.campign-rule td {
    font-size: 1.4rem;
    width: 70%;
    vertical-align: top;
    padding: 16px;
    border: 1px solid #ccc;
    text-align: left;
}

.campign-rule td p span {
    font-weight: bold;
}

.campign-rule td p+p,
.campign-rule ul.notes+p {
    margin-top: 1.5em;
}

.campign-rule td p+ul.notes {
    margin-top: .5em;
}

.campign-rule td ul.conditions-list li {
    margin-bottom: 1em;
}

.campign-rule-end {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.campign-rule-end span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .campign-rule th {
        padding: 10px;
        font-size: 1.4rem;
    }
    .campign-rule td {
        padding: 10px;
        font-size: 1.4rem;
    }
    .campign-rule-end span {
        font-size: 2.4rem;
    }
}