@charset "utf-8";
/* CSS Document */
.pc{
	display: block;
}

.br_sp{
	display: none;
}
.br_pc{
	display: block;
}

:root {
 --main: #112e5b;  /* メインカラー */
 --hover: #0C4D8B; /* ホバーカラー */
 --bg:#292929 /*背景色 */
}

/*共通*/
.main_wrapper{
width: 100%;
margin: 0 auto;
background-color: var(--bg);
color: #131313;
padding: 0 0 40px;
}

.content{
width: 96%;
max-width: 960px;
margin: 0 auto;
background-color: #ffffff;
box-sizing: border-box;
}

.main_wrapper img{
max-width: 100%;
height: auto;
}


.content_block{
width: 100%;
box-sizing: border-box;
margin: 0 0 40px;
padding: 20px 20px;
}

.content_block h2{
font-size: 26px;
font-weight: 500;
display: block;
width: 100%;
text-align: center;
margin-bottom: 40px;
}


.content_block h2::before  {
  content: '';
  display: inline-block;
  width: 33px;
  height: 32px;
  background-image: url("/PC/ja/asset/img/nw/feature/security_goods/icon_b.webp");
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 6px 0;
}

.content_block h2.f-w{
color: #FFFFFF;
}

.content_block h2.f-w::before  {
  background-image: url("/PC/ja/asset/img/nw/feature/security_goods/icon_w.webp");
}

.text-pc {
    display: inline;
}

.text-sp {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.line {
display: block;
margin: 20px auto 40px;
width: 100%;
height: 1px;
background-color: var(--main);
}





/* TOPイメージ */
.main_img {
background-image: url(/PC/ja/asset/img/nw/feature/security_goods/main_pc.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
aspect-ratio: 1920 / 520;
width: 100%;
max-height: 340px;
min-height: 340px;
position: relative;
margin-bottom: 20px;
}

/* navi ボタン */
/* content navi */

.block_navi  {
width: 96%;
max-width: 960px;
margin-top: 0;
margin: 40px auto;
}
.block_navi ul {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}

.block_navi ul li {
width: calc(100% / 4 - 10px);
}

.nav_btn {
  flex: 1;
  padding: 18px 10px;
  box-sizing: border-box;
  border: var(--main) solid 2px;
  color: var(--main);
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px; 
  border-radius: 5px;
  display: block;
  font-weight: 600;
  background-color: #FFFFFF;
}

.nav_btn:hover {
  background-color: var(--main);
  color: #ffffff;
}

.block_navi ul li a::after  {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url("/PC/ja/asset/img/nw/feature/security_goods/arrow_u.webp");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transform: rotate(90deg);
}

.block_navi ul li a:hover::after  {
  background-image: url("/PC/ja/asset/img/nw/feature/security_goods/arrow.webp");
}

/* content 01 */
.block_01_content{
  background-image: url("/PC/ja/asset/img/nw/feature/security_goods/bg_01.webp");
  background-repeat: no-repeat;
  background-color: #131313;
  background-position: bottom left;
}

.block_01_content .contents{
width: 100%;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}


.block_01_content > .contents >  .content_l{
display: block;
width: 36%;
margin: 0 40px 0 0;
font-size: 14px;
line-height: 1.8;
color: #FFFFFF;
text-align: justify;
text-shadow: #000000 1px 0 10px;
}

.block_01_content >  .contents  > .content_r{
width: calc(64% - 40px);
}

.block_01_content > .contents > .content_r ul{
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}

.block_01_content > .contents > .content_r ul li{
width: 100%;
margin: 3px 0;
padding: 10px;
list-style: none;
background-color: rgba(41,41,41,0.5);;
color: #FFFFFF;
font-size: 14px;

}

.block_01_content > .contents > .content_r > ul li::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/PC/ja/asset/img/nw/feature/security_goods/icon_check.webp");
  background-size: contain;
  vertical-align: middle;
  margin: 0 6px 2px 0;
}

/* content 02 */
.block_02_content{
padding: 20px;
margin-bottom: 0;
}


.block_02_content > .contents{
width: 100%;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}

.block_02_content > .contents > .content_l{
width: 50%;
margin-right: 80px;

}

.block_02_content > .contents > .content_l h2{
text-align: left;
}
.block_02_content > .contents > .content_l p{
font-size: 14px;
line-height: 1.8;
text-align: justify;
display: block;
  background-image: url("/PC/ja/asset/img/nw/feature/security_goods/bg_02.webp");
  background-repeat: no-repeat;
  background-position: bottom right;
padding-bottom: 80px;
}


.block_02_content > .contents > .content_r{
width: calc(45% - 40px);
padding-top: 80px;
}

.block_02_content > .contents > .content_r img{
width: 100%;
max-width: 312px;
}

.emphasis{
font-size: 16px;
font-weight: 600;
background:linear-gradient(transparent 60%, #fff100 60%);
}


.note{
font-size: 12px;
display: block;
margin-top: 16px;
}
/* content 03 */
.block_03_content > .contents > h2{
margin-top: 0;
}

.h_sub{
display: block;
text-align: center;
font-size: 16px;
margin-top: 0.75em;
}

.step-list {
    display: flex;
    align-items: center;
    gap: 40px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.step-item {
    position: relative;
    width: 100%;
    max-width: 800px;
	margin: 0 auto;
}

.step-item img {
    display: block;
    width: 100%;
    height: auto;
}

.step-item + .step-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #1b2d45;
}

.block_03_content > .contents > p{
font-size: 14px;
text-align: center;
margin-top: 20px;
 line-height: 1.8;
}

/* content 04 */
.block_04_content{
background-image: url("/PC/ja/asset/img/nw/feature/security_goods/bg_03.webp");
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
font-size: 14px;
text-align: center;
margin-top: 20px;
line-height: 1.8;
color: #FFFFFF;
}



.block_04_content > .contents > h2{
margin-top: 0;
}

.h_sub{
display: block;
text-align: center;
font-size: 16px;
margin-top: 0.75em;
}

.reason-list {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 860px;
    margin: 0 auto 40px;
	list-style: none;
}

ul.reason-list li{
box-sizing: border-box;
border: #FFFFFF solid 2px;
border-radius: 12px;
padding: 20px;
width: calc(100% / 3 - 16px);
}
ul.reason-list li h3{
box-sizing: border-box;
font-size: 15px;
font-weight: 500;
text-align: center;
display: block;
border-bottom: solid 1px #FFFFFF;
margin: 0;
padding: 0 0 10px;
}

ul.reason-list li p{
font-size: 13px;
text-align: justify;
padding: 10px 0 0;

}

/* content 05 */

.block_05_content > .contents > h2 {
    margin-top: 0;
}

.block_05_content> .contents > h3{
text-align: center;
color: var(--main);
}

.block_05_content p{
text-align: center;
font-size: 14px;

}
.details {
}
.details-summary {
    position: relative;
    display: block;
    width: 100%;
	max-width: 300px;
    min-height: 45px;
    margin: 20px auto;
    padding: 10px 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    background-color: var(--main);
}

.details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
}

.details-summary .btn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    background: none;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* 縦線・横線 */
.details-summary .btn::before,
.details-summary .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.details-summary .btn::before {
    width: 2px;
    height: 18px;
}

.details-summary .btn::after {
    width: 18px;
    height: 2px;
}

/* 開いているとき */
.details-summary.is-active .btn {
    transform: translateY(-50%) rotate(180deg);
}

.details-summary.is-active .btn::before {
    opacity: 0;
}
.details-content {

    padding: 20px;
  background-color: #f5f5f5;
}

.details-content p {
  font-size: 14px;
}

.details-content p:last-of-type {
    margin-bottom: 0;
}

.size-img {
width: 100%;
max-width: 702px!important;
margin: 0 auto;
display: block;
}

.nut_size_table table {
    font-size: 13px;
    table-layout: fixed;
    border-spacing: 0;
    margin: 0 auto 15px 0;
    width: 100%;
}
table {
    border-collapse: collapse;
}
.nut_size_table th {
    background: #e6e6e6;
    font-weight: 700;
}

.nut_size_table th, .nut_size_table td {
    padding: 4px;
    border: 1px solid #a0a0a0;
    text-align: center;
    vertical-align: middle;
}



.nut_size_table .group1 {
    width: 100px;
}
.nut_size_table .group2 {
    width: 80px;
}

.nut_size_table p {
    font-size: 13px;
    text-align: left;
}

.nut_sheet_content{
background-color: #FFFFFF;
border-radius: 16px;
padding: 20px;
}

.nut_sheet_content img{
display: block;
margin: 0 auto 20px;
}


.nut_sheet_content h3{
display: block;
text-align: center;
font-size: 16px;
margin-top: 40px;
}

.nut_sheet_img{
list-style: none;
margin: 0 auto;
padding: 0;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
width: 100%;
max-width: 800px;
}

.nut_sheet_img li{
width: calc(100% / 3 - 20px);
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
margin-bottom: 20px;
}

.nut_sheet_img li img{
display: block;
width: 100%;
max-width: 213px;
margin: 0 auto;
padding: 0;
}

.nut_sheet_img li h4{
display: block;
width: 100%;
max-width: 800px;
text-align: center;
margin: 10px auto;
padding: 0;
}

.nut_sheet_img li p{
font-size: 13px;
display: block;
text-align: center;
margin: 0 auto;
}

p.sheet_note{
display: block;
width: 100%;
max-width: 800px;
font-size: 13px;
text-align: left;
margin-bottom: 20px;
}


.locknut-list {
    width: min(100%, 1000px);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.locknut-item {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    grid-template-areas:
        "image heading"
        "image body";
    column-gap: 40px;
    align-items: start;

    padding: 42px 10px;
    border-bottom: 2px solid #73849a;
    box-sizing: border-box;
}



.locknut-item:first-child {
    border-top: 2px solid #73849a;
}
.locknut-item:last-child {
    border-bottom: none;
}

.locknut-item__heading {
    grid-area: heading;
    min-width: 0;
}

.locknut-item__label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 26px;

    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    white-space: nowrap;
    background-color: #052d5a;

    clip-path: polygon(
        12px 0,
        100% 0,
        calc(100% - 12px) 100%,
        0 100%
    );
}
.locknut-item__title {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.locknut-item__sub-label {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 8px;
    border: 1px solid #052d5a;

    color: #052d5a;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
}

.locknut-item__image {
    grid-area: image;
    width: 100%;
}

.locknut-item__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background-color: #f3f4f6;
}

.locknut-item__body {
    grid-area: body;
    min-width: 0;
    padding-top: 15px;
}

p.locknut-item__description {
    margin: 0 0 18px;
    font-size: 14px;
	text-align: left;
    line-height: 1.8;
}

.locknut-item__recommend {
    margin-top: 16px;
}

p.locknut-item__recommend-title {
    margin: 0 0 8px;
    padding-bottom: 7px;
    border-bottom: 2px solid #73849a;
    

    color: var(--main);
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}

.locknut-item__recommend-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.locknut-item__recommend-list li {
    position: relative;
    margin-top: 6px;
    padding-left: 20px;

    color: #222;
    font-size: 14px;
    line-height: 1.6;
}

.locknut-item__recommend-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;

    color: var(--main);
    font-weight: bold;
}

.locknut-item__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
      width: 100%;
}

.locknut-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 38px 10px 18px;
    box-sizing: border-box;

    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background-color: var(--clr-prime);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.locknut-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;

    transform: translateY(-50%);
}

.locknut-button:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

/* スマホ版 */
@media screen and (max-width: 768px) {
    .locknut-list {
        padding: 0 15px;
    }

    .locknut-item {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "heading"
            "image"
            "body";
        row-gap: 0;

        padding: 32px 0;
    }

    .locknut-item__heading {
        margin-bottom: 16px;
    }

    .locknut-item__label {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .locknut-item__title {
        font-size: 20px;
    }

    .locknut-item__sub-label {
        display: block;
        width: fit-content;
        margin: 8px 0 0;
    }

    .locknut-item__image {
        width: min(100%, 360px);
        margin: 0 auto;
    }

	   .locknut-item__image img {
        width: 80%;
        margin: 0 auto;
    }

    .locknut-item__body {
        padding-top: 18px;
    }

    .locknut-item__description {
        font-size: 14px;
        line-height: 1.75;
    }

    .locknut-item__recommend-title {
        font-size: 14px;
    }

    .locknut-item__recommend-list li {
        font-size: 13px;
    }

    .locknut-item__buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .locknut-button {
        width: 100%;
        min-height: 48px;
    }
}
/* content 06 */

.block_06_content {
background-color: var(--main);
    }
.mcgard-detail {
    width: min(100%, 1000px);
    margin: 0 auto;
    padding: 0 30px 80px;
    box-sizing: border-box;
}

.mcgard-detail_wrapper{
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 40px;
}


.mcgard-detail__main {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 35px;
    align-items: start;

}

.mcgard-detail__product-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border: solid 1px #565656;
}

.mcgard-detail__brand {
    width: 165px;
    margin-bottom: 8px;
}

.mcgard-detail__brand img {
    display: block;
    width: 100%;
    height: auto;
}

.mcgard-detail__title {
    margin: 0 0 22px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
}

.mcgard-detail__description {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.8;
}

.mcgard-detail__price-area {
    margin-top: 20px;
    text-align: right;
}

.mcgard-detail__price {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
  font-family: "din-2014", sans-serif;
  color: #d30003;
  font-weight: 700;
}

.mcgard-detail__price span {
    font-size: 20px;
}

.mcgard-detail__list-price {
    margin: 4px 0;
    font-size: 13px;
    font-weight: bold;
}

.mcgard-detail__direct {
    display: inline-block;
    margin: 0;
    padding: 4px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-color: #000;
}

.mcgard-detail__gallery {
    display: grid;
    grid-template-columns: 230px 230px;
    gap: 12px;
   margin: 40px 0;
}

.mcgard-detail__gallery-item {
    margin: 0;
}

.mcgard-detail__gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.mcgard-detail__appeal {
    margin: 30px 0 22px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
}

.sp-only {
    display: none;
}

/* PC用スペック表 */
.fitment-pc {
 display: block;
margin-top: 40px;
}

.fitment-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #555;
}

.fitment-table th,
.fitment-table td {
    padding: 8px 6px;
    border: 1px solid #aaa;
    color: #000;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}

.fitment-table th {
    font-weight: normal;
    background-color: #eee;
}

/* 列幅 */
.fitment-table th:nth-child(1) {
    width: 11%;
}

.fitment-table th:nth-child(2) {
    width: 10%;
}

.fitment-table th:nth-child(3) {
    width: 12%;
}

.fitment-table th:nth-child(4) {
    width: 12%
}

.fitment-table th:nth-child(5) {
    width:8%;
}

.fitment-table th:nth-child(6) {
    width: 8%;
}

.fitment-table th:nth-child(7) {
    width: 18%;
 overflow-wrap: anywhere;
}

.fitment-table th:nth-child(8) {
    width: 20%;
}
/* 商品ページボタン */
.product-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 30px;
    padding: 5px 26px 5px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    background-color: var(--clr-prime);
    transition: opacity 0.3s ease;
}

.product-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    transform: translateY(-50%);
}

.product-link:hover {
    opacity: 0.75;
}

/* スマホ専用要素はPCで非表示 */
.fitment-toggle,
.fitment-mobile {
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* スマホ版 */
@media screen and (max-width: 768px) {

    .mcgard-detail {
        padding: 24px 0 55px;
    }

    /*
     * 上部レイアウト
     * 左：商品画像
     * 右：ロゴ・商品名・価格
     */
    .mcgard-detail__main {
        display: grid;
        grid-template-columns:
            minmax(0, 48%)
            minmax(0, 52%);
        column-gap: 12px;
        row-gap: 0;
        align-items: start;
    }

    /*
     * infoの子要素を
     * mcgard-detail__mainのグリッドに直接配置
     */
    .mcgard-detail__info {
        display: contents;
    }

    /* 商品画像 */
    .mcgard-detail__product-image {
        grid-column: 1;
        grid-row: 1 / 4;
        min-width: 0;
    }

    .mcgard-detail__product-image img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    /* ブランドロゴ */
    .mcgard-detail__brand {
        grid-column: 2;
        grid-row: 1;
        width: min(100%, 100px);
        margin: 0 0 6px;
        min-width: 0;
        align-self: start;
    }

    .mcgard-detail__brand img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* 商品名 */
    .mcgard-detail__title {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        min-width: 0;

        color: #000;
        font-size: clamp(13px, 4vw, 16px);
        font-weight: bold;
        line-height: 1.35;
        text-align: left;
    }

    /* 価格エリア */
    .mcgard-detail__price-area {
        grid-column: 2;
        grid-row: 3;
        margin: 10px 0 0;
        min-width: 0;
        text-align: right;
        align-self: end;
    }

    .mcgard-detail__price {
        margin: 0;
        color: #d30003;
        font-family: "din-2014", sans-serif;
        font-size: clamp(20px, 6.4vw, 27px);
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
    }

    .mcgard-detail__price span {
        font-size: clamp(12px, 4vw, 17px);
    }

    .mcgard-detail__list-price {
        margin: 4px 0;
        font-size: clamp(8px, 2.6vw, 10px);
        font-weight: bold;
        line-height: 1.4;
        white-space: normal;
    }

    .mcgard-detail__direct {
        display: inline-block;
        margin: 0;
        padding: 3px 6px;

        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.3;
        background-color: #000;
    }

    /* 訴求文 */
    .mcgard-detail__appeal {
        grid-column: 1 / -1;
        grid-row: 4;

        margin: 18px 0 8px;
        padding: 0 12px;

        color: #000;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.9;
        text-align: center;
    }

    /* 商品説明 */
    .mcgard-detail__description {
        grid-column: 1 / -1;
        grid-row: 5;

        margin: 0;
        padding: 0 12px;

        color: #000;
        font-size: 12px;
        line-height: 1.8;
        text-align: center;
    }

    .sp-only {
        display: block;
    }

    /* サブ画像 */
    .mcgard-detail__gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;

        margin: 22px 10px;
    }

    .mcgard-detail__gallery-item {
        min-width: 0;
        margin: 0;
    }

    .mcgard-detail__gallery-item img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    /* PCテーブル非表示 */
    .fitment-pc {
        display: none;
    }

    /* 適合表開閉ボタン */
    .fitment-toggle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

        width: min(calc(100% - 40px), 240px);
        min-height: 42px;
        margin: 16px auto 20px;
        padding: 8px 45px 8px 20px;
        border: 0;
        box-sizing: border-box;

        color: #fff;
        font-family: inherit;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        background-color:var(--clr-prime);
        cursor: pointer;
    }

    /* ＋／－アイコン */
    .fitment-toggle__icon {
        position: absolute;
        top: 50%;
        right: 18px;

        width: 14px;
        height: 14px;

        transform: translateY(-50%) rotate(0deg);
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    .fitment-toggle__icon::before,
    .fitment-toggle__icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;

        background-color: #fff;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease;
    }

    /* 縦線 */
    .fitment-toggle__icon::before {
        width: 2px;
        height: 14px;
    }

    /* 横線 */
    .fitment-toggle__icon::after {
        width: 14px;
        height: 2px;
    }

    /* 開いているとき */
    .fitment-toggle[aria-expanded="true"] .fitment-toggle__icon {
        transform: translateY(-50%) rotate(180deg);
    }

    .fitment-toggle[aria-expanded="true"]
    .fitment-toggle__icon::before {
        opacity: 0;
    }

    /* スマホ用適合表 */
    .fitment-mobile {
        display: grid;
        width: calc(100% - 40px);
        margin: 0 auto 40px;
        gap: 12px;
        box-sizing: border-box;
    }

    .fitment-mobile[hidden] {
        display: none;
    }

    /* 品番別カード */
    .fitment-card {
        width: 100%;
        border: 1px solid #666;
        box-sizing: border-box;
        background-color: #fff;
    }

    .fitment-card__list {
        margin: 0;
    }

    .fitment-card__row {
        display: flex;
        flex-direction: column;
        margin: 0;
        text-align: center;
    }

    .fitment-card__row dt {
        margin: 0;
        padding: 6px 10px;

        color: #000;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.4;
        background-color: #e5e5e5;
    }

    .fitment-card__row dd {
        margin: 0;
        padding: 7px 10px;

        color: #000;
        font-size: 12px;
        line-height: 1.5;
        background-color: #fff;
    }

    .fitment-card__row--number dd {
        font-weight: bold;
    }

    .fitment-card__button {
        padding: 12px 10px 18px;
        text-align: center;
    }

    .fitment-card .product-link {
        min-width: 120px;
        min-height: 30px;
    }
}

/* content 07 */

.block_07_content {
    }

.block_07_content > .contents > h2 {
    margin-top: 0;
}

.pn{
margin: 0;
font-size: 14px;
}

.mcgard-detail__price-item + .mcgard-detail__price-item {
    margin-top: 16px;
}

.mcgard-detail__price-item .pn {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: bold;
}

.mcgard-detail__price-area > .mcgard-detail__direct {
    margin-top: 12px;
}


.block_07_content .mcgard-detail_wrapper{
	background-color: transparent;
	border-radius: 0;
	padding: 16px 16px 40px;
	border-bottom: solid 2px var(--main);
	margin-bottom: 40px;
}



@media screen and (max-width: 768px) {
    .mcgard-detail__price-item + .mcgard-detail__price-item {
        margin-top: 8px;
    }

    .mcgard-detail__price-item .pn {
        margin-bottom: 1px;
        font-size: 9px;
    }

    .mcgard-detail__price-area > .mcgard-detail__direct {
        margin-top: 6px;
    }
}

/* 列幅 */
.block_07_content .fitment-table th:nth-child(1) {
    width: 11%;
}

.block_07_content .fitment-table th:nth-child(2) {
    width: 10%;
}

.block_07_content .fitment-table th:nth-child(3) {
    width: 12%;
}

.block_07_content .fitment-table th:nth-child(4) {
    width: 12%;
}
.block_07_content .fitment-table th:nth-child(5) {
    width: 18%;
}

.block_07_content .fitment-table th:nth-child(6) {
    width:37%;
}
.block_07_content .locknut-item__buttons {
-webkit-box-pack: end;
justify-content: flex-end;
width: 100%;
}

.block_07_content .locknut-button {
width: 100%;
}


@media screen and (max-width: 768px) {

	
}



/*タブレットスタイル 大*/
@media only screen and (max-width : 860px) {
/* TOPイメージ */
 .main_img {
    height: 340px;
  }
}	


/*タブレットスマホスタイル*/
@media only screen and (max-width : 768px) {
	
    .text-pc {
        display: none;
    }

    .text-sp {
        display: inline;
    }
	
 .main_img {

    background-image: url(/PC/ja/asset/img/nw/feature/security_goods/main_sp.webp);
    background-size: contain;
    aspect-ratio: 1000 / 776;
	height: auto;
    max-height: none;

  }
	
	
	
/* content 01 */
.block_01_content{
 background-position: top left;
}	
	
.block_01_content > .contents{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
	

	
.block_01_content > .contents > .content_l{
width: 100%;
margin: 0 0 40px;
}

.block_01_content > .contents > .content_r{
width: 100%;
}
	
/* content 02 */

.block_02_content > .contents > .content_l {
    width: 100%;
    margin:0 0 20px;
}
.block_02_content > .contents > .content_l h2 {
    text-align: center;
}
.block_02_content > .contents > .content_l p {
    padding-bottom: 0;
}

	.block_02_content > .contents > .content_r {
    width:100%;
    padding-top: 20px;
}
	
.block_02_content > .contents > .content_r img {
    width: 80%;
    max-width: 312px;
	margin:0 auto;
	display: block;
}
/* content 03 */
.step-list {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .step-item {
        width: 100%;
       max-width:240px;
    }

    /* SPでは右向き矢印を非表示 */
    .step-item + .step-item::before {
        display: block;

    top: -23px; 
    left: 50%;
transform: rotateX(-50%);
transform: rotate(90deg);
    }

/* content 04 */
	ul.reason-list li {
    width: 100%;
	margin-bottom: 20px;
}
	
	
	

/* 中央寄せコンテンツ */
.main_inner {
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
-webkit-box-pack: end;
justify-content: flex-end;
padding:20px 20px 0;
box-sizing: border-box;
}

/* テキスト画像 */
.main_copy {
  width: 56%;
}

.sub_copy {
  width: 36%;
  margin:30px 0;
}

.main_copy img,.sub_copy img {
  width: 100%;
  display: block;
}

/* ボタンエリア */
.main_img_btn {
  width: 65.5%;
  display: flex;
  gap: 20px;
  margin-top: 24px;
flex-wrap: wrap;
}

/* ボタン */
.cta_btn {
  flex: 1;
  padding: 9px 12px;
  box-sizing: border-box;
  background-color: var(--main);
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px; 
  border-radius: 5px;
 display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
 
}

.cta_btn:hover {
  opacity: 0.8;
}

.search_btn{
width: 36px;
margin:0 10px 0 0;
}

.cta_btn p{
display: block;
margin:0;
text-align: left;
}



.cta_btn span {
display: block;
}

.cta_btn span:last-child::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/cta_arrow.webp");
  background-size: contain;
  vertical-align: middle;
 margin: 0 0 3px 6px;

}
.cta_btn a{
display: block;
width: 100%;
}




.block_01_content{
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}


.block_01_content_item{
width: calc(25% - 8px);
box-sizing: border-box;
border: var(--main) solid 2px;
border-radius: 5px;
padding: 6px;
background-color: #FFFFFF;
}

.block_01_content_item > .hl{
display: -webkit-box;
display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
align-items: center;
width: 100%;
flex-wrap: wrap;
}

.block_01_content_item > .hl img{
display: block;
width: 28%;
height: auto;
margin-right: 6px;
}

.block_01_content_item > .hl h3{
color: var(--main);
font-size: 18px;
display: block;
line-height: 1.2;
width: calc(72% - 6px);
}
.block_01_content_item > .hl h3 span{
display: inline-block;
}

.block_01_content_item > p{
font-size: 14px;
padding: 4px;
font-weight: 300;
line-height: 1.8;
}

/* content02 */

.block_02_content{
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
}


.block_02_content_item{
width: calc(20% - 8px);
box-sizing: border-box;
padding: 12px;
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;


}

.block_02_content_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 2px;
  height: 100%;
  background-color: var(--main);
}

.block_02_content_item:last-child::after {
  display: none;
}

.block_02_content_item img{
display: block;
width: 32%;
height: auto;
}

.block_02_content_item h3{
color: var(--main);
font-size: 13px;
display: block;
text-align: center;
}

.block_02_content_item > p{
font-size: 12px;
text-align: center;
line-height: 1.8;
}

/* content02 */

/*スライダー */
.slider {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}

.slide-dots {
  margin: 0 0 30px 0;
  padding: 0!important;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/images/dot.webp");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  width: 18px;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;

}
.slide-dots li.slick-active button::before {
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/images/dot_active.webp");
}

.slide-dots li button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.slide-arrow {
  position: absolute;
  bottom: 50%;
  margin-top: -15px;
  width: auto;
  z-index: 1;
  transform: translateY(-50%)
}
.prev-arrow {
  left: 0;
  cursor: pointer;
}
.next-arrow {
  right: 0;
  cursor: pointer;
}
.prev-arrow:hover,
.next-arrow:hover {
  opacity: 0.8;
}


.slick-list {
  padding: 20px 0 !important;
}
.tire_lineup {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 16px;
  position: relative;
}

.pickup {

background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/images/pickup_bg.webp");
background-size: contain;
}


.new_icon {
  position: absolute;
  top: 36px;
  right: 8px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color:  var(--main);
  background-color: #fae500;
  box-sizing: border-box;
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.report_icon {
position: absolute;
left:50%;
transform: translateX(-50%);
width: 90%!important;
top:-20px;
}


.lineup_name {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}

.lineup_img {
  position: relative;
  margin: 0 auto;
}

.lineup_img img {
  width: 180px;
  height: 130px;
  object-fit: cover;
  object-position: top center;
  margin: 0 auto;
  display: block;

}

.logo_img{
width: 80%!important;
margin: 0 auto;
display: block;
}


.lineup_name h3 {
  color: var(--main);
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 4px auto 10px;
}

.tire_lineup p {
font-size: 14px;
height: 80px;
}

.btn_link {
  flex: 1;
  padding: 6px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px; 
  border-radius: 5px;
  display: block;
  font-weight: 600;
  background-color:  var(--main);
  margin-top: 10px;
}

.btn_link::after  {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/images/arrow.webp");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transform: rotate(90deg);
}

.item_info_wrapper{
  width: 100%;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/bg_02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-sizing: border-box;
  padding: 40px;
}

.item_info_content{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
 position: relative;
}

.item_info_content_img{
width: calc(37.5%);
margin-right: 32px;
display: block;
}

.item_info_content_img img{
width: 100%;
height: auto;
}

.item_info_spec{
width: calc(62.5% - 32px);
height: auto;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
align-items: flex-start;
}
.item_info_logo_img{
max-width: 260px!important;
height: auto;
}

.item_name_wrapper{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: end;
align-items: flex-end;
}

.item_name{
display: block;
width: calc(100% - 120px);
margin: 0 20px 0 0;
}

.item_name h3{
font-size: 32px;
margin: 0;
}

.item_name h3 {
font-size: 32px;
margin: 0;
}


.item_name p{
font-size:14px;
display: block;
margin-top: -0.2em;
}

.item_name p span{
display: inline-block;
}


.item_size{
  background-color: #FFFFFF;
  border-radius: 5px;
  border: var(--main) solid 2px;
  box-sizing: border-box;
  padding: 12px 6px;
  color: var(--main);
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
}

.item_info_spec_hd{
 display: block;
 width: 100%;
 max-width: 465px;
 color: var(--main);
 font-size: 20px;
 font-weight: 600;
 line-height: 1.5;
 margin: 10px 0;
}
.item_info_spec_hd span{
 display: inline-block;

}
.item_info_spec_text{
 display: block;
 width: 100%;
 max-width: 460px;
 font-size: 14px;
 line-height: 1.8;
 text-align: justify;
}

.item_spec_details{
  width: 100%;
  padding:18px 6px;
  box-sizing: border-box;
  color: var(--main);
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px; 
  border-radius: 5px;
  display: block;
  font-weight: 600;
  background-color: #ffffff;
  /*margin:20px 0;*/
  border: var(--main) solid 2px;
}

.item_spec_details:hover{
  opacity: 0.8;
}

.modal_icon::after{
  content: '';
  display: inline-block;
  width: 16px;
  height:16px;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/window_open.webp");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}


.modal_icon_b::after{
  content: '';
  display: inline-block;
  width: 16px;
  height:16px;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/window_open_b.webp");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}
.fit-model-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 2px solid #0071bc;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  margin: 20px 0;

}

.fit-model-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #0071bc;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.fit-model-list {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  flex: 1;
flex-wrap: wrap;
/*overflow-x: auto;*/
}

.fit-model-list li {
  padding: 0 6px ;
  border-right: 1px solid #0071bc;
 margin-bottom: 6px;
/* flex: 0 0 auto;*/
}

.fit-model-list li:last-child {
  border-right: none;
}

.fit-model-list img {
  display: block;
  height: 40px;
  width: auto;
}

.item_bottom_area{
  position:absolute;
  right:0;
  bottom:0;
  width:calc(62.5% - 32px);
}


.cta_btn_area{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
width: 100%;
margin: 20px 0;
}

.cta_btn_area > .cta_btn{
width: calc(50% - 10px)!important;
padding: 20px;
flex: none;
}
.cta_icon::after{
  content: '';
  display: inline-block;
  width: 16px;
  height:16px;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/cta_arrow.webp");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}

.coming-soon{
background-color:#868686;
cursor: pointer
}

.coming-soon > .cta_icon::after{
  content: '';
  background-image: none;
  margin: 0;
  width: 0;
}


.coming-soon > p{
display: block;
width: 100%!important;
text-align: center!important;
}

.coming-soon:hover {
  opacity: 1;
}

.reoprt_wrapper{
display: block;
width: 100%;
padding: 20px;
background-color:#fffee3;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
align-items: flex-end;
}

.report_img{
display: block;
width: 36%;
height: auto;

}

.report_img img{
width: 100%;
border-radius:5px;
vertical-align: bottom;
}

.report_content{
display: block;
width: calc(64% - 20px);
margin-left: 20px;

}

.report_content h3{
display: block;
color:var(--main);
margin: 0 0 20px 0;
text-align-last: left;
}

.report_content h3::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202605/news_icon.webp);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 3px 0;
}

.report_content p{
font-size: 14px;
}


.report_btn{
  width: 100%;
  padding:18px 6px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px; 
  border-radius: 5px;
  display: block;
  font-weight: 600;
  background-color:  var(--main);
  margin:20px 0 0;
}

.report_btn:hover{
  opacity: 0.8;
}
/*タブレットスタイル*/
@media only screen and (max-width : 1106px) {

  .item_bottom_area {
    position: static;
    margin: 20px auto 0;
	width:80%;
  }

	
	}

/*タブレットスタイル*/
@media only screen and (max-width : 930px) {

	
.report_icon {
    width: 80% !important;
}
	
	}

/*タブレットスタイル*/
@media only screen and (max-width : 860px) {
/* TOPイメージ */
.main_img {
max-height:auto;
min-height: auto;
 margin-bottom: 40px;
}
	
.main_inner {
height: auto;
padding-top: 40px;

}

.main_copy {
 width: 60%;
}
	
.sub_copy {
 width: 46%;
}	
	
.main_img_btn {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* content navi */

.block_navi  {
margin-top: 0;
}
	

.block_navi ul li a::after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202605/images/arrow_u.webp);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    transform: rotate(90deg);
}

	.block_navi ul li a:hover::after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202605/images/arrow.webp);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    transform: rotate(90deg);
}
	
.nav_btn {
    padding: 6px;
}
	
.block_01_content_item {
    width: calc(50% - 8px);
    box-sizing: border-box;
    border: var(--main) solid 2px;
    border-radius: 5px;
    padding: 6px;
    background-color: #FFFFFF;
    margin-bottom: 16px;
}	
.block_01_content_item > .hl h3{
width: calc(84% - 6px);
}	
	
	.block_01_content_item > .hl img {
    display: block;
    width: 16%;
    height: auto;

}
	

}




/*タブレットスタイル*/
@media only screen and (max-width : 860px) {
	
.item_info_spec_hd {
    font-size: 18px;
}
}	



/*タブレットスタイル*/
@media only screen and (max-width : 768px) {

.pc{
	display: none;
}


.br_sp{
	display: block;
}
.item_info_wrapper {
    padding: 20px;
}
.item_name_wrapper {
-webkit-box-align: start;
align-items: flex-start;

}
	
.item_size {
margin-top: 6px;
}	
	
 .main_img {
    width: 100%;
	height: auto;
    max-height: none;
    aspect-ratio: 1000 / 776;
    background-image: url(/PC/ja/asset/img/nw/feature/security_goods/main_sp.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
	
.block_navi ul li {
    width: calc(100% / 2 - 10px);
 margin-bottom: 20px;
}
	
}

@media only screen and (max-width : 730px) {

.pc{
	display: none;
}

.br_sp{
	display: block;
}
.item_info_wrapper {
    padding: 20px;
}
.item_name_wrapper {
-webkit-box-align: start;
align-items: flex-start;

}
	
.item_size {
margin-top: 6px;
}	
	
.item_info_content_img {
    width: 34.5%;
}	
.item_info_spec {
    width: calc(65.5% - 32px);
}	
}

@media only screen and (max-width : 600px) {
	
.br_pc{
	display: none;
}

.block_navi ul li {
    width: 100%;
 margin-bottom: 20px;
}
	
	
	
	
/*
	.main_img {
background-image: url(/PC/ja/asset/img/nw/feature/studless/202605/main_sp.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
aspect-ratio: 1920 / 520;
width: 100%;
max-height: 560px;
min-height: 560px;
position: relative;
margin-bottom: 20px;
}


.main_inner {
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
-webkit-box-pack: start;
justify-content: flex-start;
padding:20px 20px 0;
box-sizing: border-box;
}

.main_copy {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.sub_copy {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
*/


  /* 中央寄せコンテンツ */
  .main_inner {
    height: 100%;
    justify-content: flex-start;
    padding: 20px 12px 0;
  }

  /* タイヤ画像の上 */
  .main_copy {
    width: 100%;
    max-width: 460px;
    margin: 20px auto;
    position: relative;
    z-index: 2;
  }

  /* タイヤ画像の下 */
  .sub_copy {
    width: 100%;
    max-width: 400px;
    margin: auto auto 16px;
    position: relative;
    z-index: 2;
  }

  /* ボタン */
  .main_img_btn {
    width: 100%;
    gap: 12px;
    margin-top: 18px;
    position: relative;
    z-index: 2;
  }
	
.item_info_logo_img{
max-width: 200px!important;
height: auto;
}

}

.layout-box_wrapper{
  width: 100%;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/bg_02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}


.box {
/*border: 1px solid #ccc;*/
  box-sizing: border-box;
  display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
}

/* PC */
.layout-box {
  width: 100%;
  display: grid;
  grid-template-columns: 37.5% calc(62.5% - 32px);
  column-gap: 32px;
  row-gap: 8px;
  grid-template-areas:
    "a b"
    "a c"
    "a d"
    "a e"
    "a f"
    ". g";
}

.box-a { grid-area: a; padding: 40px 0 0 0;}
.box-b { grid-area: b; }
.box-c { grid-area: c; }
.box-d { grid-area: d; }
.box-e { grid-area: e; }
.box-f { grid-area: f; }
.box-g { grid-area: g; }

.new_label{
    position: absolute;
    top:0;
    left:0;
    content: '';
    display: block;
    width: 140px;
    height: 132px;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202605/new_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 auto;
}

.pickup_sub_items .new_label{
    width: 100px;
    height: 94px;
}

@media only screen and (max-width: 900px) and (min-width: 769px) {
  .layout-box {
    grid-template-columns: 37.5% calc(62.5% - 32px);
    grid-template-areas:
      "a b"
      "a c"
      "a d"
      "a e"
      "f f"
      "g g";
  }
}
@media only screen and (max-width : 560px) {
.search_btn{
display: none;
}
.new_label {
    display: block;
    width: 120px;
    height: 113px;
}


.br_sp {
  display: none!important;
    }
	
.studlesstire_block_content h2 {
    font-size: 20px;
}
.studlesstire_block_content h2::before, .studlesstire_block_content h2::after {
    width: 26px;
    height: 30px;

}
    .block_navi ul li {
        width: 100%;
    margin-bottom: 20px;
    }
.block_navi ul li a::after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202605/images/arrow_u.webp);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    transform: rotate(90deg);
}

	.block_navi ul li a:hover::after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202605/images/arrow.webp);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    transform: rotate(90deg);
}
    .block_01_content_item {
        width: 100%;
    }
	
.report_icon {
        width: 60% !important;
    }
.logo_img {
    width: 60% !important;
}
}	
/* スマホ */
@media only screen and (max-width: 768px) {
	
.box {
-webkit-box-pack: center;
justify-content: center;
}

	
 .layout-box {
    grid-template-columns: 1fr;
    row-gap: 8px;

    grid-template-areas:
      "b"
      "c"
      "a"
      "d"
      "e"
      "f"
      "g";
  }
.box-a{
margin-top: 20px;
  }
	
	
.box-a img {
width: 100%;
max-width: 400px;
margin: 0 auto;
display: block;
  }
	
.slick-list {
    min-height: 460px !important;
}

.item_name{
width: 100%;
margin: 0 auto;
text-align: center;
  }

.item_size {
margin: 6px auto;
padding: 6px;
  }
	
.item_info_spec_hd{
text-align: center;
font-size: 17px;
  }
	
	
}


.block_03_title{
text-align: center;
font-size: 17px;
  }
	
.pickup_sub{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
padding: 20px 0 0;

  }


.pickup_sub_items{
width: calc(50% - 10px);
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
flex-wrap: wrap;
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202605/bg_02.webp");
  background-size: 160% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px 0;
-webkit-box-align: center;
align-items: center;

-webkit-box-align: center;
align-items: center;
position: relative;

  }

.item_info_logo_sub_img{
width: 46%;

  }

.sub_wrapper{
width: 100%;

  }
.sub_wrapper > .item_name{
width: 100%;
margin: 0;
  }

.sub_wrapper > .item_name h3{
text-align: center;
font-size: 24px;
  }

.sub_wrapper > .item_name h3 span{
display: inline-block;
  }

.sub_tire_img{
display: block;
width: 100%;
max-width: 360px;
margin: 0 auto;
  }

.pickup_sub_items > .item_size {
 padding: 6px;
 margin: 6px auto;

}


.pickup_sub_items > .item_info_spec_hd{
 font-size: 18px;
 text-align: center;

}
.pickup_sub_items > .fit-model-box {
margin: 20px auto 0;
}


.pickup_sub_items > .fit-model-box > .fit-model-title{
    width:100%;
}



.pickup_sub_items > .fit-model-box > .fit-model-list img {
    display: block;
    height: 32px;
    width: auto;
}


.pickup_sub_items > .item_spec_details {
    margin: 20px 0 0;

}

.pickup_sub_items > .cta_btn_area {
    margin: 20px 0 0;
}


.pickup_sub_items > .cta_btn_area > .cta_btn {
width: 100%!important;
margin-bottom: 20px;

}




.cp_icon{
    position: absolute;
    top: 14%;
    right: 5%;
    width: 26%;
    max-width: 100px;
}



@media only screen and (max-width : 768px) {
.pickup_sub_items{
width: 100%;

}
.sub_tire_img{
width: 80%;
max-width: 600px;
  }	



.pickup_sub_items .new_label{
    width: 100px;
    height: 94px;
}
.report_img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.report_content {
    display: block;
    width: 100%;
    margin-left: 0;
}
	
	}
