@charset "utf-8";
/* CSS Document */
.model_sns {
	padding: 12px;
	border: 1px #d0a1ad solid;
	margin: 35px 10px;
}
.model_sns_flex {
	display: flex;
	justify-content: center;
}
.model_sns p {
	font-size: 15px;
	padding: 5px;
}
.model_sns a:link, .model_sns a:hover {
	color: #000;
	text-decoration: underline;
}
.ribbon_no1 {
	background: linear-gradient(to right, #bb955f 0%,#8f6f41 100%);
	text-shadow: 0 2px 2px #6c6902;
}
.ribbon_no2 {
	background: linear-gradient(to right, #b2b2b2 0%,#7a7a7a 100%);
	text-shadow: 0 2px 2px #454545;
}
.ribbon_no1:before, .ribbon_no1:after {
	border-top: 4px solid #6c6902;
}
.ribbon_no2:before, .ribbon_no2:after {
	border-top: 4px solid #454545;
}
.item_container {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	margin: 1em 0;
}
.image-model {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 0.5em 5%;
	background: #f4f4f4;
}
.model_gallery_container {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.model_gallery_container li {
	list-style: none;
}
.model_gaiyou {
	line-height: 1.8;
	text-align: center;
	margin: 1em auto;
	width: 95%;
	font-size: 16px;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none!important;
	}	
	.tablet {
		display: none!important;
	}
	.tp {
		display: none!important;
	}
	.model_contents_all {
		width: 95%;
		margin: 0 auto;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.3rem;
		color: #000;
		border: 1px solid #000;
		margin-top: 1em;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
	.model_gallery_img {
		width: calc(100%/2 - 6px);
		margin: 3px;
	}
	.model_gallery_img_2 {
		width: calc(100%/2 - 6px);
		margin: 3px;
	}
	.ribbon18-wrapper {
		display: block;
		position: relative;
		margin-top: 1em;
	}
	.ribbon18-content {
		position: absolute;
		top: -6px;
		right: -6px;
		width: 89px;
		height: 91px;
		overflow: hidden;
	}
	.ribbon18 {
		display: inline-block;
		position: absolute;
		padding: 7px 0;
		left: -23px;
		top: 22px;
		width: 160px;
		text-align: center;
		font-size: 13px;
		line-height: 16px;
		color: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	.ribbon18:before, .ribbon18:after {
		position: absolute;
		content: "";
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		bottom: -4px;
	}
	.ribbon18:before {
		left: 14px;
	}
	.ribbon18:after {
		right: 18px;
	}
	.item_divided_into_5 {
		width: calc(100% / 3 - 14px);
		padding: 0.5em;
	}
	.name {
		font-size: 1.2rem;
	}
	h3.model_chakuyou_item {
		letter-spacing: 0.22rem;
		margin-top: 2em;
		border-bottom: 1px solid #666;
		padding-bottom: 0.9em;
		font-size: 1.5rem;
		font-weight: 700;
	}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: none!important;
	}
	.model_contents_all {
		width: 95%;
		margin: 0 auto;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.5rem;
		color: #000;
		border: 1px solid #000;
		margin-top: 1em;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
	.model_main_img {
		width: 50%;
		margin-right: 38px;
	}
	.model_gallery_img {
		width: calc(100%/3 - 6px);
		margin: 3px;
	}
	.model_gallery_img_2 {
		width: calc(100%/2 - 6px);
		margin: 3px;
	}
	.ribbon18-wrapper {
		display: block;
		position: relative;
		margin-top: 1em;
	}
	.ribbon18-content {
		position: absolute;
		top: -6px;
		right: -6px;
		width: 89px;
		height: 91px;
		overflow: hidden;
	}
	.ribbon18 {
		display: inline-block;
		position: absolute;
		padding: 7px 0;
		left: -23px;
		top: 22px;
		width: 160px;
		text-align: center;
		font-size: 13px;
		line-height: 16px;
		color: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	.ribbon18:before, .ribbon18:after {
		position: absolute;
		content: "";
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		bottom: -4px;
	}
	.ribbon18:before {
		left: 14px;
	}
	.ribbon18:after {
		right: 18px;
	}
	.item_divided_into_5 {
		width: calc(100% / 5);
		padding: 0.5em;
	}
	.name {
		font-size: 1.2rem;
	}
	h3.model_chakuyou_item {
		letter-spacing: 0.22rem;
		margin-top: 2em;
		border-bottom: 1px solid #666;
		padding-bottom: 0.9em;
		font-size: 1.5rem;
		font-weight: 700;
	}
	.model_gallery_container {
		width: 50%;
		align-content: baseline;
	}
	.model_main_container {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 1025px) {
	.sp {
		display: none!important;
	}
	.tablet {
		display: none!important;
	}
	.st {
		display: none!important;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.5rem;
		color: #000;
		border: 1px solid #000;
		margin-top: 1em;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
	.model_main_img {
		width: 50%;
		margin-right: 38px;
	}
	.model_gallery_img {
		width: calc(100%/3 - 6px);
		margin: 3px;
	}
	.model_gallery_img_2 {
		width: calc(100%/2 - 6px);
		margin: 3px;
	}
	.ribbon18-wrapper {
		display: block;
		position: relative;
	}
	.ribbon18-content {
		position: absolute;
		top: -6px;
		right: -6px;
		width: 89px;
		height: 91px;
		overflow: hidden;
	}
	.ribbon18 {
		display: inline-block;
		position: absolute;
		padding: 7px 0;
		left: -23px;
		top: 22px;
		width: 160px;
		text-align: center;
		font-size: 13px;
		line-height: 16px;
		color: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	.ribbon18:before, .ribbon18:after {
		position: absolute;
		content: "";
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		bottom: -4px;
	}
	.ribbon18:before {
		left: 14px;
	}
	.ribbon18:after {
		right: 18px;
	}
	.item_divided_into_5 {
		width: calc(100% / 5);
		padding: 0.5em;
	}
	.name {
		font-size: 1.2rem;
	}
	h3.model_chakuyou_item {
		letter-spacing: 0.22rem;
		margin-top: 2em;
		border-bottom: 1px solid #666;
		padding-bottom: 0.9em;
		font-size: 1.5rem;
		font-weight: 700;
	}
	.model_gallery_container {
		width: 50%;
		align-content: baseline;
	}
	.model_main_container {
		display: flex;
		align-items: center;
	}
}