@charset "UTF-8";

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }

  .ruggrentice_air-v {
    width: 900px;
  }

  .ruggrentice_air-v .hero-message {
    margin-top: 70px;
    text-align: center;
  }

  .ruggrentice_air-v .hero-title {
    font-size: 24px;
    line-height: calc(30/24);
    letter-spacing: 0.03em;
  }

  .ruggrentice_air-v .hero-text {
    font-size: 16px;
    line-height: calc(28/16);
    letter-spacing: 0.03em;
    margin-top: 15px;
  }

  .ruggrentice_air-v .development {
    background-color: #2B2B2B;
    margin-top: 55px;
  }

  .ruggrentice_air-v .section-header {
    text-align: center;
    background: #000;
    padding: 35px;
  }

  .ruggrentice_air-v .section-title-en {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin: 0;
  }

  .ruggrentice_air-v .section-title-ja {
    margin-top: 15px;
    font-size: 15px;
    color: #AEAEAE;
  }

  .ruggrentice_air-v .development_contents {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 100px 90px 100px;
    position: relative;
  }

  .ruggrentice_air-v .development_contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2B2B2B;
    background-image: url(/img/category/ace/ruggrentice_air-v/content_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.6;
  }

  .ruggrentice_air-v .development_contents.on-content:before {
    display: none;
  }

  .ruggrentice_air-v .development_content-head-item {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .ruggrentice_air-v .development_content-head-item:nth-child(n+2) {
    margin-top: 60px;
  }

  .ruggrentice_air-v .development_content-head-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .ruggrentice_air-v .development_content-head-item-img {
    max-width: 390px;
    width: 100%;
  }

  .ruggrentice_air-v .development_content-head-item-text {
    max-width: 360px;
    width: 100%;
    font-size: 16px;
    line-height: calc(32/16);
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #fff;
  }

  .ruggrentice_air-v .test-section {
    margin-top: 80px;
    width: 100%;
  }

  .ruggrentice_air-v .test-container {
    padding: 40px 80px;
    background: #000;
    border-radius: 20px;
  }

  .ruggrentice_air-v .test-container+.test-container {
    margin-top: 17px;
  }

  .ruggrentice_air-v .test-container .banner {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ruggrentice_air-v .test-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #777777;
    padding-bottom: 19px;
  }

  .ruggrentice_air-v .test_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    margin-top: 40px;
  }

  .ruggrentice_air-v .test_grid div {
    max-width: 291px;
    width: 100%;
  }

  .ruggrentice_air-v .test_grid p {
    color: #AEAEAE;
    margin-top: 11px;
    font-size: 13px;
    line-height: calc(17/13);
  }

  .ruggrentice_air-v .test_grid div:nth-child(2n) p {
    margin-top: 20px;
    padding-left: 2em;
    color: #fff;
    font-size: 15px;
    line-height: calc(24/15);
  }

  .ruggrentice_air-v .test_grid div:nth-child(2n) img {
    margin-top: 15px;
  }

  .ruggrentice_air-v .test-subtitle {
    max-width: 647px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
  }

  .ruggrentice_air-v .test_grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ruggrentice_air-v .test_grid2 p {
    text-align: center;
    margin-top: 15px;
  }

  .ruggrentice_air-v .test_grid2 div:first-child p {
    color: #AEAEAE;
  }

  .ruggrentice_air-v .test_grid2 div:last-child {
    margin-left: 25px;
  }

  .ruggrentice_air-v .test_grid2 div:last-child p {
    color: #fff;
  }

  .ruggrentice_air-v .greybox {
    margin-top: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
  }

  .ruggrentice_air-v .sma {
    text-align: right;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
  }

  .ruggrentice_air-v .tab {
    background-color: #F4F4F4;
    padding-top: 78px;
    padding-bottom: 71px;
  }

  .ruggrentice_air-v .tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ruggrentice_air-v .tab-menu {
    color: #AEAEAE;
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    transition: all .3s ease-out;
  }

  .ruggrentice_air-v .content-group {
    margin-top: 77px;
  }

  .ruggrentice_air-v .content-box {
    display: none;
  }

  .ruggrentice_air-v .content-box_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ruggrentice_air-v .content-box_img.front {
    max-width: 296.84px;
  }

  .ruggrentice_air-v .content-box_img.back {
    max-width: 401.14px;
  }

  .ruggrentice_air-v .tab-menu:not(:first-of-type) {
    border-left: 1px solid #AEAEAE;
    padding-left: 34.5px;
    margin-left: 35.5px;
  }

  .ruggrentice_air-v .tab-menu:hover {
    opacity: .5;
    transition: opacity .3s ease;
  }

  .ruggrentice_air-v .tab-menu.current {
    color: #000;
    opacity: 1;
    transition: all .3s ease;
  }

  .block.ruggrentice_air-v .feature {
    margin: 0;
  }

  .ruggrentice_air-v .feature-slider {
    margin-top: 62px;
  }

  .ruggrentice_air-v .slick-list {
    padding: 0 50px;
  }

  .ruggrentice_air-v .slick-track {
    display: flex;
  }

  .ruggrentice_air-v .slick-slide {
    height: auto !important;
  }

  .ruggrentice_air-v .slick-slide:nth-child(n+2) {
    margin-left: 20px;
  }

  .ruggrentice_air-v .slick-slide>div {
    height: 100%;
  }

  .ruggrentice_air-v .feature-card {
    background: #fff;
    max-width: 255px;
    width: 100%;
    border: 2px solid #FACD2E;
    border-radius: 4px;
    padding: 20px 15px;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .ruggrentice_air-v .feature-title {
    font-size: 18px;
    margin: 0;
    margin-bottom: 12px;
    color: #000;
    font-weight: 700;
  }

  .ruggrentice_air-v .feature-description {
    font-size: 15px;
    margin-top: 12px;
    letter-spacing: 0.03em;
    line-height: calc(20/15);
    font-weight: 400;
    min-height: 77px;
  }

  .ruggrentice_air-v .lineup-section .section-header {
    background-image: url(/img/category/ace/ruggrentice_air-v/lineup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
  }

  .ruggrentice_air-v .lineup-grid {
    display: flex;
    gap: 110px;
    margin-top: 60px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ruggrentice_air-v .lineup-link {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ruggrentice_air-v .lineup-link:hover {
    opacity: 0.5;
    text-decoration: none;
  }

  .ruggrentice_air-v .lineup-item {
    max-width: 315px;
    width: 100%;
  }

  .ruggrentice_air-v .lineup-details {
    margin-top: 20px;
  }

  .ruggrentice_air-v .lineup-info {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
  }

  .ruggrentice_air-v .lineup-info .model-number {
    font-size: 16px;
    display: block;
  }

  .ruggrentice_air-v .lineup-info .lineup-price {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .ruggrentice_air-v .lineup-info .lineup-price span {
    display: inline-block;
    font-size: 13px;
  }

  .ruggrentice_air-v .spec-details {
    display: block;
  }

  .ruggrentice_air-v .lineup_spec-wrap {
    display: flex;
    align-items: center;
    gap: 14PX;
    margin-top: 12px;
  }

  .ruggrentice_air-v .lineup-specs {
    background: #E5E5E5;
    padding: 4px 12px;
    display: inline-block;
    font-size: 14px;
  }

  /* 続きを見るボタン */

  .ruggrentice_air-v .readmore {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14.3px;
    color: #fff;
    font-weight: 400;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.03em;
  }

  .ruggrentice_air-v .readmore .readmore-arrow img {
    width: 14.24px;
    height: 14.24px;
    text-align: center;
    display: block;
    transition: .3s;
    object-fit: contain;
  }

  .ruggrentice_air-v .readmore.on-click .readmore-arrow {
    transform: rotate(180deg);
  }

  .ruggrentice_air-v .readmore .open {
    display: block;
  }

  .ruggrentice_air-v .readmore.on-click .open {
    display: none;
  }

  .ruggrentice_air-v .readmore .close {
    display: none;
  }

  .ruggrentice_air-v .readmore.on-click .close {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }

  .ruggrentice_air-v .hero-message {
    margin-top: 40px;
    text-align: center;
  }

  .ruggrentice_air-v .hero-title {
    font-size: 21px;
    line-height: calc(30/24);
    letter-spacing: 0.03em;
    padding: 0;
  }

  .ruggrentice_air-v .hero-text {
    font-size: 16px;
    line-height: calc(30/16);
    letter-spacing: 0.03em;
    margin-top: 19px;
  }

  .ruggrentice_air-v .development {
    background-color: #2B2B2B;
    margin-top: 40px;
  }

  .ruggrentice_air-v .section-header {
    background: #000;
    padding: 23px 30px;
  }

  .ruggrentice_air-v .section-title-en {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    padding: 0;
  }

  .ruggrentice_air-v .section-title-ja {
    margin-top: 4px;
    font-size: 14px;
    color: #AEAEAE;
  }

  .ruggrentice_air-v .development_contents {
    padding: 50px 30px 50px 30px;
    margin: 0 auto;
    max-width: 560px;
    position: relative;
  }

  .ruggrentice_air-v .development_contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2B2B2B;
    background-image: url(/img/category/ace/ruggrentice_air-v/content_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.6;
  }

  .ruggrentice_air-v .development_contents.on-content:before {
    display: none;
  }

  .ruggrentice_air-v .development_content-head-item:nth-child(n+2) {
    margin-top: 50px;
  }

  .ruggrentice_air-v .development_content-head-item-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: calc(24/14);
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #fff;
  }

  .ruggrentice_air-v .test-section {
    margin-top: 30px;
  }

  .ruggrentice_air-v .test-container {
    padding: 12px 22px 35px 22px;
    background: #000;
    border-radius: 20px;
  }

  .ruggrentice_air-v .test-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #777777;
    padding-bottom: 20px;
  }

  .ruggrentice_air-v .test_grid {
    margin-top: 40px;
  }

  .ruggrentice_air-v .test_grid div {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .ruggrentice_air-v .test_grid p {
    color: #AEAEAE;
    margin-top: 11px;
    font-size: 13px;
    line-height: calc(17/13);
  }

  .ruggrentice_air-v .test_grid div:nth-child(2n) {
    padding-top: 30px;
    border-top: 1px solid #777777;
  }

  .ruggrentice_air-v .test_grid div:nth-child(2n) p {
    margin-top: 9px;
    color: #fff;
    font-size: 15px;
    line-height: calc(24/15);
    letter-spacing: 0.03em;
  }

  .ruggrentice_air-v .test_grid div:nth-child(2n) img {
    margin-top: 15px;
  }

  .ruggrentice_air-v .test_grid p {
    color: #AEAEAE;
    margin-top: 11px;
    font-size: 13px;
    line-height: calc(17/13);
  }

  .ruggrentice_air-v .test-subtitle {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ruggrentice_air-v .test_grid2 p {
    text-align: center;
    margin-top: 10px;
    color: #fff;
  }

  .ruggrentice_air-v .test_grid2 div:first-child p {
    color: #AEAEAE;
  }

  .ruggrentice_air-v .test_grid2 div:last-child {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #777777;
  }

  .ruggrentice_air-v .test_grid2 div:last-child p {
    color: #fff;
  }

  .ruggrentice_air-v .greybox {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
  }

  .ruggrentice_air-v .sma {
    text-align: right;
    color: #fff;
    font-size: 12px;
    margin-top: 12px;
    font-weight: 500;
  }

  .ruggrentice_air-v .tab {
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .ruggrentice_air-v .tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ruggrentice_air-v .tab-menu {
    color: #AEAEAE;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    transition: all .3s ease-out;
  }

  .ruggrentice_air-v .content-group {
    margin-top: 60px;
  }

  .ruggrentice_air-v .content-box {
    display: none;
  }

  .ruggrentice_air-v .content-box_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ruggrentice_air-v .content-box_img.front {
    max-width: 245.05px;
  }

  .ruggrentice_air-v .content-box_img.back {
    max-width: 331.85px;
  }

  .ruggrentice_air-v .tab-menu:not(:first-of-type) {
    border-left: 1px solid #AEAEAE;
    padding-left: 20px;
    margin-left: 20px;
  }

  .ruggrentice_air-v .tab-menu:hover {
    opacity: .5;
    transition: opacity .3s ease;
  }

  .ruggrentice_air-v .tab-menu.current {
    color: #000;
    opacity: 1;
    transition: all .3s ease;
  }

  .block.ruggrentice_air-v .feature {
    margin: 0;
  }

  .ruggrentice_air-v .feature-slider {
    margin-top: 60px;
  }

  .ruggrentice_air-v .slick-track {
    display: flex;
  }

  .ruggrentice_air-v .slick-list {
    padding: 0 35px 0 10px;
  }

  .ruggrentice_air-v .slick-slide {
    height: auto !important;
  }

  .ruggrentice_air-v .slick-slide:nth-child(n+2) {
    margin-left: 12px;
  }

  .ruggrentice_air-v .feature-card {
    background: #fff;
    border: 1px solid #FACD2E;
    border-radius: 4px;
    padding: 20px;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .ruggrentice_air-v .feature-title {
    font-size: 13px;
    color: #000;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .ruggrentice_air-v .feature-description {
    font-size: 13px;
    margin-top: 12px;
    letter-spacing: 0.03em;
    line-height: calc(20/13);
    font-weight: 400;
    min-height: 66px;
  }

  .ruggrentice_air-v .lineup-section .section-header {
    background-image: url(/img/category/ace/ruggrentice_air-v/lineup_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
  }

  .ruggrentice_air-v .lineup-grid {
    margin-top: 20px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ruggrentice_air-v .lineup-link {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ruggrentice_air-v .lineup-link:hover {
    opacity: 0.5;
    text-decoration: none;
  }

  .ruggrentice_air-v .lineup-link:nth-child(n+2) {
    margin-top: 40px;
  }

  .ruggrentice_air-v .lineup-details {
    margin-top: 15px;
    padding: 0 20px;
  }

  .ruggrentice_air-v .lineup-info {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
  }

  .ruggrentice_air-v .lineup-info .model-number {
    font-size: 18px;
    display: block;
  }

  .ruggrentice_air-v .lineup-info .lineup-price {
    display: block;
    font-weight: 500;
    margin-top: 5px;
  }

  .ruggrentice_air-v .lineup-info .lineup-price span {
    display: inline-block;
    font-size: 13px;
  }

  .ruggrentice_air-v .spec-details {
    display: block;
    margin-top: 6px;
  }

  .ruggrentice_air-v .lineup_spec-wrap {
    display: flex;
    align-items: center;
    gap: 12PX;
    margin-top: 12px;
  }

  .ruggrentice_air-v .lineup-specs {
    background: #E5E5E5;
    padding: 6px 10px;
    display: inline-block;
    font-size: 14px;
  }

  /* 続きを見るボタン */

  .ruggrentice_air-v .readmore {
    font-size: 13px;
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 400;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.03em;
  }

  .ruggrentice_air-v .readmore .readmore-arrow img {
    width: 10px;
    height: 10px;
    text-align: center;
    display: block;
    transition: .3s;
    object-fit: contain;
  }

  .ruggrentice_air-v .readmore.on-click .readmore-arrow {
    transform: rotate(180deg);
  }

  .ruggrentice_air-v .readmore .open {
    display: block;
  }

  .ruggrentice_air-v .readmore.on-click .open {
    display: none;
  }

  .ruggrentice_air-v .readmore .close {
    display: none;
  }

  .ruggrentice_air-v .readmore.on-click .close {
    display: block;
  }
}