@charset “UTF-8”;

body#modal_xr {
	margin:0;
	padding: 0;

}
body#modal_xr #jp.chatplus.app_chat_frame,
body#modal_xr #chatplusview {
	display:none;
}

/* FONT SIZE */
@media screen and (min-width: 481px) {
.colorList h2 {
	font-size: 1.8rem;
	line-height: 1.2;
}
}
	@media screen and (max-width: 480px) {
		.colorList h2 {
			font-size: 1.5rem;
		}
	}
@media screen and (min-width: 481px) {	
.colorList h3 {
	font-size: 1.5rem;
	line-height: 1;
}
}
	@media screen and (max-width: 480px) {
		.colorList h3 {
			font-size: 1.2rem;
			line-height: 1;
		}
	}
@media screen and (min-width: 481px) {	
	.colorList h4 {
		font-size: 1.2rem;
		line-height: 1.2;
	}
}
	@media screen and (max-width: 480px) {
		.colorList h4 {
			font-size: 1.2rem;
			line-height: 1.2;
		}
	}
@media screen and (min-width: 481px) {	
	.colorList li span {
		font-size: 11pt;
	}
}
	@media screen and (max-width: 480px) {
		.colorList li span {
			font-size: 9pt;
		}
	}



/* MODAL HEADER */

.modal_header {
	text-aright: center;
	display:flex;
	width:100%;
	padding-top: 12px;
	box-sizing: border-box;
	position: relative;
}
.modal_header .back_btn {
	position: absolute;
	z-index: 100;
}
@media screen and (min-width: 481px) {
.modal_header .back_btn {
	top: 8px;
	left: 0;
}
}
	@media screen and (max-width: 480px) {
	.modal_header .back_btn {
		top: 18px;
		left: 8px;
	}
	}

	.modal_header .back_btn button {
		border: none;
		background: #ffffff;
	}

@media screen and (min-width: 481px) {
.modal_header .back_btn img {
	max-width:100px;
}
}
	@media screen and (max-width: 480px) {
	.modal_header .back_btn img {
		max-width:67px;
	}
	}

.modal_header .modal_title {
	width:100%;
	text-align: center;
}

@media screen and (min-width: 481px) {
.modal_header .modal_title img {
	max-width:51px;
}
	}
	@media screen and (max-width: 480px) {
	.modal_header .modal_title img {
		max-width:74px;
	}
	}


/* MODAL CONTENTS */

.colorList,
.preview_3d {
	margin-top: 40px;
}

@media screen and (min-width: 481px) {
	.colorList h2,
	.colorList h3,
	.colorList h4 { 
		margin-left: 2%;
	}
}
@media screen and (max-width: 480px) {
	.colorList h2,
	.colorList h3,
	.colorList h4 { 
		margin-left: 5%;
	}
}

.colorList h2 {
	color:#ee6d01;
}
.colorList h2::before {
	content: "";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: #ee6d01;
	margin-right: 5px;
}
.colorList h3 {
	color: #00428b;
}

.colorList h3 span {
	font-size: smaller;
	background: #ee6d01;
	color: #ffffff;
	padding: 0.2rem 0.5rem;
	display: inline-block;
}

	@media screen and (min-width: 481px) {
		.colorList h3 span {
			margin-left: 0.5rem;
		}
	}
	@media screen and (max-width: 480px) {
		.colorList h3 span {
			margin-top: 0.5rem;
			display: block;
			width: 4rem;
			text-align: center;
		}
	}

.colorList h4 {
	color: #00428b;
	margin-top: 0;
	margin-bottom: 0;
}

.colorList > div {
	width: 100%;
}



.colorList ul {
	list-style: none;
	padding: 0;
	margin: 0 auto 50px;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;   /* Safari etc. */
	-ms-flex-wrap    : wrap;   /* IE10 */
	flex-wrap        : wrap;
}

@media screen and (min-width: 481px) {
	.colorList li {
		margin: 0 2% 10px;
		width: 21%; 
		max-width: 240px;
	}
	.colorList li span::before {
		content: "\A" ;
		white-space: pre ;
	}
}
@media screen and (max-width: 480px) {
	.colorList ul {
		padding: 0 5% ;
	}
	.colorList li {
		margin-top: 0;
		margin-bottom: 10px;
		width: 45%; 
		height: auto;
	}
	.colorList_container > ul > li:nth-child(odd) {
		margin-right: 10%;
	}
	.colorList li model-viewer {
		width: 100%;
		min-height: 150px;
		height: auto !important;
		overflow: visible;

	}
	.colorList li button {
		background-color: rgb(255,255,255); 
		border: none;
		padding: 0;
	}
	.colorList li button p{
		margin-top: 0;
		text-align:left;
	}
	.colorList li span,
	.colorList li button span {
		display: inline-block;
		width: 100%;	
		text-align: left;
	}
	/*Add 20230324*/
	.colorList_container li img {
		margin-bottom: -0.2em;
	}
}

.colorList li a{
	display: block;
	height: 100%;
	width: 100%
	cursor: pointer;
}
.colorList li a:link,
.colorList li a:visited,
.colorList li a:hover,
.colorList li a:active {
	text-decoration: none;
	color: ;
}
.colorList li a:hover {
	opacity: 0.8;
}
.colorList li img {
	border: solid 1px #c8c8c8 ;
	box-sizing:  border-box;
	width: 100%; 
	height: auto;
	max-width: ;
	max-height: ;
}
.colorList li span {
	color: #464646;
}





/* QR COAD */
@media screen and (min-width: 481px) {
	.qr {
		display: flex;
		justify-content: center;
	}
	.qr_container {
		display: flex;
		align-items: center;
	}
	.qr_container > div.qr_text {
		max-width: 360px;
	}
	.qr_container > div.qr_img {
		max-width: 124px;
	}
	.qr_container > div > img {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.qr {
		display: none;
	}
}


/* ADD 20210622 */
.colorList li img.spacer {
width: 1px;
height: 1px;
}

/* Coming Soon LABEL add20220926 */
.cs {
    position: relative;
	pointer-events: none;
} 
/* ラベル部分 左上に表示 */

.cs::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4.5em solid transparent;
    border-left: 4.5em solid #ee6d01; /*ラベルの色*/
    position: absolute;
    z-index: 100;
}
.cs::after {
    content: "coming\Asoon";
    display: block;
    top: 14px;
    transform: rotate(-45deg);
    color: #fff;  /*文字の色*/
    left: 4px;
    position: absolute;
    z-index: 101;
    white-space: pre;
    line-height: 1.0;
    font-size: 8pt;
    text-align: center;
}
/*
@media screen and (max-width: 768px) and (min-width: 481px) {
	.colorList li {
		box-sizing: border-box;
	}
	.colorList li img {	
		width:100%;	
		max-width: 145px;
		height: auto;
		max-height: 81px;
		margin: 0;
		padding: 0;
	}
	.colorList li button {
		width: 100%;
		max-width:145px;
		padding: 0;
		margin: 0;
	}
	.colorList li button span {
		max-width:145px;
	}
}*/


/* Add 20221219 */

.colorList > div.ar_browser {
	margin: 0 auto;
	padding: 0 5%;
	width: 90% !important;
}
.ar_browser img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
