@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
@font-face {
	font-family: 'Decima';
	src:url('/fonts/woff/style_171154.woff') format('woff'),
			url('/fonts/ttf/style_171154.ttf') format('truetype'),
			url('/fonts/svg/style_171154.svg#Decima') format('svg');
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/***********************************************************************
preset
**********************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-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;
  height: auto; }
  .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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  width: 100%;
  color: #000;
  font-family: 'Decima', sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: white; }
  body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

header {
  width: 100%;
  height: 180px;
  background-color: #f4f4f4;
  padding: 50px 0;
  position: absolute;
  z-index: 998; }
  header.fixed {
    position: fixed;
    top: -88px; }
    header.fixed .logo {
      top: 118px;
      left: 89px;
      width: 115px;
      height: 30px;
      -moz-animation: logo-anim 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards;
      -webkit-animation: logo-anim 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards;
      animation: logo-anim 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards; }
@-moz-keyframes logo-anim {
  0% {
    top: -100px;
    left: 89px; }
  100% {
    top: 118px;
    left: 89px; } }
@-webkit-keyframes logo-anim {
  0% {
    top: -100px;
    left: 89px; }
  100% {
    top: 118px;
    left: 89px; } }
@keyframes logo-anim {
  0% {
    top: -100px;
    left: 89px; }
  100% {
    top: 118px;
    left: 89px; } }
  header.absolute .logo {
    width: 115px;
    height: 30px;
    -moz-animation: logo-anim_2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    -webkit-animation: logo-anim_2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: logo-anim_2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
@-moz-keyframes logo-anim_2 {
  0% {
    top: 118px;
    left: 89px; }
  30% {
    top: -50px;
    left: 89px; }
  31% {
    top: -50px;
    left: 50%;
    opacity: 1; }
  100% {
    width: 148px;
    height: 39px;
    top: 50px;
    left: 50%; } }
@-webkit-keyframes logo-anim_2 {
  0% {
    top: 118px;
    left: 89px; }
  30% {
    top: -50px;
    left: 89px; }
  31% {
    top: -50px;
    left: 50%;
    opacity: 1; }
  100% {
    width: 148px;
    height: 39px;
    top: 50px;
    left: 50%; } }
@keyframes logo-anim_2 {
  0% {
    top: 118px;
    left: 89px; }
  30% {
    top: -50px;
    left: 89px; }
  31% {
    top: -50px;
    left: 50%;
    opacity: 1; }
  100% {
    width: 148px;
    height: 39px;
    top: 50px;
    left: 50%; } }
    @supports (-ms-ime-align: auto) {
      header.absolute .logo {
        -moz-animation: logo-anim_2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
        -webkit-animation: logo-anim_2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
        animation: logo-anim_2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
      @-moz-keyframes logo-anim_2 {
        0% {
          display: none; }
        30% {
          display: none; }
        31% {
          top: -50px;
          left: 50%;
          display: block; }
        100% {
          width: 148px;
          height: 39px;
          top: 50px;
          left: 50%;
          display: none; } }
      @-webkit-keyframes logo-anim_2 {
        0% {
          display: none; }
        30% {
          display: none; }
        31% {
          top: -50px;
          left: 50%;
          display: block; }
        100% {
          width: 148px;
          height: 39px;
          top: 50px;
          left: 50%;
          display: none; } }
      @keyframes logo-anim_2 {
        0% {
          display: none; }
        30% {
          display: none; }
        31% {
          top: -50px;
          left: 50%;
          display: block; }
        100% {
          width: 148px;
          height: 39px;
          top: 50px;
          left: 50%;
          display: none; } } }
  header .logo {
    width: 148px;
    height: 39px;
    position: absolute;
    top: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999; }
    header .logo a {
      display: inline-block;
      width: 100%;
      height: 100%;
      background: url(/img/common/logo.svg) no-repeat 50% 50%/cover;
      text-indent: -999px;
      overflow: hidden; }
  header .search {
    width: 140px;
    height: 32px;
    position: fixed;
    top: 27px;
    right: 40px;
    border-bottom: 1px solid #222;
    z-index: 999;
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #f4f4f4; }
    header .search::before, header .search::after {
      content: '“';
      position: absolute;
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      font-size: 40px;
      color: #DDD; }
    header .search::before {
      top: -10px;
      left: -20px; }
    header .search::after {
      bottom: -10px;
      right: -20px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    header .search .searchText {
      position: absolute;
      top: 40%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0.15em;
      padding-left: 20px; }
      header .search .searchText::before {
        content: '';
        width: 13px;
        height: 13px;
        background: url(/img/common/search.svg) no-repeat 0 0/cover;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    header .search .gsc-input-box {
      background: #f4f4f4 !important; }
    header .search .gsc-input-box-focus {
      box-shadow: none; }
      header .search .gsc-input-box-focus input {
        background-color: #f4f4f4 !important; }
    header .search .gsc-search-button .gsc-search-button {
      border: 0;
      padding: 0 !important;
      width: 20px;
      height: 20px;
      background: url(/img/common/search.svg) no-repeat 50% 50%/13px 13px; }
      header .search .gsc-search-button .gsc-search-button svg {
        display: none; }
    header .search .searchBody::before {
      content: '';
      width: 80px;
      height: 100%;
      height: -moz-calc(100% + 2px);
      height: -o-calc(100% + 2px);
      height: -webkit-calc(100% + 2px);
      height: calc(100% + 2px);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f4f4f4 50%);
      position: absolute;
      top: 0;
      left: -80px;
      z-index: -1; }
    header .search.show {
      width: 260px;
      -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
      header .search.show .searchText {
        display: none; }
  header .searchBody {
    display: none; }
    header .searchBody .gsc-search-box-tools .gsc-search-box .gsc-input {
      padding-right: 2px; }
    header .searchBody input.gsc-input {
      font-size: 12px;
      font-size: 1.2rem;
      border: none;
      background: none;
      -webkit-appearance: none;
      line-height: 1;
      font-size: 12px !important;
      background-color: #f4f4f4 !important; }
      header .searchBody input.gsc-input::-webkit-input-placeholder {
        font-size: 12px; }
      header .searchBody input.gsc-input:-moz-placeholder {
        font-size: 12px; }
      header .searchBody input.gsc-input::-moz-placeholder {
        font-size: 12px; }
      header .searchBody input.gsc-input:-ms-input-placeholder {
        font-size: 12px; }
    header .searchBody .gsc-input-box {
      border: none; }
    header .searchBody input.gsc-input:focus {
      outline: 0; }
    header .searchBody.show {
      display: block;
      padding: 0 10px 2px; }
  header .drawer-btn {
    display: none; }
  header .drawer-content .drawer-content-logo {
    display: none; }
  header .drawer-content nav {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%; }
    header .drawer-content nav > ul {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative; }
      header .drawer-content nav > ul > li:not(:first-child) {
        margin-left: 2.56223%; }
      header .drawer-content nav > ul > li > a {
        text-decoration: none;
        color: #222;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.1em;
        display: inline-block;
        padding: 10px;
        position: relative; }
        header .drawer-content nav > ul > li > a > div {
          overflow: hidden; }
          header .drawer-content nav > ul > li > a > div span {
            display: block;
            -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
        header .drawer-content nav > ul > li > a::after {
          content: '';
          width: 0;
          height: 2px;
          background-color: #222;
          position: absolute;
          bottom: -20px;
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
      header .drawer-content nav > ul > li:hover a > div span {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
        header .drawer-content nav > ul > li:hover a > div span:first-child {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
      header .drawer-content nav > ul > li:hover a::after {
        width: 100%;
        -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
      header .drawer-content nav > ul > li.products a {
        position: relative;
        z-index: 2;
        text-decoration: none;
        color: #000; }
      header .drawer-content nav > ul > li.products .products-list {
        z-index: 1;
        position: absolute;
        top: 70px;
        width: 100%;
        left: 30px;
        width: -moz-calc(100% - 60px);
        width: -o-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        background-color: white;
        overflow-y: scroll;
        border: 20px solid white;
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        display: none; }
        header .drawer-content nav > ul > li.products .products-list .products-list-inner {
          margin: 0px;
          position: relative;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis {
            display: -webkit-flex;
            display: flex;
            width: 100%;
            position: relative;
            padding-left: 30px;
            border-bottom: 1px solid #ddd; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .title {
              -moz-transform: translateX(1em) rotate(90deg);
              -ms-transform: translateX(1em) rotate(90deg);
              -webkit-transform: translateX(1em) rotate(90deg);
              transform: translateX(1em) rotate(90deg);
              transform-origin: 0 0;
              font-family: 'Oswald', sans-serif;
              font-weight: 500;
              line-height: 1;
              letter-spacing: 0.1em;
              font-size: 13px;
              position: absolute;
              top: 15px;
              left: 0;
              width: 10em; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .num {
              display: none; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul {
              width: 100%;
              padding: 35px 0 10px 0;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
              header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li {
                width: 20%;
                margin-bottom: 15px;
                padding-right: 15px;
                position: relative; }
                header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a {
                  display: block;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-align-items: center;
                  align-items: center;
                  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
                  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item {
                    margin-right: 10px;
                    width: 60px; }
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item img {
                      width: 100%;
                      height: auto; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name {
                    width: -moz-calc(100% - 70px);
                    width: -o-calc(100% - 70px);
                    width: -webkit-calc(100% - 70px);
                    width: calc(100% - 70px); }
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name .en {
                      font-family: 'Oswald', sans-serif;
                      font-weight: 500;
                      font-size: 13px;
                      font-size: 1.3rem;
                      line-height: 1.2;
                      margin-bottom: 3px;
                      display: block; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis:last-child {
              border-bottom: none; }
              header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis:last-child ul {
                padding-bottom: 0; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care .title {
              top: 0; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul {
              padding-top: 20px; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance {
              width: 20%; }
              header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance li {
                width: 100%; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit {
              width: 80%;
              padding-left: 50px; }
              /*header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit::before {*/
              header .drawer-content nav > ul > li.products .products-list .products-list-inner header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit::before {
                content: '';
                width: 1px;
                height: -moz-calc(100% - 30px);
                height: -o-calc(100% - 30px);
                height: -webkit-calc(100% - 30px);
                height: calc(100% - 30px);
                background-color: #ddd;
                position: absolute;
                top: 15px;
                left: 0; }
              header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit .title {
                left: 20px; }
              header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit li {
                width: 100%; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care::before {
              height: -moz-calc(100% - 15px);
              height: -o-calc(100% - 15px);
              height: -webkit-calc(100% - 15px);
              height: calc(100% - 15px);
              top: 0px; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit li {
              width: 25%; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.bottom-best ul {
              padding-bottom: 0; }
              header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.bottom-best ul li {
                margin-bottom: 0; }
            header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul {
              padding: 45px 0 30px 0; }
      header .drawer-content nav > ul > li.products.on {
        padding-bottom: 100px; }
        header .drawer-content nav > ul > li.products.on .products-list {
          display: block;
          -moz-animation: nav 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards;
          -webkit-animation: nav 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards;
          animation: nav 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards; }
@-moz-keyframes nav {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes nav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes nav {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  header .drawer-content .sns,
  header .drawer-content .shop {
    display: none; }

@media all and (max-width: 980px) {
  header {
    height: auto;
    background: none;
    padding: 0; }
    header .logo {
      top: 50px;
      width: 28.53333%;
      max-width: 150px;
      height: 0;
      padding-top: 7.46667%;
      z-index: 1; }
      header .logo a {
        position: absolute;
        top: 0;
        left: 0;
        background-size: contain;
        background-position: 50% 50%; }
    header .search {
      display: none; }
    header .drawer-btn {
      display: block;
      position: fixed;
      top: 16px;
      right: 16px;
      z-index: 999;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      cursor: pointer; }
      header .drawer-btn .drawer-btn-inner {
        background-color: #000;
        width: 28px;
        height: 68px;
        overflow: hidden; }
        header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 {
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: rotate(90deg) translate(-50%, -50%);
          -ms-transform: rotate(90deg) translate(-50%, -50%);
          -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
          transform-origin: 0 0; }
          header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon {
            position: absolute;
            width: 8px;
            height: 8px;
            display: block;
            top: 50%;
            left: 0;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            margin-top: -1px; }
            header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span {
              position: absolute;
              left: 0;
              width: 100%;
              height: 1px;
              background-color: white; }
              header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(1) {
                top: 0; }
              header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(2) {
                top: 50%; }
              header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(3) {
                top: 100%;
                width: 50%; }
          header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 p {
            color: white;
            font-family: 'Oswald', sans-serif;
            font-weight: 500;
            line-height: 1;
            font-size: 11px;
            font-size: 1.1rem;
            padding-left: 14px;
            width: 4em; }
      header .drawer-btn.close .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(1) {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: 0 0.5px;
        width: 140%; }
      header .drawer-btn.close .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(2) {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
      header .drawer-btn.close .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(3) {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: 0 0.5px;
        width: 140%; }
      header .drawer-btn.hidden {
        top: -100px;
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    header .drawer-content {
      width: 100%;
      height: 100%;
      background-color: white;
      z-index: 998;
      padding-top: 17.33333%;
      padding-bottom: 25px;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      position: fixed;
      top: 0;
      left: 100%;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      header .drawer-content.on {
        left: 0;
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      header .drawer-content .drawer-content-logo {
        display: block;
        position: absolute;
        width: 28.53333%;
        max-width: 150px;
        height: 0;
        padding-top: 7.46667%;
        top: 50px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        header .drawer-content .drawer-content-logo a {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 100%;
          background: url(/img/common/logo.svg) no-repeat 50% 50%/contain;
          text-indent: -999px;
          overflow: hidden; }
      header .drawer-content nav {
        position: static;
        top: 0;
        margin-bottom: 30px; }
        header .drawer-content nav > ul {
          display: block; }
          header .drawer-content nav > ul > li:not(:first-child) {
            margin-left: 0;
            margin-bottom: 15px;
            position: relative; }
            header .drawer-content nav > ul > li:not(:first-child)::after {
              content: '';
              width: 92%;
              height: 1px;
              background-color: #ddd;
              position: absolute;
              bottom: 0;
              left: 4%; }
          header .drawer-content nav > ul > li > a {
            font-weight: 500;
            font-size: 18px;
            letter-spacing: 0.1em;
            display: inline-block;
            padding: 0px;
            position: relative;
            margin-left: 4%;
            width: 92%;
            margin-bottom: 15px;
            padding-left: 26px;
            background: url(/img/common/arrow.svg) no-repeat 5px 50%/7px 12px; }
            header .drawer-content nav > ul > li > a::after {
              content: none; }
          header .drawer-content nav > ul > li.products {
            padding-left: 0; }
            header .drawer-content nav > ul > li.products .products-list {
              position: static;
              width: 100%;
              border: none;
              -moz-box-shadow: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              margin-bottom: 15px;
              display: block; }
              header .drawer-content nav > ul > li.products .products-list .products-list-inner {
                display: inline-block;
                width: 100%;
                position: relative; }
                header .drawer-content nav > ul > li.products .products-list .products-list-inner::before {
                  content: '';
                  width: 92%;
                  height: 1px;
                  background-color: #ddd;
                  position: absolute;
                  top: 0;
                  left: 4%; }
                header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis {
                  display: static;
                  padding: 0;
                  border-bottom: none;
                  overflow: hidden; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis::after {
                    content: '';
                    width: 92%;
                    height: 1px;
                    background-color: #ddd;
                    position: absolute;
                    bottom: 0;
                    left: 4%; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .title {
                    -moz-transform: translateX(1em) rotate(90deg);
                    -ms-transform: translateX(1em) rotate(90deg);
                    -webkit-transform: translateX(1em) rotate(90deg);
                    transform: translateX(1em) rotate(90deg);
                    transform-origin: 0 0;
                    font-family: 'Oswald', sans-serif;
                    font-weight: 500;
                    line-height: 1;
                    letter-spacing: 0.1em;
                    font-size: 13px;
                    position: absolute;
                    top: 15px;
                    left: 4%;
                    width: 10em;
                    z-index: 2; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .num {
                    display: block;
                    position: absolute;
                    top: 10px;
                    right: 4%;
                    font-family: 'Oswald', sans-serif;
                    font-weight: 500;
                    line-height: 1;
                    font-size: 8px;
                    font-size: 0.8rem;
                    color: #CCC; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul {
                    width: 100%;
                    padding: 30px 0 5px 0;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    overflow-y: hidden;
                    overflow-x: scroll;
                    -webkit-overflow-scrolling: touch;
                    overflow-scrolling: touch;
                    z-index: 1; }
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li {
                      width: 90px;
                      min-width: 90px;
                      margin-bottom: 15px;
                      padding-right: 0;
                      position: relative; }
                      header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li:first-child {
                        margin-left: 9.33333%; }
                      header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a {
                        display: block; }
                        header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item {
                          margin-right: 0;
                          width: 90px;
                          margin: 0 auto; }
                          header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item img {
                            width: 100%;
                            height: auto; }
                        header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name {
                          width: 100%;
                          text-align: center; }
                          header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name .en {
                            font-family: 'Oswald', sans-serif;
                            font-weight: 500;
                            font-size: 8px;
                            font-size: 0.8rem;
                            line-height: 1.2;
                            margin: 0; }
                          header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name .jp {
                            display: none; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis:not(.hair-styling) ul li a .item {
                    margin-bottom: 10px; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-styling ul {
                    -webkit-align-items: flex-end;
                    align-items: flex-end; }
/*
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-styling ul li:nth-child(n + 5) a .item {
                      margin-bottom: 10px; }
*/
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul li a .item {
                    margin: -15px 0 -10px 0; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit {
                    width: 100%;
                    padding: 0; }
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit::before {
                      content: none; }
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit .title {
                      top: 15px;
                      left: 4%; }
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul {
                      padding: 25px 0 5px 0; }
                      header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul li {
                        width: 90px; }
                        header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul li:first-child, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul li:first-child, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul li:first-child, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul li:first-child {
                          margin-left: 9.33333%; }
                  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.others ul {
                    padding: 25px 0 5px 0; }
                    header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.others ul li {
                      margin-bottom: 15px; }
      header .drawer-content .sns,
      header .drawer-content .shop {
        display: block;
        width: 100%;
        margin: 0 auto 10px; }
        header .drawer-content .sns ul,
        header .drawer-content .shop ul {
          width: 100%;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          header .drawer-content .sns ul li,
          header .drawer-content .shop ul li {
            position: relative;
            margin: 0 5.26316% 10px; }
            header .drawer-content .sns ul li.twitter, header .drawer-content .sns ul li.facebook, header .drawer-content .sns ul li.instagram, header .drawer-content .sns ul li.youtube,
            header .drawer-content .shop ul li.twitter,
            header .drawer-content .shop ul li.facebook,
            header .drawer-content .shop ul li.instagram,
            header .drawer-content .shop ul li.youtube {
              width: 25px;
              height: 0;
              padding-top: 25px;
              margin-bottom: 10px; }
            header .drawer-content .sns ul li a,
            header .drawer-content .shop ul li a {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              text-indent: -999px;
              overflow: hidden;
              width: 100%;
              height: 100%; }
            header .drawer-content .sns ul li.twitter a,
            header .drawer-content .shop ul li.twitter a {
              background: url(/img/common/icon_twitter.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.facebook a,
            header .drawer-content .shop ul li.facebook a {
              background: url(/img/common/icon_facebook.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.instagram a,
            header .drawer-content .shop ul li.instagram a {
              background: url(/img/common/icon_instagram.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.youtube a,
            header .drawer-content .shop ul li.youtube a {
              background: url(/img/common/icon_youtube.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.amazon,
            header .drawer-content .shop ul li.amazon {
              width: 92px;
              height: 0;
              padding-top: 37.5px; }
              header .drawer-content .sns ul li.amazon a,
              header .drawer-content .shop ul li.amazon a {
                background: url(/img/common/icon_amazon.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.lohaco,
            header .drawer-content .shop ul li.lohaco {
              width: 114px;
              height: 0;
              padding-top: 37.5px; }
              header .drawer-content .sns ul li.lohaco a,
              header .drawer-content .shop ul li.lohaco a {
                background: url(/usa/img/common/icon_lohaco.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.rakuten,
            header .drawer-content .shop ul li.rakuten {
              width: 117px;
              height: 0;
              padding-top: 42px; }
              header .drawer-content .sns ul li.rakuten a,
              header .drawer-content .shop ul li.rakuten a {
                background: url(/usa/img/top/rakuten.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.soukaidrug,
            header .drawer-content .shop ul li.soukaidrug {
              width: 120px;
              height: 0;
              padding-top: 42px; }
              header .drawer-content .sns ul li.soukaidrug a,
              header .drawer-content .shop ul li.soukaidrug a {
                background: url(/usa/img/top/soukaidrug.png) no-repeat 50% 50%/contain; }
            header .drawer-content .sns ul li.kenkocom,
            header .drawer-content .shop ul li.kenkocom {
              width: 147px;
              height: 0;
              padding-top: 42px; }
              header .drawer-content .sns ul li.kenkocom a,
              header .drawer-content .shop ul li.kenkocom a {
                background: url(/usa/img/top/kenkocom.png) no-repeat 50% 50%/contain; }

  header .drawer-content .shop .shop-section,
  header .drawer-content .shop .contact-section {
    padding: 0; }
  header .drawer-content .shop .shop-section {
    margin-top: 36px; }
  header .drawer-content .shop .contact-section {
    margin-top: 28px; }
    header .drawer-content .shop .shop-section ul,
    header .drawer-content .shop .contact-section ul {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      align-content: center; }
      header .drawer-content .shop .shop-section ul li,
      header .drawer-content .shop .contact-section ul li {
        position: relative; }


header .drawer-content .shop .shop-section ul,
header .drawer-content .shop .contact-section ul{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 10px; }
  header .drawer-content .shop .shop-section ul li,
  header .drawer-content .shop .contact-section ul li {
    margin: 10px 18px; }

    header .drawer-content .shop .shop-section ul li a,
    header .drawer-content .shop .contact-section ul li a {
      text-indent: 0px;
      padding-left: 52px;
      display: inline-block;
      position: relative;
      color: #222;
      font-family: 'Oswald', sans-serif;
      letter-spacing: 0.05em;
      font-size: 18px;
      text-decoration: none; }
      header .drawer-content .shop .shop-section ul li a:before,
      header .drawer-content .shop .contact-section ul li a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

        header .drawer-content .shop .shop-section ul li a:before {
          width: 46px;
          height: 29px;
          background: url(/usa/img/top/icon_shoplocator.png) no-repeat; }

        header .drawer-content .shop .contact-section ul li a:before {
          width: 35px;
          height: 25px;
          background: url(/usa/img/top/icon_contactus.png) no-repeat; }





      header .drawer-content .best-seller-att {
        width: 80%;
        margin: 30px auto 0; } }
@media all and (max-width: 768px) {
  header {
    height: auto;
    background: none;
    padding: 0; }
    header .logo {
      top: 20px;
      width: 28.53333%;
      max-width: 150px;
      height: 0;
      padding-top: 7.46667%;
      z-index: 1; }
      header .logo a {
        position: absolute;
        top: 0;
        left: 0;
        background-size: contain;
        background-position: 50% 50%; }

  header .drawer-content .drawer-content-logo {
    display: block;
    position: absolute;
    width: 28.53333%;
    height: 0;
    padding-top: 7.46667%;
    top: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    header .drawer-content .drawer-content-logo a {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      background: url(/img/common/logo.svg) no-repeat 50% 50%/contain;
      text-indent: -999px;
      overflow: hidden; } }
@media all and (min-width: 768px) and (max-width: 768px) {
  header .logo {
    top: 35px; }

  header .drawer-content .drawer-content-logo {
    top: 35px; } }
footer {
  width: 100%;
  padding: 0 30px;
  background-color: #f4f4f4;
  position: relative; }
  footer .pagetop {
    position: fixed;
    right: 30px;
    bottom: -200px;
    line-height: 1;
    -moz-transform: rotate(90deg) translateX(0%);
    -ms-transform: rotate(90deg) translateX(0%);
    -webkit-transform: rotate(90deg) translateX(0%);
    transform: rotate(90deg) translateX(0%);
    transform-origin: 100% 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    cursor: pointer;
    z-index: 990; }
    footer .pagetop:before {
      content: '';
      width: 40px;
      height: 1px;
      background-color: #222;
      position: absolute;
      top: 50%;
      left: -50px;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .pagetop:after {
      content: '';
      width: 8px;
      height: 1px;
      background-color: #222;
      position: absolute;
      top: 50%;
      left: -50px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transform-origin: 0 0;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .pagetop:hover:before {
      width: 60px;
      left: -70px;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .pagetop:hover:after {
      left: -70px;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .footer-inner {
    padding: 90px 0 20px;
    position: relative; }
    footer .footer-inner .logo {
      position: absolute;
      top: 25px;
      left: 0px; }
      footer .footer-inner .logo a {
        display: block;
        width: 66px;
        height: 50px;
        background: url(/img/common/logo_mandom.svg) no-repeat 0 0/cover;
        text-indent: -999px;
        overflow: hidden;
        -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
        footer .footer-inner .logo a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
          opacity: 0.6;
          -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .footer-inner .footer-content {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      footer .footer-inner .footer-content nav {
        width: 68%;
        max-width: 600px; }
        footer .footer-inner .footer-content nav ul {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          footer .footer-inner .footer-content nav ul li {
            margin-right: 15px;
            margin-bottom: 5px; }
            footer .footer-inner .footer-content nav ul li a {
              text-decoration: none;
              color: #aaa;
              font-family: 'Decima', sans-serif;
              font-size: 12px;
              -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
              -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
              -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
              transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
              footer .footer-inner .footer-content nav ul li a:hover {
                color: #555;
                -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
                -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
                -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
                transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
      footer .footer-inner .footer-content .buttons ul.site {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin-bottom: 10px; }
        footer .footer-inner .footer-content .buttons ul.site li:not(:first-child) {
          margin-left: 25px; }
        footer .footer-inner .footer-content .buttons ul.site li a {
          -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
          footer .footer-inner .footer-content .buttons ul.site li a.sitemap, footer .footer-inner .footer-content .buttons ul.site li a.global {
            padding-left: 24px;
            display: inline-block;
            position: relative;
            color: #222;
            font-family: 'Oswald', sans-serif;
            font-weight: 500;
            font-size: 13px;
            text-decoration: none; }
            footer .footer-inner .footer-content .buttons ul.site li a.sitemap:before, footer .footer-inner .footer-content .buttons ul.site li a.global:before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
          footer .footer-inner .footer-content .buttons ul.site li a.sitemap:before {
            width: 13px;
            height: 13px;
            background: url(/img/common/icon_sitemap.svg) no-repeat 0 0/cover; }
          footer .footer-inner .footer-content .buttons ul.site li a.global:before {
            width: 16px;
            height: 16px;
            background: url(/img/common/icon_global.svg) no-repeat 0 0/cover; }
          footer .footer-inner .footer-content .buttons ul.site li a:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
            opacity: 0.6;
            -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
      footer .footer-inner .footer-content .buttons ul.sns {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center; }
        footer .footer-inner .footer-content .buttons ul.sns li {
          -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
          footer .footer-inner .footer-content .buttons ul.sns li a.twitter, footer .footer-inner .footer-content .buttons ul.sns li a.facebook, footer .footer-inner .footer-content .buttons ul.sns li a.instagram, footer .footer-inner .footer-content .buttons ul.sns li a.youtube {
            display: inline-block;
            position: relative;
            text-indent: -999px;
            overflow: hidden;
            width: 17px;
            height: 17px; }
          footer .footer-inner .footer-content .buttons ul.sns li a.twitter {
            background: url(/img/common/icon_twitter.png) no-repeat 50% 50%/contain; }
          footer .footer-inner .footer-content .buttons ul.sns li a.facebook {
            background: url(/img/common/icon_facebook.png) no-repeat 50% 50%/contain; }
          footer .footer-inner .footer-content .buttons ul.sns li a.instagram {
            background: url(/img/common/icon_instagram.png) no-repeat 50% 50%/contain; }
          footer .footer-inner .footer-content .buttons ul.sns li a.youtube {
            background: url(/img/common/icon_youtube.png) no-repeat 50% 50%/contain; }
          footer .footer-inner .footer-content .buttons ul.sns li:not(:first-child) {
            margin-left: 20px; }
          footer .footer-inner .footer-content .buttons ul.sns li:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
            opacity: 0.6;
            -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .footer-inner .annotation {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      margin-top: 30px; }
      footer .footer-inner .annotation p {
        font-size: 10px;
        color: #aaa; }
        footer .footer-inner .annotation p.copyright {
          width: 35%;
          font-size: 10px;
          font-family: 'Oswald', sans-serif;
          font-weight: 400;
          letter-spacing: 0.15em; }
        footer .footer-inner .annotation p.amazon {
          width: 60%;
          text-decoration: none;
          font-family: 'Decima', sans-serif;
          font-size: 12px;
          text-align: right; }

@media all and (max-width: 768px) {
  footer {
    padding: 0; }
    footer .pagetop {
      background-color: #000;
      position: fixed;
      bottom: -50px;
      right: 20px;
      transform: none;
      color: white;
      text-align: center;
      padding: 0;
      width: 36px;
      height: 36px;
      -moz-border-radius: 18px;
      -webkit-border-radius: 18px;
      border-radius: 18px;
      -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      footer .pagetop:before, footer .pagetop:after {
        content: normal; }
      footer .pagetop p {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: url(/img/common/arrow_white.svg) no-repeat 52% 50%/10px 12px;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
      footer .pagetop.show {
        bottom: 20px;
        -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .footer-inner {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 30px 4% 10px; }
      footer .footer-inner .logo {
        position: static;
        -webkit-order: 2;
        order: 2; }
        footer .footer-inner .logo a {
          margin: 0 auto; }
          footer .footer-inner .logo a:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; }
      footer .footer-inner .footer-content {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 15px; }
        footer .footer-inner .footer-content nav {
          -webkit-order: 2;
          order: 2;
          width: 100%;
          max-width: none; }
          footer .footer-inner .footer-content nav ul {
            -webkit-justify-content: center;
            justify-content: center; }
            footer .footer-inner .footer-content nav ul li {
              margin: 0 0 5px 0; }
              footer .footer-inner .footer-content nav ul li:nth-child(odd) {
                width: 55%; }
              footer .footer-inner .footer-content nav ul li:nth-child(even) {
                width: 45%; }
              footer .footer-inner .footer-content nav ul li a:hover {
                color: #aaa; }
        footer .footer-inner .footer-content .buttons {
          -webkit-order: 1;
          order: 1; }
          footer .footer-inner .footer-content .buttons ul.site {
            -webkit-justify-content: center;
            justify-content: center;
            bottom: 5px; }
            footer .footer-inner .footer-content .buttons ul.site li {
              width: 50%;
              text-align: center;
              background-color: white;
              padding: 8px 0; }
              footer .footer-inner .footer-content .buttons ul.site li a:hover {
                filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
                opacity: 1; }
          footer .footer-inner .footer-content .buttons ul.sns {
            -webkit-justify-content: space-around;
            justify-content: space-around;
            margin: 30px auto;
            max-width: 400px; }
            footer .footer-inner .footer-content .buttons ul.sns li {
              width: 8%; }
              footer .footer-inner .footer-content .buttons ul.sns li a.twitter, footer .footer-inner .footer-content .buttons ul.sns li a.facebook, footer .footer-inner .footer-content .buttons ul.sns li a.instagram, footer .footer-inner .footer-content .buttons ul.sns li a.youtube {
                width: 100%;
                height: 0;
                padding-top: 100%; }
              footer .footer-inner .footer-content .buttons ul.sns li a:hover {
                filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
                opacity: 1; }
      footer .footer-inner .annotation {
        margin-top: 15px;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-order: 3;
        order: 3;
        padding-right: 60px; }
        footer .footer-inner .annotation p.copyright,
        footer .footer-inner .annotation p.amazon {
          width: 100%;
          text-align: left;
          font-size: 8px; }
        footer .footer-inner .annotation p.copyright {
          margin-bottom: 5px; } }
a {
  text-decoration: none;
  color: #000; }

img {
  vertical-align: middle; }

#mq-mark {
  display: none;
  font-family: 'pc'; }

.content-wrapper {
  padding-top: 180px; }

.section-block {
  border-top: 1px solid #DDD;
  padding: 30px 0 0;
  margin: 0 2.19619% 50px; }
  .section-block .section-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px; }
    .section-block .section-inner .tit-vertical {
      position: absolute;
      top: 0;
      left: 0;
      -moz-transform: translateX(1em) rotate(90deg);
      -ms-transform: translateX(1em) rotate(90deg);
      -webkit-transform: translateX(1em) rotate(90deg);
      transform: translateX(1em) rotate(90deg);
      transform-origin: 0 0;
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.1em;
      font-size: 18px;
      white-space: nowrap; }
    .section-block .section-inner .tit-vertical.sticky {
      position: relative;
      display: inline-block;
      width: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 120px;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
      .section-block .section-inner .tit-vertical.sticky p {
        position: absolute;
        top: 0;
        left: 0;
        -moz-transform: translateX(1em) rotate(90deg);
        -ms-transform: translateX(1em) rotate(90deg);
        -webkit-transform: translateX(1em) rotate(90deg);
        transform: translateX(1em) rotate(90deg);
        transform-origin: 0 0;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.1em;
        font-size: 18px;
        white-space: nowrap; }
    .section-block .section-inner .section-content {
      width: 100%;
      padding-top: 30px; }
  .section-block.split {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:space-between; }
    .section-block.split .section-inner {
      width: 100%; }
/*
      .section-block.split .section-inner:nth-child(odd) {
         }
      .section-block.split .section-inner:nth-child(even) {
        margin-left: 30px;
        width: -moz-calc(50% - 30px);
        width: -o-calc(50% - 30px);
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); }
*/
@media all and (-ms-high-contrast: none) {
  .section-block .section-inner .tit-vertical.sticky {
    top: 0; } }
.content-inner {
  max-width: 1600px;
  margin: 0 auto; }

.slick-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .slick-wrapper .slick-list {
    width: 100%;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 10px; }
  .slick-wrapper .slick-prev,
  .slick-wrapper .slick-next {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none; }
    .slick-wrapper .slick-prev.slick-disabled,
    .slick-wrapper .slick-next.slick-disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
      opacity: 0.15;
      pointer-events: none; }
  .slick-wrapper .slick-prev {
    background: url(/img/common/arrow.svg) no-repeat 50% 50%/8px 12px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-order: 2;
    order: 2;
    margin-right: 5px; }
  .slick-wrapper .slick-next {
    background: url(/img/common/arrow.svg) no-repeat 50% 50%/8px 12px;
    -webkit-order: 4;
    order: 4;
    margin-left: 5px; }
  .slick-wrapper .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .slick-wrapper .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .slick-wrapper .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        background-color: #DDD;
        border: 0;
        display: block;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
        .slick-wrapper .slick-dots li button:hover {
          background-color: #000; }
      .slick-wrapper .slick-dots li.slick-active button {
        background-color: #000; }

#breadcrumbs {
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 80px; }
  #breadcrumbs ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px 25px;
    margin: 0 70px 0 20px;
    border-bottom: 1px solid #ddd; }
    #breadcrumbs ol li {
      font-size: 12px;
      font-size: 1.2rem;
      color: #aaa;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      line-height: 2;
      letter-spacing: 0.1em; }
      #breadcrumbs ol li:not(:last-child):after {
        content: "";
        background: url(/img/common/arrow_breadcrumbs.png) no-repeat 0 0/6px 11px;
        width: 6px;
        height: 11px;
        display: inline-block;
        margin: 0 15px; }
      #breadcrumbs ol li a {
        color: #aaa;
        text-decoration: none; }
        #breadcrumbs ol li a:hover {
          color: #000; }

.best-seller-att {
  font-size: 10px;
  font-size: 1rem; }
  .best-seller-att::after {
    content: "";
    display: block;
    clear: both; }
  .best-seller-att dt {
    float: left;
    padding-right: 10px; }
  .best-seller-att dd {
    float: left; }

.pc-best-seller {
  display: block;
  padding-top: 20px; }

.sp-best-seller {
  display: none; }

@media all and (max-width: 980px) {
  .content-wrapper {
    padding-top: 16%; } }
@media all and (max-width: 768px) {
  #mq-mark {
    display: none;
    font-family: 'sp'; }

  body {
    min-width: 100%; }

  .content-wrapper {
    padding-top: 16%; }

  .content-inner {
    overflow: hidden;
    position: relative; }

  .section-block {
    margin: 0;
    padding: 0;
    border: none; }
    .section-block .section-inner .tit-vertical {
      top: 20px;
      left: 2.66667%;
      z-index: 99; }
      .section-block .section-inner .tit-vertical.sticky {
        top: 20px !important; }
    .section-block .section-inner .section-content {
      padding-top: 0; }
    .section-block.split {
      display: block; }
      .section-block.split .section-inner {
        padding-top: 20px;
        width: 100% !important;
        padding-bottom: 20px; }
        .section-block.split .section-inner::before {
          content: '';
          width: 92%;
          height: 1px;
          background-color: #ddd;
          position: absolute;
          top: 0;
          left: 4%; }
        .section-block.split .section-inner:nth-child(odd) {
          border: none; }
        .section-block.split .section-inner:nth-child(even) {
          margin: 0 0 0px 0; }

  #breadcrumbs {
    border-top: 1px solid #ddd;
    margin-top: 40px; }
    #breadcrumbs ol {
      padding: 15px;
      margin: 0; }
    #breadcrumbs li {
      font-size: 12px;
      font-size: 1.2rem; }
      #breadcrumbs li:not(:last-child):after {
        background-size: 4.5px 8px;
        width: 4.5px;
        height: 8px;
        margin: 0 10px; }

  .pc-best-seller {
    display: none; }

  .sp-best-seller {
    display: block; }

  .best-seller-att {
    font-size: 10px;
    font-size: 1rem; }
    .best-seller-att::after {
      content: "";
      display: block;
      clear: both; }
    .best-seller-att dt {
      float: left;
      width: 5%;
      padding-right: 1%; }
    .best-seller-att dd {
      float: left;
      width: 94%; }
      .best-seller-att dd p {
        display: block;
        margin-bottom: 3px; } }
/*  tech-style */
.section-block .section-inner.has-vertical-title {
  display: -webkit-flex;
  display: flex;
  padding: 0; }
  .section-block .section-inner.has-vertical-title .tit-vertical {
    width: 30px;
    position: static;
    top: 0;
    left: 0; }
  .section-block .section-inner.has-vertical-title .section-content {
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 50px 0; }
.section-block .tech-section .section-content .youtube {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px; }
  .section-block .tech-section .section-content .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.section-block .tech-section .section-content .step .slick-prev,
.section-block .tech-section .section-content .step .slick-next {
  top: 140px; }
.section-block .tech-section .section-content .step .slick-wrapper {
  width: -moz-calc(100% + 20px);
  width: -o-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0); }
  .section-block .tech-section .section-content .step .slick-wrapper .slick-content {
    margin: 0 10px; }
.section-block .tech-section .section-content .step .step-img {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 15px; }
  .section-block .tech-section .section-content .step .step-img img {
    width: 100%;
    height: auto; }
.section-block .tech-section .section-content .step dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative; }
  .section-block .tech-section .section-content .step dl dt .no {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    font-size: 3.2rem;
    padding-left: 0.5em;
    line-height: 1;
    position: relative;
    width: 16%; }
    .section-block .tech-section .section-content .step dl dt .no span {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      font-size: 1.2rem;
      display: inline-block;
      -moz-transform: rotate(90deg) translate(0.4em, -100%);
      -ms-transform: rotate(90deg) translate(0.4em, -100%);
      -webkit-transform: rotate(90deg) translate(0.4em, -100%);
      transform: rotate(90deg) translate(0.4em, -100%);
      transform-origin: 0 0; }
  .section-block .tech-section .section-content .step dl dt p {
    font-weight: bold;
    font-family: 'Decima', sans-serif;
    margin-left: 0;
    padding-left: 10px;
    line-height: 1;
    width: 84%; }
  .section-block .tech-section .section-content .step dl dt .time {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #f4f4f4;
    height: 30px;
    line-height: 30px;
    padding: 0 12px 0 32px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: url(/img/common/clock.svg) 12px 50%/14px 14px no-repeat #f4f4f4; }
.section-block .tech-section .section-content .step dl dd p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7; }
  .section-block .tech-section .section-content .step dl dd p.annotation {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px; }
.section-block .tech-section .section-content .step dl dd .point {
  margin-top: 15px; }
  .section-block .tech-section .section-content .step dl dd .point dt {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-left: 70px; }
    .section-block .tech-section .section-content .step dl dd .point dt::before {
      content: 'POINT';
      display: block;
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      font-size: 10px;
      font-size: 1rem;
      background-color: #222;
      color: white;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      width: 60px;
      height: 22px;
      line-height: 22px;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center; }
  .section-block .tech-section .section-content .step dl dd .point dd .point-img {
    margin-bottom: 15px;
    width: 100%; }
    .section-block .tech-section .section-content .step dl dd .point dd .point-img img {
      width: 100%;
      height: auto; }
.section-block .style-section .section-content .before-after,
.section-block .style-section .section-content .model {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 30px; }
  .section-block .style-section .section-content .before-after img,
  .section-block .style-section .section-content .model img {
    width: 100%;
    height: auto; }
.section-block .style-section .section-content .comment {
  background-color: #f4f4f4;
  position: relative;
  padding: 30px 30px 30px 23%; }
  .section-block .style-section .section-content .comment .supervised {
    content: 'SUPERVISED BY';
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    color: #e9e9e9;
    position: absolute;
    -moz-transform: rotate(90deg) translate(0.25em, 10px);
    -ms-transform: rotate(90deg) translate(0.25em, 10px);
    -webkit-transform: rotate(90deg) translate(0.25em, 10px);
    transform: rotate(90deg) translate(0.25em, 10px);
    transform-origin: 0 0;
    line-height: 1.0; }
  .section-block .style-section .section-content .comment .shop {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px; }
    .section-block .style-section .section-content .comment .shop .small {
      font-size: 18px;
      font-size: 1.8rem; }
  .section-block .style-section .section-content .comment .name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .section-block .style-section .section-content .comment p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7; }
  .section-block .style-section .section-content .comment .person {
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 28.38828%; }
    .section-block .style-section .section-content .comment .person img {
      width: 100%;
      height: auto;
      display: block; }

@media all and (max-width: 768px) {
  .section-block .tech-section .section-content .step {
    width: 86.66667% !important;
    margin: 0 auto !important; }
    .section-block .tech-section .section-content .step dl dt .time {
      position: static;
      margin-top: 10px; }
    .section-block .tech-section .section-content .step dl dd p {
      font-size: 12px;
      font-size: 1.2rem; }
      .section-block .tech-section .section-content .step dl dd p.annotation {
        font-size: 10px;
        font-size: 1rem; }
  .section-block .style-section .section-content .before-after,
  .section-block .style-section .section-content .model {
    margin-bottom: 20px;
    width: 86.66667%; }
  .section-block .style-section .section-content .comment {
    padding: 20px 4% 20px 138px; }
    .section-block .style-section .section-content .comment .supervised {
      font-size: 26px;
      font-size: 2.6rem;
      -moz-transform: rotate(90deg) translate(0.25em, 5px);
      -ms-transform: rotate(90deg) translate(0.25em, 5px);
      -webkit-transform: rotate(90deg) translate(0.25em, 5px);
      transform: rotate(90deg) translate(0.25em, 5px); }
    .section-block .style-section .section-content .comment .shop {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 5px; }
      .section-block .style-section .section-content .comment .shop .small {
        font-size: 14px;
        font-size: 1.4rem; }
    .section-block .style-section .section-content .comment .name {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; }
    .section-block .style-section .section-content .comment p {
      font-size: 11px;
      font-size: 1.1rem; }
    .section-block .style-section .section-content .comment .person {
      left: -5px; } }

/* SHOP LOCATOR
 ========================================================================== */
a.shoplocator-btn  {
  z-index: 999;
  display:block;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  padding-left:120px;
  padding-top:15px;
  color: white;
  background-image: url(/img/common/icon_shoplocator_w.png);
  background-repeat: no-repeat;
  background-color: #222;
  background-position: 75px 15px;
}
a.shoplocator-btn:hover {
  z-index: 999;
  color: #000;
  background-image: url(/img/common/icon_shoplocator_b.png);
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  background-position: 75px 15px;
}

@media all and (min-width: 769px) {
  .shop-block {
    border-top: none;
    padding: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .shop-block {
    margin: 20px 0 30px !important;
  }
}
