/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: calc(16px * 0.0625) !important;
}

@media screen and (max-width: 1180px) {
  html {
    font-size: 0.084746vw !important;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.26666666vw !important;
  }
}

html.is-drawerOpen {
  overflow: hidden;
}

body {
  background-color: #e8e6df;
  word-wrap: break-word;
  color: #333;
  font-family: "TsukuGoPro-M" sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

picture,
img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  color: #a71918;
}

a:visited {
  color: #a71918;
}

a:hover {
  text-decoration: none;
  color: #a71918;
}

a:active {
  text-decoration: none;
  color: #a71918;
}

a[href^="tel:"]:hover {
  color: #a71918;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

.l-homeworld-wrap {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .l-homeworld-wrap {
    padding: 0 15rem;
  }
}

.l-homeworld-wrap-content {
  margin: auto;
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  .l-homeworld-wrap-content {
    max-width: none;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 31px;
  width: 360px;
  height: 60px;
  transition: box-shadow 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  font-size: calc(18px + 0 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .c-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 912px) {
  .c-btn {
    border-width: 3px;
    border-radius: 50rem;
    width: 553rem;
    height: 95rem;
  }
}

@media screen and (max-width: 768px) {
  .c-btn {
    padding-right: 16rem;
    width: 280rem;
    height: 50rem;
    font-size: 15rem;
  }
}

.c-btn + .c-btn {
  margin-left: 21px;
}

@media screen and (max-width: 912px) {
  .c-btn + .c-btn {
    margin-top: 50rem;
    margin-left: 0;
  }
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 15px;
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-btn::after {
    right: 27rem;
    width: 18rem;
    height: 15rem;
  }
}

.c-btn.c-btn-red {
  border: 2px solid #fff;
  background: #a41716;
  background: linear-gradient(#d03130 0%, #a41716 100%);
  color: #fff;
}

.c-btn.c-btn-red::after {
  background-image: url("/lp/mhw_a/images/statement_arw_white.png");
}

.c-btn.c-btn-gray {
  border: 2px solid #707070;
  background-color: #fff;
  color: #707070;
}

.c-btn.c-btn-gray::after {
  background-image: url("/lp/mhw_a/images/statement_arw_gray.png");
}

.c-btn.c-btn-white {
  border: 2px solid #a41716;
  background-color: #fff;
  color: #a41716;
}

.c-btn.c-btn-white::after {
  background-image: url("/lp/mhw_a/images/statement_arw_red.png");
}

.c-btn.c-btn-vertical {
  margin-left: 0;
  padding: 20px 0 50px;
  border-radius: 15px 0 0 15px;
  width: 70px;
  height: auto;
  min-height: 192px;
  white-space: nowrap;
  letter-spacing: 0.06em;

  -webkit-writing-mode: vertical-rl;

      -ms-writing-mode: tb-rl;

          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .c-btn.c-btn-vertical {
    padding: 0;
    padding-bottom: 4rem;
    border: 2px solid #a41716;
    border-radius: 15rem 0 0 0;
    width: 50%;
    height: 64rem;
    min-height: auto;
    text-align: center;
    line-height: 1.2;

    -webkit-writing-mode: horizontal-tb;

        -ms-writing-mode: lr-tb;

            writing-mode: horizontal-tb;
  }
}

.c-btn.c-btn-vertical + .c-btn-vertical {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-btn.c-btn-vertical + .c-btn-vertical {
    margin-top: 0;
    border-radius: 0 15rem 0 0;
  }
}

.c-btn.c-btn-vertical::after {
  top: auto;
  right: 0;
  bottom: 16px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-btn.c-btn-vertical::after {
    top: 0;
    right: 14rem;
    bottom: 0;
    left: auto;
    width: 14rem;
  }
}

.c-btn.c-btn-vertical:nth-of-type(1) {
  height: 284px;
}

@media screen and (max-width: 768px) {
  .c-btn.c-btn-vertical:nth-of-type(1) {
    height: 64rem;
  }
}

.c-btn.c-btn-vertical:nth-of-type(2) {
  height: 190px;
}

@media screen and (max-width: 768px) {
  .c-btn.c-btn-vertical:nth-of-type(2) {
    height: 64rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn:hover:not(.c-btn-vertical) {
    transition: box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
    box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
  }
  .c-btn:hover::after {
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
  }
}

.c-play {
  position: relative;
}

.c-play:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  border: 8rem solid #fff;
  border-radius: 50%;
  width: 108rem;
  height: 108rem;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-play:before {
    border-width: 5rem;
    width: 43rem;
    height: 43rem;
  }
}

.c-play:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: -5rem;
  margin: auto;
  border-width: 15rem 0 15rem 26rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-play:after {
    right: -1rem;
    border-width: 6rem 0 6rem 10rem;
  }
}

.c-play.c-play-small:before {
  width: 90rem;
  height: 90rem;
}

.c-text-label {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  color: #fff;
}

.c-text-label:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  border-radius: 3px;
  background-color: #a61918;
}

.p-banner {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-banner {
    padding: 0 25rem;
  }
}

.p-banner-content {
  display: flex;
  justify-content: center;
  padding: 65rem 0;
}

@media screen and (max-width: 768px) {
  .p-banner-content {
    display: block;
    padding: 38rem 0 47rem;
  }
}

.p-banner-img {
  display: block;
  width: 325px;
}

@media screen and (max-width: 768px) {
  .p-banner-img {
    width: 100%;
  }
}

.p-banner-img + .p-banner-img {
  margin-left: 15rem;
}

@media screen and (max-width: 768px) {
  .p-banner-img + .p-banner-img {
    margin-top: 12rem;
    margin-left: 0;
  }
}

.p-fixed {
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (max-width: 768px) {
  .p-fixed {
    top: auto;
    left: 0;
    width: 100%;
    max-width: 100vw;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.p-fixed.is-active {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .p-fixed.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .p-fixed-content {
    display: flex;
  }
}

.p-footer {
  padding: 56rem 0;
  background-color: #fff;
}

.p-footer-logo {
  margin: auto;
  width: 208px;
}

@media screen and (max-width: 768px) {
  .p-footer-logo {
    width: 146rem;
  }
}

.p-footer-copy {
  margin-top: 22rem;
  text-align: center;
  font-size: 15px;
}

.p-header {
  background-color: #fff;
}

.p-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px 0 27px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .p-header-nav {
    padding: 0 16rem 0 16rem;
    height: 47rem;
  }
}

.p-header-logo {
  width: 136px;
}

@media screen and (max-width: 768px) {
  .p-header-logo {
    width: 74rem;
  }
}

.p-header-logo > a {
  display: block;
}

.p-header_sub {
  margin-top: 8px;
  width: 166px;
}

@media screen and (max-width: 768px) {
  .p-header_sub {
    margin-top: 0;
    width: 88rem;
  }
}

.p-header_sub > a {
  display: block;
}

.p-home {
  position: relative;
}

.p-home::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: auto;
  border-width: 32rem 60rem 0 60rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  .p-home::before {
    border-width: 23rem 40rem 0 40rem;
  }
}

.p-home::after {
  content: "";
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
  margin: auto;
  width: 11rem;
  height: 105rem;
  background-image: url("/lp/mhw_a/images/home_dots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-home::after {
    width: 6rem;
    height: 87rem;
  }
}

.p-home-inner {
  margin-top: -100vh;
  padding-bottom: 190rem;
}

@media screen and (max-width: 768px) {
  .p-home-inner {
    padding-bottom: 40rem;
  }
}

.p-home-bg {
  position: sticky;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100vw;
  height: 100vh;
  background-image: url("/lp/mhw_a/images/home_bg_lg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-home-bg {
    background-image: url("/lp/mhw_a/images/home_bg_sm.jpg");
  }
}

.p-home-caption {
  position: absolute;
  top: -105rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: calc(19px + 5 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-home-caption {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-caption {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-caption {
    top: -68rem;
    font-size: 20rem;
  }
}

.p-home-caption > span {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.p-home-caption > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -8rem;
  left: -29rem;
  border-top: 2rem solid #a61918;
  border-left: 2rem solid #a61918;
  width: 7rem;
  height: 14rem;
}

@media screen and (max-width: 768px) {
  .p-home-caption > span::before {
    top: -4rem;
    left: -15rem;
  }
}

.p-home-caption > span::after {
  content: "";
  display: block;
  position: absolute;
  right: -30rem;
  bottom: -8rem;
  border-right: 2rem solid #a61918;
  border-bottom: 2rem solid #a61918;
  width: 7rem;
  height: 14rem;
}

@media screen and (max-width: 768px) {
  .p-home-caption > span::after {
    right: -14rem;
    bottom: -5rem;
  }
}

.p-home-heading {
  display: flex;
  justify-content: space-between;
  padding-top: 103rem;
  padding-right: 13rem;
  width: 960rem;
}

@media screen and (max-width: 912px) {
  .p-home-heading {
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-home-heading {
    padding-top: 74rem;
    padding-right: 0;
    width: 100%;
  }
}

.p-home-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1;
  font-size: calc(28px + 14 * ((100vw - 769px) / 671));
}

@media screen and (min-width: 1440px) {
  .p-home-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 769px) {
  .p-home-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-title {
    font-size: 26rem;
  }
}

.p-home-title > span {
  margin-top: 5rem;
  padding-right: 16rem;
  padding-bottom: 7rem;
  padding-left: 13rem;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-home-title > span {
    white-space: nowrap;
  }
}

.p-home-title > span + span {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-home-title > span + span {
    margin-top: 5rem;
  }
}

.p-home-lead {
  font-size: calc(13px + 3 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-home-lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 912px) {
  .p-home-lead {
    margin-top: 50rem;
    margin-left: -65rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-lead {
    margin-top: 18rem;
    margin-left: 10rem;
    font-size: 14rem;
    line-height: 1.6;
  }
}

.p-home-content {
  position: relative;
  margin-top: 374rem;
  padding: 90rem 40px 100rem;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-home-content {
    margin-top: 420rem;
    padding: 50rem 18rem 40rem;
  }
}

.p-home-pin {
  position: absolute;
  top: -30rem;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 65rem;
}

@media screen and (max-width: 768px) {
  .p-home-pin {
    top: -19rem;
    max-width: 40rem;
  }
}

.p-home-pin img {
  width: 100%;
}

.p-home-content-lead {
  margin: auto;
  max-width: 392px;
}

@media screen and (max-width: 768px) {
  .p-home-content-lead {
    width: 222rem;
  }
}

.p-home-content-title {
  margin-top: 13rem;
  text-align: center;
  font-size: calc(34px + 8 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-home-content-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-content-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-content-title {
    margin-top: 7rem;
    font-size: 25rem;
  }
}

.p-home-movie {
  overflow: hidden;
  margin: 40px auto 0;
  border-radius: 5px;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .p-home-movie {
    margin-top: 13rem;
    width: 100%;
  }
}

.p-home-group .p-home-movie {
  margin-top: 34rem;
}

@media screen and (max-width: 768px) {
  .p-home-group .p-home-movie {
    margin-top: 22rem;
  }
}

.p-home-movie button {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}

.p-home-movie button img {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 769px) {
  .p-home-movie button:hover img {
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-home-guid {
  margin: 10rem auto 0;
  width: 516rem;
}

@media screen and (max-width: 768px) {
  .p-home-guid {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-home-house {
  margin: 90rem auto 0;
  width: 840rem;
}

@media screen and (max-width: 768px) {
  .p-home-house {
    margin: 62rem calc(50% - 50vw) 0;
    padding: 0 38rem;
    width: 375rem;
  }
}

.p-home-group {
  margin: auto;
  padding-top: 64rem;
  max-width: 840px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-home-group {
    margin-top: 0;
    padding: 32px 10rem 0;
    border-width: 3rem;
  }
}

.p-home-group + .p-home-group {
  margin-top: 60rem;
  border-top: 3px solid #000;
}

@media screen and (max-width: 768px) {
  .p-home-group + .p-home-group {
    margin-top: 38rem;
    padding: 30rem 10rem 0;
    border-width: 3rem;
  }
}

.p-home-group-title {
  margin: auto;
}

.home-group-lascene .p-home-group-title {
  width: 168rem;
}

@media screen and (max-width: 768px) {
  .home-group-lascene .p-home-group-title {
    width: 117rem;
  }
}

.home-group-scala .p-home-group-title {
  width: 130rem;
}

@media screen and (max-width: 768px) {
  .home-group-scala .p-home-group-title {
    width: 95rem;
  }
}

.home-group-lucas .p-home-group-title {
  width: 100rem;
}

@media screen and (max-width: 768px) {
  .home-group-lucas .p-home-group-title {
    width: 75rem;
  }
}

.p-home-group-text {
  margin-top: 20rem;
  font-size: calc(14px + 4 * ((100vw - 768px) / 412));
  line-height: 1.4;
}

@media screen and (min-width: 1180px) {
  .p-home-group-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-group-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-group-text {
    margin-top: 13rem;
    font-size: 14rem;
  }
}

.p-homeworld-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-homeworld-modal[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.3s;
  pointer-events: none;
}

.p-homeworld-modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  pointer-events: auto;
}

.p-homeworld-modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.p-homeworld-modal-content {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 775rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.movie-modal__movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.movie-modal__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

[aria-hidden="true"] .movie-modal__movie {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.3s;
  transition-delay: 1s;
  pointer-events: none;
}

[aria-hidden="false"] .movie-modal__movie {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-delay: 0.3s;
  pointer-events: auto;
}

.p-homeworld-modal-item {
  display: none;
  padding-top: 56.2580645%;
  width: 100%;
}

.p-homeworld-modal-item.is-active {
  display: block;
}

.p-homeworld-modal-item > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.p-homeworld-modal-item button {
  position: absolute;
  bottom: -100px;
}

.p-homeworld-modal-close {
  position: absolute;
  top: -65rem;
  right: 0;
  border: none;
  border-radius: 50%;
  width: 53rem;
  height: 53rem;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.63);
}

.p-homeworld-modal-close span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 47%;
  height: 2rem;
  background: #fff;
}

.p-homeworld-modal-close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-homeworld-modal-close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

li {
  list-style: none;
}

a {
  outline: 0;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  text-decoration: none;
  color: #333;
}

.mfp-bg {
  overflow: hidden;
  opacity: 0.8;
  z-index: 1;
  background: #0b0b0b;
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-wrap {
  z-index: 2;
  outline: 0 !important;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 4;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:         zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 8px;
  left: 8px;
  margin-top: -0.8em;
  width: auto;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  display: block;
  overflow: visible;
  z-index: 5;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  opacity: 0.65;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 18px 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  right: -6px;
  padding-right: 6px;
  width: 100%;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
  font-size: 9pt;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 0.65;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow::before {
  top: 0;
}

.mfp-arrow::after,
.mfp-arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  width: 0;
  height: 0;
}

.mfp-arrow::after {
  top: 0;
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow::before {
  opacity: 0.7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

img.mfp-img {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 9pt;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  line-height: 1.15;

      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .l-btm-nav,
  .l-btm-nav * {
    box-sizing: border-box;
  }
  .l-btm-nav {
    display: none;
    opacity: 1;
    position: fixed;
    z-index: 7;
    z-index: 6;
    bottom: 0;
    left: 0;
    border: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    height: 5pc;
    height: 4pc;
    transition: -webkit-transform 0.5s !important;
    transition: transform 0.5s !important;
    transition: transform 0.5s, -webkit-transform 0.5s !important;
            transition: opacity 0.3s ease;
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
    background-color: #fff;
    font-family: TsukuGoPro-M;

    -ms-filter: "alpha(opacity=100)";
  }
  .l-btm-nav._on {
    display: block;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);

    -ms-filter: "alpha(opacity=0)";
  }
}

.p-mv {
  position: relative;
  padding-bottom: 300rem;
  background-color: #e8e6df;
}

@media screen and (max-width: 912px) {
  .p-mv {
    padding-bottom: 880rem;
  }
}

@media screen and (max-width: 768px) {
  .p-mv {
    padding-bottom: 740rem;
  }
}

.p-mv-content {
  overflow: hidden;
  position: relative;
  height: 708px;
}

@media screen and (max-width: 768px) {
  .p-mv-content {
    height: 640rem;
  }
}

.p-mv-heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1180px;
}

.p-mv-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -79rem;
  bottom: 0;
  left: 40rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-mv-title {
    top: -85rem;
    left: 25rem;
  }
}

.p-mv-title > span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 12rem;
}

.p-mv-title .p-mv-sub {
  padding-top: 8rem;
  padding-right: 18rem;
  padding-bottom: 8rem;
  font-size: 0;
  line-height: 1;
}

.p-mv-title .p-mv-sub span {
  font-size: calc(21px + 0 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-mv-title .p-mv-sub span {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv-title .p-mv-sub span {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv-title .p-mv-sub span {
    font-size: 17rem;
  }
}

.p-mv-title .p-mv-main {
  padding-top: 8rem;
  padding-bottom: 16rem;
  letter-spacing: 0.01em;
  font-size: 0;
  line-height: 0.9;
}

@media screen and (max-width: 768px) {
  .p-mv-title .p-mv-main {
    letter-spacing: -0.05em;
  }
}

.p-mv-title .p-mv-main:nth-of-type(2) {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-mv-title .p-mv-main:nth-of-type(2) {
    margin-top: 7rem;
  }
}

.p-mv-title .p-mv-main:nth-of-type(3) {
  margin-top: -1px;
}

.p-mv-title .p-mv-main span {
  font-size: calc(48px + 0 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-mv-title .p-mv-main span {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv-title .p-mv-main span {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv-title .p-mv-main span {
    font-size: 37rem;
  }
}

.p-mv-title .p-mv-main:nth-of-type(2)::after {
  border-radius: 3px 3px 3px 0;
}

.p-mv-title .p-mv-main:nth-of-type(3)::after {
  border-radius: 0 0 3px 3px;
}

.p-mv-img {
  height: 100%;
  background-image: url("/lp/mhw_a/images/mv_img_lg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-mv-img {
    background-image: url("/lp/mhw_a/images/mv_img_sm.jpg");
  }
}

.p-partner {
  overflow: hidden;
  padding: 100rem 10px 124rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-partner {
    padding: 50rem 25rem 47rem;
  }
}

.p-partner-content {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
}

@media screen and (max-width: 912px) {
  .p-partner-content {
    display: block;
    margin-bottom: 22rem;
  }
}

.p-partner-left {
  padding: 35rem 10rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-partner-left {
    padding: 0;
  }
}

.p-partner-left-lead {
  margin: auto;
  width: 346rem;
}

@media screen and (max-width: 768px) {
  .p-partner-left-lead {
    width: 258rem;
  }
}

.p-partner-left-text {
  margin-top: 17rem;
  font-size: calc(18px + 4 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-partner-left-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .p-partner-left-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-partner-left-text {
    margin-top: 8rem;
    white-space: nowrap;
    font-size: 16rem;
  }
}

.p-partner-left-text-main {
  display: block;
  letter-spacing: -0.1em;
  font-size: calc(31px + 7 * ((100vw - 768px) / 412));
  line-height: 1.4;
}

@media screen and (min-width: 1180px) {
  .p-partner-left-text-main {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .p-partner-left-text-main {
    font-size: 31px;
  }
}

@media screen and (max-width: 768px) {
  .p-partner-left-text-main {
    font-size: 24rem;
  }
}

@media screen and (max-width: 768px) {
  .p-partner-right {
    margin-top: 19rem;
  }
}

.p-partner-right .p-partner-right-img {
  display: block;
  width: 620rem;
}

@media screen and (max-width: 912px) {
  .p-partner-right .p-partner-right-img {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-partner-right .p-partner-right-img {
    width: 100%;
  }
}

.p-section-img {
  overflow: hidden;
  position: relative;
  height: 400rem;
}

@media screen and (max-width: 768px) {
  .p-section-img {
    height: 250rem;
  }
}

.p-section-img.p-section-img-under {
  height: 460rem;
}

@media screen and (max-width: 768px) {
  .p-section-img.p-section-img-under {
    height: 303rem;
  }
}

.p-section-img > span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -25% auto 0;
  padding-top: 50vw;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2000rem 1000rem;
}

@media screen and (min-width: 2001px) {
  .p-section-img > span {
    background-size: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .p-section-img > span {
    margin-top: -50%;
    padding-top: 100%;
    width: 100%;
    background-size: cover;
  }
}

.p-section-img.p-section-img-under > span {
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 0;
  height: 100%;
  background-size: 1440rem 700rem;
}

@media screen and (min-width: 1441px) {
  .p-section-img.p-section-img-under > span {
    background-size: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .p-section-img.p-section-img-under > span {
    width: 100%;
    background-size: cover;
  }
}

.p-statement {
  position: relative;
  margin: auto;
  width: 1107rem;
}

@media screen and (max-width: 768px) {
  .p-statement {
    width: 100%;
  }
}

.p-statement.statement-mv {
  position: absolute;
  right: 0;
  bottom: 38rem;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 912px) {
  .p-statement.statement-mv {
    bottom: 115rem;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-statement.statement-mv {
    bottom: 39rem;
  }
}

.p-statement.statement-home {
  padding: 72rem 40rem;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-statement.statement-home {
    padding: 66rem 26rem 47rem;
  }
}

.p-statement.statement-partner {
  margin-top: -103rem;
}

@media screen and (max-width: 912px) {
  .p-statement.statement-partner {
    bottom: 0;
    margin-top: 0;
    width: auto;
  }
}

.p-statement.statement-visit {
  margin-top: calc(-25vh + 53rem);
  padding-top: 25vh;
}

@media screen and (max-width: 912px) {
  .p-statement.statement-visit {
    margin-top: calc(-25vh + 27rem);
    width: auto;
  }
}

.p-statement.js-visible:not(.statement-mv) {
  opacity: 0;
  -webkit-transform: translateY(40rem);
          transform: translateY(40rem);
}

.p-statement.is-visible:not(.statement-mv) {
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-statement-title {
  margin: auto;
  width: 460rem;
}

@media screen and (max-width: 768px) {
  .p-statement-title {
    width: 290rem;
  }
}

.p-statement-content {
  margin: auto;
  padding: 36rem 46rem 52rem;
  border-radius: 5px;
}

.statement-mv .p-statement-content {
  border-radius: 5px;
  background-image: url("/lp/mhw_a/images/statement_bg_lg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 912px) {
  .statement-mv .p-statement-content {
    background-image: url("/lp/mhw_a/images/statement_bg_md.png");
  }
}

@media screen and (max-width: 768px) {
  .statement-mv .p-statement-content {
    background-image: url("/lp/mhw_a/images/statement_bg_sm.png");
  }
}

.statement-home .p-statement-content,
.statement-partner .p-statement-content,
.statement-visit .p-statement-content {
  margin: 28rem auto 0;
  border: 5rem solid #a61918;
}

@media screen and (max-width: 768px) {
  .statement-home .p-statement-content,
  .statement-partner .p-statement-content,
  .statement-visit .p-statement-content {
    margin-top: 13rem;
    border-width: 3rem;
  }
}

.statement-partner .p-statement-content,
.statement-visit .p-statement-content {
  background-color: #fff;
}

@media screen and (max-width: 912px) {
  .p-statement-content {
    padding: 57rem 0 95rem;
    width: 955rem;
    background-position: top;
  }
}

@media screen and (max-width: 768px) {
  .p-statement-content {
    padding: 30rem 0 33rem;
    max-width: 328rem;
  }
}

.p-statement-content-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: auto;
  border-radius: 5px;
}

@media screen and (max-width: 912px) {
  .p-statement-content-wrap {
    align-items: center;
    flex-direction: column;
    margin: auto;
    padding-bottom: 0;
  }
}

.statement-mv .p-statement-content-wrap {
  border-radius: 5px;
}

.statement-home .p-statement-content-wrap,
.statement-partner .p-statement-content-wrap,
.statement-visit .p-statement-content-wrap {
  padding: 36rem 40rem 52rem 36rem;
  max-width: 1100rem;
}

@media screen and (max-width: 768px) {
  .statement-home .p-statement-content-wrap,
  .statement-partner .p-statement-content-wrap,
  .statement-visit .p-statement-content-wrap {
    padding: 0 0 28rem;
    border-width: 3rem;
    width: 100%;
  }
}

.statement-partner .p-statement-content-wrap,
.statement-visit .p-statement-content-wrap {
  background-color: #fff;
}

.p-statement-left {
  margin-right: 40rem;
  width: 510rem;
  height: 100%;
}

@media screen and (max-width: 912px) {
  .p-statement-left {
    margin-right: 0;
    width: 784rem;
  }
}

@media screen and (max-width: 768px) {
  .p-statement-left {
    width: 272rem;
  }
}

.p-statement-right {
  width: 467rem;
  height: 100%;
}

.statement-home .p-statement-right,
.statement-partner .p-statement-right,
.statement-visit .p-statement-right {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .statement-home .p-statement-right,
  .statement-partner .p-statement-right,
  .statement-visit .p-statement-right {
    margin-top: 18rem;
  }
}

@media screen and (max-width: 912px) {
  .p-statement-right {
    margin-top: 27rem;
    width: 715rem;
  }
}

@media screen and (max-width: 768px) {
  .p-statement-right {
    margin-top: 21rem;
    width: 270rem;
  }
}

.p-statement-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin: 30rem auto 0;
  max-width: 890rem;
}

@media screen and (max-width: 912px) {
  .p-statement-btns {
    align-items: center;
    flex-direction: column;
    margin-top: 60rem;
  }
}

@media screen and (max-width: 768px) {
  .p-statement-btns {
    margin-top: 20rem;
  }
}

.statement-home .p-statement-btns,
.statement-partner .p-statement-btns,
.statement-visit .p-statement-btns {
  margin-top: -33rem;
}

@media screen and (max-width: 768px) {
  .statement-home .p-statement-btns,
  .statement-partner .p-statement-btns,
  .statement-visit .p-statement-btns {
    margin-top: -5rem;
  }
}

.p-statement-btn {
  margin: 20rem auto 0;
  padding-bottom: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-statement-btn {
    display: none;
  }
}

.p-statement-btns-text {
  text-align: center;
  color: #a71918;
  font-size: 18rem;
}

.l-btm-nav {
  position: static;
  margin-top: 10rem;
  border: #c4c4c4 solid 2rem;
  border-radius: 5rem;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: none !important;
          transform: none !important;
  box-shadow: 5rem 5rem 10rem 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .l-btm-nav {
    width: 270rem;
  }
}

._on {
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .p-dejital-container-modelhouse {
    padding: 18rem 14rem 15rem;
    text-align: center;
  }
}

.select_modelhouse_pref {
  padding: 0 10rem;
  width: 23.397%;
  font-size: 14rem;
}

@media screen and (max-width: 768px) {
  .select_modelhouse_pref {
    order: 0;
    width: 100%;
    height: 42rem;
  }
}

.btn_modelhouse_serach {
  border-radius: 20rem;
  width: 13.849%;
  height: 40rem;
  font-size: 14rem;
}

@media screen and (max-width: 768px) {
  .btn_modelhouse_serach {
    order: 1;
    margin-top: 11rem;
    width: 100%;
    height: 44rem;
  }
}

.btn_modelhouse_reserve {
  border-radius: 30rem;
  width: 26.683%;
  height: 58rem;
  font-size: 14rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .btn_modelhouse_reserve {
    order: 4;
    margin-top: 20rem;
    width: 100%;
    height: 62rem;
  }
}

.modelhouse_name {
  width: 28.536%;
  font-size: 14rem;
}

@media screen and (max-width: 768px) {
  .modelhouse_name {
    order: 3;
    position: static;
    margin-top: 11rem;
    margin-right: 0;
    margin-left: 9rem;
    width: 100%;
  }
}

.btn_modelhouse_reserve {
  pointer-events: none;
}

.btn_modelhouse_reserve.selected {
  pointer-events: auto;
}

.p-technology {
  padding-top: 47rem;
  padding-bottom: 145rem;
  background-color: #e8e6df;
}

@media screen and (max-width: 768px) {
  .p-technology {
    overflow: hidden;
    padding: 24rem 20rem 43rem;
  }
}

.p-technology-content {
  position: relative;
  padding-top: 40rem;
}

@media screen and (max-width: 768px) {
  .p-technology-content {
    padding-top: 12rem;
  }
}

.p-technology-number {
  position: absolute;
  top: 0;
  right: 25rem;
  width: 207rem;
}

@media screen and (max-width: 768px) {
  .p-technology-number {
    top: 0;
    right: -67rem;
    width: 173rem;
  }
}

.p-technology-img {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 840rem;
}

@media screen and (max-width: 768px) {
  .p-technology-img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
}

.p-technology-section {
  position: relative;
  margin-top: 102rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-technology-section {
    margin-top: 37rem;
    padding: 0 4rem;
  }
}

.p-technology-section + .p-technology-section {
  margin-top: 110rem;
}

@media screen and (max-width: 768px) {
  .p-technology-section + .p-technology-section {
    margin-top: 38rem;
  }
}

.p-technology-section-lead {
  position: absolute;
  top: -19rem;
  margin: auto;
  width: 132rem;
}

@media screen and (max-width: 768px) {
  .p-technology-section-lead {
    top: -2rem;
    width: 73px;
  }
}

.p-technology-section:nth-of-type(even) .p-technology-section-lead {
  left: 31rem;
}

@media screen and (max-width: 768px) {
  .p-technology-section:nth-of-type(even) .p-technology-section-lead {
    left: -25rem;
  }
}

.p-technology-section:nth-of-type(odd) .p-technology-section-lead {
  right: 31rem;
}

@media screen and (max-width: 768px) {
  .p-technology-section:nth-of-type(odd) .p-technology-section-lead {
    right: -25rem;
  }
}

.p-technology-section:nth-of-type(4) .p-technology-section-lead {
  left: 84rem;
  width: 60rem;
}

@media screen and (max-width: 768px) {
  .p-technology-section:nth-of-type(4) .p-technology-section-lead {
    top: 40rem;
    left: -5rem;
    width: 33rem;
  }
}

.p-technology-section-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 843rem;
}

@media screen and (max-width: 768px) {
  .p-technology-section-heading {
    width: 100%;
  }
}

.p-technology-section-title {
  margin-top: 14rem;
  font-size: calc(22px + 5 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-technology-section-title {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-section-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-section-title {
    margin-top: 14rem;
    font-size: 16rem;
    line-height: 1.3;
  }
}

.p-technology-section-title-main {
  display: block;
  font-size: calc(49px + 11 * ((100vw - 768px) / 412));
  line-height: 1.1;
}

@media screen and (min-width: 1180px) {
  .p-technology-section-title-main {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-section-title-main {
    font-size: 49px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-section-title-main {
    font-size: 36rem;
  }
}

.p-technology-moviearea {
  position: relative;
  margin: 38rem auto 0;
  padding: 54rem 88rem 50rem;
  border-radius: 5px;
  max-width: 840rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-technology-moviearea {
    margin-top: 23px;
    padding: 29rem 27rem 37rem;
  }
}

.p-technology-moviearea:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: auto;
  border-width: 32px 60px 0 60px;
  border-style: solid;
  border-color: #e8e6df transparent transparent transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  .p-technology-moviearea:after {
    border-width: 20rem 25rem 0 25rem;
  }
}

.p-technology-movie-title {
  font-size: calc(19px + 5 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-technology-movie-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-movie-title {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-movie-title {
    font-size: 18rem;
    line-height: 1.4;
  }
}

.p-technology-movie-icon {
  margin: auto;
  width: 292rem;
}

@media screen and (max-width: 768px) {
  .p-technology-movie-icon {
    margin-top: 8rem;
    margin-bottom: 14rem;
    width: 163rem;
  }
}

.p-technology-movie {
  margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  .p-technology-movie {
    margin-top: 15rem;
  }
}

.p-technology-movie > button {
  overflow: hidden;
  border-radius: 5px;
}

.p-technology-movie > button img {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 769px) {
  .p-technology-movie > button:hover img {
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-technology-section-text {
  margin-top: 20rem;
  font-size: calc(13px + 3 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-technology-section-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-section-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-technology-section-text {
    margin-top: 9rem;
    letter-spacing: -0.04em;
    font-size: 14rem;
  }
}

.p-visit {
  padding-bottom: 86rem;
  background-color: #e8e6df;
}

@media screen and (max-width: 768px) {
  .p-visit {
    padding: 0 25rem 40rem;
  }
}

.p-visit-content {
  position: relative;
  z-index: 1;
  margin: -110rem auto 0;
  padding: 83rem 76rem 80rem;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-visit-content {
    margin-top: -62rem;
    padding: 50rem 22rem 28rem;
  }
}

.p-visit-lead {
  position: absolute;
  top: -30rem;
  right: 0;
  left: -105rem;
  margin: auto;
  margin: auto;
  width: 249rem;
}

@media screen and (max-width: 768px) {
  .p-visit-lead {
    top: -15rem;
    left: -68rem;
    width: 192rem;
  }
}

.p-visit-title {
  font-size: calc(31px + 7 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-visit-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-title {
    font-size: 31px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-title {
    font-size: 28rem;
    line-height: 1.2;
  }
}

.p-visit-text {
  margin-top: 11rem;
  font-size: calc(18px + 4 * ((100vw - 768px) / 412));
  line-height: 1.3;
}

@media screen and (min-width: 1180px) {
  .p-visit-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-text {
    margin-top: 14rem;
    font-size: 17rem;
  }
}

.p-visit-caption {
  margin-top: 6rem;
  font-size: calc(9px + 3 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-visit-caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-caption {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-caption {
    margin-top: 9rem;
    width: 100%;
    font-size: 12rem;
  }
}

.p-visit-check {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30rem;
  padding: 7rem 54rem;
  border-radius: 5px;
  background-color: #e8e6df;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-visit-check {
    margin-top: 17rem;
    margin-top: 17rem;
    padding: 7rem 30rem 25rem;
  }
}

.p-visit-check-text {
  position: relative;
  padding: 20rem 0;
  font-size: calc(14px + 4 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-visit-check-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-check-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-check-text {
    padding: 18rem 0;
    font-size: 14rem;
    line-height: 1.4;
  }
}

.p-visit-check-text:nth-of-type(1) {
  width: 50%;
}

@media screen and (max-width: 912px) {
  .p-visit-check-text:nth-of-type(1) {
    width: 100%;
  }
}

.p-visit-check-text:nth-of-type(2) {
  width: 50%;
}

@media screen and (max-width: 912px) {
  .p-visit-check-text:nth-of-type(2) {
    width: 100%;
  }
}

.p-visit-check-text:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3rem;
  height: 100%;
  background-image: url("/lp/mhw_a/images/visit_dots_vertical.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 912px) {
  .p-visit-check-text:nth-of-type(2)::after {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 3rem;
    background-image: url("/lp/mhw_a/images/visit_dots_align_lg.png");
  }
}

@media screen and (max-width: 768px) {
  .p-visit-check-text:nth-of-type(2)::after {
    height: 6rem;
    background-image: url("/lp/mhw_a/images/visit_dots_align_sm.png");
  }
}

.p-visit-check-text:nth-of-type(3) {
  width: 100%;
}

.p-visit-check-text:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
  background-image: url("/lp/mhw_a/images/visit_dots_align_lg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-visit-check-text:nth-of-type(3)::after {
    height: 6rem;
    background-image: url("/lp/mhw_a/images/visit_dots_align_sm.png");
  }
}

.p-visit-check-text span {
  display: block;
  position: relative;
  padding-left: 22rem;
}

.p-visit-check-text span::after {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  margin: auto;
  width: 17rem;
  height: 17rem;
  background-image: url("/lp/mhw_a/images/visit_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 912px) {
  .p-visit-check-text span::after {
    top: 11rem;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-check-text span::after {
    top: 3rem;
  }
}

.p-visit-check-text:nth-of-type(2) span {
  margin-left: 40rem;
}

@media screen and (max-width: 912px) {
  .p-visit-check-text:nth-of-type(2) span {
    margin-left: 0;
  }
}

.p-visit-catalog {
  display: flex;
  justify-content: space-between;
  margin-top: 60rem;
}

@media screen and (max-width: 912px) {
  .p-visit-catalog {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-catalog {
    margin-top: 47rem;
  }
}

.p-visit-catalog-img {
  display: block;
  width: 350rem;
}

@media screen and (max-width: 912px) {
  .p-visit-catalog-img {
    margin-top: 49rem;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-img {
    margin-top: 31rem;
    padding: 0 8rem;
  }
}

.p-visit-catalog-right {
  padding-top: 11rem;
  padding-right: 18rem;
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-right {
    padding-top: 0;
    padding-right: 0;
  }
}

.p-visit-catalog-title {
  margin: auto;
  width: 402rem;
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-title {
    width: 265rem;
  }
}

.p-visit-catalog-lead {
  white-space: nowrap;
  font-size: calc(26px + 6 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-visit-catalog-lead {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-lead {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-lead {
    margin-top: 9rem;
    font-size: 28rem;
    line-height: 1.3;
  }
}

.p-visit-catalog-item {
  display: block;
  margin: 30rem auto 0;
  width: 197rem;
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-item {
    margin-top: 14rem;
    width: 113rem;
  }
}

.p-visit-catalog-text {
  margin-top: 16rem;
  font-size: calc(9px + 3 * ((100vw - 768px) / 412));
  line-height: 1.9;
}

@media screen and (min-width: 1180px) {
  .p-visit-catalog-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-text {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .p-visit-catalog-text {
    margin-top: 13rem;
    font-size: 14rem;
    line-height: 1.7;
  }
}

.p-worries {
  overflow: hidden;
  padding-bottom: 193rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-worries {
    padding: 0 25rem 122rem;
  }
}

.p-worries-content {
  padding-top: 76rem;
}

@media screen and (max-width: 768px) {
  .p-worries-content {
    padding-top: 64rem;
  }
}

.p-worries-title {
  margin: auto;
  width: 380rem;
}

@media screen and (max-width: 768px) {
  .p-worries-title {
    width: 264rem;
  }
}

.p-worries-lead {
  margin-top: 14rem;
  text-align: center;
  font-size: calc(34px + 8 * ((100vw - 768px) / 412));
  line-height: 1.4;
}

@media screen and (min-width: 1180px) {
  .p-worries-lead {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-lead {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-lead {
    margin-top: 6rem;
    letter-spacing: -0.06em;
    font-size: 24rem;
    line-height: 1.5;
  }
}

.p-worries-lead.p-worries-lead-under {
  margin-top: 0;
  font-size: calc(26px + 6 * ((100vw - 768px) / 412));
  line-height: 1.5;
}

@media screen and (min-width: 1180px) {
  .p-worries-lead.p-worries-lead-under {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-lead.p-worries-lead-under {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-lead.p-worries-lead-under {
    margin-top: 15rem;
    font-size: 22rem;
  }
}

.p-worries-img {
  margin: 28rem auto 0;
  width: 650rem;
}

@media screen and (max-width: 912px) {
  .p-worries-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-img {
    margin: 17rem calc(50% - 50vw) 0;
    padding: 0 10rem;
    width: 377rem;
  }
}

.p-worries-check {
  position: relative;
  margin: 90rem auto 0;
  padding: 26rem 23rem;
  border-radius: 3px;
  width: 690rem;
  background-color: #e8e6df;
}

@media screen and (max-width: 912px) {
  .p-worries-check {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-check {
    margin-top: 88rem;
    margin-right: calc(50% - 50vw);
    padding: 28rem 49rem 16rem 19rem;
    width: 350rem;
  }
}

.p-worries-check-caption {
  position: absolute;
  top: -65rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: calc(13px + 3 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-worries-check-caption {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-check-caption {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-check-caption {
    top: -67rem;
    margin-right: 25rem;
    font-size: 16rem;
  }
}

.p-worries-check-caption::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50rem;
  left: 0;
  margin: auto;
  border-radius: 1px;
  width: 2px;
  height: 26rem;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-worries-check-caption::after {
    bottom: -52rem;
    height: 26rem;
  }
}

.p-worries-check-text {
  position: relative;
  font-size: calc(13px + 3 * ((100vw - 768px) / 412));
}

@media screen and (min-width: 1180px) {
  .p-worries-check-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-check-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-worries-check-text {
    font-size: 14rem;
  }
}

.p-worries-check-text > span {
  display: block;
  position: relative;
  padding-left: 22rem;
}

@media screen and (max-width: 768px) {
  .p-worries-check-text > span {
    line-height: 1.6;
  }
}

.p-worries-check-text > span::after {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  margin: auto;
  width: 17rem;
  height: 17rem;
  background-image: url("/lp/mhw_a/images/worries_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-worries-check-text > span::after {
    top: 3rem;
    bottom: auto;
  }
}

.p-worries-check-text + .p-worries-check-text {
  margin-top: 12rem;
  padding-top: 16rem;
}

.p-worries-check-text + .p-worries-check-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 3rem;
  background-image: url("/lp/mhw_a/images/worries_dots.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .u-hidden-xl {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (min-width: 913px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (max-width: 912px) and (min-width: 769px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-fc-red {
  color: #a61918;
}

.u-fc-gray {
  color: #696969;
}

.u-ff-t-m {
  font-family: "TsukuGoPro-M";
}

.u-ff-t-d {
  font-family: "TsukuGoPr5-D";
}

.u-ff-t-b {
  font-family: "TsukuGoPro-B";
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}