@charset "UTF-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both
}

.section {
  padding: 180px 0
}

@media screen and (max-width:768px) {
  .section {
    padding: 75px 0
  }
}

.g-container {
  padding-top: 0
}

@media screen and (min-width:769px) {
  .g-header:not(.g-header--colored) .g-header__logo {
    opacity: 0
  }
}

.firstview {
  position: relative;
  height: 100vh;
  min-height: 460px;
  padding: 235px 0;
  background: url(../../images/top/firstview_bg.jpg) no-repeat center;
  background-size: cover
}

.firstview__logo {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 480px;
  max-width: 40vw;
  margin: 0 auto;
  transform: translateY(-50%)
}

.firstview__scroll {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 2vh
}

.firstview__scroll>a {
  display: block;
  -webkit-animation: scroll 2s ease-in-out infinite alternate;
  animation: scroll 2s ease-in-out infinite alternate
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(-10px)
  }
  100% {
    transform: translateY(0)
  }
}

@keyframes scroll {
  0% {
    transform: translateY(-10px)
  }
  100% {
    transform: translateY(0)
  }
}

@media screen and (max-width:768px) {
  .firstview {
    height: 480px;
    padding-top: 160px
  }
  .firstview__logo {
    max-width: 60vw
  }
}

@media screen and (max-width:768px) and (min-width:415px) {
  .firstview__logo {
    max-width: 40vw
  }
}

.news {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 13vh;
  width: 100%;
  padding: 0 100px
}

.news__box {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}

.news__head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  height: 100%;
  width: 90px;
  background: #080808;
  border-left: 1px solid #080808;
  font-family: Spectral-Light, sans-serif;
  color: #fff;
  text-align: center
}

.news__content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 9px 130px 9px 110px;
  background: rgba(255, 255, 255, .8);
  border-left: 1px solid #080808;
  color: #080808
}

.news__time {
  width: 130px;
  padding: 0 10px;
  font-size: 1.6rem;
  font-family: Spectral-Light, sans-serif;
  text-align: center;
  white-space: nowrap
}

.news__article {
  flex-grow: 1;
  max-width: 100%;
  padding: 2px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.news__link {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: 110px;
  padding-right: 15px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, .8);
  font-family: Spectral-Light, sans-serif;
  color: #fff;
  text-align: center;
  transition: all .2s linear
}

.news__link:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px
}

.news__link:hover {
  background: rgba(0, 0, 0, .4)
}

@media screen and (max-width:768px) {
  .news {
    padding: 0 5%;
    bottom: 11vh
  }
}

@media screen and (max-width:768px) and (min-width:415px) {
  .news {
    bottom: 22vh
  }
}

@media screen and (max-width:768px) {
  .news__content {
    padding: 2px 0 2px 90px
  }
  .news__link {
    display: none
  }
}

@media screen and (min-width:769px) {
  .hp_pc_b13vh65px {
    bottom: calc(13vh + 65px)!important
  }
}

@media screen and (max-width:768px) {
  .hp_sp_b11vh48px {
    bottom: calc(11vh + 48px)!important
  }
}

.lineup__image01 {
  max-width: 550px
}

@media screen and (max-width:768px) {
  .lineup__image01 {
    max-width: 80%
  }
}

.about {
  background: url(../../images/top/sec02_bg01.jpg) no-repeat center;
  background-size: cover;
  color: #fff
}

@media screen and (min-width:769px) {
  .about .text-block {
    text-align: left;
  }
}

.access {
  margin-top: 0
}


/* --------------------------------- */
/* 2023-03-03 追加 */
.sale .inner--default{
    max-width: 1180px;
    margin: 0 auto;   
}
.sale .heading__inner__title{
    font-family: "Yu Mincho",YuMincho;
    font-size: 2rem; 
    color: #fff;
    margin: 75px auto;
    text-align: left!important;
}
.sale .text-block{
    margin: 0 auto 50px;
    text-align: left!important;
    margin-bottom: 0!important;
    color: #fff;
}
.sale .inner--default,.special-feature .inner--default,.about .inner--default{
  padding: 0;
}
.sale .lineup__image01{
  max-width: 100% !important;
}
.special-feature .lineup__image01{
  max-width: 700px !important;
}
.heading__title{
  font-size: 2.2rem !important;
}
.heading__subtitle{
    font-size: 1.4rem;
    color: #fff;
    font-family: Spectral-Light,sans-serif !important;
    text-align: left;
}

/* LINEUP */
.lineup-list {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
}
.heading__title,.button-block{
  text-align: left !important;
}
.button-block span{
  font-size: 1.4rem;
}

/* .about .heading__title,.about .button-block{
  text-align: center !important;
} */

#lineup .inner--default{
  padding: 0px;
}


@media screen and (max-width:768px) {
  .sale .heading--Lv2 .heading__title{
    font-size: 2.4rem;
  }
  .lineup-list {
    margin: 0 -10px;
    white-space: nowrap;
    overflow-x: scroll;
    text-align: center;
  }
}

.lineup-list__element {
  /* width: calc(100% / 4 - 50px); */
  text-align: center;
  margin: 0 25px 50px;
  width: 20%;

}

@media screen and (max-width:768px) {
  .lineup-list__element {
    width: calc(100% / 2 - 20px);
    /* margin: 0 10px 20px; */
    margin: 0 50px 0 0;
    word-break: break-word;
    white-space: normal;
  }
  .lineup-list__element a{
    display: block;
    width: 215px;
    position: relative;
  }
}

.lineup-list__element a img {
  width: 100%;
  display: block;
  transition: .3s
}

.lineup-list__element a:hover img {
  opacity: .7
}

.lineup-list__ph {
  margin-bottom: 26px;
  position: relative;
  padding-top: 100%
}

.lineup-list__ph img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width:768px) {
  .lineup-list__ph {
    margin-bottom: 10px
  }
}

.lineup-list__title {
  font-family: Spectral-Light, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1
}

.lineup-list__title_en {
  display: block;
  line-height: 1em;
  margin-bottom: -9px
}

.lineup-list__title_ja {
  display: block;
  line-height: 1em;
  margin-bottom: -9px
}

.lineup-list__title_hinban {
  display: block;
  line-height: 1em;
  margin-bottom: 8px
}

@media screen and (max-width:768px) {
  .lineup-list__title {
    font-size: 1.4rem
  }
}

.lineup-cat {
  font-family: Spectral-Light, sans-serif
}

.lineup-cat span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem
}

@media screen and (max-width:768px) {
  .lineup-cat span {
    font-size: 1.2rem;
    margin-right: 4px
  }
}

.lineup-cat small {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 14px 3px;
  line-height: 1;
  display: inline-block;
  background: #ddd
}

@media screen and (max-width:768px) {
  .lineup-cat small {
    font-size: 1rem;
    padding: 3px 5px 1px
  }
}

.lineup-cat--available span {
  color: #799e62
}

.lineup-cat--available small {
  background: #294914
}

.lineup-cat--negotiation span {
  color: #998a55
}

.lineup-cat--negotiation small {
  background: #5e4d12
}

.lineup-cat--soldout span {
  color: #a34d4e
}

.lineup-cat--soldout small {
  background: #792626
}


.sp-only {
    display: none;
}
@media screen and (max-width:768px) {
    .sp-only {
        display: block;
    }
    .sale .inner--default, .special-feature .inner--default, .about .inner--default,#lineup .inner--default{
      padding: 0 5%;
    }
    .sale .inner .inner--default{
      padding:0;
    }
    .heading__title,.sale .heading__inner__title{
      font-size: 1.6rem !important;
    }
    .heading__subtitle{
      font-size: 1.4rem;
    }
    /* .button-block{
      text-align: center !important;
    } */
  }
/* --------------------------------- */