@-webkit-keyframes heart {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.2);
  }
  24% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.2);
  }
  48% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.2);
  }
  24% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.2);
  }
  48% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(9deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(9deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes wave_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes wave_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body#products .contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  body#products .contents {
    flex-direction: column;
    margin-bottom: 20.8333333333vw;
  }
}
body#products .contents .main {
  flex-basis: 25rem;
  padding-left: 1.25rem;
}
@media (max-width: 768px) {
  body#products .contents .main {
    padding: 0 4.1666666667vw;
  }
}
body#products .contents .main .floating {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
  right: 0;
}
@media (max-width: 768px) {
  body#products .contents .main .floating {
    position: relative;
    top: 0;
  }
}
body#products .contents .main .info {
  padding-bottom: 2.5rem;
  background: url("../images/products/products_separator.svg") no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 768px) {
  body#products .contents .main .info {
    padding-bottom: 8.3333333333vw;
  }
}
body#products .contents .main .info h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  body#products .contents .main .info h3 {
    font-size: 6.25vw;
    transition-delay: 0.1s;
  }
}
body#products .contents .main .info .description {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  body#products .contents .main .info .description {
    margin-top: 2.0833333333vw;
    font-size: 3.3333333333vw;
    transition-delay: 0.1s;
  }
}
body#products .contents .main .info .price {
  margin-top: 0.625rem;
  color: #900;
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition-delay: 0.7s;
}
@media (max-width: 768px) {
  body#products .contents .main .info .price {
    margin-top: 2.0833333333vw;
    font-size: 6.25vw;
    transition-delay: 0.1s;
  }
}
body#products .contents .main .info .price .yen {
  font-size: 0.625em;
}
body#products .contents .main .choice {
  transition-delay: 0.9s;
}
@media (max-width: 768px) {
  body#products .contents .main .choice {
    transition-delay: 0.1s;
  }
}
body#products .contents .main .choice label {
  display: block;
  margin-top: 1.25rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body#products .contents .main .choice label {
    margin-top: 4.1666666667vw;
    font-size: 3.3333333333vw;
  }
}
body#products .contents .main .choice .select {
  position: relative;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  body#products .contents .main .choice .select {
    margin-top: 2.0833333333vw;
  }
}
body#products .contents .main .choice .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem 0.3125rem 0 0.3125rem;
  border-color: #000 transparent transparent transparent;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  body#products .contents .main .choice .select::after {
    right: 2.0833333333vw;
    border-width: 1.4583333333vw 1.0416666667vw 0 1.0416666667vw;
  }
}
body#products .contents .main .choice .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  padding: 0.625rem;
  border: solid 1px rgba(0, 0, 0, 0.6);
  color: #000;
  background-color: #fff;
}
@media (max-width: 768px) {
  body#products .contents .main .choice .select select {
    padding: 2.0833333333vw;
  }
}
body#products .contents .main .nav {
  margin-top: 1.25rem;
  transition-delay: 1.1s;
}
@media (max-width: 768px) {
  body#products .contents .main .nav {
    margin-top: 4.1666666667vw;
    transition-delay: 0.1s;
  }
}
body#products .contents .main .nav + .nav {
  padding-top: 1.5rem;
  background: url("../images/line_h_black.svg") repeat-x 0 0;
  background-size: auto 0.25rem;
  transition-delay: 1.3s;
}
@media (max-width: 768px) {
  body#products .contents .main .nav + .nav {
    padding-top: 5vw;
    background-size: 41.6666666667vw 0.8333333333vw;
    transition-delay: 0.1s;
  }
}
body#products .contents .main .nav .cart {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.9375rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  background: linear-gradient(to bottom, #a00 0%, #711 100%);
  border-radius: 0.3125rem;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
@media (max-width: 768px) {
  body#products .contents .main .nav .cart {
    padding: 3.125vw;
    font-size: 5vw;
    border-radius: 1.0416666667vw;
  }
}
body#products .contents .main .nav .cart::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem 0 0.4375rem 0.75rem;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body#products .contents .main .nav .cart::after {
    right: 4.1666666667vw;
    border-width: 1.4583333333vw 0 1.4583333333vw 2.5vw;
  }
}
body#products .contents .main .nav .cart:hover {
  transform: scale(1.1);
}
body#products .contents .main .nav .cart.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #ccc 0%, #aaa 100%);
}
body#products .contents .main .nav .cart.disabled::after {
  border-color: transparent transparent transparent #999;
}
body#products .contents .main .nav .materials {
  display: block;
  position: relative;
  padding: 0.3125rem;
  padding-left: 1.25rem;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  body#products .contents .main .nav .materials {
    padding: 1.0416666667vw;
    padding-left: 4.1666666667vw;
    font-size: 3.3333333333vw;
  }
}
body#products .contents .main .nav .materials::before, body#products .contents .main .nav .materials::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 0.75rem;
  height: 0.125rem;
  background-color: #000;
}
@media (max-width: 768px) {
  body#products .contents .main .nav .materials::before, body#products .contents .main .nav .materials::after {
    left: 1.6666666667vw;
    width: 2.5vw;
    height: 0.4166666667vw;
  }
}
body#products .contents .main .nav .materials::before {
  transform: translate(-50%, -50%);
}
body#products .contents .main .nav .materials::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body#products .contents .main .nav .materials:hover {
  opacity: 0.6;
}
body#products .contents .aside {
  flex-basis: 37.5rem;
  padding-right: 1.25rem;
}
@media (max-width: 768px) {
  body#products .contents .aside {
    margin-top: 12.5vw;
    padding: 0 4.1666666667vw;
  }
}
body#products .contents .aside .visual {
  width: 36.25rem;
}
@media (max-width: 768px) {
  body#products .contents .aside .visual {
    width: 100%;
  }
}
body#products .contents .aside .visual figure {
  position: relative;
}
body#products .contents .aside .visual figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem 1.25rem 1.25rem;
  color: #fff;
  font-size: 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 768px) {
  body#products .contents .aside .visual figure figcaption {
    padding: 8.3333333333vw 4.1666666667vw 4.1666666667vw;
    font-size: 3.3333333333vw;
  }
}
body#products .contents .aside .thumbnail {
  width: 36.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  body#products .contents .aside .thumbnail {
    width: 100%;
    margin-top: 4.1666666667vw;
  }
}
body#products .contents .aside .thumbnail .slick-track {
  display: flex;
  justify-content: space-between;
}
body#products .contents .aside .thumbnail .slick-track::before, body#products .contents .aside .thumbnail .slick-track::after {
  display: none;
}
body#products .contents .aside .thumbnail figure {
  width: 24% !important;
  float: none;
  opacity: 0.6;
}
body#products .contents .aside .thumbnail figure.slick-current {
  opacity: 1;
}
body#products .contents .aside .panel {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  body#products .contents .aside .panel {
    margin-top: 12.5vw;
  }
}
body#products .contents .aside .panel figure {
  position: relative;
}
body#products .contents .aside .panel figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 0.375rem;
  background: url("../images/line_h_black.svg") repeat-x 0 0;
  background-size: auto 0.375rem;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  body#products .contents .aside .panel figure::after {
    height: 1.25vw;
    background-size: auto 1.25vw;
  }
}
body#products .contents .aside .panel .comment {
  padding: 2.5rem 1.875rem;
}
@media (max-width: 768px) {
  body#products .contents .aside .panel .comment {
    padding: 6.25vw;
  }
}
body#products .contents .aside .panel .comment h4 {
  margin: 1.875rem 0;
  color: #900;
  font-family: "Shippori Mincho", serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body#products .contents .aside .panel .comment h4 {
    margin: 4.1666666667vw 0;
    font-size: 6.25vw;
  }
}
body#products .contents .aside .panel .comment h4 strong {
  font-size: 1.5em;
}
body#products .contents .aside .panel .comment p {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body#products .contents .aside .panel .comment p {
    font-size: 2.9166666667vw;
  }
}
body#products .contents .aside .panel .comment p + p {
  margin-top: 1.5em;
}
body#products .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 5rem 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 768px) {
  body#products .modal {
    padding: 12.5vw 4.1666666667vw;
  }
}
body#products .modal.open {
  z-index: 100;
  opacity: 1;
}
body#products .modal .panel {
  position: relative;
  width: 40rem;
  height: 100%;
  margin: 0 auto;
  padding: 5rem 0 2.5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  body#products .modal .panel {
    width: 100%;
    padding: 16.6666666667vw 0 8.3333333333vw;
  }
}
body#products .modal .panel .close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #000;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  body#products .modal .panel .close {
    top: 4.1666666667vw;
    right: 4.1666666667vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
body#products .modal .panel .close::before, body#products .modal .panel .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  body#products .modal .panel .close::before, body#products .modal .panel .close::after {
    width: 4.1666666667vw;
  }
}
body#products .modal .panel .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body#products .modal .panel .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body#products .modal .panel .content {
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
  overflow: auto;
}
body#products .modal .panel .content::-webkit-scrollbar {
  width: 4px;
}
body#products .modal .panel .content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
body#products .modal .panel .content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  body#products .modal .panel .content {
    padding: 0 4.1666666667vw;
  }
}
body#products .modal .panel .content h3 {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  body#products .modal .panel .content h3 {
    font-size: 3.75vw;
  }
}
body#products .modal .panel .content table {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body#products .modal .panel .content table {
    margin-top: 4.1666666667vw;
    font-size: 2.9166666667vw;
  }
}
body#products .modal .panel .content table tbody tr th, body#products .modal .panel .content table tbody tr td {
  padding: 1.25rem 0;
  border-bottom: solid 1px #000;
  vertical-align: top;
}
@media (max-width: 768px) {
  body#products .modal .panel .content table tbody tr th, body#products .modal .panel .content table tbody tr td {
    display: block;
    padding: 4.1666666667vw 0;
  }
}
body#products .modal .panel .content table tbody tr th {
  padding-right: 0.625rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body#products .modal .panel .content table tbody tr th {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}
body#products .modal .panel .content table tbody tr td {
  padding-left: 0.625rem;
}
@media (max-width: 768px) {
  body#products .modal .panel .content table tbody tr td {
    padding-top: 2.0833333333vw;
    padding-left: 1em;
  }
}
body#products .modal .panel .content .info {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body#products .modal .panel .content .info {
    margin-top: 4.1666666667vw;
    font-size: 2.9166666667vw;
  }
}