@charset "UTF-8";


/*初期設定START*/

html {
    margin: 0;
    padding: 0;
    height: 90%;
    font-size: 100%;
    word-break: break-all;
    font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    /*font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';*/
    /*font-weight: 500;*/
    color: #000;
    background: url(../../aj2026/bg6.jpg?2);
    /*background: linear-gradient(90deg, #83BFBE 0%, #5698BD 100%);*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


img {
    /*width: 100%;*/
    vertical-align: bottom;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**動きがなめらかになる**/
a {
    text-decoration: none;
    transition: all .6s ease;
    color: inherit;
}


a:hover {
    transition: all .6s ease;
}

/*初期設定END*/


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通とPC向け 960px以上　1024px以上は固定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/



/* パソコンでは"pc"のclassがついた画像が表示 */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}



/* パソコンでは"pc-br"のclassがついた改行が効く */
.pc-br {
    display: block !important;
}

.sp-br {
    display: none !important;
}




.content-wrapper {
    /*width: 1024px;*/
    margin: 0 auto;
    text-align: center;
}


.texts {
    font-size: 0.8rem;
    line-height: 2rem;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
header
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header {
    width: 100%;
    margin: 0px 0 0 0;
    text-align: center;
    border: 0px solid red;
}



.header-wrapper {
    width: 1240px;
    padding: 10px 0 20px 0;
    background-color: rgba(255, 255, 255, 85%);
    margin: 0 auto;
    text-align: center;
    /*height: 680px;*/
    position: relative;
    outline: 0px solid red;
}


h1 {
    margin-bottom: 5px;
}

h1 img {
    text-align: center;
    margin: 0 auto;
    width: 85%;
    border: 0px solid red;
}

h2 {
    font-size: 25px;
    font-weight: bold;
    outline: 0px solid red;
    padding: 15px 0 8px 0;
}

h3 {
    width: 65%;
    margin: 0 auto;

}

h3 img {
    width: 100%;
}


header .scroll {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    /*font-weight: 700;*/
    color: #0074af;
    border: 0px solid red;

}

header .scroll img {
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    animation-name: scrollAnimation;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    border: 0px solid red;
    margin: 10px auto 10px auto;
}

@keyframes scrollAnimation {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }

    50% {
        transform: scaleY(1);
        transform-origin: top;
    }

    50.1% {
        transform: scaleY(1);
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/** main START **/


.header-wrapper .btn-container {
    display: flex;
    justify-content: center;
    border: 0px solid red;
}



.header-wrapper .stage {
    color: #667000;
    background-color: #c4d700;
}


.header-wrapper .goods {
    color: #A35809;
    background-color: #ffa41b;
}

.header-wrapper .btn a:hover {
    color: #fff;
}

.header-btn {
    /*width: 250px;*/
    width: 250px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    /*-webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;*/

}

.header-btn:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: saturate(200%);
    text-decoration: none;
    -webkit-animation: header-btn 0.5s both;
    -moz-animation: header-btn 0.5s both;
    animation: header-btn 0.5s both;
}

@-webkit-keyframes header-btn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-moz-keyframes header-btn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes header-btn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


.btn-orange {
    background: #ffa41b;
    /*background: #f28f00;*/
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
main
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

main {
    border: 0px solid blue;
    margin: 0 auto 0px auto;
    width: 100%;
}


.item-wrapper {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    /*background-color: #fff;*/
    background-color: rgba(255, 255, 255, 85%);
    border-radius: 0px;
    padding: 0 0 40px 0;
    border: 0px solid red;
}


h3 {
    font-size: 1.1rem;
    border: 0px solid red;
    letter-spacing: 0rem;
    padding: 15px 0;
    line-height: 1.8rem;

}


.item-sub-wrapper {
    width: 1024px;
    border: 0px solid violet;
    margin: 10px auto 0 auto;

}


.CateTitle {
    font-family: "LINE Seed JP";
    width: 100%;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 0px solid green;
    letter-spacing: 0.2rem;
    color: #FFF;

}



.CateTitle-goods {
    background-color: #ffa41b;
}



.special {
    border: 0px solid red;
    /*padding: 20px 0;スケジュール画像追加時*/
    text-align: center;
    margin: 0 auto;
}


.special img {
    width: 70%;
    /*text-align: center;*/
    margin: 0 auto 10px auto;
    border: 0px solid red;
}

/*
#battle-ticket {
    scroll-margin-top: 100px;

}*/



.itemSec {
    max-width: 1024px;
    border: 0px solid red;
    margin: 0 auto;
    padding: 10px 0;
}

.GoodsBG1 {
    background-color: #3A74B6;
}


.GoodsBG2 {
    background-color: #6FBEC5;
    ;
}



.kaijoSale {
    margin-bottom: 10px;
}



.kaijoSale-Title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.kaijoSale-Title::before,
.kaijoSale-Title::after {
    content: '';
    width: 370px;
    height: 8px;
    background-color: #3A74B6;
}

.kaijoSale-Title::before {
    margin-right: 10px;
}

.kaijoSale-Title::after {
    margin-left: 10px;
}

.kaijoSale-subTitle {
    color: #3A74B6;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;

}

.kaijoSale-Sec dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.kaijoSale-Sec dt {
    flex-basis: 25%;
    padding: 20px;
    background-color: #3A74B6;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    border-bottom: 0px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    /* 左上、右上、右下、左下 */
    margin-bottom: 5px;
}

.kaijoSale-Sec dd {
    flex-basis: 75%;
    padding: 20px;
    font-size: 17px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    /* 左上、右上、右下、左下 */
    margin-bottom: 5px;
    border: 1px solid #3A74B6;
    line-height: 23px;
}

.kaijoSale-Caution {
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-top: 10px;
    line-height: 20px;
}

.ECSale {
    outline: 0px solid red;
    margin-bottom: 25px;
}




.ECSale-Title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    /*letter-spacing: 5px;*/
    margin-bottom: 15px;
}

.ECSale-Title::before,
.ECSale-Title::after {
    content: '';
    width: 345px;
    height: 8px;
    background-color: #FF7F00;
}

.ECSale-Title::before {
    margin-right: 10px;
}

.ECSale-Title::after {
    margin-left: 10px;
}


.ECSale-subTitle {
    color: #FF7F00;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 20px;

}


.ECSale-Sec dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.ECSale-Sec dt {
    flex-basis: 25%;
    padding: 20px;
    background-color: #FF7F00;
    font-size: 18px;
    color: #FFF;
    border-bottom: 1px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    /* 左上、右上、右下、左下 */
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: bold;
}

.ECSale-Sec dd {
    flex-basis: 75%;
    padding: 20px;
    font-size: 17px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    /* 左上、右上、右下、左下 */
    margin-bottom: 5px;
    border: 1px solid #FF7F00;
}

.ECSale-Caution {
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-top: 10px;
    line-height: 18px;
}


/** GOOD START **/


/** ロゴ **/
.logoWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    column-gap: 8px;
    row-gap: 8px;
    margin-bottom: 25px;
    outline: 0px solid red;
}

.logoWrapper img {
    width: 135px;
    border: 1px solid black;
}



.itemWrapper {
    display: flex;
    column-gap: 15px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    column-gap: 15px;
    row-gap: 30px;
    padding: 25px 0;
    border: 0px solid red;
}

.GoodsLogo img {
    width: 220px;
}


.Goods {
    width: 230px;
    border: 0px solid black;
    position: relative;
    background-color: #FFF;
}



.tag {
    font-size: 10px;
    ;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 7px;

}

.trading {
    background-color: yellowgreen;
    margin-right: 5px;

}



.GoodsDetailSec {
    width: 88%;
    /*height: 128px;*/
    height: 150px;
    border: 0px solid green;
    margin: 0 auto;
    margin-bottom: 8px;
    text-align: left;
}


.GoodsPhoto {
    margin-bottom: 8px;

}

.GoodsPhoto img {
    width: 100%;
    margin: 30px auto 10px auto;
    border: 0px solid red;

}

.GoodsText {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.noSelect {
    color: red;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 8px;
}


.nokaijo {
    color: red;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 8px;
}


.GoodsPrice {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.GoodsTax {
    font-size: 12px;
}



.GoodsButton-CM {
    width: 90%;
    background-color: orange;
    font-weight: 700;
    color: #FFF;
    font-size: 13px;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 18px;
}


.GoodsButton {
    width: 90%;
    background-color: orange;
    font-weight: 700;
    color: #FFF;
    font-size: 13px;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 18px;
}


.itemWrapper .Goods a:hover {
    filter: brightness(120%);
    /*background-color: #FFF;*/
}

.SaleCaution-wrapper {
    padding: 20px 50px;
    background-color: #FFF;
    text-align: left;
    font-size: 12px;
    line-height: 20px;

}

.SaleCaution-midashiL {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.SaleCaution {
    padding: 15px 20px;
    border: 1px solid black;
}

.SaleCaution-midashiS {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;

}

.SaleCaution img {
    width: 400px;
}

.pay_guide img {
    padding: 10px 0;
}

ul {
    padding: 0.5em;
    list-style-type: none;
}

ul li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
}

ul li:before {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0.2em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent gray;
}

.attention {
    color: red;
}








/** GOOD END **/










/*~~~~~~~~~~~~~~~~~~~~~~~~~
footer
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
    text-align: center;
    margin: 0 auto 200px auto;
    width: 100%;
    border: 0px solid red;

}

.place {
    width: 100%;
    color: #FFF;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 10px;
    background-color: #0067AB;
}

.copyright-container {
    width: 100%;
    margin: 10px auto 0 auto;
    border: 0px solid red;
    padding: 10px 0;
    font-size: 0.6em;
    line-height: 1.5em;

}


.copyright-item {
    display: inline-block;
    /* 塊として扱う */
    white-space: nowrap;
    /* 塊の中での改行を禁止 */
    margin-right: 1em;
    /* 作品ごとの間隔 */
}


.copy-tsuji {
    font-family:  "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
}


.footer_talogo {
    border: 0px solid red;
    padding-bottom: 20px;
}


.footer_talogo img {
    width: 120px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
ページTOP
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
    background: #00b7ee;
    color: white;
    font-size: 15px;
    font-weight: bold;
    /* ボタンのサイズと角丸 */
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* ③上向きの三角と、TOPの文字の位置を揃える */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0.9;
    transition: all .3s ease;
}

#page-top a::before {
    /* ④絶対必要 */
    content: "";
    display: block;
    /* ⑤三角のサイズ */
    width: 12px;
    height: 12px;
    /* ⑥三角の線と回転角度 */
    border-top: 4px solid white;
    border-right: 4px solid white;
    transform: rotate(-45deg);
    margin-bottom: 5px;
}


#page-top a:hover {
    text-decoration: none;
    opacity: 0.6;
}



/*ふわっと表示*/
.scroll-up {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
}

.scroll-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
    タブレット向け：560px～1024px
    /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (max-width: 1000px) {

    /*ヘッダー*/

    .header-wrapper {
        width: 95%;
        border: 0px solid orange;
    }

    .item-wrapper {
        width: 95%;
        border: 0px solid green;
    }


    h3 {
        font-size: 1.2rem;
        line-height: 1.8rem;
        width: 95%;
        margin: 0 auto;

    }


    .schedule_day img {
        width: 95%;
    }

    .schedule_title img {
        width: 90%;
    }



    .schedule_text {
        font-size: 0.8rem;
        line-height: 1.5rem;
        margin: 30px auto 0 auto;
        width: 70%;
        border: 0px solid red;
    }

    .itemSec {
        width: 95%;
        border: 0px solid orange;
        margin: 0 auto;
        padding: 20px 0;
    }


    .item-sub-wrapper {
        width: 100%;
        border: 0px solid blue;
        margin: 10px auto 0 auto;

    }

    .header-btn {
        width: 150px;
    }


    .logoWrapper img {
        width: 100px;
        border: 1px solid black;
    }


    .kaijoSale-Title::before,
    .kaijoSale-Title::after {
        content: '';
        width: 220px;
        height: 8px;
        margin-bottom: 20px;
    }


    .ECSale-Title::before,
    .ECSale-Title::after {
        content: '';
        width: 200px;
        height: 8px;
        margin-bottom: 20px;

    }


    .kaijoSale-subTitle {
        font-size: 18px;
        margin-bottom: 20px;

    }

    .kaijoSale-Sec dl {
        width: 90%;
    }

    .ECSale-Sec dl {
        width: 90%;
    }



    .Goods {
        width: 200px;
        /*height: 600px;*/
        border: 0px solid black;
        position: relative;
        background-color: #FFF;
    }






}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 スマートフォン向け：560px未満
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (max-width: 559px) {


    /* スマートフォンでは"sp"のclassがついた画像が表示 */
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /* スマートフォンでは"sp-br"が改行される */
    .pc-br {
        display: none !important;
    }

    .sp-br {
        display: block !important;
    }

    .texts {
        font-size: 0.7rem;
        line-height: 1.4rem;
    }

    body {
        /*background: url(../bg2_sp.png);*/
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    ヘッダー
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    header {
        margin: 0px auto 0px auto;
    }

    .header-wrapper {
        border: 0px solid green;
        padding: 0px;
        width: 100%;
        background-color: none;
        height: auto;
    }

    h1 img {
        width: 100%;
        border: 0px solid red;
    }

    h2 {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        outline: 0px solid red;
        padding: 12px 0 0px 0;
    }

    header .header-wrapper .btn-container {
        border: 0px solid red;
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto 0px;
        padding-bottom: 0px;
        ;
        width: 98%;
        justify-content: center;
        gap: 2px;
    }

    .header-btn {
        width: 150px;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        display: flex;
        justify-content: center;
        /*position: relative;*/
        color: #FFF;
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-weight: bold;
        border: 0px solid red;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .CateTitle {
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        margin-bottom: 0px;
    }

    .itemSec {
        width: 100%;
        border: 0px solid orange;
        margin: 0 auto;
        padding: 20px 0;
    }


    header .scroll {
        /*position: absolute; Goods公開後？*/
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 15px;
        /*font-weight: 700;*/
        color: #0074af;
        border: 0px solid green;
        margin-top: 10px;
    }

    header .scroll img {
        /*margin-bottom: 10px;*/
        animation-name: scrollAnimation;
        animation-duration: 2s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
        border: 0px solid red;
        margin: 10px auto 10px auto;
    }


    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    メイン
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    main {
        border: 0px solid red;
    }


    .item-wrapper {
        width: 100%;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 90%);
        /*background-color: #fff;*/
        border-radius: 0px;
        padding: 0 0 15px 0;
        border: solid 0px red;
    }


    .kaijoSale-Title {
        font-size: 22px;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }

    .ECSale-Title {
        font-size: 22px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }

    .kaijoSale-Title::before,
    .kaijoSale-Title::after {
        content: '';
        width: 100px;
        height: 5px;
        margin-bottom: 0px;
    }

    .ECSale-Title::before,
    .ECSale-Title::after {
        content: '';
        width: 72px;
        height: 5px;
        margin-bottom: 0px;
    }

    .kaijoSale-subTitle {
        font-size: 16px;
        line-height: 20px;
        border: 0px solid red;
        width: 85%;
        margin: 0 auto 20px auto;
    }

    .ECSale-subTitle {
        font-size: 16px;
        line-height: 20px;
        border: 0px solid red;
        width: 85%;
        margin: 0 auto 20px auto;
    }

    .kaijoSale-Sec dl {
        display: block;
        width: 90%;
        text-align: center;
    }

    .kaijoSale-Sec dt {
        padding: 12px 10px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .kaijoSale-Sec dd {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 15px;
        margin-bottom: 0px;
    }

    .kaijoSale-Caution {
        text-align: left;
        font-size: 12px;
        display: block;
    }

    .ECSale-Sec dl {
        display: block;
        width: 90%;
        text-align: center;
    }

    .ECSale-Sec dt {
        padding: 15px 10px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .ECSale-Sec dd {
        padding: 15px 15px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .ECSale-Caution {
        text-align: left;
        font-size: 12px;
        display: block;
    }

    .special img {
        width: 90%;
        margin: 0 auto 10px auto;
        border: 0px solid red;
    }

    #battle-ticket {
        scroll-margin-top: -150px;
    }

    .tag {
        font-size: 10px;
        ;
        letter-spacing: 1px;
        color: rgb(255, 255, 255);
        margin-bottom: 5px;
        display: inline-block;
        padding: 5px 7px;
    }

    .trading {
        background-color: yellowgreen;
        margin-right: 5px;
    }

    .noSelect {
        font-size: 10px;
        font-weight: normal;
        color: red;
        margin-bottom: 8px;
    }

    .nokaijo {
        color: red;
        font-size: 9.5px;
        font-weight: 450;
        line-height: 12px;
        margin-bottom: 8px;
    }

    .Goods {
        width: 45%;
        /*height: 600px;*/
        border: 0px solid black;
        position: relative;
        background-color: #FFF;
    }

    .GoodsPhoto img {
        width: 100%;
        margin: 15px auto 5px auto;
        border: 0px solid red;
    }

    .GoodsText {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 8px;
        line-height: 1.4;
    }


    .SaleCaution-wrapper {
        /*padding: 20px 50px;
        background-color: #FFF;
        text-align: left;*
        font-size: 10px;
        line-height: 25px;
        outline: 1px solid red;*/

    }


    .SaleCaution-midashiL {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .SaleCaution {
        width: 95%;
        margin: 0 auto;
        padding: 15px 5px;
    }

    .SaleCaution img {
        width: 90%;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    フッター
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    .copyright-container {
        border: 0px solid red;
        font-size: 0.4rem;
        line-height: 1rem;
        letter-spacing: 0;
        width: 95%;
        margin: 20px auto 0 auto;
    }




    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    ページTOP
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    #page-top {
        bottom: 0px;
        right: 15px;
    }

    #page-top a {
        /* ボタンのサイズと角丸 */
        width: 70px;
        height: 70px;
        outline: 0px solid red;
    }

    /*
    #page_top a::before {
        font-size: 25px;
    }

    #page_top a::after {
        font-size: 13px;
    }*/


}