@charset "utf-8";

/* ----------------------------
Fixed Cart button
-------------------------------*/
.btn-cart-fixed {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999999;
	background: #337ab7;
	width: 118px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	text-decoration: none !important;
	color: #fff !important;
	gap: 6px;
	transition: all ease 0.33s;
}

.btn-cart-fixed:hover {
	background: #00a0e9;
}

.btn-cart-fixed>div {
	width: auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
}

.btn-cart-fixed>div>span {
	font-size: 14px;
	letter-spacing: 0.07em;
	line-height: 1;
}

.btn-cart-fixed>div>figure {
	width: 35px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.btn-cart-fixed>div>figure>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.btn-cart-fixed>svg {
	width: auto;
	flex-shrink: 0;
}

/* ----------------------------
Breadcrumb
-------------------------------*/
#M_topicPathWrap li.M_current {
	display: inline !important;
	pointer-events: none;
}

/* ----------------------------
Category Sort
-------------------------------*/
.cat-sort-area-wrapper {
	width: 100%;
}

.cat-sort-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	padding-top: 35px;
	margin-bottom: 20px;
}

.cat-title {
	width: 100%;
	margin: 0;
	line-height: 1.5;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.cat-sort-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.cat-sort-list>a {
	width: auto;
	font-size: 16px;
	padding-inline: 0 20px;
	border-right: 1px solid;
}

.cat-sort-list>a:first-of-type {
	padding-inline: 20px;
	border-left: 1px solid;
}

/* ----------------------------
Note PC Contents
-------------------------------*/
[x-cloak] {
	display: none !important;
}

.c-sec {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.c-sec>.sec-inner>.cont-col>h2 {
	margin: 0 !important;
	text-align: center;
	line-height: 1.3;
}

.sec-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.cont-col {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.note-pc-contents-wrapper {
	/* display: none; */
	width: 100%;
	padding-top: 50px;
	margin-bottom: 80px;
}

.desktop-pc-contents-wrapper {
	display: none;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 80px;
}

.gaming-pc-contents-wrapper {
	display: none;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 80px;
}

/* -------- faq --------*/
.sec-faq {
	margin-bottom: 120px;
}

.faq-cont {
	gap: 40px;
	position: relative;
	align-items: center;
}

.faq-list {
	gap: 16px;
}

.acc-box {
	width: 100%;
	background: #337ab7;
	border: 2px solid #337ab7;
	position: relative;
	overflow: hidden;
	transition: all ease 0.33s;
}

@media (hover: hover) {
	.acc-box:hover {
		background: #337ab7;
		border: 2px solid #337ab7;
	}
}

.acc-btn {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
	padding-inline: 110px 90px;
	position: relative;
	cursor: pointer;
	color: #fff;
}

.acc-btn p {
	margin: 0 !important;
	font-size: 16px;
	font-weight: 500;
}

.acc-btn::before {
	content: "Q";
	position: absolute;
	left: 35px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
}

.acc-btn::after {
	content: "";
	position: absolute;
	right: 50px;
	width: 20px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("https://gigaplus.makeshop.jp/pckujira/images/common/icon-plus.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.is-open .acc-btn::after {
	background-image: url("https://gigaplus.makeshop.jp/pckujira/images/common/icon-minus.svg");
}

.acc-panel {
	width: 100%;
}

.acc-panel-inner {
	width: 100%;
	padding-block: 20px;
	background: #fff;
	color: #333;
	padding-inline: 113px 48px;
	position: relative;
}

.acc-panel-inner ::before {
	content: "A";
	position: absolute;
	left: 35px;
	top: 23px;
	font-size: 30px;
	color: #337ab7;
	line-height: 1;
	font-weight: 500;
}

.acc-panel-inner>p {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: justify;
}

/* -------- reason --------*/
.sec-reason {
	padding-top: 80px;
	border-top: 1px solid #ccc;
	margin-bottom: 150px;
}

.reason-cont {
	gap: 30px;
	position: relative;
	align-items: center;
}

.reason-card-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}

.reason-card {
	width: 100%;
	position: relative;
	padding-top: 50px;
}

.reason-card>figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	width: 53%;
	max-width: 180px;
	min-width: 130px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 999px;
}

.reason-card>figure>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reason-card-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	position: relative;
	z-index: 0;
	padding-block: 100px 20px;
	padding-inline: 20px;
	filter: drop-shadow(0px 4px 4px rgb(0 0 0/ 0.25));
}

.reason-card-ttl {
	margin: 0 !important;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	word-break: auto-phrase;
}

.reason-card-txt {
	margin: 0;
	width: 100%;
	font-size: 13px;
	text-align: justify;
}

.reason-contents-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
	margin-bottom: 30px;
}

.reason-content {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 25px;
	overflow: hidden;
}

.reason-content>figure {
	width: 33%;
	max-width: 363px;
	height: auto;
	aspect-ratio: 363 / 246;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}

.reason-content>figure>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reason-cont-body {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 20px;
	padding-top: 10px;
}

.reason-cont-ttl {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
}

.c-txt {
	margin: 0;
	width: 100%;
	font-size: 14px;
	text-align: justify;
}

.btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-rounded {
	width: 280px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #22a0e9;
	border-radius: 999px;
	text-decoration: none !important;
	color: #fff !important;
	line-height: 1;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	transition: all ease 0.33s;
	padding-inline: 20px 45px;
}

.btn-rounded:hover {
	background: #337ab7;
}

.btn-rounded::after {
	content: "";
	position: absolute;
	right: 20px;
	width: 15px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("https://gigaplus.makeshop.jp/pckujira/images/common/icon-arrow-right.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 10;
}

/* -------- merit --------*/
.sec-merit {
	margin-bottom: 100px;
}

.merit-cont {
	gap: 50px;
	position: relative;
	align-items: center;
}

.row-contents-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	position: relative;
	overflow: hidden;
}

.row-content {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 50px;
	overflow: hidden;
}

.row-content>figure {
	width: 45%;
	max-width: 492px;
	height: auto;
	aspect-ratio: 492 / 372;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}

.row-content>figure>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row-cont-body {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 20px;
	padding-top: 10px;
}

/* -------- check-point --------*/
.sec-check-point {
	margin-bottom: 100px;
}

.check-point-cont {
	gap: 50px;
	position: relative;
	align-items: center;
}

/* -------- choice-point --------*/
.sec-choice-point {
	margin-bottom: 100px;
}

.choice-point-cont {
	gap: 50px;
	position: relative;
	align-items: center;
}

/* -------- caution --------*/
.sec-caution {
	margin-bottom: 100px;
}

.caution-cont {
	gap: 50px;
	position: relative;
	align-items: center;
}

/* -------- supports --------*/
.sec-supports {
	background: #f6f6f6;
}

.supports-cont {
	gap: 30px;
	position: relative;
	align-items: center;
	padding-block: 60px;
	padding-inline: 30px;
}

.supports-cont-head {
	align-items: center;
	gap: 10px;
}

.supports-cont-head>h2 {
	width: 100%;
	margin: 0 !important;
	text-align: center;
	line-height: 1.3;
}

.supports-cont-head>p {
	margin: 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
}

.support-contact-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.suppor-contact-note {
	margin: 0;
	width: 100%;
	font-size: 11px;
	text-align: center;
}

.support-contact-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.support-contact-card {
	background: #fff;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.support-contact-card.--tel {
	border: 2px solid #337ab7;
}

.support-contact-card.--line {
	border: 2px solid #25c755;
}

.support-contact-card.--email {
	border: 2px solid #333;
}

.scc-ttl {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	height: 45px;
	font-size: 15px;
	flex-shrink: 0;
	letter-spacing: 0.05em;
	gap: 10px;
}

.scc-ttl>span {
	position: relative;
	top: 2px;
}

.scc-ttl::before {
	content: "";
	position: relative;
	width: 20px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 10;
}

.--tel .scc-ttl {
	background: #337ab7;
}

.--tel .scc-ttl::before {
	background-image: url(https://gigaplus.makeshop.jp/pckujira/images/common/icon-tel.svg);
}

.--line .scc-ttl {
	background: #06c755;
}

.--line .scc-body .btn-rounded:hover {
	background: #048739;
}

.--line .scc-ttl::before {
	width: 30px;
	background-image: url(https://gigaplus.makeshop.jp/pckujira/images/common/icon-line.svg);
}

.--email .scc-ttl {
	background: #333;
}

.--email .scc-body .btn-rounded:hover {
	background: #666;
}

.--email .scc-ttl::before {
	background-image: url(https://gigaplus.makeshop.jp/pckujira/images/common/icon-email.svg);
}

.scc-body {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 15px;
	flex-flow: column;
	gap: 5px;
	text-align: center;
	overflow: hidden;
}

.scc-body .btn-rounded {
	width: 100%;
	height: 40px;
	font-size: 13px;
	white-space: nowrap;
}

.--line .scc-body .btn-rounded {
	background: #06c755;
}

.--email .scc-body .btn-rounded {
	background: #333;
}

.scc-body .btn-rounded::after {
	right: 15px;
	width: 13px;
}

.scc-tel-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
}

.scc-line-box {
	width: 100%;
}

.scc-tel-note {
	width: 100%;
	text-align: center;
	background: #eee;
	border-radius: 999px;
	font-size: 10px;
	padding-inline: 3px;
	white-space: nowrap;
}

.scc-tel-num {
	text-decoration: none !important;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	line-height: 1;
	letter-spacing: -0.03em;
}

.scc-tel-num>span {
	line-height: 1;
	display: block;
}

.scc-tel-time {
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
}

/* ----------------------------
Detail
-------------------------------*/
#detail .detailTxt {
	border-top: none;
	border-bottom: none;
}

.detail-info-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 24px;
}

.di-info-group {
	width: 100%;
	position: relative;
}

.di-info-group .M_original-code,
.di-info-group .M_consumer-price {
	height: auto;
	font-size: 14px;
}


.di-info-group #M_usualValue td {
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 20px !important;
	font-weight: bold;
	height: auto;
}

.di-info-group #M_usualValue font {
	color: #F44336;
}

.di-info-group input.m_price {
	border: 0 none;
	padding-right: 0;
	text-align: center;
	font-size: 32px !important;
	width: 145px;
	line-height: 1;
}

.di-info-group tr#carriage td {
	color: #F44336;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

td.M_quantity-wrap .M_quantity-button-input input {
	width: 50px !important;
	font-size: 16px;
	text-align: center;
	margin-inline: 10px;
	line-height: 1;
}

.di-info-group td.M_quantity-wrap {
	padding-bottom: 20px;
}

.di-info-group td.M_option-group {
	padding-bottom: 12px;
}

.M_option-group select {
	width: 100%;
	padding-block: 12px;
	padding-left: 10px;
	font-size: 14px;
	padding-right: 45px;
	appearance: none;
	background: #fff url(https://www.pckujira.jp/smartphone/images/template/6/icon-select.png) no-repeat 96% center;
	background-size: 14px 16px;
}

.di-opt-note {
	width: 100%;
	text-align: left;
	font-size: 14px;
	margin-bottom: 15px;
}

.di-sm-btn-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
}

.di-sm-btn-area>a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	background: #337ab7;
	color: #fff !important;
	font-weight: 600;
	height: 40px;
	font-size: 14px;
	position: relative;
	gap: 8px;
	letter-spacing: 0.05em;
	padding-inline: 20px;
	max-width: 270px;
	line-height: 1;
	text-decoration: none !important;
	transition: all ease 0.33s;
}

.di-sm-btn-area>a:hover {
	background: #00a0e9;
}

.di-sm-btn-area>a>svg {
	width: 18px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

.di-basket-btn-area {
	width: 100%;
	background: rgb(217 217 217 / 40%);
	padding: 25px 20px;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
}

.di-basket-btn-area>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #ccc;
	font-weight: 600;
	height: 90px;
	font-size: 16px;
	position: relative;
	letter-spacing: 0.05em;
	color: #5c5c5c !important;
	text-decoration: none !important;
	transition: all ease 0.33s;
}

.di-basket-btn-area>a.btn-di-cart {
	background: #f2c120;
}

.di-basket-btn-area>a.btn-di-cart:hover {
	background: #e1b110;
}

.di-basket-btn-area>a.btn-di-buy {
	background: #c01920;
	color: #fff !important;
}

.di-basket-btn-area>a.btn-di-buy:hover {
	background: #ac0c13;
}

.di-basket-btn-area>a>svg {
	position: absolute;
	right: 20px;
	width: 25px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.di-basket-btn-area>a.btn-di-buy>svg {
	fill: #fff;
}
