.prdetail .parent-guide {
	margin-bottom: 3em;
}
.prdetail .parent-guide > h2 {
    font-size: 1.5em;
    line-height: 1.7em;
    font-family: var(--font-m1);
    margin-top: 1.6em;
    margin-bottom: 1.2em;
}
#product .prdetail .parent-guide > h2.title {
	text-align: left;
	color: inherit;
	line-height: 1.9em;
	margin-bottom: 1.2em;
	opacity: 1.0;
}
.prdetail .parent-guide .notice {
	font-size: 90%;
	padding-top: 1em;
}
.prdetail .points {
	list-style: none;
	margin: 0;
	padding: 0;
}
.prdetail .points li {
	display: block;
	margin-bottom: 3em;
}
.prdetail .points li .colum {
    width: 100%;
}
.prdetail .points li .im {
	margin-bottom: 0;
}
.prdetail .points li .im > img {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
}
.prdetail .points li h3 {
    color: #797979;
    font-size: 5.0vw;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
    margin-bottom: 0.8em;
}
.prdetail .points li > h3 {
	margin-bottom: 1em;
}
.prdetail .points li h3 b {
    font-style: normal;
    font-weight: 300;
    margin-left: 0.16em;
    font-size: 2.4em;
    line-height: 1em;
    vertical-align: -0.18em;
}
.prdetail .points li h3 i {
    font-style: normal;
    /* margin-left: 1em; */
    font-weight: 600;
    font-size: 0.9em;
    color: #4e4e4e;
}
	.prdetail .points li h3.smp-only i {
	    margin-left: 0.6em;
	}
	
	.prdetail .points li h3 i::before {
		/*content: "(";*/
	}
	.prdetail .points li h3 i::after {
		/*content: ")";*/
	}
@media (max-width: 768px) {
	.prdetail .points li h3 i.flex-block {
		display: block;
		margin-top: 0.8em;
		margin-left: 0;
	}
}

.prdetail .points .colum h4 {
    font-size: 1.22em;
    line-height: 1.6em;
    font-family: var(--font-g);
    font-weight: 500;
    padding: 0.7em 0;
    padding-top: 0.8em;
    margin-top: 0;
    margin-bottom: 0;
}
.disable-number-points .prdetail .points .colum h4 {
    padding-top: 0em;
}
.prdetail .points .colum p {
    font-size: 1.0em;
    line-height: 2.0em;
    margin-bottom: 1em;
    opacity: 1.0;
    font-family: var(--font-min);
}
.prdetail .points .colum p.notice {
	font-size: 0.9em;
}
.prdetail .points .colum .fl-R {
	float: right;
	margin-left: 1em;
	width: 24%;
	height: auto;
}
.prdetail .points nav {
	padding: 1em 0;
}
.prdetail .points nav a {
	display: block;
	font-size: 20px;
	line-height: 1em;
	padding: 1.2em 1em;
	border: solid 2px #e1e1e1;
	background-color: #f8f8f8;
	color: rgba(0, 0, 0, 0.55);
	border-radius: 0.2em;
	text-align: center;
	font-weight: bold;
}
.prdetail .points nav a:hover {
	background-color: #fff;
	text-decoration: none;
}
[data-tplname="product"] .prdetail .points nav {
	display: none;
}
@media (max-width: 768px) {
    .prdetail .points .colum h4,
    .disable-number-points .prdetail .points .colum h4 {
        padding-top: 1.3em;
    }
}
@media (min-width: 769px) {
    .prdetail .points li {
        display: flex;
        flex-wrap: nowrap;
    }
    .prdetail .points li::after {
		display: none;
	}
    .prdetail .points li .colum {
        width: 66%;
        padding-left: 2em;
    }
	.prdetail .points li .im {
		width: 34%;
	}
	.prdetail .points li h3 {
        font-size: 1.3em;
    }
	.prdetail .points li.div .im {
		margin-right: 0;
		box-sizing: border-box;
	}
	.prdetail .points li.div .colum {
		padding-left: 2.2em;
		box-sizing: border-box;
	}
	.prdetail .points .colum .subtitle i {
        display: block;
        padding-top: 0.4em;
    }
}

.prdparent article .parent-guide > p {
    font-size: 1.1em;
    line-height: 2.2em;
    font-family: var(--font-min);
}
.prdparent article > h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4em;
	color: rgba(0, 0, 0, 0.77);
	text-align: left;
	margin: 0;
	margin-bottom: 1em;
}

/*point color*/
.prdparent .points li h3 {
	
}
.prdparent .points li h3 b {
	
}
.prdparent .points li h3 i {
	
}
.prdparent .widevisual .prior {
	background-color: #7f7f7f;
}

/*addguide*/
.prdetail .addguide {
	font-family: var(--font-min);
}
.prdetail .addguide .cell {
	margin-bottom: 2em;
}
.prdetail .addguide .spec {
    list-style: none;
	margin: 0;
    margin-bottom: 1em;
}
.prdetail .addguide .spec li {
    line-height: 1.8em;
    margin-bottom: 0.5em;
	position: relative;
	padding-left: 1.7em;
}
.prdetail .addguide .spec li::before {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 100%;
	background-color: #e3e3e3;
	border: solid 1px #cccccc;
	position: absolute;
	z-index: 1;
	margin-left: 0.1em;
	top: 0.6em;
	left: 0;
}
.prdetail .addguide .spec li > i {
	font-style: normal;
	width: 3.5em;
	margin-right: 0;
}
.prdetail .addguide .noticelist {
    font-size: 0.94em;
    list-style: none;
    padding-left: 1.0em;
    margin: 0;
    margin-bottom: 1em;
}
	.prdetail .addguide .noticelist li {
        font-size: 0.95em;
        line-height: 1.9em;
        margin-bottom: 1em;
    }
	.prdetail .addguide .noticelist li::before {
    content: "*";
    margin-right: 0.5em;
    margin-left: -1em;
    opacity: 0.6;
}
	.prdetail .addguide .noticelist li strong {
		color: #cd0505;
		font-weight: 600;
	}
.prdetail .addguide .ph-setguide {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.prdetail .addguide .spec {
	padding-top: 1em;
}
.prdetail .addguide .spec h5 {
	font-size: 0.95em;
	line-height: 1.4em;
	padding-top: 0.2em;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
@media (min-width: 769px) {
	.prdetail .addguide .ph-setguide {
        float: right;
        width: 40%;
        height: auto;
        margin-top: -3em;
        margin-left: 1em;
        border-radius: 0.7em;
    }
}

/*orderInformation*/
#orderInformation {
    margin-bottom: 2em;
}
	#orderInformation p {
		font-family: var(--font-min);
	}
	#orderInformation .order-term {
	    font-family: var(--font-g);
	    font-size: 1.06em;
	    font-weight: 500;
	}
#orderInformation .order-term {
	color: rgba(0, 0, 0, 0.9);
	background-color: #fffce2;
	border: solid 3px #ffee7e;
	padding: 1em;
	text-align: center;
}
#orderInformation .order-term::before {
	content: url(/share/im/svg/mrk_date/ffaa00);
	display: inline-block;
	width: 1em;
	height: auto;
	margin-right: 0.6em;
	vertical-align: -0.1em;
}
#orderInformation .stat-soldout .order-term {
	background-color: #f2f2f2;
	border-color: #e3e3e3;
}
#orderInformation .stat-soldout .order-term::before {
	content: url(/share/im/svg/mrk_date/aaa);
}
#orderInformation #ordt_notice {
	font-family: var(--font-g);
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.8em;
	margin-bottom: 1.5em;
	color: rgba(0, 0, 0, 0.9);
	text-align: center;
}
#orderInformation #ordt_notice::before {
	content: "\0203b";
	opacity: 0.5;
	margin-right: 0.2em;
}
#orderInformation #ordt_notice[data-empty="true"]::before {
	display: none;
}
@media (max-width: 768px){
	#orderInformation .order-term {
		font-size: 4vw;
	}
	#orderInformation #ordt_notice {
		text-align: left;
	}
	#orderInformation #ordt_notice {
		position: relative;
		padding-left: 1.3em;
	}
	#orderInformation #ordt_notice::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		font-size: 1em;
	}
}
[data-soldout="0"] .stat-sale {
	display: block;
}
[data-soldout="0"] .stat-soldout {
	display: none;
}
[data-soldout="1"] .stat-sale {
	display: none;
}
[data-soldout="1"] .stat-soldout {
	display: block;
}

.soldout-info {
	margin-bottom: 1em;
}
	.soldout-info h4 {
        line-height: 1.6em;
        margin-bottom: 1em;    
    }
	.soldout-info > div > i {
        display: inline-block;
        padding: 0.7em 1em;
        color: #805f3e;
        background-color: #fff9f1;
        border: solid 2px #ebdcc9;
        border-radius: 0.4em;
		line-height: 1.8em;
	}

/*delivery*/
.delivery-price-guide {
	text-align: center;
	line-height: 1.4em;
	color: #dc6965;
}
.delivery-price-guide > a {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	background-image: url(//file003.shop-pro.jp/PA01443/863/ui/share/mrk_delivery.svg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3.5em;
	background-size: auto 4em;
	display: inline-block;
	color: inherit;
}
.delivery-price-guide .oth {
    font-size: 0.8em;
    display: block;
    color: #444;
    margin-top: 0.5em;
}

/*notice-review*/
.prdetail .points li .notice-review {
	font-size: 0.9em;
}

/*popim-nameplate*/
.popim-nameplate {
	position: relative;
	z-index: 0;
}
	.popim-nameplate > figure {
		position: relative;
		z-index: 0;
	}
	.popim-nameplate .present {
        position: absolute;
        z-index: 5;
        width: 32% !important;
        height: auto !important;
        top: -0.6em;
        right: -0.6em;
    }
	.popim-nameplate .recept {
		position: absolute;
		z-index: 5;
		width: 44% !important;
		height: auto !important;
		bottom: -0.8em;
		left: -0.8em;
	}
	.popim-nameplate.reverse-dir .present {
        right: auto;
        left: -0.6em;
    }
	.popim-nameplate.reverse-dir .recept {
		left: auto;
		right: -0.8em;
	}
@media (min-width: 769px) {
	.popim-nameplate {
		margin-bottom: 3.2em;
	}
}
@media (max-width: 768px) {
	.popim-nameplate .present {
        width: 32vw !important;
    }
	.popim-nameplate .recept {
		width: 42vw !important;
	}
}

/*sequencialImageContents*/
.prdetail .seqImContents {
	margin: -2em 0;
}
.prdetail .seqImContents .cell {
	display: block;
	margin: 2em 0;
}
.prdetail .seqImContents .cell > .im {
	width: 100%;
	height: auto;
}

/**/
#afterContentBottom {
	
}
#afterContentBottom .cell {
	display: block;
	text-align: center;
	margin: 0;
}
#afterContentBottom .cell > img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/**/
.summary-material {
	display: flex;
	flex-wrap: wrap;
	margin: -0em -1.0em;
}
.summary-material dl {
	display: block;
	width: 50%;
	padding: 0.4em 1.0em;
	margin: 0;
}
.summary-material dt {
	display: block;
	line-height: 1.0em;
	padding-bottom: 0.8em;
	border-bottom: solid 2px #eee;
	margin-bottom: 0.4em;
}
.summary-material dd {
	display: block;
	margin: 0;
	font-size: 0.84em;
}
.prdetail .points .colum .summary-material dd > p {
	font-family: var(--font-g);
	opacity: 0.9;
}
@media (max-width: 768px){
	
}

/*video*/
.prdetail .points .video-wrap {
	margin-top: 1.6em;
}
.prdetail .points .video-wrap video {
	max-width: 100%;
	background-color: #ffffff;
	border-radius: 0.5em;
	object-fit: cover;
	object-position: center;
}
.prdetail .points .video-wrap.tall-base video {
	width: 100%;
	height: 65vh;
}
@media (min-width: 768px){
	.prdetail .points .video-wrap.tall-base video {
		object-fit: contain;
		height: 32em;
		background-color: #f9f9f9;
		border: solid 4px #f1f1f1;
	}
}

/*resale-guide*/
.resale-guide {
	display: block;
	text-align: center;
	background-color: #e3f7ff;
	border: solid 4px #d0f2ff;
	color: rgba(0, 96, 136, 0.9);
	padding: 1.6em 1.0em;
	border-radius: 0.6em;
	margin-bottom: 1em;
}
.resale-guide .title {
	position: relative;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0.6em;
	color: #0099da;
}
.resale-guide .title::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: -4em;
	left: 0;
	width: 100%;
	height: 4em;
	display: block;
	text-align: center;
	background-image: url(/share/im/mrk_circ-sky.svg);
	background-position: center bottom 0.5em;
	background-size: auto 2.5em;
}
.resale-guide .content {
	line-height: 1.8em;
}
.resale-guide .content em {
	font-size: 1.1em;
	font-style: normal;
	font-weight: 600;
	margin-right: 0.2em;
}


