@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,700");
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  -webkit-box-sizing: inherit;
          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 */
* {
  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;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

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

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



/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

[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+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* 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: #000;
  text-shadow: none;
}

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

html {
  font-size: 62.5%;
}
html.frame {
  overflow: visible;
} 

body {
  padding-top: 64px;
  background: #fff;
  overflow-x: hidden;
  color: #333333;
  font-family: "Work Sans", "Kozuka Gothic Pro Light", "小塚ゴシック Pro L", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media all and (-ms-high-contrast:none) {
  body {
    padding-top: 64px;
    background: #fff;
    overflow-x: hidden;
    color: #333333;
    font-family: "Work Sans","ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "Kozuka Gothic Pro Light", "小塚ゴシック Pro L", "Hiragino Kaku Gothic Pro",Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
}


a {
  color: #333333;
  text-decoration: none;
}

a img {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: .5;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

::selection {
  background: #333333;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border-radius: 0;
}

input,
textarea,
select,
option,
button {
  font-size: 1.6rem;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="radio"]{
  transform: scale(1.3);
  margin-right: 0.8rem;
}
input[type="checkbox"]{
  transform: scale(1.6);
  margin-right: 0.8rem;
}

/* 共通
======================================================*/

.txt_s{
  font-size:1.1rem !important;
}
.txt_red{
  color:#FF2424;
}
  
.page-contents-wrap{
  max-width: 1080px;
  margin:0 auto;
}
.page-contents{
  padding:0 20px;
}


.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}
.col_btn.button li + li {
  margin-top: 15px;
}
.col_btn.button li a,
.col_btn.button li input[type="submit"] {
  display: block;
  width: 100%;
  margin:0;
}

.col_link.link-area{
  text-align:center;
}
.col_link.link-area li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  font-size:1.5rem;
}
.col_link.link-area li a{
  text-decoration:underline;
}
.col_link.link-area li a:hover{
  text-decoration:none;
}



@media screen and (min-width: 768px), print {
  .section-title{
    margin-bottom: 90px;
  }
  .col_btn.button li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
  }
  .col_btn.button li + li {
    margin-top: 0px;
  }
  .col_btn.button li a,
  .col_btn.button li input[type="submit"] {
    display: inline-block;
  }
  
  
}



::-webkit-input-placeholder {
  color: #656565;
  font-size: 1.6rem;
  opacity: 1;
}

::-moz-placeholder {
  color: #656565;
  font-size: 1.6rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #656565;
  font-size: 1.6rem;
  opacity: 1;
}

.breadcrumbs {
  padding: 10px 20px 30px;
  text-transform: uppercase;
}

.breadcrumbs span + span::before {
  content: '>';
  margin: 0 1px;
}

.brand-nav {
  max-width: 460px;
  margin: 70px auto -40px;
  padding: 0 10px;
  text-align: center;
}

.brand-nav ul {
  list-style: none;
  font-size: 0;
}

.brand-nav ul li {
  display: inline-block;
  margin: 10px;
}

/*コーディ_アーカイブ*/
.coordinate-archive {
  max-width: 460px;
  margin: 70px auto -40px;
  padding: 0 10px;
  text-align: center;
}

.coordinate-archive ul {
  list-style: none;
  font-size: 0;
}

.coordinate-archive ul li {
  display: inline-block;
  margin: 10px;
  width: 33%;
}

.coordi-nolink {pointer-events: none;
}

 .coordi-nolink img{ filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;}
/*コーディ_アーカイブ*/




.item-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: calc(-1 * calc(7px / 2));
  margin-right: calc(-1 * calc(7px / 2));
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.item-list .item {
  position: relative;
  width: calc(33.33334% - 7px);
  margin-top: 10px;
  margin-right: calc(7px / 2);
  margin-left: calc(7px / 2);
  padding-top: 18px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
          transition: opacity .5s ease-in-out;
}

.item-list .item.js-fadeIn {
  opacity: 1;
}

.item-list .item:nth-child(-n+3) {
  margin-top: 0;
}

.item-list .item img {
  width: 100%;
}

.item-list .item .label {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 0;
}

.item-list .item .label img {
  width: auto;
  height: 12px;
  margin-right:15px;
}

.item-list .item .soldout {
  position: relative;
  display: block;
}

.item-list .item .soldout::before, .item-list .item .soldout::after {
  position: absolute;
  content: '';
}

.item-list .item .soldout::before {
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 15px;
  background: url(../images/common/img_label-sold-out.png) 50% 0 no-repeat;
  background-size: auto 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.item-list .item .soldout::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.item-list .item .soldout:hover::before {
  opacity: .5;
}

.item-list .item .title {
  margin: 8px 4px 4px;
  color: #656565;
  font-size: 1.1rem;
  font-weight: normal;
}

.item-list .item .price,
.item-list .item .offprice {
  line-height: 1.3;
}

.item-list .item .price {
  color: #656565;
  font-size: 1.1rem;
}

.item-list .item .price span.discount {
  text-decoration: line-through;
}

.item-list .item .offprice {
  color: #ff2020;
  font-size: 1.2rem;
}

.number-sort {
  position: relative;
  padding: 0 20px 20px;
  text-align:right;
}
.number-sort p.number{
  text-align:left;
}

.number-sort .sort-order-col {
  position: absolute;
  top: -7px;
  right: 20px;
}

.number-sort .sort-stock-col,
.number-sort .sort-number-col {
  display: none;
}

.number-sort label {
  position: relative;
  top: 5px;
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.number-sort select {
  padding: 2px;
  border: 1px solid #aaa;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  line-height: 1;
  vertical-align: -webkit-baseline-middle;
  vertical-align: baseline-middle;
  font-size: 1.2rem;
  border-radius: 5px;
}

.number-sort select::-ms-expand {
  display: block;
}


.number-sort option {
  padding-right: 10px;
  font-size: 1.2rem;
}

.pagination {
  margin-top: 60px;
  padding: 0 20px;
  font-size: 0;
  text-align: center;
}

.pagination a,
.pagination .current {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding-top: 9px;
  background: #fff;
  border: 1px solid #ededed;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.pagination a:hover {
  opacity: .5;
}

.pagination .current {
  background: #ededed;
}

.pagination .prev,
.pagination .next {
  position: relative;
  width: 65px;
  background: #ededed;
  border: 1px solid #d0cfcf;
  text-indent: -9999px;
}

.pagination .prev::before,
.pagination .next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 12px;
  height: 12px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.pagination .prev::before {
  margin: -6px 0 0 -12px;
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
          transform: rotate(135deg) translate(-50%, -50%);
}

.pagination .next::before {
  margin: -6px -6px 0 0;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

.common-page-header {
  padding: 0 20px;
  text-align: center;
}

.common-page-header-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
}

.common-page-header-text {
  font-size: 1.2rem;
}


.table01 {
  width: 100%;
  border-bottom: 1px #FFF solid;
}

.table01 tbody,
.table01 tr,
.table01 th,
.table01 td {
  display: block;
}

.table01 th,
.table01 td {
  padding: 15px;
  border: 1px #FFF solid;
  text-align: left;
}


.table01 th {
  border-bottom: 0;
  background: #ededed;
}

.table01 td {
  border-bottom: 0;
}

.table02 {
  width: 100%;
  border-bottom: 1px #ccc solid;
}

.table02 tbody,
.table02 tr,
.table02 th,
.table02 td {
  display: block;
}

.table02 tr {
  padding: 15px;
  border: 1px #ccc solid;
  border-bottom: 0;
}

.table02 tr:nth-child(1) {
  display: none;
}

.table02 th,
.table02 td {
  font-size: 1.2rem;
}

.table02 th {
  background: #ededed;
  text-align: center;
}

.table02 td {
  padding: 0;
  border: none;
  text-align: left;
}

.table02 td:before {
  content: attr(data-th);
  font-weight: bold;
}

.button {
  text-align: center;
  font-size: 0;
  margin:30px 0 30px;
}

.button a,
.button button,
.button input[type="submit"],
.button input[type="button"] {
  display: inline-block;
  margin: 0 8px;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.3rem;
}

.button .submit {
  background: #393434;
  color: #fff;
}

.button .back {
  background: #ededed;
}

.message {
  margin: 20px 0;
  color:#d0252d;
}

.message ul {
  margin-left: 20px;
}

.message ul li {
  font-size: 1.2rem;
  color:#d0252d;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 5px;
  border: 2px #ededed solid;
  font-size: 1.2rem;
  height:40px;
  transition:.3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
  border: 2px #F7D886 solid;
  outline: 0;
  background:none !important;
  transition:.3s;
}

textarea {
  width: 100%;
  padding: 5px;
  border: 2px #ededed solid;
  font-size: 1.2rem;
}


label.select {
  position: relative;
}

label.select > select {
  padding: 3px 20px 3px 5px;
  background: #393434;
  color: #fff;
  font-size: 1.2rem;
  height:40px;
  border-radius:5px;
}
label.select > select[id^="CART_AMOUNT"]{
	height:auto;
}

label.select::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  display: block;
  width: 5px;
  height: 5px;
  border: 0 #fff solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}

.require {
  color: #ff0000;
  font-weight:normal;
}

.require::before {
  content: '[';
}

.require::after {
  content: ']';
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background: #fff;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.global-header .logo {
  width: 30px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 0;
}

.global-header .concept-text {
  display: none;
}

.global-header .sub-nav01 {
  display: none;
}

.global-header .sub-nav02 {
  position: absolute;
  top: 17px;
  right: 15px;
  list-style: none;
}

.global-header .sub-nav02 li:nth-child(1), .global-header .sub-nav02 li:nth-child(2) {
  display: none;
}
a#js-header-search-trigger{
  display:none;
}

.global-header .sub-nav02 li:nth-child(3) {
  position: relative;
}

.global-header .sub-nav02 li:nth-child(3) .num {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #d0252d;
  border-radius: 50%;
  color: #fff;
  font-size: 1.0rem;
  line-height: 18px;
  text-align: center;
}

.global-header .global-mobile-nav-trigger {
  position: absolute;
  top: 17px;
  left: 13px;
  z-index: 2;
  width: 40px;

  height: 30px;
  -webkit-transition: easeOutExpo;
  transition: easeOutExpo;
}

.global-header .global-mobile-nav-trigger span {
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 2px;
  background: #393434;
}

.global-header .global-mobile-nav-trigger span:nth-child(1) {
  top: 6px;
}

.global-header .global-mobile-nav-trigger span:nth-child(2) {
  top: 14px;
}

.global-header .global-mobile-nav-trigger span:nth-child(3) {
  top: 22px;
}


.header-search {
  display: none;
}

.global-header,
.global-laptop-nav,
.wrapper {
  -webkit-transition: -webkit-transform easeOutExpo;
  transition: -webkit-transform easeOutExpo;
  transition: transform easeOutExpo;
  transition: transform easeOutExpo,
  -webkit-transform easeOutExpo;
}

.js-mobile-nav-show {
  overflow: hidden;
}

.js-mobile-nav-show .global-mobile-nav-trigger {
  opacity: 0;
  visibility: hidden;
}

.js-mobile-nav-show .global-mobile-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-mobile-nav-show .global-header,
.js-mobile-nav-show .global-laptop-nav,
.js-mobile-nav-show .wrapper {
  -webkit-transform: translateX(260px);
          transform: translateX(260px);
}

.global-laptop-nav {
  display: none;
}

.global-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 260px;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform .5s cubic-bezier(0.55, 0.055, 0.675, 0.19),
              -webkit-transform .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.global-mobile-nav-inner {
  height: 100%;
  padding: 30px 30px 50px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.global-mobile-nav-close {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
}

.js-mobile-nav-show .global-mobile-nav-close {
  display: block;
}

.global-mobile-nav-close span {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 30px;
  height: 2px;
  background: #fff;
}

.global-mobile-nav-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.global-mobile-nav-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.global-mobile-nav .login-member-list {
  margin-right: -10px;
  font-size: 0;
  list-style: none;
}

.global-mobile-nav .login-member-list li {
  display: inline-block;
}

.global-mobile-nav .login-member-list li:nth-child(1) {
  margin-right: 10px;
}

.global-mobile-nav .login-member-list li:nth-child(1) a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_login_01.png) 0 0 no-repeat;
  background-size: cover;
}

.global-mobile-nav .login-member-list li:nth-child(2) a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 32px;
  height: 28px;
  background: url(../images/common/icon_logo_01.png) 0 0 no-repeat;
  background-size: cover;
}

.global-mobile-nav .login-member-list li a {
  position: relative;
  display: inline-block;
  padding: 5px 0 0 37px;
  font-size: 1.2rem;
  text-decoration: none;
}

.global-mobile-nav .category-nav {
  margin-top: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.global-mobile-nav .category-nav dt {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #333;
  cursor: pointer;
}

.global-mobile-nav .category-nav dt::after {
  position: absolute;
  top: 13px;
  right: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.global-mobile-nav .category-nav dt.is-show::after {
  top: 19px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.global-mobile-nav .category-nav dd {
  padding-top: 10px;
}

.global-mobile-nav .link-list01 {
  list-style: none;
  font-size: 1.1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.global-mobile-nav .link-list01 li {
  margin-top: 20px;
}

.global-mobile-nav .link-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px -15px 0;
  border-top: 1px solid #333;
  list-style: none;
  font-size: 1.1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.global-mobile-nav .link-list02 li {
  width: 50%;
  border-bottom: 1px solid #333;
}

.global-mobile-nav .link-list02 li:nth-child(odd) {
  border-right: 1px solid #333;
}

/*.global-mobile-nav .link-list02 li:nth-last-child(-n+2) a {
  color: #ff2020;
}*/


.global-mobile-nav .link-list02 li:nth-child(4) a {
  color: #ff2020;
}


.global-mobile-nav .link-list02 li a {
  display: block;
  height: 100%;
  padding: 20px 5px 15px 15px;
}

.global-mobile-nav .search-area {
  position: relative;
  margin-top: 25px;
  padding-right: 45px;
}

.global-mobile-nav .search-area input[type="text"] {
  width: 100%;
  padding: 4px 6px;
  border: 1px solid #333;
}

.global-mobile-nav .search-area button {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: url(../images/common/icon_search_01.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

.global-mobile-nav .trend-keywords {
  margin-top: 35px;
  text-align: center;
}

.global-mobile-nav .trend-keywords dt {
  font-size: 1.1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.global-mobile-nav .trend-keywords ul {
  margin: -5px -20px 0;
  font-size: 0;
  list-style: none;
}

.global-mobile-nav .trend-keywords ul li {
  display: inline-block;
  margin: 15px 5px 0;
}

.global-mobile-nav .trend-keywords ul li a {
  display: inline-block;
  padding: 8px 15px;
  background: #ededed;
  border-radius: 6px;
  font-size: 1.0rem;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.global-mobile-nav .trend-keywords ul li a:hover {
  opacity: .5;
}

.overlay {
  opacity: 0;
}

.js-mobile-nav-show .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 101;
}

.pagetop {
  padding: 80px 0 10px;
  text-align: center;
  background: #fff;
}

.pagetop a {
  display: inline-block;
  width: 36px;
  padding: 10px 0;
  font-size: 0;
}

.global-footer {
  text-transform: uppercase;
}

.global-footer-nav {
  background: #f6f6f6;
}

.global-footer-nav-inner {
  padding: 50px 20px;
  overflow: hidden;
}

.global-footer-nav ul {
  list-style: none;
}

.global-footer-nav ul li:not(:first-child) {
  margin-top: 20px;
}

.global-footer-nav ul li a {
  font-size: 1.1rem;
}

.global-footer-nav-col:nth-child(2) {
  float: left;
  width: 35%;
}

.global-footer-nav-col:nth-child(3) {
  float: left;
  width: 35%;
  margin-left: 5%;
}

.global-footer-nav-category-title {
  position: relative;
  margin-bottom: 50px;
}

.global-footer-nav-category-title::after {
  position: absolute;
  top: 35px;
  left: 0;
  content: '';
  width: 50px;
  height: 1px;
  background: #333;
}

.global-footer-nav-category-list {
  margin-bottom: 50px;
  overflow: hidden;
}

.global-footer-nav-category-list ul {
  float: left;
}

.global-footer-nav-category-list ul:nth-child(1) {
  width: 30%;
}

.global-footer-nav-category-list ul:nth-child(2) {
  width: 30%;
  margin-left: 2%;
}

.global-footer-nav-category-list ul:nth-child(3) {
  width: 36%;
  margin-left: 2%;
}

.social-copyright {
  background: #e6e6e6;
  text-align: center;
}

.social-copyright-inner {
  padding: 20px 20px 10px;
}

.social {
  font-size: 0;
}

.social dt,
.social dd {
  display: inline-block;
  vertical-align: top;
}

.social dt {
  padding: 5px 40px 0 0;
  font-size: 1.1rem;
}

.social ul {
  list-style: none;
}

.social ul li {
  display: inline-block;
  width: 30px;
}

.social ul li:nth-child(2) {
  margin: 0 30px;
}

.social ul li a {
  display: block;
}

.social-copyright .copyright {
  display: block;
  margin-top: 25px;
  font-size: 0.9rem;
  text-transform: none;
}

.global-header.global-header-home {
  position: absolute;
}

.global-header.global-header-home.is-fixed {
  position: fixed;
}

.home-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
}

.home-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 85px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: loading 1s linear forwards;
          animation: loading 1s linear forwards;
}

.home-visual {
  position: relative;
  margin-top: -64px;
/*
  background: url(../images/home/img_visual_18ss.jpg) 25% 50% no-repeat;
  background-size: cover;*/
}


.home-visual-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: url(../images/home/img_visual_19ss.jpg) 47% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
}

.home-visual-contents {
  position: absolute;
/*  top: 50%;*/
  top: calc(50% + 52.5px);
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.home-visual-contents .image {
  width: 70px;
  margin: 0 auto 20px;
}

.home-visual-contents .text {
  color: black;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-visual-contents .renewal {
  height: 45px;
  margin-top: 30px;
}

.home-visual-contents .renewal img {
  height: inherit;
}

.home-contents-wrap {
  position: relative;
  z-index: 2;
  background: #fff;
}

.products-section .products-list{
  margin-top:0px;
}

.home-section-title,
.products-section-title{
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.home-section .products-list,
.products-section .products-list,
.coordinate-section .products-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-section .products-list.js-more-products,
.home-section .products-list.js-sp-more-products,
.products-section .products-list.js-more-products,
.products-section .products-list.js-sp-more-products {
  padding-bottom: 80px;
}

.products-item {
  position: relative;
  padding-top: 18px;
  text-align: center;
}

.products-item img {
   /* width: auto; */
   /*max-height: 280px;*/
   max-width: 100%;
   max-height:100%;
}

.products-item .label {
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 0;
}

.products-item .label img {
  width: auto;
  height: 16px;
  margin-right:10px;
}

.home-section .products-item .soldout,
.products-section .products-item .soldout {
  position: relative;
  display: block;
}

.home-section .products-item .soldout::before, .home-section .products-item .soldout::after,
.products-section .products-item .soldout::before, .products-section .products-item .soldout::after {
  position: absolute;
  content: '';
}

.home-section .products-item .soldout::before,
.products-section .products-item .soldout::before {
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 40px;
  background: url(../images/common/img_label-sold-out.png) 50% 0 no-repeat;
  background-size: auto 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-section .products-item .soldout::after,
.products-section .products-item .soldout::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.home-section .products-item .soldout:hover::before,
.products-section .products-item .soldout:hover::before {
  opacity: .5;
}

.products-item .title {
  margin: 8px 4px 4px;
  color: #656565;
  font-size: 1.1rem;
  font-weight: normal;
}

.products-item .price,
.products-item .offprice {
  line-height: 1.3;
}

.products-item .price {
  color: #656565;
  font-size: 1.1rem;
}

.products-item .price span {
  text-decoration: line-through;
}

.home-section .products-item .offprice,
.products-section .products-item .offprice {
  color: #ff2020;
  font-size: 1.2rem;
}

.home-section .products-item.js-more-hide, .home-section .products-item.js-sp-more-hide,
.products-section .products-item.js-more-hide, .products-section .products-item.js-sp-more-hide{
  display: none;
}

.home-section .products-more,
.products-section .products-more{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-section .products-more.js-more-button-show, .home-section .products-more.js-sp-more-button-show,
.products-section .products-more.js-more-button-show, .products-section .products-more.js-sp-more-button-show{
  opacity: 1;
  visibility: visible;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-section .products-more a,
.products-section .products-more a{
  display: inline-block;
  padding: 12px 35px 10px;
  background: #fff;
  border: 1px solid #393434;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-section .products-more a span,
.products-section .products-more a span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.home-section .products-more a span::before,
.products-section .products-more a span::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 1px solid #393434;
  border-bottom: 1px solid #393434;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.home-section .products-more a:hover,
.products-section .products-more a:hover {
  opacity: .5;
}

.home-contents01 .box a {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.home-contents01 .box a:hover {
  opacity: .5;
}

.home-contents01 .box .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;

}

.home-contents01 .box-concept-story {
  width: 100%;
  margin-bottom: 4px;
}


/*左上バナー*/
.home-contents01 .box-concept-story a {
  padding-top: 52%;
  background: url(../images/home/top_img_2018ss_webcatalog.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-contents01 .box-coordinate {
  float: left;
  width: calc(50% - 2px);
  margin: 0 0 4px 0;
}

/*右上バナー*/
.home-contents01 .box-coordinate a {
  padding-top: 62%;
  background: url(../images/home/embro180420_sp.png) 50% 50% no-repeat;
  background-size: cover;
}

.home-contents01 .box-web-catalog {
  float: left;
  width: calc(50% - 2px);
  margin: 0 0 4px 4px;
}

/*右下バナー*/
.home-contents01 .box-web-catalog a {
  padding-top: 62%;
  background: url(../images/home/top_banner_c_outlet.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-contents01 .box-web-catalog .title {
  color: #fff;
}

.home-contents01 .box-links {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4px;
  padding: 10px;
  background: #f2f3f7;
}

.home-contents01 .box-links a {
  display: block;
  width: 50%;
  min-height: 120px;
  padding: 15px 10px;
  text-decoration: none;
}

.home-contents01 .box-links a:nth-child(odd) {
  border-right: 1px solid #726f71;
}

.home-contents01 .box-links a:nth-child(-n+2) {
  border-bottom: 1px solid #726f71;
}

.home-contents01 .box-links a:nth-child(4) .title {
  font-size: 1.1rem;
}

.home-contents01 .box-links a:hover .title,
.home-contents01 .box-links a:hover p {
  opacity: .5;
}

.home-contents01 .box-links a .title {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-contents01 .box-links a p {
  margin-top: 10px;
  font-size: 1.0rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-trend-keywords {
  padding: 40px 15px 0;
  text-align: center;
}

.home-trend-keywords-text {
  font-size: 1.1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-trend-keywords-list {
  margin: 0 -5px;
  font-size: 0;
  list-style: none;
}

.home-trend-keywords-list li {
  display: inline-block;
  margin: 15px 5px 0;
}

.home-trend-keywords-list li a {
  display: inline-block;
  padding: 8px 15px;
  background: #ededed;
  border-radius: 6px;
  font-size: 1.1rem;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-trend-keywords-list li a:hover {
  opacity: .5;
}

.home-contents02 {
  margin-top: 40px;
}

.home-contents02 ul {
  list-style: none;
  overflow: hidden;
}

.home-contents02 ul li {
  float: left;
  width: 32.5%;
}

.home-contents02 ul li:not(:first-child) {
  margin-left: 1.25%;
}

.home-new-arrival {
  margin-top: 80px;
}

.home-new-arrival-list {
  margin-top: 30px;
  margin-left: calc(-1 * calc(7px / 2));
  margin-right: calc(-1 * calc(7px / 2));
}

.home-new-arrival-list .products-item {
  width: calc(33.33334% - 7px);
  margin-top: 20px;
  margin-right: calc(7px / 2);
  margin-left: calc(7px / 2);
}

.home-new-arrival-list .products-item:nth-child(-n+3) {
  margin-top: 0;
}

.home-contents03 {
  position: relative;
  margin-top: 80px;
  padding: 65px 0;
  background: transparent;
  overflow: hidden;
}

.home-contents03 p {
  width: 75%;
  max-width: 480px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.home-contents03 p img {
  width: 100%;
  height: auto;
}

.home-contents03 .bg {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: calc(100% + 100px);
  background: url(../images/home/bg_01.png) 50% 50% no-repeat;
  background-size: cover;
}

.home-coordinate {
  margin-top: 80px;
}

.home-coordinate-list {
  margin-top: 30px;
  margin-left: calc(-1 * calc(7px / 2));
  margin-right: calc(-1 * calc(7px / 2));
}

.home-coordinate-list .products-item {
  width: calc(50% - 7px);
  margin-top: 7px;
  margin-right: calc(7px / 2);
  margin-left: calc(7px / 2);
  text-align: center;
}

.home-coordinate-list .products-item:nth-child(-n+2) {
  margin-top: 0;
}

.products-section {
  margin-top: 100px;
}

.home-ranking {
  margin-top: 100px;
}

.ranking-list {
  margin-top: 30px;
  margin-left: calc(-1 * calc(7px / 2));
  margin-right: calc(-1 * calc(7px / 2));
}

.ranking-list .products-item{
  position: relative;
  width: calc(50% - 7px);
  margin-top: 40px;
  margin-right: calc(7px / 2);
  margin-left: calc(7px / 2);
  padding-top: 48px;
  counter-increment: ranking;
}

.products-list .products-item{
  position: relative;
  margin-top: 30px;
}

.products-list__col-five .products-item{
  width: calc(50% - 7px);
  margin-right: calc(7px / 2);
  margin-left: calc(7px / 2);
}
.products-list__col-five .products-item img{
  max-height:261px;
}

.ranking-list .products-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 19px;
  text-indent: -9999px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ranking-list .products-item:nth-child(-n+2) {
  margin-top: 0;
}

.ranking-list .products-item .label{
  top: 30px;
}

.ranking-list .products-item:nth-child(1)::before {
  content: "1";
  background-image: url(../images/common/icon_ranking_01.png);
}

.ranking-list .products-item:nth-child(2)::before {
  content: "2";
  background-image: url(../images/common/icon_ranking_02.png);
}

.ranking-list .products-item:nth-child(3)::before {
  content: "3";
  background-image: url(../images/common/icon_ranking_03.png);
}

.ranking-list .products-item:nth-child(4)::before {
  content: "4";
  background-image: url(../images/common/icon_ranking_04.png);
}

.ranking-list .products-item:nth-child(5)::before {
  content: "5";
  background-image: url(../images/common/icon_ranking_05.png);
}

.ranking-list .products-item:nth-child(6)::before {
  content: "6";
  background-image: url(../images/common/icon_ranking_06.png);
}

.ranking-list .products-item:nth-child(7)::before {
  content: "7";
  background-image: url(../images/common/icon_ranking_07.png);
}

.ranking-list .products-item:nth-child(8)::before {
  content: "8";
  background-image: url(../images/common/icon_ranking_08.png);
}

.ranking-list .products-item:nth-child(9)::before {
  content: "9";
  background-image: url(../images/common/icon_ranking_09.png);
}

.ranking-list .products-item:nth-child(10)::before {
  content: "10";
  background-image: url(../images/common/icon_ranking_10.png);
}

.ranking-list .products-item:nth-child(11)::before {
  content: "11";
  background-image: url(../images/common/icon_ranking_11.png);
}

.ranking-list .products-item:nth-child(12)::before {
  content: "12";
  background-image: url(../images/common/icon_ranking_12.png);
}

.ranking-list .products-item:nth-child(13)::before {
  content: "13";
  background-image: url(../images/common/icon_ranking_13.png);
}

.ranking-list .products-item:nth-child(14)::before {
  content: "14";
  background-image: url(../images/common/icon_ranking_14.png);
}

.ranking-list .products-item:nth-child(15)::before {
  content: "15";
  background-image: url(../images/common/icon_ranking_15.png);
}

.ranking-list .products-item:nth-child(16)::before {
  content: "16";
  background-image: url(../images/common/icon_ranking_16.png);
}

.ranking-list .products-item:nth-child(17)::before {
  content: "17";
  background-image: url(../images/common/icon_ranking_17.png);
}

.ranking-list .products-item:nth-child(18)::before {
  content: "18";
  background-image: url(../images/common/icon_ranking_18.png);
}

.ranking-list .products-item:nth-child(19)::before {
  content: "19";
  background-image: url(../images/common/icon_ranking_19.png);
}

.ranking-list .products-item:nth-child(20)::before {
  content: "20";
  background-image: url(../images/common/icon_ranking_20.png);
}

.ranking-list .products-item:nth-child(21)::before {
  content: "21";
  background-image: url(../images/common/icon_ranking_21.png);
}

.ranking-list .products-item:nth-child(22)::before {
  content: "22";
  background-image: url(../images/common/icon_ranking_22.png);
}

.ranking-list .products-item:nth-child(23)::before {
  content: "23";
  background-image: url(../images/common/icon_ranking_23.png);
}

.ranking-list .products-item:nth-child(24)::before {
  content: "24";
  background-image: url(../images/common/icon_ranking_24.png);
}

.ranking-list .products-item:nth-child(25)::before {
  content: "25";
  background-image: url(../images/common/icon_ranking_25.png);
}

.ranking-list .products-item:nth-child(26)::before {
  content: "26";
  background-image: url(../images/common/icon_ranking_26.png);
}

.ranking-list .products-item:nth-child(27)::before {
  content: "27";
  background-image: url(../images/common/icon_ranking_27.png);
}

.ranking-list .products-item:nth-child(28)::before {
  content: "28";
  background-image: url(../images/common/icon_ranking_28.png);
}

.ranking-list .products-item:nth-child(29)::before {
  content: "29";
  background-image: url(../images/common/icon_ranking_29.png);
}

.ranking-list .products-item:nth-child(30)::before {
  content: "30";
  background-image: url(../images/common/icon_ranking_30.png);
}

@-webkit-keyframes loading {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ext-contents {
  padding: 20px 20px 0;
}

.ext-section-title {
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 1.3rem;
  background: #ededed;
}

.ext-section-inner {
  margin: 20px 10px;
}

.ext-section p {
  font-size: 1.2rem;
}

/* ext/common */
.ext-common-section-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px), print {
  .ext-common-section-title{
    margin-bottom: 60px;
  }
}


/* ext/guide */
.guide-contents h3 {
  margin: 20px 0 0;
  padding: 0 5px 2px;
  border-bottom: 1px #ededed solid;
  font-size: 1.2rem;
}

.guide-contents .guide_img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin:30px 0;
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide-contents .guide_img2_out {
  margin-right: 10px;
  width:100%;
}

.guide-contents .guide_img2_out img{
  width:100%;
}

.guide-contents .box {
  margin-top: 15px;
  padding: 15px;
  border: 1px #ededed solid;
}

.guide-contents .box ul li {
  margin-left: 20px;
}



/* ext/members */
.members-header {
  padding: 0 20px;
  text-align: center;
}

.members-header-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
}

.members-header-text {
  font-size: 1.2rem;
}

.members-header-image {
  margin: 20px -20px 0;
}

.members-contents {
  padding: 20px 20px 0;
}

.members-contents-title {
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
}

.members-contents-list {
  margin-top: -20px;
  list-style: none;
  overflow: hidden;
}

.members-contents-list li {
  margin-top: 40px;
}

.members-contents-list div {
  float: left;
  width: 70px;
  margin-right: 15px;
  padding-top: 5px;
}

.members-contents-list p {
  overflow: hidden;
}

.members-contents-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: normal;
}

.members-contents .btn-register {
  margin-top: 60px;
  text-align: center;
}

.members-contents .btn-register a {
  display: inline-block;
  padding: 14px 40px 12px;
  background: #393434;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.members-contents .btn-register a:hover {
  opacity: .5;
}

/* ext/brand */
.brand-contents {
  padding: 0 5%;
}
.brand-section-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}
.brand-section-inner section {
  margin-bottom: 85px;
}
.brand-section-inner figure {
  text-align: center;
  width: 57%;
  margin: 0 auto 18px auto;
}
.brand-section-inner figure img {
  width: 100%;
}
.brand-txt {
  margin-bottom: 25px;
}
.brand-contents h3 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 1.0em;
}
.brand-contents h3.caravana {
  font-size: .9em;
}
.brand-contents p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.0rem;
  line-height: 1.8;
}
.brand-button {
  margin: 0 auto;
  text-align: center;
}
.brand-button a {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1.1rem;
  background: #393434;
  color: #fff;
}
.brand-photo {
  overflow: hidden;
}
.brand-photo li {
  float: left;
  width: 48%;
  margin-bottom: 10px;
  list-style: none;
}
.brand-photo li:nth-child(2n) {
  float: right;
}
.brand-photo li:nth-child(2n+1) {
  clear: both;
}
.brand-photo li img {
  width: 100%;
}

.sp_only {
  display: block;
}
.pc_only {
  display: none;
}

@media screen and (min-width: 768px), print {


  .instaimg {
    width: 370px;
    margin: 0 auto;
    padding: 0;
  }

  .brand-contents {
    width: 1125px;
    margin: 0 auto;
    padding: 0;
  }
  .brand-section-inner section {
    margin-bottom: 80px;
    overflow: hidden;
    padding: 0;
  }
  .brand-txt-area {
    width: 1004px;
    margin: 0 auto 88px auto;
    overflow: hidden;
  }
  .brand-section-title{
    margin-bottom: 90px;
  }
  .brand-section-inner figure {
    float: left;
    width: 300px;
    margin: 0 0px 0px 0;
  }
  .brand-section-inner figure img {
    width: 100%;
  }
  .brand-txt {
    margin-bottom: 0px;
    float: right;
    width: 649px;
  }
  .brand-contents h3 {
    text-align: left;
    margin-bottom: 24px;
    font-weight: normal;
    font-size: 1.4em;
  }
  .brand-contents h3.caravana {
    font-size: 1.4em;
  }
  .brand-contents p {
    text-align: left;
    margin-bottom: 40px;
    font-size: 1.2rem !important;
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .brand-button {
    margin: 0 auto;
    text-align: left;
  }
  .brand-button a {
    display: inline-block;
    margin: 0 auto;
    padding: 20px 70px;
    border-radius: 8px;
    font-size: 1.3rem;
    background: #393434;
    color: #fff;
  }
  .brand-photo li {
    width: 270px;
    margin-bottom: 0px;
    margin-right: 15px;
    list-style: none;
  }
  .brand-photo li:nth-child(2n) {
    float: left;
  }
  .brand-photo li:nth-child(2n+1) {
    clear: none;
  }
  .brand-photo li:last-child {
    margin-right: 0px;
  }
  .brand-photo li img {
    width: 100%;
  }
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }

}
.brand-section-inner {
}

.contact-contents {
  padding: 0 20px;
}

.contact-section-title {
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 1.3rem;
  background: #ededed;
}

.contact-section-inner {
  margin: 20px 10px;
}

.contact-section p {
  font-size: 1.2rem;
}

.contact-section .table01 {
  margin-top: 25px;
}

.contact-submit {
  margin-top: 25px;
}

.contact-submit .button {
  list-style: none;
}

.contact-submit .button li a,
.contact-submit .button li input[type="submit"] {
  display: block;
  width: 100%;
}

.contact-submit .button li + li {
  margin-top: 15px;
}

.login-contents {
  padding: 0 20px;
}

.login-section-title {
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 1.3rem;
  background: #ededed;
}

.login-section-inner {
  margin: 20px 10px;
}

.login-section p {
  font-size: 1.2rem;
}

.login-section .table01 + p {
  margin-top: 15px;
}

.login-section .members-card figure {
  margin-top: 15px;
}


/* mypage マイページTOP*/

.mypage-box-wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap; 
    width: 100%;
  border:1px solid #EDEDED;
  border-top:none;
  border-right:none;
}
.mypage-box-long-wrap{
    width: 100%;
  padding:40px 0;
  text-align:center;
}
.mypage-box{
  border-right:1px solid #EDEDED;
  width:50%;
}
.mypage-box dl{
  text-align:center;
  font-size:1.2rem;
}
.mypage-box dl dt{
  background:#EDEDED;
  height:44px;
  line-height:44px;
}
.mypage-box dl dd{
  padding:30px 0;
}
.mypage-section-inner {
  margin: 40px 0px;
}
.member-section p.mypage-code-txt{
  margin-top:30px;
}
.mypage-code p br{
  display:none;
}
.point_apse{
  font-size:1.1rem !important;
}


@media screen and (min-width: 768px), print {
  .mypage-box-long-wrap{
    display: table;
    width: 100%;
    border:1px solid #EDEDED;
    border-top:none;
    padding:40px;
    text-align:left;
  }
  .mypage-box{
    border-right:1px solid #EDEDED;
    width:20%;
  }
  .mypage-box.mypage-name{
    width:40%;
  }
  .mypage-box dl{
    font-size:1.6rem;
  }
  .mypage-box dl dt{
    background:#EDEDED;
    height:64px;
    line-height:64px;
  }
  .mypage-box dl dd{
    padding:60px 0;
  }
  .mypage-code p{
    display:table-cell;
    vertical-align:middle;
  }
  .member-section p.mypage-code-txt{
    padding-left:30px;
    margin:0;
  }
  .mypage-code p br{
    display:block;
  }
  .point_apse{
    font-size:1.4rem !important;
  }

}


/*mypage 共通*/
.member-contents {
  padding: 0 20px;
}

.member-section-title {
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 1.3rem;
  background: #ededed;
}

.member-section-inner {
  margin: 20px 10px;
}

.member-section p {
  font-size: 1.2rem;
}
.member-submit {
  margin-top: 25px;
}

.member-submit .button {
  list-style: none;
}

.member-submit .button li a,
.member-submit .button li input[type="submit"] {
  display: block;
  width: 100%;
}

.member-submit .button li + li {
  margin-top: 15px;
}

/* member_input / member_confirm / member_result */
.member-register-contents .member-section-inner > p:first-child {
  margin-bottom: 25px;
}

.member-register-contents .member-section .members-card {
  margin: 25px 0 20px;
}

.member-register-contents .member-section .members-card-image {
  margin-bottom: 20px;
}

/* member_mypage */
/* member_history */
.member-history-contents {
  padding: 20px 20px 0;
}

.member-history-section#otherHistory {
  display: none;
}

.member-history-section h3 {
  position: relative;
  margin: 20px 0 10px;
  padding: 5px 0;
  border-bottom: 1px #ededed solid;
  font-size: 1.5rem;
}

.member-history-section h3 .buttonarea {
  position: absolute;
  right: 0;
  top: calc(50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member-history-section p {
  font-size: 1.2rem;
}

.member-history-section .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: 1px #ccc solid;
}

.member-history-section .tab li {
  list-style: none;
  margin-right: 20px;
  font-size: 1.2rem;
}

.member-history-section .col_btn.button li a{
	padding:15px 10px;
	font-size:1.2rem;
}
.member-history-section .col_btn.button li + li{
	margin:0;
}

.member-history-section .buttonarea {
  margin: 0;
}

.member-history-section .buttonarea a,
.member-history-section .buttonarea button,
.member-history-section .buttonarea input[type="submit"] {
  margin: 0;
  padding: 5px 10px;
  font-size: 1.2rem;
}

.member-history-section .table02 th,
.member-history-section .table02 td{
	text-align:center;
	font-size:14px;
}
.member-history-section .table02 th.code{
	width:180px;
}
.member-history-section .table02 th.item_name{
	width:390px;
}


/* member_taikai */
.member-taikai-contents {
  padding: 20px 20px 0;
}

.member-taikai-section p {
  font-size: 1.2rem;
}

/* member_point_record */
.member-point-contents {
  padding: 20px 20px 0;
}

.member-point-section p {
  font-size: 1.2rem;
}

.cart-step {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 45px;
  padding: 20px 20px 0;
}

.cart-step div {
  width: 33.3333%;
  padding: 0 0 8px;
  text-align: center;
  font-size: 1.3rem;
}

.cart-step div.current {
  border-bottom: 1px #393434 solid;
}

.cart-contents {
  padding: 0 20px;
}

.cart-contents .message {
  margin: 0 0 20px;
}

.cart-item-table {
  width: 100%;
  border-bottom: 1px #ccc solid;
}

.cart-item-table tbody,
.cart-item-table tr,
.cart-item-table td {
  display: block;
}

.cart-item-table tr {
  position: relative;
  min-height: 160px;
  padding: 15px 15px 15px 125px;
  border: 1px #ccc solid;
  border-width: 1px 0 0;
}

.cart-item-table tr:nth-child(1) {
  display: none;
}

.cart-item-table td {
  padding: 0;
  border: none;
  text-align: left;
  font-size: 1.2rem;
}

.cart-item-table td:before {
  content: attr(data-th);
  font-weight: bold;
}

.cart-item-table td.image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.cart-item-table td.image img {
  width: 100px;
}

.cart-item-table td .button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}

.cart-item-table td .button input[type="button"] {
  margin: 0;
  padding: 5px 10px;
  font-size: 1.2rem;
}

.cart-item-sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 25px;
}

.cart-item-sum + .cart-item-sum {
  margin-top: 8px;
}

.cart-item-sum dt,
.cart-item-sum dd {
  font-size: 1.3rem;
}
.cart-item-sum dt{
  width: 35%;
}
.cart-item-sum dd{
  width: 50%;
}
.cart-item-sum dd::before {
  content: '：';
}

.cart-submit {
  margin-top: 25px;
}

.cart-submit .button {
  list-style: none;
}

.cart-submit .button.row_reverse{
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.cart-submit .button li a,
.cart-submit .button li input[type="submit"] {
  display: block;
  width: 100%;
  margin:0;
}

.cart-submit .button li + li {
  margin-top: 15px;
}

.cart-submit .button.row_reverse li + li {
  margin-bottom: 15px;
}

.cart-item-sum + .cart-section {
  margin-top: 40px;
}

.cart-section-title {
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 1.3rem;
  background: #ededed;
}

.cart-section-inner {
  margin: 20px 10px;
}

.cart-section p {
  font-size: 1.2rem;
}
.cart-section p br{
  display:none;
}

.cart-form-table {
  width: 100%;
}

.cart-form-table tbody,
.cart-form-table tr,
.cart-form-table th,
.cart-form-table td {
  display: block;
}

.cart-form-table th,
.cart-form-table td {
  padding: 0;
  text-align: left;
  font-size: 1.2rem;
}

.cart-form-table tr {
  margin-top: 12px;
}

.cart-form-table tr:first-child {
  margin-top: 0;
}

.cart-form-table th.title{
	padding:10px 0;
}

.cart-form-table td {
  /*margin-left: 1em;*/
  margin-left:0;
}

.cart-form-table td input[type="text"] {
	margin:0 0 8px;
}

.cart-form-table tr.store_mailmag td span.HTMLFORM_LABEL_GROUP{
	display:block;
	height:10px;
}

@media screen and (min-width: 768px), print {
  .cart-form-table th.title{
	  padding:0;
  }
　.cart-form-table td input[type="text"] {
　}
}

.cart-form-table .name-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-form-table .name-row .col {
  width: 50%;
  max-width: 200px;
}

.cart-form-table .name-row .col input[type="text"] {
  width: calc(100% - 2.5rem);
}

.cart-form-table .kana-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-form-table .kana-row .col {
  width: 50%;
  max-width: 200px;
}

.cart-form-table .kana-row .col input[type="text"] {
  width: calc(100% - 5rem);
}

.cart-form-table .birth-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-form-table .birth-row .col {
  width: 33.3333%;
  max-width: 120px;
}

.cart-form-table .birth-row .col input[type="text"] {
  width: calc(100% - 2.5rem);
}

.cart-form-table .mail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-form-table .mail-row .col {
  width: 46%;
  max-width: 200px;
}

.cart-form-table .mail-row .col input[type="text"] {
  width: 100%;
}

.cart-form-table .mail-row .col:nth-child(2) {
  width: 8%;
  max-width: 2rem;
  padding: 5px 0;
  text-align: center;
}

.cart-form-table .zip-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-form-table .zip-row .col {
  width: 46%;
  max-width: 200px;
}

.cart-form-table .zip-row .col input[type="text"] {
  width: 100%;
}

.cart-form-table .zip-row .col:nth-child(2) {
  width: 8%;
  max-width: 2rem;
}

.cart-form-table .zip-row .col:nth-child(2) .button {
  margin: 0;
}

.cart-form-table .zip-row .col:nth-child(2) .button .submit {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 1.3rem;
  height:40px;
}

.cart-form-table .point-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-form-table .point-row .col {
  width: 46%;
  max-width: 150px;
}

.cart-form-table .point-row .col input[type="text"] {
  width: 100%;
}

.cart-form-table .point-row .col:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  max-width: none;
  padding: 5px 15px;
}

.item-detail-search {
  width: 574px;
  padding-top: 0;
}

.item-detail-search-title {
  font-size: 2.0rem;
  letter-spacing: .1em;
}

.item-detail-search-form {
  padding: 40px 20px 0;
}

.item-detail-search-form-row {
  position: relative;
}

.item-detail-search-form-row + .item-detail-search-form-row {
  margin-top: 35px;
}

.item-detail-search-form-col {
  font-size: 1.5rem;
}

.item-detail-search-form-col + .item-detail-search-form-col {
  margin-top: 10px;
}

.item-detail-search-form-col .select-wrapper {
  position: relative;
  width: 320px;
}

.item-detail-search-form-col .select-wrapper::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border: 0 #fff solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.item-detail-search-form-col .select-wrapper + .select-wrapper {
  margin-top: 5px;
}

.item-detail-search-form-row:nth-child(4) .item-detail-search-form-col:nth-child(2) {
  position: absolute;
  top: 0;
  left: 150px;
  margin-top: 0;
}

.item-detail-search-form input[type="text"] {
  width: 320px;
  padding: 4px 10px;
  border: 2px solid #ccc;
}

.item-detail-search-form select {
  width: 320px;
  padding: 8px 40px 8px 20px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  background: #393434;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.item-detail-search-form select::-ms-expand {
  display: none;
}

.item-detail-search-form input[type="checkbox"] {
  vertical-align: middle;
}

.item-detail-search-form input[type="checkbox"] + label {
  font-size: 1.5rem;
}

.item-detail-search-form-button {
  margin-top: 45px;
  text-align: center;
}

.item-detail-search-form-submit, .item-detail-search-form-clear {
  display: inline-block;
  width: 245px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 2.0rem;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.item-detail-search-form-submit:hover, .item-detail-search-form-clear:hover {
  opacity: .5;
  text-decoration: none;
}

.item-detail-search-form-submit {
  margin-right: 20px;
  background: #393434;
  color: #fff;
}

.item-detail-search-form-clear {
  background: #ededed;
}


/*商品詳細
---------------------------------------------------------------------*/

/*共通*/
.con-uline{
  border-bottom:1px solid #EDEDED;
}



.item-detail-main{
  display:block;
  font-size:1.4rem;
}
.item-detail-column{
  margin-bottom:26px;
    letter-spacing: 1.5px;
  padding:0 0 16px;
}
.item_brand_name{
  font-size:1.6rem;
  margin-bottom:10px;
  padding:0 15px;
}
.item_comment_appeal{
  padding:0 15px;
}
.item-detail-icon {
    margin-bottom: 20px;
  padding:0 15px;
}
.item-detail-name {
    font-size: 2.1rem;
  margin-bottom:24px;
  padding:0 15px;
}
.item-detail-teika{
  font-size:1.9rem;
  padding:0 15px;
}
.zeinuki{
  font-size:1.4rem;
}
.tax_txt{
  font-size: 1.3rem;
  letter-spacing:2px;
}
.item_comment_txt{
  padding:40px 20px;
  box-sizing:border-box;
}
.item_detail_box_ttl {
    font-size: 18px;
    padding: 15px;
  box-sizing:border-box;
}
.size_box_decision{
	display:none;
}
.item_detail_sizebox{
  overflow:hidden;
  display:none;
}
.item_detail_sizebox dl{
  float:left;
  width:20%;
}
.item_detail_sizebox dl dt{
  background:#EDEDED;
  height: 62px;
  line-height: 62px;
  text-align: center;
}
.item_detail_sizebox dl dd{
  padding:20px 0;
  text-align:center;
}
.item_detail_infobox th{
  padding: 20px 5px;
  background-color: #ededed;
  font-weight: normal;
  font-size: 1.3rem;
  box-sizing:border-box;
  width:30%;
}
.item_detail_infobox td{
  padding: 20px;
  box-sizing:border-box;
}





.item_price_area{
  margin-bottom:30px;
}
.item-detail-wrapper .offprice{
  font-size:2.0rem;
  color:#d0252d;
  padding:0 15px;
}
.item-detail-wrapper .item-detail-teika.price span.discount{
    position: relative;
}
.item-detail-wrapper .item-detail-teika.price span.discount:after {
    content: "";
    border-bottom: 1px solid #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.item_detail_cart_area{
    border-top: 1px solid #ededed;
}
.item_detail_cart_area .cart_btn_row{
    display: table;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
  width:100%;
}

.item_detail_cart_area .cart_btn_row dt{
  box-sizing: border-box;
    width: calc(33.3% - 5px);
    align-items: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 1.5rem;
    padding-left: 5px;
}
.item_detail_cart_area .cart_btn_row dd{
    padding: 0;
    box-sizing: border-box;
    display: table-cell;
    width: 33.3%;
    text-align: center;
}
.zaiko_hide{
  display:none;
}
.item_detail_cart_area .zaiko_txt {
    display: none;
    font-size: 11px;
    color: #FF4747;
}
.item_detail_cart_area .cart_btn_row dd.btn_cart{
  text-align:right;
}
.item_detail_cart_area .btn_cart input[type="submit"]{
    background: #000;
    padding: 12px 16px;
    color: #ddd;
  font-size:1.2rem;
  width:100%;
}
.not_item_property{
  width:100%;
  text-align:center;
}
.not_item_property .zaiko_txt{
  margin-bottom:10px;
}
.not_item_property input[type="submit"]{
  width:100%;
}
.btn-soldout {
    background: #000;
    padding: 13px 0;
    font-size: 1.2rem;
    background-color: #e6e6e6;
    display: block;
  text-align:center;
  width:120px;
}
.social-item-detail dt{
  font-size:1.5rem;
  padding: 5px 25px 0 0;
}
.social-item-detail .social{
  text-align:center;
}
.social-item-detail .social ul li{
  width:30px;
}
.social-item-detail .social ul li:nth-child(2){
  margin: 0px 17px;
}

.item-detail_rightbox{
  margin:0 10px;
}
.item-detail-pic-main{
  margin-bottom:70px;
  position:relative;
}
.item-detail-pic-main .bx-wrapper{
  background:none;
  box-shadow:none;
  border:none;
  width:80%;
  margin:0 auto;
}
.item-detail-pic-main li{
  text-align:center;
}
.item-detail-imagearea .innner{
  display:inline-block;
  text-align:center;
}
.item-detail-pic-main .wrap{
	position:absolute;
	z-index:99;
}
.item-detail-pic-main .wrap.left{
	left:10px;
}
.item-detail-pic-main .wrap.right{
	right:10px;
}
.item-detail-imagearea{
  position:relative;
}
.item-detail-main-soldout{
  width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 500px;
    position: absolute;
    top: 0;
}
.item-detail-main-soldout:after{
  content:"";
  top: 50%;
    left: 10%;
  position:absolute;
    z-index: 3;
    width: 80%;
    height: 70px;
    background: url(../images/common/img_label-sold-out.png) 50% 0 no-repeat;
    background-size: auto 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  
}

.item-detail-pic-thumb{ 
  width:100%;
  margin:0 5px 50px;
  margin-bottom: 50px;
    overflow: hidden;
}
.item-detail-pic-thumb li{
  width: calc((100% - 30px) / 5);
    float: left;
    box-sizing: border-box;
    display: block;
    margin-right: 5px;
    text-align: center;
    word-break: break-all;
}
.item-detail-pic-thumb li.colorLine{
  clear:both;
  width:0;
  float: none;
  height: 0 !important;
  margin:30px 0 0 0 !important;
}
.item-detail-pic-thumb li.color + li,
.item-detail-pic-thumb li.color + li + li,
.item-detail-pic-thumb li.color + li + li + li,
.item-detail-pic-thumb li.color + li + li + li + li{
}
.item-detail-pic-thumb li.color:last-of-type(5n){
  margin-right:0;
}
.item-detail-pic-thumb .detail_txt{
  width: 100%;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-weight: bold;
}
.item-detail-pic-thumb a{ 
  display:block; 
}
.item-detail-pic-thumb a:hover{
  text-decoration:none;
}
.item-detail-pic-thumb li .thumb_img_wrap{
  border:3px solid #fff;
}
.item-detail-pic-thumb li.active .thumb_img_wrap,
.item-detail-pic-thumb li:hover .thumb_img_wrap{ 
  /*box-shadow: 0 0 0 3px #F7D886 inset;*/
  border:3px solid #F7D886;
  z-index:9999;
}
.item-detail-pic-thumb a .thumb_img_wrap{
  box-shadow: 0 0 0 3px #F7D886 inset;
}
.item-detail-pic-thumb a.active img{
  z-index:-1; 
  position:relative;
  opacity:0.5;
}
.item-detail-pic-thumb a:hover img{
  z-index:-1; 
  position:relative;
  opacity:1;
}
.item-detail-pic-thumb a.active:hover img{
  opacity:0.5;
}

.item-detail-pic-thumb .innner{
  /*display:table-cell;*/
  display:block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.item-detail-pic-thumb .innner span{
  font-size:1.1rem;
  line-height: 1.1;
    display: inline-block;
}
.item-detail-pic-thumb img{
  max-width: 100%;
  width:100%;
  height: auto;
}

.item-detail_other_img{
  margin:0 20px 40px;
}
.item-detail_other_img img{
	margin-bottom:15px;
}
.item_detail_handmaide{
  margin:40px 0 0;
  text-align:center;
}


/*コーディネート*/
.coordinate-section.products-section{
  margin-top:0;
}
.coordinate-section.products-section .products-list{
  margin-top:0;
}
.coordinate-section .products-section.products-list{
  overflow:hidden;
}
.item-detail-wrapper .coordinate-section .products-item {
  position: relative;
    width: calc(50% - 10px);
    margin-top: 30px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
    padding-top: 0px;
    counter-increment: ranking;
    float: left;
}
.coordinate-section .products-item img{
  max-height:320px;
}
.item-detail-coordinate_txt{
  border-bottom:1px solid #EDEDED;
  margin:0 10px 30px;
}
.item-detail-coordinate_txt .explanation2{
  font-size:1.3rem;
  margin-bottom:6px;
  letter-spacing:2px;
  padding:0 15px;
}
.item-detail-coordinate_txt .item_name{
  font-size:1.7rem;
}

@media screen and (min-width: 768px), print {
  .item-detail-main{
     -webkit-display:flex;
    display:flex;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    padding:0 18px;
  }
  .item-detail_rightbox{
    width:560px;
    margin:0;
  }
  .item-detail_leftbox{
    width:558px;
    margin-right:38px;
  }
  .item-detail-pic-thumb li{
    width: 100px;
    float: left;
    box-sizing: border-box;
    display: block;
    margin-right: 14px;
    margin-bottom: 14px;
    text-align:center;
    word-break: break-all;
  }
  .item-detail-pic-thumb{
    margin:0 0 50px;
  }
  .item-detail-pic-thumb ul{
    width:570px;
  }
  .item-detail-pic-thumb .thumb_img_wrap{
    margin-bottom:8px;
  }
  .social-item-detail .social{
    text-align:left;
  }
  .item_detail_cart_area .btn_cart input[type="submit"]{
    font-size:1.5rem;
    padding:12px 26px;
  }
  .btn-soldout{
    font-size:1.5rem;
    padding:12px 0;
    width:auto;
  }
  .item_detail_sizebox dl{
    float:left;
    width:auto;
  }
  .item_detail_sizebox dl dd{
	padding:20px 30px;
  }
  
  /*購入ボタン*/
  .item_detail_cart_area .cart_btn_row dt{
    padding: 0px 20px;
    width: 165px;
  }
  .item_detail_cart_area .cart_btn_row dd{
    padding: 0 20px;
  }
  .item_detail_infobox th{
    width:95px;
  }
  .item_detail_infobox td{
    padding: 20px 50px;
  }
  .item_detail_handmaide{
      text-align:left;
    }
  .item-detail_other_img{
    margin:0 0 40px;
  }
  
  
  /*コーディネート*/
  .coordinate-section .products-item {
    padding-top:48px;
  }
  .item-detail-coordinate_txt{
    margin:0 0 30px;
  }
  .item-detail-wrapper .coordinate-section .products-list .products-item{
    margin-top:20px;
  }
  .item-detail-wrapper .coordinate-section .products-list .products-item:nth-child(-n+2){
    margin-top:0;
  }
  .item-detail-wrapper .coordinate-section .products-list .products-item{
    padding:0;
  }
  .item-detail-wrapper .coordinate-section .products-item img{
      max-height:197px;
  }
  .item-detail-wrapper .coordinate-section .products-item .title{
    margin:15px 10px 4px;;
  }
}

@media screen and (min-width: 375px), print {
  .js-mobile-nav-show .global-header,
  .js-mobile-nav-show .global-laptop-nav,
  .js-mobile-nav-show .wrapper {
    -webkit-transform: translateX(315px);
            transform: translateX(315px);
  }
  .global-mobile-nav {
    width: 315px;
    -webkit-transform: translateX(-375px);
            transform: translateX(-375px);
  }
  .global-mobile-nav .login-member-list li:nth-child(1) {
    margin-right: 35px;
  }
  .global-mobile-nav .login-member-list li a {
    padding: 5px 0 0 40px;
  }
}

@media screen and (min-width: 768px), print {
  body {
    padding-top: 183px;
  }
  .breadcrumbs {
    max-width: 1260px;
    margin: 0 auto;
  }
  .brand-nav {
    margin: 140px auto -60px;
  }
  .brand-nav ul li {
    margin: 15px;
  }
  
    /*コーディ_アーカイブ*/
    .coordinate-archive {
    margin: 140px auto -60px;
  }
  .coordinate-archive ul li {
    margin: 15px;
    width: 12%;
  }
  
  .coordi-nolink {pointer-events: none;
  }
  
   .coordi-nolink img{ filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;}
    /*コーディ_アーカイブ*/
  
  .item-list {
    margin-left: calc(-1 * calc(10px / 2));
    margin-right: calc(-1 * calc(10px / 2));
  }
  .item-list-wrapper {
    max-width: 1190px;
    margin: 0 auto;
  }
  .item-list .item {
    width: calc(25% - 10px);
    margin-top: 55px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
    padding-top: 30px;
  }
  .item-list .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .item-list .item .label img {
    height: 20px;
  }
  .item-list .item .soldout::before {
    height: 54px;
    background-size: auto 54px;
  }
  .item-list .item .title {
    margin: 20px 10px 4px;
    font-size: 1.2rem;
  }
  .item-list .item .price {
    font-size: 1.2rem;
  }
  .item-list .item .offprice {
    font-size: 1.3rem;
  }
  .item-list .item.js-sp-more-hide {
    display: block;
  }
  .item-list .item.js-pc-more-hide {
    display: none;
  }
  .item-detail-wrapper {
    max-width: 1190px;
    margin: 0 auto;
  }  
  .number-sort {
    max-width: 1190px;
    margin: 0 auto;
    padding: 20px 20px 40px;
  }
  .number-sort .number {
    display: none;
  }
  .number-sort .sort-order-col,
  .number-sort .sort-stock-col,
  .number-sort .sort-number-col {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
  }
  .number-sort .sort-order-col,
  .number-sort .sort-stock-col {
    margin-right: 40px;
  }
  .number-sort label {
    padding: 0 15px 0 0;
  }
  .pagination {
    max-width: 1190px;
    margin: 80px auto 0;
  }
  .pagination a,
  .pagination .current {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    padding-top: 13px;
    font-size: 2.2rem;
  }
  .pagination .prev,
  .pagination .next {
    width: 96px;
  }
  .pagination .prev::before,
  .pagination .next::before {
    width: 16px;
    height: 16px;
  }
  .pagination .prev::before {
    margin: -8px 0 0 -16px;
  }
  .pagination .next::before {
    margin: -8px -8px 0 0;
  }
  .common-page-header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
  .common-page-header-title {
    margin-bottom: 30px;
    font-size: 2.0rem;
    letter-spacing: .1em;
  }
  .common-page-header-text {
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .table01 tbody {
    display: table-row-group;
  }
  .table01 tr {
    display: table-row;
  }
  .table01 th,
  .table01 td {
    display: table-cell;
  }
  .table01 th {
    width: 280px;
  }
  .table02 tbody {
    display: table-row-group;
  }
  .table02 tr {
    display: table-row;
    border: 0;
    border-bottom: 1px #ccc solid;
  }
  .table02 tr:nth-child(1) {
    display: table-row;
  }
  .table02 th,
  .table02 td {
    display: table-cell;
    font-size: 1.5rem;
  }
  .table02 th {
    padding: 15px;
  }
  .table02 td {
    padding: 15px;
  }
  .table02 td:before {
    display: none;
  }
  .button {
    margin: 60px 0 40px;
  }
  .button a,
  .button button,
  .button input[type="submit"],
  .button input[type="button"] {
    margin: 0 8px;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.6rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .button a:hover,
  .button button:hover,
  .button input[type="submit"]:hover,
  .button input[type="button"]:hover {
    opacity: .5;
    text-decoration: none;
  }
  .message {
    margin: 40px 0;
  }
  .message ul li {
    font-size: 1.5rem;
  }
  input[type="text"],
  input[type="password"],
  textarea {
    padding: 5px 10px;
    font-size: 1.5rem;
  }
  label.select > select {
    padding: 5px 40px 5px 10px;
    font-size: 1.5rem;
　  height:40px;
  }
  label.select > select option{
    background:#fff;
    color:#333;
  }
  label.select > select option:hover {
  background: #CCC;
  }
  label.select::after {
    top: calc(50% - 8px);
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .global-header-inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
  }
  .global-header .logo {
    width: 64px;
    padding: 18px 0;
  }
  .global-header .concept-text {
    display: block;
    position: absolute;
    top: 38px;
    left: 30px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: .1em;
  }
  .global-header .sub-nav01 {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    list-style: none;
  }
  .global-header .sub-nav01 li {
    display: inline-block;
    margin-left: 30px;
  }
  .global-header .sub-nav01 li a {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: .1em;
  }
  .global-header .sub-nav02 {
    top: 60px;
    right: 30px;
  }
  .global-header .sub-nav02 li {
    display: inline-block;
    width: 28px;
    margin-left: 40px;
  }
  .global-header .sub-nav02 li:nth-child(1), .global-header .sub-nav02 li:nth-child(2) {
    display: inline-block;
  }
  .global-header .sub-nav02 li:nth-child(3) .num {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
  .global-header .global-mobile-nav-trigger {
    display: none;
  }
  .header-search {
    display: block;
    position: fixed;
    top: calc(50% - 350px);
    left: calc(50% - 342px);
    z-index: 102;
    width: 684px;
    height: 700px;
    padding: 60px 54px 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .header-search.is-show {
    opacity: 1;
    visibility: visible;
  }
  .header-search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 30px;
    height: 30px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .header-search-close:hover {
    opacity: .5;
  }
  .header-search-close span {
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #333;
  }
  .header-search-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-search-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-search iframe {
    width: 100%;
    height: 640px;
  }
  .global-header,
  .global-laptop-nav,
  .wrapper {
    -webkit-transition: -webkit-transform 0;
    transition: -webkit-transform 0;
    transition: transform 0;
    transition: transform 0, -webkit-transform 0;
  }
  .global-laptop-nav {
    display: block;
    position: fixed;
    top: 104px;
    left: 0;
    z-index: 100;
    width: 100%;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .global-laptop-main-nav {
    padding: 18px 0 20px;
    background: #fff;
    border-bottom: 2px solid #f4f1f1;
    text-align: center;
  }
  .global-laptop-main-nav-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .global-laptop-main-nav ul {
    font-size: 0;
    list-style: none;
    white-space: nowrap;
  }
  .global-laptop-main-nav ul li {
    display: inline-block;
    margin: 0 15px;
  }
  .global-laptop-main-nav ul li:first-child {
    margin-left: 0;
  }
  .global-laptop-main-nav ul li:last-child {
    margin-right: 0;
  }
  .global-laptop-main-nav ul li.category-nav-trigger {
    margin-left: 10px;
  }
  .global-laptop-main-nav ul li.category-nav-trigger a {
    position: relative;
    padding-left: 27px;
  }
  .global-laptop-main-nav ul li.category-nav-trigger a::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .global-laptop-main-nav ul li.category-nav-trigger a.is-show::before {
    top: 8px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .global-laptop-main-nav ul li a {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-decoration: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-laptop-main-nav ul li a:hover {
    opacity: .5;
  }
  .global-laptop-category-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .global-laptop-category-nav.is-show {
    opacity: 1;
    visibility: visible;
  }
  .global-laptop-category-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: 820px;
    margin: 0 auto;
    padding: 65px 20px;
  }
  .global-laptop-category-nav-col:nth-child(1) {
    width: 31.5%;
    margin-right: 2.5%;
  }
  .global-laptop-category-nav-col:nth-child(2) {
    width: 23.5%;
    margin-right: 2.5%;
  }
  .global-laptop-category-nav-col:nth-child(3) {
    width: 23.5%;
    margin-right: 2.5%;
  }
  .global-laptop-category-nav-col:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .global-laptop-category-nav ul {
    list-style: none;
  }
  .global-laptop-category-nav ul li:not(:first-child) {
    margin-top: 20px;
  }
  .global-laptop-category-nav ul li a {
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .global-mobile-nav {
    -webkit-transition: -webkit-transform 0;
    transition: -webkit-transform 0;
    transition: transform 0;
    transition: transform 0, -webkit-transform 0;
  }
  .pagetop {
    padding: 100px 0 50px;
  }
  .pagetop a {
    width: 42px;
  }
  .global-footer-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 55px 100px;
  }
  .global-footer-nav ul li a {
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .global-footer-nav-col:nth-child(2), .global-footer-nav-col:nth-child(3) {
    width: 38%;
  }
  .global-footer-nav-col:nth-child(3) {
    margin-left: 5%;
  }
  .global-footer-nav-category-title {
    margin-bottom: 60px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .global-footer-nav-category-title::after {
    top: 45px;
    width: 60px;
  }
  .global-footer-nav-category-list ul:nth-child(1), .global-footer-nav-category-list ul:nth-child(2), .global-footer-nav-category-list ul:nth-child(3) {
    width: 30%;
  }
  .global-footer-nav-category-list ul:nth-child(2), .global-footer-nav-category-list ul:nth-child(3) {
    margin-left: 5%;
  }
  .social-copyright {
    text-align: left;
  }
  .social-copyright-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 55px;
  }
  .social-copyright .social dt {
    padding: 3px 35px 0 0;
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .social-copyright .social ul li {
    width: 24px;
  }
  .social-copyright .social ul li:nth-child(2) {
    margin: 0 15px;
  }
  .social-copyright .copyright {
    margin-top: 3px;
    font-size: 1.1rem;
    letter-spacing: .05em;
  }
  .global-header.global-header-home + .global-laptop-nav {
    position: absolute;
    top: 0;
  }
  .global-header.global-header-home + .global-laptop-nav.is-fixed {
    position: fixed;
  }
  .home-visual {
    margin-top: -183px;
  }
  .home-visual-contents {
/*    top: 50%;*/
    top: calc(50% + 75px);
  }
  .home-visual .image {
    width: 104px;
    margin: 0 auto 30px;
  }
  .home-visual .text {
    font-size: 1.5rem;
    letter-spacing: .2em;
      color: black;
  }
  .home-visual .renewal {
    height: 90px;
  }
  .products-section .products-list{
    margin-top:60px;
  }
  .home-section-title,
  .products-section-title{
    font-size: 1.8rem;
  }
  .home-section .products-list.js-sp-more-products,
  .products-section .products-list.js-sp-more-products{
    padding-bottom: 0;
  }
  .home-section .products-list.js-more-products, .home-section .products-list.js-pc-more-products,
  .products-section .products-list.js-more-products, .products-section .products-list.js-pc-more-products{
    padding-bottom: 100px;
  }
  .home-section .products-item,
  .home-section .products-item,
  .products-section .products-item{
    padding-top: 30px;
  }
  .products-item .label img {
    height: 20px;
  }
  .home-section .products-item .soldout::before,
  .products-section .products-item .soldout::before{
    height: 49px;
    background-size: auto 49px;
  }
  .products-item .title {
    margin: 20px 10px 4px;
    font-size: 1.2rem;
  }
  .products-item .price {
    font-size: 1.2rem;
  }
  .products-item .offprice {
    font-size: 1.3rem;
  }
  .home-section .products-item.js-sp-more-hide,
  .products-section .products-item.js-sp-more-hide{
    display: block;
  }
  .home-section .products-item.js-pc-more-hide,
  .products-section .products-item.js-pc-more-hide{
    display: none;
  }
  .home-section .products-more,
  .products-section .products-more{
    margin-top: 50px;
  }
  .home-section .products-more a,
  .products-section .products-more a{
    padding: 12px 45px 12px 40px;
    font-size: 1.6rem;
  }
  .home-section .products-more a span,
  .products-section .products-more a span{
    padding-left: 30px;
  }
  .home-section .products-more a span::before,
  .products-section .products-more a span::before{
    top: 3px;
    width: 12px;
    height: 12px;
  }
  .home-section .products-more.js-sp-more-button-show,
  .products-section .products-more.js-sp-more-button-show{
    opacity: 0;
    visibility: hidden;
  }
  .home-section .products-more.js-pc-more-button-show,
  .products-section .products-more.js-pc-more-button-show{
    opacity: 1;
    visibility: visible;
  }
  .home-contents01 {
    max-width: 1260px;
    margin: 0 auto;
  }
  .home-contents01 .box .title {
    font-size: 2.8rem;
  }
  .home-contents01 .box-concept-story {
    margin-bottom: 10px;
  }
  .home-contents01 .box-coordinate {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
    
/*右上バナー*/
  .home-contents01 .box-coordinate a {
    padding-top: 62%;
    background: url(../images/home/embro180420.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .home-contents01 .box-web-catalog {
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
  }
  .home-contents01 .box-links {
    margin-top: 10px;
    padding: 20px;
  }
  .home-contents01 .box-links a {
    min-height: 170px;
    padding: 20px;
  }
  .home-contents01 .box-links a:nth-child(4) .title {
    font-size: 2.0rem;
  }
  .home-contents01 .box-links a .title {
    font-size: 2.2rem;
  }
  .home-contents01 .box-links a p {
    font-size: 1.3rem;
  }
  .home-trend-keywords {
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 45px;
  }
  .home-trend-keywords-inner {
    position: relative;
    display: inline-block;
    padding-left: 150px;
    text-align: left;
  }
  .home-trend-keywords-text {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.2rem;
  }
  .home-trend-keywords-list {
    margin: -15px -5px 0;
  }
  .home-trend-keywords-list li {
    margin: 15px 7px 0;
  }
  .home-trend-keywords-list li a {
    border-radius: 8px;
    font-size: 1.2rem;
  }
  .home-contents02 {
    max-width: 1260px;
    margin: 45px auto 0;
  }
  .home-new-arrival {
    max-width: 1190px;
    margin: 60px auto 0;
  }
  .home-new-arrival-list {
    margin-top: 25px;
    margin-left: calc(-1 * calc(10px / 2));
    margin-right: calc(-1 * calc(10px / 2));
  }
  .home-new-arrival-list .products-item {
    width: calc(25% - 10px);
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .home-new-arrival-list .products-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .home-contents03 {
    padding: 150px 0 120px;
  }
  .home-contents03 p {
    width: 640px;
    max-width: inherit;
  }
  .home-contents03 .bg {
    top: -70px;
    height: calc(100% + 160px);
  }
  .home-coordinate {
    max-width: 1190px;
    margin: 120px auto 0;
  }
  .home-coordinate-list {
    margin-top: 65px;
    margin-left: calc(-1 * calc(10px / 2));
    margin-right: calc(-1 * calc(10px / 2));
  }
  .home-coordinate-list .products-item {
    width: calc(25% - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  margin-top:30px;
  }
  .home-coordinate-list .products-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .home-ranking {
    max-width: 1190px;
    margin: 120px auto 0;
  }

  
  /*商品レコメンド系共通*/
  .products-section{
    max-width: 1190px;
    margin: 120px auto 0;
  }
  .ranking-list {
    margin-top: 50px;
    margin-left: calc(-1 * calc(10px / 2));
    margin-right: calc(-1 * calc(10px / 2));
  }
  .ranking-list.more-hide {
    padding-bottom: 0 !important;
  }
  .ranking-list.more-hide .products-more {
    display: none;
  }
  .ranking-list .products-item{
    width: calc(33.33334% - 10px);
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
    padding-top: 80px;
  }
  .products-list__col-five .products-item{
    width: calc(33.33334% - 10px);
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .products-list .products-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .ranking-list .products-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .ranking-list .products-item .label {
    top: 50px;
  }
  .ext-contents {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 20px 0;
  }
  .ext-section-title {
    margin-bottom: 20px;
    padding: 15px 50px;
    font-size: 1.8rem;
  }
  .ext-section-inner {
    margin: 40px 50px;
  }
  .ext-section p {
    font-size: 1.5rem;
  }
  .guide-contents h3 {
    margin: 40px 0 20px;
    padding: 0 10px 5px;
    font-size: 1.8rem;
  }
  .guide-contents .box {
    margin-top: 30px;
    padding: 25px;
  }
  .guide-contents .guide_img2_out {
    width:calc(25% - 10px);
  }
  .members-header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
  .members-header-title {
    margin-bottom: 30px;
    font-size: 2.0rem;
    letter-spacing: .1em;
  }
  .members-header-text {
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .members-header-image {
    margin: 40px -20px 0;
  }
  .members-contents {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 20px 0;
  }
  .members-contents-title {
    font-size: 3.0rem;
  }
  .members-contents-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }
  .members-contents-list li {
    width: 46.2%;
    margin-top: 80px;
  }
  .members-contents-list li:nth-child(odd) {
    margin-right: 7.6%;
  }
  .members-contents-list div {
    width: 116px;
    margin-right: 30px;
  }
  .members-contents-list p {
    font-size: 1.4rem;
  }
  .members-contents-list strong {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .members-contents .btn-register {
    margin-top: 100px;
  }
  .members-contents .btn-register a {
    padding: 20px 80px 18px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .contact-contents {
    max-width: 1080px;
    margin: 0 auto;
  }
  .contact-section-title {
    margin-bottom: 20px;
    padding: 15px 50px;
    font-size: 1.8rem;
  }
  .contact-section-inner {
    margin: 40px 50px;
  }
  .contact-section p {
    font-size: 1.5rem;
  }
  .contact-section .table01 {
    margin-top: 50px;
  }
  .contact-submit {
    margin-top: 50px;
  }
  .contact-submit .button li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
  }
  .contact-submit .button li a,
  .contact-submit .button li input[type="submit"] {
    display: inline-block;
  }
  .contact-submit .button li + li {
    margin-top: 0;
  }
  .login-contents {
    max-width: 1080px;
    margin: 0 auto;
  }
  .login-section-title {
    margin-bottom: 20px;
    padding: 15px 50px;
    font-size: 1.8rem;
  }
  .login-section-inner {
    margin: 40px 50px;
  }
  .login-section p {
    font-size: 1.5rem;
  }
  .login-section .members-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .login-section .members-card p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .login-section .members-card figure {
    width: 202px;
    margin: 0 0 0 40px;
  }
  .member-contents {
    max-width: 1080px;
    margin: 0 auto;
  }
  .member-section-title {
    margin-bottom: 20px;
    padding: 15px 50px;
    font-size: 1.8rem;
  }
  .member-section-inner {
    margin: 40px 50px;
  }
  .member-section p {
    font-size: 1.5rem;
  }
  .member-submit {
    margin-top: 50px;
  }
  .member-submit .button li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
  }
  .member-submit .button li a,
  .member-submit .button li input[type="submit"] {
    display: inline-block;
  }
  .member-submit .button li + li {
    margin-top: 0;
  }
  .member-register-contents .member-section-inner > p:first-child {
    margin-bottom: 50px;
  }
  .member-register-contents .member-section .members-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 40px;
  }
  .member-register-contents .member-section .members-card-image {
    width: 202px;
    margin: 20px 0 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .member-register-contents .member-section .members-card-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .member-history-contents {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 20px 0;
  }
  .member-history-section h3 {
    margin: 40px 0 20px;
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .member-history-section h3 .orderNo {
    float: left;
    margin-right: 4.0rem;
  }
  .member-history-section h3 .orderShipNo {
    clear: left;
  }
  .member-history-section p {
    font-size: 1.5rem;
  }
  .member-history-section .tab {
    margin: 50px 0;
    padding-bottom: 10px;
  }
  .member-history-section .tab li {
    margin-right: 40px;
    font-size: 1.5rem;
  }
  .member-history-section .buttonarea a,
  .member-history-section .buttonarea button,
  .member-history-section .buttonarea input[type="submit"] {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
  .member-taikai-contents {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 20px 0;
  }
  .member-taikai-section p {
    font-size: 1.5rem;
  }
  .member-point-contents {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 20px 0;
  }
  .member-point-section p {
    font-size: 1.5rem;
  }
  .cart-step {
    margin: 0 auto 90px;
    max-width: 1080px;
    padding: 50px 20px 0;
  }
  .cart-step div {
    padding: 0 0 15px;
    text-align: center;
    font-size: 1.8rem;
  }
  .cart-step div.current {
    border-bottom: 3px #393434 solid;
  }
  .cart-contents {
    max-width: 1080px;
    margin: 0 auto;
  }
  .cart-contents .message {
    margin: 0 0 40px;
  }
  .cart-item-table {
    border-bottom: none;
  }
  .cart-item-table tbody {
    display: table-row-group;
  }
  .cart-item-table tr {
    display: table-row;
    min-height: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px #ccc solid;
  }
  .cart-item-table tr:nth-child(1) {
    display: table-row;
    border-bottom: none;
  }
  .cart-item-table th {
    display: table-cell;
    padding: 15px 0;
    background: #ededed;
    font-size: 1.5rem;
  }
  .cart-item-table td {
    display: table-cell;
    padding: 15px;
    font-size: 1.5rem;
  text-align:center;
  }
  .cart-item-table td.item{
    width:250px;
    text-align:left;
  }
  .cart-item-table td:before {
    display: none;
  }
  .cart-item-table td.image {
    position: static;
    width: 150px;
  }
  .cart-item-table td.image img {
    width: 120px;
  }
  .cart-item-table td .button {
    position: static;
  }
  .cart-item-table td .button input[type="button"] {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
  .cart-item-sum {
    margin-top: 50px;
  }
  .cart-item-sum + .cart-item-sum {
    margin-top: 16px;
  }
  .cart-item-sum dt,
  .cart-item-sum dd {
    font-size: 1.8rem;
  }
  .cart-item-sum dt {
    width: 215px;
  }
  .cart-item-sum dd {
    width: 270px;
  }
  .cart-item-sum dd::before {
    content: '';
  }
  .cart-submit {
    margin-top: 50px;
  }
  
  .cart-submit .button li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
  }
  .cart-submit .button.row_reverse{
  display: block; 
  }
  .cart-submit .button.row_reverse li + li {
  margin-bottom: 0;
  }
  .cart-submit .button li a,
  .cart-submit .button li input[type="submit"] {
    display: inline-block;
  }
  .cart-submit .button li:nth-child(3) .term-link {
    position: absolute;
    bottom: -60px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .cart-submit .button li:nth-child(3) .term-link a {
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: underline;
  }
  .cart-submit .button li + li {
    margin-top: 0;
  }
  .cart-item-sum + .cart-section {
    margin-top: 80px;
  }
  .cart-section-title {
    margin-bottom: 20px;
    padding: 15px 50px;
    font-size: 1.8rem;
  }
  .cart-section-inner {
    margin: 40px 50px;
  }
  .cart-section p {
    font-size: 1.5rem;
  }
  .cart-form-table .zip-row .col:nth-child(2) .button .submit {
    font-size: 1.5rem;
  }
  .cart-form-table tbody {
    display: table-row-group;
  }
  .cart-form-table tr {
    display: table-row;
    margin-top: 0;
  }
  .cart-form-table th,
  .cart-form-table td {
    display: table-cell;
    padding: 20px 50px;
    font-size: 1.5rem;
  }
  .cart-form-table th {
    padding-right: 0;
    width: 280px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px), print {
  .breadcrumbs {
    padding: 30px;
  }
  .brand-nav {
    max-width: 900px;
  }
  
  
      /*コーディ_アーカイブ*/
  .coordinate-archive {
    max-width: 900px;
  }
  
    .coordinate-archive ul li {
    margin: 15px;
    width: 12%;
  }
  
  .coordi-nolink {pointer-events: none;
  }
  
 .coordi-nolink img{ filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;}
  /*コーディ_アーカイブ*/
  
  
  .item-list-wrapper {
    padding: 0 30px;
  }
  .number-sort {
    padding: 20px 0 40px;
  }
  .pagination {
    padding: 0 30px;
  }
  .global-header-inner {
    padding: 0 30px;
  }
  .global-laptop-nav-inner {
    padding: 0 30px;
  }
  .global-laptop-main-nav ul li {
    margin: 0 20px;
  }
  .global-footer-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .global-footer-nav-col:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .global-footer-nav-col:nth-child(2) {
    width: 30%;
    margin-left: 9%;
  }
  .global-footer-nav-col:nth-child(3) {
    width: 30%;
    margin-left: 4%;
  }
  .global-footer-nav-category-list {
    margin-bottom: 0;
  }
  .home-contents01 {
    padding: 0 30px;
  }
  .home-contents01-inner {
    position: relative;
  }
  .home-contents01 .box-concept-story {
    width: 65%;
    margin-bottom: 20px;
  }
  .home-contents01 .box-concept-story a {
    padding-top: 58%;
  }
  .home-contents01 .box-coordinate {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3%;
    margin: 0;
  }
  .home-contents01 .box-coordinate a {
    padding-top: 113.15%;
  }
  .home-contents01 .box-web-catalog {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47.7%;
    margin: 0;
  }
  .home-contents01 .box-web-catalog a {
    min-height: 340px;
    padding-top: 0;
  }
  .home-contents01 .box-links {
    width: 50.7%;
    margin-top: 20px;
  }
  .home-trend-keywords {
    padding: 45px 30px 0;
  }
  .home-contents02 {
    padding: 0 30px;
  }
  .home-new-arrival {
    padding: 0 30px;
  }
  .home-coordinate {
    padding: 0 30px;
  }
  .home-ranking {
    padding: 0 30px;
  }
  .products-section{
    padding: 0 30px;
  }
  .ranking-list .products-item {
    width: calc(20% - 10px);
  }
  .products-list__col-five .products-item {
    width: calc(20% - 10px);
  }
  .products-list__col-five .products-item:nth-child(-n+5) {
    margin-top: 0;
  }
  .ranking-list .products-item{
    margin-top:30px;
  }
  .ranking-list .products-item:nth-child(-n+5) {
    margin-top: 0;
  }
  /*商品詳細*/
  .item_detail_cart_area .cart_btn_row dd.btn_cart{
  width:200px;
  text-align:right;
  }
  

  
}


@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .number-sort label {
    top: 10px;
  }
}



input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  min-height: 1rem;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
input[type="radio"] + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #393434;
  border-radius: 100%;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 11px;
  left: 2px;
  display: inline-block;
  width: 13px;
  height: 5px;
  border-left: 2px solid #393434;
  border-bottom: 2px solid #393434;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* マージン */
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }



.item-detail-imagearea div.viewport{z-index:2;margin:auto;}
.item-detail-imagearea div.viewport{overflow:hidden;}

.item-detail-imagearea ul.flipsnap {text-align:center; vertical-align:middle; height:450px;}
.item-detail-imagearea ul.flipsnap li {float:left; list-style:none;}
.item-detail-imagearea ul.flipsnap li img {
	vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px), print {
	
	.item-detail-imagearea ul.flipsnap li img {
		max-width: 558px;
		max-height: 669px;
		width: 100%;
		height: 100%;
	}

}
.br-sp {display:none}

@media screen and (max-width: 375px) {
.br-sp {display:inline}
}

.slick-prev,
.slick-next{
	width:40px;
	height:40px;
	margin-top:-20px;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 70;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: none;
}
.slick-prev:hover,
.slick-next:hover{
	background-color: rgba(255,255,255,0.6);
}
.slick-prev {
	left: 0px;
	text-indent:-9999px;
}
.slick-prev:after {
	content:"";
	width:12px;
	height:12px;
	margin-top:-6px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:50%;
	left:15px;
}

/* CSSでレスポンシブ対応 */
@media screen and (max-width: 560px) {
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}