.designer-header-mv {
  background-image: url(../img/2022/yoshikawa/mv-sp.jpg);
}

@media screen and (min-width: 641px) {
  .designer-header-mv {
    background-image: url(../img/2022/yoshikawa/mv.jpg);
  }
}

@media screen and (min-width: 641px) {
.designer-header-textbox {
    top: 116px;
    right: 0px;
    left: auto;
  }
}

.designer-mod-singleimg {
	width: auto;
	margin: 65px 30px 0;
}

.designer-mod-singleimg img{
	width: auto;
}

@media screen and (min-width: 641px) {
	.designer-mod-singleimg {
		width: 540px;
		margin: 80px auto 0;
	}

	.designer-mod-singleimg img{
		width: 540px;
		height: auto;
	}
}

.designer-mod-singleimg-caption {
	text-align: center;
	font-size: 11px;
	font-size: .6875rem;
	line-height: 1.55;
	margin-top: 15px;
}