@charset "utf-8";
/* 変数 */
:root {
	--ttlcolor:#fff;
	--txtcolor:#f8f1a1;
	--basecolor:#363525;
	--maincolor:#161505;
	--accentcolor:#ed254e;
	--notecolor:#ed254e;
}

html { scroll-behavior: smooth;}

.dbk-container {
	font-size: .875rem !important;
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
	color: var(--maincolor);
	overflow-wrap: break-word
}
.keyimg_bg {
	line-height: 0;
    background-image: url(/direct/pc-static/assets/timesale/images/bg_202311_kira.png), url(/direct/pc-static/assets/timesale/images/bg_202311_kira.png), linear-gradient(90deg, var(--maincolor) 0%, var(--basecolor) 50%, var(--maincolor) 100%);
    background-repeat: repeat-y, repeat-y, no-repeat;
    background-position: left -30% top -20%, right -30% top -20%, top;
    background-size: auto auto;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    position: relative;
}

.img_keyimg_notepc {
	position: absolute;
    left: 54%;
    top: 0;
    transform: translateX(-140%);
}
/* @media screen and (max-width: 768px){
	.keyimg_bg {
    background-image: url(/direct/pc-static/assets/timesale/images/bg_keyimg_202309_star.png);
    background-position: center center;
    background-size: 50%;
    background-repeat: repeat;
	}
} */
.keyimg_catch {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 5px;
}
.keyimg_catch div {
	color: var(--ttlcolor);
	padding: 20px;
	width: min(100%, 1040px);
	margin: 0 auto;
	line-height: 1;
	/* background: var(--accentcolor); */
}
.keyimg_catch div h4 {
	font-size: 1.6rem;
    margin-top: 0;
    line-height: 1.4;
    margin-bottom: 10px;
}
.keyimg_catch div p {
    line-height: 1.4;
	margin-bottom: 0;
	font-size: 1.4rem;
}
.keyimg_text h3 {
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}
.keyimg_text h3::before,
.keyimg_text h3::after{
	content: "";
	flex-grow:1;
	border-top: 10px solid #e90933;
}
.keyimg_text h3::before {
	margin-right: 2rem; 
}
.keyimg_text h3::after {
	margin-left: 2rem; 
}
.keyimg_text ul {
	display: flex;
	padding-left: 0;
	background: url(/direct/pc-static/assets/timesale/images/5step_chart_bg.png) center 25% no-repeat;
	margin-bottom: 0;
}
.keyimg_text ul li {
	flex: 1;
	margin-bottom: 0;
}
.keyimg_text ul li p {
	margin-top: 10px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 2em;
    text-align: left;
    line-height: 1.2;
	margin-bottom: 0;
	word-break: break-all;
}

@media screen and (max-width: 768px){
	.keyimg_catch div {
		text-align: justify;
    	background-image: url(/direct/pc-static/assets/timesale/images/bg_202311_kira.png), linear-gradient(90deg, var(--maincolor) 0%, var(--basecolor) 50%, var(--maincolor) 100%);
    background-repeat: repeat-y, no-repeat;
    background-position: center top, top;
    background-size: auto auto;
	}
	.keyimg_text h3 {
		margin-bottom: 20px;
	}
	.keyimg_text h3 div {
		width: 50%; 
	}
	.keyimg_text ul {
		background: none;
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.keyimg_text ul li {
		flex: inherit;
		margin-bottom: 20px;
		width: calc( 50% - 10px );
	}
}

h2{
	margin:0;
}

.dbk-contents__main-inner {
	margin-right:0;
}
.dbk-contents__main-inner header.dbk-section-header h2 {
	padding: 10px 10px 7px;
	font-size: 2rem;
	line-height:initial;
	color: var(--ttlcolor);
	text-align: center;
}
@media screen and (max-width: 768px){
	.dbk-contents__main-inner header.dbk-section-header h2 {
		font-size: 1.7rem;
	}
}
.dbk-contents__main-inner table.productlist tbody {
	container:change / size;
}
.dbk-contents__main-inner table.productlist tr {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url(/direct/pc-static/assets/timesale/images/bg_202311_kira.png), linear-gradient(90deg, var(--maincolor) 0%, var(--basecolor) 50%, var(--maincolor) 100%);
    background-repeat: repeat, no-repeat;
    background-position: top center, top;
    background-size: auto auto;
    gap: 30px;
    padding: 30px 0;
}
@container change (min-heigt:602px){
    .dbk-contents__main-inner table.productlist tbody tr{
		background-image: url(/direct/pc-static/assets/timesale/images/bg_lt_202411.png), url(/direct/pc-static/assets/timesale/images/bg_mt_202411.png), url(/direct/pc-static/assets/timesale/images/bg_rt_202411.png), url(/direct/pc-static/assets/timesale/images/bg_rm_202411.png), url(/direct/pc-static/assets/timesale/images/bg_rb_202411.png), url(/direct/pc-static/assets/timesale/images/bg_mb_202411.png), url(/direct/pc-static/assets/timesale/images/bg_lm_202411.png),url(/direct/pc-static/assets/timesale/images/bg_lb_202411.png);
		background-position: left top, center top, right top, right center, right bottom, center bottom, left center, left bottom;
    }    
}
.dbk-contents__main-inner table.productlist td.productcell {
    width: calc( 100% / 3 - 40px);
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: var(--txtcolor);
    padding: 20px;
    position: relative;
    border-bottom: 5px solid var(--accentcolor);
}

.dbk-contents__main-inner table.productlist td.productcell h5 {
	font-size: 18px;
	margin-top: 20px;
	background: var(--basecolor);
    padding: 10px 0;
	line-height: 1.3;
	color: var(--txtcolor);
	margin-bottom: 0;
}
.dbk-contents__main-inner table.productlist td.productcell h5 span {
	color: var(--accentcolor);
	display: block;
}


.dbk-contents__main-inner table.productlist td.productcell .speclist {
	text-align:left;
	font-size: 12px;
	min-height: auto;
	margin-bottom: 20px;
}
.dbk-contents__main-inner table.productlist td.productcell .speclist dt {
	font-weight: bold;
	margin-right: 1em;
	float: left;
}
.dbk-contents__main-inner table.productlist td.productcell .speclist dd {
	margin-left: 3em;
    margin-bottom: 5px;
}
.dbk-contents__main-inner table.productlist td.productcell .speclist dd:last-child {
	margin-left: 4em;
    margin-bottom: 0;
}
.dbk-contents__main-inner table.productlist td.productcell .btbuy {
	margin-top: auto;
}
.dbk-contents__main-inner table.productlist td.productcell .btbuy a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	font-size: 16px;
	background: #c30000;
	position: relative;
	color: #ffee58 !important;
	transition: 0.5s;
	letter-spacing: 0.05em;
}
.dbk-contents__main-inner table.productlist td.productcell .btbuy a::before  {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffee58;
	border-right: 2px solid #ffee58;
	transform: rotate(45deg);
	margin-right: 20px;
}
.dbk-contents__main-inner table.productlist td.productcell .btbuy a:hover {
	background: #ef0b3c;
	color: #ffee58 !important;
}

.dbk-heading h2{
	line-height: 33px;
    font-size: 2.5rem !important;
    color: var(--ttlcolor);
    background: var(--accentcolor);
    padding: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    box-shadow: 12px 12px 0px 0px var(--ttlcolor);
    font-weight: 600;
}

 @media screen and (max-width: 768px) {
	 .dbk-container {
	font-size: 114.2857%;
	/*font-size: .875rem !important;*/
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
	overflow-wrap: break-word
}
	 
.dbk-contents__main-inner {
	padding-left:0;
	padding-right:0;
}
.dbk-contents__main-inner table.productlist td.productcell img.productphoto {
	height:auto;
	max-height: none;
}
.dbk-contents__main-inner table.productlist td.productcell h5 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.dbk-contents__main-inner table.productlist td.productcell .speclist {
	font-size: 1.38rem;
	padding-bottom: 1.9rem;
	}

 
.dbk-heading h2{
    font-size: 2rem !important;
	padding: 10px;
	} 
}



.mainvisual {
	margin-bottom:1.5rem;
	}

table.productlist{
 table-layout:fixed;
}
	
	.dbk-ico--window {
	display: inherit !important;
}


.dbk-list--caution li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
	text-align: left;
}

.dbk-container {
    margin: 0 auto 18px;
}

.dbk-container--large {
    margin-bottom: 42px !important;
}

.dbk-section-header {
    margin-bottom: 18px !important;
}


@media screen and (max-width: 768px){
	.dbk-container{
	width: auto;
    margin: 0 auto;
}
}


ol, ul {
	list-style: none
}




dl{
	margin-bottom: 0;
}

.dbk-intel-logo-info {

    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
}

.dbk-intel-logo-image {
    display: table;
    width: 100%;
    margin-bottom: 24px;
}

.dbk-intel-logo-image p {
    display: table-cell;
    width: 50%;
    text-align: center;
}
.dbk-logo-info__caution {
    padding-top: 9pt;
    border-top: 1px solid #d1d1d1;
	text-align: center;
}


@media screen and (max-width: 768px) {

	.dbk-contents__main-inner table.productlist td.productcell {
		width: calc( 50% - 40px );
	}
	.dbk-contents__main-inner table.productlist td.productcell .speclist {
		margin-bottom: auto;
	}
	}
	@media screen and (max-width:480px) {

	.dbk-contents__main-inner table.productlist tr {
		gap: 20px 0;
		padding: 20px 0;
		flex-direction: column;
		align-items: center;
	}
	.dbk-contents__main-inner table.productlist td.productcell {
		width: calc( 100% - 40px );
	}
}
	

.product-stlt{
	display: block;
	font-size: 0.6em;
	margin-top: 0.4em;
	font-weight: bold;
}

.br-sp {
	display: none;
	}

@media screen and (max-width: 768px) {
	.br-sp {
	display: block;
	}
}

.balloon2 {
	position: relative;
    display: inline-block;
    margin: 0 0 1em;
    padding: 10px;
    width: 100%;
	color: var(--txtcolor);
    font-size: 2em;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-image-slice: 1;
    background: var(--basecolor);
}
.balloon2 span {
	font-size: 1.65em;
	color: var(--txtcolor);
	position: relative;
	margin: 0 0.2em;
	display: block;
}
.balloon2:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -13px;
	border: 26px solid transparent;
	border-top: 26px solid var(--basecolor);
	z-index: 2;
}
	/*.balloon2:after {
	content: "";
	position: absolute;
	top: 110%;
	left: 50%;
	margin-left: -14px;
	border: 28px solid transparent;
	border-top: 28px solid var(--accentcolor);
	z-index: 1;
}*/

.balloon2 a {
	position: absolute;
    font-size: 0.8em;
    right: 40px;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}
.balloon2 a::after {
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--basecolor);
    border-left: 2px solid var(--basecolor);
    transform: rotate(45deg);
    right: -18px;
    top: 3px;
}
.balloon2 a::before {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--maincolor);
    right: -24px;
}
.balloon2 h3 {
	margin: 0;
	line-height: normal;
	color: var(--ttlcolor);
}

@media screen and (max-width: 768px) {
	.balloon2:after {
	left: 46%;
	top: 100%;
	}
	/* .balloon2:before {
	margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid var(--basecolor2);
	} */
}
	.sp {
	display: none;
}
	
@media screen and (max-width: 770px) {
	.pc {
	display: none;
	}
	.sp {
	display: inherit;
	}
	.balloon2 {
	line-height: 1.2;
	font-size: 1.9em;
	margin: 0 0 1em;
	}
}
	#apply-entrance-section {
	background-color: #fef4f4;
}
	.container .section-heading {
	font-size: 24px;
}
	
@media screen and (max-width: 768px) {
	.container .section-heading {
	font-size: 20px;
	}
}
	#apply-entrance-section .section-heading span:before {
	left: -1.5em;
	height: 2.5em;
	border-left: 1px solid #bc0073;
	transform: rotate(-45deg);
}
	#apply-entrance-section .section-heading span:after {
	right: -1.5em;
	height: 2.5em;
	border-left: 1px solid #bc0073;
	transform: rotate(45deg);
}
	.btn-emeraldgreen {
	background-color: #16a898;
	outline: 4px solid #16a898;
}
	.btn-emeraldgreen:hover a {
	color: #16a898;
}
	.btn-emeraldgreen:hover .icon {
	fill: #16a898;
}
	.dbk-matrix {
	display: block;
	max-width: 3in;
	padding-left: 0;
}
	.dbk-button {
	display: table;
	border-collapse: separate;
	width: 100%;
	border-radius: 5px;
	text-align: center
	}
	.dbk-button>a, .dbk-button>button {
	display: table-cell;
	padding: 10px;
	border-radius: 5px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 14px;
	transition: ease .2s;
	}
	.dbk-button--color-B {
	border: 1px solid #d1d1d1;
	background-color: #fff
	}
	.dbk-button--color-B>a, .dbk-button--color-B>button {
	color: #039
	}
	.dbk-button--color-B>a:hover, .dbk-button--color-B>button:hover {
	color: #f63
	}
	.dbk-ico {
	display: inline-block;
	background: right center no-repeat;
	vertical-align: baseline
	}
	.dbk-ico--arrow-bottom, .dbk-ico--arrow-right {
	margin-right: 8px
	}
	.registration_about {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	justify-content: center;
	}
	.registration_about p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
	}
	.member_registration {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
	}
	.member_registration h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	.member_registration p {
	font-size: 14px;
	line-height: 24px;
	}
	.member_registration img {
	margin-bottom: 20px;
	}
	
	@media screen and (max-width: 768px) {
	.dbk-matrix {
	margin: 0 auto;
	}
	.registration_about {
	flex-wrap: wrap;
	}
}
	.discount_wrap {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 50px;
	position: relative;
}
	.dbk-container .discount_wrap > a {
		border: 10px solid var(--maincolor);
		padding: 10px;
		color: var(--txtcolor) !important;
		font-size: clamp(1rem, 0.827rem + 0.65vw, 1.25rem);
		font-weight: bold;
		white-space: nowrap;
		width: calc(100% / 3 - calc(30px / 4));
		line-height: initial;
		text-decoration: none;
		background-position: top left;
		background-color: var(--basecolor);
		transition: 0.5s;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.dbk-container .discount_wrap > a:hover {
	background-color: var(--txtcolor);
    color: var(--basecolor) !important;
}
	.discount_wrap > a span {
	font-size: 1.65em;
	margin: 0 0.2em;
}
.discount_wrap > a:hover span {
	font-size: 1.65em;
}
	@media screen and (max-width: 768px) {
		.dbk-container .discount_wrap > a {
			width: calc( 50% - 5px );
		}
	}

.kakunin_box {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-left: 0;
    margin-bottom: 0;
}
.kakunin_box li {
	width: calc( 50% - 20px );
	margin-bottom: 0;
}
.kakunin_box li dt {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.kakunin_box li dd {
    margin-bottom: 0px;
}
.kakunin_box li dd figure figcaption {
	color:#EE4262;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.kakunin_box li dd img {
	border: 1px solid #a5a5a5;
}
@media screen and (max-width: 768px) {
	.kakunin_box li {
	width: 100%;
	}
}

.endttl {
	background: var(--notecolor);
	color:#fff;
	line-height: clamp(26px, 0.936rem + 2.41vw, 36px);
    font-size: clamp(1.5rem, 0.936rem + 2.41vw, 2.5rem);
    padding: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}
table.osusume tr {
	background: #ccc !important;
}
.dbk-container + .dbk-article {
	margin-top: 60px;
}
.endseet::after {
	background:#ccc;
	z-index:1;
	width: 100%;
	height:100%;
	position:absolute;
	left: 0;
	top:0;
	opacity: 0.8;
	content: "";
}
.otherlink {
	font-size: 20px;
    display: flex;
    justify-content: center;
	margin-top: 20px;
	border: 1px dotted #ccc;
    padding: 10px;
}
.otherlink li {
	margin-bottom: 0;
	line-height: initial;
}
.otherlink li + li {
	margin-left: 40px;
}
.otherlink li a {
	position: relative;
}
.otherlink li a::before  {
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #006bb4;
    border-right: 2px solid #006bb4;
    transform: translate(0, -2px) rotate(45deg);
    margin-right: 15px;
    display: inline-block;
}
@media screen and (max-width: 768px){
	.otherlink {
		flex-direction: column;
	}
	.otherlink li + li {
		margin-left: 0;
	}
}
.dbk-heading {
    margin-bottom: 2em;
}

h4.kinds {
	padding: 10px 10px 7px;
    background: var(--accentcolor);
    font-size: 1.5rem;
    line-height: initial;
    color: var(--txtcolor);
    text-align: center;
    margin: -10px 0 0 -30px;
    position: absolute;
    width: calc(100% + 20px);
}
h4.kinds::before, h4.kinds::after {
	position: absolute;
	content: '';
}
h4.kinds::before {
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid var(--accentcolor);
	border-left: 10px solid transparent
}
h4.kinds::after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid var(--accentcolor);
	border-right: 10px solid transparent;
}

h4.kinds + img {
	padding-top: 30px;
    background: #fff;
}

.intel-ad .intel-text {
    line-height: 1.42857143;
}
.intel-ad-bottom {
    font-size: 1.4rem;
    line-height: 1.42857143;
}

/* キャンペーンバナー追加 */

.model-compare_camp {
    margin-bottom: 20px;
    line-height: 0;
  	background-color: var(--maincolor);
	padding-bottom: 10px;
}
.model-compare_camp p {
	background: var(--txtcolor);
    color: var(--maincolor);
	font-size: clamp(16px, 1.4rem, 18px);
	line-height: normal;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px){
	.model-compare_camp {
		padding-bottom: 0;
	}
	.model-compare_camp p {
		text-align: left;
	}
}
p.cacthcopy {
    text-align: left;
    /* background: var(--txtcolor); */
    /* padding: 0 10px 10px; */
    color: var(--txtcolor);
    font-size: 1.4rem;
    line-height: initial;
    margin-top: 5px;
}

.kaiin_touroku {
	text-align: center;
}

.kaiin_touroku a {
	transition: all .3s ease-out;
}
.kaiin_touroku a:hover {
	opacity: 0.5;
    text-decoration: none;
    color: inherit;
}

.kaiin_touroku + .kaiin_touroku {
	margin-top: 20px;
}
.kaiin_touroku + .dbk-container {
	margin-top: 40px;
}

.model_img {
	text-align: center;
	margin: 30px 0;
}