@charset "UTF-8";

/*
■ リセット・レイアウト（「イベント」用）
■ テキスト・フォント設定
■ カラー
■ 汎用

■ KV
■ 導入
■ ナビ：性別
■ ナビ：カテゴリ
■ ナビ：一覧ボタン
■ 商品一覧
*/



/* ■ リセット・レイアウト（「イベント」用）==================================================================================== */

body:not(.page-top,.page-page) .pane-contents {
width: 100%;
padding: 0;
}

.container {
width: 100% !important;
}

#Event_ * {
margin: 0;
padding: 0;
color: inherit;
}

/* ヘッダーバナー 非表示 */
.block-header-banner {
display: none !important;
}

/* サイドメニュー 非表示 */
.pane-left-menu {
display: none;
}

/* 並び替えメニュー 非表示 */
.block-category-list--header,
.block-category-list--sort {
display: none;
}

@media only screen and (max-width: 767px) {

	#Event_ .Event_MainWrap {
	padding: 40px 15px 40px;
	background-color: #f7f4ef;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .Event_MainWrap {
	padding: 90px 0 100px;
	background-color: #f7f4ef;
	}

}



/* ■ テキスト・フォント設定 ==================================================================================== */

#Event_ * {
font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",Sans-Serif;
}


#Event_ .WF1,
#Event_ .WF1 * {
font-weight: 600;
letter-spacing: 0.1em;
font-family: 'Figtree', sans-serif;
}

#Event_ .WF2,
#Event_ .WF2 * {
}



/* ■ カラー ==================================================================================== */

#Event_ * {
--color1: #af1e24;
--color2: #b49e71;
}



/* ■ 汎用 ==================================================================================== */

#Event_ .Disabled {
opacity: 0.3;
pointer-events: none;
}

@media only screen and (max-width: 767px) {

	#Event_ .PC {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .SP {
	display: none;
	}

}

@media (hover: hover) {

	#Event_ a:hover {
	transition: all 0.2s ease 0.01s;
	}

	#Event_ a:hover {
	opacity: 0.7;
	}

}



/* ■ KV ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Event_ .Event_KV {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15% 30%;
	background-color: var(--color1);
	}

	#Event_ .Event_KV_Mds img {
	margin-top: -10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .Event_KV {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
	background-color: var(--color1);
	}

	#Event_ .Event_KV_Mds img {
	width: 254px;
	margin-top: -20px;
	}

}



/* ■ 導入 ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Event_ .Event_Intro_Mds {
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	color: var(--color2);
	}

	#Event_ .Event_Intro_Lead {
	margin-top: 20px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .Event_Intro {
	text-align: center;
	}

	#Event_ .Event_Intro_Mds {
	font-size: 50px;
	line-height: 1;
	color: var(--color2);
	}

	#Event_ .Event_Intro_Lead {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2.4;
	font-weight: 500;
	}

}



/* ■ ナビ：性別 ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Event_ .Event_NavGender {
	margin-top: 30px;
	}

	#Event_ .Event_NavGender_List {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
	}

	#Event_ .Event_NavGender_List.Event_NavGender_List_NoKids {
    grid-template-columns: repeat(2, 1fr);
	}

	#Event_ .Event_NavGender_List a {
	display: block;
	position: relative;
	padding: 45px 10px;
	border: 1px solid var(--color2);
	border-radius: 10px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: var(--color2);
	background-color: #fff;
	}

	#Event_ .Event_NavGender_List.Event_NavGender_List_NoKids a {
	padding: 35px 10px;
	font-size: 15px;
	}

	#Event_ .Event_NavGender_List a::after {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	border-top: 1px solid var(--color2);
	border-right: 1px solid var(--color2);
	transform: rotate(45deg);
	content: '';
	}

}

@media only screen and (max-width: 372px) {

	#Event_ .Event_NavGender_List a {
	padding: 35px 10px;
	}

	#Event_ .Event_NavGender_List a::after {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .Event_NavGender {
	max-width: 970px;
	margin: 60px auto 0;
	}

	#Event_ .Event_NavGender_List {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
	}

	#Event_ .Event_NavGender_List.Event_NavGender_List_NoKids {
    grid-template-columns: repeat(2, 1fr);
	}

	#Event_ .Event_NavGender_List a {
	display: block;
	position: relative;
	padding: 60px 10px;
	border: 1px solid var(--color2);
	border-radius: 15px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: var(--color2);
	background-color: #fff;
	}

	#Event_ .Event_NavGender_List a::after {
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.3rem;
	border-top: 2px solid var(--color2);
	border-right: 2px solid var(--color2);
	transform: rotate(45deg);
	content: '';
	}

}



/* ■ ナビ：カテゴリ ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Event_ .Event_NavCate {
	margin-top: 35px;
	padding-top: 30px;
	border-top: 1px solid var(--color2);
	}

	#Event_ .Event_NavCate_Mds {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	color: var(--color2);
	}

	#Event_ .Event_NavCate_List {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	margin-top: 30px;
	}

	#Event_ .Event_NavCate_List a {
	display: block;
	position: relative;
	padding: 10px 10px;
	border: 1px solid var(--color2);
	border-radius: 10px;
	font-size: 24px;
	line-height: 1;
	color: var(--color2);
	background-color: #fff;
	}

	#Event_ .Event_NavCate_List a::after {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	border-top: 1px solid var(--color2);
	border-right: 1px solid var(--color2);
	transform: rotate(45deg);
	content: '';
	}

	#Event_ .Event_NavCate_Wrap {
	display: flex;
	align-items: center;
	}

	#Event_ .Event_NavCate_Photo {
	width: 45px;
	}

	#Event_ .Event_NavCate_Lead {
	flex: 1;
	padding-left: 5px;
	}

	#Event_ .Event_NavCate_Lead1 {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.02em;
	}

	#Event_ .Event_NavCate_Lead2 {
	margin-top: 4px;
	font-size: 10px;
	line-height: 1;
	}

}

@media only screen and (max-width: 372px) {

	#Event_ .Event_NavCate_List a::after {
	display: none;
	}

	#Event_ .Event_NavCate_Photo {
	width: 40px;
	}

	#Event_ .Event_NavCate_Lead {
	padding-left: 2px;
	}

	#Event_ .Event_NavCate_Lead1 {
	font-size: 12px;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .Event_NavCate {
	max-width: 970px;
	margin: 70px auto 0;
	padding-top: 40px;
	border-top: 1px solid var(--color2);
	}

	#Event_ .Event_NavCate_Mds {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	color: var(--color2);
	}

	#Event_ .Event_NavCate_List {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
	margin-top: 50px;
	}

	#Event_ .Event_NavCate_List a {
	display: block;
	position: relative;
	padding: 20px 10px 40px;
	border: 1px solid var(--color2);
	border-radius: 15px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: var(--color2);
	background-color: #fff;
	}

	#Event_ .Event_NavCate_List a::after {
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.3rem;
	border-top: 2px solid var(--color2);
	border-right: 2px solid var(--color2);
	transform: rotate(45deg);
	content: '';
	}

	#Event_ .Event_NavCate_Photo img {
	width: 140px;
	}

	#Event_ .Event_NavCate_Lead1 {
	font-size: 24px;
	line-height: 1;
	}

	#Event_ .Event_NavCate_Lead2 {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1;
	}

}



/* ■ ナビ：一覧ボタン ==================================================================================== */

@media only screen and (max-width: 767px) {

	#Event_ .Event_NavList {
	margin-top: 30px;
	}

	#Event_ .Event_NavList_Btn {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 7.5px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: var(--color1);
	}

	#Event_ .Event_NavList_Btn::after {
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: '';
	}

	#Event_ .Event_NavList_Btn span {
	display: block;
	padding: 20px 10px;
	border-radius: 7.5px;
	border: 1px solid #df8185;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .Event_NavList {
	margin-top: 80px;
	text-align: center;
	}

	#Event_ .Event_NavList_Btn {
	display: inline-block;
	position: relative;
	padding: 10px;
	border-radius: 15px;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #fff;
	background-color: var(--color1);
	}

	#Event_ .Event_NavList_Btn::after {
	display: block;
	position: absolute;
	right: 60px;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.3rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	content: '';
	}

	#Event_ .Event_NavList_Btn span {
	display: inline-block;
	padding: 30px 90px;
	border-radius: 10px;
	border: 1px solid #df8185;
	}

}



/* ■ 商品一覧 ==================================================================================== */

/* ページネーション 非表示 */
.block-goods-list--pager-bottom {
display: none;
}

@media only screen and (max-width: 767px) {

	#Event_ .Event_ItemList_Mds {
	margin-top: 20px;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: var(--color2);
	}

	/* 件数表示 非表示 */
	.block-event-page--goods .block-goods-list-naviframe--top {
	display: none;
	}

	/* リスト */
	.block-event-page--goods .block-pickup-list-p--items {
	margin-top: 30px;
	}

	/* ステータスアイコン 非表示 */
	.block-event-page--goods .block-icon {
	display: none;
	}

	/* サイズ・カラー 非表示 */
	.block-event-page--goods .variation-name {
	display: none;
	}

	/* 品番等 非表示 */
	.block-event-page--goods .block-pickup-list-p--comment {
	display: none;
	}

	/* OFF率・価格 ブロック */
	.block-event-page--goods .block-pickup-list-p--price-infos {
	flex-flow: column;
	}

	/* OFF率 */
	.block-event-page--goods .block-pickup-list-p--scomment {
	margin-top: 5px;
	font-size: 12px;
	}

	.block-event-page--goods .block-pickup-list-p--scomment::after {
	content: '%OFF';
	}

	/* 価格 */
	.block-event-page--goods .block-pickup-list-p--price-items {
	display: flex;
	align-items: center;
	margin-top: 5px;
	}

	.block-event-page--goods .block-pickup-list-p--price {
	order: 2;
	margin-left: 10px;
	color: #9f2014;
	}

	.block-event-page--goods .block-pickup-list-p--default-price {
	order: 1;
	margin-right: 0;
	}

}

@media print, screen and (min-width: 768px) {

	#Event_ .Event_ItemList_Mds {
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: var(--color2);
	}

	/* リスト */
	.block-event-page--goods .block-thumbnail-t {
	max-width: 970px;
	margin: 40px auto 0;
	}

	.block-event-page--goods .block-thumbnail-t--line {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	}

	.block-thumbnail-t--goods {
	width: inherit;
	}


}



