:root {
    --main-color: #009b7c;
}

.home .sec_title {
    font-size: 6.25rem;
    font-weight: 600;
}

.home .sec_title {
    font-size: 1.35rem;
    margin-bottom: 1.5em;
}

.home .sec_title span {
    font-size: min(6.25rem, 6.5vw);
    color: var(--main-color);
    letter-spacing: 4px;
    display: inline-block;
    line-height: 1;
    margin-block: -0.25em 0.15em; }

@media screen and (max-width: 767px) {
    .home .sec_title {
        font-size: 6.25rem;
        font-weight: 500;
    }

    .home .sec_title {
        font-size: 0.875rem;
        margin-bottom: 0.5em;
    }

    .home .sec_title span {
        font-size: min(3.5rem, 13vw);
        margin-top: -0.25em;
        letter-spacing: 2px;
    }
}

.home .mv_wrap {
    position: relative;
    z-index: 0;
    aspect-ratio: 1920 / 970;
    background: url("../img/top/bg_mv.jpg") 0% 0% / cover no-repeat;
    overflow: hidden;
}

.home .mv_wrap .text_area {
    position: absolute;
    z-index: 1;
    color: rgb(255, 255, 255);
    text-align: left;
    inset: 30% auto auto 9%;
    height: auto;
}

.home .mv_wrap .text_area .mv_title {
    font-size: min(6rem, 6vw);
    line-height: 1.2;
    margin-bottom: 0.25em;
    filter: drop-shadow(rgba(0, 0, 0, 0.59) 2px 2px 4px);
    letter-spacing: 3px;
}

.home .mv_wrap .text_area .mv_title span {
    color: var(--main-color);
}

.home .mv_wrap .text_area .mv_title {
    overflow: hidden;
    transform: translate(-100%, 0px);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: rgb(255, 255, 255);
}

.home .mv_wrap .text_area .mv_title b {
    display: block;
    transform: translate(100%, 0px);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-weight: 400 !important;
}

.home .mv_wrap .text_area .mv_title.once, .home .mv_wrap .text_area .mv_title.once b {
    transform: translate(0px, 0px);
}

.home .mv_wrap .text_area .mv_lead {
    font-size: 1.5rem;
    line-height: 2;
}

.home .mv_wrap .img_area {
    position: absolute;
    z-index: 0;
    inset: -21% -10% auto auto;
    width: 71%;
    overflow: hidden;

}
.home .mv_wrap .img_area img{
    will-change: transform;
    animation: 60s linear 0s infinite normal none running rotation;
    backface-visibility: hidden;
    display: inline-block;
    will-change: transform;
    transform-origin: 50% 50%;
}

@keyframes rotation {
    0% {
        transform: rotateZ(50deg);
    }

    100% {
        transform: rotateZ(-310deg);
    }
}

@media screen and (max-width: 767px) {
    .home .mv_wrap {
        height: 600px;
        aspect-ratio: unset;
        background-size: cover;
        background-position: 70% center;
    }

    .home .mv_wrap .text_area {
        inset: 28% 0px auto;
        padding-inline: 15px;
        }

    .home .mv_wrap .text_area .mv_title {
        font-size: min(6rem, 14.2vw);
        line-height: 1.1;
        letter-spacing: 0px;
    }

    .home .mv_wrap .text_area .mv_title span {
        color: var(--main-color);
    }

    .home .mv_wrap .text_area .mv_lead {
        font-size: 1.125rem;
        filter: drop-shadow(rgba(0, 0, 0, 0.59) 4px 4px 8px);
    }

    .home .mv_wrap .img_area {
        inset: -23% auto auto 1%;
        width: 230%;
    }
}

.home .product_wrap {
    padding-block: 11% 10em; position: relative;
    z-index: 0;
}

.home .product_wrap .product_inner {
    text-align: left;
    max-width: 1620px;
    padding-inline: 20px; margin: 0px auto;
    display: flex;
    align-items: flex-start;
    gap: 1.5em 5%;
}

.home .product_wrap .img_area {
    width: 38%;
    display: flex;
    justify-content: right;
}

.home .product_wrap .text_area {
    width: 57%;
}

.home .product_wrap .text_area .sec_lead {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
}

.home .product_wrap .text_area .product_list {
    margin-bottom: 3em;
}

.home .product_wrap .text_area .product_item {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 1.125rem;
    margin-bottom: 1.25em;
}

.home .product_wrap .text_area .product_item .product_num {
    font-size: 2.75rem;
    color: var(--main-color);
}

.home .product_wrap .text_area .product_item .product_text {
    font-weight: 500;
}

.home .product_wrap .text_area .sec_text {
    font-size: 1.25rem;
    font-weight: 500;
    word-break: auto-phrase;
}

.home .product_wrap .bg_text {
    position: absolute;
    z-index: -1;
    height: fit-content;
    margin: auto;
    inset: 6% 0px auto;
    text-align: center;
    font-weight: 500;
    width: 98%;
    color: rgba(0, 0, 0, 0);
    paint-order: stroke;
    -webkit-text-stroke: 1px rgba(0, 155, 124, 0.29);
}

.home .product_wrap .bg_img {
    position: absolute;
    z-index: -10;
    height: fit-content;
    margin: auto;
    inset: auto 0px 0px;
}

@media screen and (max-width: 767px) {
    .home .product_wrap {
        padding-block: 12% 7em;
        position: relative;
        z-index: 0;
    }

    .home .product_wrap .product_inner {
        padding-inline: 15px; flex-direction: column;
    }

    .home .product_wrap .img_area {
        width: 100%;
    }

    .home .product_wrap .text_area {
        display: contents;
    }

    .home .product_wrap .sec_title {
        order: -1;
    }

    .home .product_wrap .text_area .sec_lead {
        font-size: 1.28rem;
        margin-bottom: 0px;
        order: -1;
    }

    .home .product_wrap .text_area .product_list {
        margin-bottom: 0px;
    }

    .home .product_wrap .text_area .product_item {
        display: flex;
        align-items: center;
        gap: 1em;
        font-size: 1.125rem;
        margin-bottom: 1.25em;
    }

    .home .product_wrap .text_area .product_item .product_num {
        font-size: 2rem;
    }

    .home .product_wrap .text_area .product_item p {
        font-size: 0.9rem;
    }

    .home .product_wrap .text_area .sec_text {
        font-size: 1rem;
        word-break: unset;
        text-align: center;
    }

    .home .product_wrap .bg_text {
        position: absolute;
        z-index: -1;
        height: fit-content;
        margin: auto;
        inset: 6% 0px auto;
        text-align: center;
        font-weight: 500;
        width: 96%;
        color: rgba(0, 0, 0, 0);
        paint-order: stroke;
        -webkit-text-stroke: 1px rgba(0, 155, 124, 0.29);
    }

    .home .product_wrap .bg_img {
        position: absolute;
        z-index: -10;
        height: fit-content;
        margin: auto;
        inset: auto 0px 0px;
    }
}

.home .size_wrap {
    position: relative;
    z-index: 0;
}

.home .size_wrap .size_cont01 {
    position: relative;
    z-index: 0;
    background: url("../img/top/bg_size01.jpg") 0% 0% / cover no-repeat;
}

.home .size_wrap .size_cont01_inner {
    text-align: left;
    max-width: 1560px;
    margin: 0px auto;
    padding-inline: 20px;}

.home .size_wrap .size_cont01 .text_area {
    padding: 15em 20% 10em 0px;
}

.home .size_wrap .size_cont01 .img_area {
    position: absolute;
    z-index: -1;
    inset: 15% 0px auto auto;
    width: 47.7%;
    min-width: 56em;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 4px 4px 8px);
}

.home .size_wrap .size_link {
    display: flex;
    justify-content: center;
    gap: 1em 1%;
    max-width: 1200px;
    margin-inline: auto; margin-bottom: 6em;
}

.home .size_wrap .size_link .link_item {
    width: calc(32.6667%);
}

.home .size_wrap .size_link .link_item a {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.75em 1em 1.5em;
    text-decoration: none;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    min-height: 80px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.home .size_wrap .size_link .link_item a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto;
    inset: 65% 0px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    transform: rotate(135deg);
    transition: 0.3s;
}

@media (any-hover: hover) {
    .home .size_wrap .size_link .link_item a:hover {
        color: rgb(40, 40, 40);
        background: rgb(255, 255, 255);
    }

    .home .size_wrap .size_link .link_item a:hover::before {
        border-top: 2px solid rgb(40, 40, 40);
        border-right: 2px solid rgb(40, 40, 40);
    }
}

.home .size_wrap .size_cont02 {
    text-align: center;
    position: relative;
    z-index: -1;
    background-image: linear-gradient(210deg, rgb(111, 111, 110) 0%, rgb(0, 0, 0) 80%, rgb(0, 0, 0) 100%);
    padding-block: 10em 6em; }

.home .size_wrap .size_cont02 .bg_size {
    position: absolute;
    z-index: -1;
    inset: auto auto 0px 0px;
    width: 46.5%;
}

.home .size_wrap .size_cont02 .size_item {
    text-align: center;
    padding-top: 6em;
}

.home .size_wrap .size_cont02 .size_item .size_item_title {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 1.5em;
}

.home .size_wrap .size_cont02 .size_item .size_item_img {
    background: rgb(255, 255, 255);
    margin-bottom: 44em;
    padding: 1.5em 2em 3em;
}

.home .size_wrap .size_cont02 .size_item .size_item_img_text {
    font-size: 1.35rem;
    text-align: left;
    font-weight: 600;
    margin-bottom: 1em;
}

.home .size_wrap .size_cont02 .size_item .size_item_img img {
    margin-bottom: 1em;
}

.home .size_wrap .size_cont02 .size_item .size_item_img_att {
    text-align: right;
}

.home .size_wrap .size_cont02_01 {
    margin-bottom: 4em;
}

.home .size_wrap .size_cont02_01 .size_item_img {
    background: rgb(255, 255, 255);
    margin-bottom: 1.5em;
    padding: 2em 2em 1em;
    text-align: center;
}

.home .size_wrap .size_cont02_01 .size_item_img img {
    margin-bottom: 2em;
}

.home .size_wrap .size_cont02_01 .size_item_img .size_item_img_att {
    text-align: right;
    font-size: 0.875rem;
}

.home .size_wrap .size_cont02_01 .js-scrollable {
    overflow: scroll;
    margin-bottom: 1.5em;
}

.home .size_wrap .size_cont02_01 .size_item_figure .img {
    min-width: 800px;
}

.home .size_wrap .size_cont02_01 .size_item_figure .img + .img {
    margin-bottom: 0.5em;
}

.home .size_wrap .size_cont02_01 .figure_att {
    color: rgb(255, 255, 255);
    margin-bottom: 1em;
    text-align: right;
}

.home .size_wrap .size_lead {
    background: var(--main-color);
    padding: 0.5em;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.75rem;
    font-weight: 600;
}

.home .size_wrap .size_cont02_02 {
    margin-bottom: 4em;
}

.home .size_wrap .size_cont02_inner {
    background: rgb(255, 255, 255);
}

.home .size_wrap .size_cont02_02 .option_list{
    padding: 2.5em 2.5% 3em;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em 4%;
    max-width: 890px;
}
.home .size_wrap .size_cont02_02 .option_list .option_item{ 
    width: calc((100% - 4%) / 2);
}
.home .size_wrap .size_cont02_02 .option_list .option_item img{ 
    margin-bottom: 0.5em;
}
.home .size_wrap .size_cont02_02 .option_text {
    text-align: center;
}

.home .size_wrap .size_cont02_03 {
    margin-bottom: 4em;
}

.home .size_wrap .size_cont02_03 .model_table {
    text-align: center;
    width: calc(100% - 6em);
    -
    inline: 3em;
    margin: 3em 3em 0;
}

.home .size_wrap .size_cont02_03 .model_table.table_first::before {
    position: absolute;
    z-index: 0;
    display: block;
    height: 1px;
    width: 100%;
    background: rgb(189, 189, 189);
    content: "";
    inset: -0.3em 0px auto;
}

.home .size_wrap .size_cont02_03 .model_table th, .home .size_wrap .size_cont02_03 .model_table td {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.75em 1.25em;
    border: 1px solid rgb(189, 189, 189);
}

.home .size_wrap .size_cont02_03 .model_table th {
    text-align: center;
    background: rgb(232, 238, 229);
}

.home .size_wrap .size_cont02_03 .model_table th:first-child {
    width: 20%;
}

.home .size_wrap .size_cont02_03 .model_detail {
    padding: 3em;
}

.home .size_wrap .size_cont02_03 .model_detail .model_text {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.home .size_wrap .size_cont02_03 .model_detail .table_att_col {
    display: flex;
    gap: 1em;
    margin-bottom: 0.5em;
}

.home .size_wrap .size_cont02_03 .model_detail .model_name {
    font-weight: 600;
    min-width: 9em;
}

@media screen and (max-width: 1200px) {
    .home .size_wrap .size_cont01 .img_area {
        inset: 22% 0px auto auto;
        min-width: 47em;
    }
}

@media screen and (max-width: 767px) {
    .home .size_wrap .size_cont01 {
        background-position: 30% center;
        z-index: 1;
    }

    .home .size_wrap .size_cont01_inner {
        padding-inline: 15px; }

    .home .size_wrap .size_cont01 .text_area {
        padding: 5em 0px 1em;
    }

    .home .size_wrap .size_cont01 .img_area {
        position: relative;
        inset: unset;
        margin-top: -20px;
        transform: translateX(30px) translateY(20px);
        width: 100%;
        min-width: unset;
    }

    .home .size_wrap .size_link {
        margin-bottom: 3em;
        flex-wrap: wrap;
        gap: 1em 2%;
        text-align: center;
    }

    .home .size_wrap .size_link .link_item {
        width: calc(32%);
    }

    .home .size_wrap .size_link .link_item a {
        font-size: 1rem;
        padding: 0.75em 0.5em 1.5em;
        min-height: 70px;
    }

    .home .size_wrap .size_link .link_item a::before {
        width: 10px;
        height: 10px;
    }

    .home .size_wrap .size_cont02 {
        padding-block: 6em 4em; }

    .home .size_wrap .size_cont02 .bg_size {
        width: 80%;
    }

    .home .size_wrap .size_cont02 .size_item {
        padding-top: 6em;
    }

    .home .size_wrap .size_cont02 .size_item .size_item_title {
        font-size: 2rem;
        font-weight: 600;
        color: rgb(255, 255, 255);
        margin-bottom: 1.5em;
    }

    .home .size_wrap .size_cont02 .size_item .size_item_img {
        background: rgb(255, 255, 255);
        margin-bottom: 44em;
        padding: 1.5em 2em 3em;
    }

    .home .size_wrap .size_cont02 .size_item .size_item_img_text {
        font-size: 1.35rem;
        text-align: left;
        font-weight: 600;
        margin-bottom: 1em;
    }

    .home .size_wrap .size_cont02 .size_item .size_item_img img {
        margin-bottom: 1em;
    }

    .home .size_wrap .size_cont02 .size_item .size_item_img_att {
        text-align: right;
    }

    .home .size_wrap .size_cont02_01 {
        margin-bottom: 3em;
    }

    .home .size_wrap .size_cont02_01 .js-scrollable {
        margin-bottom: 1.5em;
    }

    .home .size_wrap .size_cont02_01 .size_item_img {
        min-width: 800px;
        margin-bottom: 0px;
    }

    .home .size_wrap .size_cont02_01 .size_item_img img {
        margin-bottom: 2em;
    }

    .home .size_wrap .size_lead {
        font-size: 1.5rem;
    }

    .home .size_wrap .size_cont02_02 {
        margin-bottom: 3em;
    }

    .home .size_wrap .size_cont02_02 .option_list{
        padding: 2em 1em 3em;
        gap: 2em 4%;
    }
    .home .size_wrap .size_cont02_02 .option_list .option_item{ 
        width: calc((100% - 4%) / 2);
    }
    .home .size_wrap .size_cont02_02 .option_text {
       font-size: 0.9rem;
    }

    .home .size_wrap .size_cont02_03 {
        margin-bottom: 4em;
    }
    .home .size_wrap .size_cont02_03 .js-scrollable{
        margin-inline: 1em;
    }
    .home .size_wrap .size_cont02_03 .model_table {
        text-align: center;
        width: 100%;
        margin-top: 0.25em;
        min-width: 890px;
        margin: 2em 0 1em;
    }

    .home .size_wrap .size_cont02_03 .model_detail {
        padding: 2em 1em 2em;
    }

    .home .size_wrap .size_cont02_03 .model_detail .table_att_col {
        flex-direction: column;
        gap: 0.5em;
        margin-bottom: 1.5em;
    }
}

.home .contact_wrap {
    position: relative;
    z-index: 0;
    background: url("../img/top/bg_contact01.jpg") center center / cover no-repeat;
    padding-block: 7em 5em; color: rgb(255, 255, 255);
}

.home .contact_wrap .sec_title {
    text-align: center;
    color: rgb(255, 255, 255) !important;
}

.home .contact_wrap .sec_title span {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.home .contact_wrap .text_area {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 870px;
    margin-inline: auto; }

.home .contact_wrap .tel_link {
    width: 50%;
    border-right: 1px solid;
    font-size: 0.875rem;
    text-align: center;
}

.home .contact_wrap .tel_link em {
    font-size: 3rem;
    letter-spacing: 1px;
    padding-left: 0.5em;
    position: relative;
    z-index: 0;
    font-weight: 500;
}
.home .contact_wrap .tel_link em::before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    width: 34px;
    height: 34px;
    background-image: url("../img/common/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    inset: 10px auto 0px -16px;
}
.home .contact_wrap .tel_link em a{
    pointer-events: none;
}
.home .contact_wrap .common_btn {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .home .contact_wrap {
        background: url("../img/top/bg_contact01_sp.jpg") center center / cover no-repeat;
        padding-block: 5em 2em; 
	}
    .home .contact_wrap .text_area {
        flex-direction: column;
    }
    .home .contact_wrap .tel_link {
        width: 100%;
        border-right: none;
        margin-bottom: 2em;
    }
    .home .contact_wrap .tel_link em {
        font-size: 2.25rem;
        letter-spacing: 2px;
    }
    .home .contact_wrap .tel_link em::before {
        width: 24px;
        height: 24px;
        inset: 10px auto 0px -14px;
    }
    .home .contact_wrap .common_btn {
        width: 80%;
    }
}
