html {
  font-size: 13px;
}

body {
  font-family: YuGothic,	'Yu Gothic',sans-serif;
}

header {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
}

header h1 {
  text-align: center;
  width: 45%;
  padding-top: 50px;
  margin: 0 auto;
}

header h1 a {
  display: block;
}

header h1 img {
  width: 100%;
}

header > div {
  text-align: center;
  width: 100%;
  color: #786995;
  font-family: 'Renner*';
  font-weight: 600;
  font-size: 20px;
  width: 500px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

header > div span.jp {
  font-size: 80%;
  letter-spacing: 1px;
}

footer {
  text-align: center;
  background: white;
  margin-top: 50px;
}

footer #share {
  margin: 50px 0;
}

footer #share h2 {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 20px;
}

footer #share a {
  display: inline-block;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  margin: 0 5px;
  vertical-align: top;
}

footer #share a#twitter {
  background: #1DA1F2;
  font-size: 20px;
}

footer #share a#fb {
  background: #3B5998;
  font-size: 20px;
}

footer #share a#line {
  background: #00B900;
}

footer #share a#line img {
  width: 60%;
}

footer #f_logo {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

footer #f_logo img {
  width: 120px;
}

footer #f_logo p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;
}

footer #f_logo #copyrights {
  color: #888;
  margin-top: 2rem;
  font-size: .7rem;
}

.sp_il, .sp_bl, .sp_ib {
  display: none;
}

@-webkit-keyframes logo_drop {
  0% {
    -webkit-transform: translateY(-500px) scale(0.5);
            transform: translateY(-500px) scale(0.5);
  }
  70% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes logo_drop {
  0% {
    -webkit-transform: translateY(-500px) scale(0.5);
            transform: translateY(-500px) scale(0.5);
  }
  70% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media screen and (max-width: 1024px) {
  header {
    display: block;
    text-align: center;
  }
  header h1 {
    width: 60%;
    margin: 0 auto 0 auto;
  }
  header > div {
    text-align: center;
    width: 80%;
    margin-top: 40px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  header {
    padding: 30px 0;
  }
  header h1 {
    width: 85%;
    margin-top: -16vw;
  }
  header > div {
    margin-top: 20px;
    font-size: 15px;
    width: 100%;
  }
  footer {
    border-width: 7px;
    padding-top: 50px;
  }
  footer #f_logo {
    width: 70%;
    margin: 25px auto;
    justify-content: center;
  }
  footer #f_logo img {
    width: 90px;
  }
  footer #f_logo p {
    line-height: 1.5;
  }
  .sp_il {
    display: inline;
  }
  .sp_bl {
    display: inline-block;
  }
  .sp_ib {
    display: block;
  }
}

header h1 {
  width: 38%;
}

header > div {
  margin-top: 0;
}

#detail {
  width: 1024px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

#detail .photo {
  width: 57%;
  position: relative;
  margin-right: 3%;
  text-align: center;
}

#detail .photo ul#slide {
  padding: 0;
  margin: 0 0 50px 0;
  position: static;
}

#detail .photo ul#slide li {
  width: 100%;
  display: inline-block;
}

#detail .photo ul#slide li img {
  width: 100%;
  line-height: 1;
  vertical-align: bottom;
  border-radius: 7px;
}

#detail .photo ul#thumb {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}

#detail .photo ul#thumb li {
  display: inline-block;
  width: 14.2%;
  margin-right: 2.4%;
  margin-bottom: 8px;
  overflow: hidden;
}

#detail .photo ul#thumb li img {
  cursor: pointer;
  width: 100%;
  transition-duration: 0.2s;
}

#detail .photo ul#thumb li:hover img {
  opacity: 0.5;
}

#detail .info {
  color: black;
  flex: 1;
  padding: 0 1.5rem;
}

#detail .info .name {
  font-family: 'Renner*';
  font-size: 30px;
  font-weight: 800;
}

#detail .info .name span {
  font-weight: 300;
  font-size: 2rem;
  margin-left: 2rem;
}

#detail .info .jp_name {
  margin-top: 1rem;
}

#detail .info .price {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  margin: 2rem 0;
  font-weight: 200;
  letter-spacing: 1px;
}

#detail .info .price span {
  line-height: 1;
  vertical-align: bottom;
}

#detail .info .price span:first-child {
  font-size: 90%;
  line-height: 0.9;
  margin-right: 5px;
}

#detail .info .price span:last-child {
  line-height: 1.2;
  font-size: 70%;
  margin-left: 10px;
}

#detail .info .spec {
  margin-bottom: 3rem;
  line-height: 2;
}

#detail .info .spec b {
  color: #605477;
}

#detail .info p {
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 5rem;
}

#detail .info .notice {
  line-height: 1.7;
  font-size: .9rem;
}

#back {
  text-align: center;
  font-family: 'Renner*';
  width: 50%;
  margin: 0 auto 100px auto;
  box-sizing: border-box;
}

#back a {
  color: #9387aa;
  border: 1px solid #9387aa;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: 15px 0 10px 0;
  width: 100%;
  transition-duration: .4s;
  letter-spacing: 2px;
  border-radius: 30px;
}

#back a:hover {
  color: white;
  background-color: #786995;
}

.owl-pagination {
  margin-top: 2rem;
}

.owl-pagination div {
  display: inline-block;
  margin: 0 .4rem;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #DDD;
}

.owl-pagination div.active {
  background-color: #555;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  display: inline-block;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 260px;
  margin: auto;
  opacity: 0.5;
}

.owl-buttons .owl-prev img, .owl-buttons .owl-next img {
  width: 10px;
  position: relative;
  top: 30px;
}

.owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover {
  opacity: 1;
}

.owl-buttons .owl-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.owl-buttons .owl-next {
  right: 0;
}

/*iPad*/
@media screen and (max-width: 1024px) {
  #detail {
    width: 90%;
    height: auto;
    margin-top: 7rem;
    flex-direction: column;
  }
  #detail .photo {
    width: 100%;
    padding-bottom: 3rem;
  }
  #back {
    width: 85%;
    margin: inherit auto;
  }
}

/*iPhone*/
@media screen and (max-width: 640px) {
  header {
    padding: 1.5rem 0;
  }
  header h1 {
    width: 40%;
  }
  #detail {
    width: 100%;
    margin-top: 3rem;
  }
  #detail .info .name {
    font-size: 1.6rem;
  }
  #detail .info .name span {
    font-size: 75%;
  }
  .owl-buttons {
    height: 34px;
    position: absolute;
    width: 94%;
    left: 3%;
  }
  .owl-buttons .owl-prev, .owl-buttons .owl-next {
    bottom: 0;
    top: 0;
  }
  #back {
    width: 90%;
    font-size: 1.3rem;
  }
  #back a {
    font-weight: 300;
    border-radius: 4px;
  }
}

@media screen and (max-width: 640px) {
  header h1 {
    width: 70%;
  }
  header > div {
    width: 96%;
    font-size: 13px;
  }
  header > div.jp {
    margin-top: 0;
  }
  #detail .photo {
    margin: 0;
  }
  #detail .photo ul#slide {
    width: 94%;
    margin: 0 auto;
  }
  #detail .photo ul#slide li {
    width: 100%;
    line-height: 1;
    vertical-align: bottom;
    box-sizing: border-box;
  }
  #detail .photo ul#thumb {
    text-align: center;
  }
  #detail .info .name {
    text-align: center;
    color: #786995;
    font-size: 30px;
  }
  #detail .info .jp_name {
    text-align: center;
  }
  #detail .info .price {
    text-align: center;
  }
  #detail .info .price span:first-child {
    font-size: 70%;
  }
  #detail .info .price span:nth-child(2) {
    font-size: 30px;
  }
  #detail .info .price span:nth-child(3) {
    font-size: 20px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-'] .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot:hover {
  -webkit-animation-name: dots_scale;
          animation-name: dots_scale;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #786995;
}

@-webkit-keyframes dots_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes dots_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
