@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 {
  color: #333;
  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 */
}

@media screen and (min-width: 768px) {
  a:hover {
    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: #333;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.menuOpen {
  height: 100vh;
  overflow: hidden;
}
.enFt01 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: bold !important;
  font-style: normal;
}
.enFt02 {
  font-family: al-fresco, sans-serif;
  font-weight: normal !important;
  font-style: normal;
}
.enFt03 {
  font-family: "DIN Condensed";
  font-weight: bold !important;
  font-style: normal;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    /*font-size: 1.2rem;*/
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1002px) {
  .pc02 {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .sp02 {
    display: none !important;
  }
}

/* !alvark_lp_wrapper
---------------------------------------------------------- */
#alvark_lp_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 82px;
}
#alvark_lp_wrapper:before {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../image/bg_wrapper.png) no-repeat #fff center center;
  background-size: cover;
}
.alvark_lp_inner,
.alvark_lp_inner02 {
  padding: 0 20px;
  max-width: 1040px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.alvark_lp_inner02 {
  max-width: 840px;
}
/* !

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #alvark_lp_wrapper {
    min-width: 320px;
    padding: 63px 0 0;
  }
  .alvark_lp_inner,
  .alvark_lp_inner02 {
    /*padding: 0 15px;*/
    /*max-width: 500px;*/
    /*max-width: none;*/
  }
  #alvark_lp_wrapper:before {
    background: url(../image/bg_wrapper_sp.png) no-repeat #fff center center;
    background-size: cover;
  }
}

/* !header
---------------------------------------------------------- */
#alvark_lp_header {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  padding: 0 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
  min-width: 999px;
  border-bottom: 4px solid #d5001e;
}

.alvark_lp_logo {
  /*width: 138px;*/
}
.alvark_lp_header_btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 95;
  display: block;
}
.alvark_lp_header_btn a {
  display: block;
}
.alvark_lp_header_btn a + a {
  margin-top: 16px;
}
.alvark_lp_header_btn img {
  width: 273px;
}
@media screen and (max-width: 767px) {
  #alvark_lp_header {
    display: flex;
    height: 63px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 97;
    min-width: 320px;
    border-bottom-width: 3px;
  }
  .alvark_lp_logo {
    width: 116px;
  }
  .alvark_lp_header_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 57px;
  }
  .alvark_lp_header_btn a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-right: 8px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    background-color: #d6011f;
    text-align: center;
  }
  .alvark_lp_header_btn a + a {
    margin-top: 0;
    background-color: black;
  }
  .alvark_lp_header_btn a span {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    right: 8px;
    background: #fff url(../image/arrow_right.svg) center center / 14px 16px
      no-repeat;
  }
}

/* !nav
---------------------------------------------------------- */
.alvark_lp_btn_menu {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 99;
  width: 70px;
  height: 78px;
  cursor: pointer;
  background: url(../image/menu.svg) no-repeat center center;
  background-size: 30px auto;
}
.alvark_lp_btn_menu.active {
  background: url(../image/menu_close.svg) no-repeat center center;
  background-size: 23px auto;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_btn_menu {
    width: 70px;
    height: 60px;
  }
}

/* !navi
---------------------------------------------------------- */

@media screen and (min-width: 1001px) {
  #alvark_lp_navi ul {
    display: flex;
    justify-content: center;
  }
  #alvark_lp_navi li {
    margin-left: 32px;
    font-size: 16px;
  }
  #alvark_lp_navi li a {
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    white-space: nowrap;
  }
  #alvark_lp_navi li a.is_active {
    color: #b6003d;
  }
  #alvark_lp_navi li a.is_active:before {
    /*content: '';*/
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 16px;
    height: 4px;
    background: #b6003d;
    transform: translateX(-50%);
  }
  #alvark_lp_navi li a.is_none {
    color: #cccccc !important;
    pointer-events: none;
  }
  #alvark_lp_navi li a.is_none:before {
    content: none;
  }
}

@media screen and (max-width: 1000px) {
  #alvark_lp_navi {
    position: absolute;
    position: fixed;
    top: 63px;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 63px);
    background: rgba(0, 0, 0, 0.85);
    z-index: 98;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, height 0.3s;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 26px 60px 37px;
  }
  #alvark_lp_navi.open {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
  .alvark_lp_navi_box {
    width: 100%;
  }
  #alvark_lp_navi ul {
  }
  #alvark_lp_navi li {
    margin: 0;
  }
  #alvark_lp_navi li + li {
    margin-top: 10px;
  }
  #alvark_lp_navi li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e60021;
  }
  #alvark_lp_navi li a.is_none {
    color: #cccccc !important;
    pointer-events: none;
  }
  #alvark_lp_navi li a.is_none span {
    color: #cccccc !important;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1290px) {
  #alvark_lp_navi li {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1002px) {
  #alvark_lp_navi {
    top: 82px;
    max-height: calc(100vh - 82px);
  }
}

/* !mainVisual
---------------------------------------------------------- */
.alvark_lp_mainVisual {
}
.alvark_lp_mainVisual img {
  width: 100%;
}

/* alvark_lp_footer
-----------------------------------------------------------*/
.alvark_lp_pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #deb669;
  cursor: pointer;
}

.alvark_lp_footer {
  background: #000000;
  color: #fff;
  padding: 70px 0 100px;
}
.alvark_lp_footer .alvark_lp_inner {
  max-width: 640px;
}
.alvark_lp_footer a {
  color: #fff;
}
.alvark_lp_footer_box + .alvark_lp_footer_box {
  margin-top: 80px;
}
.alvark_lp_footer_logo {
  text-align: center;
  margin: 60px 0 40px;
}
.alvark_lp_footer_logo img {
  height: 80px;
}
.alvark_lp_footer_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.alvark_lp_footer_dl dt {
  font-size: 29px;
  line-height: 1.2;
  color: #dc0017;
  margin: 0 0 24px;
}
.alvark_lp_footer_dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alvark_lp_footer_dl dd a {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alvark_lp_footer_ul {
  font-size: 16px;
  border-top: 1px solid #fff;
}
.alvark_lp_footer_ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
}
.alvark_lp_footer_ul a {
  display: block;
  padding: 16px 32px 16px 0;
  background: url(../image/icon_arrow02.svg) no-repeat right 16px center;
  background-size: auto;
}
.alvark_lp_copyright {
  text-align: center;
  font-size: 12px;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_footer {
    background: #000000;
    color: #fff;
    padding: 34px 0 70px;
  }
  .alvark_lp_footer .alvark_lp_inner {
    max-width: 640px;
  }
  .alvark_lp_footer a {
    color: #fff;
  }
  .alvark_lp_footer_box + .alvark_lp_footer_box {
    margin-top: 40px;
  }
  .alvark_lp_footer_logo {
    text-align: center;
    margin: 40px 0 40px;
  }
  .alvark_lp_footer_logo img {
    height: 80px;
  }
  .alvark_lp_footer_dl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .alvark_lp_footer_dl dt {
    font-size: 29px;
    line-height: 1.2;
    color: #dc0017;
    margin: 0 0 24px;
  }
  .alvark_lp_footer_dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
  }
  .alvark_lp_footer_dl dd a {
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .alvark_lp_footer_ul {
    font-size: 14px;
    border-top: 1px solid #fff;
  }
  .alvark_lp_footer_ul li {
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  .alvark_lp_footer_ul a {
    display: block;
    padding: 16px 32px 16px 0;
    background: url(../image/icon_arrow02.svg) no-repeat right 16px center;
    background-size: auto;
  }
  .alvark_lp_copyright {
    text-align: center;
    font-size: 12px;
  }
}

/*common*/
.alvark_lp_sec_title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.alvark_lp_sec_title:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 auto;
  background: #d5001e;
}
.alvark_lp_sec_title .eng {
  font-size: 90px;
  line-height: 1.33;
  white-space: nowrap;
}
.alvark_lp_sec_title .jap {
  font-weight: 500;
  font-size: 20px;
  margin: 20px 0 14px;
}

.alvark_lp_sec_title.white {
  color: #fff;
}
.alvark_lp_sec_title.white:after {
  background: #deb669;
}

@media screen and (max-width: 767px) {
  .alvark_lp_sec_title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
  .alvark_lp_sec_title:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 0 auto;
    background: #d5001e;
  }
  .alvark_lp_sec_title .eng {
    font-size: 50px;
    line-height: 1.33;
    white-space: nowrap;
  }
  .alvark_lp_sec_title .jap {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0 14px;
  }
}
/*main*/

/*0118*/
/*info*/
.alvark_lp_info {
  background: #0f0f0f;
  color: #fff;
  padding: 80px 0;
}
.alvark_lp_info_icon01 {
  text-align: center;
  margin-bottom: 20px;
}
.alvark_lp_info_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 33px;
  color: #fff;
}
.alvark_lp_info_tit img {
  margin-right: 24px;
}

.alvark_lp_info_team {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.alvark_lp_info_team li {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 140px;
}
.alvark_lp_info_team li p:nth-child(1) {
  height: 140px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alvark_lp_info_team li:nth-child(2) {
  font-size: 4.2rem;
  margin: 0 50px;
  width: 80px;
  padding-bottom: 20px;
}

.alvark_lp_info_venue {
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alvark_lp_info_venue span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 33px;
  margin-right: 12px;
  background: #fff;
  color: #000;
  font-size: 2rem;
}

.alvark_lp_info_ticket {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.alvark_lp_info_ticket li {
  margin: 0 10px 50px;
  width: calc(50% - 20px);
}

.alvark_lp_info_ticket_presents {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.2;
}
.alvark_lp_info_ticket_presents img {
  display: block;
  margin: 8px auto 0;
  width: 220px;
}
.alvark_lp_info_ticket_box {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: -10px 0 10px;*/
}
.alvark_lp_info_ticket_date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.alvark_lp_info_ticket_date span.alvark_lp_d2 {
  font-size: 11.4rem;
  line-height: 1.2;
  height: 1.2em;
  overflow: hidden;
  padding-top: 15px;
}
.alvark_lp_info_ticket_date span.alvark_lp_d1 {
  font-size: 6rem;
  line-height: 1.2;
  margin-left: 10px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.alvark_lp_info_ticket_time {
  line-height: 1.2;
  margin-top: 3px;
}
.alvark_lp_info_ticket_time p {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.alvark_lp_info_ticket_time p + p {
  margin-top: 12px;
}
.alvark_lp_info_ticket_time span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 32px;
  background: #fff;
  color: #000;
  margin-right: 12px;
  font-size: 16px;
  font-weight: bold;
}
.alvark_lp_info_ticket_time font {
  font-size: 2.8rem;
  line-height: 1;
  padding-top: 5px;
  height: 1em;
  overflow: hidden;
}

.alvark_lp_info_ticket_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alvark_lp_info_icon02 {
  margin-right: 10px;
  width: auto;
}

.alvark_lp_info_ticket_btn a {
  width: auto;
}
.alvark_lp_info_ticket_btn a:hover {
  opacity: 0.8;
}
.alvark_lp_info_ticket_txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}

.alvark_lp_info_ticket_link {
  display: flex;
  justify-content: center;
}
.alvark_lp_info_ticket_link li {
  max-width: 400px;
}
.alvark_lp_info_ticket_link li + li {
  margin-left: 60px;
}
.alvark_lp_info_ticket_link a {
  display: block;
  color: #fff;
}
.alvark_lp_info_ticket_link .txtP {
  margin-top: 8px;
  padding-left: 14px;
  font-size: 14px;
  background: url(../image/icon_txt.svg) no-repeat left top 6px;
  background-size: auto;
}

@media screen and (max-width: 767px) {
  .alvark_lp_info {
    background: #0f0f0f;
    color: #fff;
    padding: 40px 0 50px;
  }
  .alvark_lp_info_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: bold;
    margin-bottom: 33px;
    color: #fff;
  }
  .alvark_lp_info_tit img {
    margin-right: 24px;
    width: 38px;
  }

  .alvark_lp_info_team {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
  }
  .alvark_lp_info_team li {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    width: 140px;
  }
  .alvark_lp_info_team li p:nth-child(1) {
    height: 77px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .alvark_lp_info_team li p img {
    max-width: 84px;
    max-height: 100%;
  }
  .alvark_lp_info_team li:nth-child(2) {
    font-size: 4rem;
    margin: 0 10px;
    width: 50px;
    padding-bottom: 20px;
  }

  .alvark_lp_info_venue {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .alvark_lp_info_venue span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 21px;
    margin-right: 8px;
    background: #fff;
    color: #000;
    font-size: 1.4rem;
  }

  .alvark_lp_info_ticket {
    display: flex;
    justify-content: center;
    margin: 0 -12px;
  }
  .alvark_lp_info_ticket li {
    margin: 0 12px 32px;
    width: auto;
    max-width: calc(50% - 24px);
  }

  .alvark_lp_info_ticket_presents {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .alvark_lp_info_ticket_presents img {
    display: block;
    margin: 4px auto 0;
    width: 110px;
  }
  .alvark_lp_info_ticket_box {
    /*margin: -10px 0 10px;*/
    display: flex;
    flex-direction: column;
  }
  .alvark_lp_info_ticket_date {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .alvark_lp_info_ticket_date span.alvark_lp_d2 {
    font-size: 6.2rem;
    line-height: 1.2;
  }
  .alvark_lp_info_ticket_date span.alvark_lp_d1 {
    font-size: 4.9rem;
    line-height: 1.2;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 10px 0 0;
    height: 1.2em;
    overflow: hidden;
  }

  .alvark_lp_info_ticket_time {
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .alvark_lp_info_ticket_time p {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 0;
  }
  .alvark_lp_info_ticket_time span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 24px;
    background: #fff;
    color: #000;
    margin-right: 9px;
    font-size: 14px;
    font-weight: bold;
  }
  .alvark_lp_info_ticket_time font {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    padding-top: 3px;
  }

  .alvark_lp_info_ticket_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .alvark_lp_info_ticket_btn a {
    width: auto;
  }
  .alvark_lp_info_ticket_btn a:hover {
    opacity: 0.8;
  }
  .alvark_lp_info_ticket_txt {
  }

  .alvark_lp_info_ticket_link {
    display: block;
  }
  .alvark_lp_info_ticket_link li {
    max-width: none;
  }
  .alvark_lp_info_ticket_link li + li {
    margin-top: 24px;
    margin-left: 0;
  }
  .alvark_lp_info_ticket_link a {
    display: block;
    color: #fff;
  }
  .alvark_lp_info_ticket_link .txtP {
    margin-top: 8px;
    padding-left: 13px;
    font-size: 9px;
    background: url(../image/icon_txt.svg) no-repeat left top center;
    background-size: 5px auto;
  }
}

/* 2024/02/20 追加 */
/*alvark_lp_kv_text*/
#alvark_lp_kv_text {
  text-align: center;
  padding: 75px 0;
  border-top: 16px solid #d5001e;
}
#alvark_lp_kv_text p {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #alvark_lp_kv_text {
    padding: 33px 0;
    border-top: 8px solid #d5001e;
  }
  #alvark_lp_kv_text p {
    width: auto;
    max-width: none;
    font-size: 14px;
    line-height: 25px;
  }
}
/* 2024/02/20 追加ここまで */

/*alvark_lp_about*/
#alvark_lp_about {
  padding: 75px 0 120px;
  border-top: 16px solid #d5001e;
}
#alvark_lp_about .alvark_lp_inner {
  max-width: 1096px;
}
.alvark_lp_about_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alvark_lp_about_dl dt {
  width: 36.6%;
  margin-right: 2%;
}
.alvark_lp_about_dl dd {
  width: 57.7%;
  max-width: 609px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #alvark_lp_about {
    padding: 33px 0 45px;
    border-top: 8px solid #d5001e;
  }
  #alvark_lp_about .alvark_lp_inner {
    max-width: 1096px;
  }
  .alvark_lp_about_dl {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .alvark_lp_about_dl dt {
    width: auto;
    margin-right: 0%;
    text-align: center;
    margin-bottom: 30px;
  }
  .alvark_lp_about_dl dt img {
    width: 189px;
  }
  .alvark_lp_about_dl dd {
    width: auto;
    max-width: none;
    font-size: 14px;
    line-height: 25px;
  }
}
/*alvark_lp_event*/
.redBg {
  background: url(../image/bg_event.png) no-repeat right 20px top 50px #d5001e;
  background-size: 816px auto;
  color: #fff;
  background-blend-mode: multiply;
}
#alvark_lp_event {
  padding: 70px 0 120px;
}
#alvark_lp_event .alvark_lp_inner {
  max-width: 1108px;
  overflow: hidden;
}
.alvark_lp_event_slider .slick-list {
  padding: 25px 0 75px;
}
.alvark_lp_event_slist {
  width: 324px;
  margin: 0 16px;
}
.alvark_lp_event_slist > a {
  position: relative;
  display: block;
  padding: 23px 12px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}
.alvark_lp_event_slist .dateP {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 0 16px;
  background: #deb669;
  border-radius: 15px;
  color: #fff;
  line-height: 1.5em;
  overflow: hidden;
  padding-top: 5px;
}
.alvark_lp_event_slist .imgP img {
  border-radius: 6px;
}
.alvark_lp_event_slist .titleP {
  font-size: 16px;
  line-height: 1.5;
  height: 4.5em;
  font-weight: 500;
  margin: 16px 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.alvark_lp_event_slist .btnP {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 33px;
  font-weight: 500;
  margin: 0 -12px;
  border-radius: 0 0 8px 8px;
}
.alvark_lp_event_slist .btnP img {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .redBg {
    background: url(../image/bg_event.png) no-repeat right 6px top 13px #d5001e;
    background-size: 224px auto;
    color: #fff;
  }
  #alvark_lp_event {
    padding: 34px 0 60px;
  }
  #alvark_lp_event .alvark_lp_inner {
    max-width: 1108px;
    overflow: hidden;
  }
  .alvark_lp_event_slider .slick-list {
    padding: 15px 0 56px !important;
    overflow: visible;
  }
  .alvark_lp_event_slist {
    width: 324px;
    margin: 0 16px;
  }
  .alvark_lp_event_slist > a {
    position: relative;
    display: block;
    padding: 23px 12px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  }
  .alvark_lp_event_slist .dateP {
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 2;
    transform: translateY(-50%);
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 5px 16px 0;
    background: #deb669;
    border-radius: 15px;
    color: #fff;
  }
  .alvark_lp_event_slist .imgP img {
    border-radius: 6px;
  }
  .alvark_lp_event_slist .titleP {
    font-size: 16px;
    line-height: 1.5;
    height: 4.5em;
    font-weight: 500;
    margin: 16px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .alvark_lp_event_slist .btnP {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 33px;
    font-weight: 500;
    margin: 0 -12px;
    border-radius: 0 0 8px 8px;
  }
  .alvark_lp_event_slist .btnP img {
    margin-left: 8px;
  }
}
/*slick-dots*/
.slick-dots {
  width: 240px;
  max-width: 240px;
  bottom: auto;
  right: 50%;
  transform: translateX(50%);
  bottom: 8px;
  font-size: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 4px;
  float: left;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.slick-dots li button:hover:before {
  background: #000;
}
.slick-dots li.slick-active button:before {
  background: #000;
}

/*arrow*/
.slick-arrow {
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-prev,
.slick-next {
  position: absolute;
  width: 17px;
  height: 24px;
  z-index: 3;
  background: url(../image/prev_slider.svg) no-repeat;
  background-size: auto 100%;
  left: calc(50% - 155px);
  top: auto;
  bottom: 0;
  transform: translateY(0%);
}
.slick-next {
  background: url(../image/next_slider.svg) no-repeat;
  background-size: auto 100%;
  left: auto;
  right: calc(50% - 155px);
}

@media screen and (max-width: 767px) {
}

.hide {
  display: none;
}
.fancybox-content {
  background: none;
  padding: 0;
}
.fancyboxWrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 612px;
  max-width: 90vw;
  background: #fff;
  border-radius: 12px;
  padding: 35px 30px;
  position: relative;
}
.fancyboxWrap .dateP {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 3px 16px 0;
  background: #deb669;
  border-radius: 15px;
  color: #fff;
  height: 1.5em;
  overflow: hidden;
}
.fancyboxWrap .imgP img {
  border-radius: 10px;
}
.fancyboxWrap .titleP {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 16px 0;
}
.fancyboxWrap .txtP {
  font-size: 14px;
}
.fancyboxWrap .txtP p + p {
  margin-top: 20px;
}
.fancyboxWrap .txtP a {
  color: #e60021;
  text-decoration: underline;
}
.fancyboxWrap .txtP a:hover {
  text-decoration: none;
}
.scrollCont {
  overflow-y: auto;
  height: calc(100vh - 240px);
}
.fancybox_close {
  text-align: center;
  margin-top: 30px;
}
html.compensate-for-scrollbar {
  overflow: hidden;
}
.compensate-for-scrollbar {
  margin-right: 0px !important;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 0 !important;
  overflow: visible !important;
}
.fancybox-slide--html .fancybox-content img {
  /* 20240416 追加 */
  max-width: 90vw;
  max-height: 80svh;
  /* 20240416 追加ここまで */
}
@media screen and (min-width: 768px) {
  .fancybox-slide--html .fancybox-content img {
    /* 20240416 追加 */
    max-width: 80vw;
    max-height: 80svh;
    /* 20240416 追加ここまで */
  }
}

@media screen and (min-width: 768px) {
  html.compensate-for-scrollbar {
    margin-right: 17px !important;
  }
}
.fancybox-navigation .fancybox-button {
  width: 17px;
  height: 100%;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fancybox-navigation .fancybox-button--arrow_left {
  /* 20240416 追加 */
  left: 10%;
  /* left: calc(50% - 373px); */
  /* 20240416 追加ここまで */
  background: url(../image/prev_fancy.svg) no-repeat left center;
  background-size: auto 24px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  /* 20240416 追加 */
  right: 10%;
  /* right: calc(50% - 373px); */
  /* 20240416 追加ここまで */
  background: url(../image/next_fancy.svg) no-repeat right center;
  background-size: auto 24px;
}
.fancybox-infobar {
  display: none;
}

@media screen and (max-width: 767px) {
  .fancyboxWrap {
    border-radius: 8px;
    padding: 30px 15px 23px;
    position: relative;
    max-width: calc(100vw - 60px);
  }
  .fancyboxWrap .dateP {
    left: 15px;
  }
  .fancyboxWrap .imgP img {
    border-radius: 10px;
    border: 1px solid #000;
  }
  .fancyboxWrap .titleP {
    margin: 10px 0 20px;
  }
  .scrollCont {
    overflow-y: auto;
    height: calc(100vh - 280px);
  }
  .fancybox_close {
    text-align: center;
    margin-top: 14px;
  }
  .fancybox_close img {
    width: 97px;
  }

  .fancybox-navigation .fancybox-button {
    width: 11px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 10px;
    background: url(../image/prev_fancy_sp.svg) no-repeat left center;
    background-size: auto 24px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 10px;
    background: url(../image/next_fancy_sp.svg) no-repeat right center;
    background-size: auto 24px;
  }
}
/*alvark_lp_campaign*/
#alvark_lp_campaign {
  padding: 70px 0 120px;
}
.alvark_lp_campaign_p01 {
  text-align: center;
  margin-bottom: 63px;
}
.alvark_lp_campaign_p01 img {
  width: 640px;
  border-radius: 10px;
}
.alvark_lp_campaign_table {
  width: 100%;
}
.alvark_lp_campaign_table th,
.alvark_lp_campaign_table td {
  padding: 24px 0;
  font-size: 16px;
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}
.alvark_lp_campaign_table th {
  vertical-align: top;
  width: 170px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  color: #deb669;
}
.alvark_lp_campaign_table td a.banner {
  margin-top: 16px;
  display: block;
}
.redFt {
  color: #e60021;
}
.alvark_lp_campaign_dl + .alvark_lp_campaign_dl {
  margin-top: 40px;
}
.alvark_lp_campaign_dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.alvark_lp_campaign_dl dt {
  width: calc(100% - 24px - 190px);
}
.alvark_lp_campaign_dl dt.foster {
  align-self: start;
}
.alvark_lp_campaign_dl dd {
  width: 190px;
  text-align: center;
}
.alvark_lp_campaign_dl dd img.foster01 {
  width: 100px;
  display: block;
  margin: 0 auto 16px;
  rotate: 10deg;
}
.alvark_lp_campaign_dl dd img.foster02 {
  width: 200px;
  display: block;
  margin: 16px auto 0;
}
.alvark_lp_campaign_dl .categP span {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  background: #e60021;
  border-radius: 16px;
  margin-bottom: 8px;
}
.alvark_lp_campaign_dl .titleP {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.alvark_lp_campaign_dl .txtP {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #alvark_lp_campaign {
    padding: 34px 0 60px;
  }
  .alvark_lp_campaign_p01 {
    text-align: center;
    margin-bottom: 34px;
  }
  .alvark_lp_campaign_p01 img {
    width: 640px;
    border-radius: 10px;
  }
  .alvark_lp_campaign_table {
    width: 100%;
    border-top: 2px solid #e3e3e3;
  }
  .alvark_lp_campaign_table th,
  .alvark_lp_campaign_table td {
    display: block;
    padding: 0 0 24px;
    font-size: 14px;
    border-top: 0px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
  }
  .alvark_lp_campaign_table th {
    border-top: 0;
    border-bottom: 0;
    vertical-align: top;
    width: auto;
    font-size: 16px;
    line-height: 1.33;
    font-weight: bold;
    color: #deb669;
    padding: 24px 0 10px;
  }
  .redFt {
    color: #e60021;
  }
  .alvark_lp_campaign_dl + .alvark_lp_campaign_dl {
    margin-top: 30px;
  }
  .alvark_lp_campaign_dl {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }
  .alvark_lp_campaign_dl dt {
    width: auto;
  }
  .alvark_lp_campaign_dl dd {
    display: none;
    width: auto;
    text-align: center;
  }
  .alvark_lp_campaign_dl .imgP {
    text-align: center;
    margin-bottom: 24px;
  }
  .alvark_lp_campaign_dl .imgP img.foster01 {
    width: 100px;
    display: block;
    margin: 0 auto 16px;
    rotate: 10deg;
  }
  .alvark_lp_campaign_dl .imgP img.foster02 {
    width: 200px;
    display: block;
    margin: 16px auto 0;
  }
  .alvark_lp_campaign_dl .categP span {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
    background: #e60021;
    border-radius: 16px;
    margin-bottom: 24px;
  }
  .alvark_lp_campaign_dl .titleP {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .alvark_lp_campaign_dl .txtP {
    font-size: 12px;
  }
}

/*alvark_lp_award*/
#alvark_lp_award {
  padding: 70px 0 120px;
}
#alvark_lp_award .alvark_lp_inner02 {
  max-width: 680px;
}
.imgBox {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}
.imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  transition: all 0.2s linear;
}
a:hover .imgBox img {
  transform: scale(1.05);
}
.alvark_lp_award_p01 {
  margin-bottom: 40px;
}
.alvark_lp_award_video a {
  display: block;
  color: #fff;
  text-align: center;
}
.iframeP {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.iframeP iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.alvark_lp_award_video .txtP {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
.alvark_lp_award_item {
  margin-top: 80px;
}
.alvark_lp_award_item_hd {
  line-height: 1.33;
  margin-bottom: 22px;
  text-align: center;
  background: url(../image/title_award01.svg) no-repeat center center;
  background-size: auto;
  height: 156px;
  color: #deb669;
  display: flex;
  justify-content: center;
  padding-top: 33px;
}
.alvark_lp_award_item_hd .jap {
  font-size: 53px;
  line-height: 1.43;
  font-weight: 500;
}
.alvark_lp_award_item_hd .eng {
  font-size: 25px;
  padding: 38px 85px 0 0;
}
.alvark_lp_award_item_hd.white {
  margin-bottom: 40px;
  background: url(../image/title_award02.svg) no-repeat 55% center;
  background-size: auto;
  color: #fff;
  padding-top: 40px;
  background-position: 70%;
}
.alvark_lp_award_item_hd.white.white02 {
  background-position: 60%;
}
.alvark_lp_award_item_hd.pink {
  margin-bottom: 40px;
  background: url(../image/title_award03.svg) no-repeat 69% center;
  background-size: auto;
  color: #ffb5cb;
  padding-top: 40px;
}
.alvark_lp_award_item_hd.white .jap {
  font-size: 40px;
}
.alvark_lp_award_item_hd.white .eng {
  padding: 22px 145px 0 0;
}
.alvark_lp_award_item_hd.white.white02 .eng {
  padding: 22px 65px 0 0;
}
.award_alvarkyun {
  display: grid;
  grid-template-columns: 65.2% 30.5%;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 742px;
  max-width: calc(100% - 230px);
  margin: 0 auto;
}
.award_alvarkyun .alvark_lp_award_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 100%;
}
.award_alvarkyun .alvark_lp_award_ul a,
.alvalrkyun_third a {
  width: 100%;
  max-width: 226px;
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 1 !important;
}
.alvark_lp_award_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 32px;
  width: 742px;
  max-width: calc(100% - 230px);
  margin: 0 auto;
}
.alvark_lp_award_ul.grid4 {
  grid-template-columns: repeat(4, 1fr);
  width: 1016px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.alvark_lp_award_ul a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 1 !important;
}
.alvark_lp_award_ul .imgP,
.alvalrkyun_third .imgP {
  margin: 8px 0 10px;
}
.alvark_lp_award_ul .imgBox,
.alvalrkyun_third .imgBox {
  border: 2px solid #d8b674;
  border-radius: 8px;
  padding-top: 100%;
}
.alvark_lp_award_ul .tagP span,
.alvalrkyun_third .tagP span {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  background: #000;
  border-radius: 16px;
  margin-bottom: 10px;
}
.alvark_lp_award_ul .titleP,
.alvalrkyun_third .titleP {
  font-size: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.alvark_lp_award_ul .txtP,
.alvalrkyun_third .tetP {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #alvark_lp_award {
    padding: 34px 0 60px;
  }
  #alvark_lp_award .alvark_lp_inner02 {
    max-width: 680px;
  }
  .alvark_lp_award_p01 {
    margin-bottom: 36px;
  }
  .alvark_lp_award_video a {
    display: block;
    color: #fff;
    text-align: center;
  }
  .alvark_lp_award_video .txtP {
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
  }
  .alvark_lp_award_item {
    margin-top: 40px;
  }
  .alvark_lp_award_item_hd {
    line-height: 1.33;
    margin-bottom: 14px;
    text-align: center;
    background: url(../image/title_award01.svg) no-repeat center center;
    background-size: auto 100%;
    height: 103px;
    color: #deb669;
    display: flex;
    justify-content: center;
    padding-top: 23px;
  }
  .alvark_lp_award_item_hd .jap {
    font-size: 33px;
    line-height: 1.43;
    font-weight: 500;
  }
  .alvark_lp_award_item_hd .eng {
    font-size: 14px;
    padding: 26px 56px 0 3px;
  }
  .alvark_lp_award_item_hd.white {
    margin-bottom: 14px;
    background: url(../image/title_award02.svg) no-repeat 70% center;
    background-size: auto 100%;
    background-position: 99%;
    color: #fff;
    padding-top: 31px;
  }
  .alvark_lp_award_item_hd.white.white02 {
    background-position: 65%;
  }
  .alvark_lp_award_item_hd.pink {
    margin-bottom: 14px;
    background: url(../image/title_award03.svg) no-repeat 100% center;
    background-size: auto 100%;
    letter-spacing: -0.07em;
    padding-top: 31px;
  }
  .alvark_lp_award_item_hd.white .jap {
    font-size: 24px;
  }
  .alvark_lp_award_item_hd.white .eng {
    padding: 15px 3px 0 3px;
  }
  .alvark_lp_award_item_hd.white.white02 .eng {
    padding: 15px 36px 0 3px;
  }
  .award_alvarkyun {
    display: unset;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
  }
  .award_alvarkyun .alvark_lp_award_ul {
    gap: 9px;
  }
  .award_alvarkyun .alvark_lp_award_ul a {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }
  .alvalrkyun_third a {
    width: 49%;
    max-width: 100%;
    margin: 24px auto 0;
  }

  .alvark_lp_award_ul,
  .alvark_lp_award_ul.grid4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 9px;
    max-width: 100%;
  }
  .alvark_lp_award_ul a {
    font-size: 12px;
  }
  .alvark_lp_award_ul .imgP {
    margin: 8px 0;
  }
  .alvark_lp_award_ul .imgBox {
    border: 2px solid #d8b674;
    border-radius: 8px;
    padding-top: 100%;
  }
  .alvark_lp_award_ul .tagP span {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    background: #000;
    border-radius: 16px;
    margin-bottom: 6px;
  }
  .alvark_lp_award_ul .titleP {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .alvark_lp_award_ul .txtP {
    font-size: 12px;
  }
}
/*alvark_lp_gallery*/
#alvark_lp_gallery {
  padding: 70px 0 120px;
}
.alvark_lp_gallery_p01 {
  text-align: center;
  margin-bottom: 40px;
}
.alvark_lp_gallery_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4px;
}
.alvark_lp_gallery_list li:nth-of-type(n + 25) {
  display: none;
}
.alvark_lp_gallery_list.is_active li:nth-of-type(n + 25) {
  display: block;
}
.alvark_lp_gallery_btn {
  margin-top: 32px;
  text-align: center;
}
.alvark_lp_gallery_btn img {
  cursor: pointer;
}
.alvark_lp_gallery_btn .is_on {
  display: none;
}
.alvark_lp_gallery_btn.is_active .is_no {
  display: none;
}
.alvark_lp_gallery_btn.is_active .is_on {
  display: inline-block;
}
.alvark_lp_gallery_p02 {
  text-align: center;
  margin-top: 80px;
}
.alvark_lp_gallery_p02 img {
  width: 640px;
}

@media screen and (max-width: 767px) {
  #alvark_lp_gallery {
    padding: 34px 0 60px;
  }
  .alvark_lp_gallery_p01 {
    text-align: center;
    margin-bottom: 32px;
  }
  .alvark_lp_gallery_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px;
  }
  .alvark_lp_gallery_list li:nth-of-type(n + 22) {
    display: none;
  }
  .alvark_lp_gallery_list.is_active li:nth-of-type(n + 22) {
    display: block;
  }
  .alvark_lp_gallery_btn {
    margin-top: 32px;
    text-align: center;
  }
  .alvark_lp_gallery_btn img {
    cursor: pointer;
  }
  .alvark_lp_gallery_btn .is_on {
    display: none;
  }
  .alvark_lp_gallery_btn.is_active .is_no {
    display: none;
  }
  .alvark_lp_gallery_btn.is_active .is_on {
    display: inline-block;
  }
  .alvark_lp_gallery_p02 {
    text-align: center;
    margin-top: 35px;
  }
  .alvark_lp_gallery_p02 img {
    width: 640px;
  }
}
/*alvark_lp_goods*/
#alvark_lp_goods {
  padding: 70px 0 120px;
}
.alvark_lp_goods_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.alvark_lp_goods_list li {
  width: calc(25% - 24px);
  margin: 0 12px 50px;
}
.alvark_lp_goods_list a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: 1 !important;
}
.alvark_lp_goods_list .imgBox {
  padding-top: 100%;
  border-radius: 10px;
}
.alvark_lp_goods_list .txtP {
  margin: 18px 0 8px;
}
.alvark_lp_goods_list .priceP {
  font-weight: bold;
}
.alvark_lp_goods_p01 {
  text-align: center;
  margin-top: 30px;
}
.alvark_lp_goods_p01 img {
  width: 640px;
}

@media screen and (max-width: 767px) {
  #alvark_lp_goods {
    padding: 34px 0 60px;
  }
  .alvark_lp_goods_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -4px;
  }
  .alvark_lp_goods_list li {
    width: calc(50% - 8px);
    margin: 0 4px 25px;
  }
  .alvark_lp_goods_list a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    opacity: 1 !important;
  }
  .alvark_lp_goods_list .imgBox {
    padding-top: 100%;
    border-radius: 10px;
  }
  .alvark_lp_goods_list .txtP {
    margin: 12px 0 8px;
  }
  .alvark_lp_goods_list .priceP {
    font-weight: bold;
    font-size: 12px;
  }
  .alvark_lp_goods_p01 {
    text-align: center;
    margin-top: 15px;
  }
  .alvark_lp_goods_p01 img {
    width: 640px;
  }
}
/*alvark_lp_rook*/
#alvark_lp_rook {
  padding-top: 70px;
}
.alvark_lp_rook_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alvark_lp_rook_dl .rook_img {
  width: 40%;
  margin: 0 10%;
}

.alvark_lp_rook_dl .cheer_img {
  width: 60%;
}


/* .alvark_lp_rook_dl dt {
  width: 40%;
} */

.alvark_lp_rook_dl dd {
  width: 40%;
}
.alvark_lp_rook_dl .txtP {
  font-size: 18px;
  margin-bottom: 24px;
}
.alvark_lp_rook_dl .btnP {
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #alvark_lp_rook {
    padding-top: 34px;
  }
  .alvark_lp_rook_dl {
    display: block;
    align-items: flex-end;
    justify-content: space-between;
  }
  .alvark_lp_rook_dl dt {
    width: auto;
    margin-bottom: 24px;
    text-align: center;
  }

  /* .alvark_lp_rook_dl dt img {
    width: 171px;
  } */

  .alvark_lp_rook_dl .rook_img {
    width: 40%;
    margin: 0 auto 24px auto;
  }

  .alvark_lp_rook_dl .cheer_img {
    width: 60%;
    margin: 0 auto 24px auto;
  }

  .alvark_lp_rook_dl .cheer dt img {
    width: 100%;
    padding: 0;
  }
  .alvark_lp_rook_dl dd {
    width: auto;
  }
  .alvark_lp_rook_dl .txtP {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 28px;
  }
  .alvark_lp_rook_dl .btnP {
    text-align: center;
    margin-top: 34px;
  }
  .alvark_lp_rook_dl .btnP img {
    width: 248px;
  }
}
/*alvark_lp_players*/
#alvark_lp_players {
  padding-top: 70px;
}

.alvark_lp_players_slider {
  padding-bottom: 64px;
}
.alvark_lp_players_slider .slick-dots li button:before {
  background: #e3e3e3;
}
.alvark_lp_players_slider .slick-dots li button:hover:before {
  background: #e60021;
}
.alvark_lp_players_slider .slick-dots li.slick-active button:before {
  background: #e60021;
}

.alvark_lp_players_slist {
  width: 315px;
  margin: 0 24px;
  transform: scale(0.85);
  transition: transform 0.3s;
}
.alvark_lp_players_slist.slick-center {
  opacity: 1;
  transform: scale(1);
}
.alvark_lp_players_slist .imgP {
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.3);
}
.alvark_lp_players_slist .txtP {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0;
}
.alvark_lp_players_slist .txtP span {
  display: block;
  font-weight: bold;
}
.alvark_lp_players_slist.slick-center .txtP,
.alvark_lp_players_slist.slick-center .nameP {
  opacity: 1;
}

@media screen and (max-width: 767px) {
}
/*alvark_lp_cheer*/
#alvark_lp_cheer {
  padding: 70px 0 120px;
}
.alvark_lp_players_slist .nameP {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  opacity: 0;
}
/*alvark_lp_attention*/
#alvark_lp_attention {
  padding: 70px 0 120px;
  background: #f7f7f7;
}
.alvark_lp_attention_cont {
  font-size: 14px;
}
.alvark_lp_attention_cont p + p {
  margin-top: 21px;
}
.alvark_lp_attention_cont span {
  color: #d5001e;
}

@media screen and (max-width: 767px) {
  #alvark_lp_players {
    padding-top: 34px;
  }
  .alvark_lp_players_slist {
    width: 315px;
    margin: 0 24px;
  }
  .alvark_lp_players_slist .imgP {
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.3);
  }
  .alvark_lp_players_slist .txtP {
    font-size: 14px;
    margin-top: 20px;
  }

  #alvark_lp_cheer {
    padding: 34px 0 60px;
  }
  .alvark_lp_players_slist .nameP {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    opacity: 0;
  }
  /*alvark_lp_attention*/
  #alvark_lp_attention {
    padding: 34px 0 40px;
    background: #f7f7f7;
  }

  .alvark_lp_players_slider .slick-list {
    overflow: visible;
  }
}

/*0120*/
.alvark_lp_players_slist a {
  display: block;
  position: relative;
}
#alvark_lp_players .alvark_lp_players_slist .imgP {
  position: relative;
}
#alvark_lp_players .alvark_lp_players_slist .imgP:before {
  /*content: '';*/
  content: none;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 9;
  width: 32px;
  height: 32px;
  background: url(../image/tap.svg) no-repeat;
  background-size: 100% auto;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#alvark_lp_players .alvark_lp_players_slist.slick-center .imgP:before {
  content: "";
}
