/* トップページ ---------------------------------------- */
.mainSection01{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #252525;
    height: calc(100vh - 90px);
}

.mainSection01__container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 95%;
    max-width: 1300px;
    height: 95%;
    background-color: #010101;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.mainSection01__background{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    background-image: url("../images/title-box_background.webp");
    background-size: cover;
    background-position: center;
    opacity: .8;
    z-index: 1;
}

.mainSection01__mainTextBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    z-index: 10;
    margin: 0 25px 25px 25px;
}

.mainSection01__mainTextEN{
    display: block;
    font-weight: 800;
    font-size: 300%;
    font-style: italic;
    color: #f9f9f9;
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: 8px;
    line-height: 1;
}

.mainSection01__mainTextEN span{
    background-color: #3a0061;
    color: #fefefe;
    padding: 0 9px 0 5px;
}

.mainSection01__mainTextJP{
    display: block;
    font-weight: 600;
    font-size: 110%;
    font-style: italic;
    color: #f9f9f9;
    margin: 4px 0 0 1.5px;
}

.mainSection01__tagBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 8px;
}

.mainSection01__tagBox span{
    display: inline-block;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    background-color: #3a0061;
    color: #fefefe;
    padding: 2px 7px 3px 4px;
    margin-right: 6px;
}



.mainSection02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: rgb(230, 230, 230);
}

.mainSection02__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    max-width: 900px;
    height: auto;
}

.mainSection02__titleBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    background-color: #3a0061;
    padding: 8px 12px 8px 7px;
}

.mainSection02__titleEN{
    display: block;
    font-weight: 600;
    font-size: 28px;
    color: #fefefe;
    font-style: italic;
    padding-bottom: .5px;
    border-bottom: solid 1.5px #f9f9f9;
}

.mainSection02__titleJP{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fefefe;
    font-style: italic;
}

.mainSection02__girlsBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.mainSection02__girlsList{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}



.mainSection03{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: rgb(230, 230, 230);
}

.mainSection03__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    max-width: 900px;
    height: auto;
}

.mainSection03__titleBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    background-color: #3a0061;
    padding: 8px 12px 8px 7px;
}

.mainSection03__titleEN{
    display: block;
    font-weight: 600;
    font-size: 28px;
    color: #fefefe;
    font-style: italic;
    padding-bottom: .5px;
    border-bottom: solid 1.5px #f9f9f9;
}

.mainSection03__titleJP{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fefefe;
    font-style: italic;
}

.mainSection03__messageBox{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    background-color: #fefefe;
    border-radius: 6px;
    margin-top: 15px;
}

.mainSection03__messageTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
}

.mainSection03__messageTitle img{
    display: block;
    width: auto;
    height: 18px;
    margin-right: 6px;
}

.mainSection03__messageTitle span{
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #383838;
}

.mainSection03__messageContent{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 12px;
    color: #474747;
    margin-top: 8px;
    margin-left: 10px;
}

.mainSection03__slideBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 25px;
}



.mainSection04{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: rgb(230, 230, 230);
}

.mainSection04__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    max-width: 900px;
    height: auto;
}

.mainSection04__titleBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    background-color: #3a0061;
    padding: 8px 12px 8px 7px;
}

.mainSection04__titleEN{
    display: block;
    font-weight: 600;
    font-size: 28px;
    color: #fefefe;
    font-style: italic;
    padding-bottom: .5px;
    border-bottom: solid 1.5px #f9f9f9;
}

.mainSection04__titleJP{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fefefe;
    font-style: italic;
}

.mainSection04__contentBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.mainSection04__googleMapsBox{
    display: block;
    width: 100%;
    height: 350px;
    margin-top: 30px;
}

@media screen and (max-width: 959px) {
    .mainSection04__contentBox{
        flex-direction: column;
    }

    .fujoho_custom_banner{
        width: 100% !important;
    }

    .fujoho_custom_banner:nth-child(2){
        margin-top: 20px;
    }
}