@charset "utf-8";
/*-----------------------------------------------
    secCmnTab
-----------------------------------------------*/
.boxCmnTop:not(.bgBlack) {
    height: 0;
}
@media only screen and (max-width:1215px){
}

/*-----------------------------------------------
    boxCompanyTit
-----------------------------------------------*/
.secCmnForm:not(.co):not(.ok) {
    margin-top: 42rem!important;
    padding-top: 10rem;
}
.secCmnForm:not(.co):not(.ok)::before{
    display: none!important;
}
@media only screen and (max-width:1215px){
    .secCmnForm:not(.co):not(.ok) {
        margin-top: 6rem!important;
        padding-top: 6rem;
    }
}


/*-----------------------------------------------
    boxMap
-----------------------------------------------*/
.boxMap {
    position: relative;
    padding-top: 14rem;
}
.boxMap::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 60rem;
    background-color: var(--blackColor);
}
.boxMap .mapWrap{
    position: relative;
    width: 100%;
    height: 60rem;
    margin: 0 auto;
    background-color: var(--gray_F5F_Color);
}
.boxMap .mapWrap .map {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:1215px){
    .boxMap {
        padding-top: 6.7rem;
    }
    .boxMap::before{
        height: 20rem;
    }
    .boxMap .mapWrap{
        height: 30rem;
    }
}

/*-----------------------------------------------
    boxCampaignBnr
-----------------------------------------------*/
.boxCampaignBnr {
    margin-top: 8rem;
}
.boxCampaignBnr .link{
    width: 100%;
    padding: 1rem 1rem 5.8rem;
    background-color: var(--reserveBgColor);
    color: var(--whiteColor);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boxCampaignBnr .tit{
    width: 7rem;
    padding: 0.7rem 1rem;
    display: inline-block;
    background-color: var(--reserveColor2);
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_40);
    margin-top: 3rem;
}
.boxCampaignBnr .titEng{
    font-size: var(--pcFontSize42);
    margin-top: 1rem;
}
.boxCampaignBnr .titJp{
    font-size: var(--pcFontSize18);
    font-weight: bold;
    margin-top: 1rem;
}
.boxCampaignBnr .txtJp{
    font-size: var(--pcFontSize16);
    margin-top: 2rem;
}
.boxCampaignBnr .bg{
    color: var(--blackColor);
    background-color: var(--reserveColor3);
    display: inline-block;
    padding: 0.2rem 0;
    margin-left: 0.2rem;
}
@media only screen and (max-width:1215px){
    .boxCampaignBnr {
        margin-top: 2rem;
    }
    .boxCampaignBnr .link{
        width: 100%;
        padding: 0 0 3rem;
    }
    .boxCampaignBnr .tit{
        width: 5.5rem;
        padding: 0.4rem 0 0.4rem 0.4rem;
        text-align: center;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        margin-top: 2rem;
    }
    .boxCampaignBnr .titEng{
        font-size: var(--spFontSize24);
        margin-top: 0.5rem;
    }
    .boxCampaignBnr .titJp{
        font-size: var(--spFontSize14);
        margin-top: 0.5rem;
    }
    .boxCampaignBnr .txtJp{
        font-size: var(--spFontSize11);
        margin-top: 1rem;
    }
    .boxCampaignBnr .bg{
        padding: 0;
    }
}

/*-----------------------------------------------
    boxCompanyTit
-----------------------------------------------*/
.boxCompanyTit .titJp{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_40);
    font-weight: bold;
    margin-top: 2rem;
}
.secCmnForm .boxCompanyTit .titJp{
    margin-bottom: 8rem;
}
.boxCompanyTit .titEng{
    position: relative;
    display: inline-block;
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_40);
    color: var(--gray_999_Color);
    padding-right: 3.8rem;
}
.boxCompanyTit .titEng::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -0.2rem;
    bottom: 0;
    right: 0;
    width: 3rem;
    height: 0.1rem;
    background-color: var(--gray_999_Color);
}
@media only screen and (max-width:1215px){
    .boxCompanyTit .titJp{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_0);
        margin: 1.3rem 0 0 -0.4rem;
    }
    .secCmnForm .boxCompanyTit .titJp{
        margin-bottom: 3rem;
    }
    .boxCompanyTit .titEng{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        padding-right: 3.8rem;
    }
}

/*-----------------------------------------------
    boxPlace
-----------------------------------------------*/
.boxPlace{
    margin-top: 10rem;
}
/* boxList */
.boxPlace .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
    margin-top: 8rem;
}
.boxPlace .item{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.boxPlace label{
    width: 100%;
}
.boxPlace span{
    display: block;
}
.boxPlace input[type="radio"],
.boxPlace input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: -1;
}
/* boxStore */
.boxPlace .boxStore{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.boxPlace .item:nth-child(even) .boxStore{
    flex-direction: row-reverse;
}
/* boxImg */
.boxPlace .boxImg{
    width: 48.508%;
}
/* boxLink */
.boxPlace .boxLink{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44.03%;
    height: 30rem;
}
.boxPlace .boxLink .tit{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_40);
    font-weight: bold;
}
/* linkBtn */
.boxPlace .linkBtn{
    position: relative;
    width: 26rem;
    height: 8rem;
}
.boxPlace .btnOff,
.boxPlace .btnOn{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size:var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_40);
}
.boxPlace .btnOff{
    background: var(--gray_f0f_Color);
}
.boxPlace .btnOn{
    background-color: var(--blackColor);
    color: var(--whiteColor);
}
.boxPlace input[type="radio"]:not(:checked) + .boxStore .btnOn,
.boxPlace input[type="radio"]:checked + .boxStore .btnOff,
.boxPlace input[type="checkbox"]:not(:checked) + .boxStore .btnOn,
.boxPlace input[type="checkbox"]:checked + .boxStore .btnOff{
    display: none;
}
/* boxLinkTxt */
.boxPlace .boxLinkTxt{
    position: absolute;
    top: calc(50% - 3rem);
    left: calc(48.508% + 10rem);
    transform: translateY(-50%);
    max-width: 44.03%;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}
.boxPlace .item:nth-child(even) .boxLinkTxt{
    left: 0;
}
.boxPlace .boxLinkTxt .txt{
    position: relative;
    display: inline-block;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_40);
}
.boxPlace .boxLinkTxt .txt.txtEng{
    display: block;
    color: var(--gray_a3a_Color);
    margin-bottom: 1rem;
}
.boxPlace .boxLinkTxt .telTxt{
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_40);
}
.boxPlace .linkMap .txt:not(.txtEng){
    text-decoration: underline;
    padding-right: 2rem;
}
.boxPlace .linkMap .txt:not(.txtEng)::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 1.6rem;
    height: 2rem;
}
.boxPlace .linkMap.lazyloaded .txt:not(.txtEng)::after{
    background: url(../img/common/iconMapLink.png) center top / cover no-repeat;
}
@media only screen and (max-width:1215px){
    .boxPlace{
        margin-top: 4rem;
    }
    /* boxList */
    .boxPlace .boxList{
        gap: 3rem;
        margin-top: 0;
    }
    .boxPlace .item{
        position: relative;
        padding-top: 3rem;
    }
    .boxPlace .item:nth-child(n+2)::before{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 0.1rem;
        background-color: var(--gray_dfd_Color);
    }
    /* boxStore */
    .boxPlace .boxStore{
        align-items: flex-start;
    }
    .boxPlace .item:nth-child(even) .boxStore{
        flex-direction: row;
    }
    /* boxImg */
    .boxPlace .boxImg{
        width: 31.888%;
    }
    /* boxLink */
    .boxPlace .boxLink{
        width: 63.77%;
        height: 20rem;
    }
    .boxPlace .boxLink .tit{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_0);
    }
    /* linkBtn */
    .boxPlace .linkBtn{
        position: relative;
        width: 16rem;
        height: 5rem;
    }
    .boxPlace .btnOff,
    .boxPlace .btnOn{
        font-size:var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    /* boxLinkTxt */
    .boxPlace .boxLinkTxt{
        top: 6rem;
        left: calc(31.888% + 1.5rem)!important;
        transform: none;
        max-width: 63.77%;
        gap: 1.5rem;
    }
    .boxPlace .boxLinkTxt .txt{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    .boxPlace .boxLinkTxt .txt.txtEng{
        margin-bottom: 0.5rem;
    }
    .boxPlace .boxLinkTxt .telTxt{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_0);
    }
    .boxPlace .boxLinkTxt .txt:not(.txtEng){
        text-decoration: underline;
    }
    .boxPlace .linkMap .txt:not(.txtEng){
        display: inline;
        padding-right: 1.7rem;
        line-height: var(--spLineHeight12_20);
    }
    .boxPlace .linkMap .txt:not(.txtEng)::after{
        top: auto;
        bottom: 0;
        width: 1.2rem;
        height: 1.5rem;
    }
}