﻿@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 591px) {
  .pc_only {
    display: none !important;
  }
}

/*-----------------------------------------------------

	top.css
	トップページCSS

------------------------------------------------------*/
/* !Mainvisual -------------------------------------------------------------- */
/* !Abstruct -------------------------------------------------------------- */
#abstruct p {
  margin: 6.4vw 0;
}
@media screen and (min-width: 769px) {
  #abstruct p {
    margin: 20px 0;
  }
}
#abstruct .top-btns {
  display: flex;
  flex-direction: column;
  gap: 5.66vw 0;
}
@media screen and (min-width: 769px) {
  #abstruct .top-btns {
    flex-direction: row;
    gap: 0 40px;
  }
}

/* !Lineup -------------------------------------------------------------- */
#lineup {
  background: rgba(230, 224, 213, 0.3);
}
#lineup .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10.667vw 0;
  margin: 10.667vw 0;
}
#lineup .item-list::after {
  content: "";
  display: block;
  width: 47%;
  height: 1px;
}
#lineup .item-list > li {
  position: relative;
  width: 47%;
}
#lineup .item-list > li > a {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
#lineup .item-list > li figure {
  height: 28.58vw;
  background: #fff;
}
#lineup .item-list > li figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#lineup .item-list > li .list-detail {
  padding: 1em;
  font-weight: 500;
}
#lineup .item-list > li .list-detail .item-title {
  margin-bottom: 1em;
  font-weight: bold;
}
#lineup .item-list > li .list-detail .item-category {
  color: #666;
  font-size: 80%;
}
#lineup .item-list > li .list-detail .item-category li {
  display: inline-block;
}
#lineup .item-list > li .list-detail .item-category li::after {
  content: ">";
  margin: 0 0.5em;
}
#lineup .item-list > li .list-detail .item-category li:last-child::after {
  content: "";
}
@media screen and (min-width: 769px) {
  #lineup .item-list {
    gap: 20px 0;
    margin: 40px 0;
  }
  #lineup .item-list::after {
    content: "";
    display: block;
    width: 32%;
    height: 1px;
  }
  #lineup .item-list > li {
    width: 32%;
  }
  #lineup .item-list > li > a {
    position: relative;
    transition: 0.4s;
  }
  #lineup .item-list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: solid 14px transparent;
    border-top: solid 14px transparent;
    border-right: solid 14px transparent;
    border-bottom: solid 14px transparent;
    transition: 0.4s;
  }
  #lineup .item-list > li > a:hover {
    background: rgba(230, 224, 213, 0.8);
  }
  #lineup .item-list > li > a:hover::after {
    border-right: solid 14px #8E8A81;
    border-bottom: solid 14px #8E8A81;
  }
  #lineup .item-list > li figure {
    height: 20vw;
  }
  #lineup .item-list > li figure > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #lineup .item-list > li .list-detail {
    padding: 1em;
    font-weight: 500;
  }
  #lineup .item-list > li[data-premium="1"]::before {
    left: 0.75em;
    bottom: 0;
    top: 0.75em;
    width: 110px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #lineup .item-list::after {
    width: 320px;
  }
  #lineup .item-list > li {
    width: 320px;
  }
  #lineup .item-list > li figure {
    height: 220px;
  }
}/*# sourceMappingURL=top.css.map */