@charset "UTF-8";
/*-- jp --*/
/*--- sass -------------------------------------*/
/*------------------------------------- import ---*/
/*-------------------------------------------------
	header
--------------------------------------------------*/
header {
  position: relative; }

/*----------- header logo -----------*/
header .seiko_5sp {
  width: 100px;
  transition: 0.5s;
  padding: 0;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 600; }

header .seiko_logo {
  width: 135px;
  transition: 0.5s;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 600; }

@media (max-width: 1024px) {
  header .seiko_5sp {
    width: 90px;
    transition: 0.5s;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px; }

  header .seiko_logo {
    width: 110px;
    transition: 0.5s;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px; } }
/*END*/
@media (max-width: 640px) {
  header .seiko_5sp {
    width: 18%;
    transition: 0.5s;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 15px; }

  header .seiko_logo {
    width: 23%;
    transition: 0.5s;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px; } }
/*END*/
@media (orientation: landscape) and (max-width: 768px) {
  header .seiko_5sp {
    width: 10%;
    transition: 0.5s;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 15px; }

  header .seiko_logo {
    width: 15%;
    transition: 0.5s;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px; } }
/*END*/
/*-------------------------------------------------
	capcon_copyright
--------------------------------------------------*/
#capcon_copyright {
  background: #e6e6e6;
  padding: 35px 0;
  text-align: center; }

#capcon_copyright p {
  padding: 14px 0;
  font-size: 13px;
  line-height: 1.6; }

#capcon_copyright p span {
  display: inline-block; }

@media (max-width: 500px) {
  #capcon_copyright {
    padding: 16vw 0; }

  #capcon_copyright p span {
    display: block; }

  #capcon_copyright p {
    padding: 0;
    font-size: 12px;
    line-height: 1.6; } }
/*END*/
/* scroll
-------------------------------*/
.scroll {
  width: 40px;
  height: 118px;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  right: 20px;
  margin-left: 0px;
  transition-delay: 0s !important;
  transition: 0.3s;
  opacity: 1; }

.scroll a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff; }

.scroll a p {
  transform: rotate(90deg);
  transform-origin: center center;
  margin-right: -3px;
  font-size: 15px;
  line-height: 1;
  font-family: 'Khula', sans-serif;
  font-weight: 600; }

.scroll a .scroll_wheel {
  width: 1px;
  height: 80px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: 3px;
  transition: 0.3s; }

.scroll a .scroll_wheel:after {
  width: 1px;
  height: 80px;
  background: #fff;
  position: absolute;
  content: " ";
  display: block;
  z-index: 11;
  left: 0%;
  top: 0px;
  transition: 0.3s; }

.scroll a:hover {
  opacity: 0.4; }

.scroll a .scroll_wheel:after {
  animation-name: scroll_wheel_after;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: ease-out; }

@keyframes scroll_wheel_after {
  0% {
    top: -80px; }
  20% {
    top: 0px; }
  60% {
    top: 0px;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0; }
  80% {
    top: 0px; }
  100% {
    top: 80px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; } }
@media (orientation: portrait) {
  /*縦 */
  .scroll {
    display: none !important; } }
/*END*/
.scroll.off {
  transition: 0.3s;
  transition-delay: 0s !important;
  opacity: 0 !important; }

#watch_detail {
  background: #e6e6e6;
  padding-bottom: 155px;
  overflow: hidden; }
  #watch_detail h2 {
    font-size: 29px;
    position: absolute;
    z-index: 2;
    top: 40px;
    width: 100%;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); }
  #watch_detail ul li {
    height: 810px;
    position: relative; }
    #watch_detail ul li .bg1 {
      width: 100%;
      height: 96%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      overflow: hidden; }
      #watch_detail ul li .bg1:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -8%;
        width: 165%;
        height: 188%;
        transform: rotate(-60deg) translateX(-25%); }
    #watch_detail ul li .bg2 {
      width: 74%;
      height: 99%;
      position: absolute;
      top: 4%;
      left: 0;
      background: #000000;
      transform: scaleY(1.4) perspective(6.2em) rotateX(-3.5deg);
      transform-origin: bottom left; }
    #watch_detail ul li .inner {
      position: relative;
      z-index: 1;
      height: 810px;
      top: 0;
      max-width: 1600px;
      margin: 0 auto;
      width: 100%; }
      #watch_detail ul li .inner .character {
        position: absolute;
        top: -3vh;
        left: -7vw;
        z-index: -1; }
      #watch_detail ul li .inner .item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
        #watch_detail ul li .inner .item img {
          width: 313px; }
      #watch_detail ul li .inner .contents {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12%;
        text-align: left; }
        #watch_detail ul li .inner .contents .text_area {
          margin-top: 35px; }
  #watch_detail ul .naruto .bg1 {
    background: #b2a27f; }
    #watch_detail ul .naruto .bg1:before {
      background-color: #9f9174; }

@media screen and (max-width: 2160px) {
  #watch_detail ul li .bg1:before {
    left: 13vw;
    width: 140%;
    height: 140%;
    transform: rotate(-60deg); } }
@media screen and (max-width: 1500px) {
  #watch_detail h2 {
    top: 2.6666666667vw;
    font-size: 1.9333333333vw; }
  #watch_detail ul li {
    height: 52.6666666667vw;
    position: relative; }
    #watch_detail ul li .bg1 {
      width: 100%;
      height: 95%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      #watch_detail ul li .bg1:before {
        left: 14vw; }
    #watch_detail ul li .inner {
      height: 52.6666666667vw;
      position: relative;
      z-index: 1;
      top: 0; }
      #watch_detail ul li .inner .text_img {
        position: absolute;
        top: -8.9333333333vw;
        left: 83px;
        width: 44.0666666667vw; }
      #watch_detail ul li .inner .character {
        left: -10vw;
        position: absolute;
        width: 64.7333333333vw; }
      #watch_detail ul li .inner .item {
        width: 17.8vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      #watch_detail ul li .inner .contents {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
        width: 28.2vw; }
        #watch_detail ul li .inner .contents .character_name img {
          width: 25.2vw; } }
@media screen and (max-width: 960px) {
  #watch_detail {
    padding-bottom: 20.6666666667vw; }
    #watch_detail ul li .inner .item {
      width: 23.8vw; }
    #watch_detail ul li:nth-child(2n-1) .inner .contents {
      right: 8% !important; } }
@media screen and (max-width: 750px) {
  #watch_detail {
    padding-bottom: 9.666667vw; }
    #watch_detail h2 {
      margin-top: 5.3333333333vw;
      top: auto;
      bottom: 15vw;
      font-size: 4.5vw; }
    #watch_detail ul li {
      height: auto; }
      #watch_detail ul li:not(:first-child) {
        margin-top: 35.666667vw; }
      #watch_detail ul li .bg1 {
        height: 90% !important; }
        #watch_detail ul li .bg1:before {
          top: 23vw !important;
          left: 0 !important;
          right: 21vw !important;
          transform: rotate(42deg) !important;
          width: 175% !important;
          height: 140% !important; }
      #watch_detail ul li .bg2 {
        top: 3% !important;
        transform: scaleY(0.4) perspective(6.2em) rotateX(-3.5deg);
        width: 67% !important;
        height: 89% !important; }
      #watch_detail ul li .inner {
        height: auto;
        top: -15vw; }
        #watch_detail ul li .inner .inner_left {
          padding-top: 12vw;
          width: 100%; }
          #watch_detail ul li .inner .inner_left .text_img {
            position: absolute !important;
            top: 0;
            height: 100px;
            width: 22.9333333333vw; }
          #watch_detail ul li .inner .inner_left .character {
            width: 125.333333vw;
            text-align: right;
            right: 8.5333333333vw;
            position: relative;
            top: 0;
            left: -31.4vw; }
            #watch_detail ul li .inner .inner_left .character img {
              width: 100%; }
          #watch_detail ul li .inner .inner_left .item {
            width: 38.1333333333vw;
            display: flex;
            align-items: center;
            transform: inherit !important;
            top: 41.066667vw;
            left: auto;
            right: 1.666667vw; }
            #watch_detail ul li .inner .inner_left .item img {
              width: 100%; } }
          @media screen and (max-width: 750px) and (max-width: 480px) {
            #watch_detail ul li .inner .inner_left .item {
              width: 44%; } }
@media screen and (max-width: 750px) {
        #watch_detail ul li .inner .inner_right {
          width: 100%;
          display: flex;
          justify-content: center;
          padding-bottom: 31.333333vw;
          align-items: baseline; } }
        @media screen and (max-width: 750px) and (max-width: 480px) {
          #watch_detail ul li .inner .inner_right {
            justify-content: center; } }
@media screen and (max-width: 750px) {
          #watch_detail ul li .inner .inner_right .contents {
            width: 100%;
            position: inherit !important;
            transform: inherit !important;
            text-align: center; }
            #watch_detail ul li .inner .inner_right .contents .character_name img {
              width: 72vw;
              margin: 0 auto; }
            #watch_detail ul li .inner .inner_right .contents .text_area {
              margin-top: 5.3333333333vw; }
              #watch_detail ul li .inner .inner_right .contents .text_area img {
                margin: 0 auto;
                width: 90%; }
    #watch_detail ul .naruto .inner .inner_left .character {
      text-align: right;
      right: 8.5333333333vw; } }
#design h2:after {
  background: #993a43; }

@media screen and (max-width: 750px) {
  #design h2:after {
    background: #993a43; } }
