/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––>>> Global  <<<–––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* loading */
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 90px;
    left: 0;
    /* background-color: #fff; */
    z-index: 1060;
}

.loading.is-hide {
    display: none;
}

.loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -23px;
}

@media (min-width: 576px) {
    .loading-img {
        margin-left: -32px;
    }
}

.loading-img img {
    width: 45px;
}

.page-container > div.container {
    min-height: calc(100vh - 140.29px);
    padding: 0 10px 10px 10px;
}

@media screen and (max-width: 767px) {
    #mainHeader {
        height: 55px;
    }

    .page-container > div.container {
        padding: 10px;
    }

    .main-content {
        margin-top: 17px;
    }
}

.page-item {
    margin: 0 2px;
}

.page-item .page-link.current, .page-item .page-link:hover {
    border-color: #ff9f00;
    background-color: #ff9f00;
    color: white;
}

.page-link {
    border-color: #d3d9dd;
    margin: 4px 2px;
    color: #576366;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Grid */
@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Card */
.card {
    border: 1px solid #ededed;
    overflow: hidden;
    border-radius: 0;
}

.ws-pre-line {
    white-space: pre-line;
}


/* Color */
.color-black {
    color: black;
}

.color-red {
    color: #e60012;
}

.color-origan {
    color: #fd9e26;
}

.color-blue-light {
    color: #3c9ce8;
}

.color-fb9e27 {
    color: #fb9e27;
}

.color-pink {
    color: #ec6d74;
}

.bg-gradient-orange-light-middle {
    background: #f59b0f;
    background: linear-gradient(90deg, #f59b0f 0%, #fece00 53%, #f59b0f 100%);
}

.bg-red {
    background-color: red;
}

.gradient {
    background-image: -webkit-gradient(linear, right top, left bottom, from(#e67b24), to(#ffc52c));
    color: white;
}

/* Line height */
.line-height-1 {
    line-height: 1;
}

/* Border radius */
.border-r-20 {
    border-radius: 20px;
}

/* Button */
.btn.btn-outline-secondary {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: none;
    text-transform: none;
}
.box_category_secondary {
    background-image: url('../sys-images/food_back.png');
}

.btn[disabled] {
    opacity: .8;
    background-color: #adadad;
}

.store-pointback-apply .btn-default-strong, .btn-default-strong:focus, .btn-default-strong:hover {
    background: #ffcc00;
    background: -moz-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #ff7100));
    background: -webkit-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: -o-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: -ms-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ff7100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff7100', GradientType=0 );
}

.btn-default-strong, .btn-default-strong:focus, .btn-default-strong:hover {
    background: #ffcc00;
    background: -moz-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #ff7100));
    background: -webkit-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: -o-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: -ms-linear-gradient(top, #ffcc00 0%, #ff7100 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ff7100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff7100', GradientType=0 );
}

/* Checkbox & Radio */
.checkbox-input, .radio-input {
    opacity: 0;
    z-index: 1;
}

/* Checkbox */
.checkbox-label {
    position: relative;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 20px;
}

.checkbox-label::before {
    content: "";
    position: absolute;
    display: block;
    top: 9px;
    left: 0;
    border: 2px solid #d4d4d4;
    border-radius: 3px;
    width: 17px;
    height: 17px;
}

/* .checkbox-input:checked + .checkbox-label::before {
    background-color: #ff9f00;
    border: none;
} */

.checkbox-input:checked + .checkbox-label::after {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(45deg);
    top: 7px;
    left: 7px;
    border-right: 4px solid #f78330;
    border-bottom: 4px solid #f78330;
    width: 9px;
    height: 15px;
}

/* Radio button */
.radio-label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-label::before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: -20px;
}

.radio-input:checked + .radio-label::after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: orange;
    margin-right: 10px;
    margin-left: -20px;
    top: 8px;
    left: 0;
}

/* Form */
.form-group label {
    padding-top: 8px;
}

.input-round {
    border: 1px solid gray;
    border-radius: 25px !important;
}

.input-icon-eye {
    position: absolute;
    top: 14px;
    right: 15px;
    color: darkgray;
}

/* Line design */
.h-title {
    position: relative;
    padding-bottom: 0.5em;
}

.h-title::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

.h-title::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #ff9f00;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 16px;
    background-color: transparent;
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: ">";
    color: #ccc;
    padding: 0 5px;
}

/* Modal */
button.close {
    position: absolute;
    cursor: pointer;
    z-index: 9999;
    top: 0px;
    right: 10px;
    -webkit-appearance: none;
    background: transparent;
    opacity: .2;
    font-size: 40px;
    font-weight: 700;
    border: 0;
    padding: 0;
}

.modal .modal-top {
    border-bottom: 1px solid #aaa;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

/* Font */
.font-w-600 {
    font-weight: 600;
}

/* Other */
.w-22 {
    width: 22%;
}

@media screen and (max-width: 767px) {
    .obi-image {
        height: 50px;
        object-fit: cover;
    }
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––>>> Header  <<<–––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

.header {
    padding: 15px;
}

.brand {
    display: table;
    height: 120px;
    padding: 0;
}


.header .navbar {
    padding: 0 5px 0 0;
    border-bottom: 2px solid #9fa0a0;
}

.header .logo {
    margin-right: 8px;
    width: 145px;
}

.btn-register, .btn-login {
    width: 150px;
}

@media screen and (max-width: 767px) {
    .header .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px 25px 0 10px;
        background-color: white;
        z-index: 100;
    }

    .header .logo {
        width: 100px;
    }

    .btn-register, .btn-login {
        width: 80px;
    }
}

/* hamburger menu */
.ham-open {
    display: flex;
    position: relative;
    width: 45px;
    height: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
  }

.ham-text {
    padding-top: 70px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
}

.ham-open span,
.ham-open span:before,
.ham-open span:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #333;
    transition: 0.5s;
    content: '';
}

.ham-open span:before {
    bottom: 13px;
}

.ham-open span:after {
    top: 13px;
}

#ham_check:checked ~ .ham-open span {
    background-color: transparent;
}

#ham_check:checked ~ .ham-open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#ham_check:checked ~ .ham-open span::after {
    top: 0;
    transform: rotate(-45deg);
}

.ham-content {
    position: fixed;
    top: 0;
    right: 100%;
    width: 90%;
    max-width: 270px;
    height: 100%;
    padding: 30px 10px;
    background-color: #fbfbfb;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
    z-index: 99;
}

.ham-content::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
}

.ham-content hr {
    border-color: gray;
}

#ham_check:checked ~ .ham-content {
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    box-shadow: inset -1px 0px 5px 0px #a3a3a3;
    -webkit-box-shadow: inset -1px 0px 5px 0px #a3a3a3;
    -moz-box-shadow: inset -1px 0px 5px 0px #a3a3a3;
}

.ham-content li {
    margin-bottom: 15px;
}

.ham-menu-top {
    background-color: #FF8B00;
    font-weight: 600;
}

.ham-menu-top.ham-menu span {
    color: white;
}

.ham-menu-top.ham-menu img {
    width: 45px;
    height: 45px;
}

.ham-menu a {
    display: block;
    width: 100%;
}

.ham-menu img {
    width: 35px;
    height: 35px;
}

.ham-menu-category img {
    width: 37px;
    height: 37px;
}

.before-login .ham-menu a {
    width: 170px;
    border-radius: 100px;
    font-weight: 700;
    color: #fff;
}

.caret-icon::before {
    margin-right: 5px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
}

.caret-icon::after {
    margin-left: 5px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: '\f0d9';
}

.top-images img:not(.img-fluid) {
    /* height: 300px; */
    padding: 2px;
    object-fit: cover;
}

.ham-menu .category-icon {
    position: relative;
}
.ham-menu-category .category-icon::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 37px;
    height: 37px;
    background-size: contain;
    content: '';
}

.ham-menu-category-secondary {
    font-size: 14px;
    margin-left: 25px;
}
.ham-menu-category-secondary a {
    color: #314555;
}
.ham-menu-category-secondary .fa-chevron-right {
    color: grey;
}
.btnCateOpen i {
    color: grey;
}

.category-icon.num-1::before {
    background-image: url('../sys-images/icon_002.png');
}
.category-icon.num-2::before {
    background-image: url('../sys-images/icon_003.png');
}
.category-icon.num-3::before {
    background-image: url('../sys-images/icon_004.png');
}
.category-icon.num-4::before {
    background-image: url('../sys-images/icon_005.png');
}
.category-icon.num-5::before {
    background-image: url('../sys-images/icon_007.png');
}
.category-icon.num-6::before {
    background-image: url('../sys-images/icon_008.png');
}
.category-icon.num-7::before {
    background-image: url('../sys-images/icon_009.png');
}

@media screen and (max-width: 767px) {
    .ham-open {
        width: 31px;
        height: 25px;
    }

    .ham-text {
        padding-top: 55px;
        font-size: 10px;
    }

    .ham-open span,
    .ham-open span:before,
    .ham-open span:after {
      height: 2px;
    }

    .ham-open span:before {
        bottom: 10px;
      }

    .ham-open span:after {
        top: 10px;
    }

    .ham-content {
        position: fixed;
        top: 76px;
        left: 100%;
        width: 230px;
        height: 100%;
        margin-bottom: 50px;
        padding: 10px 10px 100px 10px;
        z-index: 100;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #ham_check:checked ~ .ham-content {
        left: calc(100% - 230px);
    }

    .ham-content li {
        margin-bottom: 20px;
    }

    .ham-menu-top.ham-menu img {
        width: 35px;
        height: 35px;
    }

    .ham-menu img {
        width: 25px;
        height: 25px;
    }

    .ham-menu-category img {
        width: 27px;
        height: 27px;
    }
}

/* Main visual */
#slide{
    margin:0 auto;
}

/* store-carousel */
.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(100%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
}


@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  /* background-color: #eea236; */
}

.carousel ol {
    position: absolute;
    top: 100%;
}

.carousel li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: lightgray;

}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––>>> Footer  <<<–––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
    width: 100%;
    margin-top: auto;
    padding: 20px 0;
    background-color: #eea236;
    color: #ffffff;
    text-align: center;
  }

  .footer-inner li {
    display: inline;
    padding: 0px 15px;
    border-right: 1px #ffffff solid;
  }

  .footer a {
    color: #ffffff;
    text-decoration: none;
  }

  .back-top {
    position: fixed;
    right: 30px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    opacity: 1;
    cursor: pointer;
}

.back-top a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Other Page  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

/* Login */
.login .form-control {
    text-align: center;
}

.login .form-group input {
    border: 2px solid #ff9f00;
}

/* Top page */
.top-btn {
    margin-top: 15px;
}

.top-btn img {
    width: 450px;
    cursor: pointer;
}

.login-box-msg {
    color:red;
}

/* Elements - Category List */
.category {
    margin: 0 auto;
}
.netshop-title, .realshop-title {
    margin: 10px 0;
}
.netshop-title p, .realshop-title p {
    margin-top: 15px;
    padding: 10px 10px;
    color: white;
}

.netshop-title p {
    background: linear-gradient(180deg,#ec6792 0%,#ec6792 50%, #e95383 50%,#e95383 100%) ;
}

.realshop-title p {
    background: linear-gradient(180deg,#2fbeba 0%,#2fbeba 50%, #12b5b0 50%,#12b5b0 100%) ;
}

.category-list {
    border-bottom: 1px solid lightgray;
    margin: 20px 0px;
    padding-bottom: 20px;
}

.category-list .item {
    position: relative;
    font-size: 20px;
}

@media (max-width: 992px) {
    .category-list .item {
        font-size: 15px;
    }
}

.category-list .item a {
    display: flex;
    align-items: center;
}

.category-list .item a::after {
    position: absolute;
    right: 10px;
    content: '〉';
}

.category-list .item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}



.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.temRegister .jumbotron p
{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

@media screen and (max-width: 767px) {
    .category-list {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .temRegister .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Contact */
.contact {
    margin-top: 60px;
}
.contact .card {
    max-width: 700px;
}
.contact .card-body .h3 {
    border-bottom: 2px solid #f78330;
}

@media screen and (max-width: 767px) {
    .contact {
        margin-top: 0;
    }
}

.reset-pass .fa-envelope::before, .login .fa-envelope::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 700;
}

.mypage-title {
    position:relative;
    background-color: #fef2dc;
    text-align:center;
    font-weight:bold;
    padding: 3px;
}

.mypage-icon {
    position:absolute;
    width:55px;
    top:0px;
    right:10px;
}

@media screen and (max-width: 767px) {
    .mypage-icon {
        width: 40px;
    }
}

.coupon-card img {
    width: 130px;
    height: 130px;
}

@media screen and (max-width: 767px) {
    .coupon-card img {
        width: 100px;
        height: 100px;
    }
}

.coupon-card input[type="submit"], .store-card input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: #a6937c;
    border: none;
    width: 31px;
    height: 31px;
    font-size: 33px;
    line-height: 33px;
    font-weight: 100;
    padding: 0;
}

#productsSearchId .modal-header {
    padding: 10px;
    background-color: #ff8b00;
}

#productsSearchId .modal-body {
    padding: 10px 0;
}

#productsSearchId .close {
    width: 30px;
    margin: 10px 0 0;
    padding: 0px 2px;
    border-radius: 3px;
    color: gray;
    background-color: white;
    font-size: 30px;
    font-weight: 300;
    opacity: 100;
}

#productsSearchId .product-top {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 30px;
    font-weight: bold;
}

#productsSearchId .product-top[aria-expanded="false"]::after {
    position: absolute;
    display: inline-block;
    top: -37px;
    right: -30px;
    transform: scale(0.6);
    content: url('/sys-images/02_down.png');
}

#productsSearchId .product-top[aria-expanded="true"]::after {
    position: absolute;
    display: inline-block;
    top: -35px;
    right: -30px;
    transform: scale(0.6);
    content: url('/sys-images/01_up.png');
}

#productsSearchId .coll.ml-4 {
    margin-left: 30px !important;
	margin-right: 25px;
}

#productsSearchId .coll.ml-4 a {
    font-size: 15px;
    margin: 10px 0;
}

#productsSearchId .collapse p {
    position: relative;
    padding-left: 5px;
}

#productsSearchId .collapse p::after {
    position: absolute;
    display: inline-block;
    top: -39px;
    right: -55px;
    transform: scale(0.5);
    content: url('/sys-images/04_gray.png');
}

#productsSearchId .collapse p:hover {
    color: black;
    background-color: lightgray;
    font-weight: bold;
}

.shop-category-list li {
    font-size: 14px;
}

.shop-category-list .category img {
    width: 22px;
    height: 22px;
}

.shop-category-list .category {
    padding-top: 8px;
}

.shop-category-list .category a {
    font-weight: bold;
    color: #fd9e26;
    padding-left: 5px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>>  Net Shop   <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

.category-modal .modal-header {
    margin-left: -1px;
    padding: 5px;
    color: white;
    padding-top: 20px;
}

@media screen and (max-width: 528px) {
    .category-modal .modal-header {
        padding-top: 5px;
    }
}

/*.category-modal .modal-content:not(.modal-content-1):not(.modal-content-4) {*/
.category-modal .modal-content {
    /*width: 310px;*/
    width: 600px;
}

.category-modal .header-color-1 {
    background-color: #E75853;
}
.category-modal .header-color-2 {
    background-color: #E2649C;
}
.category-modal .header-color-3 {
    background-color: #9FD787;
}

.category-modal .modal-header .close {
    color: white;
    opacity: unset;
}

.category-modal .category-name {
    font-size: 18px;
    font-weight: 100;
}

/*.category-modal .modal-content:not(.modal-content-1):not(.modal-content-4) .modal-body {*/
.category-modal .modal-content .modal-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
}

.category-child {
    display: block;
    /*width: 100%;*/
    /*width: 138.8px;*/
    width: 180px;
}

/*.category-parent-1, .category-parent-4 {
    float: left;
    width: 33.333333%;
}*/

.category-child-link {
    display: block;
    height: 100%;
    margin: 10px;
}

.category-child-22, .category-child-31 {
    /*pointer-events: none;*/
}

.category-item {
    margin-bottom: 10px;
}

#guideModal .modal-content {
    background-color: transparent;
}

#guideModal .modal-content .close {
    position: relative;
    top: 5px;
    right: 0;
    color: white;
    opacity: 100;
}

@media screen and (max-width: 767px) {
    .category-modal .modal-header .close {
        top: -2px;
        font-size: 35px;
    }
    .category-modal .category-name {
        font-size: 14px;
    }
    .category-modal .modal-body {
        display: unset !important;
    }
    .category-modal .modal-content {
        width: 60%;
        margin: 0 auto;
    }

    .category-modal .modal-body {
        padding: 10px;
    }
    .category-child {
        float: left;
        width: 50%;
    }
    .category-child-link {
        margin: 5px;
    }
    .netShop .mobile-product:nth-child(1) {
        display: block;
    }
    .netShop .mobile-product:nth-child(2) {
        display: block;
    }
    .netShop .mobile-product:nth-child(3) {
        display: block;
    }
    .netShop .mobile-product:nth-child(4) {
        display: block;
    }
    .netShop .mobile-product:nth-child(5) {
        display: block;
    }
    .netShop .mobile-product:nth-child(6) {
        display: block;
    }

    .netShop .mobile-product {
        display: none;
        overflow: hidden;
    }
}

@media screen and (max-width: 528px) {
    .category-modal .modal-content {
        width: 80%;
    }
}

.cate_dlg.modal-dialog {
    max-width: 600px;
    /*padding-top: 100px;*/
    top: 30%;
}
.cate_dlg .modal-content {
    border-radius: 20px;
}
.img-category-head {
    position: absolute;
    top: -2%;
    left: 50%;
    max-width: 60%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .img-category-head {
        max-width: 80%;
    }
}
@media screen and (max-width: 528px) {
    .img-category-head {
        top: -1%;
        max-width: 80%;
    }
}

.cateTeartiaryBtn {
    border-radius: 5px;
    margin: 5px;
}
.boxImg {
    text-align: left;
    position: relative;
    font-size: 16px;
    color: white;
}

.search-product a {
    width: 200px;
    padding: 10px 30px;
    border: 5px solid #e95383;
    color: #e95383;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

/* ショップIDモーダル */
.simple-shop-modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.simple-shop-modal-close {
    position:absolute;
    left: 95%;
    bottom:100%;
}

.simple-shop-modal-body {
    padding: 0;
}

.simple-shop-modal-body img {
    width: 100%;
}

.simple-shop-modal-close-btn {
    cursor: pointer;
    text-align: center;
    line-height:24px;
    font-size:32px;
    width: 24px;
    height: 24px;
    background-color: white;
}

@media screen and (max-width: 767px) {
    .simple-shop-modal-dialog .modal-content {
        width: 80%;
        margin: 0 auto;
    }
}

/* キーワードから探す */
.shop-keyword {
    position: absolute;
    top: 28px;
    right: 350px;
}

@media screen and (max-width: 991px) {
    .shop-keyword {
        right: 320px;
    }
}

.keyword-search .form-control {
    border-color: #fd9e27;
    height: 40px;
}

.keyword-search .shop-top {
    width: 350px;
}

@media screen and (max-width:1200px) {
    .keyword-search .shop-top {
        width: 200px;
    }
}

.keyword-search .input-group-text {
    border-color: #fd9e27;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    background-color: #fd9e27;
}

.keyword-search input {
    background-color: transparent;
    color: white;
}

/* shop & store modal */
.modal-success .modal-header {
    border-top: 7px solid #ffa510;
    border-bottom: none;
}

.modal-success .close {
    top: 0;
    right: 5px;
    font-size: 35px;
}

.modal-success img:first-child {
    width: inherit;
    max-width: 200px;
    margin-bottom: 20px;
}

.modal-success h2 {
    color: #ff9f00;
    font-weight: bold;
}

/* product */
.product-card {
    border: none;
}

.product-card .card-body {
    padding: 0;
}

.product-card .item-top {
    display: flex;
    justify-content: space-between;
    line-height: 0.2;
    letter-spacing: -0.2px;
    padding-bottom: 3px;
}

.product-card .item-top span a {
    position: absolute;
    width: calc(100% - 15px);
    line-height: 0.75rem;
}

@media screen and (max-width: 528px) {
    .product-card .item-top {
        height: 32px;
    }
}

.product-card .fas.fa-home {
    font-size: 17px;
}

.product-card .item-like {
    display: inline-block;
    width: 18px;
    height: 17px;
    border: 2px solid #ff8b00;
    color: #ff8b00;
    /* font-size: 14px; */
    font-weight: 600;
    text-align: center;
    line-height: 14px;
}

.product-card .item-like.liked {
    background-color: #ff8b00;
    color: #fffefd;
}

.product-card .item-like .fa-star {
    font-size: 13px;
    align-items: center;
}

.product-card img.item-middle {
    min-height: 215px;
    max-height: 215px;
}

.product-card .product-img {
    height: 215px;
    width: initial;
}

/* 特別還元商品追加分 */
.product-card .item-period {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.product-card .item-period::before {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url('../sys-images/icon_011.png');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: '';
}

.product-card .item-period span {
    font-size: 9px;
    vertical-align: middle;
}

@media screen and (max-width: 528px) {
    .product-card .item-period {
        letter-spacing: -0.1px;
        font-size: 10px !important;
    }

    .product-card .item-period::before {
        width: 18px;
        height: 18px;
    }
}
/* 特別還元商品ここまで */

.product-card .item-total-back {
    display: flex;
    position: relative;
    margin-top: 5px;
    padding: 0 10px;
    background: #f59b0f;
    background: linear-gradient(90deg, #f59b0f 0%, #fece00 53%, #f59b0f 100%);
    color: #fff;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.2px;
}

.product-card .item-total-back img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: initial;
    max-height: 100%;
    height: 215px;
}

.product-card .item-total-back .left {
    left: 0;
}

.product-card .item-total-back .right {
    right: 0;
}

@media screen and (max-width: 767px) {
    .product-card .item-total-back {
        height: 24px;
    }
}

@media screen and (max-width: 528px) {
    .product-card .item-total-back {
        letter-spacing: -0.6px;
        line-height: 26px;
    }
    .product-card img.item-middle {
        width: 100%;
        height: 180px;
        max-height: 180px;
        min-height: 180px;
    }
}

@media screen and (max-width: 428px) {
    .product-card img.item-middle {
        height: 160px;
        max-height: 150px;
        min-height: 150px;
    }
}

@media screen and (max-width: 374px) {
    .product-card img.item-middle {
        height: 140px;
        min-height: 140px;
        max-height: 140px;
    }
}

.product-card .total-money-back {
    display: flex;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 700;

}

@media screen and (max-width: 767px) {
    .total-money-back {
        height: 30px;
        line-height: 24px;
    }
}

@media screen and (max-width: 528px) {
    .product-card .total-money-back {
        justify-content: center;
        line-height: 24px;
        letter-spacing: -0.6px;
        font-weight: 700;
    }
}

.product-card .item-name {
    height: 30px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.2px;
}

@media screen and (max-width: 528px) {
    .product-card .item-name {
        font-size: 10px !important;
        letter-spacing: -0.6px;
        height: 20px;
    }
}

.product-card .item-price {
    height: 49px;
}

.product-card .item-pb {
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    letter-spacing: -0.2px;
}

@media screen and (max-width: 528px) {
    .product-card .item-price {
        height: 30px;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 528px) {
    .product-card .item-pb {
        line-height: 13px;
        padding: 0 2px;
    }
}

@media screen and (max-width: 528px) {
    .product-card .item-price .prod-price-font {
        font-size: 15px !important;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 528px) {
    .prod-high-price-font {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 528px) {
    .product-card .item-price .item-price-shipping .font-12 {
        font-size: 10px !important;
        letter-spacing: -0.6px;
        height: 20px;
    }
}

.product-card .item-price-shipping p {
    line-height: 1;
}

.product-card .item-pb p {
    width: 100%;
    margin: 2px 0 0 0;
    padding: 0 3px;
    border: 1px solid #000;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.product-btn-action .item-btn-detail {
    width: 99%;
    height: 35px;
    max-width: 300px;
    border-radius: 20px;
    background-color: orange;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
}

@media screen and (max-width: 519px) {
    .product-btn-action .item-btn-detail {
        font-size: 9px;
        height: 25px;
    }
    .product-btn-action .btn {
        padding: 3px;
    }
}

.product-btn {
    height: 30px;
}

.product-btn .btn {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 49%;
}

.img-url .modal-dialog {
    width: 300px;
    margin-top: 30px;
}

.img-url .modal-header {
    padding-bottom: 5px;
}

.img-url .modal-header p:last-child {
    text-overflow: ellipsis;
    line-height: 1.2em;
    word-break: break-word;
    white-space: pre-line;
}

.img-url .modal-body a span {
    display: inline-block;
    width: 200px;
    height: 44px;
    font-size: 24px;
    font-weight: 700;
}

.img-url hr {
    width: 250px;
    border-width: 2px;
    border-color: #aaa;
}

.img-url a {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 30px;
}
.img-url img {
    width: 200px;
    border-radius: 30px;
    border: 1px solid #e4eef3;
}

/* Favorite*/
.product-liked-title {
    display: inline-block;
    position: relative;
    width: 200px;
    margin-bottom: 20px;
    padding: 6px 40px 6px 6px;
    background-color: orange;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.product-liked-title img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

.product-card.liked img.item-middle {
    width: 172px;
    height: 100%;
}

.product-content {
    height: 172px;
}

.product-content-right {
    width: calc(100% - 172px);
    padding-left: 2px;
}

.product-content-right .item-total-back {
    height: 31px;
    padding: 4px 5px;
    justify-content: center;
    line-height: 23px;
}

.product-content-right .item-price, .product-content-right .item-pb-liked {
    height: 22px;
    border-bottom: 2px solid #aaa;
}

.product-content-right .item-pb-liked span:first-child {
    padding: 1px 3px;
    border: 1px solid #000;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.product-content-right .product-btn-action .item-btn-detail {
    bottom: 0;
    max-width: none;
    padding: 8px 20px;
}

.product-content-right .product-btn-action .company-btn-style {
    height: 36px;
    padding: 6px 20px;
}

@media screen and (max-width: 599px) {
    .product-content-right .item-pb-liked {
        height: 19px;
        line-height: 17px !important;
    }
}

@media screen and (max-width: 528px) {
    .product-card.liked .item-top {
        height: auto;
        line-height: 1;
    }
    .product-content-right .product-btn-action .item-btn-detail {
        padding: 2px 20px;
    }
}

@media screen and (max-width: 425px) {
    .product-content-right {
        width: calc(100% - 150px) !important;
        margin-top: 8px;
    }
    .product-card.liked img.item-middle {
        width: 150px !important;
        height: 150px;
        margin-top: 5px;
    }

    .product-content-right .item-pb-liked {
        height: 33px !important;
        padding-top: 2px;
    }

    .product-content-right .item-pb-liked.font-11 {
        font-size: 10px !important;
        text-align: center;
    }

    .product-content-right .item-pb-liked span:first-child {
        display: block;
        padding: 0 2px;
        line-height: 13px;
    }

    .product-content-right .product-btn-action .item-btn-detail {
        bottom: 10px;
        padding: 2px 0;
        height: 24px !important;
    }

    .product-content-right .product-btn-action .company-btn-style {
        bottom: 13px;
        height: 30px !important;
        padding: 5px 0;
    }
}

.onlineShop_product .guidance_img_item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 101%;
    background-position: bottom;
}

.onlineShop_product .shop_guidance {
    background-image: url(../sys-images/shop_guidance.jpg);
}

.onlineShop_product .pb_exchange {
    background-image: url(../sys-images/pb_exchange.png);
}

.onlineShop_product .product-card {
    height: 436.8px;
}

.onlineShop_product .guidance_img {
    margin-top: 20px;
    height: calc(436.8px - 20px);
}

@media screen and (max-width: 767px) {
    .onlineShop_product .product-card {
        height: 438px;
    }
    .onlineShop_product .guidance_img {
        margin-top: 7px;
    }
}

@media screen and (max-width: 528px) {
    .onlineShop_product .product-card {
        height: 366.05px;
    }
    .onlineShop_product .guidance_img {
        margin-top: 32px;
        height: calc(366.05px - 32px);
    }
}

@media screen and (max-width: 428px) {
    .onlineShop_product .product-card {
        height: 336.05px;
    }
    .onlineShop_product .guidance_img_item {
        background-size: 100% 94%;
    }
    .onlineShop_product .guidance_img {
        margin-top: 0;
    }
}

@media  screen and (max-width: 375px) {
    .product-content-right {
        width: calc(100% - 150px) !important;
    }
    .product-card.liked img.item-middle {
        width: 150px !important;
        height: 150px !important;
    }
    .onlineShop_product .product-card {
        height: 326.05px;
    }
}

@media screen and (min-width: 1199px) {
    .product-content-right .item-pb-liked {
        height: 24px !important;
        line-height: 20px;
    }
}


/* ショップ カテゴリー検索 */
.shop-search .shop-category-title {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 700;
}

.shop-search .shop-category-title::before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 23px;
    background: orange;
    content: '';
}


/* さらに絞り込む */
.shop-search-top .dropdown-toggle {
    padding: 6px;
    height: 30px;
    width: 165px;
    border: 1px solid black;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: -0.1px;
}
.shop-search-top .dropdown-toggle::after {
    display: none;
}
.shop-search-top .dropdown-toggle:hover {
    color: black;
}
.shop-search-top .dropdown-toggle:focus {
    color: black;
}
.shop-search-top .dropdown-toggle img {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 20px;
    height: 20px;
}
.shop-search-top .dropdown-menu {
    width: 360px;
    overflow-y: scroll;
    box-shadow: 0 0 8px gray;
}

.shop-search-top .keyword-search .form-control {
    height: 25px;
}

.shop-search-top .keyword-search {
    width: 95%;
}
.shop-search-top .keyword-search .input-group-text {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .shop-search-top .dropdown-toggle {
        width: 100%;
        padding: 2px;
        height: 25px;
    }

    .shop-search-top .dropdown-toggle img {
        top: 4px;
        right: 4px;
        width: 15px;
        height: 15px;
    }

    .shop-search-top .dropdown-menu {
        width: 284px;
        max-height: 430px;
    }
}

/* さらに絞り込む modal */
.shop-detailed-search {
    padding: 13px 13px 3px;
}

.shop-detailed-search div {
    margin-bottom: 10px;
}

.shop-detailed-search p {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
}

.shop-detailed-search input.input-round {
    padding: 8px 15px;
    border-width: 2px;
    border-color: #000;
}

.shop-detailed-search .search-keyword {
    width: 100%;
}

.shop-detailed-search .search-keyword::placeholder {
    text-align: center;
}

.shop-detailed-search .btn {
    width: 100%;
    line-height: normal !important;
    background-color: #e86d7d;
    border-radius: 7px;
}

.shop-detailed-search input[type="number"] {
    width: 100%;
}

.shop-detailed-search input[type="number"]::placeholder {
    text-align: center;
}

.shop-detailed-search .checkbox-label {
    padding-left: 27px;
}

.shop-detailed-search .checkbox-label::before {
    border: 1px solid #000;
    border-radius: 0;
}

.shop-detailed-search .checkbox-label {
    padding-top: 1px;
}

.shop-detailed-search .btn {
    padding: 8px 10px;
    line-height: 40px;
    letter-spacing: 0;
}

@media screen and (max-width: 991px) {
    .shop-detailed-search .checkbox-label {
        padding-top: 5px;
    }
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>>  Real Shop  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

.realshop .keyword-search {
    width: 300px;
}

@media screen and (max-width: 767px) {
    .realshop .keyword-search {
        width: 200px;
    }
}

.store-search th {
    background-color: #fd9f28;
    color: white;
    text-align: center;
}

.store-search th, .store-search td {
    padding: 8px;
}

.store-search label {
    margin: 0;
    padding: 0;
}

.store-search label input[type="radio"], .feature-box input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.store-search .feature-item a[aria-expanded="true"]::after {
    content: "-";
}
.store-search .feature-item a[aria-expanded="false"]::after {
    content: "+";
}

.store-search .feature-box {
    display: block;
    position: relative;
    line-height: 1.2em;
}

.feature-box .checkbox {
    display: inline-block;
    width: 22%;
    margin-bottom: 10px !important;
}

.feature-box .checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    line-break: auto;
    cursor: pointer;
}

.store-search-mobile {
    width: 100px;
    height: 40px;
    margin-right: 5px;
    padding: 0 0 0 5px;
    border: 1px solid black;
    color: black;
    line-height: 35px;
}

.store-search-mobile[aria-expanded="false"]::after {
    position: relative;
    top: 3px;
    font-size: 25px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
}

.btn.store-search-mobile:hover, .btn.store-search-mobile:focus {
    color: black;
}

.store-search-mobile[aria-expanded="true"]::after {
    position: relative;
    top: 10px;
    font-size: 25px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: '\f0de';
}

.store-search select.form-control {
    background-image: url(../sys-images/sort-down.png);
    background-size: 12px 10px;
}

.store-card {
    border: 1px solid #eea236;
}

.store-card .store-title {
    background-color: #eea236;
    padding-right: 20px;
}

.store-card .store-title .store-name {
    width: calc(100% - 228px);
}

@media screen and (max-width: 767px) {
    .store-card .store-title .store-name {
        width: calc(100% - 40px);
    }
}

.btn.btn-favorite {
    border-radius: 100px;
    background-color: white;
    color: #eea236;
}

.btn-favorite {
    width: 220px;
}

.btn-favorite.btn-favorited {
    background-color: #ff7902;
    color: #fff;
}

.store-category {
    display: inline-block;
    margin: 5px;
    float: none;
    vertical-align: top;
    z-index: 1;
}
.store-category div {
    display: inline-block;
    width: 4px;
    height: 23px;
    vertical-align: middle;
}

.store-category.w-20 {
    width: 18%;
}

@media screen and (max-width: 767px) {
    .store-category.w-20 {
        width: 28%;
        height: 25px;
        overflow: hidden;
    }

    .store-category.w-mb-28pe:nth-child(1) {
        display: inline-block;
    }
    .store-category.w-mb-28pe:nth-child(2) {
        display: inline-block;
    }
    .store-category.w-mb-28pe:nth-child(3) {
        display: inline-block;
    }

    .store-category.w-mb-28pe {
        display: none;
        width: 28%;
        height: 25px;
        overflow: hidden;
    }
}

.store-station div {
    background-color: #ededed;
    border-radius: 100px;
    padding: 2px 10px;
    margin-bottom:10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .store-max-height {
        max-height: 220px;
    }
}

.style-coupon {
    display: table;
}

.coupon-simple {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}

.style-coupon-1 {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin-left: 3px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: #99f0e9;
    font-size: 10pt;
    line-height: 1;
    font-weight: 800;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
}

.style-coupon-2 {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin-left: -8px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: #99f0e9;
    font-size: 12pt;
    line-height: 1;
    font-weight: 800;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
}

.style-coupon-red {
    background: #eb818a;
    background: -moz-linear-gradient(left, #eb818a 0%, #fa2a2a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #eb818a), color-stop(100%, #fa2a2a));
    background: -webkit-linear-gradient(left, #eb818a 0%, #fa2a2a 100%);
    background: -o-linear-gradient(left, #eb818a 0%, #fa2a2a 100%);
    background: -ms-linear-gradient(left, #eb818a 0%, #fa2a2a 100%);
    background: linear-gradient(to right, #eb818a 0%, #fa2a2a 100%);
}

.style-coupon-green {
    background: #99f0e9;
    background: -moz-linear-gradient(left, #99f0e9 0%, #6be1d6 19%, #16c4b3 54%, #a8f0e0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #99f0e9), color-stop(19%, #6be1d6), color-stop(54%, #16c4b3), color-stop(100%, #a8f0e0));
    background: -webkit-linear-gradient(left, #99f0e9 0%, #6be1d6 19%, #16c4b3 54%, #a8f0e0 100%);
    background: -o-linear-gradient(left, #99f0e9 0%, #6be1d6 19%, #16c4b3 54%, #a8f0e0 100%);
    background: -ms-linear-gradient(left, #99f0e9 0%, #6be1d6 19%, #16c4b3 54%, #a8f0e0 100%);
    background: linear-gradient(to right, #99f0e9 0%, #6be1d6 19%, #16c4b3 54%, #a8f0e0 100%);
}

.style-coupon-origin {
    background: #e8b576;
    background: -moz-linear-gradient(left, #e8b576 0%, #ff920a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e8b576), color-stop(100%, #ff920a));
    background: -webkit-linear-gradient(left, #e8b576 0%, #ff920a 100%);
    background: -o-linear-gradient(left, #e8b576 0%, #ff920a 100%);
    background: -ms-linear-gradient(left, #e8b576 0%, #ff920a 100%);
    background: linear-gradient(to right, #e8b576 0%, #ff920a 100%);
}

.style-coupon-violet {
    background: #e092bc;
    background: -moz-linear-gradient(left, #e092bc 0%, #e103ed 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e092bc), color-stop(100%, #e103ed));
    background: -webkit-linear-gradient(left, #e092bc 0%, #bf76c3 100%);
    background: -o-linear-gradient(left, #e092bc 0%, #e103ed 100%);
    background: -ms-linear-gradient(left, #e092bc 0%, #e103ed 100%);
    background: linear-gradient(to right, #e092bc 0%, #bf76c3 100%);
}

.store-container {
    max-height: 269px;
    overflow-y: auto;
    overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .store-container {
        max-height: 197px;
    }
}
.store-container::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.store-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.store-container::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.coupon-simple p {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.coupon-title {
    line-height: 1.2em;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .coupon-title {
        font-size: 6px;
    }

    .style-coupon-1 {
        width: 35px;
        height: 35px;
        font-size: 6px;
    }
}



/* store detail page */
.btn.btn-store-menu-favorite {
    background: white;
    color: #fd9e27;
    min-height: 70px;
    width: 50px;
    height: auto;
    padding: 11px 0;
    margin: 2px;
    display: inline-grid;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    min-width: 120px;
    max-width: 48%;
    border-radius: 10px;
}

.btn-store-menu-favorite > i {
    display: none;
}

@media screen and (max-width: 767px) {
    .btn-store-menu-favorite > i {
        display: block;
    }

    .btn-store-menu-favorite.btn-favorited {
        background-color: #fb9d38 !important;
    }

    .btn.btn-store-menu-favorite {
        position: absolute;
        top: -144%;
        left: 20px;
        min-width: 40px;
        min-height: 40px;
        border-radius: 0;
    }

    .btn-store-menu-favorite > span, .btn-favorite > span {
        display: none;
    }

    .btn.btn-favorite {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        right: 0;
        top: 0;
    }
}

/* .store-logo {
    display: inline-block;
    max-width: 100%;
    height: auto;
} */

.store-header-detail p:first-child {
    font-size: 1.2em;
    max-width: calc(100% - 40px);
}

.store-header-detail p:last-child {
    margin-left: -7px !important;
}

.store-detail-border {
    width: 2px;
    background-color: #8c7b67;
    height: 21px;
    display: inline-block;
    vertical-align :middle;
    font-weight: bold;
}

.btn-store {
    background-color: #fd9e27;
    font-weight: bold;
    line-height: 1.2em;
    border-radius: 10px;
    max-width: 48%;
    min-width: 120px;
    height: auto;
    padding: 11px 0;
    font-size: 20px;
    margin: 2px;
}

.btn-store-mobile {
    background-color: #fd9e27;
    font-weight: bold;
    line-height: 1.2em;
    border-radius: 10px;
    max-width: 48%;
    min-width: 120px;
    height: auto;
    padding: 11px 0;
    font-size: 15px;
    margin: 3px;
    width: 42%;
}

@media screen and (max-width: 375px) {
    .btn-store-mobile {
        font-size: 13px;
        width: 45%;
    }
}

#store_carousel .carousel-item {
    align-items: flex-start;
}

.store-introduce img {
    width: 210px;
    height: 210px;
    object-fit: cover;
    border-radius: 50%;
}

.store-introduce p:first-child {
    color: #fb9e27;
    line-height: 1.2em;
    white-space: pre-line;
    font-weight: bold;
}

.store-voice .icon80x80 {
    background-color: white;
    box-shadow: 0px 0px 10px #d2d2d2;
    border-radius: 80px;
    height: 80px;
    width: 80px;
    display: table;
    vertical-align: middle;
    text-align: center;
}

.store-voice .icon80x80 span {
    color: #0a0a0a;
    white-space: pre-line;
    line-height: 1.2em;
}

.store-footer h2:first-child {
    line-height: 26px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.store-footer table th {
    width: 100px;
    padding: 8px;
}

.store-footer table td {
    padding: 8px;
}

.store-footer table td span {
    white-space: pre-line;
}

.store-pointback {
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .store-pointback {
        padding: 20px;
    }
    .store-pointback .store-pointback-right {
        border-left: 1px solid #fd9e26;
        padding-left: 15px !important;
    }
}

.store-pointback-left img, .store-pb-left img {
    width: 95px;
    max-width: unset;
}

.store-pb-right {
    padding: 2vw 3vw;
}

@media screen and (max-width: 767px) {
    .store-pointback, .store-pb-left-top {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #fd9e26;
    }

    .store-pointback-left img {
        width: 45px;
    }

    .store-pb-left img {
        width: 75px;
    }
    .store-pb-left .font-18 {
        font-size: 14px !important;
    }
}

.store-pointback-left p, .store-pb-left p {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-top: 2vw;
}

.store-pb-left span:first-child, .store-pb-right p span:first-child {
    width: 98px;
    text-align: justify;
    flex: 0 0 98px;
    margin-left: -8px;
    font-weight: bold;
}

.store-pointback-apply .btn {
    width: 290px;
    border-radius: 30px;
}

.btn-apply-submit {
    filter: grayscale(1);
    background: rgb(152, 152, 152) !important;
}

@media screen and (max-width: 767px) {
    .store-pointback-apply .btn {
        width: 270px;
    }
}

@media (min-width: 1200px) {
    .store-pointback-apply .modal-dialog {
        max-width: 860px;
    }
}

@media (min-width: 992px) {
    .store-pointback-apply .modal-dialog {
        max-width: 800px;
    }

}

@media (min-width: 768px) {
    .store-pointback-apply .modal-dialog {
        max-width:750px;
    }
}


.store-pointback-apply .modal-header {
    border-bottom: none;
    border-top: 7px solid #ffa510;
}

.store-pointback-apply h2 {
    padding: 5px 0;
    background-color: #fd9e26;
}

.store-pointback-apply h2 {
    padding: 5px 0;
    background-color: #fd9e26;
}

.store-pointback-apply .content-1, .store-pointback-apply .content-2 {
    padding: 5px 0 0 0 ;
    max-width: 700px;
}

@media screen and (max-width: 767px) {
    .store-pointback-apply .content-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

.store-pointback-apply .content-2 h3 {
    background-color: #fee2be;
    width: 100%;
    max-width: 610px;
    border-radius: 44px;
    margin-left: auto;
    margin-right: auto;
    color: #fd9e26;
    padding: 5px 0;
}



.store-pointback-apply .content-2 p {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    white-space: pre-line;
}

@media screen and (max-width: 425px) {
    .store-pointback-apply .content-3 .ws-pre-line {
        white-space: normal;
    }
}

.store-pointback-apply .content-4 p {
    flex-wrap: wrap;
    align-items: center;
    white-space: pre-line;
}

.store-pointback-apply .checkbox-label::before {
    border: 1px solid #000000;
    background-color: #eee;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    top: 14px;
    left: 10px;
}

.store-pointback-apply .checkbox-input:checked + .checkbox-label::after {
    width: 6px;
    height: 10px;
    top: 17px;
    left: 17px;
}

.store-pointback-apply .checkbox-input:checked + .checkbox-label::before {
    background-color: #f1a62a;
    border: 1px solid #000000;
}

.store-pointback-apply .modal-content .btn {
    /* cursor: no-drop; */
    /* filter: grayscale(1); */
    background-color: rgb(152, 152, 152);
    width: 330px;
    line-height: 60px;
    border-radius: 50px;
    letter-spacing: 10px;
    margin: 0 auto;
}

.store-pointback-apply .applied-modal h2 {
    background-color: white;
}

.store-pointback-apply .applied-modal .modal-content .btn {
    letter-spacing: 0;
}

.store-pointback-apply-cancel {
    cursor: pointer !important;
    filter: none !important;
    background-color: #f1a62a !important;
    letter-spacing: normal !important;
}

@media screen and (max-width: 767px) {
    .store-pointback-apply .modal-content .btn {
        width: 220px;
        line-height: 50px;
    }

    .store-pointback-apply .applied-modal .btn {
        width: 270px;
        line-height: 30px;
    }
}

.btn-pb-modal {
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    width: 330px;
    line-height: 60px;
}


.store-coupon-detail {
    position: relative;
    border: 6px double #fd9e27;
    padding: 30px 25px 30px 10px;
    overflow: visible;
}

@media screen and (max-width: 767px) {
    .store-coupon-detail {
        padding: 30px 10px 30px 10px;
    }
}

.store-coupon-tag {
    position: absolute;
    display: table;
    min-height: 60px;
    top: -21px;
    left: -10px;
}

.btn-coupon span:first-child {
    width: calc(100% + 20px);
    height: 50px;
    position: absolute;
    left: -10px;
    top: -10px;
    border-top: 2px solid #fb9d38;
    border-right: 2px solid #fb9d38;
}

.btn-coupon span:last-child {
    width: calc(100% + 20px);
    height: 50px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    border-bottom: 2px solid #fb9d38;
    border-left:2px solid #fb9d38;
}

.btn-book {
    min-height: 70px;
    background: #fb8d45;
    border-radius: 3px;
    height: 150px;
    line-height: 30px;
    white-space: initial;
    width: 100%;
}

.btn-book-mobile {
    width: 100%;
    font-weight: bold;
    background: #fb8d45;
    vertical-align: middle;
    line-height: 30px;
    font-size: 15px;
    border-radius: 30px;
    min-height: 50px;
    height: 50px;
}

.btn-book-coupon {
    border-radius: 3px;
    height: 150px;
    line-height: 30px;
    white-space: initial;
}

.btn-book-link {
    font-weight: bold;
    background: #eca142;
    height: 70px;
}

.btn-booklink {
    width: 100%;
    color: white;
    background: #eca142;
    margin: 5px 0px;
    height: 40px;
    font-size: 13px;
    padding: inherit;
    justify-content: center;
    font-weight: bold;
    display: grid;
    white-space: normal;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .btn-booklink-none {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc-mbt-15 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.cp-image-size{
    width: 130px;
    height: 130px;
}
@media screen and (max-width: 767px) {
    .cp-image-size{
        width: 100px;
        height: 100px;
    }

    .mx{
        padding: 10px 0;
    }

    .mx .mx-img{
        width: 50%;
        margin: 0 !important;
    }

    .mx .mx-img a{
        max-height: 150px;
    }

    .mx .mx-img a .coupon-title{
        font-size: 6pt;
    }

    .mx .mx-img img{
        padding-right: 10px;
        top: 0;
        left: 0;
        transform: initial;
    }

    .mx .mx-coupon{
        width: 50%;
    }

    .mx .mx-coupon .container-parent.scroll-mode-1{
        max-height: 128px;
    }

    .mx .mx-coupon .style-coupon-1-1-1{
        width: 35px;
        height: 35px;
        font-size: 6pt;
    }

    .mx .mx-coupon .coupon-title{
        font-size: 6pt;
    }

    .mx .mx-coupon .simple-coupon{
        font-size: 6pt;
    }
}


.square-origin {
    width: 10px;
    height: 10px;
    background: #fb8d45;
    display: inline-block;
    vertical-align:middle;
}

.store-menu-detail {
    border-top: 3px solid #fb8d45;
    border-left: 3px solid #fb8d45;
    border-right: 3px solid #fb8d45;
}

.store-menu-detail:last-child {
    border-bottom: 3px solid #fb8d45;
}

.store-menu-detail p {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    font-size: 14px;
    word-break: break-word;
    white-space:  pre-line;
}

.btn-menu {
    position: absolute;
    width: 100%;
    font-size: 18px;
    border-radius: 50px 0 0 50px;
    min-height: 70px;
    background: #fb8d45;
    right: -1px;
    text-align: left;
    padding: 30px 20px;
    font-weight: bold;
}


.mypage-title p {
    line-height: 1.5;
}

.coupon-card {
    border: 1px solid #eea236;
}

.coupon-card .card-title {
    position: relative;
    background-color: #eea236;
    line-height: 1.3em;
}

.coupon-card .card-title .color-white .font-weight-bold {
    padding-right: 28px;
}

.coupon-download-title {
    font-size: 25px;
    font-weight: bold;
    color: #ffa900;
}

.coupon-download-tip {
    font-size: 16px;
    font-weight: 600;
    color: #a7a7a7;
    margin-bottom: 40px;
}

.show-xs-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .coupon-download-title {
        font-size: 16px;
        font-weight: bold;
        color: #ffa900;
    }

    .coupon-download-tip {
        font-size: 12px;
        font-weight: 600;
        color: #a7a7a7;
        margin-bottom: 40px;
    }

    .show-xs-only {
        display: table;
    }

    .max-767-col-3 {
        width: 30%;
    }

    .text-left-xs-sm {
        text-align: left;
    }
}

.line_url_download {
    border-radius: 20px;
    width: 316px;
    height: 90%;
    margin: auto;
    margin-bottom: 10px;
}

.line_url_download img {
    height: 64px;
    width: auto;
    border-radius: 20px;
}

@media screen and (max-width: 424px) {
    .line_url_download {
        border-radius: 20px;
        width: 267px;
        height: 54px;
        margin: auto;
        margin-bottom: 10px;
    }

    .line_url_download img {
        height: 54px;
        width: auto;
        border-radius: 20px;
    }
}

.line_url_downloaded {
    border-radius: 20px;
    width: 316px;
    height: 90%;
    margin: auto;
    margin-bottom: 10px;
}

.line_url_downloaded img {
    height: 64px;
    width: auto;
    border-radius: 20px;
}

@media screen and (max-width: 424px) {
    .line_url_downloaded {
        border-radius: 20px;
        width: 267px;
        height: 54px;
        margin: auto;
        margin-bottom: 10px;
    }

    .line_url_downloaded img {
        height: 54px;
        width: auto;
        border-radius: 20px;
    }
    .search-station-bt input {
        font-size: 4vw;
        margin: 0 10vw;
    }
}

.search-station-bt a, .search-station-bt input {
    cursor: pointer;
}

.coupon_used_bg {
    background: url(/sys-images/couponused_img.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 620px auto;
    background-color: #FDF9F2;
}

@media screen and (min-width: 768px) {
    .pc_coupon_flex {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .coupon_used_bg {
        background: url(/sys-images/couponused_m.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 385px auto;
    }

    .mobile_coupon_table_cell {
        display: table;
        width: 100%;
    }

    .p-menu-coupon {
        padding: 45px 15px 15px 15px;
    }
}

.fillter-gray {
    border-color: #BDBDBD !important;
    position: relative;
}

.fillter-gray::before {
content: '';
display: block;
width: 279px;
height: 138px;
background: url("/sys-images/soldout.png");
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
}

.fillter-gray div {
filter: grayscale(1);
}

.fillter-gray div.style-coupon-1 {
background-color: #BDBDBD !important;
background: #BDBDBD !important;
}

.fillter-gray div .dip-before, .fillter-gray div .dip-after {
border-color: #BDBDBD !important;
}

.fillter-gray div button {
background-color: #BDBDBD !important;
}

.p-menu-coupon {
    padding: 30px 25px 30px 10px;
}

.pc-visible {
    overflow: visible;
}

@media screen and (max-width: 758px) {
    .coupon.pc-visible {
        display: table;
        width: 100%;
    }
}
/* 駅検索 */
.search-station-bt {
    background: #eee;
    margin: 0 0 15px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.search-station-bt input {
    border-radius: 20px;
}

@media screen and (max-width: 424px) {
    .search-station-bt input {
        font-size: 4vw;
        margin: 0 10vw;
    }
}

.search-back {
    position: absolute
}

.search-back a {
    margin: 2px;
    width: 35px;
    height: 34px;
    font-size: 17px;
    font-weight: 700;
    color: #fe9a01;
    border-radius: 50%;
    border: 3px solid #fe9a01;
    background: -moz-linear-gradient(top, #FFFFFF 0%, white 3%, #FFFFFF 3%, #F1F1F1);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.03, white), color-stop(0.03, #FFFFFF), to(#F1F1F1));
    display: block;
    text-decoration: none;
}

.search-city {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
    border: 1px solid #ccc;
    line-height: 100%;
}

.search-city dt div {
    display: inline-flex;
    align-items: center;
    margin: 5px 0 5px 0;
}

.search-city label {
    min-height: 15px;
    padding-right: 5px;
}

.search-city label input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.search-detail {
    width: 90%;
    margin: auto;
}

.search-city .w-22 {
    display: inline-block;
}

.search-city .checkbox a {
    vertical-align: super;
    color: #004B91;
}

@media screen and (max-width: 767px) {
    .search-city .w-22 {
        display: inline-flex;
        width: 100%;
        font-size: 14px;
    }

}
.search-city dt {
    background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 0 1px white inset;
    font-weight: bold;
    padding: 7px 13px;
    clear: both;
    margin-bottom: 16px;
    width: 100%;
}

.icon-sub[aria-expanded="true"]::after {
    content: "-";
}
.icon-sub[aria-expanded="false"]::after {
    content: "+";
}

@media screen and (max-width: 1024px) {
    .mi-max-1024 {
        margin-left: 15px;
    }
}

.coupon-card .card-title p:last-child {
    font-weight: initial;
}

.receipt-card .modal-content, .receipt-card.card {
    width: inherit;
    max-width: 450px;
    border-top: 7px solid #ffa510;
}

.receipt-card .modal-body, .receipt-card .card-body {
    padding: 15px 30px 30px 30px;
}

.receipt-card h2 {
    line-height: 1;
    font-weight: 600;
}

.receipt-card .bb {
    border-bottom: 1px solid #c9caca;
}

.receipt-card input[type="text"], input[type="email"] {
    width: 280px;
    border: 3px solid #c9caca;
}

.receipt-card .carrier.onlineShop::placeholder {
    text-align: center;
}

.receipt-card .sns-url p {
    position: relative;
    background-color: deepskyblue;
    display: block;
    line-height: 28px;
    font-weight: bold;
    color: white;
    width: 280px;
}

@media screen and (max-width: 767px) {
    .receipt-card input[type="text"], input[type="email"] {
        width: 220px;
    }

    .receipt-card .sns-url p {
        width: 220px;
    }

    .hide-mobile {
        display: none;
    }

    .wide-layout.modal-open {
        padding-right: 0px !important;
    }
}

.flex-parent {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
.flex-parent {
    display: flex;
    justify-content: center; }
}

.receipt-card .sns-url img {
    position: absolute;
    max-height: 100%;
    height: 70%;
    top: 50%;
}

.receipt-card .sns-url .left {
    left: 0;
    transform:translate(calc(-100% + 0px), -50%);
}
.receipt-card .sns-url .right {
    right: 0;
    transform:translate(calc(100% + 0px), -50%);
}

.receipt-card .receipt-info p:first-child {
    white-space: pre-line;
}

.receipt-card .receipt-info p:last-child {
    font-size: 9px;
}

.receipt-send-btn {
    max-width: 239px;
    height: 44px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    cursor: not-allowed;
    filter: grayscale(1);
}

.validation {
    color: red;
    text-align: left;
}

.fade {
    transition: opacity 0.15s linear;
}


.non-display-picture {
    display: none;
}


.point_back_button {
    position: absolute;
    top: 26px;
    right: 100px;
    width: 130px;
    height: auto;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
	.point_back_button {
        right: 70px;
		width: 120px;
	}
}

@media screen and (max-width: 767px) {
	.point_back_button {
        top: 24px;
		width: 100px;
	}
}

@media screen and (max-width: 424px) {
    .point_back_button {
        top: 21px;
        right: 70px;
        width: 110px;
    }
}

.tokuho_button {
    position: absolute;
    top: 26px;
    right: 235px;
    width: 64px;
    height: auto;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .tokuho_button {
        right: 195px;
        width: 58px;
    }
}

@media screen and (max-width: 767px) {
    .tokuho_button {
        top: 24px;
        right: 176px;
        width: 48px;
    }
}

@media screen and (max-width: 424px) {
    .tokuho_button {
        top: 21px;
        right: 184px;
        width: 53px;
    }
}

span.dip-before {
    width: calc(100% + 20px);
    height: 50px;
    position: absolute;
    left: -10px;
    top: -10px;
    border-top: 2px solid #fb9d38;
    border-right: 2px solid #fb9d38;
    pointer-events: none;
}

span.dip-after {
    width: calc(100% + 20px);
    height: 50px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 2px solid #fb9d38;
    border-left: 2px solid #fb9d38;
    pointer-events: none;
}

.receipt-input input[name="sns"]::placeholder {
    font-size: 10px;
}

.view-more-button {
	background-color: #fd9e27;
	border-radius: 8px;
	color: white;
	font-weight: bold;
	width: 130px;
	text-align: center;
}

@media screen and (max-width: 767px) {
    .sp-d-none {
        display: none;
    }
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Header Shop <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
    padding-right: 0px !important;
}

/* login Camera */
.scanLogin {
    text-align: center;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.scanLogin .title {
    border-top: 1px solid #ff7f00;
    border-bottom: 1px solid #ff7f00;
    font-size: large;
}
.scanLogin .fa-camera {
    font-size: 40px;
}
.scanArea {
    display: none;
}
.startCamera {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
}

.pl-0 {
    padding-left: 0;
}
.form_annotation {
    color: grey;
}
.form_link {
    color: deepskyblue;
}

/* modal */
.wv-modal-back {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 200%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    display: none;
}
.open-modal-default {
    cursor:pointer;
}
.modal-default {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    margin-top: 20px;
    width: 80%;
    min-height: 200px;
    max-width: 800px;
    background: white;
    z-index: 1100;
    display: none; }
.modal-default .dialog__wrap {
    width: 100%;
    height: 100%;
    padding: 10px; }
.modal-default .dialog__wrap .dialog__head {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #373737; }
.modal-default .dialog__wrap .dialog__contents {
    padding: 10px; }
.modal-default .dialog__wrap .dialog__btn_close {
    width: 50%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }
.modal-default .dialog__wrap .dialog__btn_regist {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
@media screen and (max-width: 768px) {
    .modal-default {
        width: 90%; } }
