@charset "UTF-8";

/*-----------------------------
    全体
-------------------------------*/
img {
    image-rendering: -webkit-optimize-contrast; /* 縮小画像対策 */
	height: auto;
}
/*Utility*/
.u-w80-100{
	width: 80%;
}
/* 点滅アニメーション */
.anim-flash{
	animation: flash 1s ease-in-out infinite alternate;
}
@keyframes anim-flash{
	0%{ opacity: 100%; }
	50%{ opacity: 0%; }
	100%{ opacity: 100%; }
}

/* セット一覧 */
.c-itemSpecTable--paper .c-itemSpecTable__td:first-child{
	width: 75%;
}
.c-itemSpecTable--paper .c-itemSpecTable__td:nth-child(2){
	width: 25%;
}
/* テンプレート */
.c-paperTempTable,
.c-paperTempTable--set,
.c-paperTempTable--name {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	width: 100%;
}
.c-paperTempTable+.c-paperTempTable{
	border-top: 0;
}
.c-paperTempTable:not(:first-child) {
	margin-top: 1.5rem
}
.c-paperTempTable th,
.c-paperTempTable td,
.c-paperTempTable--set th,
.c-paperTempTable--set td{
	border: 1px solid #ccc;
	padding: 1.5rem;
	border-top: 0;
	width: 50%;
}
.c-paperTempTable--name th,
.c-paperTempTable--name td{
	border: 1px solid #ccc;
	padding: 1.5rem;
	border-top: 0;
	width: 33.333%;
}

.c-paperTempTable th,
.c-paperTempTable--set th,
.c-paperTempTable--name th{
	background-color: #f4f4f4;
	text-align: center;
}
.c-paperTempTable td,
.c-paperTempTable--set td,
.c-paperTempTable--name td{
	vertical-align: top;
}
.c-paperTempTable td span:nth-child(n+2) img,
.c-paperTempTable td img:nth-child(n+2),
.c-paperTempTable--set td span:nth-child(n+2) img,
.c-paperTempTable--set img:nth-child(n+2),
.c-paperTempTable--name td span:nth-child(n+2) img,
.c-paperTempTable--name img:nth-child(n+2){
	display: block;
	margin-top: 1.5rem;
}
.c-paperTempTable img,
.c-paperTempTable--set img {
	border: 1px solid #ccc;
	margin: 0 auto;
}
.c-paperTempTable img:not([class]),
.c-paperTempTable--set img:not([class]) {
	/*max-width: 320px;*/
	width: auto;
	max-height: 188px;
}
.c-paperTempTable--profArea img{
	max-width: 450px;
}
/* 席札（テンプレート画像のみ枠をつける） */
.c-paperTempTable--name td:not(:last-child) img {
	border: 1px solid #ccc;
}

/* お届けまでの流れ */
.paperFlowHM__item,
.paperFlowPP__item{
	width: 100%;
	border: 2px solid #EC867D;
	box-sizing: border-box;
}
.paperFlowHM__item{
	border: 2px solid #7DC0C7;
}
.paperFlowHM__icWrap,
.paperFlowPP__icWrap{
	width: 40%;
	box-sizing: border-box;
	background-color: #F7E7E2;
	color: #EC867D;
	font-size: 1.5rem;
}
.paperFlowHM__icWrap{
	background-color: #DFF2F1;
	color: #7DC0C7;
}
.ec-productRole .paperFlowHM__ic,
.ec-productRole .paperFlowPP__ic{
	width: 35%;
}
.paperFlowHM__txtWrap,
.paperFlowPP__txtWrap{
	width: 60%;
	box-sizing: border-box;
}
.paperFlowHM__arrow,
.paperFlowPP__arrow{
	color: #EC867D;
	width: 100%;
	text-align: center;
	transform: scaleX(2);
	margin: 1rem 0;
}
.paperFlowHM__arrow{
	color: #7DC0C7;
}

/* ご注文から完成までの流れ */
.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;
}

/* 推奨環境について */
.piapriOkSpec{
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}
.piapriOkSpec__item{
	width: 50%;
	padding: 0.5rem;
}

/* 席札ポップアップ */
.daishi_img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto!important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.set_namecardList li{
  height: auto;
  position: relative;
}
.set_namecardList li:before {
  content: "";
  display: block;
  padding-top: 100%; /* ここを100％にすることで正方形になる */
}
.set_namecardList li span{
  /* 正方形にするのに必要な部分 */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 中央寄せ */
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* 高さの中央揃えに必要な部分 */
.set_namecardList li span:before{
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
.set_namecardList li span > *{
  vertical-align: middle;
  display: inline-block;
}
.set_namecardList li span img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/*-------------------------------------------
  セットへのリンク
--------------------------------------------*/
.bn_m_paperset {
	border: solid 2px #d36371;
	margin-block-start: 3rem;
	margin-inline: 1rem;
}
.bn_m_paperset img {
    height: auto;
}
.bn_m_paperset__txt {
	background-color: #ffeef1;
	font-size: 2.4rem;
    padding-block-start: .75rem;
    padding-block-end: 1.5rem;
}
.bn_m_paperset__txt span {
    font-size: 1.8rem;
}
.bn_m_paperset__txt strong {
	color: #bc414a;
}
.bn_m_paperset__txt em:lang(ja) {
	font-style: normal;
    text-emphasis-style: filled dot;
}
.bn_m_paperset__link {
	position: relative;
	display: block;
	background-color: #d36371;
	border-radius: 50vh;
	color: #fff;
	text-align: center;
	width: 100%;
}

.is-category--984 .c-itemGroup__img,
.is-category--985 .c-itemGroup__img,
.is-category--986 .c-itemGroup__img,
.is-category--991 .c-itemGroup__img{
	border: 0;
}

/* 無料特典（カート下） */
.cartBtm {
	margin-inline: 1rem;
}
.p-detail__induction > .bt_paper_sample {
	position: relative;
	margin-inline: 1rem;
}
.cartBtm__ttl {
    position: relative;
    padding-block: .25rem;
}
.cartBtm__ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    border-radius: 5px;
    background-color: currentColor;
}
.noveltyArea__txt {
    writing-mode: vertical-lr;
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D3630F;
}
.noveltyArea__list {
    background-color: #F6F3ED;
    width: 92%;
}
.noveltyArea__item {
    display: flex;
    flex-direction: column;
}
.noveltyArea__item img {
    height: auto;
}
.c-buttonS.noveltyArea__btn::after {
    border-right-color: #F7851E;
    border-bottom-color: #F7851E;
}
.cartBtm .dp-bannerLink {
	margin-top: 2rem;
    margin-inline: 0;
}

/* カート下 ペーパー独自スタイル */
.c-cartBtm__inner:first-child {
    margin-top: 0;
}

/* --------------------
カート上OP ペーパー独自スタイル
-------------------- */
.c-itemgrouprebuild__name {
    display: flex; /* コンテンツ横並び */
	justify-content: space-between;
    padding: 1.5rem;
    width: 100%;
    font-weight: bold;
	flex-grow: 1;
}

/* 高さ揃え・上揃え */
.c-itemGroupRebuildList__item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    width: 60%;
    margin-inline: auto;
}
.c-itemGroupRebuildList__item .form-check {
	display: flex;
	width: 100%;
	flex-grow: 1;
}
.c-itemGroupRebuildList__label {
	flex-direction: column;
	align-items: flex-start;
}
/* 価格 */
.c-itemGroupRebuildList__price {
    text-decoration: line-through;
}
.c-itemGroupRebuildList__setprice {
    display: block;
	font-size: 1.5rem;
    color: #F7851E;
    width: fit-content;
    position: relative;
}
.c-itemGroupRebuildList__setprice::after {
    position: absolute;
    left: -2.25rem;
    top: 1rem;
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid #F7851E;
    border-top:9px solid transparent;
	border-bottom: 9px solid transparent;
}
.c-itemGroupRebuildList__priceDown {
    color: #F7851E;
    margin-right: .25rem;
    font-size: 1.8rem;
}
.c-itemGroupRebuildList__detailBtn{
    content: url(https://image.piary.jp/uploads/common/ic_guide.svg);
}

/* 選択状態（元のチェックボックスを非表示、新チェックボックス追加） */
.c-itemGroupRebuildList__item label::after,
.c-itemGroupRebuildList__item label::before {
    display: none;
}
.c-itemgrouprebuild__statusWrap {
    display: block;
    text-align: center;
    background-color: #b4b3b3;
    color: #fff;
    font-weight: bold;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.c-itemgrouprebuild__status {
    position: relative;
    font-size: 1.8rem;
}
.c-itemgrouprebuild__status::before,
.c-itemgrouprebuild__status::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
.c-itemgrouprebuild__status::after {
  left: -27px;
  margin-top: -10px;
  width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
}
.c-itemgrouprebuild__status::before {
  left: -20px;
  margin-top: -8px;
  width: 7px;
  height: 13px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  transform: rotate(45deg);
  z-index: 2;
}
.c-form__checkbox input[type=checkbox].isChecked + label .c-itemgrouprebuild__status::before,
.c-form__checkbox input[type=checkbox]:checked + label .c-itemgrouprebuild__status::before {
    border-right: 2px solid #f4841e;
    border-bottom: 2px solid #f4841e;
}
.c-itemGroupRebuild .c-form__checkbox input[type=checkbox].isChecked + label .c-itemgrouprebuild__statusWrap {
    background-color: #f4841e;
}
.c-itemGroupRebuildList__detail {
    text-align: center;
    margin-top: 1.5rem;
    border-radius: 9999px;
    border: 1px solid #aaa;
    padding: 0.75rem;
    width: 80%;
    margin-inline: auto;
}

/*------------------------------------------------------
  商品ページQ＆A
------------------------------------------------------*/
.itemPage_faq__faqUL__ttl{
    color: #333!important;
    border-bottom: 1px solid #333!important;
 }
