/* ===========================================================================

base

=========================================================================== */
:root {
    --bg-blue: #03103A;
    --gold: #E5D179;
    --grey: #162452;
    --white: #fff;
    --red: #C81111;
    --gold-grad: linear-gradient(90deg, #D1C593 0%, #7F7443 100%);
    --silver-grad: linear-gradient(90deg, #CFCFCF 0%, #808080 100%);
    --blue-grad: linear-gradient(180deg, #222D46 0%, #3C548A 100%);
    --link-hover: #7F7443;
}

/*  Made by Elly Loel - https://ellyloel.com/  */
*{margin:0;padding:0;line-height:calc(.25rem + 1em + .25rem)}*,::after,::before{box-sizing:border-box}:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit;word-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em}:where(ul,ol){list-style:none}a:not([class]){text-decoration-skip-ink:auto;text-decoration:none}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){text-decoration:none;cursor:pointer;touch-action:manipulation}:where(input[type=file]){cursor:auto}:where(input[type=file])::-webkit-file-upload-button,:where(input[type=file])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}:focus-visible{transition:outline-offset 145ms cubic-bezier(.25, 0, .4, 1)}:where(:not(:active)):focus-visible{transition-duration:.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type=button],input[type=submit],input[type=reset]),:where(input[type=file])::-webkit-file-upload-button,:where(input[type=file])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type=button],input[type=submit],input[type=reset])[disabled]{cursor:not-allowed}

/* -----------------------------------------------------------
common
----------------------------------------------------------- */
html {
    font-size: 62.5%;
    height: 100%;
}

body {
    background: var(--bg-blue);
    color: var(--white);
	font-size: 1.6rem;
    font-family: "zen-antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
	letter-spacing: 0.05em;
    height: 100%;
}
a {
	color: var(--gold);
    text-decoration: underline;
	transition: all .3s ease;
	cursor: pointer;
}
a:hover {
	color: var(--link-hover);
}

p,li {
	line-height: 2;
}

section {
	overflow: hidden;
}

ul,li {
	list-style: none;
}
.page_normal{
    padding: 16rem 0;
    max-width: 110rem;
    margin: auto;
}
.page_form{
    padding: 10rem 0;
    max-width: 90rem;
    margin: auto;
}
.pc {
	display: block;
}

.sp {
	display: none;
}
section + section{
    margin-top: 40rem;
}
.ly_sec_inner + .ly_sec_inner{
    margin-top: 16rem;
}

@media screen and (max-width: 1500px) and (min-width: 769px) {
	html {
		font-size: 0.6vw;
	}
    html.is_prevent_scroll {
        scroll-behavior: auto !important;
        overflow: hidden;
    }
}
@media only screen and (max-width: 768px) {
    html{
        /*font-size: 2.5vw;*/
        font-size: 2.125vw;
        -webkit-overflow-scrolling: touch;
    }
	body {
		font-size: 1.65rem;
		overflow-x: hidden;
        width: 100%;
	}
    .page_normal{
        padding: 8rem 2rem;
    }
    .page_form{
        padding: 8rem 2rem;
    }
    .pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
    section + section{
        margin-top: 20rem;
    }
    .ly_sec_inner + .ly_sec_inner{
        margin-top: 8rem;
    }
}

h1{
    font-size: 4rem;
    margin-bottom: 16rem;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--gold);
    text-align: center;
}
.el_lp_top_mainVisual_heading{
    font-size: 8rem;
    line-height: 150%;
    letter-spacing: -0.05em;
    color: var(--white);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}
.el_lp_top_mainVisual_subheading{
    font-size: 3.2rem;
    line-height: 200%;
    letter-spacing: 0.2em;
    color: var(--gold);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10vh;
}
.el_lp_top_mainVisual_subheading,
.el_lp_top_mainVisual_heading {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
h2{
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 12rem;
    padding-bottom: 1.5em;
    position: relative;
    text-align: center;
}
h2:after{
    content: "";
    width: 1em;
    height: 1px;
    background: var(--gold);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
h3{
    font-size: 1.8rem;
    font-weight: 400;
    padding: 0.8rem 2rem;
    background: var(--blue-grad);
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 4rem;
}
haeder{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.ly_header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 6rem;
}
.bl_nav_list{
    display: flex;
    gap: 2rem;
}
.bl_nav_listitem a{
    display: inline-block;
    padding: 1rem;
    color: var(--white);
}
footer{
    margin-top: 20rem;
    background: var(--grey);
}
.ly_footer{
}
.ly_footer_subinner{
    padding: 6rem;
}
.bl_sub_list{
    display: flex;
    gap: 4rem;
}
.bl_sub_list a{
    font-size: 1.4rem;
    color: var(--white);
}
.bl_sub_list a:hover{
    color: var(--link-hover);
}
.ly_copyright{
    padding: 1rem;
}
.el_txt_copyright{
    font-size: 1.2rem;
    text-align: center;
    color: var(--white);
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
    h1{
        font-size: 2.6rem;
        margin-bottom: 6rem;
    }
    .el_lp_top_mainVisual_heading{
        font-size: 5rem;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .el_lp_top_mainVisual_subheading{
        font-size: 2.8rem;
        line-height: 175%;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: 1vh;
        margin-top: 30vh;
    }
    h2{
        font-size: 2rem;
        margin-bottom: 6rem;
    }
    h2:after{
        content: "";
        width: 1em;
        height: 1px;
        background: var(--gold);
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }
    h3{
        font-size: 1.8rem;
        font-weight: 400;
        padding: 0.8rem 2rem;
        background: var(--blue-grad);
        display: inline-block;
        margin-bottom: 1rem;
        margin-top: 4rem;
    }
    .ly_header{
        padding: 1rem 2rem;
        justify-content: center;
    }
    .bl_nav_list{
        gap: 2rem;
    }
    .bl_nav_listitem a{
        padding: 1rem;
        font-size: 1.3rem;
    }
    footer{
        margin-top: 10rem;
    }
    .ly_footer_subinner{
        padding: 2rem;
    }
    .bl_sub_list{
        justify-content: space-around;
        gap: 2rem;
    }
    .bl_sub_list a{
        font-size: 1.3rem;
    }
    .ly_copyright{
        padding: 2rem 1rem;
    }
    .el_txt_copyright{
        font-size: 1rem;
    }
}
/* -----------------------------------------------------------
contatct
----------------------------------------------------------- */
input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='number'], input[type='url'], textarea, select{
color: black;
font-size: 2.4rem;
font-family: serif;
}
.el_form_wrap:not(:last-child){
margin-bottom: 4rem;
}
.bl_form_line{
margin-bottom: 12rem;
}
.el_form_wrap.el_form_radio{
margin-bottom: 1.875rem;
}
.el_form_wrap.el_form_textarea{
align-items: flex-start;
}
.el_form_wrap.el_form_textarea .el_form_ttlArea{
padding-top: 1em;
}
.el_form_ttlArea{
margin-bottom: 1rem;
}
.el_form_ttl{
display: flex;
align-items: center;
gap: 1rem;
}
.el_form_radio_outer{
display: flex;
margin-bottom: 1.25rem;
}
.el_form_radio_outer:last-child{
margin-bottom: 0;
}
.el_form_ttlRequire{
background: var(--red);
color: var(--white);
display: inline-block;
padding: 0.5rem 1rem;
}
.el_form_detailArea{
flex: 1 1 auto;
flex-basis: calc(100% - 22rem);
}
.el_form_text_full{
padding: 1rem 2rem;
border-radius: .5rem;
width: 100%;
}
.el_form_textarea_full{
padding: 2rem 2rem;
border-radius: .5rem;
width: 100%;
line-height: 2em;
}
.el_form_radioTtl{
display: flex;
flex-wrap: wrap;
margin-top: 2rem;
}
.el_form_wrap .wpcf7-list-item,
.el_form_radioTtl .mwform-radio-field{
margin: 0;
}
.el_form_radioTtl .wpcf7-list-item label,
.el_form_radioTtl .mwform-radio-field label{
display: inline-block;
margin-right: 4rem;
margin-bottom: 1rem;
box-sizing: border-box;
cursor: pointer;
padding-left: 4rem;
position: relative;
width: auto;
}
.el_form_radioTtl .wpcf7-list-item label::before,
.el_form_radioTtl .mwform-radio-field label::before{
background: #fff;
border: 1px solid var(--grey);
border-radius: 50%;
content: '';
display: block;
height: 3rem;
width: 3rem;
left: 0;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
box-sizing: border-box;
}
.el_form_radioTtl .wpcf7-list-item label::after,
.el_form_radioTtl .mwform-radio-field label::after{
background: var(--grey);
border-radius: 50%;
content: '';
display: block;
height: 1.5rem;
width: 1.5rem;
left: .75rem;
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
transition: 0.2s;
}
input[type=radio] {
display: none;
}
.el_form_radioTtl .wpcf7-list-item label.checked::after,
.el_form_radioTtl .mwform-radio-field label.checked::after{
opacity: 1;
}
.el_form_radioTtl .wpcf7-list-item:nth-child(2),
.el_form_radioTtl .mwform-radio-field:nth-child(2){
position: relative;
flex-basis: 60%;
}
.el_form_radioTtl .wpcf7-list-item:nth-child(2):after,
.el_form_radioTtl .mwform-radio-field:nth-child(2):after{
content: "";
display: block;
}

.el_form_privacy{
text-align: center;
margin-top: 12rem;
}
.el_form_checkbox_inner .wpcf7-list-item label,
.el_form_checkbox_inner .mwform-radio-field label{
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding-left: 2.5rem;
position: relative;
width: auto;
font-weight: 700;
}
.el_form_checkbox_inner .wpcf7-list-item label:before,
.el_form_checkbox_inner .mwform-radio-field label:before{
content: '';
display: block;
height: 1.75rem;  /* 28px */
width: 1.75rem;  /* 28px */
background: var(--white);
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
box-sizing: border-box;
}
.el_form_checkbox_inner .wpcf7-list-item label::after,
.el_form_checkbox_inner .mwform-radio-field label::after{
border-right: 3px solid var(--gold);
border-bottom: 3px solid var(--gold);
content: '';
display: block;
height: 1rem;     /* 16px */
width: 0.6rem;
left: 9px;
top: -5px;
opacity: 0;
position: absolute;
transform: rotate(45deg);
bottom: 0;
margin: auto;
transition: 0.2s;
}
input[type=checkbox] {
opacity: 0;
position: absolute;
}
.el_form_checkbox_inner .wpcf7-list-item label.checked::after,
.el_form_checkbox_inner .mwform-radio-field label.checked::after{
opacity: 1;
}

.el_form_privacy .el_form_checkbox_inner{
min-height: 3rem;
display: flex;
align-items: center;
justify-content: center;
}
input[type='text']:focus, input[type='tel']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='url']:focus, textarea:focus, select:focus {
border-color: var(--gold);
outline: none;
}
input[type='file']::file-selector-button {
    color: white;
    background: var(--gold-grad);
    border: 0;
    padding: 2rem;
    text-align: center;
    margin-right: 2rem;
}
input[type='file']::file-selector-button {
    display: inline-block;
}
.el_form_wrap .wpcf7-not-valid-tip{
padding: 5px 0;
color: var(--red);
font-weight: 600;
}
.contact-form-information{
margin-bottom: 4rem;
}
.wpcf7-spinner {
    visibility: hidden !important;
}
.ly_btn_outer{
    display: flex;
    justify-content: center;
}
.bl_btn_form input {
    font-size: 2.4rem;
    letter-spacing: 0;
    display: inline-block;
    padding: 2rem 4rem;
    min-width: 40rem;
    color: var(--white);
    background: var(--gold-grad);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5rem;
    text-decoration: none;
}
.bl_btn_form input.el_btn_form_prev{
    background: var(--silver-grad);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: var(--red);
}
.bl_btn_form .wpcf7-spinner{
    position: absolute;
    right: 0;        
}
.bl_txt_attention{
    padding: 1rem 2rem;;
    background: var(--grey);
    margin-bottom: 2rem;
}
.el_txt_attention:before{
    content: "※";
    margin-right: 0.5em;
    
}

@media only screen and (max-width: 768px) {
    .el_form_wrap{
        display: block;
    }
    .el_form_ttlRequire {
        font-size: 1.3rem;
        padding: 0.25rem 0.75rem;
    }
    .el_form_wrap.el_form_radio {
        margin-bottom: 1.25rem;  /* 20px */
    }
    .el_form_radio .el_form_ttlArea{
        margin-bottom: 1.25rem;
    }
    .el_form_radioTtl .wpcf7-list-item:nth-child(2){
        flex-basis: 55%;
    }
    .el_form_radio_outer{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .el_form_radio_inner{
        flex-wrap: wrap;
        margin-bottom: 1.25rem;
    }
    .el_form_privacy p{
        font-size: .875rem;  /* 14px */
    }
    input[type='file']::file-selector-button {
        padding: 1rem;
        margin-right: 1rem;
    }
    .bl_btn_form input {
        font-size: 1.6rem;
        padding: 2rem;
        min-width: 32rem;
    }
}
.ly_mainVisual{
    background-image: url(/wp-content/themes/bomboworks/lp/bg_mainVisual.jpg);
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 9rem);
    display: flex;
    align-items: center;
}
.ly_mainVisual_inner{
    max-width: 120rem;
    padding: 4rem;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 0;
}
.el_lp_top_mainVisual_bg {
    background-image: url(/wp-content/themes/bomboworks/images/img_mainVisual.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: auto;
    display: block;
    z-index: -1;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
.ly_intro{
    padding: 0 2rem;
}
.el_intro_txt{
    text-align: center;
    font-size: 2.2rem;
    line-height: 3em;
}
.el_intro_txt + .el_intro_txt{
    margin-top: 2em;
}
.el_txt_price{
    font-family: "krul";
    font-size: 6rem;
    color: var(--gold);
}
.el_txt_price_sub{
    font-size: 1.8rem;
    color: var(--gold);
}
.ly_service_l{
}
.ly_service_txtArea{
    max-width: 120rem;
    margin: auto;
    padding: 0 4rem;
}
.bl_service_overview{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 2rem;
}
.bl_service_detail{
    background: var(--blue-grad);
    padding: 4rem;
}
.el_service_detail{
    text-indent: -3em;
    padding-left: 3em;
}

.bl_service_btn{
    text-align: center;
}
.bl_service_btn a{
    font-size: 2.4rem;
    letter-spacing: 0;
    display: inline-block;
    padding: 2rem 4rem;
    color: var(--white);
    background: var(--gold-grad);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5rem;
}
.ly_service_body_flex{
    display: flex;
    max-width: 120rem;
    padding: 0 4rem;
    margin: auto;
}
.ly_service_body_flex_rev{
    flex-direction: row-reverse;
}
.ly_service_s .ly_imgBox{
    min-width: 30rem;
    max-width: 30rem;
}
.ly_service_s .bl_service_overview{
    display: block;
}
.ly_service_s .el_overview_txt{
    margin-bottom: 4rem;
}
.bl_service_price{
    text-align: right;
}
.ly_service_m .ly_imgBox{
    max-width: 120rem;
    padding: 0 4rem;
    margin: 0 auto 4rem;
    display: flex;
    gap: 2rem;
}
.ly_service_m .ly_imgBox img{
    width: calc(50% - 1rem);
}
.ly_service_foot{
    margin-top: 8rem;
}
.ly_page_ttlArea{
    margin-bottom: 16rem;
}
.bl_slide_item img {
  transform: scale(.8);
  transition: transform .3s;
}
.bl_slide_item.slick-center img {
  transform: scale(1);
}
.ly_standard_slider{
    margin-bottom: 8rem;
}
.ly_standard_slider img{
    max-width: 30rem;
}
.bl_form_btn{
    text-align: center;
    margin-top: 8rem;
}
.bl_form_btn.min{
    margin-top: 2rem;
}
.el_btn_form{
    font-size: 2.4rem;
    letter-spacing: 0;
    display: inline-block;
    padding: 2rem 4rem;
    min-width: 40rem;
    color: var(--white);
    background: var(--gold-grad);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5rem;
    text-decoration: none;
}
.min .el_btn_form{
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
    min-width: 32rem;
}
.el_btn_form:hover{
    background: var(--link-hover);
    color: var(--white);
}
.ly_link_totop{
    text-align: center;
}
.bl_dot_list{
    padding-left: 1.5em;
}
.bl_dot_list li{
    list-style: disc;
}
.bl_tbl_normal th{
    text-align: left;
    background: var(--grey);
    padding: 2rem;
    vertical-align: top;
    font-weight: 400;
}
.ly_social{
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.ly_social > *{
    width: 30rem;
}
.bl_tbl_normal td{
    padding: 2rem;
    font-weight: 400;   
}
.bl_line_follow{
    flex: 0 1 auto;
    max-width: 15rem;
}
.bl_line_follow a{
    display: inline-block;
    max-width: 15rem;
}
@media only screen and (max-width: 768px) {
    .ly_mainVisual{
    }
    .ly_mainVisual_inner{
        max-width: 120rem;
        padding: 4rem;
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 0;
    }
    .el_lp_top_mainVisual_bg {
        background-image: url(/wp-content/themes/bomboworks/images/img_mainVisual.webp);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 80%;
        height: auto;
        display: block;
        z-index: -1;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.6s ease;
    }
    .el_intro_txt{
        font-size: 1.6rem;
    }
    .el_txt_price{
        font-size: 4rem;
    }
    .el_txt_price_sub{
        font-size: 1.5rem;
    }
    .ly_service_l{
    }
    .ly_service_txtArea{
        padding: 0 2rem;
    }
    .bl_service_overview{
        display: block;
        margin-bottom: 4rem;
    }
    .bl_service_detail{
        padding: 2rem;
    }
    .el_service_detail{
        font-size: 1.3rem;
    }
    .bl_service_btn{
        text-align: center;
    }
    .bl_service_btn a{
        font-size: 1.5rem;
        padding: 2rem 4rem;
        border-radius: 5rem;
    }
    .ly_standard_slider img{
        max-width: 100%;
        height: auto;
    }
    .ly_service_body_flex{
        display: block;
        padding: 0;
    }
    .ly_service_s .bl_service_overview{
        display: block;
    }
    .el_overview_txt{
        margin-bottom: 4rem;
    }
    .bl_service_price{
        text-align: right;
    }
    .ly_service_body .ly_imgBox{
        padding: 0 2rem;
        margin-bottom: 4rem;
        gap: 1rem;
    }
    .ly_service_s .ly_imgBox{
        max-width: 60vw;
        margin: 0 auto 4rem;
    }
    .ly_service_m .ly_imgBox{
        flex-direction: column;
        width: 100%;
    }
    .ly_service_m .ly_imgBox img {
        width: 100%;
    }
    .ly_service_foot{
        margin-top: 8rem;
    }
    .ly_page_ttlArea{
        margin-bottom: 8rem;
    }
    .bl_slide_item img {
      transform: scale(.8);
      transition: transform .3s;
    }
    .bl_slide_item.slick-center img {
      transform: scale(1);
    }
    .ly_standard_slider{
        margin-bottom: 8rem;
    }
    .bl_form_btn{
        text-align: center;
        margin-top: 4rem;
    }
    .el_btn_form{
        font-size: 1.6rem;
        padding: 2rem;
        min-width: 32rem;
    }
    .slick-initialized .slick-slide{
        width: 50vw;
    }
}