@media screen and (min-width: 769px), print {
  .ttl h2 span:nth-of-type(1) {
    padding-left: 62px;
  }
  .ttl h2 span:nth-of-type(1)::before {
    width: 48px;
    height: 37px;
    background-image: url("../images/ttl_ic.png");
  }
  .ttl h2 {
    letter-spacing: 1px;
    line-height: normal;
  }
  i {
    display: inline-block;
    vertical-align: middle;
  }
  i.ic_cloth {
    background: url("../images/ic_cloth.png") 0 0 no-repeat;
    width: 25px;
    height: 20px;
  }
  i.ic_fashion {
    background: url("../images/ic_fashion.png") 0 0 no-repeat;
    width: 24px;
    height: 23px;
  }
  i.ic_lifestyle {
    background: url("../images/ic_lifestyle.png") 0 0 no-repeat;
    width: 23px;
    height: 25px;
  }
  i.ic_cutlery {
    background: url("../images/ic_cutlery.png") 0 0 no-repeat;
    width: 34px;
    height: 23px;
  }
  i.ic_fruit {
    background: url("../images/ic_fruit.png") 0 0 no-repeat;
    width: 20px;
    height: 26px;
  }
  i.ic_health {
    background: url("../images/ic_health.png") 0 0 no-repeat;
    width: 21px;
    height: 18px;
  }
  i.ic_coupon {
    background: url("../images/ic_coupon.png") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 24px;
    height: 25px;
  }
  .active i.ic_cloth,
  a:hover i.ic_cloth {
    background: url("../images/ic_cloth_hover.png") 0 0 no-repeat;
  }
  .active i.ic_fashion,
  a:hover i.ic_fashion {
    background: url("../images/ic_fashion_hover.png") 0 0 no-repeat;
  }
  .active i.ic_lifestyle,
  a:hover i.ic_lifestyle {
    background: url("../images/ic_lifestyle_hover.png") 0 0 no-repeat;
  }
  .active i.ic_cutlery,
  a:hover i.ic_cutlery {
    background: url("../images/ic_cutlery_hover.png") 0 0 no-repeat;
  }
  .active i.ic_fruit,
  a:hover i.ic_fruit {
    background: url("../images/ic_fruit_hover.png") 0 0 no-repeat;
  }
  .active i.ic_health,
  a:hover i.ic_health {
    background: url("../images/ic_health_hover.png") 0 0 no-repeat;
  }
  .active i.ic_coupon,
  a:hover i.ic_coupon {
    background: url("../images/ic_coupon_hover.png") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .shop_categories {
    border: 1px solid #cdcdcd;
    overflow: hidden;
  }
  .shop_categories_title {
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #c7d1ff;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 2.4rem;
    letter-spacing: 4.8px;
    font-weight: 600;
  }
  .shop_categories > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 39px 24px;
  }
  .shop_categories > ul > li {
    width: 260px;
    margin: 5px 21px 5px 0;
  }
  .shop_categories > ul > li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .shop_categories > ul > li > a {
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 50px;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: border-color, color, opacity .3s ease;
    -moz-transition: border-color, color, opacity .3s ease;
    transition: border-color, color, opacity .3s ease;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 14px;
  }
  .shop_categories > ul > li > a i {
    margin-right: 10px;
  }
  .shop_categories > ul > li > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2756c2;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .shop_categories > ul > li > a.active, .shop_categories > ul > li > a:hover {
    color: #fff;
    border-color: #2756c2;
  }
  .shop_categories > ul > li > a.active::before, .shop_categories > ul > li > a:hover::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .shops {
    margin-top: 40px;
  }
  .shops_title {
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 2.4rem;
    letter-spacing: 4.8px;
    font-weight: 600;
    position: relative;
  }
  .shops_title:after {
    content: '';
    background-color: #2756c2;
    display: block;
    position: absolute;
    bottom: -2px;
    left: -webkit-calc(50% - 45px);
    left: -moz-calc(50% - 45px);
    left: calc(50% - 45px);
    width: 96px;
    height: 1px;
  }
  .shop_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 32px -19px 21px 0;
    opacity: 0;
  }
  .shop_lst.show_list {
    opacity: 1;
  }
  .shop_lst > li {
    display: block;
    width: 211px;
    margin-right: 19px;
    margin-bottom: 41px;
  }
  .shop_lst > li a {
    display: block;
    height: 100%;
    position: relative;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .shop_lst > li a:hover {
    opacity: .7;
  }
  .shop_lst > li figure {
    border: 1px solid #cdcdcd;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    height: 133px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop_lst > li figure img {
    max-width: 100%;
    max-height: 100%;
  }
  .shop_lst > li .block_item_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .shop_lst > li .block_item_title .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    letter-spacing: 1.6px;
    color: #fff;
    background-color: #2756c2;
    margin-right: 10px;
    text-indent: 1.6px;
  }
  .shop_lst > li .block_item_title span:not(.tag) {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-top: 5px;
    margin-bottom: -5px;
  }
  .shop_lst > li p {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    font-weight: 500;
    line-height: 22px;
  }
  .shop_lst > li .coupon_item {
    background: #1babdf;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    line-height: 46px;
    margin-top: 10px;
    padding-left: 60px;
    position: relative;
    text-align: center;
  }
  .shop_lst > li .coupon_item:before {
    background: url(../images/ic_goto.png) left top no-repeat;
    content: '';
    height: 34px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 41px;
  }
  .shop_lst > li .coupon_eat_item {
    background: #bbd674;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #000;
    font-size: 1.4rem;
    height: 46px;
    line-height: 1.3;
    margin-top: 10px;
    padding: 5px 0 5px 70px;
    position: relative;
    text-align: left;
  }
  .shop_lst > li .coupon_eat_item:before {
    background: url(../images/ic_eat.png) left top no-repeat;
    content: '';
    height: 35px;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 51px;
  }
  .shop_detail_cont {
    display: block;
    margin: 0 0 50px 41px;
    text-align: center;
  }
  .shop_detail_cont .article_label {
    background: #c7d1ff;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    position: relative;
    padding: 13px 10px 8px 60px;
    height: 82px;
    text-align: left;
  }
  .shop_detail_cont .article_label span {
    position: absolute;
    text-align: center;
    width: 82px;
    height: 82px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #2756c2;
    font-family: "Poppins", sans-serif;
    font-size: 2.6rem;
    color: #fff;
    letter-spacing: 3px;
    top: 0;
    left: -41px;
    font-weight: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop_detail_cont .article_label span strong {
    font-size: 3.4rem;
    font-weight: normal;
    vertical-align: baseline;
  }
  .shop_detail_cont .article_label .small_txt {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    color: #8a8a8a;
    font-weight: 500;
    margin-bottom: -3px;
  }
  .shop_detail_cont .article_label .strong_txt {
    font-size: 2.6rem;
    letter-spacing: 2.6px;
    font-weight: bold;
  }
  .shop_detail_cont .article_cont {
    padding: 41px 0 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop_detail_cont .article_cont .left {
    width: -webkit-calc(100% - 347px);
    width: -moz-calc(100% - 347px);
    width: calc(100% - 347px);
    text-align: center;
    padding-right: 14px;
  }
  .shop_detail_cont .article_cont .left > p {
    text-align: left;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 30px;
  }
  .shop_detail_cont .article_cont .right {
    width: 347px;
    text-align: center;
  }
  .shop_detail_cont .article_cont .right img {
    max-width: 100%;
    height: auto;
  }
  .shop_detail_cont .article_cont .article_title {
    margin-bottom: 36px;
  }
  .shop_detail_cont .article_info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #cdcdcd;
  }
  .shop_detail_cont .article_info dl:nth-last-of-type {
    border-bottom: 1px solid #cdcdcd;
  }
  .shop_detail_cont .article_info dt {
    width: 158px;
  }
  .shop_detail_cont .article_info dt span {
    display: block;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    background-color: #2756c2;
    color: #fff;
  }
  .shop_detail_cont .article_info dd {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 34px;
    padding-left: 41px;
  }
  .shop_detail_cont .article_info dd a {
    display: block;
    text-decoration: underline;
    text-underline-position: under;
  }
  .shop_detail_cont .article_info dd a:hover {
    text-decoration: none;
  }
  .shop_detail_cont .article_info .tel {
    text-decoration: none;
    pointer-events: none;
  }
  .shop_detail_cont .logo_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 31px;
  }
  .shop_detail_cont .logo_lst li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
  .shop_detail_cont .logo_lst li img {
    margin-right: 18px;
  }
  .shop_detail_cont .back_btn {
    display: inline-block;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    margin-top: 50px;
    padding: 17px 40px;
  }
  .shop_detail_cont .back_btn span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
  }
  .shop_detail_cont .back_btn:hover span {
    -webkit-transform: translateX(-8px);
       -moz-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .shop_categories > ul > li > a {
    padding-top: 4px;
  }
  .shop_categories > ul > li > a i {
    margin-top: -4px;
  }
  .shop_lst > li .block_item_title .tag {
    padding-top: 2px;
    line-height: 30px;
  }
  .shop_detail_cont .article_info dt span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3px;
  }
  .shop_detail_cont .article_info dd {
    padding-top: 1px;
  }
  .shop_detail_cont .article_label {
    padding: 14px 10px 7px 60px;
  }
}

@media screen and (min-width: 769px), print {
  .tab_content {
    display: none;
  }
  .tab_content.active {
    display: inherit;
  }
  .detail_shop_news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 50px 0 20px;
    position: relative;
  }
  .detail_shop_news span:nth-of-type(1) {
    color: #2756c2;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .detail_shop_news span:nth-of-type(2) {
    font-size: 1.2rem;
    vertical-align: middle;
    font-weight: 300;
    color: #b5b5b5;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.6px;
    margin-left: 18px;
    margin-bottom: 3px;
  }
  .shop_info_cont {
    background: #f7f7f7;
    padding: 18px;
  }
  .shop_info_cont .block_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop_info_cont .block_lst > li {
    background: #fff;
    margin-right: 2%;
    padding: 15px;
    text-align: left;
    width: 23.5%;
  }
  .shop_info_cont .block_lst > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .shop_info_cont .block_lst > li a {
    display: block;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    height: 100%;
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .shop_info_cont .block_lst > li a:hover {
    opacity: .7;
  }
  .shop_info_cont .block_lst > li figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 0 12px;
    min-height: 149px;
    width: 100%;
  }
  .shop_info_cont .block_lst > li figure img {
    width: 100%;
    height: auto;
  }
  .shop_info_cont .block_lst > li .block_item_title {
    color: #2756c2;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 3px;
  }
  .shop_info_cont .block_lst > li time {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1.4px;
    text-align: right;
  }
  .shop_info_cont .block_lst > li.recruit .block_item_title {
    margin-bottom: 10px;
  }
  .shop_info_cont .block_lst > li.recruit .work_data + .work_data {
    margin-top: 5px;
  }
  .shop_info_cont .block_lst > li.recruit .work_link {
    margin: 20px 0 10px;
  }
  .detail_recruit {
    margin-top: 50px;
    text-align: left;
  }
  .detail_recruit .art_ttl {
    background: #828282;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  .detail_recruit .art_ttl .ttl_lf {
    padding-right: 10px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .detail_recruit .art_ttl .ttl_lf .re_ttl {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .detail_recruit .art_ttl .ttl_lf p {
    color: #fff;
  }
  .detail_recruit .art_ttl .ttl_lf p > time {
    display: inline-block;
    letter-spacing: 2px;
    padding-right: 4px;
  }
  .detail_recruit .art_ttl .pdf {
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    width: 50px;
  }
  .detail_recruit .art_ttl .pdf img {
    height: 31px;
    object-fit: cover;
    width: 26px;
  }
  .detail_recruit .dl_lst {
    background: #f5f5f5;
    padding: 20px 32px 40px;
  }
  .detail_recruit .dl_lst dl {
    border-bottom: 1px solid #cdcdcd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .detail_recruit .dl_lst dl dt {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 8px;
    width: 126px;
  }
  .detail_recruit .dl_lst dl dd {
    border-left: 1px solid #e3e3e3;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 40px;
    width: -webkit-calc(100% - 126px);
    width: -moz-calc(100% - 126px);
    width: calc(100% - 126px);
  }
  .detail_recruit .dl_lst dl dd .tel {
    display: inline-block;
    text-decoration: none;
    padding-right: 16px;
    letter-spacing: 1px;
  }
  .detail_recruit .dl_lst dl dd .url {
    display: inline-block;
    text-decoration: underline;
    letter-spacing: 1px;
  }
  .detail_recruit .dl_lst dl dd .url:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .ttl h2 span:nth-of-type(1) {
    padding-left: 11.97917vw;
  }
  .ttl h2 span:nth-of-type(1)::before {
    width: 9.375vw;
    height: 7.29167vw;
    background-image: url("../images/ttl_ic.png");
  }
  .ttl h2 span:nth-of-type(2) {
    padding-left: 11.97917vw;
  }
  i {
    display: inline-block;
    vertical-align: middle;
  }
  i.ic_cloth {
    background: url("../images/ic_cloth.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.16667vw;
    height: 3.38542vw;
  }
  i.ic_fashion {
    background: url("../images/ic_fashion.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.55729vw;
    height: 4.29688vw;
  }
  i.ic_lifestyle {
    background: url("../images/ic_lifestyle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.29688vw;
    height: 4.6875vw;
  }
  i.ic_cutlery {
    background: url("../images/ic_cutlery.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 6.51042vw;
    height: 4.42708vw;
  }
  i.ic_fruit {
    background: url("../images/ic_fruit.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.77604vw;
    height: 4.94792vw;
  }
  i.ic_health {
    background: url("../images/ic_health.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.77604vw;
    height: 3.125vw;
  }
  i.ic_coupon {
    background: url("../images/ic_coupon.png") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.125vw;
    height: 3.25521vw;
  }
  .active i.ic_cloth {
    background: url("../images/ic_cloth_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .active i.ic_fashion {
    background: url("../images/ic_fashion_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .active i.ic_lifestyle {
    background: url("../images/ic_lifestyle_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .active i.ic_cutlery {
    background: url("../images/ic_cutlery_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .active i.ic_fruit {
    background: url("../images/ic_fruit_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .active i.ic_health {
    background: url("../images/ic_health_hover.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .active i.ic_coupon {
    background: url("../images/ic_coupon_hover.png") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .shop_categories {
    border: 1px solid #cdcdcd;
    overflow: hidden;
  }
  .shop_categories_title {
    height: 10.41667vw;
    text-align: center;
    line-height: 10.41667vw;
    background-color: #c7d1ff;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 4.6875vw;
    letter-spacing: 0.9375vw;
    font-weight: 600;
  }
  .shop_categories > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.60417vw 3.90625vw;
  }
  .shop_categories > ul > li {
    width: 39.84375vw;
    margin: 1.30208vw 3.90625vw 1.30208vw 0;
  }
  .shop_categories > ul > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .shop_categories > ul > li > a {
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 7.8125vw;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 2.86458vw;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.3;
  }
  .shop_categories > ul > li > a i {
    margin-right: 1.30208vw;
  }
  .shop_categories > ul > li > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2756c2;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .shop_categories > ul > li > a.active {
    color: #fff;
    border-color: #2756c2;
  }
  .shop_categories > ul > li > a.active::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .shops {
    margin-top: 7.8125vw;
  }
  .shops_title {
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 4.6875vw;
    letter-spacing: 0.9375vw;
    font-weight: 600;
    position: relative;
  }
  .shops_title:after {
    content: '';
    background-color: #2756c2;
    display: block;
    position: absolute;
    bottom: -0.52083vw;
    left: 50%;
    width: 11.71875vw;
    height: 1px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shop_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5.20833vw -3.90625vw 2.60417vw 0;
    opacity: 0;
  }
  .shop_lst.show_list {
    opacity: 1;
  }
  .shop_lst > li {
    display: block;
    width: 44.01042vw;
    margin-right: 3.90625vw;
    margin-bottom: 5.20833vw;
  }
  .shop_lst > li a {
    display: block;
    height: 100%;
    position: relative;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    text-decoration: none;
  }
  .shop_lst > li figure {
    border: 1px solid #cdcdcd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin-bottom: 2.60417vw;
    height: 44vw;
    width: 100%;
  }
  .shop_lst > li figure img {
    max-height: 100%;
    max-width: 100%;
  }
  .shop_lst > li .block_item_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.38542vw;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .shop_lst > li .block_item_title .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 7.55208vw;
    height: 7.55208vw;
    color: #fff;
    background-color: #2756c2;
    margin-right: 1.30208vw;
    letter-spacing: 0.26042vw;
    text-indent: 0.26042vw;
  }
  .shop_lst > li .block_item_title span:not(.tag) {
    width: -webkit-calc(100% - 6.51042vw);
    width: -moz-calc(100% - 6.51042vw);
    width: calc(100% - 6.51042vw);
    padding-top: 1.30208vw;
  }
  .shop_lst > li p {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.38542vw;
    letter-spacing: 0.26042vw;
    font-weight: 500;
  }
  .shop_lst > li .coupon_item {
    background: #1babdf;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    font-size: 3.125vw;
    line-height: 46px;
    margin-top: 1.30208vw;
    padding-left: 40px;
    position: relative;
    text-align: center;
  }
  .shop_lst > li .coupon_item:before {
    background: url(../images/ic_goto.png) left top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    content: '';
    height: 28px;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 34px;
  }
  .shop_lst > li .coupon_eat_item {
    background: #bbd674;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.60417vw;
    height: 46px;
    line-height: 1.2;
    margin-top: 1.30208vw;
    padding: 0 5px 0 15.625vw;
    position: relative;
    text-align: left;
  }
  .shop_lst > li .coupon_eat_item:before {
    background: url(../images/ic_eat.png) left top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    content: '';
    height: 28px;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 41px;
  }
  .shop_detail_cont {
    display: block;
    margin: 0 0 6.51042vw 0;
    text-align: center;
  }
  .shop_detail_cont .article_label {
    background: #c7d1ff;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    position: relative;
    padding: 1.30208vw 3.90625vw 1.04167vw 8.46354vw;
    text-align: left;
    margin-left: 5.85938vw;
    height: 11.71875vw;
  }
  .shop_detail_cont .article_label span {
    position: absolute;
    text-align: center;
    width: 11.71875vw;
    height: 11.71875vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #2756c2;
    font-family: "Poppins", sans-serif;
    font-size: 4.6875vw;
    color: #fff;
    letter-spacing: 0.26042vw;
    top: 0;
    left: -5.85938vw;
    font-weight: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop_detail_cont .article_label span strong {
    font-size: 4.94792vw;
    font-weight: normal;
    vertical-align: baseline;
  }
  .shop_detail_cont .article_label .small_txt {
    font-size: 3.38542vw;
    letter-spacing: 0.33854vw;
    line-height: 1;
    color: #8a8a8a;
    font-weight: 500;
    margin-bottom: 1.30208vw;
  }
  .shop_detail_cont .article_label .strong_txt {
    line-height: 1;
    font-size: 4.6875vw;
    letter-spacing: 0.46875vw;
    font-weight: bold;
  }
  .shop_detail_cont .article_cont {
    padding: 6.51042vw 0 9.11458vw;
  }
  .shop_detail_cont .article_cont .left {
    text-align: center;
  }
  .shop_detail_cont .article_cont .left > p {
    text-align: left;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 3.38542vw;
    letter-spacing: 0.33854vw;
  }
  .shop_detail_cont .article_cont .article_title {
    margin-bottom: 3.90625vw;
  }
  .shop_detail_cont .article_cont .article_title img {
    width: auto;
  }
  .shop_detail_cont .right {
    margin-top: 5.20833vw;
  }
  .shop_detail_cont .article_info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.60417vw 0;
    border-top: 1px solid #cdcdcd;
    text-align: left;
  }
  .shop_detail_cont .article_info dl:nth-last-of-type {
    border-bottom: 1px solid #cdcdcd;
  }
  .shop_detail_cont .article_info dt {
    width: 23.4375vw;
  }
  .shop_detail_cont .article_info dt span {
    display: block;
    text-align: center;
    height: 5.98958vw;
    line-height: 5.98958vw;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 3.125vw;
    letter-spacing: 0.3125vw;
    background-color: #2756c2;
    color: #fff;
  }
  .shop_detail_cont .article_info dd {
    width: -webkit-calc(100% - 23.4375vw);
    width: -moz-calc(100% - 23.4375vw);
    width: calc(100% - 23.4375vw);
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 3.38542vw;
    letter-spacing: 0.33854vw;
    line-height: 5.98958vw;
    padding-left: 2.60417vw;
  }
  .shop_detail_cont .article_info dd a {
    display: block;
    text-decoration: underline;
    text-underline-position: under;
  }
  .shop_detail_cont .article_info .tel {
    text-decoration: none;
  }
  .shop_detail_cont .logo_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.90625vw;
  }
  .shop_detail_cont .logo_lst li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.60417vw;
    margin-right: 1.95312vw;
    margin-bottom: 1.95312vw;
    text-align: left;
  }
  .shop_detail_cont .logo_lst li img {
    display: inline-block;
    height: 20px;
    width: auto;
  }
  .shop_detail_cont .back_btn {
    display: inline-block;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 4.6875vw;
    letter-spacing: 0.46875vw;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    margin-top: 7.8125vw;
    padding: 1.95312vw 5.20833vw;
  }
  .tab_content {
    display: none;
  }
  .tab_content.active {
    display: inherit;
  }
  .detail_shop_news {
    margin: 6.51042vw 0 2.60417vw;
    position: relative;
    text-align: left;
  }
  .detail_shop_news span {
    display: block;
  }
  .detail_shop_news span:nth-of-type(1) {
    color: #2756c2;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .detail_shop_news span:nth-of-type(2) {
    color: #b5b5b5;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1.6px;
    margin-bottom: 3px;
  }
  .shop_info_cont {
    background: #f7f7f7;
    padding: 3.90625vw 4.55729vw 5.46875vw;
  }
  .block_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_lst > li {
    width: 48%;
    background: #fff;
    margin-right: 4%;
    padding: 3.38542vw 3.90625vw 3.25521vw 3.90625vw;
    text-align: left;
  }
  .block_lst > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .block_lst > li:not(:nth-of-type(-n + 2)) {
    margin-top: 2.86458vw;
  }
  .block_lst > li a {
    display: block;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    height: 100%;
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .block_lst > li a:hover {
    opacity: .7;
  }
  .block_lst > li figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36.19792vw;
    margin: 0 0 5.85938vw;
    text-align: center;
    width: 100%;
  }
  .block_lst > li figure img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .block_lst > li .block_item_title {
    font-size: 3.38542vw;
    font-weight: bold;
    color: #2756c2;
    margin-bottom: 3.90625vw;
  }
  .block_lst > li time {
    font-family: "Poppins", sans-serif;
    font-size: 3.38542vw;
    letter-spacing: 1.4px;
    display: block;
    font-weight: 300;
    text-align: right;
  }
  .block_lst > li.recruit .block_item_title {
    margin-bottom: 10px;
  }
  .block_lst > li.recruit .work_data + .work_data {
    margin-top: 5px;
  }
  .block_lst > li.recruit .work_link {
    margin: 20px 0 10px;
  }
  .section_ttl h3:before {
    width: 7.94271vw;
    height: 8.20312vw;
    background: url("../images/shop_ttl_sp.png") no-repeat;
    margin-bottom: -1.95312vw;
    margin-right: 4.55729vw;
    -moz-background-size: cover;
         background-size: cover;
  }
  .section_ttl .view_more {
    margin-top: 0;
  }
  .detail_recruit {
    margin-top: 6.51042vw;
    text-align: left;
  }
  .detail_recruit .art_ttl {
    background: #828282;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.60417vw;
  }
  .detail_recruit .art_ttl .ttl_lf {
    padding-right: 1.30208vw;
    width: -webkit-calc(100% - 8.46354vw);
    width: -moz-calc(100% - 8.46354vw);
    width: calc(100% - 8.46354vw);
  }
  .detail_recruit .art_ttl .ttl_lf .re_ttl {
    color: #fff;
    line-height: 4.94792vw;
    text-transform: uppercase;
  }
  .detail_recruit .art_ttl .ttl_lf p {
    color: #fff;
    text-transform: uppercase;
  }
  .detail_recruit .art_ttl .ttl_lf p > time {
    display: inline-block;
    padding-right: 1.30208vw;
  }
  .detail_recruit .art_ttl .pdf {
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 8.46354vw;
    width: 8.46354vw;
  }
  .detail_recruit .art_ttl .pdf img {
    height: 4.03646vw;
    object-fit: cover;
    width: 3.38542vw;
  }
  .detail_recruit .dl_lst {
    background: #f5f5f5;
    padding: 0 4.16667vw 5.20833vw;
  }
  .detail_recruit .dl_lst dl {
    padding: 2.60417vw 0 2.34375vw;
    border-bottom: 1px solid #cdcdcd;
  }
  .detail_recruit .dl_lst dl dt {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    margin-bottom: 0.65104vw;
  }
  .detail_recruit .dl_lst dl dd {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.125vw;
  }
  .detail_recruit .dl_lst dl dd .tel {
    display: inline-block;
    padding-right: 2.34375vw;
    text-decoration: none;
  }
  .detail_recruit .dl_lst dl dd .url {
    display: inline-block;
    text-decoration: underline;
  }
}
