@charset "UTF-8";

body {
    background-color: #ebebeb;
}

/*
nav {
    height: 40px;
    background-color: #000;
    opacity: 0.4;
}
*/

#header-image {
    height: 300px;
    background-image: url(../../images/concept-image.jpg);
    background-size: cover;
    background-position: center center;
}


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

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

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


/*コンセプト*/

#big-concept {
    width: 90vw;
    margin: 0 auto;
}

#big-concept h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.6;
    margin: 40px 0;
}

.concept-container {
    width: 90vw;
    margin: 0 auto;
}

.concept-item {
    width: 100%;
}

.concept-item img {
    width: 100%
}

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

#tokutyo h1 {
    text-align: center;
    font-family: serif;
    font-size: 1.2em;
    border-bottom: solid 1px #555;
    padding-bottom: 5px;
    width: 85%;
    margin: 0 auto 10px auto;
}

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

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

.tokutyo-item p {
    font-family: sans-serif;
    font-size: 0.8em;
    padding-bottom: 5px;
}

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

#hudo h1 {
    text-align: center;
    font-family: serif;
    font-size: 1.3em;
    border-bottom: solid 1px #555;
    width: 90vw;
    margin: 40px auto 20px auto;
    padding-bottom: 10px;
    letter-spacing: 0.4em;
}

#utsukusi {
    margin-bottom: 40px;
}

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

.utsukusi-item1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

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

#utsukusi-image {
    width: 80vw;
}

#utsukusi-title {
    width: 30vw;
    position: relative;
    top: 20px;

}

#utsukusi-text {
    width: 100%;
    position: relative;
    top: 20px;
}

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

.utsukusi-container2 {
    display: flex;
    width: 38%;
}

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

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

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

.utsukusi-container3 {
    width: 65%;
    margin-left: 1%;
    display: flex;
}

.utsukusi-item3 {
    width: 100%;
    margin-right: 1%
}

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

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

#yasasi {
    width: 100vw;
    margin-bottom: 60px;
}

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

#yasasi-image {
    width: 80vw;

}

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

.yasasi-item {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.yasasi-text-item {
    width: 100%;
}

#yasasi-title {
    width: 30vw;
    position: relative;
    top: 20px;
    z-index: 2;
}

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

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

#yasasi-container2 {
    width: 90vw;
    margin: 0 auto;
}

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

.yasasi-item2 {
    width: 100%;
    margin-bottom: 10px;
}

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

.yasasi-pic1 {
    width: 100%;
}

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

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

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

.white-card h2 {
    margin-top: 0;
    font-family: serif;
    font-size: 1em;
    padding-bottom: 5px;
}

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

#tsuyoi {
    margin-bottom: 30px;
    width: 100vw;
}

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

.tsuyoi-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

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

#tsuyoi-image {
    width: 80vw;
}

#tsuyoi-title {
    width: 30vw;
    position: relative;
    top: 20px;
}

#tsuyoi-title img {
    width: 100%;
}

#tsuyoi-text {
    width: 100%;
    position: relative;
    top: 20px;
}

#tsuyoi-container2 {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin: 20px auto 0 auto;
}

.tsuyoi-item2 {
    width: 90%;
    height: 100%;
}

.tsuyoi-item2:first-child {
    z-index: 2;
}

.tsuyoi-item2:last-child {
    margin: 0 0 0 auto;
    position: relative;
    bottom: 30px;
    z-index: 1;
}

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

#tsuyoi-item-text {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    box-sizing: border-box;
    padding: 15px 15px;
    line-height: 1.4;
    font-family: sans-serif;
    font-size: 2.2vw;
}

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

#abareru-container {
    display: flex;
    width: 100vw;
    margin-bottom: 20px;
}

#abareru-image {
    width: 80vw;
}

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

.abareru-item {
    width: 20%;
    display: flex;
    flex-direction: column;
}

#abareru-title {
    width: 30vw;
    position: relative;
    top: 20px;
    z-index: 2;
}

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

#abareru-text {
    width: 55vw;
    position: relative;
    top: 20px;
    /*add*/
    z-index: 1;
}

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

#abareru h2 {
    text-align: center;
    font-family: serif;
    font-size: 1em;
    margin: 10px auto 0 auto;
    border-bottom: solid 0.5px #555;
    width: 90%;
    padding-bottom: 5px;
}

#abareru-container2 {
    width: 90vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto;
}

.abareru-item2 {
    width: 49%;
}

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

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

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

.contact-container {
    width: 90vw;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

.contact-item {
    width: 100%;
    margin-top: 20px;
}

.contact-text {
    font-family: sans-serif;
    font-size: 0.6em;
}

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

#contact-btn {
    display: block;
    text-align: center;
}

#contact-btn img {
    width: 60%;
}

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

footer {
    width: 100vw;
    height: 400px;
    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%);
    }
}