@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;
	/**/
}
*,
*:before,
*::after {
	box-sizing: border-box;
}

/* !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: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

.font_zen {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.font_barlow {
	font-family: "Barlow", sans-serif;
}
.font_erica {
	font-family: "Erica One", sans-serif;
}
.font_dela {
	font-family: "Dela Gothic One", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    html {
        font-size: 0.83vw;
    }
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.6667vw;
	}
}

@media screen and (min-width: 834px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 835px) {
	.pc {
		display: none;
	}
}

/* !sunrockers_lp_wrapper
---------------------------------------------------------- */
#sunrockers_lp_wrapper {
	position: relative;
	z-index: 2;
	padding-bottom: 8.2rem;
}
 
/* !header
---------------------------------------------------------- */
#sunrockers_lp_header {
	display: flex;
	justify-content: space-between;
	position: relative;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}

.sunrockers_lp_btn_menu {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: fixed;
	right: 1.6rem;
	top: 1.6rem;
	z-index: 5;
	padding: 0 3.6rem 0 1.6rem;
	height: 3.6rem;
	border-radius: 5rem;
	border: 2px solid;
	background: url(../image/common/icon_menu.svg)no-repeat right 1.6rem center #392071;
	background-size: 1.6rem;
	box-shadow: 0 1px 8px 0 rgba(62, 62, 62, 0.08);
	color: #fff;
} 
.sunrockers_lp_btn_menu:before {
	content: "MENU";
	letter-spacing: 0.032rem;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
}
.sunrockers_lp_btn_menu.active {
	background-image: url(../image/common/icon_close.svg);
}
.sunrockers_lp_btn_menu.active:before {
	content: "CLOSE";
}
  
#sunrockers_lp_navi {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 1.6rem;
	top: 3.6rem;
	transition-duration: 0.3s;
	padding: 4.8rem 2.4rem 3rem;
	border-radius: 0.8rem;
	border: 2px solid #FFF;
	background: #392071;
	color: #fff;
}
#sunrockers_lp_navi.open {
	opacity: 1;
	visibility: visible;
}
#sunrockers_lp_navi li a {
	display: block;
	padding: 1.1rem 0;
	letter-spacing: 0.032rem;
	text-align: right;
	font-weight: 700;
}

.sunrockers_lp_nav {
	position: absolute;
	right: 7.2rem;
	top: 9rem;
	color: #fff;
}
.sunrockers_lp_nav li a {
	display: block;
	padding: 1.1rem 0;
	letter-spacing: 0.032rem;
	text-align: right;
	font-size: 2rem;
	font-weight: 700;
}

.sunrockers_lp_headcv {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 1.1rem 2.4rem;
	width: 100%;
	background: rgba(57, 32, 113, 0.7);
}
.sunrockers_lp_headcv a {
	display: block;
	position: relative;
	z-index: 2;
}
.sunrockers_lp_headcv img {
	width: 100%;
}


/*** pc ***/
@media screen and (min-width: 834px) {
	#sunrockers_lp_wrapper {
		padding-bottom: 0;
	}
	
	.sunrockers_lp_btn_menu {
		display: none;
	    right: 2.4rem;
	    top: 3.6rem;
	    padding: 1rem 6.4rem 1rem 2.8rem;
	    height: 6rem;
	    background-position: right 1.6rem center;
	    background-size: 2rem;
		border-width: 0.4rem;
		box-shadow: 0 0.15rem 1.2rem rgba(62, 62, 62, 0.08);
		font-size: 2.4rem;
	}
	#sunrockers_lp_navi {
		right: 2.4rem;
		top: 5.4rem;
		padding: 6.4rem 3.2rem 3.2rem;
		border-width: 0.4rem;
	}
	#sunrockers_lp_navi li a {
		font-size: 2rem;
	}
	#sunrockers_lp_navi li a:hover,
	.sunrockers_lp_nav li a:hover {
		color: #FBCB0B;
	}
	.sunrockers_lp_headcv {
		right: 2.4rem;
		bottom: 2.4rem;
		padding: 0;
		width: auto;
		background: transparent;
	}
	.sunrockers_lp_headcv:before {
		content: "";
		pointer-events: none;
		position: absolute;
		top: -22rem;
		left: 6rem;
		z-index: 0;
		width: 22.4rem;
		height: 29.8rem;
		background: url(../image/img_maskot.png)no-repeat center;
		background-size: 100%;
	}
}



/* sunrockers_lp_footer
-----------------------------------------------------------*/
.sunrockers_lp_sns {
	padding: 6.4rem 0;
	background: url(../image/bg_sns.png);
	
}
.sunrockers_lp_sns .sunrockers_lp_inner {
	padding: 0 3.2rem;
}
.sunrockers_lp_sns .sunrockers_lp_hds {
	line-height: 1;
	font-size: 4.8rem;
	font-weight: 800;
}
.sunrockers_lp_sns .sunrockers_lp_hds .iframe {
	background-image: 
		url(../image/common/icon_star_purple.svg), 
		url(../image/common/icon_star_purple.svg);
}
.sunrockers_lp_sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.6rem;
}
.sunrockers_lp_sns li {
	width: 33%;
	max-width: 7.2rem;
}
.sunrockers_lp_sns .website {
	margin-top: 3.2rem;
	text-align: center;
}

.sunrockers_lp_pagetop {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	background: #FBCB0B;
	color: #392071;
	font-size: 2.4rem;
	font-weight: 800;
}

.sunrockers_lp_footer {
	padding: 5.6rem 1.6rem 9.6rem;
	background: #392071;
	color: #fff;
}
.sunrockers_lp_footlogo {
	margin-bottom: 4rem;
	text-align: center;
}
.sunrockers_lp_footlogo img {
	width: 24rem;
}
.sunrockers_lp_footlinks {
	margin: 0 auto;
	max-width: 31.1rem;
	border-top: 1px solid #D9D9D9;
}
.sunrockers_lp_footlinks li {
	border-bottom: 1px solid #D9D9D9;
}
.sunrockers_lp_footlinks li a {
	display: block;
	padding: 1.6rem 3.2rem 1.6rem 1.2rem;
	background: url(../image/common/ico_link_wh.svg)no-repeat right 1.2rem center;
	background-size: 1.5rem;
	font-size: 1.2rem;
	font-weight: 700;
}
#copyright {
	margin-top: 4rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 800;
}

/*** pc ***/
@media screen and (min-width: 834px) {
	.sunrockers_lp_sns .sunrockers_lp_hds {
	    margin-bottom: 4rem;
	}
	.sunrockers_lp_sns .sunrockers_lp_hds .iframe {
	    padding: 0.2rem 4.6rem;
		background-size: 3.4rem;
	}
	.sunrockers_lp_sns ul {
		gap: 2.4rem;
	}
	.sunrockers_lp_sns li a:hover {
		opacity: 0.7;
	}
	.sunrockers_lp_sns .website {
	    margin: 4rem auto 0;
		max-width: 42rem;
	}
	
	.sunrockers_lp_footlogo {
	    margin-bottom: 5.6rem;
	}
	.sunrockers_lp_footlogo img {
	    width: 36.8rem;
	}
	
	.sunrockers_lp_footlinks {
	    max-width: 75rem;
	}
	.sunrockers_lp_footlinks li a {
	    font-size: 1.4rem;
	}
	.sunrockers_lp_footlinks li a:hover {
		opacity: 0.7;
	}
	#copyright {
	    margin-top: 3.2rem;
	}
}


/* !common
---------------------------------------------------------- */
.sunrockers_lp_inner {
	margin: 0 auto;
	padding: 0 1.6rem;
}

.sunrockers_lp_hdl {
	margin-bottom: 2.4rem;
	text-align: center;
}
.sunrockers_lp_hdl .eng {
	position: relative;
	margin-bottom: 0.8rem;
	background: linear-gradient(0deg, #392071 0%, #6C3DD7 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	letter-spacing: 0.064rem;
	font-size: 6.4rem;
	font-weight: 700;
}
.sunrockers_lp_hdl .eng:before {
	content: "";
	display: block;
	width: 100%;
	height: 4.8rem;
	background: url(../image/common/icon_ttl.svg)no-repeat center top;
	background-size: auto 100%;
}
.sunrockers_lp_hdl .jap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 0.8rem;
	letter-spacing: 0.032rem;
	color: #392071;
	font-weight: 700;
}
.sunrockers_lp_hdl .jap:before,
.sunrockers_lp_hdl .jap:after {
	color: #FBCB0B;
}
.sunrockers_lp_hdl .jap:before {
	content: "(";
}
.sunrockers_lp_hdl .jap:after {
	content: ")";
}

.sunrockers_lp_hdm {
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
}
.sunrockers_lp_hdm .eng {
	display: block;
	opacity: 0.08;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-text-stroke: 2px #392071;
	white-space: nowrap;
	word-wrap: break-word;
	word-break:break-all;
	line-height: 1;
	color: transparent;
	font-size: 7.2rem;
}
.sunrockers_lp_hdm .jap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	min-height: 7.2rem;
	width: 100%;
	text-align: center;
	color: #392071;
	font-weight: 700;
	font-size: 2.4rem;
}

.sunrockers_lp_hds {
	margin-bottom: 2.4rem;
	text-align: center;
	color: #392071;
	font-size: 2rem;
	font-weight: 700;
}
.sunrockers_lp_hds .iframe {
	display: inline-block;
	padding: 0.2rem 3.2rem;
	background-image: 
		url(../image/common/icon_star_yell.svg),
		url(../image/common/icon_star_yell.svg);
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: 2.4rem;
}

.hide {
	display: none;
}

.toggle-btn {
	cursor: pointer;
}
.toggle-box {
	display:none;
}

.sunrockers_lp_bg {
	position: relative;
	z-index: 2;
}
.sunrockers_lp_bg .bg_fixed {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.sunrockers_lp_bg .bg_fixed img {
	position: sticky;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100vh; 
}

.text-light span {
	display: inline-block;
	opacity: 0;
}


/*** pc ***/
@media screen and (min-width: 834px) {
	.sunrockers_lp_inner {
		padding: 0 5rem;
		max-width: 130rem;
	}
	
	.sunrockers_lp_hdl {
		margin-bottom: 2.4rem;
	}
	.sunrockers_lp_hdl .eng {
		letter-spacing: 0.08rem;
		font-size: 8rem;
	}
	.sunrockers_lp_hdl .eng:before {
		height: 7.2rem;
	}
	.sunrockers_lp_hdl .jap {
		letter-spacing: 0.032rem;
		font-size: 2rem;
	}
	
	.sunrockers_lp_hdm {
		margin-bottom: 3.2rem;
	}
	.sunrockers_lp_hdm .eng {
		opacity: 0.08;
		-webkit-text-stroke: 2px #392071;
		font-size: 8.8rem;
	}
	.sunrockers_lp_hdm .jap {
		min-height: 8.8rem;
		font-size: 2.8rem;
	}
	 
	
}



/* !page
---------------------------------------------------------- */
.sunrockers_lp_kv {
	position: relative;
	z-index: 3;
}
.sunrockers_lp_kv img {
	width: 100%;
}
.sunrockers_lp_headswiper {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	width: 100%;
}
.sunrockers_lp_headswiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.sunrockers_lp_headswiper .swiper-slide {
	width: auto;
	background: linear-gradient(0deg, #FBCB0B, #fff);
	-webkit-text-stroke: 2px transparent;
	-webkit-background-clip: text;
	background-clip: text;
	white-space: nowrap;
	word-wrap: break-word;
	word-break:break-all;
	line-height: 1;
	color: transparent;
	font-size: 12.8rem;
}
.sunrockers_lp_headswiper .swiper-slide img {
	height: 6.3rem;
}

.sunrockers_lp_about {
	padding: 12rem 0 0;
}
.sunrockers_lp_about .hot_introd {
	position: relative;
	margin-bottom: 4.8rem;
}
.sunrockers_lp_about .hot_introd .sign {
	position: absolute;
	left: -2rem;
	top: 0;
	transform: translateY(-50%) rotate(-10deg);
	padding: 0.8rem 1.6rem;
	border: 2px solid #FFF;
	background: #392071;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
}

.sunrockers_lp_about .bg_arrow {
	overflow: hidden;
	background: url(../image/about/bg_about_sp.png)no-repeat center bottom 1.6rem;
	background-size: 100%;
}
.sunrockers_lp_about_swiper {
	position: relative;
	margin: 0 auto;
	max-width: 29.5rem;
}
.sunrockers_lp_about_swiper .swiper-slide {
	transform: scale(0.85, 0.85);
	transition-duration: 0.3s;
}
.sunrockers_lp_about_swiper .line_time {
	position: relative;
	height: 0;
	background: #F4F5F6;
}
.sunrockers_lp_about_swiper .line_time:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition-timing-function: linear;
	transition-duration: 3s;
	width: 0%;
	height: 100%;
	background: #FBCB0B;
}
.sunrockers_lp_about_swiper .tit {
	opacity: 0;
	margin: 0.8rem auto 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.042rem;
	color: #fff;
}
.sunrockers_lp_about_swiper .swiper-slide-active {
	transform: scale(1, 1);
}
.sunrockers_lp_about_swiper .swiper-slide-active .line_time {
	height: 0.4rem;
}
.sunrockers_lp_about_swiper .swiper-slide-active .line_time:before {
	width: 100%;
}
.sunrockers_lp_about_swiper .swiper-slide-active .tit {
	opacity: 1;
}

.swiper_ctrl {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 1.6rem;
	position: relative;
	margin: 1.6rem auto 0;
	max-width: 29.5rem;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}
.swiper_ctrl .swiper-button-prev,
.swiper_ctrl .swiper-button-next,
.swiper_ctrl .stop_button {
	margin: 0 !important;
	position: static;
	width: 3.2rem;
	height: 3.2rem;
	background: no-repeat center;
	background-size: 100%;
	border: 0;
	border-radius: 0%;
}
.swiper_ctrl .swiper-button-prev {
	background-image: url(../image/common/btn_arr_l.svg);
}
.swiper_ctrl .swiper-button-next {
	background-image: url(../image/common/btn_arr_r.svg);
}
.swiper_ctrl .stop_button {
	background-image: url(../image/common/btn_slider_off.svg);
}
.swiper_ctrl .stop_button.is-play {
	background-image: url(../image/common/btn_slider_on.svg);
}

.sunrockers_lp_mascot {
	padding: 5.6rem 0 0;
}
.sunrockers_lp_mascot .sandy_display {
	padding: 0 1.6rem;
}
.sandy_display .display {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.sandy_display .display .info {
	width: 52.5%;
	line-height: 2;
	letter-spacing: 0.028rem;
	font-size: 1.4rem;
}
.sandy_display .display .tit {
	margin-bottom: 0.4rem;
	line-height: 1.5;
	letter-spacing: 0.04rem;
	color: #392071;
	font-size: 2rem;
	font-weight: 700;
}
.sandy_display .display .pic {
	width: 47.5%;
}
.sandy_display .display .pic_01 {
	width: 70%;
}
.sandy_display .display .pic_02 {
	width: 40%;
}
.sandy_display .movie {
	position: relative;
	transform: rotate(-4deg);
	margin: 2.4rem auto;
	max-width: 30.7rem;
}
.sandy_display .movie a {
	display: block;
}
.sandy_display .movie:before {
	content: "";
	position: absolute;
	left: -2.6rem;
	top: -2.6rem;
	width: 4rem;
	height: 4.6rem;
	background: url(../image/common/acc_pin.svg)no-repeat center;
	background-size: 100%;
}
.sandy_display .movie .tit {
	margin-top: 0.2rem;
	text-align: center;
	color: #392071;
	font-size: 1.2rem;
}

.sunrockers_lp_mascot .new_mascot {
	position: relative;
	z-index: 2;
	padding: 9.6rem 0 8rem;
}
.sunrockers_lp_mascot .new_mascot .bg_line {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.sunrockers_lp_mascot .new_mascot .bg_line img {
	width: 100%;
	height: 100%;
}



.new_mascot .head {
	margin-bottom: 4rem;
	letter-spacing: 0.056rem;
	font-size: 2.8rem;
	font-weight: 700;
}
.new_mascot .head .foucs {
	display: inline-block;
	padding: 0.8rem 1.6rem;
	background: #392071;
	color: #fff;
}
.new_mascot li {
	position: relative;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.8);
}
.new_mascot li + li {
	margin-top: 4.8rem;
}
.new_mascot li:nth-of-type(odd) {
	margin-right: -1.6rem;
	margin-left: auto;
	padding: 2.4rem 0 2.4rem 2.4rem;
	border-right-width: 0;
}
.new_mascot li:nth-of-type(even) {
	margin-left: -1.6rem;
	margin-right: auto;
	padding: 2.4rem 2.4rem 2.4rem 0;
	border-left: 0;
}
.new_mascot li .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -0.8rem;
	width: 8rem;
	height: 8rem;
	background: url(../image/common/bg_sign.svg)no-repeat center;
	background-size: 100%;
	text-align: center;
	line-height: 1.3;
	color: #392071;
	font-weight: 700;
	font-size: 1.8rem;
}
.new_mascot li:nth-of-type(odd) .sign {
	left: -0.8rem;
	transform: rotate(-16deg);
}
.new_mascot li:nth-of-type(even) .sign {
	right: -0.8rem;
	transform: rotate(16deg);
}
.new_mascot li .sign .big {
	line-height: 1;
	font-size: 3.6rem;
}
.new_mascot li .sign .small {
	font-size: 1.2rem;
}
.new_mascot li .info {
	margin-top: 0.8rem;
	line-height: 2;
	letter-spacing: 0.028rem;
	font-size: 1.4rem;
}
.new_mascot li:nth-of-type(odd) .info {
	padding-right: 2.4rem;
}
.new_mascot li:nth-of-type(even) .info {
	padding-left: 2.4rem;
}
.new_mascot li .tit {
	padding-left: 1.6rem;
	background: url(../image/common/ico_heading.svg)no-repeat left center;
	background-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.04rem;
	color: #392071;
	font-size: 2rem;
	font-weight: 700;
}

.sunrockers_lp_enjoy {
	padding: 8rem 0 0;
	border-top: 0.8rem solid #392071;
}
.enjoy_tab_btn {
	display: flex;
	justify-content: center;
	gap: 0 1.6rem;
	position: relative;
	padding: 0 1.6rem;
}
.enjoy_tab_btn li {
	position: relative;
	width: 50%;
	max-width: 16rem;
}
.enjoy_tab_btn .btn {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0.8rem 1rem 2.4rem;
	background: no-repeat center bottom 0.4rem;
	background-size: 2rem;
	border-radius: 5rem;
	box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	font-weight: 700;
}
.enjoy_tab_btn .gaya-st .btn {
	background-color: #392071;
	background-image: url(../image/common/ico_arr_down_wh.svg);
	color: #fff;
}
.enjoy_tab_btn .fam-st .btn {
	background-color: #FBCB0B;
	background-image: url(../image/common/ico_arr_down_purple.svg);
	color: #392071;
}
.enjoy_tab_btn.tab-btn-top {
	margin-bottom: 7.2rem;
}
.enjoy_tab_btn.tab-btn-top .btn {
	margin-top: -2.4rem;
}
.enjoy_tab_btn.tab-btn-bottom {
	margin-top: 2.4rem;
}
.enjoy_tab_btn.tab-btn-bottom .gaya-st .btn {
	background-image: url(../image/common/ico_arr_up_wh.svg);
}
.enjoy_tab_btn.tab-btn-bottom .fam-st .btn {
	background-image: url(../image/common/ico_arr_up_purple.svg);
}
.enjoy_tab_btn a li {
	width: 100%;
}

.sunrockers_lp_enjoy .enjoy_watch {
	position: relative;
	z-index: 2;
	padding: 0 0 6.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
} 
.enjoy_watch .display .img {
	transform: translateY(-2.4rem);
	margin-bottom: -0.8rem;
}
.enjoy_watch .display .info {
	margin: 0 auto;
	max-width: 31.1rem;
}
.enjoy_watch .display .head_gaya {
	margin-bottom: 2.4rem;
	mix-blend-mode: screen;
	line-height: 1;
	letter-spacing: 0.064rem;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	color: #392071;
	font-size: 6.4rem;
	font-weight: 700;
}
.enjoy_watch .display .head_fam {
	margin-bottom: 2.4rem;
	mix-blend-mode: screen;
	line-height: 1;
	letter-spacing: 0.064rem;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	color: #9b7c00;
	font-size: 6.4rem;
	font-weight: 700;
}
.enjoy_watch .txt {
	line-height: 2;
	letter-spacing: 0.028rem;
	font-size: 1.4rem;
}
.line_star {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% - 2rem);
	height: 1px;
	background: #653CB0;
}
.line_star.bottom {
	top: auto;
	bottom: 0;
}
.line_star:before,
.line_star:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6rem;
	height: 0.6rem;
	background: url(../image/common/line_star_purple.svg)no-repeat center;
	background-size: 100%;
}
.line_star:before {
	right: calc(100% + 0.4rem);
}
.line_star:after {
	left: calc(100% + 0.4rem);
}
.enjoy_watch .enjoy_display {
	position: relative;
	margin-top: 4rem;
}
.enjoy_watch .enjoy_display ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.enjoy_watch .enjoy_display li {
	position: relative;
	padding: 1.6rem;
}
.enjoy_watch .enjoy_display li .tit {
	padding: 0.4rem 0 0.4rem 2.8rem;
	background: url(../image/common/icon_star_wh.svg)no-repeat left center;
	background-size: 2.4rem;
	letter-spacing: 0.032rem;
	font-weight: 700;
}
.enjoy_watch .enjoy_display li .txt {
	padding-left: 1.6rem;
}

.enjoy_watch.gaya-st {
	background-image: url(../image/bg_noise_gaya_sp.png);
} 
.enjoy_watch.fam-st {
	background-image: url(../image/bg_noise_fam_sp.png);
}
.fam-st .line_star {
	background: #FEED11;
}
.fam-st .line_star:before,
.fam-st .line_star:after {
	background-image: url(../image/common/line_star_yell.svg);
}

.sunrockers_lp_gourmet {
	padding: 5.8rem 0 0;
}
.sunrockers_lp_gourmet .enjoy_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.8rem;
}

.sunrockers_lp_howto {
	overflow: hidden;
	padding: 8rem 0 0;
}
.sunrockers_lp_howto .howto_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.6rem 3.4rem;
	margin-bottom: 4.8rem;
}
.sunrockers_lp_howto .howto_flow li {
	position: relative;
	width: 33%;
	max-width: 8.2rem;
	text-align: center;
	font-weight: 700;
}
.sunrockers_lp_howto .howto_flow li + li:before {
	content: "";
	position: absolute;
	left: -1.7rem;
	top: 45%;
	transform: translateX(-50%);
	width: 1.6rem;
	height: 1.6rem;
	background: url(../image/common/ico_link.svg)no-repeat center;
	background-size: 100%;
}
.sunrockers_lp_howto .step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	background: #FBCB0B;
	font-size: 1.6rem;
}
.howto_flow li .tit {
	margin-top: 0.8rem;
	font-size: 1.2rem;
}
.sunrockers_lp_howto_swiper {
	position: relative;
	margin: 0 auto;
	max-width: 31.1rem;
}
.sunrockers_lp_howto_swiper .swiper-button-prev,
.sunrockers_lp_howto_swiper .swiper-button-next {
	top: 15.6rem;
	width: 3.2rem;
	height: 3.2rem;
	background: no-repeat center;
	background-size: 100%;
}
.sunrockers_lp_howto_swiper .swiper-button-prev {
	left: -1.1rem;
	background-image: url(../image/common/icon_prev.svg);
}
.sunrockers_lp_howto_swiper .swiper-button-next {
	right: -1.1rem;
	background-image: url(../image/common/icon_next.svg);
}
.sunrockers_lp_howto_swiper .img {
	transform: scale(0.77, 0.77);
	transform-origin: 50% 100%;
	transition-duration: 0.3s;
	margin-bottom: 1.6rem;
}
.sunrockers_lp_howto_swiper .info {
	opacity: 0;
	transition-duration: 0.3s;
}
.sunrockers_lp_howto_swiper .tit {
	position: relative;
	margin-bottom: 0.8rem;
	padding-left: 3.2rem;
	color: #392071;
	font-size: 2rem;
	font-weight: 700;
}
.sunrockers_lp_howto_swiper .step {
	position: absolute;
	left: 0;
	top: 0.4rem;
}
.sunrockers_lp_howto_swiper .txt {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.028rem;
}
.sunrockers_lp_howto_swiper .swiper-slide-active .img {
	transform: scale(1, 1);
}
.sunrockers_lp_howto_swiper .swiper-slide-active .info {
	opacity: 1;
}

.sunrockers_lp_btn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 2.4rem 0;
	margin: 2.4rem auto 0;
	max-width: 29.5rem;
}
.sunrockers_lp_btn .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	background: no-repeat right 2.2rem center;
	background-size: 2.4rem;
	border-radius: 10rem;
	border: 2px solid;
	letter-spacing: 0.032rem;
	font-weight: 700;
}
.sunrockers_lp_btn .btn_purple_o {
	background-image: url(../image/common/ico_arr_skew_purple.svg);
	background-color: #fff;
	color: #392071;
}
.sunrockers_lp_btn .btn_purple {
	background-image: url(../image/common/ico_arr_skew_wh.svg);
	background-color: #392071;
	color: #fff;
}

.sunrockers_lp_access {
	padding: 8rem 0 0;
}
.sunrockers_lp_access .access_area {
	margin-bottom: 4.8rem;
	text-align: center;
}
.sunrockers_lp_access .access_area p + p {
	margin-top: 0.8rem;
}
.sunrockers_lp_access .access_area .jap {
	letter-spacing: 0.048rem;
	color: #392071;
	font-size: 2.4rem;
	font-weight: 700;
}
.sunrockers_lp_access .access_area .add {
	letter-spacing: 0.024rem;
	font-size: 1.2rem;
}
.sunrockers_lp_access .display .part + .part {
	margin-top: 1.6rem;
}
.sunrockers_lp_access .display .info {
	margin: 0 auto 4.8rem;
	max-width: 31.1rem;
}
.sunrockers_lp_access .display .tit {
	margin-bottom: 0.8rem;
	letter-spacing: 0.032rem;
	color: #392071;
	font-weight: 700;
}
.sunrockers_lp_access .access_station li {
	padding-left: 1.25em;
	text-indent: -1.25em;
	line-height: 2;
	letter-spacing: 0.032rem;
}
.sunrockers_lp_access .access_station li:before {
	content: "•";
	margin: 0 0.7rem;
}
.sunrockers_lp_access .map iframe {
	width: 100%;
	height: 25.7rem;
}

.sunrockers_lp_faq {
	padding: 8rem 0;
}
.sunrockers_lp_faq .faq_part {
	position: relative;
	margin: 0 auto;
	padding: 2.4rem 1.6rem;
}
.faq_list li {
	padding: 0 1.6rem;
	background: #fff;
	border-radius: 0.8rem;
	border: 2px solid #392071;
}
.faq_list li + li {
	margin-top: 2.4rem;
}
.faq_list .quest {
	position: relative;
	padding: 1.6rem 2.8rem 1.6rem 0;
	background: url(../image/common/icon_plus.svg)no-repeat right top 1.6rem;
	background-size: 2.4rem;
	letter-spacing: 0.032rem;
	color: #392071;
	font-weight: 700;
}
.faq_list .quest.open {
	background-image: url(../image/common/icon_minus.svg);
}
.faq_list .quest:before {
	content: "";
	position: absolute;
	left: -1.6rem;
	top: 0;
	transform: translate(-50%, -50%);
	width: 3.2rem;
	height: 3.2rem;
	background: url(../image/common/ico_question.svg)no-repeat center;
	background-size: 100%;
}
.faq_list .answer {
	position: relative;
	padding: 1.2rem 0.8rem 1.6rem;
	border-top: 0.2rem solid #392071;
	line-height: 2;
	letter-spacing: 0.028rem;
	font-size: 1.4rem;
}
.faq_list .answer a {
	text-decoration: underline;
	color: #392071;
}
.faq_list .answer:before {
	content: "";
	position: absolute;
	left: -0.7rem;
	top: 1.4rem;
	width: 1.2rem;
	height: 2.4rem;
	background: url(../image/common/icon_answer.svg)no-repeat center;
	background-size: 100%;
}



/*** pc ***/
@media screen and (min-width: 834px) {
	.sunrockers_lp_headswiper {
		transform: translateY(38%)
	}
	.sunrockers_lp_headswiper .swiper-slide img {
	    height: 12.8rem;
	}
	
	.sunrockers_lp_about {
	    padding-top: 13.3rem;
	}
	.sunrockers_lp_about .hot_introd {
		margin: 0 auto;
		max-width: 72rem;
	}
	.sunrockers_lp_about .hot_introd .sign {
	    left: -12rem;
	    font-size: 3.2rem;
	}
	.sunrockers_lp_about .bg_arrow {
		padding-top: 6.4rem;
		background-image: url(../image/about/bg_about_pc.png);
		background-position: center bottom 2rem;
	}
	.sunrockers_lp_about_swiper {
	    max-width: 48rem;
	}
	.sunrockers_lp_about_swiper .tit {
		letter-spacing: 0.048rem;
		font-size: 1.6rem;
	}
	
	.swiper_ctrl {
		margin-top: 3.2rem;
	    max-width: 48rem;
	}
	.swiper_ctrl .swiper-button-prev, 
	.swiper_ctrl .swiper-button-next, 
	.swiper_ctrl .stop_button {
	    width: 4rem;
	    height: 4rem;
	}
	
	.sunrockers_lp_mascot .new_mascot {
		padding: 10.4rem 0;
	}
	.new_mascot .head {
	    margin-bottom: 8rem;
	    letter-spacing: 0.064rem;
	    font-size: 3.2rem;
	}
	.new_mascot li {
		display: flex;
		align-items: center;
		max-width: 90rem;
		border-width: 0.4rem;
	}
	.new_mascot li:nth-of-type(odd) {
		flex-direction: row-reverse;
	    padding: 3.2rem;
	    margin-right: 0;
		border-right-width: 0.4rem;
	}
	.new_mascot li:nth-of-type(even) {
	    margin-left: 0;
	    padding: 3.2rem;
		border-left-width: 0.4rem;
	}
	.new_mascot li .sign {
	    top: -3.2rem;
	    width: 12rem;
	    height: 12rem;
	    font-size: 2.4rem;
	}
	.new_mascot li .sign .big {
	    font-size: 5.4rem;
	}
	.new_mascot li .sign .small {
	    font-size: 1.8rem;
	}
	.new_mascot li:nth-of-type(odd) .sign {
	    left: -3.2rem;
	}
	.new_mascot li:nth-of-type(even) .sign {
	    right: -3.2rem;
	}
	.new_mascot li .img {
		width: calc(50% - 0.8rem);
	}
	.new_mascot li .info {
		margin-top: 0;
		width: calc(50% + 0.8rem);
		letter-spacing: 0.032rem;
		font-size: 1.6rem;
	}
	.new_mascot li:nth-of-type(odd) .info {
		padding-right: 1.6rem;
	}
	.new_mascot li:nth-of-type(even) .info {
		padding-left: 1.6rem;
	}
	.new_mascot li .tit {
		margin-bottom: 0.8rem;
	    padding-left: 2.3rem;
	    background-size: 1.4rem;
	    letter-spacing: 0.04rem;
	    font-size: 2.4rem;
	}
	
	.enjoy_tab_btn.tab-btn-top {
	    margin-bottom: 6.4rem;
	}
	.enjoy_tab_btn {
	    gap: 0 3.6rem;
	}
	.enjoy_tab_btn li {
	    max-width: 24rem;
	}
	.enjoy_tab_btn .btn {
	    padding: 1.2rem 1rem 3.6rem;
	    background-position: center bottom 0.8rem;
	    background-size: 2.4rem;
	    box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.2);
		font-size: 2rem;
	}
	.sunrockers_lp_enjoy .enjoy_watch {
		padding: 11.5rem 0 10.5rem;
	}
	.enjoy_watch .display {
		display: flex;
		justify-content: space-between;
		position: relative;
		margin: 0 auto;
		max-width: 90rem;
		min-height: 30rem;
	}
	.sunrockers_lp_mascot .sandy_display {
		display: flex;
		margin: 0 auto;
		padding: 0 5rem 0 12rem;
		max-width: 120rem;
		justify-content: space-between;
	}
	.enjoy_watch .display .img {
		position: absolute;
		left: calc(50% - 3.5rem);
		top: -14rem;
		width: calc(70% + 1.4rem);
	}
	.enjoy_watch .display .info {
		margin: 0;
		max-width: inherit;
		width: calc(50% - 1.6rem);
	}
	.enjoy_watch .txt {
	    letter-spacing: 0.032rem;
	    font-size: 1.6rem;
	}
	
	.enjoy_watch .enjoy_display ul {
	    grid-template-columns: repeat(3, 1fr);
	}
	.enjoy_watch .enjoy_display li {
		padding: 2.4rem 4.6rem;
	}
	.enjoy_watch.gaya-st {
	background-image: url(../image/bg_noise_gaya_pc.png);
} 
.enjoy_watch.fam-st {
	background-image: url(../image/bg_noise_fam_pc.png);
}
	.line_star.column {
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 1px;
		height: calc(100% - 2rem);
	}
	.line_star.column:before, 
	.line_star.column:after {
		left: 0;
		transform: translateX(-50%);
	}
	.line_star.column:before {
		top: -1rem;
	}
	.line_star.column:after {
		top: auto;
		bottom: -1rem;
	}
	.enjoy_watch .enjoy_display li .tit {
	    padding: 0.4rem 0 0.4rem 4rem;
	    background-size: 3.2rem;
	    letter-spacing: 0.04rem;
		font-size: 2rem;
	}
	.enjoy_watch .enjoy_display li .txt {
	    padding-left: 4rem;
	}
	
	.sunrockers_lp_gourmet .enjoy_list {
	    grid-template-columns: repeat(4, 1fr);
	    gap: 1.2rem;
	}
	.sunrockers_lp_gourmet	.sunrockers_lp_inner {
		max-width: 110rem;
	}
	
	.sunrockers_lp_howto {
	    padding: 10.4rem 0 0;
	}
	.sunrockers_lp_howto .howto_flow {
		gap: 1.6rem 6rem;
		margin-bottom: 5.6rem;
	}
	.sunrockers_lp_howto .howto_flow li {
		max-width: 10rem;
	}
	.sunrockers_lp_howto .howto_flow li + li:before {
		content: "";
		position: absolute;
		left: -1.7rem;
		top: 45%;
		transform: translateX(-50%);
		width: 1.6rem;
		height: 1.6rem;
		background: url(../image/common/ico_link.svg)no-repeat center;
		background-size: 100%;
	}
	.sunrockers_lp_howto .step {
	    width: 3.6rem;
	    height: 3.6rem;
	    font-size: 2rem;
	}
	.howto_flow li .tit {
	    margin-top: 0.8rem;
	    font-size: 1.6rem;
	}
	.sunrockers_lp_howto_swiper {
	    max-width: 46.6rem;
	}
	.sunrockers_lp_howto_swiper .swiper-button-prev,
	.sunrockers_lp_howto_swiper .swiper-button-next {
		/* display: none; */
		top: 40%;
	}
	.sunrockers_lp_howto_swiper .tit {
	    padding-left: 4rem;
	    font-size: 2.4rem;
	}
	.sunrockers_lp_howto_swiper .step {
		width: 3.2rem;
		height: 3.2rem;
	}
	
	.sunrockers_lp_btn {
		justify-content: center;
		flex-direction: row;
		gap: 4rem;
		margin-top: 4rem;
		max-width: 100%;
	}
	.sunrockers_lp_btn .btn {
		height: 7.2rem;
		width: 100%;
		max-width: 44.2rem;
		background-position: right 3.6rem center;
		background-size: 3.6rem;
		border-width: 3px;
		letter-spacing: 0.048rem;
		font-size: 2.4rem;
	}
	.sunrockers_lp_btn .btn:hover {
		opacity: 0.7;
	}
	
	.sunrockers_lp_access {
	    padding: 10.4rem 0 0;
	}
	.sunrockers_lp_access .access_area .jap {
	    letter-spacing: 0.048rem;
	    font-size: 2.8rem;
	}
	.sunrockers_lp_access .access_area .add {
		font-size: 1.4rem;
	}
	.sunrockers_lp_access .display {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto;
		max-width: 90rem;
	}
	.sunrockers_lp_access .display .info {
	    margin: 0;
		width: calc(40% + 2rem);
	    max-width: inherit;
	}
	.sunrockers_lp_access .display .map {
		width: calc(50% + 4rem);
	}
	.sunrockers_lp_access .map iframe {
	    height: 36.8rem;
	}
	.sunrockers_lp_access .display  .sunrockers_lp_btn {
		margin-top: 1.6rem;
	}
	.sunrockers_lp_access .display .tit {
	    font-weight: 700;
		font-size: 2rem;
	}
	
	.sunrockers_lp_faq {
	    padding: 10.4rem 0;
	}
	.sunrockers_lp_faq .faq_part {
		padding: 3.8rem 1.6rem;
	    max-width: 72rem;
	}
	.faq_list li {
	    padding: 0 2.4rem;
	}
	.faq_list .quest {
	    position: relative;
	    padding: 2.4rem 6.4rem 2.4rem 0;
		background-position: right top 2.6rem;
		font-size: 2rem;
	}
	.faq_list .quest:before {
	    left: -5.6rem;
	    top: -3.2rem;
	    transform: translate(0);
	    width: 4.8rem;
	    height: 4.8rem;
	}
	.faq_list .answer {
	    padding: 1.6rem 0.8rem;
	}
	.faq_list .answer:before {
	    left: -1.6rem;
	    width: 1.8rem;
	    height: 3.6rem;
	}
	
	
}