@charset "utf-8";

:where(.main_wrap),
:where(.main_wrap) :where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
	all: unset;
	display: revert;
	line-height: 1em;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .06em;
	font-weight: 400;
	box-sizing: border-box;
}

.fv img {
    width: 100%;
    height: auto;
    display: block;
}


.about{
	width: var(--width);
	margin:-12em auto var(--padding);
}
.about img{
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}
.menu{
	width: var(--width);
	margin: 0 auto var(--padding);
	display: flex;
	justify-content: space-between;
}
.menu li{
	width: 24.5%;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
	background-color: #1e2c8b;
}
.menu li a{
  font-size: 2.2em;
  font-weight: 700;
  width: 100%;
  aspect-ratio: 285 / 70;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.sp_only {
	display: none;
}

:where(.main_wrap) * {
	font-size: 10px;
}

.main_wrap a {
	cursor: pointer;
}

:root {
	--width: 1200px;
	--padding: 80px;
	--shadow: drop-shadow(0 0 .7em rgba(164, 164, 164, .3));
}

/* メニュー */
.navigation {
	width: 100%;
	height: 8em;
	background: #000;
}

.navigation ul {
	display: flex;
	padding: 1.4em calc(50% - var(--width)/2);
	height: 100%;
}

.navigation li {
	width: calc(100%/3);
	display: flex;
	border-left: 1px solid #fff;
}

.navigation li:last-child {
	border-right: 1px solid #fff;
}

.navigation a {
	width: 100%;
	height: 100%;
	font-size: 2.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.navigation.active ul {
	width: 100%;
	height: 8em;
	position: fixed;
	top: 0;
	background: #000;
	z-index: 50;
}

/* タイトル */
.item,
.sale {
	padding: 0 20px;
}

.inner {
	 max-width: 1200px;
     margin: 0 auto;
     padding-bottom: 0;
	 text-align: center;
}

.sale {
	margin: 0 0 60px;
}

.item h3,
.sale h3 {
	margin: 60px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #1399df;
}

.item h3 span,
.sale h3 span {
	font-size: 4.5em;
	font-weight: bold;
	padding: 10px 0 10px 0;
	font-size: 30px;
	text-align: center;
}




.item h4,
.sale h4 {
	margin: 2em 0 4em;
}

.item h4 img,
.sale h4 img {
	width: auto;
	height: 7.1em;
	margin: auto;
	display: block;
}


/* おすすめアイテムリスト */
.osusume2 .list {
	padding: 2.2em 1em 3em;
	gap: 4em;
	scrollbar-color: #dadada rgba(0, 0, 0, 0);
	scrollbar-width: thin;
}

.osusume2 .list li {
	min-width: 29em;
	filter: var(--shadow);
}


/* おすすめアイテムリスト */
.osusume .list {
	padding: 2.2em 1em 3em;
	gap: 4em;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-color: #dadada rgba(0, 0, 0, 0);
	scrollbar-width: thin;
}

.osusume .list li {
	min-width: 29em;
	filter: var(--shadow);
}


/* SALEアイテムリスト */
.sale {}

.sale .list {
	gap: 70px 20px;
	flex-wrap: wrap;
	justify-content: flex-start;

}

.sale .list li {
	width: 32%;
}


/* アイテムリスト */
.list {
	display: flex;
}

.list li {
	position: relative;
}

.list li a {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.list li .genre {
	padding: .2em .5em;
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	background: #ffc600;
	position: absolute;
	top: .625em;
	right: .625em;
}

.list li .off {
	width: 4.238em;
	aspect-ratio: 1/1;
	background: url(../img/off_icon.png) no-repeat center/contain;
	font-size: 2.1em;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: -1.14em;
	left: -.76em;
	color: #fff;
}

.list li .off>span {
	font-size: 1em;
	font-weight: 700;
}

.list li .off>span span {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -.02em;
}

.list li img {
	width: 100%;
	display: block;
	border: 1px solid #a4a4a4;
}

.list li .name {
	margin: 20px 0 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
	min-height: 3em;
	display: flex;
}

.list li .about {
	margin: 0 0 .8em;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
}

.list li .common {
	font-size: 1.4em;
	margin: auto 0 1em;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

.list li .common::after {
	content: '';
	width: 110%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.list li strong {
	font-size: 16px;
	margin: 0;
	font-weight: 700;
	letter-spacing: 0;
}

.list li strong small {
	font-size: .9em;
	font-weight: 700;
	letter-spacing: 0;
}

.list li .tag {
	font-size: 2.2em;
	margin: 0 0 .6em;
	padding: .2em .5em .4em;
	font-weight: 700;
	background: #f00;
	color: #fff;
}

.list li .link {
	width: 13.875em;
	margin: .8em auto 0;
	font-size: 1.6em;
	font-weight: 700;
	background: #000007;
	color: #fff;
	aspect-ratio: 222/40;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2em;
}


/* 絞り込み */
.shiborikomi {
	margin: 0 0 8em;
}

.shiborikomi strong {
	margin: 0 0 1.5em;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	display: block;
}

.shiborikomi .btn {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 1%;
}

.shiborikomi .btn li {
	width: 24.2%;
	background: #ed69a3;
	border: 2px solid #ed69a3;
}

.shiborikomi .btn li button {
	width: 100%;
	aspect-ratio: 224/54;
	font-size: 1.6em;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shiborikomi .btn li.active {
	background: #fff;
}

.shiborikomi .btn li.active button {
	color: #ed69a3;
}

/* .btn :hover{
	background-color: #fff;
	border: 1px solid #ed69a3;
	color: #ed69a3;
} */


/* 全アイテムを見る */
.more {
	background: #878787;
	padding: var(--padding) calc(50% - var(--width)/2);
}

.more a {
	font-size: 2.4em;
	aspect-ratio: 1200/70;
	color: #fff;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.more a::before {
	content: '';
	width: 1.4em;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .8em;
}

.more a::after {
	content: '';
	width: .4em;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
	transform-origin: 100% 0;
	right: .8em;

}

.attention {
	text-align: center;
	font-size: 1.3em;
	padding: 20px;
	border: 3px solid #ff2490;
	max-width: 1200px;
	margin: 50px auto 0;
	color: #ff2490;
	font-weight: 700;
	line-height: 1.5;
}

.cpcode {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	justify-content: center;
}

.cpattention2 {

	text-align: center;
	font-size: 1.3em;
	margin: 0 0 60px 0;
	color: #000007;
	line-height: 1.5;
	max-width: 1000px;
	width: 100%;

}

.image-container {
	position: relative;
	/* 親要素の位置を基準にするためにrelativeを指定 */
}

.image-container img {
	width: 100%;
}

.background-image {
	width: 100%;
	/* 画像をレスポンシブにする */
	height: auto;
}


.overlay-text-container img {
	width: 13vw;
	/* 画像をレスポンシブにする */
	height: auto;
	position: absolute;
	/* テキストを背景画像の特定部分に配置 */
	top: 38%;
	/* 背景画像の上から40% */
	left: 75%;
	/* 背景画像の左から30% */
	transform: translate(-50%, -50%);
	/* 中央位置を調整するためにtranslateを使う */
}

.overlay-text-container p {
	text-align: center;
	font-size: 5vw;
	/* テキストサイズをレスポンシブにする */
	font-weight: 800;
	color: white;
	/* テキストの色を指定 */
	position: absolute;
	/* テキストを背景画像の特定部分に配置 */
	top: 37%;
	/* 背景画像の上から40% */
	left: 75%;
	/* 背景画像の左から30% */
	transform: translate(-50%, -50%);
	/* 中央位置を調整するためにtranslateを使う */
	z-index: 1000;
	letter-spacing: 0.2px;
}

.banabotan {
	margin: 1em auto;
	width: 100%;
	text-align: center;
}

.medamakokuti {
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	margin: 10px 0;
	color: #f00;
	line-height: 1.3em;
}

.medamakokuti span {
	text-align: center;
	margin: 0.5em 0;
	font-size: 20px;
	display: block;
	font-weight: 700;
	color: #000;
}

.banacp {
	margin: 20px auto;
}

.cpoff3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	line-height: 1.3em;
}

.coupon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.copy-button {
	width: 60%;
	max-width: 1920px;
	padding: 20px;
	font-size: 24px;
	color: white;
	background-color: #f00;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	margin: 30px auto;
	font-weight: 600;
	transition: opacity 0.3s ease;
}

.copy-button:hover {
	opacity: 0.3;
}

.cpoff {
	text-align: center;
	font-size: 3.1em;
	font-weight: 900;
	margin: 100px 0 30px 0;
	letter-spacing: 0.1em;
	color: #f00;
	line-height: 1.5;
}

.cpoff2 {
	text-align: center;
	font-size: 3.3em;
	font-weight: bold;
}

.cpoff2 span {
	text-align: center;
	font-size: 0.6em;
	font-weight: 500;
	margin: 0 0.2em 0 0;
}

.spdannraku {
	display: none;
}

.margin30 {
	margin-top: 30px;
}

.bana250317 {
	padding: 15px 0px;
    background-color: #ffffff;
    border: 2px solid #ff001e;
    color: #ff001e;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}

.spring-bargain .spring-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.spring-bargain .spring-content-inner {
	padding: 140px 0 100px;
	text-align: center;
}

.spring-bargain .springbargain_ttl {
	padding: 0 0 60px;
}

.spring-bargain .bargain-area {
	background-color: #fff;
	position: relative;
	width: 100%;
	padding: 40px 0;


}

.osusume25 {
	text-align: left;
	margin: 0 0 20px 0;
}

.springcampaignbg {
	background-color: #000;
}

.springcampaign {
	margin: 0 auto;
	color: #fff;
	max-width: 1200px;
	text-align: center;
}

.midasi {
	margin: 0 auto;
	font-weight: bold;
	padding: 30px 0;
}

.midasi span {
	position: relative;
	display: inline-block;
	font-size: clamp(20px, 4vw, 28px);
	padding: 0 30px;
}

.midasi span::after,
.midasi span::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 25px;
	background: #fff;
	display: block;
}

.midasi span::after {
	left: 0;
	top: 50%;
	transform: rotate(-30deg) translateY(-50%);
}

.midasi span::before {
	right: 0;
	top: 50%;
	transform: rotate(30deg) translateY(-50%);
}

.medama-bg {
	top: 120px;
	position: relative;
	padding: 0 0 120px;
	margin: 0 0 100px;
}

.medama-bg::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(#f294ce, #f976b2);
	transform: skewY(-3deg) translateY(-90px);
	z-index: -1;
}

.springcampaign {
	background: #000;
	color: #fff;
}

.springcampaign img {
	margin: 0 auto 30px;
	text-align: center;
	align-items: center;
}



.springcampaign p {
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	margin: 40px auto 0;
}

.day {
	display: flex;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	/* 水平方向の中央揃え */
	align-items: center;
	/* 垂直方向の中央揃え */
}

.day li {
	margin: 30px 15px;
}


.product-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2列に並べる */
	gap: 40px;
	/* 商品同士の間隔 */
	max-width: 1200px;
	margin: 80px auto 0;
}

.product-card {
	background: #fff;
	padding: 15px;
	display: flex;
	align-items: center;
	position: relative;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: left;
	width: 100%;
	max-width: 580px;
	margin: 30px auto;
}

.discount {
	position: absolute;
	top: -60px;
	left: 0;
	width: 126px;
	height: 127px;
}

.discount2 {
	position: absolute;
    top: -20px;
    left: 0px;
    width: 126px;
    height: 127px;
}

.discount2 img {
  border: none !important;
  outline: none !important;
}

.product-image {
	flex: 1;
	max-width: 50%;
}

.product-image img {
	width: 100%;
	height: auto;
}

.product-info {
	flex: 1;
	padding-left: 20px;
}

h3 {
	font-size: 18px;
	margin: 5px 0;
}

.description {
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
}

.old-price {
	text-decoration: line-through;
	color: #000000;
	font-size: 14px;
}

.new-price {
	color: red;
	font-size: 22px;
	font-weight: bold;
	margin: 20px auto;
}

.new-price span {
	font-size: 16px;
	font-weight: 600;
}

.buy-button {
	background: #000;
	color: #fff;
	padding: 15px;
	width: 100%;
	border: none;
	border-radius: 50px;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}


.item h3 span,
.sale h3 span {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
}

.midasi {
	margin: 0 auto;
    font-weight: bold;
    padding: 80px 0 30px;
    text-align: center;
}

.midasi span {
	position: relative;
	display: inline-block;
	font-size: clamp(20px, 4vw, 22px);
	padding: 0 30px;
	font-weight: 600;
}

.midasi span::after,
.midasi span::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	background: #000000;
	display: block;
	font-weight: 800;
}

.midasi span::after {
	left: 0;
	top: 50%;
	transform: rotate(-30deg) translateY(-50%);
}

.midasi span::before {
	right: 0;
	top: 50%;
	transform: rotate(30deg) translateY(-50%);
}

.pikupbtan01{
	margin: 0 auto;
	padding: 20px;
	max-width: 640px;
	background-color: #1399df;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.pikupbtan02{
	margin: 0 auto;
	padding: 20px;
	max-width: 640px;
	background-color: #273595;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.pikupbtan02:hover {
  box-shadow: inset 0 0 0 2px #273595;
  color: #273595;
  background-color: #ffffff; /* 任意で */
}

.pikupbtan01:hover {
  box-shadow: inset 0 0 0 2px #1399df;
  color: #1399df;
  background-color: #ffffff; /* 任意で */
}

.salebg{
	position: relative;
    padding-bottom: 120px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    z-index: 1; /* 下のレイヤーに */
	top: 100px;
}

.salebg::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#f7f7f7, #f7f7f7);
    transform: skewY(-2deg) translateY(-90px);
    z-index: -2	;
}

.salebg02{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 150px;
	background-color: #ffffff;
	z-index: 2;
	top: 100px;
}

.salebg02::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#ffffff, #ffffff);
    transform: skewY(-2deg) translateY(-90px);
    z-index: -1;
}

.heading-wrap,
.heading-wrap02{
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto 40px;
}

.heading-wrap h3 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: bold;
  color: #1399df;
  margin: 0;
  padding: 0.5em 1em;
  display: inline-block;
}

.heading-wrap02 h3 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: bold;
  color: #273595;
  margin: 0;
  padding: 0.5em 1em;
  display: inline-block;
}

.heading-wrap .obi-image,
.heading-wrap02 .obi-image{
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  max-width: 400px;
  z-index: 1;
  pointer-events: none;
}

.subtxt01{
	font-size: 22px;
	font-weight: 800;
	font-style: italic;
	color: #1399df;
	margin: 0 auto 90px;
}

.subtxt02{
	font-size: 22px;
	font-weight: 800;
	font-style: italic;
	color: #273595;
	margin: 0 auto 90px;
}

.spbr{
	display: none;
}

.categorytitle{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 40px 0;
}

.bottombanner {
  margin: 80px auto 10px;
  max-width: 800px;
  text-align: center;
  padding-bottom: 60px;

}

.bottombanner picture {
  display: block;
  margin: 40px auto;
  width: 100%;
}

.bottombanner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.product-grid {
		grid-template-columns: 1fr;
		/* スマホでは1列 */
	}

	.product-info {
		padding: 0;
	}
}





@media screen and (max-width:1240px) {
	:where(.main_wrap) * {
		font-size: .82vw;
	}

	:root {
		--width: 92%;
		--padding: 6.4vw;
	}
}

@media screen and (max-width:768px) {
	:where(.main_wrap) * {
		font-size: 2.6666vw;
	}

	:root {
		--padding: 8vw;
	}

	.item h3 span {
		font-size: 20px;
		font-weight: 700;
	}

	.sale h3 span {
		font-size: 20px;
		font-weight: 700;
	}


	.navigation {
		height: 6em;
	}

	.navigation li:first-child {
		border-left: none;
	}

	.navigation li:last-child {
		border-right: none;
	}

	.navigation a {
		font-size: 1.2em;
		letter-spacing: 0;
	}

	.navigation.active ul {
		height: 6em;
	}

	.item h3,
	.sale h3 {
		font-size: 2.8em;
	}

	.item h4 img,
	.sale h4 img {
		height: 5em;
	}


	.medama .list {
		gap: 2em;
		padding: 1em 1em 3em;
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-color: #dadada rgba(0, 0, 0, 0);
		scrollbar-width: thin;
	}

	.medama .list li {
		min-width: 20em;
	}

	.osusume .list {
		gap: 2em;
	}

	.osusume .list li {
		min-width: 20em;
	}

	.osusume2 .list {
		overflow-x: scroll;
		overflow-y: hidden;
		gap: 2em;
	}

	.osusume2 .list li {
		min-width: 20em;
	}

	.sale .list {
		gap: 60px 2%;
	}

	.sale .list li {
		width: 49%;
	}

	.sale .list li .off {
		font-size: 1.6em;
	}

	.sale .list li a {
		padding: 0em;
	}


	.list li .name {
		font-size: 14px;
		letter-spacing: 0;
		font-weight: 700;
		line-height: 1.5em;
		min-height: 4.2em;
		display: flex;
	}

	.list li .common {
		font-size: 1.2em;
		margin: auto 0 .8em;
	}

	.list li .about {
		font-size: 1em;
		letter-spacing: 0;
	}

	.list li .tag {
		font-size: 1.6em;
		padding: .2em .5em;
	}

	.list li strong {
		font-size: 16px;
	}

	.list li .link {
		width: 100%;
		font-size: 1.2em;
	}



	.shiborikomi strong {
		font-size: 1.8em;
	}

	.shiborikomi .btn {
		gap: 1em 2%;
	}

	.shiborikomi .btn li {
		width: 49%;
	}

	.shiborikomi .btn li button {
		font-size: 1.4em;
	}

	.more a {
		font-size: 1.8em;
		aspect-ratio: 1200/180;
	}


	.attention {
		font-size: 1em;
		padding: 20px 10px;
		line-height: 1.5;
		width: 95%;
	}

	.image-container {
		position: relative;
		/* 親要素の位置を基準にするためにrelativeを指定 */
		display: inline-block;
		/* コンテナの幅を画像に合わせる */
	}

	.background-image {
		width: 100%;
		/* 画像をレスポンシブにする */
		height: auto;
	}


	.overlay-text-container img {
		width: 30vw;
		/* 画像をレスポンシブにする */
		height: auto;
		position: absolute;
		/* テキストを背景画像の特定部分に配置 */
		top: 32%;
		/* 背景画像の上から40% */
		left: 80%;
		/* 背景画像の左から30% */
		transform: translate(-50%, -50%);
		/* 中央位置を調整するためにtranslateを使う */
	}

	.overlay-text-container p {
		text-align: center;
		font-size: 12vw;
		/* テキストサイズをレスポンシブにする */
		font-weight: 800;
		color: white;
		/* テキストの色を指定 */
		position: absolute;
		/* テキストを背景画像の特定部分に配置 */
		top: 31%;
		/* 背景画像の上から40% */
		left: 80%;
		/* 背景画像の左から30% */
		transform: translate(-50%, -50%);
		/* 中央位置を調整するためにtranslateを使う */
		z-index: 1000;
		letter-spacing: 0.1px;
	}

	.coupon-container {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}

	.copy-button {
		width: 90%;
		max-width: 1920px;
		padding: 15px;
		font-size: 18px;
		color: white;
		background-color: #f00;
		border: none;
		border-radius: 50px;
		cursor: pointer;
		margin: 30px auto;
		font-weight: 600;
	}

	.copy-button:hover {
		opacity: 0.3;
	}

	.cpoff {
		text-align: center;
		font-size: 23px;
		font-weight: 900;
		margin: 70px 0 30px 0;
		letter-spacing: 0.1em;
		color: #f00;
		line-height: 1.2em;
	}

	.cpoff2 {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
	}

	.cpoff2 span {
		text-align: center;
		font-size: 0.6em;
		font-weight: 500;
		margin: 0 0.2em 0 0;
	}

	.cpoff3 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin: 30px 0 15px 0;
		line-height: 1.3em;
	}

	.cpcode {
		text-align: center;
		display: block;
		margin: 0 auto 5em;
		max-width: 100%;
		max-width: 390px;
		justify-content: center;
		padding: 0 15px;
	}

	.cpattention2 {

		text-align: center;
		font-size: 1.3em;
		margin: 0 0 30px 0;
		color: #000007;
		line-height: 1.5;
		max-width: 1000px;
		width: 100%;

	}

	.shiborikomi {
		margin: 0 0 5em;
	}

	.spdannraku {
		display: block;
	}

	.medamakokuti span {
		font-size: 14px;
	}

	.springcampaign p {
		font-size: 30px;
		font-weight: 800;
		text-align: center;
		margin: 40px auto 0;
	}

	.buy-button {
		background: #000;
		color: #fff;
		padding: 15px;
		width: 100%;
		border: none;
		border-radius: 50px;
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}

	.description {
		font-size: 18px;
		font-weight: bold;
		margin: 20px auto;
		line-height: 1.5;
	}

	.item h3,
	.sale h3 {
		font-size: 2.8em;
		font-weight: 700;
		padding: 0 0 1em 0;
	}


	.discount2 {
	    width: 50%;
        top: -12px;
	}

	.bana250317 {
		padding: 10px 20px;
		background-color: #ffffff;
		color: #ff001e;
		border-radius: 30px;
		font-size: 12px;
		border: 1px solid #ff001e;
	}

	.product-card {
		background: #fff;
		padding: 15px;
		display: block;
		align-items: center;
		position: relative;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		text-align: left;
		width: 100%;
		max-width: 580px;
		margin: 30px auto;
	}

	.product-image {
		flex: 1;
		max-width: 100%;
	}

	.osusume25 {
		padding: 0 10px;
	}

	.subtxt01{
	font-size: 22px;
	margin: 0 auto 90px;
	line-height: 1.3;
}

.heading-wrap .obi-image,
.heading-wrap02 .obi-image{
  top: 75%;
  max-width: 400px;
  margin: 0 auto 20px;
}

.midasi {
    padding: 40px 0 20px;
}

.subtxt02{
	font-size: 22px;
    margin: 0 auto 90px;
	line-height: 1.3;
}

.pikupbtan01{
	margin: 0 auto;
	padding: 20px;
	max-width: 640px;
	background-color: #1399df;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.pikupbtan02{
	margin: 0 auto;
	padding: 20px;
	max-width: 640px;
	background-color: #273595;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    width: 100%;
    padding: 0 20px;
  }

  .menu li {
    width: 100%; /* grid内で自動調整 */
  }

  .menu li a{
  font-size: 15px;
}
.sale {
	margin: 0 0 40px;
}

.salebg::after {
    transform: skewY(-2deg) translateY(-60px);
}

.salebg02::after {
    transform: skewY(-2deg) translateY(-60px);
}

.salebg{
    padding-bottom: 80px;
}
.salebg02{
    margin-bottom: 80px;
}

.spbr{
	display: block;
}

.heading-wrap,
.heading-wrap02{
  margin: 0 auto 20px;
}

.about{
	width: var(--width);
	margin:-6em auto var(--padding);
}

.categorytitle{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 40px 0;
}

.bottombanner picture {
      margin: 20px auto;
}
.bottombanner {
  padding-bottom: 40px;
}

.bottombanner {
  margin: -40px auto 10px;
  padding: 60px 0;
}

}