.rightBottomObj {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(650px);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 600px 600px;
  border-color: transparent transparent #a41b13 transparent;
  z-index: 9999;
  display: none; }
  @media only screen and (min-width: 1241px) {
    .rightBottomObj {
      display: block; } }

.root#index .mv__lgContents {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #000;
  background-image: url(../../images/index/mv_visual_lg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*
  &:after{
      content: "";
      display: block;
      position: absolute;
      bottom: -100px;
      right: 50%;
      transform: translateX(1200px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 600px 600px;
      border-color: transparent transparent #a41b13 transparent;
      z-index: 2;
  }
  */ }
  .root#index .mv__lgContents__hl {
    position: absolute;
    top: 50%;
    left: 460px;
    transform: translateY(-50%);
    width: 683px; }
  .root#index .mv__lgContents__obj {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100px; }
  .root#index .mv__lgContents:before {
    content: "";
    display: none;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-1200px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 600px 0 0;
    border-color: #a41b13 transparent transparent transparent;
    z-index: 2; }
    @media only screen and (min-width: 1241px) {
      .root#index .mv__lgContents:before {
        display: block; } }
.root#index .mv__xsContents {
  position: relative; }
.root#index .introduction {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    .root#index .introduction {
      padding: 60px 0; } }
  .root#index .introduction__holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .root#index .introduction__holder {
        display: block;
        margin-bottom: 30px; } }
    .root#index .introduction__holder__logo {
      width: 443px; }
      @media only screen and (max-width: 767px) {
        .root#index .introduction__holder__logo {
          width: 220px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px; } }
    .root#index .introduction__holder__texts {
      width: 620px; }
      @media only screen and (max-width: 767px) {
        .root#index .introduction__holder__texts {
          width: 100%; } }
      .root#index .introduction__holder__texts__rt {
        font-size: 20px;
        font-size: 2rem;
        line-height: 2; }
        @media only screen and (max-width: 767px) {
          .root#index .introduction__holder__texts__rt {
            font-size: 14px;
            font-size: 1.4rem; } }
  .root#index .introduction__btn {
    position: relative;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #A51A13;
    border: 1px solid #A51A13;
    padding: 10px 70px 10px 40px;
    display: inline-block;
    border-radius: 12px; }
    @media only screen and (max-width: 767px) {
      .root#index .introduction__btn {
        font-size: 20px;
        font-size: 2rem;
        display: block;
        padding: 10px 20px; } }
    .root#index .introduction__btn:after {
      content: "";
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      border-style: solid;
      border-width: 7px 0 7px 14px;
      border-color: transparent transparent transparent #a51a13; }
    .root#index .introduction__btn:hover {
      color: #fff;
      background-color: #A51A13; }
      .root#index .introduction__btn:hover:after {
        border-color: transparent transparent transparent #fff; }
  .root#index .introduction.js-scrollAnim {
    opacity: 0;
    transform: translateY(100px);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1); }
    .root#index .introduction.js-scrollAnim.is-animated {
      opacity: 1;
      transform: translateY(0); }
.root#index .salesPoints__eachPoint {
  margin-bottom: 170px; }
  @media only screen and (max-width: 767px) {
    .root#index .salesPoints__eachPoint {
      margin-bottom: 40px; } }
  .root#index .salesPoints__eachPoint:last-of-type {
    margin-bottom: 0; }
  .root#index .salesPoints__eachPoint__wish {
    margin-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      .root#index .salesPoints__eachPoint__wish {
        margin-bottom: 50px; } }
    .root#index .salesPoints__eachPoint__wish__lgHl {
      position: relative;
      color: #A51A13;
      font-size: 30px;
      font-size: 3rem;
      border-bottom: 1px solid #A51A13;
      padding-bottom: 2px;
      margin-bottom: 70px;
      padding-left: 260px; }
      .root#index .salesPoints__eachPoint__wish__lgHl > span {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 242px; }
    .root#index .salesPoints__eachPoint__wish__xsHl {
      font-size: 20px;
      font-size: 2rem;
      color: #A51A13;
      text-align: center;
      margin-bottom: 20px; }
      .root#index .salesPoints__eachPoint__wish__xsHl > span {
        display: block;
        margin-bottom: 5px; }
    .root#index .salesPoints__eachPoint__wish__problem {
      width: 880px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-bottom: 100px; }
      @media only screen and (max-width: 767px) {
        .root#index .salesPoints__eachPoint__wish__problem {
          width: 100%;
          margin-bottom: 40px; } }
    .root#index .salesPoints__eachPoint__wish.js-scrollAnim {
      opacity: 0;
      transform: translateY(100px);
      transition: 1s all cubic-bezier(0.23, 1, 0.32, 1); }
      .root#index .salesPoints__eachPoint__wish.js-scrollAnim.is-animated {
        opacity: 1;
        transform: translateY(0); }
  .root#index .salesPoints__eachPoint__solution {
    position: relative;
    background-color: #F6E8E7;
    padding: 40px 0; }
    .root#index .salesPoints__eachPoint__solution:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 50px 0 50px;
      border-color: #ffffff transparent transparent transparent; }
      @media only screen and (max-width: 767px) {
        .root#index .salesPoints__eachPoint__solution:before {
          border-width: 25px 25px 0 25px; } }
    .root#index .salesPoints__eachPoint__solution__wrap {
      display: flex;
      align-items: center;
      min-height: 500px; }
      @media only screen and (max-width: 767px) {
        .root#index .salesPoints__eachPoint__solution__wrap {
          display: block;
          min-height: inherit; } }
      .root#index .salesPoints__eachPoint__solution__wrap__lgFig {
        position: absolute;
        top: 0;
        left: 200px;
        width: 170px; }
      .root#index .salesPoints__eachPoint__solution__wrap__holder {
        position: relative;
        width: 860px;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (max-width: 767px) {
          .root#index .salesPoints__eachPoint__solution__wrap__holder {
            width: 100%; } }
        .root#index .salesPoints__eachPoint__solution__wrap__holder__texts {
          padding-left: 240px;
          color: #A51A13; }
          @media only screen and (max-width: 767px) {
            .root#index .salesPoints__eachPoint__solution__wrap__holder__texts {
              padding-left: 0; } }
          .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__sub {
            font-size: 25px;
            font-size: 2.5rem;
            font-weight: bold;
            border-bottom: 1px solid #A51A13;
            margin-bottom: 10px; }
            @media only screen and (max-width: 767px) {
              .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__sub {
                font-size: 16px;
                font-size: 1.6rem;
                text-align: center; } }
          .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__appeal {
            font-size: 36px;
            font-size: 3.6rem;
            font-weight: bold;
            margin-bottom: 30px; }
            @media only screen and (max-width: 767px) {
              .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__appeal {
                font-size: 24px;
                font-size: 2.4rem;
                text-align: center;
                margin-bottom: 20px; } }
          .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__xsFig {
            width: 120px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px; }
          .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__btn {
            position: relative;
            color: #fff;
            background-color: #A51A13;
            font-size: 27px;
            font-size: 2.7rem;
            font-weight: bold;
            padding: 10px 60px 10px 50px;
            display: block;
            font-feature-settings: normal; 
            text-align: center;
            }
            @media only screen and (max-width: 767px) {
              .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__btn {
                font-size: 20px;
                font-size: 2rem;
                text-align: center; } }
            .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__btn__obj {
              position: absolute;
              z-index: 2; }
              .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__btn__obj[data-pos="left-top"] {
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 20px 20px 0 0;
                border-color: #f6e8e7 transparent transparent transparent; }
              .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__btn__obj[data-pos="right-bottom"] {
                bottom: 0;
                right: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 20px 20px;
                border-color: transparent transparent #f6e8e7 transparent; }
            .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__btn:after {
              content: "";
              width: 0;
              height: 0;
              display: block;
              position: absolute;
              top: 50%;
              right: 30px;
              transform: translateY(-50%);
              border-style: solid;
              border-width: 7px 0 7px 14px;
              border-color: transparent transparent transparent #fff; }
            .root#index .salesPoints__eachPoint__solution__wrap__holder__texts__btn:hover {
              opacity: 0.7; }
    .root#index .salesPoints__eachPoint__solution.js-scrollAnim {
      opacity: 0;
      transform: translateY(100px);
      transition: 1s all cubic-bezier(0.23, 1, 0.32, 1); }
      .root#index .salesPoints__eachPoint__solution.js-scrollAnim.is-animated {
        opacity: 1;
        transform: translateY(0); }
.root#index .voice {
  padding: 140px 0; }
  @media only screen and (max-width: 767px) {
    .root#index .voice {
      padding: 70px 0; } }
  .root#index .voice__holder {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .root#index .voice__holder {
        width: 100%;
        display: block; } }
    .root#index .voice__holder__fig {
      width: 530px; }
      @media only screen and (max-width: 767px) {
        .root#index .voice__holder__fig {
          width: 100%;
          margin-bottom: 20px; } }
    .root#index .voice__holder__texts {
      width: 540px;
      color: #A51A13; }
      @media only screen and (max-width: 767px) {
        .root#index .voice__holder__texts {
          width: 100%;
          text-align: center; } }
      .root#index .voice__holder__texts__sub {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .root#index .voice__holder__texts__sub {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 5px; } }
      .root#index .voice__holder__texts__appeal {
        font-size: 37px;
        font-size: 3.7rem;
        font-weight: bold; 
          margin-bottom: 20px;}
       
        @media only screen and (max-width: 767px) {
          .root#index .voice__holder__texts__appeal {
            font-size: 24px;
            font-size: 2.4rem; } }
        .root#index .voice__holder__texts__appeal > em {
          font-size: 54px;
          font-size: 5.4rem;
          font-style: normal;
          display: block; }
          @media only screen and (max-width: 767px) {
            .root#index .voice__holder__texts__appeal > em {
              font-size: 24px;
              font-size: 2.4rem; } }
  .root#index .voice.js-scrollAnim {
    opacity: 0;
    transform: translateY(100px);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1); }
    .root#index .voice.js-scrollAnim.is-animated {
      opacity: 1;
      transform: translateY(0); }

/*# sourceMappingURL=index.css.map */
