@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
	--main: #222;
	--gold:#b68b01;
	--yellow: #ffeb3f;
	--blue: #427bbd;
	--btn_blue: #84a9d4;
	--texticon_blue:#697686;
	--orange:#da4e11;
	--font01: "Noto Sans JP", sans-serif;
	--font03: "Roboto", sans-serif;
	--paddingPC: 0 18vw 8vh;
	--paddingTABLET: 0 24px;
	--paddingSP: 0 24px;
}

@media only screen and (max-width: 599px) {
	.sp_only {
		display: block;
	}
	.sp_tablet_only {
		display: block;
	}
	.tablet_only {
		display: none;
	}
	.pc_only {
		display: none;
	}
	.pc_tablet_only {
		display:none !important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.sp_only {
		display: none !important;
	}
	.sp_tablet_only {
		display: block;
	}
	.tablet_only {
		display: block;
	}
	.pc_only {
		display: block;
	}
	.pc_tablet_only {
		display:block;
	}
}
@media only screen and (min-width: 1025px) {
	.sp_only {
		display: none !important;
	}
	.sp_tablet_only {
		display: none;
	}
	.tablet_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
	.pc_tablet_only {
		display:block;
	}
}

.idc-commonbanner {
    display: none;
}
.main-visual {
    max-width: 1920px;
    margin: 0 auto;
}
main {
	color:var(--main);
}
main ul {
    list-style: none;
}


/* ------------------------------------------ 

 - anchor

------------------------------------------  */
.anchor {
    display: flex;
}
.anchor_item {
	text-align: center;
	background:var(--blue);
}
.anchor_item:not(:nth-child(2)) {
	background:var(--yellow);
}
.anchor_item:hover {
	opacity:0.8;
}
@media (max-width: 599px) {
    .anchor {
	    flex-direction: row;
	    flex-wrap:wrap;
	    gap:0;
	    align-items: center;
	    justify-content: space-between;
	}
	.anchor_item {
		width: 33.333333%;
	}
	.anchor_item a {
		display:block;
		padding: 20px 10px;
	}
	.anchor_item img {
		width:100%
	}
}

@media (min-width: 600px) and (max-width: 1024px) {
   .anchor {
	    flex-direction: row;
	    flex-wrap:nowrap;
	    gap:0;
	    align-items: center;
	    justify-content: center;
	}
	.anchor_item {
		width: 33.333%;
	}
	.anchor_item a {
		display:block;
		padding: 10px 10px;
	}
	.anchor_item img {
		width:40%
	}
}

@media (min-width: 1025px) {
	.anchor {
	    flex-direction: row;
	    flex-wrap:nowrap;
	    gap:0;
	    align-items: center;
	    justify-content: center;
	}
	.anchor_item {
		width: 33.333%;
	}
	.anchor_item a {
		display:block;
		padding: 20px 60px;
	}
	.anchor_item img {
		width:50%
	}
}


/* ------------------------------------------

- main_lead

------------------------------------------  */
.main_lead {
    text-align: center;
    padding: 50px 0 0 0;
    position:relative;
}
.main_lead::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/item/html/user_data/assets/img/page/event/interiorfair202603ec/bg_main_lead.jpg) center / cover no-repeat;
    opacity: 0.3;
    z-index: -1;
	}
.main_lead_title {
	display: inline;
	color: var(--main);
	font-weight: bold;
	border-bottom: 1px solid #222;
}
.main_lead_text {
    letter-spacing: 0.5px;
    font-weight: bold;
}
.main_lead_text .marker {
	text-decoration-line:underline;
	text-decoration-color: var(--yellow);
	text-decoration-skip-ink:none;
	color: var(--gold);
	font-weight: bold;
}
.main_lead_note {
    font-weight: 500;
}
@media (max-width: 599px) {
    .main_lead {
        padding: 30px 24px 24px;
    }
    .main_lead_title {
	    font-size: 21px;
	}
    .main_lead_text {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }
	.main_lead_text .marker {
		margin-top: -9px;
		display:inline-block;
	}
	.main_lead_text .marker {
		text-decoration-thickness: 14px;
		text-underline-offset: -10px;
		font-size: 20px;
		letter-spacing: -0.2px;
		padding: 0 4px 0 2px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
     .main_lead {
        padding: 42px 24px 12px;
    }
    .main_lead_title {
	    font-size: 28px;
	}
    .main_lead_text {
        font-size: 16px;
        letter-spacing: 0.5px;
        margin-top: 22px;
    }
	.main_lead_text .marker {
		text-decoration-thickness: 14px;
		text-underline-offset: -10px;
		font-size: 21px;
		letter-spacing: -0.5px;
		padding: 0 4px 0 2px;
	}
}
@media (min-width: 1025px) {
    .main_lead {
		max-width: 100%;
		padding: 90px 30px;
		margin: 0 auto;
		}
    .main_lead_title {
	    font-size: 32px;
		margin-bottom: 40px;
	}
    .main_lead_text {
        font-size: 25px;
        letter-spacing: 0.5px;
        line-height: 2.0;
        margin: 23px auto 0;
        margin-bottom: 30px;
    }
	.main_lead_text .marker {
		text-decoration-thickness: 20px;
		text-underline-offset: -12px;
		font-size: 30px;
		letter-spacing: -0.5px;
		padding: 0 4px;
	}
}
/* ------------------------------------------
 main_lead_date
------------------------------------------ */
.main_lead_date {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-weight: bold;
	flex-wrap: nowrap;
}
.main_lead_date .day {
	font-family: var(--font03);
	letter-spacing: -1px;
}
.main_lead_date .circle_day {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	background-color: #333333;
	border: none;
	border-radius: 50%;
	line-height: 1;
}
@media (max-width: 599px) {
   .main_lead_date {
        align-items: flex-start;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
        padding-right: 10px;
        line-height: 1;
    }
	.main_lead_date .arrow {
		font-size:20px;
		padding-right:3px;
	}
	.main_lead_date .day {
		font-size: 27px;
		line-height: 0.8;
		letter-spacing: -2px;
		margin-bottom: -4px;
	}
	.main_lead_date .circle_day {
		width: 20px;
		height: 20px;
		font-size: 12px;
		margin: 1px 1px;
	}
	.main_lead_date .untill {
		font-size: 14px;
		letter-spacing: -2px;
		padding-right: 3px;
		margin-top: 5px;
	}
	.main_lead_date .held {
		font-size: 22px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.main_lead_date {
		align-items: center;
		letter-spacing: 0.5px;
		margin-bottom: 20px;
		line-height: 1;
	}
	.main_lead_date .arrow {
		font-size:28px;
		padding-right:3px;
	}
	.main_lead_date .day {
		font-size: 30px;
		line-height: 0.8;
		letter-spacing:-2px;
	}
	.main_lead_date .circle_day {
		width: 22px;
		height: 22px;
		font-size: 12px;
		margin: 0 1px;
	}
	.main_lead_date .untill {
		font-size: 18px;
		letter-spacing: -2.5px;
		padding-right: 3px;
	}
	.main_lead_date .held {
		font-size: 26px;
	}
}
@media (min-width: 1025px) {
	.main_lead_date {
		align-items: center;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
		line-height: 1;
	}
	.main_lead_date .arrow {
		font-size:28px;
		padding-right:3px;
	}
	.main_lead_date .day {
		font-size: 39px;
		line-height: 0.8;
		letter-spacing:-2px;
	}
	.main_lead_date .circle_day {
		width: 30px;
		height: 30px;
		font-size: 16px;
		margin: 0 1px;
	}
	.main_lead_date .untill {
		font-size: 26px;
		letter-spacing: -2.5px;
		padding-right: 3px;
	}
	.main_lead_date .held {
		font-size: 35px;
	}
}



/* ------------------------------------------  
 
- area / COMMON

------------------------------------------ */
/* ------------------------------------------ 
 area_title
------------------------------------------ */
.area_title {
    text-align: center;
}
@media (max-width: 599px) {
    .area_title {
	    margin: 0 auto 20px;
	    width: 80%;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
   .area_title {
	    padding: 0 30px;
	    margin: 0 auto 18px;
	    width: 48%;
	}
}
@media (min-width: 1025px) {
	.area_title {
	    padding: 0 30px;
	    margin: 0 auto 40px;
	    width: 100%;
	}
}
/* ------------------------------------------ 
 area_full_image
------------------------------------------ */
.area_full_image {
	width: 100%;
	overflow: hidden;
}
.area_full_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
@media (max-width: 599px) {
	.area_full_image {
        height: auto;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.area_full_image {
		height: 220px;
	}
}
@media (min-width: 1025px) {
	.area_full_image {
		height: 300px;
	}
}
/* ------------------------------------------ 
 area_lead
------------------------------------------ */
.area_lead {
		text-align: center;
		font-weight: 500;
		margin: 0 auto;
    }
@media (max-width: 599px) {
    .area_lead {
		font-size: 15px;
		padding: 20px 24px 0;
		}
}
@media (min-width: 600px) and (max-width: 1024px) {
    .area_lead {
		font-size: 19px;
		padding: 40px 24px 0;
		}
}
@media (min-width: 1025px) {
    .area_lead {
		font-size: 24px;
		padding: 60px 30px 0;
    }
}

/* ------------------------------------------ 
 note_col_contents
------------------------------------------ */
.note_col_contents {
	    text-align:center;
    }
    .note_col_wrap {
	    display:inline-block;
		text-align:left;
    }
    .note_col li {
		font-weight:500;
    }
@media (max-width: 599px) {
    .note_col_contents {
		padding:var(--paddingSP);
	}
    .note_col li {
	    font-size:11px;
		text-indent:-11px;
		padding-left:11px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .note_col_contents {
		padding: 0 30px 20px;
	}
    .note_col li {
	    font-size:12px;
    }
}
@media (min-width: 1025px) {
	.note_col_contents {
		padding: 0 30px 20px;
	}
    .note_col li {
	    font-size:12px;
    }
}

/* ------------------------------------------ 
 series_btn_area
------------------------------------------ */
 .series_btn_area {
	background: var(--blue);
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.series_btn {
	padding: 0;
	margin:0 auto;
	text-align: center;
	background: #fff;
}
 .series_btn a {
	position: relative;
	display: block;
	font-weight: bold;
}
.series_btn a .fa-angle-right {
	position: absolute;
	transform: translateY(-50%);
}
@media (max-width: 599px) {
     .series_btn_area {
		padding: 24px;
	}
    .series_btn {
        max-width: 100%;
    }
    .series_btn a {
        font-size: 14px;
        font-weight: bold;
        padding: 8px;
        line-height: 1.4;
    }
    .series_btn a .fa-angle-right {
		top: 40%;
		right: 3%;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
   .series_btn_area {
		padding: 30px 0;
	}
    .series_btn {
        max-width: 60%;
    }
    .series_btn a {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 6px 30px;
    }
    .series_btn a .fa-angle-right {
		top: 50%;
		right: 3%;
	}
}
@media (min-width: 1025px) {
    .series_btn_area {
		padding: 30px 0;
	}
    .series_btn {
        max-width: 830px;
    }
    .series_btn a {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 10px 30px;
    }
    .series_btn a .fa-angle-right {
		top: 50%;
		right: 3%;
	}
}



/* ------------------------------------------  
 
- dining_area

------------------------------------------ */
.dining_area {
    width: 100%;
}
@media (max-width: 599px) {
    .dining_area {
	    padding: 60px 0 0;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
   .dining_area {
	    margin: 0 auto 10px;
	    padding: 50px 0 0;
	}
}
@media (min-width: 1025px) {
	.dining_area {
	    margin: 0 auto 60px;
	    padding: 80px 0 0;
	}
}


/* ===================================
 recommend_swiper
=================================== */
.recommend_swiper .swiper-button-next,
.recommend_swiper .swiper-button-prev {
    border-radius: 50%;
    background: rgb(66 123 189 / 65%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommend_swiper .swiper-button-next::after,
.recommend_swiper .swiper-button-prev::after {
    color:#fff;
	line-height: 1;
}
.recommend_swiper .swiper-button-next:hover,
.recommend_swiper .swiper-button-prev:hover {
    background: rgb(66 123 189 / 92%);
}
@media (max-width: 599px) {
	.recommend_swiper .swiper-button-next,
	.recommend_swiper .swiper-button-prev {
	    width: 30px;
	    height: 30px;
	}
	.recommend_swiper .swiper-button-next::after,
	.recommend_swiper .swiper-button-prev::after {
	    font-size: 14px;
	}
	.recommend_swiper .swiper-button-next::after {
		padding: 0 0 0 3px;
	}
	.recommend_swiper .swiper-button-prev::after {
		padding: 0 3px 0 0;
	}
    .recommend_swiper .swiper-button-prev,
	.recommend_swiper .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset,2%);
		right: auto;
	}
	.recommend_swiper .swiper-button-next,
	.recommend_swiper .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset,2%);
		left: auto;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.recommend_swiper .swiper-button-next,
	.recommend_swiper .swiper-button-prev {
	    width: 40px;
	    height: 40px;
	}
	.recommend_swiper .swiper-button-next::after,
	.recommend_swiper .swiper-button-prev::after {
	    font-size: 18px;
	}
	.recommend_swiper .swiper-button-next::after {
		padding: 0 0 0 3px;
	}
	.recommend_swiper .swiper-button-prev::after {
		padding: 0 3px 0 0;
	}
    .recommend_swiper .swiper-button-prev,
	.recommend_swiper .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset,26%);
		right: auto;
	}
	.recommend_swiper .swiper-button-next,
	.recommend_swiper .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset,26%);
		left: auto;
	}
}
@media (min-width: 1025px) {
	.recommend_swiper .swiper-button-next,
	.recommend_swiper .swiper-button-prev {
	    width: 52px;
	    height: 52px;
	}
	.recommend_swiper .swiper-button-next::after,
	.recommend_swiper .swiper-button-prev::after {
	    font-size: 22px;
	}
	.recommend_swiper .swiper-button-next::after {
		padding: 0 0 0 4px;
	}
	.recommend_swiper .swiper-button-prev::after {
		padding: 0 4px 0 0;
	}
	.recommend_swiper .swiper-button-prev,
	.recommend_swiper .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset,27.5%);
		right: auto;
	}
	.recommend_swiper .swiper-button-next,
	.recommend_swiper .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset,27.5%);
		left: auto;
	}
}


/* ------------------------------------------  
 
 - products / COMMON

------------------------------------------ */
.contents_title {
	position: relative;
	text-align:center;
	font-weight: bold;
}
.contents_title::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateX(50%);
	background: var(--texticon_blue);
}
.contents_title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	background: #697686;
}
@media (max-width: 599px) {
    .contents_title {
        font-size: 20px;
        margin: 30px auto;
    }
	.contents_title::before {
		right: 85.5%;
		width: 15%;
		height: 1px;
	}
	.contents_title::after {
		left: 85.5%;
		width: 15%;
		height: 1px;
	}
	.event_area .contents_title::before {
		right: 88.5%;
		width: 10%;
		height: 1px;
	}
	.event_area .contents_title::after {
		left: 88.5%;
		width: 10%;
		height: 1px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
    .contents_title {
        font-size: 24px;
        margin: 30px auto 40px;
    }
    .contents_title::before {
		right: 84.5%;
		width: 24%;
		height: 1px;
	}
	.contents_title::after {
		left: 84.5%;
		width: 24%;
		height: 1px;
	}
}
@media (min-width: 1025px) {
    .contents_title {
        width: 1260px;
        max-width: 100%;
        font-size: 28px;
        margin: 70px auto 50px;
        padding: 0 30px;
    }
	.contents_title::before {
		right: 82.5%;
		width: 30%;
		height: 1px;
	}
	.contents_title::after {
		left: 82.5%;
		width: 30%;
		height: 1px;
	}
}

/* ------------------------------------------ 
 pickup_item
------------------------------------------ */
.pickup_item {
    display: flex;
    flex-direction: row;
    height: auto;
}
@media (max-width: 599px) {
    .pickup_item {
	    flex-wrap: wrap;
	    gap: 40px 20px;
	    padding:var(--paddingSP);
	    margin-bottom: 30px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
    .pickup_item {
	    flex-wrap: wrap;
	    gap: 50px 20px;
	    padding: var(--paddingTABLET);
	    margin-bottom: 30px;
	}
}
@media (min-width: 1025px) {
	.pickup_item {
	    flex-wrap: wrap;
	    gap: 80px 40px;
	    width: 1260px;
	    max-width: 100%;
	    margin: 0 auto;
	    padding: 0 30px 7vh;
	}
}

/* ------------------------------------------ 
 pickup_item_col
------------------------------------------ */
.pickup_item_col {
    display: flex;
    flex-direction: column;
	position: relative;
    height: auto;
}
.pickup_item_col {
	position:relative;
}
@media (max-width: 599px) {
	.pickup_item_col {
	    flex: 0 1 calc((100% - 1 * 20px) / 2);
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.pickup_item_col {
	    flex: 0 1 calc((100% - 3 * 20px) / 4);
	}
}
@media (min-width: 1025px) {
	.pickup_item_col {
	    flex: 0 1 calc((100% - 3 * 40px) / 4);
	}
}



/* ------------------------------------------
 discount_icon
------------------------------------------  */
.discount_icon {
    position: absolute;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-family: var(--font03);
    z-index: 3;
}
.discount_icon .off {
	width: 100%;
}
@media (max-width: 599px) {
    .discount_icon {
	    top: -22px;
	    left: -12px;
	    width: 66px;
	    height: 66px;
	}
	.discount_icon .number {
		font-size: 25px;
		margin-bottom: -3px;
		letter-spacing: -3px;
		padding-right: 3px;
	}
	.discount_icon .percent {
		font-size: 14px;
		margin-bottom: -1px;
	}
	.discount_icon .off {
		font-size: 17px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
     .discount_icon {
	    top: -24px;
	    left: -12px;
	    width: 66px;
	    height: 66px;
	}
	.discount_icon .number {
		font-size: 25px;
		margin-bottom: -3px;
		letter-spacing: -3px;
		padding-right: 3px;
	}
	.discount_icon .percent {
		font-size: 14px;
		margin-bottom: -1px;
	}
	.discount_icon .off {
		font-size: 17px;
	}
}
@media (min-width: 1025px) {
    .discount_icon {
	    top: -32px;
	    left: -22px;
	    width: 90px;
	    height: 90px;
	}
	.discount_icon .number {
		font-size: 35px;
		margin-bottom: -4px;
		letter-spacing: -4px;
		padding-right: 4px;
	}
	.discount_icon .percent {
		font-size: 17px;
	}
	.discount_icon .off {
		font-size: 22px;
	}
}










/* ------------------------------------------
 pickup_item_image
------------------------------------------  */
.pickup_item_image img {  
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* ------------------------------------------
 pickup_item_text
------------------------------------------  */
.pickup_item_text {
	display: flex;
	flex-direction: column;
}
.pickup_item_text_col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.pickup_item_name {
	flex-grow: 1;
	font-weight: 700;
	text-align: left;
}
.pickup_item_icon_col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.pickup_item_icon {
    display: inline-block;
    width: fit-content;
    color: #fff;
    font-weight: bold;
    background: var(--texticon_blue);
    border-radius: 3px;
}
.pickup_item_sale_price {
    color: var(--orange);
    text-align: center;
    font-weight: 700;
    font-family: var(--font03);
}
.pickup_item_sale_price > span {
    font-family: var(--font01);
    letter-spacing: 0.5px;
}
.pickup_item_selling_price {
    text-decoration: line-through;
    text-align: center;
    font-family: var(--font03);
    margin-bottom: 0;
}
.pickup_item_btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.pickup_item_link {
    display: block;
    line-height: 1.8;
    background: var(--btn_blue);
    padding: 6px 6px;
    color: #fff;
}
.pickup_item_link:hover {
	background:#eaeaea;
	color:var(--main);
}
@media (max-width: 599px) {
	.pickup_item_text {
		flex-grow: 1;
	}
	.pickup_item_icon_col_wrap {
		 margin-top: 12px;
	}
	.pickup_item_icon_col {
	    flex-wrap: nowrap;
	    flex-direction: row;
	    gap: 5px;
	    margin-bottom: 0;
	}
	.pickup_item_name {
		 flex-grow: 1;
		 font-size: 11px;
		 margin: 8px 0 6px;
		 line-height: 1.6;
	}
    .pickup_item_name > span {
	    font-size: 14px;
	    text-indent: -8px;
	    padding-left: 0;
	    display: inline-block;
	    letter-spacing: -0.5px;
	}
	.bed_products .pickup_item .pickup_item_col:nth-of-type(3) 
	.pickup_item_name span:first-of-type {
        letter-spacing: -1.2px;
	}
	.bed_products .pickup_item .pickup_item_col:nth-of-type(4) 
	.pickup_item_name span:first-of-type {
		letter-spacing: -1.2px;
	}
	.comforter_products .pickup_item .pickup_item_col:nth-of-type(4) 
	.pickup_item_name span:first-of-type {
        letter-spacing: -1.8px;
	}
	.pickup_item_icon {
	    font-size: 10px;
	    letter-spacing: -0.4px;
	    padding: 1px 4px;
	}
	.pickup_item_sale_price {
	    font-size: 22px;
	    font-weight: 700;
	    letter-spacing: -0.5px;
	    line-height: 1.4;
	    margin-bottom: 3px;
	}
	.pickup_item_sale_price > span {
	    letter-spacing: 0;
	    font-size: 12px;
	}
	.pickup_item_selling_price {
	    font-size: 13px;
	    margin-bottom: 0;
	    line-height: 1.4;
	}
	.pickup_item_btn {
	    width: 100%;
	    margin: 7px auto 0;
	}
	.pickup_item_link {
	    font-size: 13px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.pickup_item_text {
		flex-grow: 1;
	}
	.pickup_item_icon_col_wrap {
		 margin-top: 16px;
	}
	.pickup_item_icon_col {
	    flex-wrap: nowrap;
	    flex-direction: row;
	    gap: 10px;
	}
	.pickup_item_name {
	    flex-grow: 1;
	    font-size: 13px;
	    margin: 6px 0;
	}
	.pickup_item_icon_col {
	    flex-wrap: nowrap;
	    flex-direction: row;
	    gap: 5px;
	    margin-bottom: 6px;
	}
	.pickup_item_icon {
	    font-size: 10px;
	    letter-spacing: 0.3px;
	    padding: 3px 4px 2px;
	}
	.pickup_item_sale_price {
	    font-size: 23px;
	    font-weight: 700;
	    letter-spacing: -1px;
	    line-height: 1.4;
	    margin-bottom: 10px;
	}
	.pickup_item_sale_price > span {
	    font-size: 13px;
	}
	.pickup_item_selling_price {
	    font-size: 12px;
	    margin-bottom: 0;
	    line-height: 1.5;
	}
	.pickup_item_btn {
	    width: 100%;
	    margin: 10px auto 0;
	}
	.pickup_item_link {
	    font-size: 14px;
	}
}
@media (min-width: 1025px) {
	.pickup_item_text {
		flex-grow: 1;
	}
	.pickup_item_icon_col_wrap {
		 margin-top: 16px;
	}
	.pickup_item_icon_col {
	    flex-wrap: nowrap;
	    flex-direction: row;
	    gap: 10px;
	}
	.pickup_item_name {
	    flex-grow: 1;
	    font-size: 15px;
	    margin: -5px 0 5px;
	    letter-spacing: -0.3px;
	}
	.pickup_item_icon {
	    font-size: 11px;
	    letter-spacing: 0.3px;
	    padding: 2px 6px 2px;
	}
	.pickup_item_sale_price {
	    font-size: 31px;
	    font-weight: 700;
	    letter-spacing: -1px;
	    line-height: 1.4;
	    margin-bottom: 0;
	}
	.pickup_item_sale_price > span {
	    font-size: 19px;
	}
	.pickup_item_selling_price {
	    font-size: 14px;
	    margin-bottom: 0;
	    letter-spacing: -0.5px;
	}
	.pickup_item_btn {
	    width: 100%;
	    margin: 15px auto 0;
	}
	.pickup_item_link {
	    font-size: 14px;
	}
}


/* ------------------------------------------  
 
- bed_area

------------------------------------------ */
.bed_area {
    width: 100%;
}
@media (max-width: 599px) {
    .bed_area {
	    padding: 60px 0 0;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
   .bed_area {
	    margin: 0 auto 10px;
	    padding: 50px 0 0;
	}
}
@media (min-width: 1025px) {
	.bed_area {
	    margin: 0 auto 60px;
	    padding: 80px 0 0;
	}
}

/* ------------------------------------------  
 
- comforter_area

------------------------------------------ */
.comforter_area {
    width: 100%;
}
@media (max-width: 599px) {
	.comforter_area {
        padding: 60px 0 0;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
   .comforter_area {
	    margin: 0 auto 10px;
	    padding: 50px 0 0;
	}
}
@media (min-width: 1025px) {
	.comforter_area {
	    margin: 0 auto 60px;
	    padding: 80px 0 0;
	}
}


/* ------------------------------------------  
 
- event_area

------------------------------------------ */
.event_link {
	max-width: 100%;
	text-align:center;
	margin: 0 auto;
}
@media (max-width: 599px) {
    .event_area {
	    margin: 0 auto 60px;
	}
	.event_link {
		padding: 0 24px;
	}
	.event_area .area_lead {
		padding-bottom:20px;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
    .event_area {
	    margin: 0 auto 10px;
	    padding: 20px 0 0;
	}
	.event_link {
		padding: var(--paddingTABLET);
	}
	.event_area .area_lead {
		padding-bottom:20px;
	}
}
@media (min-width: 1025px) {
	.event_area {
	    margin: 0 auto 60px;
	    padding: 10px 0 0;
	}
	.event_link {
		width: 1260px;
		padding: 0 30px;
	}
	.event_area .area_lead {
		padding-bottom:30px;
	}
}


/* ------------------------------------------ 
 footer
------------------------------------------ */
.ac_products_footerbtn_box {
    text-align: center;
    margin: 0 auto;
}
.ac_products_footerbtn_box a {
	text-decoration: underline;
}
@media (max-width: 599px) {
    
}
@media (min-width: 600px) and (max-width: 1024px) {
    
}
@media (min-width: 1025px) {
	.ac_products_footerbtn_box {
		text-align: center;
		padding:var(--paddingPC);
		margin: 0 auto;
	}
	.ac_products_footerbtn_box a {
		text-decoration: underline;
	}  
}




