@charset "utf-8";
/* reset style */
#contents {
    width: 100%;
}
#main {
    width: 100%;
}
#sidecol {
    display: none;
}

/* common style */
.pc { display: block; }
.sp { display: none; }
#contents {
    /* background: url("./img/bg.jpg") repeat top center !important; */
    /* background-size: 100% 100% !important; */
    padding-top: 0;
    margin-top: 40px;
}
.bg_top {
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/bg_top_mark.png") no-repeat top center 
            ,   url("/html/user_data/assets/itsumo_file/img/blackfriday/bg_top.jpg") repeat top center;
    background-size:1800px auto 
                ,   1920px 100%;
}
.bg_bottom {
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/bg_bottom.jpg") repeat top center;
    background-size: 1920px auto;
}
.event_conts {
    width: 100%;
    overflow: hidden;
}
.event_conts * {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.3;
}
.event_conts .conts_inner {
    /* background: url("./img/bg-conts.jpg") repeat top center; */
    /* background-size: 100% auto; */
    max-width: 1300px;
    margin: 0 auto;
}
.event_conts .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.event_conts .fnt-s-120 { font-size: 120%; }
.event_conts .fnt-s-110 { font-size: 110%; }
.event_conts .fnt-s-95 { font-size: 95%; }
.event_conts .fnt-s-90 { font-size: 90%; }
.event_conts .fnt-s-85 { font-size: 85%; }
.event_conts .fnt-s-80 { font-size: 80%; }
.event_conts .fnt-s-70 { font-size: 70%; }
.event_conts .fnt-s-50 { font-size: 50%; }
.event_conts .fnt-wb { font-weight: bold;}
.event_conts .btn {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-height: 90px;
    position: relative;
    border-radius: 100vh;
    background-color: #b63613;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3em;
    margin: 0 auto;
}
.event_conts .btn::after {
    content: "";
    position: absolute;
    top: calc( 50% + 1px );
    right: 30px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY( -50% ) rotate( 45deg );
}
.event_conts .bnr_oseibo_btn .btn {
    color: #000;
    background-color: #f3c85f;
    max-width: 750px;
}
.event_conts .bnr_oseibo_btn .btn::after {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}
/* 
font-family: "Noto Serif JP", serif;
font-family: "Noto Sans JP", sans-serif;
*/
/* custom style */
.mv {

}
.lead {
    position: relative;
    padding: 50px 0 0;
}
.lead .inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
.lead .lead_onepoint_l {
    position: absolute;
    top: 110px;
    right: 75%;
    z-index: 0;
    transform: translateX(-50%);
}
.lead .lead_onepoint_r {
    position: absolute;
    top: 110px;
    left: 75%;
    z-index: 0;
    transform: translateX(50%);
}
.lead .lead_ttl {
    font-size: 50px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
    color: #b63613;
    text-shadow:  4px  4px 8px #fff 
                , 4px -4px 8px #fff 
                ,-4px  4px 8px #fff 
                ,-4px -4px 8px #fff ;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 3%;
    letter-spacing: 2px;
}
/* .lead .lead_ttl::before ,
.lead .lead_ttl::after {
    content: "";
    background-image: url("./img/lead-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    display: block;
    max-width: 88px;
    width: 13%;
    aspect-ratio: 81 / 55;
    position: absolute;
    bottom: 0;
}
.lead .lead_ttl::before {
    left: 0;
}
.lead .lead_ttl::after {
    right: 0;
} */
.lead .lead_txt {
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
    margin-top: 40px;
    color: #3c0c0c;
    /* text-shadow:  2px  2px  5px #fff,
                 -2px -2px 5px #fff; */
}
.lead .lead_txt .fnt-c {
    color: #b63613;
    background: linear-gradient(to bottom, transparent 60%, #f4deae 60%);
    display: inline-block;
    text-shadow: none;
}
.lead .lead_date {
    margin-top: 50px;
}
.lead .lead_date_txt {
    padding: 16px 20px;
    background-color: #f8d89b;
    font-size: 35px;
    text-align: center;
    color: #000;
    max-width: 900px;
    margin: 0 auto;
}
.lead .lead_date_txt2 {
    color: #f8d89b;
    background-color: #000;
}

.ind {
    text-align: center;
    padding: 150px 0 0;
}
.ind .ind_ttl {
    display: inline-block;
    margin: 0 auto 50px;
    color: #b63613;
    font-size: 50px;
    text-shadow:  4px  4px 8px #fff 
                , 4px -4px 8px #fff 
                ,-4px  4px 8px #fff 
                ,-4px -4px 8px #fff ;
    padding: 35px 0 10px;
    font-family: "Noto Serif JP", serif;
    font-weight:600;
}
.ind .ind_ttl span {
    font-family: "Noto Serif JP", serif;
    font-weight:600;
}
.ind .ind_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
    margin-top: 40px;
}
.ind .ind_item {
    width: calc( ( 100% - 45px ) / 3 );
}

.cpn {
    text-align: center;
    padding: 150px 0 0;
}
.cpn .cpn_ttl {
    display: inline-block;
    margin: 0 auto 50px;
    color: #b63613;
    font-size: 50px;
    text-shadow:  4px  4px 8px #fff 
                , 4px -4px 8px #fff 
                ,-4px  4px 8px #fff 
                ,-4px -4px 8px #fff ;
    padding: 50px 0 5px;
    font-family: "Noto Serif JP", serif;
    font-weight:600;
}
.cpn .cpn_item {
    margin-top: 40px;
    padding-bottom: 50px;
}
.cpn .cpn_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #b63613;
}
.cpn .cpn_info_l {
    flex: 1 1 54%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.cpn .cpn_info_r {
    width: 46%;
}
.cpn .cpn_info_r img {
    width: 100%;
    height: auto;
}
.cpn .cpn_info_b {
    width: 100%;
}
.cpn .cpn_info_ttl {
    font-size: 48px;
    color: #3c0c0c;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.cpn .cpn_info_ttl.fnt-b {
    margin-bottom: 0;
}
.cpn .cpn_info_tag {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 9px;
    font-family: "Noto Serif JP", serif;
}
.cpn .cpn_info_tag .tag {
    display: inline-block;
    background-color: #fade9a;
    padding: 0.2em 0.5em;
    line-height: 1.3;
    color: #3c0c0c;
    font-size: 24px;
}
.cpn .cpn_info_txt {
    font-size: 52px;
    letter-spacing: -2px;
    color: #b63613;
}
.cpn .cpn_info_txt .fnt-b {
    font-size: 140%;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
.cpn .cpn_info_txt .fnt-en {
    font-size: 95%;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
.cpn .cpn_info_txt .fnt-n {
    font-size: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
.cpn .cpn_info_txt .fnt-s {
    font-size: 88%;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
.cpn .cpn_info_date {
    background-color: #b63613;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 12px;
}
.cpn .cpn_btn {
    margin-top: 60px;
}
.cpn .cpn_btn .btn {
    max-width: 775px;
    background-color: #f3c85f;
    color: #3c0c0c;
}
.cpn .cpn_btn .btn::after {
    border-top: 3px solid #3c0c0c;
    border-right: 3px solid #3c0c0c;
}

.ttl_mark {
    display: flex;
    align-items: center;
    height: 3px;
    width: 90%;
    max-width: 700px;
    background-color: #000;
    position: relative;
    margin: 0 auto;
    --ttl_mark_width: 15px;
}
.ttl_mark::before,
.ttl_mark::after {
    content: "";
    position: absolute;
    width: var(--ttl_mark_width);
    height: var(--ttl_mark_width);
    aspect-ratio: 1 / 1;
    top: calc( 50% );
    transform: translateY(-50%) rotate(45deg);
    background-color: #000;
}
.ttl_mark::before {
    left: 0;
}
.ttl_mark::after {
    right: 0;
}

.bnr {
    margin: 150px auto 50px;
}
.bnr .bnr_link img {
    box-shadow: 0px 0px 4px #c8c3a5;
}
.bnr.bnr-top {
    margin-bottom: 0;
    padding-bottom: 50px;
}
.bnr.bnr-oseibo {
    margin-top: 240px;
    padding-bottom: 30px;
}
.bnr.bnr-oseibo .bnr_oseibo_btn {
    margin-top: 120px;
}
.schedule {
    margin: 150px auto 0;
    padding-bottom: 50px;
}
.schedule .schedule_conts {
    background-color: #fff;
    box-shadow: 0px 0px 4px #c8c3a5;
    text-align: center;
}
.schedule .schedule_ttl {
    margin: 0;
    display: block;
}
.schedule .schedule_subttl {
    padding: 10px 20px;
}
.schedule .schedule_img {
    padding-bottom: 20px;
}
.schedule .schedule_txt {
    color: #3c0c0c;
    padding: 0 20px 20px;
}
.schedule .schedule_txt .fnt-custom {
    font-weight: bold;
    text-decoration: underline;
}

.reco {
    position: relative;
    padding-top: 150px;
}
.reco .reco_onepoint_l {
    position: absolute;
    top: -70px;
    right: 73%;
    z-index: 0;
    transform: translateX(-50%);
}
.reco .reco_onepoint_r {
    position: absolute;
    top: -40px;
    left: 72%;
    z-index: 0;
    transform: translateX(50%);
}
.reco .reco_conts {
    text-align: center;
    box-shadow: 0px 0px 4px #c8c3a5;
    background-color: #fff;
    padding: 5px 10px 50px;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/bg_reco_conts.jpg") no-repeat top center
            ,   #fff;
    background-size: 100% auto;
}
.reco .reco_conts_ttl {
    font-size: 68px;
    color: #b63613;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    max-width: 560px;
    margin: 30px auto 10px;
    padding-top: 20px;
}
.reco .reco_conts_subttl {
    font-size: 38px;
    color: #3c0c0c;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.reco .reco_conts_target {
    margin-top: 10px;
    margin-bottom: 30px;
}
.reco .reco_conts_txt {
    font-size: 56px;
    color: #b63613;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.reco .reco_conts_txt * {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.reco .reco_date {
    border: 2px solid #bb9245;
    width: calc(100% - 40px);
    padding: 15px;
    margin: 0 auto;
}
.reco .reco_date_txt {
    font-size: 32px;
    color: #bb9245;
}
.reco2 .reco_date {
    border: 2px solid #bb9245;
    background-color: #bb9245;
}
.reco2 .reco_date_txt {
    color: #fff;
}
.reco .reco_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    margin-top: 30px;
    background-color: #fff;
}
.reco .reco_item {
    width: calc( 100% / 2 );
    padding: 0 0 20px;
    /* display: flex; */
    /* flex-direction: column; */
}
.reco .reco_item:nth-of-type(2n) {
    border-left: 2px dotted #333;
}
.reco .reco_item .img_frame {
    padding: 0 20px;
}
.reco .reco_item_name {
    font-size: 25px;
    text-align: left;
    margin-top: 20px;
    min-height: 4em;
}
.reco2 .reco_item_name {
    min-height: auto;
}
.reco .item_n_price {
    font-size: 25px;
    margin-top: 15px;
    text-decoration: line-through;
    text-align: left;
}

.reco .item_desc {
    padding: 0 15px 0 15px;
}
.reco .reco_item_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
}
.reco .reco_item_tag .tag {
    display: inline-block;
    font-size: 27px;
    padding: 0.2em;
    border: 1px solid #b63613;
    color: #b63613;
    font-weight: 500;
}
.reco .reco_item_desc {
    font-size: 20px;
    margin-top: 30px;
    text-align: left;
}
.reco .reco_item_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    color: #b63613;
    font-weight: bold;
    margin-top: 50px;
}
.reco .reco_item_price.reco_item_price_1col .price_sep {
    margin-left: auto;
}
.reco .reco_item_price.reco_item_price_1col .price_after {
    margin-left: 0;
}
.reco2 .reco_item_price {
    min-height: 100px;
}
.reco .reco_item_price .price_before {
    font-size: 45px;
    font-weight: 500;
}
.reco .reco_item_price .price_sep {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500;
    text-align: left;
}
.reco .reco_item_price .price_after {
    font-size: 46px;
    font-weight: bold;
    margin-left: auto;
}
.reco .reco_item_price .price_tax {
    display: inline-block;
    font-weight: 500;
    padding-bottom: 4px;
}
.reco .reco_item_btn {
    margin-top: 25px;    
}
.reco .reco_item_btn .btn {
    max-width: 775px;
    width: 100%;
    margin: 0 auto;
}


.products {
    position: relative;
    margin-top: 260px;
}
.products .products_onepoint_l {
    position: absolute;
    top: -50px;
    right: 75%;
    z-index: 0;
    transform: translateX(-50%);
}
.products .products_onepoint_r {
    position: absolute;
    top: -60px;
    left: 72%;
    z-index: 0;
    transform: translateX(50%);
}
.products .products_conts {
    text-align: center;
    /* box-shadow: 0px 0px 4px #c8c3a5; */
    background-color: #fff;
    padding: 40px 0;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/bg_products_conts.png") no-repeat top center;
    background-size: 100% 100%;
}
.products .products_conts_txt {
    font-size:46px;
    color: #b63613;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.products .products_conts_txt * {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.products .products_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 17px 11px;
    margin-top: 30px;
}
.products .products_item {
    width: calc( ( 100% - 11px ) / 2 );
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #c8c3a5;
}
.products .products_item .img_frame {
    padding: 0;
}
.products .products_item .item_desc {
    
}
.products .products_item .item_desc .item_tag {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    margin-top: 20px;
}
.products .products_item .item_desc .item_tag .tag {
    display: inline-block;
    font-size: 20px;
    padding: 0.2em 0.5em;
    border: 1px solid #b63613;
    color: #b63613;
}
.products .products_item .item_desc .item_name {
    font-size: 25px;
    margin-top: 20px;
    letter-spacing: -1px;
    line-height: 1.5;
}
.products .products_item .item_desc .item_n_price {
    font-size: 25px;
    margin-top: 15px;
    text-decoration: line-through;
}
.products .products_item .item_desc .item_price {
    color: #b63613;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0;
    margin-top: 70px;
}
.products .products_item .item_desc .item_price_cpn {
    font-size: 22px;
    font-weight: 500;
}
.products .products_item .item_desc .item_price_txt {
    font-size: 40px;
    font-weight: bold;
    margin-left: auto;
}
.products .products_item .item_desc .item_price_tax {
    font-size: 16px;
}
.products .products_item .item_desc .item_btn {
    margin-top: 20px;
    padding-bottom: 20px;
}
.products .products_item .item_desc .item_btn .btn {
    
}
.products .products_btn {
    margin: 100px auto 50px;
    max-width: 800px;
}

.new {
    position: relative;
    margin-top: 220px;
}
.new .new_onepoint_l {
    position: absolute;
    top: -73px;
    right: 72%;
    z-index: 0;
    transform: translateX(-50%);
}
.new .new_onepoint_r {
    position: absolute;
    top: -80px;
    left: 74%;
    z-index: 0;
    transform: translateX(50%);
}
.new .new_conts {
    text-align: center;
    box-shadow: 0px 0px 4px #c8c3a5;
    background-color: #fff;
    padding: 30px 30px 50px;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/bg_new_conts.jpg") no-repeat top center
            ,   #fff;
    background-size: 100% auto;
}
.new .new_conts_ttl {
    max-width: 650px;
    margin: 30px auto 50px;
    font-size: 45px;
    font-family: "Noto Serif JP", serif;
}
.new .new_conts_subttl {
    font-size: 36px;
    color: #3c0c0c;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
.new .new_conts_target {
    margin-top: 50px;
    margin-bottom: 30px;
}
.new .new_conts_txt {
    font-size: 45px;
    color: #b63613;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.new .new_conts_txt * {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.new .new_item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
}
.new .new_item .img_frame {
    width: 50%;
    padding-right: 30px;
}
.new .new_item .item_desc {
    width: 50%;
    display: flex;
    flex-flow: column;
}
.new .new_item_name {
    font-size: 32px;
    text-align: left;
    margin-top: 50px;
    font-weight: bold;
}

.new .new_item_tag {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
    max-width: 400px;
}
.new .new_item_tag .tag {
    display: inline-block;
    font-size: 23px;
    padding: 0.2em 0.3em;
    border: 1px solid #b63613;
    color: #b63613;
    font-weight: 500;
    letter-spacing: 1px;
}
.new .new_item_tag .tag:nth-of-type(2) {
    margin-right: calc( 100% - 300px);
}
.new .new_item_desc {
    font-size: 24px;
    margin-top: 10px;
    text-align: left;
    margin-bottom: auto;
}
.new .new_item_desc .fnt-c {
    color: #b63613;
}
.new .new_item_price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0;
    color: #b63613;
    font-weight: bold;
    margin-top: 20px;
}
.new .new_item_price .price_before {
    font-size: 45px;
    font-weight: 500;
}
.new .new_item_price .price_sep {
    font-size: 30px;
    margin: 0 20px 5px;
    font-weight: 500;
}
.new .new_item_price .price_after {
    font-size: 60px;
    font-weight: bold;
}
.new .new_item_price .price_tax {
    /* writing-mode: vertical-rl; */
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
}
.new .new_item_btn {
    margin-top: 20px;
}
.new .new_item_btn .btn {
    /* max-width: 775px; */
    width: 100%;
    margin: 0 auto;
}
.new.newetc {
    margin-top: 40px;
}
.new.newetc .new_item {
    margin-top: 0;
}
.new.newetc .new_item_tag {
    margin-top: 0;
}
.new.newetc .new_conts {
    padding: 40px 30px 50px;
    background: #fff;
}

.lineup {
    position: relative;
    margin-top: 260px;
}
.lineup .lineup_onepoint_l {
    position: absolute;
    top: -60px;
    right: 59%;
    z-index: 0;
    transform: translateX(-50%);
}
.lineup .lineup_onepoint_r {
    position: absolute;
    top: -60px;
    left: 67%;
    z-index: 0;
    transform: translateX(50%);
}
.lineup .lineup_conts {
    text-align: center;
    /* box-shadow: 0px 0px 4px #c8c3a5; */
    background-color: #fff;
    padding: 30px 30px 30px;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/bg_lineup_conts.png") no-repeat top center;
    background-size: 100% 100%;
}
.lineup .lineup_conts_txt {
    font-size:56px;
    color: #b63613;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.lineup .lineup_conts_txt * {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.lineup .lineup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 17px 11px;
    margin-top: 30px;
}
.lineup .lineup_item {
    width: calc( ( 100% - 11px ) / 2 );
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #c8c3a5;
}
.lineup .lineup_item .img_frame {
    padding: 0 10px;
}
.lineup .lineup_item .item_desc {
    
}
.lineup .lineup_item .item_desc .item_tag {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    margin-top: 20px;
}
.lineup .lineup_item .item_desc .item_tag .tag {
    display: inline-block;
    font-size: 22px;
    padding: 0.2em 0.5em;
    border: 1px solid #b0a09a;
    color: #b63613;
}
.lineup .lineup_item .item_desc .item_name {
    font-size: 25px;
    margin-top: 20px;
    letter-spacing: -1px;
    line-height: 1.5;
}
.lineup .lineup_item .item_desc .item_n_price {
    font-size: 25px;
    margin-top: 15px;
    text-decoration: line-through;
}
.lineup .lineup_item .item_desc .item_price {
    color: #b63613;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 0;
    margin-top: 70px;
}
.lineup .lineup_item .item_desc .item_price_cpn {
    font-size: 22px;
    font-weight: 500;
}
.lineup .lineup_item .item_desc .item_price_txt {
    font-size: 56px;
    font-weight: bold;
}
.lineup .lineup_item .item_desc .item_price_tax {
    font-size: 23px;
}
.lineup .lineup_item .item_desc .item_btn {
    margin-top: 20px;
    padding-bottom: 20px;
}
.lineup .lineup_item .item_desc .item_btn .btn {
    
}


.lineup.lineup-btm {
    margin-top: 220px;
}
.lineup.lineup-btm .lineup_onepoint_l {
    position: absolute;
    top: -30px;
    right: 74%;
    z-index: 0;
    transform: translateX(-50%);
}
.lineup.lineup-btm .lineup_onepoint_r {
    position: absolute;
    top: -45px;
    left: 72%;
    z-index: 0;
    transform: translateX(50%);
}


.column {
    margin-top: 250px;
}
.column .column_conts_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    --trivia_ttl_mark_width: 10px;
}
.column .column_conts_ttl .column_conts_in_txt {
    font-size: 40px;
    color: #b63613;
    white-space: nowrap;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.column .column_conts_ttl .ttl_mark_l ,
.column .column_conts_ttl .ttl_mark_r {
    display: flex;
    justify-content: flex-start;
    height: 2px;
    background-color: #3c0c0c;
    position: relative;
    flex: 1;
}
.column .column_conts_ttl .ttl_mark_l::before ,
.column .column_conts_ttl .ttl_mark_r::after {
    content: "";
    position: absolute;
    width: var(--trivia_ttl_mark_width);
    height: var(--trivia_ttl_mark_width);
    aspect-ratio: 1 / 1;
    top: 50%;
    transform:translateY( -50% ) rotate(45deg);
    background-color: #3c0c0c;
}
.column .column_conts_ttl .ttl_mark_l::before {
    left: 0;
}
.column .column_conts_ttl .ttl_mark_r::after {
    right: 0;
}
.column .column_acrd {
    padding-left: 24px;
    padding-right: 24px;
}
.column .column_acrd .column_acrd_item {
    --column_acrd_item_ttl_fontsize: 30px;
}
/* acc-box */
.column .column_acrd .acc-box {
    margin: 35px 0 30px;
    color: #3c0c0c;
}
.column .column_acrd .acc-box .acc-ttl {
    position: relative;
    margin: 0;
    padding: 15px;
    padding-right: 40px;
    font-size: 18px;
    background-color: #fbfbf6;
    cursor: pointer;
    font-weight: 600;
}
.column .column_acrd .acc-box .acc-ttl .acc-ttl_txt {
    position: relative;
    padding-left: 2.5em;
    font-size: var(--column_acrd_item_ttl_fontsize);
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
.column .column_acrd .acc-box .acc-ttl .acc-ttl_txt::before {
    content: "";
    position: absolute;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/acrd_ttl_mark.png") no-repeat center center;
    background-size: cover;
    aspect-ratio: 38 / 39;
    top: 0.1em;
    left: 0;
    width: calc( var(--column_acrd_item_ttl_fontsize) * 1.2 );
}

.column .column_acrd .acc-box .acc-ttl::after {
    content: "";
    position: absolute;
    top: calc( 50% - 7px );
    right: 25px;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto;
    transform: rotate(135deg);
    border-top: 2px solid #3c0c0c;
    border-right: 2px solid #3c0c0c;
}
.column .column_acrd .acc-box .acc-ttl.open::after {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
}
.column .column_acrd .acc-box .acc-conts {
    display: none;
    padding: 15px 10px;
    font-size: 26px;
    line-height: 1.8;
    padding-bottom: 35px;
}

.event_conts .sns {
    margin: 150px 0 0;
    padding-bottom: 80px;
}
.event_conts .sns .sns_conts {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 4%;
}
.event_conts .sns .sns_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.event_conts .sns .img_frame {
    width: 25%;
}
.event_conts .sns .sns_desc {
    flex: 1;
}
.event_conts .sns .sns_txt {
    font-size: 22px;
}
.event_conts .sns a {
    color: #1e030c;
}
.event_conts .sns a:hover {
    text-decoration: none;
    color: #1e030c;
}

/* 共通 */
.reco .cpn_target_ttl ,
.products .cpn_target_ttl {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
}
.reco .cpn_target_ttl .mark-l ,
.products .cpn_target_ttl .mark-l {
    width: 40px;
    aspect-ratio: 1 / 1;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/cpn_target_l.png") no-repeat center center;
    background-size: cover;
}
.reco .cpn_target_ttl .mark-r ,
.products .cpn_target_ttl .mark-r {
    width: 40px;
    aspect-ratio: 1 / 1;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/cpn_target_r.png") no-repeat center center;
    background-size: cover;
}

.lineup .cpn_target_ttl ,
.new .cpn_target_ttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
}
.lineup .cpn_target_ttl {
    gap: 50px;
}
.lineup .cpn_target_ttl .mark-l ,
.new .cpn_target_ttl .mark-l {
    width: 40px;
    aspect-ratio: 1 / 1;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/cpn_target_l.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
}
.lineup .cpn_target_ttl .mark-r ,
.new .cpn_target_ttl .mark-r {
    width: 40px;
    aspect-ratio: 1 / 1;
    background: url("/html/user_data/assets/itsumo_file/img/blackfriday/cpn_target_r.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
}
/* footer {
    background: url("./img/bg.jpg") repeat top center;
    background-size: 100% auto;
} */

@media screen and (max-width: 768px) {
    .pc { display: none; }
    .sp { display: block; }

    #contents {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin-top: 20px;
    }
    .bg_top {
        background-size:600px auto 
                    ,   150% 100%;
        background-position: center 15px
                        ,    top center;
    }
    .bg_bottom {
        background-size: 150% 100%;
        padding-bottom: 50px;
    }
    

    .event_conts .btn {
        font-size: 14px;
        min-height: 50px;
    }
    .event_conts .btn::after {
        right: 12px;
        width: 12px;
        height: 12px;
    }

    .lead {
        padding-top: 20px;
    }
    .lead .lead_onepoint_l {
        width: 30%;
        top: 45%;
        left: 8%;
        right: auto;
        max-width: 140px;
        transform: translateX(-50%) translateY(-50%);
    }
    .lead .lead_onepoint_r {
        width: 27%;
        top: 45%;
        right: 8%;
        left: auto;
        max-width: 120px;
        transform: translateX(50%) translateY(-50%);
    }
    .lead .lead_ttl {
        font-size: 24px;
    }
    /* .lead .lead_ttl::before,
    .lead .lead_ttl::after {
        width: 11%;
    } */
    .lead .lead_txt {
        font-size: 14px;
        margin-top: 20px;
    }
    .lead .lead_date {
        margin-top: 30px;
    }
    .lead .lead_date_txt {
        padding: 15px 10px;
        font-size: 17px;
        max-width: 370px;
    }

    .ind {
        padding-top: 30px;
    }
    .ind .ind_ttl {
        font-size: 20px;
        padding: 30px 0px 10px;
        margin-bottom: 10px;
    }
    .ind .ind_list {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }
    .ind .ind_item {
        width: calc((100% - 10px) / 2);
    }
    .ind .ind_item img {
        width: 100%;
    }

    .cpn {
        padding-top: 70px;
    }
    .cpn .cpn_ttl {
        font-size: 22px;
        margin-bottom: 10px;
        padding: 35px 0px 5px;
        max-width: 95%;
    }
    .cpn .cpn_item {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .cpn .cpn_info_ttl {
        font-size: 20px;
        margin-bottom: 0;
    }
    .cpn .cpn_info_tag {
        gap: 3px;
        margin-top: 3px;
    }
    .cpn .cpn_info_tag .tag {
        font-size: 12px;
        padding: 0.2em 0.2em;
        letter-spacing: -1px;
    }
    .cpn .cpn_info_txt {
        font-size: 20px;
    }
    .cpn .cpn_info_date {
        font-size: 16px;
        padding: 7px;
    }
    .cpn .cpn_btn {
        margin-top: 20px;
    }
    .cpn .cpn_btn .btn {
        font-size: 15px;
    }
    .cpn .cpn_info_ttl.fnt-b {
        font-size: 20px;
    }

    .bnr {
        margin: 50px auto 30px;
    }
    .bnr.bnr-top {
        padding-bottom: 30px;
    }
    .bnr.bnr-oseibo {
        margin-top: 70px;
    }
    .bnr.bnr-oseibo .bnr_oseibo_btn {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .schedule {
        margin: 30px auto 0;
        padding-bottom: 30px;
    }
    .schedule .schedule_subttl {
        max-width: 330px;
        width: 45%;
    }
    .schedule .schedule_img {
        padding: 0 10px 10px;
    }
    .reco {
        padding-top: 60px;
    }

    .reco .reco_onepoint_l {
        width: 15%;
        top: 4%;
        left: 7%;
        right: auto;
        max-width: 100px;
        transform: translateX(-50%) translateY(-50%);
    }
    .reco .reco_onepoint_r {
        width: 16%;
        top: 3%;
        right: 8%;
        left: auto;
        max-width: 100px;
        transform: translateX(50%) translateY(-50%);
    }
    .reco .reco_conts {
        padding: 15px 10px 15px;
    }
    .reco .reco_conts_ttl {
        max-width: 350px;
        width: 70%;
        font-size: 30px;
        margin: 0px auto 0;
        background-size: min(33%, 80px) auto;
        padding-top: 10px;
    }
    .reco .reco_conts_subttl {
        font-size: 16px;
    }
    .reco .reco_conts_txt {
        font-size: 26px;
    }
    .reco .reco_conts_target {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .reco .reco_date {
        width: calc( 100% );
        padding: 10px 5px;
    }
    .reco .reco_date_txt {
        font-size: 16px;
    }
    .reco .reco_list {
        gap: 10px;
        margin-top: 0px;
    }
    .reco .reco_item .img_frame {
        width: 43%;
        padding: 0;
    }
    .reco .reco_item {
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .reco .reco_item:nth-of-type(2n) {
        border-left: none;
        border-top: 2px dotted #333;
    }
    .reco .item_desc {
        width: 57%;
        padding: 0 0 0 10px;
    }
    .reco .reco_item_name {
        font-size: 14px;
        margin-top: 5px;
        font-weight: normal;
    }
    .reco .item_n_price {
        margin-top: 5px;
        font-size: 12px;
    }
    .reco .reco_item_tag {
        gap: 5px;
    }
    .reco .reco_item_tag .tag {
        font-size: 10px;
    }
    .reco .reco_item_desc {
        font-size: 15px;
    }
    .reco .reco_item_price {
        min-height: auto;
        margin-top: 10px;
    }
    .reco .reco_item_price .price_before {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .reco .reco_item_price.reco_item_price_1col .price_after {
        margin-left: auto;
    }
    .reco .reco_item_price .price_sep {
        font-size: 14px;
        margin: 0 5px 5px;
        width: 100%;
    }
    .reco .reco_item_price .price_after {
        font-size: 16px;
    }
    .reco .reco_item_price .price_tax {
        font-size: 10px;
    }
    .reco .reco_item_btn {
        margin-top: 10px;
    }
    .reco .reco_item_btn .btn {
        font-size: 15px;
        min-height: 40px;
    }

    .products {
        position: relative;
        margin-top: 70px;
    }
    .products .products_onepoint_l {
        width: 16%;
        top: 1%;
        left: 6%;
        right: auto;
        max-width: 80px;
        transform: translateX(-50%) translateY(-50%);
    }
    .products .products_onepoint_r {
        width: 16%;
        top: 1%;
        right: 8%;
        left: auto;
        max-width: 80px;
        transform: translateX(50%) translateY(-50%);
    }
    .products .products_conts {
        padding: 20px 10px 20px;
    }
    .products .products_conts_txt {
        font-size: 22px;
    }
    .products .products_list {
        gap: 10px;
        margin-top: 20px;
    }
    .products .products_item {
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .products .products_item .img_frame {
        width: 43%;
        padding: 0;
    }
    .products .products_item .item_desc {
        width: 57%;
        padding-left: 10px;
    }
    .products .products_item .item_desc .item_tag {
        margin-top: 5px;
        gap: 5px;
    }
    .products .products_item .item_desc .item_tag .tag {
        font-size: 10px;
        padding: 0.2em 0.2em;
    }
    .products .products_item .item_desc .item_name {
        margin-top: 5px;
        font-size: 14px;
    }
    .products .products_item .item_desc .item_n_price {
        margin-top: 5px;
        font-size: 12px;
    }
    .products .products_item .item_desc .item_price {
        margin-top: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .products .products_item .item_desc .item_price_cpn {
        font-size: 12px;
        width: 100%;
    }
    .products .products_item .item_desc .item_price_txt {
        font-size: 16px;
    }
    .products .products_item .item_desc .item_price_tax {
        font-size: 12px;
    }
    .products .products_item .item_desc .item_btn {
        margin-top: 5px;
        padding-bottom: 5px;
    }
    .products .products_item .item_desc .item_btn .btn {
        min-height: 40px;
    }
    .products .products_btn {
        margin: 40px auto 80px;
        width: 80%;
    }


    .new {
        margin-top: 80px;
    }
    
    .new .new_onepoint_l {
        width: 14%;
        top: 6%;
        left: 7%;
        right: auto;
        max-width: 70px;
        transform: translateX(-50%) translateY(-50%);
    }
    .new .new_onepoint_r {
        width: 12%;
        top: 7%;
        right: 6%;
        left: auto;
        max-width: 70px;
        transform: translateX(50%) translateY(-50%);
    }
    .new .new_conts {
        padding: 10px 10px 20px;
    }
    .new .new_conts_ttl {
        max-width: 400px;
        width:75%;
        margin: 0px auto 15px;
        gap: 10px;
    }
    .new .new_conts_txt_img {
        margin-top: 5px;
        line-height: 1;
    }    
    .new .new_conts_subttl {
        font-size: 16px;
    }
    .new .new_conts_txt {
        font-size: 26px;
    }
    .new .new_conts_target {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .new .new_item {
        margin-top: 20px;
    }
    .new .new_item_name {
        font-size: 16px;
        margin-top: 20px;
    }
    .new .new_item .img_frame {
        width: 43%;
        padding-right: 0;
    }
    .new .new_item .item_desc {
        width: 57%;
        padding-left: 10px;
    }
    .new .new_item_tag {
        max-width: none;
        gap: 5px;
        margin-top: 0;
    }
    .new .new_item_tag .tag {
        font-size: 10px;
        letter-spacing: 0;
    }
    .new .new_item_tag .tag:nth-of-type(2) {
        margin-right: 0;
    }
    .new .new_item_desc {
        font-size: 14px;
    }
    .new .new_item_price {
        margin-top: 10px;
    }
    .new .new_item_price .price_before {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .new .new_item_price .price_sep {
        font-size: 14px;
        margin: 0 5px 5px;
    }
    .new .new_item_price .price_after {
        font-size: 28px;
    }
    .new .new_item_price .price_tax {
        font-size: 10px;
    }
    .new .new_item_btn {
        margin-top: 10px;
    }
    .new .new_item_btn .btn {
        font-size: 15px;
        min-height: 40px;
    }
    .new.newetc {
        margin-top: 20px;
    }
    .new.newetc .new_conts {
        padding: 20px 10px;
    }
    
    

    .lineup .cpn_target_ttl {
        gap: 10px;
    }
    .lineup {
        position: relative;
        margin-top: 70px;
    }
    .lineup .lineup_onepoint_l {
        width: 30%;
        top: 4%;
        left: 4%;
        right: auto;
        max-width: 250px;
        transform: translateX(-50%) translateY(-50%);
    }
    .lineup .lineup_onepoint_r {
        width: 28%;
        top: 4%;
        right: 3%;
        left: auto;
        max-width: 300px;
        transform: translateX(50%) translateY(-50%);
    }
    .lineup .lineup_conts {
        padding: 20px 10px 20px;
    }
    .lineup .lineup_conts_txt {
        font-size: 26px;
        max-width: 300px;
        width: 65%;
        margin: 0 auto;
    }
    .lineup .lineup_list {
        gap: 10px;
        margin-top: 20px;
    }
    .lineup .lineup_item {
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .lineup .lineup_item .img_frame {
        width: 43%;
        padding: 0;
    }
    .lineup .lineup_item .item_desc {
        width: 57%;
        padding-left: 10px;
    }
    .lineup .lineup_item .item_desc .item_tag {
        margin-top: 5px;
        gap: 5px;
    }
    .lineup .lineup_item .item_desc .item_tag .tag {
        font-size: 10px;
        padding: 0.2em 0.2em;
    }
    .lineup .lineup_item .item_desc .item_name {
        margin-top: 5px;
        font-size: 14px;
    }
    .lineup .lineup_item .item_desc .item_n_price {
        margin-top: 5px;
        font-size: 12px;
    }
    .lineup .lineup_item .item_desc .item_price {
        margin-top: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .lineup .lineup_item .item_desc .item_price_cpn {
        font-size: 12px;
        width: 100%;
    }
    .lineup .lineup_item .item_desc .item_price_txt {
        font-size: 26px;
    }
    .lineup .lineup_item .item_desc .item_price_tax {
        font-size: 12px;
    }
    .lineup .lineup_item .item_desc .item_btn {
        margin-top: 5px;
        padding-bottom: 5px;
    }
    .lineup .lineup_item .item_desc .item_btn .btn {
        min-height: 40px;
    }


    .lineup.lineup-btm {
        margin-top: 80px;
    }
    .lineup.lineup-btm .lineup_onepoint_l {
        width: 16%;
        top: 30%;
        left: 7%;
        right: auto;
        max-width: 90px;
        transform: translateX(-50%) translateY(-50%);
    }
    .lineup.lineup-btm .lineup_onepoint_r {
        width: 15%;
        top: 35%;
        right: 7%;
        left: auto;
        max-width: 90px;
        transform: translateX(50%) translateY(-50%);
    }

    .lineup .cpn_target_ttl .mark-l ,
    .new .cpn_target_ttl .mark-l {
        margin-bottom: 3px;
    }
    .lineup .cpn_target_ttl .mark-r ,
    .new .cpn_target_ttl .mark-r {
        margin-bottom: 3px;
    }

    .column {
        margin-top: 70px;
    }
    .column .column_conts_ttl {
        gap: 20px;
    }
    .column .column_conts_ttl .column_conts_in_txt {
        font-size: 26px;
        width: 65%;
        max-width: 400px;
    }
    .column .column_acrd {
        padding-left: 10px;
        padding-right: 10px;
    }
    .column .column_acrd .acc-box {
        margin: 25px 0 20px;
    }
    .column .column_acrd .column_acrd_item {
        --column_acrd_item_ttl_fontsize: 16px;
    }
    .column .column_acrd .acc-box .acc-conts {
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 15px;
    }
    .column .column_acrd .acc-box .acc-ttl::after {
        right: 20px;
    }
    .column .column_acrd .acc-box .acc-ttl .acc-ttl_txt {
        padding-left: 2em;
    }

    .event_conts .sns {
        margin: 50px 0 0px;
        padding-bottom: 0;
    }
    .event_conts .sns .sns_conts {
        gap: 10px;
    }
    .event_conts .sns .sns_item {
        gap: 5px;
    }
    .event_conts .sns .img_frame {
        max-width: 37px;
    }
    .event_conts .sns .sns_txt {
        font-size: 14px;
    }


    /* 共通 */
    .reco .cpn_target_ttl ,
    .products .cpn_target_ttl {
        gap: 10px;
        font-size: 24px;
    }
    .reco .cpn_target_ttl .mark-l, 
    .products .cpn_target_ttl .mark-l {
        max-width: 40px;
        width: .8em;
    }
    .reco .cpn_target_ttl .mark-r, 
    .products .cpn_target_ttl .mark-r {
        max-width: 40px;
        width: .8em;
    }
}

@media screen and (min-width: 1921px) {
    .bg_top {
        background-size:1920px auto 
                    ,   100% 100%;
    }
}