@charset "UTF-8";
/*====================================================

LP

=====================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
* {
    margin: 0;
    padding: 0;
}
.pane-contents {
	background: url(img/bg.png) no-repeat #030303 50% 800px;
	background: url(../../../../img/3020/lp_blg_metalart/bg.webp) no-repeat #030303 50% 800px;
	margin-top: 0;
}
#metal_canvas_art {
    font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.5;
	margin: 100px auto 0;
	overflow: hidden;
    text-align: center;
	width: 1200px;
}
#metal_canvas_art img {
    vertical-align: middle;
	transition: all .3s;
}
#metal_canvas_art a:hover img {
    opacity: 0.8;
}
#metal_canvas_art a {
	color: #fff;
    outline: 0;
    text-decoration: none;
}
.area_mv {
	margin-bottom: 100px;
	position: relative;
}
.area_mv h1 {
	margin: 0 auto -80px;
	max-width: 700px;
	position: relative;
	text-align: center;
	top: -100px;
	z-index: 1;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.area_mv .image {
	margin: 0 auto;
	text-align: center;
	max-width: 980px;
}
.mv {
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
}
.lead {
	margin: 30px auto 0;
	text-align: center;
}
.notion {
    font-size: 14px;
	margin: 0 auto;
	text-align: center;
}
.area_mv .lead {
	font-family:  "Noto Serif JP", Meiryo, Serif-serif;
}
.area_mv .lead span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
}
.btn_reserve a {
	align-items: center;
	border: 2px solid #fff;
	display: flex;
	font-family: "Noto Serif JP", Meiryo, Serif-serif;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	margin: 0 auto 10px;
	text-align: center;
    transition: all .3s;
	width: 310px;
}
.btn_reserve a:hover {
	background: #fff;
	color: #c41116 !important;
	font-weight: 700;
}
#metal_canvas_art h2 {
	background: none;
    border: none;/*初期化*/
	color: #c41116;
	font-family:  "Noto Serif JP", Meiryo, Serif-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 80px auto 50px;
	padding: 0;
}
#metal_canvas_art .line-up h2 {
	margin-bottom: 0;
	max-width: 800px;
}
#metal_canvas_art .inner {
	color: #fff;
	margin: 0 auto;
	max-width: 1000px;
	padding:0;
	position: relative;
	text-align: center;
}
#metal_canvas_art article {
	margin-bottom: 150px;
}
#metal_canvas_art .row {
	display: flex;
}
#metal_canvas_art .row .image {
	width: 560px;
}
#metal_canvas_art .row .txt {
	flex: 1;
	line-height: 2;
	padding: 0 0 0 25px;
	text-align: left;
}
#metal_canvas_art .row.reverse {
	flex-direction: row-reverse;
}
#metal_canvas_art .row.reverse .txt {
	padding: 0 25px 0 0;
}
#metal_canvas_art .row + .center {
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
	max-width: 670px;
}

.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pane-contents {
		background: url(../../../../img/3020/lp_blg_metalart/bg-sp.webp) no-repeat #030303 0 400px;
		background-size: contain;
		padding-bottom: 0;
		padding-top: 10px;
	}
	
	#metal_canvas_art {
		font-size: inherit;
		margin: 0;
		width: 100%;
	}
	#metal_canvas_art .inner {
		padding: 0 15px 30px;
	}
.area_mv {
	left: -15px;
	position: relative;
	width: calc(100% + 30px);
}
	.area_mv h1 {
        left: -6.5%;
		margin: 25px auto -80px;
		top: -60px;
		width: 108%;
	}
	.lead {
		margin: 30px auto;
		text-align: center;
	}
	.area_mv .lead span {
		font-size: 12px;
	}
	.area_mv {
		margin-bottom: 50px;
	}
	#metal_canvas_art article {
		margin-bottom: 70px;
	}
	#metal_canvas_art h2  {
		font-size: 32px;
		letter-spacing: initial;
		line-height: 1.1;
		margin: 30px auto 20px;
	}
	#metal_canvas_art .row + .center {
		padding-top: 30px;
	}
	#metal_canvas_art .row {
		display: block;
	}
	#metal_canvas_art .row .image {
		margin-bottom: 20px;
		width: 100%;
	}
	#metal_canvas_art .row .txt,
	#metal_canvas_art .row.reverse .txt {
		line-height: 1.8;
		padding: 0;
	}
	.page-copyright {
		font-size: 0.8rem;
		padding: 0 0 30px;
	}
	#metal_canvas_art article:last-of-type {
		margin-bottom: 15px;
	}
	.line-up {
		margin-top: 50px;
	}
}



/*------------------------------------------------------------------
PICK UP
-------------------------------------------------------------------*/
.item {
	align-items: center;
	background: #484848;
	display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
	padding: 35px 35px 10px;
}
.item-wrap {
	display: grid;
	gap: 30px;
	grid-template-columns: 520px 1fr;
	margin-bottom: 50px;
	padding:  10px 0;
}



.item .image {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
/*  flex-direction: column-reverse; */
}
.goods-label {
	cursor: pointer;
	font-family:  "Noto Serif JP", Meiryo, Serif-serif;
	font-size: 16px;
	order: 1;
	position: relative;
	z-index: 1;
	width: 80px;
}
.goods-label::before {
	content: "⚪︎ ";
	color: #fff;
	display: inline;
	position: relative;
}
.goods-label:last-of-type {
  margin-right: 10px;
}
.goods-switch:checked+.goods-label::before {
	content: "⚫︎ ";
	color: #c41116;
	display: inline;
	position: relative;
}
.goods-switch:checked+.goods-label::after {
	background: #c41116;
	bottom: -3px;
	content: " ";
	color: #c41116;
	height: 2px;
	left: 25%;
	display: block;
	position: relative;
	width: 70%;
}
.goods-content {
  height: 0;
  margin-bottom: 5px;
  overflow: hidden;
  opacity: 0;
  width: 100%;
}

.goods-switch:checked+.goods-label + .goods-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.goods-switch {
  display: none;
}






.item .txt {
	line-height: 1.35;
	text-align: center;
}
.item-wrap .txt {
	text-align: left;
}
.item .ttl,
.item .tag-price {
	font-family: "Noto Serif JP", Meiryo, Serif-serif;
	font-size: 24px;
	font-weight: 500;
}
.item-wrap .ttl {
	font-size: 30px;
}
.item .txt p {
	margin: 20px 0;
}
.item .tag-price {
	align-items: anchor-center;
	display: flex;
	letter-spacing: 2px;
	justify-content: center;
}
.item-wrap .tag-price {
	font-size: 30px;
	justify-content: start;
}
.item .tag-price span {
	font-size: 18px;
}
.item .btn {
	padding: initial;
}
.item-wrap + .btn {
	padding-bottom: 30px;
}
.tag-price + .btn {
	padding-top: 30px;
}
.btn a {
	align-items: center;
	border: 2px solid #fff;
	display: flex;
	font-family: "Noto Serif JP", Meiryo, Serif-serif;
	font-weight: 500;
	height: 60px;
	justify-content: center;
	margin: 0 auto 10px;
	text-align: center;
    transition: all .3s;
	width: 310px;
}
.btn a:hover {
	background: #fff;
	color: #c41116 !important;
	font-weight: 700;
}

.list {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
	margin: 60px 0
}
.item .image.tate {
	padding: 0 65px;
}
.item .image.square {
	padding: 0 45px;
}
.list .item:last-of-type .image {
	padding: 30px 0;
}

@media screen and (max-width: 640px) {
	.item-wrap {
		display: block;
		margin-bottom: 50px;
		padding:  10px 0;
	}
	.item {
		display: block;
		margin-bottom: 50px;
		padding: 30px 15px;
	}
	.list {
		display: block;
		margin: 0;
	}
	.btn {
		margin: 0;
		width: 100%;
	}
	.btn a {
		font-size: 20px;
		width: 100%;
	}
	.item-wrap .txt {
		text-align: center;
	}
	.item-wrap .ttl {
		font-size: 24px;
	}
	.item-wrap .txt .ttl + p {
		text-align: left;
	}
	.item-wrap .tag-price {
		font-size: 24px;
		justify-content: center;
	}
	.item .image {
		margin-bottom: 20px;
	}
}
.page-copyright {
	color: #fff;
	font-size: 20px;
	padding: 60px 0 0;
	text-align: center;
}
.page-copyright span {
    display: block;
	margin: 0 auto 10px;
	max-width: 200px;
}
@media screen and (max-width: 640px) {
	.page-copyright {
		font-size: 14px;
		padding: 40px 0 0;
	}
	.page-copyright span {
		max-width: 140px;
}
}