@charset "utf-8";

/*
-----------------------------------------------
▼共通
----------------------------------------------- */
.img{
	width: 100%;
}
body{
	color: #333333;
}

/*
-----------------------------------------------
▼ヘッダー
----------------------------------------------- */
.head_logo {
  opacity: 1;
  max-width: 240px;
  transition: 0.6s all;
}



.head_logo:hover{
opacity:0.6;
}


/*
-----------------------------------------------
▼under main visual
----------------------------------------------- */
.under_main_box{
	display: flex;
}
.under_h01{
	background-color: #574191;
	position: relative;
	width: 40%;
}
.under_h01 h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.uh_size01{
	font-size: 2.7vw;
}
.uh_size02{
	font-size: 2.2vw;
}
.under_main_img{
	width: 60%;
}
/*
-----------------------------------------------
▼パンくず
----------------------------------------------- */
.pankuzu{
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1em;
}
.pankuzu li{
	position: relative;
}
.pankuzu li:not(:last-child){
	padding-right: 1.2em;
}
.pankuzu li:not(:last-child)::after{
	position: absolute;
	content: "\03e";
	right: 0.2em;
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.pk_btn{
	color: #333;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-bottom: 2px;
}
.pk_btn a{
	position: relative;
	color: #333;
}
.pk_btn a::after{
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #333;
	bottom: -10px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.5s;
}
.pk_btn a:hover::after{
	transform: scale(1, 1);
	transform-origin: left top;
}
/*
-----------------------------------------------
▼商品紹介
----------------------------------------------- */
.lineup{
	background-color: #e5e2ee;
	text-align: center;
	padding-top: 78px;
	padding-bottom: 125px;
}
.lineup_ttl{
	margin-bottom: 40px;
}
.lineup_ttl h2{
	color: #574191;
	font-size: 4.3rem;
	font-weight: 600;
	line-height: 1.2em;
}
.lineup_ttl span{
	color: #333;
	font-size: 2.2rem;
	font-weight: 500;
}
.lineup_ttl p{
	margin-top: 1.2em;
	font-size: 2.2rem;
	font-weight: 400;
}
.lineup_list h3{
	font-size: 3.7rem;
	font-weight: 600;
	line-height: 1.4;
}
.lineup_list h4{
	font-size: 2.7rem;
	font-weight: 600;
	color: #574191;
	margin-bottom: 0.3em;
}
.lineup p.price{
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0.4em;
}
.price span{
	font-size: 1.6rem;
}
.price small{
	font-size: 2rem;
	font-weight: 500;
}
.lineup_list p{
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
.lineup_list li{
	background-color: #fff;
	display: flex;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.lineup_txt{
	text-align: left;
}

.lineup_btn{
	margin-top: 25px;
}
.s01{
	font-size: 1.8rem;
	font-weight: 500;
}
.lineup_list li:not(:last-child){
	margin-bottom: 3.5vw;
}

/*
-----------------------------------------------
▼レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 600px){
	.under_main_box{
		flex-direction: column-reverse;
	}
	.under_main_img{
		width: 100%;
	}
	.under_h01 h1{
		position: unset;
		transform: none;
		writing-mode: unset;
		text-align: center;
		padding: 0.6em 0;
	}
	.uh_size01{
		font-size: 6vw;
	}
	.under_h01{
		position: unset;
		width: 100%;
	}
	.pankuzu{
		font-size: 1.4rem;
	}
	.uh_size02{
		font-size: 6vw;
	}
}
/*
-----------------------------------------------
▼レスポンシブ (商品紹介)
----------------------------------------------- */
@media screen and (max-width: 767px){
		.lineup_ttl h2{
		font-size: 3.5rem;
	}
	.lineup_ttl span{
		font-size: 1.7rem;
	}
	.lineup{
		padding-top: 50px;
	}
	.lineup_ttl p{
		font-size: 1.8rem;
	}
	.lineup_list h3{
		font-size: 3rem;
	}
	.price span{
		font-size: 1.4rem;
	}
	.lineup p.price{
		font-size: 2.8rem;
	}
	.price small{
		font-size: 1.8rem;
	}
	.lineup_list h4{
		font-size: 2.2rem;
	}
	.lineup_list p{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 650px){
		.lineup_ttl h2{
		font-size: 3rem;
	}
	.lineup_ttl span{
		font-size: 1.5rem;
	}
	.lineup_ttl p{
		font-size: 1.5rem;
		text-align: left;
	}
	.lineup_list li{
		flex-direction: column;
		grid-row-gap: 5vw;
	}
	.lineup_ttl{
		margin-bottom: 20px;
	}
	.lineup{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.lineup li{
		padding-left: 6%;
	}
	.lineup_list h3{
		font-size: 2.4rem;
	}
	.lineup p.price{
		font-size: 2rem;
	}
	.price small{
		font-size: 1.4rem;
	}
	.lineup_list h4{
		font-size: 1.8rem;
	}
	.lineup_list li:not(:last-child){
		margin-bottom: 6vw;
	}
}




/* css_end */