@charset "utf-8";

/*////////// /service/fixed_deposit/takarakuji_summer/ //////////*/
/* 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: 16px;
    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.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 5px;
    color: inherit;
    height: 100%;
}

/* anchorLink */
.anchor_lpBox{
    display: flex;
    justify-content: space-between;
}
.anchor_lpBox_item{
    width: calc((100% - 3px) / 3);
    display: flex;
    flex-direction: column;
}
.anchor_lpBox_link{
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.anchor_lpBox_link::after{
    content: "";
    z-index: 0;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #002051;
}
.anchor_lpBox_text{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3px;
    width: 100%;
    min-height: 70px;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.25;
    background: #980012;
    border-radius: 10px;
    padding: 19px 5px 0;
}
.anchor_lpBox_text::after{
    position: absolute;
    content: "";
    background: url("../images/icon_arr_on.png") no-repeat center right;
    width: 14px;
    height: 12px;
    right: 0;
    left: 0;
    bottom: 15px;
    margin: auto;
}
.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: 355px;
    margin: 0 auto 28px;
    position: relative;
    height: 80px;
    line-height: 26px;
    background: url("../images/bg_ribbon01_sp.png") no-repeat top center;
    background-size: cover;
    padding: 14px 0 0;
}
.ribbonBox_item{
    margin: 0;
    padding: 0 30px;
    font-size: 16px;
    color: #001537;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: 600;
}

.head_border {
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center; /* 文字を中央寄せ */
    font-size: 28px;
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);*/
    color: #ffdb3f;
    text-align: center;
    line-height: 1.285;
    font-weight: 600;
    text-shadow: 0px 2px 0px rgba(0, 21, 55, 1);
}
.dotList > li{
    position: relative;
    padding-left: 1.05em;
    margin-top: 6px;
}
.dotList > li:first-child{
    margin-top: 0;
}
.dotList > li::before{
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #a1acc6;
    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_sp.jpg") no-repeat top center, url("../images/bg_kv_btm_sp.jpg") no-repeat bottom center;
    background-size: 100%;
    position: relative;
}
.bg-gradation{
    background: linear-gradient(0deg,rgba(0, 21, 55, 1) 0%, rgba(0, 50, 92, 1) 100%);
}
.kvArea .cntSec_inner{
    padding: 10px 0 25px;
}
.kvArea .title{
    text-align: center;
}
.kvArea .attention{
    background: #fff;
    border: 2px solid #b13735;
    padding: 18px 20px 16px;
    margin: 10px 10px 0;
}
.kvArea .attention .txt{
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
}
.kvArea .dl_note{
    margin-top: 30px;
    padding: 0 25px;
}
.kvArea .dl_note dt{
    text-align: center;
    /*background: #fff;*/
    border: 1px solid #fff;
    color: #fff;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 7px 0 6px;
    margin: 0 auto 15px;
}
.kvArea .dl_note dd{
    color: #fff;
}

.kvArea .deco_box{
    border: 2px solid #fff;
    margin: 53px 10px 0;
}
.info_box{
    background: url("../images/bg_panel_sp.jpg") repeat-y top left;
    margin: 8px;
    background-size: 100% 101%;
    position: relative;
}
.info_box .sub{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    text-align: center;
}
.info_box .cont_btm{
    padding: 50px 15px 30px;
    text-align: center;
}

.kvArea .info_list{
    display: grid;
    gap: 10px;
    margin: 30px 10px 0;
}
.kvArea .info_list li{
    background: #fff;
    text-align: center;
}
.kvArea .info_list li .item{
    background: #b13735;
    color: #fff;
    display: block;
    padding: 11px 0 9px;
    font-size: 14px;
    font-weight: 600;
}
.kvArea .info_list li .item + div{
    font-size: 16px; 
    font-weight: 600;
    padding: 10px 0 7px;
}


/*商品概要*/
.product_dlList{
    display: grid;
    grid-template-columns: 115px auto;
    column-gap: 5px;
    margin-top: 25px;
}
.product_dlList dt,
.product_dlList dd{
    margin-bottom: 10px;
    font-size: 16px;
}
.product_dlList dt{
    background: #f5f2e9;
    /*border: 1px solid #f6f679;*/
    color: #001537;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.product_dlList dd{
    background: #fff;
    /*border: 1px solid #e3b575;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 16px;
    overflow: auto;
}
.product_dlList dd .scrollX_wrap{
    margin-top: 0;
}
.product_dlList dt:last-of-type,
.product_dlList dd:last-child{
    margin-bottom: 0;
}
.product_dlList .noteList li{
    font-size: 16px;
    margin-top: 3px;
    padding-left: 1em;
}

/* 注意事項 */
.campaign_note{
    margin-top: 50px;
}
.campaign_note .cont_box{
    background: #fff;
    border: 1px solid #e3b575;
    padding: 30px 25px;
    margin-top: 25px;
    font-size: 18px;
}
.campaign_note .cont_box .ttl_band{
    color: #fff;
    background: linear-gradient(90deg,rgba(0, 21, 55, 1) 0%, rgba(0, 50, 92, 1) 60%, rgba(0, 90, 142, 1) 100%);
    font-size: 18px;
    font-weight: 600;
    padding: 13px 15px 9px;
    margin-bottom: 15px;
    text-align: center;
}

/* お問い合わせ */
.products_info{
    margin-top: 60px;
    width: 100%;
    /*background-color: #fff;*/
    border-radius: 10px;
    padding: 25px;
    margin: 50px auto 0;
    /*border: 3px solid rgba(227, 181, 117, 1);*/
    position: relative;
    z-index: 5;
}
.products_info::before,
.products_info::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
}
.products_info::before{
    background: linear-gradient(90deg,rgba(151, 106, 171, 1) 10%, rgba(0, 76, 149, 1) 50%, rgba(151, 106, 171, 1) 90%);
}
.products_info::after{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px auto auto 5px;
    background-color: #fff;
}
.products_info_lead{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.products_info_tel-imgwrap{
    max-width: 453px;
    margin: 12px auto 0;
}
.products_info_time{
    margin-top: 20px;
    font-size: 12px;
}
.products_info_time_label{
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    width: 60px;
    height: 22px;
    box-sizing: border-box;
    padding: 6px 0 5px;
    background: #333;
    color: #fff;
    margin: 0 auto 5px;
}
.products_info_time_lead{
    padding-top: 3px;
    text-align: center;
}


.productArea{
    background: #005689;
    position: relative;
    background: linear-gradient(0deg,rgba(0, 21, 55, 1) 0%, rgba(0, 50, 92, 1) 70%, rgba(0, 90, 142, 1) 100%);
}
.productArea::before{
    position: absolute;
    content: "";
    background: url("../images/bg_main_sp.jpg") no-repeat bottom center;
    background-size: 100% 138px;
    width: 100%;
    height: 138px;
    bottom: 0;
    left: 0;
}
.productArea .itemBlock{
    position: relative;
}
.productArea .itemBlock::before,
.productArea .itemBlock::after{
    position: absolute;
    content: "";
    top: 0;
}
.productArea .itemBlock::before{
    background: url("../images/item_firework01.png") no-repeat top left;
    background-size: cover;
    width: 94px;
    height: 273px;
    left: 0;
}
.productArea .itemBlock::after{
    background: url("../images/item_firework02.png") no-repeat top left;
    background-size: cover;
    width: 94px;
    height: 273px;
    right: 0;
    z-index: 1;
}
.productArea .cntSec_inner{
    padding-bottom: 80px;
    z-index: 10;
}

.marker_ttl{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.marker_ttl span{
    background:linear-gradient(transparent 60%, #ffdb3f 60%);
}
.applicationArea{
    background: url("../images/bg_application_line_sp.jpg") repeat-y left top;
    position: relative;
    background-size: cover;
}
.applicationArea::before,
.applicationArea::after{
    position: absolute;
    content: "";
    top: 0;
}
.applicationArea::before{
    background: url("../images/item_firework01.png") no-repeat top left;
    background-size: cover;
    width: 94px;
    height: 273px;
    left: 0;
}
.applicationArea::after{
    background: url("../images/item_firework02.png") no-repeat top left;
    background-size: cover;
    width: 94px;
    height: 273px;
    right: 0;
    z-index: 1;
}

.applicationArea .applicationBox{
    box-shadow: 00px 6px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.applicationArea .cntSec_inner{
    position: relative;
    z-index: 5;
    width: 92%;
}
.applicationArea .titleBox{
    /*background: #550b15;*/
    background: linear-gradient(0deg,rgba(0, 21, 55, 1) 0%, rgba(0, 50, 92, 1) 60%, rgba(0, 90, 142, 1) 100%);
    border-radius: 10px 10px 0 0;
}
.applicationArea .txt{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding: 13px 0 7px;
}
.applicationArea .deco_box{
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px 25px 40px;
}
.applicationArea .anno{
    font-weight: bold;
    margin-bottom: 35px;
    text-indent: -1em;
    padding-left: 1em;
}
.applicationArea .nmlBtn2{
    margin-top: 30px;
    width: 97%;
}
.applicationArea .nmlBtn_itemLink .nmlBtn_text{
    transform: translate(0px, -3px);
}

.takarakujiTable th,
.takarakujiTable td{
    border: 1px solid #cccccc;
}
.takarakujiTable th{
    padding: 16px 24px 12px;
}
.takarakujiTable td{
    padding: 14px 24px;
}
.takarakujiTable th.sub1{
    background: #f5f2e9;
}
.takarakujiTable th.sub2{
    background: #f5f2e9;
}
.takarakujiTable thead th{
    background: #f5f2e9;
    color: #333333;
}


/* モーダル ビデオ設定 */
#filter {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.modalCont {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  pointer-events: none;
}
.modalInner {
  display: table;
  height: 100%;
  width: 95%;
  margin: auto;
  padding: 60px 0 30px;
  box-sizing: border-box;
  pointer-events: none;
}
.modalCont .modalVideoWrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.modalCont .modalVideo {
  position: relative;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  pointer-events: all;
}
.modalCont .modalVideo .videoWrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background: #fff;
}
.modalClose {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -10px;
  top: -65px;
}
.modalClose a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  transition: 0.25s;
}
.modalClose a:hover {
  opacity: 0.8;
}
.modalClose span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  top: 50%;
  margin-top: -1px;
  left: 0;
  border-radius: 1px;
}
.modalClose span:nth-child(1) {
  transform: rotate(45deg);
}
.modalClose span:nth-child(2) {
  transform: rotate(-45deg);
}
.modalCont .modalVideo video {
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
}

.movie_ul{
    margin: 30px 0 0;
}
.movie_ul li{
    width: 90%;
    margin: auto;
}