.main {
    position: relative;
    font-size: 16px;
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
    margin: 0 auto;
    width: 1000px;
}

.main a:hover img {
    opacity: .5;
    -webkit-opacity: .5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
}

.kv {
    text-align: center;
}

.kv img {
    margin: 0 auto 0 auto;
    width: 560px;
}

body {
    background-image: url("../img/bg.png");
    background-repeat: repeat-y;
    background-position: center 200px;
}

body img.pcOnly {
    display: block;
}

body img.spOnly {
    display: none;
}

.sp_br {
    display: none;
}

body.sp .sp_br {
    display: block;
}

.main a img {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.main a:link {
    color: #f00082;
}

.main a:visited {
    color: #f00082;
}

.main a:hover {
    color: #f00082;
}

.main a:active {
    color: #f00082;
}

.main_goodsli img {
    border: 2px solid #fff;
}

.main_goodsli img:hover {
    border: 2px solid #fff33f;
    transition: 1s;
}

.main_sec {
    width: 1000px;
    margin: 60px auto 20px auto;
    color: #000;
}

.main_h2 {
    width: 95%;
    text-align: center;
    height: 61px;
    margin: -30px auto 10px auto;
    border-bottom: 1px solid #e6e6e6;
    /*border-image: linear-gradient(to right, #f00082, #8c058c) 1;*/
}

.main_ul {
    width: 960px;
    margin: 0 auto;
    /*padding-bottom: 30px;*/
}

.main_li {
    padding: 20px 0 20px 5px;
    border-bottom: 1px solid #e6e6e6;
}

.main_li:last-child {
    border-bottom: none;
    padding: 20px 0 20px 5px;
}

.main_li--first {
    border-top: 1px solid #e6e6e6;
}

.main_ttl {
    width: 20%;
    text-align: center;
}

.main_ttl--live {
    width: 20%;
    line-height: 2;
    text-align: center;
}

.main_cont {
    line-height: 2;
    padding-left: 20px;
}

.main_btn {
    margin: 40px auto 0 auto;
    width: 908px;
    height: 108px;
}

.main_tic {
    position: relative;
    height: 520px;
}

.main_ticbg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
    height: 474px;
}

.main_tictxt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    width: 400px;
    margin: 0 auto;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    font-weight: bold !important;
    font-size: 30px;
}

.main_tictxt--2 {
    top: 50%;
    width: 70px;
    font-size: 50px;
    font-weight: bold;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-family: sans-serif;
}

.main_tictxt--3 {
    top: auto;
    bottom: 28%;
}

@media all and (-ms-high-contrast:none) {
    .main_tictxt {
        top: 40%;
    }
    .main_tictxt--2 {
        top: 49%;
    }
    .main_tictxt--3 {
        bottom: 25%;
        top: auto;
    }
}

.main_tictxt--4 {
    position: static;
    width: 800px;
    font-size: 24px;
    margin: 20px auto;
}

.main_tic--num {
    font-size: 40px;
    font-weight: bold !important;
}

.main_tic--time {
    font-size: 25px;
    font-weight: bold !important;
}

.main_tic--num--2 {
    font-size: 50px;
}

.main_tic--num--1 {
    font-size: 25px;
}

.main_tic--kanji {
    font-size: 30px;
    font-weight: bold !important;
}

.main_tic--kanji--2 {
    font-size: 30px;
}

.main_ticbtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 380px;
    margin: 0 auto;
    width: 488px;
}

.main_ticbtn--2 {
    position: static;
    top: 0px;
    margin-bottom: 40px;
}

.main_ticinfo,
.main_goodsinfo,
.main_pleaseinfo {
    position: relative;
    text-align: center;
}

.main_tich3 {
    font-size: 32px;
    color: #41b179;
    border-bottom: 1px solid #95ff7a;
    width: 95%;
    padding-bottom: 15px;
    margin: 10px auto;
}

.main_tich3--b {
    background: url(../img/rainbow02.png) no-repeat center bottom;
}

.main_tich3--mt20 {
    margin-top: 20px;
}

.main_ticinfotxt {
    font-size: 24px;
}

.main_tic--nami {
    font-size: 30px;
    padding: 0 10px;
}

.ticket_rank_vip {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    /* 以降の設定はデザインに合わせて調整 */
    padding: .4em;
    line-height: 1;
    display: inline-block;
    background-color: #fff33f;
    color: #000;
}

.ticket_rank_ss {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    /* 以降の設定はデザインに合わせて調整 */
    padding: .4em;
    line-height: 1;
    display: inline-block;
    background-color: #0AAAF5;
    color: #000;
}

.ticket_rank_s {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    /* 以降の設定はデザインに合わせて調整 */
    padding: .4em;
    line-height: 1;
    display: inline-block;
    background-color: #3deb8b;
    color: #000;
}

.ticket_rank_a {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    /* 以降の設定はデザインに合わせて調整 */
    padding: .4em;
    line-height: 1;
    display: inline-block;
    background-color: #e781d1;
    color: #000;
}


/*注意事項*/

.notes {
    width: 960px;
    margin: 0 auto;
    word-wrap: break-word;
    padding-bottom: 10px;
}

.notes_h3 {
    background: #454545;
    padding: 5px;
    text-align: center;
    color: #fff;
}

.notes_h3-mt30 {
    margin-top: 30px;
}

.main_goodsul {
    width: 944px;
    margin: 40px auto;
    text-align: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_goodsname,
.main_goodsprice {
    margin: 20px auto;
    font-size: 14px;
}

.main_goodsli a:hover {
    color: #000 !important;
}

.main_goodsprice {
    font-weight: bold;
    color: #49aedb;
}

.notes_txt {
    line-height: 1.6;
    margin-top: 10px;
    padding-left: 1.5em;
    text-align: left;
}

.notes_txt--red {
    color: #B8223C;
}

.notes_txt--nind {
    padding-left: 0;
    text-indent: 0;
}

.notes_txt--nind_important {
    font-weight: bold;
    color: #0AAAF5;
}

.notes_txt--mt30 {
    margin-top: 30px;
}

.popup_wrap {
    border: 1px solid #fff33f;
    background: #fff;
    width: 538px;
    margin: 0 auto;
    padding: 20px;
}

.popup_mainimg {
    width: 540px;
    height: 540px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: relative;
}

.popup_mainimg img {
    width: 540px;
    height: 540px;
    top: 0;
    left: 0;
    position: absolute;
}

.popup_ttl {
    font-size: 24px;
    margin-bottom: 10px;
}

.popup_mainul {
    width: 540px;
}

.popup_mainli {
    width: 100px;
    border: 2px solid #fff;
}

.popup_mainul.flex.bet {
    -webkit-justify-content: normal;
    justify-content: normal;
    -webkit-box-pack: start;
    justify-content: normal;
}

.popup_mainli.active {
    border: 2px solid #fff33f;
}

.popup_mainli img {
    width: 100%;
    height: auto;
}

.popmaintxt {
    line-height: 1.6;
    margin-top: 10px;
}

.popmaintxt a:link {
    color: #0000ff;
}

.popmaintxt a:visited {
    color: #ff0000;
}

.popmaintxt a:hover {
    color: #ff0000;
}

.popmaintxt a:active {
    color: #ff0000;
}

.popmainprice {
    text-align: right;
    font-weight: bold;
    color: #49aedb;
}

.mfp-arrow-right {
    background: url(../img/goods/pop/pop_next.png) no-repeat center center !important;
}

.mfp-arrow-left {
    background: url(../img/goods/pop/pop_back.png) no-repeat center center !important;
}

.mfp-arrow-right:before,
.mfp-arrow-left:before {
    border: none;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    border: none;
}

.mfp-close {
    background: url(../img/goods/pop/pop_closebtn.png) no-repeat center center !important;
    width: 44px !important;
    top: -60px !important;
    text-align: center !important;
    text-indent: -9999px !important;
    padding: 0px !important;
    opacity: 1;
}

body.sp {
    background-image: url("../img/bg.png");
    background-repeat: repeat-y;
    background-size: 250% auto;
    /*background-image: none;
    background-color: #000;*/
}

body.sp .sp_img {
    width: 100%;
}

body.sp img.pcOnly {
    display: none;
}

body.sp img.spOnly {
    display: block;
}

body.sp .main {
    font-size: 3vw;
    width: 93%;
}

body.sp .main_sec {
    width: 90%;
    margin: 4% auto;
}

body.sp .main_ul {
    width: 100%;
}

body.sp .main_ttl {
    width: 25%;
}

body.sp .main_ttl--live {
    width: 25% !important;
}

body.sp .main_cont {
    width: 80%;
}

body.sp .main_ticinfotxt {
    font-size: 3vw;
}

body.sp .main_tich3 {
    font-size: 4vw;
}

body.sp .main_tictxt--4 {
    font-size: 2.5vw;
}

body.sp .notes {
    width: 96%;
    padding: 2%;
}

body.sp .main_btn {
    margin: 5% auto;
    width: 90.8%;
    height: auto;
}

body.sp .main_btn img {
    width: 100%;
    height: auto;
}

body.sp .main_h2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

body.sp .main_h2 img {
    width: 100%;
    height: auto;
}

body.sp .main_tic {
    position: relative;
    width: 100%;
    height: 50vw;
}

body.sp .main_ticbg {
    width: 76.4%;
    height: auto;
    margin: 0 auto;
}

body.sp .main_tictxt {
    width: 90%;
    font-size: 3vw;
    top: 36%;
}

body.sp .main_tictxt--2 {
    top: 50%;
    width: auto;
    font-size: 6vw;
}

body.sp .main_tictxt--3 {
    top: 60%;
}

body.sp .main_ticbtn {
    top: 76%;
    width: 80%;
}

body.sp .main_ticbtn img {
    width: 100%;
    height: auto;
}

body.sp .main_tic--num {
    font-size: 3vw;
}

body.sp .main_tic--kanji {
    font-size: 3vw;
}

body.sp .main_tic--time {
    font-size: 3vw;
}

body.sp .main_tic--num--2 {
    font-size: 4vw;
}

body.sp .main_tic--num--1 {
    font-size: 4vw;
}

body.sp .main_tic--nami {
    font-size: 3vw;
}

body.sp .main_ticbg img {
    width: 100%;
    height: auto;
}

body.sp #page-top {
    bottom: 6%;
    right: 3%;
    width: 12%;
}

body.sp .mfp-image-holder .mfp-close,
body.sp .mfp-iframe-holder .mfp-close {
    font-size: 12vw;
    top: -10vw;
}


/*注意事項*/

body.sp .main_goodsul {
    width: 96%;
    padding: 2%;
    margin: 0 auto;
}

body.sp .main_goodsli {
    width: 100%;
}

body.sp .main_goodsli img {
    width: 100%;
    height: auto;
}

body.sp .main_goodsname {
    font-size: 6vw;
}

body.sp .main_goodsprice {
    font-size: 6vw;
}

body.sp .popup_wrap {
    width: 70%;
}

body.sp .popup_mainul {
    width: 100%;
}

body.sp .popup_mainli {
    width: 48%;
    margin: 2% auto;
}

body.sp .popup_mainimg {
    width: 100%;
    height: 80vw;
}

body.sp .popup_mainimg img {
    width: 100%;
    height: auto;
}

body.sp .popup_ttl,
body.sp .popmaintxt {
    font-size: 4vw;
}

body.sp .popmainprice {
    font-size: 4vw;
    margin: 2% auto;
}

body.sp .mfp-arrow-right {
    right: -3%;
}

body.sp .mfp-arrow-left {
    left: -3%;
}

br.sp {
    display: none;
}

body.sp br.sp {
    display: block;
}


/*協賛*/

.kyosan_list {
    margin: 2% auto;
    display: flex;
    justify-content: space-around;
    /* 子要素を均等に配置します */
    align-items: center;
    /* 子要素を縦方向の中心に揃えます */
}

.pb30 {
    padding-bottom: 30px;
}