body {
    position: relative;
    margin: 0;
    font-family: "Oswald", sans-serif;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

.g-active-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.g-active-header::after {
    content: '';
    display: block;
    width: 100%;
    height: 21px;
    margin-top: -1px;
    background-image: linear-gradient(180deg, rgba(18, 27, 79, 1), rgba(18, 27, 89, 0));
}

.g-active-header-position {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #121b59;
    padding: 10px 70px;
    box-sizing: border-box;
}

.g-active-header-position > h1,
.g-active-header-position > p {
    width: 174px;
    height: 47.64px;
}

.g-active-header-position > h1 svg,
.g-active-header-position > p svg {
    display: block;
    width: 100%;
    height: auto;
}

.g-active-header-position > h1:hover,
.g-active-header-position > p:hover {
    opacity: 0.7;
}

.header-menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
}

.header-menu-display {
    opacity: 1;
}

.header-menu a {
    color: #ffffff;
}

.header-menu a:hover {
    opacity: 0.7;
}

.header-menu a.header-cart-icon {
    position: relative;
    display: block;
    padding-right: 24px;
    overflow: hidden;
}

.header-menu a.header-cart-icon::before {
    font-family: 'Dashicons';
    content: '\f174';
    display: block;
    margin-top: 5px;
    font-size: 18px;
}

.header-menu a.header-cart-icon > span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    width: 19px;
    height: 19px;
    border-radius: 9.5px;
    background-color: #ffffff;
    top: 0;
    right: 0;
    color: #303030;
}

.header-menu a.header-cart-icon > span > span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header.g-active-header.header-fixed-set {
    position: fixed;
    top: -63px;
}

header.g-active-header.header-fixed-set .g-active-header-position {
    height: 47px;
    justify-content: center;
}

header.g-active-header.header-fixed-set .g-active-header-position > h1,
header.g-active-header.header-fixed-set .g-active-header-position > p  {
    display: none;
}

header.g-active-header.header-fixed-standby {
    transition: top 0.5s ease;
}

header.g-active-header.header-fixed-display {
    top: 0;
}

#more-list-area {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    cursor: pointer;
}

.more-list-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    z-index: 2;
}

.more-list-title::after {
    font-family: 'Dashicons';
    content: '\f347';
    color: #ffffff;
}

.more-list {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    gap: 16px;
}

.more-list > li:nth-of-type(1) {
    padding-top: 21px;
    margin-top: -5px;
}

.more-list > li:nth-last-of-type(1) {
    padding-bottom: 16px;
}

#more-list-area:hover .more-list {
    display: flex;
}

#hamburger-btn {
    display: none;
}

footer {
    width: 100%;
    background-color: #121b59;
    padding: 35px 0;
}

.footer-position {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}

.footer-logo {
    width: 174px;
}

.footer-logo > svg {
    width: 100%;
    height: auto;
}

.footer-link-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

.footer-link-list a {
    color: #ffffff;
}

.footer-sns-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-sns-list img {
    display: block;
    width: auto;
    height: 24px;
}

.footer-link-list a:hover,
.footer-sns-list a:hover {
    opacity: 0.7;
}

.footer-description,
.copyright {
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}

.footer-description {
    line-height: 1.8;
}

.kv-area {
    width: 100%;
    padding-top: 67.64px;
}

.kv-movie-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #000000;
}

.kv-movie-area > video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.top-section {
    position: relative;
    overflow: hidden;
}

.top-section h2 {
    font-size: 40px;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
    line-height: 1;
    letter-spacing: 20px;
}

.top-news-list-area::before,
.media-contents-area::before {
    content: '';
    position: absolute;
    width: 100%;
    padding-top: 166.7%;
    background-image: url(../img/top-contents-background.png);
    background-size: cover;
    top: 0;
    left: 0;
}

.top-news-list-area::after,
.media-contents-area::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}

.top-news-list-box,
.media-contents-position {
    position: relative;
    z-index: 3;
}

.top-news-list-position {
    width: 1200px;
    margin: 0 auto;
}

.top-news-list > li {
    position: relative;
}

.top-news-list > li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.top-news-box {
    position: relative;
    z-index: 2;
}

.top-news-list > li h3 {
    height: 60px;
    padding: 0 15px;
}

.top-news-list > li h3 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #ffffff;
}

.news-archive-link {
    font-size: 25px;
    padding: 0 10px 8.7px;
    line-height: 1;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.news-archive-link:hover {
    opacity: 0.7;
}

.news-archive-link-position {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.complete-car-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 3;
}

.complete-car-area h2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.complete-car-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.complete-car-list > li {
    width: 50%;
    overflow: hidden;
}

.complete-car-list > li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 74.96%;
}

.complete-car-list > li a span {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.6s ease;
}

.complete-car-list > li:hover a span {
    transform: scale(1.1);
}

.other-contents-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 125px;
    margin: 0;
    padding: 0 0 40px;
    list-style: none;
}

.other-contents-list > li {
    height: 80px;
}

.other-contents-list > li img {
    display: block;
    width: auto;
    height: 100%;
}

.other-contents-list > li:hover img {
    opacity: 0.7;
}

.header-space {
    padding-top: 67.64px;
}

.page-title-area {
    padding-top: 36px;
    padding-bottom: 55px;
    background-image: url(../img/title_background.png);
    background-size: cover;
}

.page-title-description {
    width: 1200px;
    margin: 0 auto;  
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 39px;
    padding: 0 0 4px;
    list-style: none;
}

.breadcrumb > li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #ffffff;
}

.breadcrumb > li:nth-of-type(n+2)::before {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    background-image: url(../img/Down_Arrow_3.png);
    margin-right: 10px;
}

.breadcrumb > li a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.breadcrumb > li a:hover {
    opacity: 0.7;
}

.page-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.page-title > h1 {
    position: relative;
    font-size: 36px;
    line-height: 1.5;
    color: #ffffff;
    padding-left: 22px;
}

.page-title > h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    background-color: #ffffff;
    top: 9px;
    left: 0;
    bottom: 9px;
}

.multiple-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.multiple-title > span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.multiple-title > span::after {
    content: '/';
}

.multiple-title > span:nth-last-of-type(1)::after {
    display: none;
}

.contents-area,
.select-contents-area {
    width: 1200px;
    margin: 48px auto 325px;
}

.wide-contents-area {
    width: 100%;
    margin: 0;
}

.news-title {
    margin-bottom: 5px;
    color: #121b59;
}

.news-date {
    font-size: 14px;
    color: #595959;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 2px solid #eeeeee;
}

.products-title {
    margin-bottom: 36px;
    color: #121b59;
}

.products-detail-area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
}

.products-image-area {
    position: relative;
    width: 600px;
}

.no-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-image::before {
    content: "";
    width: 100%;
    padding-top: 56%;
    background-color: #334455;
}

.no-image::after {
    content: "NO IMAGE";
    position: absolute;
    color: #ffffff;
    font-size: 50px;
}

.no-image-text {
    color: #ffffff;
    font-size: 50px;
}

.products-image-area > ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 17px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 17px 0 0;
}

.products-image-area > ul > li {
    width: calc((100% - 85px) / 6);
    cursor: pointer;
}

.products-image-area > ul > li img {
    opacity: 0.2;
}

.products-image-area > ul > li.selected img {
    opacity: 1;
}

.products-image-area > ul > li:hover img {
    opacity: 1;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.products-image-thumbnaul {
    display: block;
    width: 100%;
    height: auto;
}

.easyzoom-flyout {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border: 1px solid #e8e8f8;
    border-radius: 4px;
}

.easyzoom-flyout img {
    width: auto !important;
    height: auto;
    min-width: 1200px;
}

.easyzoom-notice {
    display: none !important;
}

.products-price-area,
.products-cart-price-area {
    width: 552px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 36px;
    color: #13194d;
}

.sold-out-text {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: red;
}

.products-price-area > div,
.products-cart-price-area > div {
    width: 100%;
}

.products-cart-price-area h1 {
    width: 100%;
    font-size: 48px;
    border-bottom: 2px solid #13194d;
    padding-bottom: 24px;
    line-height: 1.5;
}

.products-price-area > div.products-price-position > p:nth-of-type(1),
.car_main_unit_price {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1;
}

.products-cart-price-area > div.products-price-position > p:nth-of-type(1) {
    font-size: 20px;
    line-height: 1;
}

.products-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    font-size: 24px;
    gap: 10px;
    line-height: 1;
}

.products-price > span:nth-of-type(1) {
    font-size: 48px;
    font-weight: bold;
}

.contact-btn,
.cart-btn {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 20px 64px;
    border: none;
    color: #ffffff;
    background-color: #13194d;
    cursor: pointer;
}

.contact-btn:hover,
.cart-btn:hover {
    opacity: 0.7;
}

.description-line {
    width: 100%;
    height: 2px;
    background-color: #eeeeee;
    margin: 48px 0;
    border: 0;
}

.products-description-area > h2,
.page-contents-area h2 {
    font-size: 18px;
    background-color: #eeeeee;
    color: #13194d;
    padding: 12px 24px;
    box-sizing: border-box;
}

.products-description-area > h3 {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.products-description-area > p {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    line-height: 1.8;
}

.products-description-area > div {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.products-description-area > figure {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.products-description-area > figure img {
    max-width: 100%;
}

.products-description-area > ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0 24px;
    list-style: none;
    gap: 5px;
    box-sizing: border-box;
}

.products-description-area > ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.products-description-area > ul > li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #000000;
    margin-top: 10px;
}

.products-description-area > h2:nth-child(n+2),
.products-description-area > h3:nth-child(n+2),
.products-description-area > p:nth-child(n+2),
.products-description-area > div:nth-child(n+2),
.products-description-area > figure:nth-child(n+2),
.products-description-area > ul {
    margin-top: 30px;
}

.popup-icon {
    position: absolute;
    top: 13px;
    right: 11px;
    cursor: pointer;
    z-index: 1000;
}

.popup-icon::before {
    font-family: 'Dashicons';
    content: "\f502";
    font-size: 35px;
    color: #b9bdcd;
}

.post-list,
.top-news-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 48px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-list > li,
.top-news-box {
    width: 368px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}

.post-list > li > a,
.top-news-thumbnail > a {
    position: relative;
    width: 100%;
    height: 245.33px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.post-list > li img,
.top-news-thumbnail img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
}

.post-list > li img.top,
.top-news-thumbnail img.top {
    top: 0;
}

.post-list > li img.bottom,
.top-news-thumbnail img.bottom {
    bottom: 0;
}

.post-list > li h2 a,
.event-list > li h2 a {
    color: #13194d;
}

.post-list > li a:hover,
.top-news-list > li a:hover,
.event-list > li a:hover {
    opacity: 0.7;
}

.post-list-date {
    font-size: 14px;
    color: #595959;
}

h3 + .post-list-date {
    color: #ffffff;
    padding: 0 15px 15px;
}

.top-news-thumbnail {
    width: 100%;
    background-color: #ffffff;
}

.news-contents-area h2,
.news-contents-area p,
.news-contents-area ul {
    margin-bottom: 16px;
}

.news-contents-area p a,
.products-description-area p a {
    color: #00aaff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.news-contents-area p a:hover,
.news-contents-area figure a:hover,
.products-description-area a:hover,
.products-description-area figure a:hover,
.page-contents-area a:hover,
.page-contents-area table tr td a:hover {
    opacity: 0.7;
}

.news-contents-area .wp-block-group {
    margin-bottom: 16px;
}

.loading-area {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 48px;
}

.loading-area > img {
    display: block;
    width: 80px;
    height: auto;
}

.select-category-area-position {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 34px calc((100% - 1200px) / 2);
    background-color: #eeeeee;
    box-sizing: border-box;
    gap: 64px;
    z-index: 2;
}

.select-category-area-title {
    font-size: 24px;
    font-weight: bold;
    color: #13194D;
}

.select-category-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 4.5px 0 0;
    list-style: none;
    gap: 40px 64px;
}

.select-category-area-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 35.5px;
    width: calc(100% - 184px);
}

.select-category-area#zaiko {
    width: calc(100% - 112px);
}

.select-category-area li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #13194D;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    gap: 7px;
}

.select-category-area li a > span:nth-last-of-type(1) {
    font-size: 12px;
    padding: 4px 7px;
    background-color: #C5C9E0;
}

.select-category-area li a:hover::after,
.select-category-area li a.selected::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #13194D;
    left: 0;
    bottom: -6px;
}

.select-order-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    box-sizing: border-box;
    background-color: #2E3459;
}

.select-order-title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    gap: 24px;
}

.select-order-title > p:nth-of-type(1) {
    font-size: 24px;
}

.select-order-title > p:nth-of-type(2) {
    letter-spacing: 5px;
}

.select-order-box-position {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.select-order-box-position > p {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.select-order-area + .post-list {
    margin-top: 48px;
}

.select-order-box-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.select-order-box {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 245px;
    border: 0;
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
    padding: 11.5px 16px;
    background-color: #ffffff;
    box-sizing: border-box;
    outline: none;
    color: #13194D;
}

.select-order-box-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 9px;
    background-image: url(../img/Down_Arrow_3_blue.png);
    background-size: cover;
    right: 16px;
}

.have-child-menu {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.parent-menu {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.parent-menu > a > span:nth-of-type(1) > span,
.select-category-area#zaiko > li > a span:nth-of-type(1) > span {
    font-size: 20px;
}

.children-display-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #13194D;
    cursor: pointer;
}

.children-display-btn::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 15px;
    background-color: #ffffff;
}

.children-display-btn::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #ffffff;
}

.children-display-btn.open::before {
    display: none;
}

.children-menu-position {
    position: absolute;
    height: 0;
    top: calc(100% + 10px);
    transition: transform 0.3s ease !important;
    z-index: 2;
    overflow: hidden;
}

.children-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    gap: 16px;
}

.sold-out > a {
    background-color: rgba(0, 0, 0, 0) !important;
}

.sold-out > a::before {
    content: 'SOLD OUT';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
    color: red;
    letter-spacing: 3px;
    top: 0;
    left: 0;
}

.sold-out > a img {
    z-index: -1;
}

.sold-out > a .no-image-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.select-product-area {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 36px;
    gap: 20px;
}

.select-product-type,
.select-product-quantity,
.change_order_piece_box,
.change_prefectures_box,
.change_body_shape_box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.select-product-type::after,
.select-product-quantity::after,
.change_order_piece_box::after,
.change_prefectures_box::after,
.change_body_shape_box::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #13194d;
    border-bottom: 0;
    right: 10px;
}

.select-product-type > select,
.select-product-quantity > select,
.change_order_piece {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 36px 10px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.select-product-type > select {
    width: 300px;
}

.select-product-quantity > select,
.change_order_piece {
    width: 78px;
}

.select-product-type > select:focus,
.select-product-quantity > select:focus,
.change_order_piece:focus {
    outline: none;
}

.price-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.product-type-name {
    margin-bottom: 5px;
}

.maker_and_model {
    color: #13194d;
}

.maker_and_car_model {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #13194d;
    font-size: 18px;
    gap: 18px;
}

.zaiko_car_status_area > ul {
    width: 480px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px 0;
}

.zaiko_car_status_area > ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.zaiko_car_status_area > ul > li > p:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    background-color: #eeeeee;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #13194D;

}

.zaiko_car_status_area > ul > li > p:nth-of-type(2) {
    width: 140px;
    padding: 6px 10px 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #13194D;
}

.products-description-area > div.zaiko_details_block {
    width: 100%;
    margin-top: 30px;
    padding: 0 24px;
    box-sizing: border-box;
    color: #13194D;
}

.products-description-area > div.zaiko_details_block > ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.products-description-area > div.zaiko_details_block > ul > li {
    position: relative;
    padding-left: 22px;
}

.products-description-area > div.zaiko_details_block > ul > li::before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #13194D;
    margin-top: 10px;
    top: 0;
    left: 0;
}

.products-description-area > div.zaiko_details_block > div {
    margin-top: 16px;
}

.page-contents-area p,
.page-contents-area figcaption {
    color: #13194D;
}

.page-contents-area p:nth-child(n+2),
.page-contents-area figure:nth-child(n+2),
.page-contents-area ul:nth-child(n+2),
.page-contents-area > div > div > div {
    margin-top: 16px;
}

.page-contents-area figcaption {
    margin-bottom: 0;
}

.page-contents-area h3 {
    font-size: 18px;
    background-color: #13194d;
    color: #ffffff;
    padding: 12px 24px;
    box-sizing: border-box;
}

.page-contents-area h4 {
    font-size: 18px;
    color: #13194D;
    border-bottom: 3px solid #13194D;
    padding-bottom: 5px;
}

.page-contents-area h5 {
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #C5C9E0;
    padding-left: 8px;
    color: #13194D;
}

.news-contents-area ul,
.page-contents-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-contents-area ul {
    color: #13194D;
}

.news-contents-area ul > li,
.page-contents-area ul > li {
    position: relative;
    padding-left: 38px;
    box-sizing: border-box;
}

.news-contents-area ul > li::before,
.page-contents-area ul > li::before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-top: 10px;
    top: 0;
    left: 16px;
}

.news-contents-area ul > li::before {
    background-color: #000000;
}

.news-contents-area iframe {
    max-width: 100%;
}

.page-contents-area ul > li::before {
    background-color: #13194D;
}

.page-contents-area table tr td {
    border: 1px solid #444477;
    padding: 10px;
    color: #13194D;
}

.page-contents-area table tr td:nth-of-type(1) {
    background-color: #C5C9E0;
    font-weight: bold;
}

.page-contents-area > div:nth-child(n+2) {
    margin-top: 60px;
}

.page-contents-area table tr td a,
.page-contents-area a {
    display: inline-block;
    color: #13194D;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.page-contents-area table tr td div a {
    padding-bottom: 0;
}

.page-contents-area table tr td div a img {
    display: block;
}

.img-width-100,
.img-width-100 figure {
    width: 100%;
}

.img-width-100 img {
    display: block;
    width: 100%;
    height: auto;
}

.img-border-1-black img {
    border: 1px solid #000000;
}

.text-center {
    text-align: center;
}

.map-area iframe {
    width: 100%;
}

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

.grid-img-list {
    width: 100%;
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
}

.grid-img-list > figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #13194D;
    background-color: rgba(197, 201, 224, 0.3);
}

.grid-img-list > figure img {
    display: block;
}

.grid-img-list > figure:nth-of-type(3n + 1) {
    margin-top: -1px;
}

.grid-img-list > figure:nth-of-type(3n),
.grid-img-list > figure:nth-of-type(3n + 2) {
    margin-top: -1px;
    margin-left: -1px;
}

.grid-img-list > figure:nth-of-type(1) {
    margin-top: 0;
}

.grid-img-list > figure:nth-of-type(2) {
    margin-top: 0;
    margin-left: -1px;
}

.grid-img-list > figure:nth-of-type(3) {
    margin-top: 0;
}

.page-contents-area > div.shisetsu-box {
    padding-top: 47px;
    margin-top: 13px;
}

table.gaiyou_table tr td:nth-of-type(1) {
    width: 181px;
}

table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(2),
table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(1) {
    width: 80px;
    background-color: #ffffff;
    font-weight: normal;
}

table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(3),
table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(2) {
    width: 500px;
}

table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(4) > div,
table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(3) > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

table.tablepress > caption {
    display: none;
}

.complete_car_gallery_area {
    position: relative;
}

.complete_car_gallery_area .prev_btn,
.complete_car_gallery_area .next_btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 83px;
    background-color: rgba(0, 0, 0, 0.5);
    top: calc(50% - 41.5px);
    z-index: 2;
    cursor: pointer;
}

.complete_car_gallery_area .prev_btn {
    left: 5px;
}

.complete_car_gallery_area .next_btn {
    right: 5px;
}

.complete_car_gallery_area .prev_btn > span,
.complete_car_gallery_area .next_btn > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 67px;
}

.complete_car_gallery_area .prev_btn > span {
    justify-content: flex-start;
}

.complete_car_gallery_area .next_btn > span {
    justify-content: flex-end;
}

.complete_car_gallery_area .prev_btn > span::before,
.complete_car_gallery_area .prev_btn > span::after,
.complete_car_gallery_area .next_btn > span::before,
.complete_car_gallery_area .next_btn > span::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 38px;
    height: 6px;
    background-color: #ffffff;
    z-index: 2;
}

.complete_car_gallery_area .prev_btn > span::before {
    transform: translate(0, 50%) rotate(-62deg);
    transform-origin: left top;
}

.complete_car_gallery_area .prev_btn > span::after {
    transform: translate(0, -50%) rotate(62deg);
    transform-origin: left bottom;
}

.complete_car_gallery_area .next_btn > span::before {
    transform: translate(0, 50%) rotate(62deg);
    transform-origin: right top;
}

.complete_car_gallery_area .next_btn > span::after {
    transform: translate(0, -50%) rotate(-62deg);
    transform-origin: right bottom;
}

.complete_car_gallery {
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
}

.complete_car_gallery .slick-list {
    position: relative;
    overflow: hidden;
}

.complete_car_gallery .slick-list:focus {
    outline: none;
}

.complete_car_gallery .slick-track {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.complete_car_gallery li {
    position: relative;
    width: 1068px !important;
}

.complete_car_gallery li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.complete_car_gallery li.slick-active::before {
    display: none;
}

.complete_car_gallery li a,
.complete_car_gallery li img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.cart_in_message {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
}

.cart_in_message_position {
    position: relative;
    width: 600px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #eeeeee;
    color: #13194D;
}

.success_message,
.already_message,
.error_message,
.sending_message {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.order_sending_message {
    text-align: center;
}

.cart_in_error_message {
    color: red;
}

.sending_message .loading-area {
    display: flex;
    margin-top: 0;
}

.cart_in_product_message_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.confirmation_cart_btn,
.continue_shopping_btn,
.close_message_btn,
.return_products_archive_btn,
.order_btn {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #121b59;
    border: 0;
    font-size: 16px;
}

.confirmation_cart_btn:hover,
.continue_shopping_btn:hover,
.close_message_btn:hover,
.return_products_archive_btn:hover,
.order_btn:hover {
    opacity: 0.7;
}

.confirmation_cart_btn,
.order_btn {
    background-color: #121b59;
    color: #ffffff;
}

.continue_shopping_btn,
.close_message_btn,
.return_products_archive_btn {
    background-color: #C5C9E0;
}

.return_products_archive_btn {
    width: 250px;
    color: #121b59;
    font-weight: bold;
}

.all_delete_area {
    display: none;
}

.purchase_caution {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 26px 30px;
    margin-bottom: 50px;
    background-color: #121b59;
    border: solid 2px #121b59;
    box-sizing: border-box;
    background-image: url(../img/mfp_header.png);
    background-size: 100% 100%;
    color: #ffffff;
}

.purchase_caution_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.purchase_caution_img > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.purchase_caution_list {
    margin: 0;
    padding-left: 30px;
}

.order_products_list {
    width: 100%;
    color: #121b59;
    border-collapse: collapse;
    table-layout: fixed;
}

.order_products_list th {
    padding: 15px 20px;
    background-color: #121b59;
    border: 1px solid #C5C9E0;
    line-height: 1;
    color: #ffffff;
    font-weight: normal;
    box-sizing: border-box;
}

.order_products_list td {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}

.order_products_list td:nth-of-type(1)::before,
.order_products_list td::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    background-color: #121b59;
    top: 15px;
    bottom: 15px;
}

.order_products_list td:nth-of-type(1)::before {
    left: 0;
}

.order_products_list td::after {
    right: 0;
}

.order_products_list tr:nth-of-type(n+2) td {
    border-bottom: 1px solid #121b59;
}

.order_products_list th:nth-of-type(1),
.order_products_list td:nth-of-type(1) {
    width: 554px;
}

.order_products_list th:nth-of-type(2),
.order_products_list td:nth-of-type(2) {
    width: 276px;
}

.order_products_list th:nth-of-type(3),
.order_products_list td:nth-of-type(3) {
    width: 160px;
}

.order_products_list th:nth-of-type(4),
.order_products_list td:nth-of-type(4) {
    width: 108px;
}

.order_products_list th:nth-of-type(5),
.order_products_list td:nth-of-type(5) {
    width: 102px;
}

.order_delete_btn {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 1;
    background-color: #C00;
    color: #ffffff;
    border-radius: 4px;
}

.order_delete_btn:hover {
    opacity: 0.7;
}

.total_price_area {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}

.total_price_area > p span {
    font-weight: bold;
}

#total_price_text {
    font-size: 46px;
    padding-right: 5px;
    color: #C00;
    font-weight: bolder;
}

.return_products_archive_area,
.return_zaiko_archive_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.contact_area_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.contact_table_position {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact_table_position .contact_area_title {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.contact_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.contact_table > tbody > tr > td {
    padding: 20px;
    border-top: 1px solid #CCC;
    vertical-align: top;
}

.contact_table > tbody > tr > td:nth-of-type(1) {
    width: 110px;
}

.contact_table > tbody > tr > td:nth-of-type(2) {
    width: 254px;
    font-weight: bold;
}

.contact_table > tbody > tr > td:nth-of-type(3) {
    width: 716px;
}

.contact_table > tbody > tr > td:nth-of-type(1) > div,
.contact_table > tbody > tr > td:nth-of-type(2) > div,
.contact_address_table > tbody > tr td:nth-of-type(1) div {
    padding-top: 5px;
}

.contact_table > tbody > tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #CCC;
}

.required_icon {
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #C00;
    color: #ffffff;
}

.contact_input_area {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.contact_address_table > tbody > tr:nth-of-type(2) td {
    padding: 20px 0;
}

.contact_address_table > tbody > tr td:nth-of-type(1) {
    width: 90px;
    vertical-align: top;
}

.contact_table input[type="text"] {
    width: 230px;
    padding: 8px;
    outline: none;
    border: 1px solid #CCC;
    box-sizing: border-box;
    font-size: 15px;
}

.contact_table input[type="text"].long {
    width: 350px;
}

.contact_table textarea {
    width: 600px;
    height: 200px;
    padding: 8px;
    resize: none;
    outline: none;
    border: 1px solid #CCC;
    font-size: 15px;
}

.contact_table select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 8px 36px 8px 8px;
    border: 1px solid #CCC;
    outline: none;
    box-sizing: border-box;
    font-size: 15px;
}

.contact_error {
    display: none;
    width: 100%;
    color: #C00;
    font-weight: bold;
}

.contact_completed {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.contact_completed_title,
.not_found_title {
    font-size: 35px;
    font-weight: bold;
}

.top_return_btn {
    width: 200px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #121b59;
    line-height: 1;
    cursor: pointer;
}

.top_return_btn:hover {
    opacity: 0.7;
}

.contact_confirmation_message {
    font-size: 20px;
    margin-bottom: 20px;
}

.form_radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    cursor: pointer;
    margin-right: 25px;
}

.form_radio input[type="radio"] {
    display: none;
}

.radio_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.form_radio input[type="radio"]:checked + .radio_icon {
    background-color: #007bff;
    border-color: #007bff;
}

.form_radio input[type="radio"]:checked + .radio_icon::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: white;
    border-radius: 50%;
    position: absolute;
}

.event-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.event-list li {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #121b59;
    gap: 20px;
}

.event_thumbnail_area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 40%;
    padding: 0 10px;
    box-sizing: border-box;
    border-right: 1px solid #121b59;
}

.event_thumbnail_area img {
    display: block;
    max-width: 100%;
    height: auto;
}

.event_thumbnail_area a:has(span.no-image-text) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 56%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    overflow: hidden;
}

.event_thumbnail_area a:has(span.no-image-text) span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event_detail_area {
    width: calc(100% - (40% + 20px));
}

.event_location {
    color: #121b59;
    margin: 16px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.event_thumbnail_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 36px;
}

.event_thumbnail_list img {
    display: block;
    max-width: 100%;
    height: auto;
}

.event_thumbnail_list:has(img:nth-child(2)) img {
    max-width: calc((100% - 15px) / 2);
}

.not_found_message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.attached_text {
    padding-top: 3px;
}

.font-strong-all,
.font-strong a {
    font-size: 20px;
    font-weight: bold;
}

.color-red {
    color: red;
}

.mb-0 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1320px) {

    .top-news-list-position,
    .page-title-description,
    .contents-area:not(.wide-contents-area),
    .select-contents-area,
    .zaiko-contents-area {
        width: 905px;
    }

    .post-list,
    .top-news-list {
        width: 100%;
        gap: 25px;
    }

    .post-list > li,
    .top-news-list > li {
        width: 285px;
    }

    .top-news-box {
        width: 100%;
    }

    .post-list > li > a,
    .top-news-thumbnail > a {
        height: 189.7px;
    }

    .top-news-list > li h3 {
        height: 52px;
        font-size: 16px;
    }

    .top-section h2 {
        padding: 33px 0;
    }

    .post-list > li h2 {
        font-size: 16px;
    }

    .no-image-text {
        font-size: 35px;
    }

    .select-category-area-position {
        padding: 34px calc((100% - 905px) / 2);
    }

    .complete_car_gallery li {
        width: 773px !important;
    }

    table.gaiyou_table tr:nth-of-type(-n+10) td:nth-of-type(2) {
        width: 724px;
    }

    table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(3),
    table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(2) {
        width: 209px;
    }

    table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(4),
    table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(3) {
        width: 435px;
    }

    .products-detail-area {
        gap: 38px;
    }

    .products-image-area {
        width: 567px;
    }

    .products-price-area,
    .products-cart-price-area {
        width: 300px;
    }

    .zaiko_car_status_area > ul {
        width: 100%;
    }

    .contact_table > tbody > tr > td:nth-of-type(1) {
        width: 54px;
    }

    .contact_table > tbody > tr > td:nth-of-type(3) {
        width: 477px;
    }

    .order_products_list tr th:nth-of-type(1),
    .order_products_list tr th:nth-of-type(2),
    .order_products_list tr td:nth-of-type(1),
    .order_products_list tr td:nth-of-type(2) {
        width: calc((100% - 370px) / 2);
    }

}

@media screen and (max-width: 996px) {

    .top-news-list-position,
    .page-title-description,
    .contents-area:not(.wide-contents-area),
    .select-contents-area,
    .zaiko-contents-area {
        width: 692px;
    }

    .post-list > li,
    .top-news-list > li {
        width: 214px;
    }

    .post-list > li > a,
    .top-news-thumbnail > a {
        height: 142.44px;
    }

    .no-image-text {
        font-size: 25px;
    }

    .select-category-area-position {
        padding: 34px calc((100% - 692px) / 2);
    }

    .select-order-box {
        width: 180px;
    }

    .complete_car_gallery li {
        width: 692px !important;
    }

    table.gaiyou_table tr {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    table.gaiyou_table tr td {
        width: 100% !important;
    }

    table.gaiyou_table tr:nth-of-type(-n+10) td,
    table.gaiyou_table tr:nth-of-type(11) td:nth-of-type(1) {
        box-sizing: border-box;
    }

    table.gaiyou_table tr:nth-of-type(1) td:nth-of-type(2),
    table.gaiyou_table tr:nth-of-type(n+2) td {
        border-top: 0;
    }

    table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(2),
    table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(1) {
        background-color: #b9d2ff;
    }

    table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(2) br,
    table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(1) br {
        display: none;
    }

    table.gaiyou_table tr:has(td:nth-child(4)) td:nth-of-type(4):not(:has(img)),
    table.gaiyou_table tr:has(td:nth-child(4)) ~ tr:has(td:nth-child(3)) td:nth-of-type(3):not(:has(img)) {
        display: none;
    }

    .products-detail-area {
        gap: 28px;
    }

    .products-image-area {
        width: 396px;
    }

    .products-price-area,
    .products-cart-price-area {
        width: 268px;
    }

    .contact_table > tbody > tr > td {
        padding: 10px;
    }

    .contact_table > tbody > tr > td:nth-of-type(1) {
        width: 48px;
    }

    .contact_table > tbody > tr > td:nth-of-type(2) {
        width: 192px;
    }

    .contact_table > tbody > tr > td:nth-of-type(3) {
        width: 392px;
    }

    .contact_address_table {
        width: 100%;
        table-layout: fixed;
    }

    .contact_address_table tr td:nth-of-type(1) {
        width: 80px;
    }

    .contact_address_table tr td:nth-of-type(2) {
        width: calc(100% - 82px);
    }

    .order_products_list tr {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .order_products_list tr th:nth-of-type(1),
    .order_products_list tr th:nth-of-type(2),
    .order_products_list tr td:nth-of-type(1),
    .order_products_list tr td:nth-of-type(2) {
        width: calc(100% - 348px);
        margin-right: auto;
    }

    .order_products_list tr th:nth-of-type(1),
    .order_products_list tr td:nth-of-type(1) {
        position: relative;
        border-bottom: 0;
        padding-bottom: 0;
        border-right: 0;
        margin-bottom: -1px;
    }

    .order_products_list tr th:nth-of-type(2),
    .order_products_list tr td:nth-of-type(2) {
        border-top: 0;
        border-right: 0;
        padding-top: 16px;
    }

    .order_products_list tr th:nth-of-type(3),
    .order_products_list tr td:nth-of-type(3),
    .order_products_list tr th:nth-of-type(4),
    .order_products_list tr td:nth-of-type(4),
    .order_products_list tr th:nth-of-type(5),
    .order_products_list tr td:nth-of-type(5) {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
    }

    .order_products_list tr th:nth-of-type(3),
    .order_products_list tr td:nth-of-type(3) {
        width: 138px;
        right: 210px;
    }

    .order_products_list tr td:nth-of-type(3) {
        justify-content: flex-start;
    }

    .order_products_list tr th:nth-of-type(4),
    .order_products_list tr td:nth-of-type(4) {
        right: 102px;
    }

    .order_products_list tr th:nth-of-type(5),
    .order_products_list tr td:nth-of-type(5) {
        right: 0;
    }

    .order_products_list tr:nth-of-type(n+2)::before,
    .order_products_list tr td:nth-of-type(3)::before {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        background-color: #121b59;
        top: 15px;
        left: 0;
        bottom: 15px;
    }

    .order_products_list td:nth-of-type(1)::before,
    .order_products_list td:nth-of-type(1)::after,
    .order_products_list td:nth-of-type(2)::before,
    .order_products_list td:nth-of-type(2)::after {
        display: none;
    }

}

@media screen and (max-width: 960px) {

    .other-contents-list {
        gap: 75px;
    }

}

@media screen and (max-width: 768px) {

    .g-active-header {
        position: fixed;
        top: 0;
        left: 0;
    }

    .g-active-header::after {
        height: 11px;
    }

    .g-active-header-position {
        padding: 10px 5%;
    }

    .g-active-header-position > h1,
    .g-active-header-position > p {
        width: 110px;
        height: 30px;
    }

    header.g-active-header.header-fixed-set .g-active-header-position {
        height: 50px;
        justify-content: space-between;
    }

    header.g-active-header.header-fixed-set .g-active-header-position > h1,
    header.g-active-header.header-fixed-set .g-active-header-position > p {
        display: block;
    }

    .header-menu {
        position: absolute;
        width: 100%;
        height: 100vh;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 25px;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
    }

    .header-menu-open {
        display: flex;
    }

    .header-menu > li {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
    }

    .header-menu > li:nth-last-of-type(1) {
        justify-content: flex-end;
        order: 1;
    }

    .more-list {
        position: relative;
        width: 100%;
        display: flex;
        background-color: rgba(0, 0, 0, 0);
        top: 0;
        gap: 25px;
    }

    .more-list > li:nth-of-type(1),
    .more-list > li:nth-last-of-type(1) {
        padding: 0;
        margin: 0;
    }

    .more-list-title {
        display: none;
    }

    .header-menu a.header-cart-icon {
        display: inline-block;
    }

    header.g-active-header.header-fixed-set {
        top: 0;
    }

    #hamburger-btn {
        position: relative;
        width: 30px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
    }

    #hamburger-btn::before,
    #hamburger-btn::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

    #hamburger-btn::before {
        top: 0;
    }

    #hamburger-btn::after {
        bottom: 0;
    }

    #hamburger-btn hr {
        display: block;
        width: 100%;
        height: 3px;
        border: 0;
        background-color: #ffffff;
        margin: auto 0;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    #hamburger-btn.hamburger-open hr {
        opacity: 0;
    }

    #hamburger-btn.hamburger-open::before {
        transform: rotate(45deg);
        top: 10px;
    }

    #hamburger-btn.hamburger-open::after {
        transform: rotate(-45deg);
        top: 10px;
    }

    .breadcrumb {
        max-width: 100%;
        overflow: hidden;
    }

    .breadcrumb > li {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .breadcrumb > li:nth-last-of-type(1) {
        flex-shrink: 1;
        flex-basis: auto;
        min-width: 0;
    }

    .breadcrumb > li:nth-last-of-type(1) > span {
        width: calc(100% - 15px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    footer {
        padding: 20px 0;
    }

    .footer-position {
        gap: 20px;
    }

    .footer-logo {
        width: 110px;
        height: 30px;
    }

    .footer-link-list {
        width: 90%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .kv-area,
    .header-space {
        padding-top: 50px;
    }

    .top-news-list-position,
    .page-title-description {
        width: 90%;
    }

    .contents-area,
    .contents-area:not(.wide-contents-area),
    .zaiko-contents-area {
        width: 90%;
        margin: 33px auto 100px;
    }

    .select-category-area-position {
        padding: 20px;
        flex-direction: column;
        gap: 25px;
    }

    .select-category-area-title {
        line-height: 1;
    }

    .select-category-area-block {
        width: 100%;
        padding: 0;
        gap: 25px;
    }

    .select-category-area#zaiko {
        width: 100%;
    }

    .select-category-area-block > ul:nth-of-type(1) > li:nth-of-type(1) {
        width: 100%;
        align-items: flex-start !important;
    }

    .select-category-area-block > ul:nth-of-type(1) > li:nth-of-type(n+2),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(7),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(8),
    .select-category-area#zaiko > li:nth-of-type(n+2) {
        width: calc((100% - 20px) / 2);
    }

    .select-category-area-block > ul:nth-of-type(1) > li:nth-of-type(odd) {
        align-items: flex-end;
    }

    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(1),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(2),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(3),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(4),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(5),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(6) {
        width: calc((100% - 40px) / 3);
    }

    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(9) {
        width: 185px;
    }

    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(10) {
        width: calc(100% - 205px);
    }

    .select-category-area#zaiko > li:nth-of-type(1) {
        width: 100%;
        text-align: left !important;
    }

    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(1),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(4),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(7) {
        text-align: left;
    }

    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(2),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(5) {
        text-align: center;
    }

    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(3),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(6),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(8),
    .select-category-area-block > ul:nth-of-type(2) > li:nth-of-type(10),
    .select-category-area#zaiko > li:nth-of-type(odd) {
        text-align: right;
    }

    .select-category-area {
        padding: 0;
        gap: 25px 20px;
    }

    .select-contents-area {
        width: 100%;
        margin: 33px auto 100px;
    }

    .select-order-area {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
        padding: 20px;
    }

    .select-order-box-position {
        margin-left: auto;
    }

    .select-order-area + .post-list {
        margin-top: 33px;
    }

    .top-section h2 {
        font-size: 25px;
        letter-spacing: 12.5px;
    }

    .top-news-list-area::before,
    .media-contents-area::before {
        padding-top: 290%;
        background-image: url(../img/sp-top-contents-background.png);
    }

    .post-list,
    .top-news-list {
        gap: 18px;
    }

    .post-list > li,
    .top-news-list > li {
        width: calc((100% - 18px) / 2);
    }

    .complete-car-list {
        align-items: center;
        flex-direction: column;
    }

    .complete-car-list > li {
        width: 100%;
    }

    .complete-car-list > li:hover a span {
        transform: none;
        opacity: 0.7;
    }

    .other-contents-list {
        padding-bottom: 33px;
        gap: 40px;
    }

    .other-contents-list > li {
        height: 40px;
    }

    .page-title-area {
        padding: 33px 0;
    }

    .breadcrumb {
        margin: 0 0 18px;
    }

    .news-date {
        margin-bottom: 33px;
        padding-bottom: 33px;
    }

    .page-title > h1 {
        font-size: 30px;
    }

    .page-contents-area > div:nth-child(n+2) {
        margin-top: 33px;
    }

    .news-contents-area ul > li,
    .page-contents-area ul > li {
        padding-left: 22px;
    }

    .news-contents-area ul > li::before,
    .page-contents-area ul > li::before {
        left: 0;
    }

    .grid-img-list > figure {
        width: calc(100% / 2);
    }

    .grid-img-list > figure:nth-of-type(odd) {
        margin-top: -1px;
        margin-left: 0;
    }

    .grid-img-list > figure:nth-of-type(even) {
        margin-top: -1px;
        margin-left: -1px;
    }

    .grid-img-list > figure:nth-of-type(1),
    .grid-img-list > figure:nth-of-type(2) {
        margin-top: 0;
    }

    .page-contents-area > div.shisetsu-box {
        padding-top: 27px;
    }

    .description-line {
        margin: 33px 0;
    }

    .complete_car_gallery li {
        width: 90vw !important;
    }

    .products-title {
        margin-bottom: 33px;
    }

    .products-detail-area {
        justify-content: flex-start;
        flex-direction: column;
        gap: 33px;
    }

    .products-image-area,
    .easyzoom {
        width: 100%;
    }

    .products-price-area,
    .products-cart-price-area {
        width: 100%;
        gap: 33px;
    }

    .products-cart-price-area h1 {
        font-size: 32px;
    }

    .products-price-area > div,
    .products-cart-price-area > div {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
    }

    .zaiko_car_status_area > ul {
        align-items: flex-end;
        flex-direction: column;
    }

    .purchase_caution {
        margin-bottom: 33px;
    }

    .contact_table > tbody > tr {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contact_table > tbody > tr > td {
        padding: 15px;
        box-sizing: border-box;
    }

    .contact_table > tbody > tr > td:nth-of-type(1) {
        width: 78px;
    }

    .contact_table > tbody > tr > td:nth-of-type(2) {
        width: calc(100% - 78px);
    }

    .contact_table > tbody > tr > td:nth-of-type(3) {
        width: 100%;
        padding-top: 0;
        border-top: 0;
    }

    .contact_table input[type="text"],
    .contact_table input[type="text"].long {
        width: 100%;
    }

    .contact_table > tbody > tr:nth-last-of-type(1) td:nth-of-type(1),
    .contact_table > tbody > tr:nth-last-of-type(1) td:nth-of-type(2) {
        border-bottom: 0;
    }

    .contact_btn_area {
        margin-top: 33px;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .contact_table > tbody > tr:not(.required) td:not(:has(.required_icon)):nth-of-type(1) {
        display: none;
    }

    .contact_table > tbody > tr:not(.required) td:not(:has(.required_icon)) + td {
        width: 100%;
    }

    .contact_table > tbody > tr td:has(> div > .attached_text) input[type="text"] {
        width: calc(100% - 35px);
    }

    .attached_text {
        width: 20px;
        text-align: right;
    }

    .order_products_list tr {
        align-items: stretch;
        flex-wrap: wrap;
        flex-direction: unset;
    }

    .order_products_list tr th:nth-of-type(1),
    .order_products_list tr td:nth-of-type(1),
    .order_products_list tr th:nth-of-type(2),
    .order_products_list tr td:nth-of-type(2) {
        width: 100%;
    }

    .order_products_list tr td:nth-of-type(1) {
        margin-top: 16px;
        border-top: 1px solid #121b59;
    }

    .order_products_list tr th:nth-of-type(3),
    .order_products_list tr td:nth-of-type(3),
    .order_products_list tr th:nth-of-type(4),
    .order_products_list tr td:nth-of-type(4),
    .order_products_list tr th:nth-of-type(5),
    .order_products_list tr td:nth-of-type(5) {
        position: relative;
        right: auto;
    }

    .order_products_list tr th:nth-of-type(3),
    .order_products_list tr td:nth-of-type(3) {
        width: calc(100% - 210px);
    }

    .order_products_list tr:nth-of-type(n+2)::after {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        background-color: #121b59;
        top: 17px;
        right: 0;
        bottom: 0;
    }

    .order_products_list tr:nth-of-type(n+2)::before {
        top: 17px;
        bottom: 0;
    }

    .order_products_list tr td:nth-of-type(3)::before,
    .order_products_list td:nth-of-type(5)::after {
        display: none;
    }

    .total_price_area {
        margin-top: 33px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .total_price_area > p {
        width: 100%;
    }

    .total_price_area > span {
        display: inline-block;
        margin-left: auto;
    }

    .event-list li {
        align-items: flex-start;
        flex-direction: column;

    }

    .event_thumbnail_area {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #121b59;
        padding: 0 0 10px;
    }

    .event_detail_area {
        width: 100%;
    }

}