@charset "utf-8";


.content_main{
    color: #333;
}
/* Tab */
.lpTab{
    border-bottom: 1px solid #d0d0d0;
}
.lpTab .cntSec_inner{padding-bottom: 0;}
.lpTab_btnWrap{
    display: flex;
    align-items: stretch;
    column-gap: 3px;
}
.lpTab_btn{
    display: block;
    background-color: #F5F5F5;
    font-weight: 600;
    font-size: 18px;
    line-height: calc(23 / 18);
    text-align: center;
    letter-spacing: .025em;
    color: var(--hnb-color-text1);
    cursor: pointer;
    transition: all .2s ease;
    width: calc(100% / 3);
    text-decoration: none;
}
.lpTab_btn:hover {
    opacity: 0.7;
}
.lpTab_btn.active{
    background: var(--hnb-color-main);
    color: #fff;
}
.lpTab_btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 8px 12px;
    color: inherit;
    height: 100%;
}

/* anchorLink */
.anchor_lp .cntSec_inner{
    padding: 33px var(--hnb-content-padding-pc-m) 30px;
}
.anchor_lpBox{
    display: flex;
    justify-content: space-between;
}
.anchor_lpBox_item{
    width: calc((100% - 48px) / 3);
    display: flex;
    flex-direction: column;
}
.anchor_lpBox_link{
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: background-color .2s ease;
    cursor: pointer;
}
.anchor_lpBox_link::after{
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #58020d;
}
.anchor_lpBox_text{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3px;
    width: 100%;
    min-height: 66px;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #58020d;
    line-height: 1.25;
    background: #e3b575;
    /*border: 2px solid var(--hnb-color-main);*/
    border-radius: 10px;
    padding: 8px 41px 4px;
    transform: translate(0px, -3px);
    backface-visibility: hidden;
    transition: all .26s var(--hnb-anime-easing1);
}
.anchor_lpBox_text::before{
    position: absolute;
    content: "";
    height: 85%;
    width: 97.1%;
    border: 1px solid #58020d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}
.anchor_lpBox_text::after{
    position: absolute;
    content: "";
    background: url("../images/icon_arr.png") no-repeat center right;
    width: 14px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.anchor_lpBox_link:hover .anchor_lpBox_text::after{
    background: url("../images/icon_arr_on.png") no-repeat center right;
}
.anchor_lpBox_link:hover .anchor_lpBox_text,
.anchor_lpBox_link:focus .anchor_lpBox_text{
    transform: none;
    color: #fff;
    background: #58020d;
}
.anchor_lpBox_link:hover .anchor_lpBox_text::before{
    border: 1px solid #fff;
}


.ribbonBox{
    width: 760px;
    margin: 0 auto 25px;
    position: relative;
    height: 60px;
    line-height: 64px;
    background: url("../images/bg_ribbon01.png") no-repeat top center;
    background-size: cover;
}
.ribbonBox_item{
    margin: 0;
    padding: 0 30px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.head_border {
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center; /* 文字を中央寄せ */
    font-size: 50px;
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);*/
    color: #550b15;
    text-align: center;
    font-weight: 600;
}

.dotList > li{
    position: relative;
    padding-left: 1.25em;
    margin-top: 6px;
}
.dotList > li:first-child{
    margin-top: 0;
}
.dotList > li::before{
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #e3b575;
    border-radius: 100%;
}
.alphaList{
    padding-left: 1.2em;
}
.alphaList>li:before{
    content: counter(alpha, upper-alpha);
    left: -1.1em;
}

.kvArea{
    background: url("../images/bg_kv.png") no-repeat top center;
    background-size: cover;
    position: relative;
}
.kvArea .cntSec_inner{
    padding: 10px var(--hnb-content-padding-pc-m) 30px;
}
.kvArea .title{
    text-align: center;
}
.kvArea .dl_note{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 14px;
}
.kvArea .dl_note dt{
    text-align: center;
    background: #fff;
    border: 1px solid #333333;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 600;
}

.info_box{
    background: url("../images/bg_panel.png") repeat-y top left;
    margin: 40px 15px 0;
    background-size: 100% 100%;
    position: relative;
}
.info_box::before,
.info_box::after{
    position: absolute;
    content: "";
}
.info_box::before{
    background: url("../images/img_deco_target.png") no-repeat top left;
    width: 149px;
    height: 142px;
    left: -35px;
    top: -20px;
}
.info_box::after{
    background: url("../images/img_deco_box.png") no-repeat top left;
    width: 247px;
    height: 127px;
    right: -110px;
    bottom: -94px;
}
.info_box .sub{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    top: -15px;
}
.info_box .cont_btm{
    padding: 69px 50px 30px;
}
.shadow{
    filter: drop-shadow(-5.7px 8.3px 20px rgba(189, 119, 26, 0.75));
}
.info_box .list{
    display: flex;
}
.info_box .list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    margin-bottom: 20px;
}
.info_box .list li{
    text-align: center;
    font-weight: 600;
}
.info_box .list .ttl{
    color: #fff;
    font-size: 20px;
    background: linear-gradient(90deg,rgba(165, 0, 0, 1) 0%, rgba(128, 0, 0, 1) 50%, rgba(165, 0, 0, 1) 100%);
    border-radius: 10px 10px 0 0;
    padding: 5px 0px 3px;
}
.info_box .list .cont{
    font-size: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 13px 0px 12px;
    letter-spacing: -0.02em;
}
.info_box .list2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.info_box .list2 > li{
    display: flex;
    align-items: center;
    width: 100%;
}
.info_box .list2 > li:nth-child(n+3){
    margin-top: 15px;
}
.info_box .list2 .item{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #550b15;
    padding: 16px 0;
    display: inline-block;
    margin-right: 15px;
    min-width: 90px;
    text-align: center;
}
.info_box .list2 div{
    font-size: 18px;
}
.info_box .list2 div.dispF{
    display: flex;
}
.info_box .list2 div span{
    font-size: 13px;
    line-height: 1.6;
    display: inline-block;
}
.info_box .list2 div .cirList > li{
    margin-top: 4px;
}
.info_box .list2 div .cirList > li::before{
    background: #333333;
    left: 0;
    top: .5em;
    width: 6px;
    height: 6px;
}

.product_dlList{
    display: grid;
    grid-template-columns: 210px auto;
    column-gap: 1em;
    margin-top: 20px;
}
.product_dlList dt,
.product_dlList dd{
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 20px;
}
.product_dlList dt{
    background: #550b15;
    /*border: 1px solid #f6f679;*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
}
.product_dlList dd{
    background: #fff;
    border: 1px solid #e3b575;
}
.product_dlList dt:last-of-type,
.product_dlList dd:last-child{
    margin-bottom: 0;
}
.product_dlList dt .kakko{
    margin-left: -1em;
}
.product_dlList .noteList li{
    font-size: 18px;
    margin-top: 5px;
    padding-left: 1em;
}

/* 留意事項 */
.campaign_note{
    margin-top: 50px;
}
.campaign_note .cont_box{
    background: #fff;
    border: 1px solid #e3b575;
    padding: 30px;
    margin-top: 25px;
}
.campaign_note .cont_box .ttl_band{
    color: #fff;
    background: #550b15;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    margin-bottom: 15px;
}

/* お問い合わせ */
.products_info{
    margin-top: 60px;
    width: 62.5%;
    min-width: 880px;
    background-color: #fff;
    border-radius: 20px;
    padding: 38px 20px 40px;
    margin: 40px auto 0;
    border: 5px solid rgba(227, 181, 117, 1);
    position: relative;
    z-index: 5;
}
.products_info_lead{
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.products_info_tel-imgwrap{
    max-width: 453px;
    margin: 12px auto 0;
}
.products_info_time{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.products_info_time_label{
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    width: 76px;
    height: 26px;
    box-sizing: border-box;
    padding: 6px 0 5px;
    margin-right: 10px;
    background: #333;
    color: #fff;
}
.products_info_time_lead{
    padding-top: 3px;
}

.productArea{
    background: url(../images/bg_sec01.png) repeat-y left top;
    background-size: 100%;
}


.marker_ttl{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.marker_ttl span{
    background:linear-gradient(transparent 60%, #f1daba 60%);
}


.applicationArea{
    background: url("../images/bg_application.png") no-repeat left top, url("../images/bg_application_line.png") repeat-y left top;
    position: relative;
    background-size: 100%,contain;
}
.applicationArea .applicationBox {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}
.applicationArea .cntSec_inner{
    position: relative;
    z-index: 5;
    padding-top: 100px !important;
    padding-bottom: 105px !important;
}
.applicationArea .titleBox{
    /*background: #550b15;*/
    background: linear-gradient(90deg,rgba(129, 0, 1, 1) 0%, rgba(85, 11, 21, 1) 50%, rgba(129, 0, 1, 1) 100%);
    border-radius: 20px 20px 0 0;
}
.applicationArea .txt{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    padding: 13px 0 7px;
}
.applicationArea .deco_box{
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 40px 0 60px;
}
.applicationArea .anno{
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
}
.applicationArea .nmlBtn2{
    margin-top: 30px;
}
.applicationArea .nmlBtn2 .nmlBtn2_item {
    width: 280px;
}
.applicationArea .nmlBtn_itemLink .nmlBtn_text{
    transform: translate(-0px, -6px);
    font-size: 22px;
}
.applicationArea .nmlBtn_itemLink:hover .nmlBtn_text,
.applicationArea .nmlBtn_itemLink:focus .nmlBtn_text{
    transform: none;
}

.takarakujiTable th,
.takarakujiTable td{
    border: 1px solid #550b15;
}
.takarakujiTable th{
    padding: 16px 24px 12px;
}
.takarakujiTable td{
    padding: 14px 24px;
}
.takarakujiTable th.sub1{
    background: rgba(193, 148, 79, 0.5);
}
.takarakujiTable th.sub2{
    background: rgba(193, 148, 79, 0.2);
}
.takarakujiTable thead th{
    background: #c1944f;
    color: #550b15;
}