@charset "UTF-8";
body,
html {
  height: 100%;
  margin: 0 auto;
}

.en {
  font-size: 4.5rem;
  font-family: "Big Shoulders Display", sans-serif;
}

.header-top__menu__list li a:hover {
  color: #ea6197;
}


.bg-color {
  /* background-image: url('../../images/realshop/llsp-milkfed/bg_leo.png'); */
  background-color:rgba(255,255,255,0.98);
  background-blend-mode:lighten;
  position: relative;
  min-height: 100%;
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

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

@media only screen and (max-width: 599px){
  .bg-color::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    background-position: 50% 100%;
    width:100%;
    height:100vh;
    /* background-image: url('../../images/realshop/llsp-milkfed/bg_leo-sp.png'); */
    background-color:rgba(255,255,255,0.98);
    background-blend-mode:lighten;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
  }

  .bg-color {
    background: none;
  }
}

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

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

main {
  background: url(/images/yamadalv999/bg.png);
  background-size: 500px 470px;
  animation: bgAnime linear 250s infinite;
  background-color: rgba(178, 152, 184, 0.2);
}

.ttl-a,
.ttl-b:before {
  background: #231816;
}

.ttl-b,
.ttl-c {
  color: #ea6197;
}
.ttl-b:before {
  background: #ea6197;
}

.ttl-c {
  background-color: rgb(255, 255, 255,0);
}

.center {
  text-align: center;
}

.img-center {
  display: block;
  text-align: center;
}

.line-container {
  background: #FFF;
}

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

@media only screen and (min-width: 599px) and (max-width: 1024px){
  .main section:nth-last-of-type(4) .inner {
    width: 100%;
  }
}

.l-column .col-2 {
  width: 50%;
}

.l-column.goods-list .goods-list__inner {
  background: #FFF;
  border: solid 1px #231816;
  box-shadow: none;
}

.goods-list__inner .image.owl-carousel{
  max-width: 60rem;
}

.goods-list__inner .button .btn{
  margin-top: 2rem;
  width: 75%;
  height: 5.5rem;
  line-height: 5.5rem;
}

.goods-list__inner .button .btn.btn-a{
  font-size: 1.4rem;
}

@media only screen and (min-width: 599px) and (max-width: 1024px){
  .l-column.goods-list .col-1 .image {
    width: 60%;
  }
}

@media only screen and (max-width: 599px){
  .l-column .col-1{
    width: 100%;
  }

  .goods-list__inner .button .btn{
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
  
  .goods-list__inner .button .btn.btn-a{
    font-size: 1.2rem;
  }

  .main section:nth-last-of-type(4) .inner {
    width: 100%;
  }

  .l-column .col-3.col-3-1 {
    flex-basis: 100%;
    width: 100%;
  }
}

.visual .owl-carousel{
  margin-bottom: 0;
}

.owl-carousel {
  margin-bottom: 2rem;
}