@charset "UTF-8";

/* ヘッダー上部CPNエリア　※i_photobook.cssも更新！ */
.headerTop_cpn{
    background-color: #db4a45;
    animation: headerTop_cpn 2s linear 0s infinite normal;
}
@keyframes headerTop_cpn{
    0%{ background-color: #db4a45; }
    50%{ background-color: #fa809a; }
    100%{ background-color: #db4a45; }
}
.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;
}

/* カート下無料特典 */
.bt_paper_sample {
	position: relative;
}
.cartBtm__ttl {
    position: relative;
    padding-top: .25rem;
    padding-bottom: .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;
}
.pgf-Clr--yellow {
    color: #efbf00;
}


/* 体重ベアの特徴（カスタマイズ） --------------------------------------- */
.c-itemDetail_index__link:hover{
	color: #fff !important;
}

.c-itemExpWrap--inner{
	margin-bottom: 5rem;
}
.item-fixList{
	display: flex;
	flex-wrap: wrap;
}
.item-fixList--item__three{
	width: 33%;
	padding: 0 0.5rem;
}
.item-fixList--item__three:not(:nth-last-of-type(-n+3)){
	margin-bottom: 2rem;
}

.designList--btn{
	margin: 0 auto 3rem;
}
.p-detail__panel__main a.designList--link{
	text-decoration: none;
}
.designList--link{
	display: block;
	text-align: center !important;
	padding: 1rem 0;
	border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.4);
	position: relative;
}
.designList--link:after{
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: 1px solid #FF9100;
	border-bottom: 1px solid #FF9100;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%) rotate(-45deg);
}
/* --------------------------------------- 体重ベアの特徴（カスタマイズ） */

/* ブランドについてリンク */
.blandlink {
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.blandlink__ttl {
    border-left: solid 6px #777;
    padding-left: 1rem;
}
.blandlink__wrap {
    background-color: #f3f3f3;
    text-decoration: none;
}
.blandlink__logoWrap {
    padding-top: .2rem;
    padding-left: .2rem;
}
.blandlink__toTop {
    position: absolute;
    bottom: 0;
    right: 0;
}