@charset "shift_jis";

/*パンくず*/
#pankuzu {
	margin: 10px 0 10px 0 !important;
	text-align: left;
}

/* リード */
.door__feature__lead {
    margin: 30px 20px 40px;
    font-size: 1.333rem;
    line-height: 1.6;
    text-align: center;
    color: #333;
    font-weight: bold;
}

/* 画像付きナビゲーション */
.door__feature__image-nav {
    width: 500px;
    margin: 0 auto 75px;
}
.door__feature__image-nav-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.door__feature__image-nav-list:before{
	content: "";
	display: block;
	width: 160px;
	order: 1;
}
.door__feature__image-nav-list:after{
	content: "";
	display: block;
	width: 160px;
}
.door__feature__image-nav-item {
    width: 160px;
	box-sizing: border-box;
	margin-bottom: 10px !important;
}
.door__feature__image-nav-link-wrap {
	position: relative;
}
.door__feature__image-nav-link-title {
	position: absolute;
    display: inline-table;
	text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25px;
    margin: auto;
	z-index: 1;
}
.door__feature__image-nav-back {
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.door__feature__image-nav-img {
	border-radius: 5px;
	object-fit: cover;
}
.door__feature__image-nav-arrow {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
	margin: auto;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    transform: scale(var(--ggs,1));
    border-radius: 11px;
	z-index: 1;
}
.door__feature__image-nav-arrow:after,.door__feature__image-nav-arrow:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 5px;
}
.door__feature__image-nav-arrow:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    left: 7px;
}
.door__feature__image-nav-arrow:before {
    width: 2px;
    height: 13px;
    left: 10px;
}
.door__feature__image-nav-list-em {
	display: block;
}
.door__feature__image-nav-item-em {
    width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px !important;
}

/* ナビゲーション */
.door__feature__nav {
    width: 540px;
    margin: 0 auto 75px;
}
.door__feature__nav-title {
    margin: 55px 120px 30px;
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #333;
    font-family: 'Arvo', serif;
    letter-spacing: 0.2em;
    font-size: 12px;
}
.door__feature__nav-list {
    width: 390px;
    padding: 0 20px;
    margin: 10px auto 30px;
    background: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
.door__feature__nav-list .door__feature__nav-item {
    border-bottom: 1px dotted #fff;
}
.door__feature__nav-link {
    padding: 20px 0px;
    display: flex;
    align-items: center;
	position: relative;
	line-height: 18px;
    font-size: 16px;
    color: #fff !important;
}
.door__feature__nav-link:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 12px;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    background: #fff;
}
.door__feature__nav-link:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 5px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.door__feature__nav-link-num {
    margin: 0 15px 0 5px;
    color: #fff;
    font-size: 1.333rem;
    font-family: 'Arvo', serif;
    font-weight: bold;
}
.door__feature__nav-link-textWrap {
    flex-flow: row wrap;
    color: #fff;
}
.door__feature__nav-link-textTitle {
    font-size: 16px;
    color: #fff;
}
.door__feature__nav-list .door__feature__nav-item:last-child {
    border-bottom: 0;
}

/* 強調ナビゲーション */
.door__feature__nav-list-em {
    width: 390px;
    padding: 0 20px;
    margin: 10px auto 25px;
    background: #8d9db7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

/* カテゴリタイトル */
.door__feature__contents-title {
    margin-bottom: 40px;
    padding: 30px 0;
    position: relative;
    line-height: 1.5;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.door__feature__contents-title span,.door__feature__contents__format-title span {
    color: #fff;
    font-size: 1.5rem;
}
.door__feature__contents-title-em {
    margin-bottom: 40px;
    padding: 30px 0;
    position: relative;
    line-height: 1.5;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.door__feature__contents-title-em span,.door__feature__contents__format-title-em span {
    color: #fff;
    font-size: 1.5rem;
}

/* メインコンテンツ（横並びver） */
.door__feature__item {
    margin-bottom: 100px;
}
.door__feature__item-head {
    position: relative;
}
.door__feature__item-head-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.door__feature__item-head-main-img {
	width: 450px;
	height: 450px;
}

/* メインコンテンツ（縦並びver） */
.door__feature__item-head-main-large {
	position: relative;
    display: block;
}
.door__feature__item-appeal-large {
    position: relative;
    width: 400px;
    margin: 40px auto;
}
.offer-item__maximum-discont-wrap, .offer-item__discont-price-wrap {
    top: -64px;
}
.offer-item__maximum-discont, .offer-item__discont-price {
    padding: 7px 35px 3px;
	font-size: 1.75rem;
    background: #c33434;
}
.offer-item__maximum-discont span, .offer-item__discont-price span {
    font-size: 2.5rem;
}
#spotter, .spotter {
	display: none;
}
.door__feature__item-appeal .door__feature__maximum-discont-wrap {
	z-index: 1;
    margin-bottom: 15px;
}
.door__feature__item-appeal .door__feature__maximum-discont {
	padding: 5px 35px 1px;
    font-size: 1.75rem;
    background: #c33434;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.door__feature__item-appeal-large .door__feature__maximum-discont-wrap {
	top: -63px;
	position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.door__feature__item-appeal-large .door__feature__maximum-discont {
	padding: 5px 35px 1px;
    font-size: 2rem;
    background: #c33434;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

/* 商品購入枠 */
.door__feature__cart-catch {
    font-weight: bold;
	margin-left: 5px;
    margin-bottom: 10px;
	display: inline-block;
    font-size: 1.166rem;
	color: #666;
}
.door__feature__cart-catch-two {
    font-weight: bold;
	margin-left: 10px;
    margin-bottom: 5px;
    font-size: 1.166rem;
	color: #666;
}
.door__feature__item-contents {
    margin: 10px 20px;
}
.door__feature__item-contents-two, .door__feature__item-contents-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: flex-start;
}
.door__feature__item-contents-two > div {
	width: 50%;
}
.door__feature__item-contents-three > div {
	width: 33%;
	margin: 0 2px 0 0;
}
.colum2 {
    background-color: #fff;
    margin: 0 5px 5px;
	min-height: 282px;
}
.colum3 {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    width: 218px;
    margin: 0 0 5px 0;
    padding: 12px 15px;
    min-height: 465px;
}
.door__feature__balloon-red {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    padding: 5px 10px;
    min-width: 100px;
    max-width: 100%;
    background: #c33434;
    border-radius: 2px;
    text-align: center;
}
.door__feature__balloon-red:before {
    content: "";
    position: absolute;
    top: 95%;
    left: 15px;
    border: 7px solid transparent;
    border-top: 7px solid #c33434;
}
.door__feature__balloon-red p {
    color: #fff;
    font-size: 14px;
}
.door__feature__item-title {
    padding: 0 0 10px;
	font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
	color: #333;
}
.door__feature__item-title-large {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
	color: #333;
}
.door__feature__item-lead {
	color: #333;
	font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.door__feature__item-lead span {
	display: block;
	margin: 5px 0;
	color: #999;
	font-size: 14px;
    line-height: 1.6;
}
.door__feature__item-appeal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 40px;
    position: relative;
	width: 400px;
}
.door__feature__item_timer-wrap {
	margin-bottom: 40px;
}
.door__feature__item_timer-message {
	font-size: 18px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 10px;
	padding: 30px 10px;
	background-color: #fff;
}
.door__feature__item_timer-message span {
	color: #db4f43;
	font-weight: bold;
}
.door__feature__item_timer-attention {
	font-size: 13px;
	color: #666;
	margin: 10px 0 0 0;
}

/* サブコンテンツ・ミニコンテンツ */
.door__feature__sub-contents-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 40px 18px !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}
.door__feature__sub-contents-title span {
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.door__feature__sub-contents-title:before {
    content: '';
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #333;
}
.door__feature__sub-contents-title:after {
    content: '';
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #333;
}
.door__feature__sub-contents-accent {
    margin: 30px 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.door__feature__sub-contents-accent-img {
    width: 350px;
    margin-right: 30px;
    margin-left: 0;
}
.door__feature__sub-contents-accent-desc {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: 1;
    -ms-flex-order: -1;
    order: 1;
}
.door__feature__sub-contents-accent-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
	color: #333;
}
.door__feature__sub-contents-accent-lead {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.8;
	color: #333;
    text-align: justify;
}

/* お客さまの声 */
.door__feature__voice {
    margin: 64px 120px 40px;
    border: 1px solid #ee7d00;
    padding: 10px 78px 20px;
    border-color: #5f2b15;
}
.door__feature__voice-title {
    display: block;
    position: relative;
    height: 35px;
    margin: -28px auto 10px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 150px;
    background-image: url(/smart/base/images/title_customer_voice-txt_pc_small.png);
    -webkit-background-size: 120px 21px;
    background-size: 120px 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #5f2b15;
    overflow: inherit;
    text-align: center;
    font-size: 0 !important;
}
.door__feature__voice-title:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -2px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #5f2b15 transparent transparent transparent;
}
.door__feature__voice-item {
	padding: 10px 0 0;
}
.door__feature__voice-lead {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    font-weight: bold;
	color: #333;
}
.door__feature__voice-comment {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
	color: #333;
}
.door__feature__voice-name {
    display: block;
    margin-top: 5px;
    text-align: right;
    vertical-align: middle;
	color: #333;
}
.door__feature__voice-name:before {
    display: inline-block;
    content: '';
    width: 21px;
    height: 24px;
    margin-right: 3px;
    background-image: url(/smart/base/images/icon_feature_customer.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: inherit;
}

/* 小見出し（帯） */
.door__feature__band {
	background-color: #5f2b15;
	color: #FFF;
	margin: 30px 0;
	padding: 12px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/* 小見出し（バンザイ） */
.door__feature__emphasis {
	margin: 30px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.door__feature__emphasis:before {
	content: '＼';
	color: #333;
}
.door__feature__emphasis:after {
	content: '／';
	color: #333;
}

/* スタイリスト・バイヤーコメント */
.door__feature__buyer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 30px;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.door__feature__buyer-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 18px;
    margin-left: 20px;
    position: relative;
    background-color: #eeeeee;
}
.door__feature__buyer-desc:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -2px;
    border-style: solid;
    border-width: 11px 7px 0 7px;
    border-color: #eeeeee transparent transparent transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.door__feature__buyer-name {
    margin-bottom: 10px;
    color: #666;
    font-weight: bold;
}
.door__feature__buyer-title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1.333rem;
	font-weight: bold;
    color: #333;
}
.door__feature__buyer-text {
    line-height: 1.5;
    font-size: 1.166rem;
    color: #333;
    text-align: justify;
}

/* 注記 */
.door__feature__attention {
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 450px;
    margin: 30px auto;
}
.door__feature__attention-title {
	text-align: center;
    position: relative;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
	color: #666;
	background-color: #FFF;
	cursor: pointer;
}
.door__feature__attention-title:after {
    content: "";
    position: absolute;
    right: 19px;
    top: -5px;
    bottom: 0;
    display: block;
    margin-top: auto;
    margin-right: 0;
    margin-bottom: auto;
    margin-left: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #c0b8b6;
    border-right: 3px solid #c0b8b6;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.door__feature__attention-title.close-accordion:after {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background: none;
}
.door__feature__attention-text {
	padding: 0 15px 15px;
    font-size: 14px;
    color: #666;
	background-color: #FFF;
    line-height: 1.7;
    text-align: justify;
}

/* モーダルコンテンツ */
.door__feature__modal-btn {
	position: relative;
	border-radius: 3px;
    background-color: #5f2b15;
    color: #FFF;
    width: 450px;
    margin: 30px auto;
    text-align: center;
    padding: 18px;
    font-size: 17px;
    box-sizing: border-box;
}
.door__feature__modal-btn:before {
	content: '';
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #FFF;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: solid 2px #FFF;
}
.door__feature__modal-btn:after {
	content: '';
    right: 20px;
    top: 50%;
    transform: translateY(-76%);
    -webkit-transform: translateY(-76%);
    -ms-transform: translateY(-76%);
    color: #FFF;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
.door__feature__modal-btn:hover {
	opacity: 0.8;
}
.door__feature__modal-btn-a:hover {
	text-decoration: none;
}
.door__feature__modal-detail {
    box-sizing: border-box;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    padding: 40px;
    height: 100%;
    background: #d9d9d9;
    z-index: 9998;
    overflow-y: auto;
    width: 100%;
}
.door__feature__modal-closeBtn {
    position: relative;
    left: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 20px;
    transition: 0.3s;
}
.door__feature__modal-content {
    width: 820px;
    padding: 20px 20px 40px;
    background: #fff;
    margin: 50px auto;
    box-sizing: border-box;
}
.door__feature__modal-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.door__feature__modal-title {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
	color: #333;
}
.door__feature__modal-text {
    font-size: 14px;
    line-height: 1.8;
	color: #333;
	width: 600px;
    margin: 0 auto;
    text-align: justify;
}
.door__feature__modal-close {
	color: #666;
	position: fixed;
	margin-top: 0;
	margin-left: 0;
	width: 50px;
	height: 50px;
}
.door__feature__modal-close:hover {
	opacity: 0.7;
}
.door__feature__modal-close:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 50px;
	height: 3px;
	background-color: #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.door__feature__modal-close:after {
	content: '';
	position: absolute;
	top: 10px;
	width: 50px;
	height: 3px;
	background-color: #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* レシピコンテンツ */
.door__feature__recipe-contents-title {
    display: block;
    text-align: center;
    margin: 60px 40px 15px;
    line-height: 1.5;
}
.door__feature__recipe-contents-title span {
	position: relative;
    padding: 0 10px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    text-align: left;
    display: inline-block;
    left: 40px;
}
.door__feature__recipe-contents-title span:before {
	content: '';
    background-image: url(/g6/shared/image/door__feature__recipe-icon.svg);
    background-repeat: no-repeat;
    vertical-align: inherit;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.door__feature__recipe-contents-accent {
    margin: 20px 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.door__feature__recipe-contents-accent-img {
    width: 350px;
    margin-right: 30px;
    margin-left: 0;
}
.door__feature__recipe-contents-accent-desc {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: 1;
    -ms-flex-order: -1;
    order: 1;
}
.door__feature__recipe-contents-accent-lead {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.8;
	color: #333;
    text-align: justify;
}
.door__feature__recipe-detail-wrap {
    margin: 30px auto;
}
.door__feature__recipe-detail {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 500px;
    margin: 20px auto;
}
.door__feature__recipe-detail-title {
	position: relative;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}
.door__feature__recipe-detail-title:after {
    content: "";
    position: absolute;
    right: 19px;
    top: -5px;
    bottom: 0;
    display: block;
    margin-top: auto;
    margin-right: 0;
    margin-bottom: auto;
    margin-left: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.door__feature__recipe-detail-title.close:after {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background: none;
}
.door__feature__recipe-detail-text {
	padding: 0 15px 15px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
.door__feature__recipe-detail-text img {
	margin: 10px 0 20px;
	display: block;
}
ol.door__feature__recipe-detail-text {
	margin: 0 0 0 30px;
}
ol.door__feature__recipe-detail-text li {
	list-style-position: outside;
	list-style: decimal;
}
ul.door__feature__recipe-detail-text {
    margin: 0 0 0 30px;
}
ul.door__feature__recipe-detail-text li:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: relative;
	left: -10px;
	top: -3px;
}
.door__feature__recipe-detail-text-ttl {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	left: -20px;
	margin-top: 10px;
}
.door__feature__recipe-detail-text-sentence {
	position: relative;
	font-size: 14px;
	left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* イレギュラー販売用タイトル */
.door__feature__irregular-title-large {
	position: relative;
    border-top: 1px solid #c33434;
    border-bottom: 1px solid #c33434;
    margin: 30px 10px;
    padding: 28px 0 22px;
}
.door__feature__irregular-title-large-attention {
	position: absolute;
    color: #fff;
    background-color: #c33434;
    padding: 3px 20px 2px;
    border-radius: 3px;
    font-size: 18px;
    top: -16%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.door__feature__irregular-title-large-text {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.door__feature__irregular-title-small {
	text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background-color: #c33434;
    border-radius: 3px;
    margin: 30px 10px;
    padding: 10px 0 8px;
}

/* スライドワッペン */
.door__feature__slide-wappen {
	position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    transform: translateX(-110px);
	transition: 0.5s;
}
.door__feature__slide-wappen.show {
	opacity: 1;
    transform: translateX(0);
}

/* [パン特集用]今週のおすすめ */
.door__feature__bakery-recommend {
	background: url(/g6/feature/image/bg-bread.png) center center;
	background-size: 100% auto;
	text-align: center;
    padding: 30px 0;
}
.door__feature__bakery-recommend-title {
	position: relative;
	width: 400px;
	margin: 0 auto 15px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
}
.door__feature__bakery-recommend-title:before {
	content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 12px;
    top: 50%;
    right: 25px;
    margin-top: -9px;
    background: #fff;
}
.door__feature__bakery-recommend-title:after {
	content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.door__feature__bakery-recommend-img {
	margin-bottom: 10px;
	border: 10px solid #FFF;
}
.door__feature__bakery-recommend-text {
	font-size: 15px;
	font-weight: bold;
}
.door__feature__bakery-title {
	position: relative;
}
.door__feature__bakery-title-wappen {
    position: absolute;
    top: 48px;
    left: 110px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    color: #383435;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* バリエーションコンテンツ */
.door__feature__variation-contents-wrap {
	display: flex;
	max-width: 750px;
	margin: auto;
}
.door__feature__variation-contents-main {
 	width: 390px;
	height: auto;
	margin: 0 auto 30px;
}
.door__feature__variation-contents-main img {
	width: 390px;
	height: 390px;
}

.door__feature__variation-contents-main li img {
	width: 100%;
}
.door__feature__variation-contents-main p {
	font-size: 1.166rem;
	text-align: center;
	margin: 10px 5px;
}

.door__feature__variation-contents-thumbnail {
	width: 50%;
	margin: 0 2%;
	display: flex;
	flex-wrap: wrap;
	align-content: baseline;
}
.door__feature__variation-contents-thumbnail li {
	width: calc(100% / 4 - 4%);
	margin: 0 2% 10px!important;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	align-content: flex-start;
	cursor: pointer;
}
.door__feature__variation-contents-thumbnail li:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.door__feature__variation-contents-thumbnail li .thumbnail-current:after {
	opacity: 0;
}
.door__feature__variation-contents-thumbnail li img {
	width: 100%;
	margin: 0 auto;
}
.slick-next {
	right: 12px !important;
}
.slick-prev {
	left: 0px !important;
}
.slick-next, .slick-prev {
	font-size: 30px !important;
	top: 40% !important;
	width: 30px !important;
    height: 30px !important;
	z-index: 10;
}
.slick-next:before {
    background-image: url(/smart/shared/img/1706/service_image__slide_arrow_r.png) !important;
}
.slick-prev:before {
    background-image: url(/smart/shared/img/1706/service_image__slide_arrow_l.png) !important;
}
.slick-next:before, .slick-prev:before {
    content: "" !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 42px;
    height: 63px;
    background-size: contain;
}
.slick-disabled {
	display: none !important;
}

/* 表コンテンツ */
.door__feature__table-contents-wrap {
	width: 80%;
	text-align: center;
	margin: 15px auto 40px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
ul.door__feature__table-contents-head,ul.door__feature__table-contents-td {
	display: table;
	width: 100%;
}
ul.door__feature__table-contents-head li,ul.door__feature__table-contents-td li {
	display: table-cell;
	font-size: 1.166rem;
	padding: 8px;
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
ul.door__feature__table-contents-head li {
	background-color: #5f312b;
	color: #fff;
}
ul.door__feature__table-contents-td li {
	background-color: #fff;
}

/* キャンペーンコンテンツ */
.door__feature__campaign {
	width: 680px;
	margin: 0 auto 60px;
}
.door__feature__campaign-img-wrap {
	margin: 0 0 30px;
}
.door__feature__campaign-item-wrap {
	width: 600px;
	margin: 0 auto;
}
.door__feature__campaign-item-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
}
.door__feature__campaign-item-text {
	font-size: 15px;
	margin: 0 0 20px;
}
.door__feature__campaign-item-attention {
	color: #666;
	font-size: 13px;
	margin: 0 0 2px;
	text-indent: -1em;
	padding-left: 1em;
}

/* 動画（youtube）コンテンツ */
.door__feature__youtube-contents-wrap {
    margin: 20px auto 40px;
}
.door__feature__youtube-contents {
	position: relative;
	width: 480px;
	padding-top: 270px;
	margin: 20px auto;
}
.door__feature__youtube-contents iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.door__feature__youtube-contents-accent-desc {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: 1;
    -ms-flex-order: -1;
    order: 1;
	margin: 0 auto 20px;
	width: 480px;
}
.door__feature__youtube-contents-accent-title {
    margin: 15px 0 15px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    color: #333;
}
.door__feature__youtube-contents-accent-lead {
    margin: 10px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* 福引コンテンツ */
.js-lottery_hidden_item {
	display: none;
}
.lottery_wrap {
    width: 60%;
    padding: 0 0 10px;
	margin: 0 auto 20px;
}
.lottery_lead-text {
	text-align: center;
    font-size: 15px;
    margin: -10px 10px 20px;
}
.lottery_image_stand-by {
	margin: 0 auto 20px;
}
.lottery_start_btn {
    width: 80%;
    margin: 20px auto;
    cursor: pointer;
}
.lottery_start_btn p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #B20000;
    padding: 10px;
}
.js-lottery-modal-wrap {
	display: none;
	position: relative;
}
.lottery_modal_back {
	position: fixed;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 5001;
}
.lottery_modal_base {
    position: fixed;
    right: 0;
    left: 0;
    top: 50%;
    margin: auto;
    width: 460px;
    transform: translateY(-50%);
    background-color: #fff;
    box-sizing: border-box;
    z-index: 5002;
}
.lottery_modal_btn-close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 5003;
}
.lottery_modal_main-image img {
    height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.lottery_modal_close-bottom {
	cursor: pointer;
}
.lottery_modal_close-bottom p {
    text-align: center;
	font-size: 13px;
    padding: 10px 0;
    background: #D9D9D9;
}
.lottery_appear_text {
    display: flex;
    align-items: center;
	margin: 40px auto 18px;
}
.lottery_appear_text:before,
.lottery_appear_text:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.lottery_appear_text:before {
    margin-right: 1rem;
}
.lottery_appear_text:after {
    margin-left: 1rem;
}
.lottery_appear_text p {
	font-size: 16px;
    font-weight: bold;
}

/* 横スクロールカート（暫定） */
.door__feature__item-slide-big-wrap {
    background-color: #fdf6e6;
	padding-bottom: 1px;
}
.door__feature__item-slide-big-title {
    position: relative;
    margin-bottom: 20px;
    padding: 16px 0;
    background-color: #886c5f;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
/*.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px!important;
}*/
.swiper-btnPrev, .swiper-btnNext {
    position: absolute;
    top: calc(50% - 40px);
    width: 32px;
    height: 80px;
    z-index: 10;
    cursor: pointer;
}
.swiper-btnNext {
    right: -2px;
    background: url(/smart/dailyplus/image/swiper-btnNext.png) no-repeat;
}
.swiper-btnPrev {
    left: -2px;
    background: url(/smart/dailyplus/image/swiper-btnPrev.png) no-repeat;
}
.swiper-btnPrev.swiper-button-disabled, .swiper-btnNext.swiper-button-disabled {
    opacity: 0;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-slide {
    width: 312px;
    margin-left: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.swiper-slide:first-child {
    margin-left: 16px;
}
.swiper-slide:last-child {
    margin-right: 16px;
}
.new-item--slide--big__layout--item-pict__link img {
    margin-bottom: 12px;
    border-radius: 4px 4px 0 0;
}
.new-item--slide--big__layout--item-catch {
    margin: 16px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.new-item--slide--big__name {
    margin: 0 20px 4px;
    font-size: 14px;
    line-height: 1.4;
}
.new-item--slide--big .new-item__wappen-area {
    margin-right: 20px;
    margin-left: 20px;
}
.new-item--slide--big__indication, .new-item--slide--big__price-area {
    margin-left: 20px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4;
}
.new-item--slide--big__price-area {
    margin-top: 12px;
}
.new-item--slide--big__input-area {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.new-item--slide--big__layout--item-pict__link img {
	width: 312px;
}
.swiper-wrapper {
	height: 420px;
}
/*.swiper-container {
	height: 430px;
}*/


/* 自動生成版レイアウト調整 */
.door__feature__item__format {
	margin: 40px 0 30px;
}
.door__feature__contents__format-title {
    margin: 100px 0 40px;
    padding: 30px 0;
    position: relative;
    line-height: 1.5;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.door__feature__contents__format-title-em {
    margin: 100px 0 40px;
    padding: 30px 0;
    position: relative;
    line-height: 1.5;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.door__feature__irregular__format-title-small {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background-color: #c33434;
    border-radius: 3px;
    margin: 60px 10px 30px;
    padding: 10px 0 8px;
}
.door__feature__irregular__format-title-large {
    position: relative;
    border-top: 1px solid #c33434;
    border-bottom: 1px solid #c33434;
    margin: 75px 10px 30px;
    padding: 28px 0 22px;
}
.doorBase__subTitle {
	margin: 60px 10px 30px;
}
.door__feature__band {
	margin: 60px 0 30px;
}
.door__feature__emphasis {
	margin: 60px 0 30px;
}


/* 2列カートで、20歳未満のアカウントだと特定商品で購入ボタンがでないため表示が崩れる（金額と注釈のテキストが被る）PCのみ */
.colum2__right__pricebtn .cart_limit_overage_only, .colum2__right__pricebtn .cart_oikura_only {
    position: absolute;
    top: 240px;
    left: 105px;
}

/* DOOR予約2、3列カート */
.door__feature__item-contents-two .set_buy__pricearea, .door__feature__item-contents-three .set_buy__pricearea {
    display: block;
    height: auto !important;
    margin-left: auto;
}
.door__feature__item-contents-two .kounyuudai__Button__btnArea, .door__feature__item-contents-three .kounyuudai__Button__btnArea {
    margin-left: auto;
}
.door__feature__item-contents-two .reseve-btn, .door__feature__item-contents-three .reseve-btn {
    right: 0;
    left: auto;
}
.colum3__right {
	display: inline-block;
    position: relative;
    text-align: left;
}

/* お急ぎモードソート機能 */
.fastmode_sortBtns {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
	top: 0;
	z-index: 1001;
}
.fastmode_sortBtn {
	font-size: 14px;
    box-sizing: border-box;
    margin: 0 8px 8px 0;
    border: 1px solid #ccc;
    border-radius: 100vh;
    padding: 12px 10px;
    cursor: pointer;
}
.fastmode_sortBtn.is-active {
	color: #FFF;
	background: #3D5C7F;
}
.fastmode_sortItem.is-hide {
	display: none;
}
.fastmode_sortBtns_title {
	font-size: 18px;
    text-align: center;
    margin: 40px 0 20px;
}
.fastmode_sortItem h2 {
	font-size: 18px;
    text-align: center;
    margin: 40px 0 0;
}
.fastmode_sortFixedBtns {
	position: fixed;
	width: 780px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    overflow-x: scroll;
    background: #fff;
    top: 0;
    margin: 0;
    padding: 10px 10px 0;
	transition: top 0.1s ease;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.fastmode_sortFixedBtn,.anchorLinkAddition {
	min-width: fit-content;
}
a.anchorLinkAddition {
	color: #333;
	text-decoration: none;
}