@charset "utf-8";

/* ************************************************************************
*
* STYLE
*
************************************************************************ */
body {
    font-family: "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#except_wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

a {
    text-decoration: none;
}

.link_btn:hover {
    opacity: .5;
    transition: 1s;
}

.pc {
    display: inline-block;
}

.sp {
    display: none;
}

/* 
header
---------------------------------- */
#except_wrapper header {
    width: 100%;
}

#except_wrapper header .top {
    background: url(../../img/head_bg.jpg) repeat-x;
    padding: 27px 0;
    border-bottom: 2px solid #eee;
}

#except_wrapper header .top_inner {
    width: 980px;
    margin: 0 auto;
}

#except_wrapper header .top h1 {
    font-size: 0;
    background: url(../../img/card_logo.jpg) no-repeat;
    width: 330px;
    height: 38px;
}

#except_wrapper header .top h1 a {
    width: 330px;
    height: 38px;
}

#except_wrapper header .top h1:hover {
    opacity: .7;
}

#except_wrapper header .top .link_btn {
    background: #0090d5;
    width: 170px;
    text-align: center;
    border: 1px solid #0090d5;
    box-sizing: border-box;
    float: right;
    height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: -39px 0 0 0;
    position: relative;
    line-height: 40px;
}

#except_wrapper header .top .link_btn a {
    color: #fff;
}

#except_wrapper header .top .link_btn::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 7px;
    height: 7px;
    right: 12px;
    top: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*-----*/
#except_wrapper .cnt_inner {
    width: 980px;
    margin: 0 auto;
}

/* 
lead
---------------------------------- */
#except_wrapper .main_contents {
    padding-bottom: 85px;
}

#except_wrapper #lead {
    background: #fff;
    padding: 70px 0 45px 0;
}

#except_wrapper #lead h2 {
    font-size: 30px;
    font-weight: bold;
    color: #0090d5;
    margin: 0 auto 25px;
    letter-spacing: 0.04rem;
    line-height: 1.4;
}

#except_wrapper #lead p {
    font-size: 16px;
}

#except_wrapper #lead a {
    color: #0090d5;
    text-decoration: underline #0090d5;
    text-underline-offset: 4px;
}

/*-----*/
#except_wrapper #lead .att {
    width: 86vw;
    max-width: 592px;
    font-size: 12px;
    text-align: left;
    margin: 40px auto 0 auto;
}

#except_wrapper #lead .att li {
    margin-bottom: 2px;
    line-height: 1.2rem;
}

#except_wrapper #lead .att li.indent {
    padding-left: 1em;
    text-indent: -1em;
}

/*-----*/

/* 
list
---------------------------------- */
#except_wrapper #list {
    background: url(../img/bg_stripe.png);
    background-size: 9px 9px;
    background-repeat: repeat;
    padding: 20px 0 60px;
}

#except_wrapper #list .sub {
    font-size: 12px;
    text-align: right;
    margin-bottom: 17px;
    font-weight: bold;
    letter-spacing: 0.06rem;
}

#except_wrapper #list .sub .ok {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background: url(../img/round.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

#except_wrapper #list .sub .co {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background: url(../img/triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
}

#except_wrapper #list .sub .ng {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background: url(../img/cross.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
}

/*-----*/
#except_wrapper #list .list_area {
    overflow-y: scroll;
    width: 100%;
    height: 80vh;
    margin: 10px 0;
}

#except_wrapper #list .table_area {
    position: relative;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

#except_wrapper #list .table_area th,
#except_wrapper #list .table_area td {
    display: table-cell;
    /*border: 1px solid #eaeaea;
padding: 10px 15px 7px;
font-size: 14px;*/
    line-height: 1.8em;
    text-align: center;
}

/*
#except_wrapper #list .head_area{
background: #0090d5;
border-top: none;
color: #fff;
position: sticky;
top: 0;
left:0;
}
#except_wrapper #list .table_area td{
color: #000;
min-width:119px;
}
*/

/*-----*/
#except_wrapper #list .head_area {
    background: #0090d5;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    border-top: none;
    position: sticky;
    top: 0;
    backface-visibility: hidden;
    z-index: 100;
    /*
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    */
}

#except_wrapper #list .head_area tr th {
    border-right: 1px solid #65bde7;
    vertical-align: middle;
    box-sizing: border-box;
}

#except_wrapper #list .head_area tr th:last-child {
    border-right: none;
}

#except_wrapper #list .head_area tr .catA {
    padding: 16px 16px 0;
}

#except_wrapper #list .head_area tr .catA p {
    font-size: 11px;
    line-height: 1.4;
    color: #0090d5;
    background: #fff;
    border-radius: 15px;
    padding: 4px 0 0 0;
}

#except_wrapper #list .head_area tr .catB {
    width: 119px;
    font-size: 13px;
    padding: 10px 0 10px 0;
    line-height: 1.1em;
    border-right: none;
}

#except_wrapper #list .head_area tr .catB .part.line-one {
    line-height: 2.159em;
}

#except_wrapper #list .head_area tr .catB .part {
    border-right: 2px solid #fff;
}

#except_wrapper #list .head_area tr .catB.cat_part {
    border-right: 1px solid #65bde7;
}

#except_wrapper #list .shop {
    /*    width: 261px;*/
    width: 266px;
    padding: 20px;
}

#except_wrapper #list .card {
    width: 357px;
}

#except_wrapper #list .app {
    width: 119px;
}

#except_wrapper #list .jre {
    width: 238px;
}

#except_wrapper #list .body_area tr .note_box {
    border-top: 1px solid #eee;
    color: #000;
    padding: 20px;
    text-align: left;
}

#except_wrapper #list .body_area tr .note_box p {
    line-height: 1.6;
    font-size: 12px;
}

/*
#except_wrapper #list .body_area tr .note{
    width: 243px;
    text-align: left;
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}
*/

/*-----*/
#except_wrapper #list .body_area {
    width: 100%;
}

#except_wrapper #list .body_area tr th,
#except_wrapper #list .body_area tr td {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: 0.4px;
}

#except_wrapper #list .body_area {
    background: #fff;
}

#except_wrapper #list .body_area thead:nth-child(2n) {
    background-color: #f7f7f7;
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
}

#except_wrapper #list .body_area .shop p {
    text-align: left;
    font-weight: bold;
}

#except_wrapper #list .body_area .shop p.area {
    font-size: 12px;
    color: #0090d5;
    padding: 0 0 10px;
}

#except_wrapper #list .body_area .shop p.area span {
    position: relative;
    padding-right: 20px;
}

#except_wrapper #list .body_area .shop p.area span:after {
    content: "";
    width: 1px;
    border-right: 1px solid #0090d5;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}

#except_wrapper #list .body_area .shop p.name {
    font-size: 14px;
    line-height: 1.5;
}

#except_wrapper #list .markBox {
    width: 119px;
    height: 77px;
    padding: 20px;
}

#except_wrapper #list .markBox .ok {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background: url(../img/round.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

#except_wrapper #list .markBox .co {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background: url(../img/triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
}

#except_wrapper #list .markBox .ng {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background: url(../img/cross.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

#except_wrapper #list .body_area tr .note {
    width: 243px;
    text-align: left;
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

/* 
下部
---------------------------------- */
#except_wrapper #btm {
    width: 980px;
    margin: 80px auto 0 auto;
}

/*-----*/
#except_wrapper #btm .att {
    font-size: 12px;
    text-align: left;
    margin: 25px auto 50px;
}

#except_wrapper #btm .att li {
    margin-bottom: 10px;
    line-height: 1.2rem;
}

/*-----*/
#except_wrapper #btm .to_app {}

#except_wrapper #btm .to_app .link_btn {
    background: #FFF000;
    width: 360px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 auto 40px;
    position: relative;
    line-height: 40px;
}

#except_wrapper #btm .to_app .link_btn a {
    color: #000;
    padding: 23px 0 20px;
    display: block;
    line-height: 1;
}

#except_wrapper #btm .to_app .link_btn::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 23px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*-----*/
#except_wrapper #btm .to_top {}

#except_wrapper #btm .to_top .link_btn {
    background: #0090d5;
    width: 360px;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 auto 40px;
    position: relative;
    line-height: 40px;
}

#except_wrapper #btm .to_top .link_btn a {
    color: #fff;
    padding: 23px 0 20px;
    display: block;
    line-height: 1;
}

#except_wrapper #btm .to_top .link_btn::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 23px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*-----*/
#except_wrapper #btm .to_spThanks {}

#except_wrapper #btm .to_spThanks .link_btn {
    background: #000000;
    width: 360px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
    line-height: 40px;
}

#except_wrapper #btm .to_spThanks .link_btn a {
    color: #ffffff;
    padding: 23px 0 20px;
    display: block;
    line-height: 1;
}

#except_wrapper #btm .to_spThanks .link_btn::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 23px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* ----- TOPへ戻る ----- */

.follow_top {
    font-size: 0;
    background: url(../../img/pagetop.png) no-repeat;
    background-size: 100%;
    width: 94px;
    height: 94px;
    position: fixed;
    right: 26px;
    bottom: 180px;
    cursor: pointer;
}

/*--------------------------------------------------------------------------------
  * tablet *
  ------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

    /*-----*/
    #except_wrapper .cnt_inner {
        width: 100%;
    }

    #except_wrapper header .top_inner,
    #except_wrapper #btm {
        width: 91.2vw;
        margin: 0 auto;
    }

    #except_wrapper #list .head_area,
    #except_wrapper #list .body_area {
        width: 980px;
    }

    #except_wrapper #list .list_area {
        width: 91.2vw;
        margin: 10px auto;
    }

    #except_wrapper #list .sub {
        text-align: center;
    }

}


/*--------------------------------------------------------------------------------
  * SP *
  ------------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline-block;
    }

    img {
        width: 100%;
        display: block;
    }

    .link_btn:hover {
        opacity: 1;
    }

    html {
        text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
    }

    /* 
    header
    ---------------------------------- */
    #except_wrapper header {
        width: 100%;
    }

    #except_wrapper header .top {
        background: url(../../img/head_bg.jpg);
        padding: 3.7333333333333334vw 0;
        border-bottom: 2px solid #eee;
    }

    #except_wrapper header .top_inner {
        width: 91.2vw;
        margin: 0 auto;
        overflow: hidden;
    }

    #except_wrapper header .top h1 {
        font-size: 0;
        background: url(../../img/card_logo.jpg) no-repeat;
        background-size: contain;
        width: 47.46666666666667vw;
        height: 7.733333333333333vw;
        float: left;
    }

    #except_wrapper header .top h1 a {
        display: block;
        width: 47.46666666666667vw;
        height: 7.733333333333333vw;
    }

    #except_wrapper header .top .link_btn {
        background: #0090d5;
        width: 28vw;
        text-align: center;
        border: 1px solid #0090d5;
        box-sizing: border-box;
        float: right;
        height: 6.4vw;
        font-size: 2.6666666666666665vw;
        letter-spacing: 0.13333333333333333vw;
        margin: 0.8vw 1.6vw 0 0;
        position: relative;
        line-height: 6.4vw;
        font-weight: bold;
    }

    #except_wrapper header .top .link_btn a {
        color: #fff;
    }

    #except_wrapper header .top .link_btn::after {
        content: "";
        display: block;
        position: absolute;
        border-top: 0;
        border-right: 0;
        border-bottom: 0.26666666666666666vw solid #fff;
        border-left: 0.26666666666666666vw solid #fff;
        width: 2vw;
        height: 2vw;
        right: 2vw;
        top: 2vw;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    /*-----*/
    #except_wrapper .cnt_inner {
        /*width: 91.2vw;*/
        width: 92.5vw;
        margin: 0 auto;
    }

    #except_wrapper .main_contents {
        padding-bottom: 16vw;
    }

    /* 
    lead
    ---------------------------------- */
    #except_wrapper #lead {
        background: #fff;
        padding: 10.666666666666666vw 0 8vw;
    }

    #except_wrapper #lead h2 {
        font-size: 4.4vw;
        font-weight: bold;
        color: #0090d5;
        margin: 0 auto 4.133333333333333vw;
        letter-spacing: 0.01rem;
        line-height: 1.65;
        white-space: nowrap;
    }

    #except_wrapper #lead p {
        font-size: 3.7333333333333334vw;
        line-height: 1.64;
    }

    /*-----*/
    #except_wrapper #lead .att {
        font-size: 2.8vw;
        text-align: left;
        margin: 8vw auto 0vw;
    }

    #except_wrapper #lead .att li {
        margin-bottom: 1.5vw;
        line-height: 1.5;
    }

    #except_wrapper #lead .att li.indent {
        padding-left: 1em;
        text-indent: -1em;
    }

    /*-----*/

    /* 
    list
    ---------------------------------- */
    #except_wrapper #list {
        background: url(../img/bg_stripe.png);
        background-size: 1.2vw 1.2vw;
        background-repeat: repeat;
        padding: 3.666666666666667vw 0 10.666666666666666vw;
    }

    /*-----
    #except_wrapper #list .cnt_inner{
        width: 97.33333333333333vw;
        margin: 0 auto;
    }
    */
    /*-----*/
    #except_wrapper #list .sub {
        font-size: 2.6666666666666665vw;
        text-align: center;
        margin-bottom: 3.5vw;
        font-weight: bold;
        letter-spacing: 0;
    }

    #except_wrapper #list .sub .ok {
        font-size: 0;
        display: inline-block;
        vertical-align: top;
        background: url(../img/round.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 3.2vw;
        height: 3.2vw;
    }

    #except_wrapper #list .sub .co {
        font-size: 0;
        display: inline-block;
        vertical-align: top;
        background: url(../img/triangle.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 3.466666666666667vw;
        height: 2.933333333333333vw;
    }

    #except_wrapper #list .sub .ng {
        font-size: 0;
        display: inline-block;
        vertical-align: top;
        background: url(../img/cross.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 2.6666666666666665vw;
        height: 2.6666666666666665vw;
    }

    /*-----*/
    #except_wrapper #list .list_area {
        width: 100%;
        height: 75vh;
        margin: 10px auto;
    }

    /*-----*/
    #except_wrapper #list .card {
        width: 216px;
    }

    #except_wrapper #list .app {
        width: 72px;
    }

    #except_wrapper #list .jre {
        width: 144px;
    }

    #except_wrapper #list .head_area,
    #except_wrapper #list .body_area {
        width: 570px;
    }

    #except_wrapper #list .head_area .shop {
        width: 138px;
        font-size: 10px;
        line-height: 1.14;
    }

    #except_wrapper #list .head_area {
        font-size: 2.4vw;
    }

    #except_wrapper #list .head_area tr th {
        border-right: 1px solid #65bde7;
    }

    #except_wrapper #list .head_area tr .catA {
        padding: 10px 10px 0 10px;
    }

    #except_wrapper #list .head_area tr .catA p {
        font-size: 8px;
        white-space: nowrap;
        border-radius: 10px;
        padding: 2px 4px;
    }

    #except_wrapper #list .head_area tr .app.catA {
        padding: 10px 3px 0 3px;
    }

    #except_wrapper #list .head_area tr .catB {
        font-size: 10px;
        line-height: 1.14;
        width: 72px;
        padding: 5px 0;
    }

    #except_wrapper #list .head_area tr .catB .part.line-one {
        line-height: 2em;
    }

    #except_wrapper #list .head_area tr .catB.cat_part,
    #except_wrapper #list .head_area tr .catB .part {
        border-right: 1px solid #65bde7;
    }

    #except_wrapper #list .markBox {
        width: 72px;
        min-width: 72px;
        height: 60px;
        padding: 0;
    }


    #except_wrapper #list .body_area tr th {
        border-right: 1px solid #eee;
    }

    #except_wrapper #list .body_area tr td {
        border-right: 1px solid #eee;
    }

    #except_wrapper #list .body_area .shop {
        width: 215px;
        padding: 10px 7px 10px 7px;
    }

    #except_wrapper #list .body_area .shop p.area {
        font-size: 2.13vw;
        line-height: 1.4;
        padding: 0 0 5px;
        letter-spacing: 0.1px;
    }

    #except_wrapper #list .body_area .shop p.area span {
        position: relative;
        padding-right: 10px;
    }

    #except_wrapper #list .body_area .shop p.area span:after {
        right: 5px;
    }

    #except_wrapper #list .body_area .shop p.name {
        font-size: 10px;
        line-height: 1.3;
    }

    #except_wrapper #list .body_area tr .note_box {
        padding: 10px 14px;
        border-top: 1px solid #eee;
    }

    #except_wrapper #list .body_area tr .note_box p {
        font-size: 10px;
    }

    /*
    #except_wrapper #list .head_area{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
    }
    
    #except_wrapper #list .head_area tr th {
        border-right: none;
    }
        #except_wrapper #list .head_area tr .catB:nth-child(1) p,
    #except_wrapper #list .head_area tr .catB:nth-child(2) p{
        border-right: none;
    }
    #except_wrapper #list .head_area tr .catB:nth-child(3){
        border-right: none;
    }
    */

    /*-----
    #except_wrapper #list .body_area tr th,
    #except_wrapper #list .body_area tr td{
        border-right: none;
    }
    #except_wrapper #list .body_area{
    }
    #except_wrapper #list .body_area tr:nth-child(odd),
    #except_wrapper #list .body_area tr:nth-child(even){
        background: transparent;
    }
*/
    /* 
    下部
    ---------------------------------- */
    #except_wrapper #btm {
        width: 91.2vw;
        margin: 15vw auto 0;
    }

    #except_wrapper #btm .to_app {}

    #except_wrapper #btm .to_app .link_btn {
        background: #FFF000;
        width: 88.2vw;
        text-align: center;
        box-sizing: border-box;
        font-size: 3.466666666666667vw;
        font-weight: bold;
        letter-spacing: 0.13333333333333333vw;
        margin: 0 auto 8vw;
        position: relative;
        line-height: 16vw;
    }

    #except_wrapper #btm .to_app .link_btn a {
        color: #000;
        padding: 6vw 0 5vw;
        display: block;
        line-height: 1;
    }

    #except_wrapper #btm .to_app .link_btn::after {
        content: "";
        display: block;
        position: absolute;
        border-top: 0;
        border-right: 0;
        border-bottom: 0.26666666666666666vw solid #000;
        border-left: 0.26666666666666666vw solid #000;
        width: 3.3333333333333335vw;
        height: 3.3333333333333335vw;
        right: 4.666666666666667vw;
        top: 5.333333333333333vw;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    /*-----*/
    #except_wrapper #btm .to_top {}

    #except_wrapper #btm .to_top .link_btn {
        background: #0090d5;
        /*width: 74.66666666666667vw;*/
        width: 88.2vw;
        text-align: center;
        box-sizing: border-box;
        font-size: 4.8vw;
        font-weight: bold;
        letter-spacing: 0.13333333333333333vw;
        margin: 0 auto 8vw;
        position: relative;
        line-height: 16vw;
    }

    #except_wrapper #btm .to_top .link_btn a {
        color: #fff;
        padding: 5vw 0 4.7vw;
        display: block;
        line-height: 1;
    }

    #except_wrapper #btm .to_top .link_btn::after {
        content: "";
        display: block;
        position: absolute;
        border-top: 0;
        border-right: 0;
        border-bottom: 0.26666666666666666vw solid #fff;
        border-left: 0.26666666666666666vw solid #fff;
        width: 3.3333333333333335vw;
        height: 3.3333333333333335vw;
        right: 4.666666666666667vw;
        top: 5.333333333333333vw;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    /*-----*/
    #except_wrapper #btm .to_spThanks {}

    #except_wrapper #btm .to_spThanks .link_btn {
        background: #000000;
        width: 88.2vw;
        text-align: center;
        box-sizing: border-box;
        font-size: 3.466666666666667vw;
        font-weight: bold;
        letter-spacing: 0.13333333333333333vw;
        margin: 0 auto;
        position: relative;
        line-height: 16vw;
    }

    #except_wrapper #btm .to_spThanks .link_btn a {
        color: #fff;
        padding: 6vw 0 5vw;
        display: block;
        line-height: 1;
    }

    #except_wrapper #btm .to_spThanks .link_btn::after {
        content: "";
        display: block;
        position: absolute;
        border-top: 0;
        border-right: 0;
        border-bottom: 0.26666666666666666vw solid #fff;
        border-left: 0.26666666666666666vw solid #fff;
        width: 3.3333333333333335vw;
        height: 3.3333333333333335vw;
        right: 4.666666666666667vw;
        top: 5.333333333333333vw;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    /* ----- TOPへ戻る ----- */

    .follow_top {
        font-size: 0;
        background: url(../../img/pagetop.png) no-repeat;
        background-size: 100%;
        width: 12.533333333333333vw;
        height: 12.533333333333333vw;
        position: fixed;
        right: 1.7333333333333334vw;
        bottom: 4.933333333333334vw;
        cursor: pointer;
    }

}