@charset "utf-8";

#spcms {
    background-color: #FFF;
}

/* SP/PCで画像要素がちがうとき用 */
#spcms .pc_element {
    display: none;
}

@media (min-width:960px) {
    #spcms .sp_element {
        display:none;
    }
    #spcms .pc_element {
        display: block;
    }
}

/* 会員登録ボタン */
#spcms .btn_registration a {
    display: block;
    border: solid 1px #FF5900;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    max-width: 472px;
    background-color: #FF5900;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
}
#spcms .btn_registration a:link,
#spcms .btn_registration a:visited {
    color: #ffffff;
}
#spcms .btn_registration a:hover {
    text-decoration: none;
    opacity: 0.7;
}
/*
@media (min-width:960px) {
    #spcms .btn_registration a {
        margin-top: 40px;
        max-width: 600px;
        line-height: 80px;
        height: 80px;
        font-size: 34px;
        border-radius: 10px;
    }
}
*/

/* メインイメージ */
#spcms #main_img {
    background-color: #FF5900;
    background-size: auto 100%;
    background-position: center;
    margin-bottom:30px;
    padding-bottom: 20px;
}

#spcms .main_img__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-weight: bold;
    color: #FFF;
    font-size: 21px;
    text-align: center;
}

#spcms .main_img__inner img {
    width: 100%;
}

/* クーポン内容 */
#spcms .main_img__inner .point_item {
    font-size: 50px;
    line-height: 175%;
}
#spcms .main_img__inner .point_val {
    font-size: 170px;
    line-height: 100%;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 和文フォント指定, sans-serif;
}
#spcms .point_item_bdr {
    border: 2px solid #FFF;
    padding: 8px;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

/* コンテンツ */
#spcms #contents_wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding:0 10px;
}
/*
@media (min-width:960px) {
    #spcms #contents_wrap {
        padding:0;
    }
}
*/
#spcms .contents_block {
    padding-bottom: 30px;
}
/*
@media (min-width:960px) {
    #spcms .contents_block {
        padding-bottom: 56px;
    }
}
*/
#spcms .contents_block img {
    width: 100%;
    vertical-align: bottom;
    margin: 0 auto;
}

/* 見出し */
#spcms .img_heading img {
    max-width: 600px;
    margin-bottom: 24px;
}
#spcms .img_heading {
    text-align: center;
}

/* 魅力 */
#spcms .value_img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#spcms .value_img__item {
    width: 48%;
    margin-bottom: 20px;
}

@media (min-width:600px) {
    #spcms .value_img {
        max-width: 100%;
        margin-bottom: 40px;
    }
    #spcms .value_img__item {
        width: 22%;
    }
    #spcms .value_img__item:first-child {
        width: 24%;
    }
    #spcms .value_img__item:nth-child(2) {
        width: 24%;
    }
}

#spcms .contents_headline {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    color: #707070;
    text-align: center;
    margin-bottom: 20px;
    font-family: "游ゴシック";
}

@media (min-width:600px) {
    #spcms .contents_headline {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}
/*
@media (min-width:960px) {
    #spcms .contents_headline {
        font-size: 35px;
        line-height: 1.5;
        margin-bottom: 40px;
    }
}
*/
#spcms .headline_underline {
    background: linear-gradient(transparent 62%, #FFBD99 0%);
}

#spcms .word_balloon {
    font-size: 14px;
    text-align: center;
    color: #FF5900;
    margin-bottom: 10px;
}

@media (min-width:600px) {
    #spcms .word_balloon {
        font-size: 16px;
        margin-bottom: 12px;
    }
}
/*
@media (min-width:960px) {
    #spcms .word_balloon {
        font-size: 28px;
        margin-bottom: 15px;
    }
}
*/
#spcms .registration_area {
    padding: 10px 10px 15px 10px;
    border: #FFAB40 dashed 1px;
    margin-bottom: 20px;
}
/*
@media (min-width:960px) {
    #spcms .registration_area {
        padding: 15px 15px 20px 15px;
        border: #FFAB40 dashed 2px;
        margin-bottom: 40px;
    }
}
*/
#spcms .txt_line {
    font-size: 12px;
    padding-left: 2px;
}

#spcms .txt_emphasis {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

@media (min-width:600px) {
   #spcms .txt_emphasis {
        font-size: 16px;
        margin-bottom: 10px;
    }
   #spcms .txt_line {
        font-size: 14px;
    }
}
/*
@media (min-width:960px) {
   #spcms .txt_emphasis {
        font-size: 18px;
        margin-bottom: 10px;
    }
   #spcms .txt_line {
        font-size: 16px;
    }
}
*/
#spcms .sentence_area p {
    font-size: 12px;
}

#spcms .sentence_area .sub_headline {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

#spcms .sentence_area ol {
    padding-left: 5px;
    margin-bottom: 10px;
}

#spcms .sentence_area ol li {
    font-size: 12px;
    line-height: 1.4;
}

@media (min-width:600px) {
   #spcms .sentence_area p {
        font-size: 13px;
    }
   #spcms .sentence_area .sub_headline {
        font-size: 14px;
    }
   #spcms .sentence_area ol li {
        font-size: 13px;
    }
}
/*
@media (min-width:960px) {
   #spcms .sentence_area p {
        font-size: 16px;
    }
   #spcms .sentence_area .sub_headline {
        font-size: 16px;
    }
   #spcms .sentence_area ol li {
        font-size: 16px;
        line-height: 1.5;
    }

}
*/
