@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*!
 * 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; }

@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を指定 */ }

.header_navlist_node a, .footer_pagetop, .footer_nav_node a, .footer_copy, .sortBox_node_value_label, .searchBox_form_input, .functionBox_back, .sortBox_close, .sortBox_node_selected, .c-index {
  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; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
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;
  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: .05em;
  backface-visibility: hidden; }

@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 (max-width: 1024px) {
    .wrapper {
      padding-top: 50px; } }
  @media only screen and (min-width: 1025px) {
    .wrapper {
      padding-top: 60px; } }
  [data-page="home"] .wrapper {
    padding-top: 0; }

/*================================================================
 *FILE					:_header.scss
 *DESCRIPTION   :ヘッダーパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2200; }
  .header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: top;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s ease; }

.header_main {
  position: relative;
  background-color: #000;
  transition: background .5s ease; }
  @media only screen and (min-width: 1025px) {
    .header_main {
      height: 60px;
      line-height: 60px; } }
  @media only screen and (max-width: 1024px) {
    .header_main {
      height: 50px; } }
  .headerTransparent .header_main {
    background-color: transparent; }

/* header_logo
-----------------------------------------------------------------*/
.header_logo {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .header_logo {
      padding-left: 16px; } }

.header_logo_link {
  display: block;
  letter-spacing: 0.15em;
  color: #fff; }
  @media only screen and (min-width: 1025px) {
    .header_logo_link {
      padding: 17px 32px; } }
  @media only screen and (max-width: 1024px) {
    .header_logo_link {
      padding: 14px 0; } }

.header_logo_svg {
  vertical-align: top;
  fill: #fff; }
  @media only screen and (min-width: 1025px) {
    .header_logo_svg {
      width: 82px;
      height: 26px; } }
  @media only screen and (max-width: 1024px) {
    .header_logo_svg {
      width: 73px;
      height: 23px; } }
  .headerTransparent[data-color="black"] .header_logo_svg {
    fill: #000; }
  .headerTransparent[data-color="white"] .header_logo_svg {
    fill: #fff; }
  .headerTransparent[data-color="grey"] .header_logo_svg {
    fill: #ddd; }

/* headerMain_menu
-----------------------------------------------------------------*/
.header_main_menu {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 6px;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .header_main_menu {
      display: none; } }
  .header_main_menu span {
    margin: 16px 10px 0;
    position: relative;
    width: 30px;
    height: 17px;
    display: block;
    vertical-align: middle;
    transition: .3s ease; }
    .headerOpen .header_main_menu span {
      transform: rotate(-151deg); }
    .header_main_menu span i {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: 0;
      transition: .3s ease; }
      .headerTransparent[data-color="black"] .header_main_menu span i {
        background-color: #000; }
      .headerTransparent[data-color="white"] .header_main_menu span i {
        background-color: #fff; }
      .headerTransparent[data-color="grey"] .header_main_menu span i {
        background-color: #ddd; }
      .headerOpen .header_main_menu span i {
        width: 34px !important;
        background-color: #fff !important; }
      .header_main_menu span i:nth-child(1) {
        top: 0; }
        .headerOpen .header_main_menu span i:nth-child(1) {
          transform: rotate(-56deg) translate(-7px, 4px); }
      .header_main_menu span i:nth-child(2) {
        width: 26px;
        top: 8px; }
        .headerOpen .header_main_menu span i:nth-child(2) {
          transform: rotate(0deg) translate(0px, 0px); }
      .header_main_menu span i:nth-child(3) {
        width: 22px;
        bottom: 0;
        transition: none; }
        .headerOpen .header_main_menu span i:nth-child(3) {
          opacity: 0; }

/* header_content
-----------------------------------------------------------------*/
@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 {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    body.headerOpen .header_content {
      opacity: 1;
      visibility: visible; } }

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

/* header_navlist
-----------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .header_nav {
    position: absolute;
    top: 0;
    right: 28px; } }

@media only screen and (max-width: 1024px) {
  .header_nav {
    transition: .3s ease;
    opacity: 0; } }

body.headerOpen .header_nav {
  opacity: 1;
  visibility: visible;
  transition: .3s ease .2s; }

@media only screen and (max-width: 1024px) {
  .header_navlist {
    margin-top: 18px; } }

.header_navlist_node {
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .header_navlist_node {
      float: left;
      padding: 0 11px; } }
  @media only screen and (min-width: 1025px) {
    .header_navlist_node:hover a:before, .header_navlist_node.active a:before {
      transform: scale(1); } }
  @media only screen and (min-width: 1025px) {
    body[data-page="brand"] .header_navlist_node.brand a:before {
      transform: scale(1); }
    body[data-page="news"] .header_navlist_node.news a:before {
      transform: scale(1); }
    body[data-page="look"] .header_navlist_node.look a:before {
      transform: scale(1); }
    body[data-page="calendar"] .header_navlist_node.calendar a:before {
      transform: scale(1); }
    body[data-page="features"] .header_navlist_node.features a:before {
      transform: scale(1); }
    body[data-page="snap"] .header_navlist_node.snap a:before {
      transform: scale(1); }
    body[data-page="shop"] .header_navlist_node.shop a:before {
      transform: scale(1); }
    body[data-page="ec"] .header_navlist_node.ec a:before {
      transform: scale(1); } }
  .header_navlist_node a {
    display: block;
    letter-spacing: 0.06em;
    color: #fff; }
    .headerTransparent[data-color="black"] .header_navlist_node a {
      color: #000; }
    .headerTransparent[data-color="white"] .header_navlist_node a {
      color: #fff; }
    .headerTransparent[data-color="grey"] .header_navlist_node a {
      color: #ddd; }
    body.headerOpen .header_navlist_node a {
      color: #fff !important; }
    @media only screen and (min-width: 1025px) {
      .header_navlist_node a {
        padding: 23px 0;
        position: relative;
        font-size: 12px; } }
    @media only screen and (max-width: 1024px) {
      .header_navlist_node a {
        height: 53px;
        line-height: 53px;
        padding: 0 20px;
        font-size: 17px; } }
    .header_navlist_node a:before {
      content: ""; }
      @media only screen and (min-width: 1025px) {
        .header_navlist_node a:before {
          position: absolute;
          bottom: 18px;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 1px;
          background-color: #f5f2f1;
          transform: scale(0);
          transition: 200ms cubic-bezier(0.4, 0, 0.2, 1); }
          .headerTransparent[data-color="black"] .header_navlist_node a:before {
            background-color: #000; }
          .headerTransparent[data-color="white"] .header_navlist_node a:before {
            background-color: #fff; }
          .headerTransparent[data-color="grey"] .header_navlist_node a:before {
            background-color: #ddd; } }
  .header_navlist_node.ec {
    padding-right: 0; }
    .header_navlist_node.ec a {
      position: relative; }
      @media only screen and (min-width: 1025px) {
        .header_navlist_node.ec a {
          padding-right: 15px; } }
      .header_navlist_node.ec a:after {
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../svg/outlink_white.svg); }
        .headerTransparent[data-color="black"] .header_navlist_node.ec a:after {
          background-image: url(../svg/outlink_black.svg); }
        .headerTransparent[data-color="white"] .header_navlist_node.ec a:after {
          background-image: url(../svg/outlink_white.svg); }
        .headerTransparent[data-color="grey"] .header_navlist_node.ec a:after {
          background-image: url(../svg/outlink_grey.svg); }
        body.headerOpen .header_navlist_node.ec a:after {
          background-image: url(../svg/outlink_white.svg) !important; }
        @media only screen and (max-width: 1024px) {
          .header_navlist_node.ec a:after {
            vertical-align: baseline;
            width: 14px;
            height: 14px;
            background-size: 14px auto;
            margin-left: 8px; } }
        @media only screen and (min-width: 1025px) {
          .header_navlist_node.ec a:after {
            width: 12px;
            height: 10px;
            background-size: 12px auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto; } }

/* header_nav_sns
-----------------------------------------------------------------*/
.header_nav_sns {
  display: flex;
  position: relative;
  padding: 42px 0 70px;
  margin: 0 20px; }
  @media only screen and (min-width: 1025px) {
    .header_nav_sns {
      display: none; } }
  .header_nav_sns a {
    font-weight: 600;
    font-style: italic;
    font-size: 13px; }

.header_nav_sns_node {
  margin-right: 22px; }

.header_nav_sns_svg {
  fill: #fff;
  width: 20px;
  height: 20px; }

/*================================================================
 *FILE					:_footer.scss
 *DESCRIPTION   :フッターパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
.footer {
  position: relative;
  transition: opacity .3s ease; }
  .pjaxLoading .footer {
    opacity: 0; }

.footer_pagetop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  cursor: pointer;
  z-index: 100;
  text-align: center;
  text-indent: -9999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  transition: 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  @media only screen and (max-width: 767px) {
    .footer_pagetop {
      right: 8px;
      top: -48px; } }
  @media only screen and (min-width: 768px) {
    .footer_pagetop {
      right: 8px;
      top: -48px; } }
  .footer_pagetop::before {
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../svg/arrow_top.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center; }
  @media only screen and (min-width: 1025px) {
    .footer_pagetop:hover {
      opacity: 0.6; } }

/*
	 footer_inner
----------------------------------------*/
.footer_inner {
  background-color: #000;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .footer_inner {
      padding: 37px 0 35px; } }
  @media only screen and (min-width: 768px) {
    .footer_inner {
      padding: 62px 0 55px; } }
  .footer_inner a {
    color: #fff; }

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

@media only screen and (min-width: 768px) {
  .footer_logo {
    margin-bottom: 60px; } }

.footer_logo_svg {
  fill: #fff; }
  @media only screen and (max-width: 767px) {
    .footer_logo_svg {
      width: 112px;
      height: 35px; } }
  @media only screen and (min-width: 768px) {
    .footer_logo_svg {
      width: 140px;
      height: 44px; } }

/*
	 footer_brandBox
----------------------------------------*/
.footer_brandBox {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .footer_brandBox {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 768px) {
    .footer_brandBox {
      margin-bottom: 14px; } }

@media only screen and (min-width: 768px) {
  .footer_brandlist {
    max-width: 820px;
    margin: 0 auto; } }

.footer_brandlist_node {
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .footer_brandlist_node {
      margin: 0 10px 30px; } }
  @media only screen and (max-width: 320px) {
    .footer_brandlist_node {
      margin: 0 8px 25px; } }
  @media only screen and (min-width: 768px) {
    .footer_brandlist_node {
      margin: 0 15px 38px;
      transition: opacity .3s ease; } }
  @media only screen and (min-width: 1025px) {
    .footer_brandlist_node:hover {
      opacity: 0.7; } }

.footer_brand_svg {
  fill: #555;
  height: 30px; }
  @media only screen and (max-width: 767px) {
    .ballsey .footer_brand_svg {
      width: 57.4px; } }
  @media only screen and (max-width: 320px) {
    .ballsey .footer_brand_svg {
      width: 50.84px; } }
  @media only screen and (min-width: 768px) {
    .ballsey .footer_brand_svg {
      width: 82px; } }
  @media only screen and (max-width: 767px) {
    .macphee .footer_brand_svg {
      width: 95.2px; } }
  @media only screen and (max-width: 320px) {
    .macphee .footer_brand_svg {
      width: 84.32px; } }
  @media only screen and (min-width: 768px) {
    .macphee .footer_brand_svg {
      width: 136px; } }
  @media only screen and (max-width: 767px) {
    .tomorrowland_collection .footer_brand_svg {
      width: 95.2px; } }
  @media only screen and (max-width: 320px) {
    .tomorrowland_collection .footer_brand_svg {
      width: 84.32px; } }
  @media only screen and (min-width: 768px) {
    .tomorrowland_collection .footer_brand_svg {
      width: 136px; } }
  @media only screen and (max-width: 767px) {
    .tomorrowland .footer_brand_svg {
      width: 95.2px; } }
  @media only screen and (max-width: 320px) {
    .tomorrowland .footer_brand_svg {
      width: 84.32px; } }
  @media only screen and (min-width: 768px) {
    .tomorrowland .footer_brand_svg {
      width: 136px; } }
  @media only screen and (max-width: 767px) {
    .despres .footer_brand_svg {
      width: 64.4px; } }
  @media only screen and (max-width: 320px) {
    .despres .footer_brand_svg {
      width: 57.04px; } }
  @media only screen and (min-width: 768px) {
    .despres .footer_brand_svg {
      width: 92px; } }
  @media only screen and (max-width: 767px) {
    .galerievie .footer_brand_svg {
      width: 95.2px; } }
  @media only screen and (max-width: 320px) {
    .galerievie .footer_brand_svg {
      width: 84.32px; } }
  @media only screen and (min-width: 768px) {
    .galerievie .footer_brand_svg {
      width: 136px; } }
  @media only screen and (max-width: 767px) {
    .souleiado .footer_brand_svg {
      width: 58.8px; } }
  @media only screen and (max-width: 320px) {
    .souleiado .footer_brand_svg {
      width: 52.08px; } }
  @media only screen and (min-width: 768px) {
    .souleiado .footer_brand_svg {
      width: 84px; } }
  @media only screen and (max-width: 767px) {
    .knott .footer_brand_svg {
      width: 51.8px; } }
  @media only screen and (max-width: 320px) {
    .knott .footer_brand_svg {
      width: 45.88px; } }
  @media only screen and (min-width: 768px) {
    .knott .footer_brand_svg {
      width: 74px; } }
  @media only screen and (max-width: 767px) {
    .bacca .footer_brand_svg {
      width: 55.3px; } }
  @media only screen and (max-width: 320px) {
    .bacca .footer_brand_svg {
      width: 48.98px; } }
  @media only screen and (min-width: 768px) {
    .bacca .footer_brand_svg {
      width: 79px; } }
  @media only screen and (max-width: 767px) {
    .cavan .footer_brand_svg {
      width: 71.4px; } }
  @media only screen and (max-width: 320px) {
    .cavan .footer_brand_svg {
      width: 63.24px; } }
  @media only screen and (min-width: 768px) {
    .cavan .footer_brand_svg {
      width: 102px; } }

/*
	 footer_nav
----------------------------------------*/
@media only screen and (max-width: 767px) {
  .footer_nav {
    margin-bottom: 37px; } }

@media only screen and (min-width: 768px) {
  .footer_nav {
    margin-bottom: 54px; } }

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

@media only screen and (min-width: 768px) {
  .footer_nav_node {
    display: inline-block;
    vertical-align: top;
    font-size: 13px; } }

.footer_nav_node:first-child:before {
  display: none; }

@media only screen and (min-width: 768px) {
  .footer_nav_node:before {
    content: "";
    width: 1px;
    height: 12px;
    margin: 0 23px 0 20px;
    background-color: #a5a7a8;
    display: inline-block;
    vertical-align: middle; } }

@media only screen and (min-width: 1025px) {
  .footer_nav_node a:hover {
    text-decoration: underline; } }

.footer_nav_node.outlink {
  padding-right: 0; }
  .footer_nav_node.outlink a {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .footer_nav_node.outlink a {
        padding-right: 15px; } }
    .footer_nav_node.outlink a:after {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../svg/outlink_white.svg); }
      .headerTransparent[data-color="black"] .footer_nav_node.outlink a:after {
        background-image: url(../svg/outlink_black.svg); }
      .headerTransparent[data-color="white"] .footer_nav_node.outlink a:after {
        background-image: url(../svg/outlink_white.svg); }
      .headerTransparent[data-color="grey"] .footer_nav_node.outlink a:after {
        background-image: url(../svg/outlink_grey.svg); }
      body.headerOpen .footer_nav_node.outlink a:after {
        background-image: url(../svg/outlink_white.svg) !important; }
      @media only screen and (max-width: 767px) {
        .footer_nav_node.outlink a:after {
          vertical-align: baseline;
          width: 12px;
          height: 10px;
          background-size: 12px auto;
          margin-left: 8px; } }
      @media only screen and (min-width: 768px) {
        .footer_nav_node.outlink a:after {
          width: 12px;
          height: 10px;
          background-size: 12px auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; } }

/* footer_nav_sns
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .footer_nav_sns {
    margin: 0 0 38px; } }

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

.footer_nav_sns_node {
  display: inline-block;
  vertical-align: top;
  transition: opacity .3s ease; }
  @media only screen and (max-width: 767px) {
    .footer_nav_sns_node {
      margin: 0 10px; } }
  @media only screen and (min-width: 768px) {
    .footer_nav_sns_node {
      margin: 0 10px; } }
  @media only screen and (min-width: 1025px) {
    .footer_nav_sns_node:hover {
      opacity: 0.7; } }

.footer_nav_sns_svg {
  fill: #fff;
  width: 20px;
  height: 20px; }

.footer_copy {
  text-align: center;
  display: block;
  letter-spacing: .08em;
  font-size: 10px; }

/*
	 onlineBanner
----------------------------------------*/
.onlineBanner {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: .3em;
  overflow: hidden;
  z-index: 1000;
  background-color: #666;
  transition: all .6s;
  visibility: visible;
  opacity: 1; }
  @media only screen and (max-width: 767px) {
    .onlineBanner {
      bottom: .8em;
      left: 10%;
      width: 80%;
      height: 50px; } }
  @media only screen and (min-width: 768px) {
    .onlineBanner {
      bottom: 2em;
      left: 2em;
      width: 300px;
      height: 68px; } }
  @media only screen and (min-width: 768px) {
    .onlineBanner:hover {
      background-color: #222; } }
  .pjaxLoading .onlineBanner,
  .headerTransparent .onlineBanner {
    visibility: hidden;
    opacity: 0; }
  [data-page="home"] .onlineBanner {
    display: flex; }

.onlineBanner_inner {
  color: #fff;
  font-size: 15px;
  padding-left: 2em;
  line-height: 4.5em;
  background-image: url(../svg/cart.svg);
  background-repeat: no-repeat;
  background-size: 1.6em;
  background-position: left center; }

/*================================================================
 *FILE					:_sort.scss
 *DESCRIPTION   :ソートパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
.functionBox_title, .sortBox_node_value_title {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  letter-spacing: 0.12em; }
  @media only screen and (max-width: 767px) {
    .functionBox_title, .sortBox_node_value_title {
      font-weight: bold;
      font-size: 14px;
      height: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) {
    .functionBox_title, .sortBox_node_value_title {
      font-size: 24px;
      height: 100px;
      line-height: 100px; } }

.sortBox_node_value_input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .sortBox_node_value_input:checked + label:before {
    background-color: #2aa5d3; }

.sortBox_node_value_label {
  font-weight: 500; }
  .sortBox_node_value_label:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-image: url(../svg/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
    transition: background .2s ease; }

.orderSelect {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .orderSelect {
      margin-bottom: 20px; } }

@media only screen and (max-width: 1024px) {
  .orderSelect_list {
    width: 100%;
    display: table; } }

@media only screen and (min-width: 1025px) {
  .orderSelect_list {
    font-size: 0;
    letter-spacing: 0; } }

@media only screen and (max-width: 1024px) {
  .orderSelect_list_node {
    display: table-cell;
    vertical-align: top;
    width: 50%; } }

@media only screen and (min-width: 1025px) {
  .orderSelect_list_node {
    display: inline-block;
    vertical-align: top; } }

.orderSelect_list_link {
  display: block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 1024px) {
    .orderSelect_list_link {
      font-size: 14px;
      padding: 0 0 14px; } }
  @media only screen and (min-width: 1025px) {
    .orderSelect_list_link {
      padding: 0 36px 18px;
      font-size: 16px; } }
  .selected .orderSelect_list_link:after, .orderSelect_list_link:hover:after {
    transform: scale(1); }
  .orderSelect_list_link:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale(0);
    transition: transform .3s ease; }

.functionBox {
  position: relative;
  z-index: 2200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .functionBox {
      transform: translateX(100%); } }
  @media only screen and (min-width: 768px) {
    .functionBox {
      opacity: 0; } }
  .sortBoxOpen .functionBox {
    visibility: visible; }
    @media only screen and (max-width: 767px) {
      .sortBoxOpen .functionBox {
        transform: translateX(0%); } }
    @media only screen and (min-width: 768px) {
      .sortBoxOpen .functionBox {
        opacity: 1; } }

.functionBox_scroll {
  position: relative;
  height: 100%; }

@media only screen and (min-width: 768px) {
  .functionBox_bg {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease; } }

.level2open .functionBox_bg {
  visibility: visible;
  opacity: 1; }

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

@media only screen and (min-width: 1025px) {
  .favoriteButton {
    margin-left: 10px; } }

.favoriteButton .c-button {
  padding: 0;
  width: 160px;
  height: 40px;
  line-height: 40px; }
  .favoriteButton .c-button:before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
    background-image: url(../svg/star_white.svg);
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (min-width: 1025px) {
      .favoriteButton .c-button:before {
        width: 14px;
        height: 14px;
        background-size: 14px auto; } }

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

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

.searchBox_form {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .searchBox_form {
      margin: 0 10px; } }

.searchBox_form_input {
  width: 100%;
  border: 1px solid #b2b2b2;
  padding: 0 0 0 13px; }
  @media only screen and (max-width: 767px) {
    .searchBox_form_input {
      height: 40px;
      line-height: 40px;
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    .searchBox_form_input {
      height: 48px;
      line-height: 48px;
      font-size: 16px; } }
  .searchBox_form_input::placeholder {
    color: #b2b2b2; }

.searchBox_form_submit {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  font-size: 0;
  background-color: #b2b2b2; }
  @media only screen and (max-width: 767px) {
    .searchBox_form_submit {
      width: 40px; } }
  @media only screen and (min-width: 768px) {
    .searchBox_form_submit {
      width: 48px; } }
  @media only screen and (min-width: 1025px) {
    .searchBox_form_submit:hover .searchBox_form_svg {
      transform: rotate3d(3, 3, 0, 360deg); } }

.searchBox_form_svg {
  width: 16px;
  height: 18px;
  fill: #fff;
  backface-visibility: visible; }
  @media only screen and (min-width: 1025px) {
    .searchBox_form_svg {
      transition: transform .8s ease; } }

.sortBox {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .sortBox {
      padding: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .sortBox {
      padding: 0 0 40px; } }

.functionBox_back {
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0 10px;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .functionBox_back {
      left: 0;
      height: 50px;
      line-height: 50px;
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .functionBox_back {
      left: 40px;
      font-size: 18px;
      height: 100px;
      line-height: 100px;
      transition: opacity .3s ease; } }
  @media only screen and (min-width: 1025px) {
    .functionBox_back:hover {
      opacity: 0.6; } }

.sortBox_close {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-weight: normal;
  color: #b2b2b2; }
  @media only screen and (max-width: 767px) {
    .sortBox_close {
      padding: 0 10px;
      left: 0;
      height: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) {
    .sortBox_close {
      right: 20px;
      font-size: 14px;
      height: 60px;
      line-height: 60px;
      transition: opacity .3s ease; } }
  .sortBox_close:before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 7px;
    background-image: url(../svg/close_grey.svg);
    background-repeat: no-repeat;
    background-size: 9px auto; }
  @media only screen and (min-width: 1025px) {
    .sortBox_close:hover {
      opacity: 0.6; } }

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

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

.functionBox_inner {
  padding: 0 0 24px; }

@media only screen and (min-width: 768px) {
  .functionBox_content {
    width: 640px;
    margin: auto; } }

.sortBox_node:nth-of-type(1) {
  border-top: 1px solid #e5e5e5; }

.sortBox_node_junre {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5; }
  @media only screen and (max-width: 767px) {
    .sortBox_node_junre {
      padding: 0 10px;
      font-size: 13px;
      height: 60px;
      line-height: 60px; } }
  @media only screen and (min-width: 768px) {
    .sortBox_node_junre {
      padding: 0 20px;
      height: 80px;
      line-height: 80px;
      font-size: 16px; } }
  .sortBox_node_junre:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 11px;
    height: 100%;
    background-image: url(../svg/arrow_right_grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px auto; }
  .sortBox_node_junre:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #000 transparent transparent transparent; }
  .sortBox_node_junre i {
    display: block; }
  @media only screen and (min-width: 768px) {
    .notOpen .sortBox_node_junre {
      cursor: default; }
      .notOpen .sortBox_node_junre:before {
        display: none; } }

/*
	.sortBox_node_radio
----------------------------------------*/
.sortBox_node_junre_text {
  position: absolute;
  top: 0;
  left: 158px;
  height: 80px;
  line-height: 80px; }
  @media only screen and (max-width: 767px) {
    .sortBox_node_junre_text {
      display: none; } }

.sortBox_node_selected {
  color: #2aa5d3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .sortBox_node_selected {
      right: 28px;
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    .sortBox_node_selected {
      right: 32px;
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .notOpen .sortBox_node_selected {
      display: none; } }

.sortBox_node_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2200;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .sortBox_node_content {
      transform: translateX(100%); } }
  @media only screen and (min-width: 768px) {
    .sortBox_node_content {
      opacity: 0;
      bottom: 0;
      width: 640px;
      height: 520px;
      margin: auto; } }
  .selected .sortBox_node_content {
    visibility: visible; }
    @media only screen and (max-width: 767px) {
      .selected .sortBox_node_content {
        transform: translateX(0%); } }
    @media only screen and (min-width: 768px) {
      .selected .sortBox_node_content {
        opacity: 1; } }

@media only screen and (min-width: 768px) {
  .notOpen {
    position: relative; }
    .notOpen .sortBox_node_content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 158px;
      z-index: 0;
      width: auto;
      height: 80px;
      line-height: 80px;
      background: transparent;
      transform: none;
      transition: none;
      visibility: inherit;
      opacity: 1; }
    .notOpen .sortBox_node_value {
      width: auto; }
    .notOpen .sortBox_node_value_title {
      display: none; }
    .notOpen .sortBox_node_value_node {
      position: relative;
      display: inline-block;
      vertical-align: top;
      border: 0;
      height: 80px;
      line-height: 80px;
      padding: 0 0 0 30px;
      margin: 0 30px 0 0; }
    .notOpen .sortBox_node_value_label {
      font-family: MyYuGothicM, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
      font-weight: normal; }
      .notOpen .sortBox_node_value_label:before {
        left: 0; } }

@media only screen and (min-width: 768px) {
  .sortBox_node_value {
    width: 640px;
    margin: auto; } }

@media only screen and (min-width: 768px) {
  .sortBox_node_value_title {
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }

.sortBox_node_value_node {
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5; }
  @media only screen and (max-width: 767px) {
    .sortBox_node_value_node {
      height: 60px;
      line-height: 60px;
      padding: 0 40px;
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    .sortBox_node_value_node {
      height: 60px;
      line-height: 60px;
      padding: 0 50px;
      font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .sortBox_node_value_label:before {
    left: 10px; } }

@media only screen and (min-width: 768px) {
  .sortBox_node_value_label:before {
    left: 20px; } }

/* .sortBox_button_node */
.sortBox_button {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .sortBox_button {
      margin-top: 25px; } }
  @media only screen and (min-width: 768px) {
    .sortBox_button {
      margin-top: 38px; } }

.sortBox_button_node {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }
  .sortBox_button_node.reset {
    margin-left: 10px; }
    @media only screen and (max-width: 1024px) {
      .sortBox_button_node.reset {
        width: 30%; } }
  @media only screen and (max-width: 1024px) {
    .sortBox_button_node.submit {
      width: 60%; } }
  @media only screen and (min-width: 1025px) {
    .sortBox_button_node.submit {
      padding-right: 38px;
      padding-left: 38px; } }

.functionBox_control {
  position: relative;
  z-index: 2100; }
  @media only screen and (min-width: 1025px) {
    .functionBox_control {
      height: 87px; } }

.functionBox_control_inner {
  position: relative;
  display: flex; }
  @media only screen and (min-width: 1025px) {
    .functionBox_control_inner {
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      padding: 22px 40px;
      max-width: 1280px; }
      .fixed .functionBox_control_inner {
        position: fixed; } }
  .functionBox_control_inner:before, .functionBox_control_inner:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%; }
  .functionBox_control_inner:before {
    left: 0;
    transform: translate(-100%, 0); }
  .functionBox_control_inner:after {
    right: 0;
    transform: translate(100%, 0); }

/*
	.sortOpen
----------------------------------------*/
.sortOpen {
  z-index: 1000;
  text-align: center;
  color: #fff;
  background-color: #000; }
  @media only screen and (max-width: 1024px) {
    .sortOpen {
      width: 77px;
      height: 77px;
      position: fixed;
      bottom: 10px;
      right: 10px;
      border-radius: 50%;
      box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
      font-size: 11px; } }
  @media only screen and (min-width: 1025px) {
    .sortOpen {
      cursor: pointer;
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      border: 1px solid #000;
      transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1); } }
  .sortOpen:before {
    content: "";
    background-image: url(../svg/search_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1); }
    @media only screen and (max-width: 1024px) {
      .sortOpen:before {
        width: 24px;
        height: 24px;
        background-size: 24px auto;
        margin: 14px auto 7px;
        display: block; } }
    @media only screen and (min-width: 1025px) {
      .sortOpen:before {
        width: 18px;
        height: 100%;
        background-size: 18px auto;
        margin-right: 3px;
        display: inline-block;
        vertical-align: top; } }
  @media only screen and (min-width: 1025px) {
    .sortOpen:hover {
      background-color: #fff;
      color: #000; }
      .sortOpen:hover:before {
        background-image: url(../svg/search_icon_black.svg); } }
  .sortOpen span {
    display: inline-block;
    vertical-align: baseline; }

/*================================================================
 *FILE					:_layout_choice.scss
 *DESCRIPTION   :レイアウト選択 カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
@media only screen and (max-width: 1024px) {
  .layout_choice {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 20px; } }

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

@media only screen and (min-width: 1025px) {
  .layout_choice {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 20px; } }

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

.layout_choice_list {
  display: flex;
  justify-content: flex-end; }

.layout_choice_node {
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .layout_choice_node {
      margin-left: 10px; } }
  @media only screen and (min-width: 768px) {
    .layout_choice_node {
      margin-left: 15px; } }
  @media only screen and (min-width: 768px) {
    .layout_choice_node.layout1, .layout_choice_node.layout2 {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .layout_choice_node.layout3, .layout_choice_node.layout6 {
      display: none; } }
  body[data-layout="s"] .layout_choice_node[data-layout="s"] .layout_choice_svg {
    fill: #000; }
  body[data-layout="m"] .layout_choice_node[data-layout="m"] .layout_choice_svg {
    fill: #000; }

.layout_choice_svg {
  fill: #b3b3b3;
  transition: .2s ease; }
  @media only screen and (max-width: 767px) {
    .layout_choice_svg {
      width: 22px;
      height: 32px; } }
  @media only screen and (min-width: 768px) {
    .layout_choice_svg {
      width: 22px;
      height: 22px; } }
  @media only screen and (min-width: 1025px) {
    .layout_choice_node:hover .layout_choice_svg {
      opacity: 0.6; } }

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

/*
	 c-index
----------------------------------------*/
.c-index {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .c-index {
      padding-top: 57px;
      margin-bottom: 55px;
      font-size: 28px; } }
  @media only screen and (max-width: 320px) {
    .c-index {
      font-size: 26px; } }
  @media only screen and (min-width: 768px) {
    .c-index {
      padding-top: 95px;
      margin-bottom: 95px;
      font-size: 36px; } }

/*
	 NOT FOUND
----------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-notfound {
    font-size: 16px;
    padding: 50px 10px 80px; } }

@media only screen and (min-width: 768px) {
  .c-notfound {
    text-align: center;
    font-size: 16px;
    padding: 75px 0; } }

/*
	.c-description
----------------------------------------*/
.c-description {
  line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .c-description {
      font-size: 14px;
      padding: 0 20px 45px; } }
  @media only screen and (min-width: 768px) {
    .c-description {
      text-align: center;
      font-size: 14px;
      padding: 0 0 70px; } }

/*
	.c-archivePager
----------------------------------------*/
.c-archivePager {
  display: none; }

/*
	.sortContent
----------------------------------------*/
.sortContent {
  background-color: #f0f1f2; }
  @media only screen and (max-width: 767px) {
    .sortContent {
      padding: 20px 0 50px; } }
  @media only screen and (min-width: 768px) {
    .sortContent {
      padding: 20px 0 60px; } }

/*
	.pjaxBox
----------------------------------------*/
.pjaxBox {
  transition: opacity .4s ease, hidden .4s ease; }
  .loading .pjaxBox {
    transition: none;
    opacity: 0; }

.loading .pjaxWrapper {
  background-image: url(../images/loading.gif);
  background-position: center 50px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .loading .pjaxWrapper {
      background-size: 32px auto; } }
  @media only screen and (max-width: 767px) {
    .loading .pjaxWrapper {
      background-size: 16px auto; } }

/*
	.pjaxContents
----------------------------------------*/
.pjaxContents {
  transition: opacity .3s ease, transform .3s ease; }
  .pjaxLoading .pjaxContents {
    opacity: 0;
    transform: translateY(30px); }

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