@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 {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
@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: #fff;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
}

.han_sans {
  font-family: "source-han-sans-japanese", sans-serif;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* !alvark_lp_wrapper
---------------------------------------------------------- */
#alvark_lp_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
}
#alvark_lp_wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../image/bg_pc.jpg") no-repeat #000;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.alvark_lp_inner {
  max-width: 105.6rem;
  width: 100%;
  padding: 0 1.6rem;
  margin: 0 auto;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #alvark_lp_wrapper {
    padding-top: 6rem;
  }
  #alvark_lp_wrapper::before {
    background: url("../image/bg_sp.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  .alvark_lp_inner {
    max-width: unset;
  }
}

/* !header
---------------------------------------------------------- */
#alvark_lp_header {
  width: 100%;
  height: 8rem;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
}
.alvark_lp_logo {
  padding-left: 4rem;
  display: flex;
  align-items: center;
}
.alvark_lp_logo a {
  display: block;
  max-width: 7.7rem;
  width: 100%;
}
.alvark_lp_logo img {
  width: 100%;
}
.alvark_lp_linksBtn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2.4rem;
  top: 1.6rem;
  z-index: 100;
}
.alvark_lp_linkP + .alvark_lp_linkP {
  margin-left: 1.5rem;
}
.alvark_lp_linkP a {
  display: flex;
  text-align: center;
  /* text-align: center; */
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 18.7rem;
  height: 4.8rem;
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.alvark_lp_linkP:first-child a {
  background: #00b900;
  border: 0.2rem solid #0aa30a;
}
.alvark_lp_linkP:last-child a {
  background: #dc0017;
  border: 0.2rem solid #a5000f;
}
.alvark_lp_linkP:first-child a::before {
  content: "";
  position: absolute;
  left: 2.7rem;
  top: 0;
  z-index: 3;
  background: url("../image/icon_line02.svg") left center no-repeat;
  width: 2.4rem;
  height: 100%;
  background-size: 100% auto;
}
.alvark_lp_linkP:last-child a::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0;
  z-index: 3;
  background: url("../image/icon_youtube.svg") left center no-repeat;
  width: 2.5rem;
  height: 100%;
  background-size: 100% auto;
}
.alvark_lp_linkP a::after {
  content: "";
  position: absolute;
  right: 2.8rem;
  top: 0;
  z-index: 3;
  background: url("../image/icon_white_arrow.svg") right center no-repeat;
  width: 0.7rem;
  height: 100%;
  background-size: 100% auto;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #alvark_lp_header {
    height: 6rem;
    display: block;
  }
  .alvark_lp_logo {
    padding-left: 0;
    display: block;
  }
  .alvark_lp_logo a {
    max-width: 5.1rem;
    width: 100%;
    margin: 1.4rem auto 0;
  }
  .alvark_lp_linksBtn {
    position: fixed;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s;
  }
  .alvark_lp_linksBtn.is-show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.6s;
  }
  .alvark_lp_linkP + .alvark_lp_linkP {
    margin-left: 0;
  }
  .alvark_lp_linkP {
    width: 50%;
  }
  .alvark_lp_linkP a {
    width: auto;
  }
  .alvark_lp_linkP:first-child a::before {
    left: 1.6rem;
  }
  .alvark_lp_linkP:last-child a::before {
    left: 1.4rem;
  }
  .alvark_lp_linkP a::after {
    right: 2.5rem;
    width: 0.7rem;
    background-size: 100% auto;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.alvark_lp_mainKv img {
  width: 100%;
}
.alvark_lp_mainslide {
  position: relative;
  height: 24rem;
}
.alvark_lp_mainslide .scrollImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../image/02_thankyou/slider_01.jpg") repeat-x center center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  -webkit-animation: slide 50s linear infinite;
  animation: slide 50s linear infinite;
  -moz-animation: slide 50s linear infinite;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  will-change: background-position;
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -325.6rem 0;
  }
}
/*** mainVisual  スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_mainslide {
    position: relative;
    height: 16rem;
  }
  .alvark_lp_mainslide .scrollImg {
    -webkit-animation: slide_sp 45s linear infinite;
    animation: slide_sp 45s linear infinite;
    -moz-animation: slide_sp 45s linear infinite;
  }
}
@keyframes slide_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -217.1rem 0;
  }
}
/* alvark_lp_contents
-----------------------------------------------------------*/
/*******alvark_lp_thanksTop********/
.alvark_lp_thanksTop {
  max-width: 93.2rem;
  margin: 12rem auto 0;
}
.alvark_lp_thanksTopArea .titH2 {
  text-align: center;
}
.alvark_lp_thanksTopArea .titH2 img {
  width: 48.5rem;
}
.alvark_lp_thanksTopArea .img {
  width: 32rem;
  margin: 6.4rem auto 0;
}
.alvark_lp_thanksTopArea .txt {
  margin-top: 6.4rem;
}
/* .alvark_lp_thanksTopArea .txt span + span {
  margin-top: 3.6rem;
} */
.alvark_lp_thanksTopArea .txt span {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.alvark_lp_thankslink {
  text-align: center;
  margin-top: 6.4rem;
}
.alvark_lp_thankslink a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 6.4rem;
  border: 0.1rem #dc0017 solid;
  width: 42.9rem;
  border-radius: 4rem;
}
.alvark_lp_movie {
  max-width: 78.3rem;
  margin: 12rem auto 0;
  position: relative;
}
.titH3 {
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
/* .titH3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  z-index: 3;
  transform: translateY(50%);
  background: #e2000b;
  height: 3.2rem;
  width: 0.2rem;
} */
.titH3 span:first-child {
  color: rgba(255, 255, 255, 0.2);
  font-size: 8rem;
  letter-spacing: 0.08em;
  line-height: 9.6rem;
}
.titH3 span:nth-child(2) {
  color: #e2000b;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 2.2rem;
  font-size: 1.8rem;
  position: absolute;
  z-index: 3;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.titH3 span:last-child {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.9rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.alvark_lp_movieArea {
  position: relative;
}
.alvark_lp_movieIframe {
  width: 73.7rem;
  margin-top: 4.8rem;
}
.alvark_lp_movieIframe .alvark_lp_iframe {
  width: 100%;
  padding-top: 55.92%;
  position: relative;
}
.alvark_lp_iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.alvark_lp_movieInfo {
  position: absolute;
  right: 0;
  bottom: 1.3rem;
  transform: translate(0, 100%);
  z-index: 3;
  width: 25.7rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.12;
}
.alvark_lp_movieInfo .titP {
  background: #dc0017;
  font-weight: bold;
  padding: 0.6rem 1.4rem;
  position: relative;
}
.alvark_lp_movieInfo .titP::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #a30415;
  width: 0.6rem;
  height: 100%;
}
.alvark_lp_movieInfo .txtP {
  padding: 1.2rem 0.8rem;
  background: #fff;
  color: #000;
}
/*** mainVisual  スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_thanksTop {
    max-width: unset;
    margin: 0;
  }
  .alvark_lp_thanksTopArea {
    width: 31.1rem;
    margin-inline: auto;
  }
  .alvark_lp_thanksTopArea .titH2 {
    text-align: center;
    width: 26.6rem;
    margin: 8rem auto 0;
  }
  .alvark_lp_thanksTopArea .img {
    width: 28rem;
    margin: 4rem auto 0;
  }
  .alvark_lp_thanksTopArea .txt {
    margin-top: 4rem;
    /* padding: 0 1.6rem; */
  }
  /* .alvark_lp_thanksTopArea .txt span + span {
    margin-top: 2.3rem;
  } */
  .alvark_lp_thanksTopArea .txt span {
    font-size: 1.6rem;
  }
  .alvark_lp_thankslink {
    margin-top: 4rem;
  }
  .alvark_lp_thankslink a {
    font-size: 1.6rem;
    line-height: 5.3rem;
    width: 30.8rem !important;
  }
  .alvark_lp_movieArea {
    position: relative;
  }
  .alvark_lp_movieArea h3.titH3 {
    width: 32.1rem;
  }
  .alvark_lp_movie {
    max-width: 54rem;
    margin: 8rem auto 0;
    position: relative;
  }
  .titH3 {
    max-width: 36.4rem;
    white-space: nowrap;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .titH3::after {
    bottom: -1.1rem;
    height: 2.4rem;
  }
  .titH3 span:first-child {
    font-size: 7.2rem;
    letter-spacing: 0.05em;
    line-height: 8.6rem;
  }
  .titH3 span:nth-child(2) {
    line-height: 1.9rem;
    font-size: 1.6rem;
  }
  .titH3 span:last-child {
    font-size: 2.8rem;
    line-height: 4rem;
    bottom: 0.9rem;
  }
  .alvark_lp_movieIframe {
    width: 31.2rem;
    margin-top: 4rem;
  }
  .alvark_lp_movieIframe .alvark_lp_iframe {
    padding-top: 55.94%;
  }
  .alvark_lp_movieInfo {
    /* right: 0;
    bottom: -6.3rem;
    width: 25.7rem;
    font-size: 1.2rem;
    line-height: 1.5; */
  }
}
/*********alvark_lp_champion*******/
.alvark_lp_champion {
  margin-top: 18.3rem;
}
.alvark_lp_champion .alvark_lp_inner {
  max-width: none;
}
.alvark_lp_championSlider {
  margin-top: 4.8rem;
}
.alvark_lp_championSlider .slick-arrow {
  bottom: 0;
}
.alvark_lp_championSlider .slick-prev {
  margin-left: -10rem;
  transform: translate(-100%, 80%);
}
.alvark_lp_championSlider .slick-next {
  margin-right: -10rem;
  transform: translate(100%, 80%);
}
.alvark_lp_championSlider .slick-dots {
  bottom: -2rem;
  transform: translate(-50%, -50%);
}
.alvark_lp_championSlider .alvark_lp_championBox {
  width: 52.1vw !important;
  max-width: 80rem;
  margin: 0 1.9rem;
  padding-bottom: 4.8rem;
}
.alvark_lp_championBox .txt {
  margin-top: 1.6rem;
  width: 96%;
  margin-inline: auto;
}
.alvark_lp_championBox .txt span {
  font-size: 1.6rem;
  display: block;
}
.alvark_lp_championBox .date {
  width: 96%;
  margin-top: 1.6rem;
  margin-inline: auto;
}
.alvark_lp_championBox .date span:first-of-type {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0.38em;
  margin-right: 1.6rem;
  background-color: #fff;
}
.alvark_lp_championBox .date span:nth-of-type(2) {
  font-size: 1.4rem;
}
.alvark_lp_championBox .place {
  width: 96%;
  margin-top: 0.8rem;
  margin-inline: auto;
}
.alvark_lp_championBox .place span:first-of-type {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0.38em;
  margin-right: 1.6rem;
  background-color: #fff;
}
.alvark_lp_championBox .place span:nth-of-type(2) {
  font-size: 1.4rem;
}
.alvark_lp_championLink {
  margin-top: 3.8rem;
  text-align: center;
}
.alvark_lp_championLink a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 6.4rem;
  width: 42.9rem;
  margin: 0 auto;
  border: #dc0017 0.1rem solid;
  border-radius: 4rem;
}
.alvark_lp_championSlider .alvark_lp_championLink {
  opacity: 0;
}
.alvark_lp_championSlider .slick-current .alvark_lp_championLink {
  opacity: 1;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_champion {
    margin-top: 14.4rem;
  }
  .alvark_lp_champion h3.titH3 {
    width: 31.5rem;
  }
  .alvark_lp_championBox .txt {
    width: 100%;
  }
  .alvark_lp_championBox .date {
    width: 100%;
  }
  .alvark_lp_championBox .place {
    width: 100%;
  }
  .alvark_lp_championSlider {
    width: 31.1rem;
    margin-top: 4rem;
    margin-inline: auto;
  }
  /* .alvark_lp_championSlider .slick-list {
    overflow: visible;
  } */
  /* .alvark_lp_championSlider .slick-arrow {
    bottom: 4rem;
  }
  .alvark_lp_championSlider .slick-prev {
    margin-left: -16.3rem;
    transform: translateX(-50%);
  }
  .alvark_lp_championSlider .slick-next {
    margin-right: -16.3rem;
    transform: translateX(50%);
  } */
  .alvark_lp_championSlider .slick-dots {
    width: max-content;
    bottom: -1.6rem;
  }
  .alvark_lp_championSlider .slick-dots li {
    margin: 0 0.5rem;
  }
  .alvark_lp_championSlider .alvark_lp_championBox {
    width: 31.1rem !important;
    margin: 0;
    padding-bottom: 2.4rem;
  }
  .alvark_lp_championLink {
    margin-top: 2.4rem;
  }
  .alvark_lp_championLink a {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 3.5rem;
    width: 20rem;
  }
  .alvark_lp_playersSlider .alvark_lp_championLink {
    opacity: 0;
  }
  .alvark_lp_playersSlider .slick-center .alvark_lp_championLink {
    opacity: 1;
  }
}
/*********alvark_lp_mediainfo*******/
.alvark_lp_mediainfoArea .alvark_lp_focusLink a {
  font-size: 1.4rem;
}
.alvark_lp_mediainfo {
  margin-top: 14.5rem;
}
.alvark_lp_mediainfo h3.titH3 {
  width: 47.1rem;
}
.alvark_lp_mediainfo h3.titH3 img {
  width: 100%;
}
.alvark_lp_mediainfoBox {
  max-width: 75rem;
  margin-inline: auto;
  margin-top: 4.8rem;
}
.alvark_lp_mediainfoBox p.dateP {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5em 1em;
  margin-bottom: 2.4rem;
  background-color: #e2000b;
}
ul.alvark_lp_mediainfoList {
  margin-bottom: 2.4rem;
}
ul.alvark_lp_mediainfoList li {
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  border: 1px solid #e2000b;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 3rem;
}
ul.alvark_lp_mediainfoList li span {
  display: block;
}
ul.alvark_lp_mediainfoList li span.name {
  color: #e2000b;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
  grid-column: span 2;
}
ul.alvark_lp_mediainfoList li span.contents {
  font-size: 1.6rem;
  font-weight: 700;
}
ul.alvark_lp_mediainfoList li span.date {
  font-size: 1.4rem;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_mediainfo {
    margin-top: 9.5rem;
  }
  .alvark_lp_mediainfo h3.titH3 {
    width: 33.7rem;
  }
  .alvark_lp_mediainfoBox {
    margin-top: 4rem;
  }
  .alvark_lp_mediainfoBox p.dateP {
    font-size: 1.6rem;
  }
  ul.alvark_lp_mediainfoList li {
    grid-template-columns: auto;
  }
  ul.alvark_lp_mediainfoList li span.name {
    grid-column: span 1;
  }
  ul.alvark_lp_mediainfoList li span.contents {
    margin-bottom: 0.8rem;
  }
}
/*********alvark_lp_coach*******/
.alvark_lp_coach {
  margin-top: 18.3rem;
}
.alvark_lp_coachBox {
  max-width: 75rem;
  margin-inline: auto;
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0 3.2rem;
}
.alvark_lp_coachBox p.imgP {
  grid-row: span 2;
}
.alvark_lp_coachBox .txt {
  align-self: end;
}
.alvark_lp_coachLink {
  margin-top: 3.2rem;
  text-align: center;
}
.alvark_lp_coachLink a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 4.3rem;
  width: 30.7rem;
  margin: 0 auto;
  border: #dc0017 0.1rem solid;
  border-radius: 4rem;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_coach {
    margin-top: 14.4rem;
  }
  .alvark_lp_coach h3.titH3 {
    width: 32.1rem;
  }
  .alvark_lp_coachBox {
    width: 31.1rem;
    margin-inline: auto;
    margin-top: 4rem;
    display: block;
  }
  .alvark_lp_coachBox .txt {
    margin-top: 1.6rem;
  }
  .alvark_lp_coachBox .txt span {
    font-size: 1.6rem;
    display: block;
  }
  .alvark_lp_coachLink {
    margin-top: 1.6rem;
  }
  .alvark_lp_coachLink a {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 3.5rem;
    width: 20rem;
  }
}
/*********alvark_lp_players*******/
.alvark_lp_players {
  margin-top: 12rem;
}
.alvark_lp_playersArea {
  max-width: 100rem;
  margin-inline: auto;
}
.alvark_lp_focusUl.alvark_lp_players_Ul {
  margin-top: 4.8rem;
}
.alvark_lp_focusUl.alvark_lp_players_Ul .alvark_lp_focusItem {
  max-width: none;
  margin: 0;
}
.alvark_lp_focusUl.alvark_lp_players_Ul .alvark_lp_focusItem p.imgP {
  display: flex;
  justify-content: center;
  position: relative;
}
.alvark_lp_focusUl.alvark_lp_players_Ul .alvark_lp_focusItem p.imgP a {
  border: 2px solid #e60021;
}
.alvark_lp_focusUl.alvark_lp_players_Ul .alvark_lp_focusItem p.imgP a img {
  width: 72rem;
}
.alvark_lp_playersLink {
  margin-top: 1.6rem;
  text-align: center;
}
.alvark_lp_playersLink a {
  display: block;
  text-decoration: none;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 6.8rem;
  width: 49.4rem;
  margin: 0 auto;
  border: #dc0017 0.1rem solid;
  border-radius: 4rem;
}
.alvark_lp_focusNav.alvark_lp_players_Nav {
  margin: 2.4rem -0.8rem 0;
}
/* .alvark_lp_playersSlider {
  padding-top: 10rem;
}
.alvark_lp_playersSlider .slick-arrow {
  bottom: 7.5rem;
}
.alvark_lp_playersSlider .slick-prev {
  margin-left: -22.6rem;
}
.alvark_lp_playersSlider .slick-next {
  margin-right: -22.6rem;
}
.alvark_lp_playersSlider .alvark_lp_playersBox {
  width: 31.4rem !important;
  margin: 0 1.9rem;
  padding-bottom: 4rem;
}
.alvark_lp_playersSlider .alvark_lp_playersLink {
  opacity: 0;
}
.alvark_lp_playersSlider .slick-current .alvark_lp_playersLink {
  opacity: 1;
} */
.alvark_lp_banner {
  padding-top: 14.5rem;
}
.alvark_lp_banner.banner02 {
  padding-top: 12rem;
}
/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_players {
    margin-top: 8rem;
  }
  .alvark_lp_playersArea {
    width: 100%;
  }
  .alvark_lp_players h3.titH3 {
    width: 32.1rem;
  }
  .alvark_lp_focusUl.alvark_lp_players_Ul {
    margin-top: 4rem;
  }
  .alvark_lp_players_Ul .alvark_lp_focusItem {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
  .alvark_lp_playersSlider {
    padding-top: 4rem;
  }
  .alvark_lp_playersSlider .slick-list {
    overflow: visible;
  }
  .alvark_lp_playersSlider .slick-arrow {
    bottom: 4rem;
  }
  .alvark_lp_playersSlider .slick-prev {
    margin-left: -16.3rem;
    transform: translateX(-50%);
  }
  .alvark_lp_playersSlider .slick-next {
    margin-right: -16.3rem;
    transform: translateX(50%);
  }
  .alvark_lp_playersSlider .slick-dots {
    width: max-content;
  }
  .alvark_lp_playersSlider .slick-dots li {
    margin: 0 0.5rem;
  }
  .alvark_lp_playersSlider .alvark_lp_playersBox {
    width: 31.1rem !important;
    margin: 0;
    padding: 0 0.8rem;
    padding-bottom: 3.2rem;
  }
  .alvark_lp_playersLink {
    margin-top: 1.6rem;
  }
  .alvark_lp_playersLink a {
    display: block;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 3.3rem;
    width: 23.6rem;
  }
  .alvark_lp_playersSlider .alvark_lp_playersLink {
    opacity: 0;
  }
  .alvark_lp_playersSlider .slick-center .alvark_lp_playersLink {
    opacity: 1;
  }
  .alvark_lp_banner {
    padding-top: 7rem;
  }
  .alvark_lp_banner.banner02 {
    padding-top: 8rem;
  }
  .alvark_lp_focusNav.alvark_lp_players_Nav {
    width: auto;
    max-width: none;
  }
  .alvark_lp_focusNav.alvark_lp_players_Nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    transform: translate(0, 0) !important;
  }
  .alvark_lp_focusNav.alvark_lp_players_Nav .slick-slide {
    line-height: 1;
    width: 33.33% !important;
    padding: 0.8rem;
  }
  .alvark_lp_focusNav.alvark_lp_players_Nav .alvark_lp_focusItem {
    padding: 0;
  }
}

/**********alvark_lp_award*******/
.alvark_lp_award {
  margin-top: 12rem;
}
.alvark_lp_awardBox {
  max-width: 100rem;
  margin: 4.8rem auto 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 4.8rem;
}
.alvark_lp_awardItem {
  position: relative;
}
.alvark_lp_awardItem::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #b3b3b3;
  position: absolute;
  right: -2.4rem;
  top: 0;
  transform: translate(-50%, 0);
}
.alvark_lp_awardItem p.imgP {
  border: 2px solid #a08750;
}
.alvark_lp_awardItem p.imgP a img {
  width: 100%;
}
.alvark_lp_awardItem p.titP {
  color: #a08750;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.4rem;
}
.alvark_lp_awardItem p.txtP {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1.6rem;
}
p.alvark_lp_awardLink {
  margin-top: 2.4rem;
}
p.alvark_lp_awardLink a {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 3.4rem;
  width: 100%;
  margin: 0 auto;
  border: #a08750 0.1rem solid;
  border-radius: 4rem;
  position: relative;
}
p.alvark_lp_awardLink a::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 0;
  z-index: 3;
  background: url(../image/award/zoom_in.svg) right center no-repeat;
  width: 2rem;
  height: 100%;
  background-size: 100% auto;
}
.alvark_lp_awardModal {
  width: 72rem;
  padding: 3.2rem;
  background-color: #000000;
  border: 2px solid #a08750;
  display: none;
}
.alvark_lp_awardModal button.fancybox-close-small {
  display: none;
}
.alvark_lp_awardModal p.titP {
  color: #a08750;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.alvark_lp_awardModal p.txtP {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.6rem;
  margin-top: 0.8rem;
  border-bottom: 1px solid #a08750;
}
.alvark_lp_awardModal .txt {
  margin-top: 1.6rem;
}
.alvark_lp_awardModal .txt p {
  font-size: 1.4rem;
}
.alvark_lp_awardModal button.close {
  text-align: center;
  display: block;
  background: none;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  width: 14rem;
  margin: 2.4rem auto 0;
  border: #a08750 0.1rem solid;
  border-radius: 4rem;
  position: relative;
  cursor: pointer;
}
/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_award {
    margin-top: 8rem;
  }
  .alvark_lp_award h3.titH3 {
    width: 31.4rem;
  }
  .alvark_lp_awardBox {
    width: 28rem;
    margin: 4rem auto 0;
    grid-template-columns: auto;
    gap: 4.8rem 0;
  }
  .alvark_lp_awardItem::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -2.4rem;
    transform: translate(0, 50%);
  }
  .alvark_lp_awardItem p.titP {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
  .alvark_lp_awardItem p.txtP {
    margin-top: 0.8rem;
  }
  p.alvark_lp_awardLink {
    margin-top: 1.6rem;
  }
  p.alvark_lp_awardLink a {
    font-size: 1.2rem;
    line-height: 3.2rem;
    width: 26.4rem;
  }
  .alvark_lp_awardModal {
    max-height: calc(100% - 1rem);
    width: 34.3rem;
    padding: 2.4rem;
  }
  .alvark_lp_awardModal .txt {
    margin-top: 1.6rem;
    max-height: calc(100svh - 21rem);
    overflow: scroll;
  }
}

/**********alvark_lp_event*******/
.alvark_lp_event {
  margin-top: 12rem;
}
.eventSlider {
  margin-top: 7.2rem;
}
.eventSlider .slick-list {
  overflow: visible;
}
.eventSlider .slick-arrow {
  /* bottom: 5.2rem; */
  bottom: 0;
}
.eventSlider .slick-prev {
  margin-left: -10rem;
  transform: translate(-100%, 80%);
}
.eventSlider .slick-next {
  margin-right: -10rem;
  transform: translate(100%, 80%);
}
.eventSlider .slick-dots {
  bottom: -2rem;
  transform: translate(-50%, -50%);
}
.eventSlider .alvark_lp_focusBox p.imgP {
  border: 2px solid #e60021;
}
.eventSlider .slick-current .alvark_lp_focusBox p.imgP {
  transform: scale(1.156);
}
.eventSlider .slick-current .numP,
.eventSlider .slick-current .txtP,
.eventSlider .slick-current .titP {
  opacity: 1;
}
.alvark_lp_focusBox.eventBox .imgP {
}
.alvark_lp_focusBox.eventBox .titP {
  font-size: 2rem;
  font-weight: 700;
  width: calc(100% + 5.5rem);
  max-width: max-content;
  padding: 0.8rem 2.4rem;
  margin-top: 4.8rem;
  background-color: #e60021;
  transform: translate(-2.75rem, 0);
}
.alvark_lp_focusBox.eventBox .titP br {
  display: none;
}
.alvark_lp_focusBox.eventBox .txtP {
  font-size: 1.6rem;
  line-height: 1.6;
  width: calc(100% + 5.5rem);
  margin-top: 0.8rem;
  transform: translate(-2.75rem, 0);
}
.alvark_lp_focusBox.eventBox .txtP a {
  color: inherit;
}
/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_event {
    margin-top: 8rem;
  }
  .alvark_lp_event h3.titH3 {
    width: 31.4rem;
  }
  .eventSlider {
    margin-top: 5.2rem;
  }
  .eventSlider {
    margin-top: 6rem;
  }
  .eventSlider .slick-list {
    overflow: visible;
  }
  .eventSlider .slick-arrow {
    /* transform: translateY(-50%); */
  }
  .eventSlider .slick-prev,
  .eventSlider .slick-next {
    /* bottom: 2.4rem; */
    /* transform: translateY(50%); */
  }
  .eventSlider .slick-prev {
    margin-left: -15rem;
    transform: translate(-100%, 100%);
  }
  .eventSlider .slick-next {
    margin-right: -15rem;
    transform: translate(100%, 100%);
  }
  .eventSlider .slick-dots {
    width: max-content;
  }
  .eventSlider .slick-dots li {
    margin: 0 0.5rem;
  }
  /* .eventSlider .slick-center .alvark_lp_focusBox {
    transform: scale(1);
  } */
  .eventSlider .slick-current .alvark_lp_focusBox p.imgP {
    transform: scale(1);
  }
  .eventSlider .slick-center .numP,
  .eventSlider .slick-center .txtP,
  .eventSlider .slick-center .titP {
    opacity: 1;
  }
  .alvark_lp_focusBox.eventBox .titP {
    font-size: 1.8rem;
    width: auto;
    padding: 0.8rem 1.6rem;
    margin: 1.6rem 1.8rem 0 1.8rem;
    transform: translate(0, 0);
  }
  .alvark_lp_focusBox.eventBox .titP br {
    display: block;
  }
  .alvark_lp_focusBox.eventBox .txtP {
    font-size: 1.4rem;
    width: 27.5rem;
    padding: 0;
    margin-inline: auto;
    transform: translate(0px, 0px);
  }
}

/**********alvark_lp_season*******/
.alvark_lp_season {
  /* background: #000000;
  background-repeat: no-repeat;
  background-image: url(../image/05_the_focus/bg_01.svg), url(../image/05_the_focus/bg_02.svg);
  background-position: right -20rem top -14.5rem, left -30rem bottom 157.8rem;
  background-size: 70.5rem, 82rem; */
}
.alvark_lp_seasonArea {
  padding-top: 12rem;
}
.alvark_lp_focusItem {
  max-width: 100rem;
  margin: 0 auto;
}
.focusItem01 {
  margin-top: 4.8rem;
}
.alvark_lp_focusItem .titP {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  width: 75rem;
  margin-inline: auto;
  padding-bottom: 1.6rem;
  position: relative;
}
.alvark_lp_focusItem .titP::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #dcdcdc;
  height: 0.2rem;
  width: 100%;
}
.alvark_lp_focusItem .titP::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #e2000b;
  height: 0.2rem;
  width: 3.4rem;
}
.alvark_lp_focusSlider {
  margin-top: 12rem;
}
.alvark_lp_focusSlider.focusSlider03 {
  margin-top: 5.6rem;
}
.alvark_lp_focusSlider .slick-list {
  overflow: visible;
  overflow: hidden;
}
.alvark_lp_focusSlider .slick-arrow {
  /* bottom: 5.2rem; */
  bottom: 0;
}
.alvark_lp_focusSlider.focusSlider02 .slick-arrow {
  /* bottom: 0.4rem; */
  bottom: 0;
}
.alvark_lp_focusSlider.focusSlider03 .slick-arrow {
  /* bottom: 1.2rem; */
  bottom: 0;
}
.alvark_lp_focusSlider .slick-prev {
  margin-left: -10rem;
  transform: translate(-100%, 80%);
}
.alvark_lp_focusSlider.focusSlider03 .slick-prev {
  margin-left: -15rem;
}
.alvark_lp_focusSlider .slick-next {
  margin-right: -10rem;
  transform: translate(100%, 80%);
}
.alvark_lp_focusSlider.focusSlider03 .slick-next {
  margin-right: -15rem;
}
.alvark_lp_focusSlider .slick-dots {
  bottom: -2rem;
  transform: translate(-50%, -50%);
}
.alvark_lp_focusBox {
  width: 55.8rem !important;
  margin: 0 3.8rem;
  position: relative;
  padding-bottom: 3.2rem;
}
.alvark_lp_iframeSlider {
  width: 100% !important;
  position: relative;
  padding-top: 55.94%;
}
.alvark_lp_iframeSlider iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.alvark_lp_focusSlider .alvark_lp_focusBox p.imgP {
  border: 2px solid #e60021;
}
.alvark_lp_focusSlider .slick-current .alvark_lp_focusBox p.imgP {
  transform: scale(1.156);
}
.alvark_lp_focusBox .titP {
  width: calc(100% + 5.5rem);
  margin-top: 5.6rem;
  transform: translate(-2.75rem, 0);
}
.alvark_lp_focusBox .txtP {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: calc(100% + 5.5rem);
  margin-top: 4.8rem;
  transform: translate(-2.75rem, 0);
  /* white-space: nowrap; */
}
.alvark_lp_focusSlider.focusSlider03 .alvark_lp_focusBox .txtP {
  margin-top: 1.6rem;
}
.alvark_lp_focusBox .numP span {
  display: inline-block;
  font-size: 9.5rem;
  line-height: 0;
  padding-top: 6rem;
  position: absolute;
  left: -1rem;
  top: -8.5rem;
  z-index: 5;
}
.alvark_lp_focusBox .numP span.ja {
  font-size: 5rem;
}
.alvark_lp_focusBox .numP span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #dc0017;
  width: 5.6rem;
  height: 0.7rem;
}
.alvark_lp_focusBox .numP,
.alvark_lp_focusBox .txtP,
.alvark_lp_focusBox .titP {
  opacity: 0;
}
.alvark_lp_focusSlider .slick-current .numP,
.alvark_lp_focusSlider .slick-current .txtP,
.alvark_lp_focusSlider .slick-current .titP {
  opacity: 1;
}
.focusItem02 {
  margin-top: 8.5rem;
}
.focusItem02 .imgP {
  margin: 4rem auto 0;
  max-width: 40rem;
  width: 100%;
}
.focusItem02 .imgP img {
  width: 100%;
}
.focusItem02 .txtP {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: 72rem;
  margin: 2.4rem auto 0;
}
.focusSlider02 .titP,
.focusSlider03 .titP {
  opacity: 0;
  /* margin-top: 2rem;
  padding-left: 5rem; */
}
.focusSlider02 .titP span,
.focusSlider03 .titP span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.12;
  background: #fff;
  color: #000000;
  padding: 0.6rem;
}
.focusSlider02 .txtP,
.focusSlider03 .txtP {
  /* margin-top: 1.2rem; */
  white-space: unset;
}
.alvark_lp_focusLink {
  text-align: center;
  margin-top: 2.4rem;
}
.alvark_lp_focusLink.goodalvark {
  margin-top: 7.3rem;
}
.alvark_lp_focusLink.goodalvark a {
  font-size: 1.4rem;
}
.thankslink a {
  width: 29rem !important;
}
.morelink a {
  position: relative;
}
.alvark_lp_focusLink a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 6.3rem;
  border: 0.1rem #dc0017 solid;
  width: 42.9rem;
  border-radius: 4rem;
}
.morelink a::before,
.morelink a::after {
  content: "";
  width: 1.1rem;
  height: 1px;
  background-color: #e2000b;
  position: absolute;
  right: 2.2rem;
  top: 50%;
}
.morelink a::before {
  transform: translate(0, 50%);
}
.morelink a::after {
  transform: translate(0, 50%) rotate(90deg);
}
.focusItem03 {
  margin-top: 6rem;
}
.focusItem03 .alvark_lp_focusUl {
  margin-top: 4rem;
}
.alvark_lp_focusUl .alvark_lp_focusItem {
  max-width: none;
  margin: 0;
}
.alvark_lp_focusUl .alvark_lp_focusItem p.imgP {
  display: flex;
  justify-content: center;
  position: relative;
}
.alvark_lp_focusUl .alvark_lp_focusItem p.imgP img {
  width: 60rem;
}
.play:before {
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../image/btn_play.svg) center center no-repeat;
  content: "";
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .alvark_lp_focusSlider .slick-list {
    overflow: visible;
  }
  .alvark_lp_focusNav {
    margin: 4rem -0.8rem 0;
  }
  .alvark_lp_focusNav .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    transform: translate(0, 0) !important;
  }
  .alvark_lp_focusNav .slick-slide {
    line-height: 1;
    width: 16.66% !important;
    padding: 0.8rem;
  }
}

.alvark_lp_focusNav .alvark_lp_focusItem a {
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.alvark_lp_focusNav .slick-current .alvark_lp_focusItem a {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.focusItem03 .alvark_lp_focusLink {
  margin-top: 4rem;
}
.focusItem03 .txtP {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.4rem;
}
/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_season {
    /* background-image: url(../image/05_the_focus/bg_sp_01.svg), url(../image/05_the_focus/bg_sp_02.svg);
    background-position: left 8.8rem top -8rem, right 11rem bottom 75.8rem;
    background-size: 46.5rem; */
  }
  .alvark_lp_seasonArea {
    padding-top: 4rem;
  }
  .alvark_lp_seasonArea h3.titH3 {
    width: 31.4rem;
  }
  .alvark_lp_focusItem {
    max-width: unset;
    margin: 0 auto;
  }
  .focusItem01 {
    margin-top: 4rem;
  }
  .alvark_lp_focusItem .titP {
    font-size: 1.8rem;
    line-height: 1.33;
    width: 100%;
    padding-bottom: 0.7rem;
  }
  .alvark_lp_focusSlider {
    width: 31.1rem !important;
    margin: 2.5rem auto 0;
  }
  .alvark_lp_focusItem.focusItem01 .alvark_lp_focusSlider .slick-list {
    overflow: hidden;
    padding: 3.5rem 0 0 !important;
  }
  .alvark_lp_focusSlider .slick-arrow {
    /* transform: translateY(-50%); */
  }
  .alvark_lp_focusSlider .slick-prev,
  .alvark_lp_focusSlider .slick-next {
    /* bottom: 2.4rem;
    transform: translateY(50%); */
  }
  .alvark_lp_focusSlider .slick-prev {
    margin-left: -15rem;
    transform: translate(-100%, 100%);
  }
  .alvark_lp_focusSlider .slick-next {
    margin-right: -15rem;
    transform: translate(100%, 100%);
  }
  .alvark_lp_focusSlider .slick-dots {
    width: max-content;
  }
  .alvark_lp_focusSlider .slick-dots li {
    margin: 0 0.5rem;
  }
  .alvark_lp_focusBox {
    width: 31.1rem !important;
    position: relative;
    padding: 0 0 1.6rem;
    margin: 0 0.8rem;
  }
  /* .alvark_lp_focusSlider .slick-center .alvark_lp_focusBox {
    transform: scale(1);
  } */
  .alvark_lp_focusSlider .slick-current .alvark_lp_focusBox p.imgP {
    transform: scale(1);
  }
  .alvark_lp_focusBox .txtP {
    font-size: 1.2rem;
    width: 100%;
    padding: 0 1.6rem;
    margin-top: 1.6rem;
    transform: translate(0, 0);
  }

  .alvark_lp_focusBox .numP span {
    display: inline-block;
    font-size: 5.5rem;
    line-height: 6.6rem;
    padding-top: 0;
    position: absolute;
    left: 1rem;
    top: -3.3rem;
    z-index: 4;
  }
  .alvark_lp_focusBox .numP span.ja {
    font-size: 2.5rem;
    font-weight: bold !important;
    font-family: "Noto Sans JP", sans-serif;
  }
  .alvark_lp_focusBox .numP span::before {
    width: 3.2rem;
    height: 0.4rem;
  }
  .alvark_lp_focusSlider .slick-center .numP,
  .alvark_lp_focusSlider .slick-center .txtP,
  .alvark_lp_focusSlider .slick-center .titP {
    opacity: 1;
  }
  .focusItem02 {
    margin-top: 5.6rem;
  }
  .focusItem02 .imgP {
    margin: 2.4rem auto 0;
    max-width: 31.1rem;
  }
  .focusItem02 .txtP {
    font-size: 1.6rem;
    font-weight: 400;
    width: 100%;
    padding: 0 1.6rem;
    margin-top: 1.6rem;
  }
  .focusSlider02,
  .focusSlider03 {
    margin-top: 2.4rem;
  }
  .alvark_lp_focusSlider.focusSlider03 {
    margin-top: 2.4rem;
  }
  .focusSlider02 .titP,
  .focusSlider03 .titP {
    opacity: 0;
    margin-top: 1.6rem;
    padding-left: 1.6rem;
  }
  .focusSlider02 .titP span,
  .focusSlider03 .titP span {
    font-size: 1.2rem;
    padding: 0.4rem;
  }
  .alvark_lp_focusBox .titP {
    width: 100%;
    transform: translate(0, 0);
  }
  .focusSlider02 .txtP,
  .focusSlider03 .txtP {
    margin-top: 0.8rem;
  }
  .alvark_lp_focusSlider.focusSlider03 .alvark_lp_focusBox .txtP {
    margin-top: 1rem;
  }
  .alvark_lp_focusLink {
    margin-top: 2.4rem;
  }
  .alvark_lp_focusLink.goodalvark {
    margin-top: 4rem;
  }
  .alvark_lp_focusLink a {
    font-size: 1.4rem;
    line-height: 3.5rem;
    width: 20rem;
  }
  .morelink a {
    width: 30.8rem !important;
    line-height: 5.3rem;
  }
  .focusItem03 {
    margin-top: 2.4rem;
  }
  .focusItem03 .alvark_lp_focusUl {
    margin-top: 2.4rem;
  }
  .alvark_lp_focusUl .alvark_lp_focusItem {
    max-width: unset;
    width: 100%;
    margin: 0;
  }

  .alvark_lp_focusNav {
    max-width: 28.8rem;
    width: 100%;
    margin: 1.6rem auto 0;
  }

  .alvark_lp_focusNav .alvark_lp_focusItem {
    padding: 0 0.4rem;
  }

  .alvark_lp_focusUl .slick-arrow {
    bottom: -4rem;
  }

  .alvark_lp_focusUl .slick-prev {
    left: 0.8rem;
    transform: translate(-50%, 50%);
  }
  .alvark_lp_focusUl .slick-next {
    right: 0.8rem;
    transform: translate(50%, 50%);
  }
  .focusItem03 .alvark_lp_focusLink {
    margin-top: 2.4rem;
  }
  .focusItem03 .txtP {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0 1.6rem;
    /* white-space: nowrap; */
  }
  .play:before {
    width: 72px;
    height: 72px;
  }
}
/*******alvark_lp_goods********/
.alvark_lp_goods {
  padding-top: 12rem;
}
.alvark_lp_goods .alvark_lp_inner {
  max-width: 120.6rem;
}
.alvark_lp_goodsSlider {
  margin-top: 4.8rem;
}
.alvark_lp_goodsSlider .slick-prev {
  margin-left: -10rem;
  transform: translate(-100%, 80%);
}
.alvark_lp_goodsSlider .slick-next {
  margin-right: -10rem;
  transform: translate(100%, 80%);
}
.alvark_lp_goodsSlider .slick-dots {
  bottom: -2rem;
  transform: translate(-50%, -50%);
}
.alvark_lp_goodsSlider .alvark_lp_goodsBox {
  width: 37rem !important;
  margin: 0 1.6rem;
  padding-bottom: 3.2rem;
}
.alvark_lp_goodsSlider .alvark_lp_goodsBox a {
  color: #fff;
  text-decoration: none;
}
.alvark_lp_goodsInfo {
  width: 33.8rem;
  margin: 1.6rem auto 0;
}
.alvark_lp_goodsInfo .titP {
  margin-top: 1.6rem;
  font-weight: 400;
  line-height: 1.33;
}
.alvark_lp_goodsInfo .txtP {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
}
.alvark_lp_goodsInfo span {
  display: block;
}
.alvark_lp_goodsInfo .price {
  width: 3.2rem;
  background: #ffffff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}
.alvark_lp_goodsInfo span + span {
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.33;
}
.alvark_lp_goodsLink {
  text-align: center;
  margin-top: 7rem;
}
.alvark_lp_goodsLink a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5.6rem;
  border: 0.1rem #dc0017 solid;
  width: 27.2rem;
  border-radius: 4rem;
}

/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_goods {
    padding-top: 8rem;
  }
  .alvark_lp_goods h3.titH3 {
    width: 19.7rem;
  }
  .alvark_lp_goodsSlider {
    margin-top: 4rem;
    padding-bottom: 2.4rem;
  }
  .alvark_lp_goodsSlider .slick-list {
    overflow: visible;
    overflow: hidden;
  }
  .alvark_lp_goodsSlider .slick-arrow {
    /* bottom: 5.9rem; */
  }
  .alvark_lp_goodsSlider .slick-prev {
    margin-left: -15rem;
    transform: translate(-100%, 100%);
  }
  .alvark_lp_goodsSlider .slick-next {
    margin-right: -15rem;
    transform: translate(100%, 100%);
  }
  .alvark_lp_goodsSlider .slick-dots {
    width: max-content;
    /* transform: translate(-50%, -50%); */
  }
  .alvark_lp_goodsSlider .slick-dots li {
    margin: 0 0.5rem;
  }
  .alvark_lp_goodsSlider .alvark_lp_goodsBox {
    width: 31.1rem !important;
    margin: 0 0.8rem;
    padding-bottom: 0.4rem;
  }
  .alvark_lp_goodsSlider .alvark_lp_goodsBox img {
    width: 99.5%;
    margin-inline: auto;
  }
  .alvark_lp_goodsInfo {
    width: 100%;
  }
  .alvark_lp_goodsInfo .titP {
    font-size: 1.4rem;
    line-height: 1.28;
    padding: 0 1.6rem;
  }
  .alvark_lp_goodsInfo .txtP {
    padding-left: 1.6rem;
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
  }
  .alvark_lp_goodsInfo span {
    display: block;
  }
  .alvark_lp_goodsInfo .price {
    width: 3.2rem;
    background: #ffffff;
    color: #000;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .alvark_lp_goodsInfo span + span {
    margin-left: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.28;
  }
  .alvark_lp_goodsLink {
    margin-top: 4.8rem;
  }
  .alvark_lp_goodsLink a {
    font-size: 1.4rem;
    line-height: 3.5rem;
    width: 20rem;
  }
}

/********alvark_lp_section*****/
.alvark_lp_section {
  padding-top: 12rem;
}
.alvark_lp_sectionArea .titP {
  width: 28.1rem;
  margin: 0 auto;
}
.alvark_lp_sectionArea .titP img {
  width: 100%;
}
.alvark_lp_sectionArea .txtP {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 4.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
.alvark_lp_sectionBanner {
  margin-top: 14rem;
  display: flex;
  justify-content: center;
}
.alvark_lp_sectionBanner p {
  max-width: 49.2rem;
}
.alvark_lp_sectionLink + .alvark_lp_sectionLink {
  margin-left: 4rem;
}
.alvark_lp_sectionLink span {
  display: block;
}
.alvark_lp_sectionLink span img {
  border: 2px solid #e60021;
}
.alvark_lp_sectionLink a {
  text-decoration: none;
}
.alvark_lp_sectionLink span + span {
  margin-top: 1rem;
  color: #fff;
  padding-left: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.alvark_lp_sectionLink span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: url("../image/icon_red_arrow.svg") center no-repeat;
  background-size: 100% auto;
}
.alvark_lp_pagetop {
  padding-top: 12rem;
  text-align: center;
}
.alvark_lp_pagetop .imgP {
  background: #dc0017;
  padding: 2rem 0;
  cursor: pointer;
}
/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_section {
    padding-top: 8rem;
  }
  .alvark_lp_sectionArea .titP {
    width: 14rem;
  }
  .alvark_lp_sectionArea .txtP {
    max-width: unset;
    margin-top: 4rem;
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
  .alvark_lp_sectionBanner {
    margin-top: 8rem;
    display: block;
  }
  .alvark_lp_sectionBanner p {
    max-width: none;
  }
  .alvark_lp_sectionLink + .alvark_lp_sectionLink {
    margin-left: 0;
    margin-top: 4.8rem;
  }
  .alvark_lp_sectionLink span + span {
    padding-left: 1.6rem;
    margin-top: 0.8rem;
  }
  .alvark_lp_sectionLink span + span::before {
    width: 0.7rem;
  }
  .alvark_lp_pagetop {
    padding-top: 8rem;
    text-align: center;
  }
  .alvark_lp_pagetop .imgP {
    padding: 0.7rem 0;
  }
  .alvark_lp_pagetop .imgP img {
    max-width: 8.4rem;
    width: 100%;
  }
}
/* alvark_lp_footer
-----------------------------------------------------------*/
.alvark_lp_footer {
  background: #000;
  padding: 7.2rem 0 6rem;
}
.alvark_lp_footer .alvark_lp_inner {
  max-width: 110.8rem;
}
.alvark_lp_share .titP {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.alvark_lp_shareLinks {
  display: flex;
  justify-content: center;
  max-width: 36.6rem;
  margin: 2.4rem auto 0;
  justify-content: space-between;
}
.alvark_lp_shareLinks li {
  width: calc(50% - 0.8rem);
}
/* .alvark_lp_shareLinks li + li {
  margin-left: 1.6rem;
} */
.alvark_lp_shareLinks a {
  display: block;
  padding: 1.6rem 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.alvark_lp_shareLinks a::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
}
.alvark_lp_shareLinks a.twitter {
  /* background: #00acee;
  padding-left: 5.8rem; */
  padding: 0;
}

/* .alvark_lp_shareLinks a.twitter::before {
  left: 2rem;
  background: url("../image/icon_twitter01.svg") left center no-repeat;
  width: 100%;
  height: 100%;
  background-size: auto;
} */
.alvark_lp_shareLinks a.line {
  /* background: #00b900;
  padding-left: 4.3rem; */
  padding: 0;
}
/* .alvark_lp_shareLinks a.line::before {
  left: 0.8rem;
  background: url("../image/icon_line01.svg") left center no-repeat;
  width: 100%;
  height: 100%;
  background-size: auto;
} */
/* .alvark_lp_shareLinks a.facebook {
  background: #3b5998;
  padding-left: 6.3rem;
}
.alvark_lp_shareLinks a.facebook::before {
  left: 3.4rem;
  background: url("../image/icon_facebook01.svg") left center no-repeat;
  width: 100%;
  height: 100%;
  background-size: auto;
} */
.alvark_lp_footerLink {
  margin-top: 19.2rem;
  display: flex;
}
.alvark_lp_footerLink a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.16;
  position: relative;
  padding: 2rem 0 2rem 1.6rem;
}
.alvark_lp_footerLink a::after {
  content: "";
  position: absolute;
  right: 1.7rem;
  top: 0;
  width: 0.8rem;
  height: 100%;
  background: url("../image/icon_white_arrow.svg") center no-repeat;
  background-size: 100% auto;
}
.alvark_lp_snsLink a::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-size: cover auto;
}
.alvark_lp_snsLink a.twitter::before {
  background: url("../image/icon_twitter.png") left center no-repeat;
  background-size: 26px;
}
.alvark_lp_snsLink a.ins::before {
  background: url("../image/icon_instagram.svg") left center no-repeat;
}
.alvark_lp_snsLink a.facebook::before {
  background: url("../image/icon_facebook02.svg") left center no-repeat;
}
.alvark_lp_snsLink a.youtube::before {
  background: url("../image/icon_youtube.svg") left center no-repeat;
}
.alvark_lp_snsLink a.line::before {
  background: url("../image/icon_line02.svg") left center no-repeat;
}
.alvark_lp_snsLink a.tiktok::before {
  background: url("../image/icon_tiktok.svg") left center no-repeat;
}
.alvark_lp_snsLink a.app::before {
  background: url("../image/icon_application.svg") left center no-repeat;
  width: 26px;
}
.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_snsUl li {
  /* padding: 2rem 0; */
  border-top: 0.1rem solid #fff;
}
.alvark_lp_snsUl li:last-child {
  border-bottom: 0.1rem solid #fff;
}
.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: -7.2rem;
  font-size: 4rem;
  color: #dc0017;
  line-height: 4.8rem;
}
.alvark_lp_alvarkLink .titP {
  top: -11.2rem;
  width: 12.4rem;
}
.alvark_lp_alvarkLink .titP img {
  width: 100%;
}
.alvark_lp_copyright {
  margin-top: 12rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
/*** footerスマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .alvark_lp_footer {
    background: #000;
    padding: 5rem 0 10rem;
  }
  .alvark_lp_share .titP {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .alvark_lp_shareLinks {
    max-width: unset;
    margin: 1.6rem auto 0;
  }
  .alvark_lp_shareLinks li + li {
    margin-left: 0.8rem;
  }
  .alvark_lp_shareLinks a {
    display: block;
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .alvark_lp_shareLinks a::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 3;
  }
  /* .alvark_lp_shareLinks a.twitter {
    background: #00acee;
    padding-left: 3.6rem;
  }

  .alvark_lp_shareLinks a.twitter::before {
    left: 1.6rem;
    width: 1.9rem;
    height: 100%;
    background-size: 100% auto;
  } */
  /* .alvark_lp_shareLinks a.line {
    background: #00b900;
    padding-left: 2.9rem;
  } */
  /* .alvark_lp_shareLinks a.line::before {
    left: 0.7rem;
    width: 2.1rem;
    height: 100%;
    background-size: 100% auto;
  } */
  .alvark_lp_shareLinks a.facebook {
    background: #3b5998;
    padding-left: 4.3rem;
  }
  .alvark_lp_shareLinks a.facebook::before {
    left: 2.2rem;
    width: 1rem;
    height: 100%;
    background-size: 100% auto;
  }
  .alvark_lp_footerLink {
    margin-top: 8rem;
    display: block;
  }
  .alvark_lp_footerLink a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.6rem 0;
  }
  .alvark_lp_footerLink a::after {
    right: 1.6rem;
    width: 0.5rem;
    height: 100%;
    background: url("../image/icon_white_arrow.svg") center no-repeat;
    background-size: 100% auto;
  }
  .alvark_lp_snsLink a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-size: cover auto;
  }
  .alvark_lp_snsLink a.twitter::before {
    background: url("../image/icon_twitter.png") left center no-repeat;
    background-size: 29px;
  }
  .alvark_lp_snsLink a.ins::before {
    background: url("../image/icon_instagram.svg") left center no-repeat;
  }
  .alvark_lp_snsLink a.facebook::before {
    background: url("../image/icon_facebook02.svg") left center no-repeat;
  }
  .alvark_lp_snsLink a.youtube::before {
    background: url("../image/icon_youtube.svg") left center no-repeat;
  }
  .alvark_lp_snsLink a.line::before {
    background: url("../image/icon_line02.svg") left center no-repeat;
  }
  .alvark_lp_snsLink a.tiktok::before {
    background: url("../image/icon_tiktok.svg") left center no-repeat;
  }
  .alvark_lp_snsLink,
  .alvark_lp_alvarkLink {
    width: auto;
    position: relative;
  }
  .alvark_lp_snsLink .alvark_lp_snsUl li a {
    padding: 2rem 1.7rem 2rem 5rem;
  }
  .alvark_lp_snsUl li {
    /* padding: 2rem 0; */
    border-top: 0.1rem solid #fff;
  }
  .alvark_lp_snsUl li:last-child {
    border-bottom: 0.1rem solid #fff;
  }
  .alvark_lp_snsLink {
    margin-right: 0;
  }
  .alvark_lp_alvarkLink {
    margin-left: 0;
  }
  .alvark_lp_snsLink .titP,
  .alvark_lp_alvarkLink .titP {
    position: unset;
    text-align: center;
  }
  .alvark_lp_snsLink .titP {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    line-height: 1;
  }
  .alvark_lp_alvarkLink .titP {
    width: 12.8rem;
    margin: 0 auto 3.8rem;
  }
  .alvark_lp_alvarkLink {
    margin-top: 7.2rem;
  }
  .alvark_lp_copyright {
    margin-top: 4em;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
