@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.sc {
    /*    font-family: 'Playfair Display SC', serif;*/
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

body.fixed {
    overflow: hidden;
}

.innerSmall {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.inner {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */
#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    padding-left: 25px;
}

#header .logo {
    width: 13%;
    margin-top: 3px;
    min-width: 150px;
}

#header .headerRight {
    display: flex;
    justify-content: right;
    align-items: center;
}

#header .headerRight .mainMenu {
    display: flex;
    align-items: center;
}

#header .headerRight .mainMenu .menu {
    display: flex;
    width: 100%;
}

#header .headerRight .mainMenu .menu li {
    margin-left: 35px;
}

#header .headerRight .mainMenu .menu li:first-child {
    margin-left: 0;
}

#header .headerRight .mainMenu .menu li a {
    font-size: 15px;
    letter-spacing: 1.4px;
    color: #333333;
white-space: nowrap;
}

#header .headerRight .headerBtn {
    width: 350px;
    margin-left: 60px;
}

#header .headerRight .headerBtn a {
    display: block;
    text-align: center;
    height: 100%;
    background: linear-gradient(134deg, #ea5414 40%, #f39800 60%);
    color: #fff;
    font-size: 18px;
    padding: 23px 0 24px;
    letter-spacing: 0.6px;
}

.areaTitle {
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    color: #333333;
    line-height: 1.44;
    letter-spacing: 7px;
    transform: translateX(4px);
}



/* pageMain */
.pageMain {
    position: relative;
    margin-bottom: 27px;
}

.pageMain .mainPhoto {}

.pageMain .mainPhoto img {
    width: 100%;
}

.pageMain .wrapTitleMain {
    position: absolute;
    width: 80%;
    top: 47%;
    left: 50.2%;
    transform: translate(-50%, -50%);
}

.pageMain .wrapTitleMain .titleMain {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    letter-spacing: 6px;
}

.pageMain .wrapTitleMain .subTitleMain {
    text-align: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.4px;
}

/* areaAfterBefore */
.areaAfterBefore {
    position: relative;
}

.areaAfterBefore:before {
    content: "";
    position: absolute;
    background: url('../images/common/before-pickup.png') no-repeat;
    background-size: 100%;
    /* width: 287px;
    height: 331px; */
    width: 18vw;
    height: 22vw;
    top: 0;
    left: 0;
    z-index: -1;
}

.areaAfterBefore:after {
    content: "";
    position: absolute;
    background: url('../images/common/after-pickup.png') no-repeat;
    background-size: 100%;
    width: 15.7vw;
    height: 24.7vw;
    bottom: 11px;
    right: 0;
    z-index: -1;
}

/* CONTENT */
#content {
    width: 100%;
}

/* FOOTER */
#footer {
    border-top: 1px solid #e5e5e7;
    width: 100%;
    margin-top: 125px;
    padding: 62px 0;
    text-align: center;
}

#footer .ftLogo {
    width: 45%;
    margin: 0 auto 42px;
    min-width: 320px;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}

#footer .ftLogo a {
    padding: 22px 49px;
    display: block;
}

#footer .ftPhoto {
    width: 21.4%;
    margin: 0 auto 28px;
    min-width: 180px;
}

#footer .ftTxt {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 69px;
    color: #8b8b8b;
}

#footer .copyright {
    font-size: 10px;
    color: #8b8b8b;
    letter-spacing: 1.1px;
}

#footer .ftMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 69px;
    padding: 0 20px;
}

#footer .ftMenu li {
    border-right: 1px solid #c2c2c2;
    margin: 0 18px;
    padding-right: 24px;
    margin-bottom: 20px;
}

#footer .ftMenu li:last-child {
    border-right: 0;
    margin-right: 0;
}

#footer .ftMenu li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}

.sp {
    display: none;
}

/*MAIN*/
#main .mainPhoto img {
    width: 100%;
}
@media(max-width: 1500px) and (min-width: 769px) {
    #header .headerRight .mainMenu .menu li {
        margin-left: 30px;
    }
}

@media(max-width: 1400px) and (min-width: 769px) {
    #header .headerRight .headerBtn {
        width: 300px;
        margin-left: 20px;
    }

    #header .headerRight .mainMenu .menu li {
        margin-left: 30px;
    }

    #header .headerRight .headerBtn a {
        font-size: 16px;
        letter-spacing: 0;
    }

}

@media(max-width: 1200px) and (min-width: 769px) {
    #header .headerRight .mainMenu .menu li {
        margin-left: 20px;
    }
    #header .headerRight .mainMenu .menu li a {
        font-size: 14px;
    }
    #header .headerRight .headerBtn {
        width: 270px;
        margin-left: 25px;
    }
    #header .headerRight .headerBtn a {
        font-size: 16px;
    }

    #footer .ftMenu {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    #footer .ftMenu li {
        margin: 0 10px 10px;
        padding-right: 16px;
    }

}

@media(max-width: 1100px) and (min-width: 769px) {
    #header .headerRight .headerBtn {
        margin-left: 15px;
        width: 21vw;
    }

    #header .headerRight .headerBtn a {
        font-size: 1.3vw;
    }

    #header .headerRight .mainMenu .menu li a {
        font-size: 1.2vw;
    }

}

@media (max-width: 1000px) and (min-width: 769px) {
    .pageMain .wrapTitleMain {
        left: 50%;
    }

    .pageMain .wrapTitleMain .titleMain {
        font-size: 55px;
    }

    .pageMain .wrapTitleMain .subTitleMain {
        font-size: 16px;
    }
}

@media(max-width: 900px) and (min-width: 769px) {
    #header {
        padding-left: 15px;
    }

    #header .logo {
        min-width: 90px;
    }

    #header .headerRight .headerBtn {
        width: 170px;
        margin-left: 10px;
    }

    #header .headerRight .headerBtn a {
        letter-spacing: 0;
        padding: 15px 0;
    }


    #header .headerRight .mainMenu .menu li {
        margin-left: 15px;
    }

    #header .headerRight .mainMenu .menu li a {
        font-size: 12px;
    }
}
@media(max-width: 800px) and (min-width: 769px) {
    #header .headerRight .headerBtn {
        width: 150px;
    }
}

@media(min-width: 769px) {

    #footer .ftMenu li a:hover,
    #header .headerRight .mainMenu .menu li a:hover {
        color: #ea5514;
    }

    #header .headerRight .headerBtn a:hover {
        background: #ea5413;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    .innerSmall {
        width: 100%;
        padding: 0 4%;
    }

    /* MENU */
    .hamburger {
        width: 43px;
        height: 44px;
        padding: 0 7px;
        z-index: 9991;
        background: #ccc;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        background: linear-gradient(90deg, rgba(234, 84, 20, 1) 0%, rgba(243, 152, 0, 1) 100%);
    }

    .hamburger span {
        display: block;
        height: 1px;
        width: 100%;
        background: #fff;
        -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: 6px;
    }

    .hamburger span:nth-child(2) {
        opacity: 1
    }

    .hamburger span:nth-child(3) {
        margin-top: 6px;
    }

    .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: -1px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*HEADER*/
    #header {
        padding: 2% 4%;
    }

    #header .headerRight .mainMenu {
        display: none;
        position: absolute;
        top: 54px;
        left: 0;
        height: calc(100vh - 54px);
        width: 100%;
        background: #fff;
        padding: 40px 0 100px;
        overflow-y: auto;
    }

    #header .headerRight {
        flex-direction: row-reverse;
    }

    #header .headerRight .mainMenu .menu {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    #header .headerRight .mainMenu .menu li {
        margin: 0 0 40px;
    }

    #header .logo {
        margin-top: 0;
        min-width: 170px;
        padding-left: 10px;
    }

    #header .headerRight {
        justify-content: space-between;
    }

    #header .headerRight .headerBtn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
    }

    #header .headerRight .headerBtn a {
        font-size: 18px;
        padding: 15px 5px;
        letter-spacing: 0;
    }

    /* pageMain */
    .pageMain {
        margin-bottom: 20px;
    }

    .pageMain .mainPhoto img {
        height: 45vw;
        object-fit: cover;
        object-position: center;
    }

    .pageMain .wrapTitleMain {
        width: 90%;
        top: 47%;
        left: 50%;
    }

    .pageMain .wrapTitleMain .titleMain {
        font-size: 40px;
    }

    .pageMain .wrapTitleMain .subTitleMain {
        font-size: 14px;
    }

    /* areaAfterBefore */
    .areaAfterBefore:before {
        width: 24vw;
        height: 31vw;
    }

    .areaAfterBefore:after {
        width: 16vw;
        height: 27vw;
        bottom: 0;
        right: 0;
    }

    .areaTitle {
        line-height: 1.3;
        font-size: 30px;
        letter-spacing: 4px;
        transform: none;
    }

    /*footer*/
    #footer {
        margin-top: 80px;
        padding: 35px 0 100px;
    }

    #footer .ftLogo {
        min-width: 300px;
        margin-bottom: 30px;
    }

    #footer .ftPhoto {
        min-width: 150px;
        margin-bottom: 30px;
    }

    #footer .ftTxt {
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 45px;
    }

    #footer .ftMenu {
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    #footer .ftMenu li {
        width: 100%;
        margin: 0 0 20px;
        padding-right: 0;
        border-right: 0;
    }

    #footer .ftMenu li:last-child {
        margin-bottom: 0;
    }

    #footer .ftMenu li a {
        display: inline-block;
        font-size: 14px;
    }


}

@media(max-width: 414px) {
    #header {}

    #header {
        align-items: center;
    }

    #header .headerRight {
        width: 100%;
    }

    #header .logo {
        margin: 0 auto;
        width: 80%;
        min-width: auto;
        padding-left: 0;
    }

    #header .mainMenu {
        top: 90px;
        height: calc(100vh - 90px);
    }
}
