
@charset "Shift_JIS";

/* =================================================================================================
　セゾンポイントモール - TOPページ改修
　https://www.a-q-f.com/.
　Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
====================================================================================================

　【目次】

================================================================================================= */


body{
	background-color:#fff !important;
}


/* ----------------------------------------------------------------------------
　フッタiframeアキ対策
---------------------------------------------------------------------------- */
iframe{
	margin:0 0 0 0 !important;
}


/* ----------------------------------------------------------------------------
　基本レイアウト
---------------------------------------------------------------------------- */

/* リキッド */
.liquid{
	margin:0 auto;
	max-width:1260px;
}

#contentWrapper{
	padding-top:20px;
}

#sideCont{
	width:18.7% !important;
}
#mainCont{
	width:78.57142857% !important;
}

.iframeIndex{
	width:100%;
}

div[width="700"]{
	width:100% !important;
}



/* ----------------------------------------------------------------------------
　左ナビ調整
---------------------------------------------------------------------------- */
#sideCont .inner{
	width:100% !important;
}
#sideCont .catSearvice{
	width:100% !important;
}

/* フロートナビ */
#sideCont .over{
	left:100% !important;
}
#ns_shopping_category{
	margin-bottom:0px !important;
}
#sideCont .over li{
	font-size:12px;
}


/* ----------------------------------------------------------------------------
　左カラムPRエリア
---------------------------------------------------------------------------- */
#pr{
	margin-top:30px;
	background-color:#edf7ff;
	padding:8px 12px 10px 12px;
	border-radius: 3px;
}
#pr .pr_title{
	font-size:16px;
	font-weight:bold;
	color:#0f218b;
	text-align:center;
	margin-bottom:5px;
}
#pr ul li{
	text-align:center;
	margin-bottom:5px;
}
#pr ul li:last-child{
	margin-bottom:0px;
}
#pr ul li img{
	height:auto;
}

@media screen and (max-width:1300px){
#pr ul li img{
	width:100%;
}
}



/* ----------------------------------------------------------------------------
　左カラムバナー
---------------------------------------------------------------------------- */
#bnrArea{
	width:211px;
	margin:0 auto;
	background-color:#ccc;
	padding:0 0 0 0;
}


/* ----------------------------------------------------------------------------
　スロットバナー枠
---------------------------------------------------------------------------- */
#slot{
    margin-bottom:10px;
}

#slot img{
   height:auto;
   width:235px;
}

@media screen and (max-width:1300px){
#slot img{
    width:100%;
}
}


/* ----------------------------------------------------------------------------
　メインエリア共通タイトル
---------------------------------------------------------------------------- */
#mainCont h2{
	border:none !important;
	background:none !important;
	
	font-size:24px;
	line-height:110%;
	color:#0f218b;
	font-weight:normal !important;
	padding:0 0 0 0;
	border-bottom:none;
	margin-bottom:20px;
	text-align:left !important;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif !important;
}


/* ----------------------------------------------------------------------------
　初めての方はこちら
---------------------------------------------------------------------------- */
#topOver{
	margin-bottom:50px;
}
#topOver img{
	width:100%;
}


/* ----------------------------------------------------------------------------
　ショップ検索
---------------------------------------------------------------------------- */
#shop_search_box{
	margin-bottom:30px;
	position:relative;
	display:flex;
	justify-content : space-between;
}

#shop_search_box form{
	width:80%;
	display:block;
	position:relative;
}

/* 入力 */
#shop_search_box #search_keyword{
	width : calc(100% - 73px);
	padding:0 10px;
	box-sizing:border-box;
	height:50px;
	border:1px solid #051d8c;
	border-radius: 5px 0 0 5px;
	color:#aaa;
	float:left;
	font-size:14px;
}
#shop_search_box #search_keyword.search_text_on{
	color:#333;
}


/* 送信ボタン */
#shop_search_box .image{
	background:none;
	border:none;
	width:73px;
	height:50px;
	background: url("/common/pc/img/top/top_searchbox_submit.jpg") 0 0 no-repeat;
	float:left;
	cursor:pointer;
	transition: 0.2s ease-in-out;
}
#shop_search_box .image:hover{
	opacity:0.8;
}


/* ジャンルを表示 */
#shop_search_box .btn_genre{
	width:18%;
}
#shop_search_box .btn_genre a{
	background: url("/common/pc/img/spm_common/nh2_point_arrow.png") right center no-repeat;
	display:block;
	color:#082289;
	font-size:15px;
	height:50px;
	border:1px solid #082289;
	border-radius: 5px;
	text-decoration:none;
	font-weight:bold;
	box-sizing:border-box;
	padding:15px 0 0 32px;
	transition: 0.2s ease-in-out;
}
#shop_search_box .btn_genre a:hover{
	opacity:0.6;
}
@media screen and (max-width:1250px){
#shop_search_box .btn_genre a{
	font-size:13px;
	padding:16px 0 0 0;
    background-size: 10% auto !important;
}
}




/* ----------------------------------------------------------------------------
　ジャンルを表示（モーダル）
---------------------------------------------------------------------------- */
#genre_bg{
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.6);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	display:none;
}

#genre{
	width:950px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:101;
	visibility:hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#genre .inner{
	width:100%;
	padding:30px 40px 10px;
	border-radius: 3px;
	border:1px solid #7a88c0;
	box-sizing:border-box;
	background-color:#fff;

	box-shadow: 0px 5px 20px 0px #999; /* CSS3 */
	transition: 0.4s ease-in-out;
	transform: translateY(-100px);
}
#genre .inner.animeted{
	transform: translateY(0px);
}

#genre h2{
	font-size:24px;
	text-align:center;
	margin-bottom:45px;
}

#genre .list{
	margin-bottom:20px;
}
#genre .list li{
	float:left;
	width:276px;
	margin:0 20px 15px 0;
	font-size:12px;
	line-height:120%;
}
#genre .list li a{
	font-size:14px;
	line-height:120%;
	color:#10228c;
	text-decoration:none;
	padding:4px 0 4px 30px;
	display:inline-block;
}
#genre .list li a:hover{
	text-decoration:underline;
}
#genre .list .icon01{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_gou.png") 0 center no-repeat;}
#genre .list .icon02{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_boo.png") 0 center no-repeat;}
#genre .list .icon03{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_gif.png") 0 center no-repeat;}
#genre .list .icon04{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_fas.png") 0 center no-repeat;}
#genre .list .icon05{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_mus.png") 0 center no-repeat;}
#genre .list .icon06{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_auc.png") 0 center no-repeat;}
#genre .list .icon07{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_kid.png") 0 center no-repeat;}
#genre .list .icon08{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_ele.png") 0 center no-repeat;}
#genre .list .icon09{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_tra.png") 0 center no-repeat;}
#genre .list .icon10{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_lif.png") 0 center no-repeat;}
#genre .list .icon11{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_bea.png") 0 center no-repeat;}
#genre .list .icon12{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_sup.png") 0 center no-repeat;}
#genre .list .icon13{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_mon.png") 0 center no-repeat;}
#genre .list .icon14{background:url("/common/pc/img/new_common/new_sidecont_shopping_category_sei.png") 0 center no-repeat;}


#genre .list li:nth-child(3n){
	margin:0 0 20px 0;
}

#genre .list li a span{
	background:url("/common/pc/img/top/genre_arrow.png") right center no-repeat;
	padding:0 15px 0 0;
}

#genre .btn_close a{
	position:absolute;
	top:10px;
	right:15px;
	padding:5px 30px 5px 0;
	color:#10228c;
	font-size:14px;
	line-height:120%;
	text-decoration:none;
	background:url("/common/pc/img/top/genre_btn_close.png") right center no-repeat;
	display:inline-block;
}
#genre .btn_close a:hover{
	text-decoration:underline;
}





/* ----------------------------------------------------------------------------
　ブラパネ
---------------------------------------------------------------------------- */
#brapane{
	margin-bottom:60px;
}
#brapane .slide{
	position:relative;
	overflow:hidden;
	margin-bottom:13px;
	height:227px;
}

#brapane .slide .btn_next a{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:36px;
	height:100%;
	z-index:2;
	
	background: url("/common/pc/img/top/brapane_next.png") 0 center no-repeat;
	text-indent:-9999px;
	transition: 0.2s ease-in-out;
}
#brapane .slide .btn_next a:hover{
	background: url("/common/pc/img/top/brapane_next_on.png") 0 center no-repeat;
}

#brapane .slide .btn_prev a{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:36px;
	height:100%;
	z-index:2;
	
	background: url("/common/pc/img/top/brapane_prev.png") 0 center no-repeat;
	text-indent:-9999px;
	transition: 0.2s ease-in-out;
}
#brapane .slide .btn_prev a:hover{
	background: url("/common/pc/img/top/brapane_prev_on.png") 0 center no-repeat;
}

#brapane .slide .clearfix{
	position:absolute;
	top:0px;
	left:0px;
	width:90000px;
}

#brapane .slide .clearfix{display: inline-block;}
/* Exclude Mac IE \*/
#brapane .slide .clearfix{display: block;}
/**/
#brapane .slide .clearfix:after{content:".";display:block;clear:both;height:0;visibility: hidden;}

#brapane .slide .clearfix .box{
	float:left;
	width:674px;
	background-color:#000;
}
#brapane .slide .clearfix .box a{
	text-decoration:none;
	transition: 0.2s ease-in-out;
}
#brapane .slide .clearfix .box a:hover{
	opacity:0.8;
}

#brapane .slide .clearfix .box img{
	width:100%;
	opacity:0.2;
}

#brapane .slide .clearfix .box.active img{
	opacity:1;
}

/* サムネイル */
#brapane .paging{
	display:flex;
	justify-content : center;
}
#brapane .paging li{
	width:11.01010101%;
	cursor:pointer;
	background-color:#000;
	margin-right:1px;
}
#brapane .paging li:last-child{
	margin-right:0px;
}
#brapane .paging li img{
	width:100%;
	transition: 0.2s ease-in-out;
}
#brapane .paging li:hover img,
#brapane .paging li.paging_active img{
	opacity:0.5;
}






/* -----------------------------------------------------------------------
　キャンペーン
-------------------------------------------------------------------------- */
#all{
	margin-bottom:60px !important;
	position:relative;
}

#all .link_more{
	position:absolute;
	top:8px;
	right:0px;
}
#all .link_more{
	color:#333;
}



#all .total{
	display:none;
}
#all .slide{
	position:relative;
	overflow:hidden;
}

#all .slide_inner{
	width:88.68686868%;
	height:106px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}


#all .slide .btn_next a{
	position:absolute;
	top:0px;
	right:0px;
	width:3.5%;
	height:100%;
	z-index:2;
	background: url("/common/pc/img/top/all_next.png") right center no-repeat;
	text-indent:-9999px;
	transition: 0.2s ease-in-out;
	opacity:0.6;
}
#all .slide .btn_next a:hover{
	opacity:1;
}


#all .slide .btn_prev a{
	position:absolute;
	top:0px;
	left:0px;
	width:3.5%;
	height:100%;
	z-index:2;
	background: url("/common/pc/img/top/all_prev.png") 0 center no-repeat;
	text-indent:-9999px;
	transition: 0.2s ease-in-out;
	opacity:0.6;
}
#all .slide .btn_prev a:hover{
	opacity:1;
}

#all .slide .clearfix{
	display:flex;
	position:absolute;
	top:0px;
	left:0px;
	width:100000px;
}

#all .slide .clearfix .box a{
	display:block;
	padding:0 0 0 0 !important;
	transition: 0.2s ease-in-out;
}
#all .slide .clearfix .box a:hover{
	opacity:0.8;
}

#all .slide .clearfix .box .photo{
	width:100% !important;
}
#all .slide .clearfix .box img{
	width:100% !important;
	height:auto !important;
	vertical-align:bottom;
}
#all .slide .clearfix .box.active{
}

#all .slide .clearfix .box .copy{
	display:none;
}
#all .slide .clearfix .box.brapane_none {
    display: none;
}

/* -----------------------------------------------------------------------
　おすすめショップ
-------------------------------------------------------------------------- */
#recommend{
	margin-bottom:50px !important;
	position:relative;
}
#recommend .link_more{
	position:absolute;
	top:8px;
	right:0px;
	
	display:flex;
	justify-content :flex-end;
}
#recommend .link_more p{
	margin-left:30px;
}
#recommend .link_more p a{
	color:#333;
}

#recommend ul{
	display:flex;
	flex-wrap:wrap; /* 折り返す */
}
#recommend ul li{
	width:8.585858585%;
	margin:0 1.57% 15px 0;
}
#recommend ul li:nth-child(10n){
	margin-right:0%;
}
#recommend ul li img{
	width:100%;
}



/* ----------------------------------------------------------------------------
　今日のおすすめ情報
---------------------------------------------------------------------------- */
#topics2{
	margin-bottom:50px;
}

#topics2 h2 span{
	background-color:#fb0707;
	color:#fff;
	display:block;
	width:144px;
	text-align:center;
	float:left;
	font-size:18px;
	border-radius:4px;
	padding:4px 0;
	box-shadow:0 2px 4px rgba(4,0,0,.15);
	margin:0 15px 0 0;
	margin-top:-6px;
}

#topics2 .inner{
}
#topics2 .upperWrap{
	padding-right:3px;
	overflow:hidden;
	position:relative;
	/*height:270px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: auto;*/
}

#topics2 .upperWrap::-webkit-scrollbar{
	width: 3px;
	background-color: #fff;
}
#topics2 .upperWrap::-webkit-scrollbar-thumb{
	background-color: #ccc;
}

#topics2 ul li{
	position:relative;
	background: url("/common/pc/img/top/top_topics_file.png") 10px 7px no-repeat;
	padding:8px 8px 8px 40px;
}



#topics2 ul li:nth-child(odd){
	background-color:#f6f6f6;
}
#topics2 ul li a{
	font-size:14px;
	color:#3399ff;
	line-height:160%;
}
#topics2 ul li a:hover{
	text-decoration:none;
}

#topics2 ul li .new,
#topics2 ul li .campaign,
#topics2 ul li .sale,
#topics2 ul li .newitem,
#topics2 ul li .limited{
	display:inline-block;
	margin-left:8px;
	text-indent:-9999px;
}


/* NEW */
#topics2 ul li .new{
	width:36px;
	height:16px;
	background: url("/common/pc/img/top/top_topics_icon.jpg") 0 0 no-repeat;
}
/* キャンペーン・特集 */
#topics2 ul li .campaign{
	width:103px;
	height:16px;
	background: url("/common/pc/img/top/top_topics_icon.jpg") 0 -16px no-repeat;
}
/* セール */
#topics2 ul li .sale{
	width:41px;
	height:16px;
	background: url("/common/pc/img/top/top_topics_icon.jpg") 0 -32px no-repeat;
}
/* 新商品 */
#topics2 ul li .newitem{
	width:41px;
	height:16px;
	background: url("/common/pc/img/top/top_topics_icon.jpg") 0 -48px no-repeat;
}
/* 期間限定 */
#topics2 ul li .limited{
	width:52px;
	height:16px;
	background: url("/common/pc/img/top/top_topics_icon.jpg") 0 -64px no-repeat;
}



/* ピックアップバナー */
#topics2 .big{
	margin-bottom:15px;
	display:none;
}
#topics2 .big .big_inner a{
	text-decoration:none;
	border:1px solid #ccc;
	padding:15px;
	display:flex;
	justify-content : space-between;
	color:#333;
}
#topics2 .big .big_inner a:hover{
	opacity:0.8;
}
#topics2 .big .photo_box{
	flex:0 0 144px; /* 倍率 */
	text-align:center;
	margin-right:15px;
}
#topics2 .big .photo_box .photo img{
	width:100%;
}
#topics2 .big .text{
	font-size:15px;
	line-height:160%;
	flex:1 1 auto; /* 倍率 */
}

#topics2 .big .attention{
	margin:10px 0 0 15px;
}



/* ----------------------------------------------------------------------------
　おすすめ商品
---------------------------------------------------------------------------- */
#product{
	margin-bottom:50px;
}
#product .lineup{
	display:flex;
}
#product .itm{
	width:20.2%;
	display:none;
	margin-right:6.4%;
}
#product .itm:nth-child(4n){
	margin-right:0px;
}
	
#product .itm .photo{
	margin-bottom:10px;
}
#product .itm .photo img{
	width:100%;
}

#product .itm .logo_point{
	display:flex;
	justify-content : space-between;
	align-items : center;
	margin-bottom:10px;
}
#product .itm .logo{
	width:42.5%;
}
#product .itm .logo img{
	width:100%;
	height:auto;
}
#product .itm .mft{
	display:flex;
	justify-content : space-between;
	align-items : center;
	color:#ff0000;
}
#product .itm .mft .text1{
	font-size:14px;
	line-height:100%;
	margin-right:5px;
}
#product .itm .mft .text2{
	font-size:16px;
	margin-right:5px;
}
#product .itm .mft .text2 span{
	font-size:34px;
	font-weight:bold;
}
#product .itm .notes a{
	font-size:13px;
	color:#000;
	text-decoration:none;
}
#product .itm .notes a:hover{
	text-decoration:underline;
}


@media screen and (max-width:1200px){
#product .itm .mft .text1{
	font-size:12px;
	margin-right:3px;
}
#product .itm .mft .text2{
	font-size:14px;
	margin-right:3px;
}
#product .itm .mft .text2 span{
	font-size:34px;
}
}



#product .itm{
	position:relative;

}
#product .itm .mft{
	position:absolute;
	top:79%;
	right:0px;
	position:absolute;
	color:#ff0000;
	line-height:120%;
}
@media screen and (max-width:1200px){
#product .itm .mft{
	top:72%;
}
}

#product .itm .mft span{
	font-weight:bold;
	font-size:34px;
	position:relative;
	top:2px;
}
#product .itm .mft .up{
	position:absolute;
	top:200%;
	right:25%;
}






/* ----------------------------------------------------------------------------
　ピックアップ
---------------------------------------------------------------------------- */
#pickupList2{
	display:flex;
	flex-wrap:wrap; /* 折り返す */
	margin-bottom:60px;
}
#pickupList2 li{
	height:auto !important;
	width:15.5555555555555%;
	margin-right:1.32%;
	display:none;
}
#pickupList2 li:nth-child(6n){
	margin-right:0px;
}

#pickupList2 li .txt{
	display:none;
}
#pickupList2 li img{
	width:100%;
	height:auto;
}

#pickupList2 li a{
	display:block;
	transition: 0.2s ease-in-out;
}
#pickupList2 li a:hover{
	opacity:0.8;
}


/* ----------------------------------------------------------------------------
　お知らせ
---------------------------------------------------------------------------- */
.top_news{
	margin-bottom:80px;
}
.top_news_title{
	font-size:24px;
	line-height:120%;
	color:#0f218b;
	font-weight:normal !important;
	padding:0 0 0 0;
	border-bottom:none;
	margin-bottom:20px;
	text-align:left !important;
}
.top_news_scroll{
	position:relative;
	height:270px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: auto;
}

.top_news_scroll::-webkit-scrollbar{
	width: 3px;
	background-color: #fff;
}
.top_news_scroll::-webkit-scrollbar-thumb{
	background-color: #ccc;
}


.top_news_scroll ul li{
	position:relative;
	background: url("/common/pc/img/top/top_news_file_gray.png") 15px 13px no-repeat;
	padding:8px 8px 8px 40px;
    border-top: 1px solid #d3d3d3;
}
/*.top_news_scroll ul li:nth-child(odd){
	background-color:#f6f6f6;
}*/
.top_news_scroll ul li a{
	font-size:14px;
	color: #333333;
    line-height: 160%;
    text-decoration: none;
}
.top_news_scroll ul li a:hover{
	text-decoration:none;
}
/* NEW */
.top_news ul li .new{
	display:inline-block;
	margin-left:8px;
	text-indent:-9999px;
	width:36px;
	height:16px;
	background: url("/common/pc/img/top/top_topics_icon.jpg") 0 0 no-repeat;
}





/* ----------------------------------------------------------------------------
　スクロールバー
---------------------------------------------------------------------------- */
.iScrollHorizontalScrollbar{
	position: absolute;
	z-index: 9999;
	height: 5px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.iScrollHorizontalScrollbar.iScrollBothScrollbars{
	right: 18px;
}
.iScrollVerticalScrollbar{
	position: absolute;
	z-index: 100;
	width: 3px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars{
	bottom: 18px;
}
.iScrollIndicator{
	position: absolute;
}
.iScrollHorizontalScrollbar .iScrollIndicator{
	height: 100%;
}
.iScrollVerticalScrollbar .iScrollIndicator{
	width: 100%;
}
.iScrollVerticalScrollbar .iScrollIndicator{
	background-color: #ccc;
}
.iScrollHorizontalScrollbar .iScrollIndicator{
	background-color: #ccc;
}




/* ----------------------------------------------------------------------------
　スペシャルバナー
---------------------------------------------------------------------------- */
.special_bnr{
	margin-bottom:30px;
}
.special_bnr div[group]{
	display:none;
}
.special_bnr img{
	width:100%;
}


/* ----------------------------------------------------------------------------
　未ログイン メインビジュアル
---------------------------------------------------------------------------- */
html.page-sitetop.before-login body #wrapper,
html.page-sitetop.before-login body #contentWrapper {
    padding-top: 0;
}
.topMainVisual {
	display: none;
}
html.page-sitetop.before-login .topMainVisual {
	display: block;
	padding: 4px 0 20px;
}

/* ----------------------------------
 topTopics
---------------------------------- */
.topTopics {
    margin-bottom: 24px;
}
.topTopics + .topTopics {
    margin-top: -16px;
}
.topTopics *,
.topTopics *::after,
.topTopics *::before {
    box-sizing: border-box !important;
}
.topTopics_list {
    display: flex;
    gap: 8px 8px;
    flex-wrap: wrap;
}
.topTopics_link {
    transition: all 0.2s;
    font-size: 12px;
    padding: 8px 14px 6px;
    border: 2px solid #bbbbbb;
    border-radius: 4px;
    text-decoration: none;
    color: #555;
    line-height: 1.5;
    display: block;
    max-width: calc((100% - 16px) / 3);
    position: relative;
}
.topTopics_list > .topTopics_link:first-child {
    order: 0;
}
.topTopics_list > .topTopics_link[data-order="1"] {
    order: 1;
}
.topTopics_list > .topTopics_link[data-order="2"] {
    order: 2;
}
.topTopics_list > .topTopics_link[data-order="3"] {
    order: 3;
}
.topTopics_link:visited {
    color: #555;
}
.topTopics_link.is-hide,
.topTopics_link.topTopics_link--notice {
    display: none;
}
.topTopics_link.topTopics_link--notice.is-show + * + * + * {
    display: none;
}
.topTopics_link.is-show {
    display: block;
}
.topTopics_link_inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.topTopics_link.topTopics_link--notice {
    padding-left: 30px;
    background: url(https://www.a-q-f.com/common/pc/img/top/icon_exclamation.svg) center left 5px no-repeat;
    background-size: 18px 18px;
}
.topTopics_link.topTopics_link--pickup {
    padding-left: 30px;
    background: url(https://www.a-q-f.com/common/pc/img/top/icon_bell.svg) center left 5px no-repeat;
    background-size: 18px 18px;
}
.topTopics_link:hover {
	color: #555;
	opacity: 0.7;
}
/* ----------------------------------
 topMainBanner
---------------------------------- */
html.page-sitetop.before-login .topMainBanner {
    display: none;
}
.topMainBanner {
    display: block;
}
.topMainBanner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: center;
    background: #fff;
}
.topMainBanner-link {
	display: block;
	width: 100%;
    opacity: 1;
    transition: opacity 0.2s;
}
.topMainBanner-link:hover {
	opacity: 0.9;
}
a.topMainBanner-link:hover img {
    opacity: 1;
}
.topMainBanner-linkInner {
	display: block;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.topMainBanner-linkInner:before,
.topMainBanner-linkInner:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.topMainBanner-linkInner:before {
	left: -950px;
}
.topMainBanner-linkInner:after {
	right: -950px;
}




