@charset "UTF-8";
.page-whitebord-blue{
	color:#2249BE;
}
.page-whitebord__h1{
	color:#fff;
	background-color: #3F3F3F;
	padding:10px;
	}
.page-whitebord__mv{
	background: none;
}
.page-whitebord__mv p{
	margin: 0px;
    padding: 0px;
}
.page-whitebord__TopList1,.page-whitebord__SceneList{
	display:grid;
	grid-template-columns:repeat(2, 2fr);
	gap:10px;
	list-style:none;
	padding:0;
}
.page-whitebord__TopList1 li,.page-whitebord__TopList2 li{
    border-radius: 10px;
	box-shadow: 0px 1px 3px rgb(0,0,0,0.16) ;
}
.page-whitebord__TopList1 li a,.page-whitebord__TopList2 li a{
    text-decoration: none;
	color:inherit;
}
.page-whitebord__TopList1 a:hover img,.page-whitebord__TopList2 a:hover img{
	opacity: 1.0;
}
.page-whitebord__TopList1 li:hover,.page-whitebord__TopList2 li:hover{
	 transform:scale(1.02,1.02);
	 overflow:hidden;
}

.page-whitebord__TopList1 li a:visited,.page-whitebord__TopList2 li a:visited{
	color:inherit;
}
.page-whitebord__TopList1__media{
	background-color: #C2DAF9;
	border-radius: 10px 10px 0 0;
	height:174px;
	text-align: center;
}
.page-whitebord__TopList1__description{
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	height:135px;
	text-align: center;
	line-height: 1.7;
	position:relative;
}

.page-whitebord__TopList1__description::before,.page-whitebord__TopList2__description::before{
	content:"";
    width:30px;
    height: 30px;
    border-radius: 50%;
    background: #2249BE;
    position:absolute;
    }
.page-whitebord__TopList1__description::before{
	right:16px;
	top:50%;
	transform: translate(-50%, -50%);
}
.page-whitebord__TopList2__description::before{
	left:81px;
	bottom:11px;
}

.page-whitebord__TopList1__description::after,.page-whitebord__TopList2__description::after{
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    transform: rotateZ(-45deg);
    position: absolute;
    }
.page-whitebord__TopList1__description::after{
	top: 63px;
    right: 43px;
}
.page-whitebord__TopList2__description::after{
	left:90px;
	bottom:22px;
}
.page-whitebord__TopList1__subtitle {
    color: #2249BE;
    font-weight: 600;
    font-size: 15px;
	display:inline-block;
	padding-top:8px;
}
.page-whitebord__TopList1__title {
    font-size: 22px;
    font-weight: 600;
}
.page-whitebord__TopList1__price {
    font-weight: 500;
    font-size: 16px;
}
.page-whitebord__fukidashi{
	 line-height: 20px;
     display: flex;
     font-size: 13px;
	 font-weight: 500;
     background-color: #B5F5F1;
     width:75px;
     height:75px;
     border-radius: 100%;
     position:absolute;
     text-align: center;
	 top: -20%;
     left: 10px;
	 align-items: center;
     justify-content: center;
}
.page-whitebord__fukidashi::after{
     content:"";
     position:absolute;
     border:10px solid transparent;
     border-top:20px solid #B5F5F1;
     top: 61px;
     right: 0;
     transform: rotate(-45deg);
   }
.page-whitebord__fukidashi_yellow{
	background-color: #FFF000;
	font-size:16px;
}
.page-whitebord__fukidashi_yellow::after{
    border-top:20px solid #FFF000;
}
.page-whitebord__TopList2{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:10px;
	list-style:none;
	padding:0;
}
.page-whitebord__TopList2__media{
	background-color: #C2DAF9;
	border-radius: 10px 10px 0 0;
	height:161px;
	text-align: center;
}
.page-whitebord__TopList2__description{
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	height:126px;
	text-align: center;
	line-height: 1.7;
	position:relative;
}
.page-whitebord__TopList2__subtitle {
    color: #2249BE;
    font-weight: 600;
    font-size: 13px;
	display:inline-block;
	padding-top:8px;
}
.page-whitebord__TopList2__title {
    font-size: 17px;
    font-weight: 600;
	line-height: 1.2;
	display:inline-block;
	padding-top:5px;
}
.page-whitebord__TopList__muji-description{
	font-size: 16px;
    color: #2249BE;
    font-weight: 600;
}
.page-whitebord__SceneList__note{
	text-align: end;
}
.page-whitebord__SceneList li{
	border: solid 1px #FDB813;
	display: flex;
	padding:14px 14px 5px 14px;
	gap:10px;
	border-radius: 3px;
}
.page-whitebord__SceneList h4{
	margin-block-end: 10px;
	font-size:16px;
}
.page-whitebord__SceneList__text {
    flex-basis: 188px;
}
.page-whitebord__SceneList__text p,.page-whitebord__SceneList__note,.page-whitebord__SceneList{
	margin-block-end:0;
	margin-block-start:0;
}
.page-whitebord__SceneList__img {
    width: 168px;
}
.page-whitebord__SceneList__img img{
    width: 100%;
}

.page-whitebord__notes{
	list-style: none;
	padding-inline-start: 0px;
	margin-block-end: 0px;
}
.page-whitebord__poster__noritsuki{
	font-size:16px;
	font-weight:600;
	margin:3px 0 16px 0;
}
.page-whitebord__movie{
	text-align: center;
	margin-top:50px;
}
.page-whitebord__spec__dtdd{
	display: flex;
}
.page-whitebord__spec__dtdd dt{
	flex-basis: 4em;
}
.page-whitebord__spec__dtdd dd{
    margin-inline-start:0px;
}
.page-whitebord__steel-slim-images{
	display: flex;
	gap:10px;
}
.page-whitebord__frame-steel-printsize{
	display:flex;
	gap:10px;
	padding-top:10px;
}
.page-whitebord__frame-steel-printsize__ttl{
	font-size:18px;
	margin-bottom:0;
}
.page-whitebord__steel-title{
	position: relative;
}
.page-whitebord__steel-fukidashi{
	line-height: 20px;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    bottom: 5px;
    left: 159px;
    justify-content: center;
	flex-direction: column;
}
.page-whitebord__steel-fukidashi::after{
	content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 18px solid #fff;
    top: 40px;
    left: 69px;
    transform: rotate(-63deg);
}
.page-whitebord__steel-fukidashi .muji{
	font-size:15px;
    color: #2249BE;
	font-weight: 600;
}
.page-whitebord__steel-point-title-wrapper{
	text-align: center;
	position:relative;
	
}
.page-whitebord__steel-point-title{
	display: inline-block;
	font-size: 22px;
	padding: 0;	
	margin:0 auto;
}
.page-whitebord__steel-point-title::before{
	content:"POINT";
	color:#fff;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    background-color: #252424;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
	left: 24px;
    top: -26px;
}
.page-whitebord__steel-point-title::after{
	content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top: 18px solid #252424;
    top: 7px;
    left: 71px;
    transform: rotate(-58deg);
}
.page-whitebord__steel-point-title .steel-point-yellow{
	background: linear-gradient(transparent 70%, #FFF000 50%);
    display: inline;
}
.page-whitebord__steel-point{
	display: flex;
	justify-content: space-between;
}
.page-whitebord__steel-point-list{
	font-size:16px;
	list-style: none;
	font-weight: 600;
	padding-inline-start: 0;
}
.page-whitebord__steel-point-img{
	width:220px;
}


.page-whitebord__steel-point-list li{
	position:relative;
	border-bottom: dashed 1px #C11010;
	padding: 12px 0 8px 30px;
}
.page-whitebord__steel-point-list li::before{
	content: "";
	position: absolute;
	display: inline-block;
	background-size: cover;
	background-image: url(https://meiku-koukoku.com/200107_lp_module/img/whiteboard_steel_icon.png);
    width: 22px;
    height: 22px;
	left: 0;
}

.page-whitebord__steel-op h4{
	font-size:24px;
	font-weight: 600;
	color:#C11010;
	text-align: center;
	margin-top:40px;
}
.page-whitebord__steel-op-list{
	list-style: none;
	padding-left:0;
}
.page-whitebord__steel-op-list li h5{
    font-size:20px;
	font-weight: 600;
	margin-bottom:13px;
}
.page-whitebord__steel-op-item{
	border:solid 1px #D4D4D4;
	display:flex;
	padding:13px 16px;
	justify-content: space-between;
}
.page-whitebord__steel-op-item.pentrayL{
	margin-top:13px;
}
.page-whitebord__steel-op-item__description h6{
	font-size:18px;
	font-weight: 600;
	margin:0;
}
.page-whitebord__steel-op-item__description .price{
	font-size:20px;
	font-weight: 600;
	color:#C11010;
}
.page-whitebord__steel-op-item__media{
	flex-basis: 55%;
	align-self: center;
}
.page-whitebord__steel-op-item__media img{
	width:100%;
}
.h5blackframe {
    font-size: 20px;
    padding-bottom: 10px;
}

.blackframeimg {
    margin-top:10px;
}

.blackframetype-text {
    font-weight: bold;
    font-size: 14px;
    color: #c11010;
}