@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    color: #333333;
    font-family: serif;
    line-height: 1.6;
}

img {
    width: 100%;
    height: auto;

}

a {
    text-decoration: none;
    color: #333333;
}

.container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.top {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.top-item {
    position: relative;
}

.top-item img {
    height: auto;
    margin: 0 auto;
    display: block;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-image: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%);
    border-image-slice: 1;
}

.top-item-text {
    position: absolute;
    top: 13%;
    left: 7%;
}

.top-item-text h2 {
    font-size: 1.8vw;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}

.top-item-span {
    font-size: 1.5vw;
    font-weight: bold;
}

.top-item-ttl {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%);
    border-image-slice: 1;
}

.top-item-ttl p {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
}

.top-item-ttl p span {
    color: #d4af37;
}

.top-item-circle {
    position: absolute;
    top: 55%;
    right: 7%;
}

.top-item-circle .tic-1 {
    margin-bottom: 10px;
}

.top-item-circle .tic-1,
.top-item-circle .tic-2 {
    color: #333;
    background-color: #fff;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
}

.top-item-circle .tic-1 p {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1vw;
    text-align: center;
    font-weight: bold;
}

.top-item-circle .tic-2 p {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1vw;
    text-align: center;
    font-weight: bold;
}

.consept,
.design,
.security,
.access {
    margin-top: 60px;
}

.title-item {
    line-height: 1.3;
}

.title-ttl1 {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
}

.title-ttl2 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    color: #d4af37;
    font-weight: bold;
    margin-bottom: 30px;
}

.line {
    width: 30px;
    height: 3px;
    background: #d4af37;
    margin: 0 auto;
}

.consept-area,
.design-area,
.security-area,
.plan-area,
.location {
    margin-top: 30px;
}

.consept-area .consept-text1 {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    color: #d4af37;
    margin-bottom: 15px;
}

.consept .consept-area .consept-text2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.design {
    background: #f1f1f1;
    padding: 60px 0;
}

.design-area .lp-item,
.security-area .lp-item {
    position: relative;
}

.lp-item .lp-text {
    width: 55%;
    position: absolute;
    top: 15%;
    left: 0%;
    background: #fffffff5;
    padding: 45px;
    border-radius: 3px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.lp-item .lp-text-reverse {
    width: 55%;
    position: absolute;
    top: 15%;
    right: 0%;
    background: #fffffff5;
    padding: 45px;
    border-radius: 3px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.lp-item .west {
    text-align: right;
    font-size: 1.6rem;
    font-weight: bold;
}

.lp-item .text-ttl {
    font-size: 2.0rem;
    font-weight: bold;
    color: #d4af37;
}

.lp-item .text-area {
    font-size: 1.6rem;
    font-weight: bold;
}

.lp-item .lp-img {
    width: 60%;
    margin-left: auto;
    margin-bottom: 30px;
}

.lp-item .lp-img-reverse {
    width: 60%;
    margin-right: auto;
}

.security {
    margin-bottom: 60px;
}

.plan {
    background:
        linear-gradient(27deg, #0e0f14 5px, transparent 5px) 0 5px,
        linear-gradient(207deg, #0e0f14 5px, transparent 5px) 10px 0px,
        linear-gradient(27deg, #14151f 5px, transparent 5px) 0px 10px,
        linear-gradient(207deg, #14151f 5px, transparent 5px) 10px 5px,
        linear-gradient(90deg, #14151c 10px, transparent 10px),
        linear-gradient(#15151c 25%, #12131a 25%, #12131a 50%,
            transparent 50%, transparent 75%, #191b24 75%, #191b24);
    background-color: #0c0d12;
    background-size: 20px 20px;
    padding: 60px 0 100px;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-image: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%);
    border-image-slice: 1;
}

.plan .title-ttl1 {
    color: #fff;
}

.plan-area .plan-text1 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.plan-area .plan-text2 {
    margin-top: 20px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.btn-area {
    margin: 100px auto 0;
    text-align: center;
}

.btn {
    color: #fff;
    text-align: center;
    padding: 20px 140px;
    font-size: 2.0rem;
    background: linear-gradient(90deg, rgb(90, 0, 0) 0%, rgb(185, 24, 24) 50%, rgb(90, 0, 0) 100%);
    border: rgb(185, 24, 24);
    transition: all 1.0s;
}

.btn:hover {
    background: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%);
}

.wing-ttl {
    color: #000;
    text-align: center;
    line-height: 1.2;
    padding: 30px 0;
    margin-top: 100px;
    background: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgb(243, 213, 113) 50%, rgba(66, 51, 0, 1) 100%);
}

.wing-ttl .wt1 {
    font-size: 3.0rem;
    font-weight: bold;
}

.wing-ttl .wt2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.wing-detail-ttl {
    background: #184266b5;
}

.wing-detail-ttl p {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 40px 0;
}

.wing-detail {
    display: flex;
    flex-wrap: wrap;
}

.wing-detail2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wing-item {
    width: 262.5px;
    background: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px 3px rgb(255 255 255 / 80%);
    margin-right: 10px;
}

.wing-item:nth-child(4) {
    margin: 0;
}

.wing-item p {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.wing-item .wi-ttl {
    background: #ebebeb;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #d4af37;
}

.wing-item .emphasis1 {
    font-size: 2.3rem;
    padding-right: 5px;
}

.wing-item .emphasis2 {
    font-size: 2.3rem;
}

.wing-item img {
    max-width: 200px;
    max-height: 200px;
    height: auto;
    object-fit: contain;
    margin-top: 5px;
}

.access-area,
.location-area {
    text-align: center;
}

.access-text1,
.location-text1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-top: 30px;
}

.access-text2{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0;
}

.location-text2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
}

.access-area img {
    width: 70%;
}

.location-img {
    background-image: url(../img/L_bk.jpg);
    background-size: cover;
}

.location-img .img-item {
    width: 255px;
    margin: 20px 0;
}

.location-img .img-item img {
    width: 255px;
    height: 190px;
    object-fit: cover;
}

.location-img .img-item p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
}

.img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}

@media screen and (min-width:768px) {
    .sp {
        display: none;
    }
    .lp-img-reverse img, .lp-img img{
        height: 400px;
    }
}


@media screen and (max-width:767px) {
    .pc {
        display: none;
    }

    .top-item-text h2 {
        font-size: 6vw;
    }

    .top-item-span {
        font-size: 5vw;
    }

    .top-item-ttl p {
        font-size: 10vw;
    }

    .top-item-circle {
        position: absolute;
        top: 65%;
        right: 7%;
    }

    .top-item-circle .tic-1,
    .top-item-circle .tic-2 {
        width: 20vw;
        height: 20vw;
    }

    .top-item-circle .tic-1 p {
        top: 23%;
        font-size: 4.3vw;
    }

    .top-item-circle .tic-2 p {
        font-size: 4.3vw;
    }

    .design-area .lp-item,
    .security-area .lp-item {
        position: initial;
        margin-bottom: 30px;
    }

    .lp-item .lp-text,
    .lp-item .lp-text-reverse {
        width: 100%;
        position: initial;
        padding: 20px;
    }

    .lp-item {
        display: flex;
        flex-direction: column-reverse;
    }

    .lp-item .lp-img,
    .lp-item .lp-img-reverse {
        width: 100%;
        margin-bottom: 0px;
    }

    .btn-area {
        margin: 70px auto 0;
    }

    .btn {
        padding: 20px 60px;
    }

    .wing-ttl {
        margin-top: 70px;
    }

    .wing-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .wing-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 5px;
    }

    .access-area img {
        width: 100%;
    }

    .location-img .img-item {
        width: 100%;
        margin: 20px 0;
    }

    .location-img .img-item img {
        width: 100%;
        height: auto;
    }
}


.follow-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    background:
        linear-gradient(27deg, #0e0f14 5px, transparent 5px) 0 5px,
        linear-gradient(207deg, #0e0f14 5px, transparent 5px) 10px 0px,
        linear-gradient(27deg, #14151f 5px, transparent 5px) 0px 10px,
        linear-gradient(207deg, #14151f 5px, transparent 5px) 10px 5px,
        linear-gradient(90deg, #14151c 10px, transparent 10px),
        linear-gradient(#15151c 25%, #12131a 25%, #12131a 50%,
            transparent 50%, transparent 75%, #191b24 75%, #191b24);
    background-color: #0c0d12;
    background-size: 20px 20px;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-image: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%);
    border-image-slice: 1;
}

.follow-fixed-area {
    margin: 20px auto;
    text-align: center;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}

/* ヘッダー */
.h-container{
    position: relative;
}
.logo{
    display: flex;
    position: absolute;
    top: 5px;
    z-index: 500;
}
.logo img{
    width: 12vw;
}
.h-item{
    position: absolute;
    display: flex;
    top: 10px;
    right: 10px;
    z-index: 500;
}
.h-item .h-tel a{
    font-size: 1.4vw;
    font-weight: bold;
    color: #fff;
}
.h-item .h-cv{
    margin: 5px 0 0 10px;
}
.h-item .h-cv a{
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    font-size: 1.0vw;
    background: linear-gradient(90deg, rgb(90, 0, 0) 0%, rgb(185, 24, 24) 50%, rgb(90, 0, 0) 100%);
    border: rgb(185, 24, 24);
    transition: all 1.0s;
}
.h-item .h-cv a:hover{
    background: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%);
}

@media screen and (max-width:767px){
    .logo img {
        width: 45%;
    }
    .h-item .h-tel a {
        font-size: 1.3rem;
    }
    .h-item .h-cv a {
        padding: 8px 10px;
        font-size: 1.2rem;
    }
    .h-item{
        right: 0px;
    }
}

/* フッター */
footer{
    background: #000;
    color: #fff;
    padding-top: 10px;
}
.f-p1{
    font-size: 2.4rem;
}
.f-p2{
    font-size: 1.6rem;
}

.f-p3{
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 0;
}