@charset "utf-8";

@font-face {
  font-family: "TT Octas";
  src: url("../font/TTOctas-BlackItalic.eot");
  src: url("../font/TTOctas-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../font/TTOctas-BlackItalic.woff2") format("woff2"), url("../font/TTOctas-BlackItalic.woff") format("woff"), url("../font/TTOctas-BlackItalic.ttf") format("truetype"), url("../font/TTOctas-BlackItalic.svg#TTOctas-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "AxisStd";
  src: url("../font/AxisStd-Bold.eot");
  src: url("../font/AxisStd-Bold.eot?#iefix") format("embedded-opentype"), url("../font/AxisStd-Bold.woff2") format("woff2"), url("../font/AxisStd-Bold.woff") format("woff"), url("../font/AxisStd-Bold.ttf") format("truetype"), url("../font/AxisStd-Bold.svg#AxisStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AxisStd";
  src: url("../font/AxisStd-Regular.eot");
  src: url("../font/AxisStd-Regular.eot?#iefix") format("embedded-opentype"), url("../font/AxisStd-Regular.woff2") format("woff2"), url("../font/AxisStd-Regular.woff") format("woff"), url("../font/AxisStd-Regular.ttf") format("truetype"), url("../font/AxisStd-Regular.svg#AxisStd-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AxisStd";
  src: url("../font/AxisStd-Heavy.eot");
  src: url("../font/AxisStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../font/AxisStd-Heavy.woff2") format("woff2"), url("../font/AxisStd-Heavy.woff") format("woff"), url("../font/AxisStd-Heavy.ttf") format("truetype"), url("../font/AxisStd-Heavy.svg#AxisStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

* {
  box-sizing: border-box;
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.fwB {
  font-weight: bold;
}

/*common*/
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-family: "AxisStd", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
}
.font_tto {
  font-family: "TT Octas";
  font-weight: 900;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.hide {
  display: none;
}

/* !kawasaki_lp_wrapper
---------------------------------------------------------- */
#kawasaki_lp_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 1080px;
  min-height: 100vh;
}
#kawasaki_lp_wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../image/04_assets/bg_pc.jpg) no-repeat center top;
  background-size: cover;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #kawasaki_lp_wrapper {
    min-width: inherit;
  }
  #kawasaki_lp_wrapper:before {
    background-image: url(../image/04_assets/bg_sp.jpg);
  }
}

/* !header
---------------------------------------------------------- */
#kawasaki_lp_header {
  position: relative;
  z-index: 99;
}
.kawasaki_lp_headlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #fff;
  text-align: center;
}
.kawasaki_lp_headin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: #8F0038;
  padding-right: 128px;
  transition: all 0.5s ease;
}
#kawasaki_lp_header .kawasaki_lp_headin {
  position: fixed;
  left: 0;
  top: -112px;
}
#kawasaki_lp_header .kawasaki_lp_headin.show {
  top: 0;
}

.kawasaki_lp_headin .logo {
  display: flex;
  align-items: center;
}

.service_container {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kawasaki_lp_headin .service {
  box-shadow: 0 2.5rem 2rem -2rem hsl(0deg 00% 0% / 40%);
  display: flex;
  justify-content: center;
  width: 50%;
  height: 80px;
  background: #79002b;
  color: #fff;
  font-weight: bold;
}

.service_container.form .service {
  height: 11.2rem;
}

.service_wrapper {
  display: flex;
  border-bottom: solid #d0a754 0.3rem;
  padding: 0.8rem 0;
}

.service_wrapper.follow {
  border-bottom: solid #d0a754 0.2rem;
  justify-content: center;
  padding: 0.5rem 0;
}

.kawasaki_lp_headin .service.request {
  justify-content: flex-start;
  background-color: #55001e;
}
.kawasaki_lp_headin .service a {
  display: block;
  padding-left: 70px;
  text-align: center;
}

.header_icon {
  width: 2.5rem;
  top: 6.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.header_form_btn {
  width: 22.8rem;
  max-width: 100%;
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_form_btn.form {
  z-index: 90;
}

.form_guide {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.scroll.form_guide img {
  width: 4rem;
}

.kawasaki_lp_headin .header_form_btn .big {
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.kawasaki_lp_headin .header_form_btn .normal {
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.kawasaki_lp_headin .header_form_btn .big.form {
  font-size: 3rem;
}

.kawasaki_lp_headin .header_form_btn .normal.form {
  font-weight: bold;
  font-size: 1.6rem;
}
.kawasaki_lp_btn_menu {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: -112px;
  z-index: 3;
  width: 96px;
  height: 80px;
  background: url(../image/header/ico_menu.svg) no-repeat center;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.kawasaki_lp_btn_menu.active {
  background-image: url(../image/header/ico_menu_close.svg);
}
#kawasaki_lp_navi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 0.5s;
  padding: 120px 0 44px;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  overflow-y: scroll;
  background: #1a1311;
}
#kawasaki_lp_navi.open {
  transform: translateX(0%);
}
#kawasaki_lp_navi ul {
  border-top: 2px solid rgba(162, 112, 23, 0.1);
}
#kawasaki_lp_navi li {
  border-bottom: 2px solid rgba(162, 112, 23, 0.1);
}
#kawasaki_lp_navi li a {
  display: block;
  padding: 12px 40px 12px 30px;
  background: url(../image/ico_link.svg) no-repeat right 30px center;
  color: #fff;
}

.kawasaki_lp_headbtns {
  text-align: center;
  margin-top: 3.2rem;
}

.kawasaki_lp_headbtns {
  position: relative;
  width: 33.7rem;
  bottom: 6.4rem;
  right: 7rem;
  max-width: 100%;
}

.kawasaki_lp_headbtns a {
  display: block;
  margin: 0 auto;
}

#kawasaki_lp_header .kawasaki_lp_sns {
  justify-content: center;
  margin-top: 40px;
}

.kawasaki_lp_headbtns.navigation {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 8px;
}

.kawasaki_lp_headbtns.navigation .pc {
  width: 23.8rem;
  max-width: 100%;
}

/*** スマホ  ***/
@media screen and (max-width: 767px) {
  .kawasaki_lp_headlogo {
    flex-direction: column;
    height: 96px;
  }
  .kawasaki_lp_headlogo a img {
    height: 56px;
  }
  .kawasaki_lp_headlogo img {
    height: 20px;
  }
  #kawasaki_lp_header .kawasaki_lp_headin {
    display: none;
  }
  .kawasaki_lp_btn_menu {
    width: 56px;
    height: 56px;
  }
  #kawasaki_lp_navi {
    padding: 60px 0 50px;
  }
  .kawasaki_lp_headbtns {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .kawasaki_lp_headbtns a {
    width: 18.8rem;
    margin: 0 auto;
    width: 50%;
    padding: 0.8rem 0;
  }
  .kawasaki_lp_headbtns.navigation {
    background-color: transparent;
  }
  .kawasaki_lp_headbtns.navigation a {
    width: 100%;
    max-width: 312px;
  }
  .kawasaki_lp_headbtns.navigation img {
    background-color: #fff;
  }
}

/* !common
---------------------------------------------------------- */
.kawasaki_lp_sns {
  display: flex;
  align-items: center;
}
.kawasaki_lp_sns:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 70px;
  height: 12px;
  background: url(../image/sns_icon/txt_follow.svg) no-repeat center;
}
.kawasaki_lp_sns a {
  margin: 0 10px;
}

.kawasaki_lp_mainVisual {
  position: relative;
}

.kawasaki_lp_mainVisual:after {
  position: absolute;
  width: 100%;
  height: 19.44vw;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0, 0, 0, .6));
  content: '';
}

.kawasaki_lp_mainVisual img {
  width: 100%;
}
.kawasaki_lp_mainVisual .kawasaki_lp_main {
  position: absolute;
  left: 4.93vw;
  bottom: 6.25vw;
  z-index: 2;
}
.kawasaki_lp_mainVisual .kawasaki_lp_catch {
  width: 47.7vw;
}

.kawasaki_lp_mainVisual .kawasaki_lp_copy {
  width: 64.125vw;
  margin-top: 3.06597vw;
}

.kawasaki_lp_mainVisual .kawasaki_lp_headbtns {
  width: 27.469vw;
  margin-top: 4.0958vw;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .kawasaki_lp_mainVisual:after {
    height: 209px;
  }

  .kawasaki_lp_mainVisual .kawasaki_lp_main {
    left: 53px;
    bottom: 67px;
  }
  .kawasaki_lp_mainVisual .kawasaki_lp_catch {
    width: 515px;
  }

  .kawasaki_lp_mainVisual .kawasaki_lp_copy {
    width: 692px;
    margin-top: 33px;
  }

  .kawasaki_lp_mainVisual .kawasaki_lp_headbtns {
    width: 296px;
    margin-top: 44px;
  }
}

.kawasaki_lp_inner {
  margin: auto;
  max-width: 800px;
}

.kawasaki_lp_hdL {
  margin-bottom: 55px;
  padding: 30px 0 32px;
  background: #ededed;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}
.kawasaki_lp_hdL .eng {
  display: block;
  color: #ac7b18;
  font-size: 8rem;
}
.kawasaki_lp_hdL .eng:first-letter {
  color: #79002b;
}
.kawasaki_lp_hdL .jap {
  color: #000;
  font-size: 1.8rem;
}

.kawasaki_lp_anchorarea {
  position: relative;
}
.kawasaki_lp_anchorarea .anchor {
  position: absolute;
  top: -96px;
}

.kawasaki_lp_sub {
  margin-bottom: 50px;
  text-align: center;
}

.kawasaki_lp_imgs {
  display: flex;
}
.kawasaki_lp_imgs img {
  width: 50%;
}

/* contact */
.kawasaki_lp_contact {
  padding: 80px 0 100px;
  background: url(../image/bg_contact_new.jpg) center center no-repeat;
  background-size: cover;
}

.kawasaki_lp_contact .kawasaki_lp_hdL {
  background: none;
  padding: 0;
  margin-bottom: 32px;
}

.kawasaki_lp_contact .kawasaki_lp_hdL .eng:first-letter {
  color: #ac7b18;
}

.kawasaki_lp_contact .kawasaki_lp_hdL .jap {
  color: #fff;
}

.kawasaki_lp_contact .kawasaki_lp_contactBody {
  width: 100%;
  max-width: 798px;
  margin: 0 auto;
  background: #fff;
  padding: 36px 50px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.kawasaki_lp_contact .kawasaki_lp_contactBtn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 40px;
}

.kawasaki_lp_contact .box {
  padding: 0 24px 24px;
  background: url(../image/bg_contact.jpg) center top;
  background-size: 100%;
  border-top: 8px solid #ac7b18;
  border-bottom: 8px solid #ac7b18;
}
.kawasaki_lp_contact .box2 {
  padding: 60px 0;
  background: #fff;
}
.kawasaki_lp_contact .kawasaki_lp_headin .service .big {
  border-bottom: 2px solid #fff;
}
.kawasaki_lp_contact .kawasaki_lp_sub {
  margin-bottom: 30px;
  font-weight: bold;
}
.markerobo-form-wrapper {
  margin: auto;
  max-width: 600px;
}
.markerobo-form-name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 3px;
}
.markerobo-form-description {
  margin-top: 2px;
  margin-bottom: 10px;
}
.markerobo-form-error {
  margin-bottom: 10px;
  color: red;
}
.markerobo-form-message {
  margin-bottom: 10px;
  color: green;
}
.markerobo-form-row {
  display: block;
  margin-bottom: 20px;
}
.markerobo-form-label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.markerobo-form-row.markerobo-form-required .markerobo-form-label:after {
  color: #e32;
  content: " *";
  display: inline;
}
.markerobo-form-helpmessage {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
}
.markerobo-form-errormsg {
  display: block;
  color: red;
  margin-top: 2px;
}
.markerobo-form-selectbox,
.markerobo-form-input,
.markerobo-form-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-sizing: border-box;
}
.markerobo-form-checkboxgrp-label {
  font-weight: normal;
}
.markerobo-form-radiogrp-label {
  font-weight: normal;
}
.markerobo-form-button-wrapper .markerobo-form-button.btn-default,
.markerobo-form-pagebreak-wrapper .markerobo-form-pagebreak.btn-default {
  color: #5d6c7c;
  background-color: #ffffff;
  border-color: #dddddd;
}
.markerobo-form-button-wrapper .markerobo-form-button,
.markerobo-form-pagebreak-wrapper .markerobo-form-pagebreak {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3856;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.markerobo-form-button-wrapper .markerobo-form-button.btn-default[disabled],
.markerobo-form-pagebreak-wrapper .markerobo-form-pagebreak.btn-default[disabled] {
  background-color: #ffffff;
  border-color: #dddddd;
  opacity: 0.75;
  cursor: not-allowed;
}
.markerobo-form-pagebreak-wrapper .markerobo-form-button-wrapper {
  display: inline;
}

/*** スマホ ***/
@media screen and (max-width: 1280px) {
  .kawasaki_lp_headin .service a {
    line-height: 1.5;
    padding-left: 48px;
    margin-right: 5%;
    background-size: auto 85%;
    font-size: 1.2rem;
  }
  .kawasaki_lp_headin .service .big {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kawasaki_lp_mainVisual:after {
    height: 42.67vw;
  }
  .kawasaki_lp_mainVisual .kawasaki_lp_main {
    left: 4.26vw;
    bottom: 10.096vw;
  }
  .kawasaki_lp_mainVisual .kawasaki_lp_catch {
    width: 64vw;
  }

  .kawasaki_lp_mainVisual .kawasaki_lp_copy {
    width: 76.53vw;
    margin-top: 5.3vw;
  }

  .kawasaki_lp_mainVisual .kawasaki_lp_headbtns {
    width: 73.7173vw;
    margin-top: 9.6vw;
    left: 0;
    transform: unset;
    background: none;
  }

  .kawasaki_lp_mainVisual .kawasaki_lp_headbtns a {
    width: 100%;
    padding: 0;
  }

  .kawasaki_lp_inner {
    padding: 0 16px;
  }

  .kawasaki_lp_hdL {
    margin-bottom: 48px;
    padding: 30px 0;
    line-height: 1.3;
  }
  .kawasaki_lp_hdL .eng {
    font-size: 4.8rem;
  }
  .kawasaki_lp_hdL .jap {
    font-size: 1.4rem;
  }

  .kawasaki_lp_anchorarea .anchor {
    position: absolute;
    top: 0;
  }

  .kawasaki_lp_sub {
    margin-bottom: 30px;
    text-align: left;
  }

  .kawasaki_lp_imgs {
    display: block;
  }
  .kawasaki_lp_imgs img {
    width: 100%;
  }

  .kawasaki_lp_headin .service_container.form .service,
  .kawasaki_lp_headin .service_container.form .service.request {
    justify-content: center;
    height: 150px;
  }

  .kawasaki_lp_headin .service,
  .kawasaki_lp_headin .service.request {
    justify-content: center;
    height: 150px;
  }

  /* .kawasaki_lp_headin .service.request {
    background-color: #55001e;
  } */
  .kawasaki_lp_headin .service a {
    padding: 60px 10px 0;
    margin: 0;
    background-position: center top;
    background-size: auto 54px;
    font-size: 1.2rem;
  }
  .kawasaki_lp_headin .service .big {
    border-bottom-width: 3px;
    font-size: 2rem;
  }

  /* contact */
  .kawasaki_lp_contact {
    padding: 48px 0;
  }

  .kawasaki_lp_contact {
    padding: 56px 15px 80px;
    background: url(../image/bg_contact_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  .kawasaki_lp_contact .kawasaki_lp_hdL {
    margin-bottom: 28px;
  }

  .kawasaki_lp_contact .kawasaki_lp_contactBody {
    padding: 36px 16px;
    font-size: 16px;
    text-align: left;
  }

  .kawasaki_lp_contact .kawasaki_lp_contactBtn {
    margin-top: 36px;
  }

  .kawasaki_lp_contact .box {
    padding: 0 8px 24px;
    background-size: auto;
  }
  .kawasaki_lp_contact .box2 {
    padding: 70px 15px 40px;
  }
}

/* !page
---------------------------------------------------------- */
.kawasaki_lp_top {
  padding: 0 0 50px;
  background: linear-gradient(#930034, #53011c);
  color: #fff;
}
.kawasaki_lp_top .txt p {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
}

.kawasaki_lp_achievements {
  background: #1a1311;
}
.kawasaki_lp_achievements .item {
  position: relative;
}
.kawasaki_lp_achievements .item + .item {
  margin-top: 80px;
}
.kawasaki_lp_achievements .item:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/02_achievements/ico_step01.svg) no-repeat center;
}
.kawasaki_lp_achievements .item:nth-of-type(2):before {
  background-image: url(../image/02_achievements/ico_step02.svg);
}
.kawasaki_lp_achievements .item .bg img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  object-position: center top;
}
.kawasaki_lp_achievements .item .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 10%;
  width: 50%;
  height: 100%;
  line-height: 1;
}
.kawasaki_lp_achievements .item:nth-of-type(2n) .info {
  left: auto;
  right: 50%;
}
.kawasaki_lp_achievements .item .eng {
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  color: #ac7b18;
  font-size: 2.4rem;
  font-weight: 900;
}
.kawasaki_lp_achievements .item .txt {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.kawasaki_lp_achievements .item .txt .num {
  line-height: 0.6;
  font-size: 7rem;
}
.kawasaki_lp_achievements .info .line {
  display: inline-block;
  padding: 10px 0;
  background: linear-gradient(to top, transparent 3%, #ac7b18 3%, #ac7b18 calc(3% + 4px), transparent calc(3% + 4px));
}
.kawasaki_lp_achievements .banner {
  margin-top: 20px;
}
.kawasaki_lp_achievements .banner img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.kawasaki_lp_company {
  padding: 0 0 10px;
  background: #79002b;
  color: #fff;
}
.kawasaki_lp_company .kawasaki_lp_inner {
  margin: auto;
  max-width: 1050px;
}
.kawasaki_lp_company .display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.kawasaki_lp_company .display:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.kawasaki_lp_company .sign {
  overflow: hidden;
  margin-bottom: -30px;
  width: 100%;
  line-height: 1;
}
.kawasaki_lp_company .sign .eng {
  display: inline-block;
  position: relative;
  font-size: 6rem;
  text-shadow: 0 3px 0 #6e0026;
}
.kawasaki_lp_company .sign .eng:after {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 20%;
  width: 1200px;
  border-top: 2px solid #a27017;
}
.kawasaki_lp_company .display:nth-of-type(2n) .sign {
  text-align: right;
}
.kawasaki_lp_company .display:nth-of-type(2n) .sign .eng:after {
  left: auto;
  right: calc(100% + 12px);
}
.kawasaki_lp_company .img {
  padding: 0 8px;
  width: 50%;
}
.kawasaki_lp_company .info {
  width: 46%;
}
.kawasaki_lp_company .info .tit {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 2rem;
}
.kawasaki_lp_company .info .data {
  margin-top: 18px;
}
.kawasaki_lp_company .info a {
  color: #d0a754;
  text-decoration: underline;
}
.kawasaki_lp_company .info li {
  margin-top: 20px;
  padding-left: 30px;
  background: url(../image/ico_link_white.svg) no-repeat left 5px;
}

.kawasaki_lp_assets {
  padding: 0 0 20px;
}
.kawasaki_lp_assets .item {
  margin-bottom: 50px;
}
.kawasaki_lp_assets .head {
  overflow: hidden;
  margin-bottom: 35px;
  text-align: center;
  color: #79002b;
  font-size: 2.4rem;
  font-weight: bold;
}
.kawasaki_lp_assets .head span {
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.kawasaki_lp_assets .head span:before,
.kawasaki_lp_assets .head span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 1000px;
  height: 8px;
  background: url(../image/ico_double_line.png) repeat-x center;
}
.kawasaki_lp_assets .head span:after {
  right: auto;
  left: 100%;
}
.kawasaki_lp_assets .kawasaki_lp_sub {
  margin-bottom: 30px;
}
.kawasaki_lp_assets .sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kawasaki_lp_assets .sns a {
  flex: 0 0 calc(50% - 20px);
  margin: 0 0 16px;
}
/*.kawasaki_lp_assets .sns a:first-child,
.kawasaki_lp_assets .sns a:nth-child(2) {
  flex: 0 0 45%;
}*/
.kawasaki_lp_assets .note {
  text-align: right;
  font-size: 1rem;
}
.kawasaki_lp_assets .ability {
  display: flex;
  justify-content: center;
}
.kawasaki_lp_assets .ability .attract {
  width: 22.25%;
}
.kawasaki_lp_assets .ability .visitors {
  width: 66%;
}
.kawasaki_lp_assets .ability .tit {
  background: #1a1311;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.kawasaki_lp_assets .ability .percent {
  padding: 75px 0 0;
  background: url(../image/04_assets/02_assets_arrow.svg) no-repeat center 25px;
  line-height: 0.9;
  text-align: center;
  color: #79002b;
  font-family: "TT Octas";
  font-weight: 900;
  font-style: italic;
  font-size: 14rem;
  font-weight: 900;
}
.kawasaki_lp_assets .ability .percent:after {
  content: "%";
  font-size: 4rem;
}
.kawasaki_lp_assets .ability .visitors ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8px -12px;
}
.kawasaki_lp_assets .ability .visitors li {
  padding: 0 12px;
  width: 33.333%;
  font-size: 1.4rem;
}
.kawasaki_lp_assets .ability .visitors img {
  margin-bottom: 16px;
}
.kawasaki_lp_assets .display {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.kawasaki_lp_assets .display .info {
  width: 100%;
  margin-top: 24px;
}
.kawasaki_lp_assets .display .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.kawasaki_lp_assets .display .tit {
  margin-bottom: 16px;
  color: #79002b;
  font-size: 1.8rem;
  font-weight: bold;
}

.kawasaki_lp_sponsorship {
  padding: 0 0 360px;
  background: url(../image/05_sponsorship/bg.jpg) no-repeat center bottom #1a1311;
  background-size: 100%;
  color: #fff;
}
.kawasaki_lp_sponsorship .kawasaki_lp_inner {
  max-width: 700px;
}
.kawasaki_lp_sponsorship .banner {
  margin-bottom: 80px;
}
.kawasaki_lp_sponsorship .assets {
  position: relative;
  font-size: 1.4rem;
}
.kawasaki_lp_sponsorship .assets .left,
.kawasaki_lp_sponsorship .assets .right {
  position: absolute;
  left: 0;
  top: 50%;
}
.kawasaki_lp_sponsorship .assets .right {
  left: auto;
  right: 0;
}
.kawasaki_lp_sponsorship .assets .sub {
  margin-top: 50px;
  line-height: 2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.kawasaki_lp_activation {
  padding: 0 0 80px;
  background: linear-gradient(#930034, #53011c);
}
.kawasaki_lp_activation .kawasaki_lp_inner {
  max-width: 1060px;
}
.kawasaki_lp_activation .kawasaki_lp_sub {
  color: #fff;
}
.kawasaki_lp_activation ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
.kawasaki_lp_activation li {
  flex: 0 0 calc(33.333% - 16px);
  padding: 20px 16px;
  margin: 0 0 24px 16px;
  background: #fff;
  border-radius: 8px;
  font-size: 1.4rem;
}
.kawasaki_lp_activation li .company,
.kawasaki_lp_fancybox .company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.kawasaki_lp_activation li .logo,
.kawasaki_lp_fancybox .logo {
  width: 134px;
}
.kawasaki_lp_activation li .name,
.kawasaki_lp_fancybox .company .name {
  width: calc(100% - 150px);
  line-height: 1.4;
  font-size: 1.2rem;
}
.kawasaki_lp_activation li .img {
  margin-bottom: 15px;
}
.kawasaki_lp_activation li .sign {
  margin-bottom: 16px;
}
.kawasaki_lp_activation li .sign span,
.kawasaki_lp_fancybox .sign span {
  display: inline-block;
  padding: 2px 4px;
  background: #865a00;
  border-radius: 4px;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 4px;
}
.mgr_0 {
  margin-right: 0 !important;
}
.kawasaki_lp_activation li .detail {
  margin-top: 10px;
  text-align: center;
}
.kawasaki_lp_activation li .detail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-bottom: 4px solid #ac7b18;
  background: #79002b;
  color: #fff;
  font-size: 1.2rem;
}
.kawasaki_lp_fancybox {
  max-width: 800px;
  border-radius: 8px;
  background: #fff;
}
.kawasaki_lp_fancybox .img {
  text-align: center;
  margin-bottom: 25px;
}
.kawasaki_lp_fancybox .img img {
  max-width: 460px;
}
.kawasaki_lp_fancybox .info p {
  margin-bottom: 20px;
}
.kawasaki_lp_fancybox .sign span {
  font-size: 1.4rem;
}
.kawasaki_lp_fancybox .tit {
  /* margin-bottom: ; */
  font-weight: bold;
  font-size: 1.8rem;
}
.kawasaki_lp_fancybox .navigation {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.kawasaki_lp_fancybox .navigation .button {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -170px;
  width: 32px;
  height: 40px;
  background: url(../image/ico_fancy_prev.svg);
}
.kawasaki_lp_fancybox .navigation .right {
  left: auto;
  right: 50%;
  margin-right: -170px;
  background-image: url(../image/ico_fancy_next.svg);
}
.kawasaki_lp_fancybox .navigation .disabled {
  opacity: 0.5;
}
.kawasaki_lp_fancybox .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 160px;
  height: 40px;
  background: url(../image/ico_x.svg) no-repeat 90% center #ededed;
  border-radius: 50px;
  font-size: 1.2rem;
}
.fancybox-navigation .fancybox-button {
  display: none;
}

.kawasaki_lp_program {
  background: #1a1311;
  color: #fff;
}
.kawasaki_lp_program .kawasaki_lp_inner {
  max-width: 1010px;
}
.kawasaki_lp_program ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
}
.kawasaki_lp_program li {
  flex: 0 0 calc(33.333% - 24px);
  margin: 0 0 24px 24px;
}
.kawasaki_lp_program li .tit {
  padding: 10px 16px;
  background: #79002b;
  color: #d0a754;
  font-weight: bold;
}
.kawasaki_lp_program li .img {
  margin-bottom: 16px;
  border: 2px solid #6e0026;
}
.kawasaki_lp_program li .txt {
  font-size: 1.4rem;
}
.kawasaki_lp_program .banner {
  margin-top: 50px;
  text-align: center;
}

.kawasaki_lp_sponsor {
  padding: 0 0 100px;
}
.kawasaki_lp_sponsor .kawasaki_lp_inner {
  max-width: 1020px;
}
.kawasaki_lp_sponsor ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.kawasaki_lp_sponsor li {
  flex: 0 0 calc(25% - 20px);
  margin: 0 0 24px 20px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.kawasaki_lp_sponsor li a {
  display: block;
  margin-bottom: 12px;
  border: 1px solid #eaeaea;
}
.kawasaki_lp_sponsor .more {
  margin-top: 22px;
  text-align: center;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .kawasaki_lp_top {
    padding: 24px 0 15px;
  }
  .kawasaki_lp_top .txt p {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .kawasaki_lp_achievements .kawasaki_lp_hdL {
    margin-bottom: 86px;
  }
  .kawasaki_lp_achievements .item + .item {
    margin-top: 40px;
  }
  .kawasaki_lp_achievements .item:before {
    top: 0;
    transform: translateY(-50%);
    height: 80px;
    background-size: auto 100%;
  }
  .kawasaki_lp_achievements .item .bg img {
    height: 210px;
  }
  .kawasaki_lp_achievements .item .info {
    align-items: center;
    position: relative;
    left: 0;
    padding: 20px 0;
    min-height: 230px;
    margin-top: -40px;
    background: linear-gradient(to top, #1a1311, #610121 80%, #6a0125 90%, transparent);
    width: 100%;
  }
  .kawasaki_lp_achievements .item:nth-of-type(2n) .info {
    right: 0;
  }
  .kawasaki_lp_achievements .item .txt {
    font-size: 2.6rem;
  }
  .kawasaki_lp_achievements .item .txt .num {
    font-size: 5.5rem;
  }

  .kawasaki_lp_achievements .banner img {
    height: 285px;
  }

  .kawasaki_lp_company {
    padding: 0 0 10px;
  }
  .kawasaki_lp_company .display {
    display: block;
    margin-bottom: 50px;
  }
  .kawasaki_lp_company .img {
    padding: 0 0 24px;
    width: auto;
  }
  .kawasaki_lp_company .info {
    width: auto;
  }
  .kawasaki_lp_company .sign {
    margin-bottom: 0;
  }
  .kawasaki_lp_company .sign .eng {
    font-size: 4.8rem;
  }
  .kawasaki_lp_company .sign .eng:after {
    top: 25%;
  }
  .kawasaki_lp_company .info .tit {
    margin-bottom: 5px;
  }

  .kawasaki_lp_assets {
    padding: 0 0 20px;
  }
  .kawasaki_lp_assets .head {
    margin: 0 -16px 35px;
  }
  .kawasaki_lp_assets .item {
    margin-bottom: 45px;
  }
  .kawasaki_lp_assets .sns {
    justify-content: space-between;
  }
  .kawasaki_lp_assets .sns a {
    display: block;
    margin: 0 0 16px;
    flex: 0 0 calc(50% - 7.5px);
  }
  /*.kawasaki_lp_assets .sns a:first-child,
  .kawasaki_lp_assets .sns a:nth-child(2) {
    margin: 0 0 16px;
  }*/
  .kawasaki_lp_assets .ability {
    display: block;
  }
  .kawasaki_lp_assets .ability .attract {
    margin: 0 0 40px;
    width: auto;
    text-align: center;
  }
  .kawasaki_lp_assets .ability .visitors {
    width: auto;
  }
  .kawasaki_lp_assets .ability .visitors li {
    width: 50%;
  }
  .kawasaki_lp_assets .ability .visitors li:first-child {
    width: 100%;
  }
  .kawasaki_lp_assets .ability .visitors li .in {
    margin: auto;
    width: 50%;
  }
  .kawasaki_lp_assets .banner {
    margin-left: -16px;
    margin-right: -16px;
  }
  .kawasaki_lp_assets .banner img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
  .kawasaki_lp_assets .display {
    display: block;
  }
  .kawasaki_lp_assets .display .info {
    margin-bottom: 30px;
    width: auto;
  }
  .kawasaki_lp_assets .display .img {
    width: auto;
  }

  .kawasaki_lp_sponsorship {
    padding: 0 0 210px;
    background-size: auto 372px;
  }
  .kawasaki_lp_sponsorship .kawasaki_lp_hdL img {
    max-height: 90px;
  }
  .kawasaki_lp_sponsorship .banner {
    margin-bottom: 60px;
  }
  .kawasaki_lp_sponsorship .assets .left,
  .kawasaki_lp_sponsorship .assets .right {
    position: static;
    text-align: center;
  }
  .kawasaki_lp_sponsorship .assets .sub {
    font-size: 1.6rem;
  }

  .kawasaki_lp_activation {
    padding: 0 0 40px;
  }
  .kawasaki_lp_activation ul {
    display: block;
    margin-left: 0;
  }
  .kawasaki_lp_activation li {
    margin: 0 0 40px 0;
  }
  .kawasaki_lp_fancybox .scrollBar {
    overflow-y: scroll;
    height: calc(90vh - 128px);
  }
  .kawasaki_lp_activation li .company,
  .kawasaki_lp_fancybox .company {
    margin-bottom: 8px;
  }
  .kawasaki_lp_fancybox .info .sign,
  .kawasaki_lp_fancybox .info .tit {
    margin-bottom: 15px;
  }
  .kawasaki_lp_activation .slick-list {
    overflow: visible;
  }
  .kawasaki_lp_activation .slider .slick-slide {
    margin-right: 8px;
    max-width: 252px;
  }
  .kawasaki_lp_activation .slider li .company {
    flex-direction: column;
    align-items: flex-start;
  }
  .kawasaki_lp_activation .slider li .logo {
    margin-bottom: 5px;
  }
  .kawasaki_lp_activation .slider li .name {
    width: auto;
  }
  .kawasaki_lp_fancybox {
    max-width: 100%;
    max-height: 100%;
  }
  .kawasaki_lp_fancybox * {
    box-sizing: border-box;
  }
  .kawasaki_lp_fancybox .img {
    margin-bottom: 15px;
  }
  .kawasaki_lp_fancybox .img img {
    object-fit: cover;
    height: 230px;
  }
  .fancybox-navigation .fancybox-button {
    bottom: 9%;
  }

  .kawasaki_lp_program .kawasaki_lp_hdL img {
    max-height: 120px;
  }
  .kawasaki_lp_program ul {
    display: block;
    padding: 0 16px;
  }
  .kawasaki_lp_program li {
    margin-bottom: 35px;
  }
  .kawasaki_lp_program .banner {
    margin-top: 0;
  }
  .kawasaki_lp_program .banner img {
    object-fit: cover;
    height: 235px;
  }

  .kawasaki_lp_sponsor {
    padding: 0 0 80px;
  }
  .kawasaki_lp_sponsor li {
    flex: 0 0 calc(50% - 20px);
    font-size: 1.2rem;
  }
}

/* kawasaki_lp_footer
-----------------------------------------------------------*/
.kawasaki_lp_footer {
  padding: 80px 0;
  background: linear-gradient(#930034, #53011c);
  color: #fff;
}
.kawasaki_lp_footer .kawasaki_lp_inner {
  display: flex;
  justify-content: space-between;
}
.kawasaki_lp_footer .footLogo {
  width: 28%;
}
.kawasaki_lp_footer .footIn {
  width: 62.5%;
}
.kawasaki_lp_footer .kawasaki_lp_sns {
  padding: 0 16px 18px;
}
.kawasaki_lp_footer .kawasaki_lp_sns:before {
  width: 100px;
  height: 16px;
  background-size: auto 100%;
}
.kawasaki_lp_footer .footLinks {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kawasaki_lp_footer .footLinks li {
  padding: 6px 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 1.4rem;
}
.kawasaki_lp_footer .footLinks li a {
  display: block;
  padding: 10px 0;
  background: url(../image/ico_link.svg) no-repeat right center;
}
.kawasaki_lp_footer #copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 1rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .kawasaki_lp_footer {
    padding: 80px 0 100px;
  }
  .kawasaki_lp_footer .kawasaki_lp_inner {
    display: block;
  }
  .kawasaki_lp_footer .footLogo {
    margin-bottom: 35px;
    width: auto;
    text-align: center;
  }
  .kawasaki_lp_footer .footIn {
    width: auto;
  }
  .kawasaki_lp_footer .kawasaki_lp_sns:before {
    height: 12px;
  }
}

.kawasaki_lp_fixBtn {
  width: 100%;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  padding: 12px;
  display: none;
  justify-content: center;
  align-items: center;
}

.kawasaki_lp_fixBtn a {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 182px;
}

.kawasaki_lp_fixBtn img {
  width: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .kawasaki_lp_fixBtn {
    display: flex;
  }
}
