@charset "UTF-8";

@media screen and (max-width:999px) {
/* ==================
共通 sp
===================*/
body {
    font-size: 14px;
    line-height: 1.7;
}

.wrapper {
    max-width: 600px;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

.section_line {
    margin-top: 0;
}

/* ==================
ファーストビュー sp
===================*/
/* .FV {
    height: calc(100vh / 3);
}

.FV h1 {
    width: calc(100vw / 9);
    min-width: 100px;
    top: 0px;
}

.FV::after {
    content: '';
    display: block;
    width: 100%;
    height: 5vw;
    background-image: linear-gradient(transparent, #ffffff 80%);
    position: absolute;
    bottom: 0;
    left: 0;
} */

h2 {
    line-height: 1;
    margin-top: 35px;
}

h2 span {
    margin-left: 3vw;
}

/* ==================
CAR MODEL sp
===================*/
.cm_mt {
    margin-top: 10vw;
}

.car_list {
    margin-top: 50px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 15px;
}

.car_list li {
    width: calc(100vw / 2.5);
    max-width: 260px;
}

.car_list div {
    max-width: 500px;
}

/* ==========================
MetioSound SERIES & FEATURES sp
============================*/
.bg_img {
    padding-top: 80px;
    padding-bottom: 80px;
}

.MSS_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    color: #fff;
    margin-bottom: 50px;
}

.sp_h2_mt {
    margin-top: 2vw;
}

.MSS_top p:nth-child(2) {
    margin-top: 3vw;
}

.sp_wrap {
    display: block;
    margin-left: 0;
    margin-top: 10px;
}

.MSS_comparison {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2vw;
    margin-top: 5vw;
}

.MSS_comparison div {
    gap: 25px;
}

.MSS_comparison div:nth-child(1) {
    padding: 10px 6vw;
    justify-content: center;
}

.MSS_comparison div:nth-child(2) {
    margin: 0 auto 3vw;
    transform: rotate(90deg);
    width: 10vw;
    max-width: 50px;
}

.MSS_comparison div:nth-child(3) {
    padding: 6vw;
}

.MSS_comparison img {
    max-width: 500px;
    margin: 0 auto;
}

.MSS_btmTxt {
    font-size: clamp(16px, 1vw, 20px);
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-top: 50px;
}

.MSS_details summary {
    padding: 7vw 5vw 12vw;
    margin-top: 50px;
}

.MSS_details:hover summary {
    opacity: 0.8;
}

.details_content {
    margin-top: 50px;
}

.details_btn {
    width: calc(100vw / 20);
    height: calc(100vw / 20);
    top: auto;
    bottom: 18%;
    right: 50%;
    transform: translateX(50%);
}

.details_btn::before,
.details_btn::after {
	width: 10px;
	height: 2px;
}

.details_btn::before {
    width: 2px;
	height: 10px;
}


.features_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
}

.features_container_reverse {
    flex-direction: column;
}

.features_img  {
    max-width: 500px;
    margin: 0 auto;
}

.features_content {
    width: 100%;
    color: #fff;
}

.features_titleBox {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.features_title {
    line-height: 1.5;
}

.features_subTitle {
    margin-top: 5px;
}

.features_txt {
    margin-top: 20px;
}

.gr_line {
    padding-top: 5vw;
    margin-top: 10vw;
}

/* ==========================
CHOICE
============================*/
.section_choice {
    margin-top: 80px;
}

.MetioSound_logo {
    width: calc(100vw / 1.5);
    max-width: 300px;
    margin: 50px auto;
}

.choiceTop_mg {
    margin-bottom: 80px;
}

.flow_sp_grid01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2vw;
}

.flow_sp_grid02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 2vw;
    margin-top: 50px;
}

.flow_sp_grid03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2vw;
}

.flowLine_img {
    width: 5px;
    margin: 0 auto 5px;
}

.flowLine_img02 {
    width: 50%;
    margin: 0 auto 5px;
}

.flow_sp_container {
    flex: 1;
}

.choiceGrid01_item {
    flex-direction: column;
    justify-content: flex-end;
    padding: 2vw;
}

.choiceGrid02_item {
    gap: 2vw;
    padding: 2vw;
}

.choice_icon {
    width: calc(100vw / 11);
}

.choiceGrid01_item p {
    text-align: center;
}

.choiceGrid02_item::after {
    width: 20px;
    height: 7px;
}

.blue_bg {
    background-color: #d2e6f7;
    padding-top: 50px;
    padding-bottom: 80px;
}

.lineUp_titleBox {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.lineUp_titleFlex {
    display: flex;
    align-items: flex-start;
    gap: 2vw;
}

.lineUp_number {
    min-width: 25px;
    min-height: 25px;
    margin-top: 1px;
}

.lineUp_title h3 {
    line-height: 1.5;
}

.lineUp_position {
    margin-top: 10px;
}

.lineUp_price span {
    color: #00409c;
    font-weight: 600;
    line-height: 1;
}

.lineUp_txt {
    margin-top: 10px;
}

.lineUp_titleImg {
    mix-blend-mode: multiply;
}

.lineUp_titleImg {
    width: calc(100vw / 1.6);
    margin: 0 auto;
    max-width: 350px;
    margin-top: 2vw;
}

.lineUp_container {
    margin-top: 40px;
    flex-direction: column;
    gap: 10px;
}

.lineUp_contentTitle {
    writing-mode: horizontal-tb;
    text-align: center;
    background-color: #00409c;
    color: #fff;
    padding: 1vw;
}

.lineUp_container ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lineUp_container li {
    padding: 3vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.lineUp_gridSize {
    grid-column: 1 / 3;
}

.lineUp_container li p {
    text-align: center;
    margin-top: 2vw;
}

.wh_bg {
    margin-top: 50px;
    margin-bottom: 80px;
}


.lineUp_imgFlex {
    display: flex;
    justify-content: center;
    gap: 2vw;
}

.lineUp_container img {
    width: 100%;
    max-width: 500px;
}



/* ==========================
COMPARISON
============================*/
.comparison_mg {
    margin-top: 80px;
    margin-bottom: 100px;
}

.comparison_table {
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.comparison_table th {
    padding: 1vw 0.5vw;
}

.comparison_table td {
    padding: 1vw;
}

.td_padding {
    padding: 1vw 0.5vw;
}

/* ==========================
WARRANTY
============================*/
.line_mg {
    margin-top: 0;
}

.warranty_table {
    margin: 7vw auto 0;
    width: 100%;
    max-width: 500px;
}

.warranty_table th {
    border: 1px solid #fff;
    padding: 1vw;
    text-align: center;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(16px, 1.2vw, 24px);
    background-color: #203269;
}

.warranty_table td {
    border: 1px solid #000;
    text-align: center;
    background-color: #fff;
    padding: 1vw;
}


/* ==========================
footer
============================*/
footer {
    width: 80%;
    max-width: 300px;
}

.footer_container {
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    gap: 3vw;
    width: 100%;
    max-width: 300px;
}

.footer_container a {
    padding: 1vw 2vw;
    color: #fff;
    width: auto;
    margin: 0 auto;
    position: relative;
}

.footer_container a::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    border-bottom: 1.5px solid #fff;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
}

.footer_container a::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #fff;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: rotate(-45deg) translateY(-50%);
}

footer p {
    width: auto;
    max-width: 300px;
    margin: 2vw auto 10vw;
}

}