.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("./bg.png");
    background-repeat: repeat-y;
    background-position: center 200px;
}

body img.pcOnly {
    display: block;
}

body img.spOnly {
    display: none;
}

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

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

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

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

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

.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;
    border: 1px solid #29c5ef;
}

.main_h2 {
    width: 616px;
    height: 61px;
    margin: -30px auto 10px auto;
}

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

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

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

.main_ttl {
    width: 60px;
    margin-right: 100px;
}

.main_ttl--live {
    width: 240px;
    margin-right: 20px;
    line-height: 2;
}

.main_cont {
    line-height: 2;
}

.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: 60px;
    font-weight: bold !important;
}

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

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

.main_tic--kanji {
    font-size: 40px;
    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: #29c5ef;
    background: url(../img2/rainbow.png) no-repeat center bottom;
    width: 100%;
    padding-bottom: 10px;
    margin: 10px auto;
}

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

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

.main_ticinfotxt {
    font-size: 24px;
}

.main_ticinfotxt_left {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

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

.broadcast_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 10px;
}

.video_wrap {
    width: 50%;
}

.main_notes_wrap {
    padding: 0 15px;
}

@media (max-width: 980px) {
    .broadcast_cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .video_wrap {
        width: 100%;
        padding: 10px;
    }
    .main_notes_wrap {
        padding: 0px 5px;
    }
}


/*注意事項*/

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

.notes_h3 {
    background: #e6e6e6;
    padding: 5px;
    text-align: center;
}

.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: #29c5ef;
}

.notes_txt {
    line-height: 1.6;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
    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;
    text-align: left;
    margin-top: 10px;
}

.notes_txt--blob {
    font-weight: bold;
    font-size: 15px;
}

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

.popmainprice {
    text-align: right;
    font-weight: bold;
    color: #29c5ef;
}

.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 img.pcOnly {
    display: none;
}

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

body.sp .main {
    font-size: 3vw;
    width: 100%;
    margin-top: -310px;
}

body.sp .main_sec {
    width: 96%;
    margin: 6% auto;
}

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

body.sp .main_ttl {
    width: 20%;
    margin: 0 2%;
}

body.sp .main_ttl--live {
    width: 30% !important;
    margin-right: 5% !important;
}

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

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: 61.6%;
    height: auto;
    margin: 0 auto;
}

body.sp .main_h2 img {
    width: 100%;
    height: auto;
    margin: -4% auto 4% 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: 52%;
}

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

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

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

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

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

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

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