@charset "utf-8";
/* -----------------------------------------------------------
  workstop-common  サービストップ＆プロダクトトップ 共通
-------------------------------------------------------------- */
.workstop-common .contents {
	position: relative;
}

.workstop-common .contents::before {
	background: url("../img/works-top-bg-grad.jpg")right top/contain no-repeat;
	content: "";
	display: inline-block;
	height: 818px;
	top: 315px;
	position: absolute;
	width: 808px;
	right: 20px;
	z-index: -1;
}


.workstop-common .intro-area .intro-catch {
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .07em;
}

.workstop-common .intro-area .intro-txt {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.6;
	letter-spacing: 0.02em;
	margin: 40px 0 0 0;
}

/*workstop-box*/
.workstop-common .workstop-box-area {
	counter-reset: strengths-num 0;
}

.workstop-common .workstop-box-inner {
	position: relative;
}

.workstop-common .workstop-bg {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: -100px;
}

.workstop-common .workstop-box {
	margin: 40px 0 0 auto;
	position: relative;
	width: 1050px;
}

.workstop-common .workstop-box-arrow {
	background: #d4003b;
	bottom: 0;
	color: #fff;
	position: absolute;
	height: 55px;
	width: 55px;
	right: 0;
	z-index: 1;
	font-size: 2.8rem;
	text-align: center;
	line-height: 50px;
}


.workstop-common .workstop-box a {
	background: #fff url('../img/works-top-bg.jpg') no-repeat left 2px bottom 2px/250px 210px;
	border: 1px solid #cfcbc8;
	display: block;
	height: 445px;
	padding: 20px 20px 50px 20px;
	position: relative;
	transition: .5s;
	width: 100%;
}

.workstop-common .workstop-box-img {
	top: 85px;
	right: 30px;
	position: absolute;
}

.workstop-common .workstop-box-head {
	display: flex;
}

.workstop-common .workstop-box-head .head-num {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: 'Poppins', sans-serif;
	padding: 15px 10px 12px 10px;
	position: relative;
}

.workstop-common .workstop-box-head .head-num::before {
	top: 104px;
	content: "";
	position: absolute;
	height: 210px;
	width: 1px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	
}

.workstop-common .workstop-box-head .head-num .num {
	font-weight: bold;
	position: relative;
}

.workstop-common .workstop-box-head .head-num .num::before {
	counter-increment: strengths-num 1;
	content: "0" counter(strengths-num) "";
	display: inline-block;
	font-weight: bold;
	font-size: 5rem;
	margin: 0;
	letter-spacing: -0.04em;
}

.workstop-common .workstop-box-head .head-num .en {
	font-size: 1.7rem;
}

.workstop-common .workstop-box-head .head-txt {
	margin: 0 0 0 30px;
	position: relative;
	z-index: 1;
}

.workstop-common .workstop-catch {
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: .05em;
	margin: 13px 0 0 0;
}

.workstop-common .workstop-ttl {
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 15px 0 0 0;
}

.workstop-common .workstop-box-body {
	margin: 25px 0 0 0;
	width: 570px;
	padding: 0 0 0 120px;
}

.workstop-common .workstop-box-body dt {
	font-weight: bold;
	font-size: 2.1rem;
	padding: 9px 10px 12px 20px;
	position: relative;
	letter-spacing: .05em;
}

.workstop-common .workstop-box-body dt::before,
.workstop-common .workstop-box-body dt::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.workstop-common .workstop-box-body dt::before {
	height: 1px;
	width: 69px;
	left: -69px;
}

.workstop-common .workstop-box-body dt::after {
	height: 9px;
	width: 10px;
	left: -79px;
}

.workstop-common .workstop-box-body dl:first-of-type{
	margin: 0 0 20px 0;
}

.workstop-common .workstop-box-body dd {
	margin: 10px 0 0 0;
	letter-spacing: .05em;
	line-height: 1.5;
	padding: 0 0 0 20px;
}




@media screen and (min-width: 769px) {
	/*pc only*/
	.workstop-common .workstop-box a:hover {
		color: #231815;
	}
	
	.workstop-common .workstop-box a:hover {
		border-color: #fff;
	}
}




@media screen and (max-width: 768px) {
	
	.workstop-common .contents::before {
		height: 318px;
		top: 250px;
		width: 308px;
		right: 10px;
	}
	
	.workstop-common .workstop-bg {
		display: none;
	}
	
	.workstop-common .intro-area .intro-catch {
		font-size: 2.4rem;
		line-height: 1.5;
		margin: 0;
	}
	
	.workstop-common .intro-area .intro-txt {
		font-size: 1.5rem;
		margin: 15px 0 0 0;
		line-height: 2;
	}
	
	/*workstop-box*/
	.workstop-common .workstop-box {
		margin: 20px 0 0 0;
		width: 100%;
	}
	
	.workstop-common .workstop-box a {
		background: #fff url('../img/works-top-bg-sp.jpg') no-repeat right 2px bottom 2px/150px 110px;
		height: auto;
		padding: 5px 5px 40px 5px
	}
	
	.workstop-common .workstop-box-arrow {
		font-size: 1.5rem;
		height: 35px;
		line-height: 33px;
		width: 35px;
	}
	
	.workstop-common .workstop-box-img {
		position: static;
	}
	
	.workstop-common .workstop-box-head {
		display: block;
		margin: -15px 0 0 0;
		padding: 0 5px 0 0;
	}
	
	.workstop-common .workstop-box-head .head-txt {
		padding: 0 10px 0 0;
	}
	
	.workstop-common .workstop-box-head .head-num {
		border-width: 3px!important;
		background: #fff;
		display: inline-block;
		font-size: 1.4rem;
		padding: 2px 5px 2px 5px;
	}
	
	.workstop-common .workstop-box-head .head-num::before {
		top: 37px;
		left: 12px;
		height: 335px;
	}
	
	.workstop-common .workstop-box-head .head-num .num::before {
		font-size: 3rem;
	}
	
	.workstop-common .workstop-box-head .head-num .en {
		font-size: 1.4rem;
	}
	
	.workstop-common .workstop-catch {
		font-weight: 600;
		font-size: 1.7rem;
		margin: 10px 0 0 0;
		line-height: 1.5;
	}
	
	.workstop-common .workstop-ttl {
		font-size: 3rem;
		margin: 8px 0 8px 0;
	}
	
	.workstop-common .workstop-box-body {
		margin: 17px 0 0 0;
		width: 100%;
		padding: 0 10px 0 33px;
	}
	
	.workstop-common .workstop-box-body dl:first-of-type {
		margin: 0 0 13px 0;
	}
	
	.workstop-common .workstop-box-body dt {
		font-size: 1.7rem;
		padding: 5px 5px 7px 10px;
	}
	
	.workstop-common .workstop-box-body dt::before {
		width: 13px;
		left: -13px;
	}
	
	.workstop-common .workstop-box-body dt::after {
		left: -23px;
	}
	
	.workstop-common .workstop-box-body dd {
		margin: 7px 0 0 0;
		line-height: 1.4;
		padding: 0 0 0 15px;
	}

}





/* -----------------------------------------------------------
  works-common  サービス配下＆プロダクト配下＆メーカー代理店 共通
-------------------------------------------------------------- */
.works-common {
	counter-reset: strengths-num 0;
}


/*▼▼▼cmn-works-deco 飾り文字*/
.works-common .cmn-works-block-first .inner{
	position: relative;
}

.works-common.credit .pillow-about-area .photo {
	position: absolute;
	right: -80px;
	top: 0px;
}

.works-common.credit .pillow-about-area .photo img{
	box-shadow: 15px 15px #f2f1f0;
	width:80%;
}

.works-common .cmn-works-block-first .cmn-works-deco {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	position: absolute;
	right: 0;
	padding: 0 0 15px;
	z-index: -1;
}

.works-common .cmn-works-block-first .cmn-works-deco .deco-small {
	line-height: 1;
	-webkit-background-clip: text;
	color: transparent;
}

.works-common .cmn-works-block-first .cmn-works-deco .deco-big {
	line-height: 1;
	letter-spacing: .02em;
	-webkit-background-clip: text;
	color: transparent;
	padding: 0 0 20px 0;
}
/*▲▲▲ cmn-works-deco 飾り文字*/

.works-common .contents {
	position: relative;
}

.works-common .contents::before {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 500px;
	top: 350px;
	position: absolute;
	width: 808px;
	right: 20px;
	z-index: -1;
}

.works-common .cmn-works-intro .txt {
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.6;
	font-size: 1.7rem;
}

.works-common .cmn-works-block {
	margin: 110px 0 0 0;
}

.works-common .section-underttl-en.next{
	margin: 80px 0 0 ;
}

.works-common .cmn-worksttl-ja {
	font-weight: bold;
	font-size: 4.5rem;
	margin: 5px 0 0 0;
	letter-spacing: .07em;
	line-height: 1.6;
}

.works-common .cmn-works-ex {
	margin: 30px 0 20px 0;
	letter-spacing: .05em;
	line-height: 2.1;
}

.works-common .cmn-works-ex.second {
	margin: 0 0 20px 0;
}

.works-common .cmn-works-ex.last {
	margin: 0 0 40px 0;
}


/*▼▼▼cmn-works-gray*/
.works-common .cmn-works-gray {
	background: #f3f2f1;
	padding: 40px 40px 50px;
}

.works-common .cmn-works-gray .cmn-gray-ttl {
	margin: 0 0 30px 0;
	padding: 0 0 0 40px;
	position: relative;
	line-height: 1.3;
}

.works-common .cmn-works-gray .cmn-gray-ttl::before,
.works-common .cmn-works-gray .cmn-gray-ttl::after {
	background: #d6d5d4;
	content: "";
	position: absolute;
	left: 0;
}

.works-common .cmn-works-gray .cmn-gray-ttl::before {
	height: 1px;
	width: 35px;
	top: 16px;
}

.works-common .cmn-works-gray .cmn-gray-ttl::after {
	height: 9px;
	width: 10px;
	top: 12px;
}

.works-common .cmn-works-gray .cmn-gray-ttl span{
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .05em;
}
/*▲▲▲cmn-works-gray*/


/*▼▼▼cmn-works-featureblock  product配下 featureの小見出し*/
.works-common .cmn-works-featureblock {
	margin: 80px 0 0 0;
}

.works-common .featureblock-ttl-wrap {
	align-items: center;
	display: flex;
}

.works-common .featureblock-ttl {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0 0 0 15px;
	line-height: 1;
	padding: 0 0 5px 0;
}

.works-common .cmn-works-featureblock .featureblock-num {
	align-items: center;
	display: flex;
	font-family: 'Poppins', sans-serif;
	height: 35px;
	padding: 0 20px 0 10px;
	width: 150px;
}

.works-common .cmn-works-featureblock .featureblock-num .en {
	white-space: nowrap;
}

.works-common .cmn-works-featureblock .featureblock-num .num {
	position: relative;
	white-space: nowrap;
}

.works-common .cmn-works-featureblock .featureblock-num .num::before {
	counter-increment: strengths-num 1;
	content: "0" counter(strengths-num) "";
	display: inline-block;
	font-weight: 500;
	font-size: 5rem;
	margin: -25px 0 0 5px;
	letter-spacing: -0.03em;
	line-height: 1;
}

.works-common .cmn-works-featureblock .featureblock-ex {
	margin: 25px 0 30px 0;
	letter-spacing: .05em;
	line-height: 2.1;
}

.works-common .cmn-works-featureblock .f01-ttl .cmn-gray-ttl{
	margin: 0 0 30px 0;
    padding: 0 0 0 40px;
    position: relative;
    line-height: 1.3;
}

.works-common .cmn-works-featureblock .f01-ttl .cmn-gray-ttl::before{
	height: 1px;
    width: 35px;
    top: 16px;
	
	background: #d6d5d4;
    content: "";
    position: absolute;
    left: 0;
}

.works-common .cmn-works-featureblock .f01-ttl .cmn-gray-ttl span{
	font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .05em;
}

.works-common .cmn-works-featureblock .f01-ttl .cmn-gray-ttl::after{
	height: 9px;
    width: 10px;
    top: 12px;
	
	background: #d6d5d4;
    content: "";
    position: absolute;
    left: 0;
}

/*▲▲▲cmn-works-featureblock*/


/*▼▼▼cmn-works-special  高品質な特殊印刷加工*/
.works-common .cmn-works-special .works-special-ttl-wrap {
	align-items: center;
	display: flex;
	margin: 2px 0 5px 0;
}

.works-common .cmn-works-special .cmn-gray-ttl {
	font-size: 1.5rem;
	margin: 0;
}

.works-common .cmn-works-special .works-special-note {
	margin: 3px 0 0 10px;
}

.works-common .cmn-works-special .works-special-photo {
	display: flex;
	/*
	justify-content: space-between;
	*/
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.works-common .cmn-works-special .works-special-photo figure {
	width: calc((100% - 90px) / 4);
	/*margin: 30px 30px 0 0;*/
	margin: 0 0 0 0;
}
.works-common .cmn-works-special .works-special-photo figure:nth-child(4n){
	margin-right: 0;
}

/*20230526 add*/
.works-common .trading-card-area .cmn-works-special .works-special-photo img,
.works-common .packaging-area .cmn-works-special .works-special-photo img {
	height: 190px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.works-common .trading-card-area a:hover,
.works-common .packaging-area a:hover {
	color: #333;
	opacity: .7;
}

/*20250521 追記*/
.works-common .cmn-works-special .works-special-photo figure.card,
.works-common .cmn-works-special .works-special-photo figure.card-game,
.works-common .cmn-works-special .works-special-photo figure.package,
.works-common .cmn-works-special .works-special-photo figure.goods,
.works-common .cmn-works-special .works-special-photo figure.acrylic {
	display: none;
}
#card.works-common .cmn-works-special .works-special-photo figure.card,
#card-game.works-common .cmn-works-special .works-special-photo figure.card-game,
#package.works-common .cmn-works-special .works-special-photo figure.package,
#goods.works-common .cmn-works-special .works-special-photo figure.goods,
#acrylic.works-common .cmn-works-special .works-special-photo figure.acrylic {
	display: block;
}

@media screen and (max-width: 768px) {
.works-common .trading-card-area .cmn-works-special .works-special-photo img,
.works-common .packaging-area .cmn-works-special .works-special-photo img {
	height: auto;
    width: 220px;
	object-fit: cover;
	object-position: center;
}
}
/*20230526 add*/

.works-common .cmn-works-special .works-special-photo figcaption {
	font-size: 1.5rem;
	text-align: center;
	margin: 10px 0 0 0;
	line-height: 1.4;
}
/*▲▲▲cmn-works-special*/



/*▼▼▼cmn-machine-area 自社工場の設備*/
.cmn-machine-area {
	margin: 110px 0 0 0;
}

.cmn-machine-area {
	margin: 110px 0;
}

.cmn-machine-list {
	display: flex;
	flex-wrap: wrap;
}

.cmn-machine-list li {
	width: calc( ( 100% - 90px ) / 4 );
	margin: 40px 30px 0 0;
}

.cmn-machine-list li:nth-child(4n) {
	margin-right: 0;
}

.cmn-machine-list figure {
	width: 100%;
}

.cmn-machine-list figure img {
	width: 100%;
}

.cmn-machine-list figcaption {
	background: #f3f2f1;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 9px 5px 11px 7px;
}

.cmn-machine-list .machine-note {
	font-size: 1.5rem;
	margin: 10px 0 0 0;
}
/*▲▲▲cmn-machine-area*/


/*▼▼▼cmn-ownfactory-wrap 自社工場の設備*/
.works-common .cmn-ownfactory-wrap {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.works-common .cmn-ownfactory-elements {
	padding: 30px;
	background: #f3f2f1;
	width: 450px;
}

.works-common .cmn-ownfactory-intro {
	line-height: 2;
}

.works-common .cmn-ownfactory-intro.price {
	font-size: 1.4rem;
}

.works-common .cmn-ownfactory-list li {
	line-height: 1.6;
	position: relative;
	padding: 10px 0 0 30px;
	font-size: 1.8rem;
}

.works-common .cmn-ownfactory-list .price {
	font-size: 1.8rem;
}

.works-common .cmn-ownfactory-list li::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50px;
}

.works-common .cmn-ownfactory-img {
	width: calc( 100% - 520px );
}
.works-common .cmn-ownfactory-img .img {
	margin: 10px 0 0 0;
}
.works-common .cmn-ownfactory-img img {
	width: 100%;
}

/*202307　追加*/
/*#card.works-common .cmn-works-featureblock {
	margin: 80px 0 0 0;
}*/
#card.works-common .cmn-ownfactory-img p {
	padding: 0 0 10px;
}
#card.works-common .cmn-ownfactory-img .img_new img {
	width: 100%;
	max-height: 460px;
	object-fit:cover;
	object-position: center;
}
/*▲▲▲cmn-ownfactory-wrap*/





@media screen and (max-width: 768px) {
	
	.works-common .cmn-works-block {
		margin: 60px 0 0 0;
	}
	
	.works-common .contents::before {       
		height: 250px;
        top: 330px;
        width: 220px;
        right: 10px;
    }
	
	.works-common .cmn-works-intro .txt {
		font-size: 1.6rem;
		line-height: 2;
	}
	
	.works-common .cmn-worksttl-ja {
		font-size: 2.4rem;
		margin: 5px 0 0 0;
		line-height: 1.5;
	}
	
	.works-common .cmn-works-ex {
		margin: 12px 0 12px 0;
		line-height: 1.8;
	}
	.works-common .cmn-works-ex.second {
		margin: 0 0 12px 0;
	}
	
	.works-common .cmn-works-ex.last {
		margin: 0 0 25px 0;
	}
	
	/*▼▼▼cmn-works-gray*/
	.works-common .cmn-works-gray {
		padding: 20px;
	}
	
	.works-common .cmn-works-gray .cmn-gray-ttl {
		margin: 0 0 15px 0;
		line-height: 1.4;
		padding: 0 0 0 35px;
	}
	
	.works-common .cmn-works-gray .cmn-gray-ttl::before {
		width: 25px;
		top: 15px;
		transform: none;
		-webkit-transform: none;
	}
	
	.works-common .cmn-works-gray .cmn-gray-ttl::after {
		top: 11px;
		transform: none;
		-webkit-transform: none;
	}
	
	.works-common .cmn-works-gray .cmn-gray-ttl span {
		font-size: 1.9rem;
	}
	
	.works-common .cmn-works-featureblock .f01-ttl .cmn-gray-ttl{
		padding: 0 0 0 35px;
		margin: 0 0 15px;
	}
	
	.works-common .cmn-works-featureblock .f01-ttl .cmn-gray-ttl span{
		font-size: 2rem;
	}
	.works-common .cmn-works-featureblock .f01-ttl .cmn-gray-ttl::before{
		width: 25px;
	}
	/*▲▲▲cmn-works-gray*/
	
	
	/*▼▼▼cmn-works-featureblock*/
	.works-common .cmn-works-featureblock {
		margin: 40px 0 0 0;
	}
	
	.works-common .featureblock-ttl-wrap {
		display: block;
	}
	
	.works-common .featureblock-ttl {
		font-size: 2.2rem;
		margin: 10px 0 0 0;
		line-height: 1.4;
	}
	
	.works-common .cmn-works-featureblock .featureblock-num {
		height: 25px;
		width: 120px;
	}
	
	.works-common .cmn-works-featureblock .featureblock-num .en {
		font-size: 1.4rem;
	}
	
	.works-common .cmn-works-featureblock .featureblock-num .num::before {
		font-size: 3rem;
		margin: -20px 0 8px 5px;
	}
	
	.works-common .cmn-works-featureblock .featureblock-ex {
		margin: 10px 0 20px 0;
		line-height: 1.8;
	}
	/*▲▲▲cmn-works-gray*/
	
	
	/*▼▼▼cmn-works-special*/
	/*▼▼▼20230713　河野変更*/
	.works-common .cmn-works-special-scroll {
		/*overflow-x: scroll;
		margin: 0 -20px 0 0;
		position: relative;
		z-index: 0;*/
	}
	
	.works-common .cmn-works-special {
		/*padding: 0 0 20px 0;*/
		padding: 0 0 0;
	}
	
	.works-common .cmn-works-special .works-special-ttl-wrap {
		display: block;
		margin: 10px 0 15px 0;
		
	}
	.works-common .cmn-works-special .works-special-photo {
		/*width: 960px;*/
		width: 100%;
		display: flex;
		justify-content: space-between;
		gap: 20px 0;
	}
	.works-common .cmn-works-special .works-special-photo figure{
		/*width: auto;*/
		/*margin: 0 20px 0 0;*/
		width: calc(100%/2);
		max-width: 160px;
		margin: 0 0 0;
	}
	
	/*.works-common .cmn-works-special .works-special-photo figure:nth-child(4n) {
		margin-right: 0;
	}*/
	
	/*.works-common .cmn-works-special .works-special-photo figure:nth-child(n+5) {
		margin-top: 20px;
	}*/
	
	.works-common .cmn-works-special .works-special-photo img {
		height: auto;
		/*width: 220px;*/
		width: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}
	
	.works-common .cmn-works-special .works-special-note {
		font-size: 1.4rem;
		margin: 10px 0 0 0;
		line-height: 1;
	}
	
	.works-common .cmn-works-special .works-special-photo figcaption {
		font-size: 1.4rem;
		margin: 8px 0 0 0;
	}
	/*▲▲▲20230713　河野変更*/
	/*▲▲▲cmn-works-special*/
	
	.cmn-machine-area {
		margin: 60px 0 0 0;
	}
	
	.cmn-machine-area.credit {
		margin: 60px 0 ;
	}
	
	.cmn-machine-scroll {
		overflow-x: scroll;
	}
	
	.cmn-machine-list {
		flex-wrap: nowrap;
	}
	
	.machine-note {
		display: none;
	}
	
	.cmn-machine-list li {
		width: 220px;
	}
	
	.cmn-machine-list li:not(:last-child) {
		margin: 20px 20px 0 0!important;
	}
	
	.cmn-machine-list li:last-child {
		margin: 20px 0 0 0!important;
	}
	
	.cmn-machine-list figcaption {
		background: #fff;
		text-align: center;
		font-size: 1.4rem;
	}
	
	/*▼▼▼cmn-ownfactory-wrap 自社工場の設備*/
	.works-common .cmn-ownfactory-wrap {
		display: block;
		margin: 20px 0 0 0;
	}
	.works-common .cmn-ownfactory-elements {
		display: block;
		margin: 10px 0 0 0;
		width: 100%;
		padding: 10px 15px;
	}
	.works-common .cmn-ownfactory-intro {
		font-size: 1.5rem;
		margin: 0 0 5px 0;
	}
	.works-common .cmn-ownfactory-list {
		width: 100%;
	}
	.works-common .cmn-ownfactory-list li {
		font-size: 1.6rem;
		padding: 5px 0 0 17px;
	}
	
	.works-common .cmn-ownfactory-list .price {
		font-size: 1.8rem;
	}
	
	.works-common .cmn-ownfactory-list li::before {
		top: 17px;
	}
	.works-common .cmn-ownfactory-img {
		margin: 15px 0 0 0;
		width: 100%;
	}
	
	.works-common .cmn-ownfactory-img .img {
		margin: 20px 0 0 0;
	}

	.works-common .section-underttl-en.next{
		margin: 40px 0 0;
	}
	/*202307　追加*/
    #card.works-common .cmn-ownfactory-img p {
	   padding: 0 0 0;
    }
    #card.works-common .cmn-ownfactory-img .img_new img {
	    width: 100%;
	    max-height: 150px;
	    /*aspect-ratio: 2 / 1;*/
	    object-fit: cover;
	    object-position: center;
    }
}

/* -----------------------------------------------------------
    ボタンエリア 20250527 トレーディングカード、アクリルページ
-------------------------------------------------------------- */
.works-common .cv-area {
	width: 100%;
	margin: 80px 0 0;
    padding: 0 0 0;
}
.works-common .cv-area .cv-ttl {
	font-size: 2.8rem;
	text-align: center;
	padding: 0 0 30px;
	font-weight: 500;
}
.works-common .cv-area .cv-box {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 30px;
	color: #333;
}
.works-common .cv-area .cv-txt {
	font-size: 2.8rem;
	text-align: center;
	padding: 0 0 30px;
	font-weight: 500;
}
.works-common .cv-area .cv-flex {
	display: flex;
	justify-content: center;
	gap: 30px;
}

/*パターン01 背景画像あり*/
.works-common .cv-area.cv-style01 {
	background: url(../img/top-product-bg.jpg) center center / cover no-repeat;
	width: 1240px;
	margin: 100px auto 0;
    padding: 30px 0 30px;
}

/*パターン02 枠色付き*/
.works-common .cv-area.cv-style02 {
	background: #fff;
	border: solid 4px #d4003b;
	width: 1240px;
	margin: 100px auto 0;
    padding: 30px 0 30px;
}
.works-common .cv-area.cv-style02 .cv-txt {
	font-size: 2.6rem;
	color: #d4003b;
}

/*パターン03 背景イラスト画像あり*/
.works-common .cv-area.cv-style03 {
	background: url(../img/colorful-bg.png) left center / contain no-repeat;
	border: 1px solid #cfcbc8;
	width: 1240px;
	margin: 100px auto 0;
    padding: 30px 0 30px;
}

/*電話*/
.works-common .cv-area .cv-flex .tel-box .num a {
    align-items: center;
    display: flex;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    position: relative;
    justify-content: center;
    line-height: 1.5;
	color: #fff;
}
.works-common .cv-area .cv-flex .tel-box .num a::before {
    content: '\f095';
    font-weight: 900;
    font-size: 2.6rem;
    font-family: "Font Awesome 5 Free";
    margin: -2px 10px 0 0;
}
.works-common .cv-area .cv-flex .tel-box .time {
    font-size: 1.6rem;
    letter-spacing: .07em;
	color: #fff;
}

/*ボタン*/
.works-common .cv-area .cv-flex .mail-box a {
    align-items: center;
	color: #fff;
    background: #d4003b;
    display: flex;
    height: 80px;
    line-height: 1.5;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    justify-content: center;
    width: 380px;
	font-size: 1.8rem;
	font-weight: bold;
}
.works-common .cv-area .cv-flex .mail-box a span {
	z-index: 2;
}
.works-common .cv-area .cv-flex .mail-box a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
	background: #f9346b;
    transition: all 0.3s ease;
}
.works-common .cv-area .cv-flex .mail-box a:hover::before {
	right: 0;
	width: 100%;
}
.works-common .cv-area .cv-flex .mail-box img {
    display: inline-block;
    height: 20px;
    margin: 0 10px 0 0;
    width: 26px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
	.works-common .cv-area {
		width: 100%;
		margin: 50px 0 50px;
		padding: 0 0 0;
	}
	.works-common .cv-area .cv-ttl {
		font-size: 2rem;
		text-align: left;
		padding: 0 0 20px;
	}
	.works-common .cv-area .cv-box {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.works-common .cv-area .cv-txt {
		font-size: 1.8rem;
		text-align: left;
		padding: 0 0 20px;
	}
	.works-common .cv-area .cv-flex {
		display: block;
	}
	
	/*パターン01 背景画像あり*/
	.works-common .cv-area.cv-style01 {
		width: 100%;
		margin: 30px 0 0;
		padding: 20px 0 20px;
	}
	
	/*パターン02 枠色付き*/
	.works-common .cv-area.cv-style02 {
		width: calc( 100% - 40px );
		margin: 30px auto 0;
		padding: 30px 0 30px;
		border: solid 2px #d4003b;
	}
	.works-common .cv-area.cv-style02 .cv-txt {
		font-size: 1.6rem;
	}
	
	/*パターン03 背景イラスト画像あり*/
	.works-common .cv-area.cv-style03 {
		width: calc( 100% - 40px );
		margin: 30px auto 0;
		padding: 30px 0 30px;
		/*border: solid 1px #d4003b;*/
	}


	/*電話*/
	.works-common .cv-area .cv-flex .tel-box .num a {
		font-size: 3rem;
		justify-content: center;
        line-height: 1.6;
	}
	.works-common .cv-area .cv-flex .tel-box .time {
		text-align: center;
        font-size: 1.6rem;
        margin: 5px 0 0 0;
        letter-spacing: 0;
	}
	
	/*ボタン*/
	.works-common .cv-area .cv-flex .mail-box a {
		font-size: 1.6rem;
        margin: 0 auto;
        max-width: 295px;
        width: 100%;
		height: 70px;
		text-align: left;
	}
	.works-common .cv-area .cv-flex .mail-box a::before {
		display: none;
	}
	.works-common .cv-area .cv-flex .mail-box img {
		margin: 0 20px 0 0;
	}

}
