@charset "shift_jis";

.__dammy__ {
	display: none;
}

/* 吹き出し赤 */
.doorBase__balloon-red {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    margin: 0 0 -10px;
    min-width: 80px;
    max-width: 100%;
    background: #c33434;
    border-radius: 2px;
    text-align: center;
}

.doorBase__balloon-red:before{
    content: "";
    position: absolute;
    top: 95%;
    left: 15px;
    border: 6px solid transparent;
    border-top: 6px solid #c33434;
}

.doorBase__balloon-red p {
	color: #fff;
	font-size: 1.08rem;
	font-weight: bold;
}

/* 吹き出し青 */
.doorBase__balloon-blue {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    margin: 0 0 -10px;
    min-width: 80px;
    max-width: 100%;
    background: #8d9eb6;
    border-radius: 2px;
    text-align: center;
}

.doorBase__balloon-blue:before{
    content: "";
    position: absolute;
    top: 95%;
    left: 15px;
    border: 6px solid transparent;
    border-top: 6px solid #8d9eb6;
}

.doorBase__balloon-blue p {
	color: #fff;
	font-size: 1.08rem;
	font-weight: bold;
}

/* 注記文言赤枠 */
.doorBase__attention {
	font-size: 1.08rem;
	color: #c33434;
	border: 1px solid #c33434;
	margin: 20px 15px;
	padding: 12px 15px;
    line-height: 1.5;
}

/* 売り切れ文言赤枠 */
.doorBase__soldout {
	font-size: 1.08rem;
	color: #c33434;
	border: 1px solid #c33434;
	margin: 5px 0 15px;
	padding: 5px 8px;
    line-height: 1.5;
}

/* サブタイトル */
.doorBase__subTitle {
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.42rem;
    color: #333;
    margin: 20px 10px;
    padding: 15px 0;
}


/* スクロールでスライドインするワッペン */
.offer-item__head__main--sub {
    position: relative;
}

.slideWappen {
    position: absolute;
    left: 22px;
    top: 22px;
    /*opacity: 0;
    transform: translateX(-200px);*/
    opacity: 1;
    transform: translateX(0);
    transition: 0.6s;
    z-index:2;
}

/*.slideWappen.is-show {
    opacity: 1;
    transform: translateX(0);
}*/

.slideWappen-noscript {
    position: absolute;
    left: 22px;
    top: 22px;
    transition: 0.6s;
    z-index:2;
}


/* トップ画像切替 */
.doorBase__title__switch {
	margin: auto;
	background-color: white;
	position: relative;
}

.doorBase__title__switch img {
	width: 50%;
	animation-name: doorBase__title__switch;
	-webkit-animation-name: doorBase__title__switch;
	animation-duration: 12s;
	-webkit-animation-duration: 12s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.doorBase__title__switch .doorBase__switch-img01 {
	animation-delay:0s;
	-webkit-animation-delay:0s;
	display: block;
	margin: 0 auto;
}

.doorBase__title__switch .doorBase__switch-img02 {
	animation-delay:3s;
	-webkit-animation-delay:3s;
	position: absolute;
	top: 0;
	left: 0;
}

.doorBase__title__switch .doorBase__switch-img03 {
	animation-delay:6s;
	-webkit-animation-delay:6s;
	position: absolute;
	top: 0;
	left: 0;
}

.doorBase__title__switch .doorBase__switch-img04 {
	animation-delay:9s;
	-webkit-animation-delay:9s;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes doorBase__title__switch {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
}

@-webkit-keyframes doorBase__title__switch {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
}

/* パッと見施策トライアル */
.door__feature__fast-mode {
	margin: 40px auto;
}
.door__feature__fast-mode-new {
    position: relative;
    display: block;
    margin: 10px auto;
    padding: 7px 10px;
    width: 90px;
    background: #c33434;
    border-radius: 4px;
    text-align: center;
}
.door__feature__fast-mode-new p {
    color: #fff;
    font-size: 1.25rem;
	font-weight: bold;
}
.door__feature__fast-mode-new:before {
    content: "";
    position: absolute;
    top: 95%;
    left: calc(50% - 7px);
    border: 7px solid transparent;
    border-top: 7px solid #c33434;
}
.door__feature__fast-mode-title {
	margin-top: 10px;
}
.door__feature__fast-mode-btn-text {
    position: relative;
    border-radius: 3px;
    background-color: #4B678C;
    color: #FFF;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
    padding: 20px 10px;
    font-size: 1.333rem;
	font-weight: bold;
    box-sizing: border-box;
}
.door__feature__fast-mode-btn-text:after {
	content: "";
    position: absolute;
    background: url(/g6/feature/image/navi_change-arrow.svg) no-repeat left top / 20px auto;
    display: block;
    height: 20px;
    width: 20px;
    bottom: 0;
    top: 0;
    right: calc(50% - 132px);
    margin: auto;
}
.door__feature__fast-mode-about-text {
	text-align: center;
    text-decoration: underline;
    font-size: 1.25rem;
}
.door__feature__fast-mode-about {
	position: relative;
}
.door__feature__fast-mode-about:before {
    content: '';
    right: calc(50% - 105px);
    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 1px #333;
}
.door__feature__fast-mode-about:after {
    content: '';
    right: calc(50% - 108px);
    top: 50%;
    transform: translateY(-76%);
    -webkit-transform: translateY(-76%);
    -ms-transform: translateY(-76%);
    color: #333;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}
.door__feature__fast-mode-modal-text {
    font-size: 1.166rem;
    line-height: 1.8;
    color: #333;
    margin: 0 auto 20px;
}
.door__feature__fast-mode-modal-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* KitOisixページ DOORワッペン */
div.new_wappen:after, div.new_wappen_black:after {
    width: 110px;
    height: 110px;
    top: 10px;
    left: 10px;
    background: url(/g6/feature/image/wappen_new.png) left top no-repeat;
    background-size: cover;
}
div.restock_wappen:after{
    width: 110px;
    height: 110px;
    top: 10px;
    left: 10px;
    background: url(/g6/feature/image/wappen_restock.png) left top no-repeat;
    background-size: cover;
}
/* KitOisixページ カートボタン横幅のCSS上書き */
.new-item--kit__input-area .cart_item_foot_cart {
    width: auto !important;
}

/* KitOisixページ デザイン調整 */
.kit-page .kit__event--lead {
	font-size: 1.333rem;
	line-height: 1.7;
}
.kit-page .offer-item__appeal--accent {
    background: #eee;
    padding: 15px;
}
#kit--itemlist2row__isetan_salad_kit_allview {
	margin-top: 20px;
}
.kit-page .kit__event--title, .kit-page .offer-item__appeal--accent__title {
    font-size: 1.333rem !important;
    font-weight: bold!important;
}
.kit-page div.offer-item__appeal--accent__lead {
	margin: 16px 0 0px !important;
	font-size: 1.166rem !important;
}

.img-height-auto { height: auto; }

.item_sold_out_season:after { width: auto; margin-left: 10px; }

/*------ トップへ戻るボタン ------*/
/*ボタン背景と「トップ」の文字*/
.sp_buttonTotop_slideMotion_wrap {
	position: fixed;
	background-color: #8d9db7;
	color: #ffffff;
	width: 90px;
	height: 90px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
    bottom: -200px;
    left: -200px;
	transition: 0.6s ease;
}
.sp_buttonTotop {
    position: relative;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    top: 40px;
    left: 8px;
}
/*終了--ボタン背景と「トップ」の文字*/
/* 矢印、くの字部分 */
.sp_buttonTotop::before {
content: "";
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
/* 矢印、棒線部分 */
.sp_buttonTotop::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 18px;
    margin: auto;
    position: absolute;
    width: 2px;
    height: 15px;
    background: #fff;
}
/*矢印上の横線*/
.sp_buttonTotop_slideMotion_wrap::before {
	content: "";
    left: 15px;
    right: 0;
    top: 19px;
    margin: auto;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #ffffff;
}
/*------ end　トップへ戻るボタン ------*/

/*------ テスト環境カート非表示テキスト start ------*/
.js-hidden-itemid-1retsu-check,.js-hidden-setid-1retsu-check,.js-hidden-itemid-1retsu-yoyaku-check,.js-hidden-setid-1retsu-yoyaku-check,.js-hidden-itemid-1retsu-milk-check{
    display: none;
}
.itemSoldoutText,.itemSeasonText,.itemNullText {
	font-size: 1.08rem;
    color: #c33434;
    margin: 5px 0 15px;
	text-align: center;
	line-height: 1.4;
}
.itemCart_two {
    width: 45%;
    height: 100%;
    margin: 10px auto;
}
/*------ テスト環境カート非表示テキスト end ------*/
