<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*	フェア・イベントテンプレート(v2) 設定用CSS 
-------------------------------------------------------- */

/*	タイトル画像ブロック
-------------------------------------------------------- */
/* タイトル画像ブロック背景 : タイトル画像の同系色を指定 */
.p-fair-header {
    background: #072d54;
}


/*	イントロ
-------------------------------------------------------- */
/* イントロ背景画像 */
#intro {
	padding-top: 20px;
	/*background-color: #01253c;*/
}
#intro .container p {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.p-fair-intro-inner:before {
    content: '';
    background: url(../img/fair_v2/bg_intro01.jpg);
    display: block;
    width: 300px;
    height: 396px;
    position: absolute;
    top: 100px;
    left: -300px;
    z-index: -1;
}

.p-fair-intro-inner:after {
    content: '';
    background: url(../img/fair_v2/bg_intro02.jpg);
    display: block;
    width: 860px;
    height: 396px;
    position: absolute;
    bottom: -50px;
    right: -250px;
    z-index: -1;
}

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

    .p-fair-intro-inner:after {
        right: -500px;
    }

}

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

    .p-fair-intro-inner:after {
        right: -700px;
    }

}


/*	商品一覧
-------------------------------------------------------- */
.p-fair-item .section-header .section-header-title-ja0 {
    /*background: #0985b6 no-repeat center center / cover;
	width: 100%;
	color: #0985b6;*/
}
/*.p-fair-item .section-header01 {
    background: #000000 no-repeat center center / cover;
}

.p-fair-item .section-header02 {
    background: #7a858f no-repeat center center / cover;
}
.p-fair-item .section-header03 {
    background: #698a79 no-repeat center center / cover;
}
.p-fair-item .section-header04 {
    background: #5993b4 no-repeat center center / cover;
}
.p-fair-item .section-header05 {
    background: #be927e no-repeat center center / cover;
}*/
/* ヘッダータイトル（日本語）文字色 */
.p-fair-item .section-header-title-ja {
    color: #fff;
}
.p-fair-item .section-header-title-ja2 {
    color: #14233e;
	padding-bottom: 30px;
	padding-top: 25px;
	font-size: 1.1em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* ヘッダータイトル（英語）文字色 */
.p-fair-item .section-header-title-en {
    color: #888;
}




/*	ご家族で楽しめるスペシャル企画
-------------------------------------------------------- */
#special {
	background-color: #eff0f2;
}
/* ヘッダー背景 */
.p-fair-special .section-header {
}

/* ヘッダータイトル（日本語）文字色 */
.p-fair-special .section-header-title-ja {
    color: #fff;
}

/* ヘッダータイトル（英語）文字色 */
.p-fair-special .section-header-title-en {
    color: #888;
}

/* 開催日時 */
.p-fair-special-date span {
    background: #224c6c;
    color: #fff;
	line-height: 3.0em;
}
#special .p-fair-special-title {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.3em;
}

/*	フェア特典
-------------------------------------------------------- */
/* フェア特典 背景 */
.p-fair-benefits {
	background: #f5f5f5;
}

/* ヘッダータイトル（英語）文字色 */
.p-fair-benefits .section-header-title-en {
    color: #888;
}

/* アコーディオンメニュー ボタン */
.p-fair-benefits .toggle-header-title &gt; a {
    /*background: #0f86c3;*/
	background: #001542;
    color: #fff;
}

/* アコーディオンメニュー ボタンアイコン */
.p-fair-benefits .toggle-header-title-btn {
    border: 1px solid #fff;
}

.p-fair-benefits .toggle-header-title-btn span:first-of-type {
    border-top: 1px solid #fff;
}

.p-fair-benefits .toggle-header-title-btn span:last-of-type {
    border-left: 1px solid #fff;
}

/* アコーディオンメニュー コンテンツ */
.p-fair-benefits .toggle-content {
    background: #fff;
}
#benefits h4 {
	padding: 0;
	margin: 0;
	padding-top: 7px;
	border: none;
}

/*	開催店舗
-------------------------------------------------------- */
/* 開催店舗 背景 */
.p-fair-shop {
    background: url(../img/bg_shop.jpg) no-repeat center center / cover;
}

.p-fair-shop .section-header {
	padding-bottom: 10px;

}
/* ヘッダータイトル（日本語）文字色 */
.p-fair-shop .section-header-title-ja {
    color: #fff;
}

/* ヘッダータイトル（英語）文字色 */
.p-fair-shop .section-header-title-en {
    color: #888;
}


/*	ブログ
-------------------------------------------------------- */
/* ブログ 背景 */
.p-fair-blog {
    background: #f8f8f8;
}

/* ヘッダータイトル（英語）文字色 */
.p-fair-blog .section-header-title-en {
    color: #888;
}


/*	Instagram
-------------------------------------------------------- */
/* ヘッダータイトル（英語）文字色 */
.p-fair-instagram .section-header-title-en {
    color: #888;
}

/* 追加 */
.fair-text {
	text-align: left;
	font-size: 1.5em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
	margin-top: 15px;
	color: #222;
}
.fair-text2 {
	text-align: center;
	font-size: 1.5em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
	margin-top: 15px;
	color: #fff;
}


.blue {
	color: #1e4f81;
}
.p-fair-intro-logo {
	padding-top: 35px;
}
/* ヘッダー背景 */
.p-fair-item .section-header .section-header-title-ja0 {
    /*background: #0985b6 no-repeat center center / cover;*/
	width: 100%;
	padding: 15px;
	color: #1e2432;
	font-size: 1.2em;
}
.section-header-title-ja00{
	background: #0f86c3 no-repeat center center / cover;
	padding: 15px;
	color: #fff;
	width: 100%;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.section-header-title-ja01{
	background: #dfdfdf no-repeat center center / cover;
	padding: 15px;
	color: #555555;
	width: 100%;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.section-header-title-ja02{
	background: #e1f0f4 no-repeat center center / cover;
	padding: 15px;
	color: #555555;
	width: 100%;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.section-header-title-ja03{
	background: #feeae8 no-repeat center center / cover;
	padding: 15px;
	color: #555555;
	width: 100%;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


.red {
	color: #C00;
	font-weight: bold;
}
.red2 {
	color: #f00;
	font-weight: bold;
}
.link-detail {
	padding-top: 7px;
	font-weight: bold;
}
.link-detail a:link {
	color: #C93;
}
.link-detail a:hover {
	color: #C93;
	text-decoration: underline;
}
.link-detail a:visited {
	color: #C93;
}
#item {
	padding-bottom: 15px;
}
#item .container {
	padding-top: 10px;
}
#item .section-header {
	padding: 0;
	padding-bottom: 15px;
}
#special .section-header {
	padding: 0;
	/*padding-bottom: 15px;*/
}

#benefits .section-header {
	padding-bottom : 0;
}
.p-fair-item-single-list__item-text .brand {
	font-size: 2em;
}
.p-fair-item-single-list__item-text .brand a:link {
	text-decoration: underline;
}


.fair-text .brand {
	font-size: 1.3em;
}
.fair-text .brand a:link {
	text-decoration: underline;
}


.p-fair-item-list__item-text h4 {
	font-size: 1.4em;
}
.p-fair-item-list__item-text .brand {
	font-size: 1.8em;
	padding-bottom: 5px;
}
.p-fair-item-list__item-text .brand a:link {
	text-decoration: underline;
}


/*#color-shop {
	text-align: center;
}
#color-shop li {
	float: left;
	margin: 2px;
	padding: 2px;
	color: #fff;
	font-size: 0.8em;
}*/

.color-osaka {
	padding: 2px;
	font-size : 0.8em;
	margin: 3px;
	color: #fff;
	background-color: #4d4c53; 
}
.color-kyoto {
	padding: 2px;
	font-size : 0.8em;
	margin: 3px;
	color: #fff;
	background-color: #001f63; 
}
.color-kagoshima {
	padding: 2px;
	font-size : 0.8em;
	margin: 3px;
	color: #fff;
	background-color: #2d1405; 
}
.color-sendai {
	padding: 2px;
	font-size : 0.8em;
	margin: 3px;
	color: #fff;
	background-color: #0a3210; 
}
.color-wakayama {
	padding: 2px;
	font-size : 0.8em;
	margin: 3px;
	color: #fff;
	background-color: #690300; 
}
.color-zenith {
	padding: 2px;
	font-size : 0.8em;
	margin: 3px;
	color: #fff;
	background-color: #000000; 
}
.color-bbo {
	padding: 2px;
	font-size : 0.8em;
	margin: 3px;
	color: #000;
	background-color: #eeac00; 
}


#shop h3 {
	color: #fff;
}


.p-fair-item-single-list__item-text h4 {
	font-size : 1.5em;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none !important;
	}
}

.toggle-content-block a:link {
	text-decoration: underline;
}
.toggle-content-block a:hover {
	text-decoration: none;
}
.p-fair-lead&gt;div {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	border-bottom: 1px solid #fff;
	max-width: 1110px;
	padding: 0 0 10px;
	text-align: center
}

/* シングル表示 */
.p-fair-item-single-list__item {
	border: 1px solid #ddd;
	padding: 3.6rem 0
}
@media only screen and (max-width: 1199px) {
.p-fair-item-single-list__item {
	padding: 3.0rem 0
}
}
@media only screen and (max-width: 767px) {
.p-fair-item-single-list__item {
	padding: 2.0rem 0
}
}
@media only screen and (max-width: 575px) {
.p-fair-item-single-list__item {
	padding: 1.0rem 0
}
}

.p-fair-item-slider__item-inner, .p-fair-item-single-list__item-inner, .fair-item-slider__item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 760px;
	margin: 0 auto
}
@media only screen and (max-width: 991px) {
.p-fair-item-slider__item-inner, .p-fair-item-single-list__item-inner, .fair-item-slider__item-inner {
	max-width: 540px
}
}
@media only screen and (max-width: 767px) {
.p-fair-item-slider__item-inner, .p-fair-item-single-list__item-inner, .fair-item-slider__item-inner {
	max-width: 100%;
	flex-direction: column
}
}
.p-fair-item-single-list__item-inner {
	max-width: 900px
}
@media only screen and (max-width: 1199px) {
.p-fair-item-single-list__item-inner {
	max-width: 800px
}
}
@media only screen and (max-width: 991px) {
.p-fair-item-single-list__item-inner {
	flex-direction: column
}
}
.p-fair-item-single-list.sq .p-fair-item-single-list__item-inner {
	max-width: 1000px;
	justify-content: flex-start
}
@media only screen and (max-width: 1199px) {
.p-fair-item-single-list.sq .p-fair-item-single-list__item-inner {
	max-width: 900px
}
}
@media only screen and (max-width: 991px) {
.p-fair-item-single-list.sq .p-fair-item-single-list__item-inner {
	max-width: 100%
}
}
@media only screen and (max-width: 991px) {
.p-fair-item-single-list__item-inner {
	width: 90%
}
}

/* シングル表示 image */
.p-fair-item-slider__item-pic, .p-fair-item-single-list__item-pic, .fair-item-slider__item-pic {
	/*width: 40.263%;*/
	width: 30%;
	flex-shrink: 0
}
@media only screen and (max-width: 991px) {
.p-fair-item-single-list__item-pic {
	width: 50%;
	max-width: 100%;
	margin-bottom: 1.6rem
}
}
@media only screen and (max-width: 767px) {
.p-fair-item-single-list__item-pic {
	width: 65%
}
}
@media only screen and (max-width: 575px) {
.p-fair-item-single-list__item-pic {
	width: 85%
}
}
.p-fair-item-single-list__item-pic img {
	width: 100%
}
.p-fair-item-single-list.sq .p-fair-item-single-list__item-pic {
	/*width: 63%*/
	width: 50%;
}
@media only screen and (max-width: 991px) {
.p-fair-item-single-list.sq .p-fair-item-single-list__item-pic {
	width: 100%;
	max-width: 450px
}
}
@media only screen and (max-width: 575px) {
.p-fair-item-single-list.sq .p-fair-item-single-list__item-pic {
	max-width: 100%
}
}
/* シングル表示 text */
.p-fair-item-slider__item-text, .p-fair-item-single-list__item-text, .fair-item-slider__item-text {
	/*width: 52.631%;*/
	width: 62%;
	flex-shrink: 0;
}
/*@media only screen and (max-width: 575px) {
.p-fair-item-single-list__item-text {
	width: 90%
}
}*/

.p-fair-item-single-list.sq .p-fair-item-single-list__item-text {
	/*width: 36%;*/
	width: 50%;
	padding-left: 5%;
}
@media only screen and (max-width: 991px) {
.p-fair-item-single-list.sq .p-fair-item-single-list__item-text {
	width: 90%
}
}
@media only screen and (max-width: 575px) {
.p-fair-item-single-list.sq .p-fair-item-single-list__item-text {
	width: 90%
}
}
.p-fair-item-single-list.sq .p-fair-item-single-list__item-text p {
	line-height: 1.5;
}

@media only screen and (max-width: 991px) {
.fair-item-slider.sq .fair-item-slider__item-description {
	text-align: left;
}
}
@media only screen and (max-width: 991px) {
.p-fair-item-single-list .fair-item-slider__item-description {
	text-align: left;
}
}
.fair-item-slider__item-description {
	text-align: left;
}
.p-fair-item-list__item-text .mt1 {
	line-height: 1.4;
}

/* シングルslider */
.fair-item-slider__item-text .brand {
	font-size: 2em;
}
.fair-item-slider__item-text .brand a:link {
	text-decoration: underline;
}
.fair-item-slider__item-text h4 {
	font-size : 1.5em;
}
.fair-item-slider__item-text, .p-fair-item-single-list__item-text, .fair-item-slider__item-text {
	/*width: 52.631%;*/
	width: 62%;
	flex-shrink: 0;
}
/*@media only screen and (max-width: 575px) {
.p-fair-item-single-list__item-text {
	width: 90%
}
}*/

.fair-item-slider.sq .fair-item-slider__item-text {
	/*width: 36%;*/
	width: 50%;
	padding-left: 5%;
}
@media only screen and (max-width: 991px) {
.fair-item-slider.sq .fair-item-slider__item-text {
	width: 90%
}
}
@media only screen and (max-width: 575px) {
.fair-item-slider.sq .fair-item-slider__item-text {
	width: 90%
}
}
.fair-item-slider.sq .fair-item-slider__item-text p {
	line-height: 1.5;
}


/* 詳細はこちら */
.c-btn {
	transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px !important;
	margin: 0 0 0 0 !important;
	color: #2d2d2d !important;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #b8b8b8;
}
.c-btn:hover {
	background-color: #e6e6e6;
	transition: all 0.3s ease
}
.c-btn2 {
	transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	/*margin: 7px 0 0 0 !important;*/
	color: #2d2d2d !important;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #b8b8b8;
	width: 60% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 7px !important;
}
.c-btn2:hover {
	background-color: #e6e6e6;
	transition: all 0.3s ease
}
/*@media only screen and (max-width: 991px) {
.c-btn2 {
	width: 70% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 7px !important;
	font-size: 1.3rem;
}
}*/

.subtitle {
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 2.2em !important;
	font-weight: bold;
	letter-spacing: 2px;
}
.open {
	border: 1px solid #eee;
	padding: 4px;
	color: #fff;
}
.open2 {
	border: 1px solid #fff;
	padding: 4px;
	font-size: 1.1em;
}

.contents-area {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 991px) {
.contents-area {
	width: 80%
}
}
@media only screen and (max-width: 575px) {
.contents-area {
	width: 90%
}
}

.contents-text {
}
.p-fair-intro {
	padding: 0px 0 0px
}
@media only screen and (max-width: 991px) {
.p-fair-intro {
	padding: 0px 0 0px
}
}


/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.sp_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .sp_area{
    display:block;
  }
}
/*#item .container {
	background-color: #ebebeb;
}*/


    span.anchorlink {
       position: relative;
       top: -95px;
       display: block;
    }

.linkbanner img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
.linkbanner img {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}

.covid19 {
	width: 980px;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #FFFFFF;
	color: #ffffff;
}
@media screen and (max-width: 991px) {
.covid19 {
	width: 90%;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #FFFFFF;
	color: #ffffff;
}
}
.covid19 .covidtitle {
	text-align: center;
	font-size: 1.7em;
}

.covid19-2 {
	width: 980px;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #14233e;
	color: #14233e;
}
@media screen and (max-width: 991px) {
.covid19-2 {
	width: 90%;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #14233e;
	color: #14233e;
}
}
.covid19-2 .covidtitle {
	text-align: center;
	font-size: 1.7em;
}


.fair-shop-btn-list__line&gt;a {
	background: #00b900;
}

	/*改行
680px以下の時「.br-pc」は非表示、「.br-sp」は表示
680px以下の時「.br-pc」は表示、「.br-sp」は非表示*/
@media screen and (min-width: 991px){   
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 991px){   
  .br-pc { display:none; }
  .br-sp { display:block; }
}
.atten {
	text-align: center;
}
@media screen and (max-width: 991px) {
	.atten{
		text-align: left;
	}
}
.fair-item-slider__item-description img {
	padding-top: 10px;
}

#benefits .section-header-title-ja {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.toggle-content-block p.text-lh{
	line-height: 2.2;
}
.kaisu {
	background-color: #555555;
	color: #ffffff;
	padding: 5px;
}
.c-btn--primary {
	background-color: #2d2d2d;
	border: none;
	color: #fff !important;
}
.c-btn--primary:hover {
	background-color: #535353;
	transition: all 0.3s ease;
}
.p-fair-photogallery {
	padding-bottom: 20px;
}
.brandtext {
	text-align: center;
}


/**5列**/
.p-fair-shop-list.two-col, .p-fair-shop-list.three-col, .p-fair-shop-list.four-col, .p-fair-shop-list.five-col {
	justify-content: center
}
.p-fair-shop-list.two-col .p-fair-shop-list__item-pic, .p-fair-shop-list.three-col .p-fair-shop-list__item-pic, .p-fair-shop-list.four-col .p-fair-shop-list__item-pic, .p-fair-shop-list.five-col .p-fair-shop-list__item-pic {
	width: 100%
}
.p-fair-shop-list.two-col .p-fair-shop-list__item-text, .p-fair-shop-list.three-col .p-fair-shop-list__item-text, .p-fair-shop-list.four-col .p-fair-shop-list__item-text, .p-fair-shop-list.five-col .p-fair-shop-list__item-text {
	width: 100%;
	padding: 3.0rem
}
@media only screen and (max-width: 991px) {
.p-fair-shop-list.two-col .p-fair-shop-list__item-text, .p-fair-shop-list.three-col .p-fair-shop-list__item-text, .p-fair-shop-list.four-col .p-fair-shop-list__item-text, .p-fair-shop-list.five-col .p-fair-shop-list__item-text {
	padding: 2.6rem
}
}
@media only screen and (max-width: 575px) {
.p-fair-shop-list.two-col .p-fair-shop-list__item-text, .p-fair-shop-list.three-col .p-fair-shop-list__item-text, .p-fair-shop-list.four-col .p-fair-shop-list__item-text, .p-fair-shop-list.five-col .p-fair-shop-list__item-text {
	padding: 2.0rem
}
}

.p-fair-shop-list.five-col {
	margin-right: -7.5px;
	margin-left: -7.5px;
	justify-content: flex-start
}
@media only screen and (max-width: 767px) {
.p-fair-shop-list.five-col {
	margin-right: -7.5px;
	margin-left: -7.5px
}
}
@media only screen and (max-width: 767px) {
.p-fair-shop-list.five-col {
	margin-right: 0;
	margin-left: 0
}
}
.p-fair-shop-list.five-col .p-fair-shop-list__item {
	flex-direction: column;
	max-width: 210px;
	margin: 0 7.5px 30px
}
@media only screen and (max-width: 1199px) {
.p-fair-shop-list.five-col .p-fair-shop-list__item {
	max-width: 176px
}
}
@media only screen and (max-width: 767px) {
.p-fair-shop-list.five-col .p-fair-shop-list__item {
	margin-right: 0;
	margin-left: 0;
	max-width: 100%
}
}
.p-fair-shop-list.five-col .p-fair-shop-list__item-text {
	padding: 1.6rem
}
@media only screen and (max-width: 1199px) {
.p-fair-shop-list.five-col .p-fair-shop-list__item-text {
	padding: 2.0rem
}
}

@media only screen and (max-width: 767px) {
.p-fair-shop-list.sm-thumb.two-col .p-fair-shop-list__item-pic, .p-fair-shop-list.sm-thumb.three-col .p-fair-shop-list__item-pic, .p-fair-shop-list.sm-thumb.four-col .p-fair-shop-list__item-pic, .p-fair-shop-list.sm-thumb.five-col .p-fair-shop-list__item-pic {
	display: none
}
}



.p-af2023-brandlist {}

.p-af2023-brandlist .container {
	width: calc(100% - 3rem);
	max-width: 88rem;
	margin-right: auto;
	margin-left: auto;
}

.p-af2023-brandlist__heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-af2023-brandlist__description {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.9;
	border-bottom: 1px solid #ebebeb;
	margin-top: 3em;
	margin-bottom: 4.266em;
	padding-bottom: 4.266em;
}

.p-af2023-brandlist__sub-heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}

@media screen and (min-width: 992px) {

}

@media screen and (max-width: 991px) {
	
	.p-af2023-brandlist__heading {
		font-size: 2.2rem;
	}

	.p-af2023-brandlist__description {
		font-size: 1.4rem;
		margin-top: 2.1em;
		margin-bottom: 2.3em;
		padding-bottom: 2.3em;
	}

}

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

	.p-af2023-brandlist .container {
		width: 100%;
	}

	.p-af2023-brandlist__description {
		margin-top: 1.4em;
		margin-bottom: 2em;
		padding-bottom: 2em;
	}

}
.p-af2023-brand-list {
	/* border-top: 1px solid #ebebeb; */
	/* border-left: 1px solid #ebebeb; */
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}

.p-af2023-brand-list__item {
	width: 20%;
	/* border-right: 1px solid #ebebeb; */
	/* border-bottom: 1px solid #ebebeb; */
}

.p-af2023-brand-list__item&gt;a {
	display: block;
	padding: 1.6rem;
}

.p-af2023-brand-list__item&gt;a img {
	transition: opacity 0.3s linear;
}

.p-af2023-brand-list__item&gt;a:hover img {
	opacity: 0.6;
}

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

	.p-af2023-brand-list__item&gt;a {
		padding: 1rem;
	}

}

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

	.p-af2023-brand-list__item&gt;a {
		padding: 0.5rem;
	}

}

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

	.p-af2023-brand-list__item {
		width: 33.333%;
	}

}
</pre></body></html>