@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html.stop_scroll {
    overflow: hidden; }

body.stop_scroll {
  overflow: hidden; }

select.stop_scroll {
  overflow: auto;
  height: 100%; }

.tp-Title > span, .tp-MoreBtn, .sht-SNS_Title {
  font-family: "JosefinSans-Regular", "Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  word-wrap: break-word;
  line-height: 1.5; }

input {
  line-height: 1.5;
  vertical-align: middle; }

select {
  line-height: 1.5;
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #000; }

a:hover {
  text-decoration-skip-ink: none; }

a, div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  border: none; }

img {
  vertical-align: top;
  border: none; }

@font-face {
  font-family: "JosefinSans-Regular";
  src: url("/assets/pc/common/font/JosefinSans-Regular.woff") format("woff"); }

.cmn-ToBtn {
  width: 100%;
  font-size: 1.2rem; }
  .cmn-ToBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #000; }

.cmn-ToBtn_Black {
  width: 100%;
  font-size: 1.2rem;
  background-color: #1b1b1b;
  color: #FFF; }
  .cmn-ToBtn_Black a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    color: #FFF; }

.cmn-BackBtn {
  width: 100%;
  font-size: 1.2rem; }
  .cmn-BackBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #000; }

.cmn-ArowBackBtn {
  width: 100%;
  font-size: 1.2rem; }
  .cmn-ArowBackBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    position: relative; }
    .cmn-ArowBackBtn a::after {
      content: "▼";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 0.9rem;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      color: #000; }

.cmn-FormBtn {
  width: 100%;
  position: relative; }
  .cmn-FormBtn::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0.9rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff; }
  .cmn-FormBtn input {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
    background-color: #000;
    color: #fff;
    border-style: none; }

.cmn-ArowNextBtn {
  width: 100%;
  font-size: 1.2rem; }
  .cmn-ArowNextBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    position: relative;
    background-color: #000;
    color: #FFF; }
    .cmn-ArowNextBtn a::after {
      content: "▼";
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 0.9rem;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      color: #fff; }

/*
@include layout-Large {
}
*/
.u-mt5 {
  margin-top: 5px; }

.u-mt10 {
  margin-top: 10px; }

.u-mt15 {
  margin-top: 15px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt25 {
  margin-top: 25px; }

.u-mt30 {
  margin-top: 30px; }

.u-mt35 {
  margin-top: 35px; }

.u-mt40 {
  margin-top: 40px; }

.u-mt50 {
  margin-top: 50px; }

.u-mt55 {
  margin-top: 55px; }

.u-mt60 {
  margin-top: 60px; }

.u-mt70 {
  margin-top: 70px; }

.u-mt80 {
  margin-top: 80px; }

.u-mt90 {
  margin-top: 90px; }

.u-mt100 {
  margin-top: 100px; }

.u-mb5 {
  margin-bottom: 5px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb15 {
  margin-bottom: 15px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb25 {
  margin-bottom: 25px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb35 {
  margin-bottom: 35px; }

.u-mb40 {
  margin-bottom: 40px; }

.u-mb50 {
  margin-bottom: 50px; }

.u-mb55 {
  margin-bottom: 55px; }

.u-pl5 {
  padding-left: 5px; }

.u-pl10 {
  padding-left: 10px; }

.u-mr5 {
  margin-right: 5px; }

.u-mr10 {
  margin-right: 10px; }

.u-ml5 {
  margin-left: 5px; }

.u-ml10 {
  margin-left: 10px; }

.u-ml15 {
  margin-left: 15px; }

.u-ml20 {
  margin-left: 20px; }

.u-ml30 {
  margin-left: 30px; }

.u-ml40 {
  margin-left: 40px; }

.u-ml50 {
  margin-left: 50px; }

.sht-Search_Btn:after, .tp-MoreBtn::after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  display: block;
  content: "▼";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 0.8rem;
  pointer-events: none; }

.u-hover:hover {
  opacity: 0.85; }

.u-l-left {
  text-align: left; }

.u-l-center {
  text-align: center; }

.u-l-right {
  text-align: right; }

.cmn-Card {
  width: 275px;
  display: block;
  position: relative;
  overflow: hidden; }

.cmn-Card_Ranking {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  text-align: center;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFFFFF)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFFFFF 50.5%) no-repeat top left/100% 100%; }

.cmn-Card_Ranking_1 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #bfa870)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #bfa870 50.5%) no-repeat top left/100% 100%; }

.cmn-Card_Ranking_2 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #a8a9a8)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #a8a9a8 50.5%) no-repeat top left/100% 100%; }

.cmn-Card_Ranking_3 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #99795c)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #99795c 50.5%) no-repeat top left/100% 100%; }

.cmn-Card_Number {
  width: 28px;
  margin-top: 6px;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000; }
  .cmn-Card_Ranking_1 .cmn-Card_Number {
    color: #FFF; }
  .cmn-Card_Ranking_2 .cmn-Card_Number {
    color: #FFF; }
  .cmn-Card_Ranking_3 .cmn-Card_Number {
    color: #FFF; }

.cmn-Card_Picture {
  width: 275px;
  height: 330px;
  overflow: hidden; }
  .cmn-Card_Picture > img {
    width: 100%;
    height: auto; }

.cmn-Card_Under {
  padding: 9px 8px; }

.cmn-Card_Brand {
  font-size: 1.0rem;
  opacity: 0.6;
  line-height: 1.2; }

.cmn-Card_Text {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 3px;
  color: #000; }

.cmn-Card_Price {
  margin-top: 4px;
  margin-bottom: 10px; }

.cmn-Card_Before {
  font-size: 1rem;
  display: none;
  vertical-align: middle; }
  .is-pricedown .cmn-Card_Before {
    display: block; }

.is-pricedown .cmn-Card_PriceBody {
  color: #bf0010; }

.cmn-Card_PriceInner {
  vertical-align: baseline;
  font-size: 1.8rem; }

.cmn-Card_PriceText {
  font-size: 1.2rem; }

.cmn-Card_Discount {
  display: none;
  vertical-align: baseline;
  font-size: 1.1rem; }
  .is-pricedown .cmn-Card_Discount {
    display: inline; }
  .cmn-Card_Discount.cmn-Card_DiscountNumber {
    font-size: 1.3rem; }

.cmn-FeatureCard {
  width: 275px;
  position: relative;
  background-color: #FFF;
  overflow: hidden; }

.cmn-FeatureCard_Picture {
  width: 275px;
  height: 330px;
  overflow: hidden; }
  .cmn-FeatureCard_Picture > img {
    width: 100%;
    height: auto; }

.cmn-FeatureCard_Under {
  padding: 13px 14px 16px; }

.cmn-FeatureCard_New_Date {
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #838383; }

.cmn-FeatureCard_Text {
  width: 100%;
  font-size: 1.2rem;
  margin-top: 3px; }

.cmn-StaffCard {
  width: 100%;
  position: relative;
  margin-bottom: 12px; }

.cmn-StaffCard_Picture > img {
  width: 220px;
  height: 263px; }

.cmn-StaffCard_Name {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 7px;
  margin-left: 6px;
  letter-spacing: 0px; }

.cmn-StaffCard_Brand {
  width: 100%;
  font-size: 1.0rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 3px;
  margin-left: 6px;
  opacity: 0.6; }

.cmn-StaffCard_Ranking {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #f00)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f00 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard_Ranking_1 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #bfa870)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #bfa870 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard_Ranking_2 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #a8a9a8)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #a8a9a8 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard_Ranking_3 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #99795c)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #99795c 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard_Ranking_4,
.cmn-StaffCard_Ranking_5,
.cmn-StaffCard_Ranking_6,
.cmn-StaffCard_Ranking_7,
.cmn-StaffCard_Ranking_8,
.cmn-StaffCard_Ranking_9,
.cmn-StaffCard_Ranking_10 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFFFFF)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFFFFF 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard_Number {
  width: 25px;
  margin-top: 3px;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem; }
  .cmn-StaffCard_Ranking_4 .cmn-StaffCard_Number {
    color: #000; }
  .cmn-StaffCard_Ranking_5 .cmn-StaffCard_Number {
    color: #000; }
  .cmn-StaffCard_Ranking_6 .cmn-StaffCard_Number {
    color: #000; }
  .cmn-StaffCard_Ranking_7 .cmn-StaffCard_Number {
    color: #000; }
  .cmn-StaffCard_Ranking_8 .cmn-StaffCard_Number {
    color: #000; }
  .cmn-StaffCard_Ranking_9 .cmn-StaffCard_Number {
    color: #000; }
  .cmn-StaffCard_Ranking_10 .cmn-StaffCard_Number {
    color: #000; }

.cmn-StaffCard-round {
  width: 100%;
  position: relative;
  margin-bottom: 12px; }

.cmn-StaffCard-round_Picture {
  width: 220px;
  height: 264px;
  overflow: hidden; }
  .cmn-StaffCard-round_Picture img {
    width: 100%;
    height: auto; }
  .fa-favorite_Item .cmn-StaffCard-round_Picture {
    width: 295px;
    height: 354px; }
  .ss-ListArea_Item .cmn-StaffCard-round_Picture {
    width: 240px;
    height: 288px; }
  .cmn-StaffCard-round_Picture .cmn-StaffCard-round-Like {
    width: 40px;
    top: 5px;
    right: 8px; }

.fa-favorite_Style .fa-favorite_List {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fa-favorite_Style .fa-favorite_Item {
  width: 295px;
  margin-right: 4px;
  margin-bottom: 70px; }
  .fa-favorite_Style .fa-favorite_Item img {
    width: 100%;
    height: auto; }
  .fa-favorite_Style .fa-favorite_Item .cmn-StaffCard-round-Like {
    width: 40px; }

.cmn-StaffCard-round_Name {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0px; }

.cmn-StaffCard-round_Shop {
  width: 100%;
  font-size: 1.0rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  opacity: 0.6; }

.cmn-StaffCard-round_staffInfo {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cmn-StaffCard-round_staffInfo-picture {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden; }
  .cmn-StaffCard-round_staffInfo-picture a {
    width: 100%;
    display: inline-block; }
  .cmn-StaffCard-round_staffInfo-picture img {
    width: 100%;
    height: auto; }

.cmn-StaffCard-round_staffInfo-txt {
  width: 160px;
  padding-left: 5px; }
  .cmn-StaffCard-round_staffInfo-txt a {
    display: inline-block;
    width: 100%; }

.cmn-StaffCard-round-Like {
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 6px;
  margin-left: auto; }
  .cmn-StaffCard-round-Like > .cmn-Like {
    width: 105%;
    padding-bottom: 40%; }
  .cmn-StaffCard-round-Like.fa-like_btn {
    position: absolute;
    display: block; }

.cmn-StaffCard-round_Ranking {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #f00)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f00 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard-round_Ranking_1 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #bfa870)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #bfa870 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard-round_Ranking_2 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #a8a9a8)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #a8a9a8 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard-round_Ranking_3 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #99795c)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #99795c 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard-round_Ranking_4,
.cmn-StaffCard-round_Ranking_5,
.cmn-StaffCard-round_Ranking_6,
.cmn-StaffCard-round_Ranking_7,
.cmn-StaffCard-round_Ranking_8,
.cmn-StaffCard-round_Ranking_9,
.cmn-StaffCard-round_Ranking_10 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFFFFF)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFFFFF 50.5%) no-repeat top left/100% 100%; }

.cmn-StaffCard-round_Number {
  width: 25px;
  margin-top: 3px;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem; }
  .cmn-StaffCard-round_Ranking_4 .cmn-StaffCard-round_Number {
    color: #000; }
  .cmn-StaffCard-round_Ranking_5 .cmn-StaffCard-round_Number {
    color: #000; }
  .cmn-StaffCard-round_Ranking_6 .cmn-StaffCard-round_Number {
    color: #000; }
  .cmn-StaffCard-round_Ranking_7 .cmn-StaffCard-round_Number {
    color: #000; }
  .cmn-StaffCard-round_Ranking_8 .cmn-StaffCard-round_Number {
    color: #000; }
  .cmn-StaffCard-round_Ranking_9 .cmn-StaffCard-round_Number {
    color: #000; }
  .cmn-StaffCard-round_Ranking_10 .cmn-StaffCard-round_Number {
    color: #000; }

.cmn-biground-Card {
  width: 100%;
  position: relative;
  margin-bottom: 12px; }

.cmn-biground-Card_Picture {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden; }
  .cmn-biground-Card_Picture a {
    display: inline-block;
    width: 100%; }
  .cmn-biground-Card_Picture img {
    width: 100%;
    height: auto; }

.cmn-biground-Card_Name {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0px; }
  .cmn-biground-Card_Name a {
    display: inline-block;
    text-decoration: underline; }

.cmn-biground-Card_Brand,
.cmn-biground-Card_Shop {
  width: 100%;
  font-size: 1.0rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  opacity: 0.6; }
  .cmn-biground-Card_Brand a,
  .cmn-biground-Card_Shop a {
    display: inline-block;
    text-decoration: underline; }

.cmn-biground-Card_staffInfo {
  margin-top: 13px;
  text-align: center; }

.cmn-biground-Card_staffInfo-picture {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden; }
  .cmn-biground-Card_staffInfo-picture a {
    width: 100%;
    display: inline-block; }
  .cmn-biground-Card_staffInfo-picture img {
    width: 100%;
    height: auto; }

.cmn-biground-Card_staffInfo-txt {
  width: 160px;
  margin: 0 auto;
  padding-left: 5px; }
  .cmn-biground-Card_staffInfo-txt a {
    display: inline-block;
    width: 100%; }

.cmn-biground-Card_Ranking {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  background-color: #fff; }

.cmn-biground-Card_Ranking_1 {
  background-color: #bfa870;
  border: none; }

.cmn-biground-Card_Ranking_2 {
  background-color: #a8a9a8;
  border: none; }

.cmn-biground-Card_Ranking_3 {
  background-color: #99795c;
  border: none; }

.cmn-biground-Card_Number {
  width: 38px;
  height: 38px;
  line-height: 3.8rem;
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  vertical-align: middle; }
  .cmn-biground-Card_Ranking_1 .cmn-biground-Card_Number,
  .cmn-biground-Card_Ranking_2 .cmn-biground-Card_Number,
  .cmn-biground-Card_Ranking_3 .cmn-biground-Card_Number {
    width: 40px;
    height: 40px;
    line-height: 4rem;
    color: #FFF; }

.cmn-biground-Card_Like {
  position: absolute;
  width: 44px;
  z-index: 2;
  top: 5px;
  right: 3px;
  margin-left: auto; }
  .cmn-biground-Card_Like > .cmn-Like {
    padding-bottom: 40%; }

.cmn-ShopNewsCard {
  width: 597px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  margin-bottom: 5px; }

.cmn-ShopNewsCard_Picture {
  width: 110px;
  height: 132px;
  overflow: hidden; }
  .cmn-ShopNewsCard_Picture > img {
    width: 100%;
    height: auto; }

.cmn-ShopNewsCard_Box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0px 25px; }

.cmn-ShopNewsCard_Date {
  color: #000;
  opacity: 0.6;
  letter-spacing: 1px;
  font-size: 1.2rem; }

.cmn-ShopNewsCard_Brand {
  color: #000;
  margin-top: 8px;
  opacity: 0.8;
  font-size: 1.2rem;
  letter-spacing: 0.5px; }

.cmn-ShopNewsCard_Text {
  color: #000;
  margin-top: 0px;
  font-size: 1.4rem; }

.cmn-Accordion {
  width: 100%;
  background-color: #747474;
  border-bottom: solid 1px #909090;
  cursor: pointer; }

.cmn-Accordion_Base {
  width: 100%; }

.cmn-Accordion_Inner {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0px; }

.cmn-Accordion_BaseL {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
  width: 50px;
  text-align: center; }

.cmn-Accordion_BaseC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cmn-Accordion_BaseR {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  width: 100px; }

.cmn-Accordion_Date {
  color: #FFFFFF;
  opacity: 0.6;
  line-height: 1.3;
  font-size: 1.3rem;
  letter-spacing: 1px; }

.cmn-Accordion_Title {
  color: #FFFFFF;
  line-height: 1.3;
  font-size: 1.3rem;
  margin-left: 35px; }

.cmn-Accordion_Body {
  background-color: #FFF;
  display: none;
  padding: 20px 20px;
  font-size: 1.3rem;
  line-height: 1.7;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.cmn-Accordion_Text {
  width: 950px;
  margin: 0 auto; }

.tp-Staff_Tab {
  cursor: pointer;
  position: relative;
  color: #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 16px;
  width: 50%;
  text-align: center; }
  .is-selected.tp-Staff_Tab {
    font-weight: bold;
    color: #000; }
  .tp-Staff_Tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5; }
  .is-selected.tp-Staff_Tab::after {
    height: 2px;
    background-color: #000000; }

.cmn-Like {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0px;
  display: block;
  padding: 25% 25% 25% 25%;
  width: 100%;
  cursor: pointer; }
  .cmn-Like img {
    vertical-align: middle;
    width: 100%;
    height: auto; }

.he-Hero {
  position: relative;
  width: 100%;
  min-width: 1280px;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0; }

.he-Hero_Link {
  display: block;
  width: 1200px;
  height: 600px; }
  .he-Hero_Link > img {
    width: 1200px;
    height: 600px; }

.swiper-slide {
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.swiper-container {
  width: 3600px; }

.he-Hero_PageNation {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 3;
  margin: 0 auto;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.he-Hero_PageNationItem {
  display: block;
  width: 80px;
  height: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  opacity: 1; }

.he-Hero_PageNationItem-active {
  color: #000;
  background-color: #000; }

.he-Hero_Arrows {
  position: relative;
  width: 1200px;
  margin: 0 auto; }
  .he-Hero_Arrows::before {
    content: "";
    width: 1200px;
    height: 600px;
    background-color: #000;
    z-index: 10;
    position: absolute;
    top: 0;
    left: -1200px;
    opacity: 0.5; }
  .he-Hero_Arrows::after {
    content: "";
    width: 1200px;
    height: 600px;
    background-color: #000;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 1200px;
    opacity: 0.5; }

.he-Hero_PrevBtn {
  position: absolute;
  display: block;
  z-index: 5;
  width: 40px;
  height: 75px;
  background-color: #FFF;
  top: 260px;
  left: 0;
  outline: none; }
  .he-Hero_PrevBtn::after {
    content: "";
    position: absolute;
    display: block;
    top: 31px;
    left: 15px;
    right: 12px;
    width: 12px;
    height: 12px;
    border-top: solid 2px;
    border-right: solid 2px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: inherit; }

.he-Hero_NextBtn {
  position: absolute;
  display: block;
  z-index: 5;
  width: 40px;
  height: 75px;
  background-color: #FFF;
  top: 260px;
  right: 0;
  outline: none; }
  .he-Hero_NextBtn::after {
    content: "";
    position: absolute;
    display: block;
    top: 31px;
    left: 10px;
    right: 12px;
    width: 12px;
    height: 12px;
    border-top: solid 2px;
    border-right: solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: inherit; }

.slider {
  display: none; }

.slider.slick-initialized {
  display: block; }

.sht-l-Main {
  width: 100%;
  min-width: 1280px; }

.sht-l-shopnews {
  margin-top: 80px; }

.sht-l-breadcrumb {
  width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.sht-l-breadcrumb-i {
  padding: 0 40px; }

.u-breadcrumb-b {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.sht-ShopBanner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px; }

.sht-shList_brandImg {
  display: block;
  margin-top: 10px; }
  .sht-shList_brandImg img {
    width: 100%;
    height: auto; }

.sht-shList_logo {
  display: block;
  line-height: 120px;
  text-align: center; }
  .sht-shList_logo img {
    vertical-align: middle; }

.sht-shList_btnWrap {
  width: 570px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sht-shList_btnWrap div:nth-child(2) {
    margin-left: 40px; }

.sht-shList_btn {
  width: 267px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sht-shList_btn a {
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 5.3rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-left: 63px;
    position: relative; }
    .sht-shList_btn a:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      position: absolute;
      right: 22px;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 5px solid transparent;
      border-left: 9px solid #000;
      border-right: none; }

.sht-shList_btn-left {
  float: left; }

.sht-shList_btn-right {
  float: right; }

.sht-Search_Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  height: 60px;
  width: 486px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  border: solid 1px #000;
  background-color: #FFF;
  position: relative; }
  .sht-Search_Btn:after {
    color: #000;
    font-size: 1.2rem;
    top: 0;
    bottom: 0;
    line-height: 1;
    right: -2px; }

.sht-shList_likeBtn {
  font-size: 1.6rem;
  text-align: center;
  width: 486px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  background-color: #FFF;
  border: solid 1px #000; }
  .sht-shList_likeBtn .sht-shList_likeBtn-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 58px;
    position: relative; }

.sht-shList_likeBtn-heart {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  right: 15px;
  width: 22px;
  height: 21px; }
  .sht-shList_likeBtn-heart .cmn-Like {
    padding: 0; }

.tp-NewItem {
  width: 100%; }

.tp-Title {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 3px; }
  .tp-Title > span {
    margin-top: 5px;
    display: block;
    font-size: 1.3rem;
    letter-spacing: 3px; }

.l-MoreBtn {
  width: 100%;
  text-align: center; }

.tp-MoreBtn {
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #999;
  position: relative;
  width: 200px;
  padding: 10px 0 10px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto; }
  .tp-MoreBtn::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 0.8rem; }

.tp-l-Notice {
  width: 100%;
  padding: 40px 0 0; }

.tp-l-Staff {
  padding-bottom: 80px; }

.tp-Staff_Tabs {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tp-Staff_Tab {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 18px;
  width: 50%; }

.tp-Staff_Bodys {
  min-height: 263px;
  margin-bottom: 62px; }

.tp-ShopNews {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #f4f4f4; }

.tp-ShopNews_List {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto; }

.sht-SNS {
  width: 100%;
  background-color: #f4f4f4;
  padding: 60px 0px 45px; }

.sht-SNS_Title {
  letter-spacing: 2px;
  font-size: 3rem;
  text-align: center; }

.sht-SNSList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0; }
  .sht-SNSList > li {
    border-right: solid 1px #000;
    position: relative; }
    .sht-SNSList > li > a {
      display: block;
      padding: 0px;
      margin: 0px 60px; }
      .sht-SNSList > li > a > img {
        width: 40px;
        height: 40px; }
    .sht-SNSList > li:last-child {
      border-right: none; }

.tp-Staff-Rank {
  margin-bottom: 110px; }
  .tp-Staff-Rank .cmn-Swiper_PrevBtn,
  .tp-Staff-Rank .cmn-Swiper_NextBtn {
    top: 48px; }

.tp-staffRanking-slider {
  margin: 70px 0 50px; }
