@charset "UTF-8";

body {
    background-color: #ebebeb;
}

/*
nav {
    width: 100%;
    height: 60px;
    background-color: #000;
    opacity: 0.4;
}
*/
#header-image {
    width: 100vw;
    height: 500px;
    background-image: url(../../images/concept-image.jpg);
    background-size: cover;
    background-position: center center;
}


#header-image-title {
    text-align: center;
    color: #fff;
    position: relative;
    top: 180px;
}

#header-image-title h1 {
    margin: 0;
    font-weight: bold;
    font-size: 1.6em;
    font-family: sans-serif;
}

#header-image-title p {
    margin: 0;
    font-family: serif;
}


/*コンセプト*/
#big-concept h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.5;
    margin: 60px auto;
}

.concept-container {
    display: flex;
    width: 95vw;
    margin: 0 auto;
}

.concept-item {
    width: 100%;
    margin-right: 16px;
}

.concept-item:last-child {
    margin-right: 0;
}

.concept-item img {
    width: 100%
}

#tokutyo {
    width: 95vw;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px 0;
}

#tokutyo h1 {
    text-align: center;
    font-family: serif;
    border-bottom: solid 1px #555;
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto 15px auto;
}

#tokutyo-container {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.tokutyo-item {
    padding-right: 3%;
}

.tokutyo-item:last-child {
    padding-right: 0;
}

.tokutyo-item h2 {
    font-family: serif;
    font-weight: bold;
    font-size: 2vw;
    padding-bottom: 5px;
}

.tokutyo-item p {
    font-family: sans-serif;
    font-size: 1.1vw;
}

#hudo {
    margin: 0 auto;
    width: 95vw;
}

#hudo h1 {
    text-align: center;
    font-family: serif;
    font-size: 2.2em;
    border-bottom: solid 1px #555;
    width: 100%;
    margin: 80px auto 40px auto;
    padding-bottom: 10px;
    letter-spacing: 0.3em;
}

#utsukusi {
    margin-bottom: 30px;
}

.utsukusi-container1 {
    display: flex;
    margin-bottom: 1%;
}

.utsukusi-item1 {
    width: 58%;
}

.utsukusi-item1 img {
    width: 100%;
}

#utsukusi-image {
    width: 65vw;
}

#utsukusi-title {
    width: 23vw;
    position: relative;
    top: 70px;
}

#utsukusi-text {
    width: 40vw;
    position: relative;
    top: 80px;
}

#utsukusi-big-container {
    display: flex;
    width: 95vw;
}

.utsukusi-container2 {
    display: flex;
    width: 65vw;
}

.utsukusi-item2 {
    margin-right: 2%;
    width: 50%;
}

.utsukusi-item2:last-child {
    margin-right: 0;
}

.utsukusi-item2 img {
    width: 100%;
}

.utsukusi-container3 {
    width: 29vw;
    margin-left: 1%;
    position: relative;
    bottom: 3vw;
}

.utsukusi-item3 {
    width: 100%;
    margin-bottom: 12px;
}

.utsukusi-item3:last-child {
    margin-bottom: 0;
}

.utsukusi-item3 img {
    width: 100%;
}

#yasasi {
    width: 95vw;
    margin-bottom: 120px;
}

#yasasi-container1 {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

#yasasi-image {
    width: 65vw;
    z-index: 0;
}

/*add*/
#yasasi-image img {
    width: 100%;
}

.yasasi-item {
    width: 31.5%;
}

#yasasi-title {
    width: 23vw;
    position: relative;
    top: 70px;
}

/*add*/
#yasasi-title img {
    width: 100%;
}

#yasasi-title-text {
    width: 40vw;
    position: relative;
    top: 80px;
    /*add*/
    z-index: 2;
}

/*add*/
#yasasi-title-text img {
    width: 100%;
}

#yasasi-container2 {
    display: flex;
    width: 90vw;
    margin: 0 auto;
    justify-content: center;
}

.yasasi-item2 {
    margin-right: 2%;
    width: 44vw;
}

.yasasi-item2:last-child {
    margin-right: 0;
}

/*add*/
.yasasi-pic1 img {
    width: 100%;
}

/*add*/
#yasasi-pic2 img {
    width: 100%;
}

.white-card {
    width: 100%;
    height: 36%;
    background-color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
}

.white-card h2 {
    margin-top: 0;
    font-family: serif;
    font-size: 2vw;
    padding-bottom: 10px;
}

.white-card p {
    margin-bottom: 0;
    line-height: 1.2;
    font-family: sans-serif;
    font-size: 1.1vw;
}

#tsuyoi {
    margin-bottom: 30px;
}

.tsuyoi-container {
    display: flex;
    margin-bottom: 1%;
}

.tsuyoi-item {
    width: 58%;
}

.tsuyoi-item img {
    width: 100%;
}

#tsuyoi-image {
    width: 65vw;
}

#tsuyoi-title {
    width: 23vw;
    position: relative;
    top: 70px;
}

#tsuyoi-text {
    width: 40vw;
    position: relative;
    top: 80px;
}

#tsuyoi-container2 {
    display: flex;
    width: 80vw;
    margin: 70px auto 60px auto;
}

.tsuyoi-item2 {
    width: 50%;
}

.tsuyoi-item2 img {
    width: 100%;
    position: relative;
    right: 20px;
    /*add
    z-index: 1;
*/
}

#tsuyoi-item-text {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    box-sizing: border-box;
    padding: 30px 25px;
    line-height: 1.4;
    position: relative;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 1vw;
}

#abareru {
    width: 95vw;
    margin-bottom: 100px;
}

#abareru-container {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

#abareru-image {
    width: 65vw;
}

/*add*/
#abareru-image img {
    width: 100%;
}

.abareru-item {
    width: 31.5%;
}

/*add*/
#abareru-title img {
    width: 100%;
}

#abareru-title {
    width: 23vw;
    position: relative;
    top: 70px;
}

#abareru-text {
    width: 40vw;
    position: relative;
    top: 80px;
    /*add*/
    z-index: 2;
}

/*add*/
#abareru-text img {
    width: 100%;
}

#abareru h2 {
    text-align: center;
    font-family: serif;
    font-size: 1.4em;
    margin: 20px auto 15px auto;
    border-bottom: solid 1px #555;
    width: 250px;
    padding-bottom: 5px;
}

#abareru-container2 {
    width: 95vw;
    display: flex;
    justify-content: space-between;
    ;
    margin: 0 auto 60px auto;
}

.abareru-item2 {
    width: 25%;
    margin-right: 1%;
}

.abareru-item2:last-child {
    margin-right: 0;
}

.abareru-item2 img {
    width: 100%;
}


.abareru-item2 p {
    text-align: center;
    margin: 5px;
    font-family: sans-serif;
    font-size: 1vw;
}

/*お問い合わせ*/
#contact {
    border-top: solid 1px #555;
    padding-top: 40px;
    width: 95vw;
    margin: 0 auto 80px auto;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    margin: 0 auto;
}

.contact-item {
    width: 48%;
    padding-right: 40px;
}

.contact-item:last-child {
    padding-right: 0;
}

.contact-text {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.2;
    /* padding-left: 8%;*/
}

#contact-tel {
    font-size: 1.45em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#contact-btn {
    position: relative;
    width: 400px;
    height: 80px;
    margin: 0 auto;
}

#contact-btn-m {
    position: absolute;
    top: 0;
    left: 0;
}

#contact-time {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}

footer {
    width: 100vw;
    height: 600px;
    background-color: #505050;
}

/*ボックススライド*/
.box {
    width: 100%;
    height: 100%;
    margin: 0 0 2% 0;
    overflow: hidden;
}

.box .boxInner {
    width: inherit;
    height: inherit;
    line-height: 100%;
    font-size: 1.5em;
    text-align: center;
    color: #555;
    /*background-color: #ebebeb;*/
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
}

.isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(109.6deg, rgba(17, 17, 17, 1) 11.2%, rgba(17, 17, 17, 1) 91.1%);
}

@keyframes play {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes maskOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(101%);
    }
}