@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;
}
*,
*:before,
*::after {
  box-sizing: border-box;
}
/* !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,
a.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
  text-decoration: none;
}

.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@media screen and (min-width: 835px) {
  .op a:hover,
  a.op:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
  }

  .op:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
  }
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.antonio {
  font-family: "Antonio", sans-serif;
}

.nunito {
  font-family: "Nunito Sans", sans-serif;
}

.shrikhand {
  font-family: "Shrikhand", serif;
}

body.is-hidden {
  height: 100vh;
  overflow: hidden;
}

/*** タブレット 768x ~ 1200px***/
@media screen and (max-width: 1200px) {
  html {
    overflow-y: scroll;
    font-size: 0.83vw;
  }
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  html {
    overflow-y: scroll;
    font-size: 62.5%;
  }

  body {
    font-size: 1.2rem;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.is-hide {
  display: none;
}

.anchor {
  position: relative;
}

.alvark_lp_anchor {
  position: absolute;
  top: 0rem;
  z-index: -1;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* !alvark_lp_wrapper
---------------------------------------------------------- */
#alvark_lp_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #alvark_lp_wrapper {
    padding-top: 6.4rem;
  }
}

/* !header
---------------------------------------------------------- */
#alvark_lp_header {
  width: 100%;
  height: 7.5rem;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #000000;
  padding-left: 2.4rem;
  border-bottom: 0.1rem solid #fff;
}

.alvark_lp_headerIn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alvark_lp_logo {
  width: 6.4rem;
}

/******* btnMenu *********/
.alvark_lp_btnMenu {
  width: 7.1rem;
  height: 100%;
  cursor: pointer;
  border-left: 0.1rem solid #fff;
}

.alvark_lp_btnMenu > a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.alvark_lp_btnMenu > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 2.8rem;
  height: 2.2rem;
  background: url("../image/common/menu.svg") no-repeat;
  background-size: cover;
}

/******* cv *******/
.alvark_lp_cv {
  position: fixed;
  right: 0;
  bottom: 6rem;
  z-index: 10;
  max-width: 43rem;
  width: 100%;
}

.alvark_lp_cv img {
  width: 100%;
}

/******* navi *******/
#alvark_lp_navi {
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 99;
  transform: translateX(100%);
  transition: all 0.3s;
  -webkit-overflow-scrolling: touch;
}

.kids_lp_naviInner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 0 5.8rem;
  max-width: 54rem;
  width: 100%;
  height: 100vh;
  padding-top: 13.8rem;
  border-radius: 1.5rem;
}

.naviOverlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-indent: -9999rem;
}

#alvark_lp_navi.open {
  transform: translateX(0%);
}

#alvark_lp_navi .alvark_lp_close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  z-index: 100;
  width: 3.6rem;
}

#alvark_lp_navi ul {
  overflow-y: auto;
}

#alvark_lp_navi ul::-webkit-scrollbar {
  width: 0;
}

#alvark_lp_navi ul li + li {
  margin-top: 4rem;
}

#alvark_lp_navi a {
  text-align: left;
  color: #000;
  text-decoration: unset;
}

#alvark_lp_navi a .eng {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
  display: block;
}

#alvark_lp_navi a .jap {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  margin-top: 0.8rem;
}

#alvark_lp_navi a:hover .jap {
  text-decoration: underline;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #alvark_lp_header {
    width: 100%;
    height: 6.4rem;
    padding-left: 2rem;
  }

  .alvark_lp_logo {
    width: 5.8rem;
  }

  /******* btnMenu *********/
  .alvark_lp_btnMenu {
    width: 6.1rem;
  }

  .alvark_lp_btnMenu > a::before {
    height: 2rem;
    background: url("../image/common/menu_sp.svg") no-repeat;
    background-size: 100% auto;
  }
  /******* cv *******/
  .alvark_lp_cv {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    max-width: unset;
    width: 100%;
  }

  /******* navi *******/
  #alvark_lp_navi {
    padding: 0;
    width: 100%;
    padding: 1rem;
  }

  .kids_lp_naviInner {
    position: relative;
    padding: 5.6rem 2rem 13.3rem 1.6rem;
    max-width: 34.3rem;
    width: 100%;
    height: calc(88vh - 2rem);
    margin: 4rem auto;
  }

  #alvark_lp_navi .alvark_lp_close {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 5.6rem;
    width: 3.6rem;
  }

  #alvark_lp_navi ul {
    height: 100%;
  }

  #alvark_lp_navi ul li + li {
    margin-top: 2.4rem;
  }

  #alvark_lp_navi a .eng {
    font-size: 4rem;
  }

  #alvark_lp_navi a .jap {
    font-size: 1.4rem;
  }

  #alvark_lp_navi a:hover .jap {
    text-decoration: none;
  }
}

/* alvark_lp_contents
-----------------------------------------------------------*/
.alvark_lp_inner {
  max-width: 93.2rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: 0 auto;
}

.alvark_lp_inner.inner02 {
  max-width: 110.9rem;
}

/* alvark_lp_pageTop
-----------------------------------------------------------*/
.alvark_lp_pageTop a {
  background: #e60021;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 2.3;
  display: block;
  text-decoration: none;
}

.alvark_lp_pageTop a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.alvark_lp_pageTop a span::before {
  content: "";
  margin-right: 1.2rem;
  background: url("../image/common/icon_pagetop.svg") no-repeat center;
  width: 2.2rem;
  height: 1.3rem;
  background-size: 100% auto;
}

/***スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_pageTop a {
    padding: 1.5rem 0 1.6rem;
    font-style: unset;
    line-height: 2.6rem;
    font-weight: 700;
  }

  .alvark_lp_pageTop a span::before {
    content: unset;
  }
}

/* alvark_lp_footer
-----------------------------------------------------------*/
.alvark_lp_footer {
  background: #000;
  padding: 7.2rem 0 12.6rem;
}

.alvark_lp_footeInner {
  max-width: 112.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.alvark_lp_share .titP {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.alvark_lp_shareLinks {
  display: flex;
  justify-content: center;
  max-width: 55.7rem;
  margin: 2.4rem auto 0;
}

.alvark_lp_shareLinks li {
  width: 33.33%;
}

.alvark_lp_shareLinks li + li {
  margin-left: 1.6rem;
}

.alvark_lp_footerLink {
  margin-top: 19rem;
  display: flex;
}

.alvark_lp_footerLink a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 2rem;
  border-top: 0.1rem solid #d9d9d9;
}

.alvark_lp_footerLink li:last-child {
  border-bottom: 0.1rem solid #d9d9d9;
}

.alvark_lp_footerLink a::after {
  content: "";
  position: absolute;
  right: 1.7rem;
  top: 0;
  width: 1.4rem;
  height: 100%;
  background: url("../image/common/icon_arrow_white.svg") center no-repeat;
  background-size: 100% auto;
}

.alvark_lp_snsLink a::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  z-index: 3;
  width: 2.6rem;
  height: 100%;
}

.alvark_lp_snsLink a.twitter::before {
  background: url("../image/common/img_twitter.png") left center no-repeat;
  background-size: 2.6rem auto;
}

.alvark_lp_snsLink a.ins::before {
  background: url("../image/common/img_instagram.png") left center no-repeat;
  background-size: 2.6rem auto;
}

.alvark_lp_snsLink a.facebook::before {
  background: url("../image/common/img_facebook.png") left center no-repeat;
  background-size: 2.6rem auto;
}

.alvark_lp_snsLink a.youtube::before {
  background: url("../image/common/img_youtube.png") left center no-repeat;
  background-size: 2.6rem auto;
}

.alvark_lp_snsLink a.line::before {
  background: url("../image/common/img_line.png") left center no-repeat;
  background-size: 2.6rem auto;
}

.alvark_lp_snsLink a.tiktok::before {
  background: url("../image/common/img_tiktok.png") left center no-repeat;
  background-size: 2.6rem auto;
}

.alvark_lp_snsLink a.app::before {
  background: url("../image/common/img_application.png") left center no-repeat;
  background-size: 2.6rem auto;
}

.alvark_lp_snsLink,
.alvark_lp_alvarkLink {
  width: 50%;
  position: relative;
}

.alvark_lp_snsLink .alvark_lp_snsUl li a {
  padding: 2rem 1.7rem 2rem 6rem;
}

.alvark_lp_snsLink {
  margin-right: 4rem;
}

.alvark_lp_alvarkLink {
  margin-left: 4rem;
}

.alvark_lp_snsLink .titP,
.alvark_lp_alvarkLink .titP {
  position: absolute;
  left: 0;
  z-index: 3;
}

.alvark_lp_snsLink .titP {
  top: 0;
  transform: translateY(-100%);
  margin-top: -3.2rem;
  font-size: 4rem;
  color: #e60021;
  line-height: 4.8rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

.alvark_lp_alvarkLink .titP {
  top: -11.2rem;
  width: 12.8rem;
}

.alvark_lp_alvarkLink .titP img {
  width: 100%;
}

.alvark_lp_copyright {
  margin-top: 12rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
}

@media screen and (min-width: 835px) {
  .alvark_lp_footerLink a:hover {
    opacity: 0.7;
  }
}

/*** footerスマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_footer {
    padding: 6.4rem 0 13rem;
  }

  .alvark_lp_share .titP {
    font-size: 1.4rem;
  }

  .alvark_lp_shareLinks {
    display: flex;
    margin: 1.6rem auto 0;
  }

  .alvark_lp_shareLinks li + li {
    margin-left: 0.8rem;
  }

  .alvark_lp_footerLink {
    margin-top: 7.5rem;
    display: block;
  }

  .alvark_lp_footerLink a {
    font-size: 1.2rem;
    padding: 2rem 2.2rem 2rem 0.8rem;
  }

  .alvark_lp_footerLink a::after {
    right: 0.8rem;
  }

  .alvark_lp_snsLink a::before {
    left: 0.8rem;
  }

  .alvark_lp_snsLink,
  .alvark_lp_alvarkLink {
    width: 100%;
  }

  .alvark_lp_snsLink .alvark_lp_snsUl li a {
    padding: 2rem 2.2rem 2rem 5rem;
  }

  .alvark_lp_snsLink {
    margin-right: 0;
  }

  .alvark_lp_alvarkLink {
    margin-top: 6.4rem;
    margin-left: 0;
  }

  .alvark_lp_snsLink .titP,
  .alvark_lp_alvarkLink .titP {
    position: relative;
    left: 0;
    z-index: 3;
    text-align: center;
  }

  .alvark_lp_snsLink .titP {
    top: 0;
    transform: translateY(0);
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2.2rem;
  }

  .alvark_lp_alvarkLink .titP {
    top: 0;
    width: 12.4rem;
    margin: 0 auto 4rem;
  }

  .alvark_lp_alvarkLink .titP img {
    width: 100%;
  }

  .alvark_lp_copyright {
    margin-top: 5.6rem;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.alvark_lp_mainVisual {
  height: calc(100dvh - 74px);
  position: relative;
  z-index: 3;
}

.alvark_lp_mainVisual img {
  width: 100%;
  max-width: 1100px;
  margin: auto;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .alvark_lp_mainVisual {
    height: calc(100dvh - 64px);
  }
}

/* alvark_lp_head
-----------------------------------------------------------*/
.alvark_lp_head {
  text-align: left;
  margin-bottom: 5.6rem;
}

.alvark_lp_head.red {
  color: #e2000b;
}

.alvark_lp_head.black {
  color: #000;
}

.alvark_lp_head.white {
  color: #fff;
}

.alvark_lp_head .eng {
  display: block;
  font-size: 8rem;
  font-family: "Antonio", sans-serif;
  font-size: 9.5rem;
  font-weight: 350;
  line-height: 1;
  letter-spacing: 0.05em;
  word-break: keep-all;
  white-space: nowrap;
}

.alvark_lp_head .jap {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.3rem;
}

.alvark_lp_head.red .eng {
  color: #e2000b;
}

.alvark_lp_head.red .jap {
  background: #e2000b;
  color: #000;
}

.alvark_lp_head.black .eng {
  color: #000;
}

.alvark_lp_head.black .jap {
  background: #000;
  color: #fff;
}

.alvark_lp_head.white .eng {
  color: #fff;
}

.alvark_lp_head.white .jap {
  background: transparent;
  color: #fff;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_head {
    margin-bottom: 4rem;
  }

  .alvark_lp_head .eng {
    font-size: 7.2rem;
    letter-spacing: 0.36rem;
  }

  .alvark_lp_head .jap {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}

/* ALVARK CHEERLEADER */
.alvark_lp_cheerleader {
  padding-top: 11.2rem;
  position: relative;
  z-index: 1;
}

.alvark_lp_cheerleader::before {
  content: "";
  position: absolute;
  right: 0;
  top: -13rem;
  z-index: -1;
  width: 70rem;
  height: 51rem;
  background: url("../image/bg/bg_glitter_01.png") no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.alvark_lp_cheerleaderItem {
  position: relative;
  z-index: 1;
}

.alvark_lp_cheerleaderItem::before {
  content: "";
  position: absolute;
  left: -61.9rem;
  top: -9.7rem;
  z-index: -1;
  width: 109rem;
  height: 109rem;
  background: url("../image/bg/bg_red.png") no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.alvark_lp_cheerleaderItem .title {
  margin-bottom: 2.4rem;
}

.alvark_lp_cheerleaderItem .title span {
  display: inline-block;
  background: #fff;
  padding: 0.3rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}

.alvark_lp_cheerleaderItem .title span {
  margin-bottom: 0.5rem;
}

.alvark_lp_cheerleaderItem .text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
}

.alvark_lp_cheerleaderSeason {
  max-width: 78.2rem;
  width: 100%;
  margin: 5.6rem auto 0;
  padding: 3.2rem;
  border: 0.1rem solid #fff;
  position: relative;
  z-index: 2;
}

.alvark_lp_cheerleaderSeason .seasonHead {
  margin-bottom: 1.6rem;
}

.alvark_lp_cheerleaderSeason .seasonHead .seasonEng {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.alvark_lp_cheerleaderSeason .seasonHead .title {
  display: inline-block;
  background: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.alvark_lp_cheerleaderSeason .info {
  display: flex;
  align-items: center;
}

.alvark_lp_cheerleaderSeason .info .image {
  width: 37.5rem;
  margin-right: 3.2rem;
}

.alvark_lp_cheerleaderSeason .info .text {
  width: calc(100% - 40.7rem);
  font-size: 1.4rem;
  line-height: 1.64;
  font-weight: 500;
  color: #fff;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_cheerleader {
    padding-top: 11.2rem;
  }

  .alvark_lp_cheerleader {
    padding-top: 7.5rem;
  }

  .alvark_lp_cheerleader::before {
    top: -7rem;
    z-index: -1;
    width: 37.5rem;
    height: 27rem;
  }

  .alvark_lp_cheerleader .alvark_lp_head .eng {
    font-size: 6rem;
  }

  .alvark_lp_cheerleaderItem::before {
    left: -22rem;
    top: 15rem;
    width: 55.2rem;
    height: 55.2rem;
  }

  .alvark_lp_cheerleaderItem .title span {
    font-size: 2.4rem;
  }

  .alvark_lp_cheerleaderItem .text {
    padding: 0 1.5rem;
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .alvark_lp_cheerleaderSeason {
    margin: 4rem auto 0;
    padding: 1.6rem;
  }

  .alvark_lp_cheerleaderSeason .seasonHead .seasonEng {
    font-size: 1.4rem;
  }

  .alvark_lp_cheerleaderSeason .seasonHead .title {
    font-size: 2.3rem;
    padding: 0.3rem;
  }

  .alvark_lp_cheerleaderSeason .info {
    display: block;
    align-items: center;
  }

  .alvark_lp_cheerleaderSeason .info .image {
    width: 100%;
    margin-right: 0;
  }

  .alvark_lp_cheerleaderSeason .info .text {
    width: 100%;
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

/* VIDEO */
.alvark_lp_video {
  margin-top: 6.4rem;
}

.alvark_lp_video .alvark_lp_head {
  text-align: center;
}

.alvark_lp_videoSlider .slick-list {
  overflow: visible;
}

.alvark_lp_videoSlider {
  padding-bottom: 6.2rem;
}

.alvark_lp_videoSlider .videoBox {
  width: 60rem !important;
  margin: 0 1.6rem;
  position: relative;
  padding-bottom: 0rem;
}

.alvark_lp_videoSlider .slick-prev {
  transform: translate(-50%, 0);
}

.alvark_lp_videoSlider .slick-next {
  transform: translate(50%, 0);
}

.alvark_lp_videoSlider .slick-prev {
  margin-left: -27.5rem;
  background: url(../image/common/btn_left.svg) no-repeat;
  background-size: 100% auto;
}

.alvark_lp_videoSlider .slick-next {
  margin-right: -27.5rem;
  background: url(../image/common/btn_right.svg) no-repeat;
  background-size: 100% auto;
}

.alvark_lp_videoSlider .slick-dots {
  margin-bottom: 1.9rem;
}

.alvark_lp_videoSlider .videoBox .image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.33%;
}

.alvark_lp_videoSlider .videoBox .image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alvark_lp_videoSlider .videoBox .title {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_video {
    margin-top: 4rem;
  }

  .alvark_lp_videoSlider .videoBox {
    width: 34.3rem !important;
  }

  .alvark_lp_videoSlider .slick-prev {
    margin-left: -15rem;
  }

  .alvark_lp_videoSlider .slick-next {
    margin-right: -15rem;
  }
}

/* insert */
.alvark_lp_bannerImage {
  max-width: calc(100% - 14rem);
  width: 100%;
  margin: 10.2rem auto 0;
  position: relative;
  z-index: 1;
}

.alvark_lp_bannerImage img {
  width: 100%;
}

.alvark_lp_bannerImage::before {
  content: "";
  position: absolute;
  left: -20rem;
  top: 10rem;
  z-index: -1;
  width: 57.7rem;
  height: 86.6rem;
  background: url("../image/bg/bg_glitter_02.png") no-repeat;
  background-size: cover;
  opacity: 0.8;
  pointer-events: none;
}

.alvark_lp_bannerImage::after {
  content: "";
  position: absolute;
  right: -50rem;
  top: -33rem;
  z-index: -1;
  width: 109rem;
  height: 109rem;
  background: url(../image/bg/bg_red.png) no-repeat;
  background-size: cover;
  opacity: 0.8;
  pointer-events: none;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_bannerImage {
    max-width: unset;
    width: 100%;
    margin: 9.6rem auto 0;
  }

  .alvark_lp_bannerImage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9.6rem;
    width: 37.7rem;
    height: 56.6rem;
  }

  .alvark_lp_bannerImage::after {
    right: -22rem;
    top: -21rem;
    width: 55.2rem;
    height: 55.2rem;
  }
}

/* MEMBER */
.alvark_lp_menber {
  padding: 11.2rem 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.alvark_lp_menber::before {
  content: "";
  position: absolute;
  left: -39.3rem;
  bottom: -40rem;
  z-index: 1;
  width: 109rem;
  height: 109rem;
  background: url("../image/bg/bg_red.png") no-repeat;
  background-size: cover;
  opacity: 0.8;
  pointer-events: none;
}

.menberList ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem 0.8rem;
}

.menberList ul a .image {
  position: relative;
  width: 100%;
  padding-top: 118.02%;
}

.menberList ul a .image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menberList ul a .name {
  margin-top: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-content {
  padding: 1.6rem;
  background: url("../image/bg/bg_modal.jpg");
  background-size: cover;
  width: 90rem;
}

.fancybox-close-small {
  display: none;
}

.menberModal .menberBody {
  position: relative;
  padding: 1.6rem;
}

.menberModal .menberBody .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 2.4rem;
  cursor: pointer;
}

.menberModal .menberBox {
  display: flex;
  align-items: flex-end;
}

.menberModal .menberBox .image {
  width: 48.2rem;
  margin-right: 3.2rem;
}

.menberModal .menberBox .info {
  width: calc(100% - 51.4rem);
}

.menberModal .menberBox .info dl + dl {
  margin-top: 1.6rem;
}

.menberModal .menberBox .info .name {
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3.2rem;
}

.menberModal .menberBox .info dt {
  text-align: center;
  padding: 0.3rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.66;
  margin-bottom: 1.2rem;
}

.menberModal .menberBox .info dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.menberModalList {
  margin-top: 3.2rem;
}

.menberModalList li {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 2.4rem;
  border-bottom: 0.1rem solid #b3b3b3;
}

.menberModalList li:first-child {
  border-top: 0.1rem solid #b3b3b3;
}

.menberModalList li.large {
  display: block;
}

.menberModalList li.large .title {
  margin-bottom: 0.6rem;
}

.menberModalList li span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  display: block;
}

.menberModalList li span.title {
  font-weight: 700;
}

.menberModalList li span.text {
  font-weight: 500;
}

.menberModal .closeBtn {
  margin: 3.2rem auto 0;
}

.menberModal .closeBtn a {
  display: block;
  max-width: 34.3rem;
  width: 100%;
  margin: 0 auto;
}

.alvark_lp_menberItem {
  display: flex;
  max-width: 81rem;
  width: 100%;
  margin: 5.6rem auto 0;
  position: relative;
  z-index: 5;
}

.alvark_lp_menberItem .image {
  width: 45.2rem;
  margin-right: 1.6rem;
}

.alvark_lp_menberItem .info {
  width: calc(100% - 46.8rem);
  color: #fff;
}

.alvark_lp_menberItem .info .name {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.alvark_lp_menberItem .info .name .eng {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 3rem;
  display: inline-block;
}

.alvark_lp_menberItem .info .name .jap {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

.alvark_lp_menberItem .info .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.alvark_lp_menberCareer {
  max-width: 71.8rem;
  width: 100%;
  margin: 2.4rem auto 0;
  border: 0.1rem solid #fff;
  padding: 3.1rem 1.6rem 1.6rem;
  position: relative;
  z-index: 2;
}

.careerHead {
  text-align: center;
  margin-bottom: 2.7rem;
  position: relative;
  z-index: 1;
}

.careerHead .jap {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.careerHead .eng {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: #282828;
  margin-top: -0.1rem;
}

.careerBox + .careerBox {
  margin-top: 1em;
}

.careerBox .title,
.careerBox li {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}

.careerBox li {
  padding-left: 1em;
}

.careerBox li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  z-index: 1;
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 100%;
}

@media screen and (max-width: 834px) {
  .alvark_lp_menber {
    padding: 9.6rem 0;
  }

  .alvark_lp_menber::before {
    left: -30rem;
    bottom: -26.5rem;
    width: 55.2rem;
    height: 55.2rem;
  }

  .menberList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: unset;
    gap: 0;
    margin-left: -0.8rem;
    position: relative;
    z-index: 99;
  }

  .menberList ul li {
    margin-bottom: 1.6rem;
    width: calc(33.33% - 0.8rem);
    margin-left: 0.8rem;
  }

  .menberList ul a .image {
    position: relative;
    width: 100%;
    padding-top: 118.34%;
  }

  .menberList ul a .name {
    font-size: 2rem;
  }

  .fancybox-slide--html {
    padding: 0;
  }

  .fancybox-slide--html .fancybox-content {
    margin-bottom: 0;
  }

  .fancybox-content {
    width: 100%;
  }

  .menberModal .menberBody {
    position: relative;
    padding: 4.3rem 0 0;
  }

  .menberModal .menberBox {
    display: block;
  }

  .menberModal .menberBox .image {
    width: 100%;
    position: relative;
    margin-right: 0;
    padding-top: 66.76%;
  }

  .menberModal .menberBox .image img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .menberModal .menberBox .info {
    width: 100%;
    margin-top: 1.6rem;
  }

  .menberModal .menberBox .menberDl {
    display: flex;
    margin-left: -0.9rem;
  }

  .menberModal .menberBox .info dl + dl {
    margin-top: 0;
  }

  .menberModal .menberBox .info dl {
    width: calc(33.33% - 0.9rem);
    margin-left: 0.9rem;
  }

  .menberModal .menberBox .info .name {
    font-size: 4.3rem;
    margin-bottom: 1.8rem;
  }

  .menberModal .menberBox .info dd {
    margin-top: 1.2rem;
  }

  .menberModalList {
    margin-top: 3.2rem;
  }

  .menberModalList li {
    padding: 0.8rem 0;
  }

  .menberModalList li.large .title {
    margin-bottom: 0.6rem;
  }

  .menberModalList li span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    display: block;
  }

  .menberModal .closeBtn {
    margin: 2.2rem auto 0;
  }

  .alvark_lp_menberItem {
    display: block;
    margin: 4rem auto 0;
    position: relative;
  }

  .alvark_lp_menberItem::before {
    content: "";
    position: absolute;
    left: auto;
    top: -22.4rem;
    right: -25.2rem;
    z-index: -1;
    width: 55.2rem;
    height: 55.2rem;
    background: url("../image/bg/bg_red.png") no-repeat;
    background-size: cover;
    opacity: 0.8;
  }

  .alvark_lp_menberItem .image {
    width: 100%;
    margin-right: 0;
  }

  .alvark_lp_menberItem .info {
    width: 100%;
    margin-top: 1.6rem;
  }

  .alvark_lp_menberCareer {
    max-width: calc(100% - 3.2rem);
    padding: 2.3rem 0.8rem 0.8rem;
  }

  .careerHead .eng {
    margin-top: -0.5rem;
  }

  .careerBox + .careerBox {
    margin-top: 1em;
  }
}

/* PHOTO */
.alvark_lp_photo {
  padding: 12.5rem 0 11.2rem;
  background: url("../image/bg/bg_photo_pc.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.alvark_lp_photo::before {
  content: "";
  position: absolute;
  right: -23.6rem;
  top: -43rem;
  z-index: -1;
  width: 127rem;
  height: 135rem;
  background: url("../image/bg/bg_glitter_03.png") no-repeat;
  background-size: cover;
  opacity: 0.8;
  pointer-events: none;
}

.alvark_lp_photo .alvark_lp_head {
  max-width: 93.2rem;
  width: 100%;
  margin: 0 auto 5.6rem;
}

.alvark_lp_photo .alvark_lp_inner {
  max-width: 103.2rem;
}

.alvark_lp_photoUl .alvark_lp_photoItem {
  max-width: 75rem;
  width: 100%;
  margin: 0 12.5rem;
}

@media screen and (min-width: 835px) {
  .alvark_lp_photoNav {
    margin: 0 -0.8rem;
  }

  .alvark_lp_photoNav .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .alvark_lp_photoNav .slick-slide {
    width: 16.66% !important;
    padding: 0.8rem;
  }

  .alvark_lp_photoNav .alvark_lp_photoItem {
    max-width: 15.3rem;
    transition: opacity 0.5s ease;
  }

  .alvark_lp_photoNav .alvark_lp_photoItem:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.5s ease;
  }
}

@media screen and (max-width: 834px) {
  .alvark_lp_photo {
    padding: 10rem 0;
    background: url("../image/bg/bg_photo_sp.jpg") no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .alvark_lp_photo::before {
    content: "";
    position: absolute;
    right: -17rem;
    top: -36rem;
    z-index: -1;
    width: 62rem;
    height: 75.6rem;
    background: url("../image/bg/bg_glitter_03_sp.png") no-repeat;
    background-size: cover;
    opacity: 0.8;
  }

  .alvark_lp_photoUl .alvark_lp_photoItem {
    max-width: unset;
    width: 100%;
    margin: 0;
  }

  .alvark_lp_photoNav {
    max-width: 21.5rem;
    width: 100%;
    margin: 1.6rem auto 0;
  }

  .alvark_lp_photoNav .alvark_lp_photoItem {
    padding: 0 0.2rem;
  }

  .alvark_lp_photoUl .slick-arrow {
    bottom: -1.6rem;
  }

  .alvark_lp_photoUl .slick-prev {
    left: 0rem;
    transform: translate(0, 100%);
  }
  .alvark_lp_photoUl .slick-next {
    right: 0.8rem;
    transform: translate(0, 100%);
  }
}

/* INSTAGRAM */
.alvark_lp_bgBlack {
  background: #000;
  z-index: 1;
}

.alvark_lp_ins {
  padding-top: 11.2rem;
  position: relative;
  z-index: 1;
}

.alvark_lp_ins::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../image/bg/bg_glitter_04_pc.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.insWrap .insList ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.alvark_lp_news {
  position: relative;
  z-index: 1;
  padding: 11.2rem 0 11.8rem;
}

.alvark_lp_news::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  z-index: -1;
  width: 150.5rem;
  height: 58.3rem;
  background: url("../image/bg/bg_glitter_05_pc.png") no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.newsWrap .newsList ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem;
}

.newsWrap .newsList .image span {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 66.78%;
  overflow: hidden;
}

.newsWrap .newsList img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsWrap .newsList a .info {
  margin-top: 0.8rem;
}

.newsWrap .newsList a .date {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  align-self: stretch;
}

.newsWrap .newsList a .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.96;
  margin-top: 0.8rem;
}

.newsLink {
  text-align: right;
  margin-top: 0.8rem;
}

.newsLink {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
}

.newsLink span {
  display: inline-flex;
  align-items: center;
}

.newsLink span::after {
  content: "";
  width: 1.9rem;
  height: 0.1rem;
  background: #fff;
  margin-left: 0.4rem;
}

.newsBtn {
  margin-top: 5.6rem;
}

.newsBtn a {
  max-width: 45.4rem;
  width: 100%;
  height: 5.6rem;
  margin: 0 auto;
  border: 0.1rem solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #f3f0f0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_ins {
    padding-top: 9.6rem;
  }

  .alvark_lp_ins::before {
    right: 50%;
    transform: translateX(50%);
    top: 6rem;
    z-index: -1;
    width: 37.7rem;
    height: 56.6rem;
    background: url("../image/bg/bg_glitter_04.png") no-repeat;
    background-size: cover;
  }

  .insWrap .insList ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .alvark_lp_news {
    position: relative;
    z-index: 1;
    padding: 9.6rem 0 12.7rem;
  }

  .alvark_lp_news::before {
    left: -15%;
    transform: translateX(0);
    bottom: -54px;
    width: 37.5rem;
    height: 24.9rem;
    background: url("../image/bg/bg_glitter_05.png") no-repeat;
    background-size: cover;
  }

  .newsWrap .newsList ul {
    display: block;
  }

  .newsWrap .newsList li a {
    padding: 1.6rem 0;
    display: flex;
    flex-wrap: wrap;
  }

  .newsWrap .newsList li + li a {
    border-top: 0.1rem solid #fff;
  }

  .newsWrap .newsList .image {
    width: 12.3rem;
  }

  .newsWrap .newsList a .info {
    width: calc(100% - 13.1rem);
    margin-top: 0;
    margin-left: 0.8rem;
  }

  .newsWrap .newsList a .text {
    line-height: 1.4;
  }

  .newsLink {
    width: 100%;
  }

  .newsLink span::after {
    content: "";
    width: 1.9rem;
    height: 0.1rem;
    background: #fff;
    margin-left: 0.4rem;
  }

  .newsBtn {
    margin-top: 4rem;
  }

  .newsBtn a {
    max-width: 31.1rem;
  }
}

/* KIDS CHEER SCHOOL */
.alvark_lp_kidscheer {
  position: relative;
  z-index: 2;
  padding: 11.2rem 0;
  background: #e2000b;
}

.alvark_lp_kidscheer::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 67.1rem;
  background: url("../image/bg/bg_kidscheer_pc.svg") no-repeat;
  background-size: cover;
}

.alvark_lp_kidscheer .alvark_lp_head {
  text-align: center;
}

.alvark_lp_kidscheer .alvark_lp_head .eng {
  font-size: 6.2rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-family: "Shrikhand", serif;
}

.kidscheerLogo {
  max-width: 31.2rem;
  width: 100%;
  margin: 0 auto 4rem;
}

.kidscheerItem .info {
  display: flex;
  align-items: center;
}

.kidscheerItem .image {
  width: 46.1rem;
  margin-right: 1.6rem;
}

.kidscheerItem .text {
  width: calc(100% - 47.7rem);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
}

.kidscheerBtn {
  margin-top: 4rem;
}

.kidscheerBtn a {
  display: block;
  max-width: 34.1rem;
  width: 100%;
  margin: 0 auto;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_kidscheer {
    padding: 8rem 0;
  }

  .alvark_lp_kidscheer::after {
    width: 100%;
    height: 32.4rem;
    background: url("../image/bg/bg_kidscheer_sp.svg") no-repeat;
    background-size: cover;
  }

  .alvark_lp_kidscheer .alvark_lp_head {
    text-align: center;
  }

  .alvark_lp_kidscheer .alvark_lp_head .eng {
    font-size: 4.2rem;
    line-height: 4.2rem;
    font-style: normal;
    letter-spacing: -0.01em;
  }

  .kidscheerLogo {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto 2.4rem;
  }

  .kidscheerItem .info {
    display: block;
  }

  .kidscheerItem .image {
    width: 100%;
    margin-right: 1.6rem;
  }

  .kidscheerItem .image img {
    width: 100%;
  }

  .kidscheerItem .text {
    width: 100%;
    padding: 1.6rem;
  }

  .kidscheerBtn {
    margin-top: 2.4rem;
  }
}
/* banner */
.alvark_lp_banner {
  padding: 8rem 0 7rem;
}

.alvark_lp_banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.alvark_lp_banner img {
  width: 100%;
}

@media screen and (min-width: 835px) {
  .alvark_lp_banner ul a:hover {
    opacity: 0.8;
  }
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .alvark_lp_banner {
    padding: 8rem 0;
  }

  .alvark_lp_banner ul {
    display: block;
  }

  .alvark_lp_banner ul li + li {
    margin-top: 2.4rem;
  }
}
