@charset "UTF-8";
.bg-color {
  background-color:#d7e7ff;
  background-image:url("/RealShop/images/realshop/kurobas_sanrio/wallpaper-sd-3.png");
  background-size:30%;
  background-repeat: repeat;
}
.line-container{
background-color:rgba(255,255,255,0.4);
border: thick double #6f78d6;
}
.yoko-1 {
max-width: 474px;
}

.ttl-d__text {
z-index: 5;
}

.info {
background:rgba(0,0,0, 0.05);
}

.ttl-a,
.ttl-b:before,
.ttl-d__text:before,
.ttl-e
{
  background: #6f78d6;
}

.ttl-b,
.ttl-c,
.right-text,
.header-top__menu__list li a:hover {
  color: #000000;
}

.ttl-c {
  border: solid 2px #ff525d;
  background-image:repeating-linear-gradient(135deg, transparent, transparent 8px, #F1F3FF 8px, #F1F3FF 12px);
}

.l-column.goods-list .goods-list__inner {
  background: #FFF;
  box-shadow: 2px 5px 6px 1px #ebebeb;
}

.caution-container {
  background: #FFF;
}

.l-column.goods-list .col-1 .image {
  padding-right: 2rem;
  border-right: dotted 3px #ff525d;
}

.space {
  color: #ddd;
  margin: 2rem 0;
}





@keyframes bgAnime {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -100% -20%;
  }
}



.main section:nth-last-of-type(4) .inner {
margin: 0 auto 0rem;
}



@media only screen and (max-width: 599px) {
  .l-column.goods-list .col-1 .image {
    border-right: none;
    padding-right: 0;
  }
}



@media only screen and (max-width: 599px) {
  .bg-color {
  background-size:70%;
  }
}