@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
/* .op:hover img {
} */

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  /* color: #fff;
	background: #FFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo,'ＭＳ Ｐゴシック',Verdana,Arial,Helvetica,sans-serif; */
  font-size: 1.6rem;
  /* -webkit-text-size-adjust: none;
	line-height: 1.5; */
}

.pc_disp {
  display: none !important;
}
.hide {
  display: none;
}

.rajd {
  font-family: "Rajdhani", sans-serif;
}

/* !basketlive_lp_wrapper
---------------------------------------------------------- */
#basketlive_lp_wrapper {
  min-width: 320px;
  overflow: hidden;
  background: #191919;
  padding: 0 0 55px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.basketlive_lp_inner {
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.basketlive_lp_inner2 {
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
/* !header
---------------------------------------------------------- */
#basketlive_lp_header {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  padding: 15px 0;
}
.basketlive_lp_pagetop {
  position: absolute;
  top: -70px;
  right: 18px;
  width: 50px;
  height: 50px;
}

.basketlive_lp_header_btn {
  display: flex;
  justify-content: center;
}
.basketlive_lp_header_btn li {
  margin: 0 9px;
}

.basketlive_lp_header_txt {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
}
.basketlive_lp_header_txt span {
  font-weight: bold;
}

/* !mainVisual
---------------------------------------------------------- */
.basketlive_lp_mainVisual,
.basketlive_lp_mainVisual img {
  width: 100%;
}

/* basketlive_lp_footer
-----------------------------------------------------------*/
.basketlive_lp_footer {
  padding: 60px 0 75px;
  background: url(../image/bg_footer.jpg) no-repeat bottom center;
  background-size: cover;
  text-align: center;
}

.basketlive_lp_sns {
  padding-bottom: 45px;
}
.basketlive_lp_sns h2 {
  margin-bottom: 40px;
  position: relative;
}
.basketlive_lp_sns h2 span {
  font-size: 1.55rem;
  font-weight: bold;
  font-family: "Rajdhani";
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.basketlive_lp_sns h2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(60%, -50%);
  z-index: 1;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.08;
}
.basketlive_lp_sns h2:after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
  z-index: 1;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.08;
}

.basketlive_lp_sns ul {
  font-size: 0;
}
.basketlive_lp_sns ul li {
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 50px;
}
.basketlive_lp_sns ul li a {
  font-family: "Rajdhani";
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
}
.basketlive_lp_sns ul li span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 12px);
  z-index: 1;
}
.basketlive_lp_sns ul li img {
  width: 45px;
}

.basketlive_lp_footer_logo img {
  width: 120px;
}

.basketlive_lp_footer_company {
  padding: 25px 0 70px;
}
.basketlive_lp_footer_company a {
  text-decoration: underline;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.basketlive_lp_copyright {
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}

/*common*/
.basketlive_lp_hd {
  text-align: center;
  margin-bottom: 25px;
}
.basketlive_lp_hd .en {
  color: #000000;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 37px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.basketlive_lp_hd .en2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 37px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.basketlive_lp_hd .jp span {
  display: inline-block;
  width: 107px;
  line-height: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url(../image/bg_hd.png) no-repeat;
  background-size: 100% 100%;
}

/*basketlive_lp_top*/
.basketlive_lp_top {
  background: url(../image/bg_top.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 50px;
}
.basketlive_lp_top_dl {
  color: #fff;
  text-align: center;
}
.basketlive_lp_top_dl dt img {
  width: 155px;
}
.basketlive_lp_top_p01 img {
  height: 17px;
  margin-right: 3px;
}
.basketlive_lp_top_p01 {
  padding-top: 30px;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
}
.basketlive_lp_top_p02 {
  font-weight: bold;
  font-size: 2.4rem;
}
.basketlive_lp_top_p03 {
  font-size: 1.45rem;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: left;
  padding-top: 18px;
}

.basketlive_lp_top .movie {
  width: 100%;
  margin: 30px auto 0;
}

.basketlive_lp_top .movieIn {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.basketlive_lp_top .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.basketlive_lp_price {
  padding: 60px 0 0;
  background-color: #f0f0f0;
}
.basketlive_lp_price_p01 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-bottom: 32px;
  color: #000;
}
.basketlive_lp_price_p01 span {
  font-size: 1.2rem;
}
/* .basketlive_lp_price_box{display: ;} */
.basketlive_lp_price_item {
  background: #fff;
  text-align: center;
  padding-bottom: 35px;
}
.basketlive_lp_price_item + .basketlive_lp_price_item {
  margin-top: 2px;
}
.basketlive_lp_price_title {
  color: #fff;
  background: #000000;
  font-size: 1.3rem;
  line-height: 17px;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
  position: relative;
}
.basketlive_lp_price_title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 7px solid #000000;
}
.basketlive_lp_price_logo {
  padding: 35px 0 25px;
}
.basketlive_lp_price_logo img {
  height: 25px;
}
.basketlive_lp_price_logo img + img {
  padding-left: 14px;
  margin-left: 14px;
  border-left: 1px solid #e5e5e5;
}
/* .basketlive_lp_price_text{} */
.basketlive_lp_price_text span {
  background: url(../image/line_span.png) no-repeat bottom center;
  background-size: 100% 22px;
  color: #eb0a1e;
  padding: 0 20px 4px;
}
.basketlive_lp_price_text .jp {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0.2em;
  font-weight: 800;
  display: inline-block;
  margin-top: 10px;
}
.basketlive_lp_price_text .rajd {
  font-size: 6rem;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
  width: 154px;
  background: url(../image/number.png) no-repeat center center;
  background-size: auto 37px;
}
.basketlive_lp_price_text_bottom {
  color: #eb0a1e;
  font-size: 1.1rem;
  margin: 15px 0 0;
}
.basketlive_lp_price_text_bottom span {
  font-weight: bold;
  font-size: 1.6rem;
}

/*basketlive_lp_register*/
#howtoregister {
  margin-top: -50px;
  padding-top: 50px;
}
.basketlive_lp_register {
  padding: 60px 0;
  background-color: #f0f0f0;
}
.basketlive_lp_register .basketlive_lp_hd {
  margin-bottom: 30px;
  white-space: nowrap;
}
.basketlive_lp_register .basketlive_lp_hd .en {
  font-size: 4.2rem;
}
.basketlive_lp_register_ul {
  background-color: #191919;
}
.basketlive_lp_register_ul li {
  box-sizing: border-box;
  position: relative;
  padding: 45px 20px;
  border: 1px solid #252525;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
}
.basketlive_lp_register_ul li + li {
  margin-top: 20px;
}
.basketlive_lp_register_ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  width: 7px;
  height: 2px;
  background: #ffffff;
}
.basketlive_lp_register_logo {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.basketlive_lp_register_logo .sf {
  width: 150px;
}
.basketlive_lp_register_logo .ym {
  width: 128px;
}
.basketlive_lp_register_logo .yjp {
  width: 202px;
}
.basketlive_lp_register_title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.basketlive_lp_register_text {
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.08em;
  opacity: 0.5;
  margin-bottom: 7px;
  font-weight: 400;
  color: #fff;
}
.basketlive_lp_register_notice {
  font-size: 1rem;
  opacity: 0.5;
  margin-bottom: 10px;
  color: #fff;
}
.basketlive_lp_register_link a {
  display: inline-block;
  padding-left: 16px;
  background: url(../image/arrow01.png) no-repeat left top 7px;
  background-size: 6px auto;
  color: #eb0a1e;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-weight: 600;
}
.basketlive_lp_register_link span {
  border-bottom: 1px solid;
}
.basketlive_lp_register_link + .basketlive_lp_register_p01 {
  padding-top: 30px;
}
.basketlive_lp_register_p02 + .basketlive_lp_register_link {
  padding-top: 20px;
}
.basketlive_lp_register_p01 {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
  color: #fff;
}
.basketlive_lp_register_p02 {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  opacity: 0.5;
  color: #fff;
}
.basketlive_lp_register_btn {
  text-align: center;
  margin: 20px 0 0;
}
.basketlive_lp_register_btn img {
  width: 325px;
}
/*追加 20201221 */
.basketlive_lp_register_p03 {
  text-align: center;
  padding-bottom: 38px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}
.basketlive_lp_register_p03 .fee {
  color: #ff0000;
  font-size: 1.8rem;
}
.basketlive_lp_register_cust {
  position: relative;
  margin: 0 auto 30px;
  padding: 15px;
  max-width: 540px;
  background: #000000;
  text-align: center;
  line-height: 1.36;
  font-size: 1.1rem;
}
.basketlive_lp_register_cust:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 10px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.basketlive_lp_register_cust h3 {
  margin: 0 auto 5px;
  font-size: 1.3rem;
  font-weight: bold;
}
.basketlive_lp_register .silder_sp {
  margin-bottom: 50px;
}
.basketlive_lp_register .silder {
  margin-bottom: 30px;
}
.basketlive_lp_register .register_flow {
  padding-bottom: 10px;
}
.basketlive_lp_register .register_flow .item {
  margin: 0 42px;
}
.basketlive_lp_register .slick-prev,
.basketlive_lp_register .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100px;
  background: #000000;
  color: #fff;
}
.basketlive_lp_register .slick-prev {
  left: -20px;
}
.basketlive_lp_register .slick-next {
  right: -20px;
}
.basketlive_lp_register .slick-prev:before,
.basketlive_lp_register .slick-next:before {
  position: static;
  transform: none;
}
.basketlive_lp_register .slick-prev:before {
  content: "◀";
}
.basketlive_lp_register .slick-next:before {
  content: "▶";
}
/* .basketlive_lp_register #btn_1{
} */

/*basketlive_lp_live*/
.basketlive_lp_live {
  background: #111;
  padding: 60px 0;
}
.basketlive_lp_live_p01 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.basketlive_lp_live_p01 img {
  width: 183px;
  vertical-align: sub;
}
.basketlive_lp_live_p02 {
  text-align: center;
  padding: 22px 0 62px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
.basketlive_lp_live_p07 {
  text-align: center;
  padding: 0px 0 22px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
.basketlive_lp_live_dl {
  padding: 35px 0;
  position: relative;
  z-index: 1;
}
.basketlive_lp_live_dl:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 300px;
  z-index: -1;
  background: url(../image/bg_live01.jpg) no-repeat center center;
  background-size: cover;
}
.basketlive_lp_live_dl dt {
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0px 55px;
}
.basketlive_lp_live_dl dd {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 50px 25px;
}
.basketlive_lp_live_dl dd:before {
  content: "";
  position: absolute;
  left: -130px;
  top: 0;
  width: 1000px;
  height: 100%;
  z-index: -1;
  background: url(../image/bg_dd.png) no-repeat center center #eb3223;
  background-size: auto 100%;
}
.basketlive_lp_live_p03 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.basketlive_lp_live_p04 {
  font-size: 2.15rem;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.basketlive_lp_live_p05 {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.basketlive_lp_live_p06 li {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 3px;
  color: #000;
}

.basketlive_lp_live_dl.rt:before {
  background: url(../image/bg_live02.jpg) no-repeat center center;
  background-size: cover;
}
.basketlive_lp_live_dl.rt dt {
  padding: 0 0 35px;
}
.basketlive_lp_live_dl.rt dd {
  display: flex;
  justify-content: flex-end;
}
.basketlive_lp_live_dl dd .cont {
  max-width: 500px;
}
.basketlive_lp_live_dl.rt dd:before {
  left: auto;
  right: -170px;
  background: url(../image/bg_dd02.png) no-repeat center center #eb3223;
  background-size: auto 100%;
}

.basketlive_lp_schedule {
  background: #191919;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 45px 0;
}
.basketlive_lp_schedule_hd {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.basketlive_lp_schedule_phone {
  height: 190px;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.basketlive_lp_schedule_phone img {
  width: 177px;
  position: relative;
  top: -35px;
}
.basketlive_lp_schedule_cont {
  position: relative;
  z-index: 2;
  background: #191919;
  padding: 35px;
}
.basketlive_lp_schedule_title {
  padding-right: 75px;
  background: url(../image/icon_schedule.png) no-repeat right center;
  background-size: 59px auto;
  font-size: 1.8rem;
  line-height: 22px;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.basketlive_lp_schedule_text {
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.basketlive_lp_movie {
  position: relative;
}
.basketlive_lp_movie iframe {
  display: block;
  width: 100%;
  height: 48.8vw;
}

/*basketlive_lp_device*/
.basketlive_lp_device {
  padding: 60px 0;
  background: url(../image/bg_device.jpg) no-repeat left 35% center;
  background-size: cover;
  text-align: center;
}
.basketlive_lp_device_p01 {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #000000;
}
.basketlive_lp_device_p02 {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.08em;
  padding: 20px 0 40px;
  word-break: break-all;
  color: #000000;
}
.basketlive_lp_device_p02 a {
  color: #fff;
}
.basketlive_lp_device_p03 {
  font-size: 1.2rem;
  line-height: 24px;
  letter-spacing: 0.08em;
  padding: 20px 0 40px;
  word-break: break-all;
  color: #000;
}
.basketlive_lp_device_p03 a {
  color: #000;
  text-decoration: underline;
}
.basketlive_lp_device_ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.basketlive_lp_device_ul li {
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 45px 0;
}
.basketlive_lp_device_ul_img img {
  height: 75px;
}
.basketlive_lp_device_ul_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-top: 21px;
  color: #000000;
}
.basketlive_lp_device_ul_title:after {
  content: "";
  display: block;
  margin: 25px auto;
  width: 8px;
  height: 2px;
  background: #000000;
}
.basketlive_lp_device_ul_text {
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.08em;
  color: #000000;
}
.basketlive_lp_device_down {
  padding-top: 66px;
  display: flex;
}
.basketlive_lp_device_down li {
  font-size: 1.6rem;
  width: 50%;
}
.basketlive_lp_device_down li + li {
  margin-left: 10px;
}

/*basketlive_lp_faq*/
#basketlive_lp_faq {
  margin-top: -50px;
  padding-top: 50px;
}
.basketlive_lp_faq {
  padding: 65px 0;
  background: #f0f0f0;
}
.basketlive_lp_faq .basketlive_lp_hd {
  margin-bottom: 45px;
}
.basketlive_lp_faq_item:last-of-type {
  border-bottom: 1px solid rgba(000, 000, 000);
}
.basketlive_lp_faq_item_ask {
  border-top: 1px solid rgba(000, 000, 000);
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 30px 0 35px;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 0.09em;
  color: #000;
  background: url(../image/btn_faq_on.svg) no-repeat right center;
  background-size: 20px auto;
  position: relative;
  cursor: pointer;
}
.basketlive_lp_faq_item_ask.active {
  color: #000;
  background: url(../image/btn_faq_off.svg) no-repeat right center;
  background-size: 20px auto;
  font-weight: 600;
}
.basketlive_lp_faq_item_ask span,
.basketlive_lp_faq_item_qus_p span.icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  font-family: "Rajdhani", sans-serif;
  border-radius: 50%;
  box-sizing: border-box;
}
.basketlive_lp_faq_item_ask.active span {
  opacity: 1;
  background: #fff;
  color: #111;
}
.basketlive_lp_faq_item_qus {
  position: relative;
  padding: 20px 10px 20px 35px;
  border-top: 1px solid rgba(000, 000, 000);
  font-size: 1.4rem;
  line-height: 22px;
  /*letter-spacing: 0.09em;*/
  display: none;
}
.basketlive_lp_faq_item_qus_p {
  position: relative;
  color: #000;
}
.basketlive_lp_faq_item_qus_p span.icon {
  top: 0px;
  transform: translateY(0%);
  left: -35px;
  background: #fff;
  color: #000;
  opacity: 1;
}
.basketlive_lp_faq_item_qus .basketlive_lp_register_link {
  padding-top: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}
.basketlive_lp_faq_item_qus .basketlive_lp_register_link a {
  font-size: 1.3rem;
  letter-spacing: 0;
}

.basketlive_lp_guide {
  background: #fff;
  padding: 40px 0;
}
#basketlive_lp_guide {
  margin-top: -50px;
  padding-top: 50px;
}

.basketlive_lp_guide .basketlive_lp_hd {
  white-space: nowrap;
}

.basketlive_lp_guide_logo {
  text-align: center;
}
.basketlive_lp_guide_tit {
  text-align: left;
  margin: 45px auto 25px;
  font-weight: bold;
}
.basketlive_lp_guide_tit span {
  background: url(../image/icon_smp.svg) left center no-repeat;
  background-size: 70px;
  min-height: 70px;
  padding-left: 82px;
  display: inline-flex;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #000000;
}

.basketlive_lp_guide_txt01 {
  background: url(../image/line_span.png) no-repeat bottom center;
  background-size: 80% 22px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 4.3rem;
  color: #ff0000;
  margin-bottom: 40px;
  font-weight: bold;
}
.basketlive_lp_guide_txt02 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #000000;
  margin-bottom: 40px;
  font-weight: bold;
}

.basketlive_lp_guide_btn_on {
  display: block;
  text-align: center;
}
.basketlive_lp_guide_btn_off {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}

.basketlive_lp_guide .basketlive_lp_inner:last-child {
  border-top: 30px solid #f0f0f0;
  margin-top: 40px;
}

.basketlive_lp_guide_box_wrapper {
  display: none;
  justify-content: space-between;
}

.basketlive_lp_guide_box {
  width: 100%;
  border: 2px solid #f0f0f0;
  border-top: 0;
}
.basketlive_lp_guide_box_tit01 {
  background: #000;
  height: 62px;
  color: #fff;
  line-height: 2.4rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% + 4px);
  transform: translateX(-2px);
  font-weight: bold;
}
.basketlive_lp_guide_box_tit01::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 10px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.basketlive_lp_guide_box_tit02 {
  background: #676767;
  height: 62px;
  color: #fff;
  line-height: 2.4rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% + 4px);
  transform: translateX(-2px);
  font-weight: bold;
}
.basketlive_lp_guide_box_tit02::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 10px solid #676767;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.basketlive_lp_guide_box_in {
  padding: 45px 15px;
}

.basketlive_lp_guide_box_txt {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
}
.basketlive_lp_guide_box_btn {
  text-align: center;
}

.basketlive_lp_guide_box_subtit {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.basketlive_lp_guide_box_list {
  display: flex;
  justify-content: center;
}
.basketlive_lp_guide_box_list li {
  margin: 0 13px;
}

.basketlive_lp_premium {
  background: #fff;
  padding: 40px 0;
  border-top: 30px solid #f0f0f0;
}

.basketlive_lp_premium_tit {
  text-align: center;
}

.basketlive_lp_premium_subtit {
  text-align: center;
  font-size: 3.1rem;
  line-height: 4.1rem;
  color: #000000;
  margin: 20px 0 10px;
  font-weight: bold;
}
.basketlive_lp_premium_txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #000000;
  margin: 10px 0;
  font-weight: bold;
}

.basketlive_lp_premium_list {
  max-width: 710px;
  margin: 25px auto;
  padding: 0 15px;
}
.basketlive_lp_premium_list li {
  margin: 10px 0;
}
.basketlive_lp_premium_list li:last-child {
  margin-top: 20px;
  padding-right: 4.26vw;
}
.basketlive_lp_premium_list li:last-child img {
  width: 100%;
}
.basketlive_lp_premium_note {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000;
  margin-top: 20px;
  padding: 0 20px 0 35px;
}
.basketlive_lp_premium_note li {
  list-style: disc;
}
.basketlive_lp_premium_note2 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000;
  padding: 0 20px 0 30px;
}
.basketlive_lp_premium_note2 li {
  text-indent: -1em;
}
.basketlive_lp_device_ul.slick-slider img {
  width: auto;
}
.basketlive_lp_device_ul.slick-slider .slick-prev,
.basketlive_lp_device_ul.slick-slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100px;
  background: #eb3223;
  color: #fff;
  top: 120px;
}
.basketlive_lp_device_ul.slick-slider .slick-prev {
  left: -20px;
}
.basketlive_lp_device_ul.slick-slider .slick-next {
  right: -20px;
}
.basketlive_lp_device_ul.slick-slider .slick-prev:before,
.basketlive_lp_device_ul.slick-slider .slick-next:before {
  position: static;
  transform: none;
}
.basketlive_lp_device_ul.slick-slider .slick-prev:before {
  content: "◀";
  color: #fff;
}
.basketlive_lp_device_ul.slick-slider .slick-next:before {
  content: "▶";
  color: #fff;
}

.basketlive_lp_device_ul.slick-slider .slick-dots li {
  padding: 0;
  border: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.basketlive_lp_device_ul.slick-slider .slick-dots li.slick-active {
  background-color: #eb3223;
}

/*basketlive_lp_about*/
#basketlive_lp_about_sp {
  margin-top: -80px;
  padding-top: 80px;
}
.basketlive_lp_about {
  background: url(../image/about_bg_sp.png) no-repeat 0 0 / cover;
  padding: 50px 0;
}
.basketlive_lp_about_p01 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.basketlive_lp_about_p01 img {
  width: 219px;
  vertical-align: baseline;
}
.basketlive_lp_about_p02 {
  text-align: center;
  padding: 25px 0 30px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.basketlive_lp_about_apply dt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.basketlive_lp_about_apply_list {
  margin-top: 17px;
  display: flex;
  justify-content: center;
}
.basketlive_lp_about_apply_list li:first-child {
  width: 117px;
}
.basketlive_lp_about_apply_list li:last-child {
  width: 132px;
}
.basketlive_lp_about_apply_list li + li {
  margin-left: 15px;
}
.basketlive_lp_about_apply_list li img {
  width: 100%;
}

/*basketlive_lp_point*/
.basketlive_lp_point {
  background: url(../image/point_bg_sp.jpg) #060606 no-repeat center top/100%;
  padding: 50px 0 0;
}
.basketlive_lp_point_p01 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.basketlive_lp_point_p01 span {
  font-size: 2.8rem;
}
.basketlive_lp_point_p01 img {
  width: 275px;
  vertical-align: text-bottom;
}
.basketlive_lp_point_layout {
  margin: 50px auto 0;
}
.basketlive_lp_point_layout li {
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
  color: #fff;
}
.basketlive_lp_point_layout li:first-child {
  margin-top: 0;
}
.basketlive_lp_point_p02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
  background: rgba(255, 255, 255, 0.18);
  position: relative;
}
.basketlive_lp_point_p02::before,
.basketlive_lp_point_p02::after {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.basketlive_lp_point_p02::before {
  left: 0;
  top: 0;
  background-image: url(../image/point_bg_title1.png);
}
.basketlive_lp_point_p02::after {
  right: 0;
  bottom: 0;
  background-image: url(../image/point_bg_title2.png);
}
.basketlive_lp_point_p02 span {
  transform: skewX(-15deg);
}
.basketlive_lp_point_p03 {
  font-size: 1.6rem;
  margin-top: 15px;
}
.basketlive_lp_point_p03 sup {
  font-size: 1rem;
  vertical-align: super;
}
.basketlive_lp_point_img01 {
  margin-top: 15px;
  height: 44vw;
}
.basketlive_lp_point_img01 img {
  width: 100%;
}
.basketlive_lp_point_note {
  background: #fff;
  padding: 20vw 20px 75px;
  margin: 0 -20px;
}
.basketlive_lp_point_note p {
  color: #333;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 2em;
  text-indent: -2em;
}
.basketlive_lp_point_note p a {
  color: #000;
  text-decoration: underline;
}

/*basketlive_lp_price*/
#basketlive_lp_price {
  margin-top: -50px;
  padding-top: 50px;
}
.basketlive_lp_price_note {
  margin-top: 15px;
  color: #000;
  font-size: 1.2rem;
  text-align: left;
  padding: 0 25px 0 37px;
  text-indent: -1em;
}

/*basketlive_lp_guide*/
.basketlive_lp_guide_txt01 {
  margin-bottom: 25px;
}
.basketlive_lp_guide_note {
  margin: 25px 0 15px;
  color: #000;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
