@charset "utf-8";

@import url("base.css");

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

.notoSerif {
    font-family: 'Noto Serif JP', serif;
}

body {
    background-color: #F7F7F7;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

body.fixed {
    overflow: hidden;
}

.inner {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 0 30px;
}

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

/* HEADER */
.hamburger {
    display: none;
}

#header {
    padding: 41px 0 94px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s;
    background: #F7F7F7;
}

#header.show {
    padding: 20px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background: #F7F7F7;
}

#header .innerHd {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}

#header .headerBar {}

#header .headerBar .logo {
    width: 100px;
    margin-top: 6px;
}

#header .mainMenu {
    display: flex;
    align-items: center;
}

#header .mainMenu .menu {
    display: flex;
}

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

#header .mainMenu .menu li a {
    font-size: 20px;
    color: #111111;
}

#header .mainMenu .menuBtn {
    display: flex;
    margin-left: 55px;
}

#header .mainMenu .menuBtn .button {
    width: 130px;
    margin-left: 6px;
}

#header .mainMenu .menuBtn .button a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #A00707;
    padding: 10px 0;
    border: 1px solid #A00707;
}

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

#main .mainContent {
    position: absolute;
    top: 44.7%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#main .mainContent .mainTitle {
    font-size: 29px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 27px;
}

#main .mainContent .mainLogo {
    width: 49.8%;
    margin: auto;
}

/*LISTLINE*/
#main .listLine {
    position: absolute;
    top: 50.6%;
    transform: translateY(-49%);
    right: 60px;
}

#main .listLine li {
    width: 27px;
    margin-bottom: 33px;
}

#main .listLine li a {
    display: block;
    position: relative;
}

#main .listLine li .lineColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    opacity: 0;
}

#main .mainLogoft {
    position: absolute;
    bottom: 29px;
    left: 8.3%;
    width: 11.7%;
    min-width: 150px;
}

/*MAIN PAGE*/
.main-page .mainPhoto {
    display: block;
    width: 100%;
    height: 500px;
}

.main-page .mainPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main-page .mainTitle {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    height: 214px;
    background-color: #DDDDDD;
    text-align: center;
}

.main-page .mainTitle .titleJp {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-top: -6px;
}

.main-page .mainTitle .titleEn {
    width: 100%;
    margin-top: -4px;
    color: #555555;
    font-weight: 400;
}

/*MAIN PAGE*/

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

.areaTitle {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding-left: 60px;
}

.areaTitle:before {
    content: "";
    position: absolute;
    top: 57%;
    left: 0;
    transform: translateY(-50%);
    background: #111111;
    width: 40px;
    height: 1px;
}


/* FOOTER */
#footer {
    width: 100%;
    background: #1A1A1A;
    padding: 108px 0 310px;
}

#footer .inner {
    display: flex;
    justify-content: space-between;
}

#footer .ftMenu {}

#footer .ftMenu .ftInfo {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 46px;
    font-weight: bold;
}

#footer .ftMenu .menu {
    display: flex;
}

#footer .ftMenu .menu li {
    margin-right: 10px;
}

#footer .ftMenu .menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.9px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .ftRight {
    padding-right: 115px;
    margin-top: -4px;
}

#footer .ftRight .ftLogo {
    width: 115px;
    margin-bottom: 22px;
}

#footer .ftRight .copyright {
    color: #616161;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.65px;
}

.sp {
    display: none;
}


@media(max-width: 1500px) and (min-width: 769px) {
    #header .mainMenu .menu li a {
        font-size: 16px;
    }

    #header .mainMenu .menuBtn {
        margin-left: 30px;
    }

    #header .headerBar .logo {
        margin-top: 0;
    }

    #header .innerHd {
        padding: 0 30px;
        align-items: center;
    }

}

@media(max-width: 1100px) and (min-width: 769px) {
    #footer {
        padding-bottom: 200px;
    }
}

@media(max-width: 1100px) and (min-width: 769px) {
    .main-page .mainPhoto {
        height: 400px;
    }

    .main-page .mainTitle {
        height: 170px;
    }

    .main-page .mainTitle .titleJp {
        font-size: 20px;
    }

    .main-page .mainTitle .titleEn {
        font-size: 12px;
    }
}

@media(max-width: 1050px) and (min-width: 769px) {
    #header {
        padding: 30px 0;
    }

    #header .mainMenu .menuBtn {
        margin-left: 15px;
    }

    #header .mainMenu .menuBtn .button {
        width: 110px;
    }

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

}

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

    #header .mainMenu .menuBtn {
        margin-left: 5px;
    }

    #header .mainMenu .menuBtn .button {
        width: 96px;
    }

    #header .mainMenu .menuBtn .button a {
        font-size: 11px;
    }

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

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

}

/* PC ONLY */
@media (min-width: 769px) {
    #main .listLine li a:hover .lineColor {
        opacity: 1;
    }

    #header .mainMenu .menuBtn .button a:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }

    #header.show .mainMenu .menu li a:hover,
    #header .mainMenu .menu li a:hover {
        color: #A00707;
    }

    #footer .ftMenu .menu li a:hover {
        text-decoration: none;

    }
}

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

    .sp {
        display: block;
    }

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

    /*HEADER*/
    #header {
        padding: 10px 0;
    }

    #header.show {
        padding: 10px 0;
    }

    #header .innerHd {
        padding: 0 4%;
    }

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

    #header .headerBar .logo {
        margin-top: 0;
        z-index: 99;
        width: 50px;
    }

    #header .mainMenu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        padding: 100px 4%;
        background: #fff;
        height: 100vh;
        width: 100%;
        overflow-y: auto;
    }

    #header .mainMenu .menu {
        margin-bottom: 40px;
        flex-direction: column;
        text-align: center;
    }

    #header .mainMenu .menu li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 35px;
    }

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

    #header .mainMenu .menuBtn {
        justify-content: center;
        margin-left: 0;
    }

    #header .mainMenu .menuBtn .button {
        margin: 0 8px;
        width: 48%;
        max-width: 300px;
    }

    #main .mainLogoft {
        bottom: 20px;
        left: 4%;
        min-width: 100px;
    }

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

    .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: -1px;
        -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);
    }

    /*.main-page*/
    .main-page .mainPhoto {
        height: 200px;
    }

    .main-page .mainTitle {
        height: 80px;
    }

    .main-page .mainTitle .titleJp {
        font-size: 20px;
    }

    .main-page .mainTitle .titleEn {
        font-size: 12px;
    }

    .areaTitle {
        font-size: 12px;
    }

    /*.main-page*/
    #footer {
        padding: 70px 0;
    }

    #footer .inner {
        align-items: center;
    }

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

    #footer .ftRight {
        padding-right: 0;
        margin-top: 0;
    }

    #footer .ftMenu .menu li a {
        letter-spacing: 0;
    }
}

@media(max-width: 414px) {
    #footer .inner {
        flex-direction: column;
    }

    #footer .ftMenu {
        margin-bottom: 50px;
    }

    #footer .ftMenu .menu {
        flex-direction: column;
        text-align: center;
    }

    #footer .ftMenu .menu li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #footer .ftMenu .menu li:nth-child(3n) {
        margin-right: 0;
    }

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

    #footer .ftRight .ftLogo {
        width: 115px;
        margin: 0 auto 22px;
    }
}

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

/*IP5*/