@charset "utf-8";

/* ----------------------------
cart common
-------------------------------*/
@media only screen and (max-width: 768px) {
	.c_cart #header .searchArea {
		display: none;
	}
	.c_cart #header .h_head .rightBox {
		top: 10px;
	}
	.c_cart #header .header-notice-area {
		display: none;
	}
}
/* ----------------------------
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;
}

@media screen and (max-width: 1240px) {
	.btn-cart-fixed {
		bottom: 130px;
	}
}

/* ----------------------------
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;
	color: inherit;
}
.c-sec > .sec-inner > .cont-col > h2 br {
	display: none;
}

.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;
}

@media screen and (max-width: 768px) {
	.c-sec {
		padding-inline: 20px;
	}
	.c-sec > .sec-inner > .cont-col > h2 {
		line-height: 1.6;
	}
	.c-sec > .sec-inner > .cont-col > h2 br {
		display: inline;
	}

	.sec-inner {
		max-width: 500px;
	}

	.note-pc-contents-wrapper,
	.desktop-pc-contents-wrapper,
	.gaming-pc-contents-wrapper {
		padding-top: 30px;
		margin-bottom: 50px;
	}
}

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

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

.faq-list {
	gap: 16px;
}

@media screen and (max-width: 768px) {
	.sec-faq {
		margin-bottom: 80px;
	}

	.faq-cont {
		gap: 25px;
	}
}

.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;
}

@media screen and (max-width: 768px) {
	.acc-btn {
		height: 55px;
		padding-inline: 60px 45px;
	}

	.acc-btn p {
		font-size: 14px;
	}
	.acc-btn::before {
		left: 16px;
		font-size: 24px;
	}
	.acc-btn::after {
		right: 16px;
		width: 16px;
	}

	.acc-panel-inner {
		padding-inline: 60px 20px;
	}
	.acc-panel-inner ::before {
		left: 16px;
		top: 23px;
		font-size: 24px;
	}
}

/* -------- 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;
}

@media (hover: hover) {
	.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;
}

@media screen and (max-width: 768px) {
	.sec-reason {
		padding-top: 50px;
		margin-bottom: 80px;
	}

	.reason-cont {
		gap: 20px;
	}

	.reason-card-list {
		grid-template-columns: repeat(1, 1fr);
		max-width: 400px;
		margin-inline: auto;
	}

	.reason-card {
		padding-top: 95px;
	}

	.reason-contents-list {
		gap: 30px;
		margin-bottom: 0;
	}

	.reason-content {
		gap: 15px;
		flex-flow: column;
		align-items: center;
	}
	.reason-content > figure {
		width: 100%;
		max-width: none;
	}

	.reason-cont-body {
		gap: 10px;
	}

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

/* -------- 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;
}

@media screen and (max-width: 768px) {
	.sec-merit {
		margin-bottom: 80px;
	}

	.merit-cont {
		gap: 30px;
	}

	.row-contents-list {
		gap: 20px;
	}

	.row-content {
		gap: 20px;
		flex-flow: column;
		align-items: center;
	}

	.row-content > figure {
		width: 100%;
		max-width: none;
	}
	.row-cont-body {
		gap: 10px;
	}
}

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

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

@media screen and (max-width: 768px) {
	.sec-check-point {
		margin-bottom: 80px;
	}

	.check-point-cont {
		gap: 30px;
	}
}

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

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

@media screen and (max-width: 768px) {
	.sec-choice-point {
		margin-bottom: 80px;
	}

	.choice-point-cont {
		gap: 30px;
	}
}

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

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

@media screen and (max-width: 768px) {
	.sec-caution {
		margin-bottom: 80px;
	}

	.caution-cont {
		gap: 30px;
	}
}
/* -------- 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;
}

@media screen and (max-width: 768px) {
	.support-contact-grid {
		max-width: 280px;
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ----------------------------
Detail __PC
-------------------------------*/
#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;
}
.c_detail.m_price {
	padding-right: 0 !important;
	text-align: right;
	width: auto !important;
	display: inline-block;
}
.c_detail.m_price > span {
	display: inline-block;
	border: 0 none;
	padding-right: 0px;
	text-align: center;
	font-size: 32px !important;
	width: auto;
	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;
}

@media screen and (max-width: 768px) {
	.di-info-group #M_usualValue td {
		font-size: 16px !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
	.c_detail.m_price > span {
		font-size: 24px !important;
	}
	.di-info-group .M_original-code,
	.di-info-group .M_consumer-price {
		font-size: 14px;
		text-align: right;
		padding: 0;
	}
	.di-info-group tr#carriage td {
		padding-top: 5px;
		padding-bottom: 10px;
		text-align: right;
	}
	.M_quantity-button-label {
		width: 100% !important;
	}
	.product-option-wrapper {
		padding-inline: 10px;
	}
	.di-info-group #M_usualValue font {
		color: initial;
		font-weight: normal;
	}
}

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

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

.M_option-group select,
.c_productpage_op select,
.makeshop-option-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;
}

.makeshop-option-wrap + .makeshop-option-wrap {
	width: 100%;
}
label.makeshop-option-select-wrap {
	width: 100%;
}
p.makeshop-option-label {
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.M_imageWrap {
		width: 100% !important;
	}
	.di-opt-note {
		padding-top: 0;
	}
	.M_quantity-stock {
		width: auto;
		text-align: right;
		padding-right: 10px !important;
	}
	.M_item-stock-smallstock {
		white-space: nowrap;
	}
	.M_item-stock-soldout {
		white-space: nowrap;
	}
}

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

.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;
}

/* ----------------------------
Cart__PC
-------------------------------*/
.cart-btn-area-wrapper {
	width: 100%;
	padding: 15px 20px;
	display: flex;
	flex-flow: column;
	gap: 60px;
	align-items: center;
	max-width: 580px;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.cart-btn-area-wrapper {
		display: none;
	}
}

.cart-btn-submit-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
}
.cart-btn-contact-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 40px;
	align-items: center;
}

.btn-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #f2c120;
	color: #333 !important;
	font-weight: 600;
	height: 120px;
	font-size: 20px;
	position: relative;
	letter-spacing: 0.05em;
	gap: 15px;
	text-decoration: none !important;
	transition: all ease 0.33s;
}
.btn-submit:hover {
	background: #e1b110;
}

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

.btn-amazon-pay {
	width: 100%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.btn-amazon-pay > div {
	width: 100% !important;
	margin: 0;
}

.cart-btn-row {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.btn-shopping {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #337ab7;
	color: #fff !important;
	height: 55px;
	font-size: 16px;
	position: relative;
	line-height: 1;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	transition: all ease 0.33s;
}
.btn-shopping:hover {
	background: #246ba8;
}

.btn-clear {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #999;
	color: #fff !important;
	height: 55px;
	font-size: 16px;
	position: relative;
	line-height: 1;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	transition: all ease 0.33s;
}
.btn-clear:hover {
	background: #666;
}

.btn-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #06c755;
	color: #fff !important;
	font-size: 16px;
	position: relative;
	gap: 30px;
	letter-spacing: 0.05em;
	padding: 16px 25px;
	text-decoration: none !important;
	transition: all ease 0.33s;
}

.btn-line-txt {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	font-weight: 600;
	gap: 10px;
}
.btn-line-txt > p {
	margin: 0 !important;
	font-size: 20px;
	line-height: 1;
	width: 100%;
}
.btn-line-txt > span {
	width: 100%;
	font-size: 12px;
}
.btn-line > figure {
	width: 100px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}
.btn-line > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1 !important;
}

.tel-box {
	width: 100%;
	border: 2px solid #337ab7;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.tel-box > span {
	width: 100%;
	background: #337ab7;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	height: 35px;
	font-size: 16px;
}
.tel-box > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 15px;
	flex-flow: column;
	gap: 5px;
	text-align: center;
}
.tel-box > div > a {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #337ab7 !important;
	text-decoration: none !important;
}
.tel-box > div > a:hover {
	color: #246ba8 !important;
}
.tel-box > div > span {
	font-size: 14px;
}

/* ----------------------------
detail fixed bottom
-------------------------------*/
.detail-fixed-bottom {
	width: min(940px, 100%);
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	margin-inline: auto;
	background: #4076b3;
	border-radius: 10px;
	z-index: 99999999;
	padding-block: 10px;
	padding-inline: clamp(10px, 3.958vw, 50px);
	display: flex;
	justify-content: center;
	gap: clamp(10px, 1.736vw, 25px);
}

@media screen and (max-width: 768px) {
	.detail-fixed-bottom {
		bottom: 0;
		border-radius: 0px;
	}
}

.dfb-info-area {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: min(400px, 50%);
	padding-block: 5px;
	padding-inline: clamp(15px, 1.736vw, 30px);
	height: 65px;
	font-size: 16px;
	position: relative;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	transition: all ease 0.33s;
	flex-shrink: 0;
	gap: 10px;
	line-height: 1;
	border-radius: 10px;
	letter-spacing: 0;
	filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 50%));
}
.dfb-price {
	display: flex;
	align-items: baseline;
	font-size: clamp(12px, 1.111vw, 16px);
}
.dfb-price strong {
	font-size: clamp(18px, 1.9444vw, 28px);
	font-weight: 600;
}

.dfb-amont-area {
	width: auto;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	gap: 4px;
	font-size: clamp(12px, 0.972vw, 14px);
	font-weight: 600;
}

.btn-dfb-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ce3118;
	width: min(400px, 50%);
	padding-block: 5px;
	padding-inline: clamp(15px, 1.736vw, 30px);
	font-weight: 600;
	height: 65px;
	font-size: 16px;
	position: relative;
	letter-spacing: 0.05em;
	color: #fff !important;
	text-decoration: none !important;
	transition: all ease 0.33s;
	flex-shrink: 0;
	gap: 10px;
	line-height: 1;
	border-radius: 10px;
	letter-spacing: 0;
	filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 50%));
}
.btn-dfb-cart.--soldout {
	background: #eee;
	color: #666 !important;
	cursor: default;
	pointer-events: none;
}
.btn-dfb-cart > span {
	font-size: clamp(13px, 1.111vw, 18px);
}
.btn-dfb-cart > svg {
	position: relative;
	width: clamp(16px, 1.736vw, 25px);
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 2px;
}

@media screen and (max-width: 768px) {
	.dfb-info-area {
		flex-flow: column;
		align-items: center;
	}
	.dfb-amont-area {
		flex-flow: row;
		align-items: center;
		justify-content: center;
	}
}

.detail-bnr-area {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	padding-inline: 15px;
	margin-bottom: 30px;
	position: relative;
}
.detail-bnr-area {
	display: none;
	/* ダミーデータのため非表示 */
}

@media screen and (max-width: 768px) {
	/* fixed position */
	#page-top {
		bottom: 95px;
	}
	.line-info3 {
		bottom: 148px;
	}
	.line-info {
		bottom: 85px;
	}
	.line-info2 {
		bottom: 175px;
	}
}

/* ----------------------------
detail img slider
-------------------------------*/
.p-gallery {
	margin: 0 auto;
	width: 100%;
	padding-inline: 10px;
	position: relative;
	overflow: hidden;
}

.p-gallery__main-wrapper {
	width: 100%;
	position: relative;
	height: auto;
}

.btn-slide-prev,
.btn-slide-next {
	position: absolute;
	width: 32px;
	height: 32px;
	background: rgb(0 0 0 / 50%);
	top: 50%;
	translate: 0 -50%;
	z-index: 10;
	display: grid;
	place-items: center;
	border-radius: 999px;
	user-select: none;
	cursor: pointer;
}
.btn-slide-next {
	right: -10px;
}
.btn-slide-prev {
	left: -10px;
}

.btn-slide-prev img,
.btn-slide-next img {
	filter: invert(1);
}

.p-gallery__main {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
	aspect-ratio: 1 / 1;
	box-shadow: 0 1px 3px #ccc;
}
.p-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.p-gallery__thumbs {
	margin-top: 15px;
	max-height: 70px;
}
.p-gallery__thumbs .swiper-slide {
	aspect-ratio: 1 / 1;
	height: auto !important;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0.8;
}
.p-gallery__thumbs img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	aspect-ratio: 1 / 1;
}
.p-gallery__thumbs .swiper-slide-active {
	opacity: 1;
}

/* Modal */
.p-lightbox {
	width: 100%;
	height: 100lvh;
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transition: opacity ease 0.33s;
}
.p-lightbox.is-open {
	opacity: 1;
	z-index: 999999999;
	pointer-events: all;
}
.p-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
}
.p-lightbox__panel {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(800px, 85vw);
	height: min(800px, 85vh);
	aspect-ratio: 1 / 1;
	margin-inline: auto;
	top: 50%;
	translate: 0 -50%;
}
.p-lightbox__close {
	position: absolute;
	top: -40px;
	right: -5px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgb(0 0 0 / 50%);
	font-size: 26px;
	line-height: 44px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-lightbox__close img {
	filter: invert(1);
}
.p-lightbox__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

@media screen and (max-width: 768px) {
	.p-lightbox__panel {
		width: min(768px, 95vw);
		height: auto;
		aspect-ratio: auto;
	}
}

/* ----------------------------
Search
-------------------------------*/

/* ------ search sort ------ */
.c-search-sort {
	width: 100%;
	background: #f5f5f5;
	position: relative;
	padding-inline: 30px;
	padding-block: 23px;
}
.c-search-sort__inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.c-search-sort__group {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}
.c-search-sort__ttl {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-right: 20px;
	border-right: 1px solid;
	line-height: 1;
}
.c-search-sort__btns {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 20px;
}
.c-search-sort__btns > a {
	font-size: 14px;
	letter-spacing: 0.08em;
	padding-right: 20px;
	font-weight: 500;
	border-right: 1px solid #222;
	line-height: 1;
	color: #004490;
	transition: opacity 0.3s;
}
.c-search-sort__btns > a.is-active {
	color: #222;
	font-weight: bold;
}

@media (hover: hover) {
	.c-search-sort__btns > a:hover {
		text-decoration: none !important;
		opacity: 0.6;
	}
}

.c-search-sort__counts {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}
.c-search-sort__counts-total,
.c-search-sort__counts-ft {
	display: flex;
	align-items: baseline;
}

/* ------ search selected ------ */
.c-search-selected {
	width: 100%;
	max-width: 1200px;
	position: relative;
	overflow: hidden;
}
.c-search-selected__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.c-search-selected__badge {
	width: max-content;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 5px;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	font-weight: 500;
	-webkit-appearance: none;
	transition: opacity 0.3s;
}

.c-search-selected__badge-text {
	flex-shrink: 0;
	overflow: hidden;
	max-width: 300px;
	white-space: nowrap;
}

.c-search-selected__badge-close {
	flex-shrink: 0;
}

.c-search-selected__badge:hover {
	opacity: 0.8;
}
