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

 Foundation

-----------------------------------*/
@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, .infinite-scroll_totop a .c-button, .infinite-scroll_totop a .c-button-ghost, .infinite-scroll_totop a .c-button-black, .c-categoryList_node, .c-categoryList_node *, .c-categorySelect_label, .infinite-scroll-request, .shopList_area, .shopList_title, .shopList_item_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, .infinite-scroll_totop a .c-button, .infinite-scroll_totop a .c-button-ghost, .infinite-scroll_totop a .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, .infinite-scroll_totop a .c-button, .infinite-scroll_totop a .c-button-ghost, .infinite-scroll_totop a .c-button-black {
      padding: 20px 18px; } }
  @media only screen and (max-width: 767px) {
    .c-button, .c-button-ghost, .c-button-black, .infinite-scroll_totop a .c-button, .infinite-scroll_totop a .c-button-ghost, .infinite-scroll_totop a .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; }

.infiniteBlock_node {
  transition: opacity .3s ease .1s; }
  .infiniteBlock_node.hide {
    opacity: 0; }

.infiniteBlock_button {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .infiniteBlock_button {
      margin-top: 20px;
      padding: 0 45px; } }
  @media only screen and (min-width: 768px) {
    .infiniteBlock_button {
      margin-top: 20px; } }

.infinite_status {
  display: none;
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
  letter-spacing: 0.1em; }
  .infinite_status .fa-spinner {
    display: block; }
    @media only screen and (min-width: 768px) {
      .infinite_status .fa-spinner {
        margin: 0 auto 12px; } }
    @media only screen and (max-width: 767px) {
      .infinite_status .fa-spinner {
        margin: 0 auto 7px; } }
  @media only screen and (min-width: 768px) {
    .infinite_status img {
      width: 32px; } }
  @media only screen and (max-width: 767px) {
    .infinite_status img {
      width: 16px; } }

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

@media only screen and (max-width: 767px) {
  .infinite-scroll-request {
    font-size: 12px; } }

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

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

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

.infinite-scroll_totop a .c-button-list {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .infinite-scroll_totop a .c-button-list {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .infinite-scroll_totop a .c-button-list {
      width: 300px; } }
  @media only screen and (min-width: 1025px) {
    .infinite-scroll_totop a .c-button-list:hover:before {
      background-image: url(../svg/arrow_white.svg); } }
  .infinite-scroll_totop a .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) {
      .infinite-scroll_totop a .c-button-list:before {
        left: 10px; } }
    @media only screen and (min-width: 768px) {
      .infinite-scroll_totop a .c-button-list:before {
        left: 32px; } }

.infinite-scroll_totop a .c-button-more {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .infinite-scroll_totop a .c-button-more {
      width: 300px; } }
  @media only screen and (max-width: 767px) {
    .infinite-scroll_totop a .c-button-more {
      width: 100%; } }
  @media only screen and (min-width: 1025px) {
    .infinite-scroll_totop a .c-button-more:hover:before {
      background-image: url(../svg/plus_thin_white.svg); } }
  .infinite-scroll_totop a .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) {
      .infinite-scroll_totop a .c-button-more:before {
        right: 10px; } }
    @media only screen and (min-width: 768px) {
      .infinite-scroll_totop a .c-button-more:before {
        right: 32px; } }

.infinite-scroll_totop a .c-button-arrow {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .infinite-scroll_totop a .c-button-arrow {
      width: 300px; } }
  @media only screen and (max-width: 767px) {
    .infinite-scroll_totop a .c-button-arrow {
      width: 100%; } }
  @media only screen and (min-width: 1025px) {
    .infinite-scroll_totop a .c-button-arrow:hover:before {
      background-image: url(../svg/arrow_white.svg); } }
  .infinite-scroll_totop a .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) {
      .infinite-scroll_totop a .c-button-arrow:before {
        right: 10px; } }
    @media only screen and (min-width: 768px) {
      .infinite-scroll_totop a .c-button-arrow:before {
        right: 32px; } }
  @media only screen and (min-width: 1025px) {
    .infinite-scroll_totop a .c-button-arrow.c-button:hover:before {
      background-image: url(../svg/arrow_black.svg); } }
  .infinite-scroll_totop a .c-button-arrow.c-button:before {
    background-image: url(../svg/arrow_white.svg); }

.shopList_area {
  color: #a5a7a8; }
  @media only screen and (max-width: 767px) {
    .shopList_area {
      font-size: 13px;
      margin-bottom: 18px; } }
  @media only screen and (min-width: 768px) {
    .shopList_area {
      margin-bottom: 20px;
      font-size: 12px; } }

.shopList_title {
  font-weight: bold;
  border-bottom: 1px solid #dedfe0;
  line-height: 1.3; }
  @media only screen and (max-width: 767px) {
    .shopList_title {
      font-size: 18px;
      padding: 0 0 15px;
      margin-bottom: 18px; } }
  @media only screen and (min-width: 768px) {
    .shopList_title {
      font-size: 22px;
      padding: 0 0 15px;
      margin-bottom: 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .shopList_title {
      font-size: 18px;
      letter-spacing: 0.05em; } }

@media only screen and (max-width: 767px) {
  .shopList_content {
    margin-bottom: 18px; } }

.shopList_item {
  display: table; }
  @media only screen and (max-width: 767px) {
    .shopList_item {
      margin-bottom: 8px; } }
  @media only screen and (min-width: 768px) {
    .shopList_item {
      margin-bottom: 9px; } }

.shopList_item_title {
  display: table-cell;
  vertical-align: top;
  color: #a5a7a8;
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .shopList_item_title {
      width: 60px;
      padding-top: 1px;
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .shopList_item_title {
      width: 63px;
      font-size: 12px;
      padding-top: 1px; } }

.shopList_item_content {
  line-height: 1.4;
  display: table-cell;
  vertical-align: top;
  word-break: break-word; }
  @media only screen and (max-width: 767px) {
    .shopList_item_content {
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .shopList_item_content {
      width: 440px;
      font-size: 14px; } }
  .shopList_item_content * {
    line-height: 1.4; }

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

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

/*
	.contents
----------------------------------------*/
/*
	.shopList
----------------------------------------*/
.shopList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .shopList {
      padding: 0 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .shopList {
      padding: 0 20px; } }
  @media only screen and (min-width: 1025px) {
    .shopList {
      max-width: 1100px;
      margin: 0 auto 0; } }

/*
	.shopList_node
----------------------------------------*/
@media only screen and (max-width: 767px) {
  .shopList_node {
    width: 100%;
    margin-bottom: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopList_node {
    width: calc((100% - 100px) /2);
    margin: 0 25px 70px; } }

@media only screen and (min-width: 1025px) {
  .shopList_node {
    width: calc((100% - 80px) /2);
    margin-right: 80px;
    margin-bottom: 80px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopList_node:nth-child(2n) {
    margin-right: 0; } }

@media only screen and (min-width: 1025px) {
  .shopList_node:nth-child(2n) {
    margin-right: 0; } }

.shopList_link {
  display: block;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .shopList_link {
      padding: 0 0 26px;
      transition: opacity .3s ease; } }
  @media only screen and (min-width: 1025px) {
    .shopList_link:hover {
      opacity: 0.6; } }

.shopList_more {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .shopList_more {
      text-transform: uppercase;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .shopList_more {
      font-size: 11px;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #a5a7a8;
      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;
      padding: 0;
      background-color: transparent;
      border: 0;
      pointer-events: none; } }
  .shopList_more:after {
    content: ""; }
    @media only screen and (max-width: 767px) {
      .shopList_more:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 11px;
        margin: auto;
        width: 12px;
        height: 100%;
        background-image: url(../svg/arrow_black.svg);
        background-repeat: no-repeat;
        background-size: 10px auto;
        background-position: center; } }
    @media only screen and (min-width: 768px) {
      .shopList_more:after {
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 7px;
        margin-left: 5px;
        background-image: url(../svg/arrow_grey.svg);
        background-repeat: no-repeat;
        background-size: 11px auto; } }

/*
	.shopOnline
----------------------------------------*/
.shopOnline {
  background-color: #f0f1f2;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .shopOnline {
      padding: 60px 20px; } }
  @media only screen and (min-width: 768px) {
    .shopOnline {
      padding: 80px; } }

.shopOnline_link {
  background-color: #fff;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .shopOnline_link {
      padding: 48px 0; } }
  @media only screen and (min-width: 768px) {
    .shopOnline_link {
      width: 510px;
      padding: 74px 0;
      transition: opacity .3s ease; } }
  .shopOnline_link:hover {
    opacity: 0.7; }

@media only screen and (max-width: 767px) {
  .shopOnline_svg {
    width: 171px;
    height: 30px; } }

@media only screen and (min-width: 768px) {
  .shopOnline_svg {
    width: 260px;
    height: 46px; } }