/* ------------------------------------
    contract
-------------------------------------- */

#contract {
	padding-bottom: 17rem;
	.feature {
		margin-block: 14rem 12rem;
		background: var(--colorWhite);
		padding-bottom: 4.7rem;
		position: relative;
       
    .feature__img {
			max-width: 92%;
			width: 100%;
			left: 50%;
			transform: translateX(-50%);
			margin-top: 6rem;
			position: relative;
			picture {
				display: block;
				position: relative;
				.feature_text_1, .feature_text_2, .feature_text_3, .feature_text_4 {
					font-size: 2.0rem;
					position: absolute;
					@media screen and (max-width: 1279px) {
						font-size: 1.6rem;
					}
					@media screen and (max-width: 767px) {
						font-size: 1.0rem;
					}
				}
				.feature_text_1 {
					left: 0;
					top: 5.0rem;
					width: 13em;
					@media screen and (max-width: 767px) {
						top: 2.0rem;
						left: 1.5rem;
					}
				}
				.feature_text_2 {
					right: 0;
					top: 3.0rem;
					width: 13em;
					@media screen and (max-width: 767px) {
						top: 7.0rem;
					}
				}
				.feature_text_3 {
					left: 0;
					bottom: 5.0rem;
					width: 13em;
					@media screen and (max-width: 767px) {
						bottom: 7.0rem;
					}
				}
				.feature_text_4 {
					bottom: 9.0rem;
					right: 0;
					width: 13em;
					@media screen and (max-width: 767px) {
						bottom: 3rem;
						right: 2.0rem;
					}
				}
			}
		}
	}
	@media screen and (max-width: 767px) {
        padding-bottom: 15rem;
		.feature {
            margin-block: 10rem;
			padding-bottom: 2rem;

			.feature__img {
				margin-top: 4rem;
			}
            .page__centerTitle {
                margin-bottom: -3rem;
                transform: unset;
            }
		}
	}
}

/* ------------------------------------
    contract-flow
-------------------------------------- */
.contract-flow {
    #page__mv {
     .page__mvWrap {
         .page__mvTextarea {
            width: auto;
            .page__mvText {
                max-width: 36rem;
            }
        }
    }
}
}

#contract-flow {
    &.has-hexagonWrap {
        padding-block: 10rem 12rem;
    }
    .page__sectionTitle {
        margin-top: 10rem;
    }

    .flow__inner {
        display: grid;
        gap: 4rem;
        margin-top: 6rem;
        .flow__item {
            display: grid;
            grid-template-columns: 30rem auto;
            min-height: 18rem;
            .flow__img {
                position: relative;
                background: var(--colorPaleLightBlue);
                display: flex;
                justify-content: center;
                align-items: center;
                padding-left: 4rem;
                .flow__step {
                    border-radius: 50%;
                    color: var(--colorWhite);
                    background: var(--colorDarkBlue);
                    display: grid;
                    font-size: 1.6rem;
                    width: 7rem;
                    height: 7rem;
                    position: absolute;
                    left: 2.8rem;
                    top: 3rem;
                    line-height: 1;
                    justify-items: center;
                    align-content: center;
                    .flow__num {
                        font-size: 2.8rem;
                        font-weight: 500;
                        font-family: var(--fontOzwald);
                    }
                }
                img {
                    height: 10.6rem; 
                }
 
            }
            .flow__textarea {
                background: var(--colorWhite);
                padding-left: 5rem;
                display: grid;
                align-content: center;
                .flow__title {
                    font-size: 2.4rem;
                    letter-spacing: 0.08em;
                    font-weight: 700;
                    color: var(--colorMainBlue);
                }
                .flow__text {
                    font-size: 2rem;
                    line-height: 2;
                    font-weight: 400;
                }
            }
            &:nth-of-type(3)  {
                .flow__img {
                    img {
                        height: 11.8rem;
                    }
                }
            }
            &:nth-of-type(4)  {
                .flow__img {
                    img {
                        height: 12.7rem;
                        position: relative;
                        left: 1rem;
                    }
                }
            }
            &:nth-of-type(5)  {
                .flow__img {
                    img {
                        height: 8.2rem;
                        position: relative;
                        left: 1rem;
                        top: 1rem;
                    }
                }
            }
        }
        
    }

    .contact_link  {
        margin-block: 8rem 15rem;
    }
    @media screen and (max-width: 767px) {
        padding-block: 10rem 15rem;
        &.has-hexagonWrap {
            padding-block:10rem 6rem;
        }
        .flow__inner {
            margin-top: 4rem;
            .flow__item {
                grid-template-columns: 1fr;
                .flow__img {
                    padding: 4rem 2rem;
                }
                .flow__textarea {
                    padding: 3rem;
                }
            }
        }
    }
}

#contract-flow {
	.page_contentsInnerTitleH4 {
    background: url("../../img/products-service/icon_title_line.png") top 1.0rem left no-repeat;
    color: #0060dd;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 3.0rem;
    padding-left: 4.0rem;
  } 
   @media screen and (max-width: 767px) {
    .page_contentsInnerTitleH4 {
        margin-bottom: 4rem;
    }
   }
}

/* ------------------------------------
    contract-quality
-------------------------------------- */

#contract-quality {
	.page__sectionTitle {
		margin-top: 0rem;
	}
	.page_contentsInnerTitleH4 {
    background: url("../../img/products-service/icon_title_line.png") top 1.0rem left no-repeat;
    color: #0060dd;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 3.0rem;
    padding-left: 4.0rem;
  }
  @media screen and (max-width: 767px) {
    .page_contentsInnerTitleH4 {
        margin-bottom: 4rem;
    }
   }
}

/* 品質ポリシー */

#contract-quality-policy {
    margin-top: 9rem;
    padding-bottom: 11rem;
    .policy {
        margin-top: 6rem;
        background: var(--colorPaleLightBlue);
        padding: 5rem 5rem 6rem 5rem;
        .policy__title {
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 1.89;
            text-align: center;
            letter-spacing: 0.08em;
        }
        .policyList {
            background: var(--colorWhite);
            margin-top: 8rem;
            padding-inline: 5.5rem;
            ul {
                display: grid;
                gap: 1rem;
                padding-block: 5.5rem 4.5rem;
                li {
                    font-size: 2.4rem;
                    font-weight: 700;
                    position: relative;
                    padding-left: 4rem;
                    letter-spacing: 0.12em;
                    &::before {
                        position: absolute;
                        content: "";
                        background-image: url(../../img/common/icon_square.svg);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        width: 2.4rem;
                        height: 2.4rem;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 0;
                    }
                }
            }
        }
        .policy__notes {
            font-size: 1.6rem;
            line-height: 1.875;
            margin-top: 2rem;
        }

    }
    
    .policyCommitment {
        background: var(--colorWhite);
        padding: 5rem;
        max-width: 1100px;
        margin: 6rem auto 0;
        .policyCommitmentTitle {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--colorMainBlue);
            position: relative;
            padding-left: 3.5rem;
            &::before {
                content: "";
                display: block;
                width: 2.4rem;
                height: 2.4rem;
                background: url(../../img/common/icon_title_line.png) center center no-repeat;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        .policyCommitmentList {
            display: grid;
            gap: 3rem;
            margin-top: 3rem;
            li {
                .policyCommitmentList__head {
                    font-size: 2.2rem;
                    font-weight: 700;
                    position: relative;
                    padding-left: 2.5rem;
                    &::before {
                        content: "";
                        width: 1rem;
                        height: 1rem;
                        border-radius: 50%;
                        display: block;
                        background: var(--colorMainBlue);
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                }

                .policyCommitmentList__text {
                    font-size: 2rem;
                    line-height: 2;
                    margin-top: 1rem;
                    letter-spacing: 0.05em;
                    font-weight: 400;
                    span {
                        color: var(--colorMainBlue);
                        font-weight: 700;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 767px) {
        margin-top: 10rem;
        .policy {
            padding: 2rem;
            margin-top: 4rem;
            .policy__title {
                font-size: 2rem;
            }
            .policyList {
                padding-inline: 3rem;
                .page__centerTitle {
                    margin-bottom: -4rem;
                }
                ul {
                    padding-block: 2.5rem;
                    li {
                        font-size: 2rem;
                        padding-left: 4rem;
                        &::before {
                            transform: unset;
                            top: 0.5rem;
                        }
                    }
                }
            }
        }
        .policyCommitment {
            padding: 4rem;
            .policyCommitmentTitle {
                font-size: 2.2rem;
            }
        }
    }
}

/* ビデオモニタリングによる工程管理 */

#contract-monitoring {
    padding-bottom: 10rem;
}

/* MES */
#contract-mes {
	padding-bottom: 10rem;
	.page__commonText {
		margin-top: 5rem;
	}
	.contract__img {
		margin-top: 7rem;
		img {
			width: 100%;
			height: auto;
		}
	}
    @media screen and (max-width: 767px) {
        .page__commonText {
            margin-top: 4rem;
        }

        .contract__img {
            margin-top: 4rem;
        }
    }
}

/* 原材料・資材の正確な取り扱い */
#contract-treatment {
    padding-bottom: 10rem;
}

/* 多段階の品質試験で～ */
#contract-guarantee {
    padding-bottom: 15rem;
    .page__commonText {
        margin-top: 5rem;
    }
    .guarantee__column {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 4rem;
        margin-top: 7rem;
        .guarantee__head {
            font-size: 2.4rem;
            font-weight: 700;
            height: 8rem;
            background: var(--colorLightBlue);
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .guarantee__list {
            display: grid;
            gap: 1.3rem;
            font-size: 1.8rem;
            li {
                position: relative;
                padding-left: 1em;
                font-weight: 400;
                letter-spacing: 0.05em;
                &::before {
                    position: absolute;
                    left: 0;
                    width: 1rem;
                    height: 1rem;
                    border-radius: 50%;
                    background: var(--colorMainBlue);
                    top: 50%;
                    transform: translateY(-50%);
                    content: "";
                }
            }
        }
        .guarantee__textarea {
            background: var(--colorWhite);
            padding: 3rem 2rem 3rem 4rem;
            min-height: 6.5rem;
            height: calc(100% - 8rem );
            .guarantee__text {
                margin-top: 1rem;
            }
        }
    }
     @media screen and (max-width: 767px) {
        .page__commonText {
            margin-top: 4rem;
        }
        .guarantee__column {
            grid-template-columns: 1fr;
            margin-top: 4rem;
            .guarantee__head {
                height: 6rem;
                font-size: 2rem;
            }
            .guarantee__textarea {
                padding: 3rem;
                height: auto;
            }
        }
     }
}

/* ------------------------------------
    contract-process
-------------------------------------- */
#contract-process.has-hexagonWrap {
    padding-block: 10rem 10.5rem;
    @media screen and (max-width: 767px)  {
        padding-block: 10rem 15rem;
    }
}
/* A-Line（ボトル・小容量バッグ） */
#contract-process-aLine {
    padding-bottom: 10rem;
    margin-top: 11rem;
    @media screen and (max-width: 767px) {
        margin-top: 10rem;
    }
}

/* B-Line（大容量バッグ） */
#contract-process-bLine {
    padding-bottom: 14rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 15rem;
    }
}

.processFlow {
    background: var(--colorPaleLightBlue);
    padding: 0 4rem 7rem;
    margin-top: 15rem;
    .processFlow__column {
        display: flex;
        gap: 6.6rem;
        margin-top: 8rem;
        flex-wrap: wrap;
        .processFlow__item {
            width: calc((100% - 13.2rem) / 3);
            background: var(--colorWhite);
            position: relative;
            .processFlow__img {
                position: relative;
                .processFlow__label {
                    position:absolute;
                    left: 0;
                    top: 0;
                    background: var(--colorMainBlue);
                    color: var(--colorWhite);
                    width: fit-content;
                    font-weight: 500;
                    clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
                    font-size: 1.8rem;
                    padding: 0.3rem 2.5rem 0.3rem 1rem;
                    font-family: var(--fontOzwald);
                    span {
                        font-size: 2.4rem;
                    }
                    }
                }
                &::after {
                    position: absolute;
                    right: -4.5rem;
                    top: 50%;
                    transform: translateY(-50%);
                    content: "";
                    background-image: url(../../img/common/arrow_right_blue.svg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    width: 2.2rem;
                    height: 2.6rem;
                }
            &:nth-child(3),
            &:nth-child(6) {
            &::after {
                content: none;
            }
            }
            }
            
            .processFlow__textarea {
                padding: 3rem;
                background: var(--colorWhite);
                .processFlow__title {
                    font-size: 2.2rem;
                    font-weight: 700;
                    color: var(--colorMainBlue);
                }
                .processFlow__text {
                    font-size: 2rem;
                    margin-top: 1rem;
                    line-height: 1.8;
                    font-weight: 400;
                }
            }
        }
    @media screen and (max-width: 767px) {
        margin-top: 12.6rem;
        padding: 0 2rem 4rem;
        .page__centerTitle {
            margin-bottom: 0;
        }
        .processFlow__column {
            gap: 6rem;
            margin-top: 2.95rem;
            .processFlow__item {
                width: 100%;
                &::after {
                    position: absolute;
                    right: unset;
                    left: 50%;
                    transform: translateX(-50%) rotate(90deg);
                    top: unset;
                    bottom: -4rem;
                    width: 2.2rem;
                    height: 2.6rem;
                }
                &:nth-child(3) {
                &::after {
                    content: "";
                }
                }
                &:nth-child(6){
                &::after {
                    content: none;
                }
                }
            }
        }
    }
}

/* ------------------------------------
    contract-process
-------------------------------------- */
/* 工場の特徴 */
#contract-factory {
	.page_contentsInnerTitleH4 {
    background: url("../../img/products-service/icon_title_line.png") top 1.0rem left no-repeat;
    color: #0060dd;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 3.0rem;
    padding-left: 4.0rem;
  }
   @media screen and (max-width: 767px) {
    .page_contentsInnerTitleH4 {
        margin-bottom: 4rem;
    }
   }
}

#contract-factory-feature {
    margin-top: 11rem;
    padding-bottom: 10.5rem;
    .feature__column {
        display: flex;
        flex-wrap: wrap;
        gap: 5.5rem 4rem;
        margin-top: 6rem;
        .feature__item {
            width: calc((100% - 4rem) / 2);
            background: var(--colorWhite);
            .feature__img {
                position: relative;
                display: grid;
                grid-template-columns: repeat(2,1fr);
                .feature__num {
                    position: absolute;
                    left: 0;
                    top: 0;
                    background-image: url(../../img/contract/bg-contract-factoy_num.svg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    width: 5.8rem;
                    height: 5.8rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 3.6rem;
                    color: var(--colorWhite);
                    font-family: var(--fontOzwald);
                }
            }
            .feature__textarea {
                padding: 3.5rem 4rem;
                .feature__title {
                    color: var(--colorMainBlue);
                    font-size: 2rem;
                    font-weight: 700;

                }
                .feature__list {
                    display: grid;
                    gap: 0.5rem;
                    margin-top: 1.5rem;
                    li {
                        position: relative;
                        font-size: 1.8rem;
                        padding-left: 2rem;
                        letter-spacing: 0.1em;
                        &::before {
                            content: "";
                            position: absolute;
                            left: 0;
                            width: 1rem;
                            height: 1rem;
                            border-radius: 50%;
                            top: 50%;
                            background: var(--colorMainBlue);
                            transform: translateY(-50%);
                        }
                    }
                }
            }
        }

    }
    @media screen and (max-width: 767px) {
        margin-top: 10rem;
        .feature__column {
            margin-top: 4rem;
            .feature__item {
                width: 100%;
                .feature__textarea {
                    padding: 2rem;
                }
            }
        }
    }
}

/* 製造環境基準 */
#contract-factory-environmental {
	padding-bottom: 10rem;
	.envEquip {
		background: var(--colorPaleLightBlue);
		margin-top: 13.5rem;
		padding: 0 6rem 6rem;
		.envEquip__column {
			display: grid;
			grid-template-columns: 32.4% auto;
			gap: 3rem;
			margin-top: 6.5rem;
			.envEquip__item {
				.envEquip__img.column-2 {
					display: grid;
					grid-template-columns: repeat(2,1fr);
				}
				.envEquip__text {
					background: var(--colorMainBlue);
					color: var(--colorWhite);
					font-size: 2.2rem;
					font-weight: 700;
					padding: 2rem 2rem 2rem 3rem;
					letter-spacing: 0.07em;
				}
			}
		}
	}
	@media screen and (max-width: 767px) {
		.envEquip {
			padding: 0 3rem 4rem;
            margin-top: 12.4rem;
            .page__centerTitle {
                margin-bottom: -1.5rem;
            }
			.envEquip__column {
				grid-template-columns: 1fr;
				margin-top: 0;
			}
		}
	}
	.management__tableWrap {
    padding: 3.8rem 5rem 5rem;
    background: var(--colorWhite);
    margin-top: 5rem;

    .management__table {
      width: 100%;
      border-collapse: collapse;
      tr {
        display: grid;
        grid-template-columns: 17.9% auto;
        th {
            color: var(--colorMainBlue);
            font-size: 2rem;
            font-weight: 500;
            padding-bottom: 0.9rem;
            border-bottom: 1px solid #ccc;
        }
        td {
            font-size: 2rem;
            font-weight: 500;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 2rem 2rem 2rem 3rem;
            text-align: left;
            &:nth-child(1) {
                text-align: center;
                border-left: none;
            }
            &:nth-child(2) {
                border-right: none;
					}
        }
       
      }
       tr:nth-last-child(1) {
            td {
                border-bottom: 1px solid #ccc;
            }
        }
    }
  }
  @media screen and (max-width: 767px) {
		.management__tableWrap {
			padding: 3.8rem 3rem 5rem;
            margin-top: 4rem;
			.management__table {
				tr {
					grid-template-columns: 40% auto;
					td,th {
						font-size: 1.5rem;
						padding-inline: 1rem;
					}
                    th {
                        border-bottom: 1px solid #ccc;
                    }
                    td {
                        border: none;
                        border-bottom: 1px solid #ccc;
                        &:nth-child(1) {
                            border-right: 1px solid #ccc;
                        }
                    }
				}
                tr:nth-last-child(1) {
                td {
                        border-bottom: 1px solid #ccc;
                    }
                }
			}
		}
  }
}

/* 製造用水の管理基準 */
#contract-factory-management {
	padding-bottom: 15rem;
	.management__tableWrap {
    padding: 3.8rem 5rem 5rem;
    background: var(--colorWhite);
    margin-top: 5rem;

    .management__table {
      width: 100%;
      border-collapse: collapse;
      tr {
        display: grid;
        grid-template-columns: 17.9% auto;
        th {
            color: var(--colorMainBlue);
            font-size: 2rem;
            font-weight: 500;
            padding-bottom: 0.9rem;
            border-bottom: 1px solid #ccc;
        }
        td {
            font-size: 2rem;
            font-weight: 500;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 2rem 2rem 2rem 3rem;
            text-align: left;
            &:nth-child(1) {
                text-align: center;
                border-left: none;
                align-content: center;
            }
            &:nth-child(2) {
                border-right: none;
					}
        }
        
      }
      tr:nth-last-child(1) {
            td {
                border-bottom: 1px solid #ccc;
            }
        }
    }
  }
  @media screen and (max-width: 767px) {
		.management__tableWrap {
			padding: 3.8rem 3rem 5rem;
            margin-top: 4rem;
			.management__table {
				tr {
					grid-template-columns: 40% auto;
					td,th {
						font-size: 1.5rem;
						padding-inline: 1rem;
					}
                    th {
                        border-bottom: 1px solid #ccc;
                    }
                    td {
                        border: none;
                        border-bottom: 1px solid #ccc;
                        &:nth-child(1) {
                            border-right: 1px solid #ccc;
                        }
                    }
				}
                tr:nth-last-child(1) {
                td {
                        border-bottom: 1px solid #ccc;
                    }
                }
			}
		}
  }
}

/* ------------------------------------
    common
-------------------------------------- */
.pageLead {
    .pageLead__text {
        margin-top: 4rem;
    }
}

.page__centerTitle {
    padding-inline: 4.5rem;
     @media screen and (max-width: 767px) {
        margin-bottom: 1.6rem;
     }
}

#page__mv {

        .page__mvWrap {
            .page__mvTextarea {
                min-width: 26rem;
            }
        }
}
    
.cotractLineUp {
    padding-top: 10rem;
        .cotractLineUp__title {
            position: relative;
            text-align: center;
            font-size: 3rem;
            font-weight: 700;
            &::before {
                content: "";
                display: block;
                width: 2.4rem;
                height: 2.4rem;
                background: url(../../img/common/icon_title_line.png) center center no-repeat;
                margin: 0 auto 1rem;
            }
        }
        .lineUp {
            margin-top: 8rem;
            .lineUp__item {
            .lineUp__right {
                background:#2C81FC;
            }
        }
    }
    @media screen and (max-width: 767px) {
        .lineUp {
            margin-top: 6rem;
        }
    }
}

.contract__column {
    display: grid;
    grid-template-columns: 48.3% auto;
    gap: 8rem;
    margin-top: 5rem;
    .contract__img {
        margin-top: 1rem;
    }
    @media screen and (max-width: 767px)  {
        grid-template-columns: 1fr;
        gap: 4rem;
        margin-top: 4rem;
        .contract__img {
            margin-top: 0;
        }
    }
}

.contractBand {
    position: relative;
    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: -54rem;
        height: 56rem;
        width: 76rem;
        background-image: url(../../img/common/bg_page_hexagon_03.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contractBand__list {
        display: flex;
        width: 100%;
        position: relative;
        background: var(--colorMainBlue);
        gap: 0 7rem;
        left: -0.1rem;
        z-index: 1;
        li {
            flex: 1;
            position: relative;
            height: 10.9rem;
            background: var(--colorMainBlue);
            color: var(--colorWhite);
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2rem;
            font-weight: 700;
            &:nth-child(1) {
                color: var(--colorMainBlue);
                background: var(--colorWhite);
                font-size: 3rem;
                flex: 1.64;
                margin-right: 0.7rem;
                    &::before {
                    content: none;
                    }
                    &::after {
                        content: "";
                        clip-path: polygon(0 0, 0% 100%, 7.2rem 0);
                        background: var(--colorWhite);
                        position: absolute;
                        right: -7.15rem;
                        width: 7.2rem;
                        height: 100%;
                        border: 1px solid var(--colorWhite);
                    }
            }
            &:nth-child(2) {
                &::before {
                    content: none;
                }
            }
            &::before {
                content: "";
                background: var(--colorWhite);
                width: 1px;
                height: 120%;
                transform: rotate(33deg);
                left: -4rem;
                position: absolute;
            }
            a {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }
    }
    @media screen and (max-width: 767px) {
        &::before {
            top: -27rem;
            height: 28rem;
            width: 38rem;
        }
        .contractBand__list {
            flex-wrap: wrap;
            gap: 0 4rem;
            &::after {
                position: absolute;
                content: "";
                height: 1px;
                background: var(--colorWhite);
                width: 100%;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
            li {
                flex: auto;
                font-size: 1.5rem;
                padding-inline: 1rem;
                height: 7rem;
                &:nth-child(1) {
                    flex: auto;
                    font-size: 1.7rem;
                    &::after {
                        right: -4.15rem;
                        width: 4.2rem;
                        clip-path: polygon(0 0, 0% 100%, 4.2rem 0);
                    }
                }
                &::before {
                    left: -2rem;
                }
                &:nth-child(4) {
                    &::before {
                        content: none;
                    }
                }
            }
        }
    }
}

/* ------------------------------------------
  lineUp
--------------------------------------------*/
.lineUp {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 6rem;
  .lineUp__item {
    position: relative;
    &:hover {
        opacity: 1;
    }
    .lineUp__img {
      width: 100%;
    }
    .lineUp__right  {
       position: absolute;
        top: 0;
        right: -1px;
        padding-right: 0rem;
        clip-path: polygon(45% 0, 100% 0, 100% 100%, 0% 100%);
        background: var(--colorDarkLightBlue);
        width: 33rem;
        height: 100%;
        align-content: flex-end;
        .lineUp__textarea {
          margin-bottom: 15%;
          margin-left: 31%;
        .lineUp__title {
          font-size: 2.8rem;
          font-weight: 700;
          color: var(--colorWhite);
          overflow: hidden; 
          color: transparent;
          text-shadow: 0 -3em 0 var(--colorWhite), 0 0 0 var(--colorWhite); 
        }
        .lineUp__link {
          font-size: 1.6rem;
          display: flex;
          height: 4rem;
          max-width: 17.5rem;
          width: 100%;
          justify-content: center;
          align-items: center;
          position: relative;
          color: var(--colorWhite);
          font-family: var(--fontOzwald);
          border: 0.1rem solid var(--colorWhite);
          margin-top: 1.2rem;
          &::after {
            content: "";
            background-image: url(../../img/common/icon_submenu_arrow_white.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 0.8rem;
            height: 1rem;
            position: absolute;
            right: 1.5rem;
            top: 50%;
            transform: translateY(-50%);
          }
        }
      } 
    }
    &:hover {
        .lineUp__right {
        .lineUp__textarea {
            .lineUp__title {
                text-shadow: 0 0 0 var(--colorWhite), 0 3em 0 var(--colorWhite); 
            }
        }
        }
        
        .cta span {
        animation: rotation 2s linear infinite;
        }

        .cta::after {
        animation: ctaRotation 2s linear infinite;
        }
    }
  }
  @media screen and (max-width: 1024px) {
      & .lineUp__item {
          & .lineUp__right {
              & .lineUp__textarea {
                margin-left: 40%;
                  .lineUp__title {
                      font-size: 2rem;
                  }
              }
          }
      }
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}