@charset "utf-8";

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

body {
    font-family: serif;
    background-color: #8c7878;
    color: #dcd9d9;
    font-size: 16px;
    line-height: inherit;
}

/* ここからトップ設定 */
.logoAnime {
    width: 100%;
    height: 100%;
    background-color: #bbaeae;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 100px;
    font-weight: bold;
    animation: logoAnime 3s 0.5s both;
}



@keyframes logoAnime {
    100% {
        opacity: 0;
        display: none;
    }
}

.logoAnime .txt {
    margin-bottom: 20%;
}

header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: serif;
    background-color: #8c7878;

}

.icon li {
    display: inline-block;
}

.icon li img {
    width: 50px;
    padding-right: 20px;
    padding-right: 20px;

}

.topLogo {
    position: relative;
    display: flex;
    align-items: center;

}

h1 {
    font-size: 30px;
    text-align: center;
    padding-right: 190px;
}

.toggleMenu {
    display: none;
}

header nav {
    width: 35%;
}

header ul nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav li a {
    padding: 0 20px;
}

.nav {
    order: -1;
}

.topview {
    height: calc(100vh - 100px);
    background: url(./img/topview.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.top {
    max-width: 1200px;
    color: #dcd9d9;
    font: 80px serif;
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;
    text-shadow: 8px 8px 10px #000;
    animation: topAnime 1s 3s forwards;
    opacity: 0;
}

@keyframes topAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.txt {
    max-width: 1200px;
    width: min(100%, 1200px);
    display: flex;
    overflow: hidden;
    padding-top: 4em;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-shadow: 8px 8px 10px #000;
}

.txt p {
    color: #dcd9d9;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: .06em;
    margin: 0;

    /* ここからアニメーション関係 */
    transform: translateY(2em);
    animation: textanimation 1s forwards;
}

/* 1文字目 */
.txt p:nth-child(1) {
    animation-delay: 0.2s
}

/* 2文字目 */
.txt p:nth-child(2) {
    animation-delay: 0.4s
}

/* 3文字目 */
.txt p:nth-child(3) {
    animation-delay: 0.6s
}

/* 4文字目 */
.txt p:nth-child(4) {
    animation-delay: 0.8s
}

/* 5文字目 */
.txt p:nth-child(5) {
    animation-delay: 1s
}

/* 6文字目 */
.txt p:nth-child(6) {
    animation-delay: 1.2s
}

/* 7文字目 */
.txt p:nth-child(7) {
    animation-delay: 1.4s
}

/* 8文字目 */
.txt p:nth-child(8) {
    animation-delay: 1.6s
}

/* 9文字目 */
.txt p:nth-child(9) {
    animation-delay: 1.8s
}

/* 10文字目 */
.txt p:nth-child(10) {
    animation-delay: 2s
}

/* 11文字目 */
.txt p:nth-child(11) {
    animation-delay: 2.2s
}

/* 12文字目 */
.txt p:nth-child(12) {
    animation-delay: 2.4s
}


@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    50% {
        transform: translateY(-1em);
        /* 浮き上がるアニメーションの指定 */
    }

    100% {
        transform: translateY(0);
    }
}

h2 {
    padding-top: 60px;
    padding-left: 100px;
}

.concept01,
.concept02,
.conceptEn01,
.conceptEn02 {
    width: 500px;
    padding-left: 100px;
    font-size: 18px;
    /* padding-right: 100px; */
}

.concept01 {
    padding-top: 80px;
}

.concept02 {
    padding-top: 40px;
}

.conceptEn01 {
    padding-top: 100px;
}

.conceptEn02 {
    padding-top: 40px;
    padding-bottom: 100px;
}

.slide {
    padding-top: 60px;
    height: 700px;
    display: flex;
    justify-content: space-between;
}

.slideImg {
    display: flex;
    /* justify-content: flex-end; */
}

.slideImg li img {
    max-width: 100%;
    /* width: 400px; */
    /* padding-left: 20px; */
}

body .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}



/* ここからproducts設定 */
.productsView p {
    /* max-width: 1200px; */
    font-size: 30px;
    display: flex;
    align-items: center;
    /* margin: 0 auto; */
    /* padding: 0 30px; */
}

.productsView {
    display: flex;
    align-items: center;
}

.productsView:before,
.productsView:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #dcd9d9;
}

.productsView:before {
    margin-right: 1rem;
}

.productsView:after {
    margin-left: 1rem;
}

.productsView {
    width: 100%;
    height: 800px;
    background: url(./img/products.jpg) no-repeat center center/cover;
    align-items: center;
    display: flex;
    background-attachment: fixed;
}

.products p {
    font-size: 20px;
    padding: 10px 0 0 50px;
}

h4 {
    font-size: 20px;
}

main {
    margin-bottom: -30px;
}

.flower {
    display: flex;
    height: 500px;

    /* margin: 20px 0; */
}

.flower ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    background-color: #776666;
    /* padding-left: 50px; */

}

.flower img {
    filter: grayscale(1);
    width: 280px;
    transition: all 0.3s ease-in;

    /* position: relative; */
    /* bottom: 300px; */
}



.flower p {
    width: 30px;
    font-size: 30px;
    z-index: 500;
    text-shadow: 4px 4px 4px;
    /* padding-right: 10px; */
    /* background-color: #645656; */
}

.flower p::before {
    content: "";
    display: flex;
    height: 2px;
    width: 50px;
    overflow: hidden;
    background-color: #dcd9d9;
    position: relative;
    top: 25px;
    left: 90px;
}

.flower p::after {
    content: "";
    display: flex;
    width: 2px;
    height: 440px;
    background-color: #dcd9d9;
    /* position: relative;
    bottom: 150px;
    left: 60px; */
}




.flower img:hover {
    transform: scale(1.3);
    filter: grayscale(0);
}


.number {
    display: flex;
    background-color: #bbaeae;
    height: 300px;
    /* margin: 20px 0; */
}

.number ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.number img {
    filter: grayscale(1);
    width: 180px;
    transition: all 0.3s ease-in;
    /* position: relative; */
    /* bottom: 300px; */
}

.number p {
    width: 30px;
    /* background-color: #8c7878; */
}

.number p::after {
    content: "";
    display: flex;
    width: 2px;
    height: 258px;
    background-color: #dcd9d9;
}

.number img:hover {
    transform: scale(1.3);
    filter: grayscale(0);
}



.decoretion {
    display: flex;
    /* margin: 20px 0; */
    background-color: #a19494;
    height: 350px;
}

.decoretion ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.decoretion img {
    filter: grayscale(1);
    width: 180px;
    transition: all 0.3s ease-in;
    /* position: relative;
    bottom: 240px; */
}

.decoretion p {
    width: 30px;
    /* background-color: #cab5b5; */
    height: 300px;
}

.decoretion p::after {
    content: "";
    display: flex;
    width: 2px;
    height: 255px;
    background-color: #dcd9d9;
    position: relative;
    /* margin-right: 20px; */
}

.decoretion img:hover {
    transform: scale(1.3);
    filter: grayscale(0);
}



.more::before {
    content: "";
    display: flex;
    width: 650px;
    height: 2px;
    background-color: #dcd9d9;
    position: relative;

    margin-left: 50px;

}

.more {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 67px;
    padding: 0 auto;
    /* margin-top: 70px; */
}

.more button {
    /* display: none; */
    background-color: #cab5b5;
    font-size: 22px;
    font-family: serif;
    color: #dcd9d9;
    min-width: 180px;
    height: 30px;
    /* display: inline-block; */
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 5px 5px 8px #645656;
    border: none;
    padding: 0 auto;
}

.more button:hover {
    transform: translateY(4px);
    box-shadow: none;
}

.announce {
    height: 800px;
    background-color: #bbaeae;
    /* margin-top: 20px; */
    position: relative;
    bottom: 30px;
}

.loopWrap {
    display: flex;
}

.loop {
    display: flex;
    width: 100vw;
    /* height: 300px; */
    overflow: hidden;
}

.sp {
    display: flex;
    transform: translateX(0);
    animation: loop 20s linear infinite;
    padding-right: 30px;
    padding-top: 20px;
}


@keyframes loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.area {
    display: flex;
    justify-content: space-between;
    height: 400px;
}

.messege {
    display: inline-block;
    position: relative;
    /* top: 250px; */
    right: 25px;
    padding-top: 200px;
    color: #8c7878;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}

.img01 {
    width: 400px;
    height: 700px;
    margin-left: 40px;
    margin-top: 12px;
    object-fit: contain;


}

.img02 {
    width: 300px;
    height: 400px;
    object-fit: cover;
    position: relative;
    top: 250px;
}



.footer {
    width: 100%;
    height: 480px;
    background-color: #8c7878;
    border-top: 1px solid;

}

.footerNav nav {
    display: flex;
    justify-content: space-between;
    margin: 180px 500px 100px 500px;
}

.footerNav nav li a {
    font-size: 20px;
    text-shadow: 5px 5px 6px #000;
}

.footerLogo h3,
.footerLogo p {
    text-align: center;
}

.footerLogo h3 {
    width: 200px;
    font-size: 40px;
    padding-top: 9px;
    border: solid 1px #dcd9d9;
    border-radius: 150px;
    margin: 0 auto 20px;
    padding: 5px 10px 10px 10px;
}

.footerLogo p {
    margin-bottom: 30px;
}