/*------------------------------------------------------------------------------
mainVisual
------------------------------------------------------------------------------*/
main{
    margin-top: 6rem;
}

.mainimg_bg{
    position: relative;
}

.mainimg_bg::after{
    content: "";
    display: block;
    background: url(../img/common/mainimg_bg.svg) no-repeat center;
    width: 36.7rem;
    height: 82rem;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    display: none;
}

.p-mainimg{
    height: 82rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.p-mainimg::before{
    content: "";
    display: block;
    background: url(../img/index/ashirai.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 36.7rem;
    height: 82rem;
    position: absolute;
    left: calc(-5.4rem * 0.795);
    top: 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .p-mainimg{
        height: 42.5rem;
    }
    
    .p-mainimg::before{
        left: calc(-12.6rem * 0.795);
        width: 31.5rem;
        height: 42.5rem;
        background-size: 100% 100%;
    }
}


.main_movie {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .main_movie::after{
        content: "";
        display: block;
        background: url(../img/common/mainimg_bg_sp.svg) no-repeat center;
        width: 16rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 100%;
        display: none;
    }
}

.main_movie video {
    width: calc( 100% - 8rem);
    height: 84rem;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .main_movie video{
        width: 100%;
        height: 42.5rem;
    }
}

.p-left_mainimg{
    background-size: cover;
    width: calc( 100% - 8rem);
    height: 100%;
    padding: 0 0 9rem 16rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .p-left_mainimg{
        width: 100%;
        padding: 0 0 4.8rem 2rem;
        background-size: cover;
    }
}


.p-left_mainimg h2{
    color: #fff;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 8.7rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2.8rem;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
    .p-left_mainimg h2{
        font-size: 2.7rem;
        line-height: 1.35em;
        margin-bottom: 1.1rem;
    }
}

.p-left_mainimg p.en_text{
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: "Oswald";
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
    .p-left_mainimg p.en_text{
        font-size: 1.1rem;
    }
}

.p-right_scroll{
    font-family: "Oswald";
    font-size: 1.8rem;
    font-weight: 500;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    position: relative;
    margin-top: 14.2rem;
    width: 8rem;
    padding: 0 2.4rem;
}

@media screen and (max-width: 1620px) {
    .p-right_scroll{
        margin-top: 24.2rem;
    }
}

@media screen and (max-width: 768px) {
    .p-right_scroll{
        display: none;
    }
}

.p-right_scroll::after{
    content: "";
    display: block;
    background: url(../img/index/scroll.svg) no-repeat center;
    width: 1.1rem;
    height: 10rem;
    position: absolute;
    bottom: -11.5rem;
    right: 2.8rem;
    background-size: 100%;
}

/*------------------------------------------------------------------------------
information slider
------------------------------------------------------------------------------*/
.p-information {
    padding: 10rem 0 16rem;
    position: relative;
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .p-information {
        padding: 3.2rem 0 6.4rem;
    }
}

.p-information::before{
    content: "";
    display: block;
    background: #0016D9;
    z-index: -1;
    width: 100%;
    height: 45.5rem;
    position: absolute;
    top: -16rem;
}

@media screen and (max-width: 768px) {
    .p-information::before{
        height: 34rem;
    }
}


.p-information__container {
    display: flex;
    gap: 8.25rem;
    max-width: none;
    margin: 0;
    padding: 0 0 0 8rem;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-information__container{
        flex-direction: column;
        gap: 2rem;
        padding: 0 0 0 2rem;
    }
}

.p-information__left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

@media screen and (max-width: 768px) {
    .p-information__left{
        flex-direction: row;
        padding: 0 2rem 0 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
}

.p-information__title {
    position: relative;
}

.p-information__title-main {
    font-family: "Oswald";
    font-size: 5.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .p-information__title-main{
        font-size: 2.9rem;
        line-height: 1;
    }
}

.p-information__title-sub {
    font-size: 2.7rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .p-information__title-sub {
        text-align: left;
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}

.p-information__view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: #FA4738;
    color: #fff;
    font-family: "Oswald";
    font-size: 2.4rem;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-shrink: 0;
    padding-top: 1.5rem;
    position: relative;
    left: 9rem;
    top: -2rem;
	margin-top: 3.2rem;
}

.p-information__view-all:hover {
    transform: scale(1.05);
    background-color: #FB7B71;
}

@media screen and (max-width: 768px) {
    .p-information__view-all{
        width: 5.25rem;
        height: 5.25rem;
        font-size: 1.2rem;
        left: 0;
        top: 0;
        gap: 0.8rem;
		margin-top: 0;
    }
}

.p-information__view-all:hover {
    transform: scale(1.05);
}

.p-information__arrow {
    transition: transform 0.3s ease;
    position: relative;
    top: -1rem;
    width: 1.7rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .p-information__arrow {
        width: 1.2rem;
    }
}

/*
.p-information__view-all:hover .p-information__arrow {
    transform: translateX(0.4rem);
}
*/

.p-information__nav-buttons {
    display: flex;
    justify-content: center;
    gap: 6.6rem;
    position: relative;
    top: -2.4rem;
}

@media screen and (max-width: 768px) {
    .p-information__nav-buttons{
        display: none;
    }
}

.p-information__right {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.p-information__slider {
    overflow: hidden;
    position: relative;
}

.p-information__track {
    display: flex;
    gap: 3.2rem;
    transition: transform 0.5s ease;
}

@media screen and (max-width: 768px) {
    .p-information__slider{
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;

        /* スクロールバー非表示 */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer, Edge(Legacy) */
    }

    .p-information__slider::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .p-information__track {
        transform: none !important;
        min-width: 100%;
    }
}

.p-information__card {
    flex: 0 0 39.5rem;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*
.p-information__card:hover{
    transform: translateY(-0.8rem);
}
    */

@media screen and (max-width: 1200px) {
    .p-information__card {
        flex: 0 0 30rem;
    }
}

@media screen and (max-width: 768px) {
    .p-information__card {
        flex: 0 0 100%;
        max-width: 24rem;
        scroll-snap-align: start;
    }
}

.p-information__card:hover .p-information__card-date,
.p-information__card:hover .p-information__card-title{
    color: #0016D9;
}

.p-information__card-image {
    width: 100%;
    height: 24.269rem;
    overflow: hidden;
    background-color: #f5f5f5;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .p-information__card-image {
        height: 14.75rem;
    }
}

.p-information__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.p-information__card-content {
    padding: 2.8rem 0 0;
}

@media screen and (max-width: 768px) {
    .p-information__card-content {
        padding: 2.4rem 0 0 0;
    }
}

.p-information__card-meta {
    display: flex;
    gap: 5rem;
    margin-bottom: 0.8rem;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-information__card-meta {
        gap: 0.9rem;
        margin-bottom: 0.8rem;
    }
}

.p-information__card-date {
    font-size: 1.8rem;
    color: #0B0B0B;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .p-information__card-date {
        font-size: 1.2rem;
    }
}


.p-information__card-category {
    font-size: 1.8rem;
    color: #0016D9;
}

@media screen and (max-width: 768px) {
    .p-information__card-category {
        font-size: 1.2rem;
        font-weight: 500;
    }
}


.p-information__card-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0B0B0B;
    margin: 0 0 1.2rem 0;
    line-height: 3rem;
    min-height: 7.6rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .p-information__card-title {
        font-size: 1.4rem;
        margin-bottom: 1.6rem;
        min-height: 4.4rem;
        line-height: 1.4;
    }
}

.p-information__card-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Oswald";
    font-size: 2rem;
    font-weight: 500;
    color: #0B0B0B;
    text-decoration: none;
    border-bottom: 1px solid #0B0B0B;
    padding-bottom: 1.1rem;
    transition: color 0.3s ease, border-color 0.3s ease;
    width: 100%;
}

.p-information__card-link:hover,
.p-information__card:hover .p-information__card-link{
    color: #0016D9;
    border-bottom: 1px solid #0016D9;
}

@media screen and (max-width: 768px) {
    .p-information__card-link {
        font-size: 1.2rem;
        padding-bottom: 0.4rem;
    }
}

.p-information__card-arrow {
    transition: transform 0.3s ease;
    background: url(../img/index/arrow_black.svg) no-repeat center;
    width: 2.9rem;
    height: 1.9rem;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    .p-information__card-arrow {
        width: 1.5rem;
        height: 1rem;
}
}

.p-information__card-link:hover .p-information__card-arrow,
.p-information__card:hover .p-information__card-arro,
.p-information__card:hover .p-information__card-arrow{
    background: url(../img/index/arrow_blue.svg) no-repeat center;
    background-size: 100%;
}

.p-information__nav {
    width: 2.6rem;
    height: 1.7rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .p-information__nav {
        width: 4.8rem;
        height: 4.8rem;
    }
}

.p-information__nav:hover {
    background-color: #fff;
    transform: scale(1.1);
}

.p-information__nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.p-information__nav:disabled:hover {
    transform: scale(1);
}

.p-information__nav svg {
    width: 2.4rem;
    height: 2.4rem;
    color: #0B0B0B;
}

@media screen and (max-width: 768px) {
    .p-information__nav svg {
        width: 2rem;
        height: 2rem;
    }
}

/*------------------------------------------------------------------------------
product
------------------------------------------------------------------------------*/
.p-product{
    position: relative;
    padding: 6.4rem 0 12rem;
}

@media screen and (max-width: 768px) {
    .p-product{
        padding: 3.2rem 0 6.4rem;
    }
}
.p-product::after{
    content: "";
    display: block;
    background: url(../img/index/product_bg.webp) no-repeat center;
    background-size: cover;
    margin-right: 8rem;
    width: 100%;
    height: 108rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .p-product::after{
        background: url(../img/index/product_bg_sp.webp) no-repeat top center;
        background-size: contain;
    }
}

.p-product__container{
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .p-product__container{
        padding: 0 2rem;
    }
}
.p-product__top{
    display: flex;
    align-items: flex-start;
    gap: 5rem;
}

@media screen and (max-width: 768px) {
    .p-product__top{
        flex-direction: column;
        gap: 3.2rem;
    }
}

.p-product__title-main {
    font-family: "Oswald";
    font-size: 8.5rem;
    font-weight: 700;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .p-product__title-main{
        line-height: 1;
        font-size: 3.2rem;
    }
}

.p-product__title-sub{
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
    .p-product__title-sub{
        margin-bottom: 0;
        font-size: 1.6rem;
        text-align: left;
    }
}

.p-product__toptext{
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.6rem;
    margin-top: 3rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
.p-product__toptext{
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
}

.p-product__subtitle{
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
    margin-top: 8rem;
    padding-left: 2.6rem;
}

@media screen and (max-width: 768px) {
    .p-product__subtitle{
        font-size: 1.6rem;
        padding-left: 1.3rem;
        margin-top: 4rem;
    }
}

.p-product__subtitle::before{
    content: "";
    display: block;
    background-color: #0016D9;
    width: 0.8rem;
    height: 4.6rem;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 768px) {
    .p-product__subtitle::before{
        height: 2.4rem;
        width: 0.5rem;
    }
}

.p-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

@media screen and (max-width: 768px) {
    .p-product__list{
        gap: 1rem;
    }
}

.p-product__list li{
    width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
    .p-product__list li{
        width: calc((100% - 1rem) / 2);
    }
}

.p-product__list li a{
    display: block;
    background-color: #F5F7FB;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-product__list li a h4.p-product__title{
    font-size: 2.6rem;
    font-weight: 700;
    padding: 3rem;
    position: relative;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .p-product__list li a h4.p-product__title{
        font-size: 1.4rem;
        padding: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .p-product__list li:nth-child(4) a h4.p-product__title{
        min-height: 1.867rem;
        padding: 2rem 1rem;
    }
}

.p-product__list li a h4.p-product__title::after{
    content: "";
    display: block;
    background: url(../img/index/arrow_black.svg) no-repeat center;
    width: 3rem;
    height: 2rem;
    position: absolute;
    right: 3rem;
    top: 3.8rem;
    background-size: 100%;
}


@media screen and (max-width: 768px) {
    .p-product__list li a h4.p-product__title::after{
        width: 1.2rem;
        line-height: 1.2;
        right: 1rem;
        top: 1.8rem;
    }
	
	.lang-en .p-product__list li a h4.p-product__title::after{
		top: 3.8rem;
}
}
@media screen and (max-width: 768px) {
    .p-product__list li:nth-child(3) a h4.p-product__title::after,
    .p-product__list li:nth-child(4) a h4.p-product__title::after{
        top: 2.8rem;
    }
}

@media screen and (max-width: 768px) {
    .p-product__list li.-second a h4.p-product__title::after{
        top: 1.2rem;
    }
}

.p-product__img{
    width: 100%;
    overflow: hidden;
}
.p-product__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    transform-origin: center; /* 拡大の基点を中央に */
}
.p-product__list li a:hover .p-product__img img{
    transform: scale(1.1);
}
.p-product__list li a:hover{
    opacity: 0.5;
}

/*------------------------------------------------------------------------------
order made
------------------------------------------------------------------------------*/
.p-ordermade{
    background: url(../img/index/ordermade_bg.webp) no-repeat center;
    background-size: cover;
    padding: 8rem 0 13rem;
}

@media screen and (max-width: 768px) {
    .p-ordermade{
        padding: 4rem 0 6.4rem;
        background: url(../img/index/ordermade_bg_sp.webp) no-repeat center;
        background-size: cover;
    }
}

.p-ordermade__container{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 7.8rem;
    align-items: flex-start;
}

@media screen and (max-width: 1280px) {
    .p-ordermade__container{
        padding: 0 8rem;
    }
}

@media screen and (max-width: 768px) {
    .p-ordermade__container{
        flex-direction: column;
        padding: 0 2rem;
    }
}

.p-ordermade__left{
    flex: 0 0 33%;
}

@media screen and (max-width: 1280px) {
    .p-ordermade__left{
        flex: 1;
        width: 100%;
    }
}

.p-ordermade__title{
    margin-bottom: 4.5rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-ordermade__title{
        margin-bottom: 2.4rem;
    }
}

.p-ordermade__title-main{
    font-family: "Oswald";
    font-size: 8.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 10rem;
    margin: 0 0 0.2rem 0;
}

@media screen and (max-width: 768px) {
    .p-ordermade__title-main{
        text-align: left;
        font-size: 3.2rem;
        line-height: 1;
    }
}

.p-ordermade__title-sub{
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .p-ordermade__title-sub{
        text-align: left;
        font-size: 1.6rem;
    }
}

.p-ordermade__text{
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .p-ordermade__text{
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

.p-ordermade__image{
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-ordermade__image{
        padding: 0 3rem;
    }
}

.p-ordermade__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.p-ordermade__right{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

@media screen and (max-width: 768px) {
    .p-ordermade__right{
        width: 100%;
        gap: 4rem;
    }
}

.p-ordermade__search-section{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.p-ordermade__search-title{
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0;
    padding-left: 2.6rem;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 4.6rem;
}

@media screen and (max-width: 768px) {
    .p-ordermade__search-title{
        font-size: 1.6rem;
        padding-left: 1.3rem;
        line-height: 1;
    }
}

.p-ordermade__search-title::before{
    content: "";
    display: block;
    background-color: #0016D9;
    width: 0.8rem;
    height: 4.6rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .p-ordermade__search-title::before{
        height: 2.4rem;
        width: 0.5rem;
    }
}

.p-ordermade__search-card{
    display: flex;
    align-items: center;
    gap: 3rem;
    background-color: #0016D9;
    padding: 2rem 3rem 2rem 7.6rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-ordermade__search-card{
        padding: 1.8rem 2.4rem;
        gap: 2rem;
    }
}

.p-ordermade__search-card:hover{
    background-color: #3A49D1;
}

.p-ordermade__card-icon{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.p-ordermade__card-content{
    flex: 1;
}

.p-ordermade__card-title{
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .p-ordermade__card-title{
        font-size: 1.8rem;
        margin-bottom: 0.4rem;
    }
}

.p-ordermade__card-subtitle{
    font-family: "Oswald";
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .p-ordermade__card-subtitle{
        font-size: 1.2rem;
    }
}

.p-ordermade__card-arrow{
    flex-shrink: 0;
    width: 2.9rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .p-ordermade__card-arrow{
        width: 1.4rem;
    }
}

.p-ordermade__card-arrow img{
    width: 100%;
    height: auto;
}

.p-ordermade__grid{
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

@media screen and (max-width: 768px) {
    .p-ordermade__grid{
        flex-direction: column;
    }
}

.p-ordermade__grid-card{
    width: calc( (100% - 1.2rem) /2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #0016D9;
    padding: 3rem 3rem 2rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
    position: relative;
    min-height: 26rem;
}

@media screen and (max-width: 768px) {
    .p-ordermade__grid-card{
        width: 100%;
        min-height: auto;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        padding: 2.4rem;
        gap: 2rem;
    }

    .p-ordermade__grid-card.-last{
        padding: 1.4rem 2.4rem;
    }
}

.p-ordermade__grid-card:hover{
    opacity: 0.7;
}

.p-ordermade__grid-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-ordermade__grid-icon{
        margin: 0;
        width: 16%;
    }
}

.p-ordermade__grid-title{
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .p-ordermade__grid-title{
        font-size: 1.8rem;
        margin-bottom: 0.4rem;
    }
}

.p-ordermade__grid-subtitle{
    font-family: "Oswald";
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-align: left;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .p-ordermade__grid-subtitle{
        font-size: 1.2rem;
    }
}

.p-ordermade__grid-arrow{
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    width: 2.9rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .p-ordermade__grid-arrow{
        width: 1.4rem;
        bottom: 4rem;
        right: 2rem;
    }
}

.p-ordermade__grid-arrow img{
    width: 100%;
    height: auto;
}
.-icon01{
    width: 7.9rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .-icon01{
        width: 4rem;
    }
}

.-icon02 img{
    width: 12.7rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .-icon02 img{
        width: 4.25rem;
        height: 4.25rem;
    }
}

.-icon03 img{
    width: 11.6rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .-icon03 img{
        width: 3.75rem;
        height: 4.1rem;
    }
}

.-icon04 img{
    width: 14rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .-icon04 img{
        width: 4.65rem;
        height: 4.1rem;
    }
}

.-icon05 img{
    width: 5.8rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .-icon05 img{
        width: 2.65rem;
        height: 6.65rem;
    }
}