@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
    font-size: 16px;
}
body {
    background-color: #fff;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-appearance: none;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #000;
}
*:focus {
    outline: none;
}
* {
    -webkit-tap-highlight-color: transparent;
}
em,
strong {
    font-style: normal;
}
ul {
    list-style: none;
}
input[type=checkbox] {
    display: none;
}
.maxwidth {
    max-width: 1200px;
    margin: 0 auto;
}
.maxwidth_outer {
    padding: 0 2%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex_3culm {
    width: 32%;
    margin-right: 2%;
}
.reverse {
    flex-direction: row-reverse;
}
.flex_right {
    justify-content: flex-end;
}
.al_center {
    align-items: center;
}
body img {
    vertical-align: bottom;
}
img {
    height: auto;
    object-fit: cover;
}
@media screen and (max-width:767px) {
    .maxwidth_outer {
        padding: 0;
    }
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
    position: relative;
    padding: 20px 0 0;
    z-index: 10;
}

.header__logo {
    text-align: center;
}

.header__logo a {
    display: inline-block;
    font-size: 0;
}

.header__logo img {
    margin: 0 auto;
    width: 165px;
    height: auto;
    object-fit: cover;
    font-size: 0;
}
@media screen and (max-width:767px) {
    .header {
        padding: 16px 0 0;
    }
}

/* --------------------------------
 * フワッと表示
 * -------------------------------- */
.js-load-up {
    opacity: 0;
    transition: all 2s;
}

.js-load-up.done {
    opacity : 1; 
}

/* --------------------------------
 * fixedBtn
 * -------------------------------- */
.js-fixedBtn-show {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.fixedBtn__area {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding: 16px;
    background-color: #333;
}

.fixedBtn__area .mv__area--ctaText {
    display: flex;
}

.fixedBtn__area .mv__area--ctaText p {
    margin-top: 0;
    margin-left: 15px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .fixedBtn__area.sp {
        display: flex;
    }
}
/* --------------------------------
 * header
 * -------------------------------- */
.header_area {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #fff;
    padding: 0.5em 1em;
    background: none;
}
.low_header_area {
    position: fixed;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 14%);
    z-index: 1000;
    background: #fff;
    top: 0;
}
.header_logo img {
    height: 3em;
    padding: 0.3em 2%;
}
.header_menu {
    display: flex;
    align-items: center;
}
.header_menu_content {
    font-size: 14px;
    letter-spacing: 1px;
}
@media screen and (max-width: 1210px) {
    .header_menu_content {
        font-size: 13px;
    }
}
.header_menu_icon {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5em;
}
.header_menu_icon a {
    display: flex;
    align-items: center;
    margin-left: 2em;
    font-weight: 500;
}
.header_menu_icon a img {
    height: 1.5em;
    margin-right: 0.3em;
}
ul#menu_id {
    display: flex;
}
ul#menu_id li {
    margin-left: 2em;
}
.low_header_area ul#menu_id a {
    color: #000;
    font-weight: 500;
}
nav.mobile-menu {
    display: none;
}
@media screen and (max-width: 780px) {
    .low_header_area {
        border-bottom: none;
    }
    .header_area {
        padding: 0em 0em 0 0.5em;
    }
    .header_logo img {
        height: 1.8em;
        padding: 0em 0%;
    }
    .header_menu {
        display: none;
    }
    .header_menu_content {
        font-size: 13px;
    }
    .mobile-menu {
        z-index: 1000000;
    }
    .mobile-menu {
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        top: 0px;
        right: 0;
        height: 50px;
        z-index: 1;
    }
    .mobile-menu__checkbox {
        display: none;
    }
    .mobile-menu__btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        cursor: pointer;
        transition: .4s;
        z-index: 100;
        background: none;
        opacity: 1;
    }
    .mobile-menu__icon {
        display: block;
        position: relative;
        background: #000;
        opacity: 1;
        width: 65%;
        height: 1.5px;
        transition: .4s;
        top: 0px;
    }
    .mobile-menu__icon::after, .mobile-menu__icon::before {
        content: "";
        display: block;
        position: absolute;
        background: #000;
        width: 100%;
        height: 1.5px;
        transition: .4s;
    }
    .is-sticky .mobile-menu__icon::after, .mobile-menu__icon::before {
        background: #000;
    }
    .mobile-menu__icon::before {
        top: -9px;
    }
    .mobile-menu__icon::after {
        top: 9px;
    }
    .mobile-menu__icon p {
        color: #000;
        font-size: 10px;
        width: 100%;
        padding-top: 14px;
    }
    .mobile-menu__container {
        position: fixed;
        text-align: center;
        display: block;
        align-items: center;
        justify-content: center;
        top: 0px;
        left: unset;
        right: -12em;
        z-index: 50;
        height: 0;
        opacity: 1;
        transition: .5s;
        transition-delay: .2s;
        overflow: hidden;
        background: #ffffff;
        width: 12em;
        height: 100vh;
        padding: 3.1em 0 0.5em;
    }
    .mobile-menu__container:before {
        content: '';
        background: inherit;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(3px);
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: -1;
    }
    ul#menu_spid li {
        text-align: left;
    }
    ul#menu_spid li:first-child {
        border-top: none;
        padding-top: 0;
    }
    .mobile-menu__container ul li a {
        letter-spacing: 0;
        text-decoration: none;
        color: #000;
        text-shadow: none;
        padding: 0 1.5em;
        border-top: solid 1px #dadada;
        width: 100%;
        display: inline-block;
        line-height: 4;
        font-size: 11px;
        font-weight: 600;
    }
    .mobile-menu__checkbox:checked ~ .mobile-menu__container {
        width: 65vw;
        transition-delay: 0s;
        background: #fff;
        display: flex;
        right: 0%;
        height: 100vh;
        box-shadow: 8px 0px 10px #000000;
        overflow-y: scroll;
        padding: 3.1em 0 0.5em;
        display: block;
    }
}
    
/* --------------------------------
 * footer
 * -------------------------------- */
footer {
    position: relative;
    letter-spacing: 2px;
}
.footer__main_bk {
    margin: 80px 0 0;
    padding: 2em 2%;
    background: #F2F2F2;
}
.footer__main--logo {
    font-size: 11px;
    letter-spacing: 0px;
}
.footer__main--logo img {
    height: 3em;
    margin-top: 0.5em;
}
.footer__main--adress {
    font-size: 12px;
    letter-spacing: 1px;
}
.footer__main--adress.flex {
    flex-wrap: nowrap;
}
.footer__main {
    justify-content: space-between;
    font-weight: 500;
}
.footer__main--content span {
    font-weight: 700;
}
.footer__menu {
    background: #333333;
    color: #fff;
    padding: 2em 2% 1em;
}
.footer__menu a {
    color: #fff;
}
.footer__menu--copy {
    width: 100%;
    font-size: 11px;
    letter-spacing: 0px;
    margin-top: 4em;
}
.footer__menu--content a {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 1em;
}
.footer__menu--content {
    margin-right: 4em;
}

/* footer-@medeia sp
------------------------------------------ */
@media screen and (max-width:768px) {
    .footer__main--content {
        width: 49%;
        margin-bottom: 1.5em;
    }
    .footer__main--content:nth-child(3n) {
        margin-right: 2%;
    }
    .footer__main--content:nth-child(2n) {
        margin-right: 0%;
    }
    .footer__main_bk {
        margin: 40px 0 0;
        padding: 2em 2%;
    }
    .footer__main--logo img {
        height: 2.5em;
    }
    .footer__main--adress {
        margin-top: 1.5em;
    }
    .footer__main--adress.flex {
        flex-wrap: wrap;
    }
    .footer__menu--content a {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .footer__menu--content {
        margin-right: 0;
        width: 50%;
    }
    .footer__menu {
        padding: 2em 2% calc(3em + 82px);
    }

    .backtotopBtn.sp {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        right: 20px;
        bottom: calc(2em + 82px);
    }
    .backtotopBtn span::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 15px solid #fff;
        border-top: 0;
        margin-bottom: 2px;
    }
}