@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%; }

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,  YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%; }

ul {
  list-style: none; }

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

#GlobalWrapper {
  opacity: 0;
  transition: opacity 0.5s; }
  #GlobalWrapper.loaded {
    opacity: 1; }

main {
  position: relative;
  display: block;
  padding-top: 60px; }

.btn {
  position: relative; }
  .btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a.tel, a.link {
  color: #EF5A24; }

.slick-slide:focus, .slick-slide a {
  outline: none !important; }

.pc-only {
  display: none; }

.pc-only-inline {
  display: none; }

br.pc-br {
  display: none; }

.c-wrapper {
  width: calc(670 / 750 * 100%);
  margin: 0 auto; }

.svg.online_store {
  width: 102px; }

.svg.special {
  width: 86px; }

.svg.shoecare {
  width: 112px; }

.svg.products {
  width: 112px; }

.svg.news {
  width: 59px; }

.svg.company {
  width: 100px; }

.svg.contact {
  width: 70px; }

.svg.buy {
  width: 35px; }

.svg.instagram {
  width: 100px; }

.svg.official_instagram {
  width: 158px; }

.svg.pick_up_special {
  width: 151px;
  height: 13px; }

.svg.latest {
  width: 63px; }

/* SLICK */
.slick-dots li {
  margin: 0 5px; }
  .slick-dots li path {
    fill: #d9d9d9;
    transition: fill 0.2s linear; }
  .slick-dots li.slick-active path {
    fill: #000000; }
  .slick-dots li:nth-child(2n-1) {
    top: 7px; }

/* MENU */
.sideMenu {
  width: 100%;
  height: 101vh;
  background-color: black;
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  text-align: left;
  opacity: 0;
  transform: translateX(0);
  overflow-y: auto; }
  .sideMenu.show {
    visibility: visible;
    opacity: 1; }
    .sideMenu.show .close {
      opacity: 1; }
      .sideMenu.show .close .btn:before {
        transition: transform 0.2s ease;
        transform: translateY(10px) rotate(45deg); }
      .sideMenu.show .close .btn:after {
        transition: transform 0.2s ease;
        transform: translateY(-10px) rotate(-45deg); }
  .sideMenu .menu-wrapper {
    width: calc(580 / 750 * 100%);
    margin: 0 auto; }
  .sideMenu .close {
    transition: opacity 0.2s linear;
    text-align: right;
    margin-top: 23px;
    margin-right: -18px;
    height: 0; }
    .sideMenu .close .btn {
      width: 24px;
      height: 45px;
      display: inline-block;
      position: relative;
      top: -6px;
      left: 2px; }
      .sideMenu .close .btn:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 0;
        width: 24px;
        border-top: 2px solid white; }
      .sideMenu .close .btn:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 22px;
        left: 0;
        width: 24px;
        border-top: 2px solid white; }
  .sideMenu .links {
    margin-top: 82px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: calc(50px * 5); }
    .sideMenu .links li {
      height: 50px;
      width: 160px; }
      .sideMenu .links li p {
        display: inline-block; }
        .sideMenu .links li p a {
          height: 250%; }
        .sideMenu .links li p img.top {
          width: 40px; }
        .sideMenu .links li p img.concept {
          width: 94px; }
        .sideMenu .links li p img.shop_list {
          width: 112px; }
        .sideMenu .links li p img.news {
          width: 64px; }
        .sideMenu .links li p img.products {
          width: 115px; }
        .sideMenu .links li p img.special {
          width: 116px; }
        .sideMenu .links li p img.company {
          width: 120px; }
        .sideMenu .links li p img.contact {
          width: 120px; }
        .sideMenu .links li p img.shoecare {
          width: 115px;
          margin-top: 0; }
  .sideMenu .onlinestore {
    margin-top: 17px; }
    .sideMenu .onlinestore .btn {
      width: 100%;
      height: 80px;
      background-color: #1A1A1A;
      text-align: center; }
      .sideMenu .onlinestore .btn p {
        display: inline-block;
        position: relative;
        top: 50%;
        right: 2px;
        transform: translateY(-50%); }
        .sideMenu .onlinestore .btn p:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
        .sideMenu .onlinestore .btn p .cart {
          width: 21px;
          height: 21px;
          margin-right: 10px; }
        .sideMenu .onlinestore .btn p .online_store {
          width: 155px;
          height: 14px;
          transform: translateY(-5px); }
    .sideMenu .onlinestore .lead {
      margin-top: 12px;
      color: grey;
      font-size: 0.8em;
      line-height: 1.5; }
  .sideMenu .shoecare {
    margin-top: 46px; }
    .sideMenu .shoecare .btn {
      width: 100%;
      height: 80px;
      background-color: #1A1A1A;
      text-align: center; }
      .sideMenu .shoecare .btn p {
        display: inline-block;
        position: relative;
        top: 50%;
        right: 2px;
        transform: translateY(-50%); }
        .sideMenu .shoecare .btn p:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
        .sideMenu .shoecare .btn p .icon {
          width: 30.33px;
          height: 21px;
          margin-right: 10px;
          transform: translate(0, -3px); }
        .sideMenu .shoecare .btn p .shoecare {
          width: 114.23px;
          height: 14px;
          transform: translate(1px, -5px);
          margin-top: 0; }
    .sideMenu .shoecare .lead {
      margin-top: 12px;
      color: grey;
      font-size: 0.8em;
      line-height: 1.5; }
  .sideMenu .snsicons {
    margin: 38px auto 0;
    padding-bottom: 100px;
    width: 96%;
    display: flex;
    justify-content: space-between; }
    .sideMenu .snsicons li {
      width: 28px; }
      .sideMenu .snsicons li.insta {
        width: 26px;
        margin-right: 1px;
        padding-left: 2px; }
      .sideMenu .snsicons li.twitter {
        width: 28px; }
      .sideMenu .snsicons li.fb {
        width: 25px; }
      .sideMenu .snsicons li.youtube {
        width: 40px; }

/* COMMON PARTS */
#MainFilteringBtn option.archive {
  display: none; }

@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible; }
  99% {
    opacity: 0;
    visibility: visible; }
  100% {
    visibility: hidden; } }

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.92);
  opacity: 0;
  transition: opacity 0.2s ease-out,transform 0.2s ease-out;
  transform: scale(1.05); }
  .modal::-webkit-scrollbar {
    display: none; }
  .modal.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    overflow-y: scroll; }
  .modal.hide {
    animation: fadeout 0.2s linear; }
  .modal .wrapper {
    display: inline-block;
    position: absolute;
    width: calc(670 / 750 * 100%);
    padding-top: 62px;
    left: 50%;
    transform: translateX(-50%); }
  .modal.category h4 {
    width: 120px; }
  .modal.archive h4 {
    width: 120px; }
  .modal h4 {
    margin: 0 auto; }
  .modal .close {
    text-align: center;
    padding-bottom: 180px; }
    .modal .close .btn {
      cursor: pointer;
      width: 20px;
      height: 20px;
      margin: 70px auto 0;
      opacity: 1;
      transition: opacity 0.2s linear; }
      .modal .close .btn:hover {
        opacity: 0.6;
        transition: none; }
      .modal .close .btn:before, .modal .close .btn:after {
        content: "";
        position: absolute;
        width: 27px;
        height: 3px;
        top: 8px;
        left: -3px;
        background-color: #B2B2B2;
        display: inline-block; }
      .modal .close .btn:before {
        transform: rotate(45deg); }
      .modal .close .btn:after {
        transform: rotate(-45deg); }
  .modal .contents {
    width: 100%;
    border-right: 2px solid #808080;
    border-left: 2px solid #808080;
    margin: 70px auto 0;
    overflow-y: scroll; }
    .modal .contents ul {
      font-size: 0; }
      .modal .contents ul li {
        font-size: 1rem;
        position: relative;
        width: 100%;
        color: white;
        height: 60px;
        border-bottom: 2px solid grey;
        transition: background 0.2s linear;
        cursor: pointer; }
        .modal .contents ul li:after {
          content: "";
          display: none;
          position: absolute;
          top: 40%;
          right: 40px;
          width: 7px;
          height: 7px;
          border-bottom: 1px solid black;
          border-right: 1px solid black;
          transform: rotate(45deg); }
        .modal .contents ul li:first-child {
          border-top: 2px solid grey; }
        .modal .contents ul li p {
          position: absolute;
          top: 50%;
          left: 40px;
          transform: translateY(-50%); }

.filteringBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 100px auto 0;
  cursor: pointer; }
  .filteringBtn#MainFilteringBtn {
    font-size: 0.7em;
    margin-top: 10px; }
  .filteringBtn .currentFilter {
    color: grey;
    letter-spacing: 0.1em;
    left: -20px;
    padding: 20px; }
    .filteringBtn .currentFilter:after {
      content: "";
      right: 20px;
      top: 20px;
      position: absolute;
      width: 5px;
      height: 5px;
      border-right: 1px solid grey;
      border-bottom: 1px solid grey;
      transform: rotate(45deg); }
  .filteringBtn select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 16px; }
  .filteringBtn p {
    position: relative;
    width: 100%;
    display: inline-block; }

.scrollNav {
  height: 60px;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  transition: height 0.1s linear; }
  .scrollNav .scrollNavWrapper {
    width: calc(670 / 750 * 100%);
    height: 100%;
    margin: 0 auto;
    position: relative; }
  .scrollNav .logo {
    display: inline-block;
    position: absolute;
    width: 96px;
    top: 48%;
    left: 0;
    transform: translateY(-50%); }
    .scrollNav .logo a {
      display: block;
      position: relative; }
      .scrollNav .logo a::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 100%; }
  .scrollNav .onlineStore {
    display: inline-block;
    position: absolute;
    width: 90px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%); }
    .scrollNav .onlineStore::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 40px; }
    .scrollNav .onlineStore img {
      display: inline-block;
      vertical-align: bottom; }
      .scrollNav .onlineStore img.cart {
        display: none; }
      .scrollNav .onlineStore img.store {
        position: relative;
        top: -3px;
        left: 0; }
  .scrollNav .buybtn {
    display: none; }
  .scrollNav .menuBtnWrapper {
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    padding: 9px; }
    .scrollNav .menuBtnWrapper .menuBtn {
      position: relative;
      width: 24px;
      height: 22px; }
      .scrollNav .menuBtnWrapper .menuBtn::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%; }
      .scrollNav .menuBtnWrapper .menuBtn span {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 24px;
        height: 2px;
        background-color: black;
        transform: translate3d(0, 0, 0);
        transition: transform 0.2s ease,opacity 0.2s 0.1s ease; }
        .scrollNav .menuBtnWrapper .menuBtn span:nth-child(1) {
          top: 0; }
        .scrollNav .menuBtnWrapper .menuBtn span:nth-child(2) {
          top: 10px; }
        .scrollNav .menuBtnWrapper .menuBtn span:nth-child(3) {
          top: auto;
          bottom: 0; }
      .scrollNav .menuBtnWrapper .menuBtn.show span:nth-child(1) {
        transform: translateY(10px) rotate(45deg); }
      .scrollNav .menuBtnWrapper .menuBtn.show span:nth-child(2) {
        opacity: 0; }
      .scrollNav .menuBtnWrapper .menuBtn.show span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg); }

.morebtn {
  display: block;
  position: relative;
  margin: 60px auto 0;
  width: 34px;
  height: 34px; }
  .morebtn .more:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -7px;
    width: 17px;
    height: 17px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(45deg); }
  .morebtn .loading {
    opacity: 0; }
  .morebtn.isloading .more {
    opacity: 0; }
  .morebtn.isloading .loading {
    opacity: 1;
    transform: scale(1.5); }
  .morebtn.isfull {
    display: none; }
  .morebtn.full {
    display: none; }
  .morebtn img {
    position: absolute;
    bottom: 0;
    left: 0; }

@keyframes click {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }

.bkbtn.clicking {
  animation: click 0.2s linear; }

.rectbtn.clicking .btn {
  animation: click 0.2s linear; }

.imgbtn.zoom {
  overflow: hidden; }
  .imgbtn.zoom.clicking .pic {
    animation: zoom 0.2s linear; }

.bkbtn {
  position: relative;
  background-color: black;
  width: 100%;
  padding: 35px 0; }
  .bkbtn p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0; }
  .bkbtn.arrow p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .bkbtn.arrow p:after {
      content: "";
      backface-visibility: hidden;
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 1px solid white;
      border-right: 1px solid white;
      top: 0px;
      right: -24px;
      transform: rotate(45deg); }
  .bkbtn.arrow.products p:after {
    top: 2px; }
  .bkbtn.arrow.news p:after {
    top: 1px; }
  .bkbtn.arrow.special p:after {
    top: 2px; }
  .bkbtn.arrow.shoecareTop p:after {
    top: -2px; }
  .bkbtn img.top {
    width: 34px;
    height: 13px; }
  .bkbtn img.viewmore {
    width: 88px;
    height: auto; }
  .bkbtn img.products {
    width: auto;
    height: 12px;
    top: 0px;
    left: -5px;
    position: relative; }
  .bkbtn img.news {
    height: 13px;
    width: auto; }
  .bkbtn img.special {
    height: 13px;
    width: 96px;
    position: relative;
    right: -10px; }
  .bkbtn img.followus {
    width: 87.66px;
    height: 9.6px;
    transform: translate(-1px, -1px); }
  .bkbtn img.shoecareTop {
    width: 113px;
    height: 9.02px;
    transform: translate(-1px, -1px); }
  .bkbtn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ddbtns .ddbtn {
  width: 100%;
  padding: 34px 0;
  border: 1px solid black;
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box; }
  .ddbtns .ddbtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 26px;
    width: 7px;
    height: 7px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(45deg); }
  .ddbtns .ddbtn select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: none;
    font-size: 16px; }
  .ddbtns .ddbtn p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .ddbtns .ddbtn p img {
      position: relative;
      top: -2px; }
      .ddbtns .ddbtn p img.category {
        width: 78px;
        height: 10px; }
      .ddbtns .ddbtn p img.archive {
        width: 70px;
        height: 14px; }

#RelatedPosts {
  background-color: #f1f2f3;
  padding-top: 69px;
  padding-bottom: 75px;
  text-align: center; }
  #RelatedPosts .head {
    font-size: 1em;
    letter-spacing: 0.07em; }
  #RelatedPosts .lead {
    margin-top: 14px;
    font-size: 0.7em;
    font-weight: bold; }
  #RelatedPosts .articles {
    text-align: left;
    margin-top: 51px; }
    #RelatedPosts .articles .article {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
      #RelatedPosts .articles .article picture {
        width: 37.2%; }
      #RelatedPosts .articles .article .btn {
        width: 37.5%;
        display: inline-block; }
      #RelatedPosts .articles .article .desc {
        width: 57%;
        text-align: left;
        margin-top: 4px;
        margin-left: 15px;
        display: inline-block;
        font-size: 0.95em; }
        #RelatedPosts .articles .article .desc .title {
          font-size: 0.9em;
          line-height: 1.4; }
        #RelatedPosts .articles .article .desc .supple {
          margin-top: 12px;
          font-size: 0.6em;
          color: grey; }
  #RelatedPosts .bkbtn.btn {
    margin-top: 39px;
    padding: 35px 0; }

/* instagramとtwitterの紹介をするフッター手前エリア */
#SNSArea {
  font-feature-settings: 'palt'; }
  #SNSArea .lead {
    margin-top: 28px;
    font-size: .6875rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .07em; }
  #SNSArea .instagram {
    padding-top: 97px;
    padding-bottom: 100px;
    background-image: url("http://ctag-dev11.xyz/html/template/default/assets/img/common/sns_area/instagram_bg.jpg");
    background-size: 100% 100%;
    background-position: center center;
    position: relative; }
    #SNSArea .instagram::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ebebeb;
      opacity: 0.85;
      z-index: 0; }
    #SNSArea .instagram > .c-wrapper {
      position: relative;
      z-index: 1; }
    #SNSArea .instagram .title img {
      width: 119.3px;
      height: 19px;
      transform: translateX(-5px); }
    #SNSArea .instagram .pictures {
      margin-top: 37px;
      width: 100%;
      height: calc(0.56578 * 100vw);
      display: grid;
      display: -ms-grid;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 19fr 22fr 19fr;
      -ms-grid-rows: 1fr 1fr;
      -ms-grid-columns: 19fr 22fr 19fr; }
      #SNSArea .instagram .pictures .picture {
        display: block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative; }
        #SNSArea .instagram .pictures .picture:nth-child(1) {
          grid-row: 1 / 2;
          grid-column: 1 / 2;
          -ms-grid-row: 1;
          -ms-grid-column: 1; }
        #SNSArea .instagram .pictures .picture:nth-child(2) {
          grid-row: 1 / 2;
          grid-column: 2 / 4;
          -ms-grid-row: 1;
          -ms-grid-column: 2;
          -ms-grid-column-span: 2; }
        #SNSArea .instagram .pictures .picture:nth-child(3) {
          grid-row: 2 / 3;
          grid-column: 1 / 3;
          -ms-grid-row: 2;
          -ms-grid-column: 1;
          -ms-grid-column-span: 2; }
        #SNSArea .instagram .pictures .picture:nth-child(4) {
          grid-row: 2 / 3;
          grid-column: 3 / 4;
          -ms-grid-row: 2;
          -ms-grid-column: 3; }
      #SNSArea .instagram .pictures .preloader {
        position: absolute;
        width: 0;
        height: 0; }
    #SNSArea .instagram .tags {
      margin-top: 47px;
      text-align: left; }
      #SNSArea .instagram .tags .subtitle {
        display: inline-block; }
        #SNSArea .instagram .tags .subtitle img {
          display: block; }
      #SNSArea .instagram .tags .contents {
        width: 100%;
        margin-top: 26px;
        margin-bottom: 0; }
        #SNSArea .instagram .tags .contents .content {
          margin-top: 25px;
          display: flex;
          width: 100%;
          min-height: 65px; }
          #SNSArea .instagram .tags .contents .content:first-child {
            margin-top: 0; }
          #SNSArea .instagram .tags .contents .content .thumbnail {
            width: 65px;
            height: 65px; }
            #SNSArea .instagram .tags .contents .content .thumbnail img {
              border: 1px solid transparent;
              border-radius: 50%;
              box-sizing: content-box;
              transform: translateX(-1px); }
          #SNSArea .instagram .tags .contents .content .body {
            margin-left: 11px;
            width: calc(234 / 375 * 100vw);
            text-align: left; }
            #SNSArea .instagram .tags .contents .content .body .tagname {
              font-weight: bold;
              font-size: .75rem;
              color: #EF5A24;
              margin-top: 2px;
              letter-spacing: .1em; }
            #SNSArea .instagram .tags .contents .content .body .desc {
              margin-top: 5px;
              font-size: .6875rem;
              text-align: justify;
              letter-spacing: .05em;
              line-height: 1.6; }
      #SNSArea .instagram .tags.pickup .subtitle img {
        width: 150.6px;
        height: 10.7px; }
      #SNSArea .instagram .tags.pickup .contents .content .thumbnail img {
        border: 1px solid red; }
      #SNSArea .instagram .tags.archive .subtitle img {
        width: 155.7px;
        height: 10.7px; }
      #SNSArea .instagram .tags.archive .contents {
        height: 270px;
        margin-top: 27px; }
      #SNSArea .instagram .tags .dots {
        width: 100%;
        height: 24px;
        position: relative; }
        #SNSArea .instagram .tags .dots .slick-dots {
          bottom: 0; }
          #SNSArea .instagram .tags .dots .slick-dots li:nth-child(2n-1) {
            top: 0; }
    #SNSArea .instagram .bkbtn {
      margin-top: 50px; }
  #SNSArea .twitter {
    background: #deecf1;
    padding-top: 88px;
    display: none; }
    #SNSArea .twitter .desc-area {
      padding-bottom: 36px; }
      #SNSArea .twitter .desc-area .title img {
        width: 91.13px;
        height: 15.7px;
        transform: translateX(-7px); }
      #SNSArea .twitter .desc-area .lead {
        margin-top: 31px; }
    #SNSArea .twitter .tweet-area {
      background: #fff;
      padding-top: 56px;
      padding-bottom: 53px; }
      #SNSArea .twitter .tweet-area .tweets {
        width: 290px;
        margin: 0 auto;
        transform: translateX(-8px); }
      #SNSArea .twitter .tweet-area .tweet {
        display: flex;
        margin: 0 20px;
        flex: 1 100%; }
        #SNSArea .twitter .tweet-area .tweet .thumbnail {
          width: 35px; }
          #SNSArea .twitter .tweet-area .tweet .thumbnail img {
            margin-top: 4px;
            border-radius: 50%;
            width: 35px;
            height: 35px; }
        #SNSArea .twitter .tweet-area .tweet .content {
          display: flex;
          flex-direction: column;
          text-align: justify;
          margin-left: 24px;
          min-height: 176px; }
          #SNSArea .twitter .tweet-area .tweet .content .body {
            font-size: .782rem;
            line-height: 1.6;
            letter-spacing: .075em; }
          #SNSArea .twitter .tweet-area .tweet .content .time {
            margin-top: 11px;
            font-size: .6875rem;
            letter-spacing: .075em;
            color: grey; }
      #SNSArea .twitter .tweet-area .nav {
        display: flex;
        width: 113px;
        margin: 52px auto 0;
        justify-content: space-between; }
        #SNSArea .twitter .tweet-area .nav .prev, #SNSArea .twitter .tweet-area .nav .next {
          width: 30px;
          height: 30px;
          position: relative; }
          #SNSArea .twitter .tweet-area .nav .prev::after, #SNSArea .twitter .tweet-area .nav .next::after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            border-bottom: 1px solid black;
            position: absolute;
            top: 50%; }
        #SNSArea .twitter .tweet-area .nav .prev::after {
          border-left: 1px solid black;
          transform: translateY(-50%) rotate(45deg);
          left: 13px; }
        #SNSArea .twitter .tweet-area .nav .next::after {
          border-right: 1px solid black;
          transform: translateY(-50%) rotate(-45deg);
          top: 50%;
          right: 13px; }
    #SNSArea .twitter .btn-area {
      background: #deecf1;
      padding-top: 40px;
      padding-bottom: 89px; }

footer {
  background: black;
  padding-top: 52px;
  padding-bottom: 100px;
  width: 100%; }
  footer .footer-wrapper {
    width: calc(600 / 750 * 100%);
    margin: 0 auto; }
  footer .pagetop {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative; }
    footer .pagetop a {
      display: block;
      width: 100%;
      height: 100%; }
    footer .pagetop:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 10px;
      left: 6px;
      width: 15px;
      height: 15px;
      transform: rotate(45deg);
      border-top: 2px solid #fff;
      border-left: 2px solid #fff; }
  footer .breadcrumb {
    font-size: 0.8em;
    margin-top: 38px;
    text-align: left; }
    footer .breadcrumb li {
      line-height: 1.7;
      display: block;
      margin-bottom: 4px;
      color: grey;
      padding-left: 1em;
      text-indent: -1em; }
      footer .breadcrumb li:not(:first-child):before {
        content: ">";
        margin-left: 5px;
        margin-right: 5px;
        color: grey; }
      footer .breadcrumb li a {
        color: grey; }
  footer .links {
    display: none; }
  footer .onlinestore {
    width: 100%;
    height: 80px;
    margin-top: 42px; }
    footer .onlinestore .lead {
      margin-top: 7px;
      color: grey;
      font-size: 0.8em;
      line-height: 1.6;
      text-align: left; }
  footer .shoecare {
    width: 100%;
    height: 80px;
    margin-top: 83px; }
    footer .shoecare .lead {
      margin-top: 7px;
      color: grey;
      font-size: 0.8em;
      line-height: 1.6;
      text-align: left; }
  footer .snsicons {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: 108px auto 0; }
    footer .snsicons li.insta {
      width: 26px;
      margin-right: 1px;
      padding-left: 2px; }
    footer .snsicons li.twitter {
      width: 28px; }
    footer .snsicons li.fb {
      width: 25px; }
    footer .snsicons li.youtube {
      width: 40px; }
  footer #CopyRight {
    color: white;
    margin-top: 70px; }
    footer #CopyRight small {
      font-size: 8px; }

#NotFound .c-wrapper {
  margin: 135px auto 0; }
  #NotFound .c-wrapper img {
    display: block;
    margin: 0 auto;
    height: auto; }
    #NotFound .c-wrapper img.image {
      width: 26.3%; }
    #NotFound .c-wrapper img.txt {
      margin-top: 40px;
      width: 70%; }

#NotFound .bkbtn {
  margin: 125px auto; }

@media screen and (min-width: 769px) {
  main {
    padding-top: 60px; }
  a.tel, a.link {
    transition: opacity 0.2 linear; }
    a.tel:hover, a.link:hover {
      opacity: 0.6;
      transition: none; }
  .sp-only {
    display: none; }
  .pc-only {
    display: block; }
  .pc-only-inline {
    display: inline-block; }
  br.pc-br {
    display: inline; }
  .articles.special .article {
    cursor: pointer; }
    .articles.special .article img {
      transform: translate3d(0, 0, 0);
      transition: opacity 0.2s linear; }
    .articles.special .article .desc {
      transition: opacity 0.2s linear; }
    .articles.special .article:hover img {
      opacity: 0.7;
      transition: none; }
    .articles.special .article:hover .desc {
      opacity: 0.6;
      transition: none; }
  .articles.news .article .desc {
    opacity: 1;
    transition: opacity 0.2s linear; }
    .articles.news .article .desc:hover {
      opacity: 0.6;
      transition: none; }
  .c-wrapper {
    width: 980px !important;
    margin: 0 auto; }
  .svg.special {
    width: 120px; }
  .svg.shoecare {
    width: 154px; }
  .svg.products {
    width: 154px; }
  .svg.news {
    width: 82px; }
  .svg.company {
    width: 100px; }
  .svg.contact {
    width: 70px; }
  .svg.buy {
    width: 35px; }
  .svg.instagram {
    width: 100px; }
  .svg.official_instagram {
    width: 158px; }
  .svg.pick_up_special {
    margin-left: 18px;
    width: 245px;
    height: 21px; }
  .svg.latest {
    width: 105px; }
  .modal {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100%; }
    .modal .wrapper {
      width: 100%;
      top: 50%;
      right: 50%;
      left: auto;
      transform: translate(50%, -50%);
      padding-top: 0; }
    .modal .close {
      padding-bottom: 0; }
    .modal .contents {
      max-height: 340px;
      width: 600px; }
      .modal .contents.stay::-webkit-scrollbar {
        display: none; }
      .modal .contents p {
        font-feature-settings: "palt";
        letter-spacing: 0.1em; }
      .modal .contents ul li:hover {
        color: black;
        background-color: white;
        opacity: 1;
        transition: none; }
        .modal .contents ul li:hover:after {
          display: block; }
  .filteringBtn#MainFilteringBtn {
    letter-spacing: 0.1em;
    font-size: 0.7em;
    margin-top: 0; }
  .filteringBtn .currentFilter {
    color: grey;
    font-size: 1.4em;
    top: -2px;
    padding: 50px;
    left: -50px; }
    .filteringBtn .currentFilter:after {
      top: 52px;
      right: 70px; }
    .filteringBtn .currentFilter:hover:after {
      top: 55px; }
  .morebtn {
    margin-top: 99px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 20px; }
    .morebtn.isloading .loading {
      transform: scale(1); }
    .morebtn .more:before {
      top: -15px;
      width: 30px;
      height: 30px; }
    .morebtn:hover .more:before {
      top: -12px; }
    .morebtn img {
      width: 51px;
      left: 25px; }
  .bkbtn {
    margin: 100px auto 0;
    width: 400px;
    padding: 40px 0;
    transition: 0.2s background linear; }
    .bkbtn.clicking {
      animation: none; }
    .bkbtn img.viewmore {
      width: 110px;
      height: 12.2px;
      top: 0;
      left: 0;
      position: relative; }
    .bkbtn img.news {
      height: 14px; }
    .bkbtn img.products {
      height: 14px;
      top: 0px;
      width: 104px; }
    .bkbtn img .followus {
      width: 87.66px;
      height: 9.6px;
      transform: translate(-1px, -1px); }
    .bkbtn img.shoecareTop {
      width: 142px;
      height: 11.34px; }
    .bkbtn.arrow.news p:after {
      top: 2px; }
    .bkbtn.arrow p:after {
      right: -21px;
      top: 2px; }
    .bkbtn.arrow.shoecareTop p:after {
      top: -1px; }
    .bkbtn:hover {
      transition: none;
      background-color: grey; }
  .scrollNav {
    height: 60px; }
    .scrollNav .scrollNavWrapper {
      width: calc(100% - 120px); }
    .scrollNav .logo {
      width: 130px;
      top: 52%;
      opacity: 1;
      transition: opacity 0.2s linear; }
      .scrollNav .logo:hover {
        opacity: 0.6;
        transition: none; }
      .scrollNav .logo a::after {
        display: none; }
    .scrollNav .onlineStore::after {
      display: none; }
    .scrollNav .onlineStore img.store {
      display: inline-block;
      width: 114px;
      left: 0px; }
    .scrollNav .onlineStore img.cart {
      display: inline-block;
      width: 24px;
      position: absolute;
      top: -5px;
      left: -15px; }
    .scrollNav .menuBtnWrapper {
      padding: 0;
      right: 0; }
      .scrollNav .menuBtnWrapper .menuBtn {
        cursor: pointer;
        width: 36px;
        height: 28px;
        top: 50%;
        opacity: 1;
        transition: opacity 0.2s linear; }
        .scrollNav .menuBtnWrapper .menuBtn:hover {
          opacity: 0.6;
          transition: none; }
        .scrollNav .menuBtnWrapper .menuBtn::after {
          display: none; }
        .scrollNav .menuBtnWrapper .menuBtn span {
          transition: none;
          width: 36px; }
          .scrollNav .menuBtnWrapper .menuBtn span:nth-child(2) {
            top: 13px; }
        .scrollNav .menuBtnWrapper .menuBtn.show span:nth-child(1) {
          transform: translateY(13px) rotate(45deg); }
        .scrollNav .menuBtnWrapper .menuBtn.show span:nth-child(3) {
          transform: translateY(-13px) rotate(-45deg); }
    .scrollNav .onlineStore {
      right: 78px;
      width: 150px;
      opacity: 1;
      transition: opacity 0.2s linear; }
      .scrollNav .onlineStore:hover {
        opacity: 0.6;
        transition: none; }
      .scrollNav .onlineStore img {
        padding: 0; }
  /* SLICK */
  .slick-dots li {
    margin: 0 10px; }
  /* MENU */
  .sideMenu {
    width: 540px;
    right: -540px;
    transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    right: -100px;
    opacity: 0; }
    .sideMenu.show {
      right: 0; }
      .sideMenu.show .close .btn:before, .sideMenu.show .close .btn:after {
        transition: transform 0.2s 0.3s ease,opacity 0.1s 0.3s ease;
        opacity: 1; }
    .sideMenu .menu-wrapper {
      width: 300px;
      transition: opacity 0.2s linear; }
      .sideMenu .menu-wrapper.show {
        opacity: 1; }
    .sideMenu .links {
      margin-top: 100px;
      margin-left: 9px;
      height: calc(55px * 5); }
      .sideMenu .links li {
        width: 170px;
        height: 55px; }
        .sideMenu .links li p {
          opacity: 1;
          transition: opacity 0.2s linear; }
          .sideMenu .links li p:hover {
            opacity: 0.6;
            transition: none; }
          .sideMenu .links li p a {
            height: 100%; }
          .sideMenu .links li p img {
            height: 16px; }
            .sideMenu .links li p img.concept {
              width: 94px;
              height: 14px; }
            .sideMenu .links li p img.shop_list {
              width: 108px; }
            .sideMenu .links li p img.news {
              width: 58px; }
            .sideMenu .links li p img.products {
              width: 109px; }
            .sideMenu .links li p img.special {
              width: 108px; }
            .sideMenu .links li p img.company {
              width: 110px; }
            .sideMenu .links li p img.contact {
              width: 109px; }
            .sideMenu .links li p img.shoecare {
              width: 109px; }
    .sideMenu .close {
      margin-top: 46px;
      cursor: pointer; }
      .sideMenu .close .btn {
        width: 36px;
        height: 36px;
        margin-right: -60px;
        opacity: 1;
        transition: opacity 0.2s linear;
        top: 15px;
        left: -18px; }
        .sideMenu .close .btn:hover {
          opacity: 0.6;
          transition: none; }
        .sideMenu .close .btn:before, .sideMenu .close .btn:after {
          opacity: 0;
          width: 36px; }
    .sideMenu .onlinestore {
      margin-top: 62px;
      margin-top: 41px; }
      .sideMenu .onlinestore .lead {
        margin-top: 22px;
        color: white;
        line-height: 1.7; }
      .sideMenu .onlinestore .btn {
        transition: background 0.2s linear; }
        .sideMenu .onlinestore .btn p .cart {
          transform: translateY(-1px); }
        .sideMenu .onlinestore .btn:hover {
          background-color: grey;
          transition: none; }
    .sideMenu .shoecare {
      margin-top: 52px; }
      .sideMenu .shoecare .lead {
        margin-top: 22px;
        color: white;
        line-height: 1.7; }
      .sideMenu .shoecare .btn {
        transition: background 0.2s linear; }
        .sideMenu .shoecare .btn p .shoecare {
          transform: translate(18px, -4px); }
        .sideMenu .shoecare .btn p .icon {
          width: 30.33px;
          height: 21px;
          margin-right: -4px;
          transform: translate(0, -1px); }
        .sideMenu .shoecare .btn:hover {
          background-color: grey;
          transition: none; }
    .sideMenu .snsicons {
      margin-top: 100px;
      width: 220px;
      margin: 100px auto 0 0; }
      .sideMenu .snsicons li {
        width: 24px;
        opacity: 1;
        transition: opacity 0.2s linear; }
        .sideMenu .snsicons li:hover {
          opacity: 0.6;
          transition: none; }
        .sideMenu .snsicons li.insta {
          width: 22px; }
        .sideMenu .snsicons li.twitter {
          position: relative;
          top: -2px;
          left: 2px; }
        .sideMenu .snsicons li.fb {
          transform: translate(0, -3px); }
        .sideMenu .snsicons li.youtube {
          width: 32px;
          transform: translate(0px, -1px); }
  .ddbtns {
    margin: 0 auto;
    display: inline-block;
    cursor: pointer; }
    .ddbtns .ddbtn {
      border: 0;
      width: 120px;
      height: 22px;
      padding: 0;
      padding-right: 20px; }
      .ddbtns .ddbtn p {
        padding: 20px 10px; }
        .ddbtns .ddbtn p img {
          left: -5px; }
      .ddbtns .ddbtn select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 78px;
        opacity: 0; }
      .ddbtns .ddbtn:after {
        right: 6px;
        top: 5px; }
      .ddbtns .ddbtn:hover:after {
        top: 8px; }
  #RelatedPosts {
    padding-top: 145px;
    padding-bottom: 149px;
    margin-top: 195px; }
    #RelatedPosts .head {
      font-size: 1.65em; }
    #RelatedPosts .lead {
      margin-top: 49px;
      font-size: 0.9em; }
    #RelatedPosts .articles {
      margin-top: 100px; }
      #RelatedPosts .articles .article {
        margin-top: 0;
        display: block;
        opacity: 1;
        transition: opacity 0.2s linear; }
        #RelatedPosts .articles .article:hover {
          opacity: 0.6;
          transition: none; }
        #RelatedPosts .articles .article .btn {
          width: 295px;
          display: inline-block;
          position: relative; }
        #RelatedPosts .articles .article .desc {
          margin-top: 14px;
          margin-left: 0;
          width: 100%; }
          #RelatedPosts .articles .article .desc .title {
            font-size: 1.05em;
            line-height: 1.65; }
          #RelatedPosts .articles .article .desc .supple {
            margin-top: 10px;
            font-size: 0.8em;
            letter-spacing: 0.1em; }
      #RelatedPosts .articles .s_items {
        display: flex;
        justify-content: space-between;
        margin-bottom: 18px; }
        #RelatedPosts .articles .s_items .article {
          width: 295px; }
    #RelatedPosts .bkbtn.btn {
      padding: 40px 0;
      margin-top: 73px; }
  #SNSArea .bkbtn img.followus {
    width: 100.52px;
    height: 11px;
    transform: translate(-1px, -1px); }
  #SNSArea .bkbtn p::after {
    right: -35px; }
  #SNSArea .lead {
    margin-top: 48px;
    font-size: .875rem;
    line-height: 1.9;
    letter-spacing: .1em; }
  #SNSArea .instagram {
    padding-top: 143px;
    padding-bottom: 151px;
    background-size: 100% 100%; }
    #SNSArea .instagram .title img {
      width: 180.83px;
      height: 28.8px; }
    #SNSArea .instagram .pictures {
      margin-top: 93px;
      width: 980px;
      height: 380px;
      grid-template-rows: 190px 190px;
      grid-template-columns: 190px 220px 190px 380px;
      -ms-grid-rows: 190px 190px;
      -ms-grid-columns: 190px 220px 190px 380px; }
      #SNSArea .instagram .pictures .picture::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        background: #fff;
        transition: opacity 0.2s; }
      #SNSArea .instagram .pictures .picture.hover::before {
        opacity: 0.4;
        transition: none; }
      #SNSArea .instagram .pictures .picture:nth-child(5) {
        grid-row: 1 / 3;
        grid-column: 4 / 5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 4; }
    #SNSArea .instagram .tags {
      margin-top: 52px; }
      #SNSArea .instagram .tags .contents {
        margin-top: 36px;
        display: flex;
        flex-wrap: wrap; }
        #SNSArea .instagram .tags .contents .content {
          width: 418px;
          min-height: 84px;
          margin-top: 0;
          margin-bottom: 46px;
          margin-right: 60px; }
          #SNSArea .instagram .tags .contents .content:hover .thumbnail::after {
            transition: none;
            opacity: 0.4; }
          #SNSArea .instagram .tags .contents .content:hover .body .tagname {
            transition: none;
            color: #f38e69; }
          #SNSArea .instagram .tags .contents .content:hover .body .desc {
            transition: none;
            color: #717070; }
          #SNSArea .instagram .tags .contents .content .thumbnail {
            width: 80px;
            height: 80px;
            position: relative; }
            #SNSArea .instagram .tags .contents .content .thumbnail::after {
              content: '';
              display: block;
              position: absolute;
              width: 80px;
              height: 80px;
              top: 2px;
              left: 0;
              background: #fff;
              opacity: 0;
              border-radius: 50%;
              transition: opacity 0.2s; }
            #SNSArea .instagram .tags .contents .content .thumbnail img {
              width: 80px;
              height: 80px;
              border-width: 2px;
              box-sizing: content-box;
              transform: translateX(-2px); }
          #SNSArea .instagram .tags .contents .content .body {
            margin-left: 16px;
            width: 321px; }
            #SNSArea .instagram .tags .contents .content .body .tagname {
              font-size: .875rem;
              line-height: 1.9;
              letter-spacing: .07em;
              margin-top: -3px;
              transition: color 0.2s; }
            #SNSArea .instagram .tags .contents .content .body .desc {
              font-size: .75rem;
              line-height: 1.7;
              letter-spacing: .05em;
              margin-top: 5px;
              transition: color 0.2s; }
      #SNSArea .instagram .tags.pickup {
        margin-top: 99px; }
        #SNSArea .instagram .tags.pickup .subtitle img {
          width: 190.3px;
          height: 13.6px;
          transform: translateX(1px); }
        #SNSArea .instagram .tags.pickup .contents .content .thumbnail img {
          border-width: 2px; }
        #SNSArea .instagram .tags.pickup .contents .content .thumbnail::after {
          top: 0px;
          left: -2px;
          border: 2px solid #fff; }
      #SNSArea .instagram .tags.archive .subtitle img {
        width: 198.1px;
        height: 13.6px; }
      #SNSArea .instagram .tags.archive .contents {
        margin-top: 36px;
        height: 270px;
        overflow-y: auto;
        /*スクロールバーの軌道*/
        /*スクロールバーの動く部分*/ }
        #SNSArea .instagram .tags.archive .contents::-webkit-scrollbar {
          width: 2px; }
        #SNSArea .instagram .tags.archive .contents::-webkit-scrollbar-track {
          border-radius: 2px;
          background: #fff; }
        #SNSArea .instagram .tags.archive .contents::-webkit-scrollbar-thumb {
          background-color: #c2c2c2;
          border-radius: 2px; }
    #SNSArea .instagram .bkbtn {
      margin-top: 52px; }
  #SNSArea .twitter {
    display: flex;
    padding-top: 0;
    display: none; }
    #SNSArea .twitter .desc-area {
      padding-top: 136px;
      padding-bottom: 140px;
      width: 50% !important; }
      #SNSArea .twitter .desc-area .title {
        text-align: left;
        margin: 0 auto;
        width: 410px; }
        #SNSArea .twitter .desc-area .title img {
          width: 133.61px;
          height: 23px;
          transform: translateX(4px); }
      #SNSArea .twitter .desc-area .lead {
        text-align: left;
        margin: 52px auto 0;
        width: 422px;
        letter-spacing: .07em;
        transform: translateX(11px); }
      #SNSArea .twitter .desc-area .bkbtn {
        margin: 51px auto 0; }
    #SNSArea .twitter .tweet-area {
      width: 50% !important;
      padding-top: 213px; }
      #SNSArea .twitter .tweet-area .tweets {
        width: 424px;
        transform: translateX(-4px); }
      #SNSArea .twitter .tweet-area .tweet {
        margin: 0 10px;
        opacity: 0; }
        #SNSArea .twitter .tweet-area .tweet.slick-slide {
          transition: opacity 1.0s linear; }
          #SNSArea .twitter .tweet-area .tweet.slick-slide.slick-current {
            transition: opacity 1.0s 1.3s linear; }
        #SNSArea .twitter .tweet-area .tweet .thumbnail {
          width: 45px; }
          #SNSArea .twitter .tweet-area .tweet .thumbnail img {
            width: 45px;
            height: 45px; }
        #SNSArea .twitter .tweet-area .tweet .content {
          margin-left: 25px;
          min-height: 110px;
          width: 334px; }
          #SNSArea .twitter .tweet-area .tweet .content .body {
            font-size: .875rem;
            line-height: 1.6;
            letter-spacing: .03em;
            word-wrap: break-word; }
          #SNSArea .twitter .tweet-area .tweet .content .time {
            margin-top: 14px;
            font-size: .8125rem;
            line-height: 1;
            letter-spacing: .05em; }
      #SNSArea .twitter .tweet-area .nav {
        margin: 48px auto 0;
        width: 424px;
        justify-content: flex-end;
        transform: translateX(5px); }
        #SNSArea .twitter .tweet-area .nav .prev:hover, #SNSArea .twitter .tweet-area .nav .next:hover {
          cursor: pointer; }
        #SNSArea .twitter .tweet-area .nav .prev::after, #SNSArea .twitter .tweet-area .nav .next::after {
          width: 9px;
          height: 9px; }
        #SNSArea .twitter .tweet-area .nav .prev {
          margin-right: 26px; }
          #SNSArea .twitter .tweet-area .nav .prev:hover::after {
            left: 10px; }
        #SNSArea .twitter .tweet-area .nav .next:hover::after {
          right: 10px; }
  footer {
    height: 780px;
    padding-top: 61px;
    padding-bottom: 0px; }
    footer .footer-wrapper {
      width: 980px; }
    footer .upper {
      display: block;
      width: 100%;
      height: 64px;
      position: relative; }
      footer .upper:after {
        content: "";
        border-bottom: 1px solid grey;
        width: 25px;
        position: absolute;
        bottom: 0;
        left: 0; }
    footer .pagetop {
      position: absolute;
      right: 0;
      top: 30px;
      overflow: hidden;
      cursor: pointer; }
      footer .pagetop:after {
        top: 10px; }
      footer .pagetop:hover:after {
        top: 7px; }
    footer .breadcrumb li {
      display: inline-block;
      margin-bottom: 0; }
      footer .breadcrumb li:not(:last-child) a:hover {
        color: white;
        transition: none; }
      footer .breadcrumb li a {
        transition: color 0.2s linear; }
    footer .lower {
      display: block;
      margin-top: 85px;
      width: 100%;
      height: 440px;
      position: relative; }
    footer .links {
      height: 360px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      left: 0;
      text-align: left; }
      footer .links li {
        width: 202px;
        height: 62px; }
        footer .links li p {
          display: inline-block;
          opacity: 1;
          transition: opacity 0.2s linear; }
          footer .links li p:hover {
            opacity: 0.6;
            transition: none; }
        footer .links li img {
          width: auto;
          height: 18px; }
          footer .links li img.top {
            width: 48.5px; }
          footer .links li img.concept {
            width: 108px;
            height: 16px; }
          footer .links li img.shop_list {
            width: 131.5px; }
          footer .links li img.news {
            width: 68.5px; }
          footer .links li img.products {
            width: 133px; }
          footer .links li img.special {
            width: 133px; }
          footer .links li img.company {
            width: 133px; }
          footer .links li img.contact {
            width: 133px; }
          footer .links li img.shoecare {
            width: 133px;
            position: relative;
            top: 1px;
            left: 0;
            display: inline; }
      footer .links .left {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 238px;
        height: 100%; }
    footer .onlinestore {
      position: absolute;
      margin-top: -18px;
      height: 55px;
      top: 0;
      right: -10px;
      display: inline-block;
      width: 232px;
      color: white;
      text-align: left; }
      footer .onlinestore img {
        opacity: 1;
        transition: opacity 0.2s linear; }
        footer .onlinestore img:hover {
          opacity: 0.6;
          transition: none; }
      footer .onlinestore .lead {
        color: white;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        line-height: 1.9;
        font-size: 0.75em; }
    footer .shoecare {
      position: absolute;
      margin-top: -18px;
      width: 232px;
      height: 55px;
      top: 187px;
      right: -10px;
      display: inline-block;
      color: white;
      text-align: left; }
      footer .shoecare img {
        opacity: 1;
        transition: opacity 0.2s linear; }
        footer .shoecare img:hover {
          opacity: 0.6;
          transition: none; }
      footer .shoecare .lead {
        color: white;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        line-height: 1.9;
        font-size: 0.75em; }
    footer .snsicons {
      position: absolute;
      bottom: 55px;
      right: -5px;
      width: 200px;
      height: 20px; }
      footer .snsicons li {
        width: 21px;
        opacity: 1;
        transition: opacity 0.2s linear; }
        footer .snsicons li.insta {
          width: 20px; }
        footer .snsicons li.twitter {
          padding-left: 6px;
          margin-top: -1px;
          width: 24px; }
        footer .snsicons li.fb {
          width: 20px;
          transform: translate(-2px, -1px); }
        footer .snsicons li.youtube {
          width: 30px; }
        footer .snsicons li:hover {
          opacity: 0.6;
          transition: none; }
    footer #CopyRight {
      position: absolute;
      bottom: 0;
      right: 0; }
      footer #CopyRight small {
        font-size: 0.78em; }
  #NotFound {
    padding-top: 100px; }
    #NotFound .c-wrapper {
      margin: 170px auto 0; }
      #NotFound .c-wrapper img.image {
        padding-right: 15px;
        width: 130px; }
      #NotFound .c-wrapper img.txt {
        margin-top: 40px;
        width: 500px; }
      #NotFound .c-wrapper img.top {
        width: 34px;
        height: 12.56px; }
    #NotFound .bkbtn {
      margin: 200px auto; } }
