@charset "UTF-8";

@media (min-width: 992px) {
/***** COMMON *****/
a,button {
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
a:hover,
button:hover {
	opacity: 0.5;
}
.hidden-phone {
	/*display: block!important;*/
}
.visible-phone {
	display: none!important;
}
.visible-sp{
	display: none;
}
.clearfix .right {
	float: right;
}
.table-layout02 {
	/* display: table; */
	width: 100%;
}
.table-layout02 > * {
	/* display: table-cell; */
}

/***** header *****/

/***** footer *****/

/***** main *****/
/* #top */
#topd {
	padding-top: 80px;
}
.feature-list {
	margin-bottom: 60px;
}
.feature-list:after {
	content: "";
	display: block;
	width: 30%;
	margin-bottom: 5%;
}
.feature-list li {
	width: 30%;
	margin-bottom: 5%;
	overflow: hidden;
}
.feature-list li .feature_text {
	margin-top: 5px;
  line-height: 2;
}
.brand-list li {
	padding: 0 35px;
}

/* .category */
.category #visual-tit {
	margin-bottom: 55px;
}
.category #lead {
	margin-bottom: 95px;
}
.category #lead > * {
	vertical-align: middle;
}
.category #lead .lead-tit {
	width: 100%;
	font-size: 28px;
	font-feature-settings: "palt";
	line-height: 1.7;
	text-align: center;
	margin-bottom: 3%;
}
.category #lead .txt {
	font-size: 17px;
	line-height: 33px;
	width: 80%;
	margin: 0 auto;
}
.category .advice-list > li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	margin-bottom: 100px;
}
.category .advice-list > li:nth-child(even) {
	flex-direction: row;
}
.category .advice-list > li .photo {
	width: 48%;
}
.category .advice-list > li .txt {
	width: 52%;
	padding-right: 35px;
}
.category .advice-list > li:nth-child(even) .txt {
	padding-left: 35px;
	padding-right: 0;
}
.category .advice-list li .advice-tit {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.category .advice-list li .advice-tit .num,
.category .advice-list li .advice-tit .tit-main {
	display: block;
}
.category .advice-list li .advice-tit .num {
	font-size: 83px;
	color: #c0c0c0;
	flex-basis: 120px;
}
.category .advice-list li .advice-tit .tit-main {
	font-size: 22px;
	line-height: 38px;
}
.category .advice-list li .description {
	margin-bottom: 40px;
}

.info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 86%;
	margin: 0 auto;
	text-align: center;
}
.info-list li img{
	margin-bottom: 8%;
}
.info-list li p{
	font-size: 13px;
}
.info-list li p a{
	color: #808080;
}
.info-list li span{
	font-size: 16px;
	color: #000000;
}
.category .advice-list li .description p,
.category .advice-list li .info-list li {
	font-size: 14px;
	line-height: 30px;
	flex-basis: 48%;
	margin-bottom: 4%;
}
.category .bottom-description {
	max-width: 900px;
	padding: 0 50px;
	margin: 0 auto 90px;
}
.category .bottom-description p {
	font-size: 13px;
	line-height: 26px;
}
/* #model */
#model #visual-tit {
	margin-bottom: 36%;
	position: relative;
}
#model #visual-tit .pc-tit-txt {
	position: absolute;
	bottom: -50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 60%;
}
#model .model-list {
	max-width: none;
	padding: 0;
}
#model .model-list > li,
#model .model-list > li .photo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
}
#model .model-list > li:nth-child(even),
#model .model-list > li:nth-child(even) .photo {
	flex-direction: row-reverse;
}
#model .model-list > li {
	margin-bottom: 290px;
	position: relative;
}
#model .model-list > li .num {
	position: absolute;
	top: 0;
	right: 14%;
	z-index: 1;
	font-weight: 400;
}
#model .model-list > li:nth-child(even) .num {
	right: auto;
	left: 14%;
}
#model .model-list li .num .style {
	font-size: 39px;
	font-size: 2.78571vw;
	line-height: 39px;
	line-height: 2.78571vw;
	margin-bottom: 5px;
}
#model .model-list li .num .num-main {
	font-size: 98px;
	font-size: 7vw;
	line-height: 98px;
	line-height: 7vw;
}
#model .model-list li .num .num-main:after {
	content: "";
	display: block;
	width: 63.33333%;
	height: 10px;
	background-color: #000;

	margin: 0 auto;
}
#model .model-list li .photo {
	width: 80%;
}
#model .model-list li .photo01 {
	width: 54%;
}
#model .model-list li .photo02 {
	width: 40.625%;
}
#model .model-list li .info-list {
	width: 20%;
	padding-left: 3%;
}
#model .model-list li .info-list li {
	font-size: 20px;
	font-size: 1.42857vw;
	line-height: 37px;
	line-height: 2.64285vw;
}
#model .model-list li .info-list li .name {
	width: 46.61%;
}
#model .model-list li .info-list li .price {
	letter-spacing: -0.01em;
}
#model .model-list li .info-list li .price .tax {
	letter-spacing: 0;
}
#model #video-area {
	margin-bottom: 290px;
}
#model #staff-area {
	margin-bottom: 290px;
}
#model #staff-area .staff-tit {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 35px;
}
#model #staff-area .staff-tit:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 76px;
	height: 7px;
	background-color: #000;
}
#model #staff-area .staff-list li {
	font-size: 37px;
	line-height: 63px;
	font-weight: 500;
}

/* DH_DESIGN_DEPT-20965で追加 */
.allitemlink{
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 160px;
}
.allitemlink a{
	text-decoration: underline;
}

}
