<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* トップバナー非表示 */
#topbanner {
	display: none;
}

/* bxSlider関連 */
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
}
.bx-wrapper {
  margin: 0 !important;
}

ul.bxslider {
  margin-left: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  border: 1px solid #333;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  float: left;  
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 商品単位 */
.product-unit {
  float: left;
  padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
  background-color: #333;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}

/*-------------------------------- 商品詳細ここから --------------------------------*/



/*========改行=======*/

@media only screen and (min-width: 769px) { 
.br-sp {
display: none;
 }
.br-pc {
display: block;
 }
}


@media only screen and (max-width: 768px) { 
.br-sp {
display: block;
 }
.br-pc {
display: none;
 }
}

/*========改行=======*/


	
.ccitem_wrap {
	max-width: 800px;
	line-height: 1.8em;
	margin-bottom: 3em;
	font-size:16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.cc_product {
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.ccitem_ttl  {
	padding-bottom: 0.8em;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 0.8em;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
}
.ccitem_secondary {
	margin-top: 0px;
}
.ccitem_alert {
	margin-top: 1.5em;
	background-color: #F9E1E8;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-radius: 8px;
}


.cc_phead .cc_sabttl {
	font-size: 1.3em;
	color: #525252;
	margin-bottom: 1em;
}
.cc_intro {
	margin-top: 1em;
	margin-bottom: 1em;
}

.cc_product .cc_desc {
	margin-top: 2em;
	margin-bottom: 2em;
}

cc_desc ul{
	list-style-type: disc;
}

cc_desc ul li{
	margin-top: 1em;
	margin-left: 1em;
}
.cc_listbox {
	margin-top: 1em;
}



.cc_point {
	font-weight: 500;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #abced8;
	padding-left: 0.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

.cc_label {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b8b8b8;
	line-height: 2em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-weight: 600;
}
.cc_label.cc_label2 {
	margin-top: 1em;
}

.cc_text {
	margin-top: 1em;
	margin-bottom: 1em;
}



/*========pointlist ========*/


.cc_itemlist {
	margin-bottom: 2em;
	margin-top: 2em;
}

.cc_listtext p {
	margin: 0px;
	padding: 0px;
}
.cc_listtext p {
	margin: 0px;
}

/*======== list1 ========*/

.fas_list_back{
	margin: 0;
	padding-left: 0px;
}
.fas_list_back li{
	list-style: none;
	position: relative;
	margin: 0 0 8px 0;
	padding: 0 0 0 calc(1em + 5px);
	line-height: 2;
}
.fas_list_back li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f138';
	color: #abced8;
}
.fas_list_back li:last-child{
	margin-bottom: 0px;
}



/*========pointlist ========*/


/*========pointlist_dldd ========*/


.fas_list_back dt{
	list-style: none;
	position: relative;
	margin: 0 0 8px 0;
	padding: 0 0 0 calc(1em + 5px);
	line-height: 2;
	font-weight: 600;
}
.fas_list_back dd{
	padding-left: 1.3em;
	line-height: 1.8em;
}
.fas_list_back dt:before{
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f138';
	color: #abced8;
}
.fas_list_back dt:last-child{
	margin-bottom: 0px;
}
.fas_list_back .cc__text {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0.5em;
}



/*========pointlist ========*/






/*======== size table ========*/


.cc_sizetb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2em;
	margin-top: 1em;
	font-size: 0.9em;
}


.cc_sizetb th {
	text-align: center;
	padding: 10px;
	background: #ebf6f7;
	border: solid 1px #dcedf2;
}
.cc_sizetb td {
 padding: 10px;
 border: solid 1px #dcedf2;
}
.cc_sizetb td:first-child {
	background-color: #ebf6f7;
	text-align:center;
}



.cc_tbcol {
	text-align: left;
}

/*======== 補足title ========*/


.cc_point2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 0.5em;
	font-weight: 500;
}



/*======== オプション ========*/

.cc_item_op {
	width: 100%;
	margin-top: 2em;
	padding-left: 1em;
	overflow: hidden;
}

.cc_item_op img {
	float: left;
	margin-right: 1em;
}




/*======== YouTube ========*/


.video-wrap {
	max-width: 80%; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

.video {
position: relative;
height: 0;
width: 100%;
padding-bottom: 56.25%;
margin-top: 20px;
margin-bottom: 20px;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



.cc_emphasis {
	font-size: 1.3em;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: dotted !important;
	border-bottom-color: #333;
	line-height: 1.8em;
	padding-bottom: 0.2em;
	margin-bottom: 2em;
	margin-top: 1em;
}
.cc_rotation {
	padding-left: 0px;
	margin-top: 0.8em;
}
.cc_rotation li {
	list-style-type: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #abced8;
	width: 18em;
	text-align: center;
	margin-bottom: 0.5em;
	border-radius: 100vh;
	padding: 0.2em;
}

.cc_rotation dt {
	list-style-type: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #abced8;
	width: 18em;
	text-align: center;
	margin-bottom: 0.5em;
	border-radius: 100vh;
	padding: 0.2em;
}

.cc_product_img img {
	height: auto;
	width: 100%;
}


.cc_block {
	display: block;
	font-size: 0.8em;
}
.bb_sizetd td {
	text-align: center;
}


td .bbinput {
	display: inline-block;
	width: 15px;
	margin: 0;
}


/*在庫ゼロ*/
.stock_zero,.t_stock_num {
	font-size: 0.8em;
	color: #C00;
}
/*-------------------------------- 商品詳細ここまで --------------------------------*/


/*======== BBスポーツ ========*/

@media only screen and (min-width: 769px) { 
.bbsp_flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}

.bbsp_flexitem_l {
  width: 40%;
}
.bbsp_flexitem_r {
  width: 60%;
}
}


@media only screen and (max-width: 768px) { 
.bbsp_flexbox {
	display: block;
	margin-top: 2em;
}

.bbsp_flexitem_l {
	text-align: center;
}
.bbsp_flexitem_r {
  width: 100%;
}

}
.bbsp_fleximg img {
    max-width: 100%;
	height: auto;
}



.bbsp_flextext {
	padding: 0.5em;
}
.bbsp_flextext .flexttl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72695A;
	font-size: 16px;
	font-weight: 600;
	color: #72695A;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	white-space: nowrap;
	text-align: center;
}


.bb_figimg {
	margin: 0 auto;
}

</pre></body></html>