@charset "UTF-8";
/*================================================================
 *FILE          : home.css
 *DESCRIPTION   : トップページ用 スタイル
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*-------------------------------

 Foundation

-----------------------------------*/
.brandList_unity {
  zoom: 1; }
  .brandList_unity:before, .brandList_unity:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .brandList_unity:after {
    clear: both; }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.c-button, .c-button-ghost, .c-button-black, .c-categoryList_node, .c-categoryList_node *, .c-categorySelect_label, .alphabetList_node a, .brandList_unity_title {
  font-family: "Helvetica Neue", Arial, MyYuGothicM, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif, sans-serif;
  letter-spacing: 0.1em; }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
.c-button, .c-button-ghost, .c-button-black {
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  @media only screen and (min-width: 768px) {
    .c-button, .c-button-ghost, .c-button-black {
      padding: 20px 18px; } }
  @media only screen and (max-width: 767px) {
    .c-button, .c-button-ghost, .c-button-black {
      padding: 15px 18px; } }

.c-button {
  background-color: #000;
  color: #fff; }
  @media only screen and (min-width: 1025px) {
    .c-button:hover {
      color: #000;
      background-color: #fff; } }
  .c-button.nolink {
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  .c-button-ghost:hover {
    color: #fff;
    background-color: #000; } }

.c-button-black {
  color: #000;
  border-color: #000; }
  @media only screen and (min-width: 1025px) {
    .c-button-black:hover {
      color: #fff;
      background-color: #000; } }

.c-button-list {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-button-list {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .c-button-list {
      width: 300px; } }
  @media only screen and (min-width: 1025px) {
    .c-button-list:hover:before {
      background-image: url(../svg/arrow_white.svg); } }
  .c-button-list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 100%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(../svg/arrow_black.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center; }
    @media only screen and (max-width: 767px) {
      .c-button-list:before {
        left: 10px; } }
    @media only screen and (min-width: 768px) {
      .c-button-list:before {
        left: 32px; } }

.c-button-more {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .c-button-more {
      width: 300px; } }
  @media only screen and (max-width: 767px) {
    .c-button-more {
      width: 100%; } }
  @media only screen and (min-width: 1025px) {
    .c-button-more:hover:before {
      background-image: url(../svg/plus_thin_white.svg); } }
  .c-button-more:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 100%;
    background-image: url(../svg/plus_thin.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center; }
    @media only screen and (max-width: 767px) {
      .c-button-more:before {
        right: 10px; } }
    @media only screen and (min-width: 768px) {
      .c-button-more:before {
        right: 32px; } }

.c-button-arrow {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .c-button-arrow {
      width: 300px; } }
  @media only screen and (max-width: 767px) {
    .c-button-arrow {
      width: 100%; } }
  @media only screen and (min-width: 1025px) {
    .c-button-arrow:hover:before {
      background-image: url(../svg/arrow_white.svg); } }
  .c-button-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 100%;
    background-image: url(../svg/arrow_black.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center; }
    @media only screen and (max-width: 767px) {
      .c-button-arrow:before {
        right: 10px; } }
    @media only screen and (min-width: 768px) {
      .c-button-arrow:before {
        right: 32px; } }
  @media only screen and (min-width: 1025px) {
    .c-button-arrow.c-button:hover:before {
      background-image: url(../svg/arrow_black.svg); } }
  .c-button-arrow.c-button:before {
    background-image: url(../svg/arrow_white.svg); }

.c-categoryList {
  text-align: center;
  font-size: 0;
  letter-spacing: 0; }
  @media only screen and (max-width: 767px) {
    .c-categoryList {
      display: none; } }

.c-categoryList_node {
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .c-categoryList_node {
      width: 33.3%;
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .c-categoryList_node {
      font-size: 16px; } }
  .c-categoryList_node.select .c-categoryList_link:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media only screen and (min-width: 1025px) {
    .c-categoryList_node:hover .c-categoryList_link:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }

.c-categoryList_link {
  display: block;
  position: relative;
  padding-bottom: 14px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .c-categoryList_link {
      padding-right: 24px;
      padding-left: 24px; } }
  .c-categoryList_link:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.c-categorySelectWrap {
  margin: 0 45px 48px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .c-categorySelectWrap {
      display: none; } }

.c-categorySelect_label {
  content: "CATEGORY";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #dedfe0;
  pointer-events: none; }
  .c-categorySelect_label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 8px;
    height: 100%;
    background-image: url(../svg/button_arrow_grey.svg);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center; }

.c-categorySelect {
  display: block;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  border-radius: 0;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  opacity: 0; }

.alphabetListBox {
  text-align: center;
  background-color: #f0f1f2; }
  @media only screen and (max-width: 767px) {
    .alphabetListBox {
      padding: 22px 14px 3px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .alphabetListBox {
      padding: 22px 32px 3px;
      margin: 0 0 50px; } }
  @media only screen and (min-width: 1025px) {
    .alphabetListBox {
      margin: 0 0 75px;
      padding: 32px 0; } }
  .alphabetListBox.show .alphabetList_node {
    display: inline-block !important; }

.alphabetList {
  font-size: 0;
  letter-spacing: 0; }

.alphabetList_node {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .alphabetList_node {
      width: 16%;
      font-size: 18px;
      margin: 0 0 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .alphabetList_node {
      margin: 0 0 22px;
      width: 7%;
      font-size: 21px; } }
  @media only screen and (min-width: 1025px) {
    .alphabetList_node {
      font-size: 21px;
      margin: 0 10px; } }
  .alphabetList_node.notExist {
    opacity: 0.3;
    pointer-events: none; }
  .alphabetList_node a {
    color: #a5a7a8; }
    .alphabetList_node a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .alphabetList_node:nth-child(n + 13) {
      display: none; } }

.alphabetList_more {
  text-align: center;
  padding: 18px 0 0;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .alphabetList_more {
      display: none; } }
  .show + .alphabetList_more {
    display: none; }
  .alphabetList_more i {
    display: inline-block;
    position: relative;
    color: #a5a7a8;
    font-size: 14px; }
    .alphabetList_more i:after {
      content: "";
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-left: 7px;
      background-image: url(../svg/arrow_down_grey.svg);
      background-repeat: no-repeat;
      background-size: 13px auto;
      background-position: center; }

@media only screen and (max-width: 767px) {
  .brandBox {
    margin-top: 50px;
    padding: 0 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brandBox {
    padding: 0 40px; } }

@media only screen and (min-width: 1025px) {
  .brandBox {
    width: 1100px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .brandList_unity + .brandList_unity {
    margin-top: 35px; } }

@media only screen and (min-width: 768px) {
  .brandList_unity + .brandList_unity {
    margin-top: 35px; } }

.brandList_unity_title {
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .brandList_unity_title {
      font-size: 30px;
      margin-bottom: 12px; } }
  @media only screen and (min-width: 768px) {
    .brandList_unity_title {
      float: left;
      width: 40px;
      font-size: 24px; } }

@media only screen and (min-width: 768px) {
  .brandList {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brandList {
    width: calc(100% - 40px); } }

@media only screen and (min-width: 1025px) {
  .brandList {
    width: 1060px; } }

.brandList_node {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .brandList_node {
      margin: 0 0 16px; } }
  @media only screen and (min-width: 768px) {
    .brandList_node {
      width: calc(33.3% - 30px);
      margin: 0 0 24px 30px; } }
  .brandList_node.noLink {
    pointer-events: none; }

.brandList_link {
  display: block;
  transition: .2s ease;
  border-bottom: 1px solid #dedfe0; }
  @media only screen and (max-width: 767px) {
    .brandList_link {
      padding: 10px 0; } }
  @media only screen and (min-width: 768px) {
    .brandList_link {
      padding: 6px 0 5px; }
      .brandList_link:hover {
        background-color: #dedfe0; } }

@media only screen and (max-width: 767px) {
  .brandList_name {
    font-size: 13px; } }

@media only screen and (min-width: 768px) {
  .brandList_name {
    font-size: 13px; } }

.brandList_link_text {
  color: #a5a7a8;
  letter-spacing: 0.03em; }
  @media only screen and (max-width: 767px) {
    .brandList_link_text {
      font-size: 0;
      position: absolute;
      bottom: 12px;
      right: 0; } }
  @media only screen and (min-width: 768px) {
    .brandList_link_text {
      font-size: 11px;
      position: absolute;
      bottom: 7px;
      right: 0; } }
  .brandList_link_text:after {
    content: "";
    display: inline-block;
    background-image: url(../svg/arrow_grey.svg);
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .brandList_link_text:after {
        width: 11px;
        height: 7px;
        background-size: 11px auto; } }
    @media only screen and (min-width: 768px) {
      .brandList_link_text:after {
        margin-left: 8px;
        width: 11px;
        height: 7px;
        background-size: 11px auto; } }

/*
	.contents
----------------------------------------*/
@media only screen and (max-width: 767px) {
  .contents {
    padding: 0 0 60px; } }

@media only screen and (min-width: 768px) {
  .contents {
    padding: 0 0 140px; } }

/*
	 brandSort
----------------------------------------*/
.c-categoryList_node {
  width: 160px; }