@charset "UTF-8";

img {
	height: auto;
}
/*-------------------------------------------
  印刷込みセットへのリンク
--------------------------------------------*/
.bn_m_paperset {
	border: solid 2px #d36371;
    width: min(calc(100% - 2rem), 575px);
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
}
.bn_m_paperset__txtWrap {
	background-color: #ffeef1;
    align-items: center;
}
/* .bn_m_paperset__txt {
    font-feature-settings: "palt";
} */
.bn_m_paperset__txt strong {
	color: #bc414a;
}

/* お届けまでの流れ */
.paperFlowPP__item{
	width: 100%;
	border: 2px solid #aaa;
}
.paperFlowPP__icWrap{
	width: 40%;
	background-color: #f8f8f8;
	color: #666;
	font-size: 1.5rem;
}
.ec-productRole .paperFlowPP__ic{
	width: 35%;
}
.paperFlowPP__icTxt {
	width: calc(100% - 35% - 1rem);
}
.paperFlowPP__txtWrap{
	width: 60%;
}
.paperFlowPP__arrow{
	color: #aaa;
	width: 100%;
	text-align: center;
	transform: scaleX(2);
	margin: 1rem 0;
}

/* ご注文から完成までの流れ */
.paperItem_index__link {
    padding-top: 2rem;
    padding-bottom: 3rem;
    box-shadow: 0 0 5px rgba(0 0 0 / 40%);
}
.paperTtl {
    margin-bottom: 1.5rem;
    position: relative;
	font-size: 18px;
}
.paperTtl::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 36px;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	background-color: currentColor;
}
.paperFlow__btn {
    padding: .5rem;
    margin-top: .5rem;
}
.cartUpper_btnL,
.paperFlow__btnL {
    width: 30px;
}
.paperFlow .paperFlow__btn {
	max-width: 200px;
	width: 100%;
}
.paperFlowTtl {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}
.paperFlowTtl::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    border-radius: 20px;
}
.paperFlowPP__icWrap--col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 1rem;
}
.paperFlowPP__txtIc {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: .5rem;
	margin-bottom: .5rem;
	background-color: #fff;
	border-radius: 4px;
}
.paperFlowPP__icWrapInner p {
	width: calc(100% - 35% - 1rem);
}
.paperFlowPP__arrowRow,
.paperFlowPP__arrowCol {
	width: 100%;
}
.paperFlowPP__arrowRow {
	display: flex;
	flex-direction: column;
}
.paperFlowPP__arrowCol {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.paperFlowPP__arrowRow::before,
.paperFlowPP__arrowCol::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 0;
}
.paperFlowPP__arrowRow::before,
.paperFlowPP__arrowCol::before {
	margin-left: calc(15% - 10px);
    border-top: 12px solid #aaa;
}
.paperFlowPP__ttl {
	font-size: 14px;
	color: #aaa;
}
.paperFlowPP__next {
	display: flex;
	align-items: center;
	padding: 1.5rem 2rem;
	background-color: rgba(246,243,237,.6);
	margin-inline-start: auto;
	position: relative;
	min-width: 70%;
	border: 1px solid #eee;
}
.paperFlowPP__next img {
	width: 24px;
	margin-right: 1rem;
}

/* 価格に関する注記 */
.itemPriceNote {
    background-color: #FFFCEB;
    padding: 2rem;
    margin-top: 1rem;
    line-height: 1.6;
}
.itemPriceNote__sale {
	font-size: 2rem;
	/* line-height: 1.4; */
}
.itemPriceNote__salePrice {
	font-size: 2rem;
}
.c-itemPrice__period {
	font-feature-settings: "palt";
	display: inline-block;
	color: #fff;
	background-color: #F7851E;
	padding: 0.25rem 0.5rem;
	margin-inline-start: .5rem;
	vertical-align: top;
}
.itemPriceNote__item {
	font-size: 2rem;
	padding-block: .75rem;
	position: relative;
}
.itemPriceNote__item:not(:first-of-type) {
	border-top: 1px dotted #999;
}

/* 価格・ポイント非表示 */
.c-itemPrice .c-itemPrice__now,
.c-itemPrice .js-productPoint,
.c-itemList__ranking .c-itemList__itemprice,
.c-itemList__considered_togethers .c-itemList__itemprice {
	display: none;
}