@charset "utf-8";

/* ==========================================
   共通設定・ベース
   ========================================== */
.event {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7;
	font-size: 16px;
	padding: 0 0 100px;
	position: relative;
}

.event .pc { display: block; }
.event .sp { display: none; }

.event .inner {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
}

.event .inner-s {
	max-width: 1100px;
	margin: 0 auto;
}

.event .bg-sepa {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.event img {
	display: block;
}

.event a:hover {
	opacity: 0.9;
}

/* ==========================================
   ファーストビュー (FV)
   ========================================== */
.fv {
	width: 100%;
}

.fv_bottom {
	background: url(../img/fv_bottom_bg.png) no-repeat center bottom / cover;
	padding: 45px 0;
	margin-top: -55px;
}

.fv_bottom .fv_message {
	padding: 90px 0;
}

.fv_bottom .fv_message .fv_message_ttl {
	max-width: 430px;
	width: 36%;
	margin: 0 auto 30px;
}

.fv_bottom .fv_message .fv_message_ttl img {
	width: 100%;
}

.fv_bottom .fv_message .fv_message_txt {
	font-size: 18px;
	text-align: center;
}

/* ==========================================
   コンテンツエリア（クーポン・ポイント・理由）
   ========================================== */
.coupon {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 120px;
}

.coupon .coupon_txt {
	padding: 30px 30px 0;
	font-size: 14px;
	text-align: left;
}

.point {
	aspect-ratio: 1920 / 829;
	background: url("../img/point_bg.png") no-repeat 100% 100%;
	display: flex;
	align-items: center;
	position: relative;
	top: -50px;
	z-index: 100;
	margin-bottom: -50px;
}

.point .inner {
	width: 80%;
	max-width: 1024px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 70px;
}

.point .point_ttl {
	max-width: 715px;
	width: 58.6%;
	margin: 0 auto;
}

.point ul {
	padding: 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 60px;
}

.point .li {
	width: calc(100% / 3);
	max-width: 218px;
}

.point .box_point01 {
	padding-top: 3.7%;
}

.bg-sepa.reason-top {
	margin-top: -45px;
}

.reason {
	margin-bottom: -50px;
	padding: 100px 0 150px;
	background: url("../img/reason_bg.png") no-repeat cover;
	display: block;
	position: relative;
	top: -50px;
	z-index: 1;
}

.reason .reason_ttl {
	padding: 70px 0;
	max-width: 704px;
	width: 58.5%;
	margin: 0 auto;
}

.reason .reason_ttl img {
	width: 100%;
}

.reason .reason_list {
	padding: 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 60px;
}

.reason .reason_item {
	width: calc((100% - 120px) / 3);
}

.reason .reason_item img {
	width: 100%;
}

.reason .reason_item .reason_item_ttl {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 20px;
}

.reason .reason_item .reason_item_txt {
	font-size: 16px;
}

.ind {
	padding: 100px 0 50px;
}

.ind .ind_list {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.ind .ind_item {
	width: calc((100% - 40px) / 3);
}

/* ==========================================
   ランキング & 新着 (Rank & Arrival)
   ========================================== */
#rank {
	height: 80px;
}

.rank {
	background-color: #fff4de;
	border-radius: 5px;
	padding: 100px 50px 50px;
	position: relative;
	margin-bottom: 100px;
}

.rank img {
	width: 100%;
}

.rank .rank_ttl {
	max-width: 526px;
	width: 43.8%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-60%);
}

.rank .rank_list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	flex-wrap: wrap;
}

.rank .rank_item,
.arrival .arrival_item {
	width: calc((100% - 40px) / 2);
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}

.rank .rank_item._01,
.arrival .arrival_item {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
}

.rank .rank_item._01 {
	border: 1px solid #b28435;
}

.rank .rank_item .img_frame,
.arrival .arrival_item .img_frame {
	position: relative;
}

.rank .rank_item._01 .img_frame,
.arrival .arrival_item .img_frame {
	width: 40%;
	max-width: 420px;
}

.rank .rank_item._01 .txt_frame,
.arrival .arrival_item .txt_frame {
	width: 55%;
	max-width: 580px;
	padding-right: 20px;
}

.rank .rank_item .img_frame .rank_icon {
	max-width: 53px;
	width: 15.58%;
	position: absolute;
	top: -6px;
	left: 3px;
}

.rank .rank_item .img_frame .rank_icon.rank_icon01 {
	max-width: 73px;
	width: 17.38%;
}

.rank .rank_item .item_ttl,
.arrival .arrival_item .item_ttl {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.rank .rank_item .item_ttl .item_ttl_txt,
.arrival .arrival_item .item_ttl .item_ttl_txt {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}

.rank .rank_item .item_ttl .item_ttl_txt .fnt-s,
.arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s {
	font-size: 80%;
}

.rank .rank_item .item_ttl .item_ttl_txt .fnt-s span,
.arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s span {
	font-size: 18px;
	font-weight: normal;
}

.rank .rank_item .item_comment,
.arrival .arrival_item .item_comment {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.3;
}

.rank .rank_item .couponlist,
.arrival .arrival_item .couponlist,
.gift_product_item .couponlist {
	width: calc((100% - 60px) / 3) !important;
	max-width: none !important;
	box-sizing: border-box;
}

.rank .rank_item._01 .txt_frame .couponlist,
.arrival .arrival_item .couponlist {
	justify-content: flex-end;
}

.gift_product_item.single .couponlist {
	padding-top: 20px;
}

.coupon01, .coupon02 {
	font-size: 20px;
	line-height: 100%;
	display: inline-block;
}

.coupon01 {
	padding: 7px 8px;
	color: #0c1e64;
	background: #edd985;
	white-space: nowrap;
}

.coupon02 {
	padding: 7px 12px;
	color: #fff;
	background: #0c1e65;
	display: block;
}

.item_price {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #c13030;
	line-height: 1;
}

.item_price .tag-freeship {
	display: inline-block;
	font-size: 17px;
	background-color: #c13030;
	padding: 7px 10px;
	color: #fff;
	margin-right: 10px;
	margin-top: 5px;
}

.item_price .price {
	font-size: 40px;
}

.item_price .yen {
	padding-top: 5px;
	font-size: 30px;
}

.arrival {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff4de;
	padding: 100px 50px 50px;
	position: relative;
}

.arrival .arrival_ttl {
	max-width: 120px;
	width: 80%;
	margin: 0 auto 60px;
}

.arrival .arrival_item .img_frame img {
	margin-bottom: 20px;
}

.arrival .arrival_item .txt_frame ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.arrival .arrival_item .txt_frame li {
	padding: 5px 20px;
	font-size: 20px;
	border: 1px solid #222222;
	border-radius: 50px;
	display: inline-block;
}

/* ==========================================
   ギフト共通説明枠 (Gift Description)
   ========================================== */
.gift {
	padding-bottom: 50px;
}

.gift img {
	width: 100%;
}

.gift .gift_ttl {
	max-width: 470px;
	width: 39%;
	margin: 0 auto;
	padding: 140px 0 100px;
}

.gift_desc {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto 100px;
	--in-brd-px: 24px;
	--in-ribbon-px: -2px;
	padding: var(--in-brd-px);
	border: 2px solid #89a0c3;
	background-color: #fff;
	position: relative;
}

.gift_desc_ribbon_lt,
.gift_desc_ribbon_rb {
	position: absolute;
	max-width: 128px;
	width: 10.6%;
}

.gift_desc_ribbon_lt { top: var(--in-ribbon-px); left: var(--in-ribbon-px); }
.gift_desc_ribbon_rb { bottom: var(--in-ribbon-px); right: var(--in-ribbon-px); }

.gift_desc_inner {
	border: 2px solid #89a0c3;
	padding: 45px 80px;
}

.gift_desc_item {
	display: flex;
	align-items: center;
}

.gift_desc_item.img-r { flex-direction: row-reverse; }
.gift_desc_item.img-l { flex-direction: row; }

.gift_desc_item .img_frame {
	width: 35%;
}

.gift_desc_item .img_frame img {
	max-width: 100%;
	width: 60%;
	display: block;
	margin: 0 auto;
}

.gift_desc_item .desc {
	width: 65%;
	padding: 0 20px;
}

.gift_desc_item .desc .ttl {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #2e5b86;
}

.gift_desc_item .desc .txt {
	font-size: 20px;
}

.gift_desc_item .desc .txt .marker_ul {
	font-weight: bold;
	background: linear-gradient(transparent 40%, #faebd0 80%);
}

.gift_desc_item .desc .txt .caution {
	font-size: 16px;
}

.gift_separate {
	width: 100%;
	margin: 30px 0;
	border: 1px solid #89a0c3;
}

/* ==========================================
   ギフト特集別スキン (Mother / Father)
   ========================================== */
.gift.gift-mother {
	background-color: #fbeaf2;
	margin-top: -1px;
	margin-bottom: -1px;
	display: none;
}

.gift.gift-mother .gift_desc_inner { border-color: #fbeaf2; }
.gift.gift-mother .gift_separate { background-color: #fbeaf2; }
.gift.gift-mother .gift_desc_item .desc .ttl { color: #a5173c; }
.gift.gift-mother .gift_desc_item:nth-of-type(3) .img_frame img { width: 80%; }

.gift.gift-father.gift-bg-wht {
	margin-bottom: 0;
	padding-top: 70px;
	padding-bottom: 0;
	background: url("../img/gift-bg-wht_bg.png") no-repeat cover;
	position: relative;
	top: 0;
}

.gift.gift-father.gift-bg-wht .inner {
	margin: 70px auto;
}

.gift-father.gift-bg-wht .gift_product.gift_gyuutan .gift_product_ttl {
	margin-bottom: 20px;
}

.gift-father.gift-bg-wht .gift_product.gift_gyuutan .ttl_under_caution {
	max-width: 730px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 22px;
}

.gift.gift-father {
	background: url("../img/gift-father_bg.png") no-repeat cover;
	position: relative;
	top: -110px;
	z-index: 15;
	margin-bottom: -110px;
}

@media screen and (min-width: 1920px) {
	.gift.gift-father {
		top: -130px;
		margin-bottom: -130px;
	}
}

.gift.gift-father .gift_desc_inner { border-color: #c8e0ff; }
.gift.gift-father .gift_separate { background-color: #ebf3fc; }
.gift.gift-father .gift_desc_item .desc .ttl { color: #2e5b86; }
.gift.gift-father .gift_desc_item:nth-of-type(3) .img_frame img { width: 80%; }

.gift.gift_range {
	margin-bottom: 70px;
	padding: 100px 0;
	background: url("../img/gift_range_bg.png") no-repeat;
}

.gift.gift_range .gift_range_ttl {
	max-width: 190px;
	width: 80%;
	margin: 0 auto 60px;
}

.gift.gift_range .gift_range_list,
.gift .gift_cat .gift_cat_list {
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.gift.gift_range .gift_range_item,
.gift .gift_cat .gift_cat_item {
	width: calc((100% - 40px) / 2);
	max-width: 361px;
}

.gift .gift_cat {
	padding: 120px 0 100px;
}

.gift .gift_cat .gift_cat_ttl {
	max-width: 270px;
	width: 80%;
	margin: 0 auto 60px;
}

/* ==========================================
   商品グリッドエリア (Gift Products)
   ========================================== */
.gift .gift_product {
	background-color: #fff;
	border-radius: 5px;
	padding: 50px;
	margin-bottom: 70px;
}

.gift .gift_product.home_use {
	background: #fcf8ef;
}

.gift_product .img_frame {
	margin-bottom: 10px;
}

.gift_product .single .img_frame {
	margin-bottom: 0;
}

.gift_product_item.single {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.gift_product_item.single .img_frame {
	width: 43%;
	max-width: 475px;
}

.gift_product_item.single .txt_frame {
	width: 53%;
	max-width: 590px;
}

.gift .gift_product .gift_product_ttl {
	width: 80%;
	margin: 0 auto 50px;
}

.gift .gift_product .gift_product_list {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex !important;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px !important;
	flex-wrap: wrap !important;
}

.gift .gift_product .gift_product_list.even,
.gift .gift_product.gift_gyuutan .gift_product_list {
	justify-content: center;
	flex-wrap: wrap;
}

.gift_product_item {
	width: calc((100% - 60px) / 3);
}

.gift .gift_product .gift_product_list.even .gift_product_item,
.gift .gift_product.gift_gyuutan .gift_product_list .gift_product_item {
	width: calc((100% - 30px) / 2);
	max-width: 410px;
	padding: 30px;
	background: #faf7ed;
}

.gift_product_item.single {
	width: 100% !important;
	max-width: 850px !important;
}

.gift_product_item.single.no1 {
	border: 2px solid #b28435;
	position: relative;
}

.gift_product_item.single.no1 .mark {
	width: 158px;
	height: 157px;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 30;
}

.gift_product_item .product_ttl {
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.gift_product_item.single .product_ttl {
	margin: 0 0 30px;
}

.gift_product_item .copy {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	color: #246aac;
}

.gift_product_item .product_ttl .product_ttl_txt {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
}

.gift_product_item.single .product_ttl .product_ttl_txt {
	font-size: 30px;
}

.gift_product_item .product_ttl .product_ttl_txt .fnt-s {
	font-size: 80%;
}

.gift_product_item .product_ttl .product_ttl_txt .fnt-s span {
	font-size: 18px;
	font-weight: normal;
}

.gift_product_item .product_txt {
	font-size: 16px;
}

.gift_product_item.single .product_txt {
	margin: 0 0 30px;
	font-size: 23px;
}

.item_price .ebd.square {
	display: inline-block;
	font-size: 19px;
	text-align: center;
	line-height: 1.2;
	background-color: #edd985;
	padding: 8px 5px;
	color: #0c1e64;
	margin-right: 10px;
	margin-top: 5px;
}

.item_price .ebd.square span {
	display: inline-block;
	font-size: 21px;
}

.item_price .tag-freeship.square {
	padding: 8px 11px;
	font-size: 19px;
	text-align: center;
	line-height: 1.2;
}

/* 各商品スキン個別幅設定 */
.gift .gift_product.gift_atsugiri .gift_product_ttl { max-width: 272px; width: 80%; position: relative; }
.gift .gift_product.gift_shintan .gift_product_ttl { max-width: 120px; width: 80%; }
.gift .gift_product.gift_gyuutan .gift_product_ttl { max-width: 274px; width: 80%; }
.gift .gift_product.gift_assort .gift_product_ttl { max-width: 415px; width: 80%; }
.gift .gift_product.gift_gokuzyou .gift_product_ttl { max-width: 513px; width: 80%; }

.gift .gift_product.gift_atsugiri {
	position: relative;
}

.gift .gift_product.gift_atsugiri .no1_icon {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 11.02%;
	max-width: 130px;
}

/* ボタン関係 */
.gift .gift_product .variations_btn_area,
.gift .gift_product .more_btn_area {
	padding: 60px 0 0;
	text-align: center;
}

.gift .gift_product .variations_btn,
.gift .gift_product .more_btn {
	margin: 0 auto;
	padding: 15px 0;
	font-size: 23px;
	position: relative;
	color: #4f280d;
	border: 1px solid #4f280d;
	border-radius: 5px;
	display: inline-block;
}

.gift .gift_product .variations_btn { width: 100%; }
.gift .gift_product .more_btn { width: 100%; max-width: 480px; }

.gift .gift_product .variations_btn_area ul { display: flex; justify-content: space-between; }
.gift .gift_product .variations_btn_area li { width: calc((100% - 80px) / 4); }

.gift .gift_product .variations_btn::after,
.gift .gift_product .more_btn::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 1px solid #4f280d;
	border-right: 1px solid #4f280d;
	top: calc(50% - 6px);
	right: 20px;
	transform: rotate(45deg);
}

/* ==========================================
   お買い物ガイド・フロー (Order Flow)
   ========================================== */
.order_flow {
	background: url(../img/order_flow_bg.png) repeat-y cover;
	padding: 45px 0;
	margin-top: -70px;
}

.order_flow .order_flow_ttl {
	max-width: 369px;
	width: 30%;
	margin: 0 auto;
	padding: 60px 0;
}

.order_flow .box_flow {
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
	background: url("../img/box_flow_bg.png") repeat-y 42px 0;
}

.order_flow .box_flow .box_flow_inner {
	width: calc(100% - 104px);
	margin-bottom: 30px;
	padding-bottom: 35px;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	border-bottom: 1px solid #6f6f6f;
}

.order_flow .box_flow .box_flow_inner.last {
	border-bottom: none;
}

.order_flow .box_flow dl {
	width: 63%;
}

.order_flow .box_flow .img_frame {
	width: 35%;
	max-width: 420px;
}

.order_flow .box_flow .flow_no {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #00479d;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

.order_flow .box_flow .flow_no span {
	font-size: 30px;
	display: block;
}

.order_flow .box_flow dt {
	height: 84px;
	font-size: 26px;
	font-weight: bold;
	color: #122d70;
	display: flex;
	align-items: center;
}

.order_flow .box_flow dd {
	font-size: 20px;
	color: #122d70;
}

.order_flow .box_flow_end {
	margin: 0 20px 35px;
	padding: 20px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #00479d;
}

.order_flow .box_flow .comment_box {
	margin-top: 15px;
	padding: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #f0722d;
	background: #fdfbe0;
}

/* ==========================================
   注意事項エリア (Notice)
   ========================================== */
.notice {
	max-width: 1220px;
	margin: 0 auto 150px;
}

.notice .notice_item {
	margin: 0 20px;
	padding: 40px 50px;
	background-color: #f4f1f1;
}

.notice .notice_item+.notice_item {
	margin-top: 50px;
}

.notice .notice_item .item_ttl {
	background-color: #aaa;
	color: #fff;
	padding: 1.0em 0 1.2em;
	margin-bottom: 40px;
}

.notice .notice_item .item_ttl_txt {
	font-size: 26px;
	line-height: 1;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
}

.notice .notice_item .item_desc {
	display: flex;
	align-items: center;
}

.notice .notice_item .item_desc .img_frame {
	width: 30%;
	padding: 0 10px;
}

.notice .notice_item .item_desc .img_frame img {
	margin: 0 auto;
}

.notice .notice_item .item_desc .item_desc_txt {
	width: 70%;
	padding: 0 30px 0 10px;
	font-size: 18px;
}

.notice .notice_item .item_desc .item_desc_txt .fnt-c {
	font-weight: bold;
	color: #c13030;
}

.notice .notice_item .item_desc .item_desc_txt .fnt-s {
	font-size: 88%;
}

.notice .notice_item1 .item_ttl { background-color: #c13030; }
.notice .notice_item2 .item_ttl { background-color: #28a163; }

/* ==========================================
   スマートフォン表示調整 (Responsive)
   ========================================== */
@media screen and (max-width: 767px) {
	.event { padding-bottom: 50px; }
	.event .pc { display: none; }
	.event .sp { display: block; }
	.event .inner { max-width: 1200px; padding: 0 10px; }

	.fv_bottom { background-repeat: repeat-y; background-size: 100%; }
	.fv_bottom .fv_message { padding-top: 50px; padding-bottom: 0; }
	.fv_bottom .fv_message .fv_message_ttl { width: 90%; margin-bottom: 20px; }
	.fv_bottom .fv_message .fv_message_txt { font-size: 14px; padding: 0 10px; }

	.coupon { margin: 50px auto; }

	.point { aspect-ratio: auto; padding: 50px 0; background: url("../img/point_bg_sp.png") no-repeat 100% 100%; }
	.point .inner { width: 90%; row-gap: 20px; }
	.point .point_ttl { width: 88%; }
	.point ul { margin-top: 30px; padding: 0; flex-direction: column; align-items: center; gap: 30px; }
	.point li { width: 80%; }
	.point .box_point01 { padding-top: 0; }

	.reason { background-repeat: repeat-y; background-size: 100%; }
	.reason .reason_ttl { padding: 40px 0 30px; width: 90%; }
	.reason .reason_list { flex-wrap: wrap; gap: 40px; }
	.reason .reason_item { width: 100%; padding: 0 10px; }
	.reason .reason_item .reason_item_txt { font-size: 14px; }

	.ind { padding: 70px 0 10vw; }
	.ind .ind_list { flex-wrap: wrap; align-items: center; }
	.ind .ind_item { width: 100%; }
	.ind .ind_item img { width: 100%; }
	.ind .ind_item:nth-of-type(1) img { padding-left: 3vw; }

	.rank { padding: 70px 10px 50px; margin-bottom: 50px; }
	.rank .rank_ttl { width: 95%; transform: translateX(-50%) translateY(-10vw); }
	.rank .rank_list { padding: 0 10px; flex-wrap: wrap; gap: 50px 10px; }
	.rank .rank_item { width: 100%; }

	.rank .rank_item._01,
	.arrival .arrival_item,
	.gift_product_item.single {
		flex-wrap: wrap;
	}

	.rank .rank_item._01 .img_frame,
	.arrival .arrival_item .img_frame,
	.gift_product_item.single .img_frame,
	.rank .rank_item._01 .txt_frame,
	.arrival .arrival_item .txt_frame,
	.gift_product_item.single .txt_frame {
		width: 100%;
		max-width: 1200px;
	}
	
	.rank .rank_item._01 .txt_frame,
	.arrival .arrival_item .txt_frame,
	.gift_product_item.single .txt_frame {
		padding-right: 0;
	}

	/* スマホフォント一括底上げ */
	.rank .rank_item .item_ttl .item_ttl_txt,
	.arrival .arrival_item .item_ttl .item_ttl_txt,
	.gift_product_item.single .product_ttl .product_ttl_txt,
	.gift_product_item .product_ttl .product_ttl_txt {
		margin-bottom: 0;
		font-size: 16px;
	}

	.gift_product_item .copy { margin-top: 10px; margin-bottom: 10px; font-size: 14px; }
	.gift_product_item.single .product_ttl { margin: 0 0 10px; }
	
	.gift_product_item .product_ttl .product_ttl_txt .fnt-s span,
	.rank .rank_item .item_ttl .item_ttl_txt .fnt-s,
	.arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s {
		font-size: 80%;
	}

	.rank .rank_item .item_ttl .item_ttl_txt .fnt-s span,
	.arrival .arrival_item .item_ttl .item_ttl_txt .fnt-s span {
		font-size: 13px; /* 前回の最適化サイズへ調整 */
		font-weight: normal;
	}

	.rank .rank_item .item_comment,
	.arrival .arrival_item .item_comment,
	.gift_product_item.single .product_txt {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.gift_product_item .product_txt { font-size: 13px; }

	.rank .rank_item .couponlist,
	.arrival .arrival_item .couponlist,
	.gift_product_item .couponlist {
		margin-bottom: 5px;
	}

	.coupon01, .coupon02 { font-size: 13px; }
	.coupon01 { padding: 5px 10px 5px 0; }
	.coupon02 { padding: 5px 10px; }

	.gift.gift-father {
		padding-top: 30px;
		background: url(../img/gift-father_bg.png) no-repeat top / 100%, url(../img/gift-father_bg_sp.png) no-repeat bottom / 100%;
	}

	.gift.gift-father .inner { background: url(../img/gift-father_bg_sp.png) repeat-y 100%; }
	.gift.gift-father.gift-bg-wht { padding-top: 50px; background-size: 100%; background-repeat: repeat-y; }
	.gift.gift-father.gift-bg-wht .inner { margin: 0 auto; background: none; }

	.gift .gift_product.home_use .gift_product_list { gap: 0; }
	.arrival { padding: 100px 0 50px; }

	.item_price .tag-freeship { font-size: 13px; padding: 5px; }
	.item_price .price { font-size: 24px; }
	.item_price .yen { font-size: 16px; }

	.arrival .arrival_item .txt_frame ul { margin-top: 30px; gap: 10px; }
	.arrival .arrival_item .txt_frame li { padding: 5px 15px; font-size: 12px; }

	.gift { padding-bottom: 10px; }
	.gift .gift_ttl { width: 90%; padding: 20px 0 30px; }

	.gift .gift_product .variations_btn_area { padding: 0; margin-top: 20px; }
	.gift .gift_product .more_btn_area { padding: 20px 0 0; }
	.gift .gift_product .variations_btn_area ul { flex-wrap: wrap; gap: 15px; }
	.gift .gift_product .variations_btn_area li { width: calc((100% - 15px) / 2); }
	
	.gift .gift_product .variations_btn, 
	.gift .gift_product .more_btn {
		margin: 0 auto;
		padding: 10px 0;
		font-size: 14px;
	}

	.gift .gift_product .variations_btn::after, 
	.gift .gift_product .more_btn::after {
		width: 8px;
		height: 8px;
		top: calc(50% - 3px);
		right: 15px;
	}

	.gift_desc { width: calc(100% - 40px); margin: 0 auto 50px; --in-brd-px: 5px; --in-ribbon-px: -2px; }
	.gift_desc_inner { padding: 20px 5px; }
	.gift_desc_item.img-r, .gift_desc_item.img-l { flex-flow: column; }
	.gift_desc_item .img_frame { width: 50%; margin: 20px 0 10px; }
	.gift_desc_item .img_frame img { width: 70%; }
	.gift_desc_item .desc { width: 100%; padding: 0 10px; }
	.gift_desc_item .desc .ttl { font-size: 16px; }
	.gift_desc_item .desc .txt { font-size: 14px; line-height: 1.5; }
	.gift_desc_item .desc .txt .caution { font-size: 12px; }
	.gift_desc_ribbon_lt, .gift_desc_ribbon_rb { width: 15%; }
	.gift_separate { margin: 20px 0; }

	.gift.gift_range { margin-bottom: 0; padding: 40px 0 30px; }
	.gift.gift_range .gift_range_ttl { width: 40%; margin-bottom: 30px; }
	.gift.gift_range .gift_range_list, .gift .gift_cat .gift_cat_list { flex-wrap: wrap; gap: 10px; }
	.gift.gift_range .gift_range_item, .gift .gift_cat .gift_cat_item { width: calc((100% - 10px) / 2); }

	.gift .gift_cat { padding: 60px 0 60px; }
	.gift .gift_cat .gift_cat_ttl { width: 60%; margin-bottom: 30px; }

	.gift .gift_product { padding: 30px 10px; }
	.gift .gift_product .gift_product_list { flex-wrap: wrap; gap: 40px; }
	.gift .gift_product .gift_product_item { width: calc((100% - 10px) / 2); }

	/* 商品4（牛タンエリア）強制右寄せ */
	.gift .gift_product.gift_gyuutan .gift_product_item .item_price {
		justify-content: flex-end;
	}

	.item_price .ebd.square { margin-right: 6px; padding: 5px 2px; font-size: 10px; }
	.item_price .ebd.square span { font-size: 11px; }
	.item_price .tag-freeship.square { margin-right: 6px; padding: 5px 7px; font-size: 11px; }

	.gift .gift_product.gift_shintan .gift_product_ttl { width: 30%; margin-bottom: 30px; }
	.gift .gift_product.gift_gyuutan .gift_product_ttl { width: 65%; margin-bottom: 30px; }
	.gift .gift_product.gift_assort .gift_product_ttl { width: 55%; margin-bottom: 30px; }
	.gift-father.gift-bg-wht .gift .gift_product.gift_gyuutan .ttl_under_caution { font-size: 14px; margin-bottom: 0; }
	.gift .gift_product .more_btn { padding: 10px 55px; font-size: 14px; }

	.order_flow { margin-top: 0; }
	.order_flow .box_flow { background-position: 23px 0; }
	.order_flow .box_flow .box_flow_inner { flex-direction: column; width: calc(100% - 64px); margin-bottom: 20px; padding-bottom: 20px; }
	.order_flow .order_flow_ttl { width: 68%; padding: 30px 0; }
	.order_flow .box_flow .flow_no { width: 50px; height: 50px; font-size: 12px; }
	.order_flow .box_flow .flow_no span { font-size: 20px; }
	.order_flow .box_flow .img_frame { width: 100%; margin-top: 10px; }
	.order_flow .box_flow dl { width: 100%; max-width: 100%; }
	.order_flow .box_flow dt { height: 50px; font-size: 14px; }
	.order_flow .box_flow dd p { font-size: 12px; }
	.order_flow .box_flow dd p.kome { font-size: 10px !important; }
	.order_flow .box_flow_end { margin: 0 20px 5px; padding: 10px; font-size: 16px; }
	.order_flow .box_flow .comment_box { margin: 15px auto; padding: 15px; font-size: 12px; }

	.notice { margin: 0 auto; padding: 40px 0 20px; }
	.notice .notice_item { margin: 0 10px; padding: 20px 10px 40px; }
	.notice .notice_item .item_ttl { margin-bottom: 20px; }
	.notice .notice_item .item_ttl_txt { font-size: 18px; letter-spacing: 1px; }
	.notice .notice_item .item_desc { flex-wrap: wrap; }
	.notice .notice_item .item_desc .img_frame { width: 100%; margin-bottom: 20px; }
	.notice .notice_item .item_desc .img_frame img,
	.notice .notice_item1 .item_desc .img_frame img { width: 30%; }
	.notice .notice_item2 .item_desc .img_frame img { width: 60%; max-width: 200px; }
	.notice .notice_item .item_desc .item_desc_txt { width: 100%; font-size: 14px; padding: 0 10px; }
}

/* ==========================================
   フッター (Footer)
   ========================================== */
.footerblock {
	background-color: #2F1F1B;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}

.footerblock a {
	text-decoration: underline;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.footer-info {
	flex: 1 1 calc(50% - 20px);
	max-width: calc(50% - 20px);
	text-align: left;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	color: #000000;
}

.footer-info h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #2F1F1B;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.footer-info h3::before {
	content: "\25A0";
	margin-right: 5px;
}

.footer-info h4 {
	font-weight: bold;
	margin: 20px 0 0 0;
}

.footer-info p {
	font-size: 16px;
}

.footer-copyright {
	flex: 1 1 100%;
	text-align: center;
	margin-top: 20px;
}