@charset "utf-8";
/* 変数 */
:root {
	--ttlcolor:#fff;
	--txtcolor:#020003;
	--basecolor:#ff00cc;
	--maincolor:#333399;
	--accentcolor:#bfee00;
	--notecolor:#e90933;
}

.dbk-container {
	font-size: .875rem !important;
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
	color: var(--txtcolor);
	overflow-wrap: break-word
}
.keyimg_bg {
	line-height: 0;
    background-image: url(/direct/pc-static/assets/ai-pc-sale/images/bg_ai-pc.png);
	background-color: var(--txtcolor);
    background-position: left -20% top 50%;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 10px;
    position: relative;
	min-height: 400px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-around;
}
 @media screen and (max-width: 768px) {
	.keyimg_bg {
	background-position: left 50% top 50%;
	background-size: contain;
}
}
.keyimg_bg h2 {
	color: var(--ttlcolor);
	font-size: clamp(39px, 29.049px + 2.654vw, 80px);
    line-height: 1.4;
	background-image: linear-gradient(45deg, #ff00cc, #333399);
    padding: 10px 10px 0px;
}

.keyimg_bg h2 span:first-child {
	display: block;
	font-size: clamp(20px, 15.146px + 1.294vw, 40px);
	letter-spacing: 0.06em;
}

.keyimg_bg h2 span:last-child {
	font-size: clamp(20px, 15.146px + 1.294vw, 40px);
}


.keyimg_catch {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 5px;
	position: relative;
	padding: 0 0 20px;
}
.keyimg_catch div {
	color: var(--accentcolor);
    padding: 0 20px;
    width: min(100%, 1040px);
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    gap: 5px 20px;
}
.keyimg_catch div h4 {
	font-size: 1.8rem;
    margin-top: 0;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: left;
}
 @media screen and (max-width: 768px) {
	.keyimg_catch div {
	flex-direction: column;
}
.keyimg_catch div h4 {
	font-size: 1.7rem;
    text-align: inherit;
}
}
.keyimg_catch div p {
	line-height: 1.4;
    margin-bottom: 0;
    font-size: 1.6rem;
	flex: 1;
	text-align: left;
}


.dbk-contents__main-inner h2{
	margin:0;
}

.dbk-contents__main-inner {
	margin-right:0;
}

.dbk-contents__main-inner table.productlist tr {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	background-color: var(--txtcolor);
	gap: 30px; /* 70px 0。2列にしたときのイレギュラー対応*/
	padding: 30px 0; /* 50px 0。2列にしたときのイレギュラー対応*/
}
.dbk-contents__main-inner table.productlist td.productcell {
	width: calc( 100% / 3 - 40px);
	text-align: center;
	display: flex;
    flex-direction: column;
	background-image: linear-gradient(to top, #232526, #414345);
    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-image: linear-gradient(45deg, var(--basecolor), var(--maincolor));
    padding: 10px 0;
	line-height: 1.3;
	color: var(--ttlcolor);
}
.dbk-contents__main-inner table.productlist td.productcell h5 span {
	display: block;
}


.dbk-contents__main-inner table.productlist td.productcell .speclist {
	text-align:left;
	font-size: 12px;
	min-height: auto;
	margin-bottom: 20px;
	color: var(--accentcolor);
}
.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-image: linear-gradient(45deg, var(--basecolor), var(--maincolor));
    padding: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    box-shadow: 12px 12px 0px 0px var(--maincolor);
}

 @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;
	color: var(--txtcolor);
	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{
    line-height: 33px;
    font-size: 2rem !important;
	} 
}



.mainvisual {
	margin-bottom:1.5rem;
	}

table.productlist{
 table-layout:fixed;
 border-bottom: 10px solid var(--maincolor2);
}
	
	.dbk-ico--window {
	display: inherit !important;
}


.dbk-list--caution {
    line-height: 18px;
    font-size: 9pt !important;
    font-size: .75rem;
    color: #666;
	text-align: left;
}

.dbk-list--caution li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
}

.dbk-container {
    margin: 0 auto 20px;
}

.dbk-container--large {
    margin-bottom: 42px !important;
}

.dbk-section-header {
    margin-bottom: 18px !important;
}


@media screen and (max-width: 768px){
	.dbk-container{
	width: 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;
}
	
@media screen and (min-width: 768px) {
	.br-sp {
	display: none;
	}
}
hr {
	margin-bottom: 30px;
	border-bottom: 1px solid #303030;
}
.s_01 {
	margin-bottom: 60px;
}
.s_01 .accordion_one .accordion_header {
	color: #0c0c0c;
	font-size: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #767676;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #333;
	margin-top: -20px;
	box-sizing: border-box;
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #333;
	border-radius: 10px;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
	width: 2px;
	height: 18px;
	top: 0;
	left: 8px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_01 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 0;
	box-sizing: border-box;
}
	
@media screen and (max-width: 1024px) {
	.s_01 .accordion_one .accordion_header {
	font-size: 18px;
}
	.s_01 .accordion_one .accordion_header .i_box {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	}
}
	
@media screen and (max-width: 768px) {
	.s_01 .accordion_one .accordion_header {
	font-size: 16px;
	text-align: left;
	padding: 15px 30px 15px 0;
	}
}
.balloon2 {
	position: relative;
    display: inline-block;
    margin: 0 0 1em;
    padding: 10px;
    width: 100%;
    color: var(--ttlcolor);
    font-size: 2em;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-image-slice: 1;
    background: var(--maincolor);
}
.balloon2 span {
	font-size: 1.65em;
    margin: 0 0.1em;
}
.balloon2:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -13px;
	border: 26px solid transparent;
	border-top: 26px solid var(--maincolor);
	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(--accentcolor);
    border-left: 2px solid var(--accentcolor);
    transform: rotate(45deg);
    right: -18px;
    top: 3px;
}
.balloon2 a::before {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--ttlcolor);
    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;
	padding: 0.7em 0.5em 0.6em;
	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);
}
	.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: 770px) {
	.dbk-matrix {
	margin: 0 auto;
	}
	.registration_about {
	flex-wrap: wrap;
	}
}
	.discount_wrap {
	display: grid;
	gap: 15px;
	margin-bottom: 50px;
	position: relative;
	grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
}
	.dbk-container .discount_wrap > a {
		border: 10px solid var(--basecolor);
		padding: 10px 10px calc( 10px - 0.4rem );
		color: var(--ttlcolor) !important;
		font-size: 1.5em;
		font-weight: bold;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		transition: 0.5s;
		background-image: linear-gradient(45deg, var(--basecolor), var(--maincolor));
}
.dbk-container .discount_wrap > a:hover {
	background-image: linear-gradient(-45deg, var(--basecolor), var(--maincolor))
}
	.discount_wrap > a span {
	font-size: 1.65em;
}


.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: 425px) {
	.kakunin_box li {
	width: 100%;
	}
}

.endttl {
	background: var(--notecolor);
	color:#fff;
	line-height: 33px;
    font-size: 2.5rem !important;
    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;
}

h2.kinds {
	padding: 10px 10px 7px;
    background: var(--maincolor2);
    font-size: 1.5rem;
    line-height: initial;
    color: var(--ttlcolor2);
    text-align: center;
    margin: -10px 0 0 -30px;
    position: absolute;
    width: calc(100% + 20px );
}
h2.kinds::before, h2.kinds::after {
	position: absolute;
	content: '';
}
h2.kinds::before {
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #ccc100;
	border-left: 10px solid transparent
}
h2.kinds::after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #ccc100;
	border-right: 10px solid transparent;
}

h2.kinds + img {
	padding-top: 30px;
    background: #fff;
}

.productlist + .balloon2 {
	margin-top: 30px;
}

html { scroll-behavior: smooth;}

p.cacthcopy {
    font-size: 1.4rem;
    line-height: 1.4;
}

h4.kinds {
	padding: 10px 10px 7px;
    background-image: linear-gradient(45deg, var(--basecolor), var(--maincolor));
    font-size: 1.5rem;
    line-height: initial;
    color: var(--ttlcolor);
    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(--maincolor2);
	border-left: 10px solid transparent
}
h4.kinds::after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid var(--maincolor2);
	border-right: 10px solid transparent;
}

h4.kinds + img {
	padding-top: 30px;
    background: #fff;
}

/* キャンペーンバナー追加 */

.model-compare_camp {
    margin-bottom: 20px;
    padding: 0 0 10px;
    line-height: 0;
  	background-color: var(--accentcolor);
}
.model-compare_camp p {
	background: var(--maincolor);
	color: var(--txtcolor);
	font-size: clamp(16px, 1.4rem, 18px);
	line-height: normal;
	font-weight: bold;
	padding: 10px;
}
@media screen and (max-width: 768px){
	.model-compare_camp {
		padding-bottom: 0;
	}
	
	.model-compare_camp p {
		text-align: left;
	}
}
p.cacthcopy {
    color: var(--txtcolor);
	font-size: 1.4rem;
    line-height: initial;
	margin-top: 10px;
	text-align: justify;
}

.model_img {
	text-align: center;
	margin: 40px 0 10px;
}

/* ヘプバンコラボ */
.tokuten_box {
	background-image: url(/direct/pc-static/assets/newsale/images/bg_tokuten_202409.png);
	padding: 30px 20px;
	margin-bottom: 20px;
}
.p-goods__ttl {
	margin-bottom: 20px;
}
.c-about-h--s {
	width: auto;
	background-image: url(/direct/pc-static/assets/content/dam/pcs/jp/ja/direct-pc/pc/2024-fall-winter/rzex/images/about_h-s.svg);
	margin: 0;
}
.c-about-h, .c-about-h--w, .c-about-h--s, .c-about-h--m, .c-about-h--l {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	height: 40px;
	margin: 0;
	font-size: clamp(1.3rem, 1.183rem + 0.5vw, 1.8rem);
}
.p-goods {
	display: flex;
	gap: 20px;
}
.p-goods__inner {
	width: 25%;
}

.p-goods__figs {
	display: flex;
	margin-top: 20px;
}
.p-goods__pc {
	width: 50%;
}

@media screen and (max-width: 768px){
	.tokuten_box {
		padding: 10px 20px 20px;
	}
	.p-goods {
		flex-wrap: wrap;
		gap: 20px 10px;
	}
	.p-goods__figs {
		margin-top: 10px;
	}
	.p-goods__ttl {
		margin-bottom: -20px;
	}
	.p-goods__inner {
		width: calc(50% - 5px);
		padding: 0;
	}
	.c-about-h--s {
		width: auto;
	}
}

.sale-list {
margin: 0;
padding: 0;
}
.sale-list a {
	transition: all .3s ease-out;
}
.sale-list a:hover {
	opacity: 0.5;
    text-decoration: none;
    color: inherit;
}
.sale-list li {
    margin-bottom: 1rem;
	text-align: center;
}
.block-static-block > .dbk-container--large {
	margin-top: 40px !important;
}