@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

/* FONTS */
@font-face {
    font-family: "Futura";
    src: url(../fonts/futura-medium.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Futura";
    src: url(../fonts/futura-bold.otf);
    font-weight: bold;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    background-color: #FFFFFF;
    line-height: 1.5;
    color: #604C3F;
}

body.fixed {
    overflow: hidden;
}

.noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.futura {
    font-family: "Futura", sans-serif;
}

.inner {
    width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */
#header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 9px 30px 11px;
    z-index: 999;
}

.stickyHd {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

#header .headerBar .logo {
    width: 177px;
}

#header .mainMenu .menu {
    display: flex;
    margin-top: 5px;
}

#header .mainMenu .menu li + li {
    margin-left: 97px;
}

#header .mainMenu .menu li a {
    color: #604C3F;
    transition: 250ms all linear;
}

#header .mainMenu .menu li a .jp {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

#header .mainMenu .menu li a .eng {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin-top: 3px;
}

/* MAIN */
#main {
    position: relative;
}

#main .inner {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main .titlePage {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    padding: 0 3px;
    letter-spacing: 0.8px;
    font-family: "Futura", sans-serif;
} 


/* CONTENT */
#content {
    width: 100%;
}

/*areaTitle*/
.areaTitle {
    text-align: center;
    margin-bottom: 50px;
}

.areaTitle .titleEn {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.areaTitle .titleJp {
    font-size: 22px;
    font-weight: bold;
}

/*areaButton*/
.areaButton {
    text-align: center;
}

.areaButton a {
    display: inline-block;
    min-width: 300px;
    background: #73999e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    text-align: center;
    padding: 17px 0;
    letter-spacing: -1.3px;
    transition: 250ms all linear;
}

/*areaCta*/
.areaCta {
    padding-bottom: 198px;
}

.boxCta a {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1046px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #604c3f;
    background: #fff;
    color: #604C3F;
}

.boxCta .imageCta {
    width: 523px;
}

.boxCta .detailCta {
    width: calc(100% - 523px);
    text-align: center;
}

.boxCta .detailCta .titleCta {
    display: inline-block;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 58%, rgba(243,215,122,1) 58%, rgba(243,215,122,1) 100%);
    font-size: 34px;
    font-weight: 600;
    padding: 0 4px 4px 15px;
}

.boxCta .detailCta .subCta {
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
    letter-spacing: -1.3px;
}

.boxCta .detailCta .btnCta {
    text-align: right;
    margin-top: 8px;
    padding-right: 48px;
    transform: translateY(4px);
}

.boxCta .detailCta .btnCta span {
    position: relative;
    display: inline-block;
    color: #604c3f;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    letter-spacing: -0.8px;
    transition: 250ms all linear;
}

.boxCta .detailCta .btnCta span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 52%;
    transform: translateX(-50%);
    background: url(../images/common/cta-btn-arrows.svg) no-repeat center/cover;
    width: 150px;
    height: 14px;
    transition: 250ms all linear;
}

.boxCta .detailCta .btnCta span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -23px;
    border-bottom: 1px solid #604c3f;
    width: 150px;
    height: 14px;
    transition: 250ms all linear;
}

/* FOOTER */
#footer {
    width: 100%;
    background: #73999e;
    padding: 68px 0;

}

#footer .ftInfo {
    text-align: center;
}

#footer .ftInfo .logoft {
    display: inline-block;
    width: 130px;
    margin-bottom: 17px;
}

#copyright {
    text-align: center;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.8px;
}

.sp {
    display: none;
}

@media (max-width: 1277px) {
    .inner {
        width: 100%;
    }
}

@media (max-width: 1050px) and (min-width: 769px) {

    .boxCta .imageCta {
        width: 53%;
    }

    .boxCta .detailCta {
        width: 47%;
    }

    .boxCta .detailCta .logoCta {
        width: 16.5vw;
        margin: 0 auto;
    }

    .boxCta .detailCta .titleCta {
        font-size: 3.4vw;
    }

    .boxCta .detailCta .subCta {
        font-size: 1.9vw;
    }

    .areaCta {
        padding-bottom: 150px;
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    #header .mainMenu .menu li + li {
        margin-left: 50px;
    }

    #main .titlePage {
        font-size: 4.3vw;
    }

    .areaTitle .titleEn {
        font-size: 60px;
    }

    .areaTitle .titleJp {
        font-size: 18px;
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    #header .mainMenu .menu li + li {
        margin-left: 30px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    
    #header .mainMenu .menu li a:hover {
        color: #73999e;
    }
    
    #main .imageMain img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .boxCta .detailCta .btnCta span:hover {
        color: #73999e;
    }

    .boxCta a:hover .detailCta .btnCta span:before {
        left: 65%;
    }

    .boxCta a:hover .detailCta .btnCta span:after {
        width: calc(150px + 13%);
    }

    .areaButton a:hover {
        background: #604C3F ;
        color: #fff;
    }

}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    #header {
        display: block;
        padding: 15px 10px;
        transition: 0.3s all ease-out;
    }

    #header.showMenu {
        background: #73999e;
    }

    #header .headerBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header .headerBar .logo {
        width: 140px;
    }

    #header .mainMenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #73999e;
        padding: 30px;
        overflow-y: auto;
    }

    #header .mainMenu .menu {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 50px;
    }

    #header .mainMenu .menu li + li {
        margin-left: 0;
        margin-top: 40px;
    }

    #header .mainMenu .menu li a {
        color: #fff;
        text-align: center;
    }

    #header .mainMenu .menu li a .jp {
        font-size: 18px;
    }

    #header .mainMenu .menu li a .eng {
        font-size: 16px;
    }

    /* MENU */
    .hamburger {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 40px;
        height: 38px;
        padding: 5px;
        cursor: pointer;
        z-index: 9991;
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #73999e;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        margin-bottom: 7px;
    }

    .hamburger span:nth-child(2) {
        opacity: 1
    }

    .hamburger span:nth-child(3) {
        margin-top: 7px;
    }

    .hamburger.open span {
        background: #fff;
    }

    .hamburger.open span:nth-child(1) {
        margin-bottom: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


    #main {

    }

    #main .imageMain {
        overflow: hidden;
    }

    #main .imageMain img {
        width: initial;
        max-width: 200%;
        object-position: -175px;
    }

    #main .titlePage {
        font-size: 8.5vw;
    }


    /*#CONTENT*/

    /*areaTitle*/
    .areaTitle {
        margin-bottom: 35px;
    }

    .areaTitle .titleEn {
        font-size: 45px;
    }

    .areaTitle .titleJp {
        font-size: 14px;
    }

    .areaButton a {
        min-width: 250px;
        font-size: 16px;
        padding: 15px 0;
        letter-spacing: -0.5px;
        border-radius: 20px;
    }

    /*areaCta*/
    .areaCta {
        padding-bottom: 60px;
    }

    .boxCta a {
        flex-wrap: wrap;
    }

    .boxCta .imageCta {
        width: 100%;
    }

    .boxCta .detailCta {
        width: 100%;
        padding: 40px 10px 25px;
    }

    .boxCta .detailCta .titleCta {
        font-size: 26px;
        margin-top: 5px;
    }

    .boxCta .detailCta .subCta {
        font-size: 14px;
        margin-top: 15px;
    }

    .boxCta .detailCta .btnCta {
        margin-top: 20px;
        padding-right: 30px;
    }

    #footer {
        padding: 40px 0 15px;
    }

    #footer .ftInfo {
        margin-bottom: 30px;
    }

    #footer .ftInfo .logoft {
        width: 100px;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    #header .mainMenu .menu {
        padding-bottom: 150px;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {}

/*IP5*/
@media(max-width: 414px) {
    .areaButton a {
        font-size: 14px;
        padding: 12px 0;
        letter-spacing: 0;
        border-radius: 15px;
    }
}