@charset "UTF-8";
/* ------------------------------------
 内祝いTOP 共通
------------------------------------- */
/* ヘッダー上部CPNエリア　※i_gift.cssも更新！ */
.headerTop_cpn{
	background-color: #D94646;
	animation: headerTop_cpn 2s linear 0s infinite normal;
}
@keyframes headerTop_cpn{
	0%{ background-color: #D94646; }
	50%{ background-color: #D66B6B; }
	100%{ background-color: #D94646; }
}
.headerTop_cpn__btn,
.headerTop_cpn__btn:link{
	color: #fff!important;
}
.headerTop_cpn__R{
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	position: relative;
}
.headerTop_cpn__R::before{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 5px;
}

/* Q&A */
.c-mainCont-re20_sec__q {
	padding: 1rem 1rem 1rem 3rem;
	background-color: #f0f0f0;
	font-weight: bold;
}
.c-mainCont-re20_sec__a {
	padding: 1.5rem 1rem 1.5rem 3rem;
}
.c-mainCont-re20_sec__q::before {
	position: absolute;
	top: 1rem;
	left: 1rem;
	content: "Q. ";
}
.c-mainCont-re20_sec__a::before {
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	content: "A. ";
}
.c-mainCont-re20_sec__desc {
	position: relative;
	padding-left: 2rem;
}
.c-mainCont-re20_sec__desc::before {
	position: absolute;
	top: 8px;
	left: 4px;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #333;
	border-radius: 50%;
}
.uchiiwai_rank__desc {
	margin-bottom: 2rem;
}
.uchiiwai_rank__nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}
.uchiiwai_rank__link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 7rem;
	padding: 1rem 1.5rem;
	position: relative;
	color: #FA0;
	background-color: #FFF;
	font-weight: bold;
	border: 1px solid #FA0;
	border-radius: 1rem;
	font-size: 1.6rem;
	line-height: 1.2;
}
.uchiiwai_rank__link::after {
	content: "〉";
	position: absolute;
	right: .75rem;
	top: calc(50% - .5rem);
	transform: rotate(90deg);
	color: #ccc;
}
.uchiiwai_rank__sec:not(:last-of-type) {
	margin-bottom: 5rem;
}
.uchiiwai_column .c-post01__desc {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.uchiiwai_column .c-post01__contentWrap__imgWrap {
	border-radius: 4px;
	overflow: hidden;
}
.uchiiwai_review__ttl {
	font-size: 1.6rem;
	font-weight: bold;
}
.uchiiwai_review__star {
	font-size: 2.1rem;
	letter-spacing: 5px;
	margin-bottom: .5em;
	color: #fdd200;
	line-height: 1.2;
}
.uchiiwai_review__txt {
	font-size: 1.2rem;
}
/* 人気のブランド */
.specialPage .brand-list__item {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.specialPage .brand-list__name {
	position: relative;
	text-align: center;
}
.specialPage .brand-list__name::after {
	content: '';
	position: absolute;
	transform: rotate(-45deg);
	border-color: #333!important;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
/* 内祝いセット説明パーツ */
.ysu_color_or {
	color: #ff9892;
}
.ysu_feature {
	background-color:#fef6ec;
}
.ysu_feature_set {
	position: relative;
}
.ys_feature_linkBt {
	width: 260px;
	border: 1px solid #333;
	border-radius: 10px;
	padding: .65rem;
	background-color: #fff;
	font-size: 16px;
	display: inline-block;
}
.ysu_feature_set__item {
	border: 1px solid #f3a914;
	border-radius: 6px;
	background-color: rgba(255,255,255,.8);
	padding: 1rem 0;
	position: absolute;
}
.ysu_feature_set__item::before,
.ysu_feature_set__item::after {
	position: absolute;
	content:"";
}
.ysu_feature_set__item--main {
	width: 160px;
}
.ysu_feature_set__item--main p {
	line-height: 1.2;
}
.ysu_feature_set__item--main::before {
	border-right: 13px solid #f3a914;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	bottom: -18px;
	right: 60px;
	transform: rotate(135deg);
}
.ysu_feature_set__item--main::after {
	border-right: 13px solid #fff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	bottom: -16px;
	right: 61px;
	transform: rotate(135deg);
}
.ysu_feature_set__item--plusone {
	width: 180px;
}
.ysu_feature_set__item--boxbag {
	width: 170px;
}
.ysu_feature_set__item--plusone::before,
.ysu_feature_set__item--boxbag::before {
	border-right: 13px solid #f3a914;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	bottom: -18px;
	right: 60px;
	transform: rotate(45deg);
}
.ysu_feature_set__item--plusone::after,
.ysu_feature_set__item--boxbag::after {
	border-right: 13px solid #fff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	bottom: -16px;
	right: 59px;
	transform: rotate(45deg);
}
.ysu_feature_boxbag {
	margin-top: 5rem;
}
.ysu_feature_boxbag__item {
	width: 140px;
	border: 1px solid #f3a914;
	border-radius: 10px;
	background-color: rgba(255,255,255,.8);
	padding: 5rem .5rem .5rem;
	margin: 0 .5rem;
	position: relative;
}
.ysu_feature_box_img,
.ysu_feature_bag_img {
	position: absolute;
	top: -4rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* メッセージカード
------------------------------------------------------*/
.noveltyPoint {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.novelty_namingcard__faq dt {
	padding: 0.3rem 0 0 3.5rem;
	background: url("https://image.piary.jp/uploads/support/guide/novelty/namingcard/icon_q.gif") left top no-repeat;
	background-size: 1.5em auto;
}
.novelty_namingcard__faq dd {
	padding: 0 0 0 3.5rem;
	background: url("https://image.piary.jp/uploads/support/guide/novelty/namingcard/icon_a.gif") 1rem top no-repeat;
	background-size: 1.5em auto;
}
.msgcard_cl {
	color: #D0827B;
}
.msgcard_sec--gr {
	background-color: #F5F5F5;
}
.msgcard_scene__item {
	background-color: #fff;
	border: 1px solid #707070;
	font-weight: bold;
}
.msgcard_design__item {
	margin: .5rem;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 35%);
}
.msgcard_design__item img {
	backface-visibility: hidden;
}

/* 内祝いセットTOP */
.ysu_reccomend {
	background-color: #f9f3ed;
	margin: 0 auto 4em;
}
.ysu_reccomend__name {
	font-size: 17px;
}
.ysu_reccomend__budget {
	font-size: 17px;
}
.ysu_reccomend__img {
	border-radius: 8px;
	margin-bottom: .5em;
}
.setListUnit .linkBt {
	position: relative;
	display: block;
	color: #ff7951 !important;
	text-decoration: none !important;
	border: 1px solid #ff7951;
	border-radius: 6px;
	padding: 0.5em 1em;
	background-color: #fff;
	text-align: center;
}
/* 内祝い手渡しセット・一覧ページ用 */
.setSelect__ttl {
	background-color: #879b64;
	color: #fff;
	line-height: 1.2;
	padding: .5em 0;
}
.setSelect {
	margin: 1em auto;
	border: 2px solid #879b64
}
.setSelect__list--ysuPlusone .item-img,
.setSelect__imgWrap {
	text-align: center;
	border: 1px solid #ccc;
}
.setSelect__list--ysuPlusone .item-img img,
.setSelect__img {
	vertical-align:bottom;
	width: 100%;
	height: auto;
}

/*----------------------------- ▼SEO buyクエリ▼ -----------------------------*/
.seoLp_point {
	background-color: #FFEDE4;
}
.seoLp .c-article_ttl--M {
	border: none;
}
.seoLp_ttl-h2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 auto 5rem;
	padding: 1rem 0;
	background-color: #F26666;
	position: relative;
}
.seoLp_ttl-h2:after {
	content: "";
	left: 50%;
	transform: translateX(-50%);
}
.seoLp_ttl--h3 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
	margin-bottom: 5rem;
	background-image: url('//image.piary.jp/uploads/gift/articles/b1000/back_stripe.svg');
	background-position: left 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.seoLp_ttl--h4 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6rem;
}
.seoLp_underborder--yellow {
	padding-bottom: 1rem;
	border-bottom: 2px solid #FFFB7B;
}
.seoLp_linkBtn {
	font-weight: bold;
	margin: 0 auto;
}
.seoLp_linkBtn a {
	background-color: #FBDAC9;
}
.seoLpBtn {
	text-align: center;
	padding: 2rem 0 3.5rem;
	margin: 0 auto 5rem;
	background-color: #FBDAC9;
	border-radius: 100px;
	position: relative;
}
.seoLpBtn:after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	transform: translateX(-50%) rotate(45deg);
}
.seoLp-readTxt {
	color: #F26666;
}
.c-seoLp--comment_right:before {
	border-right: 15px solid #FBDAC9;
}
.c-seoLp--comment_left:before {
	border-left: 15px solid #E2F6FF;
}
.seoLp_comparison--beige {
	background-color: #F1E1D2;
}
.seoLp_comparison--pink {
	background-color: #FFE0DF;
}
.seoLp_comparison--green {
	background-color: #CADECC;
}
.seoLp_listTeble-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
	margin-bottom: 3rem;
	background-color: #FBDAC9;
	position: relative;
}
.seoLp_listTeble-ttl:after {
	content: "";
	border-top: 20px solid #FBDAC9;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.seoLp_gift .c-seoLp_ranking .c-itemList__name {
	font-size: 1.8rem !important;
	font-weight: bold;
}
.seoLp_gift .c-seoLp_ranking .c-itemList__itemprice {
	font-weight: bold;
}
.seoLp_gift .c-seoLp_ranking .c-itemList__item .u-flxMid {
	flex-direction: row-reverse;
}
.seoLp_gift .c-seoLp_ranking .c-itemList {
	overflow: visible;
}
.seoLp_gift .c-seoLp_ranking .c-itemList__item {
	position: relative;
}
.seoLp_gift .c-seoLp_ranking .yotpo-bottomline {
	display: none !important;
}
.seolp_ranking-01 .c-itemList__item:before,
.seolp_ranking-02 .c-itemList__item:before,
.seolp_ranking-03 .c-itemList__item:before {
	content: "";
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 1;
}
.seolp_ranking-01 .c-itemList__item:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-01.svg');
}
.seolp_ranking-02 .c-itemList__item:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-02.svg');
}
.seolp_ranking-03 .c-itemList__item:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-03.svg');
}
.seoLp_gift .c-seoLp_ranking {
	width: 80%;
}
.seoLp_gift .c-seoLp_ranking--table {
	margin-bottom: 3rem;
}
.seoLp_gift .c-seoLp_ranking--table th {
	vertical-align: middle;
	background-color: #FFFAF0;
}
.seoLp_item.c-itemList {
	margin-top: 0 !important;
}
.seoLp_item .c-itemList__item {
	width: 100%;
}
.seoLp_item-2col {
	justify-content: space-between;
}
.seoLp_item-2col .c-itemList__item {
	width: 48%;
}
.seoLp_item-2col .c-favReg,
.seoLp_item .c-favReg {
	display: none;
}
.seoLp_item-2col .u-flxMid,
.seoLp_item .u-flxMid {
	flex-direction: row-reverse;
}
.seoLp_selection-item,
.seoLp_price-item {
	margin-bottom: 10rem;
}
.seoLp_selection-itemText,
.seoLp_price-itemText {
	margin-bottom: 3rem;
}
.seoLp_price--ttl span {
	padding: .7rem 1rem .5rem;
	background-color: #DCF2EE;
}
.seoLp_novelty--ttl {
	position: relative;
}
.seoLp_sample--ttl_honki-h4,
.seoLp_sample--ttl_kigaru-h4 {
	font-size: 2rem;
	font-weight: bold;
}
.seoLp_sample--ttl_honki-h4 {
	background: linear-gradient(transparent 0%, transparent 30%, #E6C333 30%, #E6C333 100%);
}
.seoLp_sample--ttl_kigaru-h4 {
	background: linear-gradient(transparent 0%, transparent 30%, #70B4D7 30%, #70B4D7 100%);
}
.seoLp_novelty--rank {
	position: relative;
}
.seoLp_novelty--rank:before {
	content: "";
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 1;
}
.seoLp_novelty--rank01:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-01.svg');
}
.seoLp_novelty--rank02:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-02.svg');
}
.seoLp_novelty--rank03:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-03.svg');
}
.seoLp_novelty--rank04:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-04.svg');
}
.seoLp_novelty--rank05:before {
	background-image: url('//image.piary.jp/uploads/weddinggift/articles/b1000/ic_rank-05.svg');
}
.seoLp_novelty--ttl-bag {
	padding-left: 1rem;
	border-left: 5px solid #F26666;
}
.seoLp_banner_position{
	background-color: #fff;
	left: .5em;
	top: -.5em;
	line-height: 1;
}

/*----------------------------- ▲SEO buyクエリ▲ -----------------------------*/


/* ------------------------------------
 ドリームプランバナーテキストギフトカラー
------------------------------------- */
.dp-bannerLink__txt--Gcolor {
	color: #C56420;
}

/* ------------------------------------
 スライダー式ランキング
------------------------------------- */
.sl_rank__list .slick-prev,
.sl_rank__list .slick-next {
	position: absolute;
	display: block;
	z-index: 1;
	top: 1.9em;
	height: 13em;
	border: none;
	border-radius: 2px;
	opacity: 0.95;
	cursor: pointer;
}
.sl_rank__list .slick-prev {
	left: -8px;
	width: 24px;
}
.sl_rank__list .slick-next {
	left: auto;
	right: 0;
	width: 17px;
}
.sl_rank__list .c-itemList--col2 .c-itemList__item {
	padding :0;
}
.sl_rank__list .slick-prev:before,
.sl_rank__list .slick-prev:after,
.sl_rank__list .slick-next:before,
.sl_rank__list .slick-next:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 9px;
}
.sl_rank__list .slick-prev:before {
	transform: rotate(45deg) skew(10deg, 10deg);
	left: 50%;
}
.sl_rank__list .slick-next:before {
	transform: translateX(50%) rotate(45deg) skew(10deg, 10deg);
	right: 50%;
}
.sl_rank__list .slick-prev:before,
.sl_rank__list .slick-next:before {
	top: calc((13em - 9px) / 2);
}
.sl_rank__list .slick-arrow.slick-disabled {
	display: none !important;
}
.sl_rank__tab-content {
	display: none;
}
.sl_rank__tab-content.is-active {
	display: block;
}
/* ランキングカラー調整 */
.sl_rank__list--clr .slick-prev,
.sl_rank__list--clr .slick-next {
	background: #DCB723;/*スライダー矢印ボタン色*/
}
.sl_rank__list--clr .slick-prev:before {
	border-bottom: 2px solid #fff;/*スライダー矢印色*/
	border-left: 2px solid #fff;
}
.sl_rank__list--clr .slick-next:before {
	border-top: 2px solid #fff;/*スライダー矢印色*/
	border-right: 2px solid #fff;
}
.sl_rank__tab-list--clr.is-active {
	background-color: #DCB723;/*切替ボタン選択時背景色*/
	color: #ffffff;/*切替ボタン選択時文字色*/
}
.sl_rank__tab-list--clr {
	background-color: #ffffff;/*切替ボタン未選択時背景色*/
	color: #DCB723;/*切替ボタン未選択時文字色*/
}
.sl_rank__rankG--clr {
	background: #FDF3E9;/*スライダー背景色*/
}

/* ------------------------------------
 ペアアイテム特集
------------------------------------- */
.pairI__ttl {
	font-size: 2.3rem;
	margin-bottom: 2rem;
color: #BEB8A4;
}
.pairI__ttl02 {
	font-size: 2.1rem;
	margin-bottom: 0.25rem;
}
.pairI__ttl::before, .pairI__ttl::after {
	content: "";
	height: 2px;
	background: #BEB8A4;
}
.pairI__txt__arw {
	transform: rotate(90deg);
	display: inline-block;
	font-size: 2rem;
	position: absolute;
}
.pairI__rank .c-icCircle{
	display: none;
}
.pairI__rank .c-itemList__item{
	position: relative;
}
.pairI__rank .c-itemList__item:before{
	content: "";
	position: absolute;
}
.pairI__rank .c-itemList__item:nth-child(1):before,
.pairI__rank .c-itemList__item:nth-child(2):before,
.pairI__rank .c-itemList__item:nth-child(3):before{
	width: 4.4rem;
	height: 4rem;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0rem;
	left: 0rem;
	z-index: 10;
}
.pairI__rank .c-itemList__item:nth-child(4):before,
.pairI__rank .c-itemList__item:nth-child(5):before{
	width: 3.2rem;
	height: 3.1rem;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	top: 2rem;
	left: 1.3rem;
	z-index: 10;
}
.pairI__rank .c-itemList__item:nth-child(1):before{ background-image: url('//image.piary.jp/uploads/iwai_bridal/common/icon_rank01.svg');}
.pairI__rank .c-itemList__item:nth-child(2):before{ background-image: url('//image.piary.jp/uploads/iwai_bridal/common/icon_rank02.svg');}
.pairI__rank .c-itemList__item:nth-child(3):before{ background-image: url('//image.piary.jp/uploads/iwai_bridal/common/icon_rank03.svg');}
.pairI__rank .c-itemList__item:nth-child(4):before{ background-image: url('//image.piary.jp/uploads/iwai_bridal/common/icon_rank04.svg');}
.pairI__rank .c-itemList__item:nth-child(5):before{ background-image: url('//image.piary.jp/uploads/iwai_bridal/common/icon_rank05.svg');}
.pairI__rank .sl_rank__list .c-itemList--col2 .c-itemList__item {
	padding-top: 2rem;
}
.pairI__navLst {
	border-bottom: solid 1px #BEB8A4;
	border-left: solid 1px #BEB8A4;
	border-right: solid 1px #BEB8A4;
}
.pairI__navLst__itm:nth-child(n+2) {
	border-left: solid 1px #ffffff;
}
.pairI__navLst__itm:nth-child(n+2)::before {
	border-left: solid 1px #BEB8A4;
	position: absolute;
	content: '';
	left: -1px;
	bottom: 0;
}
.pairI__navLst__lnk::after {
	content: '〈';
	position: absolute;
	color: #BEB8A4;
	transform: rotate(-90deg);
	font-weight: bold;
}
.pairI--bgBeige {
	background-color: #BEB8A4;
}

/* ------------------------------------
 カテゴリTOP 贈る相手から探す
------------------------------------- */
.top-search-for__bc-gray {
	background-color: #ECECEC;
}
.top-search-for__bc1 {
	background-color: #D5A6A6;
}
.top-search-for__bc2 {
	background-color: #8EC5A5;
}
.top-search-for__bc3 {
	background-color: #9FA0BD;
}
.top-search-for__btn::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	right: 1rem;
	bottom: 5%;
	transform: translateY(-50%) rotate(-45deg);
}