@charset "utf-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
.sakuhin-list li {
  border: 1px solid #bfbfbf;
  margin-top: 10px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 76px auto;
}
.sakuhin-list li .title {
  padding: 17px 10px 17px 10px;
}
.sakuhin-list li .sakuhin-list-img img {
  height: 140px;
}
.sakuhin-list li .kakudai {
  position: relative;
  padding-left: 22px;
  display: inline-block;
}
.sakuhin-list li .kakudai:before {
  width: 18px;
  height: 18px;
  line-height: 1em;
  text-align: center;
  position: absolute;
  color: #fff;
  content: "+";
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.sakuhin-list li a:hover .kakudai {
  text-decoration: underline;
}
h4.regular-title {
  padding: 8px 20px;
  margin: 20px 0;
  line-height: 1.78em;
}
/*栄三作品*/
.sakuhin-list li.eizou {
  background-image: url(../img/sakuhin/eizou-rakuin.png);
}
.sakuhin-list li.eizou .title {
  border-top: 3px solid #006990;
  color: #006990;
}
.sakuhin-list li.eizou .kakudai {
  color: #006990;
}
.sakuhin-list li.eizou .kakudai:before {
  background-color: #006990;
}
h4.eizou-title {
  border-left: 6px solid #4B7394;
  color: #4B7394;
}
/*東一作品*/
.sakuhin-list li.touichi {
  background-image: url(../img/sakuhin/toichi-rakuin.png);
}
.sakuhin-list li.touichi .title {
  border-top: 3px solid #1b982e;
  color: #1b982e;
}
.sakuhin-list li.touichi .kakudai {
  color: #1b982e;
}
.sakuhin-list li.touichi .kakudai:before {
  background-color: #1b982e;
}
h4.touichi-title {
  border-left: 6px solid #5d9f72;
  color: #5d9f72;
}
/*その他作品*/
.sakuhin-list li.other {
  background-image: url(../img/sakuhin/other-rakuin.png);
}
.sakuhin-list li.other .title {
  border-top: 3px solid #6c4b94;
  color: #6c4b94;
}
.sakuhin-list li.other .kakudai {
  color: #6c4b94;
}
.sakuhin-list li.other .kakudai:before {
  background-color: #6c4b94;
}
h4.other-title {
  border-left: 6px solid #937ca2;
  color: #937ca2;
}
/*予備ページ*/
.sakuhin-list li.spare {
  background-image: url(../img/sakuhin/spare-rakuin.png);
}
.sakuhin-list li.spare .title {
  border-top: 3px solid #944b73;
  color: #944b73;
}
.sakuhin-list li.spare .kakudai {
  color: #944b73;
}
.sakuhin-list li.spare .kakudai:before {
  background-color: #944b73;
}
h4.spare-title {
  border-left: 6px solid #a27c8b;
  color: #a27c8b;
}
dl.caption {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 3em 0 3em;
}
dl.eizou-caption {
  color: #4B7394;
}
dl.touichi-caption {
  color: #5d9f72;
}
dl.other-caption {
  color: #937ca2;
}
dl.spare-caption {
  color: #a27c8b;
}
dl.caption dt {
  width: 4em;
  line-height: 1em;
}
dl.caption dd {
  width: calc(100% - 4em);
  line-height: 1em;
  padding-left: 1em;
}
.modaal-close2 {
  width: 380px;
  margin: 0 auto;
}
.modaal-close2 a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  transition: background 0.8s;
}
.eizou-modaal-close2 a {
  border: 1px solid #4B7394;
  color: #4B7394;
}
.eizou-modaal-close2 a:hover {
  background-color: #4B7394;
  color: #fff;
}
.touichi-modaal-close2 a {
  border: 1px solid #5d9f72;
  color: #5d9f72;
}
.touichi-modaal-close2 a:hover {
  background-color: #5d9f72;
  color: #fff;
}
.other-modaal-close2 a {
  border: 1px solid #937ca2;
  color: #937ca2;
}
.other-modaal-close2 a:hover {
  background-color: #937ca2;
  color: #fff;
}
.spare-modaal-close2 a {
  border: 1px solid #a27c8b;
  color: #a27c8b;
}
.spare-modaal-close2 a:hover {
  background-color: #a27c8b;
  color: #fff;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
	.sakuhin-list li.eizou .kakudai:before,
	.sakuhin-list li.touichi .kakudai:before,
	.sakuhin-list li.sketch .kakudai:before,
	.sakuhin-list li.other .kakudai:before,
	.sakuhin-list li.spare .kakudai:before{
		line-height:1.4em;
		margin-top:-10px;
	}
}
/*/////////////////////////////////////
印刷時　PC+タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
	.sakuhin-list li{
		width:49.5%;
		margin-right:1%;
	}
	.sakuhin-list li:nth-child(2n){
		margin-right:0;
	}
	.sakuhin-list li:nth-child(1),.sakuhin-list li:nth-child(2){
		margin-top:0;
	}
}
/*/////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:1101px),  print{
	.sakuhin-list li{
		width:32.66%;
		margin-right:1%;
	}
	.sakuhin-list li:nth-child(2n){
		margin-right:1%;
	}
	.sakuhin-list li:nth-child(3n){
		margin-right:0;
	}
	.sakuhin-list li:nth-child(1),.sakuhin-list li:nth-child(2),.sakuhin-list li:nth-child(3){
		margin-top:0;
	}
	.sakuhin-list li .title {
		padding: 17px 0 17px 0;
		letter-spacing: -0.1em
	}
	/*作品説明*/
	.tatenaga1{
		height: 140px;
	}
	.tatenaga2{
		height: 80vh;
	}
	.yokonaga1{
		max-width: 270px;
		width: auto;
		height: 140px;
	}
	.yokonaga2{
		max-width: 640px;
		height:auto;
	}
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
/*タブレット以下*/
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 990px){
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	.sakuhin-list li:nth-child(1){
		margin-top:0;
	}
	.modaal-close2{
		width:100%;
	}
	/*作品説明*/
	.tatenaga1{
		height: 90px;
	}
	.tatenaga2{
		height: 240px;
	}
	.yokonaga1{
		max-width: 100%;
		width: auto;
		height: 140px;
	}
	.yokonaga2{
		width: 100%;
	}
}
/* ////////////////////////////////////////
スライド調整用　sm(540px以上)
//////////////////////////////////////// */
@media screen and (min-width:540px) {
}
@media screen and (max-width: 539px){
}
/* ////////////////////////////////////////
ポップアップのタイトル調整用
//////////////////////////////////////// */
@media screen and (max-width: 415px){
	h4.regular-title {
		letter-spacing: -0.1em;
	}
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
}
