@charset "utf-8";

.anchor-box {
    height: 12rem;
}

/* ==========================================
コンセプト01
========================================== */

.concept01 {
    padding: 0 0 30rem;
    position: relative;
}

.concept01-main {
    display: flex;
    position: relative;
}

.concept01-text-area {
    position: sticky;
    top: 0;
    width: 100%;
    height: 95rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
    text-align: center;
    padding: 2rem;
}

.concept01-title-box .jp-title35:first-child {
    margin: 2rem auto 0;
}

.concept01-text-box {
    text-align: center;
    margin: 4rem auto 0;
}

.concept01-point-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0;
}

.point-text {
    display: inline;
    padding: .5rem .6rem .5rem 2rem;
    border-radius: 100vmax;
    margin: 1rem auto 0;
    font-size: clamp(1.55rem, 1.489rem + 0.259vw, 1.8rem);
    text-align: center;
}

.concept01-img-area {
    width: 100%;
    position: relative;
    margin: 0 0 0 -100%;
    z-index: 1;
}
 
.concept01-img-block {
    position: relative;
}

.concept01-img-block:last-child {
    padding: 5rem 0 0;
}

.concept01-img-block.concept01-img-bg {
    aspect-ratio: 1920 / 1046;
    position: relative;
    /* background: url(../../../../uploads/concept-bg.jpg)no-repeat center/cover; */
}

.concept01-img-block.concept01-img-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../../../../uploads/concept-bg.jpg') no-repeat center / cover;
    z-index: 0;
    opacity: 1;
    transition: opacity 1.2s ease;
}

.concept01-img-block.concept01-img-bg.is-bg-hidden::before {
    opacity: 0;
}

.concept01-img-block.concept01-img-bg > * {
    position: relative;
    z-index: 1;
}

.concept01-img-block:not(.concept01-img-bg) {
    background: unset;
}


.concept01-img01 {
    position: relative;
    width: 100%;
    height: 100%;
}

.concept01-img-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.concept01-img-left, .concept01-img-right {
    width: 50%;
}

.concept01-img-box {
    box-shadow: 0 8px 32px rgba(58,46,31,0.15);
    margin: 0;
    opacity: 0;
    z-index: 10;
    border-radius: 6px;
    overflow: hidden;
}

.concept01-img-box img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.concept01-img-box01 {
    width: 31.25%;
    aspect-ratio: 300/300;
}

.concept01-img-box02 {
    width: 17.71%;
    aspect-ratio: 170 / 170;
    margin: -7% auto 0 20%;
}

.concept01-img-box03 {
    width: 26.04%;
    aspect-ratio: 250 / 250;
    margin: 0 20% 0 auto;
}

.concept01-img-box04 {
    width: 20%;
    aspect-ratio: 220/220;
    margin: 10rem 0 0 auto;
}

.concept01-img-box05 {
    width: 20%;
    aspect-ratio: 220/220;
    /*margin: 0 0 0 34%;*/
	margin: 0 0 0 7%;
}

.concept01-img-box06 {
    width: 20%;
    aspect-ratio: 300/300;
    margin: -10% 0 0 auto;
}

.concept01-img-box07 {
    width: 20%;
    aspect-ratio: 250/250;
    /*margin: -5% 0 0 0;*/
	margin: 0;
}

.concept01-img-box08 {
    width: 20%;
    aspect-ratio: 220/220;
    /*margin: 0 20% 0 auto;*/
	margin: 0 9% 0 auto;
}

.concept01:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20.7rem;
    background: url(../../../../uploads/body-deco02.png) no-repeat top / cover;
    z-index: 2;
}

/* ==========================================
コンセプト02
========================================== */

.concept02 {
    padding: 0;
}

.concept02-main {
    max-width: 140rem;
    width: 100%;
    margin: 1rem auto 0;
    overflow: hidden;
}

.concept02-intro-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.concept02-intro-title-row .concept02-title-box {
    margin: 0 4.5rem;
}

.concept02-title-img01, .concept02-title-img02 {
    max-width: 7.8rem;
    width: 15%;
}

.concept02-row {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.concept02-row:nth-of-type(2n) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.concept02-row-border {
    border-bottom: 1px solid;
}

.concept02-left {
    max-width: 70rem;
    width: 53.03%;
}

.concept02-right {
    max-width: 70rem;
    width: 46.97%;
}

.concept02-en-title {
    position: absolute;
    font-family: var(--font-family01);
    font-size: clamp(6rem, 4.908rem + 4.66vw, 10.5rem);
    top: -7rem;
    right: 0;
    color: var(--primary);
    opacity: .1;
    z-index: 0;
}

.concept02-title-row {
    display: flex;
    align-items: center;
}

.concept02-title-row .jp-title25 {
    font-weight: 700;
}

.concept02-text span{
    font-size: clamp(1.55rem, 1.489rem + 0.259vw, 1.8rem);
    font-weight: 600;
}

.concept02-num {
    font-family: var(--font-family01);
    font-size: clamp(3rem, 2.393rem + 2.589vw, 5.5rem);
    margin: 0 2rem 0 0;
}

.concept02-text-box {
    margin: 4rem 0 0;
    max-width: 56rem;
    width: 100%;
}

.concept02-text02 {
    margin: 4rem auto 0;
}

.concept02-img01 {
    width: 87.14%;
    aspect-ratio: 915/546;
}

.concept02-img02-01 {
    max-width: 19.4rem;
    width: 100%;
    border-radius: 50%;
    margin: -14% 0 0;
    position: relative
}

.concept02-left02 .concept02-img01 {
    margin: 0 auto;
}

.concept02-img02-02 {
    position: absolute;
    top: -2rem;
    right: 0;
    z-index: 1;
}

.concept02-row03 {
    margin: 4rem auto 0;
    padding: 0 0 10rem;
}

.concept02-img03 {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
}
.concept02-img04 {
    max-width: 42.8rem;
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
}

.concept02-left04 .concept02-img01 {
    margin: -4rem auto 0;
}

/* ==========================================
コンセプト03
========================================== */

.concept03 {
    padding: 7rem 0;
}

.concept03-bg {
    background: url(../../../../uploads/concept_bg03.jpg)no-repeat center/cover;
}

.concept03-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.concept03-title .border-box {
    padding: 0 0 1.5rem;
    border-bottom: 3px dashed var(--primary);
    margin: 0 3.5rem;
}

.concept03-title .jp-title35 span {
    font-size: clamp(2.8rem, 2.387rem + 1.761vw, 4.5rem);
}

.concept03-main .loop-wrapper {
    margin: 4rem auto 0;
}

.concept03-main {
    padding: 5rem 0;
}

.concept03-text-box {
    margin: 4rem auto 0;
    padding: 0 1.5rem;
    text-align: center;
}

.concept03-btn-row {
    max-width: 66rem;
    width: 100%;
    margin: 4rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

    .concept01-text-area {
        height: 75rem;
        top: 2rem;
        padding: clamp(1rem, 3vh, 2rem);
    }

    .concept01-img-row {
        padding: 0 3em;
    }

    .concept01-text-box {
        margin: clamp(1rem, 2vh, 4rem) auto 0;
    }

    .concept01-point-text-box {
        margin: clamp(0.5rem, 1.5vh, 2rem) 0;/
    }

    .concept01-img-box05 {
        margin: 0 0 0 4.2%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1200px) {

    .concept01-img-box {
        position: relative;
    }

    .concept01-img-box03:after, .concept01-img-box05:after,.concept01-img-box08:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(255,255,255,.6);
        z-index: 1;
    }

    .concept01-img-box05 {
        margin: 0 0 0 10%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .concept01:before {
        content: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 95%;
        background: rgba(255, 255, 255, .7);
        z-index: 2;
    }
	
	.concept01-text-area {
		z-index: 5;
	}

    .concept01-img-box01 {
        width: 40%;
    }

    .concept01-img-box02 {
        display: none;
    }

    .concept01-img-box03 {
        width: 33.04%;
        margin: 0 10% 0 auto;
    }

    .concept01-img-box04 {
        width: 25%;
        margin: 20rem 0 0 auto;
    }

    .concept01-img-box05 {
        width: 12%;
        margin: 0 0 0 5%;
    }

    .concept01-img-box07 {
        width: 13.5%;
        margin: 0;
    }

    .concept01-img-box08 {
        width: 14%;
        margin: 0 6% 0 auto;
    }

    .concept01-img-box {
        position: relative;
    }

    .concept01-img-box:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(255,255,255,.6);
        border-radius: 6px;
        z-index: 1;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .concept01 {
        padding: 0 0 25rem;
    }

    .concept01-img-block.concept01-img-bg::before {
        aspect-ratio: 1024 / 1046;
        background: url(../../../../uploads/concept-bg-tb.jpg)no-repeat center / cover;
    }

    .concept01:before {
        height: 90%;
    }

    .concept01-text-area {
        height: 80vh;
    }
	
	.concept01-img-block.concept01-img-bg {
		aspect-ratio: 1024 / 1600;
	}

    .concept01-img-block:last-child {
        padding: 0;
    }

    .concept01-img-box01 {
        width: 34%;
    }

    .concept01-img-box02 {
        width: 35%;
    }

    .concept01-img-box03 {
        width: 40%;
        margin: 0 4% 0 auto;
    }

    .concept01-img-box04 {
        width: 35%;
    }

    .concept01-text-box {
        margin: 2rem auto 0;
    }

    

    /* ==========================================
	concept02
    ========================================== */

    .concept02-row,.concept02-row:nth-of-type(2n) {
        flex-direction: column;
        align-items: center;
    }

    .concept02-left {
        width: 100%;
    }
	
	.concept02-img01 {
		margin: 0 auto;
	}

    .concept02-right {
        width: 100%;
        margin: 4rem auto 0;
    }
	
	.concept02-text-box {
		margin: 4rem auto 0;
		max-width: 80rem;
	}
	
	.concept02-row {
		padding: 8rem 0;
	}
	
	.concept02-row03 {
		padding: 0 0 8rem;
	}
	
	.concept02-text-box, .concept02-text02 {
		margin: 2.5rem auto 0;
	}
	
	.concept02-img02-01 {
		width: 30%;
		margin: -22% 0 0;
	}
	
	.concept02-img02-02 {
    	width: 16%;
	}

    .dinnerPageItemDeco01.dinnerPageItemDeco {
        width: 7%;
    }

    .dinnerPageItemDeco02.dinnerPageItemDeco {
        width: 7%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    /* .concept01-img-block.concept01-img-bg::before {
        content: none;
    } */

    /* .concept01-img-area:before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(../../../../uploads/concept-bg-tb.jpg)no-repeat center / cover;
        background-attachment: fixed;
        z-index: 0;
        opacity: 1;
        transition: opacity 1.2s ease;
    } */
     
	
    .concept01 {
        padding: 8rem 0 15rem;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .concept01-img-block.concept01-img-bg::before {
        position: fixed;
        bottom: 10rem;
        top: auto;
    }
	
	.concept01:after {
        height: 4.7rem;
    }

    .concept01-text-area {
        height: 95vh;
    }
	
	/*.concept01-text-area {
		position: relative;
	}*/

    .concept01-text-box {
        text-align: left;
    }
        
	.concept01-img-box03 {
		width: 70%;
		margin: 0 10% 0 auto;
	}
	
	.concept01-img-box01 {
		width: 60%;
		margin: -20% auto 0 4%;
	}
	
	.concept01-img-box04 {
		width: 60%;
		margin: 20rem 0 0 auto;
	}

	.concept01-img-box02 {
		width: 40%;
		margin: -15% auto 0 40%;
	}

    .concept01-img-box05 {
        width: 40%;
    }

    .concept01-img-box06 {
        width: 26%;
    }

    .concept01-img-box07 {
        width: 33%;
    }

    .concept01-img-box08 {
        width: 30%;
    }

    .concept01-img-block:last-child {
        display: none;
    }

    .concept01-img-left, .concept01-img-right {
        display: none;
    }

    .point-text {
        padding: .8rem 4rem .8rem;
    }

    .concept02-intro-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .concept02-intro-title-row .concept02-title-box {
        margin: 0 auto;
    }

    .concept02-title-img02 {
        margin: 1rem 0 0 auto;
    }
                
	.concept02-row {
        padding: 5rem 0;
    }
	
	.concept02-row03 {
        padding: 0 0 5rem;
    }

    .concept03-title .border-box {
        padding: 0 0 1rem;
    }

    .concept03-title .jp-title35 span {
        font-size: 2.5rem;
    }

    .concept03-title .jp-title35 {
        font-size: 2rem;
        line-height: 1.5;
    }

    .concept03-btn-row {
        flex-direction: column;
    }

    .concept03-btn-row .btn01:nth-child(n+2) {
        margin: 3rem auto 0;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {



    .concept03-title .border-box {
        margin: 0 1rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */