* {
	margin: 5;
	padding: 5;
	box-sizing: border-box;
}
.mbss25-img {
	width: 100%;
    margin-bottom: 2em;
	vertical-align: top;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
}
.smartphoneHidden {
	display: none;
}
.mb-title-sp,
.mb-title-sp-winter {
	display: none;
}
body {
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

header {
	width: 100%;
	height: auto;
	background-color: #080808;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	position: absolute;
	z-index: 99999;
}
.header-logo {
	width: 8em;
	height: 100%;
}
.header-icon-text {
	position: absolute;
	width: 14em;
	right: 1.5em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-icon-line img {
	width: 1.5em;
	display: block;
}
.header-icon-sns a {
	display: flex;
	width: 1.4em;
}
.header-icon-sns a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 10%;
	height: 1px;
	background: white;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.header-icon-sns a:hover:before {
	transform: scale(1);
}
.header-icon img {
	display: block;
}
.cover {
	padding: 1em 0;
	display: flex;
	align-items: center;
}
.item-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	margin-bottom: 3em;
	align-items: center;
}
.item-list > .item {
	flex-basis: 25%;
}
.item {
	transition: 1s;
}
.item:hover {
	opacity: 0.7;
}
.change-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin-bottom: 5em;
}
.change-btn span {
	width: 2em;
}
.change-ss {
	padding: 1em;
	margin: 0 1em;
	text-decoration: none;
}
.change-ss a {
	color: #555;
	font-family: "Cormorant Garamond", serif !important;
	letter-spacing: 0.1em;
	opacity: 0.3;
}
.change-ss a:hover {
	opacity: 1;
}

@media (max-width: 1280px) {
	* {
		float: none;
		position: static;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.header-icon-text {
		right: 1.5em;
	}
	.header-icon-line img {
		width: 2.3em;
	}
}

@media (max-width: 820px) {
	.header-icon-line img {
		width: 4em;
	}
}

@media (max-width: 780px) {
	.header-logo {
		width: 8em;
		height: 100%;
	}
	.header-icon-text {
		right: 1.3em;
	}
	.header-icon img {
		width: 10em;
	}
	.header-icon-line img {
		width: 1.5em;
	}
}

@media (max-width: 450px) {
	.smartphoneHidden {
		display: block;
	}
	.desktopHidden {
		display: none;
	}
	.cover {
		align-items: flex-end;
		padding: 1em 0 1em 0;
	}
	header {
		padding: 15px 20px;
		display: flex;
		justify-content: space-between;
	}
	.header-logo {
		width: 7em;
	}
	.header-icon img {
		width: 8em;
	}
	.item-list > .item {
		flex-basis: 50%;
	}
}

@media (max-width: 320px) {
	.mb-title-sp {
		width: 17.5em;
	}
	.smartphoneHidden {
		display: block;
	}
	.desktopHidden {
		display: none;
	}
	.header-logo {
		width: 6em;
	}
	.header-icon-text {
		width: 9em;
	}
	.header-icon-sns a {
		font-size: 0.7em;
	}
	.cover {
		padding: 1em 0;
	}
	footer img {
		width: 16em;
	}
	footer small {
		font-size: 0.1em;
	}
	.change-aw {
		margin: 0 0.6em;
	}
}
@media (max-width: 280px) {
	.header-logo {
		width: 5em;
	}
}
@media (min-width: 1440px) {
	.main {
		width: 1440px;
		margin: 0 auto;
	}
}
/* テキスト挿入エリアのスタイル */
.campaign-text-block {
    width: 100%;
    text-align: center;
    margin-top: 1em;   /* 画像との距離 */
    margin-bottom: 3em; /* 商品一覧との距離 */
}
.campaign-text-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.8em;
    line-height: 1.4;
    color: #333;
}
.campaign-text-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* スマホ画面用のサイズ調整（必要に応じて） */
@media (max-width: 450px) {
    .campaign-text-title {
        font-size: 2rem;
    }
    .campaign-text-desc {
        font-size: 1rem;
    }
}
/* --- 商品説明テキストのスタイル --- */
.item-desc {
    text-align: center; /* テキストを中央寄せ */
    font-size: 0.9em;   /* フォントサイズを調整 */
    color: #333;        /* 文字色を調整 */
    padding: 0.5em 0;   /* 上下の余白 */
    margin-bottom: 1.5em; /* 次の画像との間に余白を確保 */
    /* 注: 既存の .item-list > .item { flex-basis: 25%; } の影響で、
       aタグ内の要素は中央寄せにされますが、念のためtext-align: center;を適用します。
    */
}

/* ホバー時の不透明度変更の影響を受けないように調整 */
.item:hover .item-desc {
	opacity: 1;
}

/* スマートフォン表示時（flex-basis: 50% の時）の調整 */
@media (max-width: 450px) {
    .item-desc {
        font-size: 0.8em;
        margin-bottom: 1em;
    }
	/* テキスト挿入エリアのスタイル */
.campaign-text-block {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 3em;
    
    /* 🚀 追加: ブロック要素自体を親要素内で中央配置する */
    margin-left: auto;
    margin-right: auto;
}

/* または既存のmarginの定義を以下のように修正 */
.campaign-text-block {
    width: 100%;
    text-align: center;
    /* 既存の記述を以下の1行にまとめる */
    margin: 1em auto 3em auto; /* 上 1em, 左右 auto (中央寄せ), 下 3em */
}