@charset "shift_jis";

.__dammy__ {
	display: none;
}

/* 吹き出し赤 */
.doorBase__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;
}

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

.doorBase__balloon-red p {
	color: #fff;
	font-size: 14px;
}

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

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

.doorBase__balloon-blue p {
	color: #fff;
	font-size: 14px;
}

/* 注記文言赤枠 */
.doorBase__attention {
	text-align: center;
	font-size: 13px;
	color: #c33434;
	border: 1px solid #c33434;
	margin: 20px 40px;
	padding: 15px 10px;
    line-height: 1.5;
}

/* 売り切れ文言赤枠 */
.doorBase__soldout {
	text-align: center;
	font-size: 13px;
	color: #c33434;
	background-color: #FFF;
	border: 1px solid #c33434;
	margin: 15px 0 5px;
	padding: 7px 5px 5px;
    line-height: 1.5;
}

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


/* スクロールでスライドインするワッペン */
.offer-item__head__main--sub {
    position: relative;
}
.slideWappen {
    position: absolute;
    left: 20px;
    top: 20px;
    /*opacity: 0;
    transform: translateX(-110px);*/
    opacity: 1;
    transform: translateX(0);
    transition: 0.5s;
    z-index:2;
}
/*.slideWappen.is-show {
    opacity: 1;
    transform: translateX(0);
}*/


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

.doorBase__title__switch img {
	width: 100%;
	animation-name: doorBase__title__switch;
	-webkit-animation-name: doorBase__title__switch;
	animation-duration: 16s;
	-webkit-animation-duration: 16s;
	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:4s;
	-webkit-animation-delay:4s;
	position: absolute;
	top: 0;
	left: 0;
}

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

.doorBase__title__switch .doorBase__switch-img04 {
	animation-delay:12s;
	-webkit-animation-delay:12s;
	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: 5px 10px;
    width: 90px;
    background: #c33434;
    border-radius: 4px;
    text-align: center;
}
.door__feature__fast-mode-new p {
    color: #fff;
    font-size: 15px;
	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: 5px;
}
.door__feature__fast-mode-btn-text {
    position: relative;
    border-radius: 3px;
    background-color: #4B678C;
    color: #FFF;
    width: 450px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 18px;
    font-size: 18px;
	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% - 140px);
    margin: auto;
}
.door__feature__fast-mode-about-text {
	text-align: center;
    text-decoration: underline;
    font-size: 15px;
}
.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: 14px;
    line-height: 1.8;
    color: #333;
    width: 600px;
    margin: 0 auto 20px;
}
.door__feature__fast-mode-modal-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* セットID3列カート */
#cate_set3koma_wrapper .set_img {
    margin: 0;
    width: auto;
    float: none;
    width: 140px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-content: flex-start;
}
#cate_set3koma_wrapper .set_img a {
    display: block;
    margin: 0;
    padding: 0;
}
#cate_set3koma_wrapper .set_img img {
    display: block;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
#cate_set3koma_wrapper .set_txt__itemname {
    clear: both;
}
#cate_set3koma_wrapper .textS, #cate_set3koma_wrapper .set_txt__kikaku {
    font-size: 11px;
}

/* KitOisixページ DOORワッペン */
div.new_wappen:after, div.new_wappen_black:after {
    width: 110px;
    height: 110px;
    top: 15px;
    left: 15px;
    background: url(/g6/feature/image/wappen_new.png) left top no-repeat;
    background-size: cover;
}
div.restock_wappen:after{
    width: 110px;
    height: 110px;
    top: 15px;
    left: 15px;
    background: url(/g6/feature/image/wappen_restock.png) left top no-repeat;
    background-size: cover;
}


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

.colum2 { background-color: #fff; }