@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#modals {
  position: relative;
  z-index: 9999999;
  pointer-events: auto;
}

#modals .overlay {
  display: none;
  pointer-events: auto;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0a4967;
  zoom: 1;
  background: -webkit-linear-gradient(315deg, #0a4967 0%, #245743 100%);
  background: linear-gradient(135deg, #0a4967 0%, #245743 100%);
}

.japan #modals .overlay {
  background: url("../img/items/japan_bg.png") center top;
  opacity: 1 !important;
}

#modals .modal {
  color: black;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999999;
  pointer-events: auto;
  zoom: 1;
}

#modals .modal .outer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#modals .modal .outer .closeModal {
  position: absolute;
  right: 20px;
  top: 20px;
  background: red;
  width: 60px;
  height: 60px;
}

#modals .modal .outer .inner {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
html {
  position: relative;
}
body {
}
*/
body#apparelBody {
  width: 100% !important;
  right: auto !important;
}

@media screen and (max-width: 768px) {
  #header {
    background: #fff;
  }
}

#apparelwrapper {
  width: 100%;
  padding-bottom: 35px;
  font-feature-settings: "palt" 1;
  position: relative;
  min-height: 100%;
  color: #000;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.06em;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  #apparelwrapper {
    min-width: 1200px !important;
    overflow: hidden;
  }
}

#apparelwrapper *,
#apparelwrapper *:before,
#apparelwrapper *:after {
  box-sizing: border-box;
  max-height: 999999px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  list-style: none;
}

#apparelwrapper img {
  display: block;
}

@media screen and (max-width: 768px) {
  #apparelwrapper .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #apparelwrapper .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #apparelwrapper > #bgs {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
  }
  #apparelwrapper > #bgs img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
  }
  #apparelwrapper > #bgs img:first-child {
    opacity: 1;
  }
}

#apparelmain {
  position: relative;
}

@media screen and (min-width: 769px) {
  #apparelmain {
    height: 0;
    padding-bottom: 112%;
    background: url("../img/main/bg_pc.jpg?20240304") no-repeat 100% 0;
    background-size: contain;
    /*&:after {
      content: "";
      display: block;
      height: 238px;
      width: 100%;
      background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      position: absolute;
      left: 0;
      bottom: 0;
    }*/
  }
}

@media screen and (max-width: 768px) {
  #apparelmain {
    background: url("../img/main/bg_sp.jpg?20240304") no-repeat center top;
    background-size: 100% auto;
    padding-top: 130vw;
    /*&:after {
      content: "";
      display: block;
      width: 100%;
      height: vw(477);
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.6) 72%,
        rgba(0, 0, 0, 0.6) 100%
      );
      position: absolute;
      left: 0;
      right: 0;
      bottom: vw(515);
    }*/
  }
}

#apparelmain #ancs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 769px) {
  #apparelmain #ancs {
    height: 85px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #ancs {
    height: 14.93333vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 769px) {
  #apparelmain #ancs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 85px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #ancs ul {
    height: 14.93333vw;
    display: table;
    padding: 0 5.33333vw 0 1.33333vw;
  }
}

#apparelmain #ancs ul li {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #apparelmain #ancs ul li {
    display: table-cell;
  }
}

#apparelmain #ancs ul li a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 769px) {
  #apparelmain #ancs ul li a {
    height: 85px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 0 23px;
  }
  #apparelmain #ancs ul li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #ancs ul li a {
    height: 14.93333vw;
    padding: 0 4.8vw;
  }
}

#apparelmain #ancs ul li a span {
  display: block;
  white-space: nowrap;
  line-height: 1.5;
}

#apparelmain #ancs ul li a span.en {
  display: table;
  position: relative;
}

@media screen and (min-width: 769px) {
  #apparelmain #ancs ul li a span.en {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #ancs ul li a span.en {
    font-size: 4vw;
  }
}

#apparelmain #ancs ul li a span.en:after {
  content: "";
  background: url("../img/main/arrow_down_s.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  #apparelmain #ancs ul li a span.en:after {
    margin-top: 1px;
    right: -16px;
    width: 10px;
    height: 7px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #ancs ul li a span.en:after {
    width: 2.26667vw;
    height: 1.46667vw;
    right: -4vw;
  }
}

#apparelmain #ancs ul li a span.ja {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 769px) {
  #apparelmain #ancs ul li a span.ja {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #ancs ul li a span.ja {
    font-size: 2.66667vw;
  }
}

#apparelmain .headarrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) {
  #apparelmain .headarrow {
    top: 41%;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain .headarrow {
    top: 52%;
  }
}

#apparelmain .headarrow a {
  display: block;
  background: url("../img/main/arrow_down.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #apparelmain .headarrow a {
    width: 51px;
    height: 25px;
    bottom: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #apparelmain .headarrow a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain .headarrow a {
    width: 6.8vw;
    height: 3.33333vw;
    bottom: -72vw;
  }
}

#apparelmain #title {
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  text-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  #apparelmain #title {
    top: 21.4%;
    width: 100%;
    font-size: 4.8vw;
    line-height: 1;
  }
}

@media screen and (max-width: 1280px) {
  #apparelmain #title {
    font-size: 61.44px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #title {
    top: 35vw;
    bottom: auto;
    height: auto;
    max-height: auto;
    font-size: 10.66667vw;
    line-height: 10.66667vw;
  }
}

#apparelmain #title span {
  display: block;
}

@media screen and (min-width: 769px) {
  #apparelmain #title span {
    font-size: 2vw;
    padding-top: 0.7em;
  }
}

@media screen and (max-width: 1280px) {
  #apparelmain #title span {
    font-size: 25.6px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #title span {
    font-size: 5.33333vw;
  }
}

#apparelmain #title a {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url("../img/main/arrow_down.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #apparelmain #title a {
    width: 51px;
    height: 25px;
    bottom: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #apparelmain #title a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #title a {
    width: 6.8vw;
    height: 3.33333vw;
    bottom: -72vw;
  }
}

#apparelmain #shoulderTitle {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  #apparelmain #shoulderTitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #shoulderTitle {
    width: 100%;
    font-size: 6.4vw;
  }
}

#apparelmain p.name {
  color: transparent;
  background: url("../img/main/name.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  font-size: 1px;
  display: none;
}

@media screen and (min-width: 769px) {
  #apparelmain p.name {
    width: 109px;
    height: 13px;
    right: 10px;
    top: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain p.name {
    right: 2.66667vw;
    top: 0;
    width: 14.53333vw;
    height: 1.73333vw;
  }
}

#apparelmain #stylings {
  /*
    .styleItemWrap {
      @include sp {
        width: vw(750);
        overflow-x: scroll;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
      }
    }
    */
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #stylings {
    position: relative;
    z-index: 2;
    margin-top: -6.66667vw;
    width: 100%;
    overflow: hidden;
  }
}

#apparelmain #stylings h2 {
  color: #000;
  text-align: center;
  line-height: 0.77;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings h2 {
    font-size: 50px;
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #stylings h2 {
    font-size: 9.33333vw;
    margin: 0 0 15px;
  }
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0.5%;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #stylings ul {
    width: 166.93333vw;
    margin-left: -33.46667vw;
    margin-bottom: 0;
  }
}

#apparelmain #stylings ul .item {
  overflow: hidden;
  outline: 0;
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item {
    width: 24%;
    cursor: pointer;
    background: white;
    position: relative;
    margin: 0 0.5% 1vw;
    opacity: 1 !important;
  }
  #apparelmain #stylings ul .item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #apparelmain #stylings ul .item:hover:after {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #stylings ul .item {
    width: 41.73333vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

#apparelmain #stylings ul .item.new {
  position: relative;
}

#apparelmain #stylings ul .item.new:before {
  content: "NEW";
  display: block;
  position: absolute;
  color: #fff;
  background: #e20000;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: 'Oswald';
  font-weight: normal;
  line-height: 1;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item.new:before {
    top: 0;
    left: 23px;
    font-size: 16px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #stylings ul .item.new:before {
    top: 0;
    left: 3.9vw;
    font-size: 2.4vw;
    padding: 0.4vw 1.06667vw;
  }
}

#apparelmain #stylings ul .item img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #stylings ul .item img {
    width: 41.73333vw;
  }
}

#apparelmain #stylings ul .item img:hover {
  opacity: 0.7;
}

#apparelmain #stylings ul .item p.ttl {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item p.ttl {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    font-size: 1vw;
    line-height: 1.5;
    padding: 6px 10px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  #apparelmain #stylings ul .item p.ttl {
    font-size: 12.8px;
  }
}

@media screen and (max-width: 768px) {
  #apparelmain #stylings ul .item p.ttl {
    font-size: 2.13333vw;
    padding: 0 0.8vw;
    margin-top: 10px;
    color: #000;
  }
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item p.ttl.line1 {
    height: 30px;
  }
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item p.ttl.line3 {
    height: 80px;
  }
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item p.ttl.line4 {
    height: 110px;
  }
}

#apparelmain #stylings ul .item p.ttl span {
  display: block;
}

@media screen and (min-width: 769px) {
  #apparelmain #stylings ul .item:hover p.ttl {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

#featureItems {
  position: relative;
}

@media screen and (min-width: 769px) {
  #featureItems {
    margin-top: -80px;
    padding-top: 125px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems {
    padding-top: 26.66667vw;
    padding-bottom: 26.66667vw;
  }
}

@media screen and (min-width: 769px) {
  #featureItems > #bgs {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    margin: 0 auto;
  }
}

#featureItems > #bgs img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  opacity: 0;
}

#featureItems > #bgs img:first-child {
  opacity: 1;
}

#featureItems h2 {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 0.75em;
}

@media screen and (min-width: 769px) {
  #featureItems h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems h2 {
    font-size: 9.33333vw;
  }
}

#featureItems .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 769px) {
  #featureItems .items {
    margin: -20px auto 0;
    width: 498px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items {
    margin: -2.66667vw auto 0;
    width: 90.66667vw;
    overflow: hidden;
  }
}

#featureItems .items .item {
  opacity: 0;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
}

@media screen and (min-width: 769px) {
  #featureItems .items .item {
    margin-top: 20px;
    padding-bottom: 12px;
    width: 237px;
    height: 390px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #featureItems .items .item:hover {
    opacity: 0.5 !important;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item {
    margin-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    width: 44vw;
    height: 72.66667vw;
  }
}

#featureItems .items .item .thumb {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #featureItems .items .item .thumb {
    width: 237px;
    height: 331px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item .thumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#featureItems .items .item .thumb img {
  margin: 0 auto;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

@media screen and (min-width: 769px) {
  #featureItems .items .item .thumb img {
    width: 207px;
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item .thumb img {
    width: 38.66667vw;
    height: 46.66667vw;
  }
}

#featureItems .items .item .name {
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  #featureItems .items .item .name {
    font-size: 20px;
    line-height: 22px;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item .name {
    font-size: 4.4vw;
    line-height: 4.8vw;
  }
}

#featureItems .items .item .name_note {
  display: block;
}

@media screen and (min-width: 769px) {
  #featureItems .items .item .name_note {
    padding-top: 5px;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item .name_note {
    padding-top: 1vw;
    font-size: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  #featureItems .items .item .detail {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item .detail {
    margin-top: 2vw;
    font-size: 2.53333vw;
  }
}

#featureItems .items .item .detail:after {
  position: relative;
  content: "▶︎";
}

@media screen and (min-width: 769px) {
  #featureItems .items .item .detail:after {
    margin-left: 5px;
    top: 1px;
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item .detail:after {
    margin-left: 0.66667vw;
    top: 0.26667vw;
  }
}

@media screen and (min-width: 769px) {
  #featureItems .items .item:nth-child(3) .thumb img, #featureItems .items .item:nth-child(6) .thumb img {
    margin-top: -15px;
  }
  #featureItems .items .item:nth-of-type(4) .thumb img, #featureItems .items .item:nth-of-type(5) .thumb img {
    margin-top: 30px;
  }
  #featureItems .items .item:nth-of-type(7) {
    position: absolute;
    left: -261px;
    top: 50%;
    -webkit-transform: translateY(-402px);
        -ms-transform: translateY(-402px);
            transform: translateY(-402px);
  }
  #featureItems .items .item:nth-of-type(7) .thumb img {
    -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
            transform: scale(1.35);
  }
  #featureItems .items .item:nth-of-type(8) {
    position: absolute;
    left: -261px;
    top: 50%;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }
  #featureItems .items .item:nth-of-type(9) {
    position: absolute;
    right: -261px;
    top: 50%;
    -webkit-transform: translateY(-402px);
        -ms-transform: translateY(-402px);
            transform: translateY(-402px);
  }
  #featureItems .items .item:nth-of-type(10) {
    position: absolute;
    right: -261px;
    top: 50%;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }
}

@media screen and (max-width: 768px) {
  #featureItems .items .item:nth-child(3) .thumb img, #featureItems .items .item:nth-child(6) .thumb img {
    margin-top: -2.66667vw;
  }
  #featureItems .items .item:nth-child(4) .thumb img {
    -webkit-transform: scale(1.38);
        -ms-transform: scale(1.38);
            transform: scale(1.38);
    margin-top: 4.66667vw;
  }
  #featureItems .items .item:nth-child(5) .thumb img {
    -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
            transform: scale(1.35);
    margin-top: 4.66667vw;
  }
  #featureItems .items .item:nth-child(7) .thumb img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@media screen and (min-width: 769px) {
  .onlineshop-banner {
    width: 710px;
    margin: 0 auto 5% auto;
    padding-top: 4.5%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .onlineshop-banner:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .onlineshop-banner {
    width: 94.67%;
    margin: 0 auto 10.7vw auto;
    padding-top: 10.7vw;
  }
}

@media screen and (min-width: 769px) {
  .onlineshop-banner.foot-banner {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .onlineshop-banner.foot-banner {
    padding-top: 5vw;
    padding-bottom: 35px;
  }
}

.onlineshop-banner img {
  width: 100%;
  height: auto;
}

.top-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media screen and (min-width: 769px) {
  .top-btn-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 840px;
    margin: 5% auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .top-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 10.7vw auto 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .top-btn--link {
    width: 386px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .top-btn--link {
    width: 68vw;
    height: 12vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  .top-btn--link:last-child {
    margin-bottom: 0;
  }
}

.top-btn--link a {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  background: url("../img/main/bullet_shoplink_w.png"), -webkit-linear-gradient(left, #193c7d, #295b64);
  background: url("../img/main/bullet_shoplink_w.png"), linear-gradient(90deg, #193c7d, #295b64);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .top-btn--link a {
    font-size: 15px;
    border-radius: 40px;
    background-position: right 8% center, center;
    background-size: 7px auto, 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-btn--link a {
    font-size: 2.7vw;
    border-radius: 6vw;
    background-position: right 6% center, center;
    background-size: 1.33vw auto, 100%;
  }
}

@media screen and (min-width: 769px) {
  .top-btn--link:hover a {
    color: #285389;
    background: url("../img/main/bullet_shoplink_b.png"), #fff;
    background-repeat: no-repeat;
    border: 2px solid #285389;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .top-btn--link:hover a {
    background-position: right 8% center, center;
    background-size: 7px auto, 100%;
  }
}

@media screen and (min-width: 769px) {
  .featuer-banner {
    width: 710px;
    margin: 0 auto;
    padding-top: 5%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .featuer-banner {
    width: 94.67%;
    margin: 0 auto;
    padding-top: 10.7vw;
  }
}

.featuer-banner a {
  display: block;
}

.featuer-banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .featuer-banner a:hover {
    opacity: 1;
  }
}

.featuer-banner img {
  width: 100%;
  height: auto;
}

.category-banner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .category-banner {
    padding: 0 0.5%;
  }
}

@media screen and (max-width: 768px) {
  .category-banner {
    padding: 0 20px;
  }
}

.category-banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .category-banner ul {
    -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;
  }
}

@media screen and (max-width: 768px) {
  .category-banner ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .category-banner ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0.5%;
    background: -webkit-linear-gradient(45deg, #2a5369, #163552);
    background: linear-gradient(45deg, #2a5369, #163552);
    border-radius: 1vw;
  }
}

@media screen and (max-width: 768px) {
  .category-banner ul li {
    width: 48%;
    margin-bottom: 3.73vw;
    margin-right: 4%;
    background: -webkit-linear-gradient(0, #2a5369, #143652);
    background: linear-gradient(0, #2a5369, #143652);
    border-radius: 3.73vw;
  }
  .category-banner ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .category-banner ul li:nth-child(even) {
    margin-right: 0;
  }
}

.category-banner ul li a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .category-banner ul li a {
    padding: 18% 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .category-banner ul li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .category-banner ul li a {
    padding: 6.4% 0 9.5% 0;
  }
  .category-banner ul li a:hover {
    opacity: 1;
  }
}

.category-banner ul li a img {
  display: block;
}

@media screen and (min-width: 769px) {
  .category-banner ul li a img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .category-banner ul li a img {
    width: 80%;
    margin: 0 auto;
  }
}

.category-banner ul li a .text-block {
  width: 90%;
  margin: 0 auto;
  padding-top: 10%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .category-banner ul li a .text-block {
    padding-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .category-banner ul li a .text-block {
    padding-top: 2vw;
  }
}

.category-banner ul li a .text-block .categoryname-en {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  .category-banner ul li a .text-block .categoryname-en {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .category-banner ul li a .text-block .categoryname-en {
    margin-bottom: 6%;
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 768px) {
  .category-banner ul li a .text-block .categoryname-en {
    margin-bottom: 2vw;
    font-size: 5.3vw;
  }
}

.category-banner ul li a .text-block .categoryname-ja {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .category-banner ul li a .text-block .categoryname-ja {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .category-banner ul li a .text-block .categoryname-ja {
    font-size: 0.95vw;
  }
}

@media screen and (max-width: 768px) {
  .category-banner ul li a .text-block .categoryname-ja {
    font-size: 2.93vw;
  }
}

#movie {
  background: #fff;
  color: #000;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  #movie {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #movie {
    padding-top: 14vw;
    overflow: hidden;
  }
}

#movie h2 {
  text-align: center;
  font-weight: bold;
  line-height: 0.75;
}

@media screen and (min-width: 769px) {
  #movie h2 {
    font-size: 50px;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  #movie h2 {
    font-size: 9.33333vw;
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 769px) {
  #movie .movie_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
}

#movie .movie_list li {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #movie .movie_list li {
    width: 49%;
    margin: 0 0.5% 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #movie .movie_list li {
    margin: 0 20px 35px;
    font-size: 3.5vw;
  }
  #movie .movie_list li:last-child {
    margin: 0 20px;
  }
}

#movie .movie_list li a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#movie .movie_list li a:hover {
  opacity: 0.7;
}

#movie .movie_list li dl dt {
  position: relative;
}

@media screen and (min-width: 769px) {
  #movie .movie_list li dl dt {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 768px) {
  #movie .movie_list li dl dt {
    margin: 0 0 12px;
  }
}

#movie .movie_list li dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/movie/icon_play.png") no-repeat center;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #movie .movie_list li dl dt::after {
    width: 74px;
    height: 74px;
  }
}

@media screen and (max-width: 768px) {
  #movie .movie_list li dl dt::after {
    width: 50px;
    height: 50px;
    background-size: 100% auto;
  }
}

#movie .movie_list li dl dt img {
  width: 100%;
}

/* movie modal */
@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, rgba(36, 87, 67, 0.9) 0%, rgba(10, 73, 103, 0.9) 100%);
  background: linear-gradient(315deg, rgba(36, 87, 67, 0.9) 0%, rgba(10, 73, 103, 0.9) 100%);
  outline: 0;
  z-index: 10000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

@media screen and (max-width: 640px) {
  .modal-video-body {
    max-width: 94%;
  }
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: fixed;
  z-index: 2;
  right: 20px;
  top: 20px;
  display: block;
  width: 49px;
  height: 45px;
  background: url(../img/main/modal_close.svg) no-repeat 0 0;
  background-size: 49px auto;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .modal-video-close-btn {
    width: 8.53333vw;
    height: 7.86667vw;
    top: 3.6vw;
    right: 3.6vw;
    background-size: contain;
  }
}

#category {
  background: #fff;
  color: #000;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  #category {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #category {
    padding-top: 14vw;
    overflow: hidden;
  }
}

#category .swipeAttention {
  pointer-events: none;
  width: 46.66667vw;
  height: 36vw;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2.66667vw;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -23.33333vw;
  top: 48vw;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #category .swipeAttention {
    display: none;
  }
}

#category .swipeAttention .text {
  background: url("../img/categories/swipe_text.svg") no-repeat center/contain;
  width: 33.6vw;
  height: 4.13333vw;
  position: absolute;
  left: 6.4vw;
  bottom: 4vw;
}

#category .swipeAttention .hand {
  background: url("../img/categories/swipe_hand.svg") no-repeat center/contain;
  width: 15.33333vw;
  height: 18.53333vw;
  position: absolute;
  left: 14.8vw;
  top: 4.93333vw;
}

#category h2 {
  text-align: center;
  font-weight: bold;
  line-height: 0.75;
}

@media screen and (min-width: 769px) {
  #category h2 {
    font-size: 50px;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  #category h2 {
    font-size: 9.33333vw;
    margin: 0 0 20px;
  }
}

#category dl {
  border-top: 1px solid #ddd;
  background: #fff;
  /*
    &:last-child {
      border-bottom: 1px solid #ddd;
    }
    */
  /*&#bags {
      border: none;
    }
    &#bags,
    &#headcovers,
    &#others {
      // border: none;
      position: relative;
      &:after {
        content: "";
        display: block;
        background: #fff;

        height: 10px;
        position: absolute;
        left: 0;
        top: -2px;
        @include pc {
          width: 180px;
        }
        @include sp {
          width: 100%;
        }
      }
      dt {
        @include pc {
          overflow: hidden;
          border-right: 20px solid #fff;
          padding: 10px 0;
          // text-align: left;
          padding-left: 18px;
          margin-left: 6px;
        }
        span {
          @include pc {
            // background: rgba(#000,0.1);
            display: inline-block;
            position: relative;
            &:after {
              content: "";
              display: block;
              width: 180px;
              height: 1px;
              background: #1b1b1b;
              position: absolute;
              right: 100%;
              top: 50%;
              margin-right: 6px;
            }
          }
        }
        @include pc {
          font-size: 16px;
        }
        @include sp {
          font-size: vw(30);
        }
      }
    }*/
}

@media screen and (min-width: 769px) {
  #category dl {
    margin: 0 auto;
    padding: 10px 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  #category dl {
    padding: 5.33333vw 0;
    letter-spacing: -0.002em;
    position: relative;
  }
  #category dl .swipeArrowLeft, #category dl .swipeArrowRight {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto 0;
    padding-bottom: 0;
    width: 25px;
    height: 38px;
    background: rgba(255, 255, 255, 0.7) url(../img/items/arrow.svg) no-repeat center;
    background-size: 100% auto;
    pointer-events: none;
    overflow-x: visible;
    -webkit-animation: flash 3s linear infinite forwards;
            animation: flash 3s linear infinite forwards;
  }
  @-webkit-keyframes flash {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #category dl .swipeArrowLeft {
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #category dl .swipeArrowRight {
    right: 0;
  }
}

#category dl dt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #category dl dt {
    font-size: 20px;
    letter-spacing: -0.01em;
    white-space: nowrap;
    padding: 30px 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #category dl dt {
    text-align: center;
    font-size: 4.53333vw;
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  #category dl dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul {
    margin-top: -1.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#category dl dd ul * {
  outline: 0;
}

#category dl dd ul li.item {
  position: relative;
  background: #f2f2f2;
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item {
    width: 24.4%;
    height: 29vw;
    margin: 0.3%;
    cursor: pointer;
  }
}

@media screen and (max-width: 1280px) {
  #category dl dd ul li.item {
    height: 365px;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item {
    width: 30.93333vw;
    height: 58vw;
    margin: 0 0.66667vw;
    padding: 2vw 0 7.33333vw;
    text-align: center;
  }
}

#category dl dd ul li.item.japan:after {
  content: "JAPAN ORIGINAL";
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  color: #fff;
  background: #2a4b88;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item.japan:after {
    font-size: 12px;
    top: -4px;
    padding: 2px 4px;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item.japan:after {
    top: 1.06667vw;
    font-size: 3.2vw;
    padding: 0.53333vw 1.06667vw;
  }
}

#category dl dd ul li.item.ladies {
  background: #fff5f5;
}

#category dl dd ul li.item.ladies:before {
  content: "Ladies";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #931357;
  border: 2px solid #931357;
  border-radius: 20px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item.ladies:before {
    font-size: 15px;
    bottom: 5%;
    padding: 3px 15px 4px;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item.ladies:before {
    bottom: 2vw;
    font-size: 2.66667vw;
    padding: 0.53333vw 2vw;
  }
}

#category dl dd ul li.item.new:after {
  content: "New!";
  display: block;
  position: absolute;
  color: #fff;
  background: #e20000;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item.new:after {
    font-size: 20px;
    top: 15px;
    left: 45px;
    padding: 2px 4px;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item.new:after {
    top: 3.6vw;
    left: 50%;
    font-size: 2.93333vw;
    padding: 0.53333vw 1.06667vw;
  }
}

#category dl dd ul li.item .labels {
  background: #00a0ca;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

#category dl dd ul li.item .labels:empty {
  display: none;
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item .labels {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    position: absolute;
    top: 0;
    white-space: nowrap;
    margin: 0 3px;
    padding: 3px 5px;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item .labels {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    padding: 1.06667vw 1.33333vw;
    margin: 2.13333vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item .itemInner {
    visibility: hidden;
    height: 0;
    pointer-events: none;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item .thumb {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #category dl dd ul li.item .thumb:hover {
    opacity: 0.5;
  }
  .ie #category dl dd ul li.item .thumb:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item .thumb {
    margin-bottom: 2.13333vw;
  }
}

#category dl dd ul li.item .thumb img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item .thumb img {
    width: 36vw;
    height: auto;
    margin: 0 0 0 -2vw;
  }
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item .thumb img {
    height: auto;
    pointer-events: none;
  }
}

#category dl dd ul li.item p.name {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-transform: none;
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item p.name {
    /*display: flex;
              justify-content: center;
              align-items: center;
              flex-wrap: wrap;*/
    background: #000;
    color: #fff;
    position: absolute;
    width: 260px;
    top: 20px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0);
    font-size: 14px;
    padding: 6px 10px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none;
  }
  #category dl dd ul li.item p.name:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -10px;
    border-top: solid 10px black;
    border-bottom: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    width: 0;
    height: 0;
  }
  .ie #category dl dd ul li.item p.name {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #category dl dd ul li.item p.name {
    font-size: 2.4vw;
    padding: 0 1.33333vw;
    margin-top: -5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  #category dl dd ul li.item:hover p.name {
    -webkit-transform: translate(-50%, -5px);
        -ms-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  #category dl#polos {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  #category dl#polos dd ul:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    left: 180px;
    top: 50%;
    background: #ddd;
    margin-top: -5px;
    display: none;
  }
}

#category dl#accessories {
  display: none;
}

@media screen and (max-width: 768px) {
  #category dl#accessories {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #category dl#accessories dt {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  #category dl#accessories dt {
    margin-bottom: 0;
  }
}

#retailLink {
  background: white;
  color: black;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #retailLink {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #retailLink {
    padding: 7.33333vw 0;
  }
}

#retailLink span {
  text-decoration: underline;
  display: inline-block;
  -webkit-transform: translate(0.5em, 0);
      -ms-transform: translate(0.5em, 0);
          transform: translate(0.5em, 0);
}

@media screen and (min-width: 769px) {
  #retailLink span {
    font-size: 20px;
    cursor: pointer;
  }
  #retailLink span:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  #retailLink span {
    font-size: 4.53333vw;
  }
}

#retailLink span:after {
  position: relative;
  content: "▶︎";
  display: inline-block;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0.6) scaleY(0.8);
      -ms-transform: scaleX(0.6) scaleY(0.8);
          transform: scaleX(0.6) scaleY(0.8);
}

@media screen and (min-width: 769px) {
  #retailLink span:after {
    margin-left: 10px;
    top: 1px;
  }
}

@media screen and (max-width: 768px) {
  #retailLink span:after {
    margin-left: 1.33333vw;
    top: 0.26667vw;
  }
}

#pageTop {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #pageTop {
    right: 5px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageTop:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  #pageTop {
    width: 9.33333vw;
    height: 9.33333vw;
    right: 1.33333vw;
    bottom: 6.66667vw;
  }
}

#pageTop img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}

@media screen and (min-width: 769px) {
  #pageTop img {
    width: 44px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  #pageTop img {
    width: 6.8vw;
    height: 3.33333vw;
  }
}

#sizeMatrix {
  color: #fff;
  display: none;
}

@media screen and (min-width: 769px) {
  #sizeMatrix {
    width: 790px !important;
    margin: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix {
    width: 87.06667vw !important;
    margin: 16vw 0;
  }
}

#sizeMatrix h2 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #sizeMatrix h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix h2 {
    margin-bottom: 10vw;
  }
}

#sizeMatrix h2 span {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  #sizeMatrix h2 span.jp {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix h2 span.jp {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 769px) {
  #sizeMatrix h2 span.en {
    font-size: 38px;
    line-height: 43px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix h2 span.en {
    font-size: 6.4vw;
    line-height: 8vw;
    margin-top: 1.33333vw;
  }
}

@media screen and (min-width: 769px) {
  #sizeMatrix h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix h3 {
    margin-bottom: 4vw;
  }
}

#sizeMatrix h3 span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #sizeMatrix h3 span {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #sizeMatrix h3 span.en {
    font-size: 24px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix h3 span.en {
    font-size: 4.53333vw;
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 769px) {
  #sizeMatrix h3 span.jp {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix h3 span.jp {
    font-size: 3.2vw;
  }
}

#sizeMatrix table {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  #sizeMatrix table {
    width: 100%;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#sizeMatrix table thead tr {
  color: #000;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #sizeMatrix table thead tr {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix table thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 16.13333vw;
    font-size: 2.93333vw;
  }
}

#sizeMatrix table thead tr th {
  background: #cccccc;
}

@media screen and (min-width: 769px) {
  #sizeMatrix table thead tr th {
    width: 20%;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 10px 0;
  }
  #sizeMatrix table thead tr th:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix table thead tr th {
    padding: 2.4vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    height: 7.86667vw;
  }
  #sizeMatrix table thead tr th:last-child {
    border-bottom: none;
  }
  #sizeMatrix table thead tr th:first-child {
    height: 11.73333vw;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix table thead tr th[colspan="3"] {
    height: 23.6vw;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 70.4vw;
    background: #fff;
  }
}

#sizeMatrix table tbody tr {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  #sizeMatrix table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sizeMatrix table tbody tr th,
#sizeMatrix table tbody tr td {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #sizeMatrix table tbody tr th,
  #sizeMatrix table tbody tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
  }
  #sizeMatrix table tbody tr th:last-child,
  #sizeMatrix table tbody tr td:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix table tbody tr th,
  #sizeMatrix table tbody tr td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.4vw 0;
    font-size: 2.93333vw;
    line-height: 3.33333vw;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 7.86667vw;
  }
}

#sizeMatrix table tbody tr th {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #sizeMatrix table tbody tr th {
    border-top: 1px solid #ccc;
    height: 11.73333vw;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix table tbody tr th[colspan="3"],
  #sizeMatrix table tbody tr td[colspan="3"] {
    height: 23.6vw;
  }
}

@media screen and (min-width: 769px) {
  #sizeMatrix section {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix section {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 769px) {
  #sizeMatrix section .cap {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix section .cap {
    font-size: 2.93333vw;
    line-height: 4vw;
    margin-top: 1.2vw;
    text-indent: -1em;
    margin-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix #sizeTop table tbody tr {
    width: 35.2vw;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix .sizeBottom table tbody tr:nth-child(1) {
    width: 25.2vw;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix .sizeBottom table tbody tr:nth-child(2) {
    width: 22.66667vw;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix .sizeBottom table tbody tr:nth-child(3) {
    width: 22.66667vw;
  }
}

#sizeMatrix .back {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #sizeMatrix .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  #sizeMatrix .back span {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #sizeMatrix .back span:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix .back span {
    font-size: 4.4vw;
    line-height: 4.4vw;
    text-decoration: underline;
    text-align: center;
  }
}

#sizeMatrix .back span:after {
  content: "▶︎";
}

@media screen and (min-width: 769px) {
  #sizeMatrix .back span:after {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: -1px;
  }
}

@media screen and (max-width: 768px) {
  #sizeMatrix .back span:after {
    font-size: 4vw;
    display: inline-block;
    margin-left: 1.86667vw;
  }
}

#detail {
  color: #fff;
  display: none;
}

.japan #detail {
  color: #000;
}

@media screen and (min-width: 769px) {
  #detail {
    width: 1000px !important;
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #detail {
    width: 84vw !important;
    margin: 16vw 0;
  }
}

#detail h2 {
  text-align: center;
}

.japan #detail h2:before {
  content: "JAPAN ORIGINAL";
  display: table;
  background: #2a4b88;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .japan #detail h2:before {
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  .japan #detail h2:before {
    font-size: 3.73333vw;
    margin: 0 auto 2.66667vw;
    padding: 1.06667vw 2.13333vw;
  }
}

#detail h2 span {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  #detail h2 span.jp {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #detail h2 span.jp {
    font-size: 2.4vw;
  }
}

#detail h2 span.en {
  text-transform: none;
}

@media screen and (min-width: 769px) {
  #detail h2 span.en {
    font-size: 38px;
    line-height: 43px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail h2 span.en {
    font-size: 6.4vw;
    line-height: 8vw;
    margin-top: 1.33333vw;
  }
}

@media screen and (max-width: 768px) {
  #detail h2 span.en .nosp {
    display: none;
  }
}

#detail h2 span.date {
  display: inline-block;
  background: #029fca;
}

.ladies #detail h2 span.date {
  background: #931357;
}

@media screen and (min-width: 769px) {
  #detail h2 span.date {
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  #detail h2 span.date {
    font-size: 3.73333vw;
    margin: 0 auto 2.66667vw;
    padding: 1.06667vw 2.13333vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 50px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex {
    margin-top: 4vw;
  }
}

#detail .flex .photos {
  position: relative;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos {
    width: 500px;
  }
}

#detail .flex .photos ul.lrg {
  position: relative;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos ul.lrg {
    width: 500px;
    height: 667px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos ul.lrg {
    width: 84vw;
    height: 112vw;
  }
}

#detail .flex .photos ul.lrg li {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#detail .flex .photos ul.lrg li:first-child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos ul.lrg li {
    width: 500px;
    height: 667px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos ul.lrg li {
    width: 84vw;
    height: 112vw;
  }
}

#detail .flex .photos ul.lrg li img {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

#detail .flex .photos ul.lrg li img:first-child {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos ul.lrg li img {
    width: 500px;
    height: 667px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos ul.lrg li img {
    width: 84vw;
    height: 112vw;
  }
}

#detail .flex .photos ul.lrg li p {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos .explain {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos .explain {
    font-size: 1.86667vw;
    line-height: 2.66667vw;
    margin-top: 1.33333vw;
  }
}

#detail .flex .photos ul.sml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#detail .flex .photos ul.sml li {
  position: relative;
  margin-right: 1px;
  margin-top: 1px;
}

#detail .flex .photos ul.sml li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos ul.sml li {
    width: 61px;
    cursor: pointer;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos ul.sml li {
    width: 16.66667vw;
    margin-top: 2.66667vw;
  }
}

#detail .flex .photos ul.sml li.cur img {
  opacity: 0.5 !important;
}

#detail .flex .photos ul.sml li img {
  width: 100%;
}

#detail .flex .photos ul.sml li .label {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos ul.sml li .label {
    font-size: 12px;
    margin: 4px 0px 0;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos ul.sml li .label {
    font-size: 1.6vw;
    margin: 1.33333vw 0 0;
  }
}

#detail .flex .photos ul.sml li .label span {
  display: block;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos ul.sml li .label span {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos ul.sml li .label span {
    font-size: 1.2vw;
  }
}

#detail .flex .photos ul.arrow li {
  position: absolute;
  z-index: 1;
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos ul.arrow li {
    top: 335px;
    width: 40px;
    height: 40px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos ul.arrow li {
    top: 56vw;
    width: 10vw;
    height: 10vw;
    padding-left: 2.5vw;
  }
}

#detail .flex .photos ul.arrow li.next {
  right: 0;
}

#detail .flex .photos ul.arrow li.prev {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

#detail .flex .photos ul.arrow li img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos dl.colorVariation {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos dl.colorVariation {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .photos dl.colorVariation dt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos dl.colorVariation dt {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .photos dl.colorVariation dt + dt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos dl.colorVariation dt + dt {
    margin-top: 2.66667vw;
  }
}

#detail .flex .photos dl.colorVariation dt span {
  display: block;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos dl.colorVariation dt span {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos dl.colorVariation dt span {
    font-size: 2.4vw;
  }
}

#detail .flex .photos dl.colorVariation dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos dl.colorVariation dd {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos dl.colorVariation dd {
    margin-top: 2.66667vw;
  }
}

#detail .flex .photos dl.colorVariation dd img {
  border-radius: 50%;
}

.japan #detail .flex .photos dl.colorVariation dd img {
  border: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  #detail .flex .photos dl.colorVariation dd img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .photos dl.colorVariation dd img {
    width: 6.66667vw;
    height: 6.66667vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info {
    width: 460px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info {
    margin-top: 5.33333vw;
  }
}

#detail .flex .info h3.lead {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #detail .flex .info h3.lead {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info h3.lead {
    font-size: 4vw;
    line-height: 5.33333vw;
    margin-bottom: 7.33333vw;
  }
}

#detail .flex .info p.labels {
  background: #00a0ca;
  display: inline-block;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.labels {
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.labels {
    font-size: 3.2vw;
    line-height: 3.2vw;
    padding: 2.66667vw;
    margin-bottom: 2vw;
  }
}

#detail .flex .info p.labels br {
  display: none;
}

#detail .flex .info p.price {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.price {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.price {
    font-size: 3.2vw;
  }
}

#detail .flex .info p.material {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.material {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.material {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info ul.list {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info ul.list {
    margin-top: 4vw;
  }
}

#detail .flex .info ul.list li {
  position: relative;
  padding: 0 0 0 1em;
  border: none !important;
}

#detail .flex .info ul.list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  #detail .flex .info ul.list li {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info ul.list li {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info ul.list li sup {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info ul.list li sup {
    font-size: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.text {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.size {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.size {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

#detail .flex .info p.sizeMatrix {
  text-decoration: underline;
  display: table;
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.sizeMatrix {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  #detail .flex .info p.sizeMatrix:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.sizeMatrix {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.note {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 2.0;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.note {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info p.note sup {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info p.note sup {
    font-size: 2.66667vw;
  }
}

#detail .flex .info .technology {
  position: relative;
  width: 100%;
}

#detail .flex .info .technology .techDetail {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  bottom: calc(100% + 10px);
  display: none;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology .techDetail {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology .techDetail {
    padding: 5.33333vw;
  }
}

#detail .flex .info .technology .techDetail img {
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology .techDetail img {
    height: 158px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology .techDetail img {
    height: 38.13333vw;
  }
}

#detail .flex .info .technology .techDetail.justfit {
  width: auto;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology .techDetail.justfit {
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology .techDetail.justfit {
    padding: 1.33333vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology .techDetail.justfit img {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology .techDetail.justfit img {
    height: 66.66667vw;
  }
}

#detail .flex .info .technology .techDetail p {
  color: #000;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology .techDetail p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology .techDetail p {
    font-size: 2.93333vw;
    line-height: 4.26667vw;
  }
}

#detail .flex .info .technology ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology ul {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology ul {
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology ul li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology ul li {
    margin-right: 2.66667vw;
  }
}

#detail .flex .info .technology ul li > img {
  width: auto;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .technology ul li > img {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .technology ul li > img {
    height: 8vw;
  }
}

#detail .flex .info .technology ul li.hover {
  position: relative;
  cursor: pointer;
}

#detail .flex .info .technology ul li.hover .tip {
  display: none;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  border-top: solid 5px white;
  border-bottom: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  width: 0;
  height: 0;
}

#detail .flex .info .function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .function {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .function {
    margin-top: 5.33333vw;
  }
}

#detail .flex .info .function > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .function > div {
    width: 48px;
    height: 48px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .function > div {
    width: 8vw;
    height: 8vw;
    margin-right: 4vw;
  }
}

#detail .flex .info .function > div:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  white-space: pre;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .function > div:after {
    font-size: 9.5px;
    top: 53px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .function > div:after {
    font-size: 1.86667vw;
    top: 8.8vw;
  }
}

#detail .flex .info .function > div.bouhuu {
  background-image: url("../img/items/func_bouhuu.png");
}

#detail .flex .info .function > div.bouhuu:after {
  content: "防風";
}

#detail .flex .info .function > div.boushiwa {
  background-image: url("../img/items/func_boushiwa.png");
}

#detail .flex .info .function > div.boushiwa:after {
  content: "防シワ";
}

#detail .flex .info .function > div.chouon {
  background-image: url("../img/items/func_chouon.png");
}

#detail .flex .info .function > div.chouon:after {
  content: "調温";
}

#detail .flex .info .function > div.eizoku {
  background-image: url("../img/items/func_eizoku.png");
}

#detail .flex .info .function > div.eizoku:after {
  content: "永続的機能";
}

#detail .flex .info .function > div.hassui {
  background-image: url("../img/items/func_hassui.png");
}

#detail .flex .info .function > div.hassui:after {
  content: "撥水";
}

#detail .flex .info .function > div.taihuu {
  background-image: url("../img/items/func_taihuu.png");
}

#detail .flex .info .function > div.taihuu:after {
  content: "耐風";
}

#detail .flex .info .function > div.hoon {
  background-image: url("../img/items/func_hoon.png");
}

#detail .flex .info .function > div.hoon:after {
  content: "保温";
}

#detail .flex .info .function > div.keiryou {
  background-image: url("../img/items/func_keiryou.png");
}

#detail .flex .info .function > div.keiryou:after {
  content: "軽量";
}

#detail .flex .info .function > div.kyuusui {
  background-image: url("../img/items/func_kyuusui.png");
}

#detail .flex .info .function > div.kyuusui:after {
  content: "吸水";
}

#detail .flex .info .function > div.kyuusui_b {
  background-image: url("../img/items/func_kyuusui_b.png");
}

#detail .flex .info .function > div.kyuusui_b:after {
  content: "吸水";
}

#detail .flex .info .function > div.merinowool {
  background-image: url("../img/items/func_merinowool.png");
}

#detail .flex .info .function > div.merinowool:after {
  content: "メリノウール";
}

#detail .flex .info .function > div.toushitsu {
  background-image: url("../img/items/func_toushitsu.png");
}

#detail .flex .info .function > div.toushitsu:after {
  content: "透湿";
}

#detail .flex .info .function > div.toushitsu10000 {
  background-image: url("../img/items/func_toushitsu.png");
}

#detail .flex .info .function > div.toushitsu10000:after {
  content: "透湿性\A 10,000g/㎡";
}

#detail .flex .info .function > div.toushitsu20000 {
  background-image: url("../img/items/func_toushitsu.png");
}

#detail .flex .info .function > div.toushitsu20000:after {
  content: "透湿性\A 20,000g/㎡";
}

#detail .flex .info .function > div.sokkan {
  background-image: url("../img/items/func_sokkan.png");
}

#detail .flex .info .function > div.sokkan:after {
  content: "速乾";
}

#detail .flex .info .function > div.sokkan_b {
  background-image: url("../img/items/func_sokkan_b.png");
}

#detail .flex .info .function > div.sokkan_b:after {
  content: "速乾";
}

#detail .flex .info .function > div.stretch {
  background-image: url("../img/items/func_stretch.png");
}

#detail .flex .info .function > div.stretch:after {
  content: "ストレッチ";
}

#detail .flex .info .function > div.stretch_b {
  background-image: url("../img/items/func_stretch_b.png");
}

#detail .flex .info .function > div.stretch_b:after {
  content: "ストレッチ";
}

#detail .flex .info .function > div.stretch4 {
  background-image: url("../img/items/func_stretch4.png");
}

#detail .flex .info .function > div.stretch4:after {
  content: "4方向\Aストレッチ";
}

#detail .flex .info .function > div.stretch4_b {
  background-image: url("../img/items/func_stretch4_b.png");
}

#detail .flex .info .function > div.stretch4_b:after {
  content: "4方向\Aストレッチ";
}

#detail .flex .info .function > div.taisuiatsu {
  background-image: url("../img/items/func_taisuiatsu.png");
}

#detail .flex .info .function > div.taisuiatsu:after {
  content: "耐水圧\A 20,000mm";
}

#detail .flex .info .function > div.taisuiatsu10000 {
  background-image: url("../img/items/func_taisuiatsu.png");
}

#detail .flex .info .function > div.taisuiatsu10000:after {
  content: "耐水圧\A 10,000mm";
}

#detail .flex .info .function > div.upf {
  background-image: url("../img/items/func_upf.png");
}

#detail .flex .info .function > div.upf:after {
  content: "UPF 50+";
}

#detail .flex .info .function > div.separate36234 {
  background-image: url("../img/items/func_separate36234.png");
}

#detail .flex .info .function > div.separate36234:after {
  content: "6分割\A トップ";
}

#detail .flex .info .function > div.separate32988 {
  background-image: url("../img/items/func_separate32988.png");
}

#detail .flex .info .function > div.separate32988:after {
  content: "4分割\A トップ";
}

#detail .flex .info .function > div.separate33466 {
  background-image: url("../img/items/func_separate33466.png");
}

#detail .flex .info .function > div.separate33466:after {
  content: "4分割\A トップ";
}

#detail .flex .info .function > div.separate33468 {
  background-image: url("../img/items/func_separate33468.png");
}

#detail .flex .info .function > div.separate33468:after {
  content: "5分割\A トップ";
}

#detail .flex .info .function > div.separate33469 {
  background-image: url("../img/items/func_separate33469.png");
}

#detail .flex .info .function > div.separate33469:after {
  content: "4分割\A トップ";
}

#detail .flex .info .function > div.separate33637 {
  background-image: url("../img/items/func_separate33637.png");
}

#detail .flex .info .function > div.separate33637:after {
  content: "6分割\A トップ";
}

#detail .flex .info .function > div.separate34069 {
  background-image: url("../img/items/func_separate34069.png");
}

#detail .flex .info .function > div.separate34069:after {
  content: "5分割\A トップ";
}

#detail .flex .info .function > div.separate33880 {
  background-image: url("../img/items/func_separate33880.png");
}

#detail .flex .info .function > div.separate33880:after {
  content: "4分割\A トップ";
}

#detail .flex .info .function > div.separate34528 {
  background-image: url("../img/items/func_separate34528.png");
}

#detail .flex .info .function > div.separate34528:after {
  content: "5分割\A トップ";
}

#detail .flex .info .function > div.separate34529 {
  background-image: url("../img/items/func_separate34529.png");
}

#detail .flex .info .function > div.separate34529:after {
  content: "6分割\A トップ";
}

#detail .flex .info .function > div.separate34530 {
  background-image: url("../img/items/func_separate34530.png");
}

#detail .flex .info .function > div.separate34530:after {
  content: "5分割\A トップ";
}

#detail .flex .info .function > div.separate34531 {
  background-image: url("../img/items/func_separate34531.png");
}

#detail .flex .info .function > div.separate34531:after {
  content: "5分割\A トップ";
}

#detail .flex .info .function > div.separate34857 {
  background-image: url("../img/items/func_separate34857.png");
}

#detail .flex .info .function > div.separate34857:after {
  content: "4分割\A トップ";
}

#detail .flex .info .function > div.separate34858 {
  background-image: url("../img/items/func_separate34858.png");
}

#detail .flex .info .function > div.separate34858:after {
  content: "5分割\A トップ";
}

#detail .flex .info .function > div.separate36909 {
  background-image: url("../img/items/func_separate36909.png");
}

#detail .flex .info .function > div.separate36909:after {
  content: "6分割\A トップ";
}

#detail .flex .info .function > div.separate35373 {
  background-image: url("../img/items/func_separate34528.png");
}

#detail .flex .info .function > div.separate35373:after {
  content: "横が下まで\A 3分割";
}

#detail .flex .info .function > div.yonhoukoustretch {
  background-image: url("../img/items/func_4stretch.png");
}

#detail .flex .info .function > div.yonhoukoustretch:after {
  content: "4方向\A ストレッチ";
}

#detail .flex .info .texticon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .texticon {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .texticon {
    margin-top: 10vw;
  }
}

#detail .flex .info .texticon li {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.japan #detail .flex .info .texticon li {
  border: 1px solid #000;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .texticon li {
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 15px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .texticon li {
    padding: 1.33333vw;
    font-size: 2.66667vw;
    line-height: 3.2vw;
    margin-right: 3.46667vw;
    border-radius: 1.33333vw;
  }
}

#detail .flex .info .texticon li.fullopen {
  background: #fff;
  color: #0a4967;
}

#detail .flex .info .texticon li.addsample {
  background: #595757;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .texticon li.addsample {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .texticon li.addsample {
    padding: 1.33333vw 4vw;
  }
}

#detail .flex .info .shoplink {
  background: #fff;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .shoplink {
    width: 386px;
    height: 80px;
    margin-top: 40px;
    padding: 2px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .shoplink {
    width: 68vw;
    height: 12vw;
    margin-top: 10vw;
    padding: 2px;
    border-radius: 6vw;
  }
}

#detail .flex .info .shoplink a {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: url("../img/main/bullet_shoplink_w.png"), -webkit-linear-gradient(left, #193c7d, #295b64);
  background: url("../img/main/bullet_shoplink_w.png"), linear-gradient(90deg, #193c7d, #295b64);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .shoplink a {
    font-size: 15px;
    border-radius: 40px;
    background-position: right 8% center, center;
    background-size: 7px auto, 100%;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .shoplink a {
    font-size: 2.7vw;
    border-radius: 6vw;
    background-position: right 6% center, center;
    background-size: 1.33vw auto, 100%;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info .shoplink:hover {
    background: -webkit-linear-gradient(left, #56b7c8, #285489);
    background: linear-gradient(90deg, #56b7c8, #285489);
  }
  #detail .flex .info .shoplink:hover a {
    color: #285389;
    background: url("../img/main/bullet_shoplink_b.png"), #fff;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  #detail .flex .info .shoplink:hover a {
    background-position: right 8% center, center;
    background-size: 7px auto, 100%;
  }
}

#detail .flex .info .bnr {
  max-width: 420px;
  margin: 40px 0 0;
}

#detail .flex .info .bnr img {
  width: 100%;
}

#detail .flex .info .jpSize {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize {
    margin-top: 5.33333vw;
  }
}

#detail .flex .info .jpSize table {
  color: #000;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize table {
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
    font-size: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table {
    display: block;
    width: 100%;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#detail .flex .info .jpSize table tr th {
  font-weight: bold;
  background: #d5d5d5;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize table tr th {
    padding: 10px 0;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tr th {
    padding: 2.66667vw 0;
    display: block;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize table tr th:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tr th:last-child {
    border-bottom: none;
  }
}

#detail .flex .info .jpSize table tr td {
  background: #d5d5d5;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize table tr td {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tr td {
    display: block;
    padding: 2.66667vw 0;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize table tr td:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tr td:last-child {
    border-bottom: none;
  }
}

#detail .flex .info .jpSize table tr:first-child th {
  background: #a0a0a0;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize table tr:first-child th {
    border-right: 1px solid #d5d5d5;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tr:first-child th {
    border-bottom: 1px solid #d5d5d5;
  }
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize table tr:last-child th,
  #detail .flex .info .jpSize table tr:last-child td {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize table tr:last-child th,
  #detail .flex .info .jpSize table tr:last-child td {
    border-right: none;
  }
}

#detail .flex .info .jpSize .cap {
  letter-spacing: 0.04em;
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .jpSize .cap {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .jpSize .cap {
    font-size: 2.66667vw;
  }
}

#detail .flex .info .storeLocator {
  color: #fff;
  text-decoration: none;
  display: table;
  border: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  #detail .flex .info .storeLocator {
    font-size: 14px;
    padding: 14px 20px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #detail .flex .info .storeLocator {
    font-size: 3.73333vw;
    padding: 3.33333vw 4vw;
    margin-top: 8vw;
  }
}

#detail .flex #zoom {
  position: absolute;
  left: 500px;
  top: 0;
  width: 500px;
  height: 667px;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #detail .flex #zoom {
    display: none;
  }
}

#detail .flex #zoom img {
  position: absolute;
  left: 0;
  top: 0;
}

#detail .flex #zoomAreaWrap {
  position: absolute;
  left: 500px;
  top: 0;
  pointer-events: none;
  width: 500px;
  height: 667px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  #detail .flex #zoomAreaWrap {
    display: none;
  }
}

#detail .flex #zoomArea {
  width: 201.746031746px;
  height: 178.426190476px;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  #coordinate {
    width: 1050px;
    margin: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #coordinate {
    margin: 16vw 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs {
    width: 1070px;
    margin: 0 auto;
  }
}

#coordinate .thumbs .ttl {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .ttl {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .ttl {
    margin: 0 0 12px;
    font-size: 4.8vw;
    line-height: 6.26667vw;
  }
}

#coordinate .thumbs .ttl span {
  display: block;
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .ttl br.pcnone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .ttl br.pcnone {
    display: initial;
  }
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .ttl br.spnone {
    display: initial;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .ttl br.spnone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .mainThumb {
    width: 1000px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .mainThumb {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .sliderWrap {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 0 0vw 2.66667vw 0.66667vw;
  }
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.66667vw;
  }
}

#coordinate .thumbs .slider .item {
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item {
    margin-top: 20px;
    padding-bottom: 12px;
    width: 237px;
    height: 390px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #coordinate .thumbs .slider .item:hover {
    opacity: 0.5 !important;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item {
    margin-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    width: 44vw;
    height: 72.66667vw;
  }
}

#coordinate .thumbs .slider .item .thumb {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item .thumb {
    width: 237px;
    height: 331px;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item .thumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#coordinate .thumbs .slider .item .thumb img {
  margin: 0 auto;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item .thumb img {
    width: 207px;
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item .thumb img {
    width: 38.66667vw;
    height: 46.66667vw;
  }
}

#coordinate .thumbs .slider .item .name {
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item .name {
    font-size: 20px;
    line-height: 22px;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item .name {
    font-size: 4.4vw;
    line-height: 4.8vw;
  }
}

#coordinate .thumbs .slider .item .name_note {
  display: block;
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item .name_note {
    padding-top: 5px;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item .name_note {
    padding-top: 1vw;
    font-size: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item .detail {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item .detail {
    margin-top: 2vw;
    font-size: 2.53333vw;
  }
}

#coordinate .thumbs .slider .item .detail:after {
  position: relative;
  content: "▶︎";
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item .detail:after {
    margin-left: 5px;
    top: 1px;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item .detail:after {
    margin-left: 0.66667vw;
    top: 0.26667vw;
  }
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item {
    margin: 0 15px 30px;
    /*
          &.left {
            left: -237px - 20;
          }
          &.right {
            right: -237px - 20;
          }
          &.top {
            transform: translateY(-390px - 15);
            margin-top: -390px - 15;
          }
          &.bottom {
            transform: translateY(15px);
            margin-top: 15px;
          }
          */
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item {
    width: 44vw;
    margin: 0 1.33333vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

#coordinate .thumbs .slider .item.new:after {
  content: "New!";
  display: block;
  position: absolute;
  color: #fff;
  background: #e20000;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #coordinate .thumbs .slider .item.new:after {
    font-size: 20px;
    top: 10px;
    left: 38px;
    padding: 2px 4px;
  }
}

@media screen and (max-width: 768px) {
  #coordinate .thumbs .slider .item.new:after {
    top: 2.13333vw;
    left: 15%;
    font-size: 2.93333vw;
    padding: 0.53333vw 1.06667vw;
  }
}

#retailers {
  color: white;
  font-size: 14px;
}

#retailers * {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #retailers {
    width: 970px;
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  #retailers {
    width: 100%;
    padding: 16vw 0;
  }
}

#retailers h2 {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #retailers h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #retailers h2 {
    margin-bottom: 5.33333vw;
  }
}

#retailers h2 .sub {
  display: block;
}

@media screen and (min-width: 769px) {
  #retailers h2 .sub {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #retailers h2 .sub {
    font-size: 3.2vw;
    margin-bottom: 2.66667vw;
  }
}

#retailers h2 .text {
  display: block;
  line-height: 0.75em;
}

@media screen and (min-width: 769px) {
  #retailers h2 .text {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  #retailers h2 .text {
    font-size: 6.4vw;
  }
}

#retailers dl {
  display: table;
  width: 100%;
}

#retailers dl:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  #retailers dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

#retailers dl dt {
  display: block;
  display: table-cell;
}

@media screen and (min-width: 769px) {
  #retailers dl dt {
    padding: 20px 0 20px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 182px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  #retailers dl dt {
    width: 26.66667vw;
    padding: 5.33333vw 0 4.4vw 5.33333vw;
    font-size: 2.66667vw;
    line-height: 6.4vw;
  }
}

@media screen and (min-width: 769px) {
  #retailers dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 787px;
    padding: 20px 50px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #retailers dl dd {
    padding: 5.33333vw 0vw 5.33333vw 5.33333vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 3.2vw;
    line-height: 6.4vw;
    letter-spacing: -0.01em;
  }
  #retailers dl dd:first-of-type {
    border-top: none;
  }
}

#retailers dl dd a {
  color: white;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  #retailers dl dd .name {
    width: 303px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 769px) {
  #retailers dl dd .address {
    width: 330px;
  }
}

#modals .modal .outer .closeModal {
  background: url("../img/main/modal_close.svg") no-repeat center center;
  background-size: contain;
}

.japan #modals .modal .outer .closeModal {
  background: url("../img/main/modal_close_black.svg") no-repeat center center;
}

@media screen and (min-width: 769px) {
  #modals .modal .outer .closeModal {
    position: fixed;
    width: 49px;
    height: 45px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #modals .modal .outer .closeModal:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  #modals .modal .outer .closeModal {
    width: 8.53333vw;
    height: 7.86667vw;
    top: 3.6vw;
    right: 3.6vw;
  }
}
