@charset "UTF-8";

/**/
#info_contents {
    margin-bottom: 1em !important;
}

.list_normal li {
    padding-left: 0px !important;
}

.list_normal li::before{
    content: "" !important;
}

.non-list li::before {
    content: "" !important;
}

.copy-text {
    color: #777;
}

.display_exact .name, .display_exact2 .name {
    font-weight: bold;
}

.global_h4 {
    margin-top: 1.5em;
    border-left: 0.35em solid #ccc;
    padding-left: 0.5em;
}

.pict {
    margin: 1em 0;
    text-align: center;
}

a {
    color: #333;
}

a:link {
    color: #333;
    /* text-decoration: underline; */
}

.breadcrumb-container a {
    color: #0058aa;
}

.rankpoint {
    text-decoration: underline;
}

.detail_btn a {
    text-decoration: none;
}

.display_exact .goods_set,
.display_exact2 .goods_set{
    margin: 0.5em;
}

.display_exact .goods_set {
    margin-bottom: 1.5em;
    display: flex;
    gap: 15px;
}

.global_h2 {
    text-align: center;
}

.font_mr {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.top_img {}

.top_ttl {
    font-size: 150%;
    color: #ffffff;
    background: #333333;
    padding: 0.5em;
    position: relative;
    margin: -3.9em 30% 0 30%;
    text-align: center;
    font-feature-settings: "palt" 1;
    border-radius: 2em;
}

.top_ttl:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -8px;
    left: 42%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
}

.top_txt {
    padding: 2.5em 7%;
    font-size: 120%;
    text-align: center;
}

.limited_cp {
    margin: 0 7%;
}

.content_box {
    border: 0.3em solid #ccc;
    border-top-width: 1.5em;
    margin-bottom: 2.5em;
}

.content_box h2 {
    position: relative;
    padding: 0 0.2em 0.5em;
    margin-top: 0;
    margin-bottom: 1em;
    /*color:#004098;*/
}

.content_box h2 img {
    position: absolute;
    width: 90px;
    right: 4%;
    bottom: 0;
}

.content_box h3 {
    padding: 0.3em 1em;
    font-size: 1.6em;
    text-align: center;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    color: #ffffff;
    margin: 2em 0 1em;
}

.navi_menu {
    display: table;
    width: 83%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1em;
    margin: auto;
}

.navi_menu li {
    display: table-cell;
    text-align: center;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border: 1px solid #9e9e9e;
}

.navi_menu li:hover {
    background: #eeeeee;
    filter: alpha(opacity=100);
    opacity: 1;
}

.navi_menu li a {
    display: block;
    padding: 0.8em;
    text-decoration: none;
    line-height: 1.2;
}

.navi_menu li a span.icon-arrow_bottom_w {
    color: #9e9e9e;
}

.navi_menu li span {
    font-size: 1.5em;
}

.navi_btn .limited_btn a {
    background-color: #c7000a;
    color: #ffffff;
    border: 0;
    padding: 0.2em 3em;
    margin-bottom: 2em;
}

.sideline_txt {
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-size: 180%;
    font-weight: normal;
    margin: 0 7%;
}

.sideline_txt:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #333;
}

.sideline_txt span {
    position: relative;
    padding: 0 1em;
    background: #ffffff;
}

#lineup.content_box {
    border: none;
}

#lineup h2 {
    border-color: #ff6779;
}

/*更新情報
.update_box{margin:1em 0;
	background:#fff3bd;
	padding:0.5em 1em;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;}
.update_box{font-size:0.88em;}
.update_box dl{margin:0.3em 0;}
.update_box dt,
.update_box dd{display:inline-block;}
.update_box dt{background:#e94709;
	color:#ffffff;
	padding:0 0.4em;
	margin-right:1em;}*/

/*.update_box dd{background:#e94709;}*/

/*商品表示*/

#limited,
#regular {
    margin-bottom: 2em;
    padding: 4% 7%;
}

.content_box #limited h3 {
    background: #e37869;
}

/*年始ver*/
/*.content_box #limited h3{background:#7fc1da;}夏ver*/
.content_box #regular h3 {
    background: #f19ea8;
}

.content_box #fukubukuro h3 {
    background: #efb499;
}

.tit_box {
    text-align: center;
    font-size: 250%;
    font-weight: normal;
    /*margin-top: 1em;*/
}

#limited .tit_box {
    color: #e37869;
}

/*年始ver*/
/*#limited .tit_box{color:#7fc1da;}夏ver*/
#regular .tit_box {
    color: #f19ea8;
}

#fukubukuro .tit_box {
    color: #efb499;
}

#limited .img_box,
#regular .img_box {
flex: 2;
}
#limited .txt_box,
#regular .txt_box{
    flex: 3;
}

#limited .display_exact .name,
#regular .display_exact .name {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #333;
    font-size: 100%
}

#limited .copy,
#regular .copy {
    margin-bottom: 1em;
}

#limited .detail_btn a,
#regular .detail_btn a {
    color: #004098;
}

#limited .detail_btn a:hover,
#regular .detail_btn a:hover {
    color: #7acce4;
}

#limited .detail_btn a:before,
#regular .detail_btn a:before {
    content: "\e926";
}

#fukubukuro {
    /*border-top:0.25em solid #ff6779;*/
    padding: 4% 7%;
}

#fukubukuro .img_box {
    width: 23%;
}

#fukubukuro .txt_box {
    margin-left: 26%;
}

#fukubukuro .display_exact .name {
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #333;
}

#fukubukuro .copy:before {
    content: "ヒント：";
}

.new_box {
    color: #ff6779;
    margin-bottom: 0.25em;
    font-size: 80%
}

#limited .detail_btn, #regular .detail_btn {
    font-size: 0.75em;
    text-align: left;
    padding: 0px !important;
}

#limited .detail_btn a:before,
#regular .detail_btn a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #004098;
    mask-image: url('../../../../images/common/icon/i_document.svg?$staticlink$');
    mask-size: contain;
    vertical-align: middle;
}

.icon {
    display: inline-block;
    width: 13px;
    height: 7px;
    background-color: #333;
    mask-image: url('../../../../images/common/icon/i_arrow_down_primary.svg?$staticlink$');
    mask-size: contain;
    vertical-align: middle;
}

#lineup span.new,
#fukubukuro span.new {
    color: #ff6779;
    background: #ffffff;
    display: inline-block;
    line-height: 1;
    font-size: 80%;
    font-weight: bold;
    padding: 0.2em 0.3em;
    margin: 0 0.4em;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid #ff6779;
}

#regular span.new {
    margin-left: 0.25em;
}

#fukubukuro span.new {
    margin-left: -0.25em;
    margin-bottom: 0.25em;
}

.pink {
    color: #ff6779 !important;
    font-weight: bold;
    margin-top: 0.25em;
}

.item_no {
    font-weight: normal;
    font-size: 80%;
    letter-spacing: 0.05em;
    margin-top: 0.25em;
}

.display_exact .goods_set .copy {
    line-height: 1.5;
    font-size: 80%;
}

/*table独自指定*/
.table_normal td {
    text-align: center;
}

.table_normal span.icon-sankaku_right {
    color: #e96000;
}

.icon-sankaku_right:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url('../images/i_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/*ボタン*/
.detail_btn_box {
    margin: 1.5em auto;
}

.detail_btn_box a:after {
    content: " \e964";
    color: #ff6779;
    font-weight: normal;
}

.box_info {
    text-align: center
}

/*イベントでためる
#event{margin-top:3em;}
#event ul{overflow:hidden;}
#event li{float:left;}
#event li{width:25%;}
#event li{width:33.3%;}
#event li a{display:block; margin:2%;}*/


#savings.content_box,
#exchange.content_box {
    border-color: #dde287;
    padding: 4% 7%;
}

#savings h2,
#exchange h2 {
    padding: 1em 1em 0.25em 1em;
    border-bottom: 5px dotted #dde287;
}


#savings h3,
#exchange h3 {
    background: #dde287;
    color: #333;
}

/*終了しました*/
#limited .display_exact .goods_set {
    position: relative;
}

.end_tag_img {
    position: absolute;
    display: block;
}

.end_tag_img {
    width: 40%;
    height: auto;
    top: 30%;
    left: 5%;
}

.attention li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

div.attention {
    opacity: 0.7;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

.attention > li {
    opacity: 0.7;
}

.navi_btn {
    text-align: center;
    margin-bottom: 1em;
}

.navi_btn a {
    display: inline-block;
    margin: 0.5em 1em;
    border: 2px solid #ccc;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    color: #333;
}

.global_h1, .global_h3, .global_h4 {
    font-weight: bold;
}

table {
    /* border-collapse: collapse; */
    border-spacing: 0;
}

.table_normal {
    border-top: 0.1em dotted #ccc;
    border-collapse: collapse;
}

.table_normal tr {
    border-bottom: 0.1em dotted #ccc;
}

/* PC用 */
@media print,
screen and (min-width: 768px) {

    .info_contents {
        width: 720px;
        margin: 0 auto;
    }

    .attention {
        font-size: 0.81em !important;
    }

    .attention li {
        font-size: 1em !important;
    }

    .navi_menu li img {
        margin-right: 0.5em;
        height: 70px;
    }

    .navi_menu li a img,
    .navi_menu li a span {
        vertical-align: middle;
    }

    .copy-text {
        font-size: 1.4rem;
    }

    #limited,
    #regular,
    #fukubukuro {
        font-size: 1.13em;
    }

    /*table独自指定*/
    .table_normal {
        margin: 1em auto;
    }

    .table_normal td,
    .table_normal td strong {
        font-size: 1.3em;
    }

    #savings,
    #exchange {
        font-size: 120%;
    }

    .global_h4 {
        font-size: 1.2em;
    }
}

/* スマホ用 */
@media print,
screen and (max-width: 768px) {
    .contents_main {
        margin: 0;
    }

    .attention {
        font-size: 0.69em !important;
    }

    .attention li {
        font-size: 1em !important;
    }

    .top_ttl {
        margin: -2.9em 25% 0 25%;
        font-size: 100%;
        padding: 0.2em;
    }

    .top_txt {
        font-size: 90%;
        text-align: left;
        padding: 2em 7%;
    }

    .content_box h3 {
        font-size: 1.2em;
    }

    .navi_menu li a span.icon-arrow_bottom_w {
        margin-top: 0.1em;
    }

    .navi_menu li img {
        margin-bottom: 0.5em;
    }

    .navi_menu li span {
        font-size: 0.9em;
    }

    .navi_menu li a span {
        display: block;
    }

    .copy-text {
        font-size: 1.0rem;
    }

    .sideline_txt {
        font-size: 110%;
    }

    .tit_box {
        font-size: 160%;
    }

    #limited .txt_box,
    #regular .txt_box {
        font-size: 100%;
    }
#limited .detail_btn, #regular .detail_btn {
    font-size: 1em;
    text-align: left;
    padding: 0px !important;
}
    #fukubukuro .txt_box {
        font-size: 100%;
    }

    .display_exact .goods_set .copy {
        font-size: 90%;
    }

    /*table独自指定*/
    .table_normal {
        width: 100%;
        margin-bottom: 0.5em;
    }

    #savings,
    #exchange {
        font-size: 90%;
    }

    #savings h3,
    #exchange h3 {
        border-bottom: 3px dotted #dde287;
    }

    /*終了しました*/
    .end_tag_img {
        width: 40%;
        height: auto;
        top: 25%;
        left: 5%;
    }


    .list1 {
        margin-top: 48px;
    }

    .display_hybrid .name {
        font-weight: bold;
    }

    ul.display_hybrid .goods_set,
    ol.display_hybrid .goods_set {
        margin: 0.5em;
    }

}