@charset "utf-8";

/* common */
* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dfceb4;
}

a {
    text-decoration: none;
    display: block;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.wrapper {
    max-width: 1920px;
    padding: 0 3%;
    margin: 0 auto;
}

/* header ---------------------------------------------------------*/
header {
    width: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    z-index: 20;
}

.header-in {
    border-radius: 16px;
    margin: 0 auto;
    padding: 48px 0;
    background-color: #fff;
    width: 300px;
    text-align: center;
}

header h1 {
    width: 100px;
    font-size: 0;
    margin: 0 auto 80px;
}

header h2 {
    margin: 0;
}

header .text {
    margin-bottom: 80px;
}

header .text01 {
    font-size: .9rem;
    letter-spacing: .1em;
    padding-left: 10px;
    font-weight: normal;
}

header .text02{
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: .175em;
    opacity: 0;
}

header .text02 span {
    position: relative;
    top: 10px; /*topとleft同時指定で斜めの動き*/
    left: 10px;
    opacity: 0;
}

header ul {
    margin: 0 0 0 46px;
    padding: 0;
    list-style: none;
}

header ul .font01 {
    font-size: 1.0rem;
}

header li {
    text-align: left;
    letter-spacing: .15em;
    margin-bottom: 64px;
}

header li:last-child {
    margin-bottom: 0;
}

header li span {
    color: #888;
}

header li a {
    color: #000;
}

header li a:hover {
    opacity: .7;
}

/* mainvisul -------------------------------------------------------- */
.mainvisual img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Origami Letter Text ----------------------------------------------- */
.origamiletter {
    position: relative;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.origamiletter h3 {
    color: #fff;
    margin-top: -3.9%;
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 200px;
    font-weight: normal;
    font-size: 19vw;
    text-align: center;
    opacity: .8;
}

/* concept,history,about and charm ----------------------------------------------------------- */
.concept {
    display: flex;
}

.concept.his {
    flex-direction: row-reverse;
}

.concept .left {
    flex: 1;
    text-align: center;
}

.concept .left-in {
    max-width: 700px;
    margin: 25% auto 0;
    position: relative;
    z-index: 10;
}

.concept img.img01 {
    width: 650px; 
}

.concept img.img02 {
    width: 550px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 4px 4px 4px #666;
}

.concept img.img03 {
    width: 550px; 
}

.concept img.his {
    width: 450px;
    position: absolute;
    top: 18%;
    left: 41%;
    transform: translateX(-50%) rotate(10deg);
    transform-origin: left bottom;
}

.concept .right {
    flex: 1;
}

.concept .right .circle {
    margin-left: auto;
    width: 98%;
}

.concept .right .circle-his {
    margin-right: auto;
    width: 98%;
}

.concept .right .circle-in {
    width: 100%;
    padding-top: calc(100% - 40px);
    background-color: #dfceb4;
    border-radius: 50%;
    border-top: 20px solid #9d847f;
    border-left: 20px solid #b2bebb;
    border-right: 20px solid #b2bebb;
    border-bottom: 20px solid #9d847f;
    position: relative;
    box-shadow: 0 0 10px #666;
}

.concept .right h3 {
    margin: 0;
    position: absolute;
    font-size: 5vw;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Righteous' ,sans-serif;
    color: #eee;
}

.concept .right h3.ac {
    margin: 0;
    position: absolute;
    font-size: 2.5vw;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Righteous' ,sans-serif;
    color: #eee;
}

.concept .right .p1 {
    font-weight: bold;
    text-align: center;
    margin: 0;
    width: 80%;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1vw;
}

.concept .right .p1.ac {
    font-weight: bold;
    text-align: center;
    margin: 0;
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1vw;
}

.concept .right .p2 {
    margin: 0;
    width: 80%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 2.0em;
    font-size: 1vw;
}

.concept.slidefade {
    opacity: 0;
}

.concept.slidefade.inview {
    animation-name: showImage;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
}

@keyframes showImage {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
    }
}


/* footer ---------------------------------------------------------*/
footer {
    display: flex;
    margin-top: 300px;
    height: 300px;
}

.footer-l {
    width: 25%;
    background-color: #FFE200;
}

.footer-c {
    width: 25%;
    background-color: #fff;
    text-align: center;
}

.footer-c h2 {
    margin: 0;
    padding: 120px 0;
}

.footer-c .footer-text01 {
    font-size: .9rem;
    letter-spacing: .1em;
    padding-left: 10px;
    font-weight: normal;
}

.footer-c .footer-text02 {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: .175em;
}

.footer-r {
    width: 50%;
    background-color: #00877e;
    color: #fff;
    text-align: center;
}

.footer-r ul {
    display: flex;
    list-style: none;
    gap: 60px;
    justify-content: center;
    margin-top: 130px;
}

.footer-r li span {
    color: #ccc;
}

.footer-r li a {
    color: #fff;
}

.footer-r li a:hover {
    opacity: .7;
}

.footer-r p {
    margin: 110px 0 4px;
    font-size: .8rem;
    letter-spacing: .1em;
}



/* spの設定 -------------------------------------------------------------------- */
@media screen and (max-width:940px) {
    /* header ---------------------------------------------------------*/
    header {
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .header-in {
        width: 250px;
    }

    header h1 {
        width: 80px;
        margin: 0 auto 50px;
    }

    header ul {
        margin: 0 0 0 26px;
    }

    header li {
        margin-bottom: 48px;
    }

    /* Origami Letter Text ----------------------------------------------- */
    .origamiletter h3 {
        margin-top: -2.0%;
        font-size: 17vw;
        margin-bottom: 150px;
    }





    /* concept,history,about and charm ----------------------------------------------------------- */
    .concept {
        display: block;
    }

    .concept .left {
        flex: 1;
        text-align: center;
    }

    .concept .left-in {
        max-width: 95%;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }

    .concept img.img01 {
        width: 100%; 
    }

    .concept img.img02 {
        width: 90%;
    }

    .concept img.img03 {
        width: 100%; 
    }

    .concept img.his {
        width: 87%;
        position: absolute;
        top: 13%;
        left: 44%;
        transform: translateX(-50%) rotate(10deg);
        transform-origin: left bottom;
    }

    .concept .right .circle {
        margin: 80px auto 0;
        width: 95%;
    }

    .concept .right .circle-his {
        margin: 80px auto 0;
        width: 100%;
    }

    .concept .right .circle-in {
        width: 100%;
        padding: 20px 0;
        background-color: #dfceb4;
        border-radius: 0;
        border-top: 10px solid #9d847f;
        border-left: 10px solid #b2bebb;
        border-right: 10px solid #b2bebb;
        border-bottom: 10px solid #9d847f;
        position: static;
        box-shadow: 0 0 10px #666;
        border-radius: 16px;
    }

    .concept .right h3 {
        margin: 0 auto;
        text-align: center;
        position: static;
        font-size: 17vw;
        top: 0;
        left: 0;
        transform: none;
        font-family: 'Righteous' ,sans-serif;
        color: #eee;
    }

    .concept .right h3.ac {
        margin: 0 auto;
        text-align: center;
        position: static;
        font-size: 8vw;
        top: 0;
        left: 0;
        transform: none;
        font-family: 'Righteous' ,sans-serif;
        color: #eee;
        width: 90%;
        text-align: center;
    }

    .concept .right .p1 {
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        width: 80%;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        font-size: 3vw;
    }

    .concept .right .p1.ac {
        font-weight: bold;
        text-align: center;
        margin: 16px auto 0;
        width: 80%;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        font-size: 3vw;
    }

    .concept .right .p2 {
        margin: 40px auto 10px;
        width: 95%;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        line-height: 2.0em;
        font-size: .9rem;
    }

    /* footer ---------------------------------------------------------*/
    footer {
        display: block;
        margin-top: 150px;
        
    }

    .footer-l {
        width: 100%;
        height: 200px;
        background-color: #FFE200;
    }

    .footer-c {
        width: 100%;
        height: 200px;
    }

    .footer-c h2 {
        padding: 80px 0;
    }

    .footer-r {
        width: 100%;
        height: 200px;
    }

    .footer-r ul {
        gap: 30px;
        justify-content: center;
        margin-top: 0;
        padding-top: 60px;
    }

    .footer-r p {
        margin: 80px 0 4px;
        font-size: .8rem;
        letter-spacing: 0.05em;
    }
}
