@charset "UTF-8";
/* HOME */
#home.section.home {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: none;
  padding-top: 9vh;
}
@media screen and (min-width: 768px) {
  #home.section.home {
    padding-top: 125px;
  }
}
#home.section.home #mv-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
#home.section.home #mv-slider .slider .slider-item {
  position: relative;
}
#home.section.home #mv-slider .slider .slider-item .bg-mv img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
#home.section.home #mv-slider .slider .slider-item .mv-detail {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 8%);
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#home.section.home #mv-slider .slider .slider-item .mv-detail .mv-label {
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 0.25rem 0;
  width: 100px;
  text-align: center;
}
#home.section.home #mv-slider .slider .slider-item .mv-detail .mv-title {
  font-size: 2rem;
  color: #fff;
}
#home.section.home #mv-slider .slider .slider-item .mv-detail .mv-text {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
#home.section.home #mv-slider .slider .slider-item .mv-detail .mv-btn {
  margin: 2rem 0 0;
}
#home.section.home #mv-slider .slider .slider-item .mv-detail .mv-btn button {
  font-size: 0.75rem;
  padding: 0.25rem 0;
  background: #b9b9b9;
  color: #000;
  border: 1px solid #b9b9b9;
  width: 100px;
  text-align: center;
}
#home.section.home #mv-slider .slider .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
#home.section.home #mv-slider .slider .slide-dots li {
  display: inline-block;
  margin: 0 0.45rem;
}
#home.section.home #mv-slider .slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#home.section.home #mv-slider .slider .slide-dots li button::before {
  content: "";
  width: 5px;
  height: 22px;
  background-color: #606060;
  cursor: pointer;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 1.1rem;
}
#home.section.home #mv-slider .slider .slide-dots li.slick-active button::before {
  background-color: #fff;
}

/* ABOUT LOOZERについて */
section.about {
  min-height: 100vh;
}

@media (max-width: 768px) {
  section.about {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: url("../img/about_img.jpg") 50% no-repeat;
    background-size: cover;
  }
  section.about .content {
    padding: 10vh 0 0;
  }
  section.about .lead {
    text-align: right;
  }
  section.about h2 {
    margin: 5vh 0 1vh;
    font-size: 0.7rem;
  }
  section.about .text {
    font-size: 0.7rem;
    line-height: 1.8;
  }
  section.about .lead {
    margin: 15vh 0 0;
    height: 20vw;
    overflow: hidden;
  }
  section.about .lead span {
    display: block;
  }
  /*acs*/
  section.about .lead {
    opacity: 0;
    transform: translateX(0vw);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.about .lead.acs {
    opacity: 1;
    transform: translateX(0);
  }
  section.about .first {
    transform: translateY(0);
  }
  section.about .first.acs {
    transform: translateY(-50%);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.about .second {
    opacity: 0;
    transform: translateX(5vw);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.about .second.acs {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
}
@media (min-width: 769px) {
  section.about {
    background: #202225 url("../img/about_img.jpg") 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  section.about h2 {
    margin: 70px 0 25px;
  }
  section.about .text {
    line-height: 3;
  }
  section.about .lead {
    margin: 200px 0 0;
    height: min(5vw, 80px);
    overflow: hidden;
  }
  section.about .lead span {
    display: block;
  }
  /*acs*/
  /*section.about { background-position: 0 0; transition: background-position 0.5s; }
   section.about.acs { background-position: 0 -20px; }*/
  section.about .lead {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.about .lead.acs {
    opacity: 1;
    transform: translateX(0);
  }
  section.about .first {
    transform: translateY(0);
  }
  section.about .first.acs {
    transform: translateY(-50%);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.about .second {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.about .second.acs {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
}
/* 日経トレンディ */
section.trendy {
  min-height: 100vh;
}

@media (max-width: 768px) {
  section.trendy {
    min-height: 80vh;
    margin: 0;
    padding: 0;
    background: #000 url("../img/story_bg_sp.jpg") 50% 0 no-repeat;
    background-size: 130% auto;
  }
  section.trendy .first {
    width: min(100%, 500px);
    margin: -5vw 0 0;
  }
  section.trendy .second {
    margin: -15vw 0 0;
  }
  section.trendy .text {
    margin: 0 auto;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.8;
  }
  section.trendy .third img {
    position: absolute;
    width: 50vw;
  }
  section.trendy .third img:nth-of-type(1) {
    top: 50vh;
    left: -20vw;
  }
  section.trendy .third img:nth-of-type(2) {
    top: 40vh;
    right: -20vw;
  }
  /*acs*/
  section.trendy .first {
    opacity: 0;
  }
  section.trendy .first.acs {
    opacity: 1;
    transition: opacity 0.8s;
  }
  section.trendy .second {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 0.3s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.trendy .second.acs {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.trendy .third img {
    opacity: 0;
  }
  section.trendy .third img:nth-of-type(1) {
    transform: translateX(-20px);
  }
  section.trendy .third img:nth-of-type(2) {
    transform: translateX(20px);
  }
  section.trendy .third.acs img {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.8s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
}
@media (min-width: 769px) {
  section.trendy {
    background: #000 url("../img/story_bg_pc.jpg") 50% 0 no-repeat;
    background-size: auto 100%;
  }
  section.trendy .first {
    position: absolute;
    width: 500px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section.trendy .second {
    width: 100%;
    position: absolute;
    top: 400px;
    left: 0;
  }
  section.trendy .text {
    margin: 0 auto;
    line-height: 2;
    text-align: center;
  }
  section.trendy .third img {
    position: absolute;
  }
  section.trendy .third img:nth-of-type(1) {
    top: 400px;
    left: 0;
  }
  section.trendy .third img:nth-of-type(2) {
    top: 600px;
    right: -100px;
  }
  /*acs*/
  section.trendy .first {
    opacity: 0;
  }
  section.trendy .first.acs {
    opacity: 1;
    transition: opacity 0.8s;
  }
  section.trendy .second {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.trendy .second.acs {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.trendy .third img {
    opacity: 0;
  }
  section.trendy .third img:nth-of-type(1) {
    transform: translateX(-50px);
  }
  section.trendy .third img:nth-of-type(2) {
    transform: translateX(50px);
  }
  section.trendy .third.acs img {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.8s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
}
/* LINE UP 商品一覧*/
section.lineup {
  padding: 1.5rem 0 15vh;
}
section.lineup h2 {
  position: relative;
  z-index: 1;
  padding: 5vh 0 3vh;
}
@media screen and (min-width: 768px) {
  section.lineup h2 {
    margin: 0;
    padding: 50px 0 30px;
  }
}
section.lineup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=c0c0c0&c2=616772&gt=r&gd=dtl
  */
  background: #c0c0c0;
  background: radial-gradient(at left top, #c0c0c0, #616772);
  background-blend-mode: lighten;
}
section.lineup .content .lineup-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid transparent;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  section.lineup .content .lineup-grid {
    margin-bottom: 70px;
    grid-template-columns: repeat(4, 1fr);
    border-left: none;
    border-right: none;
  }
}
section.lineup .content .lineup-grid a dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
section.lineup .content .lineup-grid a dl dd {
  padding: 1rem 0;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  section.lineup .content .lineup-grid a:nth-of-type(n + 2) dl {
    border-left: none;
  }
  section.lineup .content .lineup-grid a:nth-of-type(n + 3) dl {
    border-top: none;
  }
  section.lineup .content .lineup-grid a:nth-of-type(odd) dl {
    border-left: none;
  }
  section.lineup .content .lineup-grid a:nth-of-type(even) dl {
    border-right: none;
  }
}
@media (min-width: 768px) {
  section.lineup .content .lineup-grid a:nth-of-type(2n) dl, section.lineup .content .lineup-grid a:nth-of-type(3n) dl {
    border-left: none;
  }
  section.lineup .content .lineup-grid a:nth-of-type(4n + 1) dl {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  section.lineup .content .lineup-grid a:nth-of-type(n + 5) dl {
    border-top: none;
  }
  section.lineup .content .lineup-grid a:nth-of-type(6) dl {
    border-left: none;
  }
}

/* NEWS 商品一覧*/
section.news li {
  text-align: justify;
  text-justify: inter-character;
  border-bottom: 1px dotted #707070;
}

.border-b-dotted {
  border-bottom: 1px dotted #ffffff;
}

.link-icon::after,
section.news li a::after {
  content: "";
  background: url("/img/icon-link.svg") 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
}

section.news time {
  color: #9f9f9f;
  font-size: 80%;
  display: block;
  text-align: left;
}

section.news .more {
  text-align: right;
}

section.news .more a {
  display: inline-block;
  text-align: right;
  position: relative;
}

section.news .more a::after {
  content: "";
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  section.news {
    padding: 0 0 30vh;
  }
  section.news li {
    padding: 2vh 0;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  .link-icon::after,
  section.news li a::after {
    margin: 0 0 0 0.5vw;
    width: 0.7rem;
    height: 0.7rem;
  }
  section.news time {
    margin: 0 0 1vh;
  }
  section.news .more a {
    margin-top: 2vh;
    padding-left: 4vw;
    font-size: 0.9rem;
  }
  section.news .more a::after {
    width: 1.8vw;
    height: 1.8vw;
    top: calc(50% - 0.5vw);
  }
}
@media (min-width: 769px) {
  section.news {
    padding: 0 0 350px;
  }
  section.news li {
    padding: 20px 0;
    line-height: 1.5;
    font-size: 1rem;
  }
  .link-icon::after,
  section.news li a::after {
    margin: 0 0 0 5px;
    width: 0.8rem;
    height: 0.8rem;
  }
  section.news time {
    margin: 0 0 5px;
  }
  section.news .more a {
    margin-top: 20px;
    padding-left: 20px;
  }
  section.news .more a::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 3px);
  }
}
/* イベント */
.event_banner .first {
  opacity: 0;
}

.event_banner .first.acs {
  opacity: 1;
  transition: opacity 0.8s;
}

@media (max-width: 768px) {
  section.event_banner {
    padding: 10vh 5vw 5vh;
  }
}
@media (min-width: 769px) {
  section.event_banner {
    padding: 100px 100px 50px;
  }
}
/* 20231206 */
#news p.announce {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #fff;
  font-size: 0.8rem;
}/*# sourceMappingURL=style.css.map */