@charset "utf-8";

/* ##### common ##### */

:root {
    font-size: 10px;
}
body {
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6,
ul {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
p { margin:1.5em 0 0 0; }
th { font-weight: normal; }

/* ## common boxes ## */
/* com_continner */
.com_continner {
    max-width: 1180px;
    margin: auto;
    padding: 50px 100px;
    position: relative;
}
#com_messagebox {
    padding: 150px 0 50px 0;
    text-align: center;
}
.com_messageinner {
    display: inline-block;
    text-align: left;
}

/* ttl */
.com_mainttl {
    font-size: 3rem;
    letter-spacing: 0.25em;
    margin-bottom: 3rem;
}
.com_mainttl_supplement {
    font-size: 2rem;
    color: #fc7e2a;
    margin-bottom: 2rem;
}
.com_subttl {
    font-size: 2.4rem;
    letter-spacing: 0.25em;
    margin-bottom: 2.4rem;
}
.com_subttl small {
    display: inline-block;
    color: #fc7e2a;
    font-size: 0.7em;
    letter-spacing: 0.15em;
    padding: 0 0 0 1em;
    position: relative;
    top: -0.1em;
}
.com_barttl {
    background: #fc7e2a;
}
.com_barttl span {
    display: block;
    max-width: 980px;
    margin: auto;
    color: #ffffff;
    font-size: 3.2rem;
}

/* btn */
.com_btnbox {
    padding: 1em 0;
}
.com_btn {
    display: inline-block;
    background: #fc7e2a;
    color: #ffffff;
    text-decoration: none;
    line-height: 2.4em;
    padding: 0 1em;
    margin-right: 0.25em;
}
.com_btn + .com_btn {
    margin-top: 0.25em;
}

/* price */
.com_price {
    display: inline-block;
    font-size: 1.25em;
    border-bottom: 1px solid #333333;
}

/* list */
.com_indentList,
.com_list_circle2,
.com_list_dot,
.com_list_square{
    list-style: none;
}
.com_indentList li,
.com_list_circle2 li,
.com_list_dot li,
.com_list_square li {
    padding-left: 1em;
    text-indent: -1em;
}
.com_list_circle2 li {
    font-weight: bold;
}
.com_list_circle2 li:before {
    content: "◎";
}

.com_list_dot li {
    font-weight: bold;
}
.com_list_dot li:before {
    content: "・";
}
.com_list_square li {
    font-weight: bold;
}
.com_list_square li:before {
    content: "■";
}

/* form */
#contact_form_wrapper {
    margin: 5rem 0 2.5rem 0;
}
.com_tableForm {
    margin: auto;
}
.com_tableForm th {
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
    padding: 0.5em 3em 0.5em 0;
}
.com_tableForm td {
    padding: 0.5em 0;
}
.com_input,
.com_txtarea {
    width: 100%;
    max-width: 480px;
}
.contact_privacytxt {
    width: 100%;
    max-width: 480px;
    height: 7.4em;
    padding:1em;
    overflow-y: scroll;
    border: 1px solid #444444;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1.6rem;
    cursor: pointer;
    background: #fc7e2a;
    color: #ffffff;
    border: 1px solid transparent;
    transition: border 0.2s ease-out;
    outline: 0;
    height: 2.4em;
    width: 7em;
    font-size: 2rem;
    font-weight: bold;
}

/* ## com_contact_info ## */
#com_contact_info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}
#com_contact_info_name {
    padding-right: 4rem;
    white-space: nowrap;
    font-size: 2rem;
}
#com_contact_info_detail {
    white-space: nowrap;
}

/* ## header ## */
header {
    width: 100%;
    position: fixed;
    z-index: 1;
}
h1#header_logo {
    width: 66px;
    height: 55px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}
h1#header_logo a,
h1#header_logo img {
    display: block;
    width: 66px;
    height: 55px;
}
a#header_menu {
    display: block;
    width: 68px;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 45px;
    background: url(../img/common/menu-orange.svg) center no-repeat;
    background-size: contain;
    z-index: 1;
}
#sub_topheader {
    width: 100%;
    height: 120px;
    background: #fc7e2a;
    position: relative;
    z-index: 10;
    pointer-events: none;
}
#sub_header_logodummy {
    display: block;
    width: 66px;
    height: 55px;
    position: absolute;
    left: 30px;
    top: 30px;
}
#sub_header_menudummy {
    display: block;
    width: 68px;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 45px;
    background: url(../img/common/menu-white.svg) center no-repeat;
    background-size: contain;
    z-index: 10;
}


/* ## footer ## */
footer {
    color: #ffffff;
    background: #fc7e2a;
    font-size: 1.2rem;
    text-align: right;
    padding: 5px 30px ;
}

/* ## com_overlaymenu ## */
#com_overlaymenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: #fc7e2a;
    top: 0;
    left: 0;
}
#com_overlaymenucontainer {
    width: 100%;
    max-width: 1080px;
    padding: 50px;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: auto;
}
#com_overlaymenuinner {
    width: 100%;
    position: relative;
}
#com_overlaymenu_logo {
    display: block;
    width: 147px;
    height: 126px;
    background: url(../img/common/logo-white.svg) no-repeat center;
    background-size: contain;
    margin-bottom: 60px;
}
.com_overlaymenus {
    display: block;
    font-size: 2.4rem;
    color: #ffffff;
    text-decoration: none;
    margin-top: 0.5em;
    font-weight: bold;l
}
#com_overlaymenu_closer {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 68px;
    height: 36px;
    background: url(../img/common/menu-white-close.svg) no-repeat center;
    background-size: contain;
}

@media screen and (min-width: 1000px) {
    .com_wsp { display: none!important; }
}
@media screen and (max-width: 999px) {
    .com_wpc { display: none!important; }
}
@media screen and (min-width: 768px) {
    .com_sp { display: none!important; }
}
@media screen and (max-width: 767px) {
    .com_pc { display: none!important; }

    body { font-size: 1.4rem; }

    /* ## common boxes ## */
    /* com_continner */
    .com_continner {
        padding: 4rem 30px;
    }
    /* ttl */
    .com_mainttl {
        font-size: 2rem;
        letter-spacing: 0.1em;
    }
    .com_mainttl_supplement {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
    .com_subttl {
        font-size: 1.75rem;
        letter-spacing: 0.1em;
        margin-bottom: 1.75rem;
    }
    .com_barttl span {
        padding: 0 30px;
        font-size: 2rem;
    }

    /* form */
    .com_tableForm table {
        display: block;
        width: auto;
    }
    .com_tableForm th {
        display: block;
        padding: 0;
        font-size: 1.6rem;
    }
    .com_tableForm td {
        display: block;
        padding: 0 0 1em 0;
        font-size: 1.6rem;
    }
    input[type="submit"] {
        font-size: 1.6rem;
    }
    /* price */
    .com_price {
        font-size: 1em;
    }

    /* ## com_contact_info ## */
    #com_contact_info_name {
        padding: 0 0 1em 0;
        font-size:1.75rem;
    }
    #com_contact_info_detail {
        font-size: 1.4rem;
        white-space: normal;
    }

    /* ## header ## */
    h1#header_logo {
        left: 20px;
        top: 10px;
        width: 44.1px;
        height:37.8px;
    }
    h1#header_logo a,
    h1#header_logo img {
        width: 44.1px;
        height:37.8px;
    }
    a#header_menu {
        width: 45.9px;
        height: 24.3px;
        top: 20px;
        right: 10px;
    }
    #sub_topheader {
        height: 70px;
    }
    #sub_header_logodummy {
        left: 20px;
        top: 10px;
        width: 44.1px;
        height:37.8px;
    }
    #sub_header_menudummy {
        width: 45.9px;
        height: 24.3px;
        top: 20px;
        right: 10px;
    }

    /* ## com_overlaymenu ## */
    #com_overlaymenucontainer {
        padding: 30px;
    }
    .com_overlaymenus {
        font-size: 1.75rem;
    }
    #com_overlaymenu_logo {
        width: 105px;
        height: 90px;
        margin-bottom: 30px;
    }
    #com_overlaymenu_closer {
        width: 45px;
        height: 24px;
    }
}