/* mv
---------------------------------------- */
.mv {
  position: relative; }
  .mv .mv-bk {
    min-width: 1190px; }
    @media screen and (max-width: 834px) {
      .mv .mv-bk {
        min-width: 100%; } }
  .mv .copy {
    position: absolute;
    top: 0;
    left: 250px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75%;
    min-width: 1000px;
    height: 162px; }
    @media screen and (max-width: 834px) {
      .mv .copy {
        top: 8%;
        left: 0;
        width: 100%;
        min-width: 100%;
        height: auto; } }
    .mv .copy img {
      width: 100%; }

/* txt
---------------------------------------- */
@media screen and (max-width: 834px) {
  .txt {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.8; } }

/* lnv
---------------------------------------- */
.lnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1190px;
  margin: 0 auto 0 auto;
  padding-left: 260px; }
  @media screen and (max-width: 834px) {
    .lnv {
      width: 100%;
      padding: 0 20px; } }
  .lnv-box {
    width: 440px;
    margin-top: 60px;
    padding-top: 34px;
    text-align: center;
    background: url(../img/top/icon01.svg) no-repeat center top;
    background-size: 54px auto; }
    @media screen and (max-width: 834px) {
      .lnv-box {
        width: 100%;
        margin-top: 25px;
        padding-top: 0;
        background: none; } }
    @media screen and (max-width: 834px) {
      .lnv-box a {
        display: block;
        border: 1px solid #b40729;
        background: #fff; } }
    .lnv-box a .en {
      margin-bottom: 3px;
      height: 22px; }
      .lnv-box a .en img {
        height: 22px; }
      @media screen and (max-width: 834px) {
        .lnv-box a .en {
          display: none; } }
    .lnv-box a .jp {
      margin-bottom: 15px;
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        .lnv-box a .jp {
          margin: 10px;
          font-size: 18px; } }
    .lnv-box a .ph {
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26); }
      .lnv-box a .ph::after {
        position: absolute;
        top: 220px;
        left: 110px;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .lnv-box a .ph img {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      @media screen and (max-width: 834px) {
        .lnv-box a .ph {
          display: none; } }
    .lnv-box a:hover .ph::after {
      position: absolute;
      top: 5.5%;
      left: 3%;
      content: "";
      display: block;
      width: 94%;
      height: 89%;
      border: 1px solid #b40729;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .lnv-box a:hover .ph img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
  .lnv-bnr {
    width: 100%;
    margin-top: 80px;
    text-align: center; }
  @media screen and (max-width: 834px) {
    .lnv-bnr {
      margin-top: 25px; } }
    .lnv-bnr a {
      display: block;
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    @media screen and (max-width: 834px) {
      .lnv-bnr a {
        display: block;
        border: 1px solid #b40729;
        background: #fff; } }
    .lnv-bnr a:hover {
      opacity: 0.7;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .lnv-bnr a .bnr {
        width: 100%;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26); }
      @media screen and (max-width: 834px) {
        .lnv-bnr a .bnr {
          display: none; } }
      .lnv-bnr a .jp {
        display: none; }
      @media screen and (max-width: 834px) {
        .lnv-bnr a .jp {
          display: block;
          margin: 10px;
          font-size: 18px; } }
