@charset "utf-8";
  
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
    color: #2F2F2F;
}
h1 {
    font-weight: 500;
    font-size: 24px;
}
a {
    text-decoration: none;
}
.ruminous_kanban img {
    max-width: 100%;
    object-fit: cover;
}
.ruminous_discription {
    max-width: 1200px;
    margin: -100px auto 0;
    text-align: center;
    font-size: 14px;
}

.image-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 70px;
    position: relative;
}
.image-box img {
    width: 100%;
    height: auto;
    display: block;
}
.box1 {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 18%;
}
.box2 {
    width: 51%;
}
.box3 {
    position: absolute;
    right: -10px;
    bottom: -40px;
    width: 26%;
}
.popular_wrap {
    position: relative;
}
.bg_blue {
    position: absolute;
    top: -80px;
    background-color: #D9E3E8;
    width: 25%;
    height: 580px;
}
.title {
    margin: 120px 0 45px;
    text-align: center;
}
.title h2,.title2 h2,.title3 h2{
    font-size: 32px;
    font-family: 'Abyssinica SIL', serif;
    margin: 0;
}
.title p,.title2 p,.title3 p {
    font-size: 14px;
    margin: 0;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-slide {
    width: 270px !important;
}
.swiper-slide img {
    width: 100%;
}

.select {
    margin-top: 103px;
}
.select_bg {
    background-color: #59728D;
    padding: 60px 0;
}
.title2 {
    text-align: center;
    color: #F6F6F6;
}
.select_box ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
}
.select_box ul li {
    list-style: none;
    position: relative;
}
.select_box ul li::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    right: 49%;
    color: #fff;
    transform: translateY(-50%);
}
.select_box a {
    border: 1px solid #f6f6f6;
    padding: 30px 20px;
    text-decoration: none;
    color: #f6f6f6;
    width: 225px;
    display: block;
    text-align: center;
}
.title3 {
    background-color: #EFF2F0;
    padding: 50px 0;
    text-align: center;
}
.allseries {
    max-width: 1080px;
    margin: 0 auto;
}
.series_contens {
    margin-top: 60px;
}
.series_contens h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.series_text {
    font-size: 14px;
    margin: 0 0 20px;
}
.top_image {
    position: relative;
    width: 60%;
}
.main_img {
    border-radius: 5px;
    width: 100%;
}
.top_logo {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 15%;
}
.top_image_bottom {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.topimage_bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 30%;
    border-radius: 5px;
    background: linear-gradient(0deg, rgb(49 49 49 / 32%) 0%, rgba(0, 0, 0, 0) 100%);
}
.series_main {
    display: flex;
    justify-content: space-between;
}
.series_items {
    width: 38%;
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: .3s;
    padding-inline-start: 0;
}
.series_items li {
    list-style: none;
    width: 49%;
}
.series_items li img {
    width: 100%;
    border-radius: 5px;
}
.top_image_bottom p {
    color: #f6f6f6;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
}
.top_image_bottom ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0;
    margin-top: 0;
}
.top_image_bottom ul li {
    list-style: none;
    background-color: rgb(255 255 255 / 0.7);
    border: 1px solid #3f3f3f;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 14px;
}
.series_items a {
    text-decoration: none;
}
.tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0 0;
}
.tag span {
    background: #ececec;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 3px 0;
    padding: 5px 8px;
    text-align: left;
    letter-spacing: 1px;
    color: #2F2F2F;
    font-weight: 600;
}
.itemprice {
    color: #2F2F2F;
    font-weight: 600;
    text-align: right;
}
.series_button {
    text-align: center;
}
.series_button a {
    display: inline-block;
    position: relative;
    padding: 4px;
    font-size: 14px;
    font-weight: 600;
    width: 400px;
    max-width: 90%;
    margin: 20px 0 0;
    border-radius: 5px;
    background: #333;
    color: #f6f6f6;
}
.series_button p::after {
    font-family: "FontAwesome";
  content: "\f105";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 30%;
}
.parts_inner {
    display: flex;
    justify-content: center;
}
.parts,.use {
    text-align: center;
    margin-top: 60px;
}
ul.use_grid {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 60px auto;
}
ul.use_grid li {
    width: 200px;
    text-align: center;
}
ul.use_grid img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
}
ul.use_grid span {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
    color: #2F2F2F;
    border-radius: 0 0 5px 5px;
    font-weight: 600;
}
ul.use_grid li:hover {
    transform: translateY(-4px);
    opacity: 0.8;
}
.sp {
    display: none;
}
.pc {
    display: inline;
}
#series, #parts, #use {
    scroll-margin-top: 86px; 
  }
@media screen and (max-width: 1180px) {
      
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    #series, #parts, #use {
        scroll-margin-top: 98px; 
      }
    .ruminous_kanban {
        position: relative;
        background: url('https://vegasiku.com/lp/ruminous2025/img/sp_main.webp') no-repeat center center;
        background-size: cover;
        height: 185px; 
      }
      .ruminous_kanban::after {
        content: "";
        position: absolute;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
        height: 50%;
        bottom: -2px;
        left: 0;
        right: 0;
        z-index: 1;
      }
      .ruminous_discription {
        margin: -84px auto 0;
        padding: 0 10px;
        overflow: hidden;
        animation-name: slideup;
        position: absolute;
        top: 250px;
        left: 10%;
        z-index: 2;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
        max-width: 80%;
    }
    .ruminous_discription h1 {
         font-size: 20px; 
        margin-bottom: 10px;
    }
    .ruminous_discription p {
        text-align: left;
        font-size: 14px;
        margin: 0;
    }
  .movetext {
    color: #F2F2F2;
        opacity: 0.8;
        white-space: nowrap;
        font-size: 80px;
        transform-origin: top left;
        position: absolute;
        top: 280px;
        right: 0;
        font-weight: 900;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        display: flex;
        gap: 15px;
        width: 100%;
  }
  .movetext_p {
    font-family: 'Encode Sans SC', sans-serif;
    animation: mqscroll 30s linear infinite;
    display: inline-block;
    letter-spacing: 4px;
  }
  .image-row {
    padding-top: 184px;
  }
    .box2 {
        width: 90%;
        margin-left: -30%;
    }
    .box3 {
        width: 50%;
        bottom: -25px;
    }
    .bg_blue {
        top: -120px;
        z-index: -1;
        height: 430px;
    }
    .title p, .title2 p, .title3 p {
        font-size: 12px;
    }
    .title h2, .title2 h2, .title3 h2 {
        font-size: 28px;
    }
    .title  {
        margin: 50px 0 30px;
    }
    .swiper-slide {
        width: 150px !important;
    }
    .select  {
        margin-top: 50px;
    }
    .select_bg {
        padding: 30px 0;
    }
    .select_box ul {
        flex-direction: column;
        margin-top: 20px;
        padding: 0 10px;
        gap: 20px;
    }
    .select_box li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .select_box li a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    
      .select_box ul li::after {
        display: none;
      }
      .select_box a {
        padding: 15px;
      }
      .arrow:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #f6f6f6;
        transform-origin: right;
        transition: .3s cubic-bezier(0.08, 0.92, 0.35, 1);
    }
    .arrow:after {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        right: -5px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #f6f6f6;
        transform: scale(0.7);
        transform-origin: center 70%;
    }
    .arrow {
        height: 13px;
        width: 33%;
        transition: .3s;
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    .title3 {
        padding: 40px 0;
    }
    .series_contens  {
        margin: 30px auto 0px;
        padding: 0;
        width: 95%;
    }
    .series_contens h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .series_text {
        margin: 10px 0 20px;
        line-height: 1.2;
        font-size: 14px;
    }
    .series_main {
        flex-direction: column;
        align-items: center;
    }
    .main_img {
        width: 100%;
    }
    .top_image  {
        width: 100%;
    }
    .top_logo {
        top: 10px;
        left: 10px;
        width: 18%;
    }
    .top_image_bottom {
        right: 5px;
    }
    .top_image_bottom p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .top_image_bottom ul li  {
        padding: 5px 10px;
        font-size: 11px;
    }
    .series_items {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    scroll-snap-type: x mandatory;
    }
    .series_items li {
        min-width: 158px;
        width: 100%;
        scroll-snap-align: start;
    }
    .itemprice  {
        margin: 5px;
        font-size: 14px;
    }
    .tag span{
        padding: 3px 5px;
    }
    .series_button a {
        width: 100%;
        margin: 10px 0 0;
        padding: 15px;
    }
    .series_button p {
        margin: 0;
    }

    .parts {
        margin-top: 40px;
    }
    .use  {
        margin-top: 0;
    }
    ul.use_grid {
        margin: 40px auto;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding: 0 8px;
    }
    ul.use_grid li {
        width: 100%;
    }
    ul.use_grid img {
        height: auto;
    }
    ul.use_grid span {
        padding: 6px 0;
        font-size: 12px;
    }
    .parts_inner {
        padding: 0 10px;
    }
}

@keyframes mqscroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @media screen and (max-width: 680px) {
    
    .ruminous_discription {
        margin: -115px auto 0;
        padding: 0 20px;
        overflow: hidden;
        animation-name: slideup;
        position: absolute;
        top: 250px;
        z-index: 2;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
        max-width: 100%;
        left: 0;
    }
    .ruminous_discription h1 {
         font-size: 20px; 
        margin-bottom: 10px;
    }
    .ruminous_discription p {
        text-align: left;
        font-size: 14px;
        margin: 0;
        line-height: 2;
    }
    .movetext {
        font-size: 60px;
        top: 330px;
    }
    .image-row {
        padding-top: 214px;
    }
  }