﻿@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
.l-header {
    display: none;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    color: #222;
    background: #ffffff;
}

/*  ancher  */
a {
    color: #222;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

a:hover {
    opacity: 0.5;
}

nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

a:visit,
a:hover,
a:link {
    color: #222;
}

#bg {
    width: 100%;
    height: 96vh;
    z-index: 0;
    background: url("../images/bg_01.png") no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

/*-------------------------*/
/*  header
/*-------------------------*/
header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    box-shadow-bottom: 0px 0px 25px -10px #222222;
}

h1 {
    position: absolute;
    top: 0;
    width: 270px;
    height: 230px;
    background: #fff;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

h1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

nav {
    width: 1200px;
    padding: 25px 0;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

nav li {
    text-align: center;
    margin-right: 2px;
    margin-left: 60px;
}

nav li:first-child {
    margin-left: 0px;
}

nav li a {
    text-decoration: none;
}

header.fix {
    width: 100%;
    position: fixed;
    top: 0;
    height: 50px;
    background: #fff;
}

header.fix nav {
    padding: 15px 0;
}

header.fix h1 {
    width: 50px;
    height: 50px;
}

header.fix h1 img {
    width: 80%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
}

/*-------------------------*/
/*  main
/*-------------------------*/
.inner2 {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#mv {
    text-align: center;
    position: relative;
}

#main #catch {
    font-family: "M PLUS 1p";
    line-height: 90px;
    position: absolute;
    display: inline-block;
    background: #f580ae;
    font-weight: bold;
    color: #fff;
    font-size: 60px;
    right: -30px;
    top: 600px;
    padding: 0px 50px;
}

/*-------------------------*/
/*  section
/*-------------------------*/
.inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

section {
    margin: 200px 0 0;
}

section#main {
    margin: 0;
    padding: 75px 0 0;
}

h1,
h2 {
    margin-bottom: 50px;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

dl {
    margin: 0 auto;
    border-width: 0 1 1 1;
    border-style: solid;
    border-color: black;
    text-align: left;
}

dt {
    float: left;
    clear: both;
    width: 150px;
    border-width: 1 0 0 0;
    border-style: solid;
    border-color: black;
    padding: 5px;
    font-size: 12px;
    opacity: 0.5;
}

dd {
    margin-left: 150px;
    border-width: 1 0 0 1;
    border-style: solid;
    border-color: black;
    padding: 5px;
}

.map {
    margin-top: 60px;
    text-align: center;
}

.map iframe {
    box-shadow: 0px 0px 25px -10px #222222;
}

/*-------------------------*/
/*  Block
/*-------------------------*/
#des {}

#des h2 {
    font-size: 48px;
    font-weight: bold;
}

#des p {
    color: #555;
    margin-top: 30px;
}

#works .works_block {
    height: 480px;
    position: relative;
    color: #fff;
    margin-bottom: 50px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}

h4 {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
}

h5 {
    margin-top: 78px;
    font-size: 16px;
    font-weight: bold;
}

#works .inner {
    height: 100%;
    box-sizing: border-box;
    padding-top: 100px;
}

.left {
    width: 50%;
    height: 100%;
    float: left;
}

.right {
    width: 50%;
    height: 100%;
    float: right;
}

.right div {
    margin-top: 20px;
}

#works .works_block:before {
    min-width: 1250px;
    content: "";
    display: block;
    width: 82.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    box-shadow: 0px 0px 25px -10px #222222;
}

#works .works_block#works01:before {
    background: url("../images/works01.png") no-repeat left top;
    background-size: cover;
}

#works .works_block#works02:before {
    background: url("../images/works02.png") no-repeat left top;
    background-size: cover;
}

#works .works_block#works03:before {
    background: url("../images/works03.png") no-repeat left top;
    background-size: cover;
}

#pickup h4 {
    margin-top: 0;
    font-size: 24px;
}

.pickup_block {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

#pickup .left h3 {
    margin-top: 135px;
}

.pickup_block .right {
    height: auto;
    padding: 50px 0 0px;
}

.pickup_block.onimg .right {
    height: auto;
    padding: 500px 0 200px;
}

.pickup_block .bg {
    background: #fff6fa;
    height: 300px;
    width: 40%;
    max-width: 670px;
    position: absolute;
    top: 0;
    z-index: 0;
    min-width: 600px;
}

.pickup_block.onimg .bg {
    height: 670px;
}

.pickup_block.onimg .inner {
    height: 800px;
}

.pickup_block.onimg .inner:after {
    content: "";
    display: block;
    width: 970px;
    height: 460px;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 0;
    box-shadow: 0px 0px 25px -10px #222222;
    z-index: 3;
}

.pickup_block.onimg#pickup01 .inner:after {
    background: url("../images/pick0101.png") no-repeat left top;
    background-size: cover;
}

.pickup_block.onimg#pickup02 .inner:after {
    background: url("../images/pick0201.png") no-repeat left top;
    background-size: cover;
}

.pickup_block.onimg .inner:before {
    content: "";
    display: block;
    width: 400px;
    height: 550px;
    position: absolute;
    left: 0;
    top: 300px;
    z-index: 0;
    box-shadow: 0px 0px 25px -10px #222222;
    z-index: 1;
}

.pickup_block.onimg#pickup01 .inner:before {
    background: url("../images/pick0102.png") no-repeat left top;
    background-size: cover;
}

.pickup_block.onimg#pickup02 .inner:before {
    background: url("../images/pick0202.png") no-repeat left top;
    background-size: cover;
}

#des,
#company {
    position: relative;
}

#company:after {
    background: #fff6fa;
    height: 700px;
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    min-width: 600px;
}

#des:after {
    background: #fff6fa;
    height: 2200px;
    width: 60%;
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 0;
    min-width: 600px;
}

#banner ul {
    width: 100%;
    text-align: center;
}
#banner li {
    display: inline-block;
    margin-right: 20px;
}
#banner li:last-child {
    margin-right: 0px;
}
#banner li a {
    border: 1px solid #f580ae;
    max-width: 230px;
    padding: 10px 20px;
    color: #f580ae;
    text-decoration: none;
}
#banner li a:hover {
    background: #f580ae;
    color: #fff;
}

/*-------------------------*/
/*  footer
/*-------------------------*/
footer {
    height: 4vh;
    text-align: center;
}

footer div {
    width: 1200px;
    margin: 0 auto;
}

footer .inner {
    padding: 80px 10px;
}

footer>div:last-child {
    font-size: 10px;
    padding: 10px 0;
    width: 100%;
    background: #231815;
    color: #fff;
}

/*-------------------------/*-------------------------*/
/*  keyframes
/*-------------------------/*-------------------------*/


@keyframes rotation {
    0% {
        width: 0vw;
    }

    30% {
        width: 100vw;
        left: 0vw;
    }

    60% {
        left: 100vw;
    }

    100% {
        left: 100vw;
    }
}

@keyframes rotation2 {
    0% {
        width: 0vw;
    }

    30% {
        width: 0vw;
    }

    65% {
        width: 400px;
    }

    100% {
        width: 400px;
    }
}

/*-------------------------/*-------------------------*/
/*  contact
/*-------------------------/*-------------------------*/
#contact {
    margin-bottom: 60px;
}

#contact .inner {
    width: 800px;
}

#formWrap {
    float: left;
    width: 50%;
    color: #555;
}

#formWrap h3 {
    width: 330px;
    text-align: center;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 12px;
}

table.formTable td,
table.formTable th {
    width: 330px;
    display: block;
}

table.formTable textarea,
table.formTable input {
    width: 330px;
    padding: 5px;
}

table.formTable th {
    margin-top: 20px;
    width: 100%;
    font-weight: normal;
    text-align: left;
}

.btn input {
    margin-top: 20px;
    background: none;
    border: 1px solid #222;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.btn input:hover {
    background: #eee;
}

.logo {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
}

.logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 38%);
    transform: translate(-50%, 38%);
}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 767px) {
    .l-header {
        display: block;
    }

    section {}

    h1,
    h2 {
        margin-bottom: 50px;
    }

    #contact .inner,
    .inner,
    .inner2,
    img,
    nav {
        width: 100%;
    }

    #works .works_block:before {
        min-width: 100%;
    }

    .pickup_block.onimg .inner:before {
        width: 100%;
        height: 550px;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 0;
    }

    .inner {
        padding: 0;
    }

    .logo {
        display: none;
    }

    #main #catch {
        right: 0px;
        top: 255px;
        padding: 0px 50px;
        font-size: 30px;
        line-height: 47px;
    }

    .pickup_block.onimg .inner:after {
        width: 100%;
        height: 200px;
        position: absolute;
        right: 0;
        top: 40px;
    }

    .pickup_block.onimg .inner:before {
        display: none;
    }

    .map iframe {
        width: 100%;
    }

    .pickup_block .bg {
        background: #fff6fa;
        height: 300px;
        width: 40%;
        max-width: 100%;
        position: absolute;
        top: 27px;
        z-index: 0;
        min-width: 60%;
    }

    .pickup_block.onimg .right {
        height: auto;
        padding: 250px 10px 0px;
    }

    .pickup_block .right {
        height: auto;
        padding: 50px 10px 0px;
        box-sizing: border-box;
    }

    .pickup_block.onimg .bg {
        height: 300px;
    }

    .pickup_block.onimg .inner {
        height: auto;
    }

    #company:after {
        top: 30px;
        min-width: 100%;
    }

    #formWrap h3 {
        width: 100%;
    }

    table.formTable textarea,
    table.formTable input {
        width: 100%;
        box-sizing: border-box;
    }

    #formWrap {
        float: none;
        width: 100%;
    }

    .btn {
        text-align: center;
    }

    dl,
    dt,
    dd {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    dl {
        margin: 0 auto;
        border-width: 0 1 1 1;
        border-style: solid;
        border-color: black;
        width: 100%;
        text-align: left;
    }

    dt {
        float: none;
        clear: both;
        width: 100%;
        border-width: 1 0 0 0;
        border-style: solid;
        border-color: black;
        opacity: 0.5;
        padding: 0px;
        padding-left: 10px;
    }

    dd {
        border-width: 1 0 0 1;
        border-style: solid;
        border-color: black;
        padding: 0px;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    #works .works_block:before,
    .map iframe,
    .pickup_block.onimg .inner:after,
    .pickup_block.onimg .inner:before {
        box-shadow: none;
    }


    /*-------------------------*/
    /*  footer
/*-------------------------*/
    footer {
        height: 4vh;
        text-align: center;
    }

    footer div {
        width: 100%;
        margin: 0 auto;
    }

    footer .inner {
        padding: 80px 10px;
    }

    footer>div:last-child {
        font-size: 10px;
        padding: 10px 0;
        width: 100%;
        background: #231815;
        color: #fff;
    }

    nav.pc {
        display: none;
    }

    header.fix {

        z-index: 999;
    }

    header h1 {
        width: 50px;
        height: 50px;
        padding: 10px;
        z-index: 9999;
    }

    header h1 img {
        width: 80%;
    }

    nav ul {
        display: block;
    }

    nav li {
        text-align: left;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    nav li:first-child {
        margin-top: 100px;
        margin-left: 20px;
    }

    section {
        padding: 0 10px;
        margin: 100px 0 0;
    }

    #des h2 {
        font-size: 30px;
    }

    #des:after {
        background: #fff6fa;
        height: 1200px;
        width: 60%;
        position: absolute;
        right: 0;
        top: -55px;
        z-index: 0;
        min-width: auto;
    }

    #works .inner {
        height: 100%;
        box-sizing: border-box;
        padding: 50px 10px 0;
    }

    table.formTable td,
    table.formTable th {
        width: 100%;
        display: block;
    }

    #works .works_block {
        height: 400px;
    }

    .right,
    .left {
        width: 100%;
        height: auto;
        float: none;
    }

    h5 {
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    #banner li {
        display: block;
        margin-right: 0px;
    }
    #banner li a {
        margin: 0 auto 20px;
        border: 1px solid #f580ae;
        max-width: 230px;
        padding: 10px 20px;
        color: #f580ae;
        text-decoration: none;
        display: block;
    }
    #banner li a:hover {
        background: #f580ae;
        color: #fff;
    }
    .l-header {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
    }

    .l-drawer {
        position: relative;
    }

    .l-drawer__checkbox {
        display: none;
    }

    .l-drawer__icon {
        cursor: pointer;
        display: block;
        width: 56px;
        height: 60px;
        position: fixed;
        right: 0;
    }

    .l-drawer__icon-parts,
    .l-drawer__icon-parts:before,
    .l-drawer__icon-parts:after {
        background-color: #000;
        display: block;
        width: 26px;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    .l-drawer__icon-parts:before,
    .l-drawer__icon-parts:after {
        content: " ";
    }

    .l-drawer__icon-parts:before {
        top: 16px;
    }

    .l-drawer__icon-parts:after {
        top: -16px;
    }

    .l-drawer__overlay {
        background: #000;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
    }

    .l-drawer__menu {
        background: #ffffff;
        color: #000;
        max-width: 100%;
        width: 320px;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        right: -320px;
    }

    .l-drawer__icon {
        z-index: 4;
    }

    .l-drawer__menu {
        z-index: 3;
    }

    .l-drawer__overlay {
        z-index: 2;
    }

    .l-drawer__checkbox:checked~.l-drawer__icon .l-drawer__icon-parts {
        background: transparent;
    }

    .l-drawer__checkbox:checked~.l-drawer__icon .l-drawer__icon-parts:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }

    .l-drawer__checkbox:checked~.l-drawer__icon .l-drawer__icon-parts:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }

    .l-drawer__checkbox:checked~.l-drawer__overlay {
        opacity: 0.3;
        pointer-events: auto;
    }

    .l-drawer__checkbox:checked~.l-drawer__menu {
        right: 0;
    }

    .l-drawer__icon-parts,
    .l-drawer__icon-parts:after,
    .l-drawer__icon-parts:before,
    .l-drawer__overlay,
    .l-drawer__menu {
        -webkit-transition: all 0.7s;
        transition: all 0.7s;

    }
}