@charset "UTF-8";
/* CSS Document */


/****************************************************************
共通
****************************************************************/

ul {
	list-style: none;
	padding-left: 0;
}

.br-sp {
    display: none;
}

.aboutprint_AddColor,
.aboutprint_deliveryDate{
	font-size: 1.3rem;
	color: #000;
}

.aboutprint_AddColor span,
.aboutprint_deliveryDate span{
	display: inline-block;
}

.aboutprint_AddColor span{color: #f00;}
.aboutprint_deliveryDate span{color: #f00;}

.priceList{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.priceList li{
	padding: 0;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.priceList li dl{
	padding: 9%;
}

.priceList li dd {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-align: center;
}

.priceList li dd p{
	margin-bottom: 0;
}

.priceList li dd .size {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
}

.priceList li dd .price{
	color: #f80;
	font-size: 1.2rem;
}

.priceList li dd .price span{
	margin-right: .5em;
	font-size: 0.8em;
	display: inline-block;
}


.uniembColor{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.uniembColor li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.uniembColor li img{
	width: 100%;
	height: auto;
}


@media print, all and (min-width: 768px) {

	.priceList li{
		width: 22%;
		margin:0 4% 4% 0;
	}

	.priceList li:nth-child(4n){
		margin-right: 0;
	}

	.uniembColor li{
		width: 49%;
	}

}

@media screen and (max-width: 767px) {

	.priceList li{
		width: 48%;
		margin:0 4% 4% 0;
	}

	.priceList li:nth-child(2n){
		margin-right: 0;
	}

	.uniembColor li{
		width: 100%;
	}

}


.speed_mov {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.speed_mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h3.sub-title {
	color: #ff0000 !important;
	font-size: 25px !important;
	text-align: center;
	border-bottom: none;
	margin-top: 2%;
}

.readmore{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5%;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 200px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #000;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}
.readmore-label:before{
    content: 'さらに表示';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

.print_colorlist {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9%;	
}

.print_colorlist li {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    width: 7.5%;
}

.cotx {
	font-size: 12px;
	line-height: 18px;
}

.img-title {
	color: #24bbb7;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 5px;
	margin-left: 3%;
}

.img-title2 {
	color: #000;
	font-size: 19px;
	margin-bottom: 5px;
	text-align: center;
}

ul .exa-img {
	padding-left: 0 !important;
}

.exa-img {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: center;
	
}

.exa-img li {
	width: 40%;
	margin-bottom: 3%;
}

.sample-img {
	border: 4px solid #dbdbdb;
	padding: 2% 2%;
	max-width: 95%;
}

.hnav_contents ul li a {
	height: auto;
}

.arw {
	position: relative;
	border: 0;
	background-color: transparent;
	/* width: 10% !important; */
	padding: 0;
	
}

.arw2 {
	position: relative;
	border: 0;
	background-color: transparent;
	width: 10% !important;
	padding: 0;
	
}

ul li.arw img {
	position: absolute;
	top: 40%;
	margin: auto;
	transform: translateY(-50%);
}

ul li.arw2 img {
	position: absolute;
	top: 40%;
	margin: auto;
	transform: translateY(-50%);
}

.triangle {
	width: 0;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-top: 45px solid #ff0000;
	margin: 0 auto;
}

.howtouse {
	margin: 0 auto;
	display: block;
	max-width: 90%;
}

.how-img {
	margin-top: 4%;
	margin-bottom: 4%;
}

/*SPCSSここから*/
@media screen and (max-width:767px) {
	
.br-pc {
    display: none !important;
}

.br-sp {
    display: inline-block;
}

.cmn_cont01 h2 {
	font-size: 1.5rem;
	text-align: center;
}

.print_colorlist {
	gap: 2.8%;
}

.print_colorlist li {
	width: 14%;
}

.img-title {
	font-size: 17px;
	text-align: center;
	margin-left: 0;
}

.fbox .itemBox a {
	height: auto;
}

.exa-img {
	flex-wrap: nowrap;
	flex-flow: column;
	
}

.exa-img li {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 8%;
}

ul li.arw img {
	transform:rotate(90deg);
}

.arw {
	top: -16px;    
}

.img-title3 {
	display: none;
}

.triangle {
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 30px solid #ff0000;
	margin: 0 auto;
}


}