@charset "utf-8";

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.cover-text-block {
    transform: translateY(-80%);
}

.cover-title01 {
    font-size: clamp(18px, 2.08vw, 40px);
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.cover-title02 {
    font-size: clamp(20px, 2.81vw, 54px);
    font-weight: bold;
    line-height: 1.46em;
    letter-spacing: 0.05em;
}

.cover-title02 > strong {
    font-size: clamp(24px, 3.38vw, 65px);
    font-weight: bold;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    line-height: 1em;
}

.cover-text {
    font-size: clamp(14px, 1.82vw, 35px);
    font-weight: 500;
    line-height: 1.4em;
}

/*-----------------------------------------------------------
販売商品
-----------------------------------------------------------*/

.top-item-list {
    margin: 46px 0 0;
}

.top-item-list > section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 2%;
}

.top-item-item {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-item-img {
    background: var(--bg-white);
    padding: 0 0 89.71%;
}

img + .no-img {
    display: none;
}

.top-item-title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.44em;
	text-align: center;
	margin: 15px 0 0;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: inherit;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/
  
.cover-text-block {
    transform: translateY(-44.5%);
}

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.top-item-list > section {
    grid-template-columns: repeat(4,1fr);
}

.top-item-title {
	font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.top-item-list > section {
    gap: 40px 2%;
}

.top-item-title {
	font-size: 18px;
	margin: 25px 0 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */