@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
img {
    width: 100%;
}

#wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#header,
#content {
    text-align: center;
}

#header .subTitle {
    margin-top: 0;
}

#content {
    padding: 0 0 150px;
}

.areaTitleContent {
    margin-bottom: 108px;
    position: relative;
}

.areaTitleContent a {
    position: absolute;
    width: 18.2%;
    height: 32.5%;
    top: 0;
    left: 50%;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s linear;
}

.areaTitleContent a.titleItemOne {
    top: 20.1%;
    margin-left: -40.7%;
}

.areaTitleContent a.titleItemTwo {
    top: 47.5%;
    margin-left: -25.1%;
}

.areaTitleContent a.titleItemThree {
    top: 20.2%;
    margin-left: -9.1%;
}

.areaTitleContent a.titleItemFour {
    top: 47.7%;
    margin-left: 6.5%;
}

.areaTitleContent a.titleItemFive {
    top: 20.1%;
    margin-left: 22.4%;
}

#content01 .SubContentItem {
    margin-top: -1px;
}

#content04 {
    position: relative;
}

#content04 .linkText {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 78.8%;
    height: 3.1%;
    background-color: rgba(0, 0, 0, 0);
    bottom: 5.2%;
    color: rgba(0, 0, 0, 0);
}

#content04 .linkText02 {
    bottom: 30.8%;
}

#content04 .linkText03 {
    bottom: initial;
    top: 31.6%;
}

#content05 {
    position: relative;
}

#content05 a {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 77.8%;
    height: 3.95%;
    background-color: rgba(0, 0, 0, 0);
    bottom: 8.7%;
    color: rgba(0, 0, 0, 0);
}

#content05 .linkTextContent05 {
    display: block;
    position: absolute;
    left: 50.1%;
    transform: translateX(-50%);
    width: 78.5%;
    height: 2.7%;
    background-color: rgba(0, 0, 0, 0);
    bottom: 16%;
    color: rgba(0, 0, 0, 0);
}

#ctaFooter {
    max-width: 1000px;
    width: 100%;
    /* height: 110px;
    background: url(../images/lp/fnav.png) center no-repeat;
    background-size: 100%; */
    position: fixed;
    bottom: 0;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}

#ctaFooter #wrapLink .ctaImg {
    position: relative;
}

#ctaFooter #wrapLink a {
    display: block;
    position: absolute;
    width: 17.8%;
    height: 70.2%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0);
}

#ctaFooter #wrapLink a.titleItemOne {
    top: 15%;
    margin-left: -47.2%;
}

#ctaFooter #wrapLink a.titleItemTwo {
    top: 15%;
    margin-left: -28%;
}

#ctaFooter #wrapLink a.titleItemThree {
    top: 15%;
    margin-left: -8.8%;
}

#ctaFooter #wrapLink a.titleItemFour {
    top: 15%;
    margin-left: 10.4%;
}

#ctaFooter #wrapLink a.titleItemFive {
    top: 15%;
    margin-left: 29.5%;
}


@media (min-width: 769px) {

    .areaTitleContent a:hover,
    .telBox a:hover,
    #ctaFooter #wrapLink a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        transition: all 0.4s linear;
    }

    .telBox .linkText {
        border-radius: 18px;
    }
}

/* @media (max-width: 1000px) {
    .areaTitleContent a {
        width: 18.2%;
        height: 15.2%;
    }

    .areaTitleContent a.titleItemOne {
        top: 9.6%;
        margin-left: -41%;
    }

    .areaTitleContent a.titleItemTwo {
        top: 22.6%;
        margin-left: -25%;

    }

    .areaTitleContent a.titleItemThree {
        top: 9.6%;
        margin-left: -9.1%;
    }

    .areaTitleContent a.titleItemFour {
        top: 22.6%;
        margin-left: 6.3%;
    }

    .areaTitleContent a.titleItemFive {
        top: 9.6%;
        margin-left: 22.3%;
    }

    .telBox img {
        width: 100%;
    }

    .telBox a {
        left: 50%;
        transform: translateX(-50%);
        width: 93%;
        height: 13vw;
        top: 17.4vw;
        margin-left: 0;
        text-indent: 0;
    }


    .telBox .linkText {
        left: 50%;
        transform: translateX(-50%);
        width: 94%;
        height: 10vw;
        top: 2.7vw;
        margin-left: 0;
        text-indent: 0;
    }

    #ctaFooter #wrapLink a {
        width: 18%;
        height: 71%;
    }

    #ctaFooter #wrapLink a.titleItemOne {
        top: 15%;
        margin-left: -47.3%;
    }

    #ctaFooter #wrapLink a.titleItemTwo {
        top: 15%;
        margin-left: -28%;
    }

    #ctaFooter #wrapLink a.titleItemThree {
        top: 15%;
        margin-left: -9%;
    }

    #ctaFooter #wrapLink a.titleItemFour {
        top: 15%;
        margin-left: 10%;
    }

    #ctaFooter #wrapLink a.titleItemFive {
        top: 15%;
        margin-left: 29.5%;
    }
}
 */
@media (max-width: 768px) {
    #content {
        padding: 50px 0 50px;
    }

    .telBox .linkText {
        height: 26%;
    }

    .telBox a {
        height: 31%;
    }
}