@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,
.op a {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img,
a.op:hover {
  opacity: 0.7 !important;
  -webkit-opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
.enFont {
  font-family: "Alternate Gothic No2 D";
}

/*** タブレット 768x ~ 1200px***/
@media screen and (max-width: 1200px) {
  html {
    overflow-y: scroll;
    font-size: 0.83vw;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  html {
    overflow-y: scroll;
    font-size: 62.5%;
  }
  body {
    font-size: 1.2rem;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.anchorArea {
  position: relative;
}
.verblitz_lp_anchor {
  position: absolute;
  top: 0;
  z-index: -1;
}
.verblitz_lp_inner {
  max-width: 103.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* !verblitz_lp_wrapper
---------------------------------------------------------- */
#verblitz_lp_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 5.8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #verblitz_lp_wrapper {
    padding-top: 5.9rem;
  }
}

/* !header
---------------------------------------------------------- */
#verblitz_lp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.verblitz_lp_headerIn {
  width: 100%;
  height: 5.8rem;
  background: #00441b;
  display: flex;
  justify-content: space-between;
}
.verblitz_lp_headerLogo {
  height: 5.8rem;
  width: 12rem;
}
.verblitz_lp_headerLogo a {
  height: 5.8rem;
  width: 12rem;
  position: absolute;
  left: 14.3rem;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.verblitz_lp_headerLogo img {
  width: 100%;
}
#verblitz_lp_navi {
  /* position: absolute; */
  width: calc(100% - 30rem);
  position: relative;
}
.verblitz_lp_naviLinks {
  position: absolute;
  right: 3.6rem;
  top: 1.1rem;
  z-index: 3;
  display: flex;
}
.verblitz_lp_naviLinks a {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  padding-bottom: 1rem;
  position: relative;
}
.verblitz_lp_naviLinks a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  width: 1.2rem;
  height: 0.5rem;
  background: url("../image/img/icon/icon_arrow_down01.svg") center bottom no-repeat;
  background-size: 100% 100%;
}
.verblitz_lp_naviLinks li + li {
  margin-left: 2.4rem;
}
.verblitz_lp_btnMenu {
  display: none;
}
/****cv****/
.verblitz_lp_cv {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  height: 6.8rem;
}
.cvBtn {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.cvBtn01 {
  position: relative;
  right: -3rem;
  z-index: 4;
}
.cvBtn a {
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 31.6rem;
  height: 6.8rem;
  position: relative;
}
.cvBtn a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 0;
  z-index: 3;
  background: url("../image/img/icon/icon_arrow_right01.svg") no-repeat center;
  width: 1rem;
  height: 100%;
  background-size: 100% auto;
}
.cvBtn01 span {
  font-size: 1.6rem;
}
.cvBtn01 a {
  background: url("../image/img/cv01.png") no-repeat;
  background-size: 31.6rem 6.8rem;
  padding-left: 4rem;
  padding-top: 1.1rem;
}
.cvBtn02 a {
  color: #00441b;
  background: url("../image/img/cv02.png") no-repeat;
  background-size: 31.6rem 6.8rem;
  padding-left: 6.6rem;
  padding-top: 2.5rem;
  z-index: 99;
}

.cvBtn02 a::before {
  background: url("../image/img/icon/icon_arrow_right02.svg") no-repeat center;
  width: 1rem;
  height: 100%;
  background-size: 100% auto;
}

/*** スマホ 320px ~ 1000px***/
@media screen and (min-width: 768px) and (max-width: 1000px) {
  /* #verblitz_lp_header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
	} */
  .verblitz_lp_headerIn {
    width: 100%;
    height: 8rem;
    /* background: #00441B; */
    /* display: flex; */
    /* justify-content: space-between; */
  }
  .verblitz_lp_headerLogo {
    height: 8rem;
  }
  .verblitz_lp_headerLogo a {
    width: 16rem;
    height: 8rem;
    left: 3rem;
  }
  /****navi*****/
  #verblitz_lp_navi {
    background: rgba(0, 68, 27, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20rem 0;
    transform: translateX(100%);
    transition: all 0.5s;
  }
  #verblitz_lp_navi.open {
    transform: translateX(0);
    transition: all 0.5s;
  }
  .verblitz_lp_naviLinks {
    position: unset;
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .verblitz_lp_naviLinks li {
    text-align: center;
  }
  .verblitz_lp_naviLinks a {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
  .verblitz_lp_naviLinks a::before {
    width: 3rem;
    height: 1.5rem;
    background: url("../image/img/icon/icon_arrow_down01.svg") center bottom no-repeat;
    background-size: 100% 100%;
  }
  .verblitz_lp_naviLinks li + li {
    margin-left: 0;
    margin-top: 10rem;
  }

  /*****menu*****/
  .verblitz_lp_btnMenu {
    width: 5rem;
    /* height: 5.9rem; */
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    z-index: 999;
    display: block;
  }
  .verblitz_lp_btnMenu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 5rem;
    height: 5rem;
    background: url("../image/img/icon/icon_menu_open.svg") no-repeat;
    background-size: 100% 100%;
  }
  .verblitz_lp_btnMenu.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 5rem;
    height: 5rem;
    background: url("../image/img/icon/icon_menu_close.svg") no-repeat;
    background-size: 100% 100%;
  }

  /****cv****/
  .verblitz_lp_cv {
    height: 8rem;
  }
  .cvBtn a {
    font-size: 2.3rem;
    width: 31.6rem;
    height: 8rem;
  }
  .cvBtn a::before {
    content: "";
    position: absolute;
    right: 2.5rem;
    top: 1rem;
    z-index: 3;
    background: url("../image/img/icon/icon_arrow_right01.svg") no-repeat center;
    width: 1rem;
    height: 100%;
    background-size: 100% auto;
  }
  .cvBtn01 span {
    font-size: 1.8rem;
  }
  .cvBtn01 a {
    background-size: 31.6rem 8rem;
    padding-top: 2rem;
  }
  .cvBtn02 a {
    color: #00441b;
    background: url("../image/img/cv02.png") no-repeat;
    background-size: 31.6rem 8rem;
    padding-top: 3rem;
  }

  .cvBtn02 a::before {
    background: url("../image/img/icon/icon_arrow_right02.svg") no-repeat center;
    width: 1rem;
    height: 100%;
    background-size: 100% auto;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #verblitz_lp_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .verblitz_lp_headerIn {
    width: 100%;
    height: 5.9rem;
    background: #00441b;
    display: flex;
    justify-content: space-between;
  }
  .verblitz_lp_headerLogo {
    height: 5.9rem;
  }
  .verblitz_lp_headerLogo a {
    height: 5.9rem;
    left: 1.6rem;
  }
  .verblitz_lp_headerLogo img {
    width: 100%;
  }
  /****navi*****/
  #verblitz_lp_navi {
    background: rgba(0, 68, 27, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 7.2rem 0;
    transform: translateX(100%);
    transition: all 0.5s;
  }
  #verblitz_lp_navi.open {
    transform: translateX(0);
    transition: all 0.5s;
  }
  .verblitz_lp_naviLinks {
    position: unset;
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .verblitz_lp_naviLinks li {
    text-align: center;
  }
  .verblitz_lp_naviLinks li + li {
    margin-left: 0;
    margin-top: 6.4rem;
  }

  /*****menu*****/
  .verblitz_lp_btnMenu {
    width: 4rem;
    /* height: 5.9rem; */
    position: absolute;
    right: 1.6rem;
    top: 1rem;
    z-index: 999;
    display: block;
  }
  .verblitz_lp_btnMenu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 4rem;
    height: 4rem;
    background: url("../image/img/icon/icon_menu_open.svg") no-repeat;
    background-size: 100% 100%;
  }
  .verblitz_lp_btnMenu.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 4rem;
    height: 4rem;
    background: url("../image/img/icon/icon_menu_close.svg") no-repeat;
    background-size: 100% 100%;
  }

  /****cv****/
  .verblitz_lp_cv {
    display: flex;
    height: 4.5rem;
    width: 100%;
  }
  .cvBtn {
    width: 50%;
  }
  .cvBtn01 {
    position: relative;
    right: 0;
    z-index: 4;
  }
  .cvBtn a {
    font-size: 1.3rem;
    width: 100%;
    height: 4.5rem;
  }
  .cvBtn a::before {
    right: 50%;
    margin-right: -8rem;
    top: 0.4rem;
    z-index: 3;
    background: url("../image/img/icon/icon_arrow_right01.svg") no-repeat center;
    width: 0.6rem;
    height: 100%;
    background-size: 100% auto;
  }
  .cvBtn01 span {
    font-size: 1rem;
  }
  .cvBtn01 a {
    background: url("../image/img/cv01_sp.png") no-repeat;
    background-size: 100% 4.5rem;
    padding-left: 1.6rem;
    padding-top: 1.1rem;
  }
  .cvBtn02 a {
    color: #00441b;
    background: url("../image/img/cv02_sp.png") no-repeat;
    background-size: 100% 4.5rem;
    padding-left: 4.2rem;
    padding-top: 1.8rem;
  }

  .cvBtn02 a::before {
    background: url("../image/img/icon/icon_arrow_right02.svg") no-repeat center;
    width: 0.6rem;
    height: 100%;
    background-size: 100% auto;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.verblitz_lp_mainVisual {
  margin-top: 0.2rem;
}
.verblitz_lp_mainVisual img {
  width: 100%;
}
/*** mainVisual  スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
}
/* verblitz_lp_contents
-----------------------------------------------------------*/
.verblitz_lp_contents {
}
/*** contents スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .verblitz_lp_contents {
  }
}

/* verblitz_lp_footer
-----------------------------------------------------------*/
.verblitz_lp_footer {
  background: #00441b;
  padding: 11rem 0;
  position: relative;
}
.verblitz_lp_footer::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1rem;
  background: #bfa666;
}
.verblitz_lp_footerIn {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.verblitz_lp_footerLogo {
  width: 19.2rem;
  margin: 0 auto;
}
.verblitz_lp_footerLogo img {
  width: 100%;
}
.verblitz_lp_footerInfo {
  color: #fff;
  margin-top: 3.3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
.verblitz_lp_snsLink {
  max-width: 31rem;
  width: 100%;
  margin: 3.2rem auto 0;
}
.verblitz_lp_snsLink ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.verblitz_lp_snsLink li img {
  width: 100%;
}
.verblitz_lp_footerLink {
  max-width: 31rem;
  width: 100%;
  margin: 3.2rem auto 0;
}
.verblitz_lp_footerLink a {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  padding-left: 2.3rem;
  background: url("../image/img/icon/icon_arrow_right01.svg") no-repeat left center;
  background-size: 0.9rem 1.9rem;
}
.verblitz_lp_footerLink li + li {
  margin-top: 0.8rem;
}
.verblitz_lp_copyright {
  text-align: center;
  margin-top: 4.5rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
/*** footerスマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .verblitz_lp_footer {
    padding: 9.5rem 0;
  }
  .verblitz_lp_footerIn {
    max-width: 35rem;
  }
  .verblitz_lp_footerLogo {
    width: 11.5rem;
  }
  .verblitz_lp_footerInfo {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .verblitz_lp_snsLink {
    max-width: 21rem;
    margin: 2.4rem auto 0;
  }
  .verblitz_lp_snsLink li + li {
    margin-left: 2.4rem;
  }
  .verblitz_lp_footerLink {
    max-width: 20rem;
    width: 100%;
    margin: 3.2rem auto 0;
  }
  .verblitz_lp_footerLink a {
    font-size: 1.1rem;
    line-height: 1.3;
    padding-left: 1.5rem;
    background: url("../image/img/icon/icon_arrow_right01.svg") no-repeat left center;
    background-size: 0.5rem 1.1rem;
  }
  .verblitz_lp_footerLink li + li {
    margin-top: 0.5rem;
  }
  .verblitz_lp_copyright {
    margin-top: 4rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
  }
}

/**
 * story
 */
.verblitz_lp_story {
  position: relative;
  padding-bottom: 12rem;
  background: url("../image/img/team_bg_pc.png") top center no-repeat #00441b;
  background-size: 136rem 115rem;
}

.verblitz_lp_storyTit {
  padding-top: 14.5rem;
  max-width: 33.9rem;
  width: 100%;
  margin: 0 auto;
}
.verblitz_lp_storyTit img {
  width: 100%;
}
.verblitz_lp_storyArea {
  display: flex;
  padding-right: 8.5rem;
  margin-top: 6.4rem;
}
.verblitz_lp_storyIn {
  margin-right: 5rem;
  width: calc(100% - 40.5rem);
}
.verblitz_lp_storyIn .titP01 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
}
.verblitz_lp_storyIn .titP02 {
  color: #bfa666;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 2.2rem;
}
.verblitz_lp_storyIn .titP02 span {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}
.verblitz_lp_storyIn .txtP {
  margin-top: 2.2rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
}
.verblitz_lp_storyImage {
  width: 35.2rem;
}
.verblitz_lp_storyImage img {
  width: 100%;
}
.verblitz_lp_storySlider {
  margin-top: 3.2rem;
}
.verblitz_lp_storySlider .slick-slide {
  width: 50rem;
  height: 24.3rem;
}
.verblitz_lp_storySlider .imgP {
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  position: relative;
  width: 50rem;
  height: 24.3rem;
}
.verblitz_lp_storySlider .imgP span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  object-fit: cover;
  width: 60rem;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  overflow: hidden;
}
.verblitz_lp_storySlider .imgP img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .verblitz_lp_story {
    background: url("../image/img/team_bg_sp.png") top center no-repeat #00441b;
    background-size: 37.5rem 31.7rem;
    padding-bottom: 9.6rem;
  }

  .verblitz_lp_storyTit {
    padding-top: 9.6rem;
    max-width: 17.3rem;
  }
  .verblitz_lp_storyArea {
    flex-direction: column;
    padding-right: 0;
    max-width: 31rem;
    width: 100%;
    margin: 3.3rem auto 0;
  }
  .verblitz_lp_storyIn {
    margin-right: 0;
    width: auto;
  }
  .verblitz_lp_storyIn .titP01 {
    font-size: 1.6rem;
  }
  .verblitz_lp_storyIn .titP02 {
    font-size: 3.2rem;
    margin-top: 1.6rem;
  }
  .verblitz_lp_storyIn .titP02 span {
    font-size: 1.8rem;
  }
  .verblitz_lp_storyIn .txtP {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .verblitz_lp_storyImage {
    width: auto;
    margin-top: 3.2rem;
  }

  .verblitz_lp_storySlider {
    margin-top: 1.3rem;
  }
  .verblitz_lp_storySlider .slick-slide {
    width: 30.4rem;
    height: 14.8rem;
  }
  .verblitz_lp_storySlider .imgP {
    width: 30.4rem;
    height: 14.8rem;
  }
  .verblitz_lp_storySlider .imgP span {
    width: 50rem;
    height: 14.8rem;
    position: relative;
  }
  .verblitz_lp_storySlider .imgP img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    object-fit: cover;
  }
}

/**
 * company
 */

.partnership {
  position: relative;
}
.partnership::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  width: 32rem;
  height: 4rem;
  background-size: 100% 100%;
}
.partnership01::before {
  background: url("../image/img/partnership_tit01.png") top no-repeat;
  width: 32rem;
  height: 4rem;
  background-size: 100% 100%;
}
.partnership02::before {
  background: url("../image/img/partnership_tit02.png") top no-repeat;
  width: 32rem;
  height: 4rem;
  background-size: 100% 100%;
}
.partnership03::before {
  background: url("../image/img/partnership_tit03.png") top no-repeat;
  width: 32rem;
  height: 4rem;
  background-size: 100% 100%;
}
.wrapTit {
  text-align: center;
  overflow: hidden;
}
.wrapTit span {
  display: inline-block;
  color: #00441b;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0 2.1rem;
  position: relative;
}
.wrapTit span::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 50%;
  height: 0.4rem;
  width: 100%;
  background: #00441b;
}
.wrapTit span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0.4rem;
  width: 100%;
  background: #00441b;
}

.verblitz_lp_companyWrap01 {
  padding: 11.3rem 0;
  position: relative;
}
.verblitz_lp_companyWrap01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../image/img/company/company_bg_pc01.jpg") center no-repeat;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
.verblitz_lp_companyWrap01 .verblitz_lp_companyArea {
  max-width: 73rem;
  width: 100%;
  margin: 0 auto;
}
.verblitz_lp_companyTitArea {
  display: flex;
  padding: 0 3rem;
  margin-top: 4rem;
}
.verblitz_lp_companyTitArea .logoP {
  width: 13.7rem;
  margin-right: 2.5rem;
}
.companyTit {
  width: calc(100% - 16.2rem);
}
.companyTit .titP {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #00441b;
}
.verblitz_lp_companyWrap01 .companyTit .titImage {
  width: 54.9rem;
  margin-top: 0.6rem;
}
.companyTit .titImage img {
  width: 100%;
}
.verblitz_lp_companyWrap01 .verblitz_lp_companyInfo {
  margin: 4rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #343434;
  text-align: center;
}
.verblitz_lp_companyItem {
  margin-top: 3.2rem;
}
.verblitz_lp_companyItem .titP {
  height: 4.8rem;
  text-align: center;
}
.verblitz_lp_companyItem .titP span {
  color: #00441b;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 3.5rem;
  display: inline-flex;
  align-items: center;
  height: 4.8rem;
  background: #bfa666;
  position: relative;
}
.verblitz_lp_companyItem .titP span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.6rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-top: 2.4rem solid #bfa666;
  border-right: 0.8rem solid #bfa666;
  border-bottom: 2.4rem solid transparent;
}
.verblitz_lp_companyItem .titP span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.6rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 0.8rem solid #bfa666;
  border-top: 2.4rem solid #bfa666;
  border-right: 0.8rem solid transparent;
  border-bottom: 2.4rem solid transparent;
}
.verblitz_lp_companyItem .txtP {
  margin-top: 1.6rem;
  color: #00441b;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.bgArea {
  position: relative;
  background: #bfa666;
}
.bgArea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.08;
  background: url("../image/img/company/company_bg_pc02.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
.verblitz_lp_companyWrap02 {
  position: relative;
  z-index: 2;
  padding: 11.2rem 0;
}
.verblitz_lp_companyWrap02 .verblitz_lp_companyArea {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.verblitz_lp_companyWrap02 .verblitz_lp_companyTit {
  max-width: 80rem;
  width: 100%;
  margin: 5.6rem auto 0;
}
.verblitz_lp_companyWrap02 .verblitz_lp_companyInfo {
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #00441b;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 2.4rem;
}
.verblitz_lp_companyMethod {
  margin-top: 3.2rem;
}
.verblitz_lp_companyIllus {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.verblitz_lp_companyIllus img {
  width: 100%;
}
.verblitz_lp_methodTit {
  max-width: 63.4rem;
  width: 100%;
  margin: 3.2rem auto 0;
  position: relative;
}
.verblitz_lp_methodTit::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9.8rem;
  z-index: 3;
  background: url("../image/img/company/company_arrow.svg") no-repeat;
  width: 17.4rem;
  height: 5.7rem;
  background-size: 100% 100%;
}
.verblitz_lp_methodTit img {
  width: 100%;
}
.verblitz_lp_methodList {
  padding: 2.4rem 4.8rem;
  margin-top: 11rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.verblitz_lp_methodList::before {
  content: "";
  width: 2px;
  height: calc(100% - 4.8rem);
  background-color: #00441B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.verblitz_lp_methodList li {
  padding: 2.4rem;
}
.verblitz_lp_methodList li:not(:nth-of-type(5)):not(:nth-of-type(6)) {
  border-bottom: 2px solid #00441B;
}
.verblitz_lp_methodList li p.titP {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: max-content;
  padding: 0.3rem 1.6rem;
  border-radius: 2rem;
  background-color: #B91919;
}
.verblitz_lp_methodList li p.txtP {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 0.8rem;
}
/* .verblitz_lp_methodList li + li {
  margin-top: 2rem;
} */
@media screen and (max-width: 767px) {
  .partnership::before {
    width: 18rem;
    height: 2.2rem;
  }
  .partnership01::before {
    width: 18rem;
    height: 2.2rem;
    background-size: 100% 100%;
  }
  .partnership02::before {
    width: 18rem;
    height: 2.2rem;
    background-size: 100% 100%;
  }
  .partnership03::before {
    width: 18rem;
    height: 2.2rem;
    background-size: 100% 100%;
  }
  .wrapTit span {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0.8rem;
  }
  .wrapTit span::before {
    left: -100%;
    height: 0.2rem;
  }
  .wrapTit span::after {
    right: auto;
    left: 100%;
    height: 0.2rem;
  }

  .verblitz_lp_companyWrap01 {
    padding: 9.6rem 0;
  }
  .verblitz_lp_companyWrap01::before {
    background: url("../image/img/company/company_bg_sp01.png") center no-repeat;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-size: 160% 100%;
  }
  .verblitz_lp_companyWrap01 .verblitz_lp_companyArea {
    max-width: 31rem;
    width: 100%;
    margin: 0 auto;
  }
  .verblitz_lp_companyTitArea {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 2.4rem;
  }
  .verblitz_lp_companyTitArea .logoP {
    width: 8.9rem;
    margin: 0 auto;
  }
  .companyTit {
    width: auto;
    margin-top: 2.4rem;
  }
  .companyTit .titP {
    font-size: 1.8rem;
    text-align: center;
  }
  .verblitz_lp_companyWrap01 .companyTit .titImage {
    width: 31rem;
    margin: 0.8rem auto 0;
  }
  .verblitz_lp_companyWrap01 .verblitz_lp_companyInfo {
    margin: 3.2rem 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .verblitz_lp_companyItem .titP {
    height: auto;
    text-align: center;
  }
  .verblitz_lp_companyItem .titP span {
    font-size: 1.6rem;
    line-height: 1.2;
    height: 6.2rem;
  }
  .verblitz_lp_companyItem .titP span::before {
    left: -1.2rem;
    border-left: 0.6rem solid transparent;
    border-top: 3.1rem solid #bfa666;
    border-right: 0.6rem solid #bfa666;
    border-bottom: 3.1rem solid transparent;
  }
  .verblitz_lp_companyItem .titP span::after {
    right: -1.2rem;
    border-left: 0.6rem solid #bfa666;
    border-top: 3.1rem solid #bfa666;
    border-right: 0.6rem solid transparent;
    border-bottom: 3.1rem solid transparent;
  }
  .verblitz_lp_companyItem .txtP {
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .bgArea::before {
    opacity: 1;
    background: url("../image/img/company/company_bg_sp02.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
  }
  .verblitz_lp_companyWrap02 {
    padding: 8.5rem 0 9.6rem;
  }
  .verblitz_lp_companyWrap02 .verblitz_lp_companyArea {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
  }
  .verblitz_lp_companyWrap02 .verblitz_lp_companyTit {
    max-width: 31rem;
    margin: 3.2rem auto 0;
  }
  .verblitz_lp_companyWrap02 .verblitz_lp_companyInfo {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .verblitz_lp_companyIllus {
    max-width: 37.5rem;
  }
  .verblitz_lp_companyIllus img {
    width: 100%;
  }
  .verblitz_lp_methodTit {
    max-width: 31rem;
    margin: 5.7rem auto 0;
  }
  .verblitz_lp_methodTit::before {
    top: 14.4rem;
  }
  .verblitz_lp_methodTit img {
    width: 100%;
  }
  .verblitz_lp_methodList {
    padding: 2.4rem 1.6rem;
    display: block;
  }
  .verblitz_lp_methodList::before {
    content: none;
  }
  .verblitz_lp_methodList li {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 1.6rem;
  }
  .verblitz_lp_methodList li:not(:last-of-type) {
    border-bottom: 2px solid #00441B;
  }
  .verblitz_lp_methodList li p.titP {
    font-size: 1.8rem;
    padding: 0.4rem 1.6rem;
  }
  .verblitz_lp_methodList li p.txtP {
    font-size: 1.6rem;
  }
  /* .verblitz_lp_methodList li + li {
    margin-top: 2rem;
  } */
}

/**
 * activation
 */
.verblitz_lp_activation {
  background: #00441b;
  position: relative;
  background: url("../image/img/team_bg_pc.png") top center no-repeat #00441b;
  background-size: 136rem 115rem;
}
.verblitz_lp_activationWrap {
  padding: 11.2rem 0;
}
.verblitz_lp_activationTit {
  text-align: center;
  color: #00441b;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  width: max-content;
  padding: 0 2.5rem;
  margin: 0 auto;
  background-color: #fff;
}
.verblitz_lp_activationTit span {
  background-color: #fff;
}
.verblitz_lp_activationInfo {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  color: #fff;
  margin-top: 2.4rem;
  text-align: center;
}
.verblitz_lp_activationInfo span {
  font-size: 2.4rem;
  font-weight: bold;
}
.verblitz_lp_activationInfo font {
  color: #bfa666;
  font-weight: bold;
}

.verblitz_lp_activationItem {
  margin-top: 5.6rem;
  /* width: calc(33.33% - 3.2rem); */
  /* margin-left: 3.2rem; */
}
.verblitz_lp_activationBox {
  display: block;
  text-decoration: none;
}
.verblitz_lp_activationBox .label span {
  position: relative;
  color: #00441b;
  background: #bfa666;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1.1rem;
}
.verblitz_lp_activationBox .label span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 1rem solid #bfa666;
  border-top: 2rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 2rem solid #bfa666;
}
.verblitz_lp_activationBox .imgP {
  width: 100%;
  position: relative;
  padding-top: 56.04%;
}
.verblitz_lp_activationBox .imgP img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verblitz_lp_activationIn .titP {
  margin: 1.6rem 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.6rem 0 0.6rem 1.2rem;
  position: relative;
}
.verblitz_lp_activationIn .titP::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 0.4rem;
  height: 100%;
  background: #bfa666;
}
.verblitz_lp_activationIn .btnP {
  border: 0.1rem solid #fff;
  padding: 0.6rem 0;
  text-align: center;
}
.verblitz_lp_activationIn .btnP span {
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 3.6rem;
  background: url("../image/img/icon/icon_arrow_right01.svg") no-repeat right center;
  background-size: 0.6rem 1.4rem;
}
.verblitz_lp_activationIn .activationLogo {
  background: #fff;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 0 0.5em;
}
.verblitz_lp_activationIn .activationLogo img {
  padding: 0.7rem 0;
  height: 4rem;
}
.logoTxt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
}
.verblit_lp_showWrap {
  height: 66.8rem;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
}
.verblit_lp_showWrap .label span {
  position: relative;
  color: #00441b;
  background: #bfa666;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1.1rem;
}
.verblit_lp_showWrap .label .sp {
  display: none;
}
.verblit_lp_showWrap .label span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 1rem solid #bfa666;
  border-top: 2rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 2rem solid #bfa666;
}
.verblit_lp_showImage {
  width: 69.7rem;
}
.verblit_lp_showImage span {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56.24%;
}
.verblit_lp_showImage img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verblit_lp_showIn {
  height: 20rem;
  overflow-y: auto;
}
.verblit_lp_showIn .titP {
  margin-top: 1.8rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding: 0.7rem 0 0.7rem 1.4rem;
}
.verblit_lp_showIn .titP::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 0.4rem;
  height: 100%;
  background: #bfa666;
}
.verblit_lp_showIn .txtP {
  margin-top: 1.1rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}
.showLogo {
  background: #fff;
  width: 100%;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 0 0.5rem;
}
.showLogo img {
  padding: 0.7rem 0;
  height: 4.4rem;
}
.verblit_lp_showWrap .logoTxt {
  font-size: 2rem;
}
/***fancy***/
.hide {
  display: none;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.fancybox-bg {
  background: #00441b;
}
.fancybox-content {
  overflow: visible;
  /* overflow: hidden; */
  padding: 0;
  position: relative;
  background: transparent;
}
.fancybox-slide {
  overflow: hidden;
}
.fancybox-slide--html {
  padding: 0;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 0;
}
.fancybox-close-small,
.fancybox-infobar {
  display: none;
}
.closeBtn {
  position: absolute;
  top: -1.1rem;
  right: -13.3rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.5rem;
  width: 6.1rem;
  height: 7.3rem;
}
.closeBtn img {
  width: 100%;
}
.fancybox-navigation {
  opacity: 0;
  pointer-events: none;
}
.fancybox-button {
  background: transparent;
  width: 3.4rem;
  height: 3.4rem;
}
.arrowFancy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
}

.arrowFancy .prevBtn {
  position: absolute;
  left: -46rem;
  top: 0;
  z-index: 3;
}

.arrowFancy .prevBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../image/img/icon/icon_prev01.svg") no-repeat;
  background-size: 100% 100%;
}
.arrowFancy .nextBtn {
  position: absolute;
  right: -46rem;
  top: 0;
  z-index: 3;
}
.arrowFancy .nextBtn::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 3;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../image/img/icon/icon_next01.svg") no-repeat;
  background-size: 100% 100%;
}

.fancybox-navigation .fancybox-button {
  opacity: 1;
}
.fancybox-navigation .fancybox-button {
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .verblitz_lp_activationFancy {
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin-left: -1.6rem;
    margin-top: 1rem;
  }
  .verblitz_lp_activationFancy .slick-track {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    width: 100% !important;
  }

  .verblitz_lp_activationFancy .slick-slide {
    width: 33.33% !important;
    padding: 0 1.6rem;
  }
  .verblit_lp_activationNav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .verblitz_lp_activation {
    background: url("../image/img/team_bg_sp.png") top center no-repeat #00441b;
    background-size: 37.5rem 31.7rem;
  }
  .verblitz_lp_activationWrap {
    padding: 9.6rem 0;
  }
  .verblitz_lp_activationTit {
    font-size: 2.5rem;
    line-height: 1.4;
    padding: 0;
    background: none;
  }
  .verblitz_lp_activationTit span {
    padding: 0.4rem 1.2rem;
  }
  .verblitz_lp_activationInfo {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    max-width: 31rem;
    width: 100%;
    margin: 4rem auto 0;
  }
  .verblitz_lp_activationInfo span {
    font-size: 1.8rem;
  }
  .verblitz_lp_activationFancy {
    margin-top: 4rem;
  }
  .verblitz_lp_activationItem {
    width: 31rem !important;
    margin: 0 1.6rem;
  }
  .verblitz_lp_activationBox .label span {
    position: relative;
    height: 3.7rem;
  }
  .verblitz_lp_activationIn .titP {
    line-height: 1.4;
    padding: 0.1rem 0 0.1rem 1.2rem;
  }
  .verblitz_lp_activationIn .btnP span {
    padding-right: 3.1rem;
  }
  .verblit_lp_showWrap {
    height: auto;
    max-width: 30rem;
    overflow: visible;
    position: relative;
  }
  .verblit_lp_showImage {
    width: 29.8rem;
  }
  .verblit_lp_showWrap .label span {
    font-size: 1.5rem;
    line-height: 1.3;
    height: 3.7rem;
  }
  .verblit_lp_showWrap .label .pc {
    display: none;
  }
  .verblit_lp_showWrap .label .sp {
    display: inline-flex;
  }
  .verblit_lp_showIn {
    height: auto;
    overflow-y: auto;
  }
  .verblit_lp_showIn .titP {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 1.3rem;
  }
  .verblit_lp_showIn .txtP {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .showLogo {
    height: 4rem;
    position: unset;
    margin-top: 1.6rem;
  }
  .showLogo img {
    padding: 0.7rem 0;
    height: 4rem;
  }
  .verblit_lp_showWrap .logoTxt {
    font-size: 1.8rem;
  }
  .verblit_lp_activationNav {
    margin-top: 3.2rem;
  }
  .verblit_lp_activationNav .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
    padding: 0 1.6rem;
  }

  .verblit_lp_activationNav .slick-slide {
    width: 16.66% !important;
    padding: 0.2rem 0.2rem;
  }
  .verblit_lp_activationNav .verblit_lp_activationNavItem a {
    display: block;
    position: relative;
  }
  .verblit_lp_activationNav .verblit_lp_activationNavItem a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .verblit_lp_activationNav .slick-current .verblit_lp_activationNavItem a::before {
    background: transparent;
  }

  /***fancy***/
  .fancybox-content {
    overflow: visible;
    padding: 0;
    position: relative;
    background: transparent;
    vertical-align: unset;
    padding-top: 8rem;
  }
  .fancybox-slide--html {
    padding: 0;
  }
  .fancybox-slide--html .fancybox-content {
    margin-bottom: 0;
  }
  .fancybox-close-small,
  .fancybox-infobar {
    display: none;
  }
  .verblit_lp_activationShow {
    position: relative;
  }
  .closeBtn {
    position: absolute;
    top: -5rem;
    right: 0;
    border-radius: 0.5rem;
    width: 3.8rem;
    height: 4.5rem;
  }
  .closeBtn img {
    width: 100%;
  }

  .fancybox-button {
    background: transparent;
    width: 1.4rem;
    height: 3.4rem;
  }
  .arrowFancy {
    position: absolute;
    top: 10.3rem;
    left: 50%;
    z-index: 3;
  }

  .arrowFancy .prevBtn {
    position: absolute;
    left: -17.4rem;
    top: 0;
    z-index: 3;
  }

  .arrowFancy .prevBtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 1.4rem;
    height: 3.4rem;
    background: url("../image/img/icon/icon_prev02.svg") no-repeat;
    background-size: 100% 100%;
  }
  .arrowFancy .nextBtn {
    position: absolute;
    right: -17.4rem;
    top: 0;
    z-index: 3;
  }
  .arrowFancy .nextBtn::before {
    content: "";
    position: absolute;
    left: auto;
    top: 0;
    z-index: 3;
    width: 1.4rem;
    height: 3.4rem;
    background: url("../image/img/icon/icon_next02.svg") no-repeat;
    background-size: 100% 100%;
  }
}

/**
 * menu
 */
.verblitz_lp_menu {
  position: relative;
  z-index: 2;
}
.menuBg {
  position: relative;
  z-index: 1;
}
.menuBg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.08;
  width: 100%;
  height: 100%;
  background: url("../image/img/menu/menu_bg_pc.png");
  background-size: 100% auto;
}
.verblitz_lp_menuWrap {
  padding: 11rem 0;
}
.verblitz_lp_menuTit {
  text-align: center;
  color: #BFA666;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  width: max-content;
  padding: 0 2.5rem;
  background-color: #00441B;
}
.verblitz_lp_menuInfo {
  margin-top: 2.4rem;
  color: #696969;
  font-weight: 500;
  font-size: 1.8rem;
}
.verblitz_lp_menuInfo font {
  color: #bfa666;
  font-size: 2.4rem;
  font-weight: bold;
}
.verblitz_lp_menuArea {
  margin-top: 6.4rem;
}
.verblitz_lp_tabLink {
  display: flex;
}
.verblitz_lp_tabLink li {
  border-left: 0.1rem solid #707070;
}
.verblitz_lp_tabLink li:last-child {
  border-right: 0.1rem solid #707070;
}
.verblitz_lp_tabLink a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  color: #707070;
  padding: 0 3.5rem 1rem 3.5rem;
  position: relative;
}
.verblitz_lp_tabLink a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  width: 1.8rem;
  height: 0.8rem;
  background: url("../image/img/icon/icon_arrow_down02.svg") no-repeat;
  background-size: 100% 100%;
}
.verblitz_lp_tabLink a.is-active {
  color: #bfa666;
}
.verblitz_lp_tabLink a.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  width: 1.8rem;
  height: 0.8rem;
  background: url("../image/img/icon/icon_arrow_down03.svg") no-repeat;
  background-size: 100% 100%;
}
.verblitz_lp_tabBox {
  margin-top: 2.5rem;
  display: flex;
}

.verblitz_lp_tabBox.is-hide {
  display: flex;
  position: absolute;
  left: -100%;
  top: -100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.verblitz_lp_menuSlider {
  width: 81.5rem;
}
.verblitz_lp_menuBox {
  position: relative;
}
.verblitz_lp_menuBox .titP {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.verblitz_lp_menuBox .titP span {
  position: relative;
  color: #fff;
  background: #bfa666;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  height: 5.2rem;
  display: inline-flex;
  align-items: center;
  padding-left: 1.6rem;
  padding-right: 1rem;
}
.verblitz_lp_menuBox .titP span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #bfa666;
  border-top: 2.7rem solid #bfa666;
  border-right: 0.5rem solid transparent;
  border-bottom: 2.7rem solid transparent;
}
.verblitz_lp_menuBox .txtP {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.8rem;
  color: #00441b;
}
.verblitz_lp_menuBox .noterP {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #343434;
}
.verblitz_lp_menuBox .imgP {
  width: 81.5rem;
}
.verblitz_lp_menuBox .imgP span {
  display: block;
  width: 100%;
  padding-top: 56.19%;
  position: relative;
}
.verblitz_lp_menuBox .imgP img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verblitz_lp_menuNavi {
  width: calc(100% - 83.7rem) !important;
  margin-left: 2.2rem;
}
.verblitz_lp_menuNavi .slick-track {
  /*display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;*/
  /* width: 100% !important; */
  /* padding: 0 1.6rem; */
}
.verblitz_lp_menuNavi .imgP {
  position: relative;
}
.verblitz_lp_menuNavi .imgP::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.verblitz_lp_menuNavi .slick-current .imgP::before {
  background: transparent;
}
.verblitz_lp_menuNavi .slick-slide {
  width: 12.3rem !important;
}
.is-hide {
  display: none;
}
.verblitz_lp_player {
  background: #00441b;
}
.verblitz_lp_playerArea {
  padding-top: 11rem;
}
.verblitz_lp_playerLink {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.verblitz_lp_playerLink ul {
  display: flex;
  margin-left: -5.6rem;
}
.verblitz_lp_playerLink li {
  width: calc(50% - 5.6rem);
  margin-left: 5.6rem;
}
.verblitz_lp_playerLink a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../image/img/icon/icon_arrow_right02.svg") right 1.6rem center no-repeat #bfa666;
  background-size: 1.4rem 3rem;
  color: #00441b;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  height: 11.2rem;
  text-decoration: none;
  position: relative;
}
.verblitz_lp_playerLink li + li a {
  background: url("../image/img/icon/icon_arrow_right02.svg") right 1.6rem center no-repeat #fff;
}
.verblitz_lp_playerLink a::before {
  content: "";
  position: absolute;
  left: 2.3rem;
  top: 0;
  z-index: 3;
  width: 0.8rem;
  height: 100%;
  background: #00441b;
}
.verblitz_lp_playerLink a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-top: 1.9rem solid #00441b;
  border-right: 0.7rem solid #00441b;
  border-bottom: 1.9rem solid transparent;
}
.verblitz_lp_playerLink a span {
  display: block;
  font-size: 2.1rem;
}
.verblitz_lp_playerNote {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
.verblitz_lp_playerImg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menuBg::before {
    opacity: 0.05;
    background: url("../image/img/menu/menu_bg_sp.png");
    background-size: 100% auto;
  }
  .verblitz_lp_menuWrap {
    padding: 10rem 0 9.6rem;
  }
  .verblitz_lp_menuTit {
    font-size: 2.5rem;
    line-height: 1.4;
    padding: 0.4rem 1.2rem;
    margin: 0 auto;
  }
  .verblitz_lp_menuInfo {
    font-size: 1.4rem;
    max-width: 31rem;
    width: 100%;
    margin: 2.4rem auto 0;
  }
  .verblitz_lp_menuInfo font {
    font-size: 1.8rem;
  }
  .verblitz_lp_menuArea {
    margin-top: 3rem;
  }
  .verblitz_lp_tabLink {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -1.4rem; */
  }
  .verblitz_lp_tabLink li {
    border-left: unset;
    margin-top: 1rem;
    width: 33.33%;
    text-align: center;
    position: relative;
  }
  .verblitz_lp_tabLink li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 0.2rem;
    height: 3rem;
    background: #707070;
  }
  .verblitz_lp_tabLink li.none::before {
    content: unset;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 0.2rem;
    height: 3rem;
    background: #707070;
  }
  .verblitz_lp_tabLink li:last-child {
    border-right: unset;
  }
  .verblitz_lp_tabLink a {
    font-size: 1.2rem;
    white-space: nowrap;
    padding: 0;
    padding-bottom: 0.7rem;
  }
  .verblitz_lp_tabLink a::before {
    width: 1.2rem;
    height: 0.5rem;
    background: url("../image/img/icon/icon_arrow_down02.svg") no-repeat;
    background-size: 100% 100%;
  }
  .verblitz_lp_tabLink a.is-active::before {
    width: 1.2rem;
    height: 0.5rem;
    background: url("../image/img/icon/icon_arrow_down03.svg") no-repeat;
    background-size: 100% 100%;
  }
  .verblitz_lp_tabBox {
    margin-top: 3.2rem;
    flex-direction: column;
    position: relative;
  }
  .verblitz_lp_menuSlider {
    width: 100%;
    margin: 0 auto;
  }
  .verblitz_lp_menuBox {
    position: relative;
    padding: 0 1.6rem;
    width: calc(100vw - 3.2rem) !important;
  }

  .verblitz_lp_menuBox .titP {
    left: 1.6rem;
  }
  .verblitz_lp_menuSlider .slick-list {
    overflow: visible;
  }
  .verblitz_lp_menuSlider .slick-prev,
  .verblitz_lp_menuSlider .slick-next {
    top: 7.6rem;
  }
  .verblitz_lp_menuSlider .slick-prev {
    left: 0;
    background: url("../image/img/icon/icon_prev03.svg") no-repeat;
    background-size: 100%;
  }
  .verblitz_lp_menuSlider .slick-next {
    right: 0;
    background: url("../image/img/icon/icon_next03.svg") no-repeat;
    background-size: 100%;
  }
  .verblitz_lp_menuBox .titP span {
    font-size: 1.2rem;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 0.6rem;
  }
  .verblitz_lp_menuBox .titP span::before {
    border-left: 0.5rem solid #bfa666;
    border-top: 1.5rem solid #bfa666;
    border-right: 0.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
  }
  .verblitz_lp_menuBox .txtP {
    font-size: 1.4rem;
    margin-top: 7.3rem;
    font-weight: 400;
    padding: 0 1.6rem;
  }
  .verblitz_lp_menuBox .noterP {
    font-size: 1.4rem;
    margin-top: 2.4rem;
    padding: 0 1.6rem;
  }
  .verblitz_lp_menuBox .imgP {
    width: auto;
  }
  .verblitz_lp_menuBox .imgP span {
    display: block;
    width: 100%;
    padding-top: 56.12%;
    position: relative;
  }
  .verblitz_lp_menuNavi {
    position: absolute;
    top: 52vw;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
    z-index: 3;
    width: 31rem !important;
    margin: auto 0;
  }
  .verblitz_lp_menuNavi .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto;
    transform: unset !important;
  }
  .verblitz_lp_menuNavi .slick-slide {
    width: 7.3rem !important;
    padding: 0.2rem;
  }
  .verblitz_lp_player {
    background: url("../image/img/team_bg_sp.png") #00441b top no-repeat;
    background-size: 37.5rem 37.5rem;
  }
  .verblitz_lp_playerArea {
    padding-top: 11rem;
  }
  .verblitz_lp_playerLink {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
  }
  .verblitz_lp_playerLink ul {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .verblitz_lp_playerLink li {
    width: 24.5rem;
    margin: 0 auto;
  }
  .verblitz_lp_playerLink li + li {
    margin-top: 3.2rem;
  }
  .verblitz_lp_playerLink a {
    background: url("../image/img/icon/icon_arrow_right02.svg") right 1.1rem center no-repeat #bfa666;
    background-size: 0.9rem 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    height: 7.3rem;
  }
  .verblitz_lp_playerLink li + li a {
    background: url("../image/img/icon/icon_arrow_right02.svg") right 1.1rem center no-repeat #fff;
    background-size: 0.9rem 2rem;
  }
  .verblitz_lp_playerLink a::before {
    left: 1.5rem;
    width: 0.5rem;
  }
  .verblitz_lp_playerLink a::after {
    border-left: 0.7rem solid transparent;
    border-top: 1.2rem solid #00441b;
    border-right: 0.7rem solid #00441b;
    border-bottom: 1.2rem solid transparent;
  }
  .verblitz_lp_playerLink a span {
    display: block;
    font-size: 1.4rem;
  }
  .verblitz_lp_playerNote {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
  .verblitz_lp_playerImg img {
    width: 100%;
  }
}

/**
 * data
 */
.verblitz_lp_data {
  background: url("../image/img/team_bg_pc.png") #bfa666 top center no-repeat;
  background-size: 136rem 115rem;
}
.verblitz_lp_dataWrap {
  padding: 12rem 0;
}
.verblitz_lp_dataTit {
  text-align: center;
  color: #BFA666;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  width: max-content;
  padding: 0 2.5rem;
  margin: 0 auto;
  background-color: #00441B;
}
.verblitz_lp_dataTit span {
  background-color: #00441B;
}
.verblitz_lp_dataTit img {
  width: 100%;
}
.verblitz_lp_dataInfo {
  font-weight: 500;
  line-height: 1.5;
  font-size: 2.2rem;
  text-align: center;
  color: #00441b;
  margin-top: 2.4rem;
}
.verblitz_lp_dataInfo font {
  font-size: 1.8rem;
  color: #fff;
}

.verblitz_lp_dataList {
  width: 89rem;
  padding: 4rem;
  margin: 6.4rem auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
}
.verblitz_lp_dataList > p.txtP {
  color: #BFA666;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  padding: 1.2rem 1.6rem;
  margin-left: 1.6rem;
  width: max-content;
  background-color: #00441B;
  line-height: 1.1;
  position: relative;
}
.verblitz_lp_dataList > p.txtP::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  background-color: #00441B;
  position: absolute;
  left: -1.6rem;
  top: 0;
}
.verblitz_lp_dataList > p.txtP::after {
  content: "";
  width: 2rem;
  height: 100%;
  background-color: #00441B;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  right: -2rem;
  top: 0;
}
.verblitz_lp_dataBox.flex {
  margin: 4.8rem 0 2.4rem;
  display: flex;
  justify-content: space-between;
}
.verblitz_lp_dataBox:nth-of-type(3) {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.verblitz_lp_dataBox:nth-of-type(4) {
  margin-top: 3.2rem;
}
.verblitz_lp_dataBox:nth-of-type(5) {
  margin-top: 6.4rem;
}
.verblitz_lp_dataItem {
  position: relative;
}
.verblitz_lp_dataItem p.titP {
  color: #FAFAFA;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  padding: 1.2rem 1.6rem;
  margin-left: 1.6rem;
  width: max-content;
  background-color: #00441B;
  line-height: 1.1;
  position: relative;
}
.verblitz_lp_dataItem p.titP::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  background-color: #00441B;
  position: absolute;
  left: -1.6rem;
  top: 0;
}
.verblitz_lp_dataItem p.titP::after {
  content: "";
  width: 2rem;
  height: 100%;
  background-color: #00441B;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  right: -2rem;
  top: 0;
}
.verblitz_lp_dataItem p.titP.gold {
  color: #BFA666;
  font-size: 2rem;
}
.verblitz_lp_dataItem p.titP.gold span {
  font-size: 1.4rem;
}
.verblitz_lp_dataItem .numArea {
  line-height: 1;
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 0 1.6rem;
}
.verblitz_lp_dataItem .numArea img.ins {
  width: 10rem;
}
.verblitz_lp_dataItem .numArea p.numP {
  color: #B11D2E;
  font-size: 7rem;
  font-weight: 700;
}
.verblitz_lp_dataItem .numArea p.numP span.enFont {
  font-size: 14.8rem;
  font-weight: 400;
}
.verblitz_lp_dataItem .numArea > img.fukidashi {
  width: 11.8rem;
  transform: translate(-10%, -15%);
}
.verblitz_lp_dataItem > img {
  width: 75rem;
  margin-inline: auto;
  display: block;
}
.verblitz_lp_dataItem > img.fukidashi {
  width: 14rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-25%, -65%);
}
.verblitz_lp_dataBox p.txtP {
  text-align: center;
  color: #00441B;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.8rem;
}

/* .verblitz_lp_dataBox::before {
  content: "";
  position: absolute;
  left: 25rem;
  top: 50%;
  transform: translateX(100%);
  width: 12.5rem;
  height: 7.4rem;
  background: url("../image/img/data/arrow_green_pc.png") center no-repeat;
  background-size: 100% 100%;
} */
/* .verblitz_lp_dataBox + .verblitz_lp_dataBox {
  margin-top: 7.8rem;
} */
.verblitz_lp_dataBox.sns_dataBox {
  flex-wrap: wrap;
}
.verblitz_lp_dataBox.sns_dataBox::before {
  top: 4%;
}
.verblitz_lp_dataBox.sns_dataBox .dataGreen .sns_box {
  position: absolute;
  width: 22%;
  left: 50%;
  top: 16%;
  transform: translate(-62%, 0);
}
/* .verblitz_lp_dataItem {
  width: calc(50% - 9rem);
} */
.dataGreen {
  margin-right: 9rem;
  margin-top: 1.9rem;
}

/* .verblitz_lp_dataItem .titP span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  height: 5.3rem;
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding-left: 2.4rem;
  padding-right: 1.2rem;
} */
.dataGreen .titP span {
  background: #00441b;
}
.dataGreen .titP span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 1.5rem solid #00441b;
  border-top: 2.7rem solid #00441b;
  border-right: 1.5rem solid transparent;
  border-bottom: 2.7rem solid transparent;
}
.sns_dataItem.dataGreen .titP span {
  height: 7.3rem;
}
.sns_dataItem.dataGreen .titP span::before {
  border-top: 3.7rem solid #00441b;
  border-bottom: 3.7rem solid transparent;
}
.dataRed .titP span {
  background: #b91919;
}
.sns_dataItem.dataRed .titP span br {
  display: none;
}
.dataRed .titP span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 1.5rem solid #b91919;
  border-top: 2.7rem solid #b91919;
  border-right: 1.5rem solid transparent;
  border-bottom: 2.7rem solid transparent;
}

.dataGreen .numArea {
  text-align: right;
  width: 26.6rem;
}
.dataGreen .numP {
  color: #00441b;
  font-size: 3.9rem;
  line-height: 1.3;
  font-weight: bold;
  height: 9rem;
}
.dataGreen .numP span {
  font-size: 8.7rem;
}
.dataGreen .txtP {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00441b;
  margin-top: 1rem;
}

.dataRed .numArea {
  text-align: left;
  /* width: 31rem; */
  display: inline-block;
}
.dataRed .numP {
  color: #b91919;
  font-size: 5.3rem;
  line-height: 1.3;
  font-weight: bold;
  height: 12.6rem;
}
.dataRed .numP span {
  font-size: 12.3rem;
}
.dataRed .txtP {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  color: #b91919;
  text-align: right;
}
.dataRed.sign {
  position: relative;
}
.dataRed.sign::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
  margin-left: 18rem;
  top: -6rem;
  z-index: 10;
  width: 13.8rem;
  height: 16.6rem;
  /* background: url('../image/img/data/sign.svg') top no-repeat; */
  background-size: contain;
}
.dataRed.data_178::before {
  background: url("../image/img/data/178.png") top no-repeat;
  background-size: contain;
}
.dataRed.data_163::before {
  background: url("../image/img/data/163.png") top no-repeat;
  background-size: contain;
}
.dataRed.data_191::before {
  background: url("../image/img/data/191.png") top no-repeat;
  background-size: contain;
}
.dataRed.data_222::before {
  background: url("../image/img/data/222.png") top no-repeat;
  background-size: contain;
}

.dataGraph {
  width: calc(100% - 9rem);
  margin-top: 10rem;
  position: relative;
}
.dataGraph .titP span {
  background: #00441b;
}
.dataGraph picture {
  margin-top: 2.5rem;
  display: block;
}
.dataGraph img.map {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  transform: translate(24%, 45%);
}
.dataGraph .titP span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 1.5rem solid #00441b;
  border-top: 2.7rem solid #00441b;
  border-right: 1.5rem solid transparent;
  border-bottom: 2.7rem solid transparent;
}

.verblitz_lp_dataNote {
  text-align: center;
  color: #00441b;
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .partnership.partnership01 .verblitz_lp_inner {
    padding: 0;
  }
  .verblitz_lp_data {
    background: url("../image/img/team_bg_sp.png") #bfa666 center no-repeat;
    background-size: auto 100%;
  }
  .verblitz_lp_dataWrap {
    padding: 9.5rem 0;
    width: 100%;
    margin: 0 auto;
  }
  .verblitz_lp_dataTit {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.4;
    max-width: unset;
    margin: 0 1.6rem;
    padding: 0;
    background: none;
  }
  .verblitz_lp_dataTit span {
    padding: 0.4rem 1.2rem;
  }
  .verblitz_lp_dataInfo {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: left;
    margin: 2.4rem 1.6rem 0;
  }
  .verblitz_lp_dataInfo font {
    font-size: 1.4rem;
  }
  .verblitz_lp_dataList {
    width: 100%;
    padding: 3.2rem 1.6rem;
    border-radius: 1.2rem;
  }
  .verblitz_lp_dataList > p.txtP {
    font-size: 1.8rem;
    margin-left: 0.8rem;
  }
  .verblitz_lp_dataList > p.txtP::before {
    width: 0.4rem;
    left: -0.8rem;
  }
  .verblitz_lp_dataBox.flex {
    margin: 4.8rem 0 1.6rem;
    flex-direction: column;
    gap: 3.2rem 0;
  }
  .verblitz_lp_dataBox:nth-of-type(3) {
    display: block;
  }

  .verblitz_lp_dataBox {

  }

  .verblitz_lp_dataItem p.titP {
    margin-left: 2.4rem;
  }
  .verblitz_lp_dataItem p.titP::before {
    width: 0.4rem;
    left: -0.8rem;
  }
  .verblitz_lp_dataItem p.titP.gold {
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 0.8rem;
  }
  .verblitz_lp_dataItem p.titP.gold span {
    font-size: 1.2rem;
  }

  .verblitz_lp_dataItem .numArea p.numP {
    font-size: 6.4rem;
    letter-spacing: -0.2rem;
  }
  .verblitz_lp_dataItem .numArea p.numP span.enFont {
    font-size: 13.5rem;
  }

  .verblitz_lp_dataItem > img.fukidashi {
    width: 7.8rem;
    transform: translate(10%, -57%);
  }
  .verblitz_lp_dataBox p.txtP {
    font-size: 1.4rem;
  }
  .verblitz_lp_dataItem .numArea {
    gap: 0 0.8rem;
  }
  .verblitz_lp_dataItem .numArea img.ins {
    width: 5.7rem;
  }
  .verblitz_lp_dataItem .numArea img.ins + p.numP {
    font-size: 4rem;
    letter-spacing: 0;
  }
  .verblitz_lp_dataItem .numArea img.ins + p.numP span.enFont {
    font-size: 8.2rem;
  }
  .verblitz_lp_dataItem .numArea > img.fukidashi {
    width: 7.2rem;
    transform: translate(10%, 3%);
    position: absolute;
    right: 0;
    top: 0;
  }
  /* .verblitz_lp_dataBox.sns_dataBox {
    width: calc(100% - 2rem);
  }
  .verblitz_lp_dataBox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%);
    margin-top: -1rem;
    width: 6.5rem;
    height: 4rem;
    background: url("../image/img/data/arrow_green_sp.png") center no-repeat;
    background-size: 100% 100%;
  } */
  /* .verblitz_lp_dataBox.sns_dataBox::before {
    left: 50%;
    top: 8.8em;
    transform: translate(-50%, 0%);
  } */
  /* .verblitz_lp_dataBox + .verblitz_lp_dataBox {
    margin-top: auto;
  } */
  .verblitz_lp_dataItem {
    width: auto;
  }
  .dataGreen .numArea {
    text-align: left;
    width: auto;
    display: inline-block;
  }
  .dataGreen {
    margin-right: 0;
    position: relative;
    margin-top: 0;
  }
  .verblitz_lp_dataBox.sns_dataBox .dataGreen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem 3rem;
  }
  .verblitz_lp_dataBox.sns_dataBox .dataGreen .sns_box {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .verblitz_lp_dataBox.sns_dataBox .dataGreen .sns_box img {
    width: 30%;
    margin-inline: auto;
    display: block;
  }
  .verblitz_lp_dataItem .titP span {
    font-size: 1.2rem;
    line-height: 1.3;
    height: 4.6rem;
    padding-left: 0.7rem;
    padding-right: 1.2rem;
  }
  .dataGraph .titP span {
    height: 3.4rem;
  }
  .dataGreen .titP span::before {
    right: -1.2rem;
    border-left: 0.6rem solid #00441b;
    border-top: 2.3rem solid #00441b;
    border-right: 0.6rem solid transparent;
    border-bottom: 2.3rem solid transparent;
  }
  .sns_dataItem.dataGreen .titP span::before {
    border-top: 2.3rem solid #00441b;
    border-bottom: 2.3rem solid transparent;
  }
  .dataRed {
    margin-top: 5.6rem;
  }
  .dataRed .titP span {
    height: 5.4rem;
    font-size: 1.4rem;
  }
  .dataRed .titP span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -2rem;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 1rem solid #b91919;
    border-top: 2.7rem solid #b91919;
    border-right: 1rem solid transparent;
    border-bottom: 2.7rem solid transparent;
  }
  .dataGraph .titP span::before {
    right: -1.2rem;
    border-left: 0.6rem solid #00441b;
    border-top: 1.7rem solid #00441b;
    border-right: 0.6rem solid transparent;
    border-bottom: 1.7rem solid transparent;
  }
  .sns_dataItem.dataGreen .titP span {
    height: 4.6rem;
}
  .dataGreen .numP {
    font-size: 1.9rem;
    line-height: 1;
    font-weight: bold;
    height: 4rem;
  }
  .dataGreen .numP span {
    font-size: 4.3rem;
  }
  .dataGreen .txtP {
    font-size: 0.8rem;
    text-align: right;
    margin-top: 0;
  }

  .verblitz_lp_dataBox.sns_dataBox .dataRed {
    margin-top: 6.8rem;
    display: grid;
    gap: 2rem 2.5rem;
    grid-template-columns: auto auto;
  }
  .verblitz_lp_dataBox.sns_dataBox .dataRed::before {
    top: -6.2rem;
    transform: translateX(-30%);
  }
  .verblitz_lp_dataBox.sns_dataBox .dataRed .numArea {
    transform: translate(0, -15%);
  }
  .dataRed .numP {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: left;
    height: 5.5rem;
  }
  .dataRed .numP span {
    font-size: 5.3rem;
  }
  .dataRed .txtP {
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: right;
  }
  .sns_dataItem.dataRed .titP span br {
    display: block;
  }
  .dataRed.sign::before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 5rem;
    top: -5rem;
    z-index: 10;
    width: 4.7rem;
    height: 5.6rem;
    /* background: url('../image/img/data/sign.svg') top no-repeat; */
    /* background-size: 100% 100%; */
  }

  .dataGraph {
    width: auto;
  }
  .dataGraph {
    margin-top: 4rem;
  }
  .dataGraph picture {
    margin-top: 1.2rem;
  }
  .dataGraph img.map {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    transform: none;
  }
}

/**
 * club
 */
.verblitz_lp_clubWrap {
  padding: 11rem 0;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.verblitz_lp_clubWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../image/img/club/bg_club.png") center no-repeat #fff;
  background-size: 64.4rem auto;
  opacity: 0.05;
}
.verblitz_lp_clubTit {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto 1.6rem;
}
.verblitz_lp_clubArea {
  margin-top: 3rem;
}
.verblitz_lp_clubImage {
  width: 90%;
  margin: 0 auto 3rem;
}
.verblitz_lp_clubInfo {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.verblitz_lp_clubList {
  margin-top: 7rem;
}
.verblitz_lp_clubItem + .verblitz_lp_clubItem {
  margin-top: 7.2rem;
}
.verblitz_lp_clubItem .titP {
  text-align: center;
}
.verblitz_lp_clubItem .titP span {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  height: 4rem;
  color: #fff;
  padding: 0 3.2rem;
  background: #00441b;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.verblitz_lp_clubItem .titP span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3.2rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 1.7rem solid #00441b;
  border-top: 2rem solid #00441b;
  border-right: 1.7rem solid transparent;
  border-bottom: 2rem solid transparent;
}
.verblitz_lp_clubItem .titP span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -3.2rem;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 1.7rem solid transparent;
  border-top: 2rem solid #00441b;
  border-right: 1.7rem solid #00441b;
  border-bottom: 2rem solid transparent;
}
.verblitz_lp_clubItem .clubUl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 2.4rem;
}
.verblitz_lp_clubItem .clubUl01 li {
  width: 49.7rem;
}
.verblitz_lp_clubItem .clubUl02 li {
  width: calc(33.33% - 4rem);
}
/* .verblitz_lp_clubItem .clubUl03 li {
	width: calc(25% - 4rem);
}
.verblitz_lp_clubItem .clubUl04 li {
	width: calc(33.33% - 4rem);
} */
.verblitz_lp_clubBtn {
  margin-top: 8rem;
}
.verblitz_lp_clubBtn a {
  max-width: 78.6rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfa666;
  border-radius: 2.9rem;
  font-size: 2.4rem;
  font-weight: bold;
  height: 5.8rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.verblitz_lp_clubBtn a span {
  display: inline-block;
  padding-right: 7.2rem;
  background: url("../image/img/icon/icon_arrow_right01.svg") no-repeat right;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .verblitz_lp_clubWrap {
    padding: 9.6rem 0;
    max-width: unset;
  }
  .verblitz_lp_clubWrap::before {
    background: url("../image/img/club/bg_club.png") center no-repeat #fff;
    background-size: 35.9rem auto;
  }
  .verblitz_lp_clubTit {
    max-width: 17.9rem;
    margin: 0 auto 2.4rem;
  }
  .verblitz_lp_clubInfo {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .verblitz_lp_clubList {
    max-width: 31rem;
    width: 100%;
    margin: 4rem auto 0;
  }
  .verblitz_lp_clubItem + .verblitz_lp_clubItem {
    margin-top: 3.3rem;
  }
  .verblitz_lp_clubItem .titP {
    text-align: center;
  }
  .verblitz_lp_clubItem .titP span {
    font-size: 1.4rem;
    height: 2.6rem;
    color: #fff;
    padding: 0 1rem;
  }
  .verblitz_lp_clubItem .titP span::before {
    right: -2rem;
    border-left: 1rem solid #00441b;
    border-top: 1.3rem solid #00441b;
    border-right: 1rem solid transparent;
    border-bottom: 1.3rem solid transparent;
  }
  .verblitz_lp_clubItem .titP span::after {
    left: -2rem;
    border-left: 1rem solid transparent;
    border-top: 1.3rem solid #00441b;
    border-right: 1rem solid #00441b;
    border-bottom: 1.3rem solid transparent;
  }

  .verblitz_lp_clubItem .clubUl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 3.5rem;
    margin-top: 1.4rem;
  }
  .verblitz_lp_clubItem .clubUl01 {
    justify-content: center;
  }
  .verblitz_lp_clubItem .clubUl01 li {
    max-width: 23rem;
    width: 100%;
    margin: auto 0;
  }
  .verblitz_lp_clubItem .clubUl02 {
    justify-content: space-between;
  }
  .verblitz_lp_clubItem .clubUl02 li {
    width: calc(50% - 3.5rem);
  }
  /* 	.verblitz_lp_clubItem .clubUl03 {
		gap: 2rem;
	}
	.verblitz_lp_clubItem .clubUl03 li {
		width: calc(33.33% - 2rem);
	}
	.verblitz_lp_clubItem .clubUl04 {
		gap: 2rem;
		justify-content: center;
	}
	.verblitz_lp_clubItem .clubUl04 li {
		width: calc(33.33% - 2rem);
	} */
  .verblitz_lp_clubBtn {
    margin-top: 5.2rem;
  }
  .verblitz_lp_clubBtn a {
    max-width: 31rem;
    font-size: 1.6rem;
    height: 4.5rem;
  }
  .verblitz_lp_clubBtn a span {
    padding-right: 2rem;
    background-size: 0.6rem 1.2rem;
  }
}

#container {
  /* background-color: #000; */
  margin: 0 auto;
  width: 100%;
}
h1,
h4 {
  font-family: "Press Start 2P", cursive;
  color: #000;
  text-align: center;
}
h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.profile {
  padding: 15px;
}
.profile img {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.profile-photo {
  /* background-color: #D1C2BA; */
  width: 70%;
  border-radius: 50%;
  border: 5px solid white;
}
.counting-container {
  display: flex;
}
.counting-box {
  border: 1px solid #d1c2ba;
  text-align: center;
  width: 25%;
  margin: 10px;
  padding: 12px;
  flex: auto;
}
.counting-box img {
  width: 40%;
}
.counting-box p {
  font-family: "Roboto Condensed", sans-serif;
  color: #525252;
}
#encounter {
  border-bottom: 2px solid #3185e8;
}
#battles {
  border-bottom: 2px solid #d9884d;
}
#locations {
  border-bottom: 2px solid #d95e4d;
}
@media (min-width: 600px) {
  body {
    padding-top: 5px;
    /* background-color: #fff; */
    /* background-image: url(https://ak7.picdn.net/shutterstock/videos/16119847/thumb/1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
  }
  #container {
    /* background-color: rgba(13, 24, 33, 0.84); */
    padding: 15px;
    border-radius: 10px;
    width: 360px;
  }
}
