@charset "UTF-8";
/* CSS Document */

/*
トップページ
*/
/*PC*/
@media only screen and (min-width: 768px) {
	/*メインビジュアル*/
	#top_mv {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .img {
		z-index: 0;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#top_mv .text {
		position: absolute;
		top: 80px;
		left: 5%;
		width: 500px;
		height: auto;
	}
	
	#top_mv .text p {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 40px;
		text-align: left;
	}
	
	#top_mv .nav {
		z-index: 1;
		position: absolute;
		bottom: 50px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 1200px;
		height: auto;
	}
	
	#top_mv .nav .btn01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .nav .btn01 a {
		display: block;
		position: relative;
		width: 280px;
		height: auto;
		padding: 25px 0 25px 0;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #000;
		background-image: url("../img/top/waku.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_mv .nav .btn02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .nav .btn02 a {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		padding: 25px 0 25px 0;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #000;
		background-image: url("../img/top/waku.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
}

/*SMP*/
@media only screen and (max-width: 767px) {
	
}

/*全幅の制御*/
.front_page .ec-layoutRole__contents {
    display: block;
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.front_page .ec-layoutRole__main,
.front_page .ec-layoutRole__mainWithColumn,
.front_page .ec-layoutRole__mainBetweenColumn {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

/*追加*/
.top-shop-section {
    max-width: 1200px;
    margin: 56px auto 0;
    padding: 0 20px 80px;
}

.top-shop-section__head {
    margin-bottom: 24px;
}

.top-shop-section__title {
    font-size: 40px;
    font-weight: 700;
    color: #2f3445;
    margin: 0 0 10px;
}

.top-shop-section__lead {
    font-size: 15px;
    color: #6b7285;
    margin: 0;
}

.top-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.top-shop-card {
    background: #fff;
    border: 1px solid #e7e9ee;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(30, 35, 90, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-shop-card__thumb {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f4f6fb;
    overflow: hidden;
    flex-shrink: 0;
}

.top-shop-card__thumb img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.top-shop-card__thumbEmpty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b91a1;
    font-size: 14px;
}

.top-shop-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.top-shop-card__category {
    font-size: 13px;
    font-weight: 700;
    color: #5d7bdc;
    margin: 0 0 10px;
}

.top-shop-card__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px;
}

.top-shop-card__name a {
    color: #2f3445;
    text-decoration: none;
}

.top-shop-card__text {
    font-size: 14px;
    line-height: 1.8;
    color: #6b7285;
    margin: 0 0 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.8em * 3);
}

.top-shop-card__button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    background: #4b7bec;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-top: auto;
}

@media screen and (max-width: 1024px) {
    .top-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .top-shop-section {
        padding: 0 16px 56px;
    }

    .top-shop-section__title {
        font-size: 30px;
    }

    .top-shop-grid {
        grid-template-columns: 1fr;
    }
}

/*エイジングショット*/
.top-aging-shot {
    padding: 80px 20px;
}

.top-aging-shot__inner {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 32px;
    padding: 56px 48px;
    background:
        linear-gradient(135deg, rgba(240, 246, 255, 0.95) 0%, rgba(255, 248, 238, 0.98) 100%);
    box-shadow: 0 18px 40px rgba(30, 35, 90, 0.08);
}

.top-aging-shot__content {
    max-width: 720px;
}

.top-aging-shot__label {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4b7bec;
}

.top-aging-shot__title {
    margin: 0 0 16px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #2f3445;
}

.top-aging-shot__lead {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.9;
    color: #5f6472;
}

.top-aging-shot__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #4b7bec;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .top-aging-shot {
        padding: 56px 16px;
    }

    .top-aging-shot__inner {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .top-aging-shot__title {
        font-size: 32px;
    }

    .top-aging-shot__lead {
        font-size: 15px;
    }

    .top-aging-shot__button {
        width: 100%;
    }
}

/*特集*/
.top-pickup-shop {
    padding: 72px 20px 32px;
}

.top-pickup-shop__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: stretch;
    background: linear-gradient(135deg, #fffaf3 0%, #fff 100%);
    border: 1px solid #efe7d8;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(30, 35, 90, 0.06);
}

.top-pickup-shop__image {
    min-height: 480px;
    background: #f5f6fa;
}

.top-pickup-shop__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-pickup-shop__imageEmpty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 480px;
    color: #8b90a0;
    font-size: 15px;
}

.top-pickup-shop__content {
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-pickup-shop__label {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b48a3a;
}

.top-pickup-shop__category {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #4b7bec;
}

.top-pickup-shop__title {
    margin: 0 0 16px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #2f3445;
}

.top-pickup-shop__area {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.8;
    color: #6b7285;
}

.top-pickup-shop__text {
    margin: 0 0 26px;
    font-size: 15px;
    line-height: 2;
    color: #5f6472;
}

.top-pickup-shop__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.top-pickup-shop__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #2f3445;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .top-pickup-shop__inner {
        grid-template-columns: 1fr;
    }

    .top-pickup-shop__image {
        min-height: 340px;
    }

    .top-pickup-shop__imageEmpty {
        min-height: 340px;
    }
}

@media screen and (max-width: 767px) {
    .top-pickup-shop {
        padding: 56px 16px 24px;
    }

    .top-pickup-shop__content {
        padding: 28px 24px 32px;
    }

    .top-pickup-shop__title {
        font-size: 32px;
    }

    .top-pickup-shop__text {
        font-size: 14px;
    }

    .top-pickup-shop__button {
        width: 100%;
    }
}
