<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*商品詳細専用css*/
/*モーダル用デフォルトから変更*/
.modal-dialog {
	max-width: 750px !important;
}
.modal-body {
	padding: 0.2rem !important;
}
.modal-content {
	background-color: #000 !important;
}
/*swiper設定はalumaniaサイトからswiper.store_prd.cssの読み込み*/
.product_exp {
	width: 90%;
	margin: 0 auto;
}
.product h1::before, .product h2::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0c1';
	font-weight: 900;
	padding-right: 0.3rem;
	color: #ccc;
}
.qty_updown {
	padding: 0.15rem 0.5rem;
	background: #fff;
	vertical-align: text-bottom;
	border-radius: 3px;
	color: #034edd;
}
.ttl-h1 {
	font-size: 1.5rem !important;
	background: #363b42;
	padding: 1rem;
	color: #f4f4f4;
	border-bottom: 5px solid #d9d9d9;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
@media(max-width: 576px) {
  .top_pic &gt; img {
	display: none;
}
	.ttl-h1 {
		font-size: 1.1rem !important;
		line-height: 1.3;
	}
}
.product {
	background: #fff;
}
.product-init-num {
	height: 2.5rem;
	width: 50%;
	margin: 0;
	vertical-align: bottom;
	padding-left: 1rem;
	/* font-weight: bold; */
	font-size: 1.2rem;
	color: #0c2664;
	text-align: right;
	padding-right: 0.5rem;
}
.product-init {
	display: inline-table;
	margin: -5px 2px;
}
.top_exp, .prd_exp {
	/* margin-top: 1rem; */
	padding: 1rem;
	color: #333333;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	margin: 1rem 1rem 2rem 1rem;
	background: #f9f9f9;
}
/*お気に入りアイコン*/
.product_detail_pic .fvr_icon {
	right: 1rem;
	font-size: 2rem;
	padding: 1rem;
}
.social-share li{
  display:inline-block;
  padding:0 0.5rem;
}
/*レビュー用*/
.product-review {
	background: #f4f4f4;
	padding: 1rem;
	margin: 1rem 0.5rem;
}
.product-review li {
	margin: 0.5rem 0;
}
.product-review li a {
	color: #56717b;
}
.product-review li a:hover {
	color: #4caa48;
}
.product-review li a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: #666 2px solid;
	border-right: #666 2px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 0.3rem;
}
.review_customer {
	font-size: 0.95rem;
	color: #595959;
}
.cart_hosoku {
	font-size: 0.9rem
}
.cart_hosoku li {
	margin: 0.3rem 0 0 0;
}
.cart_hosoku li a {
	color: #56717b;
}
.cart_hosoku li::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f144';
	font-weight: 900;
	padding-right: 0.2rem;
	color: #10acd0;
}
.product-spec-table {
	font-size: 0.8rem;
	background: #f0f0f0;
	color: #29295e;
}
select {
  appearance: none;
  -webkit-appearance: none; /* Safari用css解除*/
}
.opt_select1 select, .opt_select2 select {
	font-size: 0.85rem !important;
	padding: 0.3rem;
	background: #eff3f9;
	font-weight: bold;
	width: 95%;
	color: #2713b5;
}
.product-spec-table th, .product-spec-table td {
	border: #bdbcbc 1px solid !important;
}
@media(max-width: 576px) {
	.opt_select1 select, .opt_select2 select {
		font-size: 0.8rem !important;
	}
}
.prd_cart_btn {
	border: none;
	color: #fff;
	font-weight: bold;
	border-radius: 52px;
	font-size: 1.2rem;
	box-shadow: #afd0ee 0px 2px 10px 2px;
	transition: transform .10s ease;
	animation: change-color-anim 5s linear infinite;
	padding: 1rem 2rem;
	margin: 1.5rem;
}
@keyframes change-color-anim {
	0%, 100% {
		background-color: #031b77;
	}
	50% {
		background-color: #15abce;
	}
}
.prd_cart_btn:hover, .prd_cart_btn:focus, .prd_cart_btn:active, .prd_cart_btn.active, .prd_cart_btn.disabled, .prd_cart_btn[disabled] {
	color: #fff;
	background: #0f1199;
	transform: scale(1.05);
	animation: none;
}
.cartin .favorite-button {
	color: #777;
	border: 1px solid #999;
}
.cartin .fav-items {
	color: #fff;
	border: 1px solid #ffef00;
}
.favorite-button_cart {
	font-size: 1rem;
	border: 2px solid #ccd2ce;
	border-radius: 50px;
	padding: 0.5rem 1.3rem;
	display: block;
	margin: 1rem auto;
	color: #a6b3a9;
	cursor: pointer;
	transition: .2s;
	background: #eaeaea;
}
.fav-items, .favorite-button_cart:active {
	border-color: #48e600;
	background-color: #96ff00ab;
	color: #5bbd18;
	font-weight: bold;
}
/*表の見出し側幅固定*/
.product-spec-table tr th {
	width: 35%
}
/*表の線太さ調整BTS用*/
.table tbody + tbody {
	border-top: 1px !important;
}
/* bts商品ページリンク背景のみ */
.prd_link_box {
	background: #f2f2f2;
	padding: 1rem;
	border: 1px solid #c4c4c4;
	border-radius: 7px;
}
/* ===旧商品用設定=== */
#prd_link {
	display: block;
	margin: 3% auto 3% auto;
	color: #09F;
	font-size: 1.1em;
	font-weight: bold;
	width: 75%;
}
#prd_link a {
	display: block;
	padding: 10px 15px 0px 15px;
	border: 2px solid #FF0000;
	color: #FF0000;
	text-align: center;
	text-decoration: none;
}
#prd_link a:hover {
	color: #0000FF;
	border-color: #0000FF;
	background-color: #eee;
}
#prd_link a span {
	font-size: 0.8em;
	display: block;
	padding: 5px 20px;
	font-weight: normal;
	text-align: left;
}
/* 旧商品補修部品ページリンク */
#icon_rink {
	display: block;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
#icon_rink a p.repair_icon {
	padding: 1rem;
	border: 2px solid #c4c4c4;
	background: #f7f7f7;
	color: #5e5e5e;
	margin: 0.5rem;
	font-size: 0.8rem;
}
#icon_rink a {
	display: inline-block;
	text-align: center;
}
#icon_rink a:hover p {
	border: 2px solid #555;
	color: #555;
	background-color: #eee;
}
.product_exp h3 {
	margin: 1rem 0 0.5rem 0;
	background: #f3f6ff;
	padding: 0.75rem 1rem;
	color: #124a7b;
	display: inline-block;
	border-left: 7px solid #91a2c4;
}
.product_exp h3.caution {
	margin: 1rem auto;
	font-weight: bold;
	background-color: #770e0e;
	padding: 1rem;
	color: #fff;
	border: #fe2c2c solid 2px;
	display: block;
	font-size: 1.1rem !important;
	text-align: left !important;
	width: 80%;
}
.product_exp h3.caution::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f071';
	font-weight: 900;
	color: #fff;
	padding-right: 0.2rem;
}
.product_exp p a {
	color: #0969ff;
	text-decoration: underline;
}
.product_exp h3 ~ p {
	padding: 0.75rem;
}
.product_exp p.red {
	color: #FF0000;
}
.product_exp p.blue {
	color: #0000FF;
}
.product_exp p.type_caution {
	margin: 15px 5px 0px 5px;
	font-weight: bold;
	font-size: 1.2em !important;
	background-color: #770e0e;
	display: inline-block;
	padding: 5px 10px;
	color: #fff !important;
	border: #fe2c2c solid 2px;
}
/*枠付きテーブル*/
.waku_info table, .waku_caution table, .waku_stock table {
	max-width: 65%;
	margin: 1.5rem auto;
	text-shadow: none;
	line-height: 1.5;
	font-size: 0.9rem;
}
@media(max-width: 576px) {
	.waku_info table, .waku_caution table, .waku_stock table {
		max-width: 95%;
	}
}
.waku_info table {
	border: 2px solid #2d6d8c;
}
.waku_info table tr td:nth-child(1), .waku_caution table tr td:nth-child(1), .waku_stock table tr td:nth-child(1) {
	color: #fff;
	font-size: 1.5rem;
	padding: 1rem;
}
.waku_info table tr td:nth-child(2), .waku_caution table tr td:nth-child(2), .waku_stock table tr td:nth-child(2) {
	padding: 1rem;
	background: #f7f7f7;
}
.waku_info table tr td:nth-child(1) {
	background: #2d6d8c;
}
.waku_info table tr td:nth-child(2) {
	color: #2d6d8c;
}
.waku_caution table {
	border: 2px solid #b90c0c;
}
.waku_caution table tr td:nth-child(1) {
	background: #b90c0c;
}
.waku_caution table tr td:nth-child(2) {
	color: #b90c0c;
}
.waku_stock table {
	border: 2px solid #774104;
}
.waku_stock table tr td:nth-child(1) {
	background: #774104;
}
.waku_stock table tr td:nth-child(2) {
	color: #774104;
}
.waku_stock .sold-out {
	display: block;
	font-size: 0.65rem;
	padding-top: 0.3rem;
}
/* レビュー一覧表示用 */
.review_top_ttl {
	font-size: 2rem;
	background: #8dbf97;
	padding: 1rem;
	color: #fff;
	margin: 1rem;
	display: inline-block;
}
.reviewlist_datas {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
.icon_star {
	float: left;
	width: 75px;
	overflow: hidden;
}
.icon_star img {
	max-width: inherit;
}
.review_poster li {
	/* float: left; */
	margin-left: 1rem;
	display: inline-block;
}
.review_poster li {
	list-style: none;
}
.reviewlist {
	padding: 1rem;
	border: 1px solid #e3e3e3;
	margin: 1.5rem;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.review_ttl, .shopcomment_ttl {
	font-weight: bold;
	margin-bottom: 1rem;
	font-size: 1.35rem;
}
.review_img {
	float: right;
	margin: 0 0 10px 10px
}
.reviewlist_content {
	overflow: hidden;
	zoom: 1;
}
.shopcomment {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee;
	padding: 15px;
	border-radius: 6px;
}
.review_name {}
.review_date, .shopcomment_date {
	font-size: 0.8rem;
	color: #999;
}
.nendai, .sex {
	display: none;
}
/* 202011新設 */
.stock_error::before {
	content: "SOLD OUT";
	font-size: 1.2rem;
	font-weight: bold;
}
.stock_error {
	text-align: center;
	color: #fff;
	background: #9b0303;
	padding: 1rem;
	display: none;
	font-size: 0;
}
#img_after h3 {
	text-align: center;
	background: #2B2D33;
	padding: 2.5rem 1.5rem;
	position: relative;
	margin: 0;
}
#img_open {
	background: #E7EAF4;
}
.together {
	background: #fafbff;
}
.together h3 {
	background: #eaedf4;
	color: #0d285b;
	padding: 1rem;
	width: fit-content;
	margin: 1rem auto;
}
.together ul {
	text-align: center;
}
.together li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.together_e li {}
@media(max-width: 576px) {
	.together h3 {
		font-size: 1.2rem !important;
	}
	.together ul {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 1rem;
		padding: 1rem 0;
	}
	.together li {
		width: 60%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
		flex-shrink: 0;
	}
}
.jump_btn {
	padding: 1rem 1.5rem;
	color: #fff;
	background: #0AAE14;
	border-radius: 50px;
	font-size: 1.2rem;
	display: inline-block;
	text-decoration: none;
}
.jump_btn:hover {
	color: #fff;
	background: #464343;
}
.jump_btn::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-weight: 900;
	padding-left: 1rem;
}
ul.model_list, ul.part_list, ul.caution_list, ul.use_list, ul.del_list, ul.color_list, ol.number_list {
	padding: 0.5rem 1.5rem;
}
ol.number_list li {
	list-style: decimal;
	padding-top: 0.3rem;
}
ul.model_list li, ul.part_list li, ul.caution_list li, ul.use_list li, ul.del_list li, ul.color_list li {
	list-style: disc;
	padding-top: 0.3rem;
}
ul.model_list li {
	color: #096058;
	font-size: 0.95rem;
}
ul.part_list li {
	color: #055484;
}
ul.caution_list li {
	color: #bf0000;
	font-size: 0.9rem;
}
ul.use_list li {
	color: #2B0A53;
}
ul.del_list li {
	color: #629508;
}
ul.color_list li {
	/*color: #629508;*/
}
ul.prd_li {
	font-size: 0.9rem;
	color: #0397a6;
	line-height: 1.3;
	list-style: disc;
	padding: 0 0.5rem 0 1.5rem;
}
ul.prd_li li {
	margin-bottom: 0.5rem;
	list-style: disc;
}
ul.rcm_li li, ul.opt_li li {
	display: inline-block;
}
ul.rcm_li li a, ul.opt_li li a {
	padding: 0.75rem;
	display: block;
	margin: 0.5rem;
	font-size: 0.8rem;
	background: #0058AA;
	color: #fff;
	border-radius: 5px;
}
ul.opt_li li a::after, ul.rcm_li li a::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-weight: 900;
	padding-left: 1rem;
}
ul.opt_li li a {
	background: #0088AA;
	color: #fff;
}
ul.rcm_li li a:hover {
	background: #00366A;
}
ul.opt_li li a:hover {
	background: #00666A;
}
/*swiper サムネイル*/
.is-active .img-thumbnail {
	border-color: red;
}
.swiper-slide img.thumb {
	opacity: 0.5;
}
.swiper-slide.is-active img.thumb {
	opacity: 1.0;
}
.swiper-pagination .swiper-pagination-bullet {
	border-radius: inherit;
	margin: 0.5rem 0.3rem 0 0.3rem !important;
	width: 3rem;
	height: 0.2rem;
	background: #3f443e;
	opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #df2828;
}
.swiper-button-prev.change_color, .swiper-button-next.change_color {
	padding: 1rem;
	background: #00000017;
	color: #f00;
	width: auto;
	height: auto;
}
@media(max-width: 576px) {
	.swiper-pagination .swiper-pagination-bullet {
		margin: 0.5rem 0.3rem 0 0.3rem !important;
		width: 2rem;
		height: 0.2rem;
	}
	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
}
/*キャリアメール注意*/
.mail_outer {
	width: 85%;
	margin: 0 auto;
	background-color: #7b170d;
	text-align: center;
	position: relative;
}
.mail_outer a:hover {
	color: #999;
}
/* 親要素に対するスタイル */
td {
    position: relative;
}</pre></body></html>