@charset "utf-8";
/*HOME MV*/
.mv:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.mv-catch br {
    display: none;
}
.mv-catch {
    font-size: 2.8vw;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.mv-slide {
    width: 100%;
    padding-bottom: 0.5em;
    overflow: hidden;
}
.mv-slide_a {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.mv-slide_img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.mv-terio {
    position: absolute;
    top: -5vw;
    left: 1vw;
    width: 14vw;
    z-index: 2;
}
.mv-season {
    position: absolute;
    top: 1.5vw;
    right: 9vw;
    width: 7vw;
    z-index: 2;
}
@media screen and (max-width: 1280px) {
    .mv-catch br {
        display: block;
    }
    .mv-catch {
        font-size: 4.5vw;
    }
    .mv-terio {
        width: 21vw;
        top: -1vw;
    }
    .mv-season {
        top: 6vw;
        right: 8vw;
        width: 14vw;
    }
}
@media screen and (max-width: 580px) {
    .mv-catch {
        font-size: 5.5vw;
        text-align: right;
        margin-right: 0.5em;
    }
    .mv-terio {
        width: 29vw;
        top: -5vw;
    }
    .mv-season {
        display: none;
    }
}
/*HOME MV BANNERS*/
.mv-banners,
.mv-banner_a,
.mv-banner_a b {
    font-size: clamp(12px, 1.2vw, 18px);
    line-height: 1;
}
.mv-banners {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 60em;
    margin: 0 0 3em auto;
    padding: 1.5em 1em 2em;
}
.mv-banners:after {
    content: "";
    display: block;
    width: 100%;
    height: 180%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 3em;
    z-index: 0;
}
.mv-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}
.mv-banner_a{
	display: block;
	text-align: center;
	border-radius: 3em;
	padding: 0.7em 0.5em 0.5em;
	width: 24%;
}
.mv-banner_a small {
    display: block;
    font-size: clamp(10px, 1vw, 12px);
    margin-bottom: 0.4em;
}
.mv-banner_a b {
    display: inline-block;
    font-weight: 700;
    line-height: 1.1;
    transition: 0.3s all;
}
.mv-banner_a b br {
    display: none;
}
.mv-banner_a i {
    font-size: clamp(14px, 1.6vw, 21px);
    vertical-align: -0.05em;
    transition: 0.3s all;
}
.mv-news {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}
.mv-news_container {
    width: 100%;
    overflow: hidden;
}
.mv-news_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5em;
    border-radius: 2em 0 0 2em;
}
.mv-news_p,
.mv-news_p a {
    font-size: clamp(12px, 1.2vw, 14px);
}
.mv-news_item {
    display: flex;
    align-items: center;
    padding: 1em 1em 0.7em 1em !important;
    border-radius: 0 5em 5em 0;
}
.mv-news_p {
    line-height: 1.3;
    margin-bottom: 0;
}
.mv-news_p a {
    text-decoration: underline;
}
@media screen and (max-width: 980px) {
    .mv-banners,
    .mv-banner_a,
    .mv-banner_a b {
        font-size: clamp(12px, 1.5vw, 18px);
    }
    .mv-banners {
        width: calc(100% - 5%);
        margin: 0 auto 4em;
        padding: 0.5em 0.5em 1em;
    }
    .mv-banners:after {
        border-radius: 0 0 2em 2em;
    }
    .mv-banner_a i {
        font-size: clamp(14px, 2vw, 21px);
    }
}
@media screen and (max-width: 780px) {
    .mv-banners {
        width: 100%;
    }
    .mv-banners:after {
        border-radius: 0;
    }
}
@media screen and (max-width: 680px) {
    .mv-banner {
        justify-content: center;
    }
    .mv-banners,
    .mv-banner_a,
    .mv-banner_a b {
        font-size: clamp(12px, 2.3vw, 18px);
    }
    .mv-banner_a {
        padding: 0.2em;
        width: 5.5em;
        height: 5.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 50%;
        margin: 0 0.2em;
    }
    .mv-banner_a small {
        display: none;
    }
    .mv-banner_a i,
    .mv-banner_a b br {
        display: block;
    }
    .mv-banner_a i {
        font-size: clamp(18px, 4vw, 24px);
        margin-bottom: -0.3em;
    }
    .mv-banner_a b {
        width: 100%;
    }
}

/*HOME GRADE*/
.home-grade {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.home-grade_img {
    flex: 1;
}
.home-grade_items {
    width: 48%;
    margin-left: 1em;
}
.home-grade_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em;
}
.home-grade_junior .home-grade_img {
    order: 1;
}
.home-grade_junior .home-grade_items {
    margin: 0 1em 0 0;
}
.home-grade_a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 2em 0;
}
.home-grade_a.primary{
    height: 280px;
}
.home-grade_a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.home-grade_a span {
    width: 100%;
    font-size: clamp(24px, 3vw, 34px);
    text-align: center;
    line-height: 1;
}
.home-grade_a b{
	font-size: clamp(18px, 4.4vw, 36px);
}
.home-grade_junior .home-grade_a span {
    font-size: clamp(18px, 2.4vw, 24px);
}
@media screen and (max-width: 680px) {
	.home-grade_thumb--img{
		object-fit: cover;
		aspect-ratio: 1.8 / 1;
	}
	.home-grade_a{
		border-radius: 0 0 1em 0;
	}
    .home-grade_a.primary{
        height: auto;
    }
}
@media screen and (max-width: 580px) {
    .home-grade_items {
        width: 100%;
        margin: 1em 0 0 0;
    }
    .home-grade_h3 b {
        font-size: 9vw;
    }
    .home-grade_junior .home-grade_img {
        order: 0;
    }
    .home-grade_junior .home-grade_items {
        margin: 1em 0 0 0;
    }
}

/*HOME PICKUP*/
.home-pickup_item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
.home-pickup_item:has(.home-pickup_a:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.home-pickup_item:has(.home-pickup_a:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}
.home-pickup_item:has(.home-pickup_a:nth-child(1):last-child) {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
}
.home-pickup_a {
    overflow: hidden;
}
.home-pickup_img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.home-pickup_a:hover .home-pickup_img {
    transform: scale(1.1, 1.1);
}
@media screen and (max-width: 980px) {
    .home-pickup_item {
        gap: 0.5em;
    }
}
@media screen and (max-width: 580px) {
    .home-pickup_item {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-pickup_item:has(.home-pickup_a:nth-child(3):last-child) {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .home-pickup_item:has(.home-pickup_a:nth-child(1):last-child) {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        max-width: 240px;
        margin: 0 auto;
    }
    .home-pickup_a:nth-last-child(1):nth-child(odd):not(:only-child) {
        display: none;
    }
}

/*HOME RECOMMEND*/
@media screen and (max-width: 1280px) {
    .home-recomend_item .product-li:nth-child(n + 9) {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .home-recomend_item .product-li:nth-child(n + 7) {
        display: none;
    }
}

/*HOME COLUMN*/
.home-column:after {
    background: url("../img/common/graph.png") center;
    opacity: 0.5;
}

/*HOME EVENT*/
.home-event {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.home-event_contentt {
    width: 47%;
    margin-right: 3%;
}
.home-event_h3 b {
    margin-left: -0.15em;
    font-size: clamp(34px, 3.4vw, 48px);
}
.home-event_p {
    line-height: 1.4;
}
.home-event_img {
    flex: 1;
    background: url("../img/home/event_img.jpeg") center no-repeat;
    background-size: cover;
}
.home-event_info {
    display: flex;
    align-items: center;
    padding: 1em 0;
}
.home-event_info:last-of-type {
    margin-bottom: 1em;
}
.home-event_date {
    width: 3.6em;
    height: 3.6em;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: clamp(21px, 2.2vw, 31px);
    text-align: center;
    line-height: 0.8;
    margin-right: 0.5em;
}
.home-event_h5 {
    font-size: clamp(18px, 2.2vw, 28px);
    margin-bottom: 0.2em;
}
.home-event_add {
    line-height: 1.4;
}
@media screen and (max-width: 680px) {
    .home-event {
        display: block;
        padding-bottom: 1em;
    }
    .home-event_contentt,
    .home-event_img {
        width: 100%;
        margin: 0;
    }
    .home-event_contentt {
        padding-bottom: 2em !important;
    }
    .home-event_img {
        height: 300px;
    }
}

/*HOME SLIDER*/
.home-slides_wrapper {
    transition-timing-function: linear;
}
.home-slide_img {
    object-fit: cover;
    aspect-ratio: 1.5 / 1;
}

/*ABOUT*/
.about-brand {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.about-brand:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/graph.png) center #fff;
    background-size: 25%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.about-logo {
    width: 80%;
    max-width: 280px;
    margin: 0 auto 0.5em;
}
.about-lead br {
    display: none;
}
.about-lead b {
    display: block;
    font-weight: 900;
    font-size: clamp(21px, 3vw, 28px);
    margin: 0.3em auto;
    line-height: 1.2;
}
.about-lead b small {
    font-weight: 900;
    font-size: clamp(21px, 3vw, 28px);
}
.about-terio {
    position: relative;
}
.about-terio img {
    display: inline-block;
    width: 60%;
    max-width: 150px;
    position: relative;
    z-index: 2;
}
.about-terio:before {
    content: "";
    display: block;
    width: 60%;
    height: 2em;
    max-width: 150px;
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 0;
}
.about-terio_p {
    position: relative;
    z-index: 3;
    font-size: clamp(12px, 1.2vw, 14px);
    margin-top: 2em;
    line-height: 1.2;
}
.about-terio_p b {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: clamp(21px, 2.4vw, 34px);
}
.about-h4 {
    font-size: clamp(38px, 5.5vw, 48px);
    position: relative;
    line-height: 0.3;
}
.about-h4:after {
    content: "...";
    display: block;
    margin-top: 0.3em;
}
.about-list {
    border-radius: 0 0 2em 2em;
}
.about-ol {
    width: 90%;
    margin-inline: auto !important;
}
.about-li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2em 1em !important;
}
.about-li_img {
    width: 40%;
    margin-right: 1em;
    border-radius: 1em 0 0 1em;
    overflow: hidden;
}
.about-li_detail {
    flex: 1;
}
.about-h5 {
    font-size: clamp(28px, 2vw, 34px);
    margin-bottom: 0.5em;
}
.about-li_p b {
    font-size: 140%;
    font-weight: 700;
}
.about-banners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-banners_h4 {
    font-size: clamp(38px, 5.5vw, 48px);
    position: relative;
    width: 100%;
    line-height: 0.3;
    margin-top: 0.5em;
}
.about-banners_h4:after {
    content: "...";
    display: block;
    margin-top: 0.3em;
}
.about-banner {
    width: 31%;
}
.about-banner_p {
    margin: 0.5em 0;
    font-size: clamp(12px, 1.2vw, 14px);
}
@media screen and (max-width: 1180px) {
    .about-li_img {
        width: 50%;
    }
    .about-banners {
        display: block;
    }
    .about-banner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1em;
    }
    .about-banner a {
        width: 50%;
        margin-right: 1em;
    }
    .about-banner_p {
        flex: 1;
        margin: 0;
    }
}
@media screen and (max-width: 780px) {
    .about-li {
        flex-wrap: wrap;
    }
    .about-li_img {
        width: 100%;
        order: 1;
        border-radius: 1em;
        margin: 1em 0 0 0;
    }
}
@media screen and (max-width: 580px) {
    .about-lead b {
        margin: 1em auto;
    }
    .about-lead b small {
        display: block;
        line-height: 1;
    }
    .about-lead b small:nth-of-type(2) {
        transform: rotate(90deg);
    }
    .about-lead br {
        display: block;
    }
    .about-banner {
        display: block;
        margin-bottom: 2em;
    }
    .about-banner_p {
        margin: 0.5em 0;
    }
}

/*OEM*/
.oem-items {
    margin-bottom: 10em;
}
.oem-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.oem-item_detail {
    width: 55%;
    position: relative;
    z-index: 1;
}
.oem-item_imgs {
    width: 45%;
    position: relative;
    z-index: 2;
}
.oem-item_thumb {
    position: relative;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.oem-item_thumb:nth-child(1) img {
    border-radius: 0 2em 0 0;
}
.oem-item_thumb:nth-child(2) {
    position: absolute;
    width: clamp(150px, 20vw, 270px);
    bottom: -15%;
    left: -10%;
}
.oem-item_p {
    position: absolute;
    display: inline-block;
    bottom: 5px;
    right: 5px;
    padding: 0.2em 1em;
    line-height: 1.3;
}
.oem-item_detail {
    padding: 3em 4em 3em 3em;
    border-radius: 2em 0 0 2em;
}
.oem-item_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.oem-item_num {
    width: 4em;
    height: 4em;
    margin: -1em 0.5em 0 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oem-item_num span {
    display: block;
    text-align: center;
    line-height: 0.5;
    margin-top: 0.5em;
}
.oem-item_num b {
    font-size: 200%;
    line-height: 1;
    display: block;
    letter-spacing: 0;
}
.oem-h4 {
    flex: 1;
    font-size: clamp(21px, 2vw, 34px);
    line-height: 1.3;
}
.oem-item:nth-of-type(even) .oem-item_detail {
    order: 1;
    border-radius: 0 2em 2em 0;
    padding: 3em 3em 3em 4em;
}
.oem-item:nth-of-type(even) .oem-item_thumb:nth-child(2) {
    left: inherit;
    right: -10%;
}
.oem-item:nth-of-type(even) .oem-item_thumb:nth-child(1) img {
    border-radius: 2em 0 0 0;
}
.oem-item:nth-of-type(even) .oem-item_thumb:nth-child(1) .oem-item_p {
    right: inherit;
    left: 5px;
}
.oem-item .more {
    padding: 1em 1.5em;
}
.oem-support {
    margin: 3em 0 5em;
}
.oem-support_h2 {
    margin: 0.5em auto;
    font-size: clamp(38px, 6vw, 48px);
}
.oem-support_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oem-support_thumb {
    flex: 1;
}
.oem-support_text {
    width: 13em;
    margin-left: 1em;
    font-size: clamp(22px, 2vw, 34px);
}
.oem-support_h3 {
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.3;
    padding-left: 0.5em;
}
.oem-spec {
    margin: 3em 0 2em;
}
.oem-spec_h2 {
    margin: 0.5em auto;
    font-size: clamp(38px, 6vw, 48px);
    line-height: 0.8;
}
.oem-spec_h2 small {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}
.oem-spec_h2 br {
    display: none;
}
.oem-spec_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oem-spec_item {
    width: 32%;
}
.oem-spec_h3 {
    font-size: clamp(14px, 1.4vw, 21px);
    font-weight: 700;
    line-height: 1.3;
}
.oem-spec_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.2em;
}
.oem-spec_h3 i {
    font-size: clamp(38px, 2.4vw, 44px);
    padding: 0 0.2em;
}
.oem-spec_icon:before,
.oem-spec_icon:after {
    content: "";
    flex: 1;
    height: 1px;
}
.oem-spec_thumb {
    display: block;
}
.oem-spec_p {
    line-height: 1.3;
}
@media screen and (max-width: 1280px) {
    .oem-item_detail {
        padding: 3em 3em 3em 2em;
    }
}
@media screen and (max-width: 780px) {
    .oem-items {
        margin-bottom: 7em;
    }
    .oem-item {
        margin-bottom: 4em !important;
    }
    .oem-item_detail {
        width: 60%;
        padding: 2em 3em 2em 1em;
    }
    .oem-item:nth-of-type(even) .oem-item_detail {
        border-radius: 0 2em 2em 0;
        padding: 2em 1em 2em 3em;
    }
    .oem-item_imgs {
        width: 40%;
    }
    .oem-item_p {
        font-size: 12px;
    }
}
@media screen and (max-width: 680px) {
    .oem-items {
        margin-bottom: 5em;
    }
    .oem-item {
        padding: 2em 1em;
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
        border-radius: 1em;
        margin-bottom: 1em !important;
    }
    .oem-item_detail {
        width: 100%;
        padding: 0;
        background: transparent;
        filter: none;
        margin-bottom: 1em;
    }
    .oem-item_header {
        margin-bottom: 1em;
    }
    .oem-h4 br {
        display: none;
    }
    .oem-item_imgs {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .oem-item_thumb {
        position: relative !important;
        right: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
        width: 49% !important;
    }
    .oem-item_thumb:nth-child(1) img {
        border-radius: 0 0 0 1em !important;
    }
    .oem-item_thumb:nth-child(2) img {
        border-radius: 0 0 1em 0 !important;
    }
    .oem-item_p {
        right: inherit;
        bottom: 5px;
        width: 90%;
        display: block;
        margin: 0 auto;
        text-align: center;
        left: 5%;
    }
    .oem-item:nth-of-type(even) .oem-item_detail {
        order: 0;
        padding: 0;
    }
    .oem-support_thumb {
        flex: initial;
        width: 100%;
        order: 1;
    }
    .oem-support_thumb img {
        object-fit: cover;
        aspect-ratio: 2.2 / 1;
    }
    .oem-support_text {
        width: 100%;
        margin: 0 0 0.5em;
    }
    .oem-spec_h2 br {
        display: block;
    }
    .oem-spec_item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .oem-spec_h3 {
        width: 100%;
        font-size: clamp(18px, 2vw, 28px);
    }
    .oem-spec_thumb {
        width: 47%;
        margin-right: 1em;
    }
    .oem-spec_text {
        flex: 1;
    }
}
@media screen and (max-width: 480px) {
    .oem-h4 br {
        display: block;
    }
    .oem-spec_thumb img {
        object-fit: cover;
        aspect-ratio: 1.3 / 1;
    }
}

/*CATALOGUE*/
.catalogue-digital_h2 {
    margin: 0 auto 0.5em;
    font-size: clamp(38px, 6vw, 48px);
}
.catalogue-digital_ol {
    display: flex;
    justify-content: center;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 60%,
        var(--yellow) 60%,
        var(--yellow) 100%
    );
}
.catalogue-digital_li {
    flex-shrink: 1;
    padding: 0 0 1em !important;
    margin-bottom: 1em !important;
}
.catalogue-digital_a {
    display: block;
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    transition: 0.2s all;
}
.catalogue-digital_a:hover {
    transform: scale(1.02, 1.02);
    transform-origin: bottom center;
}
.catalogue-digital_p {
    padding: 0.5em 0 !important;
    line-height: 1.3;
    text-align: center;
    font-size: clamp(12px, 2vw, 16px);
}
.catalogue-list_h2 {
    margin: 1em auto 0.5em;
    font-size: clamp(38px, 6vw, 48px);
}
.catalogue-list_ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.catalogue-list_li {
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 60%,
        var(--beige) 60%,
        var(--beige) 100%
    );
    padding: 0 1em 1em !important;
    margin-bottom: 2em !important;
}
.catalogue-list_a {
    display: block;
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    transition: 0.2s all;
}
.catalogue-list_p {
    padding: 0.5em 0 !important;
    line-height: 1.3;
    text-align: center;
    font-size: clamp(12px, 1.1vw, 14px);
}
@media screen and (max-width: 1280px) {
    .catalogue-list_li {
        padding: 0 0.5em 1em !important;
    }
}
@media screen and (max-width: 680px) {
    .catalogue-lead {
        text-align: left !important;
    }
    .catalogue-lead br {
        display: none;
    }
    .catalogue-digital_ol {
        flex-wrap: wrap;
        background: none;
    }
    .catalogue-digital_li {
        width: 50%;
        background: linear-gradient(
            180deg,
            transparent 0%,
            transparent 60%,
            var(--yellow) 60%,
            var(--yellow) 100%
        );
    }
    .catalogue-list_ol {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .catalogue-digital_li {
        width: 100%;
        margin-bottom: 2em !important;
    }
    .catalogue-digital_a {
        max-width: 250px;
    }
    .catalogue-list_ol {
        grid-template-columns: repeat(2, 1fr);
    }
}
