@charset "utf-8";

/* base */
#mainContents {
    padding-top: 102px;
}

.contentsSec {
    max-width: 810px;
    margin: 0 auto;
    padding: 3em 0;
}

.sectionInner {
    width: 90%;
    margin: 0 auto;
}

.pcNone {
    display: none;
}

.spNone {
    display: block;
}

.box3Line {
    display: flex;
    justify-content: center;
}

.box3Line div {
    width: 50%;
    padding: 0.6em;
}

.BoxWidth80 {
    width: 80%;
    margin: auto;
}

.BoxWidth70 {
    width: 70%;
    margin: auto;
}

/* base end */

/* header */
#header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

#header .headerInner {
    max-width: 810px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

#header_logo {
    display: block;
    width: 30%;
    height: 75%;
    margin: 0;
    z-index: 500;
    padding-left: 0vw;
}

#header_logo a:hover {
    filter: brightness(1);
}

#header_logo img {
    width: 100%;
    display: block;
    height: 100%;
}

#header_nav ul {
    display: flex;
    align-items: center;
}

#header_nav a {
    text-decoration: none;
    text-align: center;
    transition: ease .3s;
    opacity: 1;
}

#header_nav a:hover {
    transition: ease .3s;
    opacity: 0.7;
}

.header_nav_wrap {
    padding-right: 0.5em;
}

.header_nav_wrap.to_conv {
    margin-right: 10px;
}

.header_nav_wrap.to_conv .header_nav_l1 {
    background-color: #da2429;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 40px;
    border-radius: 4px;
}

.header_nav_wrap.to_login {
    margin-right: 10px;
}

.header_nav_wrap.to_login .header_nav_l1 {
    background-color: #686868;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 40px;
    border-radius: 4px;
}

.header_nav_wrap a:after:hover {
    opacity: 1 !important;
}

li.header_nav_wrap:last-child a:after {
    display: none
}

.header_nav_wrap-hasChild .header_nav_children {
    display: block;
    position: absolute;
    top: 60px;
    left: 100%;
    background-color: #3a3a3a;
    width: 100%;
    opacity: 0;
    transition: opacity 300ms 0s ease, left 300ms 0s ease;
    padding: 0em 2em;
    font-size: 0.9rem;
}

.header_nav_children-main,
.header_nav_children-sup {
    padding: 0.4em 0;
    text-align: right;
}

.header_nav_children-sup {
    border-top: 1px solid rgba(124, 124, 124, 0.7);
}

.header_nav_l1,
#header_nav a#facebook {
    display: inline-block;
    padding: 2em 0.8em;
    font-size: 1rem;
    position: relative;
    color: #595757 !important;
    line-height: 1;
    border-radius: 0.3em;
    font-weight: bold;
}

.twoinone .header_nav_l1 {
    padding: 0.7em 2vw;
    width: 100%;
    font-size: 80%;
}

.twoinone > * + * {
    margin-top: 0.1em;
}

header .gray_link a {
    background-color: var(--FIT_GRAY);
    color: #fff !important;
}

header .khaki_link a {
    background-color: var(--FIT_KHAK);
    color: #fff !important;
}

header .pink_link a {
    background-color: var(--FIT_PINK);
    color: #fff !important;
}

header .hpink_link a {
    background-color: var(--FIT_hazyPINK);
    color: #fff !important;
}

header .line_link a {
    background-color: var(--FIT_LINE);
    color: #fff !important;
}

.header_nav_l1:hover:before {
    width: 80%;
}

.header_nav_wrap-hasChild-on .header_nav_children {
    left: 0;
    opacity: 1;
}

#header_nav a#facebook {
    display: inline-block;
    width: auto;
    height: 1.3em;
    position: relative;
    bottom: -0.3em;
}

#header_nav a#facebook img {
    display: block;
    width: 1.3em;
}

.header_nav_l2 {
    display: inline-block;
    padding: 0.2em 1.2em;
    margin: 0.5em;
    position: relative;
    transition: background 300ms 0s ease;
}

.header_nav_l2:before {
    content: "";
    display: none;
    background: transparent;
    position: absolute;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    transition: width 300ms 0s ease, height 300ms 0s ease;
}

.header_nav_l2:after {
    content: "";
    display: none;
    background: transparent;
    position: absolute;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 5px;
    height: 5px;
    bottom: 0;
    right: 0;
    transition: width 300ms 0s ease, height 300ms 0s ease;
}

.header_nav_l2:hover:before,
.header_nav_l2:hover:after {
    width: 100%;
    height: 100%;
}

.header_nav_l2 .blu_series {
    color: #4a94c2;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.header_nav_l2 .blk_series {
    color: #969696;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.header_sub_text {
    padding-right: 4vw;
}

/* header end */

/* footer */
#footer {
    padding: 2em 1em 12em;
    background-color: #f6f6f6;
}

#footer .floatBtn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 810px;
    z-index: 9999;
}

#footer .floatBtn a {
    transition: ease .3s;
}

#footer .floatBtn a:hover {
    transition: ease .3s;
}

#footer .footerInner {
    width: 100%;
}

#footer .footerInner .footerWrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#footer .footerInner .footerWrap:first-child {
    margin-bottom: 1em;
}

#footer .footerInner .footerWrap a {
    padding: 0 1.2em 0;
    line-height: 1;
    transition: ease .3s;
}

#footer .footerInner .footerWrap a:hover {
    transition: ease .3s;
    opacity: 0.7;
}

#footer .footerInner .footerWrap a:nth-child(2) {
    border-left: 2px solid #4D4D4D;
}

/* footer end */

/* breadList */
#breadList {
    max-width: 810px;
    margin: 0 auto;
}

#breadList ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.4em;
    margin-bottom: 0.4em;
}

#breadList ul li {
    font-size: 0.75em;
    letter-spacing: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#breadList ul li:before {
    content: "＞";
    display: inline-block;
    font-size: 0.6em;
    margin-right: 1.5em;
}

#breadList ul li:first-child:before {
    display: none;
}

/* breadList end */

/* mainTtlBox */
.mainTtlBox {
    max-width: 810px;
    margin: 0 auto;
}

.mainTtlBox .ttl {
    font-size: 12px;
    padding: 1em 0 0 0;
}

/* mainTtlBox end */

/* responsive */
@media screen and (max-width: 810px) {

    /* base */
    #mainContents {
        padding-top: 60px;
    }

    .pcNone {
        display: block;
    }

    .spNone {
        display: none;
    }

    /* base end */

    /* header */
    header {
        height: 60px;
        justify-content: flex-start;
    }

    .header h1 {
        width: 35%;
    }

    #header_btn_sp {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000;
    }

    #header_btn_sp span {
        pointer-events: none;
        display: block;
        width: 24px;
        height: 2px;
        background: #595757;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        transition: transform 300ms 0s ease, width 300ms 0s ease, top 300ms 0s ease, bottom 300ms 0s ease, right 300ms 0s ease;
    }

    #header_btn_sp span:first-child {
        top: 16px;
    }

    #header_btn_sp span:last-child {
        bottom: 16px;
    }

    .header_nav-on #header_btn_sp span {
        right: 12px;
        width: 18px;
    }

    .header_nav-on #header_btn_sp span:first-child {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 12px;
        top: 7px;
        right: 9px;
    }

    .header_nav-on #header_btn_sp span:last-child {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 12px;
        bottom: 7px;
        right: 9px;
    }

    #header_shop {
        position: absolute;
        top: 0;
        right: 60px;
        background-color: rgba(61, 158, 244, 1.00);
        display: block;
        width: 60px;
        height: 60px;
        font-size: 10px;
        text-align: center;
    }

    #header_shop img {
        width: 50%;
        display: block;
        margin: auto;
        margin-top: 0.5em;
    }

    #header_logo {
        width: 50%;
        height: 100%;
        padding-left: 0.5em;
        padding-top: 0.35em;
    }

    #header_logo a {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
    }

    #header_logo img {
        width: 100%;
        height: auto;
    }

    .header_sub_text {
        padding-left: 2vw;
        font-size: 0.8rem;
    }

    .out_menu {
        display: flex !important;
        width: calc(85% - 60px);
        padding-left: 5vw;
        padding-right: 1vw;
        justify-content: space-between;
        align-items: stretch;
    }

    .out_menu > * {
        width: 49%;
    }

    .out_menu a {
        font-size: 3.5vw;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 1.3;
        padding: 0.6em 0 0.6em 0;
        border-radius: 0.2em;
        font-weight: bold;
        letter-spacing: 0.01;
    }

    .out_menu a img {
        display: none;
        width: 1.8em;
        height: auto;
        margin: auto;
    }

    #header_nav {
        width: 100%;
        height: 100vh;
        position: absolute;
        float: none;
        top: 60px;
        right: -100%;
        background: #fff;
        overflow: scroll;
        transition: right 300ms 0s ease;
    }

    #header_nav ul {
        padding-top: 16px;
        flex-direction: column;
    }

    #header_nav a:hover {
        transition: none;
        opacity: 1;
    }

    .header_nav_wrap.to_conv {
        margin-top: 14px;
        text-align: center;
    }

    .header_nav_wrap.to_login {
        margin-top: 8px;
        text-align: center;
    }

    .header_nav-on #header_nav {
        right: 0;
    }

    .header_nav_wrap-hasChild .header_nav_children {
        background: transparent;
        position: static;
        top: auto;
        left: auto;
        padding: 0 1em 0 1.5em;
        text-align: left;
        opacity: 1;
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms 0s ease;
    }

    .header_nav_wrap-hasChild-on .header_nav_children {
        display: block;
        max-height: 100vh;
    }

    li.header_nav_wrap:last-child a:after {
        display: inline-block;
    }

    #header_nav ul li {
        display: block;
        padding-right: 4vw;
        padding-left: 4vw;
        padding-bottom: 3vw;
        width: 100%;
    }

    #header_nav ul li a.header_nav_l1 {
        width: 100%;
        font-size: 1rem;
        text-align: center;
        padding: 1em 0;
    }

    .header_nav_l1:hover:before {
        width: calc(100% - 2em);
    }

    .header_nav_children-main {
        padding-top: 0;
    }

    .header_nav_children-main,
    .header_nav_children-sup {
        text-align: left;
    }

    .header_nav_l2 {
        padding: 0.2em;
        margin: 0;
    }

    /* header end */

    /* footer */
    #footer {
        font-size: 0.8em;
    }

    #footer .floatBtn {
        width: 80%;
    }

    #footer .footerInner .footerWrap a:hover {
        transition: none;
        opacity: 1;
    }

    #footer .floatBtn a:hover {
        filter: brightness(1);
    }

    /* footer end */

    /* mainTtlBox */
    .mainTtlBox .ttl {
        padding: 1em 0.5em 0 0.5em;
    }

    /* mainTtlBox end */
}
