@charset "UTF-8";
.slick-track {
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .slick-track: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を指定 */ }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
*, *::before,
*::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  min-height: 100vh; }

@media only screen and (max-width: 767px) {
  body {
    min-width: 2px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    min-width: 768px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

* {
  font-family: MyYuGothicM, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #727171; }

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

.wrapper {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    .wrapper {
      padding-top: 114px; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
.aboutSection_index, .serviceSection_index, .shopSection_index, .brandSection_index {
  text-align: center;
  position: relative;
  color: #727171; }
  @media only screen and (max-width: 767px) {
    .aboutSection_index, .serviceSection_index, .shopSection_index, .brandSection_index {
      padding-bottom: 19px;
      font-size: 19px; } }
  @media only screen and (max-width: 320px) {
    .aboutSection_index, .serviceSection_index, .shopSection_index, .brandSection_index {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .aboutSection_index, .serviceSection_index, .shopSection_index, .brandSection_index {
      padding-bottom: 22px;
      font-size: 22px; } }
  .aboutSection_index:after, .serviceSection_index:after, .shopSection_index:after, .brandSection_index:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background-color: #ff4411; }

.c-button {
  display: inline-block;
  text-align: center;
  border: 1px solid #727171;
  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 (max-width: 767px) {
    .c-button {
      padding: 15px 18px;
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    .c-button {
      padding: 12px 18px;
      font-size: 12px; } }

.brandSection_banner {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .brandSection_banner {
      padding: 0 10px; } }
  .brandSection_banner a {
    transition: opacity .3s ease; }
    .brandSection_banner a:hover {
      opacity: 0.6; }
  .brandSection_banner img {
    max-width: 100%; }

.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
.slick-dots {
  position: absolute;
  font-size: 0;
  width: auto;
  margin-top: 10px; }
  .slick-dots li {
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    background-color: #ccc; }
    @media only screen and (min-width: 768px) {
      .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 6px 0; } }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        width: 7px;
        height: 7px;
        margin: 0 5px 0; } }
    @media only screen and (max-width: 320px) {
      .slick-dots li {
        width: 6px;
        height: 6px;
        margin: 0 4px 0; } }
    .slick-dots li.slick-active, .slick-dots li:hover {
      background-color: #000; }

.slick-prev, .slick-next {
  background-color: #ccc;
  border-radius: 50%;
  top: auto;
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    .slick-prev, .slick-next {
      width: 40px;
      height: 40px; } }
  @media only screen and (max-width: 767px) {
    .slick-prev, .slick-next {
      width: 40px;
      height: 40px; } }
  .slick-prev.slick-active, .slick-prev:hover, .slick-next.slick-active, .slick-next:hover {
    background-color: #ccc;
    opacity: .6; }

.slick-prev:before, .slick-next:before {
  width: 100%;
  height: 100%;
  transition: 300ms ease;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
      background-size: 7px auto; } }
  @media only screen and (max-width: 767px) {
    .slick-prev:before, .slick-next:before {
      background-size: 8px auto; } }

.slick-prev:before {
  background-image: url(../svg/arrow_prev.svg); }

.slick-next:before {
  background-image: url(../svg/arrow_next.svg); }

.intro {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7000; }

.intro_gauge {
  display: block;
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #222;
  transition: 1s ease; }
  @media only screen and (min-width: 768px) {
    .intro_gauge {
      top: 210px; } }
  @media only screen and (max-width: 767px) {
    .intro_gauge {
      top: 128px; } }

.intro_1st {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7000;
  transition: opacity .7s ease 1s; }
  .intro_1st:before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: .7s ease; }
  .intro_1st:after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .7s ease; }
  .split .intro_1st:before, .split .intro_1st:after {
    height: 0%; }
  .secondLoad .intro_1st {
    display: none; }

.intro_1st_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 7000;
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  transition: opacity .7s ease; }
  @media only screen and (min-width: 768px) {
    .intro_1st_inner {
      height: 432px; } }
  @media only screen and (max-width: 767px) {
    .intro_1st_inner {
      height: 237px; } }
  .start .intro_1st_inner {
    opacity: 1;
    transition: opacity .3s ease; }
  .split .intro_1st_inner {
    opacity: 0; }

@media only screen and (min-width: 768px) {
  .intro_logo {
    margin: 0 0 80px; } }

@media only screen and (max-width: 767px) {
  .intro_logo {
    margin: 0 0 118px; } }

@media only screen and (max-width: 767px) {
  .intro_logo img {
    width: 290px; } }

.intro_season {
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .intro_season {
      padding: 80px 0 0;
      font-size: 22px; }
      .intro_season br {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .intro_season {
      font-size: 24px;
      line-height: 1.3; } }

@media only screen and (min-width: 768px) {
  .intro_caption {
    margin-top: 38px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2; } }

@media only screen and (max-width: 767px) {
  .intro_caption {
    display: none; } }

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

.intro_2nd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/common/intro_bg.jpg);
  z-index: 6000;
  transition: 2s ease; }
  .secondLoad .intro_2nd {
    transition: 1s ease; }
  .bgFadeout .intro_2nd {
    opacity: 0;
    visibility: hidden; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000; }
  @media only screen and (min-width: 1025px) {
    .header {
      min-width: 1150px; } }
  .header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s ease; }
    @media only screen and (max-width: 1024px) {
      .headerOpen .header:before {
        opacity: 1;
        visibility: visible; } }
  .header:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f5f2f1;
    transition: width .3s ease; }
    @media only screen and (max-width: 1024px) {
      .headerTransparent .header:after, .headerOpen .header:after {
        opacity: 0; } }

.header_main {
  position: relative;
  background-color: #fff;
  transition: .3s ease; }
  @media only screen and (min-width: 1025px) {
    .header_main {
      border-top: 5px solid #ff4411;
      height: 100px;
      line-height: 100px;
      padding: 0 60px; }
      .headerTransparent .header_main {
        height: 114px;
        line-height: 114px; } }
  @media only screen and (max-width: 1024px) {
    .header_main {
      text-align: center;
      height: 50px; }
      .headerTransparent .header_main {
        background-color: transparent; } }

/* header_logo
-----------------------------------------------------------------*/
.header_logo {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .header_logo {
      margin-top: 22px; } }
  @media only screen and (max-width: 1024px) {
    .header_logo {
      margin-top: 9px; } }

.header_logo_link {
  display: block;
  letter-spacing: 0.15em; }
  @media only screen and (max-width: 1024px) {
    .header_logo_link {
      transition: .3s ease; }
      .headerTransparent .header_logo_link {
        opacity: 0;
        visibility: hidden; } }
  @media only screen and (min-width: 1025px) {
    .header_logo_link .default {
      opacity: 1;
      transition: opacity .3s ease .3s; }
      .headerTransparent .header_logo_link .default, .headerOpen .header_logo_link .default {
        transition-delay: 0s; }
      .headerTransparent .header_logo_link .default {
        opacity: 0; } }

.header_logo_orangeBox {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 10;
  width: 116px;
  overflow: hidden;
  transition: .2s ease;
  height: 0;
  opacity: 0; }
  @media only screen and (max-width: 1024px) {
    .header_logo_orangeBox {
      display: none; } }
  .headerTransparent .header_logo_orangeBox {
    height: 116px;
    opacity: 1;
    transition-delay: .3s; }

.header_logo_orangeBox_svg {
  vertical-align: middle; }
  @media only screen and (min-width: 1025px) {
    .header_logo_orangeBox_svg {
      fill: #fff;
      width: 116px;
      height: 116px; } }

.header_logo_svg {
  vertical-align: top; }
  @media only screen and (min-width: 1025px) {
    .header_logo_svg {
      width: 146px;
      height: 47px; } }
  @media only screen and (max-width: 1024px) {
    .header_logo_svg {
      width: 97px;
      height: 32px; } }

/* headerMain_menu
-----------------------------------------------------------------*/
.header_main_menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .header_main_menu {
      display: none; } }
  .header_main_menu span {
    margin: 10px 13px 0;
    position: relative;
    width: 20px;
    height: 16px;
    display: block;
    vertical-align: middle;
    transition: .3s ease; }
    .headerOpen .header_main_menu span {
      margin: 15px 17px 0;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .header_main_menu span i {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #ff4411;
      position: absolute;
      left: 0;
      transition: .3s ease; }
      .headerOpen .header_main_menu span i {
        width: 30px; }
      .header_main_menu span i:nth-child(1) {
        top: 0; }
        .headerOpen .header_main_menu span i:nth-child(1) {
          -webkit-transform: rotate(-90deg) translate(-7px, 0px);
          -ms-transform: rotate(-90deg) translate(-7px, 0px);
          transform: rotate(-90deg) translate(-7px, 0px); }
      .header_main_menu span i:nth-child(2) {
        top: 7px; }
        .headerOpen .header_main_menu span i:nth-child(2) {
          -webkit-transform: rotate(0deg) translate(0px, 0px);
          -ms-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px); }
      .header_main_menu span i:nth-child(3) {
        bottom: 0;
        transition: none; }
        .headerOpen .header_main_menu span i:nth-child(3) {
          opacity: 0; }

/* header_content
-----------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .header_content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    body.headerOpen .header_content {
      opacity: 1;
      visibility: visible; } }

@media only screen and (min-width: 1025px) {
  .header_content {
    opacity: 1;
    visibility: visible;
    transition: .3s ease; } }

@media only screen and (max-width: 1024px) {
  .header_content:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s ease; }
    body.headerOpen .header_content:before {
      height: 100%; } }

/* header_navlist
-----------------------------------------------------------------*/
.header_nav {
  white-space: nowrap; }
  @media only screen and (max-width: 1024px) {
    .header_nav {
      text-align: center;
      transition: .3s ease;
      opacity: 0; } }
  @media only screen and (min-width: 1025px) {
    .header_nav {
      position: absolute;
      top: 0;
      right: 60px; } }
  body.headerOpen .header_nav {
    opacity: 1;
    visibility: visible;
    transition: .3s ease .2s; }

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

.header_navlist_node {
  position: relative;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 1025px) {
    .header_navlist_node {
      float: left;
      padding-left: 32px;
      font-size: 15px; } }
  @media only screen and (max-width: 1024px) {
    .header_navlist_node {
      margin-bottom: 28px;
      font-size: 19px; } }
  @media only screen and (min-width: 1025px) {
    .header_navlist_node:hover a:after, .header_navlist_node.active a:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }
  .header_navlist_node a {
    display: block;
    color: #727171; }
    @media only screen and (min-width: 1025px) {
      .header_navlist_node a {
        height: 100px;
        line-height: 100px;
        position: relative; }
        .headerTransparent .header_navlist_node a {
          height: 114px;
          line-height: 114px; } }
    .header_navlist_node a:after {
      content: ""; }
      @media only screen and (min-width: 1025px) {
        .header_navlist_node a:after {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: 16px auto 0;
          width: 100%;
          height: 2px;
          background-color: #ff4411;
          -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; } }
  @media only screen and (max-width: 1024px) {
    .header_navlist_node i {
      display: inline-block;
      padding: 10px 0 11px;
      border-bottom: 2px solid #ff4411; } }
  @media only screen and (max-width: 1024px) {
    .header_navlist_node.baseSite {
      margin-top: 53px; } }
  @media only screen and (max-width: 1024px) {
    .header_navlist_node.baseSite img {
      height: 27px; } }
  @media only screen and (min-width: 1025px) {
    .header_navlist_node.baseSite img {
      height: 20px; } }

.pageTop {
  position: fixed;
  z-index: 500;
  text-align: right;
  transition: 0.2s ease; }
  .pageTop * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @media only screen and (min-width: 768px) {
    .pageTop {
      bottom: 20px;
      right: 20px; } }
  @media only screen and (max-width: 767px) {
    .pageTop {
      bottom: 8px;
      right: 8px; } }
  .pageTop.hide {
    opacity: 0;
    visibility: hidden; }
  .pageTop a {
    display: inline-block;
    border: 1px solid #ff4411;
    text-align: center;
    transition: 0.5s ease; }
    @media only screen and (max-width: 767px) {
      .pageTop a {
        width: 36px;
        height: 36px; } }
    @media only screen and (min-width: 768px) {
      .pageTop a {
        width: 50px;
        height: 50px; } }
    .pageTop a:hover {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg); }

.pageTop_svg_arrow {
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  fill: #ff4411; }
  @media only screen and (max-width: 767px) {
    .pageTop_svg_arrow {
      width: 9px;
      height: 5px; } }
  @media only screen and (min-width: 768px) {
    .pageTop_svg_arrow {
      width: 14px;
      height: 7px; } }
  a:hover .pageTop_svg_arrow {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.footer {
  position: relative;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #ff4411; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 60px 0 17px; } }
  @media only screen and (min-width: 768px) {
    .footer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 60px 45px 25px 60px; } }
  .footer * {
    color: #000; }

/* .footer_upper
-----------------------------------------------------------------*/
.footer_upper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .footer_upper {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 17px; } }

@media only screen and (max-width: 767px) {
  .footer_imabari_img {
    margin-right: 18px;
    width: 60px; } }

@media only screen and (min-width: 768px) {
  .footer_imabari_img {
    width: 80px;
    margin-right: 30px; } }

.footer_imabari_img img {
  width: 100%; }

.footer_imabari_text {
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .footer_imabari_text {
      font-size: 11px; } }
  @media only screen and (min-width: 768px) {
    .footer_imabari_text {
      font-size: 11px; } }

/* .footer_under
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .footer_under {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .footer_under {
    text-align: right; } }

.footer_nikikawaLogo {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .footer_nikikawaLogo {
      margin-bottom: 10px;
      width: 120px; } }
  @media only screen and (min-width: 768px) {
    .footer_nikikawaLogo {
      margin-bottom: 8px;
      width: 130px; } }
  .footer_nikikawaLogo img {
    width: 100%; }

.footer_copyright {
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 767px) {
    .footer_copyright {
      font-size: 9px; } }
  @media only screen and (max-width: 320px) {
    .footer_copyright {
      font-size: 8px; } }
  @media only screen and (min-width: 768px) {
    .footer_copyright {
      font-size: 10px; } }

.c-button {
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .c-button:hover {
      border-color: #ff4411;
      background-color: #ff4411;
      color: #fff; }
      .c-button:hover:before {
        background-image: url(../svg/arrow-right_white.svg); } }
  .c-button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 100%;
    background-image: url(../svg/arrow-right_orange.svg);
    background-repeat: no-repeat;
    background-size: 4px auto;
    background-position: center; }
    @media only screen and (max-width: 767px) {
      .c-button:before {
        width: 5px;
        background-size: 5px auto;
        right: 20px; } }
    @media only screen and (min-width: 768px) {
      .c-button:before {
        right: 20px; } }
  .c-button.nolink {
    pointer-events: none; }

/*
	 スクロールロック
----------------------------------------*/
html.scrollLock, body.scrollLock {
  overflow: hidden; }

.mainvisual {
  position: relative; }

.mainvisualList {
  transition: opacity .7s ease; }
  .mainvisualList.hide {
    opacity: 0; }

.mainvisualList_node {
  overflow: hidden;
  transition: opacity 3s ease !important; }
  @media only screen and (min-width: 1025px) {
    .mainvisualList_node {
      margin-left: 226px; } }
  .mainvisualList_node.slick-current {
    visibility: visible; }

.mainvisualList_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: -webkit-transform 7s ease;
  transition: transform 7s ease;
  transition: transform 7s ease, -webkit-transform 7s ease; }
  @media only screen and (max-width: 1024px) {
    .mainvisualList_img {
      height: 100vh; } }
  @media only screen and (min-width: 1025px) {
    .mainvisualList_img {
      height: calc(100vh - 114px); } }
  .slick-current .mainvisualList_img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media only screen and (max-width: 1024px) {
    .mainvisualList_img.mainvisualList_pc {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .mainvisualList_img.mainvisualList_sp {
      display: none; } }

.mainvisual_over {
  position: absolute;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 1024px) {
    .mainvisual_over {
      left: 0;
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 1025px) {
    .mainvisual_over {
      left: 60px;
      padding-bottom: 40px; } }

.mainvisual_over_text {
  color: #727171;
  line-height: 1.8;
  letter-spacing: 0.12em; }
  @media only screen and (max-width: 1024px) {
    .mainvisual_over_text {
      font-size: 16px;
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1025px) {
    .mainvisual_over_text {
      font-size: 32px; } }
  @media only screen and (max-width: 1024px) {
    .mainvisual_over_text br {
      display: none; } }

@media only screen and (min-width: 1025px) {
  .mainvisual_over_logo {
    display: none; } }

.mainvisual_over_logo_svg {
  width: 168px;
  height: 54px; }

.mainvisual_scroll {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  display: inline-block;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .mainvisual_scroll {
      left: 0;
      right: 0;
      margin: auto; } }
  @media only screen and (min-width: 1025px) {
    .mainvisual_scroll {
      left: 85px; } }

.mainvisual_scroll_text {
  font-family: "Montserrat", Arial, MyYuGothicM, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif, sans-serif;
  font-size: 14px;
  color: #ff4411;
  letter-spacing: 0.1em;
  margin-bottom: 7px; }
  @media only screen and (max-width: 1024px) {
    .mainvisual_scroll_text {
      font-size: 15px; } }

@-webkit-keyframes line_animation {
  0% {
    stroke-dashoffset: 60; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes line_animation {
  0% {
    stroke-dashoffset: 60; }
  100% {
    stroke-dashoffset: 0; } }

.mainvisual_scrollLine {
  position: relative;
  display: inline-block; }
  .mainvisual_scrollLine:before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 68, 17, 0.1); }
  .mainvisual_scrollLine svg {
    vertical-align: bottom;
    position: relative;
    width: 1px;
    height: 30px;
    fill: none;
    stroke: #ff4411;
    stroke-width: 1px;
    stroke-dasharray: 30px;
    stroke-dashoffset: 0;
    -webkit-animation: line_animation 2.5s ease infinite normal;
    animation: line_animation 2.5s ease infinite normal; }
  .mainvisual_scrollLine:hover svg {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }

.aboutSection {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .aboutSection {
      padding: 27px 0 73px;
      margin-top: 50px; } }
  @media only screen and (min-width: 768px) {
    .aboutSection {
      padding: 112px 0 105px; } }

.aboutSection_text {
  line-height: 1.85; }
  @media only screen and (max-width: 767px) {
    .aboutSection_text {
      padding-top: 23px;
      font-size: 13px; } }
  @media only screen and (max-width: 320px) {
    .aboutSection_text {
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .aboutSection_text {
      padding-top: 32px;
      font-size: 14px; } }

.serviceSection {
  background-color: #eee; }
  @media only screen and (max-width: 767px) {
    .serviceSection {
      padding: 54px 13px 50px; } }
  @media only screen and (min-width: 768px) {
    .serviceSection {
      padding: 130px 0; } }

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

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

.serviceSection_upper {
  background-color: #fff;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .serviceSection_upper {
      padding: 54px 0; } }
  @media only screen and (min-width: 768px) {
    .serviceSection_upper {
      padding: 110px 0;
      margin: 0 0 20px; } }

@media only screen and (min-width: 768px) {
  .serviceSection_list {
    background-color: #fff; } }

@media only screen and (max-width: 767px) {
  .serviceSection_list_node {
    background-color: #fff; } }

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

.serviceSection_list_node:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

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

@media only screen and (min-width: 768px) {
  .serviceSection_list_img {
    width: 50%; } }

.serviceSection_list_img img {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .serviceSection_list_info {
    padding: 45px 32px 40px; } }

@media only screen and (min-width: 768px) {
  .serviceSection_list_info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 50%;
    padding: 0 30px 0 60px; } }

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

.serviceSection_list_index {
  color: #ff4411;
  font-family: "Montserrat", Arial, MyYuGothicM, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif, sans-serif;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .serviceSection_list_index {
      margin-bottom: 18px;
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .serviceSection_list_index {
      width: 100%;
      margin-bottom: 23px;
      font-size: 14px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .serviceSection_list_index {
      margin-bottom: 14px;
      font-size: 12px; } }

.serviceSection_list_title {
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .serviceSection_list_title {
      margin-bottom: 18px;
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .serviceSection_list_title {
      width: 100%;
      margin-bottom: 23px;
      font-size: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .serviceSection_list_title {
      margin-bottom: 14px;
      font-size: 16px; } }

.serviceSection_list_text {
  line-height: 1.8; }
  @media only screen and (max-width: 1024px) {
    .serviceSection_list_text {
      font-size: 13px; } }
  @media only screen and (min-width: 1025px) {
    .serviceSection_list_text {
      font-size: 14px; } }
  @media only screen and (max-width: 1024px) {
    .serviceSection_list_text br {
      display: none; } }
  .serviceSection_list_text a {
    text-decoration: underline; }
  .serviceSection_list_text small {
    display: block; }
    @media only screen and (max-width: 767px) {
      .serviceSection_list_text small {
        margin-top: 4px;
        font-size: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .serviceSection_list_text small {
        margin-top: 4px;
        font-size: 11px; } }
    @media only screen and (min-width: 1025px) {
      .serviceSection_list_text small {
        margin-top: 5px;
        font-size: 12px; } }

/*
	.serviceSection_goods
----------------------------------------*/
.serviceSection_goods {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .serviceSection_goods {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.serviceSection_goods_node {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .serviceSection_goods_node {
      width: calc(100% / 3); } }
  @media only screen and (max-width: 320px) {
    .serviceSection_goods_node {
      width: calc(100% / 3); } }
  @media only screen and (min-width: 768px) {
    .serviceSection_goods_node {
      width: 16.7%; } }
  .serviceSection_goods_node:nth-child(2n) {
    margin-right: 0; }
  .serviceSection_goods_node img {
    width: 100%; }

@media only screen and (max-width: 767px) {
  .serviceSection_goods_name {
    padding: 10px 0 22px;
    font-size: 11px; } }

@media only screen and (max-width: 320px) {
  .serviceSection_goods_name {
    font-size: 10px;
    letter-spacing: 0; } }

@media only screen and (min-width: 768px) {
  .serviceSection_goods_name {
    padding: 26px 0 28px;
    font-size: 12px; } }

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

@media only screen and (max-width: 767px) {
  .shopSection {
    padding: 40px 0 0; } }

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

@media only screen and (max-width: 767px) {
  .shopSection_inner {
    padding: 0 15px; } }

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

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

@media only screen and (max-width: 767px) {
  .shopSection_tag {
    margin: 44px 0 6px; } }

@media only screen and (min-width: 768px) {
  .shopSection_tag {
    margin: 35px 0 16px; } }

@media only screen and (max-width: 767px) {
  .shopSection_tag_node {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .shopSection_tag_node {
    text-align: right; } }

.shopSection_tag_icon {
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px auto; }
  @media only screen and (max-width: 767px) {
    .shopSection_tag_icon {
      width: 180px;
      padding-left: 32px;
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_tag_icon {
      width: 175px;
      margin-bottom: 10px;
      padding-left: 32px;
      font-size: 12px; } }
  [data-tag="sommelier"] .shopSection_tag_icon {
    background-image: url(../images/tag-sommelier.png); }
  [data-tag="needlework"] .shopSection_tag_icon {
    background-image: url(../images/tag-needlework.png); }

@media only screen and (min-width: 768px) {
  .shopSection_list {
    margin: 0 auto 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.shopSection_list_node {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .shopSection_list_node {
      margin-bottom: 57px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_node {
      width: calc((100% - (20px * 2))/ 3);
      margin-right: 20px;
      padding-bottom: 110px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .shopSection_list_node {
      padding-bottom: 90px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_node:nth-child(3n) {
      margin-right: 0; } }

.shopSection_list_img img {
  width: 100%; }

.shopSection_list_info {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .shopSection_list_info {
      padding: 17px 30px 26px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_info {
      padding: 17px 30px 30px; } }
  .shopSection_list_info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background-color: #ff4411; }

.shopSection_list_tag {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 767px) {
    .shopSection_list_tag {
      top: 15px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_tag {
      top: 13px; } }

.shopSection_list_tag_node {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px; }
  @media only screen and (max-width: 767px) {
    .shopSection_list_tag_node {
      width: 22px;
      height: 22px;
      line-height: 22px;
      background-size: 22px auto; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_tag_node {
      width: 25px;
      height: 25px;
      line-height: 25px;
      background-size: 25px auto; } }
  .shopSection_list_tag_node[data-tag="sommelier"] {
    background-image: url(../images/tag-sommelier.png); }
  .shopSection_list_tag_node[data-tag="needlework"] {
    background-image: url(../images/tag-needlework.png); }

.shopSection_list_name {
  line-height: 1.4;
  word-break: keep-all;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .shopSection_list_name {
      margin-bottom: 24px;
      font-size: 18px;
      letter-spacing: 0.02em; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_name {
      margin-bottom: 15px;
      font-size: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .shopSection_list_name {
      font-size: 15px; } }
  .shopSection_list_name br {
    display: none; }

.shopSection_list_address, .shopSection_list_tel {
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: keep-all; }
  @media only screen and (max-width: 767px) {
    .shopSection_list_address, .shopSection_list_tel {
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_address, .shopSection_list_tel {
      font-size: 13px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .shopSection_list_address, .shopSection_list_tel {
      font-size: 12px; } }

.shopSection_list_button {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .shopSection_list_button {
      position: absolute;
      bottom: 75px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .shopSection_list_button {
      bottom: 66px; } }

.shopSection_list_link {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .shopSection_list_link {
      width: 240px;
      height: 42px;
      margin: 0 auto 0; } }
  @media only screen and (min-width: 768px) {
    .shopSection_list_link {
      width: 210px;
      height: 38px;
      margin: 0 auto 0; } }

/*
	.shopSection_banner
----------------------------------------*/
.shopSection_banner {
  border: 1px solid #7d7d7d; }
  @media only screen and (max-width: 767px) {
    .shopSection_banner {
      height: 116px;
      margin: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_banner {
      width: 666px;
      height: 240px;
      margin: 0 auto; } }

.shopSection_banner_link {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 1025px) {
    .shopSection_banner_link {
      transition: background .3s ease; } }
  @media only screen and (min-width: 1025px) {
    .shopSection_banner_link:hover {
      background-color: rgba(255, 68, 17, 0.1); } }

.shopSection_banner_svg {
  fill: #fff; }
  @media only screen and (max-width: 767px) {
    .shopSection_banner_svg {
      width: 58px;
      height: 58px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_banner_svg {
      width: 116px;
      height: 116px; } }

.shopSection_banner_text {
  position: relative;
  color: #ff4411;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .shopSection_banner_text {
      line-height: 1.3;
      margin-left: 38px;
      padding-left: 13px;
      font-size: 16px;
      text-align: center; } }
  @media only screen and (max-width: 320px) {
    .shopSection_banner_text {
      margin-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .shopSection_banner_text {
      margin-left: 60px;
      padding-left: 30px;
      font-size: 24px; } }
  .shopSection_banner_text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 100%;
    background-image: url(../svg/arrow-right_orange.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: left center; }
    @media only screen and (max-width: 767px) {
      .shopSection_banner_text:before {
        width: 10px;
        background-position: left 6px;
        background-size: 5px auto;
        left: 0; } }
    @media only screen and (min-width: 768px) {
      .shopSection_banner_text:before {
        left: 0; } }

@media only screen and (max-width: 767px) {
  .brandSection {
    padding: 57px 15px 0; } }

@media only screen and (min-width: 768px) {
  .brandSection {
    padding: 130px 0 120px; } }

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

.brandSection_list {
  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) {
    .brandSection_list {
      margin: 54px 0 0; } }
  @media only screen and (min-width: 768px) {
    .brandSection_list {
      margin: 110px auto 100px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .brandSection_list {
      padding: 0 40px; } }

.brandSection_list_node {
  background-color: #eeeeee; }
  @media only screen and (max-width: 767px) {
    .brandSection_list_node {
      width: calc((100% - 14px) / 2);
      margin: 0 14px 14px 0;
      padding: 18px 10px 30px; } }
  @media only screen and (min-width: 768px) {
    .brandSection_list_node {
      width: calc((100% - 44px) / 2);
      margin: 0 44px 44px 0;
      padding: 28px 24px; } }
  .brandSection_list_node:nth-child(even) {
    margin-right: 0; }

.brandSection_list_info {
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .brandSection_list_info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media only screen and (min-width: 1025px) {
  .brandSection_list_img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 260px;
    transition: opacity .3s ease; } }

.brandSection_list_img.noLink {
  pointer-events: none; }

@media only screen and (min-width: 1025px) {
  .brandSection_list_img:hover {
    opacity: 0.7; } }

.brandSection_list_img img {
  max-width: 100%; }

@media only screen and (max-width: 1024px) {
  .brandSection_list_meta {
    padding: 26px 0 0; } }

@media only screen and (min-width: 1025px) {
  .brandSection_list_meta {
    padding-left: 18px; } }

.brandSection_list_name {
  line-height: 1.3;
  font-weight: bold; }
  @media only screen and (max-width: 1024px) {
    .brandSection_list_name {
      margin-bottom: 5px;
      font-size: 16px; } }
  @media only screen and (min-width: 1025px) {
    .brandSection_list_name {
      padding-top: 10px;
      margin-bottom: 5px;
      font-size: 18px; } }

@media only screen and (max-width: 1024px) {
  .brandSection_list_kana {
    margin-bottom: 20px;
    font-size: 13px; } }

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

.brandSection_list_caption {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 1024px) {
    .brandSection_list_caption {
      margin-top: 20px;
      font-size: 12px; } }
  @media only screen and (min-width: 1025px) {
    .brandSection_list_caption {
      margin-top: 20px;
      font-size: 13px; } }

.brandSection_list_button {
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .brandSection_list_button {
      margin: 23px 0 0; } }
  @media only screen and (min-width: 1025px) {
    .brandSection_list_button {
      margin: 30px 0 15px; } }

@media only screen and (max-width: 1024px) {
  .brandSection_list_link {
    display: block;
    padding: 10px 20px;
    height: 33px;
    font-size: 11px; } }

@media only screen and (min-width: 768px) {
  .brandSection_list_link {
    padding: 17px 20px;
    width: 300px;
    height: 52px;
    font-size: 16px; } }

@media only screen and (max-width: 320px) {
  .brandSection_list_link:before {
    right: 10px; } }

@media only screen and (min-width: 768px) {
  .brandSection_list_link:before {
    background-size: 6px auto;
    width: 6px; } }

@media only screen and (max-width: 767px) {
  .brandSection_banner {
    margin-top: 40px; } }
