@charset "UTF-8";
/*共通*/
html,
body {
    background: none;
}

/*全体*/
#wrapper {
    border-top: 2px solid #FF5A00;
    border-bottom: 2px solid #FF5A00;
}

#container {
    margin: 0 !important;
    background: #FFFFFF;
    border: none;
    font-size: 16px;
    min-width: 960px;
}
#container .font_lp_strong {
    font-weight: bold;
    color: #FF7E00;
}
#container .font_lp_strong.fs20 {
    font-size: 20px;
    line-height: 1;
}

/*ヘッダー*/
header {
    margin-top: 13px;
    padding: 30px 15px 0;
    overflow: hidden;
    font-size: 8px;
    color: #FF5A00;
    line-height: 23px;
    max-width: 960px;
    margin: auto;
    border: 0;
}

header .logo {
    width: 160px;
    height: 44px;
}

header .logo svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #FF5A00;
}

/*メインイメージ*/
.top_box_2{
    width: 100%;
    height: 210px;
    display: block;
    background-color: #FF7E00;
    margin-top: 30px;
}
.top_box_bg{
    width: 960px;
    max-width: 960px;
    min-width: 240px;
    margin: auto;
    position: relative;
}
.top_box_2 img{
    width: 960px;
    max-width: 960px;
    min-width: 240px;
    margin: auto;
    position: absolute;
    top: -30px;
}
/*でっぱってるところ*/
.top_box_2_bg{
    width: 960px;
    max-width: 960px;
    min-width: 36px;
    margin: auto;
    position: absolute;
    top: 240px;
}
/*サブタイトル*/
#container h2.box_title {
    text-align: center;
    padding-bottom: 20px;
}

#container h2.box_title p {
    background-color: #FFB527;
}

/*クーポンボタンあり　クーポン*/
.coupon_box_main{
    width: 960px;
    margin: auto;
}

.coupon_box_main img{
    max-width: 873px;
    max-height: 295px;
    margin: auto;
}

#container .coupon_box_main .btn_center_line .btn_module {
    width: 320px;
}

.bg_pale {
    margin: auto;
    width: 872px;
}

.coupon_sample {
    display: flex;
}

/*キャプチャ画面　左*/
.bg_pale .coupon_sample_1 {
    box-sizing: border-box;
    margin: 40px 0 0 0;
}
.bg_pale .coupon_sample_1 img {
    display: block;
    width: 100%;
    max-width: 423px;
    margin: auto;
    box-sizing: border-box;
}
.bg_pale .coupon_sample_1 p {
    margin: 20px 0 0 5px;
    width: 98%;
    max-width: 402px;
}
/*キャプチャ画面　右*/
.bg_pale .coupon_sample_2 {
    box-sizing: border-box;
    margin: 40px 0 50px 26px;
}
.bg_pale .coupon_sample_2 img {
    display: block;
    width: 100%;
    max-width: 423px;
    margin: auto;
    box-sizing: border-box;
}
.bg_pale .coupon_sample_2 p {
    margin: 20px 0 0 10px;
    width: 98%;
    max-width: 402px;
}
.coupon_sample_indent{
    padding-left: 1em;
    text-indent: -1em;
}
/*リンクボタン*/
#container .link_right {
    margin: 0 0 20px;
    width: 98%;
    clear: both;
}
#container .button_line p {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 20px;
}
#container p.guidance_message {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 20px;
    text-align: center;
}

#container .btn_module.btn_green {
    width: 628px;
}
#container .btn_module.btn_green span {
    padding-left: 10px;
}

/*クーポン背景*/
.coupon_ticket{
    box-sizing: border-box;
    background: url(/resources/a/pc/v2/images/landing/couponentry1407/coupon_ticket.png) no-repeat;
    width: 873px;
    height: 295px;
    padding-top: 20px;
    margin:0 auto 10px;
    position: relative;
}
.coupon_ticket_detail {
    width: 873px;
    text-align: right;
    margin: 0 auto;
}

/*クーポンボタン&有効期限 position*/
.coupon_ticket_entry{
    position: absolute;
    top: 70px;
    left: 593px;
}
.coupon_ticket_date{
    position: absolute;
    top: 202px;
    left: 92px;
    letter-spacing: 0.2em;
    font-size: 18px;
    color: #FF7E00;
    font-weight: bold;
}

/*会員登録ありがとうございます！さっそく…*/
.coupon_description{
    margin: 86px 0 30px;
    text-align: center;
}
/*赤文字注意書き*/
.coupon_description_2{
    margin: 10px 0px 40px;
    padding-left: 1em;
    text-indent: -1em;
    color: #FF0101;
    text-align: center;
}
/*赤文字注意書き　margin取るために別*/
.coupon_description_3{
    margin: 0 0 50px 50px;
    padding-left: 1em;
    text-indent: -1em;
    color: #FF0101;
}

.ranking_wrap {
    display: flex;
    flex-wrap: wrap;
}

/* 激安ページバナー */
.sale_banner {
    width: 632px;
    margin: 20px auto 40px;
    box-sizing:border-box;
}
.sale_banner img {
    max-width: 632px;
    height: auto;
}

/* クーポンのレイアウト */
.coupon_spcms {
    background-color: #FFFFFF;
    border: 3px solid #936920;
    width: 550px;
    text-align: center;
    margin: 0px auto 30px;
}
.co_content {
    display: flex;
}
.co_left {
    width: 340px;
    text-align: center;
    vertical-align: middle;
}
.co_right {
    width: 210px;
    text-align: center;
}
.obi {
    width:100%;
    height:18px;
    text-indent: -999em;
}
.obi_down {
    background-image: url("/resources/a/image/landing/page/couponentry1407/obi_down_long.jpg");
}
.obi_up {
    background-image: url("/resources/a/image/landing/page/couponentry1407/obi_up_long.jpg");
}
/* クーポン文字修飾 */
.cp_red {
    color: #C00000;
    font-weight:bold;
}
.cp_text_01 {
    font-size:21px;
}
.cp_text_02 {
    font-size:50px;
}
.cp_text_03 {
    font-size:40px;
}
.cp_text_04 {
    font-size:14px;
    margin-top: -3%;
}
.cp_line {
    line-height: 330%;
}

.main_img{
    width:100%;
    background-color: #FF5A00;
}
.main_img p{
    width:960px;
    margin: 20px auto 0;
}
#container .font_attention {
    font-size: 14px;
}
.app_area{
    width: 250px;
    margin: 20px auto 0;
}
.plus{
    font-size: 40px;
    color: #FF5A00;
    margin-bottom: 40px;
}
.sub_ttl{
    color: #FFFFFF;
    font-size: 24px;
    position: relative;
    padding: 20px 0;
    background-color: #FF5A00;
    margin: 40px 0  20px;
}

/* 有効期間 */
.cp_kikan {
    background-color: #F9F5EC;
    margin: 0px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #595959;
    padding: 2px;
    clear: both;
}

/*フッター*/
footer {
    min-width: 960px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 4px solid #FF5A00;
    padding: 30px 0 4px;
    margin-top: 30px;
    background: #FFFFFF;
    margin: 70px 0 0 0;
}

#ftr {
    background: none;
}
#ftr .ftr_copy {
    text-align: center;
    font-size: 14px;
    margin: 20px 0 10px;
    color: #AAAAAA;
}

.footer_links {
    text-align: center;
    font-size: 11px;
}
.footer_links a {
    color: #333333;
}
.footer_links span {
    color: #AAAAAA;
}

address {
    color: #FF5A00;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    font-style: normal;
}
.book.book_w {
    width: 116px;
    margin: 0 10px 20px 0;
}

.book.book_w:nth-child(7n) {
    margin-right: 0;
}

.btn_module.btn_orange.btn_txt_w {
    width: 320px !important;
}

.book.booklist_hide {
    display: none;
}
