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

/* 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; }

/* # =================================================================
   # 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,
html [type="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 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

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 {
  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; }

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

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

img, svg {
  vertical-align: middle; }

/* クリアフィックス
-----------------------------------------------------------------*/
.mainvisual {
  zoom: 1; }
  .mainvisual:before, .mainvisual:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .mainvisual: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を指定 */ }

html {
  margin-top: 0 !important; }

* {
  line-height: 2; }

br {
  line-height: 1; }

i {
  font-style: normal; }

body {
  min-width: 1140px; }

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

.main {
  padding: 70px 0 0; }

.dn-pc {
  display: none; }

*, .mainvisual_list_title i, .mainvisual_list_description, .productSection_titleSub, .newarrivalSection_titleSub, .newarrivalSection_list_itemName, .clubAnkleSection_titleSub {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meirio, sans-serif;
  letter-spacing: .1em; }

.c-productList_name, .mainvisual_list_title, .productSection_title, .newarrivalSection_title, .clubAnkleSection_title, .newsSection_title, .newsSection_list_date, .otherNewsSection_list_date, .otherContents_list_node .otherContents_list_title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .05em; }

.productSection_title, .newarrivalSection_title, .clubAnkleSection_title, .newsSection_title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  .productSection_title a, .newarrivalSection_title a, .clubAnkleSection_title a, .newsSection_title a {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center; }

.productSection_titleSub, .newarrivalSection_titleSub, .clubAnkleSection_titleSub, .newsSection_titleSub {
  display: block;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meirio, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0 0; }

.newarrivalSection_list, .newsSection_list, .otherNewsSection_list {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  text-align: center; }

.newarrivalSection_list_node {
  position: relative;
  display: inline-block;
  width: 340px;
  vertical-align: top;
  margin: 60px 16px 0; }
  .newarrivalSection_list_node a {
    position: relative;
    display: block;
    width: 340px;
    height: 340px;
    overflow: hidden;
    line-height: 340px;
    text-align: center;
    background-color: #f5f5f5;
    margin: 0 0 30px; }
    .newarrivalSection_list_node a img {
      vertical-align: middle;
      height: 100%; }

.newarrivalSection_list_itemName {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 15px; }

.newarrivalSection_list_node a, .newsSection_list_node a, .otherNewsSection_list_node a {
  display: block;
  position: relative; }
  .newarrivalSection_list_node a:before, .newsSection_list_node a:before, .otherNewsSection_list_node a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    background-color: #000;
    transition: all .3s ease-in-out .0s; }
  .newarrivalSection_list_node a img, .newsSection_list_node a img, .otherNewsSection_list_node a img {
    transition: all .3s ease-in-out .0s; }
  .newarrivalSection_list_node a:hover:before, .newsSection_list_node a:hover:before, .otherNewsSection_list_node a:hover:before {
    opacity: 0.3; }
  .newarrivalSection_list_node a:hover img, .newsSection_list_node a:hover img, .otherNewsSection_list_node a:hover img {
    transform: scale(1.13); }

.newarrivalSection_btn, .clubAnkleSection_btn, .newsSection_btn {
  height: 80px;
  width: 300px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  transition: all .3s ease-in-out .0s; }
  .newarrivalSection_btn a, .clubAnkleSection_btn a, .newsSection_btn a, .newarrivalSection_btn span, .clubAnkleSection_btn span, .newsSection_btn span {
    cursor: pointer;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: .2em;
    text-align: center;
    color: #FFF;
    transition: all .3s ease-in-out .0s; }
  .newarrivalSection_btn:hover, .clubAnkleSection_btn:hover, .newsSection_btn:hover {
    background-color: #666; }

.c-productList {
  position: relative;
  width: 1110px;
  margin: 0 auto;
  text-align: center; }

.c-productList_node {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  overflow: hidden; }
  .extraLine .c-productList_node {
    margin: 10px 2px 0; }
  .c-productList_node.commingsoon {
    position: relative; }
    .c-productList_node.commingsoon:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 30;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 120px;
      text-align: center;
      content: '9月10日公開'; }
  .c-productList_node:nth-of-type(5) .productList_detail, .c-productList_node:nth-of-type(12) .productList_detail {
    margin-top: 28px; }
  .c-productList_node a {
    display: block;
    width: 145px;
    height: 145px;
    background-color: #fff;
    text-align: center; }
    .extraLine .c-productList_node a {
      width: 268px;
      height: 120px; }
    .c-productList_node a span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
      transition: all .3s ease-in-out .0s; }
      .c-productList_node a span:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        content: ''; }
    .c-productList_node a:hover {
      background-color: #fff; }
      .c-productList_node a:hover .c-productList_detail {
        margin-top: 0; }
      .c-productList_node a:hover span {
        opacity: 1; }

.c-productList_detail {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 21px;
  transition: all .3s ease-in-out .0s; }

.c-productList_name {
  padding-top: 18px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3; }
  .c-productList_name br {
    line-height: 1; }

.mainvisual {
  position: relative;
  margin: 0 0 130px;
  padding: 20px 0 0 20px; }

.mainvisual_list {
  float: left;
  padding: 0 20px 0 0; }
  .mainvisual_list a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover; }
    .mainvisual_list a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      content: '';
      transition: all .3s ease-in-out .0s; }
    .mainvisual_list a:hover:before {
      background-color: rgba(0, 0, 0, 0.3); }
    .mainvisual_list a:hover .mainvisual_list_title {
      transform: translate(0, 0);
      opacity: 1; }
    .mainvisual_list a:hover .mainvisual_list_description {
      transform: translate(0, 0);
      opacity: 1;
      transition: all .3s ease-in-out .3s; }
    .mainvisual_list a:hover .mainvisual_list_moreIcon {
      transform: translate(0, 0);
      opacity: 1;
      transition: all .3s ease-in-out .8s; }
  .mainvisual_list.col3 {
    width: 50%; }
  .mainvisual_list.col4 {
    width: 33.333%; }
  .mainvisual_list.col5 {
    width: 25%; }
  .mainvisual_list.col6 {
    width: 25%; }
    .mainvisual_list.col6:last-child {
      display: none; }
  .mainvisual_list.col7 {
    width: 25%; }
    .mainvisual_list.col7:nth-child(6) {
      display: none; }
    .mainvisual_list.col7:last-child {
      display: none; }
  .mainvisual_list.col8 {
    width: 25%; }
    .mainvisual_list.col8:nth-child(6) {
      display: none; }
    .mainvisual_list.col8:nth-child(7) {
      display: none; }
    .mainvisual_list.col8:last-child {
      display: none; }
  .mainvisual_list.col9 {
    width: 25%; }
    .mainvisual_list.col9:nth-child(n + 6) {
      display: none; }
  .mainvisual_list:first-child {
    width: 100%;
    padding: 0 20px 20px 0; }
    .mainvisual_list:first-child a {
      padding-bottom: 46%; }
    .mainvisual_list:first-child .mainvisual_list_title {
      font-size: 40px; }
      .mainvisual_list:first-child .mainvisual_list_title i {
        font-size: 16px; }
    .mainvisual_list:first-child .mainvisual_list_description {
      display: block;
      font-size: 13px; }

.mainvisual_list_overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 27px; }

.mainvisual_list_title {
  transform: translate(0, 10px);
  opacity: 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  transition: all .3s ease-in-out .0s; }
  .mainvisual_list_title i {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1; }

.mainvisual_list_description {
  display: none;
  transform: translate(0, 10px);
  margin: 25px 0 0;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  transition: all .3s ease-in-out .0s; }

.productSection {
  position: relative;
  padding: 100px 0 110px;
  background-color: #f5f5f5; }

.productSection_title {
  position: absolute;
  top: -10px;
  width: 100%; }

.newarrivalSection {
  position: relative;
  padding: 120px 0 130px; }

.newarrivalSection_list {
  margin-bottom: 80px; }

.newarrivalSection_btn {
  margin: 0 auto; }

.clubAnkleSection {
  position: relative;
  padding: 105px 0 120px;
  background-color: #f5f5f5; }

.clubAnkleSection_title {
  position: absolute;
  top: -10px;
  width: 100%; }

.clubAnkleSection_list {
  display: table;
  width: 100%;
  margin: 0 0 80px; }

.clubAnkleSection_list_node {
  display: table-cell;
  position: relative;
  overflow: hidden;
  width: 16.666%; }
  .clubAnkleSection_list_node a:before {
    padding-bottom: 100%; }
  .clubAnkleSection_list_node a img {
    width: 100%; }
  .clubAnkleSection_list_node a .hoverImg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out .0s; }
  .clubAnkleSection_list_node a:hover .hoverImg {
    opacity: 1; }

.clubAnkleSection_btn {
  margin: 0 auto; }

.newsSection {
  position: relative;
  padding: 100px 0 120px;
  background-color: #f5f5f5; }

.newsSection_title {
  position: absolute;
  top: -10px;
  width: 100%; }

.newsSection_list, .otherNewsSection_list {
  padding: 0 0 80px; }

.newsSection_list_node, .otherNewsSection_list_node {
  display: inline-block;
  width: 530px;
  margin: 60px 16px 0;
  vertical-align: top; }
  .newsSection_list_node a, .otherNewsSection_list_node a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 530px;
    height: 330px;
    margin: 0 0 30px;
    background-color: #f5f5f5;
    line-height: 330px;
    text-align: center; }
    .newsSection_list_node a img, .otherNewsSection_list_node a img {
      width: 100%;
      border: 1px solid #f5f5f5; }

.newsSection_list_date, .otherNewsSection_list_date {
  margin: 0 0 10px;
  color: #666;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  line-height: 1; }

.newsSection_list_catch, .otherNewsSection_list_catch {
  margin: 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  -ms-word-break: break-all; }

.newsSection_btn {
  margin: 0 auto; }

.otherNewsSection {
  position: relative;
  padding: 120px 0 0;
  background-color: #fff; }

.otherNewsSection_title, .otherNewsSection_title-top {
  text-align: center; }
  .otherNewsSection_title img, .otherNewsSection_title-top img {
    width: 142px; }
  .otherNewsSection_title.stars img, .stars.otherNewsSection_title-top img {
    width: 250px; }

.otherNewsSection_title-top img {
  width: 290px; }

.otherNewsSection_list {
  padding: 0 0 120px; }

.otherNewsSection_list_node {
  margin: 60px 16px 0; }

.otherContents_list {
  position: relative;
  margin: 128px 0;
  text-align: center; }
  .otherContents_list:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 200px;
    border-left: 1px solid #999;
    content: ''; }

.otherContents_list_node {
  display: inline-block;
  text-align: center;
  vertical-align: top; }
  .otherContents_list_node + .otherContents_list_node {
    margin-left: 150px; }
  .otherContents_list_node .otherContents_list_title {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: .05em; }
  .otherContents_list_node .otherContents_list_intro {
    margin: 5px 0 45px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 0; }
  .otherContents_list_node .otherContents_list_detail {
    display: block;
    width: 220px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 60px;
    transition: all .3s ease-in-out .0s; }
    .otherContents_list_node .otherContents_list_detail:hover {
      opacity: .8; }
