@charset="utf-8"

main div {
	margin-bottom: 80px;
}

.f-serif {
	font-family: 'Sawarabi Mincho', sans-serif;
}

.f-strong {
	font-size: 2rem;
}


.styling_item a {
	display: inline-block;
	text-decoration: none;
	color: #23335A;
}

.item_used {
	width: 100%;
    margin: 0 auto 120px;
}
.item_used_title {
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: normal;
    font-size: 1.9rem;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.item_used_box {
	display: grid;
}

.info_item p {
	color: #23335A;
}


@media (max-width: 767px) {

.kv {
    width: 100%;
    height: 0%;
    padding-top: calc(1500 / 1200 * 80%);
    background: url(img/kv_sp_2025ss_innerwear.jpg) center center / cover no-repeat;
    margin-bottom: 20px;
}

	.styling_num {
		font-size: 2.5rem;
		text-align: center
	}
	
	.styling_title {
		font-size: 1.2rem;
		font-weight: 100;
		text-align: center
	}
	
	.styling_info p {
		color: 23335A;
		text-align: center
	}
	
	.styling_item a div {
		display: flex;
		flex-wrap: wrap;
		border-radius: 3px;
		border: 0.5px solid rgba(0, 0, 0, 0.1);
		box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.1);
	}
	
	.styling_item a div img {
		width: 40%;
		height: 40%;

	}
	
	.styling_item p {
		color: 23335A;
		padding-top: 5%;
		padding-left: 5%;
		line-height: 200%;
	}
	
	.item_used_box {
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	column-gap: 2%;
    row-gap: 36px;
}

	.info_item a p {
		font-size: 0.8rem;
		color: 23335A;
	}

hr {
  border-top: 1px solid #aaa;
  width: 80%;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto;
}

.col_1 {
	width: 100%;
	margin-bottom: 20px;
}

.col_2 {
	width: 80%;
	margin: 0 auto;
}


.btn {
	margin-bottom: 20px;
}

.price {
	max-width: 1000px;
	margin: 20px 3% 10px;
	text-align: center;
}
.price a {
	display: inline-block;
	text-decoration: none;
	color: #23335A;
	font-size: 1.2rem;
	font-weight: bold;
}
.price a:hover {
	opacity: 0.5;
}
.price a span {
	display: inline-block;
	border: solid 1px #23335A;
	border-radius: 4px;
	background-color: #23335A;
	color: #fff;
	font-weight: bold;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}



}

@media (min-width: 768px) {

.kv {
    background-image: url(img/kv_2025ss_innerwear.jpg);
}	

	.styling_num {
		font-size: 2.5rem;
		text-align: center
	}
	
	.styling_title {
		font-weight: 100;
		font-size: 2rem;
		text-align: center
	}

	.styling_info p {
		color: 23335A;
		text-align: center
	}
	
	.styling_item {
		width: 45%;
	}
	.styling_item a {
		display: inline-block;
		width: 30%;
		margin-top: -200px;
		margin-right: 10px;

	}
	
	.styling_item a:hover {
		opacity: 0.5;
	}
	
	.styling_item a div p {
		font-size: 0.8rem;
		color: 23335A;
	}
	
	.item_used_box {
	grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
	column-gap: 2%;
    row-gap: 36px;
}

	.info_item a p {
	font-size: 0.8rem;
	color: 23335A;
}

section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

hr {
  border-top: 1px solid #aaa;
  width: 50%;
}

.gallery {
	max-width: 40%;
	max-height: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}

.col_1 {
	width: 100%;
	margin-bottom: 20px;
}

.col_2 {
	width: 80%;
	margin: 0 auto;
}

.price {
	max-width: 1000px;
	margin: 20px auto 10px;
	text-align: center
}
.price a {
	display: inline-block;
	text-decoration: none;
	color: #23335A;
	font-size: 1.7rem;
	font-weight: bold;
}
.price a:hover {
	opacity: 0.5;
}
.price a span {
	display: inline-block;
	border: solid 1px #23335A;
	border-radius: 4px;
	background-color: #23335A;
	color: #fff;
	font-weight: bold;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}



}