@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: #002051;
}
.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: #fff;
    line-height: 1.25;
    background: #980012;
    /*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_on.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;
    background: linear-gradient(0deg,rgba(0, 21, 55, 1) 0%, rgba(0, 50, 92, 1) 63%, rgba(0, 90, 142, 1) 100%);
    /*color: #fff;*/
    /*background: #58020d;*/
}
.anchor_lpBox_link:hover .anchor_lpBox_text::before{
    border: 1px solid #fff;
}


.ribbonBox{
    width: 1080px;
    margin: 0 auto 25px;
    position: relative;
    height: 80px;
    line-height: 64px;
    background: url("../images/bg_ribbon01.png") no-repeat top center;
    background-size: cover;
}
.ribbonBox_item{
    margin: 0;
    padding: 10px 30px;
    font-size: 30px;
    color: #001537;
    text-shadow: 0px 3px 0px rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: 600;
}
.head_border {
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center; /* 文字を中央寄せ */
    font-size: 50px;
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);*/
    color: #ffdb3f;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 3px 0px rgba(0, 21, 55, 1);
}

.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: 4px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #a1acc6;
    border-radius: 100%;
}
.alphaList{
    padding-left: 1.2em;
}
.alphaList>li:before{
    content: counter(alpha, upper-alpha);
    left: -1.1em;
}

.kvArea{
    background: #081128 url("../images/bg_kv.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
}
.kvArea .cntSec_inner{
    padding: 30px var(--hnb-content-padding-pc-m) 30px;
}
.kvArea .title{
    text-align: center;
}
.kvArea .attention{
    background: #fff;
    border: 2px solid #b13735;
    text-align: center;
    padding: 18px 10px 16px;
    margin-top: 15px;
}
.kvArea .attention .txt{
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
}
.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 #fff;
    color: #fff;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 600;
}
.kvArea .dl_note dd{
    color: #fff;
}

.kvArea .deco_box{
    border: 2px solid #fff;
    margin-top: 55px;
}
.info_box{
    background: url("../images/bg_panel.jpg") repeat-y top left;
    margin: 8px;
    background-size: 100% 100%;
    position: relative;
}
.info_box .sub{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 318px;
    top: -30px;
}
.info_box .cont_btm{
    padding: 50px 55px 30px;
}
.info_box .list{
    display: flex;
}
.info_box .list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.info_box .list li{
    text-align: center;
    font-weight: 600;
}

.kvArea .info_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}
.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-weight: 600;
}
.kvArea .info_list li .item + div{
    font-size: 18px; 
    font-weight: 600;
    padding: 10px 0 7px;
}


/*商品概要*/

.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: #f5f2e9;
    /*border: 1px solid #f6f679;*/
    color: #001537;
    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: linear-gradient(90deg,rgba(0, 21, 55, 1) 0%, rgba(0, 50, 92, 1) 60%, rgba(0, 90, 142, 1) 100%);
    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::before,
.products_info::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    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: 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: #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.jpg") no-repeat bottom center;
    background-size: 100% 590px;
    width: 100%;
    height: 590px;
    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;
    width: 300px;
    height: 900px;
    left: 0;
}
.productArea .itemBlock::after{
    background: url("../images/item_firework02.png") no-repeat top left;
    width: 300px;
    height: 900px;
    right: 0;
    z-index: 1;
}
.productArea .cntSec_inner{
    z-index: 10;
}


.marker_ttl{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.marker_ttl span{
    background:linear-gradient(transparent 60%, #ffdb3f 60%);
}


.applicationArea{
    background: url("../images/bg_application_line.jpg") repeat-y left top;
    position: relative;
    background-size: contain;
}
.applicationArea::before,
.applicationArea::after{
    position: absolute;
    content: "";
    top: 0;
}
.applicationArea::before{
    background: url("../images/item_firework01.png") no-repeat top left;
    width: 300px;
    height: 900px;
    left: 0;
}
.applicationArea::after{
    background: url("../images/item_firework02.png") no-repeat top left;
    width: 300px;
    height: 900px;
    right: 0;
    z-index: 1;
}

.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(0deg,rgba(0, 21, 55, 1) 0%, rgba(0, 50, 92, 1) 60%, rgba(0, 90, 142, 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 #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;
  /* align-items: center; */
  /* align-content: center; */
  height: 100%;
  width: 70%;
  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: 10px 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: 50px 0 20px;
}
.movie_ul li{
    width: 600px;
    margin: auto;
}
.movie_ul li:hover{
    opacity: .8;
}