.lineup-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    max-width: 100%;
    margin: 0px auto 15px;
}

.lineup-item__title {
    color: #4c7eb2;
    font-size: .26rem;
    font-weight: 600;
    letter-spacing: .01rem;
}
.lineup-item__label {
    font-weight: 500;
    margin-right: 20px;
}
.lineup-item__note {
    font-size: .13rem;
    padding-left: 70px;
}
.lineup-section__bottom-note{
    max-width: 96%;
    width: 1106px;
    margin: -8px auto 0;
    color: #ed1c24;
    text-align: right;
}
.lineup_link {
	background: #f2f2f2;
	padding: 35px 0;
	margin-bottom: 68px;
}
.product-number{
    font-size: .14rem;
    color: #666666;
    margin-bottom: 13px;
}
.popup_num {
    font-size: .14rem;
    color: #000;
    margin-bottom: 13px;
    margin: -26px 0 12px;
}
.popup_num.white{
    color: #fff;
}
.lineup_link div {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.lineup_link div a {
	width: 31%;
	padding: 9px;
	font-size: .16rem;
	color: #4C7EB2;
	background: #FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border: 1px solid #bababa;
}

.lineup_link div a span {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #4C7EB3;
	margin-right: 10px;
}

@media screen and (max-width: 700px) {
	.lineup_link div a {
		width: 100%;
	}

	.lineup_link div {
		max-width: 850px;
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.lineup_link div a {
		width: 100%;
		margin-bottom: 13px;
	}

	.lineup_link div a:last-child {
		margin-bottom: 0;
	}
}

.popup_container {
	margin: 60px auto 24px;
	max-width: 1100px;
}

.popup_container2 {
	margin: 0px auto 50px;
}

.popup_head {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.popup_head_h2 {
	flex: 0 1 auto;
	width: fit-content;
	color: #4c7eb2;
	font-size: .24rem;
	font-weight: 600;
	letter-spacing: .01rem;
}

.popup_container2 .popup_head_h2 {
	padding-top: 22px;
}

.popup_size {
	flex: 0 1 auto;
	width: fit-content;
}

.popup_size_p {
	font-size: .14rem;
	line-height: 1.7;
}

.popup_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.popup_item {
	margin-bottom: 42px;
	flex: 0 1 auto;
	width: calc((100% - 100px) / 6);
}
.popup_item {
    display: flex;
    flex-direction: column;
}
.popup_link {
	display: block;
	width: 100%;
}

.popup_img {
	width: 100%;
}

.popup_name,
.popup_num {
	font-size: .14rem;
	text-align: center;
	line-height: 1.4;
}

.popup_name {
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 600;
    order: 1;
}

.popup_item_desc {
	padding-top: 140%;
	width: 100%;
	position: relative;
	background-color: #ffe3e5;
}

.popup_item_desc_p {
	padding: 40px 18px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: .14rem;
	line-height: 1.5;
	color: #ed1c24;
	display: flex;
	align-items: center;
}

.popup_size_alpilignum-link {
    display: block;
	color: #4c7eb2;
	padding-left: 3px;
	text-align: right;
}

@media screen and (max-width: 1140px) {
	.popup_container {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 1140px) {
	.popup_item {
		width: calc((100% - 60px) / 4);
	}
}

@media screen and (max-width: 700px) {

	.lineup-item__header{
	    flex-direction: column;
    	align-items: self-start;
	}
	.lineup-item__header-hinoki{
		margin-bottom: 30px;
		padding: 0 20px;
	}
	.lineup-item__title {
        font-size: .24rem;
        margin-bottom: 10px;
        line-height: 1.4;
    }
	.lineup-item__size{
		margin-bottom: 10px;
	}
	.lineup-item__note{
		padding-left: 0;
        text-indent: -.15rem;
        margin-left: .15rem;
	}
	.lineup-item__label{
		margin: 0;
		display: block;
	}
	.popup_container {
		margin: 60px auto 20px;
	}

	.popup_container2 {
		margin: 0px auto 0;
	}

	.popup_head {
		flex-direction: column;
	}

	.popup_head_h2 {
		margin-bottom: 10px;
		width: 100%;
	}

	.popup_size {
		width: 100%;
	}

	.popup_size_p {
		margin-left: .2rem;
		text-indent: -.2rem;
	}

	.popup_size_p1 {
		margin-top: 5px;
	}

	.popup_item {
		margin-bottom: 25px;
		width: calc((100% - 20px) / 2);
	}

	.popup_item_desc_p {
		padding: 30px 20px;
	}
	
	.popup_size_alpilignum-link {
		text-align: left;
	}
	.lineup-section__bottom-note{
	    text-align: start;
		text-indent: -.15rem;
		width: calc(100% - 40px);
		margin: 0 auto;
		max-width: none;
		padding-left: .15rem;
	}
}