body, html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #f9f9f9;
}

.container {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.product {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product a {
  display: block;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333;
  padding: 24px 16px; /* 上下にしっかり余白を確保 */
  text-align: left; /* デフォルトで左寄せ */
}

.product img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-title {
  font-size: 12px;
  margin: 12px 0 6px;
  text-align: left;
  padding: 8px; /* フォント周りに空白 */
  background-color: #f0f0f0; /* 背景色をつけるとさらにおしゃれに */
  border-radius: 8px;
}

.product-price {
  font-size: 14px;
  color: #e91e63;
  margin: 0;
  text-align: left;
}

.product-details {
  font-size: 16px; /* 少し小さく */
  margin-bottom: 6px;
}
  
.product-name {
  font-size: 20px; /* スマホ用に少し小さく */
  margin-bottom: 8px;
}

.product-model {
  font-size: 14px; /* 型番をさらに小さく */
}

/* スペース調整 */
 .product-description {
  padding: 16px;
}

/* ホバー時に浮くような効果 */
.product:hover {
  transform: translateY(-5px);
}

:root {
	--color-red: #914108;
	--color-basebg: #f2f2f2;
	--color-blue01: #475C85;
	--color-blue02: #5973A6;
	--color-blue03: #9CABC9;
	--color-blue04: #DEE3ED;
	--color-blue05: #F0F1F5;
	--color-black01: #000000;
	--color-linkbtn: #70C13F;
}

#justdrum_lp {
	position: relative;
	margin: 0 auto;
	padding-bottom: 120px;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#justdrum_lp * {
	margin: 0;
	padding: 5px;
	font-style: normal;
	list-style-type:none;
	box-sizing: border-box;
}
#justdrum_lp img {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	border: none;
	vertical-align: bottom;
}
#justdrum_lp sup {
	font-size: 65%;
	font-weight: normal;
	vertical-align: text-top;
}
#justdrum_lp .jlp_pc { display: none;}


#justdrum_lp .jlp_txt_att {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 10px;
}
#justdrum_lp .jlp_txt_indent01 p {
	text-indent: -1.9em;
	padding-left: 1.9em;
}
#justdrum_lp .jlp_txt_indent02 p {
	text-indent: -1em;
	padding-left: 1em;
}


/*---- main ----*/
#justdrum_lp #jlp_main {
	text-align: center;
	background: rgb(212,216,222,1);
}
#justdrum_lp #jlp_main .jlp_logo_p {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 120px;
}
#justdrum_lp #jlp_main .jlp_image {
	background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(239,239,240,1) 64%, rgba(228,231,233,1) 70%, rgba(212,216,222,1) 100%);
}
#justdrum_lp #jlp_main .jlp_copy {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#justdrum_lp #jlp_main .jlp_copy h1 {
	font-size: 24px !important;
	font-weight: bold !important;
	line-height: 1.3 !important;
	margin: 0 0 20px 0 !important;
	text-align: center !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
}
#justdrum_lp #jlp_main .jlp_copy p {
	font-size: 16px;
	line-height: 1.6;
}


/*---- comparison ----*/
#justdrum_lp #jlp_comparison {
	background: linear-gradient(180deg, rgba(212,216,222,1) 0%, rgba(242,242,242,1) 85%, rgba(255,255,255,1) 100%);
	padding: 50px 0 80px;
}
#justdrum_lp #jlp_comparison table {
	width: auto;
	max-width: 1140px;
	line-height: 1.2;
	border-collapse: separate;
	border-spacing: 5px 0px;
	margin-left: 5px;
	margin-right: 5px;
}
#justdrum_lp #jlp_comparison table td {
	width: 33%;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: solid 1px #999999;
	padding: 18px 0px 14px;
	vertical-align: middle;
}
#justdrum_lp #jlp_comparison table td .jlp_txt_s { font-size: 12px;}
#justdrum_lp #jlp_comparison table td .jlp_txt_l { font-size: 22px;}
#justdrum_lp #jlp_comparison table tr.jlp_name td {
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
#justdrum_lp #jlp_comparison table tr.jlp_name td a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	transition:all .3s ease;
}
#justdrum_lp #jlp_comparison table tr.jlp_name td a:hover {
	opacity: 0.7;
}
#justdrum_lp #jlp_comparison table tr.jlp_name td a .jlp_copy {
	font-size: 12px;
	padding: 20px 5px 10px;
}
#justdrum_lp #jlp_comparison table tr.jlp_name td a .jlp_copy .jlp_series {
	display: inline-block;
	font-size: 14px;
	background-image: url("../img/arrow_anchor.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 20px auto;
	padding-right: 0px;
	padding-bottom: 30px;
}
#justdrum_lp #jlp_comparison table tr.jlp_name td a .jlp_copy .jlp_series span {
	font-size: 30px;
}
#justdrum_lp #jlp_comparison table tr.jlp_name td.jlp_LX a .jlp_copy {
	background-color: var(--color-blue01);
}
#justdrum_lp #jlp_comparison table tr.jlp_name td.jlp_SD a .jlp_copy {
	background-color: var(--color-blue04);
	color: var(--color-blue01);
}
#justdrum_lp #jlp_comparison table tr.jlp_name td.jlp_VG a .jlp_copy {
	background-color: var(--color-black01);
}
#justdrum_lp #jlp_comparison table tr.jlp_noboder td {
	border: none;
}


/*----.jlp_feature ----*/
#justdrum_lp .jlp_feature {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
#justdrum_lp #jlp_SD.jlp_feature,
#justdrum_lp #jlp_VG.jlp_feature{
	margin-top: 100px;
}
#justdrum_lp .jlp_feature .jlp_main {}
#justdrum_lp .jlp_feature .jlp_acc_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--color-blue04);
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 15px 15px 20px;
}
#justdrum_lp .jlp_feature .jlp_acc_title:hover {
	opacity: 0.8;
}
#justdrum_lp .jlp_feature .jlp_acc_title .jlp_number {
	width: 20px;
	color: var(--color-blue01);
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-right: 10px;
}
#justdrum_lp .jlp_feature .jlp_acc_title .jlp_txt {
	flex-grow: 1;
	font-size: 20px;
	line-height: 1.2;
}
#justdrum_lp .jlp_feature .jlp_acc_title .jlp_btn {
	width: 24px;
	height: 24px;
	background: url("../img/accordion_open.png") no-repeat center center;
	background-size: contain;
	margin-left: 10px;
}
#justdrum_lp .jlp_feature .jlp_acc_title.jlp_open .jlp_btn {
	background: url("../img/accordion_close.png") no-repeat center center;
	background-size: contain;
}
#justdrum_lp .jlp_feature .jlp_acc_cont {
	display: none;
	margin-left: 15px;
	margin-right: 15px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_close {
	text-align: center;
	margin: 40px 0 80px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_close a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-decoration: none;
	background-color: var(--color-blue01);
	background-image: url("../img/accordion_close_w.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 20px auto;
	padding: 12px 50px 10px 40px;
	border-radius: 30px;
	transition:all .3s ease;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_close a:hover {
	opacity: 0.7;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_box {
	margin-top: 30px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_flxbox {
	margin-top: 30px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_flxbox .jlp_box_clm2 {
	margin-bottom: 40px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_flxbox .jlp_box_clm3 {
	margin-bottom: 40px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_flxbox .jlp_box_240 {
	margin-bottom: 20px;
	padding: 0 12%;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_flxbox .jlp_box_320 {}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_colum01 {
	border: solid 2px var(--color-blue01);
	margin-top: 40px;
	padding: 20px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_colum01 .jlp_title {
	text-align: center;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_colum01 .jlp_flxbox .jlp_box_clm2 {
	max-width: 548px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_image {
	margin-bottom: 20px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_logo {
	max-width: 580px;
	margin: 0 auto 20px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont h3 {
	text-align: center !important;
	font-size: 20px !important;
	font-weight: bold !important;
	margin: 0 0 15px !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
	line-height: 1.5 !important;
}
#justdrum_lp .jlp_feature .jlp_acc_cont h3 .jlp_txt_s {
	font-size: 15px !important;
}
#justdrum_lp .jlp_feature .jlp_acc_cont h4 {
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 0 0 10px !important;
	text-align: left !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
	line-height: 1.5 !important;
}
#justdrum_lp .jlp_feature .jlp_acc_cont h4 .jlp_txt_s {
	font-size: 14px !important;
}

#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_movie {
	text-align: center;
	margin-bottom: 30px;
}
#justdrum_lp .jlp_feature .jlp_acc_cont .jlp_movie video {
	width: 90%;
	max-width: 360px;
}
#justdrum_lp #jlp_SD h3.jlp_sd_subtitle {
	display: block !important;
	font-size: 20px !important;
	font-weight: bold !important;
	color: var(--color-blue01) !important;
	line-height: 1 !important;
	padding: 10px !important;
	border: solid 1px var(--color-blue01) !important;
}
#justdrum_lp #jlp_SD .jlp_name {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	margin: 10px 0;
}
#justdrum_lp #jlp_SD .jlp_name .jlp_nameL {
	width: 47%;
	color: #666666;
	background-color: #EFEFEF;
	border: solid 1px #666666;
	padding: 10px 8px 8px;
}
#justdrum_lp #jlp_SD .jlp_name .jlp_nameR {
	width: 47%;
	color: #FFFFFF;
	background-color: var(--color-blue01);
	padding: 10px 8px 8px;
}
#justdrum_lp #jlp_SD .jlp_sd_1_img05 {
	margin-top: -50px;
}
#justdrum_lp #jlp_SD .jlp_utype {
	text-align: center;
	color: #FFFFFF;
	background-color: #595757;
	margin-bottom: 40px;
	padding: 30px 15px;
}
#justdrum_lp #jlp_SD .jlp_htype {
	text-align: center;
	color: #595757;
	border: solid 1px #CCCCCC;
	padding: 30px 15px;
}
#justdrum_lp #jlp_SD .jlp_type_name {
	margin-bottom: 10px;
}
#justdrum_lp #jlp_SD hr {
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: 0;
}
#justdrum_lp #jlp_SD .jlp_utype hr { border-top: 2px solid #FFFFFF;}
#justdrum_lp #jlp_SD .jlp_htype hr { border-top: 2px solid #595757;}
#justdrum_lp #jlp_SD .jlp_utype h4,
#justdrum_lp #jlp_SD .jlp_htype h4 {
	font-size: 20px !important;
	text-align: center !important;
}
#justdrum_lp #jlp_SD .jlp_utype p.jlp_txt {
	font-size: 16px;
}
#justdrum_lp #jlp_SD .jlp_htype p.jlp_txt {
	font-size: 16px;
	color: #000000;
}
#justdrum_lp #jlp_SD .jlp_htype p.jlp_subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #595757;
	border: solid 2px #595757;
	margin-bottom: 5px;
}
#justdrum_lp #jlp_SD .jlp_htype p.jlp_subtitle + div {
	margin-bottom: 15px;
}
#justdrum_lp #jlp_SD .jlp_utype .jlp_txt_att {
	text-align: left;
}
#justdrum_lp #jlp_SD .jlp_htype .jlp_txt_att{
	color: #000000;
	text-align: left;
}
#justdrum_lp #jlp_SD .jlp_space01 { padding: 0;}
#justdrum_lp #jlp_SD .jlp_space02 { padding: 0;}
#justdrum_lp #jlp_SD .jlp_space03 { padding: 0;}

#justdrum_lp #jlp_checkmovie {
	max-width: 1200px;
	border: solid 2px var(--color-blue01);
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 100px;
	text-align: center;
	padding: 20px;
}
#justdrum_lp #jlp_checkmovie h3 {
	font-size: 20px !important;
	font-weight: bold !important;
	color: var(--color-blue01) !important;
	margin: 0 0 15px !important;
	text-align: center !important;
	padding: 0 !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	background: none !important;
	line-height: 1.5 !important;
}
#justdrum_lp #jlp_checkmovie .jlp_cmbox {
}
#justdrum_lp #jlp_checkmovie .jlp_cmbox .jlp_cmbox_movie {
	text-align: center;
	width: auto;
	max-width: 548px;
	margin-bottom: 15px;
}
#justdrum_lp #jlp_checkmovie .jlp_cmbox .jlp_cmbox_movie video {
	width: 90%;
	max-width: 360px;
}
#justdrum_lp #jlp_checkmovie .jlp_cmbox .jlp_cmbox_copy {
	width: auto;
	max-width: 548px;

}


/*----.jlp_float_bascket ----*/
#justdrum_lp #jlp_float_bascket {
	position: fixed;
	left: 0px;
	bottom: -100px;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 5;
	text-align: center;
}
#justdrum_lp #jlp_float_bascket .jlp_fb_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
	max-width: 1200px;
	margin: 0 auto;
}
#justdrum_lp #jlp_float_bascket .jlp_fb_box p {
	width: 30%;
}
#justdrum_lp #jlp_float_bascket .jlp_fb_box p.jlp_fb_title {
	width: 100%;
	font-size: 4vw;
	font-weight: bold;
	color: #55932F;
}
#justdrum_lp #jlp_float_bascket .jlp_fb_box a {
	display: block;
	width: 100%;
	background-color: #70C13F;
	border-radius: 8px;
	color: #FFF;
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	padding: 10px 5px;
}
#justdrum_lp #jlp_float_bascket .jlp_fb_box a:hover {
	opacity: 0.8;
}
#justdrum_lp #jlp_float_bascket .jlp_fb_box a span {
	display: inline-block;
	font-size: 3.5vw;
	background: url("../img/ico_cart_a.png") no-repeat right center;
	background-size: 15px auto;
	margin-top: 5px;
	padding-right: 18px;
}



#justdrum_lp .jlp_mb30 { margin-bottom: 30px;}
#justdrum_lp .jlp_mb20 { margin-bottom: 20px;}
#justdrum_lp .jlp_mb10 { margin-bottom: 10px;}
#justdrum_lp .jlp_mt0 { margin-top: 0px;}