@charset "UTF-8";

/* =====================
    reset
===================== */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
button,
input,
select,
textarea,
body {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main{
    flex-grow: 1
}
@media screen and (min-width: 768px) {
    .sp_only{
        display: none;
    }
    .pc_right{
        width: 53.3%;
        z-index: 20;
    }
}
@media screen and (max-width: 767px) {
    .pc_only{
        display: none;
    }
}
a:hover{
    opacity: 0.7;
}
a:visited{
    color: #3545bf;
}
.mb16{
    margin-bottom: 16px !important;
}
.mb32{
    margin-bottom: 32px !important;
}
/*==============================
    CSS Reset 
==============================*/
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}}
/*==============================
    header
==============================*/
@media screen and (min-width: 768px) {
    header{
        display: flex;
    }
    .header {
        width: 53.3%;
        margin: 0 0 0 auto;
        background-color: #F7F7F7;
    }
    .pc_left_header{
        width: 46.7%;
        height: 51px;
        background-color: #F7F7F7;
    }
}
.header_inner{
    width: 100%;
    height: 52px;
    text-align: center;
    display: flex;
    justify-content: end;
    background-color: #fff;
    padding: 0 16px;
}
@media screen and (min-width: 768px) {
    .header_inner{
        height: 51px;
    }
}
.header_logo{
    display: flex;
    align-items: center;
}
.header_logo img{
    width: 46px;
    height: auto;
}

/*==============================
    kv
==============================*/
.kv_img {
    position: relative;
}
.kv_img img{
    width: 100%;
}
@media screen and (min-width: 768px) {
    .kv_img img{
        width: 100%;
    }
}
/*==============================
    filter
==============================*/
.filter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
}
.c-hidden {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 30px;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-hidden {
        font-size: 23px;
    }
}
/*==============================
    scroll_ins
==============================*/
.scroll_ins_area{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 378px;
    width: 100%;
}
.scroll_ins_area img{
    overflow: hidden;
    height: 100%;
}
.scroll_ins_img{
    padding:16px;
}
.scroll_ins_txt{
    padding: 16px 0;
    position: absolute;
    animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
    100%{bottom:1%;}
}
.scroll_ins_im--last{
    margin-top: -32px;
    padding-left: 32px;
}

/*==============================
    sp_offer
==============================*/
.sp_offer{
    background-color: #F7F7F7;
    padding: 64px 0 0px;
    color: #333;
    letter-spacing: 1px;
    line-height: 24px;
    background-image: url(/promotion/pop_nyukai/hoshino2507/images/sp_offer_bg.png);
    background-position: left top;
	background-repeat:repeat;
	background-size: 100% auto;
}
.sub_ttl{
    text-align: center;
    margin-bottom: 32px;
}
.sub_ttl img{
    height: 71px;
    display: inline-block;
    object-fit: contain;
}
.sp_offer_box{
    padding: 27px 16px 13px;
    margin: 0 24px 32px;
    border: solid 1px #998854;
    background-color: #fff;
    font-size: 14px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .sp_offer_box{
        margin: 0 8% 32px;
        padding: 27px 26px 27px;
    }
}
.sp_offer_box::before{
    position: absolute;
    content: '';
    background: url("/promotion/pop_nyukai/hoshino2507/images/sp_offer_box_ribbon.png") center/contain no-repeat;
    display: inline-block;
    height: 32px;
    transform: translateY(-141%);
    -webkit-transform: translateY(-141%);
    -ms-transform: translateY(-141%);
    right: 0;
    left: 0;
    margin: 0 auto;
}
.sp_offer_gift{
    text-align: center;
    margin-top: 18px;
}
.sp_offer_gift img{
    margin: 0 auto;
}
.sp_offer_gift--logo{
    max-width: 141px;
    width: 100%;
}
.sp_offer_gift--ticket{
    max-width: 330px;
    width: 100%;
}
/*==============================
    swiper
==============================*/
.swiper_container {
    overflow: hidden;

}
.swiper_container .swiper {
    position: relative;
    overflow: hidden; 
}
.swiper_container .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
}

.swiper_container .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.swiper_container .slide {
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}
.slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 186px;
}

/*==============================
    sp_offer_details
==============================*/
.sp_offer_details{
    padding: 29px 0 38px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 24px;
}

.sp_offer_details_link{
    font-size: 14px;
    text-align: center;
}
.sp_offer_details_link a{
    display: inline-block;
}
.sp_offer_details_link a::after{
    content: ' ';
    background-image: url(/promotion/pop_nyukai/hoshino2507/images/icon_external.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 24px;
    margin-left: 6px;
    vertical-align: middle;
}
.sp_offer_details_season{
    font-size: 14px;
    margin-top: 14px;
    text-align: center;
}
.fwb{
    font-weight: bold;
}
.amber_square_list p{
    margin-left: 1.1em;
    text-indent: -0.5em;
}
.amber_square_list p:not(.amber_square_list--mark)::before{
    content: " ";
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
    width: 7px;
}
.amber_square_list .amber_square_list--mark::before{
    content: "■";
    color: #998854;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
}

/*==============================
    campaign_details
==============================*/
.campaign_details{
    padding: 42px 24px 1px;
    background-color: #DBD3BE;
    letter-spacing: 1.3px;
    line-height: 24px;
}
@media screen and (min-width: 768px) {
    .campaign_details{
        padding: 42px 8% 1px;
    }
}
.campaign_details_txt{
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: bold;
}
.campaign_details_txt span{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    -webkit-text-decoration-color: #fff;
    -webkit-text-decoration-thickness: 2px;
    -webkit-text-underline-offset: 3px;
}
.tcbr{
    color: #9f7132;
}
.hsn_caution{
    padding-left: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 8px;
}
.hsn_caution li{
    margin-bottom: 10px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 18.5px;
}
.hsn_caution li::before{
    content: "\0203B";
}
.campaign_details_step_box{
    background-color: #fff;
    padding: 39px 16px 17px;
    margin: 48px 0;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .campaign_details_step_box{
        padding: 39px 24px 17px;
    }
}
.campaign_details_step_box::before{
    content: '';
    width: 52px;
    height: 52px;
    left: -9px;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
}
.campaign_details_step_box_one::before{
    background: url(/promotion/pop_nyukai/hoshino2507/images/icon_step_one.png) 0 0/contain no-repeat;
}
.campaign_details_step_box_two::before{
    background: url(/promotion/pop_nyukai/hoshino2507/images/icon_step_two.png) 0 0/contain no-repeat;
}
.campaign_details_step_box_three::before{
    background: url(/promotion/pop_nyukai/hoshino2507/images/icon_step_three.png) 0 0/contain no-repeat;
}
.campaign_details_step_box_four::before{
    background: url(/promotion/pop_nyukai/hoshino2507/images/icon_step_four.png) 0 0/contain no-repeat;
}
.campaign_details_step_box--ttl{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}
.campaign_details_step_box--period{
    margin-bottom: 9px;
    line-height: 22.5px;
}

.hsn_disc li{
    font-size: 12px;
    margin-left: 1.6em;
    text-indent: -0.2em;
    list-style-type: disc;
    margin-bottom: 1px;
}
.hsn_disc li::before{
    content: none;
}
.campaign_details_step_box--Emp_txt{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.campaign_details_step_box--Emp_txt span::before, .campaign_details_step_box--Emp_txt span::after{
    content: "";
    position: absolute;
    width: 1.6px;
    height: 24px;
    background-color: #333333;
    bottom: 5%;
}
.campaign_details_step_box--Emp_txt span::before{
    transform: rotate(156deg);
    left: -5%;
}
.campaign_details_step_box--Emp_txt span::after{
    transform: rotate(-156deg);
    right: -6%;
}
.campaign_details_step_box--dl_area{
    display: flex;
    justify-content: center;
    margin: 7px 0 19px;
}
.campaign_details_step_box--dl_area img{
    display: flex;
    max-width: 136px;
    width: 100%;
}
.campaign_details_step_box--dl_area a:nth-child(2){
    margin-left: 24px;
}
/*==============================
    precautions
==============================*/
.precautions{
    padding: 44px 24px 40px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .precautions{
        padding: 44px 8% 40px;
    }
}
.precautions_ttl{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.precautions .hsn_disc li{
    line-height: 1.8;
}
.precautions_txt{
    font-size: 12px;
    margin: 4px 0;
    margin-left: 1.6em;
}
.precautions--ex_link{
    font-size: 12px;
    margin-left: 1.6em;
}
.precautions--ex_link a::after{
    content: ' ';
    background-image: url(/promotion/pop_nyukai/hoshino2507/images/icon_external.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-left: 5px;
    vertical-align: middle;
}
.precautions_sub_ttl{
    margin: 20px 0 10px;
    font-size: 15px;
}
/*==============================
    apply_platinum_card
==============================*/
.apply_platinum_card{
    background-color: #F2F2F2;
    padding: 44px 24px 20px;
}
.apply_platinum_card_ttl{
    text-align: center;
    margin-bottom: 10px;
}
.apply_platinum_card_ttl img{
    height: 90px;
    display: inline-block;
    object-fit: contain;
}
.apply_platinum_card_area{
    text-align: center;
}
.apply_platinum_card_area img{
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}
.apply_platinum_card--button--amber{
    background-color: #998854;
    color: #fff;
    max-width: 430px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    line-height: 52px;
    letter-spacing: 1.3px;
    -webkit-box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    position: relative;
}
.apply_platinum_card--button--amber p a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.apply_platinum_card--button--amber p{
    position: inherit;
    z-index: 1;
}
.apply_platinum_card--button--amber:hover{
    opacity: 0.7;
}
.apply_platinum_card--button--amber p a:hover{
    opacity: 1;
}
.apply_platinum_card--button--amber::before{
    content: "";
    width: 25%;
    height: 99%;
    background-color: #A09160;
    position: absolute;
    top: 50%;
    transform: translate(-200%, -50%);
}
.apply_platinum_card--button--amber::after{
    content: "";
    width: 29%;
    height: 99%;
    background-color: #A09160;
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translate(0%, -50%)skewX(-45deg);
}
.apply_platinum_card--button--white{
    background-color: #fff;
    color: #A78829;
    max-width: 430px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    line-height: 52px;
    letter-spacing: 1.3px;
    -webkit-box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    position: relative;
}
.apply_platinum_card--button--white p a{
    display: block;
    text-decoration: none;
    color: #A78829;
}
/*==============================
    inquiry_card
==============================*/
.inquiry_card{
    padding: 44px 24px 14px;
    letter-spacing: 1.3px;
    line-height: 24px;
}
@media screen and (min-width: 768px) {
    .inquiry_card{
        padding: 44px 8% 14px;
    }
}
.inquiry_card_area{
    border: 1px solid #E0E0E0;
}
.inquiry_card_area_ttl{
    background-color: #DCDCDC;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 32px;
}
.inquiry_card_area_ttl p{
    padding: 20px 0 20px;
}
.inquiry_card_area_main{
    padding: 16px 24px 8px;
}
.inquiry_card_area_sub_ttl{
    background-color: #9A7B50;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 2px 0;
}
.inquiry_card_area_contact--first{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 17px 0;
    font-style:normal;
    letter-spacing: 2px;
}
.inquiry_card_area_contact--first a{
    text-decoration: none !important;
    color: #333333;
}
@media screen and (min-width: 768px), print {
    .is_noLink {
        pointer-events: none;
    }
}
.inquiry_card_area--num{
    font-size: 14px;
    margin-top: 13px;
    line-height: 20px;
}
.borderline{
    border-bottom: 1px solid#E0E0E0;
}
.inquiry_card_area--num p{
    margin-bottom: 11px;
}
.campany_name{
    font-size: 14px;
    text-align: center;
    margin: 11px auto 0;
}

.inquiry_ttl{
    text-align: center;
    padding: 18px;
    background-color: #DCDCDC;
    font-weight: bold;
    font-size: 25px;
    margin: 42px 0 18px;
    line-height: 34px;
}
.inquiry_button{
    background-color: #998854;
    color: #fff;
    max-width: 280px;
    margin: 0 auto 21px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 46px;
    letter-spacing: 1.3px;
    -webkit-box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    position: relative;
}
.inquiry_button a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.inquiry_button a::after{
    content: ' ';
    background-image: url(/promotion/pop_nyukai/hoshino2507/images/icon_button_external.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 17px;
    margin-left: 6px;
    vertical-align: middle;
}
/*==============================
    footer
==============================*/
@media screen and (min-width: 768px), print {
    .footer {
        width: 53.3%;
        margin: 0 0 0 auto;
    }
    .pc_left_footer{
        width: 46.7%;
        background-color: #F7F7F7;
    }
}
.footer_link{
    background-color: #5B5B5B;
    color: #fff;
    font-size: 12.5px;
    padding: 18px 2px 10px;
}
.footer_link ul li::before{
    transform: rotate(-45deg);
    vertical-align: middle;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    content: "";
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    position: relative;
    top: -1px;
}
.footer_link ul li{
    display: inline-block;
    margin-bottom: 8px;
}
.footer_link ul li a{
    color: #fff;
    text-decoration: none;
}
.footer_inner{
    background-color: #333333;
    height: 50px;
    text-align: center;
    font-size: 12.5px;
    color: #fff;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px) {
    footer{
        display: flex;
    }
    .footer_inner{
        height: 100px;
    }
}
.footer_inner p{
    margin: 0 auto;
}

.pc_left{
    width: 46.7%;
    background-image: url(/promotion/pop_nyukai/hoshino2507/images/pc_left_bg.png);
    background-position: left top;
	background-repeat:repeat;
	background-size: 100% auto;
}
.parallax_area{
    position: relative;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .main_area{
        display: flex;
        height: 100%;
    }
}
.speakAnchor{
    overflow: hidden;
}
/*==============================
    parallax
==============================*/
.parallax_rellax {
    position: absolute;
    aspect-ratio: 1 / 1;
}
.lge_me {
    z-index: 10;
}
.lge {
    z-index: 10;
}
.mdm {
    z-index: 5;
}
.sml {
    z-index: 1;
}
/*==============================
    parallax-img
==============================*/
.prx_img_s1_bk{
    top: 13px;
    right: 55.7%;
    max-width: 246px;
    width: 36%;
}
.prx_img_m1_bk{
    top: 125px;
    right: 8%;
    max-width: 353px;
    width: 51%;
}
.prx_img_s1_oa{
    top: 270px;
    right: 69%;
    max-width: 154px;
    width: 23%;
}
.prx_img_l1_oo{
    top: 394px;
    right: 0%;
    max-width: 465px;
    width: 69%;
}
.prx_img_m2_ok{
    top: 730px;
    left: 0%;
    max-width: 319px;
    width: 47%;
}
.prx_img_l1_tm{
    top: 19%;
    right: 0%;
    max-width: 287px;
    width: 44%;
    z-index: 15;
}
.prx_img_l2_tk{
    top: 25%;
    left: 3%;
    max-width: 400px;
    width: 65%;
}
.prx_img_m1_ay{
    top: 29%;
    right: 26%;
    max-width: 321px;
    width: 49%;
}
.prx_img_l1_rn{
    top: 32%;
    right: 8%;
    max-width: 463px;
    width: 71%;
}
.prx_img_m1_ro{
    top: 39%;
    right: 59%;
    max-width: 222px;
    width: 34%;
}
.prx_img_l2_ra{
    top: 40%;
    right: 8%;
    max-width: 260px;
    width: 40%;
}
.prx_img_s2_ra{
    top: 48.5%;
    right: 52%;
    max-width: 229px;
    width: 35%;
}
.prx_img_l1_ry{
    top: 50%;
    left: 0%;
    max-width: 456px;
    width: 70%;
}
.prx_img_s2_rt{
    top: 53%;
    right: 8%;
    max-width: 141px;
    width: 22%;
}
.prx_img_l1_ka{
    top: 58%;
    left: 3%;
    max-width: 291px;
    width: 45%;
    z-index: 5;
}
.prx_img_m2_ry{
    top: 62%;
    right: 6%;
    max-width: 320px;
    width: 49%;
}
.prx_img_s1_oh{
    top: 72%;
    left: 2%;
    max-width: 243px;
    width: 38%;
}
.prx_img_m1_ka{
    top: 69%;
    right: 6%;
    max-width: 360px;
    width: 55%;
}
.prx_img_s1_ot{
    top: 76.5%;
    right:71%;
    max-width: 154px;
    width: 22%;
}
.prx_img_l1_kp{
    top: 75%;
    right: 0%;
    max-width: 472px;
    width: 59%;
}
.prx_img_m2_kp{
    top: 84%;
    left: 0%;
    max-width: 313px;
    width: 43%;
}
.prx_img_l1_km{
    right: 0%;
    max-width: 288px;
    width: 36%;
    z-index: 15;
    top: 83%;
}
.prx_img_l2_kn{
    left: 4%;
    max-width: 400px;
    width: 55%;
    top: 89%;
}
.prx_img_m2_kn{
    right: 26%;
    max-width: 319px;
    width: 50%;
    top: 95%;
}
/*==============================
    fade_effect
==============================*/
.fade_effect {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.scroll-in {
	opacity: 1;
	transform: translateY(0px);
}
/*==============================
    fixed_button
==============================*/
.fixed_button {
    width: 110px;
    height: 110px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 100;
}
.fixed_button a:hover{
    opacity: 1 !important;
    
}
.is-hidden{
    display: unset;
    animation: appear .5s ease;
}
@keyframes appear {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.not-hidden{
    opacity: 0;
    pointer-events: none;
    animation: disappear .5s ease;
}
@keyframes disappear {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.fixed_button_disa{
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 110;
}
html { scroll-behavior: smooth;}
/*==============================
    campaign_button
==============================*/
.campaign_button{
    background-color: #998854;
    color: #fff;
    max-width: 430px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    line-height: 52px;
    letter-spacing: 1.3px;
    -webkit-box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    font-weight: bold;
}
.campaign_button p a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.campaign_button p a::after{
    content: ' ';
    background-image: url(/promotion/pop_nyukai/hoshino2507/images/icon_button_external.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 17px;
    margin-left: 6px;
    vertical-align: middle;
}
.campaign_button p{
    position: inherit;
    z-index: 1;
}
.campaign_button:hover{
    opacity: 0.7;
}
.campaign_button p a:hover{
    opacity: 1;
}
.campaign_button::before{
    content: "";
    width: 25%;
    height: 99%;
    background-color: #A09160;
    position: absolute;
    top: 50%;
    transform: translate(-200%, -50%);
}
.campaign_button::after{
    content: "";
    width: 29%;
    height: 99%;
    background-color: #A09160;
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translate(0%, -50%)skewX(-45deg);
}

.campaign_details_step_box--Emp_txt_above{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 10px;
    border-top: 2px dashed #DBD3BE;
    padding-top: 15px;
}

@media screen and (max-width: 767px) {
    .amber_square_list--period{
        text-indent: -5.5em !important;
        padding-left: 5.5em;
        margin-right: 10px;
    }
}