html {
    overflow-y: scroll;
}

ul {
    list-style:none;
}

/* Vue 設定 */
[v-cloak] {  display: none; }

.v-enter-active {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.v-enter, .v-leave-to, .v-leave-active {
    opacity: 0;
}

/* 読み込みローダー */
.loader {
    position: relative;
    text-indent: -9999em;
    margin: 88px auto;
    width: 80px;
    height: 80px;
    background-image: url('/cmn/img/loader.gif');
}

/* 買取チラシ main */
#flier {
    width: 100%;
    margin: 0 0 40px;
}

#flier .bannerWrapper{
    min-height: 299px;
    border-top:1px solid #192b5b;
    padding:20px 0;
}

#flier .bannerWrapper h2{
    font-size: 24px;
    line-height: 1.3;
    color: #192b5b;
    padding-bottom: 10px;
}

#flier .bannerWrapper a{
    font-size: 24px;
    line-height: 1.3;
    color: #192b5b;
}

#flier .bannerWrapper + .titleWrapper{
    border-top:none;
    padding:0 0 20px;
}

#flier .titleWrapper{
    border-top:1px solid #192b5b;
    padding:20px 0;
}

#flier .titleText {
    float: left;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.2em;
    color: #999;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.titleText h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 1.3;
    color: #192b5b;
}

.titleText span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    color: #192b5b;
}

#flier .breadClumb {
    margin: 5px 0 15px 0;
    line-height: 1.3;
    font-size: 16px;
}

#flier .breadClumb li {
    display: inline-block;
    color: #999;
}

#flier .breadClumb li a {
    color: #192b5b;
    text-decoration: none;
    cursor: pointer;
}

#flier .breadClumb li a:hover {
    text-decoration: underline;
}

.top_bnr {
    margin: 10px 0 30px;
    text-align: center;
}

/* カテゴリ一覧 */
.flier-sales {
    margin: 10px 0 20px;
    border-bottom: solid 1px #dddddd;
}

.flier-sales-name {
    height: 40px;
}

.flier-sales-name .category-name-wrap {
    float: left;
    position: relative;
    padding-left: 40px;
    line-height: 27px;
    font-size: 24px;
    color: #192b5b;
}

.flier-sales-name .category-name {
    color: #192b5b;
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
}

.flier-sales-name .category-name-wrap img {
    position: absolute;
    left: 10px;
    top: 0;

    width: 27px;
    height: 27px;
    z-index: 1;
}

.flier-sales-name .yabane a::before {
    border-color: transparent transparent transparent #eee;
}

.flier-sales-name .yabane a::after {
}

#infoBuy #flier .flier-sales-name .yabane a span {
    background: #eee;
    color: #192b5b;
    line-height: 40px;
}

.flier-sales-items {
    padding: 10px;
    overflow: hidden;
}

.flier-sales-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: left;
            justify-content: left;
}

.flier-sales-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    -webkit-flex-basis: 326px;
    -ms-flex-preferred-size: 326px;
    flex-basis: 326px;
    width: 326px;
    border-right: 1px solid #ddd;
}

.flier-sales-item:nth-child(3) {
    border-right: none;
}

.flier-sales-item-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.flier-sales-item-head img,
.flier-category-item-left img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.flier-sales-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;

    width: 100%;
    padding: 5px 10px 10px;
}

.flier-sales-item-body .flier-sales-item-name {
    display: inline-block;
    margin: auto;
    font-size: 18px;
    text-align: left;
}

.flier-sales-item-body div {
    margin: auto auto 0;
}

.flier-sales-item-label {
    display: inline-block;
    padding-right: 5px;

    font-size: 18px;
    text-align: center;
    color: #666;
}

.flier-sales-item-price {
    display: inline-block;
    padding: 0px 2px;

    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #666;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,0,0)), color-stop(50%, rgba(255,255,0,0.5)), to(rgba(255,255,0,1)));
	background: -o-linear-gradient(rgba(255,255,0,0) 0%, rgba(255,255,0,0.5) 50%, rgba(255,255,0,1) 100%);
	background: linear-gradient(rgba(255,255,0,0) 0%, rgba(255,255,0,0.5) 50%, rgba(255,255,0,1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 20%;
	background-position-y: 18px;
}

/* カテゴリ選択後のページ */
.flier-category-name {
    height: 24px;
    margin: 10px 0 0px;
}

.flier-category-name .category-name-wrap {
    float: left;
    position: relative;

    padding-left: 40px;
    line-height: 27px;
    font-size: 24px;
    color: #192b5b;
    z-index: 0;
}

.flier-category-name .category-name {
    margin-left: 5px;
    line-height: 32px;
}

#infoBuy .flier-category-name .category-name{
    color: #192b5b;
    font-size: 18px;
    line-height: 27px;
    margin-left: 5px;
    vertical-align: middle;
}

.flier-category-name .category-name-wrap img {
    position: absolute;
    left: 10px;
    top: 0;

    width: 27px;
    height: 27px;
    z-index: 1;
}

.flier-category-attention {

}

.flier-category-attention .modal {
    text-align: right;
}

.flier-category-attention .modal button {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
}

.flier-category-attention .modal button span {
    color: #192b5b;
}

.flier-category-attention .modal button span::before {
    content: "\e915";

    position: relative;
    top: 1px;
    left: -1px;

    font-family: icomoon;
    font-size: 20px;
    color: #192b5b;
}

.flier-category-sort {
    position: relative;
    margin: 10px 0;
    padding: 5px 10px;
    overflow: hidden;
    background: #eee;
}

.flier-category-sort::before {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    left: 155px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-right: 1px solid #192b5b;
    border-bottom: 1px solid #192b5b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.flier-category-sort select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    min-width: 170px;
    height: 34px;
    margin: 0;
    padding: 0 38px 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    font-size: 14px;
    line-height: 33px;
    color: #192b5b;
    cursor: pointer;
}

.flier-category-sort select::-ms-expand {
    display: none;
}

.flier-category-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.flier-category-item-left {
    -ms-flex-preferred-size: 216px;
    -webkit-flex-basis: 216px;
    flex-basis: 216px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 200px;
}

.flier-category-item-right {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    padding-left: 10px;
    padding-right: 10px;
}

.flier-category-item-right h2,
.flier-category-item-right h3 {
    margin-bottom: 5px;
    color: #000000 !important;
    font-size: 20px !important;
}

.flier-category-item-label {
    display: inline-block;
    padding-right: 5px;

    font-size: 18px;
    text-align: center;
    color: #666;
}

.flier-category-item-price {
    display: inline-block;
    padding: 0px 2px;

    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #666;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,0,0)), color-stop(50%, rgba(255,255,0,0.5)), to(rgba(255,255,0,1)));
	background: -o-linear-gradient(rgba(255,255,0,0) 0%, rgba(255,255,0,0.5) 50%, rgba(255,255,0,1) 100%);
	background: linear-gradient(rgba(255,255,0,0) 0%, rgba(255,255,0,0.5) 50%, rgba(255,255,0,1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 20%;
	background-position-y: 18px;
}

.flier-category-footer {
    text-align: center;
    margin-top: 30px;
}

.flier-category-footer .back-button {
    width: 250px;
    height: 60px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    cursor: pointer;
    color: #192b5b;
    background: #fff;
}

.flier-category-footer .back-button::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border: 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-color: #192b5b;
}


.no-flier {
    text-align: center;
    font-size: 20px;
    padding: 30px;
}

/* 共通 modal */
.modal.modal-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;

    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.modal-window {
    background: #fff;
    border: #47557C 5px solid;
    overflow: hidden;
    padding: 30px;
    width: 480px;
}

.modal-content {
    text-align: center;
    margin-bottom: 30px;
}

.modal-content h3 {
    border-bottom: 1px solid #ddd;
    color: #192b5b;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.modal-content p {
    color: #666;
    font-size: 14px;
    text-align: left;
}

.modal-content a.arrow-link,
.modal-content button.arrow-link {
    color: #192b5b;
}

.modal-content button.arrow-link::after {
    border-left: 4px solid #192b5b;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 4px;
    width: 4px;
}

.modal-content .arrow-link::before {
    border-left: 4px solid #192b5b;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 4px;
    margin: 0 4px 0 0;
    width: 4px;
}

.modal-content a:link{
    color: #192b5b;
    text-decoration: none;
}

.modal-content ul {
    text-align: left;
}

.modal-content ul>li {
    padding-left: 1em;
    text-indent: -1em;
}

.modal-content ul>li a:link {
    text-decoration: underline;
}

.modal-content .-strong {
    color: red;
    font-weight: bold;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 64px 0;

    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.modal-footer button {
    cursor: pointer;
    height: 40px;
    width: 120px;
}

.modal-footer button:hover {
    opacity: .7;
    text-decoration: none!important;
}

.modal-footer button.negative {
    background: #fff;
    border: 1px solid #ddd;
    color: #192b5b!important;
}

.modal-footer button.positive {
    background: #192b5b;
    border: none;
    color: #fff!important;
}

.modal-enter-active .modal-window,
.modal-leave-active .modal-window {
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.modal-leave-active {
    -webkit-transition: opacity 0.6s ease 0.4s;
    -o-transition: opacity 0.6s ease 0.4s;
    transition: opacity 0.6s ease 0.4s;
}

.modal-enter,
.modal-leave-to {
    opacity: 0;
}

.modal-enter .modal-window,
.modal-leave-to .modal-window {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);

    opacity: 0;
}

/* CSSスタッキング対策 */
#contentsWrapper.onTransition {
    position: relative;
    z-index: 1;
}

/* バナー */
#infoBuy .top_bnr a{
	display: block;
	margin: 0 auto 10px;
    max-width: 1000px;
}

#infoBuy .top_bnr img {
	display: block;
	margin: 0 auto;
}

/* WEBチラシ */
#contents.singlePage {
    margin: 0 auto;
    width: 1000px;
}

.flierPage_title {
    margin-bottom: 20px;
    padding-top: 14px;
    border-top: 1px solid #192B5B;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    color: #192B5B;
}

.flierTab {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.flierTab::before,
.flierTab::after {
    content: '';
    display: block;
    width: 70px;
    height: 60px;
    border-bottom: 1px solid #DDDDDD;
}

.flierTab a {
    display: block;
    width: 430px;
    height: 60px;
    padding: 0;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #666666;
    cursor: pointer;
}

.flierTab a:nth-child(2) {
    border-left: none;
}

.flierTab a.is-active {
    background-color: white;
    border-bottom: none;
    color: #192B5B;
    pointer-events: none;
}

.flierTab_content {
    width: 100%;
}

.flierTab_content .flierImage {
    width: 100%;
}

.flierTab_content .flierImage img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #DDDDDD;
}

.flierTab_content .flierImage img + img {
    margin-top: 20px;
}

.flierWrap .yabane span {
    padding-left: 0;
    background: #EEEEEE;
    font-size: 18px;
    color: #192B5B;
}

.flierWrap .yabane a::after {
    display: none;
}

.flierWrap #applicableProducts {
    margin-top: 60px;
}

.flierWrap #applicableProducts .flier-sales-items {
    margin-top: 20px;
}

.flierWrap .flier-sales:last-child {
    border-bottom: none;
}

.flierWrap .flier-sales-item-body .flier-sales-item-label,
.flierWrap .flier-sales-item-body .flier-sales-item-price {
	line-height: 1.2;
	color: #000;
}

.flierWrap .gosBanner {
    margin-top: 60px;
}

.flierWrap .gosBanner p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #192B5B;
}

.flierWrap .gosBanner_image {
    margin-top: 20px;
    text-align: center;
}

.flierWrap .gosBanner_image a {
    display: inline-block;
    margin: 0 auto;
    width: 700px;
}

.flierWrap .gosBanner_image img {
    display: block;
    width: 100%;
    height: auto;
}

.flierWrap #campaign {
    margin-top: 60px;
}

/* WEBチラシ 対象品一覧 */
.flierTargetItemList .titleText {
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
}

.flierTargetItemList .backFlierPage {
    font-size: 16px;
    text-decoration: none;
    color: #666666;
}

.flierTargetItemList .flier-category-footer .back-button::before {
    position: absolute;
    top: 50%;
    left: 31px;
    width: 13px;
    height: 13px;
    margin: 0;
    border-color: #DDDDDD;
    transform: translate(0, -50%) rotate(45deg);
}

/* simエリア */
.simWrap {
    margin-bottom: 50px;
}

.simWrap .simBtn {
    display: block;
    margin: 0 auto;
    background-color: #8ac111;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    width: 280px;
    position: relative;
}

.simWrap .simText {
    margin: 50px 0 20px;
    font-size: 22px;
    text-align: center;
}

.simWrap .simText_sub {
    text-align: center;
    font-size: 14px;
    margin: 10px auto 30px;
}

.simWrap .shop_icon::before  {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/v2/cmn/img/campaign/flier/icon/flier-shop_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
}

.simWrap .mobile_icon::before  {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/v2/cmn/img/campaign/flier/icon/flier-mobile_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
}

.simWrap .arrow {
    position: absolute;
    display: inline-block;
    width: 8.2px;
    height: 11.8px;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
}

.simWrap .arrow::before,
.simWrap .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 0.5px) 50%;
}

.simWrap .arrow::before {
    transform: rotate(37deg);
}

.simWrap .arrow::after {
    transform: rotate(-37deg);
}