/*
Theme Name: Plus Minus 0
Author: JGrip / CunelWork
Template: welcart_basic
 */

@charset "utf-8";

/* =Theme Color
-------------------------------------------------------------- */

.cWhite {
    color: #fff;
}

.cBlack {
    color: #444;
}


/* =Layout
-------------------------------------------------------------- */

html {
    background: #FFF;
}

img {
    vertical-align: bottom;
}

#access {
    background: #fff;
}

#main {
    width: 100%;
    margin-top: 92px;
    padding: 40px 0;
}

.home #main {
    margin-top: 40px;
    padding: 0;
    padding-bottom: 40px;
}

.at-usces-pages #main {
    margin-top: 40px;
}

.at-single-item #main {
    padding: 0;
}

.at-category #main {
    padding: 0;
}

#campaign #main {
    padding: 0;
}

.at-usces-member_update_settlement .catbox,
#breadcrumbs_wrap,
.content-width {
    max-width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
}

#sidebar {
    display: none;
}


/* =Header
-------------------------------------------------------------- */

.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
    z-index: 22;
}

.home .header_wrap,
.at-usces-pages .header_wrap {
    background: transparent;
}

#header {
    /*margin-bottom: 10px;*/
    padding: 10px 0;
    background: #f0f0f0;
}

#site-title {
    margin: 2px 0 0;
}

#branding {
    font-size: 0;
}

#branding a,
#branding span {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
}

.login-menu .usces_login_a {
    padding: 2px 0 0\0;
}

#branding .login-menu {
    margin-top: 2px;
}

#branding .sub-menu {
    margin-top: 2px;
}

#branding .sub-menu a {
    margin-right: 20px;
}

#branding .sns-menu {
    margin-right: 25px;
}

#branding .sns-menu a {
    margin-right: 5px;
}

#h_item_menu {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#usces-cart #h_item_menu,
#usces-member #h_item_menu {
    display: none;
}

#h_item_menu .menu_item {
    display: inline-block;
    margin-top: 2px;
    margin-left: 36px;
    font-size: 1.2rem;
    vertical-align: middle;
}

#branding #h_page_title {
    display: none;
}

#header_sub_menu {
    position: relative;
    padding-bottom: 12px;
}

.at-category #header_sub_menu {
    /*border-bottom: 1px solid #cdcdcd;*/
    padding-bottom: 17px;
}

.at-usces-pages #header_sub_menu {
    display: none;
}

#breadcrumbs {
    float: left;
    padding-top: 7px;
}

#breadcrumbs a span {
    padding: 0 2px;
}


/* =Menu
-------------------------------------------------------------- */


/* header menu =
	scripts/slider-pro/css/for-slider-pro.css
	css/sp_menu.css
*/


/* =Title
-------------------------------------------------------------- */


/* 記事一覧タイトル */

.archive-title {}


/* 記事詳細タイトル */

.entry-title {}


/* 固定ページタイトル */

.page-title {}


/* =Content
-------------------------------------------------------------- */

.entry-meta {
    font-size: 1.2rem;
}

.entry-content,
.entry-summary {
    clear: both;
    overflow: hidden;
}

.entry-content p {
    margin: 2.5rem 0;
}

.entry-content h2,
.entry-content h3 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.25;
    margin: 2.5rem 0;
}

.entry-content h3 {
    font-size: 2.2rem;
}

.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 2.4px 0;
    padding: 2.4rem;
}

.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 2.4rem;
}

.entry-content input.file,
.entry-content input.button {
    margin-right: 2.4rem;
}

.entry-content sup,
.entry-content sub {
    font-size: 1rem;
}

.edit-link {
    clear: both;
    display: block;
    text-align: right;
    margin: 2rem 0;
}

#content .video-player {
    padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
    margin-bottom: 24px;
}


/* =Top &Category
-------------------------------------------------------------- */

.slide_content .btn,
.cat_item_col .btn {
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    background: #0999d8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.bnr_container {
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #ffffff;
}

.bnr_container .bnr_wrap {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 33.333%;
    /*height: auto;*/
    height: 0;
    /*padding-top: 53.64%;*/
    padding-top: 17.88%;
    background-size: 100% 100%;
    /*border-top: 1px solid #ffffff;*/
    /*border-right: 1px solid #ffffff;*/
}

.bnr_container .bnr_wrap.is_new::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    max-width: 50px;
    width: 10.2%;
    height: 50px;
    background: url('./images/common/ico_new_01.png') no-repeat left top;
    background-size: contain;
    /*z-index: 2;*/
}

.bnr_container .bnr_wrap.is_sale::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    max-width: 50px;
    width: 10.2%;
    height: 50px;
    background: url('./images/common/ico_sale_01.png') no-repeat left top;
    background-size: contain;
    /*z-index: 2;*/
}

.bnr_container .bnr_inner_wrap {
    /*position: relative;*/
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*height: 0;*/
    /*padding-top: 53.64%;*/
}

.bnr_container .bnr_item {
    /*position: absolute;*/
    position: relative;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    transition: 0.35s;
}

.bnr_container .bnr_item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.bnr_container .bnr_content {
    box-sizing: border-box;
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
}

.bnr_container .bnr_title {
    display: block;
    margin: 0;
    font-size: 2.0rem;
    font-weight: 300;
    text-align: right;
}

.bnr_container .bnr_title span {
    min-width: 55%;
    text-align: center;
}

.bnr_container .bnr_copy {
    display: block;
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: right;
}

.bnr_container .bnr_copy span {
    min-width: 55%;
    text-align: center;
}

.cat_top_bnr {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
}

.cat_top_bnr a {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.cat_top_bnr a:hover {
    transition: 0.35s;
}

.cat_top_bnr .bnr_pc {
    display: inline-block;
}

.cat_top_bnr .bnr_sp {
    display: none;
}

@media screen and (max-width: 1000px) {
    .bnr_container .bnr_title {
        font-size: 1.7rem;
    }
    .bnr_container .bnr_copy {
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 767px) {
    .bnr_container .bnr_wrap {
        position: relative;
        display: block;
        width: 100%;
        /*height: auto;*/
        background-size: cover;
        border-right: 0;
        height: 0;
        /*padding-top: 39%;*/
        padding-top: 42%;
    }
    .bnr_container .bnr_wrap.is_new::before,
    .bnr_container .bnr_wrap.is_sale::before {
        top: 10px;
        left: 15px;
        right: auto;
    }
    .bnr_container .bnr_inner_wrap {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    .bnr_container .bnr_item {
        position: absolute;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.35s;
    }
    .bnr_container .bnr_item:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    .bnr_container .bnr_content {
        box-sizing: border-box;
        display: table-cell;
        width: 100%;
        height: 100%;
        padding-right: 10px;
        text-align: right;
        vertical-align: middle;
    }
    .bnr_container .bnr_title {
        font-size: 3rem;
    }
    .bnr_container .bnr_copy {
        font-size: 1.8rem;
    }
    .cat_top_bnr {
        margin-bottom: 5%;
    }
    .cat_top_bnr .bnr_pc {
        display: none;
    }
    .cat_top_bnr .bnr_sp {
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .bnr_container .bnr_title {
        font-size: 2.4rem;
    }
    .bnr_container .bnr_copy {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    .bnr_container .bnr_wrap {
        padding-top: 45%;
    }
    .bnr_container .bnr_title {
        font-size: 2rem;
    }
    .bnr_container .bnr_copy {
        margin-top: 5px;
        font-size: 1.2rem;
    }
}


/* =Category content
-------------------------------------------------------------- */

.cat_content_row {
    display: block;
    width: 100%;
    /*border-top: 1px solid #cdcdcd;*/
    font-size: 0;
}

.cat_content_row:first-of-type {
    border-top: 1px solid #cdcdcd;
}

.cat_item_col {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 0;
    padding-bottom: 39.25%;
    text-align: center;
}

.cat_item_copy {
    font-size: 2rem;
    margin: 0;
}

.cat_item_title {
    position: relative;
    margin: 10px 0 30px;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.3;
}

.inner_table_wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner_table_wrap .inner_table {
    position: relative;
    display: table;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
}

.inner_table {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    display: table;
    width: 100%;
    height: 100%;
}

.inner_table .inner_col {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.cat_item_img .inner_col {
    position: relative;
    height: 0;
    background-size: cover;
}

.cat_item_col .btn {
    font-size: 1.2rem;
}

.inner_table .inner_col.is_new::before {
    content: "";
    position: absolute;
    top: 24%;
    right: 5%;
    width: 50px;
    height: 50px;
    background: url("./images/common/ico_new_01.png") no-repeat left top;
    background-size: contain;
}

.inner_table .inner_col.is_sale::before {
    content: "";
    position: absolute;
    top: 24%;
    right: 5%;
    width: 50px;
    height: 50px;
    background: url("./images/common/ico_sale_01.png") no-repeat left top;
    background-size: contain;
}

@media screen and (max-width: 1000px) {
    .cat_item_copy {
        font-size: 1.8rem;
    }
    .cat_item_title {
        margin: 10px 0 20px;
        font-size: 3.6rem;
    }
    .inner_table .inner_col.is_new::before,
    .inner_table .inner_col.is_sale::before {
        top: 5%;
    }
}

@media screen and (max-width: 767px) {
    .cat_item_col {
        float: none!important;
        display: block;
        width: 100%;
        height: 0;
    }
    .cat_item_img {
        padding-bottom: 78.5%;
    }
    .cat_item_img .inner_table {
        display: block;
        width: 100%;
        height: 100%;
    }
    .cat_item_img .inner_col {
        display: block;
        width: 100%;
        height: 100%;
    }
    .cat_item_txt {
        height: auto;
        padding: 0;
    }
    .inner_table_wrap {
        position: relative;
    }
    .cat_item_img .inner_table_wrap {
        height: 0;
        padding-bottom: 78.5%;
    }
    .cat_item_txt .inner_table {
        position: relative!important;
    }
    .cat_item_txt .inner_col {
        padding: 10% 0;
    }
    .cat_item_copy {
        font-size: 1.6rem;
    }
    .cat_item_title {
        margin: 10px 0 20px;
        font-size: 3.2rem;
    }
    .inner_table .inner_col.is_new::before,
    .inner_table .inner_col.is_sale::before {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .cat_item_copy {
        font-size: 1.4rem;
    }
    .cat_item_title {
        font-size: 2.6rem;
    }
}

.item_list_wrap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 20px auto 30px;
    padding: 10px 0;
}

.item_list_wrap .cat_title {
    margin: 0;
    padding: 0 0 50px;
    font-size: 2.4rem;
    font-weight: normal;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}

body#retail .item_list_wrap .cat_title,
.category-item .item_list_wrap .cat_title {
    margin: 0;
    padding: 0 0 25px;
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: 1px solid #cdcdcd;
    text-align: left;
}

.item_list_wrap .item_list {
    position: relative;
    margin: 30px 0;
    font-size: 0;
}

.item_list_wrap .item_box {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 10px 11px 20px;
    text-align: center;
    vertical-align: top;
}

.item_list_wrap .item_box .item_img {
    position: relative;
    display: inline-block;
    max-width: 96px;
    vertical-align: top;
}

.item_list_wrap .item_title {
    display: block;
    padding-top: 2px;
    font-size: 1rem;
    text-decoration: none;
    vertical-align: top;
}

.item_box .item_img {
    position: relative;
}

.item_box .item_img::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: -2px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .item_list_wrap {
        margin: 4% auto 5%;
    }
    body#retail .item_list_wrap .cat_title,
    .category-item .item_list_wrap .cat_title {
        padding: 0 0 5%;
    }
    .item_list_wrap .cat_title {
        padding: 0 0 8%;
    }
    .item_list_wrap .item_list {
        margin: 5% 0;
    }
    .item_list_wrap .item_box {
        margin: 0 0 4% 15px;
    }
}

@media screen and (max-width: 480px) {
    .item_list_wrap .item_box {
        width: 48%;
        margin-left: 0;
    }
    .item_list_wrap .item_box:nth-child(2n) {
        margin-left: 4%;
    }
    .item_list_wrap .item_box img {
        width: auto!important;
        height: auto!important;
    }
}


/* =Column content
-------------------------------------------------------------- */

.custom_p_content_wrap .title {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.custom_p_item {
    float: left;
    box-sizing: border-box;
    display: block;
    width: 33.2%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0.2%;
}

.custom_p_item:nth-child(3n+2),
.custom_p_item:nth-child(3n+3) {
    margin-left: 0.2%;
}

.custom_p_item .custom_p_item_inner {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 43.455%;
    padding-left: 20px;
}

.custom_p_item .inner_content {
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: block;
    max-width: 80%;
    color: #fff;
    z-index: 2;
}

.custom_p_item a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.custom_p_item a:hover::after {
    top: 100%;
    left: 100%;
    transition: 0.5s;
}

.custom_p_item a:hover {
    opacity: 1;
    text-decoration: none;
}

.custom_p_item .custom_p_title {
    margin: 0 0 4px;
    padding: 0;
    font-size: 1.6rem;
    font-weight: normal;
}

.custom_p_item .custom_p_date,
.custom_p_item .custom_p_auther {
    display: inline-block;
    font-size: 1.2rem;
}


/* 2018.04.18 フロントページ編集*/

#column-wrap .custom_p_date {
    display: none;
}

.custom_p_item .custom_p_auther {
    /* display: none!important; */
    position: absolute;
    top: 10px;
    left: 20px;
    color: white;
    z-index: 10;
}

.custom_p_item .custom_p_auther .custom_p_logo {
    display: inline-block;
    height: 20px;
    /* padding-left: 30px; */
    /* background: url("../images/common/ico_logo_white.png") no-repeat left center; */
    background-size: contain;
    vertical-align: middle;
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .custom_p_item {
        width: 49.6%;
        margin-bottom: 0.8%;
    }
    .custom_p_item:nth-child(3n+2),
    .custom_p_item:nth-child(3n+3) {
        margin-left: 0;
    }
    .custom_p_item:nth-child(2n+2) {
        margin-left: 0.8%;
    }
}

@media screen and (max-width: 767px) {
    .custom_p_item {
        float: none;
        width: 100%;
        margin-bottom: 0.8%;
    }
    .custom_p_item:nth-child(2n+2) {
        margin-left: 0;
    }
    .custom_p_item .custom_p_item_inner {
        padding-bottom: 43.6%;
    }
}

@media screen and (max-width: 480px) {
    .custom_p_item .custom_p_item_inner {
        padding-bottom: 50%;
    }
    .custom_p_item .inner_content {
        bottom: 10px;
    }
    .custom_p_item .custom_p_title {
        font-size: 1.4rem;
    }
}


/* =Images
-------------------------------------------------------------- */


/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 40px;
}

.entry-content p.clear {
    padding-bottom: 5px;
    margin: -25px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 100% !important;
    /* prevent too-wide images from breaking layout */
    box-sizing: border-box;
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
    max-width: 100%;
}

.wp-caption p.wp-caption-text {
    color: #777;
    font-size: 12px;
    margin: 5px;
}


/* =pagenavi
-------------------------------------------------------------- */

.wp-pagenavi {
    clear: both;
    padding-top: 40px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-weight: bold;
    height: 2em;
    line-height: 2.1em;
    margin: 0 0.25em;
    text-align: center;
    vertical-align: middle;
    width: 2em;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.wp-pagenavi .extend {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    width: 1em;
}

.wp-pagenavi .extend::after {
    content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background: #000 none repeat scroll 0 0;
    border-radius: 45%;
    height: 1em;
    position: relative;
    text-indent: -999999px;
    vertical-align: middle;
    width: 1em;
}

.wp-pagenavi .previouspostslink::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 4px 6px 4px 0;
    content: "";
    height: 0;
    left: 0.2em;
    position: absolute;
    top: 0.225em;
    width: 0;
}

.wp-pagenavi .nextpostslink::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    content: "";
    height: 0;
    left: 0.4em;
    position: absolute;
    top: 0.225em;
    width: 0;
}


/* =Footer
-------------------------------------------------------------- */

#footer_menu_wrap {
    width: 100%;
    padding: 25px 0 30px;
    background: #f0f0f0;
}

#footer_menu {
    font-size: 0;
    width: 100%;
}

#footer_menu .f_menu {
    display: inline-block;
    width: 20%;
    text-align: left;
    vertical-align: top;
}

#footer_menu .f_menu_cat:nth-child(n+5) {
    display: none;
}

#footer_menu .f_menu a {
    text-decoration: none;
}

#footer_menu .f_menu .f_menu_title {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

#footer_menu .f_menu .f_menu_item {
    font-size: 1rem;
    line-height: 2.2;
}

#footer_menu .f_menu .f_menu_sns {
    margin-top: 20px;
    font-size: 0;
}

#footer_menu .f_menu .f_menu_sns a {
    display: inline-block;
    margin-right: 5px;
}

#footer_menu .f_menu .f_menu_item.f_bnr {
    font-size: 0;
    line-height: 1;
    margin-top: 20px;
}

#footer_menu .f_menu .f_menu_item.f_bnr a {
    display: block;
    max-width: 100%;
    width: auto;
}

#footer_menu .f_menu .f_menu_item.f_bnr a:hover {
    transition: 0.35s;
}

@media screen and (min-width: 768px) {
    #footer_menu .f_menu .f_menu_title+.f_menu_list {
        display: block!important;
    }
}

#copyrights {
    padding: 19px 0;
    font-size: 1.2rem;
    line-height: 1;
    background: #ffffff;
}

#copyrights small {
    font-size: inherit;
}


/* = with jQuery
-------------------------------------------------------------- */

.is_new .item_img,
.is_sale .item_img,
.is_campaign .item_img {
    position: relative;
}

.is_new .item_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 36px;
    height: 36px;
    background: url("./images/common/ico_new_01.png") no-repeat left top;
    background-size: contain;
}

.is_new .item_bnr::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
    background: url("./images/common/ico_new_01.png") no-repeat left top;
    background-size: contain;
}

.is_sale .item_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 36px;
    height: 36px;
    background: url("./images/common/ico_sale_01.png") no-repeat left top;
    background-size: contain;
}

.is_sale .item_bnr::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
    background: url("./images/common/ico_sale_01.png") no-repeat left top;
    background-size: contain;
}

.is_campaign .item_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 36px;
    height: 36px;
    background: url("./images/common/ico_campaign_01.png") no-repeat left top;
    background-size: contain;
}

.is_campaign .item_bnr::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
    background: url("./images/common/ico_campaign_01.png") no-repeat left top;
    background-size: contain;
}


/* =SP
-------------------------------------------------------------- */

@media screen and (max-width: 1180px) {
    .at-usces-member_update_settlement .catbox,
    #breadcrumbs_wrap,
    .content-width {
        box-sizing: border-box;
        padding-left: 4.6% !important;
        padding-right: 4.6% !important;
    }
}


/* @media screen and (max-width: 1150px) */

@media screen and (min-width: 1001px) {
    #header_sub_menu {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    #header {
        margin-bottom: 0;
        /*padding: 16px 0 18px;*/
        padding: 14px 0;
    }
    #header_sub_menu {
        padding: 12px 0;
    }
    .at-single-item #breadcrumbs {
        padding: 14px 10px 16px 0;
    }
    #h_item_menu .menu_item {
        margin-left: 20px;
    }
    #branding .sub-menu a {
        margin-right: 12px;
    }
    #branding .sns-menu {
        margin-right: 15px;
    }
}

@media screen and (max-width: 900px) {
    #branding .sns-menu {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #main {
        margin-top: 60px;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    #branding .login-menu {
        margin-right: 50px;
    }
    #branding .sub-menu {
        display: none;
    }
    #footer_menu_wrap {
        padding: 5px 0 30px;
    }
    #footer_menu .f_menu {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #footer_menu .f_menu:last-child {
        margin: 20px auto 0;
    }
    #footer_menu .f_menu .f_menu_title {
        position: relative;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #cdcdcd;
        cursor: pointer;
    }
    #footer_menu .f_menu .f_menu_title::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 9px;
        margin: auto 0;
        width: 16px;
        height: 2px;
        background: #666;
        transition: 0.35s;
    }
    #footer_menu .f_menu .f_menu_title::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: auto 0;
        width: 2px;
        height: 16px;
        background: #666;
        transition: 0.35s;
    }
    #footer_menu .f_menu .f_menu_title.active::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #footer_menu .f_menu .f_menu_title.active::after {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #footer_menu .f_menu .f_menu_list {
        display: none;
    }
    #footer_menu .f_menu:last-child .f_menu_list {
        display: block;
    }
    #footer_menu .f_menu .f_menu_title.active {
        border-bottom: 0;
    }
    #footer_menu .f_menu .f_menu_title.active+.f_menu_list:last-child {
        border-bottom: 1px solid #cdcdcd;
    }
    #footer_menu .f_menu .f_menu_title.active+.f_menu_list {
        display: block;
    }
}


/* @media screen and (max-width: 767px) */

@media screen and (max-width: 480px) {
    /* 20170215 start */
    #breadcrumbs {
        display: none;
    }
    .at-category #header_sub_menu {
        padding: 0;
    }
    .single-custom #breadcrumbs {
        display: block;
    }
    /* 20170215 end */
    .at-single-item #breadcrumbs {
        padding: 2px 10px 12px 0;
    }
    img.alignleft,
    img.alignright,
    img.aligncenter {
        margin: 20px auto;
        float: none;
        display: block;
    }
}


/* @media screen and (max-width: 480px) */

#f_travel_menu_pc {
    display: none;
}

@media screen and (min-width: 768px) {
    #f_travel_menu_pc {
        margin-top: 50px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .f_menu_travel {
        display: block!important;
    }
}


/* 20191018 -  */

#sp-fixed-cart-btn {
    margin: 0 0 40px;
    display: block;
    max-width: 320px;
    text-align: center;
}

#sp-fixed-cart-btn .btn {
    position: relative;
    display: block;
    padding: 6% 0;
    color: #fff;
    background: #0999d8;
    border-radius: 60px;
    overflow: hidden;
}

#sp-fixed-cart-btn .btn::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 5%;
    background: transparent no-repeat center center;
    background-image: url("./images/common/ico_cart_white_01.png");
    background-size: contain;
    vertical-align: middle;
}

#sp-fixed-cart-btn .btn .btn-inner {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.1;
    vertical-align: middle;
}


/* 20191202 - キャッシュレスバナー用  */

.bnr_cash {
    position: absolute;
    top: 9%;
    right: 1%;
}

.bnr_cash_head img {
    width: 138px;
    padding-right: 10px;
}

#site-title {
    margin-top: 18px;
}

#h_item_menu {
    margin-top: 15px;
}

#branding .login-menu {
    margin-top: 15px;
}

#branding .sub-menu {
    margin-top: 15px;
}

#branding .sns-menu {
    margin-top: 15px;
}