/* ページ全体 */
body {
	overflow-x: hidden;
}
/* ヘッダー */
div.item-search {margin-left: 10px;}
div.item-search div.item-search-box > div.sb-label {
    padding: 5px 85px 5px 10px !important
}
div.item-search div.item-search-box div.sb-category select{
    width: auto;
}
@media screen and (max-width: 1280px) {
    .header-left {
        width: 80%;
    }
    .header-logo {
        min-width: 200px;
    }
    div.item-search div.item-search-box > div.sb-keywords {
      /*  min-width: auto;*/
    }
    div.item-search div.item-search-box > div.sb-label {
        min-width: 180px;
        font-size: 0.8em;
    }
}
/* プルダウン */
.sp-search {
	position: relative;
	z-index: 1000;
}
.sb-category-selected {
	overflow: hidden;
	position: relative;
	width: 180px;
	height: 100%;
	padding: 1em 2em 1em 1.5em;
	border-right: solid 1px #c2c1c1;
	text-overflow: ellipsis;
	font-size: 0.8em;
	background: #efeeed;
	white-space: nowrap;
}
.sb-category-selected::after {
	content: '';
	position: absolute;
	display: block;
	top: calc(50% - 4px);
	right: 7%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 9px 6px 0 6px;
}
.sb-category-select {
	z-index: 101;
}
div.item-search div.item-search-box {
	overflow: visible;
	z-index: 100;
}
div.item-search div.sb-category {
	position: relative;
}
.item-search-box ul {
	display: none;
	position: absolute;
	width: 180px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.item-search-box .sb-category >  ul {
	top: 41px;
}
@media screen and (max-width: 959px) {
    .item-search-box .sb-category >  ul {
        max-height: 75vh;
        overflow: scroll;
        overflow-x: hidden;
    }
    .item-search-box .sb-category >  ul li {
        white-space: wrap;
    }
}
.item-search-box .sb-category > ul ul {
	top: 0;
	left: 100%;
	width: auto;
	min-width: 180px;
	white-space: nowrap;
}
.item-search-box ul li {
	position: relative;
	line-height: 1;
	font-size: 0.8em!important;
}
.item-search-box ul li span {
	display: block;
}
.item-search-box ul li span, 
.item-search-box ul li.sc-sb-select-item {
	padding: 1em 2em;
}
.item-search-box ul li:hover, 
.item-search-box ul li.on {
	background-color: #e3f2f2;
}
.item-search-box ul li.on > span {
	font-weight: bold;
}
.item-search-box ul li span {
	font-size: inherit!important;
}
.item-search-box ul li:before, 
.item-search-box ul li:after {
	content: '';
	position: absolute;
	display: block;
}
.item-search-box ul li:before {
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 1px;
	background: #ccc;
}
.item-search-box ul li:last-child::before {
	content: none;
}
.item-search-box ul li.on:before {
	display: none;
}
.item-search-box ul li.off:before {
	display: none;
}
.item-search-box ul li::after {
	top: calc(50% - 3px);
	right: 5%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #504944;
	border-width: 4px 0 4px 6px;
}
.item-search-box ul li.sc-sb-select-item::after {
	content: none;
}
@media screen and (max-width: 959px) {
	.item-search-box .sb-category > ul ul {
		position: relative;
		top: 0;
		left: 0;
	}
	.item-search-box ul li::after {
		top: 14px;
		right: 7%;
		transform: rotate(90deg);
	}
	.item-search-box ul li.sc-sb-select-item::after {
		transform: rotate(0);
	}
	.item-search-box ul.depth {background-color: #e9e9e9!important;}
}
/* アカウントパネル */
.account-navi-list {
	position: relative;
}
.account-navi-list > li {
	margin-right: 0;
}
.account-navi-list .account-navi-list-point {
	display: none;
}
.account-navi-list li.account-navi-list-cart a, 
.account-navi-list > li.account-navi-list-account a {
	padding: 0 20px!important;
	transform: translateY(20px);
}
.account-navi-list li.account-navi-list-cart span.badge {
	top: -45px;
	right: 8px;
}
.account-navi-list-account {
	display: flex;
	align-items: center;
}
.account-navi-list li.account-navi-list-cart a:before, 
.account-navi-list li.account-navi-list-account a:before {
	position: absolute;
	z-index: -1;
	width: 40px;
	height: 30px;
	top: -27px;
	left: 50%;
	margin-left: -20px;
}
.account-navi-list li.account-navi-list-cart a:before {
	background: url(../img/account/icon_cart.png);
}
.account-navi-list li.account-navi-list-account .sc-login a:before {
	background: url(../img/account/icon_login.png);
}
.account-navi-list li.account-navi-list-account .sc-account a:before {
	background: url(../img/account/icon_mypage.png);
}
.account-navi-list li.account-navi-list-account .sc-signup-msg a {
	margin-left: 1em;
	padding: 0.25em 1.25em!important;
	border-radius: 3px;
	line-height: 1.2;
	font-size: 0.8em;
	background: #ba1f27;
	color: #fff;
	transform: translateY(0);
}
.account-navi-list li.account-navi-list-account .sc-account-msg a {
	transform: translateY(0);
}
@media all and (-ms-high-contrast:none){ /* ie11 */
	*::-ms-backdrop, .account-navi-list li.account-navi-list-account .sc-signup-msg a {
		padding-top: 0.75em!important;
	}
}
.account-navi-list li.account-navi-list-account .sc-account-msg {
	text-align: center;
}
.account-navi-list li.account-navi-list-account .sc-account-msg a:before, 
.account-navi-list li.account-navi-list-account .sc-signup-msg a:before {
	content: none;
}
.sc-account-msg span {
	display: inline-block;
	margin-bottom: 0.5em;
	line-height: 1.3;
	font-size: 0.8em;
}
.sc-account-msg a {
	font-size: 1.1em;
	font-weight: bold;
}
@media screen and (max-width: 959px) {
	.header-logo {
		min-width: auto;
		width: auto;
	}
	.account-navi-list {
		white-space: nowrap;
	}
	.account-navi-list li.account-navi-list-cart a, 
	.account-navi-list > li.account-navi-list-account a {
		padding: 0 10px!important;
	}
	.account-navi-list li.account-navi-list-cart a:before, 
	.account-navi-list li.account-navi-list-account a:before {
		top: -30px;
	}
	.account-navi-list li.account-navi-list-cart span.badge {
		top: -35px;
		right: 3px;
	}
	.account-navi-list li.account-navi-list-account a:before {
		height: 30px!important;
	}
	.account-navi-list li.account-navi-list-account .sc-signup-msg a {
		margin-left: 0.5em;
	}
	.sc-account-msg span {
		font-size: 0.7em;
	}
}
@media screen and (max-width: 500px) {
	.account-navi-list li.account-navi-list-cart a, 
	.account-navi-list > li.account-navi-list-account a {
		padding: 0 5px!important;
	}
}
/* Gナビ */
@media screen and (min-width: 960px) {
	#nav, 
	.l-content, 
	.nav_horizontal {
		width: 100%;
		max-width: 1380px;
	}
}
i.aeonbike {
    border-top: 15px solid #3fa9f5;
}
/* パンくず */
.lp-bread {}
@media screen and (min-width: 960px) {
    .lp-bread {
        width: 1380px;
        margin: 0 auto 1em;
    }
}
@media screen and (max-width: 959px) {
    .lp-bread {
        width: 100%;
        padding: 0 3%;
        margin-bottom: 5%;
        margin-top: 5%;
    }
}
.lp-bread ul {
    display: flex;
}
@media screen and (min-width: 960px) {
    .lp-bread ul {}
}
@media screen and (max-width: 959px) {
    .lp-bread ul {}
}
.lp-bread ul li {
    color: #22a3cf;
}
.lp-bread a {
    color: #22a3cf;
}
.lp-bread ul li:before {
    content: '>';
    display: inline-block;
    margin-right: .7em;
    margin-left: .7em;
}
.lp-bread ul li:first-child:before {
    content: none;
    margin-right: 0;
    margin-left: 0;
}
/************************/
/* 総合TOP */
/************************/
/* 総合TOP共通 */
.comprehensive-blk {}
@media screen and (min-width: 960px) {
    .comprehensive-blk {
        margin-top: 4em;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-blk {
        margin-top: 6%;
    }
}
.comprehensive-ttl-wrap {}
@media screen and (min-width: 960px) {
    .comprehensive-ttl-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-ttl-wrap {
        margin-bottom: 1.5em;
        text-align: center;
    }
}
.comprehensive-ttl {
    font-weight: bold;
}
@media screen and (min-width: 960px) {
    .comprehensive-ttl {
        font-size: 2rem;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-ttl {
        font-size: 1.8rem;
    }
}
.comprehensive-ttl-more {
    display: flex;
    align-items: center;
    line-height: 0;
}
@media screen and (max-width: 959px) {
    .comprehensive-ttl-more {
        display: none;
    }
}
.comprehensive-ttl-more-icon {
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    line-height: 0;
    margin-left: 1em;
    font-size: .8rem;
    font-family: Charcoal;
}
@media screen and (min-width: 960px) {
    .comprehensive-ttl-more-icon {
        width: 18px;
        height: 18px;
        padding: 5px;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-ttl-more-icon {
        width: 18px;
        height: 18px;
        padding: 5px;
    }
}
.comprehensive-youtube,
.comprehensive-instagram {
    position: relative;
}
.comprehensive-youtube-item-ttl {
    line-height: 1.5
}
@media screen and (min-width: 960px) {
    .comprehensive-youtube-item-ttl {
        margin-top: .6em;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-youtube-item-ttl {
        margin-top: .8em;
    }
}
/* スライダー */
#site_aside1 {
    overflow-x: hidden;
}
.sc-carousel-slider .comprehensive-slick .slick-arrow {
    background: #ad1577;
    color: white;
    opacity: .9;
}
@media screen and (min-width: 960px) {
    .sc-carousel-slider .comprehensive-slick .slick-next {
        right: -20px !important;
    }
}
@media screen and (max-width: 959px) {
    .sc-carousel-slider .comprehensive-slick .slick-next {
        right: -30px !important;
    }
}
@media screen and (min-width: 960px) {
    .sc-carousel-slider .comprehensive-slick .slick-prev {
        left: -20px !important;
    }
}
@media screen and (max-width: 959px) {
    .sc-carousel-slider .comprehensive-slick .slick-prev {
        left: -30px !important;
    }
}
.sc-carousel-slider .comprehensive-slick .slick-next::before,
.sc-carousel-slider .comprehensive-slick .slick-prev::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
    opacity: 1;
}
div.sc-carousel-slider .comprehensive-slick .slick-dots li.slick-active button::before {
    color: #808080;
}
div.sc-carousel-slider .comprehensive-slick .slick-dots li {
    margin: 0 5px;
}
div.sc-carousel-slider .comprehensive-slick .slick-dots li button::before {
    font-size: 20px
}
@media screen and (max-width: 959px) {
    .js-slider-top-yt,
    .js-slider-top-instagram {
        position: static !important;
    }
}
.js-slider-top-yt .slick-slide {}
@media screen and (min-width: 960px) {
    .js-slider-top-yt .slick-slide {
        padding: 10px;
    }
}
@media screen and (max-width: 959px) {
    .js-slider-top-yt .slick-slide {
        padding: 10px;
    }
}
@media screen and (min-width: 960px) {
    .js-slider-top-instagram .slick-slide {
        padding: 2px;
    }
}
@media screen and (max-width: 959px) {
    .js-slider-top-instagram .slick-slide {
        padding: 2px;
    }
}
@media screen and (max-width: 959px) {
    .js-slider-top-yt .prev-arrow,
    .js-slider-top-yt .next-arrow,
    .js-slider-top-instagram .prev-arrow,
    .js-slider-top-instagram .next-arrow {
        color: black;
        position: absolute;
        top: 0;
        font-size: 20px;
    }
    .js-slider-top-yt .prev-arrow,
    .js-slider-top-instagram .prev-arrow {
        left: 0;
    }
    .js-slider-top-yt .next-arrow,
    .js-slider-top-instagram .next-arrow {
        right: 0;
    }
}
.js-slider-top-instagram-card {
    position: relative;
}
@media screen and (min-width: 960px) {
    .js-slider-top-instagram-card {}
}
@media screen and (max-width: 959px) {
    .js-slider-top-instagram-card {}
}
.comprehensive-instagram-thumb {
    z-index: -1;
}
@media screen and (min-width: 960px) {
    .comprehensive-instagram-thumb {}
}
@media screen and (max-width: 959px) {
    .comprehensive-instagram-thumb {}
}
.comprehensive-instagram-icon {
    position: absolute;
}
@media screen and (min-width: 960px) {
    .comprehensive-instagram-icon {
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-instagram-icon {
        top: 3%;
        left: 3%;
        width: 10%;
        height: auto;
    }
}
/* バナー（スマホ） */
.comprehensive-bn-list {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    margin-top: 10%;
    flex-wrap: wrap;
}
.comprehensive-bn-list p {
    width: 33%;
}
@media screen and (max-width: 959px) {
    .comprehensive-bn-list {
        padding: 0;
    }
}
/* サイド */
#site_aside2 {
    width: 280px!important;
    min-width: 280px!important;
}
.comprehensive-side-bn p {
    margin-bottom: 20px;
}
.comprehensive-side-bn p:last-child {
    margin-bottom: 0;
}
.comprehensive-video {
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (min-width: 960px) {
    .comprehensive-video {
        margin-top: 40px;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-video {}
}
.comprehensive-video iframe {
    width: 100%;
    height: 100%;
}
.comprehensive-tw {}
@media screen and (min-width: 960px) {
    .comprehensive-tw {
        margin-top: 20px;
    }
}
@media screen and (min-width: 960px) {
    .comprehensive-tw iframe {
        height: 500px !important;
    }
}
/* ショップバナー */
.comprehensive-cat {
    margin-top: 0;
}
@media screen and (min-width: 960px) {
    .comprehensive-cat {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-cat {}
}
.comprehensive-cat-box {}
@media screen and (min-width: 960px) {
    .comprehensive-cat-box {
        width: 49%;
        margin-bottom: 3%;
    }
    .comprehensive-cat-box:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-cat-box {
        margin-bottom: 5%;
    }
    .comprehensive-cat-box:last-child {
        margin-bottom: 0;
    }
}
.comprehensive-cat-ttl {
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .comprehensive-cat-ttl {
        margin-top: .7em;
        font-size: 1.15rem;
    }
}
@media screen and (max-width: 959px) {
    .comprehensive-cat-ttl {
        margin-top: .7em;
        font-size: 1.2rem;
    }
}
/* twitter（メインエリア） */
.comprehensive-main-tw {
    margin-top: 6%;
}
.comprehensive-main-tw iframe {
    height: 400px !important;
}
/************************/
/* aeonbike */
/************************/
/* aeonbike共通 */
.aeonbike-blk {}
@media screen and (min-width: 960px) {
    .aeonbike-blk {
        margin-top: 6%;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-blk {
        margin-top: 10%;
    }
}
.aeonbike-ttl-l {
    font-weight: bold;
    /*text-align: center;*/
}
@media screen and (min-width: 960px) {
    .aeonbike-ttl-l {
        font-size: 2rem;
        margin-bottom: 3%;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-ttl-l {
        font-size: 1.8rem;
        margin-bottom: 6%;
    }
    .item-list-ttl {
        text-align: left;
    }
}
/* ヘッダー */
.aeonbike-logo {}
@media screen and (min-width: 960px) {
    .aeonbike-logo {
        width: 226px;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-logo {
        width: 100%;
    }
}
/* スライダー */
.aeonbike-slick {}
.sc-carousel-slider .aeonbike-slick .slick-arrow {
    background: black;
    color: white;
}
.sc-carousel-slider .aeonbike-slick .slick-next {
    right: -20px !important;
}
.sc-carousel-slider .aeonbike-slick .slick-prev {
    left: -20px !important;
}
.sc-carousel-slider .aeonbike-slick .slick-next::before,
.sc-carousel-slider .aeonbike-slick .slick-prev::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
}
/* 開催中のセール */
.aeonbike-sale-blk {
    display: flex;
    justify-content: space-between;
}
.aeonbike-sale-box {}
@media screen and (min-width: 960px) {
    .aeonbike-sale-box {
        width: 49%;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-sale-box {
        width: 48.5%;
    }
}
/* カテゴリーから探す */
@media screen and (min-width: 960px) {
    .aeonbike-cat-blk {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-cat-blk {}
}
.aeonbike-cat-card {}
@media screen and (min-width: 960px) {
    .aeonbike-cat-card {
        width: 23%;
        margin-left: 2.333%;
        margin-bottom: 5%;
    }
    .aeonbike-cat-card:first-child,
    .aeonbike-cat-card:nth-child(4n+1) {
        margin-left: 0;
    }
    .aeonbike-cat-card:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-cat-card {
        width: 100%;
    }
}
/* シーンで探す */
.aeonbike-scene-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aeonbike-scene-card {}
@media screen and (min-width: 960px) {
    .aeonbike-scene-card {
        width: 49%;
        margin-bottom: 2%;
    }
    .aeonbike-scene-card:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-scene-card {
        width: 48.5%;
        margin-bottom: 3%;
    }
}
/* ブランドから探す */
.aeonbike-brand-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
    .aeonbike-brand-list {
        margin-bottom: 3%;
    }
    .aeonbike-brand-list:last-of-type {
        margin-bottom: 0;
    }
}
.aeonbike-brand-item {
    text-align: center;
}
@media screen and (min-width: 960px) {
    .aeonbike-brand-item {
        max-width: 20%;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-brand-item {
        width: 45%;
        margin-bottom: 5%;
    }
}
@media screen and (min-width: 960px) {
    .aeonbike-brand-item-l {
        max-width: 35%;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-brand-item-l {
        width: 60%;
    }
}
/* 特集 */
.aeonbike-feature-blk {}
@media screen and (min-width: 960px) {
    .aeonbike-feature-blk {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
.aeonbike-feature-item {}
@media screen and (min-width: 960px) {
    .aeonbike-feature-item {
        width: 49%;
        margin-bottom: 2%;
    }
    .aeonbike-feature-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 959px) {
    .aeonbike-feature-item {
        margin-bottom: 5%;
    }
}
/* 受取店舗を選択する */
.sc-pp-group {
    font-size: 1.1875rem;
    line-height: 1.6;
}
.sc-pp-pref-name {
    position: relative;
    border-bottom: solid 1px #fff;
    padding: 0.75rem 1rem;
    line-height: 1;
    background: #333;
    color: #fff;
    cursor: pointer;
}
.sc-pp-pref-name::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    width: 18px;
    height: 14px;
    background: url(../../../img/aeonbike/lp/arw_wht.png) no-repeat;
    transform: translateY(-50%);
    transition: 0.5s;
}
.sc-pp-pref-name.on::after {
    transform: translateY(-50%) rotate(180deg);
}
.sc-pp-stores {
    display: none;
}
.sc-pp-stores li {
    display: table;
    /* SC Edit */
    table-layout:fixed;
    width: 100%;
    border-bottom: solid 1px #ccc;
}
.sc-pp-stores li>div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 2.25rem 2rem;
}
.sc-pp-stores li>div::after {
    content: '';
    position: absolute;
    display: block;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
}
.sc-pp-stores li>div.sc-pp-store-code {
    display: none;
}
.sc-pp-stores li>div.sc-pp-store-name {
    /* SC Edit */
    width: 22%;
}
.sc-pp-stores li>div.sc-pp-store-name::after {
    background: #ccc;
}
.sc-pp-stores li>div.sc-pp-store-postalcode {
    /* SC Edit */
    width: 8%;
    padding-right: 0;
    /* SC Edit */
    /* white-space: nowrap; */
    vertical-align: top;
}
.sc-pp-stores li>div.sc-pp-store-address {
    /* SC Edit */
    width: 28%;
    padding-left: 1rem;
    padding-right: 0;
    vertical-align: top;
}
.sc-pp-stores li>div.sc-pp-store-phonenumber {
    width: 15%;
    padding-left: 1rem;
    /* SC Edit */
    /* white-space: nowrap; */
    vertical-align: top;
}
/* SC Edit */
.sc-pp-stores li>div.sc-pp-store-description {
    width: 15%;
    padding-left: 1rem;
    vertical-align: top;
}
/* SC Edit */
.sc-pp-stores li>div.sc-pp-store-description::after {
    background: #ccc;
}
.sc-pp-stores li>div.sc-pp-store-checkbox {
    /* SC Edit */
    width: 18%;
    text-align: center;
    font-weight: bold;
}
.sc-pp-store-checkbox input {
    display: none;
}
.sc-pp-store-checkbox label {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-left: 34px;
    text-align: left;
    font-size: 1.25rem;
    color: #dcdcdc;
}
.sc-pp-store-checkbox label:hover {
    color: #000;
}
.sc-pp-store-checkbox label::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../../../img/aeonbike/lp/check.png) no-repeat;
    transform: translateY(-50%);
}
.sc-pp-store-checkbox label:hover::after {
    background: url(../../../img/aeonbike/lp/checked.png) no-repeat;
}
@media screen and (max-width: 959px) {
    .sc-pp-stores li {
        display: block;
        padding: 0.75rem;
    }
    .sc-pp-stores li>div {
        display: block;
        padding: 2.25rem 2rem;
    }
    .sc-pp-stores li>div {
        width: auto !important;
        padding: 0.15em 0 !important;
    }
    .sc-pp-stores li>div::after {
        content: none !important;
    }
    .sc-pp-stores li>div.sc-pp-store-name {
        font-size: 1.1em;
        font-weight: bold;
    }
    .sc-pp-stores li>div.sc-pp-store-checkbox {
        padding-top: 1rem !important;
    }
}
/* 対応店舗一覧 */
.shop_list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.shop_list caption {
    display: none;
}
.shop_list th, 
.shop_list td {
    padding: 0.5em;
    border: solid 1px #c1c1c1;
    box-sizing: border-box;
}
.shop_list th {
    background: #ddd;
}
@media screen and (max-width: 959px) {
    .shop_list {
      border-top: solid 1px #c1c1c1;
      border-left: solid 1px #c1c1c1;
    }
    .shop_list tr {
       display: flex;
       flex-wrap: wrap;
       width: 100%;
   }
    .shop_list th, 
    .shop_list td {
        display: block; /* ie */
        border-width: 0 1px 1px 0;      
    }
   .shop_list th:nth-child(1),
   .shop_list th:nth-child(2),
   .shop_list td:nth-child(1),
   .shop_list td:nth-child(2) {
        flex-basis: 100%;
	max-width: 100%; /* ie */
    }
   .shop_list th:nth-child(3),
   .shop_list th:nth-child(4),
   .shop_list td:nth-child(3),
   .shop_list td:nth-child(4) {
         flex-basis: 50%;
	max-width: 50%; /* ie */
    }
   .shop_list th:nth-child(2),
   .shop_list th:nth-child(3),
   .shop_list th:nth-child(4) {
        display: none;
    }
    .shop_list td:nth-child(1) {
        background: #d8f0e3;
    }
    .shop_list td:nth-child(3),
    .shop_list td:nth-child(4) {
        border-bottom-width: 2px;
    }
}
/************************/
/* carrycase */
/************************/
/* carrycase共通スタイル */
.carrycase-blk {}
@media screen and (min-width: 960px) {
    .carrycase-blk {
        margin-top: 3%;
    }
}
@media screen and (max-width: 959px) {
    .carrycase-blk {
        margin-top: 6%;
    }
}
.carrycase-ttl-l {
    font-weight: normal;
    margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
    .carrycase-ttl-l {
        font-size: 2.1rem;
    }
}
@media screen and (max-width: 959px) {
    .carrycase-ttl-l {
        font-size: 1.6rem;
    }
}
/* スライダー */
.sc-carousel-slider .carrycase-slick .slick-arrow {
    display: none !important;
}
/* サイドエリア */
#carrycase-side {
    margin-top: 2em;
}
#carrycase-side .category-list {
    border-bottom: 1px solid #dddddd !important;
}
#carrycase-side .list-item {
    border-top: 1px solid #dddddd !important;
}
#carrycase-side .category-list-name {
    background: #64823c;
    color: white;
    padding: 1em;
}
#carrycase-side .category-list-name:before {
    background: none;
    display: none;
}
#carrycase-side .category-list-name:after {
    background: none;
    display: none;
}
@media screen and (min-width: 960px) {
    #carrycase-side .category-list-name {
        font-size: 1.2rem;
    }
}
#carrycase-side .category-name a {
    padding-left: 1em !important;
}
/* ブランドから探す */
.carrycase-brand {
    max-width: 1380px;
    margin: 0 auto;
}
.carrycase-brand-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.carrycase-brand-item {
    border-right: 4px solid #E8ECE2;
    border-bottom: 4px solid #E8ECE2;
    margin-left: 1%;
    margin-bottom: 1%;
    padding: 1% 1.5% 2%;
    width: 24.25%;
}
.carrycase-brand-item:first-child,
.carrycase-brand-item:nth-child(4n+1) {
    margin-left: 0;
}
/* 日数から探す */
.carrycase-searchday-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    border-width: 1px;
    border-color: #d3d3d3;
    border-bottom-style: solid;
}
.carrycase-searchday-blk::after {
    content:"";
    width:24%;
}
.carrycase-searchday-box {
    width: 49%;
    margin-bottom: 2%;
  }
@media screen and (min-width: 960px) {
.carrycase-searchday-box {
    width: 24%;
    margin-bottom: 2%;
  }
}
/* アイテムリスト */
@media screen and (min-width: 960px) {
 .carrycase-item-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
   .carrycase-item-cards {
        margin-top: 2em;
    }
.carrycase-item-card {
    width: 24%;
    margin-bottom: 2%;
   }
}
@media screen and (max-width: 959px) {
.carrycase-item-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .carrycase-item-cards {
        margin-top: 5%;
    }
.carrycase-item-card {
    width: 49%;
    margin-bottom: 2%;
   }
}
.carrycase-item-card-full {
    width: 100%;
}
.carrycase-item-cards::before{
    display: block;
    content: "";
    width: 24%;
    order:1;
}
.carrycase-item-cards::after{
    display: block;
    content: "";
    width: 24%;
}
/* ************************ 
	追従バナー 
************************ */
 .bottom-banner {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 2%;
  display: flex;
  justify-content: center;
}
 .bottom-banner picture {
  width: 90%;
  height: auto;
}
/* ************************ 
	カート 
************************ */
div.alert {
	margin-bottom: 3em;
}
@media screen and (max-width: 959px) {
	.cart-view div.alert {
		margin-bottom: 1.5em;
	}
}
/* ************************ 
	カート モーダル
************************ */
div.cart-add-item-resp div.checkout-cart {
	position: relative;
	max-width: 800px;
	padding: 1.5em;
}
.checkout-cart h3 {
	display: none;
}
.checkout-cart .cxt-msg {
	margin:  0 2em 0.75em 0;
	padding: 0.5em;
	text-align: center;
	line-height: 1;
	font-size: 1.5em;
	background: #000;
	color: #fff;
}
.checkout-cart ul li {
	margin-bottom: 1em;
	margin-right: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #ccc;
}
.checkout-cart ul li:last-child {
	margin-bottom: 0;
}
.checkout-cart div.item-thumbnail-img-xs {
	width: 100%;
	height: auto;
}
div.cart-add-item-resp div.checkout-cart > ul > li div.cart-item {
	flex: 3.5;
}
.checkout-cart .cart-item {
	padding-left: 1em;
	text-align: right;
	line-height: 1.4;
	font-size: 1.2em;
}
.checkout-cart .item-name {
	margin-bottom: 1em;
	text-align: left;
}
.checkout-cart .qty, 
.checkout-cart .subtotal {
	display: inline-block;
	padding-left: 1em;
	font-weight: bold;
}
.checkout-cart .total {
	padding: 1.5em 1em;
	line-height: 1.3;
	font-size: 1.4em!important;
	font-weight: bold;
}
.checkout-cart .total qty {
	padding: 0 1em 0 0;
}
.checkout-cart .total span {
	font-size: inherit!important;
}
.checkout-cart .controls {
	text-align: left;
}
.checkout-cart .controls button {
	display: inline-block;
	width: 48%;
	padding: 1em;
	border-radius: 0.5em;
	line-height: 1;
	font-size: 1.5em;
	background: #b60081;
	color: #fff;
}
.checkout-cart .controls button:disabled {
    display: inline-block;
    width: 48%;
    padding: 1em;
    border-radius: 0.5em;
    line-height: 1;
    font-size: 1.5em;
    background: #857380;
    color: #a796a7;
}
.checkout-cart .controls button:first-child {
	margin-right: 2%;
	background: #999;
}
div.cart-add-item-resp div.checkout-cart div.closer {
	overflow: hidden;
	top: 1.5em;
	right: 1.5em;
	width: 30px;
	height: 30px;
	background: url(/img/cart/close.png) no-repeat 50% 50%;
	text-indent: -999px;
}
@media screen and (max-width: 959px) {
	div.cart-add-item-resp div.checkout-cart {
		width: 90%;
		margin: 0 auto;
		padding: 1em;
	}
	.checkout-cart .cxt-msg {
		margin-right: 2.5em;
	}
	.checkout-cart .cxt-msg, 
	.checkout-cart .cart-item, 
	.checkout-cart .total, 
	.checkout-cart .controls button {
		font-size: 1em!important;
	}
	.checkout-cart .controls button {
		padding: 0.75em;
	}
	div.cart-add-item-resp div.checkout-cart div.closer {
		top: 1em;
		right: 1em;
	}
}
/* ************************ 
	レビュー
************************ */
/* タイトル */
.write-review #page-title, 
.write-review-complete #page-title, 
.your-reviews #page-title, 
.review-list  #page-title {
	margin-bottom: 1em;
	text-align: left;
}
/* 商品詳細 */
.item-reviews {
	padding: 1.5em;
	border-radius: 0;
}
.item-reviews h2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.75em;
	border-bottom: solid 1px #ccc;
	line-height: 1;
	font-size: 2em;
	font-weight: normal;
}
.review-heading {
	padding-bottom: 1em;
}
.review-heading .review-count, 
.review-heading .review-avg {
	color: inherit;
}
.review-heading .review-count {
	margin-top: 0.5em;
}
.rv-stars {
	text-shadow: none;
}
/*2022.5.17 商品一覧のレビューを非表示にする */
div.item-dtl > div.review-smr {
    display: none;
}
.item-reviews .rv-star-empty:before {
	content: none;
}
.customer-review {
	padding: 1em 0 1.5em;
}
.customer-review .heading {
	overflow: hidden;
	height: auto;
	margin-bottom: 0.5em;
}
.customer-review .heading .reviewer {
	clear: both;
}
.customer-review .heading .written {
	color: inherit;
}
.customer-review .content {
	line-height: 1.6;
}
.itemreview-list-footer {
	margin-bottom: 1em;
}
.itemreview-list-footer a {
	text-decoration: underline;
	color: #009bc0;
}
.item-reviews a.btn {
	display: inline-block;
	border: none;
	padding: 1em 2em;
	font-size: 0.8em;
	background: #000;
	color: #fff !important;
	box-shadow: none;
}
.review-avg,
.count, 
.percentage {
	font-weight: bold;
}
.msg-not-reviewed {
	margin-bottom: 1em;
}
@media screen and (max-width: 799px) {
	.item-reviews .rv-summary,
	.itemreview-list .rv-summary { /* レビュー検索 */
		float: none;
		margin-bottom: 1em;
	}
	.item-reviews .rv-histgram,
	.itemreview-list .rv-histgram {
		padding-left: 0;
	}
}
/* レビューを書く・レビュー検索 */
div.panel-heading + div.panel-body {
	margin-top: 1.5em;
}
.write-review .panel-body .wr-item, 
.review-list .wr-item {
	display: flex;
}
.write-review .panel-body .wr-item div.col:first-of-type, 
.review-list .wr-item div.col:first-of-type {
	flex: 1;
}
.write-review .panel-body .wr-item div.col:last-of-type, 
.review-list .wr-item div.col:last-of-type {
	flex: 3;
	padding-left: 1em;
}
.write-review .panel-body .wr-item a, 
.review-list .wr-item a {
	font-size: 1.2em;
	text-decoration: underline;
	color: #009bc0;
}
div.form.write-review-form-wrapper form {
	border-top: none;
}
.write-review div.formrow {
	border-bottom: none!important;
}
.write-review div.formrow-textarea {
	border-top: 1px solid #c3c3c3!important;
}
.write-review form div.formrow:nth-of-type(5) {
	padding-bottom: 1em;
	border-bottom: 1px solid #c3c3c3!important;
}
.form-write-review div.formrow div.input-label {
	margin: 0.5em 0;
	padding: 1em 1.5em;
	background: #dee3e6;
}
.form-write-review div.formrow div.input-label .input-required {
	float: right;
	display: inline-block;
	padding: 0.5em;
	line-height: 1;
	font-size: 0.6em;
	background: #b11f27;
	color: #fff;
}
@media screen and (min-width: 800px){
	div.formrow div.input-control {
		flex: 4;
		display: flex;
		align-items: center;
	}
	div.formrow div.input-control > *:nth-of-type(2) {
		margin-left: 1em;
	}
}
@media screen and (max-width: 799px) {
	.write-review  div.panel-body {
		margin-bottom: 1.5em
	}
	.write-review input, 
	.write-review textarea {
		margin-bottom: 0.5em;
	}
}
/* レビュー検索 */
.review-list .wr-item, 
.review-list .review-aggregation {
	margin-bottom: 2em;
}
.itemreview-list-heading .review-count, 
.itemreview-list-heading .review-avg {
	color: inherit;
}
.review-list .rv-star-empty:before {
	content: none;
}
.itemreview-list-heading .review-count {
	margin-top: 0.5em;
}
.itemreview-list-heading > div:nth-of-type(3) a, 
.itemreview-list-heading > div:nth-of-type(3) label, 
.itemreview-list-heading > div:first-of-type >div > a, 
.itemreview-list-heading > div:first-of-type > div > label {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
}
.itemreview-list-heading > div:nth-of-type(3) a, 
.itemreview-list-heading > div:first-of-type >div > a {
	text-decoration: underline;
	color: #009bc0;
}
.itemreview-list-heading .page-position {
	margin: 2em 0 1em;
}
.review-list .content {
	line-height: 1.6;
}
/* あなたのレビュー */
.your-reviews .customer-review .heading .reviewer {
	display: none;
}
.your-reviews .customer-review .heading .written, 
.your-reviews .customer-review .heading .item-link {
	float: none;
	clear: both;
	margin-left: 0;
	padding-left: 0;
}
.your-reviews .customer-review .heading .item-link a {
	color: #009bc0;
	text-decoration: underline;
}
.your-reviews .customer-review .body.content {
	line-height: 1.6;
	margin-bottom: 1em;
}
.your-reviews .customer-review div.control > div {
	padding-left: 0;
	padding-right: 0.75em;
}
.your-reviews .customer-review div.control > div a, 
.your-reviews .customer-review div.control > div button {
	border: none;
	padding: 1.5em 2em;
	line-height: 1;
	font-size: 0.8em;
	background: #000;
	color: #fff !important;
	box-shadow: none;
}
/* ************************ 
	オーナーズカード
************************ */
.owners-accordion .form-note, 
.edit-owners-card .form-note {
	margin: 2em 0!important;
	padding: 2em 3em!important;
}
.owners-accordion .form-note img, 
.edit-owners-card .form-note img {
	float: left;
	display: block;
	margin-right: 30px;
}
.owners-accordion .form-note a, 
.edit-owners-card .form-note a {
	display: inline-block;
	margin-top: 1em;
	color: #009bc0;
	text-decoration: underline;
}
.edit-owners-card, 
.delete-owners-card {
	max-width: 800px;
	margin: 0 auto;
}
.edit-owners-card #page-title, 
.delete-owners-card #page-title {
	margin-bottom: 0.5em;
	padding-bottom: 4em;
	border-bottom: solid 1px #ccc;
}
.edit-owners-card div.form form, 
.delete-owners-card div.form form {
	border-top: none;
}
.edit-owners-card div.form fieldset div.formrow:nth-of-type(2), 
.delete-owners-card div.form fieldset div.formrow:last-child {
	border-bottom: none!important;
}
.delete-owners-card .form-note {
	color: #e70132;
}
.edit-owners-card div.formrow input.error, 
.delete-owners-card div.formrow input.error {
	border-color: #e70132;;
}
.delete-owners-card .delete-owners-card-form input[type="text"]:read-only {
	border-color: #c2c1c1;
}
.delete-owners-card .delete-owners-card-form .input-note {
	display: none;
}
div.order-process-main-complete .main-message {
	padding-top: 2em;
	border-top: solid 1px #c2c1c1;
}
#order-complete-area {
	max-width: none;
}
.order-complete-area-note1 {
	border-bottom: solid 1px #c2c1c1;
	padding-bottom: 2em;
}
.order-complete-area-note1-sub1 {
	padding-left: 40px;
}
#order-complete-area > p {
	text-align: center;
}
div.order-process-main-complete svg#order-complete-area-icon {
	width: 30px;
	height: 30px;
}
@media screen and (min-width: 800px){
	.edit-owners-card div.formrow div.input-control,
	.delete-owners-card div.formrow div.input-control {
		flex: 2;
		flex-wrap: wrap;
	}
	.edit-owners-card div.formrow div.input-control .input-group, 
	.delete-owners-card div.formrow div.input-control .input-group {
		flex-basis: 65%;
		max-width: 65%; /* ie */
	}
	.edit-owners-card div.formrow div.input-control .input-note, 
	.delete-owners-card div.formrow div.input-control .input-note {
		flex-basis: 25%;
		max-width: 25%; /* ie */
	}
	.edit-owners-card div.formrow div.input-control .nmessage, 
	.delete-owners-card div.formrow div.input-control .nmessage {
		flex-basis: 100%;
		max-width: 100%; /* ie */
		margin-left: 0;
	}
}
@media screen and (max-width: 799px) {
	.owners-accordion .form-note img, 
	.edit-owners-card .form-note img {
		float: none;
		display: block;
		margin: 30px auto 10px;
	}
}
/* ************************ 
	出荷済注文の履歴
************************ */
.order-journal-history .panel-body {
	display: none;
	border-top: solid 1px #ccc;
}	
.order-journal-history .panel-journal {margin-bottom: 0;}
.order-journal-history form{margin-bottom: 4em;}
.order-journal-history .order:nth-of-type(n+3) div.panel-journal {border-top: 0;}
.order-journal-history .order:nth-of-type(n+2) h5 {display: none;}
.order-journal-history .order:nth-of-type(n+2) h5.order-code.journal-code {display: block;}
.order-journal-history .order:nth-of-type(n+2) h5.order-code.journal-code span {display: none;}
.order-journal-history .order .panel-heading > div {position: relative;}
.order-journal-history .order .panel-heading > div::before {
	content: '';
	position: absolute;
	display: none;
	top: -2em;
	left: -1px;
	width: calc(100% + 2px);
	height: 2em;
	padding-top: 0.5em;
	border: solid 1px #ccc;
	background: #f0f0f0;
}
.order-journal-history .order:nth-of-type(2) .panel-heading > div::before{display: block;}
.order-journal-history .order .panel-heading > div.purchase-date::before {content: 'ご注文承り日';}
.order-journal-history .order .panel-heading > div.total-invoice::before {content: ' ご注文金額（税込）';}
.order-journal-history .order .panel-heading > div.payment-method::before {content: 'お支払い方法';}
.order-journal-history .order .panel-heading > div.journal-status::before {content: 'ステータス';}
.order-journal-history .order .panel-heading > div.control::before {content: '出荷番号';}
.order-journal-history .order:nth-of-type(1) div.panel-journal {border: none;}
.order-journal-history .order:nth-of-type(1) div.panel-journal div.panel-heading {background: none;}
.order-journal-history .order:nth-of-type(1) div.panel-journal div.panel-heading > div {
	flex-direction: row;
	padding: 0;
}
.order-journal-history .order:nth-of-type(1) div.panel-journal div.panel-heading > div > h5 {
	margin-bottom: 0;
	padding-right: 0.5em;
	white-space: nowrap;
}
.order-journal-history .order:nth-of-type(1) div.panel-journal div.panel-heading > div {
	border-color: none;
	background: none;
}
.order-journal-history .order:nth-of-type(n+2) .panel-journal div.panel-heading > div {
	border-color: #ccc;
	background: #fff;
}
.order-journal-history select{
	outline:none;
	vertical-align: middle;
	padding: 0.25em 1em 0.25em 0.5em;
	text-indent: 0.01px;
	text-overflow: '';
	font-size: inherit;
	background: transparent url(../img/account/select.png) no-repeat 100% 50%;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.order-journal-history select option{
	background-color: #fff;
	color: #333;
}
.order-journal-history select::-ms-expand {
	display: none;
}
.order-journal-history input[type="submit"]{
	padding: 0.3em 1.5em;
	border: none;
	border-radius: 0;
	font-size: 0.875em;
	background: #000;
	color: #fff;
}
.order-journal-history form .purchase-date h5 {display: none;}
.order-journal-history form .total-invoice h5 {display: none;}
.order-journal-history form .total-invoice {
	position: relative;
	padding-left: 2em!important;
}
.order-journal-history form .total-invoice::after {
	content: 'ショップ';
	position: absolute;
	display: block;
	top: 0.5em;
	left: -40px;
	width: auto;
	height: 1em;
} 
.order-journal-history .order:nth-of-type(n+2) .panel-heading > div.control button {
	position: relative;
	padding: 4px 25px 4px 10px;
	border: solid 1px #a6a6a6;
	border-radius: 2px;
	font-size: 14px;
} 
.order-journal-history .order:nth-of-type(n+2) .panel-heading > div.control button::after {
	content: '';
	position: absolute;
	display: block;
	top: calc(50% - 8px);
	right: 10px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(45deg);
}
.order-journal-history .order:nth-of-type(n+2) .panel-heading > div.control button.opend::after {
	top: calc(50% - 4px);
	transform: rotate(-135deg);
}
@media screen and (max-width: 960px) {
	.order-journal-history form{margin-bottom: 1em;}
	.order-journal-history .panel-journal {margin-bottom: 1.5em;}
	.order-journal-history .order:nth-of-type(n+2) div.panel-journal {border-top: solid 1px #ccc;}
	.order-journal-history .order:nth-of-type(n+2) div.panel-journal div.panel-heading > div {padding-left: 12em;}
	.order-journal-history form .panel-heading> div {margin-bottom: 0.5em;}
	.order-journal-history form .total-invoice {padding-left: 4.5em!important;}
	.order-journal-history form .total-invoice::after {
        top: 0.75em;
        left: 0px;
        }
	.order-journal-history .order:nth-of-type(n+2) .panel-heading > div::before {
		display: block;
		top: 0;
		left: 0;
		width: 11em;
		height: 100%;
		padding-top: 0.75em;
		border-width: 0 1px 0 0;
	}
	.order-journal-history .panel-journal div.panel-heading > div h5 {min-width: auto;}
}
/* ************************ 
	未発送の注文
************************ */
.view-orders ul.order-list {margin-top: 6em;}
.view-orders ul.order-list li {
	border: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.view-orders .panel-heading {margin-bottom: 0!important;}
.view-orders ul.order-list li > div.panel div.panel-heading {
	border: solid 1px #ccc;
	border-width: 0 1px 1px 1px;
	background: none;
}
.view-orders ul.order-list li > div.panel div.panel-heading > div {border-right: 0;}
.view-orders ul.order-list li > div.panel div.panel-heading > div + div {border-left: solid 1px #ccc;}
.view-orders  .panel-body {display: none;}
.view-orders .order-list h5 {display: none;}
.view-orders .order-list h5.order-code.journal-code {display: block;}
.view-orders .order-list h5.order-code.journal-code span {display: none;}
.view-orders .order-list .panel-heading > div {position: relative;}
.view-orders .order-list .panel-heading > div::before {
	content: '';
	position: absolute;
	display: none;
	top: -2em;
	left: -1px;
	width: calc(100% + 2px);
	height: 2em;
	padding-top: 0.5em;
	border: solid 1px #ccc;
	background: #f0f0f0;
}
.view-orders .order-list li:nth-of-type(1) .panel-heading > div::before{display: block;}
.view-orders .order-list .panel-heading > div.order-code::before {content: '受注番号';}
.view-orders .order-list .panel-heading > div.total-invoice::before {content: ' ご注文金額（税込）';}
.view-orders .order-list .panel-heading > div.payment-method::before {content: 'お支払方法';}
.view-orders .order-list .panel-heading > div.order-date::before {content: 'ご注文承り日';}
.view-orders .order-list .panel-heading > div.order-status::before {content: 'ステータス';}
@media screen and (max-width: 960px) {
	.view-orders ul.order-list {margin-top: 2em;}
	.view-orders ul.order-list li {
		margin-bottom: 1.5em;
		padding: 0;
		border-top: solid 1px #ccc;
	}
	.view-orders ul.order-list li > div.panel div.panel-heading > div {padding-left: 10.5em;}
	.view-orders ul.order-list li > div.panel div.panel-heading > div {border-bottom: solid 1px #ccc;}
	.view-orders ul.order-list li > div.panel div.panel-heading > div + div {
		border-left: none;
		border-bottom: solid 1px #ccc;
	}
	.view-orders .order-list .panel-heading > div::before {
		display: block;
		top: 0;
		left: 0;
		width: 11em;
		height: 100%;
		padding-top: 0.75em;
		border-width: 0 1px 0 0;
		font-size: 14px;
	}
	.view-orders ul.order-list li > div.panel div.panel-heading > div.order-code > div {
		display: block;
		width: 100%;
		line-height: 1;
		text-align: left;
	}
	.view-orders ul.order-list li > div.panel div.panel-heading > div.order-code > div > * {
		display: inline-block;
		margin-right: 0.5em;
	}
	.view-orders ul.order-list li > div.panel div.panel-heading > div.order-code > div span.detail {text-align: center;}
	.view-orders ul.order-list li > div.panel div.panel-heading > div.order-code > div a {margin: 0;}
}
/* ************************ 
	ホームコーディ
************************ */
/* 今売れている人気商品 */
.popular {
	margin-bottom: 5em;
	padding: 1em;
	background: #f4f4f4;
}
.popular .item-list-ttl {
	margin: 1em 0 2em;
	text-align: center;
}
.popular .panel-body {
	margin-bottom: 0;
}
.popular div.display-box ul.item-display li {
	padding: 0 4%;
	margin: 0;
}
.popular .item-thumbnail-img-wrapper {
	height: auto;
}
.popular .item-thumbnail-img {
	border: none;
	background: #fff;
}
.popular div.item-thumbnail-img img{
	border: none;
}
.popular div.display-box ul.item-display li div.item-thumbnail-img-sm img {
	margin-bottom: 0;
	height: 220px;
	object-fit: contain;
}
.popular .selling-price span {
	display: block;
	font-size: 0.875em;
}
/* 特集 */
.special {
	margin-bottom: 5em;
}
.special h3.item-list-ttl {
	margin: 0 0 2em;
	text-align: center;
	letter-spacing: 0.75em;
}
@media screen and (min-width: 960px) {
   .special ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
        gap: 0px calc((100% - 24% * 4) / 4);
   }
   .special ul li {
	flex-basis: 24%;
	max-width: 24%; /* ie */
	margin-bottom: 2%;
  }
}
@media screen and (max-width: 959px) {
   .special ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
        gap: 0px calc((100% - 49% * 2) / 2);
   }
   .special ul li {
	flex-basis: 49%;
	max-width: 49%; /* ie */
	margin-bottom: 2%;
  }
}
.special a img {
	transition: 0.5s;
}
.special a img:hover {
	opacity: 0.5;
}
/* カテゴリから探す */
.category {
	margin-bottom: 5em;
}
.category h3.item-list-ttl {
	position: relative;
	margin: 0 0 2em;
	text-align: center;
}
.category h3.item-list-ttl strong {
	display: inline-block;
	padding: 0 0.5em;
	background: #fff;
}
.category h3.item-list-ttl::after {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.category h4 {
	margin-bottom: 0.75em;
	font-weight: 500;
	font-size: 1.75em;
}
.category ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.category ul li {
	position: relative;
	width: 24.25%;
	margin: 0 1% 1% 0;
	border: solid 1px #ccc;
	border-radius: 0.25em;
	transition: 0.5s;
}
.category ul li:hover {
	opacity: 0.5;
}
.category ul li:nth-child(4n){
	margin-right: 0;
}
.category ul li a {
	display: block;
	height: calc(90px + 2em);
}
@media screen and (max-width: 960px) {
	.category ul li {
		width: 32.5%;
	}
	.category ul li:nth-child(3n){
		margin-right: 0;
	}
	.category ul li:nth-child(4n){
		margin-right: 1%;
	}
}
@media screen and (max-width: 768px) {
	.item-list-ttl strong {
		font-size: 1.25em;
	}
	.category h4 {
		font-size: 1em;
	}
	.category ul li a {
		height: calc(70px + 2em);
	}
}
@media screen and (max-width: 640px) {
	.category ul li {
		width: 49.5%;
	}
	.category ul li:nth-child(3n){
		margin-right: 1%;
	}
	.category ul li:nth-child(4n){
		margin-right: 0;
	}
	.category ul li:nth-child(2n){
		margin-right: 0;
	}
}
.category ul li::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 1.15em;
	width: 10px;
	height: 10px;
	border-top: 2px solid #424242;
	border-right: 2px solid #424242;
	transform: translateY(-50%) rotate(135deg);
}
.category ul.ul_1 li:nth-child(1) {
	background: url(/img/homecoordy/bg_btn1_1.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn1_1.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_1 li:nth-child(2) {
	background: url(/img/homecoordy/bg_btn1_2.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn1_2.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_1 li:nth-child(3) {
	background: url(/img/homecoordy/bg_btn1_3.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn1_3.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_1 li:nth-child(4) {
	background: url(/img/homecoordy/bg_btn1_5.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn1_5.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_1 li:nth-child(5) {
	background: url(/img/homecoordy/bg_btn1_7.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn1_7.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_1 li:nth-child(6) {
	background: url(/img/homecoordy/bg_btn1_8.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn1_8.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(1) {
	background: url(/img/homecoordy/bg_btn2_1.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_1.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(2) {
	background: url(/img/homecoordy/bg_btn2_2.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_2.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(3) {
	background: url(/img/homecoordy/bg_btn2_3.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_3.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(4) {
	background: url(/img/homecoordy/bg_btn2_4.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_4.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(5) {
	background: url(/img/homecoordy/bg_btn2_5.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_5.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(6) {
	background: url(/img/homecoordy/bg_btn2_6.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_6.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(7) {
	background: url(/img/homecoordy/bg_btn2_7.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_7.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_2 li:nth-child(8) {
	background: url(/img/homecoordy/bg_btn2_8.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn2_8.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(1) {
	background: url(/img/homecoordy/bg_btn3_1.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_1.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(2) {
	background: url(/img/homecoordy/bg_btn3_2.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_2.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(3) {
	background: url(/img/homecoordy/bg_btn3_3.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_3.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(4) {
	background: url(/img/homecoordy/bg_btn3_4.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_4.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(5) {
	background: url(/img/homecoordy/bg_btn3_5.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_5.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(6) {
	background: url(/img/homecoordy/bg_btn3_6.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_6.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(7) {
	background: url(/img/homecoordy/bg_btn3_10.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_10.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(8) {
	background: url(/img/homecoordy/bg_btn3_9.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_9.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(9) {
	background: url(/img/homecoordy/bg_btn3_7.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_7.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(10) {
	background: url(/img/homecoordy/bg_btn3_8.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_8.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(11) {
	background: url(/img/homecoordy/bg_btn3_11.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_11.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(12) {
	background: url(/img/homecoordy/bg_btn3_12.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_12.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(13) {
	background: url(/img/homecoordy/bg_btn3_13.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_13.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(14) {
	background: url(/img/homecoordy/bg_btn3_15.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_15.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(15) {
	background: url(/img/homecoordy/bg_btn3_16.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_16.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_3 li:nth-child(16) {
	background: url(/img/homecoordy/bg_btn3_17.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn3_17.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(1) {
	background: url(/img/homecoordy/bg_btn4_1.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_1.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(2) {
	background: url(/img/homecoordy/bg_btn4_2.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_2.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(3) {
	background: url(/img/homecoordy/bg_btn4_3.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_3.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(4) {
	background: url(/img/homecoordy/bg_btn4_4.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_4.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(5) {
	background: url(/img/homecoordy/bg_btn4_5.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_5.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(6) {
	background: url(/img/homecoordy/bg_btn4_7.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_7.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(7) {
	background: url(/img/homecoordy/bg_btn4_8.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_8.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(8) {
	background: url(/img/homecoordy/bg_btn4_8.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_8.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_4 li:nth-child(9) {
	background: url(/img/homecoordy/bg_btn4_9.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn4_9.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_5 li:nth-child(1) {
	background: url(/img/homecoordy/bg_btn5_1.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn5_1.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_5 li:nth-child(2) {
	background: url(/img/homecoordy/bg_btn5_2.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn5_2.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_6 li:nth-child(1) {
	background: url(/img/homecoordy/bg_btn6_1.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn6_1.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_6 li:nth-child(2) {
	background: url(/img/homecoordy/bg_btn6_2.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn6_2.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_6 li:nth-child(3) {
	background: url(/img/homecoordy/bg_btn6_3.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn6_3.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_6 li:nth-child(4) {
	background: url(/img/homecoordy/bg_btn6_4.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn6_4.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul.ul_6 li:nth-child(5) {
	background: url(/img/homecoordy/bg_btn6_5.jpg), -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: url(/img/homecoordy/bg_btn6_5.jpg),linear-gradient(to bottom, #fff, #f2f2f2);
}
.category ul li {
	background-repeat: no-repeat!important;
	background-size: 90px, 100%!important;
	background-position: 1em 1em, 0 0!important;
}
.category ul p {
	position: absolute;
	left: 120px;
	top: 50%;
	padding-right: 1.75em;
	line-height: 1.5;
	font-size: 1.15em;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.category ul li {
		font-size: 0.875em;
		background-size: 70px, 100%!important;
	}
	.category ul p {
		left: 95px;
		font-size: 1em!important;
	}
}
@media screen and (max-width: 640px) {
	.category ul li {
		font-size: 0.875em;
		background-size: 50px, 100%!important;
		background-position: 0.5em 0.5em, 0 0!important;
	}
	.category ul li a {
		height: calc(50px + 1em);
	}
	.category ul p {
		left: 65px;
	}
}
/* 新着商品 */
.new div.display-box ul.item-display li {
	padding: 0 4%;
}
/* お買い得商品 */
.nesage div.display-box ul.item-display li {
	padding: 0 4%;
}
/* 話題商品 */
.makuake div.display-box ul.item-display li {
	padding: 0 4%;
}
/* slick */
.slick-arrow {
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 60px;
	top: 23%;
	cursor: pointer;
        opacity: 0.4;
}
.prev-arrow {
	left: 1.5%;
}
.next-arrow {
	right: 1.5%;
}
.new div.display-box ul.item-display li div.item-thumbnail-img-sm img {
	height: 200px;
}
@media screen and (max-width: 960px) {
	.prev-arrow {
		left: -1%;
	}
	.next-arrow {
		right: -1%;
	}
	.popular div.display-box ul.item-display li div.item-thumbnail-img-sm img, 
	.new div.display-box ul.item-display li div.item-thumbnail-img-sm img {
		height: 180px;
	}
}
@media screen and (max-width: 768px) {
	.popular div.display-box ul.item-display li div.item-thumbnail-img-sm img, 
	.new div.display-box ul.item-display li div.item-thumbnail-img-sm img {
		height: 160px;
	}
	.slick-arrow {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 420px) {
	.popular div.display-box ul.item-display li div.item-thumbnail-img-sm img, 
	.new div.display-box ul.item-display li div.item-thumbnail-img-sm img {
		height: 140px;
	}
}
/* ************************ 
	YouTube
************************ */
.item-productclass-kyushu #item-contents-text {
	text-align: right;
	margin-bottom: 2.5em;
}
.item-productclass-kyushu #item-contents-text  .item-contents-exp {
	position: relative;
	display: inline-block;
	width: calc(50% - 20px);
	/*height: 0;*/
	/*padding-top: 28.125%;*/
}
.item-productclass-kyushu #item-contents-text  .item-contents-exp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 5480px) {
	.item-productclass-kyushu #item-contents-text {
		text-align: center;
	}
	.item-productclass-kyushu #item-contents-text  .item-contents-exp {
		width: 100%;
		/*padding-top: 56.25%;*/
	}
}
/* ************************ 
注意文言表示・同意チェックボックス
************************ */
.item-custom-contents.item-custom-contents-article .cc {
	margin-top: 2em;
	padding: 1em;
	border: solid 1px #e30d22;
	line-height: 1.6;
}
.item-custom-contents.item-custom-contents-article .cc-heading {
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	padding-top: 0.1em;
	background: url(/img/common/attention.png) no-repeat 0 50%;
	color: #e30d22;
}
.item-custom-contents.item-custom-contents-article .sc-consent-items {
	margin-bottom: 0.5em;
}
.item-custom-contents.item-custom-contents-article .sc-consent-checkbox {
	margin: 1.5em 0 1em;
	text-align: center;
}
.item-custom-contents.item-custom-contents-article .sc-consent-checkbox label {
	position: relative;
	line-height: 1;
}
.item-custom-contents.item-custom-contents-article .sc-consent-checkbox input {
	width: 1.75em;
	height: 1.75em;
	vertical-align: middle;
	margin-right: 0.5em;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	background: #ffffff;
	/*-webkit-appearance: none;
	appearance: none;*/
}
/* ************************ 
今売れている人気商品（九州いいものうまいもの・homecoordy）
************************ */
.display-box-display_kyushu_ranking  li.item, 
.popular ul.item-display li.item {
	position: relative;
}
.display-box-display_kyushu_ranking  li.item::after, 
.popular ul.item-display li.item::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 10px;
	width: 60px;
	height: 50px;
}
.rank1::after {
	background: url(/img/common/rank1.png) no-repeat 0 0;
}
.rank2::after {
	background: url(/img/common/rank2.png) no-repeat 0 0;
}
.rank3::after {
	background: url(/img/common/rank3.png) no-repeat 0 0;
}
.rank4::after {
	background: url(/img/common/rank4.png) no-repeat 0 0;
}
.rank5::after {
	background: url(/img/common/rank5.png) no-repeat 0 0;
}
.rank6::after {
	background: url(/img/common/rank6.png) no-repeat 0 0;
}
.display-box-display_kyushu_ranking  li.item.rank4::after, 
.display-box-display_kyushu_ranking  li.item.rank5::after, 
.display-box-display_kyushu_ranking  li.item.rank6::after {
	top: 5px;
}
/* 同意項目チェックボックス */
button.op_off, 
button.op_off:hover {
	opacity: 0.25!important;
}
.keyvisual {
 margin-bottom:10px;
}
 /* ABmenu */
.float-right{
  float: right;
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0;
}
