section {
    position: relative;
    overflow: hidden;
}


/*access*/

section#access.access {
    padding-top: 0;
    animation: anime 1.4s;
    animation-delay: .7s;
    opacity: 0;
    animation-fill-mode: forwards;
}


/*contact*/

section#sec.contact .sc1 .images {
    margin-left: 0;
}

section#sec {
    animation: anime 1.4s;
    animation-delay: .7s;
    opacity: 0;
    animation-fill-mode: forwards;
}

section#sec .sec_inner {
    max-width: 1240px;
    margin: auto;
    padding: 0 1em;
    position: relative;
}

section#sec .sec_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 2em;
}

section#sec h1 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    position: relative;
    font-size: 42px;
    letter-spacing: .05em;
    padding-top: 40px;
    text-align: center;
    color: #231815;
}

@keyframes anime {
    0% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    100% {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        opacity: 1;
    }
}

section#sec h1 img {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}

section#sec h1 img.logo {
    width: 500px;
}

section#sec h1 img.logo-morno {
    width: 250px;
}

section#sec .num {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    padding-right: 116px;
    color: #231815;
}

section#sec .num:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 106px;
    height: 1px;
    position: absolute;
    top: 65%;
    right: 0;
}

section#sec .sc1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-bottom: 80px;
}

.aic {
    align-items: center;
}

section#sec .sc1>div {
    flex: 1;
}

section#sec .sc1 .images {
    width: 680px;
    position: relative;
    overflow: hidden;
    /*margin-top: 3em;*/
}

section#sec .sc1 .images img {
    width: 100%;
}

section#sec .contents {
    position: relative;
}

section#sec .contents img {
    margin: auto;
    display: block;
    width: 85%;
    margin-bottom: 4em;
}

section#sec h3 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #231815;
}

section#sec .contents .ja {
    line-height: 2.14;
    letter-spacing: .05em;
    position: relative;
    /*padding-top: 40px;
    margin-top: 50px;*/
    color: #231815;
}


/*section#sec .contents .ja:after {
    background-color: #231815;
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}*/

section#sec .contents .buttons a {
    color: #231815;
    border-bottom: 0.5px solid #231815;
}

section#sec .contents .buttons a span:before {
    border-top: solid 0.5px #231815;
    border-right: solid 0.5px #231815;
}

section#sec .sec_content {
    margin-bottom: 4em;
}

section#sec .sec_content .content-box {
    display: flex;
    gap: 1em;
    align-items: center;
}

section#sec .reverse {
    flex-direction: row-reverse;
}

section#sec .sec_content .content-box figure {
    position: relative;
    overflow: hidden;
    width: 350px;
}

section#sec .sec_content .content-box p {
    width: calc(100% - 350px - 1em);
}

section#sec .sec_content .content-box:nth-child(2) {
    margin-left: 10em;
}

section#sec .sec_content .content-box:nth-child(3) {
    margin-left: 20em;
}

section#sec .sec_gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5em;
    justify-content: space-around;
    margin-bottom: 5em;
}

section#sec .sec_gallery.sg1 .img {
    position: relative;
    overflow: hidden;
    flex: 1;
}

section#sec .sec_gallery.sg1 .img.i3 {
    /*width: 250px;
    height: 250px;*/
}

section#sec .sec_gallery.sg1 .img.i3 img {
    /*width: 250px;
    height: 250px;*/
    object-fit: cover;
}

section#sec .sec_gallery.sg1 .img.i4 {
    /* width: 400px;
    height: 300px;
    margin-top: 5em;*/
}

section#sec .sec_gallery.sg1 .img.i4 img {
    object-fit: cover;
    /* width: 400px;
    height: 300px;*/
}

section#sec .sec_gallery.sg1 .img.i5 {
    /* width: 460px;
    height: 500px;*/
    object-fit: cover;
}

section#sec .sec_gallery.sg1 .img.i5 img {
    /*width: 460px;
    height: 500px;*/
    object-fit: cover;
}

section#sec .reverse {
    flex-direction: row-reverse;
}

section#sec .reverse .images {
    margin-right: -100px;
    margin-left: 0;
}

section#sec .reverse .contents img {
    margin: auto;
    display: block;
    width: 350px;
    margin-bottom: 8em;
}

section#sec .sec_gallery.sg2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    justify-content: space-around;
    margin-bottom: 5em;
}

section#sec .sec_gallery.sg2 .img {
    flex: 1;
}

section#sec .sec_gallery.sg2 .img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}


/*section#sec .sec_gallery.sg2 .img.i3 {
    margin-top: 14em;
    position: relative;
    overflow: hidden;
}

section#sec .sec_gallery.sg2 .img.i3 img {
    object-fit: cover;
    width: 100%;
}

section#sec .sec_gallery.sg2 .img.i4 {
    margin-top: 3em;
    position: relative;
    overflow: hidden;
}

section#sec .sec_gallery.sg2 .img.i4 img {
    object-fit: cover;
    width: 100%;
}

section#sec .sec_gallery.sg2 .img.i5 {
    position: relative;
    overflow: hidden;
}

section#sec .sec_gallery.sg2 .img.i5 img {
    object-fit: cover;
    width: 100%;
}
*/

section#sec .sec_gallery.sg2 .reverse {
    flex-direction: row-reverse;
}

section#sec .sec_gallery.sg2 .reverse .images {
    margin-right: -100px;
    margin-left: 0;
}

section#sec .sec_gallery.sg2 .reverse .contents img {
    margin: auto;
    display: block;
    width: 350px;
    margin-bottom: 8em;
}


/*company*/

section#sec .message {
    display: block;
    width: 30%;
    margin: auto;
    padding-top: 40px;
    margin-left: 0;
}

section#sec .message p {
    text-align: center;
    line-height: 2.14;
    letter-spacing: .05em;
    position: relative;
    color: #231815;
}


/*コンタクトフォーム*/

.wpcf7 {
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    height: 566px;
}

.wpcf7-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* コンタクトフォームを中央よせ */
    height: auto;
    width: 80%;
}

.wpcf7 dd {
    margin: 0 0 30px 0;
}

.wpcf7 dt {
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wpcf7 input,
.wpcf7 textarea {
    width: auto;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
}


/* 必須マーク */

.wpcf7 .must {
    color: #FFF;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    letter-spacing: 2px;
    background: #d7604a;
}


/* 同意チェック */

.accept-this {
    text-align: center;
}


/* 送信ボタン */

.btn_contact7 {
    margin-top: 5%;
    text-align: center;
    position: relative;
}

.btn_contact7 input {
    width: 70%;
    padding: 2% 0%;
    background-color: #231816;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #231816;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.btn_contact7 input:hover {
    background-color: #FFF;
    color: #231816;
}


/*============================
mobile style
============================*/

@media screen and (max-width: 1000px) {
    section#sec {
        padding-bottom: 2em;
    }
    section#sec h1 {
        margin: 0;
    }
    section#sec h2 {
        font-size: 35px !important;
        padding: 1em 0;
        margin: 0;
    }
    section#sec h2 {
        font-size: 23px !important;
        padding: 1em 0;
        margin: 0;
    }
    section#sec .sc1 {
        display: block;
    }
    section#sec .sc1 .images {
        margin-left: 0;
        width: auto;
        margin-top: 0em;
        margin-right: 0;
    }
    section#sec .contents img {
        margin: auto;
        display: block;
        width: 18%;
        margin-bottom: 2em;
        margin-top: 4em;
    }
    section#sec .contents .ja {
        line-height: 1.5;
        letter-spacing: 0;
    }
    section#sec .contents {
        width: auto;
        margin: auto;
    }
    section#sec .sec_gallery {
        position: relative;
        display: block;
        justify-content: space-around;
        gap: 0;
        margin-bottom: 0;
    }
    section#sec .sec_content {
        margin-bottom: 1em;
    }
    section#sec .sec_gallery.sg1 .img.i3 {
        width: 100%;
        /*height: 300px;
        top: -5em;
        margin: auto;
        margin-bottom: -5em;*/
    }
    section#sec .sec_gallery.sg1 .img.i3 img {
        /*width: 150%;
        height: 100%;*/
        object-fit: cover;
    }
    section#sec .sec_gallery.sg1 .img.i4 {
        /* width: 200px;
        height: 250px;
        top: -8em;
        right: 0;
        left: 49%;*/
    }
    section#sec .sec_gallery.sg1 .img.i4 img {
        object-fit: cover;
        /*width: 200px;
        height: 250px;*/
    }
    section#sec .sec_gallery.sg1 .img.i5 {
        /* width: 150px;
        height: 150px;
        top: 3em;
        left: 0em;*/
    }
    section#sec .sec_gallery.sg1 .img.i5 img {
        /*width: 150px;
        height: 150px;*/
    }
    section#sec .sec_gallery {
        margin-bottom: 4em;
    }
    section#sec .reverse.sc1 .images {
        margin-right: 0;
        margin-left: 5%;
    }
    section#sec .reverse .contents img {
        width: 70%;
        margin-top: 4em;
        margin-bottom: 4em;
    }
    section#sec .sec_content .content-box figure {
        display: block;
        width: 70%;
        margin: auto;
    }
    section#sec .sec_content .content-box {
        display: block;
    }
    section#brand .reverse .contents img {
        width: 70%;
        margin-top: 4em;
        margin-bottom: 4em;
    }
    section#sec .sec_content .content-box p {
        width: auto;
        margin: 1em 0 2em 0;
    }
    section#sec .sec_content .content-box:nth-child(2),
    section#sec .sec_content .content-box:nth-child(3) {
        margin-left: 0;
    }
    section#sec .sec_gallery.sg2 {
        display: block;
    }
    /* section#sec .sec_gallery.sg2 .img.i3 {
        margin-top: 0;
        width: 80%;
        display: block;
        margin: auto;
        overflow: hidden;
    }
    section#sec .sec_gallery.sg2 .img.i3 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    section#sec .sec_gallery.sg2 .img.i5 {
        width: 250px;
        position: relative;
        overflow: hidden;
        left: 48%;
        top: -11em;
    }
    section#sec .sec_gallery.sg2 .img.i5 img {
        width: 430px;
        height: auto;
    }
    section#sec .sec_gallery.sg2 .img.i4 {
        top: 9em;
        width: 44%;
        position: relative;
        overflow: hidden;
    }*/
    section#sec .message {
        display: block;
        width: auto;
        margin: auto;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0px;
    }
    section#sec .sec_gallery.sg2 {
        margin-bottom: 0em;
    }
    section#sec .reverse-sp {
        flex-direction: column-reverse;
        display: flex;
    }
    section#sec.contact .contents .ja {
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 3em;
    }
    .wpcf7 dt {
        margin-bottom: 13px;
    }
    .btn_contact7 input {
        width: 100%;
        padding: 4% 0%;
    }
    .btn_contact7 {
        margin-top: 0;
    }
}
