@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:900|Noto+Sans|Open+Sans:400,600,800");
/* フェード
===============================================*/
.fadein {
  transition: all 200ms;
  transform: translate(0px, 25px);
  opacity: 0.1; }
  .fadein.scrollin {
    transform: translate(0px, 0px);
    opacity: 1; }
  .effect--delay .fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms; }
  .effect--delay .fadein:nth-of-type(3) {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms; }
  .effect--delay .fadein:nth-of-type(4) {
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms; }

/* 改行設定
===============================================*/
.br-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .br-sp {
      display: block; } }

.br-pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .br-pc {
      display: none; } }

.smb-mv {
  text-align: center; }
  .smb-mv h1 {
    margin: auto;
    max-width: 970px; }
  .smb-mv img {
    display: block;
    height: auto; }
  @media screen and (min-width: 768px) {
    .smb-mv {
      overflow: hidden;
      margin: 0 auto 50px;
      max-width: 1450px; } }
  @media screen and (max-width: 767px) {
    .smb-mv {
      margin: 0px 0 60px; } }
  .smb-mv img {
    margin: 0 auto;
    margin-bottom: 45px; }

.smb-section {
  padding: 50px 0 50px 0;
  background: #f4f4f4; }
  .smb-section .catch-lowya,
  .smb-section .description-lowya {
    display: none; }
  .smb-section:last-child {
    margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .smb-section {
      padding-top: 20px; } }

.smb-section--medama {
  /*padding-top: 40px;*/
  padding-bottom: 30px;
  background: #e60012; }
  .smb-section--medama .catch-lowya,
  .smb-section--medama .description-lowya {
    display: none; }
  @media screen and (max-width: 767px) {
    .smb-section--medama {
      /*padding-top: 20px;*/ } }

.smb-section__tit {
  margin-bottom: 30px;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.1em; }
  .smb-section__tit span {
    font-size: 1.4rem;
    display: inline-block;
    width: 85px;
    height: 85px;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 87px;
    border-radius: 50%;
    border: solid 2px #3a3b40;
    margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .smb-section__tit {
      font-size: 1.6rem;
      margin-bottom: 15px; }
      .smb-section__tit span {
        display: block;
        margin: 0 auto 10px;
        font-size: 1.1rem;
        width: 72px;
        height: 72px;
        line-height: 75px; } }

.smb-section__subtit {
  margin: 80px 0 40px;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center; }

.no_cpn__tit {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
  .no_cpn__tit span {
    display: block;
    font-size: 12px; }
  @media screen and (max-width: 767px) {
    .no_cpn__tit {
      margin-bottom: 10px;
      font-size: 2rem; } }

.freeshipping__tit {
  margin-bottom: 40px;
  padding-top: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .freeshipping__tit {
      font-size: 1.6rem; } }

.freeshipping__tit span {
  display: block;
  font-size: 1.6rem; }

.event-item {
  position: relative;
  overflow: hidden;
  max-width: 970px; }
  .event-item a:hover {
    color: #231815; }
  .event-item img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .event-item {
      margin: 0 auto 40px; } }
  @media screen and (max-width: 767px) {
    .event-item {
      margin-bottom: 40px;
      padding: 0 8px; } }

.txtcount {
  padding-top: 10px;
  font-size: 24px;
  text-align: center;
  color: white;
  background-color: #be9d56; }

.event-item__tit .item-name-english {
  display: inline-block;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.08em; }
.event-item__tit .item-name {
  display: block;
  font-size: 1.8rem;
  font-weight: bold; }
@media screen and (min-width: 768px) {
  .event-item__tit {
    position: absolute;
    z-index: 10;
    top: 45px;
    right: 0;
    text-align: right; }
    .event-item__tit .item-name-english {
      margin-bottom: 10px;
      padding: 5px 15px 5px 15px;
      background-color: rgba(255, 255, 255, 0.63); } }
@media screen and (max-width: 767px) {
  .event-item__tit {
    margin-bottom: 16px; }
    .event-item__tit .item-name-english {
      font-size: 3.0rem; }
    .event-item__tit .item-name {
      font-size: 1.2rem; } }

@media screen and (min-width: 768px) {
  .event-item__img {
    float: left;
    overflow: hidden;
    max-width: 767px; }
    .event-item__img:hover img {
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .event-item__img img {
      transition: 0.3s; } }
@media screen and (max-width: 767px) {
  .event-item__img {
    margin-bottom: 16px; } }

.event-item__img--p10 {
  position: relative; }
  .event-item__img--p10::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    content: "";
    background: url("/gold/low-ya/images/event/week/p10_0701.png") no-repeat;
    background-size: cover; }

.event-item__txtarea {
  font-weight: bold;
  text-align: center; }
  .event-item__txtarea img {
    max-width: 260px; }
  @media screen and (min-width: 768px) {
    .event-item__txtarea {
      float: right;
      padding: 150px 0 0 30px;
      box-sizing: border-box;
      width: 330px; } }
  @media screen and (max-width: 767px) {
    .event-item__txtarea img {
      float: left;
      width: 50%; }
    .event-item__txtarea p {
      float: right;
      width: 50%; } }

.sale-price--before {
  font-size: 1.2rem; }

.event-item .before-price::after,
.event-item .sale-price--before::after {
  display: inline-block;
  margin: 4px;
  font-size: 1.3rem;
  content: ">>>";
  transform: scale(0.8, 1.8);
  transform-origin: 50% 55%;
  letter-spacing: 0.3em; }



/*=============================================
    smb特集
=============================================*/
.event-mv--smb {
  margin: 0 auto;
  margin-bottom: 60px; }
  .event-mv--smb .event-mv--smb__txt img {
    display: block;
    margin-bottom: 50px;
    width: 100%; }
  .event-mv--smb dt {
    font-size: 3.4rem; }
  .event-mv--smb p {
    font-size: 1.8rem;
    line-height: 2; }
  @media screen and (max-width: 767px) {
    .event-mv--smb img {
      margin-bottom: 25px; }
    .event-mv--smb p {
      font-size: 1.2rem;
      letter-spacing: 0em; } }

.event-mv--smb__img {
  position: absolute;
  top: 8%;
  left: 13%;
  max-width: 389px;
  max-height: 935px; }
  @media screen and (max-width: 767px) {
    .event-mv--smb__img {
      display: none !important; } }

@media screen and (min-width: 768px) {
  .event-mv--smb__txt img {
    z-index: 1;
    margin: 0 auto 20px; } }
@media screen and (max-width: 767px) {
  .event-mv--smb__txt img {
    margin-bottom: 30px; } }

/*テキスト*/
.smb-greeting {
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .smb-greeting {
      margin: 0 15px 20px; } }
  .smb-greeting p {
    line-height: 24px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .smb-greeting p {
        text-align: left; } }

.smb-about {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .smb-about {
      padding: 0 15px;
      margin-bottom: 40px; } }
  .smb-about h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    color: #666;
    line-height: 21px; }
    @media screen and (max-width: 767px) {
      .smb-about h2 {
        text-align: left; } }
  .smb-about p {
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 18px;
    color: #666; }
    @media screen and (max-width: 767px) {
      .smb-about p {
        text-align: left; } }

.smb-nav {
  margin: auto;
  padding-bottom: 50px; }
  .smb-nav h3 {
    font-size: 3.5rem;
    font-family: serif;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em; }
  .smb-nav ul {
    width: 960px;
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 90px;
    margin: 0 auto;
    justify-content: space-between; }
  .smb-nav li {
    position: relative;
    margin-bottom: 3px; }
    .smb-nav li::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-bottom: solid 2px #FFFFFF;
      border-right: solid 2px #FFFFFF;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: relative;
      bottom: 25%;
      left: 0%;
      margin: 0 auto; }
  .smb-nav li p {
    background: #3a3b40;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    display: table-cell;
    width: 180px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    font-weight: 500; }
    .smb-nav li p:hover {
      background: #a0b8c0; }
  @media screen and (max-width: 767px) {
    .smb-nav {
      margin-bottom: 35px; }
      .smb-nav h3 {
        font-size: 2.5rem; }
      .smb-nav ul {
        width: 100%;
        justify-content: center; }
      .smb-nav li p {
        width: 160px;
        height: 145px;
        font-size: 1.2rem; }
      .smb-nav li {
        margin-bottom: 0px;
        margin: 0 1.5%; }
        .smb-nav li::before {
          bottom: 80px;
          left: 70px; } }
  @media screen and (max-width: 320px) {
    .smb-nav li p {
      width: 140px;
      height: 140px; }
    .smb-nav li {
      margin-bottom: 0px; }
    .smb-nav p {
      font-size: 1.4rem; } }

.smb-interior-nav__tit span {
  display: block;
  font-size: 1.2rem;
  border: solid 1px #fff;
  width: 100px;
  margin: -30px auto 10px;
  color: #FFFFFF; }
@media screen and (max-width: 767px) {
  .smb-interior-nav__tit span {
    font-size: 1rem;
    width: 80px; } }

.smb-section__tit--medama {
  color: #fff;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .smb-section__tit--medama {
      padding: 16px 0; } }

.smb-item {
  overflow: hidden;
  margin: 0 auto;
  max-width: 970px;
  color: #5b5b5b; }
  .smb-item .description-lowya {
    display: block;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .smb-item .description-lowya {
      padding: 0 16px;
      margin-bottom: 20px; } }

.smb-item__main {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 970px;
  height: auto; }
  @media screen and (max-width: 767px) {
    .smb-item__main {
      margin: 0 auto 24px; } }

.smb-item__clip {
  float: left;
  margin-right: 48px;
  max-width: 225px; }
  @media screen and (max-width: 767px) {
    .smb-item__clip {
      max-width: 195px;
      float: none;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; } }

.smb-item__txtarea {
  position: relative;
  margin-bottom: 20px; }
  .smb-item__txtarea li {
    margin-bottom: 8px;
    margin-right: 7px;
    font-size: 1.2rem;
    background-color: #3a3b40;
    border-style: none;
    width: 135px;
    height: 30px;
    text-align: center;
    float: left;
    color: #FFFFFF;
    line-height: 30px; }
  @media screen and (max-width: 767px) {
    .smb-item__txtarea {
      margin: 0 auto;
      padding: 0 3%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .smb-item__txtarea li {
        width: 87px;
        margin-right: 0px;
        font-size: 0.9rem;
        float: none; } }

.item-name li {
  margin-bottom: 8px;
  font-size: 1.2rem;
  padding: 10px 30px;
  background-color: #248;
  border-style: none; }
  @media screen and (max-width: 767px) {
    .item-name li {
      padding: 0 15px; } }

.smb-variation-item {
  /* overflow: hidden; */
  max-width: 960px;
  margin: 0 auto 80px auto;
  }
  .smb-variation-item a {
    text-decoration: none;
    color: inherit; }
  .smb-variation-item img {
    margin-right: 40px;
    float: left;
    width: 100%;
    height: auto;
    display: block; }
  .smb-variation-item p {
    letter-spacing: 0.05em;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .smb-variation-item {
      margin-bottom: 0px; } }

.main_rug {
  margin: 0 auto 50px auto;
  letter-spacing: 0.1em; }
  .main_rug img {
    width: 100%;
    display: block; }
  .main_rug dt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 180%;
    font-weight: bold;
    margin: 50px 0 30px 0; }
  .main_rug dd {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8; }

.catch-lowya {
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 1.6rem; }

.description-lowya {
  line-height: 1.8;
  margin-bottom: 80px;
  font-size: 1.2rem;
  text-align: justify; }

.price {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
  margin: 20px 0; }
  @media screen and (max-width: 767px) {
    .price li {
      width: 90%;
      display: block;
      margin: 0 auto; } }

.price a.size {
  display: block;
  padding: 3px 10px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 10px;
  background: #e60012;
  border: solid 1px #e60012;
  width: 100px; }
  .price a.size:hover {
    background: none;
    border: solid 1px #e60012;
    color: #e60012; }
  @media screen and (max-width: 767px) {
    .price a.size {
      display: block;
      padding: 3px 10px;
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      color: #fff;
      border-radius: 10px;
      background: #e60012;
      border: solid 1px #e60012;
      width: 56px;
      margin: 0px auto 20px auto;
      float: right;
      overflow: hidden; } }

.csv-price {
  padding-bottom: 8px;
  font-family: "Lato", Arial, Helvetica, YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Verdana, sans-serif;
  font-size: 2rem;
  text-align: right;
  width: 810px;
  margin-right: 20px; }
  .csv-price::before {
    line-height: 2;
    float: left;
    font-size: 1.4rem;
    font-weight: 500;
    content: "price"; }
  .csv-price::after {
    line-height: 2;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 5px;
    content: "(税込)"; }
	
.c::before {
  content: "チーフ"; }

.b::before {
  content: "ネクタイ"; }

.a::before {
  content: "ワイシャツ"; }

.a1::before {
  content: "超形態安定 綿100% ワイシャツ"; }

.a2::before {
  content: "ノーアイロン ニットワイシャツ"; }

.a3::before {
  content: "ネイビーシャツ"; }

.a4::before {
  content: "ワイシャツ"; }

.event-item-list--smb li {
  transition: 0.8s;
  transform: translate(0, 30px);
  opacity: 0;
  background: none;
  box-shadow: none; }
.event-item-list--smb .show {
  transform: translate(0, 0);
  opacity: 1.0; }
.event-item-list--smb p {
  font-size: 1.2rem;
  text-align: center;
  color: #5b5b5b; }
.event-item-list--smb .description-lowya {
  display: none; }
.event-item-list--smb .csv-price {
  color: #000; }

.beds-link {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px; }
  .beds-link h2 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 52px;
    text-align: center;
    margin-bottom: 18px; }
  .beds-link img {
    margin-bottom: 20px; }
  .beds-link p {
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .beds-link img {
      width: 100%; }
    .beds-link p {
      font-weight: 500; } }

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 77%; }
  .page-top-btn a {
    display: block;
    padding: 30px 0;
    padding: 30px 20px 20px;
    width: 50px;
    height: 28px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    background: #4c5042; }
  .page-top-btn a:hover {
    text-decoration: none;
    color: #4c5042;
    border: 2px solid #4c5042;
    background: #fff; }
  @media screen and (max-width: 767px) {
    .page-top-btn {
      position: fixed;
      right: 5px;
      bottom: 5px;
      font-size: 77%; }
      .page-top-btn a {
        display: block;
        padding: 34px 10px 20px;
        width: 25px;
        height: 8px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border: 2px solid #fff;
        background: #4c5042; }
      .page-top-btn span.flexMiddle {
        position: relative;
        top: -20px; }
      .page-top-btn a:hover {
        text-decoration: none;
        color: #4c5042;
        background: #fff; } }


.smb-store {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .smb-store {
      width: 1128px; } }
  @media screen and (max-width: 767px) {
    .smb-store {
      padding: 0 15px;
      margin-bottom: 70px; } }
  @media screen and (min-width: 768px) {
    .smb-store > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .smb-store > ul > li {
      width: 552px;
      margin-bottom: 26px; } }
  .smb-store > ul > li h3 span {
    padding: 2px 24px;
    background: #000;
    margin-right: 10px;
    font-family: "Open Sans";
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 17px;
    text-align: center;
    color: #fff; }
  .smb-store > ul > li table {
    width: 100%;
    box-sizing: inherit;
    margin-bottom: 17px; }
    .smb-store > ul > li table tr {
      font-size: 0; }
    .smb-store > ul > li table th {
      display: inline-block;
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 24px;
      padding-right: 1%;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .smb-store > ul > li table th {
          width: 20%;
          display: table-cell; } }
      @media screen and (min-width: 768px) {
        .smb-store > ul > li table th {
          width: 15%;
          display: table-cell; } }
    .smb-store > ul > li table td {
      font-size: 1.2rem;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .smb-store > ul > li table td {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        .smb-store > ul > li table td {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        .smb-store > ul > li table td ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      .smb-store > ul > li table td li {
        font-size: 1.0rem;
        line-height: 23px;
        text-align: left; }
        @media screen and (min-width: 768px) {
          .smb-store > ul > li table td li {
            width: 48%; } }
        .smb-store > ul > li table td li span {
          border: 1px solid #000;
          padding: 0 5px;
          min-width: 75px;
          font-size: 1.0rem;
          display: inline-block;
          line-height: 20px;
          text-align: center;
          margin: 0 5px 5px 0; }
  @media screen and (min-width: 768px) {
    .smb-store .common-btn--reverse {
      display: flex;
      justify-content: flex-end; } }
  @media screen and (max-width: 767px) {
    .smb-store .common-btn--reverse a {
      display: block;
      padding: 9px 10px;
      font-size: 1.3rem;
      letter-spacing: 0.01em;
      line-height: 16.8px;
      text-align: center;
      color: #040000;
      width: 240px;
      margin: 0 auto 30px; }
      .smb-store .common-btn--reverse a:hover {
        color: #fff;
        text-decoration: none;
        background: #000 url("../../../images/common/icon/arrow_white.svg") right 8px bottom 50% no-repeat/19px; } }
  @media screen and (min-width: 768px) {
    .smb-store .common-btn--reverse a {
      padding: 7.5px 60px; } }

.smb-tit__main {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 52px;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 60px; }

.smb-tit__dis {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .smb-tit__dis {
      font-weight: 500; } }

.smb-tit__sub {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 32px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }

.smb-tenpo--side-btn {
  position: fixed;
  bottom: 140px;
  right: 10px;
  padding: 26px 10px;
  background-color: black;
  color: #fff;
  border-style: none;
  border-radius: 50%;
  line-height: 22px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  z-index: 9999; }
  .smb-tenpo--side-btn:hover {
    background-color: #b8d1d9;
    color: #3a3b40;
    font-weight: 600; }
  @media screen and (max-width: 767px) {
    .smb-tenpo--side-btn {
      font-size: 1rem;
      bottom: 10%;
      right: 1%;
      padding: 23px 8px;
      line-height: 17px; } }

@media screen and (max-width: 767px) {
  .backToTop {
    bottom: 2%;
    right: 5.5%; } }
