@charset "utf-8";

/*top-tl*/
#racing-black-tl{
    text-align: center;
    padding: 5rem 0;
    background-color: #ffffff;
}
@media screen and (max-width : 768px){ 
    #racing-black-tl{
        padding: 3rem 0;
    }
}
#racing-black-tl h2{
    font-size: 1.75rem;
    font-family: var(--font-bold);
}

/*mv*/
.slider-item{
    width: 100%;
    height: 900px;
    overflow: hidden;
}
@media screen and (max-width : 768px){ 
    .slider-item{
        height: 398px;
    }
}

#racing-black-mv {
    width: 100%;
    height: 900px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width : 768px){ 
    #racing-black-mv {
        height: 398px;
    }
}

.racing-black-mv-logo{
    width: 390px;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
@media screen and (max-width : 768px){
    .racing-black-mv-logo{
        width: 235px;
        bottom: 70px;
    }
}
.racing-black-mv-logo img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.racing-black-mv-slider{
    opacity: 0;
    transition: opacity .3s linear;
}
.racing-black-mv-slider.slick-initialized{
    opacity: 1;
}

.racing-black-mv-slider .slider-item > div{
    width: 100%;
    height: 900px;
}
@media screen and (max-width : 768px){
    .racing-black-mv-slider .slider-item > div{
        height: 398px;
    }
}
.racing-black-mv-slider.slick-initialized .slider-item.slick-active > div{
    animation-duration: 7s;
    animation-name: scale-ani;
}
.slider-item-bg01{
    background: url(../images/mv_01.png) center center no-repeat;
    background-size: cover;
}
.slider-item-bg02{
    background: url(../images/mv_02.png) 0 0 no-repeat;
    background-size: cover;
}
.slider-item-bg03{
    background: url(../images/mv_03.png) 0 0 no-repeat;
    background-size: cover;
}
.slider-item-bg04{
    background: url(../images/mv_04.png) 0 0 no-repeat;
    background-size: cover;
}
@media screen and (max-width : 768px){
    .slider-item-bg01{
        background: url(../images/mv_01_sp.png) center center no-repeat;
        background-size: cover;
    }
    .slider-item-bg02{
        background: url(../images/mv_02_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
    .slider-item-bg03{
        background: url(../images/mv_03_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
    .slider-item-bg04{
        background: url(../images/mv_04_sp.png) 0 0 no-repeat;
        background-size: cover;
    }
}

#racing-black-mv .dots-prog {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#racing-black-mv .slick-dots {
    padding-left: 0;
    display: flex;
}
@media screen and (max-width : 768px){
    #racing-black-mv .slick-dots {
        margin: 0.5rem 0;
    }
}

.dots-prog .slick-dots {
    text-align: center;
}
.dots-prog .slick-dots li {
    display: inline-block;
    width: 90px;
    height: 1px;
    margin: 4px;
    background: #6E6E6E;
    cursor: pointer;
    border-radius: 2px;
}
@media screen and (max-width : 768px){
    .dots-prog .slick-dots li {
        width: 46px;
        margin: 4px 2px;
    }
}
.dots-prog .slick-dots button {
    display: block;
    width: 0%;
    height: 1px;
    margin: 0;
    font-size: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    outline: none;
    background: #ffffff;
    cursor: pointer;
    border-radius: 2px;
}
.dots-prog .slick-dots .slick-active button {
    background: #ffffff;
    opacity: 1;
}

@keyframes scale-ani {
    from {
        transform: scale(1.1);
    }
  
    to {
        transform: scale(1);
    }
}

/*------------------------------------------------
section
------------------------------------------------*/
.yu-d{
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D";
}
.racing-black-sec .yu-d{
    line-height: 2.5rem;
}
.yu-m{
  font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M";
  font-size: 0.875em;
}
.yu-b{
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B";
}
.al-c{
  text-align: center;
}
.racing-black-sec{
    color: #fff;
    position: relative;
}

.racing-black-sec h3{
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.racing-black-sec .racing-black-sec-bg{
    width: 100%;
    height: auto;
}

.racing-black-sec img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.racing-black-sec-contwrap{
    width: 100%;
    max-width: 980px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.sec01_cont,
.sec03_cont02,
.sec05_cont01{
  line-height: 2rem;
}

@media print, screen and (min-width : 1920.2px){
  .racing-black-sec-contwrap{
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .sec01_cont{
    text-align: center;
    position: absolute;
    bottom: 165px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .sec02_cont01{
    width: 980px;
    position: absolute;
    top: -62px;
    left: -62px;
    z-index: 2;
  }
  .sec03_cont01{
    width: 570px;
    position: absolute;
    top: -22px;
    right: -122px;
    z-index: 2;
  }
  .sec03_cont02{
      position: absolute;
      top: 310px;
      left: 160px;
      z-index: 2;
  }
  .sec03_cont03{
      width: 610px;
      position: absolute;
      top: 779px;
      left: 0px;
      z-index: 2;
  }
  .sec04_cont01{
    width: 614px;
    position: absolute;
    top: 58px;
    right: -62px;
    z-index: 2;
  }
  .sec04_cont02{
      width: 910px;
      position: absolute;
      top: 810px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
  }
  .sec05_cont01{
    width: 980px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  }
  .sec06_cont01{
    width: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  }
}

@media print, screen and (max-width : 1920px){
    .racing-black-sec .racing-black-sec-bg{
        min-width: 1920px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    #sec01{
        min-height: 920px;
    }
    .sec01_cont{
        text-align: center;
        position: absolute;
        bottom: 165px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
    #sec02{
        min-height: 705px;
    }
    .sec02_cont01{
        width: 980px;
        position: absolute;
        top: -62px;
        left: -62px;
        z-index: 2;
    }
    #sec03{
        min-height: 1140px;
    }
    .sec03_cont01{
        width: 570px;
        position: absolute;
        top: -22px;
        right: -122px;
        z-index: 2;
    }
    .sec03_cont02{
        position: absolute;
        top: 310px;
        left: 160px;
        z-index: 2;
    }
    .sec03_cont03{
        width: 610px;
        position: absolute;
        top: 779px;
        left: 0px;
        z-index: 2;
    }
    #sec04{
        min-height: 1208px;
    }
    .sec04_cont01{
        width: 614px;
        position: absolute;
        top: 58px;
        right: -62px;
        z-index: 2;
    }
    .sec04_cont02{
        width: 910px;
        position: absolute;
        top: 810px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
    #sec05{
        min-height: 700px;
    }
    .sec05_cont01{
        width: 980px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

    #sec06{
        min-height: 980px;
    }
    .sec06_cont01{
        width: 390px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }
}
@media screen and (max-width : 768px){
    .racing-black-sec .yu-d{
        line-height: 2rem;
    }
    .racing-black-sec .racing-black-sec-bg{
        width: 100%;
        min-width: unset;
        position: unset;
        transform: unset;
    }
    .racing-black-sec-contwrap{
        position: absolute;
        top: 0;
        left: 0;
    }
    #sec01 {
        min-height: unset;
    }
    .sec01_cont{
        font-size: 14px;
        width: calc(100% - 60px);
        bottom: 60px;
    }
    .racing-black-sec .sec01_cont h3{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    #sec02 {
        min-height: unset;
    }
    .sec02_cont01{
        width: calc(100% - 60px);
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    #sec03 {
        min-height: unset;
    }
    .sec03_cont01{
        width: 65%;
        top: -60px;
        right: -0;
    }
    .sec03_cont02{
        width: calc(100% - 60px);
        position: absolute;
        top: 18vw;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
    }
    .sec03_cont03{
        width: 65%;
        top: 105vw;
        left: 0px;
    }
    #sec04 {
        min-height: unset;
    }
    .sec04_cont01{
        width: 70%;
        top: -40px;
        right: 0;
    }
    .sec04_cont02{
        width: calc(100% - 60px);
        top: 105vw;
        left: 50%;
        transform: translateX(-50%);
    }
    #sec05 {
        min-height: unset;
    }
    .sec05_cont01{
        font-size: 14px;
        width: calc(100% - 60px);
    }
    #sec06 {
        min-height: unset;
    }
    .sec06_cont01{
        width: 235px;
    }
}

#racing-black-interior{
    color: #fff;
    background: #000;
    padding: 180px 0;
}
@media screen and (max-width : 768px){
    #racing-black-interior{
        padding: 94px 0;
    }
}

.racing-black-interior-leed{
  line-height: 2rem;
  text-align: center;
  max-width: 980px;
  margin: 0 auto 100px;
}
@media screen and (max-width : 768px){
  .racing-black-interior-leed{
      width: calc(100% - 60px);
      margin: 0 auto 60px;
  }
}

.racing-black-interior-leed h3{
  font-size: 1rem;
  margin-bottom: 1em;
}

.racing-black-interior-tl{
    font-size: 1.125rem;
    max-width: 980px;
    margin: 0 auto 42px;
}
.racing-black-interior-tl h3{
  font-size: 1em;
}
@media screen and (min-width : 769px){
  .racing-black-interior-tl h3{
    text-align: center;
  }
}
@media screen and (max-width : 768px){
    .racing-black-interior-tl{
        width: calc(100% - 60px);
        margin: 0 auto 42px;
    }
    .racing-black-interior-tl h3{
      font-size: 1.125rem;
    }
}

.racing-black-interior-cont01{
    max-width: 980px;
    margin: 0 auto 120px;
}

.racing-black-interior-cont01 img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.racing-black-interior-slider-wrap{
    position: relative;
}
.racing-black-interior-slider-wrap::before,
.racing-black-interior-slider-wrap::after{
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
}
@media screen and (max-width : 768px){
    .racing-black-interior-slider-wrap::before,
    .racing-black-interior-slider-wrap::after{
        content: none;
    }
}
.racing-black-interior-slider-wrap::before{
    background: linear-gradient(270deg,rgba(255,255,255,0) 0, #000 100%);
    top: 0;
    left: 0;
    z-index: 3;
}
.racing-black-interior-slider-wrap::after{
    background: linear-gradient(90deg,rgba(255,255,255,0) 0, #000 100%);
    top: 0;
    right: 0;
    z-index: 3;
}

.racing-black-interior-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.racing-black-interior-slider.slick-initialized{
  opacity: 1;
}

.racing-black-interior-slider .interior-slider-item {
    width: 600px;
    margin: 0 40px;
    position: relative;
    overflow: hidden;
  }
  @media screen and (max-width : 768px){
    .racing-black-interior-slider .interior-slider-item {
        width: 315px;
    }
  }
  .racing-black-interior-slider .interior-slider-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dots-2 .slick-dots {
    text-align: center;
    margin-top: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .dots-2 .slick-dots li {
    display: inline-block;
  }
  .dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #6F7175;
    border-radius: 50%;
  }
  .dots-2 .slick-dots .slick-active button {
    background: #ffffff;
  }

  .racing-black-interior-slider .slick-arrow {
    width: 30px;
    height: 60px;
    border-radius: 50%;
    background-color: unset;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    bottom: -72px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(255, 255, 255, 0.16));
  }
  .racing-black-interior-slider .slick-arrow::before {
    font-family: swiper-icons;
    font-size: 20px;
    content: '';
    color: #fff;
    display: block;
    position: absolute;
    top: 20px;
  }
  .racing-black-interior-slider .slick-next {
    right: calc(50% - 120px);
  }
  .racing-black-interior-slider .slick-prev {
    left: calc(50% - 120px);
  }
  .racing-black-interior-slider .slick-next::before {
    content: 'next';
    left: 8px;
    transition: opacity .3s linear;
  }
  .racing-black-interior-slider .slick-prev::before {
    content: 'prev';
    right: 5px;
    transition: opacity .3s linear;
  }
  @media screen and (min-width : 769px){
    .racing-black-interior-slider .slick-next:hover::before,
    .racing-black-interior-slider .slick-prev:hover::before {
      opacity: 0.7;
    }
  }

  .interior-slider-text{
    margin-top: 2rem;
  }

  .interior-slider-text h4{
    font-size: 15px;
  }

  .interior-slider-text p{
    font-size: 14px;
  }

  .racing-black-interior-list {
    max-width: 980px;
    margin: 120px auto 0;
  }
  @media screen and (max-width : 768px){
    .racing-black-interior-list {
        width: calc(100% - 60px);
        margin: 70px auto 0;
    }
    .racing-black-interior-list .c-list--type.indent-l > li{
        padding-left: 1em;
        text-indent: -1em;
    }
  }

  .racing-black-interior-list .c-list--type{
    font-size: 15px;
  }

  #racing-black-movie{
    color: #fff;
    background: #000;
    padding: 0 0 230px;
  }
  @media screen and (max-width : 768px){
    #racing-black-movie {
        padding: 0 0 92px;
      }
  }

  .racing-black-movie-tl {
    max-width: 980px;
    margin: 0 auto 2rem;
  }
  @media screen and (max-width : 768px){
    .racing-black-movie-tl {
        width: calc(100% - 60px);
        margin: 0 auto 42px;
    }
  }

  .racing-black-movie-tl h3{
    font-size: 1.125rem;
    font-family: var(--font-bold);
  }
  @media screen and (min-width : 769px){
    .racing-black-movie-tl h3{
      text-align: center;
    }
  }

  .racing-black-movie-thum{
    max-width: 980px;
    margin: 0 auto;
  }

  @media screen and (max-width : 768px){
    .racing-black-movie-thum{
        width: calc(100% - 60px);
    }
  }

  .racing-black-movie-thum img{
    width: 100%;
    height: auto;
  }
  @media print, screen and (min-width: 769px) {
    .racing-black-movie-thum a{
        transition: opacity .4s ease;
    }

    .racing-black-movie-thum a:hover{
        opacity: .7
    }
  }

  #racing-black-360 {
    color: #fff;
    background: #000;
    padding: 0 0 230px;
  }
  @media screen and (max-width : 768px){
    #racing-black-360 {
        padding: 0 0 92px;
      }
  }

  .racing-black-360-tl {
    max-width: 980px;
    margin: 0 auto 2rem;
  }
  @media screen and (max-width : 768px){
    .racing-black-360-tl {
        width: calc(100% - 60px);
        margin: 0 auto 42px;
    }
  }

  .racing-black-360-tl h3{
    font-size: 1.125rem;
    font-family: var(--font-bold);
  }
  @media screen and (min-width : 769px){
    .racing-black-360-tl h3{
      text-align: center;
    }
  }

  .racing-black-360-thum{
    max-width: 980px;
    margin: 0 auto;
  }

  @media screen and (max-width : 768px){
    .racing-black-360-thum{
        width: calc(100% - 60px);
    }
  }

  .racing-black-360-thum img{
    width: 100%;
    height: auto;
  }
  @media print, screen and (min-width: 769px) {
    .racing-black-360-thum a{
        transition: opacity .4s ease;
    }

    .racing-black-360-thum a:hover{
        opacity: .7
    }
  }

/*------------------------------------------------
select-type
------------------------------------------------*/

.l-container__inner{
    padding: 200px 20px 70px;
}
@media screen and (max-width: 768px) {
    .l-container__inner{
        padding: 55px 30px 0px;
    }
}

.type-section img{
    width: 100%;
    height: auto;
}

.type-section:not(:last-child) {
    margin-bottom: 80px;
}
@media print, screen and (min-width: 769px) {
    .type-section:not(:last-child) {
        margin-bottom: 150px;
    }
}
  .type-section-heading {
    margin: 0 auto 60px;
    font-size: 20px;
    font-family: var(--font-bold);
    text-align: center;
}
.type-section-heading::after {
    content: "";
    width: 50px;
    height: 4px;
    margin: 20px auto 0;
    display: block;
    background-color: #000;
}

  .select-color .imgs {
    max-width: 980px;
    margin: 0 auto
  }
  .select-color .imgs img{
    width: 100%;
    height: auto;
  }
  .select-color .imgs > div {
    padding-top: calc(470 / 980 * 100%);
    position: relative
  }
  .select-color .imgs > div > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
    display: none;
  }
  .select-color .imgs > div > div.on {
    opacity: 1;
    display: block;
  }
  .select-color .names {
    margin: 0 auto
  }
  .select-color .names p {
    display: none;
    text-align: center
  }
  .select-color .names p.on {
    display: block
  }
  .select-color .icons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 1.5em auto 0
  }
  @media screen and (max-width: 768px) {
    .select-color .icons {
        gap: 10px;
    }
  }
  .select-color .icons > a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    transition: opacity .4s ease;
  }
  .select-color .icons > a:nth-child(1) {
    background-color: #fff
  }
  .select-color .icons > a:nth-child(2) {
    background-color: #B6BCC4
  }
  .select-color .icons > a:nth-child(3) {
    background-color: #221917
  }
  .select-color .icons > a:nth-child(4) {
    background-color: #D70000
  }
  .select-color .icons > a:nth-child(5) {
    background-color: #007CC2
  }
  .select-color .icons > a.on::before,
  .select-color .icons > a.on::after{
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
  }
  .select-color .icons > a.on:before {
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .select-color .icons > a.on::after {
    top: 13px;
    left: 16px;
    width: 7px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .select-color .icons > a:hover {
    opacity: .7
  }
  .select-color .cautions {
    margin: 3em auto;
  }
  .select-color .cautions p {
    font-size: .75em;
    color: #c00;
    display: none;
  }
  @media print, screen and (min-width: 769px) {
    .select-color .cautions p {
      text-align: center;
    }
  }
  .select-color .cautions p.on {
    display: block;
  }

  .type-interior-color__name {
    text-align: center;
    margin-bottom: 10px;
  }

  @media print, screen and (min-width: 769px) {
    .type-interior-color__name {
        margin-bottom: 16px;
    }
  }

  @media print, screen and (min-width: 769px) {
    .type-lineup .c-grid .c-grid__col{
      width: 490px;
      padding: 0 15px;
      margin: 0 auto;
    }
  }
  
  .type-lineup__card {
    padding: 16px;
    width: auto;
    background-color: #f8f8f8;
    margin-bottom: 15px;
  }

@media print, screen and (min-width : 769px){ 
  .type-lineup__card {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: calc(30 / 16* 1em);
    height: 100%;
  }
}
  .p-single-type-buttons__wrap {
    justify-content: center;
  }

  .p-single-type-grid__button {
    flex: 1 0 calc((100% - 10px) / 2);
  }

  .type-lineup__name {
    font-size: 18px;
    font-family:var(--font-bold);
    margin-bottom: 12px;
  }

  .type-lineup__lead {
    font-size: 13px;
    line-height: 1.5em;
    border-top: 2px #b5b5b5 solid;
    padding: 10px 0 0;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__lead {
        font-size: 15px;
    }
  }

  .c-text--size-ss {
    font-size: 12px;
  }

  .type-lineup__item {
    margin-top: 20px;
    display: flex;
    gap: 24px;
  }
  @media screen and (max-width: 768px) {
    .type-lineup__item {
        max-width: 300px;
        gap: unset;
        justify-content: space-between;
    }
  }

  .type-lineup__type {
    width: 60px;
    height: 45px;
    font-size: 3.75vw;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__type {
        width: 45px;
    }
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__type {
        width: 60px;
        height: 60px;
        font-size: 16px;
    }
  }

  .type-lineup__price {
    font-size: 24px;
    line-height: 1;
    font-family: var(--font-bold);
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__price {
        font-size: 30px;
    }
  }

  .type-lineup__price .yen {
    font-size: 14px;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__price .yen {
        font-size: 16px;
    }
  }

  .type-lineup__without-tax {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .type-lineup__tax-img {
    display: inline-block;
    width: 45px;
    margin-left: 10px;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__tax-img {
        width: 60px;
    }
  }

  .p-single-type-buttons__block {
    width: 100%;
    margin: 0 auto;
  }
  @media print, screen and (min-width : 769px){ 
    .p-compare-type-item {
        display: flex;
        padding-top: 30px;
        margin-right: 0;
        margin-left: 0;
      }
  }

  @media screen and (max-width: 768px) {
    .p-compare-type-item {
        display: block;
        padding-top: 0;
      }
  }
  @media screen and (max-width: 768px) {
  .p-single-type-buttons__wrap .p-compare-type-item__inner {
    width: 100%;
    }
    }
  .p-single-type-grid__buttons {
    gap: 10px;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 768px) {
    .p-single-type-grid__buttons {
        display: block;
        margin-bottom: 10px;
    }
    .p-single-type-grid__button{
        margin-bottom: 10px;
    }
  }
  .c-list--type.indent-n > li {
    padding-left: 0;
    text-indent: 0;
}
.obs_ani{
  opacity: 0;
  transform: translateY(60px);
  transition: 0.6s;
}

.obs_ani.in{
  opacity: 1;
  transform: translateX(0);
}
.type-lineup__button-wrapper{
  margin-top: 1em;
}

.c-button-favorite-round{
  max-width: 158px;
  margin: 0 auto;
}