@charset "UTF-8";
div, p {
  word-break: break-all; }

.product_name.product_name_buy {
  border-color: #518BFB; }

/** トップ **/
@keyframes cf4FadeInOut {
  0% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#page_homepage .sp-main_visual {
  position: relative; }
  #page_homepage .sp-main_visual .main_visual-inner {
    visibility: visible; }
    #page_homepage .sp-main_visual .main_visual-inner:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* 1:1 */ }
    #page_homepage .sp-main_visual .main_visual-inner div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-animation-name: cf4FadeInOut;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-duration: 30s;
      -moz-animation-name: cf4FadeInOut;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: infinite;
      -moz-animation-duration: 30s;
      -o-animation-name: cf4FadeInOut;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: infinite;
      -o-animation-duration: 30s;
      animation-name: cf4FadeInOut;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-duration: 30s; }
      #page_homepage .sp-main_visual .main_visual-inner div:nth-of-type(1) {
        animation-delay: 24s; }
      #page_homepage .sp-main_visual .main_visual-inner div:nth-of-type(2) {
        animation-delay: 18s; }
      #page_homepage .sp-main_visual .main_visual-inner div:nth-of-type(3) {
        animation-delay: 12s; }
      #page_homepage .sp-main_visual .main_visual-inner div:nth-of-type(4) {
        animation-delay: 6s; }

/** カート **/
.change-quantity {
  background: #fff; }

.btn-remove {
  background: #fff;
  border-radius: 5px; }

#total_box__next_button a {
  position: relative;
  background-color: #518cfc;
  width: 100%;
  margin: 0;
  color: #ffffff; }

/* 商品詳細 */
.choice-color {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 1px 1px #b5b5b5;
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
  cursor: pointer; }
  .choice-color.selected {
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #729aea; }

.choose-color {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 1px 0.5px #b5b5b5;
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer; }

.value_area input[type=radio] {
  display: none; }
.value_area span.big {
  background-color: #fff;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  height: 20px;
  margin-right: 9px;
  padding: 8px;
  width: 20px; }
.value_area span.small {
  border-radius: 50% 50% 50% 50%;
  display: block;
  height: 100%;
  transition: background 0.4s ease 0s;
  width: 100%; }
.value_area input[type="radio"]:checked + label {
  color: #FFFFFF; }
.value_area .circle .big {
  height: 16px;
  width: 16px;
  padding: 4px;
  border: 1px solid #518cfc; }
.value_area input[type="radio"]:checked + label.circle span.small {
  background-color: #518cfc; }

.star-review {
  color: #518bfb; }

#header #cart_area p.cart-trigger .badge {
  padding: 2px; }

td.disabled {
  visibility: visible;
  text-decoration: none; }

@media screen and (max-width: 767.98px) {
  #search .trigger-modal-datepicker:active .day, #search .trigger-modal-datepicker:hover .day, #search .trigger-modal-datepicker:focus .day {
    background: #eee;
    color: #000; } }
@media screen and (max-width: 767.98px) {
  #creditcard-area input.form-control {
    width: 100%; }

  #create-token {
    width: 100%; } }
#page_product_detail button.close {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px; }

/*# sourceMappingURL=custom.css.map */
