.lineupList_button a:hover {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.lineupList_item:hover {
		border: solid 2px #0784E8;
		padding: 4px 4px 15px; }
	.lineupList_item:hover .lineup_label.new {
		right: 9px;
		top: 4px; }
}
@media print, screen and (min-width: 768px) {
	.lineupList_item:hover {
		border: solid 2px #0784E8;
		padding: 4px 7px 15px;
	} 
	.lineupList_item:hover .lineup_label.new {
		right: 19px;
		top: 17px; }
}
.page_wrapper{
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lineup_label{
	position: absolute;
	text-transform: uppercase;
}
.lineup_label.new{
	color:#ff0000;
}
.lineupList_labelItem{
	padding:4px 8px 2px;
}
.lineupList_item-D .lineupList_series{
	color:#00658b;
}
.lineupList_item-Q .lineupList_series{
	color:#0d4169;
}
.lineupList_item-G .lineupList_series{
	color:#0d4169;
}
.lineupList_item-H .lineupList_series{
	color:#0c6247;
}
.lineupList_item-last .lineupList_series{
	color:#666;
}
.lineupList_item-last .lineupList_series span{
	font-size: 2rem;
	display: block;
	margin-top: 10px;
}
.lineupList_actions_group{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.lineupList_actions_group .lineupList_button{
	margin-top: 15px;
}
.lineupList_actions_group .lineupList_button a{
	font-size: 14px;
}
.lineupList_actions_group .lineupList_button.length a{
	font-size: 12px;
	background-color:#cc0000; 
}
.lineupList_actions_group .lineupList_button a:after{
	display: none;
}
.lineupList_actions_group .lineupList_button{
		min-height: 100%;
}
.lineupList_actions_group .lineupList_button a{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.seriesRecommend_heading{
	font-weight: 500;
}
.seriesRecommend_price-red span{
  color: #c00;
}
.seriesRecommend_price-red{
  color: #000;
}
.seriesRecommend_lowprice{
  font-size: 90%;
}

.seriesRecommend_arrow{
	color:#0070c9;
}
.lineupList_series {
	font-weight: bold;
}

/* おすすめ商品 追加設定 */
.bgDiff{ background: #ffeeff; }
.seriesRecommend_new { position: absolute; width: 150px; top: 10px; right: -10px; }
.seriesRecommend_newIco {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 30px;
    background: #cc0000;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    box-sizing: border-box;
}
.seriesRecommend_newIco:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top : 0;
    left: 0;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

/* ラインナップ一覧 20241125変更 */
.lineupList_item_inner { display: flex; }
.lineupList_info2 { width: 56%; }
.lineupList_imageBoxWrap2 { width: 44%; text-align: center; }
.lineupList_imageBox2 .lineupList_image { width: 160px; }
.lineupList_info2 .icon_new2 {
	margin-left: 15px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #f00;
}
.lineupList_catch2 {
	padding-top: 20px;
	font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3;
}
.lineupList_item-L .lineupList_series {
	color:#666;
	position: relative;
	padding-top: 5px;
}
.lineupList_item-L .lineupList_series span {
	font-size: 2rem;
}
.lineupList_item-L .lineupList_series span.icon_bto {
	position: absolute;
	top: 10px;
	right: -55px;
	padding: 0 5px;
	border: 1px solid #ccc;
	font-weight: normal;
	font-size: 1.2rem;
}

/* FMWORLDリンク */
.linkFmworld {
    margin: 20px 0 0;
    padding: 0;
}

.linkFmworld .linkBox {
    width: 1160px;
    margin: 0 auto;    
}

.linkFmworld ul.linkButton {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.linkFmworld ul.linkButton li.deskLeft {
    width: 770px;
}
.linkFmworld ul.linkButton li.deskRight {
    width: 380px;
    margin-left: 10px;
}
.linkFmworld ul.linkButton li.defaultCenter {
    width: 770px;
    margin: 0 auto;
}

.linkFmworld ul.linkButton li a {
    display: block;
    position: relative;
    height: 40px;
    margin: 0;
    padding: 10px;
    background:url(FJ_GRAD_H4A_RGB.png) center center no-repeat;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.linkFmworld ul.linkButton li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.0rem;
    color: #fff;
}
.linkFmworld ul.linkButton li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

@media screen and (min-width: 768px){
	._mt-pc-20{
		margin-top: 20px !important;
	}
	._mt-pc-30{
		margin-top: 30px !important;
	}
	._mt-pc-35{
		margin-top: 35px !important;
	}
	._mt-pc-40{
		margin-top: 40px !important;
	}
	.lineup_label{
		right:20px;
		top:18px;
		font-size: 20px;
	}
	.lineupList_actions_group .lineupList_button{
		width:47%;
	}
	.lineupList_button{
		/*margin-top: 15px;*/
		margin-top: 5px;
	}
	.lineupList_actions_group .lineupList_button a{
		padding:5px 3px 2px;
	}
	.seriesRecommend_ttlIco {
		font-size: 11px;	    
	}
	.seriesRecommend_unit:nth-child(1) .seriesRecommend_ttlIco{
		/*font-size: 13px;*/
	}
}

@media screen and (max-width: 767px){
	._mt-sp-15{
		margin-top: 15px !important;
	}
	._mt-sp-20{
		margin-top: 20px !important;
	}
	.basicSlider_list{
		margin-top:60px;
	}
	.lineupList_actions_group{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.lineupList_actions_group .lineupList_button{
		width:100%;
	}
	.lineup_label{
		right:10px;
		top:5px;
		font-size: 14px;
	}

/* おすすめ商品 追加設定 */
.seriesRecommend_new { width: 60px; top: 7px; right: 0px; }
.seriesRecommend_newIco {
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 7px;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.seriesRecommend_newIco:before {
    border-width: 10px 0 10px 7px;
}

/* ラインナップ一覧 20241125変更 */
.lineupList_item_inner { display: block; }
.lineupList_info2 { width: 100%; }
.lineupList_imageBoxWrap2 { width: 100%; }
.lineupList_imageBox2 .lineupList_image { max-width: 100%; }
.lineupList_info2 .icon_new2 {
	margin-left: 15px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #f00;
}
.lineupList_catch2 {
	padding-top: 20px;
	font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.3;
}
.lineupList_item-L .lineupList_series span.icon_bto {
	position: static;
	margin-left: 15px;
}

/* FMWORLDリンク */
.linkFmworld {
    margin: 10px 0 0;
    padding: 0 10px;
}

.linkFmworld .linkBox {
    width: 100%;
    margin: 0 auto;    
}

.linkFmworld ul.linkButton li.deskLeft {
    width: 100%;
    margin-bottom: 10px;
}
.linkFmworld ul.linkButton li.deskRight {
    width: 100%;
    margin-left: 0;
}
.linkFmworld ul.linkButton li.defaultCenter {
    width: 100%;
}

.linkFmworld ul.linkButton li a {
    font-size: 1.4rem;
}

}

@media screen and (max-width: 767px) and (orientation: landscape) {

.lineupList br.forSP {
    display: none;
}

}

/* --------------------------------------
   biz-ui6001-a、biz-ui6001-u　設定
-------------------------------------- */

/* 初期設定
------------------------------------------------------ */
#ui6001-x {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
}

#ui6001-x img {
	height: auto;
	border: none;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui6001-x .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui6001-x .section .inner {
	width: 1160px;
	margin: 40px auto 0;
	padding: 0;
}

#ui6001-x .section::after,
#ui6001-x .section .inner::after{
    content: "";
    display: block;
    clear: both;
}

/* セクション 01：ポイント
------------------------------------------------------ */
#ui6001-x #section01 .pointBox {
	margin: 0;
    padding: 20px;
	/*background: #f7f3f0;*/
	background: linear-gradient(135deg,#f7f3f0,#e5ded8);
}

#ui6001-x #section01 .pointBox h3 {
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
}

#ui6001-x #section01 .pointBox p {
    padding: 20px 0 10px 150px;
}

#ui6001-x #section01 ol.pointItem {
    display: flex;
    flex-wrap: wrap;
}

#ui6001-x #section01 ol.pointItem li {
	width: 360px;
	height: 100px;
	margin: 20px 20px 0 0;
	padding: 0;
	background: #fff;
}

#ui6001-x #section01 ol.pointItem li:nth-child(3n) {
	margin: 20px 0 0 0;
}

#ui6001-x #section01 ol.pointItem dl {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

#ui6001-x #section01 ol.pointItem dt {
	width: 60px;
	height: 100px;
	margin: 0;
	padding: 20px 0;
	background: #0099cc;
}

#ui6001-x #section01 ol.pointItem dd {
	width: 300px;
	padding: 0;
	font-size: 2.0rem;
	text-align: center;
}
#ui6001-x #section01 ol.pointItem.seriesU dd {
	padding: 0 0 0 15px;
	font-size: 1.7rem;
	text-align: left;
}

#ui6001-x #section01 ol.pointItem .pointTxt {
	display: block;
	color: #33ccff;
	text-align: center;
}

#ui6001-x #section01 ol.pointItem .pointNum {
	display: block;
	font-size: 3.0rem;
	line-height: 1.0;
	color: #ccffff;
	text-align: center;
}

/* セクション 02：おすすめ商品
------------------------------------------------------ */
#ui6001-x #section02 h2 {
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
}

#ui6001-x #section02 .recommendItemBox {
	margin: 10px 0 0 0;
    padding: 20px 60px;
	/*background: #f7f7f7;*/
	background: linear-gradient(135deg,#f7f7f7,#e7e7e7);
}

#ui6001-x #section02 .itemBox {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
	background: #fff;
}

#ui6001-x #section02 .itemTxt {
	width: calc(100% - 360px);
	margin: 0;
	padding: 0;
}

#ui6001-x #section02 .itemModel {
	width: 300px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #0481aa;
	color: #fff;
	text-align: center;
}

#ui6001-x #section02 .itemCat {

}

#ui6001-x #section02 .itemName {
	font-size: 2.8rem;
	font-weight: 500;
}

#ui6001-x #section02 .itemComment {
	padding: 0 0 10px;
}

#ui6001-x #section02 .itemPrice {
	padding: 0 40px 0 0;
    color: #cc0000;
	text-align: right;
}

#ui6001-x #section02 .itemPrice span {
    font-size: 3.0rem;
}

#ui6001-x #section02 .itemNotice {
	padding: 0 40px 0 0;
	font-size: 1.2rem;
	color: #666;
	text-align: right;
}

#ui6001-x #section02 .itemImg {
	width: 360px;
	margin: 0;
	padding: 0;
}

#ui6001-x #section02 .itemBtn {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 20px 100px 0;
}

#ui6001-x #section02 .itemBtnInner {
	width: 50%;
	margin: 0;
	padding: 0;
}

#ui6001-x #section02 .itemBtn a {
    display: block;
    position: relative;
    width: 340px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #d80084;
    /*font-size: 1.6rem;*/
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#ui6001-x #section02 .itemBtn a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

#ui6001-x #section02 .itemBtn a:hover {
    /* opacity: 0.7; */
    background: #bb0072;
    color: #ffff00;
}

#ui6001-x #section02 .couponBox {
	width: 960px;
	margin: 20px auto;
    padding: 10px;
	background: #990000;
}

#ui6001-x #section02 .couponBoxInner {
    padding: 10px;
	border: 1px solid #fff;
}

#ui6001-x #section02 .couponBox h3 {
    font-size: 1.8rem;
	color: #ffff00;
    text-align: center;
}

#ui6001-x #section02 h3 span.couponPeriod {
	margin-left: 20px;
    font-size: 1.4rem;
	color: #ffff;
    text-align: center;
}

#ui6001-x #section02 dl.couponDetails {
	margin: 10px 0 0;
	padding: 5px 10px;
	background: #fff;
	font-weight: 500;
    text-align: center;
}

#ui6001-x #section02 dl.couponDetails dt {
    border-bottom: 2px dotted #ccc;
	padding-bottom: 5px;
}

#ui6001-x #section02 dl.couponDetails dt span.num {
    font-size: 3.0rem;
    color: #cc0000;
}

#ui6001-x #section02 dl.couponDetails dt span.enoff {
    font-size: 2.0rem;
    color: #cc0000;
}

#ui6001-x #section02 dl.couponDetails dd {
	padding-top: 5px;
}

#ui6001-x #section02 dl.couponDetails dd span {
    font-size: 2.2rem;
}

#ui6001-x #section02 p.cpLink {
    text-align: center;
}


@media screen and (max-width: 767px) {

/* 初期設定
------------------------------------------------------ */
#ui6001-x {
	font-size: 1.4rem;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui6001-x .section .inner {
	width: 100%;
	margin: 40px auto 0;
	padding: 0;
}

/* セクション 01：ポイント
------------------------------------------------------ */
#ui6001-x #section01 .pointBox {
	margin: 0;
    padding: 20px 10px;
}

#ui6001-x #section01 .pointBox h3 {
	font-size: 2.0rem;
	text-align: center;
}

#ui6001-x #section01 .pointBox p {
    padding: 20px 10px;
}

#ui6001-x #section01 ol.pointItem {
    display: block;
}

#ui6001-x #section01 ol.pointItem li {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
}

#ui6001-x #section01 ol.pointItem li:nth-child(3n) {
	margin: 10px 0 0 0;
}

#ui6001-x #section01 ol.pointItem dt {
	height: 80px;
	padding: 15px 0;
}

#ui6001-x #section01 ol.pointItem dd {
	width: calc(100% - 60px);
	padding: 0;
	font-size: 1.8rem;
	text-align: center;
}
#ui6001-x #section01 ol.pointItem.seriesU dd {
	padding: 0 15px 0;
	font-size: 1.6rem;
	text-align: left;
}

#ui6001-x #section01 ol.pointItem .pointNum {
	font-size: 2.4rem;
}

/* セクション 02：おすすめ商品
------------------------------------------------------ */
#ui6001-x #section02 h2 {
	font-size: 2.4rem;
}

#ui6001-x #section02 .recommendItemBox {
	margin: 10px 0 0 0;
    padding: 20px 10px;
}

#ui6001-x #section02 .itemBox {
    display: block;
    padding: 20px;
}

#ui6001-x #section02 .itemTxt {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}

#ui6001-x #section02 .itemModel {
	width: 100%;
}

#ui6001-x #section02 .itemName {
	font-size: 2.2rem;
}

#ui6001-x #section02 .itemComment {
	padding: 0 0 10px;
}

#ui6001-x #section02 .itemPrice {
	padding: 0;
	text-align: left;
}

#ui6001-x #section02 .itemPrice span {
    font-size: 2.4rem;
}

#ui6001-x #section02 .itemNotice {
	padding: 0;
	text-align: left;
}

#ui6001-x #section02 .itemImg {
	width: 100%;
}

#ui6001-x #section02 .itemBtn {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
}

#ui6001-x #section02 .itemBtnInner {
	width: calc(50% - 5px);
	margin: 0 10px 0 0;
	padding: 0;
}
#ui6001-x #section02 .itemBtnInner:last-child {
	margin: 0;
}

#ui6001-x #section02 .itemBtn a {
    width: 100%;
}

#ui6001-x #section02 .itemBtn a:after {
    right: 10px;
}

#ui6001-x #section02 .couponBox {
	width: 100%;
	margin: 10px auto;
}

#ui6001-x #section02 .couponBoxInner {
    padding: 10px;
	border: 1px solid #fff;
}

#ui6001-x #section02 .couponBox h3 {
    font-size: 1.6rem;
}

#ui6001-x #section02 h3 span.couponPeriod {
	display: block;
	margin: 5px 0 0 0;
    font-size: 1.4rem;
}

#ui6001-x #section02 dl.couponDetails dt span.num {
    font-size: 2.4rem;
}

#ui6001-x #section02 dl.couponDetails dt span.enoff {
    font-size: 1.6rem;
    color: #cc0000;
}

#ui6001-x #section02 dl.couponDetails dd {
	padding-top: 5px;
}

#ui6001-x #section02 dl.couponDetails dd span {
	display: block;
    font-size: 2.0rem;
}

#ui6001-x #section02 p.cpLink {
    padding-top: 10px;
}

}


@media screen and (max-width: 767px) and (orientation: landscape) {

#ui6001-x br.forSP {
    display: none;
}

}