@charset "utf-8";

/* CSS Document */

* {
	box-sizing: border-box;
	line-height:1;

	/*outline: 1px solid magenta;*/
}

a:link, a:visited{
	color:#000;
}

a:hover {
	transition:.3s;
}


/*----------------------

title

----------------------*/

#container {
	width:100%;
	margin:0 auto;
}

#contents {
	width:960px;
	margin:0 auto ;
}

@media (max-width: 767.98px) {
#contents {
	width:90%;
	margin:0 auto ;
}
}

/*----------------------

comment

----------------------*/



.comment-item__image {
		overflow:hidden; 
		line-height:1;
		margin-bottom:1rem;
}

.comment-item__image img {
	transition:.3s all;
}

.comment-item__image img:hover {
	transform:scale(1.03,1.03);
	transition:.3s all;
		line-height:1;
}




/* btn */

.btn {
	width: 100%;
	text-align: center;
	margin:0 auto ;
	border-radius: 2rem;
}

.btn--primary {
	color:#fff;
	font-weight:400;
	padding:.9rem 1rem 1rem;
	background: #232323;
}

.btn--secondary {
	color:#222;
	font-weight:400;
	padding:.9rem 1rem 1rem;
	border:1px solid #222;
	width:60%;
	max-width:300px;
	margin:0 auto;
}

.btn--secondary .arrow {
	border-right: 1px solid #222;
    border-top: 1px solid #222;
}


.arrow {
	display:inline-block;
	width:.6rem;
	height:.6rem;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	margin-right:.8rem;
	margin-top:-0.01rem;
}
/*

@media (max-width: 767.98px) {
	.btn {
		width: 90%;
		margin:0 auto ;
	}
}*/

#fittingComment-head {
	width:100%;
	margin:0 auto 3.2rem;
	text-align: center;
	background: #ccc;
	padding:8rem 1rem 5.4rem;
	margin-bottom:rem;
}


#fittingComment-head h1 {
	letter-spacing: -.04rem;
	margin-bottom:1.6rem;
	font-size:1.8rem;
	font-weight:600;
	color: #222;
}

#fittingComment-head p {
	font-size:1rem;
	line-height:1.8rem;
}




.fittingComment .item__head {
	margin:0 0 4rem 0;
}


.item__head {
	text-align: center;
}


.item__head h2 {
	font-family: "MonteCarlo", serif;
	font-weight: 500;
	font-size:6rem;
}

.item__head .sub {
	font-size:.8rem;
}




.item-List__content .btnWrap .btn--primary {
	padding: .8rem .8rem;
	font-size: .8rem;
}

.staff-comment {
	margin-bottom:8rem;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 40px;
}


.staff-comment__contents {
	font-family: "Noto Sans JP", sans-serif;
	}


.staff-head {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-column-gap: 1rem;
	align-items: end;
}

.staff-comment__outer {
	margin-bottom: 3.2rem;
}


.staff__image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #222;
}

.staff__name h4 {
	letter-spacing: .025rem;
	margin-bottom: .4rem;
	font-size:.8rem
}


.staff__name h4 span {
	padding-left: .4rem;
	font-family: "Poppins", serif;
	font-size: 1.2rem;
	font-weight: bold;
}

.staff__name p {
	font-size: .8rem;
	margin-bottom: .4rem;
	line-height: 1.6;
}


.staff-body {
	font-size: .8rem;
	margin-top: 2.4rem;
	margin: 0 0 1.2rem 0;
	border-radius: 4px;
	position: relative;
}

.staff-body .size {
	display: inline-block;
	margin:1.6rem 0 .6rem 0;
	color: #222;
	background: #ddd2be;
	font-size: .8rem;
	padding: .4rem .4rem;
	border-radius: 2px;
}


.staff-body p {
	line-height: 1.6rem;
}



.item__brand {
	font-family: "Poppins", serif;
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom:.4rem;
}

.item__attention {
	font-size:.8em;
	line-height:1.4em;
}


.item__attention a {
	color:#233183;
	padding:0 .1em;
	text-decoration: underline;
}


.item__name {
	font-size: .8rem;
	margin-bottom: 1.6rem;
	line-height:1.6;
	margin-bottom:1.6rem;
}




.closing {
	margin-bottom:8em;
	font-size:14px;

}

.closing p {
	font-size:1.2rem;
	line-height:1.6;
	text-align: center;
	margin-bottom:1.6rem;
}

.closing .btnWrap {
	margin-bottom:2.4rem;
}




@media (max-width: 767.98px) {

.staff-comment {
	font-size:16px;
	display: block;
}

.staff-comment .item__brand {
	margin-bottom:.2em;
}


.staff-comment .item__name {
	margin-bottom:1.6em;
}


.staff__name h4 span {
		font-size:1.6rem;
    padding-left: 0.2rem;
}


.comment-item {
	margin-bottom:3.2rem;
}



}




























