@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 {
  color: inherit;
  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 {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.font_outfit {
  font-family: "Outfit", sans-serif;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }
}

/* !rockers_lp_wrapper
---------------------------------------------------------- */
#rockers_lp_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 7.2rem;
}

/* !header
---------------------------------------------------------- */
#rockers_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 2.4rem;
  width: 100%;
  background: #fff100;
}
#rockers_lp_headerlogo {
  display: flex;
  align-items: center;
  height: 7.2rem;
  font-weight: 700;
}
#rockers_lp_headerlogo img {
  margin-right: 3.4rem;
  height: 4.8rem;
}

.rockers_lp_btn_menu {
  display: none;
  position: relative;
  z-index: 5;
  width: 4.8rem;
  height: 4.8rem;
  background: url("../image/common/icon_menu.svg") no-repeat center;
  background-size: 100%;
  border-radius: 50%;
}
.rockers_lp_btn_menu.active {
  background-image: url("../image/common/icon_menu_close.svg");
}

#rockers_lp_navi ul {
  display: flex;
}
#rockers_lp_navi li {
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  height: 7.2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
#rockers_lp_navi li .eng {
  display: none;
}

.rockers_lp_headerlinks {
  position: fixed;
  right: 0;
  bottom: 0;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #rockers_lp_wrapper {
    padding: 6rem 0;
  }

  #rockers_lp_header {
    align-items: center;
    padding: 0 1rem;
  }
  #rockers_lp_headerlogo {
    height: 6rem;
    font-size: 1.6rem;
  }
  #rockers_lp_headerlogo img {
    margin-right: 1.4rem;
    height: 2.2rem;
  }

  .rockers_lp_btn_menu {
    display: block;
  }

  #rockers_lp_navi {
    pointer-events: none;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.3s;
    z-index: 2;
    padding: 8rem 3.2rem;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #fff100 7.5rem, #fff 7.5rem, #fff 100%);
  }
  #rockers_lp_navi.open {
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
  }
  #rockers_lp_navi ul {
    display: block;
  }
  #rockers_lp_navi li {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  #rockers_lp_navi li .eng {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 3.2rem;
  }

  .rockers_lp_headerlinks {
    width: 100%;
  }
  .rockers_lp_headerlinks img {
    width: 100%;
  }
}

/* rockers_lp_footer
-----------------------------------------------------------*/
.rockers_lp_footer {
  background: #fff100;
}
.rockers_lp_footer_sns {
  padding: 9.6rem 0;
  background: #fff;
  text-align: center;
}
.rockers_lp_footer_sns h2 {
  margin-bottom: 4rem;
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
}
.rockers_lp_footer_sns h2 .sign {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 0.8rem;
  min-width: 19.6rem;
  background: #fff100;
  font-size: 4rem;
}
.rockers_lp_footer_sns .icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rockers_lp_footer_sns .icon a {
  margin: 0 1.2rem;
  width: 6.4rem;
}
.rockers_lp_footer_sns .banner {
  margin: 7.2rem auto 0;
  max-width: 50rem;
}

.rockers_lp_pageTop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  background: #743e94;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
}

.rockers_lp_footer .footerIn {
  padding: 5.6rem 0 9rem;
}
.rockers_lp_footerlogo {
  margin-bottom: 5.6rem;
  text-align: center;
}
.rockers_lp_footerlogo img {
  width: 20.2rem;
}
.rockers_lp_footer .footlinks {
  border-bottom: 1px solid #743e94;
}
.rockers_lp_footer .footlinks li {
  padding: 1.6rem 0;
  border-top: 1px solid #743e94;
  font-size: 1.6rem;
  font-weight: 700;
}
.rockers_lp_footer .footlinks li a {
  display: block;
  background: url("../image/common/arrow_link.svg") no-repeat right center;
}

#copyright {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}

/*** スマホ 320px ~ 834px***/
@media screen and (min-width: 835px) {
  .rockers_lp_footer a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .rockers_lp_footer_sns {
    padding: 8rem 3.2rem;
  }
  .rockers_lp_footer_sns h2 {
    margin-bottom: 3.2rem;
    font-size: 1.24rem;
  }
  .rockers_lp_footer_sns h2 .sign {
    padding: 0.5rem 1rem;
    margin-bottom: 0.8rem;
    min-width: 14.3rem;
    font-size: 3.5rem;
  }
  .rockers_lp_footer_sns .icon a {
    margin: 0 1.2rem 2.4rem;
  }
  .rockers_lp_footer_sns .banner {
    margin-top: 4rem;
  }

  .rockers_lp_footer .footerIn {
    padding: 5.6rem 0 9.6rem;
  }
  .rockers_lp_footer .rockers_lp_inner {
    padding: 0 3.2rem;
  }

  .rockers_lp_footer .footlinks li {
    font-size: 1.4rem;
  }
}

/* !common
---------------------------------------------------------- */
.rockers_lp_mainVisual img {
  width: 100%;
}

.rockers_lp_inner {
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 100rem;
}
.rockers_lp_inner.inner2 {
  max-width: 85rem;
}

.hide {
  display: none;
}

.rockers_lp_anchorArea {
  position: relative;
}
.rockers_lp_anchorArea .anchor {
  position: absolute;
  top: -7.2rem;
}

.rockers_lp_anchorBtns .hd01 {
  margin-bottom: 2.4rem;
  padding: 0.3rem 0;
  background: #fff100;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.rockers_lp_anchorBtns .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}
.rockers_lp_anchorBtns .btns a {
  margin: 0 0.4rem;
  width: calc(20% - 0.8rem);
}

.rockers_lp_swiper_area .hd01 {
  margin-bottom: 0.8rem;
  text-align: center;
}
.rockers_lp_swiper .swiper-slide {
  width: 20rem;
}
.rockers_lp_swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 20rem;
}
.rockers_lp_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.rockers_lp_hdL {
  margin-bottom: 4.8rem;
  line-height: 1;
}
.rockers_lp_hdL span {
  display: inline-block;
  background: #fff100;
}
.rockers_lp_hdL .eng {
  padding: 0 0.8rem;
  text-shadow: -1px -1px 0 #743e94, 1px -1px 0 #743e94, -1px 1px 0 #743e94, 1px 1px 0 #743e94;
  text-transform: uppercase;
  color: #fff100;
  font-size: 8rem;
  font-weight: 700;
}
.rockers_lp_hdL .jap {
  padding: 0.8rem;
  color: #743e94;
  font-weight: 900;
}

.rockers_lp_hdM {
  margin-bottom: 3.2rem;
  padding: 0.5rem;
  background: #fff100;
  border-bottom: 0.4rem solid #743e94;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}

.rockers_lp_bg {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.rockers_lp_bg img {
  position: absolute;
}
.rockers_lp_bg .bg1 {
  right: 5.2rem;
  bottom: 35.5rem;
  width: 35rem;
}
.rockers_lp_bg .bg2 {
  left: 3.6rem;
  bottom: -5rem;
  width: 34rem;
}
.rockers_lp_bg .bg3 {
  right: 18rem;
  top: -2rem;
  width: 22rem;
}
.rockers_lp_bg .bg4 {
  left: 10.3rem;
  bottom: 0.6rem;
  width: 33.3rem;
}

.rockers_lp_txt {
  line-height: 1.7;
}

.rockers_lp_btn {
  margin-top: 4rem;
  text-align: center;
}
.rockers_lp_btn a {
  display: block;
  margin: 0.8rem auto 0;
  max-width: 39rem;
}

.swiper_pagecontrol {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 7rem;
  margin: 1.6rem auto 0;
  max-width: 31.1rem;
  min-height: 4rem;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper_pagecontrol .swiper-button-prev,
.swiper_pagecontrol .swiper-button-next,
.swiper_pagecontrol .swiper-button-prev2,
.swiper_pagecontrol .swiper-button-next2 {
  cursor: pointer;
  position: absolute;
  top: 0;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background: no-repeat center;
  background-size: 100%;
}
.swiper_pagecontrol .swiper-button-prev,
.swiper_pagecontrol .swiper-button-prev2 {
  left: 0;
  background-image: url("../image/common/arrow_b_l.svg");
}
.swiper_pagecontrol .swiper-button-next,
.swiper_pagecontrol .swiper-button-next2 {
  right: 0;
  background-image: url("../image/common/arrow_b_r.svg");
}
.swiper_pagecontrol .swiper-pagination,
.swiper_pagecontrol .swiper-pagination2 {
  position: static;
  width: auto;
  text-align: left;
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 0.4rem !important;
  width: 0.9rem;
  height: 0.9rem;
  background: #fff100;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #743e94 !important;
}
.rockers_lp_bgcolor .swiper-pagination-bullet {
  background: #fafafa;
}

.swiper_pagecontrol.smallSt {
  min-height: 2.3rem;
}
.swiper_pagecontrol.smallSt .swiper-button-prev,
.swiper_pagecontrol.smallSt .swiper-button-next,
.swiper_pagecontrol.smallSt .swiper-button-prev2,
.swiper_pagecontrol.smallSt .swiper-button-next2 {
  width: 2.3rem;
  height: 2.3rem;
}

.swiper_pagecontrol.bigSt {
  max-width: 50rem;
}

.rockers_lp_banner img {
  width: 100%;
}

/*** スマホ 320px ~ 834px***/
@media screen and (min-width: 835px) {
  .rockers_lp_btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .rockers_lp_inner {
    padding: 0 1.6rem;
  }

  .rockers_lp_swiper_area .hd01 {
    margin-bottom: 0.4rem;
  }
  .rockers_lp_swiper .swiper-slide {
    width: 12rem;
  }
  .rockers_lp_swiper .swiper-slide img {
    height: 12rem;
  }

  .rockers_lp_hdL {
    margin-bottom: 4rem;
  }
  .rockers_lp_hdL .eng {
    font-size: 6.6rem;
  }
  .rockers_lp_hdL .jap {
    font-size: 1.4rem;
  }

  .rockers_lp_hdM {
    margin-bottom: 1.8rem;
    padding: 0.5rem;
    border-bottom-width: 0.3rem;
    font-size: 2rem;
  }

  .rockers_lp_bg .bg1,
  .rockers_lp_bg .bg2 {
    display: none;
  }
  .rockers_lp_bg .bg3 {
    right: -1rem;
    width: 10.5rem;
  }
  .rockers_lp_bg .bg4 {
    left: -0.2rem;
    bottom: 6rem;
    width: 18.8rem;
  }

  .rockers_lp_btn {
    margin-top: 1.6rem;
  }

  .rockers_lp_anchorArea .anchor {
    top: -6rem;
  }

  .swiper_pagecontrol.bigSt {
    max-width: 31.1rem;
  }
}

/* !page
---------------------------------------------------------- */
.rockers_lp_top {
  position: relative;
  z-index: 2;
  padding: 9.6rem 0 4rem;
}

.rockers_lp_movie {
  margin-bottom: 9.6rem;
}
.rockers_lp_movie .movie {
  position: relative;
  padding-top: 56.26%;
  margin-bottom: 0.8rem;
}
.rockers_lp_movie .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rockers_lp_movie .tit {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}

.rockers_lp_top .ballDisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7rem;
  padding: 9.6rem 0;
  background: url("../image/bg_ball.svg") no-repeat center;
  background-size: auto 100%;
}
.rockers_lp_top .ballDisplay .img {
  width: calc(53% + 0.1rem);
}
.rockers_lp_top .ballDisplay .info {
  width: calc(44% + 0.2rem);
}
.rockers_lp_top .ballDisplay .tit {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 900;
}
.rockers_lp_top .ballDisplay .txt {
  line-height: 1.7;
  font-weight: 700;
  font-size: 1.8rem;
}

.rockers_lp_enjoy {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 9.6rem 0;
  background: url("../image/enjoy/bg_enjoy.jpg");
}
.rockers_lp_enjoy .bg {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.rockers_lp_enjoy_part {
  padding: 6.4rem 0;
}
.rockers_lp_enjoy_part + .rockers_lp_enjoy_part {
  border-top: 2px solid #fff100;
}
.rockers_lp_enjoy_part:nth-of-type(1) {
  padding-top: 0;
}
.rockers_lp_enjoy_part:last-child {
  padding-bottom: 0;
}
.rockers_lp_enjoy .sub {
  margin-bottom: 2.4rem;
  line-height: 1.7;
  font-weight: 500;
}
.rockers_lp_enjoy .sub2 {
  margin-bottom: 3.2rem;
}

.rockers_lp_enjoy_swiper,
.rockers_lp_player_swiper {
  overflow: hidden;
}

.rockers_lp_player_info .swiper-slide {
  width: 31.1rem;
  height: auto;
}
.rockers_lp_player_info .display {
  padding: 1.6rem;
  height: 100%;
  background: #fefaa6;
  border-radius: 2rem;
}
.rockers_lp_player_info .display .img {
  margin-bottom: 1.6rem;
}
.rockers_lp_player_info .display .pic {
  position: relative;
}
.rockers_lp_player_info .display .pic img {
  object-fit: cover;
  width: 100%;
  height: 28rem;
}
.rockers_lp_player_info .display .id {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 1rem;
  min-width: 11.5rem;
  background: #fff100;
  font-weight: 700;
}
.rockers_lp_player_info .display .name {
  padding: 0.5rem;
  background: #fff100;
  letter-spacing: -0.05em;
  font-weight: 900;
  font-size: 2.1rem;
}
.rockers_lp_player_info .tit {
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.rockers_lp_player_info .tit .big {
  font-size: 2rem;
}
.rockers_lp_player_info .txt {
  font-size: 1.6rem;
}

.rockers_lp_enjoy_display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rockers_lp_enjoy_display + .rockers_lp_enjoy_display {
  margin-top: 4rem;
}
.rockers_lp_enjoy_display.reverse {
  flex-direction: row-reverse;
}
.rockers_lp_enjoy_display .img {
  width: calc(58% - 0.2rem);
}
.rockers_lp_enjoy_display .info {
  width: calc(42% - 3rem);
}
.rockers_lp_enjoy_display .hd01 {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  font-weight: 700;
}
.rockers_lp_enjoy_display .hd01 .foucs {
  display: inline-block;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.8rem;
  background: #fff100;
}
.rockers_lp_enjoy_display .hd01 .small {
  font-size: 2rem;
}
.rockers_lp_enjoy_display .note {
  margin-top: 3.2rem;
  font-size: 1.4rem;
}
.rockers_lp_enjoy_display .rockers_lp_btn {
  margin-top: 3.2rem;
}

.rockers_lp_enjoy_box {
  padding: 3.2rem;
  margin-top: 6.4rem;
  border: 1.5px solid #000;
  display: block;
  transition: all 0.3s;
}
.rockers_lp_enjoy_box:hover {
  opacity: 0.7;
}
.rockers_lp_enjoy_box .rockers_lp_enjoy_display .img {
  width: calc(47% - 0.3rem);
}
.rockers_lp_enjoy_box .rockers_lp_enjoy_display .info {
  width: calc(50% + 0.4rem);
}
.rockers_lp_enjoy_box .rockers_lp_enjoy_display .hd01 .foucs {
  display: block;
  margin-top: 0.8rem;
  font-size: 2.4rem;
  font-weight: 900;
}

.rockers_lp_plan {
  position: relative;
  z-index: 2;
  padding: 9.6rem 0;
  background: #fff100;
}
.rockers_lp_plan .rockers_lp_hdL .eng {
  padding: 0;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.rockers_lp_plan .rockers_lp_hdL .jap {
  background: #000;
  color: #fff;
}
.rockers_lp_plan .sub {
  margin-bottom: 2.7rem;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 500;
}
.rockers_lp_plan .planFlow h3 {
  margin-bottom: 1.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.rockers_lp_plan_ctrl {
  margin-bottom: 2.7rem;
}
.rockers_lp_plan_ctrl li {
  cursor: pointer;
  position: relative;
  width: 7.6rem;
  text-align: center;
  color: #743e94;
  font-weight: 700;
  font-size: 1.4rem;
}
.rockers_lp_plan_ctrl li.swiper-slide-thumb-active {
  opacity: 0.5;
}
.rockers_lp_plan_ctrl li + li:before {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 1.4rem;
  background: url("../image/plan/arrow_right_orange.svg") no-repeat;
  background-size: 100%;
}
.rockers_lp_plan_ctrl li .icon {
  margin: 0 auto 0.8rem;
  max-width: 4.4rem;
}
.rockers_lp_plan_swiper {
  overflow: hidden;
}
.rockers_lp_plan_swiper .timeHd {
  margin-bottom: 0.8rem;
}
.rockers_lp_plan_swiper .timeHd span {
  display: inline-block;
  padding: 0.4rem 0.8rem 0.4rem 5.5rem;
  background: url("../image/plan/icon_clock.svg") no-repeat 0.8rem center #fff;
  background-size: 3rem;
  border: 0.3rem solid #000;
  font-weight: 700;
}
.rockers_lp_plan_swiper .display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rockers_lp_plan_swiper .display .img {
  overflow: hidden;
  width: 50%;
  border-radius: 0.8rem;
}
.rockers_lp_plan_swiper .display .info {
  width: calc(50% - 3.2rem);
}
.rockers_lp_plan_swiper .display .tit {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.rockers_lp_seat {
  padding: 9.6rem 0 0;
}
.rockers_lp_tabCtrl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.rockers_lp_tabCtrl li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 0.25rem);
  height: 5.2rem;
  background: #fff100;
  border-radius: 0.8rem 0.8rem 0 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.rockers_lp_tabCtrl li.onActive {
  height: 6.3rem;
}
.rockers_lp_seat .rockers_lp_tabCtrl {
  margin-bottom: 2.4rem;
}
.rockers_lp_seatTab_swiper,
.rockers_lp_seatTab_swiper2 {
  overflow: hidden;
}
.rockers_lp_seatTab_swiper .display {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem;
  border: 0.3rem solid #fff100;
}
.rockers_lp_seatTab_swiper .display .image {
  width: calc(51% + 0.3rem);
}
.rockers_lp_seatTab_swiper .display .info {
  width: calc(45% + 0.2rem);
  font-size: 1.6rem;
}
.rockers_lp_seatTab_swiper .display .swiper_pagecontrol.smallSt {
  max-width: 100%;
}
.rockers_lp_seatTab_swiper .display p.note {
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.rockers_lp_seatTab_swiper .display p.note a {
  border-bottom: 1px solid;
}
.rockers_lp_seatTab_swiper .display p.note a:hover {
  opacity: 0.7;
}
.rockers_lp_seatTab_swiper .hd01 {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}
.rockers_lp_seatTab_swiper .hd01:after {
  content: "";
  display: block;
  margin: 1.6rem auto 0;
  height: 0.3rem;
  max-width: 15rem;
  background: linear-gradient(to right, #fff100 33%, #743e94 33%, #743e94 66%, #fff100 66%);
}
.rockers_lp_seatTab_swiper .display .txt {
  line-height: 1.7;
}
.rockers_lp_seatTab_swiper .price {
  margin-top: 1.6rem;
}
.rockers_lp_seatTab_swiper .price dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.rockers_lp_seatTab_swiper .price dt {
  padding: 0.6rem 0.5rem;
  width: 7.6rem;
  background: #fff100;
  border-radius: 3rem;
  text-align: center;
}
.rockers_lp_seatTab_swiper .price dd {
  width: calc(100% - 8.4rem);
}

.rockers_lp_howto {
  padding: 6.4rem 0 0;
}
.rockers_lp_howto .box {
  padding: 4rem 7.5rem 3.2rem;
  background: #fff100;
  border-radius: 2rem;
}
.rockers_lp_howto .hd01 {
  margin-bottom: 4rem;
  text-align: center;
}
.rockers_lp_howto .hd01 .eng {
  display: inline-block;
  padding: 0.4rem 1rem 0.6rem;
  background: #000;
  line-height: 1;
  color: #fff100;
  font-size: 3rem;
  font-weight: 700;
}
.rockers_lp_howto .hd01 .jap {
  display: block;
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.rockers_lp_howto .hd02 {
  position: relative;
  margin-bottom: 0.8rem;
  padding: 1.1rem 0 1.1rem 5.5rem;
  font-weight: 700;
  font-size: 2rem;
}
.rockers_lp_howto .step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.7rem;
  height: 4.7rem;
  background: #fff100;
  border-radius: 50%;
  color: #743e94;
  font-size: 3.2rem;
  font-weight: 700;
}
.howto_buy .display {
  display: flex;
  height: 100%;
  background: #fff;
  border-radius: 0 2rem 2rem 0;
}
.howto_buy .swiper-slide {
  height: auto;
}
.howto_buy .display .img {
  width: 48%;
}
.howto_buy .display .info {
  display: flex;
  align-items: center;
  padding: 2.4rem;
  width: 52%;
}
.howto_buy .display .txt {
  line-height: 1.7;
  font-size: 1.6rem;
}
.rockers_lp_howto .note {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}

.rockers_lp_access {
  padding: 9.6rem 0;
}
.rockers_lp_access .bg {
  padding: 11rem 7.5rem 6.4rem;
  background: linear-gradient(188.61deg, #fff100 6.56%, #743e94 82.42%);
}
.rockers_lp_access .rockers_lp_tabCtrl {
  margin-bottom: 3.2rem;
}
.rockers_lp_access .rockers_lp_hdL {
  margin-bottom: -6.5rem;
}
.rockers_lp_access .access_map {
  margin: 0 auto;
  max-width: 50rem;
  color: #fff;
}
.rockers_lp_access .access_map .map {
  margin-bottom: 1.6rem;
}
.rockers_lp_access .access_map .map iframe {
  width: 100%;
  height: 33.4rem;
  border: 0;
}
.rockers_lp_access .access_map .place {
  margin-bottom: 0.8rem;
  color: #fff100;
  font-size: 3rem;
  font-weight: 700;
}
.rockers_lp_access .access_map .add {
  margin-bottom: 1.6rem;
  font-weight: 700;
}

.rockers_lp_faq {
  padding: 9.6rem 0 16rem;
  background: linear-gradient(180deg, #e8e8e8 0%, #f8f5f5 100%);
}
.rockers_lp_faq li {
  margin-bottom: 1.6rem;
}
.rockers_lp_faq li .quest {
  cursor: pointer;
  position: relative;
  padding: 1.6rem 6rem;
  background: url("../image/common/icon_plus.svg") no-repeat right 2.4rem center #fff100;
  background-size: 1.4rem;
  border-radius: 0.8rem;
  color: #1e1e1e;
  font-weight: 700;
}
.rockers_lp_faq li .quest:before {
  content: "Q";
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #743e94;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}
.rockers_lp_faq li .answer {
  padding: 1.6rem;
}
.toggleBox {
  display: none;
}

.rockers_lp_about {
  position: relative;
  z-index: 2;
  padding: 2.4rem 0 0;
  margin-top: -12rem;
}
.rockers_lp_about:before {
  content: "";
  clip-path: polygon(0% 12rem, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff100;
}
.rockers_lp_about .rockers_lp_hdL .eng {
  background: #000;
  text-shadow: 0 0 0;
  color: #fff;
}
.rockers_lp_about .rockers_lp_hdL .jap {
  background: #000;
  color: #fff;
}
.rockers_lp_about_display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.rockers_lp_about_display .image {
  overflow: hidden;
  width: calc(52% + 0.3rem);
}
.rockers_lp_about_display .info {
  width: calc(45% - 0.2rem);
}
.rockers_lp_about_display .notes {
  margin: 2rem 0;
}
.rockers_lp_about_display .notes li {
  text-indent: 1rem;
}

.rockers_lp_fanclub {
  padding: 9.6rem 0;
}
.rockers_lp_fanclub h2 {
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 170%;
}
.rockers_lp_fanclub .banner {
  margin: 0 auto;
  max-width: 58.7rem;
}
.rockers_lp_fanclub .tit {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
}

.rockers_lp_nav_playlist {
  position: relative;
  z-index: 2;
  padding: 0 0 9.6rem;
}
.rockers_lp_nav_playlist:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4.8rem;
  z-index: -1;
  width: 100%;
  height: calc(100% - 4.8rem);
  background: linear-gradient(188.61deg, #fff100 6.56%, #743e94 82.42%);
}
.rockers_lp_nav_playlist .rockers_lp_hdL .eng {
  background: #000;
  text-shadow: 0 0 0;
  color: #fff;
}
.rockers_lp_nav_playlist .rockers_lp_hdL .jap {
  background: #000;
  color: #fff;
}
.rockers_lp_nav_playlist .display {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.rockers_lp_nav_playlist .display .img {
  width: calc(58% + 0.2rem);
}
.rockers_lp_nav_playlist .display .movie {
  width: calc(38% + 0.1rem);
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .rockers_lp_top {
    padding: 8rem 0 4rem;
  }
  .rockers_lp_movie {
    margin-bottom: 8rem;
  }
  .rockers_lp_movie .tit {
    font-size: 1.2rem;
  }

  .rockers_lp_anchorBtns .hd01 {
    margin: 0 -1.6rem 2.4rem;
  }
  .rockers_lp_anchorBtns .btns {
    margin: 0 -0.2rem;
  }
  .rockers_lp_anchorBtns .btns a {
    margin: 0 0.2rem 0.4rem;
    width: calc(100% / 3 - 0.4rem);
  }

  .rockers_lp_top .ballDisplay {
    display: block;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 0.5rem 1.2rem;
    background-size: auto 100%;
  }
  .rockers_lp_top .ballDisplay .img {
    width: auto;
  }
  .rockers_lp_top .ballDisplay .info {
    padding: 1.6rem 2rem 0;
    width: auto;
  }
  .rockers_lp_top .ballDisplay .tit {
    text-align: center;
    font-size: 2.1rem;
  }
  .rockers_lp_top .ballDisplay .txt {
    line-height: 1.5;
    font-size: 1.6rem;
  }

  .rockers_lp_enjoy {
    padding: 8rem 0;
    background-size: 160rem;
  }
  .rockers_lp_enjoy .sub {
    margin: 0 1.6rem 3.6rem;
  }
  .rockers_lp_enjoy .sub2 {
    margin: 0 2rem 2.4rem;
    line-height: 1.7;
  }
  .rockers_lp_enjoy_part {
    padding: 3.2rem 0;
  }
  .rockers_lp_enjoy_display {
    display: block;
    padding: 0 1.6rem;
  }
  .rockers_lp_enjoy_display + .rockers_lp_enjoy_display {
    margin-top: 3.2rem;
  }
  .rockers_lp_enjoy_display .img {
    margin-bottom: 1.6rem;
    width: auto;
  }
  .rockers_lp_enjoy_display .info {
    width: auto;
  }
  .rockers_lp_enjoy_display .hd01 {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .rockers_lp_enjoy_display .note {
    margin-top: 1.6rem;
  }
  .rockers_lp_enjoy_box {
    padding: 1.6rem;
    margin-top: 4rem;
  }
  .rockers_lp_enjoy_box .rockers_lp_enjoy_display {
    padding: 0;
  }
  .rockers_lp_enjoy_box .rockers_lp_enjoy_display .img {
    width: auto;
  }
  .rockers_lp_enjoy_box .rockers_lp_enjoy_display .info {
    width: auto;
  }

  .rockers_lp_plan {
    padding: 6.4rem 0 8rem;
  }
  .rockers_lp_plan .sub {
    margin: 0 1.6rem 1.6rem;
  }
  .rockers_lp_plan .planFlow .scroll {
    position: relative;
    padding: 0 1.6rem 0.6rem;
    margin: 0 -1.6rem 0.8rem;
    background: url("../image/common/icon_line_arr.svg") no-repeat left bottom;
    background-size: calc(100% - 1.6rem);
    text-align: left;
    text-transform: uppercase;
    color: #743e94;
  }
  .rockers_lp_plan_swiper .display {
    display: block;
  }
  .rockers_lp_plan_swiper .display .img {
    margin-bottom: 1.6rem;
    width: auto;
  }
  .rockers_lp_plan_swiper .display .info {
    width: auto;
  }

  .rockers_lp_seat {
    padding: 8rem 0 0;
  }

  .rockers_lp_tabCtrl li {
    padding: 0 0.5rem;
    width: calc(100% / 3 - 0.2rem);
  }
  .rockers_lp_tabCtrl li .small {
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .rockers_lp_seatTab_swiper .display {
    display: block;
  }
  .rockers_lp_seatTab_swiper .display .image {
    margin-bottom: 1.6rem;
    width: auto;
  }
  .rockers_lp_howto .note {
    font-size: 1.2rem;
  }
  .rockers_lp_seatTab_swiper .display .info {
    width: auto;
  }

  .rockers_lp_seatTab_swiper .price {
    display: flex;
    flex-wrap: wrap;
  }
  .rockers_lp_seatTab_swiper .price dl {
    width: 50%;
  }
  .rockers_lp_seatTab_swiper .price dt {
    padding: 0.9rem 0.5rem;
    width: 7.5rem;
  }
  .rockers_lp_seatTab_swiper .price dd {
    width: calc(100% - 8rem);
  }
  .rockers_lp_seat .swiper_pagecontrol {
    margin-top: 2.4rem;
  }
  .rockers_lp_seat .rockers_lp_btn {
    margin: 4rem 1.6rem 0;
  }

  .rockers_lp_howto {
    padding: 5.6rem 0 0;
  }
  .rockers_lp_howto .box {
    padding: 3.2rem 1.6rem;
  }
  .rockers_lp_howto .hd01 {
    margin-bottom: 3.2rem;
  }
  .rockers_lp_howto .hd01 .eng {
    font-size: 2rem;
  }
  .rockers_lp_howto .hd01 .jap {
    font-size: 1.2rem;
  }
  .rockers_lp_howto .hd02 {
    font-size: 1.6rem;
  }

  .howto_buy .display .txt {
    font-size: 1.4rem;
  }

  .rockers_lp_seatTab_swiper .display p.note {
    font-size: 1.2rem;
  }

  .howto_buy .display {
    display: block;
    border-radius: 0 0 2rem 2rem;
  }
  .howto_buy .display .img {
    width: auto;
  }
  .howto_buy .display .info {
    padding: 1.6rem;
    width: auto;
  }
  .howto_buy .display .note {
    margin-top: 1.6rem;
  }
  .rockers_lp_howto .rockers_lp_btn {
    margin-top: 3.2rem;
  }

  .rockers_lp_access {
    padding: 8rem 0 10rem;
  }
  .rockers_lp_access .bg {
    padding: 9.6rem 0 4.8rem;
    margin: 0 0.8rem;
  }
  .rockers_lp_access .rockers_lp_tabCtrl {
    margin: 0 -0.8rem 2.4rem;
  }
  .rockers_lp_access .access_map {
    margin: 0 -0.8rem;
  }
  .rockers_lp_access .access_map .map iframe {
    height: 23rem;
  }
  .rockers_lp_access .access_map .info {
    padding: 0 1.6rem;
  }

  .rockers_lp_faq {
    padding: 8rem 0 10rem;
  }
  .rockers_lp_faq li .quest {
    padding: 1.6rem 3rem 1.6rem 4.4rem;
    background-position: right 0.8rem center;
    font-size: 1.6rem;
  }
  .rockers_lp_faq li .quest:before {
    left: 0.8rem;
  }
  .rockers_lp_faq .answer {
  }

  .rockers_lp_about {
    padding: 2.4rem 0 0;
    margin-top: -6rem;
  }
  .rockers_lp_about:before {
    clip-path: polygon(0% 6rem, 100% 0%, 100% 100%, 0% 100%);
  }
  .rockers_lp_about_display {
    display: block;
    margin-bottom: 4rem;
  }
  .rockers_lp_about_display .image {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .rockers_lp_about_display .info {
    width: auto;
    font-weight: 500;
  }
  .rockers_lp_about_display .notes {
    margin: 1.6rem 0;
  }

  .rockers_lp_fanclub {
    padding: 8rem 0;
  }

  .rockers_lp_fanclub h2 {
    font-size: 1.8rem;
  }

  .rockers_lp_nav_playlist {
    padding: 0 0 8rem;
  }
  .rockers_lp_nav_playlist .display {
    display: block;
  }
  .rockers_lp_nav_playlist .display .img {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .rockers_lp_nav_playlist .display .movie {
    width: auto;
  }
}
