@charset "utf-8";

html {
    font-size: 62.5%;
}
body{
    width: 100%;
    min-width: 100%;
    background-color: #f5f5f5;
    color: #444444;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
}
a{
    display: inline-block;
}
img{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#wrap_page{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#wrap_page[class*="tlp_"]{
    box-shadow: none;
}

.box_new{
    position: relative;
}
.icon_new{
    display: inline-block;
    margin-left: 0 0 0 -20px;
    padding: 2px 5px;
    background-color: #CC0033;
    color: #FFFFFF;
    font-size: 1.0rem;
    position: absolute;
    top: -5px;
    left: -5px;
}
.icon_new::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 4px transparent;
    border-right: solid 4px #860022;
}

.moreitem{
opacity: 0;
}
.moreitem.nodisp{
    display: none;
}
.btn_more{
    width: 80%;
    margin: 0 auto 0 auto;
    border: solid 2px #000;
    text-align: center;
}
.btn_more.rollover{
    opacity: 0.8;
}
.btn_more p{
    padding: 16px 0;
    color: #000;
    font-size: 4vw;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.btn_more p::after{
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('../images/common/icon/arrow_down_grey.png');
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 40%;
}

header{
    width: 100%;
    max-width: 640px;
    background-color: #cb1132;
    top: 0;
    z-index: 888;
}
header #inner_header{
    width: 100%;
    max-width: 640px;
    height: 56px;
    overflow: hidden;
}
#inner_header p{
    width: 100%;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    position: absolute;
    bottom: 15%;
}

#inner_header #btn_hmenu{
    width: 56px;
    height: 56px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    float: left;
}

/*#wrap_page[class*="ulp_"] #inner_header #btn_hmenu{
    display: none;
}*/

#btn_hmenu span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url('../images/common/icon/hdr_hmenu.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center 20%;
    position: relative;
}
#btn_hmenu.rollover p{
    text-decoration: underline;
}

#inner_header #btn_entry{
    width: 56px;
    height: 56px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    float: right;
}
#btn_entry a{
    width: 100%;
    height: 100%;
    background-image: url('../images/common/icon/hdr_entry.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20%;
    position: relative;
}
#btn_entry.rollover p{
    text-decoration: underline;
}

#inner_header #logo_header{
    width: 138px;
    margin: 0 auto;
}

#inner_header #logo_header a{
    overflow: hidden;
}

#logo_header img{
    width: 100%;
}

#bg_header{
    width: 100%;
    height: 56px;
    background-color: rgb(204, 0, 51);
}

#wrap_page[class*="ulp_"] header{
    position: fixed;
    background-color: rgba(204, 0, 51, 0.9);
}

#wrap_page[class*="ulp_"] #bg_header{
    width: 100%;
    height: 56px;
    background-color: rgb(204, 0, 51);
}

#wrap_page[class*="tlp_"] #bg_header{
    display: none;
}

#info_cmntop{
    padding: 2% 10px;
    background-color: #e8e8e8;
    overflow: hidden;
}
#info_cmntop h2{
    height: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 30px;
    float: left;
}
#wrap_page.tlp_save #info_cmntop h2{
    background-image: url('../images/common/icon/gicon_save.png');
    color: #ffa000;
}
#wrap_page.tlp_use #info_cmntop h2{
    background-image: url('../images/common/icon/gicon_use.png');
    color: #4b9d83;
}
#wrap_page.tlp_coupon #info_cmntop h2{
    background-image: url('../images/common/icon/gicon_coupon.png');
    color: #5a8bce;
}
#info_cmntop #infobox_cmntop,
#info_cmntop #infobox_cmntop_unauthentic,
#info_cmntop #infobox_cmntop_error,
#info_cmntop #infobox_cmntop_hide {
    float: right;
}
#info_cmntop #infobox_cmntop,
#info_cmntop #infobox_cmntop_error,
#info_cmntop #infobox_cmntop_hide{
    margin-top: 6px;
}
#info_cmntop .infottl{
    font-size: 1.0rem;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
}
#info_cmntop .infottl::after{
    content: '';
    height: 120%;
    border-right: solid 2px #9a9a9a;
    position: absolute;
    top: -20%;
    right: -10px;
}
#info_cmntop .infodetail{
    margin: 0 0 0 10px;
    font-size: 1.9rem;
    font-weight: bold;
    vertical-align: middle;
}
#info_cmntop .infodetail .unit{
    margin-left: 4px;
    color: #9a9a9a;
    font-size: 1.0rem;
}
 
#info_cmntop #infobox_cmntop_unauthentic {
    position: relative;
    width: 30%;
    background-color: #fff;
    padding: 8px 16px 8px 8px;
    font-size: 8px;
    font-size: 2.6vw;
    color: #ccc;
    text-align: center;
}
#info_cmntop #infobox_cmntop_unauthentic::after {
    position: absolute;
    top: 30%;
    right: 1px;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/icon/arrow_right_gray.png) no-repeat 50% 100%;
    background-size: 8px;
}
#info_cmntop span {
    display: inline-block;
}


#ulp_cmntop{
    background-color: #e8e8e8;
}
#ulp_cmntop #bc_ulp{
    padding: 0 10px;
}
#bc_ulp ul{
    overflow: hidden;
}
#bc_ulp li{
    font-size: 1.0rem;
    float: left;
}
#bc_ulp li a{
    max-width: 140px;
    padding: 10px 0;
    color: #444444;
}
#bc_ulp li.rollover a{
    text-decoration: underline;
}
#bc_ulp li span{
    display: inline-block;
    margin: 10px 6px;
    vertical-align: top;
}
#bc_ulp li span::before{
    content: "＞";
}
#bc_ulp li:last-child span::before{
    display: none;
}
#ulp_cmntop h2{
    height: 70px;
    padding-left: 10px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 70px;
    border-top: solid 1px #9a9a9a;
}

  

#wrap_contents{
    margin: 10px 0;
}



#wrap_gotop{
    margin: 10px auto;
}
#wrap_gotop #btn_gotop{
    height: 50px;
    margin: 0 auto;
    background-image: url('../images/common/icon/arrow_up_CC0033.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 50% 50%;
    cursor: pointer;
}
#btn_gotop.rollover{
    opacity: 0.8;
}



#wrap_sns{
    padding: 4% 0;
    background-color: #e8e8e8;
    text-align: center;
}
#wrap_sns #inner_sns{
}
#inner_sns ul{
    display: inline-block;
    width: 60%;
    overflow: hidden;
    padding-left: 6%;
}
#inner_sns li{
    width: 22%;
    margin: 0 4%;
    float: left;
}
#inner_sns li.rollover{
    opacity: 0.8;
}
#inner_sns li img{
    width: 100%;
    max-width: 70px;
}



#wrap_dbtn ul{
    overflow: hidden;
}
#wrap_dbtn li{
    float: left;
    position: relative;
}
#wrap_dbtn li.rollover{
    opacity: 0.8;
}
#wrap_dbtn li::after{
    content: "";
    height: 70%;
    border-left: solid 2px #e8e8e8;
    position: absolute;
    top: 15%;
    left: 0;
}
#wrap_dbtn li.noline::after{
    border-left: none;
}
#wrap_dbtn li.clm_3{
    width: 32%;
}
#wrap_dbtn li.clm_3.noline{
    margin-left: 2%;
}
#wrap_dbtn li.clm_3.top-line{
    border-top: solid 2px #e8e8e8;
}
#wrap_dbtn li.clm_2{
    width: 49%;
}
#wrap_dbtn li.clm_2.noline{
    margin-left: 1%;
}
#wrap_dbtn li a{
    display: block;
    height: 100%;
    text-align: center;
}
#wrap_dbtn li a img{
    max-width: 160px;
}
#wrap_dbtn li.clm_3 a img{
    width: 100%;
}
#wrap_dbtn li.clm_2 a img{
    width: 70%;
}

#wrap_dbtn li.topline {
    border-top: solid 2px #e8e8e8;
}

footer{
    display: inline-block;
    width: 100%;
    max-width: 640px;
    padding-bottom: 10px;
    background-color: #333333;
    color: #FFFFFF;
}
footer #inner_footer{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

#inner_footer .footerlink{
    margin: 20px 10px;
}
#inner_footer .footerlink li{
    font-size: 1.2rem;
    line-height: 3rem;
}
#inner_footer .footerlink li a{
    color: #FFFFFF;
}
#inner_footer .footerlink li.rollover a{
    text-decoration: underline;
}

#inner_footer small{
    display: block;
    margin-top: 40px;
    font-size: 1.0rem;
    text-align: center;
}

#navi_main_small{
    width: 100%;
    max-width: 640px;
    position: fixed;
    bottom: 0;
    display: none;
}
#wrap_page[class*="tlp_"] #navi_main_small{
    display: block;
    z-index: 888;
}
#navi_main_small #balloon_navi{
    margin: 0 10px 12px 10px;
    padding: 10px 10px 8px 10px;
    background-color: rgba(232, 232, 232, 0.9);
    border: 2px solid #CC0033;
    border-radius: 4px;
    font-size: 4vw;
    cursor: pointer;
    position: relative;
}


#balloon_navi:before{
    content: "";
    position: absolute;
    bottom: -19px;
    left: 29%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #ededed;
    z-index: 2;
}
#balloon_navi:after{
    content: "";
    position: absolute;
    bottom: -24px;
    left: 29%;
    margin-left: -17px;
    border: 12px solid transparent;
    border-top: 12px solid #CC0033;
    z-index: 1;
}

#balloon_navi.crnt_home:before{left: 12%;}
#balloon_navi.crnt_home:after{left: 12%;}
#balloon_navi.crnt_save:before{left: 38%;}
#balloon_navi.crnt_save:after{left: 38%;}
#balloon_navi.crnt_use:before{left: 64%;}
#balloon_navi.crnt_use:after{left: 64%;}
#balloon_navi.crnt_coupon:before{left: 90%;}
#balloon_navi.crnt_coupon:after{left: 90%;}

#balloon_navi a{
    display: inline-block;
    width: 92%;
    color: #444444;
}
#balloon_navi p .btn_close{
    display: inline-block;
    width: 4%;
    text-align: right;
    float: right;
    cursor: pointer;
}
#balloon_navi p img{
    width: 100%;
}

#navi_main_small ul{
    background-color: #f2f2f2;
    overflow: hidden;
}
#navi_main_small li{
    width: 25%;
    height: 68px;
    text-align: center;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center 12px;
}
#navi_main_small li.navi_ipx{
    height: 84px;
}
#navi_main_small li.home, #navi_main_small li.home.rollover{
    background-image: url('../images/common/icon/nav_home.png');
}
#navi_main_small li.save, #navi_main_small li.save.rollover{
    background-image: url('../images/common/icon/nav_save.png');
}
#navi_main_small li.use, #navi_main_small li.use.rollover{
    background-image: url('../images/common/icon/nav_use.png');
}
#navi_main_small li.coupon, #navi_main_small li.coupon.rollover{
    background-image: url('../images/common/icon/nav_coupon.png');
}
#wrap_page.tlp_home #navi_main_small li.home, #navi_main_small li.home.rollover{
    background-image: url('../images/common/icon/nav_home_crnt.png');
}
#wrap_page.tlp_save #navi_main_small li.save, #navi_main_small li.save.rollover{
    background-image: url('../images/common/icon/nav_save_crnt.png');
}
#wrap_page.tlp_use #navi_main_small li.use, #navi_main_small li.use.rollover{
    background-image: url('../images/common/icon/nav_use_crnt.png');
}
#wrap_page.tlp_coupon #navi_main_small li.coupon, #navi_main_small li.coupon.rollover{
    background-image: url('../images/common/icon/nav_coupon_crnt.png');
}
#navi_main_small li a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
}
#navi_main_small li span{
    display: block;
    margin-top: 48px;
    color: #333;
}

#box_hmenu{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
}
#box_hmenu #hdr_hmenu{
    background-color: #FFFFFF;
    position: relative;
}
#hdr_hmenu #logo_hmenu{
    width: 85%;
    background-color: #666666;
}
#logo_hmenu img{
    width: 100%;
    max-width: 138px;
    margin-left: 10px;
}
#hdr_hmenu .btn_close{
    width: 15%;
    height: 56px;
    background-color: #CC0033;
    color: #FFFFFF;
    font-size: 4rem;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
#hdr_hmenu .btn_close.rollover{
    opacity: 0.8;
}

#box_hmenu #body_hmenu{
    width: 85%;
    background-color: #FFFFFF;
}

  

#body_hmenu #info_member_loader{
    display: none;
}
#wrap_page[class*="tlp_"] ~ #load_hmenu #info_member_loader{
    display: block;
}
#body_hmenu #info_hmenu_login,
#body_hmenu #info_hmenu_logout,
#body_hmenu #info_hmenu_nonmember,
#body_hmenu #info_hmenu_error,
#body_hmenu #info_hmenu_hide{
    display: none;
}
#info_hmenu_login .wrap_infobox{
    margin: 0 auto;
    padding-right: 4%;
    padding-bottom: 1%;
    background-image: url(../img/icon/arrow_right_gray.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 98% 27%;
    overflow: hidden;
}
#info_hmenu_login .wrap_infobox a{
    width: 100%;
    color: #444444;
    overflow: visible;
}
#info_hmenu_login #stagebox_hmenu{
    width: 30%;
    margin: 3% 0 1% 10px;
    position: relative;
    float: left;
}
#stagebox_hmenu.rollover{
    opacity: 0.7;
}
#stagebox_hmenu.stageup .stagebox_bg{
    width: 140%;
    height: 100%;
    background-image:
        url('../img/decoration/glitter_01.png'),
        url('../img/decoration/glitter_01.png'),
        url('../img/decoration/glitter_01.png'),
        url('../img/decoration/glitter_01.png'),
        url('../img/decoration/glitter_01.png');
    background-size: 10% 14%, 5% 8%, 8% 11%, 8% 10%, 5% 8%;
    background-position: 88% 40%, 78% 50%, 86% 73%, 16% 83%, 26% 97%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -20%;
}
#stagebox_hmenu .balloon_stage{
    padding: 5% 6%;
    background-color: #FFFFFF;
    border-radius: 6px;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 3.5vw;
    position: relative;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.27));
    z-index: 1;
}
#stagebox_hmenu .balloon_stage:before{
    content: "";
    margin-left: -8px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: 2;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}

#stagebox_hmenu.stageup .balloon_stage{
    background-color: #CC0033;
    border: solid 2px #CC0033;
    color: #FFFFFF;
}
#stagebox_hmenu.stageup .balloon_stage:after{
    border-top: 8px solid #CC0033;
}
#stagebox_hmenu.stageup .balloon_stage:before{
    border-top: 8px solid #CC0033;
}
#stagebox_hmenu .balloon_stage .text_stageup{
    display: none;
}
#stagebox_hmenu.stageup .balloon_stage .text_default{
    display: none;
}
#stagebox_hmenu.stageup .balloon_stage .text_stageup{
    display: block;
}
#stagebox_hmenu #hmenu_stageimg{
    width: 60%;
    height: auto;
    margin: 6px auto 0 auto;
    background-image: url('../images/common/icon/stage_noimg.png');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    border: solid 2vw #e8e8e8;
    border-radius: 50%;
    position: relative;
}
#hmenu_stageimg::before{
    content: '';
    display: block;
    padding-top: 100%;
}
#hmenu_stageimg .aspectbox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#stagebox_hmenu.stageup #hmenu_stageimg{
    border: solid 2vw #e1d403;
}
#stagebox_hmenu #hmenu_stageimg.st_1st{
    background-image: url('../images/common/icon/stage_1st.png');
}
#stagebox_hmenu #hmenu_stageimg.st_2nd{
    background-image: url('../images/common/icon/stage_2nd.png');
}
#stagebox_hmenu #hmenu_stageimg.st_3rd{
    background-image: url('../images/common/icon/stage_3rd.png');
}
#stagebox_hmenu #hmenu_stageimg.st_4th{
    background-image: url('../images/common/icon/stage_4th.png');
}
#stagebox_hmenu #hmenu_stageimg.st_pt{
    background-image: url('../images/common/icon/stage_pt.png');
}

#info_hmenu_login #infobox_hmenu{
    width: 60%;
    margin: 3% 4% 0 0;
    text-align: right;
    float: right;
    position: relative;
}
#infobox_hmenu .balloon_point{
    display: none;
    padding: 2% 3%;
    background-color: #FFFFFF;
    border: solid 2px #CC0033;
    border-radius: 6px;
    color: #CC0033;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 3.5vw;
    position: absolute;
    top: 10%;
    left: -42%;
}
#infobox_hmenu.pointup .balloon_point{
    display: block;
}
#infobox_hmenu .balloon_point:before{
    content: "";
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #FFFFFF;
    position: absolute;
    right: -14px;
    top: 50%;
    z-index: 2;
}
#infobox_hmenu .balloon_point:after{
    content: "";
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #CC0033;
    position: absolute;
    right: -17px;
    top: 50%;
    z-index: 1;
}

#infobox_hmenu a.rollover{
    opacity: 0.7;
}

#infobox_hmenu .infottl{
    font-weight: bold;
}
#infobox_hmenu .point_total{
    margin-top: 4px;
    font-size: 16px;
    font-size: 7.5vw;
    font-weight: bold;
    margin-right: -10%;
    padding-right: 10%;
}
#infobox_hmenu .point_total .unit{
    margin-left: 2%;
    color: #9a9a9a;
    font-size: 9px;
    font-size: 4vw;
}

#infobox_hmenu .wrap_restrictpoint{
    display: none;
    margin-top: 2vw;
    text-align: left;
}
#infobox_hmenu .wrap_restrictpoint div{
    display: inline-block;
    width: 45%;
}
#infobox_hmenu .wrap_restrictpoint div span{
    display: inline-block;
    text-align: left;
    font-size: 8px;
    font-size: 2vw;
    line-height: 3vw;
}
#infobox_hmenu div.point_restrict{
    display: inline-block;
    width: 50%;
    font-weight: bold;
    font-size: 14px;
    font-size: 4.4vw;
    text-align: right;
}
#infobox_hmenu .point_restrict .unit{
    margin-left: 2%;
    color: #9a9a9a;
    font-size: 8px;
    font-size: 2vw;
}
#infobox_hmenu .info_login{
    display: none;
    width: 100%;
 	margin-top: 3%;	 
    padding: 3% 4%;
    background-color: #e8e8e8;
    font-size: 2.5vw;
    text-align: left;
 
    top: 0;
}
#infobox_hmenu .info_login span{
    position: absolute;
    right: 4%;
}

#infobox_hmenu .info_regist {
    display: none;
}

#info_hmenu_login .info_lapsepoint{
    display: none;
    padding: 10px;
    background-color: #CC0033;
    font-size: 10px;
    font-size: 3vw;
}

#info_hmenu_login .info_lapsepoint a{
    color: #fff;
}

#info_hmenu_login .info_lapsepoint span{
    display: block;
    margin: 0 auto;
}



#info_hmenu_logout .wrap_infobox,
#info_hmenu_nonmember .wrap_infobox,
#info_hmenu_error .wrap_infobox,
#info_hmenu_hide .wrap_infobox {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
#info_hmenu_logout .wrap_infobox a{
    display: block;
    color: #444444;
}
#info_hmenu_logout .wrap_infobox a.rollover{
    opacity: 0.8;
}

#info_hmenu_logout .balloon_logout,
#info_hmenu_nonmember .balloon_nonmember {
    display: inline-block;
    margin: 4% auto 12px auto;
    padding: 8px 20px;
    background-color: #FFFFFF;
    border-bottom: solid 2px #9a9a9a;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    line-height: 4vw;
    position: relative;
}
#info_hmenu_logout .balloon_logout:before,
#info_hmenu_nonmember .balloon_nonmember:before {
    content: "";
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFFFFF;
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 2;
}
#info_hmenu_logout .balloon_logout:after,
#info_hmenu_nonmember .balloon_nonmember:after {
    content: "";
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #9a9a9a;
    position: absolute;
    bottom: -24px;
    left: 50%;
    z-index: 1;
}

#info_hmenu_logout .infobox_logout,
#info_hmenu_nonmember .infobox_nonmember {
    margin: 0 4% 4% 4%;
    padding: 4% 0;
    background-color: #e8e8e8;
    background-image: url(../img/icon/arrow_right_red.png);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: 98% center;
    text-align: center;
}
#info_hmenu_logout .infobox_logout .text,
#info_hmenu_nonmember .infobox_nonmember .text {
    color: #CC0033;
    font-weight: bold;
    font-size: 4vw;
    line-height: 7vw;
}
#info_hmenu_logout .infobox_logout .note{
    display: inline-block;
    margin-top: 2%;
    padding: 2%;
    background-color: #FFFFFF;
}

#info_hmenu_error,
#info_hmenu_hide {
    padding: 5vw 0;
    text-align: center;
    color: #999;
}
.info_hmenu_error_box{
    margin: 0 4rem;
    padding: 1rem 0;
    position: relative;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
}
.info_hmenu_error_line {
    position: absolute;
    background-color: #fff;
    width: 32vw;
    top: -2vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 3.5vw;
}
.info_hmenu_error_message {
    margin-top: 16px;
    font-size: 4vw;
}


#body_hmenu #info_hmenu_lowerpage{
    padding: 10px 0;
    background-color: #777777;
    border-bottom: solid 1px #777777;
    display: none;
}
#wrap_page[class*="ulp_"] ~ #load_hmenu #info_hmenu_lowerpage{
    display: block;
}
#info_hmenu_lowerpage ul{
    max-width: 560px;
    margin: 0 auto;
    overflow: hidden;
}
#info_hmenu_lowerpage li{
    display: inline-block;
    width: 49%;
    background-color: #FFFFFF;
    border-top: solid 2px #777777;
    border-left: solid 2px #777777;
    float: left;
}
#info_hmenu_lowerpage li.rollover{
    opacity: 0.8;
}

#info_hmenu_lowerpage li:nth-child(1), #info_hmenu_lowerpage li:nth-child(2){
    border-top: none;
}
#info_hmenu_lowerpage li a{
    display: block;
    padding: 12px 0;
    color: #444444;
    vertical-align: middle;
}
#info_hmenu_lowerpage li a p{
    padding: 0 40px 0 20px;
    position: relative;
    line-height: 2.0rem;
}
#info_hmenu_lowerpage li a p::after{
    content: '';
    width: 22px;
    height: 22px;
    background-image: url('../images/common/icon/arrow_right_999999.png');
    background-repeat: no-repeat;
    background-size: 22px;
    position: absolute;
    top: 0;
    right: 10px;
}

  

#body_hmenu nav{
    background-color: #9a9a9a;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}
#body_hmenu .list_hmenu{
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    background-color: #FFFFFF;
    border-top: solid 1px #FFFFFF;
}
#body_hmenu .list_hmenu:first-child{
    margin-top: 6px;
}
#body_hmenu .list_hmenu li{
    background-color: #777777;
    border-bottom: solid 1px #FFFFFF;
}
#body_hmenu .list_hmenu li.rollover{
    opacity: 0.8;
}
#body_hmenu .list_hmenu:last-child li:last-child{
}
#body_hmenu .list_hmenu a{
    display: block;
    padding: 12px 10px;
    color: #FFFFFF;
    vertical-align: middle;
}
#body_hmenu .list_hmenu a p{
    max-width: 530px;
    margin: 0 auto;
    padding: 0 30px 0 10px;
    position: relative;
    line-height: 2.0rem;
}
#body_hmenu .list_hmenu a p::after{
    content: '';
    width: 15px;
    height: 18px;
    margin-top: -10px;
    background-image: url('../images/common/icon/arrow_right_white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    position: absolute;
    top: 50%;
    right: 0;
}



#bgscreen{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: 888;
    display: none;
}
#wrap_page .dispnone_small{
    display: none;
}



#wrap_sns {
    display: none;
}

.loader-wrap {
    height: 200px;
    position: relative;
}

.loader-icon {
}

.loader-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/loader_wh.gif);
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-icongr::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/loader_gr.gif);
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-icondd::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/loader_wh.gif);
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-iconbl::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/loader_bl.gif);
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.loader-iconbw::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/loader_bw.gif);
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
