@media screen and (min-width: 768px) {
    body {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.8;
        font-weight: 200;
        letter-spacing: 2px;
        text-indent: 2px;
        overflow-x: hidden;
    }
    html,
    body {
        height: 100%;
    }
    .clearfix:after {
        display: block;
        clear: both;
        content: "";
    }
    #main {
        height: 100%;
        background-image: url("../img/main.png");
        background-size: cover;
        text-align: center;
        background-position: bottom center;
    }
    #main h1 {
        background-image: url("../img/title.png");
        width: 412px;
        height: 426px;
        background-size: cover;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -243px;
        margin-left: -210px;
    }
    navi {
        position: absolute;
        background-color: #e60012;
        z-index: 999;
        width: 100%;
        height: 70px;
        bottom: 0;
        -moz-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.5);
    }
    #main a {
        display: none;
    }
    navi ul {
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    navi li {
        width: 100%;
    }
    navi li a {
        height: 50px;
        display: block;
        color: #fff;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        letter-spacing: 0;
        transition: 0.5s;
    }
    navi li a:hover {
        background-color: #93000c;
        color: #fff;
    }
    h2 {
        font-weight: 200;
        margin-bottom: 40px;
        text-align: center;
    }
    h2 span {
        font-size: 14pt;
        letter-spacing: 8px;
        display: block;
    }
    .read {
        font-size: 18pt;
        text-align: center;
        margin-bottom: 100px;
    }
    #message {
        color: #fff;
        background-image: url("../img/bg.png");
        height: 600px;
        overflow: hidden;
    }
    #message h2 {
        margin-top: 150px;
    }
    #commitment {
        padding-top: 80px;
    }
    #step {
        max-width: 1000px;
        margin: 0 auto;
        font-size: 11pt;
        background-image: url("../img/line.png");
        background-repeat: repeat-y;
        background-position: center;
        overflow-x: hidden;
    }
    .c00 {
        max-width: 1000px;
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }
    .co_left h4,
    .co_right h4 {
        font-size: 18pt;
        color: #e60012;
    }
    .number {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }
    .co_left {
        float: left;
        width: 380px;
        padding-right: 0;
        text-align: center;
        margin-right: 20px;
    }
    .co_center {
        float: left;
        width: 200px;
    }
    .co_center img {
        width: 190px;
        height: 190px;
        vertical-align: bottom;
        border-radius: 200px;
        border: solid 5px #e60012;
        transition: 0.5s;
    }
    .co_right {
        float: left;
        width: 380px;
        margin-left: 20px;
        text-align: center;
    }
    #lineup {
        background-color: #f4f3eb;
        padding: 80px 0;
    }
    .wrap {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    #l01 p,
    #l02 p,
    #l03 p {
        padding-bottom: 15px;
    }
    .products {
        font-size: 10pt;
    }
    #l01,
    #l02,
    #l03 {
        padding: 10px;
    }
    #lineup h3 span {
        margin-bottom: 10px;
        display: block;
    }
    #lineup h3 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 18pt;
        letter-spacing: 10px;
        text-indent: 10px;
    }
    .inner {
        width: 80%;
    }
    .panel_ani {
        animation-duration: 10s;
        animation-name: fadein;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }
    @keyframes fadein {
        0% {
            opacity: 0;
        }
        33% {
            opacity: 1;
        }
        66% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    #company {
        width: 1000px;
        padding: 80px 0;
        margin: 0 auto;
    }
    #company table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        text-align: left;
        line-height: 2;
        border-top: 1px solid #ccc;
    }
    #company table th {
        width: 100px;
        padding: 10px;
        font-weight: bold;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
    }
    #company table td {
        padding: 10px;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
    }
    .map_wrapper {
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
    }
    .map_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none;
    }
    #contact {
        text-align: center;
        padding-top: 100px;
    }
    .icon {
        color: #e60012;
        display: block;
        font-size: 30pt;
        margin-bottom: 10px;
    }
    #contact h3 {
        font-size: 12pt;
    }
    #contact a {
        font-size: 30pt;
        text-decoration: none;
        color: #000;
        display: inline-block;
        margin-bottom: 60px;
        letter-spacing: 6px;
        transition: 0.5s;
    }
    #contact a:hover {
        color: #e60012;
        transform: scale(1.1, 1.1);
    }
    footer {
        color: #fff;
        background-image: url("../img/bg.png");
        overflow: hidden;
        text-align: center;
        padding: 20px;
        position: relative;
    }
    small {
        font-size: 8pt;
        letter-spacing: 0;
    }
    #pageTop {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    #pageTop a {
        display: block;
        z-index: 999;
        padding: 8px 0 0 8px;
        width: 35px;
        height: 35px;
        background-image: url(../img/pagetop.gif);
    }
    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .pc_none h4,
    .pc_none p {
        display: none;
    }
    .fax {
        pointer-events: none;
    }
    footer p {
        margin: 0;
        padding: 0;
    }
    footer a {
        font-size: 9pt;
        color: #fff;
        position: absolute;
        left: 20px;
        top: 25px;
        text-decoration: none;
        letter-spacing: 0;
    }
    header {
        padding: 50px;
    }
    header img {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    #pp_read h1 {
        text-align: center;
        font-size: 18pt;
        margin-bottom: 30px;
    }
    #pp_read {
        max-width: 800px;
        margin: 0 auto 80px auto;
        padding: 0 20px;
    }
    #pp_read h3 {
        font-size: 14pt;
    }
    #pp_read p {
        font-size: 11pt;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    html,
    body {
        height: 100%;
    }
    body {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.8;
        font-weight: 200;
        overflow-x: hidden;
    }
    #main {
        overflow: hidden;
        height: 100%;
        background-image: url("../img/main.png");
        background-size: auto 768px;
        background-position: 35% 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #main h1 {
        width: 70%;
        margin-bottom: 50px;
    }
    #main a {
        position: relative;
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 80px;
        background-color: red;
        text-decoration: none;
        animation-duration: 1s;
        animation-name: btn-start;
        animation-iteration-count: infinite;
    }
    @keyframes btn-start {
        0% {
            bottom: 20px;
        }
        50% {
            bottom: 30px;
        }
        100% {
            bottom: 20px;
        }
    }
    #main span {
        display: block;
        font-size: 20pt;
        margin-top: 13px;
        color: #fff;
        text-align: center;
    }
    navi {
        position: absolute;
        background-color: #e60012;
        z-index: 999;
        width: 100%;
        -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
    }
    navi li {
        float: left;
        width: 50%;
        height: 60px;
    }
    navi li a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 10px 0 5px 0;
        text-decoration: none;
        letter-spacing: 0;
    }
    navi span {
        margin-top: -1px;
        display: block;
    }
    h2 {
        font-weight: 200;
        margin-bottom: 40px;
        text-align: center;
    }
    h2 span {
        font-size: 14pt;
        letter-spacing: 8px;
        display: block;
    }
    .read {
        font-size: 12pt;
        text-align: center;
    }
    #message {
        color: #fff;
        background-image: url("../img/bg.png");
        margin-top: 180px;
        overflow: hidden;
        padding: 60px 20px 60px 20px;
    }
    #message h2 {
        margin-top: 0;
    }
    .sp_none {
        display: none;
    }
    #commitment {
        padding-top: 80px;
    }
    #step {
        width: 100%;
        margin-top: 50px;
        font-size: 11pt;
        background-image: url("../img/line_sp.png");
        background-repeat: repeat-y;
        background-position: center;
    }
    .c00 {
        width: 100%;
        overflow: hidden;
        align-items: center;
        margin-bottom: 60px;
    }
    .co_left h4,
    .co_right h4 {
        font-size: 18pt;
        color: #e60012;
    }
    .number {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }
    .co_center {
        text-align: center;
        margin-bottom: 40px;
    }
    .co_center img {
        width: 60%;
        height: auto;
        vertical-align: bottom;
        border-radius: 80%;
        border: solid 5px #e60012;
        transition: 0.5s;
    }
    .co_right {
        width: 100%;
        text-align: center;
    }
    #lineup {
        background-color: #f4f3eb;
        padding: 80px 0;
    }
    .wrap {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    #l01 p,
    #l02 p,
    #l03 p {
        padding-bottom: 15px;
    }
    .products {
        font-size: 12pt;
    }
    #l01,
    #l02,
    #l03 {
        padding: 20px;
    }
    #lineup h3 span {
        margin-bottom: 10px;
        display: block;
    }
    #lineup h3 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 18pt;
        letter-spacing: 10px;
        text-indent: 10px;
    }
    #company {
        font-size: 12pt;
        padding: 80px 0;
        margin: 0 auto;
    }
    #company table {
        width: 100%;
        border-collapse: separate;
        text-align: left;
        line-height: 2;
        border-top: 1px solid #ccc;
        padding: 0 20px;
    }
    #company table th {
        padding: 10px;
        font-weight: bold;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
        white-space: nowrap;
    }
    #company table td {
        padding: 10px;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
    }
    .map_wrapper {
        position: relative;
        padding-bottom: 50%;
        height: 400px;
        overflow: hidden;
    }
    .map_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none;
    }
    #contact {
        padding-top: 80px;
        text-align: center;
    }
    .icon {
        color: #e60012;
        display: block;
        font-size: 30pt;
        margin-bottom: 10px;
    }
    #contact h3 {
        font-size: 12pt;
    }
    #contact a {
        font-size: 18pt;
        text-decoration: none;
        color: #000;
        display: inline-block;
        margin-bottom: 30px;
        letter-spacing: 0;
    }
    #contact a:hover {
        color: #e60012;
        transform: scale(1.1, 1.1);
    }
    footer {
        color: #fff;
        background-image: url("../img/bg.png");
        overflow: hidden;
        text-align: center;
        padding: 30px 0;
    }
    small {
        font-size: 8pt;
        letter-spacing: 0;
    }
    #pageTop {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    #pageTop a {
        display: block;
        z-index: 999;
        padding: 8px 0 0 8px;
        width: 35px;
        height: 35px;
        background-image: url(../img/pagetop.gif);
    }
    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    img {
        width: 100%;
    }
    .fax {
        pointer-events: none;
    }
    footer a {
        color: #fff;
        margin-bottom: 20px;
        display: inline-block;
    }
    header {
        padding: 50px;
    }
    header img {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    #pp_read h1 {
        text-align: center;
        font-size: 18pt;
        margin-bottom: 30px;
    }
    #pp_read {
        max-width: 800px;
        margin: 0 auto 80px auto;
        padding: 0 20px;
    }
    #pp_read h3 {
        font-size: 14pt;
    }
    #pp_read p {
        font-size: 11pt;
        margin-bottom: 20px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?6wyysd');
    src: url('../fonts/icomoon.eot?6wyysd#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?6wyysd') format('truetype'), url('../fonts/icomoon.woff?6wyysd') format('woff'), url('../fonts/icomoon.svg?6wyysd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e903";
}

.icon-arrow-left:before {
    content: "\e904";
}

.icon-arrow-right:before {
    content: "\e905";
}

.icon-arrow-up:before {
    content: "\e906";
}

.icon-chevron-down:before {
    content: "\e907";
}

.icon-chevron-left:before {
    content: "\e908";
}

.icon-chevron-right:before {
    content: "\e909";
}

.icon-chevron-up:before {
    content: "\e90a";
}

.icon-mail:before {
    content: "\e90b";
}

.icon-phone-call:before {
    content: "\e90c";
}

.icon-printer:before {
    content: "\e90d";
}

.icon-01:before {
    content: "\e900";
    color: #b40033;
    font-size: 100pt;
    display: block;
}

.icon-02:before {
    content: "\e901";
    color: #9f2a0e;
    font-size: 100pt;
    display: block;
}

.icon-03:before {
    content: "\e902";
    color: #e7380d;
    font-size: 100pt;
    display: block;
}