@charset "utf-8";

:root {
    --base-blogs-font-size:    14px;
    --base-blogs-font-weight:  700;
    --base-color:   #1D4127;
    --main-color:   #809887;
    --base-border-color: solid 1px #1D4127;
    --compact-blogs-font-size: 12px;
    --item-bg-color:   #E4EAE6;
}

/*-- SP／デバイス共通定義 --*/

/* パンくず */
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
    flex-wrap: wrap;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
/* メインビジュアル */
.key-visual {
    width: 100%;
    height: auto;
}
.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.title a{
    text-decoration: none;
    font-size: 12px;
}
.title img {
    width: 100%;
    height: auto;
}
.coupon {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 20px auto 20px auto;
}
.coupon img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.coupon button {
    margin-bottom: 5px;
}
.coupon_text p {
    font-size: 12px;
}
.coupon_text a {
    text-decoration: underline;
}
.item {
    width: 90%;
    margin: auto;
}
/* 車種リンク */
.model_link {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.model_link_title {
    margin: 20px auto 20px auto;
}
.model_link_title img {
    text-align: center;
    width: 100%;
    height: auto;
}
.model_link_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.model_link_item {
    width: calc(50% - 5px);
    height: auto;
}
/* 車種画像 */
.model {
    width: 100%;
    padding-top: 100px;
    margin-top: -100px;
}
.model_image img{
    width: 100%;
    height: auto;
    margin-bottom: -30px;
}
.size_img img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}
.set_box {
    height: auto;
    width: 100%;
    display: flex;
    background-color: var(--item-bg-color);
    justify-content: space-evenly;
}
.set_item {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item-2 {
    width: 33%;
}
.set_item a{
    background-color: var(--item-bg-color);
    text-align: center;
}
.set_item img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.set_item a:hover {
    text-decoration: none;
    opacity: 1!important;
}
.set_item span {
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    width: 100%;
    color: var(--base-color);
    background-color: var(--main-color);
    margin-bottom: 8px;
}
.set_item p {
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 8px;
}
.price {
    border: var(--base-border-color);
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    background-color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.price var {
    font-style: normal;
}
.set_item .price p {
    font-size: 10px!important;
    vertical-align: bottom;
    margin-bottom: -5px;
}
.set_item a:hover .price {
    background-color: #ffffff;
    color: var(--base-color);
}
.border_r {
    border-right: var(--base-border-color);
}
.border_l {
    border-left: var(--base-border-color);
}

/* タイヤ単品 */
.title_tire {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.maker img {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tire_list {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.tire_list-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.last {
    margin-bottom: 20px;
}
.tire_item {
    width: 47%;
}
.tire_item a {
    text-align: center;
    background-color: var(--item-bg-color);
    border-left: var(--base-border-color);
    border-right: var(--base-border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tire_item a:hover {
    text-decoration: none;
    opacity: 1!important;
}
.tire_item a:hover .tire_link {
    background-color: #ffffff;
    color: var(--base-color);
}
.tire_item span {
    font-size: 11px;
    display: block;
    font-weight: bold;
    margin: 20px auto 30px auto;
}
    .kavlar {
        font-size: 10px!important;
        margin-bottom: 0px!important;
    }
.tire_image img {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}
.tire_link {
    border: var(--base-border-color);
    border-radius: 5px;
    width: 90%;
    height: 40px;
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background-color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
/* トップへ戻る */
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 3%;
    z-index: 100;
}
#pagetop a {
    background-color: var(--item-bg-color);
    display: block;
    width: 35px;
    height: 35px;
    border: var(--base-border-color);
    border-radius: 10%;
}
.arrow {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.arrow::before {
    content: '';
    width: 13px;
    height: 13px;
    border: 0;
    border-top: solid 3px var(--base-color);
    border-right: solid 3px var(--base-color);
    transform: rotate(-45deg);
    position: absolute;
    top: 55%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%) rotate(-45deg)
}

    /*-- タブレット用定義 --*/
@media screen and (min-width:768px) and (max-width:959px) {
}
    /*-- PC用定義 --*/
@media screen and (min-width:960px) {

    .title a{
        font-size: 20px;
    }
    .coupon {
        width: 780px;
        margin: 50px auto 50px auto;
    }
    .coupon img {
        margin-bottom: 20px;
    }
    .coupon button {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .coupon-copy p {
        font-size: 20px;
        font-weight: bold;
    }

    .coupon_text p {
        font-size: 14px;
    }
    .model_link {
        width: 780px;
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .model_link_title {
        margin-bottom: 30px;
    }
    .model_link_list {
        gap: 20px;
    }
    .model_link_item {
            width: 380px;
        height: auto;
    }
    .model_link_item img{
        width: 380px;
        height: auto;
    }
    .item {
        width: 780px;
        }
    .model {
        padding-top: 50px;
        margin-top: -50px;
    }
    .model_image img{
        width: 100%;
        height: auto;
        margin-bottom: -70px;
    }

    .set_item {
        width: 260px;
        padding: 10px;
    }
    .set_item a{
        width: 100%;
    }
    .set_item img{
        width: 100%;
        height: auto;
    }
    .set_item span {
        font-size: 12px;
    }
    .set_item p {
        font-size: 12px!important;
    }
    .price {
        font-size: 30px;
        font-weight: 900;
        height: 50px;
    }
    .set_item .price p {
        font-size: 16px!important;
        vertical-align: bottom;
        margin-bottom: -10px;
    }
    .tire_item a{
        width: 380px;
        height: 350px;
    }
    .kavlar {
        font-size: 16px!important;
        margin-bottom: 7px!important;
    }
    .tire_item span {
        font-size: 16px;
        margin: 20px auto 40px auto;
    }
    .tire_image img {
        width: 100%;
    }
    .tire_link {
        width: 70%;
        font-size: 20px;
    }
    .last {
        margin-bottom: 50px;
    }
    #pagetop a {
        width: 50px;
        height: 50px;
    }
    .arrow {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
    }
    .arrow::before {
        width: 20px;
        height: 20px;
        border-top: solid 4px var(--base-color);
        border-right: solid 4px var(--base-color);
        top: 60%;
    }
}