@charset "UTF-8";
/* SP
------------------------------------------------------------ */
/* ----- base ----- */
/* ################# コンテンツのベースとなるスタイル ################# */
/* 游明朝の設定 */
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular"); }

@font-face {
  font-family: "YuMincho";
  font-weight: bold;
  src: local("YuMincho-Bold"), local("Yu Mincho"); }

.br-tuche_content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
  .br-tuche_content *,
  .br-tuche_content *::after,
  .br-tuche_content *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .br-tuche_content a, .br-tuche_content br, .br-tuche_content dd, .br-tuche_content dl, .br-tuche_content dt, .br-tuche_content h1, .br-tuche_content h2, .br-tuche_content h3, .br-tuche_content h4, .br-tuche_content h5, .br-tuche_content h6,
  .br-tuche_content iframe, .br-tuche_content img, .br-tuche_content li, .br-tuche_content ol, .br-tuche_content p, .br-tuche_content picture, .br-tuche_content section, .br-tuche_content small, .br-tuche_content span, .br-tuche_content ul {
    margin: 0;
    padding: 0;
    border: 0; }
  .br-tuche_content section {
    display: block; }
  .br-tuche_content ol, .br-tuche_content ul {
    list-style: none; }
  .br-tuche_content img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
  .br-tuche_content a {
    color: inherit; }
    .br-tuche_content a:focus {
      outline: none; }

.br-tuche_only-ie {
  display: none; }
  .br-tuche_is-ie .br-tuche_only-ie {
    display: block; }

.br-tuche_is-ie svg {
  display: none; }

/* ブロック要素の出し分け */
.br-tuche_content .br-tuche_cmn-block-sp {
  display: block; }

.br-tuche_content .br-tuche_cmn-block-pc {
  display: none; }

/* インライン要素の出し分け */
.br-tuche_content .br-tuche_cmn-inline-sp {
  display: inline; }

.br-tuche_content .br-tuche_cmn-inline-pc {
  display: none; }

/* ################# パンくずリスト ################# */
.br-tuche_content .br-tuche_cmn-breadcrumbs {
  padding: 6px 19px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff; }
  .br-tuche_content .br-tuche_cmn-breadcrumbs li {
    display: inline-block;
    letter-spacing: .14em;
    font-size: 0.625rem; }
    .br-tuche_content .br-tuche_cmn-breadcrumbs li + li::before {
      display: inline-block;
      margin: 0 2px 0 0;
      content: "/"; }
  .br-tuche_content .br-tuche_cmn-breadcrumbs a {
    color: #d9b0ad;
    text-decoration: none; }

/* ################# KV ################# */
.br-tuche_content .br-tuche_cmn-kv img {
  width: 100%;
  height: auto; }

/* ################# セクションベース ################# */
.br-tuche_content .br-tuche_cmn-section {
  padding: 60px 0; }

/* ################# セクションタイトル ################# */
/* 下線なし */
.br-tuche_content .br-tuche_cmn-secTtl {
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif; }
  .br-tuche_content .br-tuche_cmn-secTtl_jp {
    display: block;
    margin-top: 11px;
    letter-spacing: 0.05em;
    font-size: 0.625rem; }

/* 下線あり */
.br-tuche_content .br-tuche_cmn-secTtl.br-tuche_has-border::after {
  display: block;
  width: 65px;
  height: 3px;
  margin: 13px auto 0;
  background-color: #d7ce90;
  /* ←ページのカラーに合わせて修正ください */
  content: ""; }

/* ################# INTRO ################# */
.br-tuche_content .br-tuche_cmn-intro {
  position: relative;
  margin-bottom: 24vw;
  padding: 50px 0 33.7vw;
  background: #cbbb4f;
  /* ←ページのカラーに合わせて修正ください */ }
  .br-tuche_content .br-tuche_cmn-intro_inner {
    padding: 0 8vw; }
  .br-tuche_content .br-tuche_cmn-intro_text {
    color: #fff; }
  .br-tuche_content .br-tuche_cmn-intro_title {
    position: relative;
    padding-bottom: 25px;
    letter-spacing: .04em;
    font-weight: normal;
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Yu Mincho M", Times, "Times New Roman", Georgia, serif; }
    .br-tuche_content .br-tuche_cmn-intro_title::after {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 65px;
      background: #a88f24;
      /* ←ページのカラーに合わせて修正ください */
      content: ""; }
  .br-tuche_content .br-tuche_cmn-intro_lede {
    line-height: 1.86;
    margin-top: 18px;
    letter-spacing: .06em;
    font-size: 0.875rem; }
  .br-tuche_content .br-tuche_cmn-intro_image {
    position: absolute;
    bottom: -24vw;
    right: 0;
    width: 78.667vw; }

/* ################# ITEM ################# */
/* 商品一覧エリアのベース */
.br-tuche_content .br-tuche_cmn-items {
  background: #d7ce90;
  /* ←ページのカラーに合わせて修正ください */ }

/* 商品一覧でサムネイルにつけるアイコンの種類 */
.br-tuche_tag-print::after {
  background: url("/tuche/assets/images/product/tag_print.png") no-repeat 0 0;
  background-size: cover; }

/* 商品一覧のボタン共通 */
.br-tuche_content .br-tuche_cmn-item_btn {
  position: relative;
  background-color: #333;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.br-tuche_content .br-tuche_cmn-items a:hover .br-tuche_cmn-item_btn {
  background-color: #fff;
  color: #333; }

/* 商品一覧［SP：1カラム、PC：2カラム］用のコンテナ */
.br-tuche_content .br-tuche_cmn-items_inner {
  padding: 0 12.6667vw; }

/* 商品一覧［SP：1カラム、PC：2カラム］用のボックス */
.br-tuche_content .br-tuche_cmn-itemBox {
  display: block;
  margin-bottom: 50px;
  text-decoration: none; }

/* 商品一覧［SP：1カラム、PC：2カラム］用の商品サムネイル */
.br-tuche_cmn-itemBox_image {
  position: relative; }

/* 商品一覧［SP：1カラム、PC：2カラム］の商品サムネイル用のアイコン */
.br-tuche_cmn-itemBox_tag::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 37.334vw;
  height: 12vw;
  content: ""; }

/* 商品一覧［SP：1カラム、PC：2カラム］用のカラーチップ */
.br-tuche_content .br-tuche_cmn-itemBox_colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 10px; }
  .br-tuche_content .br-tuche_cmn-itemBox_colors li {
    -ms-flex-preferred-size: 24px;
    flex-basis: 24px; }
    .br-tuche_content .br-tuche_cmn-itemBox_colors li + li {
      margin-left: 4px; }

/* 商品一覧［SP：1カラム、PC：2カラム］用の商品名 */
.br-tuche_content .br-tuche_cmn-itemBox_name {
  display: inline;
  margin: 0 5px 0 0;
  line-height: 1.42857;
  font-size: 0.875rem; }

/* 商品一覧［SP：1カラム、PC：2カラム］用の型番 */
.br-tuche_content .br-tuche_cmn-itemBox_serial {
  display: inline-block;
  line-height: 1.42857;
  font-size: 0.875rem; }

/* 商品一覧［SP：1カラム、PC：2カラム］用の色数 */
.br-tuche_content .br-tuche_cmn-itemBox_allColor {
  line-height: 1.42857;
  font-size: 0.875rem; }

/* 商品一覧［SP：1カラム、PC：2カラム］用の価格 */
.br-tuche_content .br-tuche_cmn-itemBox_price {
  line-height: 1.11111;
  margin-top: 2px;
  font-size: 1.125rem;
  font-weight: bold; }

.br-tuche_content .br-tuche_cmn-itemBox_tax {
  font-size: 0.875rem;
  font-weight: normal; }

/* 商品一覧［SP：1カラム、PC：2カラム］用のボタン */
.br-tuche_content .br-tuche_cmn-itemBox_btn {
  margin-top: 12px;
  padding: 11px 0 13px;
  border-radius: 1000px;
  text-align: center;
  letter-spacing: .06em;
  font-size: 0.75rem; }

/* コーディネート商品用の見出し */
.br-tuche_content .br-tuche_cmn-pairItems_title {
  position: relative;
  margin: -4px 0 25px;
  padding: 0 8vw 0;
  letter-spacing: .15em;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif; }
  .br-tuche_content .br-tuche_cmn-pairItems_title::after {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 8vw;
    width: 48vw;
    height: 1px;
    background: #333;
    content: ""; }

.br-tuche_content .br-tuche_cmn-pairItems_jp {
  display: block;
  line-height: 1;
  margin-top: 3px;
  font-size: 0.625rem;
  letter-spacing: .1em; }

/* コーディネート商品用のボックス */
.br-tuche_content .br-tuche_cmn-pairItem {
  display: block;
  padding: 0 2vw;
  text-decoration: none; }
  .br-tuche_content .br-tuche_cmn-pairItem + .br-tuche_cmn-pairItem {
    margin-left: 0; }

/* コーディネート商品用の画像 */
.br-tuche_content .br-tuche_cmn-pairItem_image {
  position: relative;
  margin-bottom: 13px; }

/* コーディネート商品のサムネイル用アイコン */
.br-tuche_cmn-pairItem_tag::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 32vw;
  height: 10.4vw;
  content: ""; }

/* コーディネート商品用の商品名 */
.br-tuche_content .br-tuche_cmn-pairItem_name {
  display: inline;
  line-height: 1.41667;
  letter-spacing: -.04em;
  font-size: 0.75rem; }

/* コーディネート商品用の型番 */
.br-tuche_content .br-tuche_cmn-pairItem_serial {
  display: inline-block;
  line-height: 1.41667;
  letter-spacing: -.04em;
  font-size: 0.75rem; }

/* コーディネート商品用の色数 */
.br-tuche_content .br-tuche_cmn-pairItem_allColor {
  line-height: 1.41667;
  margin-top: -0;
  font-size: 0.75rem; }

/* コーディネート商品用の価格 */
.br-tuche_content .br-tuche_cmn-pairItem_price {
  line-height: 1.42857;
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: bold; }

.br-tuche_content .br-tuche_cmn-pairItem_tax {
  font-size: 0.75rem;
  font-weight: normal; }

/* コーディネート商品用のタグ */
.br-tuche_content .br-tuche_cmn-pairItemTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7px; }
  .br-tuche_content .br-tuche_cmn-pairItemTags li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .br-tuche_content .br-tuche_cmn-pairItemTags li img {
      width: auto;
      height: 4vw; }
    .br-tuche_content .br-tuche_cmn-pairItemTags li:nth-child(even) img {
      margin: 0 0 0 auto; }

/* コーディネート商品用のボタン */
.br-tuche_content .br-tuche_cmn-pairItem_btn {
  margin-top: 21px;
  padding: 10px 0;
  border-radius: 1000px;
  text-align: center;
  letter-spacing: .18em;
  font-size: 0.625rem; }

/* コーディネート商品用のスライドのスタイル */
.br-tuche_content .br-tuche_cmn-pairItemsList {
  padding: 0 6vw; }
  .br-tuche_content .br-tuche_cmn-pairItemsList .slick-arrow {
    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;
    position: absolute;
    top: 22%;
    width: 40px;
    height: 40px;
    background-color: rgba(153, 153, 153, 0.8);
    border: none;
    font-size: 0;
    z-index: 100;
    outline: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .br-tuche_content .br-tuche_cmn-pairItemsList .slick-arrow:hover {
      background-color: rgba(51, 51, 51, 0.8); }
    .br-tuche_content .br-tuche_cmn-pairItemsList .slick-arrow::after {
      display: block;
      width: 10px;
      height: 10px;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      content: ""; }
  .br-tuche_content .br-tuche_cmn-pairItemsList .slick-prev {
    left: 2.1vw; }
    .br-tuche_content .br-tuche_cmn-pairItemsList .slick-prev::after {
      -webkit-transform: translateX(15%) rotate(-45deg);
      -ms-transform: translateX(15%) rotate(-45deg);
      transform: translateX(15%) rotate(-45deg); }
  .br-tuche_content .br-tuche_cmn-pairItemsList .slick-next {
    right: 2.1vw; }
    .br-tuche_content .br-tuche_cmn-pairItemsList .slick-next::after {
      -webkit-transform: translateX(-15%) rotate(135deg);
      -ms-transform: translateX(-15%) rotate(135deg);
      transform: translateX(-15%) rotate(135deg); }
  .br-tuche_content .br-tuche_cmn-pairItemsList .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%; }
    .br-tuche_content .br-tuche_cmn-pairItemsList .slick-dots li {
      display: none;
      -ms-flex-preferred-size: 8px;
      flex-basis: 8px;
      height: 8px;
      margin: 22px 6px 0; }
      .br-tuche_content .br-tuche_cmn-pairItemsList .slick-dots li:nth-last-child(n+2),
      .br-tuche_content .br-tuche_cmn-pairItemsList .slick-dots li:nth-last-child(n+2) ~ li {
        display: block; }
      .br-tuche_content .br-tuche_cmn-pairItemsList .slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        background: #f5f5f5;
        border: none;
        border-radius: 50%;
        font-size: 0;
        outline: none;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .br-tuche_content .br-tuche_cmn-pairItemsList .slick-dots li button:hover {
          background-color: #d9b0ad; }
      .br-tuche_content .br-tuche_cmn-pairItemsList .slick-dots li.slick-active button {
        background-color: #d9b0ad; }

/* ################# OTHER ITEM ################# */
.br-tuche_content .br-tuche_cmn-otherItem {
  padding-bottom: 0; }

.br-tuche_content .br-tuche_cmn-otherItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .br-tuche_content .br-tuche_cmn-otherItemList li {
    position: relative;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    overflow: hidden;
    padding-top: 56vw; }
  .br-tuche_content .br-tuche_cmn-otherItemList_title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    margin: auto; }
  .br-tuche_content .br-tuche_cmn-otherItemList_image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }

.br-tuche_content .br-tuche_cmn-otherItem_link {
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem; }
  .br-tuche_content .br-tuche_cmn-otherItem_link a {
    display: block;
    padding: 33px 0 31px 49px;
    letter-spacing: .08em;
    text-decoration: none; }
  .br-tuche_content .br-tuche_cmn-otherItem_link span {
    position: relative; }
    .br-tuche_content .br-tuche_cmn-otherItem_link span::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -70px;
      width: 60px;
      height: 1px;
      margin: auto;
      background: #d7ce90;
      /* ←ページのカラーに合わせて修正ください */
      content: ""; }
    .br-tuche_content .br-tuche_cmn-otherItem_link span::after {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -15px;
      width: 6px;
      height: 6px;
      margin: auto;
      border-top: 1px solid #d7ce90;
      /* ←ページのカラーに合わせて修正ください */
      border-right: 1px solid #d7ce90;
      /* ←ページのカラーに合わせて修正ください */
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ""; }
.br-tuche_content .br-tuche_cmn-otherItem.br-tuche_leg-otherItem {
  padding-top: 0;
}
.br-tuche_content .br-tuche_cmn-otherItem.br-tuche_leg-otherItem .br-tuche_cmn-otherItemList li{
  padding-top: 0;
}
.br-tuche_content .br-tuche_cmn-otherItem.br-tuche_leg-otherItem .br-tuche_cmn-otherItemList li img{
  position: static;
  transform: none;
}

/* PC
------------------------------------------------------------ */
@media screen and (min-width: 1024px) {
  /* ----- base ----- */
  /* ################# コンテンツのベースとなるスタイル ################# */
  /* 游明朝の設定 */
  @font-face {
    font-family: "YuMincho";
    font-weight: normal;
    src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular"); }
  @font-face {
    font-family: "YuMincho";
    font-weight: bold;
    src: local("YuMincho-Bold"), local("Yu Mincho"); }
  .br-tuche_content {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 100%;
    line-height: 1;
    -webkit-text-size-adjust: 100%; }
    .br-tuche_content *,
    .br-tuche_content *::after,
    .br-tuche_content *::before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .br-tuche_content a, .br-tuche_content br, .br-tuche_content dd, .br-tuche_content dl, .br-tuche_content dt, .br-tuche_content h1, .br-tuche_content h2, .br-tuche_content h3, .br-tuche_content h4, .br-tuche_content h5, .br-tuche_content h6,
    .br-tuche_content iframe, .br-tuche_content img, .br-tuche_content li, .br-tuche_content ol, .br-tuche_content p, .br-tuche_content picture, .br-tuche_content section, .br-tuche_content small, .br-tuche_content span, .br-tuche_content ul {
      margin: 0;
      padding: 0;
      border: 0; }
    .br-tuche_content section {
      display: block; }
    .br-tuche_content ol, .br-tuche_content ul {
      list-style: none; }
    .br-tuche_content img {
      max-width: 100%;
      height: auto;
      vertical-align: bottom; }
    .br-tuche_content a {
      color: inherit; }
      .br-tuche_content a:focus {
        outline: none; }
  .br-tuche_only-ie {
    display: none; }
    .br-tuche_is-ie .br-tuche_only-ie {
      display: block; }
  .br-tuche_is-ie svg {
    display: none; }
  /* ブロック要素の出し分け */
  .br-tuche_content .br-tuche_cmn-block-sp {
    display: none; }
  .br-tuche_content .br-tuche_cmn-block-pc {
    display: block; }
  /* インライン要素の出し分け */
  .br-tuche_content .br-tuche_cmn-inline-sp {
    display: none; }
  .br-tuche_content .br-tuche_cmn-inline-pc {
    display: inline; }
  /* ################# パンくずリスト ################# */
  .br-tuche_content .br-tuche_cmn-breadcrumbs {
    width: 1024px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    margin: 0 auto;
    padding: 4px 21px 10px;
    background: #fff; }
    .br-tuche_content .br-tuche_cmn-breadcrumbs li {
      display: inline-block;
      letter-spacing: .14em;
      font-size: 0.75rem; }
      .br-tuche_content .br-tuche_cmn-breadcrumbs li + li::before {
        display: inline-block;
        margin: 0 2px 0 -2px;
        content: "／"; }
    .br-tuche_content .br-tuche_cmn-breadcrumbs a {
      color: #d9b0ad;
      text-decoration: none; }
      .br-tuche_content .br-tuche_cmn-breadcrumbs a:hover {
        text-decoration: underline; }
  /* ################# KV ################# */
  .br-tuche_content .br-tuche_cmn-kv {
    position: relative;
    height: 430px;
    /* ←heightはページのKVに合わせて変更してください。 */ }
    .br-tuche_content .br-tuche_cmn-kv img {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      max-width: none;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  /* ################# セクションベース ################# */
  .br-tuche_content .br-tuche_cmn-section {
    padding: 100px 0; }
  /* ################# セクションタイトル ################# */
  /* 下線あり */
  .br-tuche_content .br-tuche_cmn-secTtl {
    margin-bottom: 50px;
    font-size: 2.5rem;
    letter-spacing: 0.12em; }
    .br-tuche_content .br-tuche_cmn-secTtl_jp {
      margin-top: 7px;
      font-size: 0.875rem;
      letter-spacing: 0.1em; }
  /* 下線なし */
  .br-tuche_content .br-tuche_cmn-secTtl.br-tuche_has-border::after {
    width: 100px;
    height: 4px;
    margin-top: 18px; }
  /* ################# INTRO ################# */
  .br-tuche_content .br-tuche_cmn-intro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 525px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, from(#cbbb4f), color-stop(50%, #cbbb4f), color-stop(50%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #cbbb4f 0%, #cbbb4f 50%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(left, #cbbb4f 0%, #cbbb4f 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, #cbbb4f 0%, #cbbb4f 50%, #ffffff 50%, #ffffff 100%);
    /* ←ページのカラーに合わせて修正ください */ }
    .br-tuche_content .br-tuche_cmn-intro_inner {
      position: relative;
      width: 1024px;
      margin: 0 auto;
      padding: 0; }
    .br-tuche_content .br-tuche_cmn-intro_text {
      width: 512px;
      padding-left: 22px;
      color: #fff; }
    .br-tuche_content .br-tuche_cmn-intro_title {
      position: relative;
      padding-bottom: 28px;
      letter-spacing: .04em;
      font-size: 1.5rem;
      font-weight: normal;
      font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Yu Mincho M", Times, "Times New Roman", Georgia, serif; }
      .br-tuche_content .br-tuche_cmn-intro_title::after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100px;
        background: #a88f24;
        /* ←ページのカラーに合わせて修正ください */
        content: ""; }
    .br-tuche_content .br-tuche_cmn-intro_lede {
      line-height: 2;
      margin-top: 28px;
      letter-spacing: .06em;
      font-size: 1rem; }
    .br-tuche_content .br-tuche_cmn-intro_image {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 22px;
      width: auto;
      height: 365px;
      margin: auto; }
  /* ################# ITEM ################# */
  /* 商品一覧エリアのベース */
  .br-tuche_content .br-tuche_cmn-items {
    background: #d7ce90;
    /* ←ページのカラーに合わせて修正ください */ }
  /* 商品一覧でサムネイルにつけるアイコンの種類 */
  .br-tuche_tag-print::after {
    background: url("/tuche/assets/images/product/tag_print.png") no-repeat 0 0;
    background-size: cover; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用のコンテナ */
  .br-tuche_content .br-tuche_cmn-items_inner {
    width: 980px;
    margin: 0 auto;
    padding: 0; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用のボックス */
  .br-tuche_content .br-tuche_cmn-itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    text-decoration: none; }
    .br-tuche_content .br-tuche_cmn-itemBox:hover .br-tuche_cmn-itemBox_image::before {
      opacity: 1; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用のサムネイル */
  .br-tuche_content .br-tuche_cmn-itemBox_image {
    position: relative;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    line-height: 0; }
    .br-tuche_content .br-tuche_cmn-itemBox_image::before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #333;
      pointer-events: none;
      z-index: 10;
      opacity: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      content: ""; }
  /* 商品一覧［SP：1カラム、PC：2カラム］のサムネイル用のアイコン */
  .br-tuche_cmn-itemBox_tag::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 67px;
    content: ""; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用の詳細テキストエリア */
  .br-tuche_content .br-tuche_cmn-itemBox_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 520px;
    flex-basis: 520px; }
  .br-tuche_content .br-tuche_cmn-itemBox_text {
    position: relative;
    width: 100%; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用のカラーチップ */
  .br-tuche_content .br-tuche_cmn-itemBox_colors {
    position: absolute;
    bottom: 57px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px 0 5px; }
    .br-tuche_content .br-tuche_cmn-itemBox_colors li {
      -ms-flex-preferred-size: 53px;
      flex-basis: 53px;
      width: 53px; }
      .br-tuche_content .br-tuche_cmn-itemBox_colors li + li {
        margin-left: 7px; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用の商品名 */
  .br-tuche_content .br-tuche_cmn-itemBox_name {
    display: inline;
    margin: 0 5px 0 0;
    line-height: 1.77778;
    font-size: 1.125rem; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用の型番 */
  .br-tuche_content .br-tuche_cmn-itemBox_serial {
    display: inline-block;
    line-height: 1.77778;
    font-size: 1.125rem; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用の色数 */
  .br-tuche_content .br-tuche_cmn-itemBox_allColor {
    line-height: 1.77778;
    font-size: 1.125rem; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用の価格 */
  .br-tuche_content .br-tuche_cmn-itemBox_price {
    line-height: 1.14286;
    margin-top: 6px;
    font-size: 1.75rem;
    font-weight: bold; }
  .br-tuche_content .br-tuche_cmn-itemBox_tax {
    font-size: 1.125rem;
    font-weight: normal; }
  /* 商品一覧［SP：1カラム、PC：2カラム］用のボタン */
  .br-tuche_content .br-tuche_cmn-itemBox_btn {
    width: 210px;
    margin-top: 107px;
    padding: 14px 0;
    border-radius: 1000px;
    background: #333;
    color: #fff;
    text-align: center;
    letter-spacing: .06em;
    font-size: 0.75rem; }
  /* コーディネート商品用のコンテナ */
  .br-tuche_content .br-tuche_cmn-pairItems {
    width: 980px;
    margin: 0 auto;
    padding: 0; }
  /* コーディネート商品用の見出し */
  .br-tuche_content .br-tuche_cmn-pairItems_title {
    position: relative;
    margin: -4px 0 35px;
    padding: 0;
    letter-spacing: .15em;
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif; }
    .br-tuche_content .br-tuche_cmn-pairItems_title::after {
      position: absolute;
      top: 15px;
      bottom: 0;
      right: 0;
      width: 770px;
      height: 1px;
      background: #333;
      content: ""; }
  .br-tuche_content .br-tuche_cmn-pairItems_jp {
    display: block;
    line-height: 1;
    margin-top: 7px;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: .1em; }
  /* コーディネート商品用のコンテナ（SPではスライドのコンテナ） */
  .br-tuche_content .br-tuche_cmn-pairItemsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  /* コーディネート商品用のボックス */
  .br-tuche_content .br-tuche_cmn-pairItem {
    display: block;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    padding: 0;
    text-decoration: none; }
    .br-tuche_content .br-tuche_cmn-pairItem + .br-tuche_cmn-pairItem {
      margin-left: 48px; }
    .br-tuche_content .br-tuche_cmn-pairItem:hover .br-tuche_cmn-pairItem_image::before {
      opacity: 1; }
  /* コーディネート商品用の画像 */
  .br-tuche_content .br-tuche_cmn-pairItem_image {
    position: relative;
    margin-bottom: 27px;
    line-height: 0; }
    .br-tuche_content .br-tuche_cmn-pairItem_image::before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #333;
      pointer-events: none;
      z-index: 10;
      opacity: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      content: ""; }
  /* コーディネート商品のサムネイル用アイコン */
  .br-tuche_cmn-pairItem_tag::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    content: ""; }
  /* コーディネート商品用の商品名 */
  .br-tuche_content .br-tuche_cmn-pairItem_name {
    display: inline;
    line-height: 1.78571;
    letter-spacing: -.04em;
    font-size: 0.875rem; }
  /* コーディネート商品用の型番 */
  .br-tuche_content .br-tuche_cmn-pairItem_serial {
    display: inline-block;
    line-height: 1.78571;
    letter-spacing: -.04em;
    font-size: 0.875rem; }
  /* コーディネート商品用の色数 */
  .br-tuche_content .br-tuche_cmn-pairItem_allColor {
    line-height: 1.78571;
    margin-top: -2px;
    font-size: 0.875rem; }
  /* コーディネート商品用の価格 */
  .br-tuche_content .br-tuche_cmn-pairItem_price {
    line-height: 1.38889;
    margin-top: 0px;
    font-size: 1.125rem;
    font-weight: bold; }
  .br-tuche_content .br-tuche_cmn-pairItem_tax {
    font-size: 0.875rem;
    font-weight: normal; }
  /* コーディネート商品用のタグ */
  .br-tuche_content .br-tuche_cmn-pairItemTags {
    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-top: 8px; }
    .br-tuche_content .br-tuche_cmn-pairItemTags li {
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px; }
      .br-tuche_content .br-tuche_cmn-pairItemTags li img {
        width: 100%;
        height: auto; }
      .br-tuche_content .br-tuche_cmn-pairItemTags li:nth-child(even) img {
        margin: 0 0 0 auto; }
  /* コーディネート商品用のボタン */
  .br-tuche_content .br-tuche_cmn-pairItem_btn {
    margin-top: 21px;
    padding: 14px 0;
    border-radius: 1000px;
    background: #333;
    color: #fff;
    text-align: center;
    letter-spacing: .18em;
    font-size: 0.75rem; }
  /* ################# OTHER ITEM ################# */
  .br-tuche_content .br-tuche_cmn-otherItem {
    padding-bottom: 0; }
  .br-tuche_content .br-tuche_cmn-otherItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .br-tuche_content .br-tuche_cmn-otherItemList li {
      position: relative;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-height: 395px;
      overflow: hidden;
      padding-top: 393px; }
    .br-tuche_content .br-tuche_cmn-otherItemList a::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.5);
      content: "";
      opacity: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .br-tuche_content .br-tuche_cmn-otherItemList a:hover::before {
      opacity: 1; }
    .br-tuche_content .br-tuche_cmn-otherItemList_title {
      position: absolute;
      bottom: 19px;
      left: 0;
      right: 0;
      z-index: 2;
      max-width: 100%;
      width: auto;
      margin: auto; }
    .br-tuche_content .br-tuche_cmn-otherItemList_image {
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: none;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
  .br-tuche_content .br-tuche_cmn-otherItem_link {
    padding: 37px 0 40px 74px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem; }
    .br-tuche_content .br-tuche_cmn-otherItem_link a {
      display: inline;
      padding: 0;
      letter-spacing: .08em;
      text-decoration: none; }
      .br-tuche_content .br-tuche_cmn-otherItem_link a:hover {
        text-decoration: underline; }
    .br-tuche_content .br-tuche_cmn-otherItem_link span {
      position: relative; }
      .br-tuche_content .br-tuche_cmn-otherItem_link span::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -96px;
        width: 84px;
        height: 1px;
        margin: auto;
        content: ""; }
      .br-tuche_content .br-tuche_cmn-otherItem_link span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -23px;
        width: 6px;
        height: 6px;
        margin: auto;
        border-top-width: 2px;
        border-right-width: 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        pointer-events: none; } }
