@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500");
@media all and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media all and (min-width: 768px) {
  .sp {
    display: none !important; } }

@keyframes marquee {
  from {
    transform: translate(0%); }
  99%, to {
    transform: translate(100%); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% { } }

@keyframes shopBtn-rotate {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes show-after {
  0% {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  100% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); } }

@keyframes hide-after {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }

@keyframes show-before {
  0% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); } }

@keyframes hide-before {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@keyframes scroll-arrow-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%); } }
#top{ z-index:2; }
body {
  font-family: 'Montserrat', sans-serif; }

.bodyFixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.logo-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/logo-bg.png");
  background-repeat: no-repeat;
  background-position: center center; }
  @media all and (max-width: 767px) {
    .logo-bg {
      background-size: 100px auto; } }

.tsunahiki-container {
  position: relative; }
  .tsunahiki-container p {
    margin-bottom: 0; }
  .tsunahiki-container img {
    height: auto; }
  .tsunahiki-container .section-inner {
    margin: auto;
    max-width: 1190px; }
    @media all and (max-width: 767px) {
      .tsunahiki-container .section-inner {
        padding: 0 25px;
        max-width: initial;
        width: 100%; } }
  .tsunahiki-container .s1 {
    height: auto;
    background-color: #000; }
    .tsunahiki-container .s1 .tsunahiki-mv {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto; }
      .tsunahiki-container .s1 .tsunahiki-mv-image img {
        width: 100%;
        height: auto; }
    .tsunahiki-container .s1 .tsunahiki-loop {
      position: relative;
      height: 90px;
      overflow: hidden; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s1 .tsunahiki-loop {
          height: 45px; } }
      .tsunahiki-container .s1 .tsunahiki-loop-text {
        position: absolute;
        top: 30px;
        width: 11570px;
        height: 31px;
        right: 0;
        /* animation-name: marquee;
				animation-timing-function: linear;
				animation-iteration-count: infinite;
				animation-duration: 15s; */
        animation: marquee 65s linear infinite;
        background: url("../images/s1-looptext.png");
        background-repeat: repeat-x;
        background-position: left center; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s1 .tsunahiki-loop-text {
            top: 15px;
            height: 15px;
            background-size: auto 15px; } }
  .tsunahiki-container .s2 {
    position: relative;
    margin-bottom: 160px;
    overflow: hidden;
    height: calc(5100px + 100vw);
    /* @media all and (max-width: 414px) {
			height: 2400px;
		}
		@media all and (max-width: 375px) {
			height: 2200px;
		}
		@media all and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
			height: 1800px;
		}

		@media all and (max-width: 320px) {
			height: 2500px;
		}

		@media all and (max-width: 767px) and (orientation: landscape) {
			min-height: 850vw;
		} */ }
    @media all and (max-width: 767px) {
      .tsunahiki-container .s2 {
        margin-bottom: 70px;
        min-height: initial; } }
    .tsunahiki-container .s2 .s2-item {
      position: absolute; }
      .tsunahiki-container .s2 .s2-item img {
        width: 100%;
        height: auto; }
      .tsunahiki-container .s2 .s2-item video {
        position: absolute;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-item video {
            display: none; } }
    .tsunahiki-container .s2 .s2-item1 {
      top: 150px;
      width: 31.25vw;
      left: 9.72222vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item1 {
          top: 50px;
          width: 51.5625vw;
          left: 12.5vw;
          max-width: 165px; } }
      .tsunahiki-container .s2 .s2-item1:after {
        content: "";
        display: block;
        padding-top: 125.5%; }
      .tsunahiki-container .s2 .s2-item1-movie {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/s2-item1-bg.png") no-repeat;
        background-size: contain; }
        .tsunahiki-container .s2 .s2-item1-movie-inner {
          position: absolute;
          left: 0;
          bottom: 0;
          width: calc(100% - 34px);
          height: calc(100% - 10px);
          overflow: hidden; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s2 .s2-item1-movie-inner {
              background: url("../images/s2-item1-inner.png") no-repeat;
              background-size: cover; } }
        .tsunahiki-container .s2 .s2-item1-movie-frame {
          position: absolute;
          width: 240%;
          height: 100%;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s2 .s2-item1-movie-frame {
              display: none; } }
      .tsunahiki-container .s2 .s2-item1 img {
        display: none; }
    .tsunahiki-container .s2 .s2-item2 {
      top: 440px;
      width: 54.58333vw;
      left: 39.58333vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item2 {
          top: 270px;
          width: 67.1875vw;
          left: auto;
          right: 4.6875vw;
          max-width: 215px; } }
    .tsunahiki-container .s2 .s2-item3 {
      top: 1420px;
      width: 49.93056vw;
      left: 3.81944vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item3 {
          top: 580px;
          width: 69.21875vw;
          left: auto;
          right: 7.8125vw;
          max-width: 221.5px; } }
    .tsunahiki-container .s2 .s2-item4 {
      top: 1605px;
      width: 34.72222vw;
      left: 56.94444vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item4 {
          top: 523.5px;
          width: 58.59375vw;
          left: 7.8125vw;
          max-width: 187.5px; } }
      .tsunahiki-container .s2 .s2-item4:after {
        content: "";
        display: block;
        padding-top: 66.2%; }
      .tsunahiki-container .s2 .s2-item4-movie {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/s2-item4-bg.png") no-repeat;
        background-size: contain; }
        .tsunahiki-container .s2 .s2-item4-movie-inner {
          position: absolute;
          right: 0;
          top: 17px;
          width: calc(100% - 29px);
          height: calc(100% - 34px);
          overflow: hidden; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s2 .s2-item4-movie-inner {
              background: url("../images/s2-item4-inner.png") no-repeat;
              background-size: cover; } }
        .tsunahiki-container .s2 .s2-item4-movie-frame {
          position: absolute;
          width: 240%;
          height: 100%;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s2 .s2-item4-movie-frame {
              display: none; } }
      .tsunahiki-container .s2 .s2-item4 img {
        display: none; }
    .tsunahiki-container .s2 .s2-item5 {
      top: 2230px;
      width: 84.79167vw;
      left: 6.25vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item5 {
          top: 930px;
          width: 92.1875vw;
          left: auto;
          right: 0;
          max-width: 295px; } }
    .tsunahiki-container .s2 .s2-item6 {
      top: 2680px;
      width: 58.19444vw;
      left: 27.77778vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item6 {
          top: 1040px;
          width: 63.28125vw;
          left: auto;
          right: 6.875vw;
          max-width: 202.5px; } }
    .tsunahiki-container .s2 .s2-item7 {
      top: 3590px;
      width: 40.20833vw;
      left: 4.16667vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item7 {
          top: 1275px;
          width: 42.1875vw;
          left: 3.125vw;
          max-width: 135px; } }
    .tsunahiki-container .s2 .s2-item8 {
      top: 3730px;
      width: 54.86111vw;
      left: 39.58333vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-item8 {
          top: 1300px;
          width: 56.875vw;
          left: auto;
          right: 15.625vw;
          max-width: 182px; } }
    .tsunahiki-container .s2 .s2-shoe1 {
      top: 105px;
      width: 32.91667vw;
      right: 13.88889vw;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-shoe1 {
          top: 120px;
          width: 35.625vw;
          right: 10.9375vw;
          max-width: 114px; } }
    .tsunahiki-container .s2 .s2-shoe2 {
      top: 2900px;
      width: 35.97222vw;
      left: 6.25vw;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-shoe2 {
          top: 1075px;
          width: 37.03125vw;
          left: 7.8125vw;
          max-width: 118.5px; } }
    .tsunahiki-container .s2 .s2-text1 {
      top: 1000px;
      width: 58vw;
      height: 190px;
      z-index: 2;
      display: flex; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-text1 {
          top: 430px;
          height: 55px; } }
      .tsunahiki-container .s2 .s2-text1-bg {
        margin-right: 30px;
        width: calc(100% - 416px);
        height: 100%;
        background: url("../images/s2-text-bg.png");
        background-repeat: repeat-x;
        background-position: center right;
        background-size: auto 78px; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text1-bg {
            width: calc(100% - (416px * 55 / 187));
            background-size: auto 22px; } }
      .tsunahiki-container .s2 .s2-text1-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 416px;
        height: 100%; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text1-main {
            width: calc(416px * 55 / 187); } }
        .tsunahiki-container .s2 .s2-text1-main img {
          width: auto;
          height: 190px; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s2 .s2-text1-main img {
              height: 55px; } }
    .tsunahiki-container .s2 .s2-text2 {
      top: 1260px;
      width: 62vw;
      right: 0;
      height: 190px;
      z-index: 2;
      display: flex; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-text2 {
          top: 490px;
          height: 55px; } }
      .tsunahiki-container .s2 .s2-text2-bg {
        margin-left: 30px;
        width: calc(100% - 353px);
        height: 100%;
        background: url("../images/s2-text-bg.png");
        background-repeat: repeat-x;
        background-position: center left;
        background-size: auto 78px; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text2-bg {
            width: calc(100% - (353px * 55 / 184));
            background-size: auto 22px; } }
      .tsunahiki-container .s2 .s2-text2-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 353px;
        height: 100%; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text2-main {
            width: calc(353px * 55 / 184); } }
        .tsunahiki-container .s2 .s2-text2-main img {
          width: auto;
          height: 190px; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s2 .s2-text2-main img {
              height: 55px; } }
    .tsunahiki-container .s2 .s2-text3 {
      top: 4370px;
      width: 100vw;
      height: 190px;
      z-index: 2;
      display: flex; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s2 .s2-text3 {
          top: 877.5px;
          height: 55px; } }
      .tsunahiki-container .s2 .s2-text3-left, .tsunahiki-container .s2 .s2-text3-right {
        height: 100%;
        background: url("../images/s2-text-bg.png");
        background-repeat: repeat-x;
        background-size: auto 78px; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text3-left, .tsunahiki-container .s2 .s2-text3-right {
            background-size: auto 22px; } }
      .tsunahiki-container .s2 .s2-text3-left {
        margin-right: 30px;
        width: calc((100% - 366px) * 16 / 55);
        background-position: center right; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text3-left {
            width: calc((100% - (366px * 55 / 184)) * 16 / 55); } }
      .tsunahiki-container .s2 .s2-text3-right {
        width: calc((100% - 366px) * 39 / 55);
        margin-left: 30px;
        background-position: center left; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text3-right {
            width: calc((100% - (366px * 55 / 184)) * 39 / 55); } }
      .tsunahiki-container .s2 .s2-text3-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 366px;
        height: 100%; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s2 .s2-text3-main {
            width: calc(366px * 55 / 184); } }
        .tsunahiki-container .s2 .s2-text3-main img {
          width: auto;
          height: 190px; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s2 .s2-text3-main img {
              height: 55px; } }
  .tsunahiki-container .s3 {
    margin-bottom: 120px;
    height: calc(100vh - 70px);
    min-height: 560px; }
    @media all and (max-width: 767px) {
      .tsunahiki-container .s3 {
        height: 160px;
        min-height: initial;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .tsunahiki-container .s3 .section-inner {
      height: 100%; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s3 .section-inner {
          height: auto; } }
    .tsunahiki-container .s3 .shoeSlide {
      position: relative;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .tsunahiki-container .s3 .shoeSlide-left, .tsunahiki-container .s3 .shoeSlide-right {
        position: absolute;
        top: 50%;
        margin-top: -125px; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s3 .shoeSlide-left, .tsunahiki-container .s3 .shoeSlide-right {
            margin-top: -58px; }
            .tsunahiki-container .s3 .shoeSlide-left img, .tsunahiki-container .s3 .shoeSlide-right img {
              width: 13px; } }
      .tsunahiki-container .s3 .shoeSlide-left {
        left: 35px; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s3 .shoeSlide-left {
            left: 0; } }
      .tsunahiki-container .s3 .shoeSlide-right {
        right: 35px; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s3 .shoeSlide-right {
            right: 0; } }
      .tsunahiki-container .s3 .shoeSlide-inner {
        width: calc(.7 * (100% - 136px)); }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s3 .shoeSlide-inner {
            width: calc(.8 * (100% - 26px));
            overflow: hidden; } }
      .tsunahiki-container .s3 .shoeSlide-content {
        position: relative;
        padding-top: 50%; }
        .tsunahiki-container .s3 .shoeSlide-content-before, .tsunahiki-container .s3 .shoeSlide-content-after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .tsunahiki-container .s3 .shoeSlide-content-before span, .tsunahiki-container .s3 .shoeSlide-content-after span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            .tsunahiki-container .s3 .shoeSlide-content-before span.shoeNum-0, .tsunahiki-container .s3 .shoeSlide-content-after span.shoeNum-0 {
              background-image: url("../images/s3-shoeslide-image0.png");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
            .tsunahiki-container .s3 .shoeSlide-content-before span.shoeNum-1, .tsunahiki-container .s3 .shoeSlide-content-after span.shoeNum-1 {
              background-image: url("../images/s3-shoeslide-image1.png");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
            .tsunahiki-container .s3 .shoeSlide-content-before span.shoeNum-2, .tsunahiki-container .s3 .shoeSlide-content-after span.shoeNum-2 {
              background-image: url("../images/s3-shoeslide-image2.png");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
            .tsunahiki-container .s3 .shoeSlide-content-before span.shoeNum-3, .tsunahiki-container .s3 .shoeSlide-content-after span.shoeNum-3 {
              background-image: url("../images/s3-shoeslide-image4.png");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
            .tsunahiki-container .s3 .shoeSlide-content-before span.shoeNum-4, .tsunahiki-container .s3 .shoeSlide-content-after span.shoeNum-4 {
              background-image: url("../images/s3-shoeslide-image4.png");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
        .tsunahiki-container .s3 .shoeSlide-content-before {
          z-index: 2;
          animation-duration: 1s;
          -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          .tsunahiki-container .s3 .shoeSlide-content-before.hide {
            animation-name: hide-before; }
          .tsunahiki-container .s3 .shoeSlide-content-before.show {
            animation-name: show-before; }
        .tsunahiki-container .s3 .shoeSlide-content-after {
          animation-duration: 1s;
          -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          .tsunahiki-container .s3 .shoeSlide-content-after.hide {
            animation-name: hide-after; }
          .tsunahiki-container .s3 .shoeSlide-content-after.show {
            animation-name: show-after; }
      .tsunahiki-container .s3 .shoeSlide-indicator {
        margin-top: 95px;
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s3 .shoeSlide-indicator {
            margin-top: 40px; } }
        .tsunahiki-container .s3 .shoeSlide-indicator li {
          margin: 0 10px;
          width: 35px;
          height: 30px;
          cursor: pointer; }
          .tsunahiki-container .s3 .shoeSlide-indicator li.active img {
            transform: scale(1.5); }
  .tsunahiki-container .s4 {
    padding: 50px 0;
    min-height: 700px;
    background-color: #FA471E;
    background-image: url("../images/s-bg.png");
    background-position: center top;
    background-size: cover; }
    @media all and (max-width: 767px) {
      .tsunahiki-container .s4 {
        padding: 25px 0;
        height: auto;
        min-height: initial; } }
    .tsunahiki-container .s4-inner {
      margin: auto;
      width: 84%; }
    .tsunahiki-container .s4 .section-inner {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .tsunahiki-container .s4 .shoeMovie {
      position: relative;
      width: 100%;
      padding-top: 50%; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s4 .shoeMovie {
          width: 100%;
          max-width: initial; } }
      .tsunahiki-container .s4 .shoeMovie-inner {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s4 .shoeMovie-inner {
            overflow: hidden; } }
      .tsunahiki-container .s4 .shoeMovie-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
      .tsunahiki-container .s4 .shoeMovie-btn {
        width: 170px;
        height: 40px;
        transform: skewX(-30deg);
        text-align: center;
        border: 1px #fff solid;
        z-index: 2;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s4 .shoeMovie-btn {
            width: 103px;
            height: 24px; } }
        .tsunahiki-container .s4 .shoeMovie-btn a {
          display: block;
          color: #fff;
          font-size: 14px;
          line-height: 40px;
          transform: skewX(30deg);
          -webkit-transition: all 0.3s linear 0s;
          -moz-transition: all 0.3s linear 0s;
          -ms-transition: all 0.3s linear 0s;
          -o-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s4 .shoeMovie-btn a {
              font-size: 11px;
              line-height: 24px; } }
        .tsunahiki-container .s4 .shoeMovie-btn:hover {
          background-color: #000;
          border-color: #000; }
  .tsunahiki-container .s5 {
    margin-top: 150px; }
    @media all and (max-width: 767px) {
      .tsunahiki-container .s5 {
        margin-top: 50px; } }
    .tsunahiki-container .s5-excerpt {
      margin: 0 auto 150px;
      max-width: 670px;
      font-size: 24px;
      line-height: 36px; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s5-excerpt {
          margin: 0 auto 50px;
          max-width: initial;
          padding: 0 25px;
          font-size: 12px;
          line-height: 18px; } }
    .tsunahiki-container .s5-model {
      position: relative;
      margin: 0 auto;
      max-width: 100%;
      padding-top: 55px;
      font-size: 0;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s5-model {
          padding: 30vh 25px 0; } }
      .tsunahiki-container .s5-model img {
        position: relative;
        top: 22px;
        width: 100%;
        height: auto; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s5-model img {
            top: 5px; } }
    .tsunahiki-container .s5-logo {
      margin: 0 auto;
      max-width: 100%;
      font-size: 0;
      transform: translate3d(0, 100vh, 0); }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s5-logo {
          padding: 0 25px; } }
      .tsunahiki-container .s5-logo img {
        position: relative;
        top: 3px;
        width: 100%;
        height: auto; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s5-logo img {
            top: 0; } }
    .tsunahiki-container .s5 .section-inner {
      height: 100%; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s5 .section-inner {
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          flex-wrap: wrap; } }
    .tsunahiki-container .s5 .shoeFeature {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s5 .shoeFeature {
          position: relative;
          display: block;
          width: calc(80vw);
          height: auto; }
          .tsunahiki-container .s5 .shoeFeature:after {
            content: "";
            display: block;
            padding-top: 100%; } }
      .tsunahiki-container .s5 .shoeFeature-wrap {
        position: relative;
        overflow: hidden;
        height: 630px;
        background-color: #0B6A0E;
        background-image: url("../images/s-bg.png");
        background-position: centerz top;
        background-size: cover;
        transform: translate3d(0, 100vh, 0); }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s5 .shoeFeature-wrap {
            height: 100vw; } }
      .tsunahiki-container .s5 .shoeFeature-item {
        position: relative;
        margin: 0 40px;
        width: 38%;
        max-width: 450px;
        border-radius: 50%;
        overflow: hidden; }
        .tsunahiki-container .s5 .shoeFeature-item:after {
          content: "";
          display: block;
          padding-top: 100%; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s5 .shoeFeature-item {
            position: absolute;
            margin: 0 auto;
            width: 100%;
            max-width: initial;
            opacity: 0;
            z-index: 1;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s; }
            .tsunahiki-container .s5 .shoeFeature-item.active {
              opacity: 1;
              z-index: 2; } }
        .tsunahiki-container .s5 .shoeFeature-item-inner {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s5 .shoeFeature-item-inner {
              border-radius: 50%; } }
        .tsunahiki-container .s5 .shoeFeature-item-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .tsunahiki-container .s5 .shoeFeature-item-bg:after {
            opacity: 0;
            animation: fadeIn .5s 0s forwards; }
        .tsunahiki-container .s5 .shoeFeature-item-content {
          position: relative;
          color: #fff;
          padding: 0 70px;
          z-index: 2; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s5 .shoeFeature-item-content {
              padding: 0 35px; } }
        .tsunahiki-container .s5 .shoeFeature-item-title {
          font-size: 48px;
          line-height: 1;
          font-weight: 500;
          text-align: center; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s5 .shoeFeature-item-title {
              font-size: 17px;
              line-height: 1; } }
        .tsunahiki-container .s5 .shoeFeature-item-excerpt {
          margin-top: 60px;
          opacity: 0;
          display: none;
          font-size: 16px;
          line-height: 24px; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s5 .shoeFeature-item-excerpt {
              margin-top: 30px;
              font-size: 10px;
              line-height: 15px; } }
        .tsunahiki-container .s5 .shoeFeature-item-close {
          display: none; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s5 .shoeFeature-item-close {
              position: absolute;
              left: 50%;
              margin-left: -7px;
              bottom: 20px;
              display: block;
              text-align: center;
              z-index: 2; }
              .tsunahiki-container .s5 .shoeFeature-item-close img {
                width: 12px;
                height: auto; } }
        .tsunahiki-container .s5 .shoeFeature-item.item-sole .shoeFeature-item-bg {
          background-image: url("../images/s5-sole-bg.png");
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        .tsunahiki-container .s5 .shoeFeature-item.item-base .shoeFeature-item-bg {
          background-image: url("../images/s5-base-bg.png");
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        @media all and (min-width: 768px) {
          .tsunahiki-container .s5 .shoeFeature-item:hover .shoeFeature-item-bg:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); }
          .tsunahiki-container .s5 .shoeFeature-item:hover .shoeFeature-item-excerpt {
            display: block;
            animation: fadeIn .5s 0s forwards; } }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s5 .shoeFeature-item.hover .shoeFeature-item-bg:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); }
          .tsunahiki-container .s5 .shoeFeature-item.hover .shoeFeature-item-excerpt {
            display: block;
            animation: fadeIn .5s 0s forwards; } }
      .tsunahiki-container .s5 .shoeFeature-indicator {
        display: none; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s5 .shoeFeature-indicator {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            width: 100%;
            height: 7px; } }
        .tsunahiki-container .s5 .shoeFeature-indicator li {
          margin: 0 8px;
          width: 7px;
          height: 7px;
          border: 1px #fff solid;
          border-radius: 50%; }
          .tsunahiki-container .s5 .shoeFeature-indicator li.active {
            background-color: #fff; }
  .tsunahiki-container .s6 {
    position: relative;
    overflow: hidden;
    height: calc(3500px + 20vw);
    /* @media all and (max-width: 414px) {
			height: 2400px;
		}
		@media all and (max-width: 375px) {
			height: 2600px;
		}
		@media all and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
			height: 2200px;
		}

		@media all and (max-width: 320px) {
			height: 3000px;
		}

		@media all and (max-width: 767px) and (orientation: landscape) {
			min-height: 693vw;
		} */ }
    @media all and (max-width: 767px) {
      .tsunahiki-container .s6 {
        height: 2100px; } }
    .tsunahiki-container .s6-btn {
      position: fixed;
      top: calc(100vh - 396px - 20px);
      right: 8.33333vw;
      width: 52px;
      height: 396px;
      animation: fadeIn 0.5s 0s forwards;
      z-index: 3; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6-btn {
          width: 26px; } }
      .tsunahiki-container .s6-btn.hide {
        animation: fadeOut 0.5s 0s forwards;
        display: none; }
      .tsunahiki-container .s6-btn img {
        width: 100%;
        height: auto;
        animation: scroll-arrow-animation 1s 0s ease-in-out alternate infinite; }
    .tsunahiki-container .s6 .s6-item {
      position: absolute; }
      .tsunahiki-container .s6 .s6-item img {
        width: 100%;
        height: auto; }
      .tsunahiki-container .s6 .s6-item video {
        position: absolute;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s6 .s6-item video {
            display: none; } }
    .tsunahiki-container .s6 .s6-item1 {
      top: 145px;
      left: 32vw;
      width: 38.26389vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-item1 {
          top: 50px;
          width: 84.375vw;
          left: 0;
          right: 0;
          max-width: 270px;
          margin: 0 auto; } }
    .tsunahiki-container .s6 .s6-text1 {
      width: 34.02778vw;
      top: 260px; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-text1 {
          top: 265px;
          width: 75vw;
          max-width: 240px; } }
    .tsunahiki-container .s6 .s6-item2 {
      top: 450px;
      width: 43.95833vw;
      left: -12vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-item2 {
          top: 350px;
          width: 85.9375vw;
          max-width: 275px; } }
      .tsunahiki-container .s6 .s6-item2:after {
        content: "";
        display: block;
        padding-top: 48.6%; }
      .tsunahiki-container .s6 .s6-item2-movie {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/s6-item2-bg.png") no-repeat;
        background-size: contain; }
        .tsunahiki-container .s6 .s6-item2-movie-inner {
          position: absolute;
          right: 6px;
          top: 10px;
          width: 72%;
          height: calc(100% - 21px);
          overflow: hidden; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s6 .s6-item2-movie-inner {
              top: 6px;
              height: calc(100% - 15px);
              background: url("../images/s6-item2-inner.png") no-repeat;
              background-size: cover; } }
        .tsunahiki-container .s6 .s6-item2-movie-frame {
          position: absolute;
          width: 240%;
          height: 100%;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s6 .s6-item2-movie-frame {
              display: none; } }
      .tsunahiki-container .s6 .s6-item2 img {
        display: none; }
    .tsunahiki-container .s6 .s6-text2 {
      width: 4.16667vw;
      top: 1280px;
      right: 6vw;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-text2 {
          top: 495px;
          width: 23.4375vw;
          right: auto;
          left: 7.8125vw;
          max-width: 75px; } }
    .tsunahiki-container .s6 .s6-text3 {
      width: 51.31944vw;
      top: 1800px;
      left: 9.7vw;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-text3 {
          display: none; } }
    .tsunahiki-container .s6 .s6-item3 {
      top: 1330px;
      left: 33vw;
      width: 35.48611vw;
      transform: translate3d(0, 20vh, 0); }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-item3 {
          top: 730px;
          width: 70.3125vw;
          left: auto;
          right: 6.25vw;
          max-width: 225px; } }
      .tsunahiki-container .s6 .s6-item3:after {
        content: "";
        display: block;
        padding-top: 72.4%; }
      .tsunahiki-container .s6 .s6-item3-movie {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/s6-item3-bg.png") no-repeat;
        background-size: contain; }
        .tsunahiki-container .s6 .s6-item3-movie-inner {
          position: absolute;
          left: 6px;
          top: 8px;
          width: calc(100% - 17px);
          height: calc(100% - 17px);
          overflow: hidden; }
        .tsunahiki-container .s6 .s6-item3-movie-frame {
          position: absolute;
          width: 240%;
          height: 100%;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s6 .s6-item3-movie-frame {
              display: none; } }
      .tsunahiki-container .s6 .s6-item3 img {
        display: none; }
    .tsunahiki-container .s6 .s6-item4 {
      top: 1550px;
      left: 58vw;
      width: 34.79167vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-item4 {
          top: 1170px;
          width: 78.125vw;
          left: 7.8125vw;
          max-width: 250px; } }
    .tsunahiki-container .s6 .s6-item5 {
      top: 1900px;
      left: -42vw;
      width: 41.80556vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-item5 {
          top: 1442.5px;
          width: 93.75vw;
          left: -25vw;
          right: 0;
          margin: 0 auto;
          max-width: 300px; } }
    .tsunahiki-container .s6 .s6-item6 {
      top: 2170px;
      right: -15vw;
      width: 57.84722vw; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-item6 {
          top: 1660px;
          width: 92.1875vw;
          right: 0;
          max-width: 295px; } }
      .tsunahiki-container .s6 .s6-item6:after {
        content: "";
        display: block;
        padding-top: 41.7%; }
      .tsunahiki-container .s6 .s6-item6-movie {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/s6-item6-bg.png") no-repeat;
        background-size: contain; }
        .tsunahiki-container .s6 .s6-item6-movie-inner {
          position: absolute;
          right: 26.5%;
          top: 10px;
          width: 57.5%;
          height: calc(100% - 20px);
          overflow: hidden; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s6 .s6-item6-movie-inner {
              background: url("../images/s6-item6-inner.png") no-repeat;
              background-size: cover; } }
        .tsunahiki-container .s6 .s6-item6-movie-frame {
          position: absolute;
          width: 240%;
          height: 100%;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s6 .s6-item6-movie-frame {
              display: none; } }
      .tsunahiki-container .s6 .s6-item6 img {
        display: none; }
    .tsunahiki-container .s6 .s6-person1 {
      top: 450px;
      left: 0;
      width: 100vw;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-person1 {
          top: 480px; } }
      .tsunahiki-container .s6 .s6-person1 img {
        position: relative;
        transform: translate3d(-50%, 0, 0);
        width: calc(100% + 1440px);
        max-width: none;
        left: 40%;
        /* left: -150%;
				transform: translate3d(0,100vh,0);
				height: 988px; */ }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s6 .s6-person1 img {
            width: calc(100% + 720px); } }
    .tsunahiki-container .s6 .s6-person2 {
      top: 840px;
      left: 0;
      width: 100vw;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-person2 {
          top: 860px; } }
      .tsunahiki-container .s6 .s6-person2 img {
        position: relative;
        transform: translate3d(-50%, 0, 0);
        width: calc(100% + 1440px);
        max-width: none;
        left: 40%; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s6 .s6-person2 img {
            width: calc(100% + 720px); } }
    .tsunahiki-container .s6 .s6-shoe {
      top: 2425px;
      left: 0;
      width: 100vw;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .s6 .s6-shoe {
          top: 1792px; } }
  .tsunahiki-container .s7 {
    position: relative;
    margin-top: 150px;
    margin-bottom: 120px; }
    .tsunahiki-container .s7 .showLists {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .tsunahiki-container .s7 .showLists-item {
        margin-bottom: 100px;
        width: 33%;
        text-align: center; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .s7 .showLists-item {
            margin-bottom: 15px;
            padding: 20px;
            width: 100%;
            border-width: 5px;
            border-style: solid; }
            .tsunahiki-container .s7 .showLists-item:nth-child(1) {
              border-color: #dc4b13; }
            .tsunahiki-container .s7 .showLists-item:nth-child(2) {
              border-color: #030000; }
            .tsunahiki-container .s7 .showLists-item:nth-child(3) {
              border-color: #0063a4; }
            .tsunahiki-container .s7 .showLists-item:nth-child(4) {
              border-color: #ced0d0; }
            .tsunahiki-container .s7 .showLists-item:nth-child(5) {
              border-color: #006535; } }
        .tsunahiki-container .s7 .showLists-item a {
          display: block; }
        .tsunahiki-container .s7 .showLists-item-image {
          transform: rotate(-20deg); }
          .tsunahiki-container .s7 .showLists-item-image img {
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
            height: auto; }
            @media all and (max-width: 767px) {
              .tsunahiki-container .s7 .showLists-item-image img {
                width: 100%; } }
        .tsunahiki-container .s7 .showLists-item-title {
          text-align: center;
          font-size: 16px;
          line-height: 70px; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s7 .showLists-item-title {
              font-size: 12px;
              line-height: 35px; } }
        .tsunahiki-container .s7 .showLists-item-btn {
          margin: auto;
          width: 200px;
          height: 60px;
          transform: skewX(-30deg);
          background-color: #fff;
          text-align: center;
          border: 1px #000 solid;
          -webkit-transition: all 0.3s linear 0s;
          -moz-transition: all 0.3s linear 0s;
          -ms-transition: all 0.3s linear 0s;
          -o-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
          @media all and (max-width: 767px) {
            .tsunahiki-container .s7 .showLists-item-btn {
              width: 125px;
              height: 30px; } }
          .tsunahiki-container .s7 .showLists-item-btn span {
            display: block;
            color: #000;
            font-size: 18px;
            line-height: 58px;
            transform: skewX(30deg);
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s; }
            @media all and (max-width: 767px) {
              .tsunahiki-container .s7 .showLists-item-btn span {
                font-size: 11px;
                line-height: 28px; } }
        .tsunahiki-container .s7 .showLists-item:hover .showLists-item-title {
          color: #000; }
        .tsunahiki-container .s7 .showLists-item:hover .showLists-item-btn {
          background-color: #000; }
          .tsunahiki-container .s7 .showLists-item:hover .showLists-item-btn span {
            color: #fff; }
  .tsunahiki-container .movie-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 11; }
    .tsunahiki-container .movie-modal-inner {
      position: absolute;
      top: 10vh;
      left: 9vw;
      width: 82vw;
      height: 80vh;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .movie-modal-inner {
          top: 31vh;
          left: 0;
          width: 100vw;
          height: 37vh; } }
    .tsunahiki-container .movie-modal-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(2, 0, 0, 0.8);
      z-index: 1; }
    .tsunahiki-container .movie-modal-close {
      position: absolute;
      top: -45px;
      right: 20px;
      z-index: 2;
      width: 24px;
      height: 27px;
      /* .active{
				@include opacity(0);
			}
			&:hover{
				.nomal{
					@include opacity(0);
				}
				.active{
					@include opacity(1);
				}
			} */ }
      @media all and (max-width: 767px) {
        .tsunahiki-container .movie-modal-close {
          top: -23px;
          width: 12px;
          height: 13px; } }
      .tsunahiki-container .movie-modal-close img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
    .tsunahiki-container .movie-modal iframe {
      min-width: 100%;
      min-height: 100%;
      left: 0; }
  .tsunahiki-container .shop-btn {
    position: fixed;
    width: 94px;
    height: 94px;
    z-index: 3;
    top: 120px;
    right: 120px; }
    @media all and (max-width: 767px) {
      .tsunahiki-container .shop-btn {
        width: 47px;
        height: 47px;
        /*top: 72px;*/
        top: 150px;
        right: 32px; } }
    .tsunahiki-container .shop-btn img {
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      animation: shopBtn-rotate 6s linear infinite; }
    .tsunahiki-container .shop-btn .nomal {
      opacity: 1; }
    .tsunahiki-container .shop-btn .active {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      opacity: 0; }
    .tsunahiki-container .shop-btn.black .nomal {
      opacity: 0; }
    .tsunahiki-container .shop-btn.black .active {
      opacity: 1; }
  .tsunahiki-container .sectionThumbnails-share {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    margin: 150px auto;
    max-width: 1200px;
    text-align: center; }
    @media all and (max-width: 767px) {
      .tsunahiki-container .sectionThumbnails-share {
        max-width: initial;
        margin: 50px auto;
        width: 100%;
        text-align: center; } }
    .tsunahiki-container .sectionThumbnails-share-title {
      position: absolute;
      top: 0;
      left: 0;
      height: 92px;
      margin: auto;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      font-size: 70px;
      line-height: 92px;
      font-weight: bold; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .sectionThumbnails-share-title {
          display: none; } }
    .tsunahiki-container .sectionThumbnails-share-icons {
      margin-left: 5px;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1; }
      @media all and (max-width: 767px) {
        .tsunahiki-container .sectionThumbnails-share-icons {
          margin: auto; } }
      .tsunahiki-container .sectionThumbnails-share-icons-item {
        margin: 0 10px;
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        width: 92px;
        height: 92px; }
        @media all and (max-width: 767px) {
          .tsunahiki-container .sectionThumbnails-share-icons-item {
            width: 60px;
            height: 60px; } }
        .tsunahiki-container .sectionThumbnails-share-icons-item a {
          display: block;
          position: relative; }
        .tsunahiki-container .sectionThumbnails-share-icons-item img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          -webkit-transition: all 0.3s linear 0s;
          -moz-transition: all 0.3s linear 0s;
          -ms-transition: all 0.3s linear 0s;
          -o-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
        .tsunahiki-container .sectionThumbnails-share-icons-item .nomal {
          opacity: 1;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity); }
        .tsunahiki-container .sectionThumbnails-share-icons-item .active {
          opacity: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity); }
        .tsunahiki-container .sectionThumbnails-share-icons-item:hover .nomal {
          opacity: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity); }
        .tsunahiki-container .sectionThumbnails-share-icons-item:hover .active {
          opacity: 1;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity); }

.dylan-page.transform {
  will-change: auto;
  transform: none; }

.dylan-page.transform.dylan-slideout {
  will-change: transform;
  transform: translate3d(84%, 0, 0); }

/*# sourceMappingURL=style.css.map */
