.common-title2 h2 {
  font-size: 7vw;
  line-height: 1.2em;
  color: #ef858c; }
  @media (min-width: 768px) {
    .common-title2 h2 {
      font-size: 3vw; } }

.common-btn {
  max-width: 160px;
  position: relative;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .common-btn {
      max-width: 200px; } }
  @media (min-width: 1024px) {
    .common-btn {
      margin-right: 40px; } }
  .common-btn:last-child {
    margin-right: 0; }
  .common-btn a:hover h3 {
    color: #ef858c;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .common-btn a:hover svg {
    stroke: #ef858c; }
  .common-btn a h3 {
    font-size: 0.9em;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    transition: .3s; }
    @media (min-width: 1024px) {
      .common-btn a h3 {
        font-size: 1.125em; } }
  .common-btn a svg {
    width: 18px;
    position: absolute;
    top: 0px;
    right: 0;
    fill: none;
    stroke: #000; }
    @media (min-width: 1024px) {
      .common-btn a svg {
        top: 2px; } }
  .common-btn a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ef858c;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s; }
  .common-btn a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1); }

.common-btn-talk a:hover ul.common-voice > li:nth-child(2) > img {
  transform: scale(1.15); }
.common-btn-talk a ul.common-voice li:nth-child(1) {
  animation: rotate-anime 10s linear infinite; }
@keyframes rotate-anime {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
  .common-btn-talk a ul.common-voice li:nth-child(1) img {
    transition: .5s; }
.common-btn-talk a ul.common-voice li:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: auto; }
  .common-btn-talk a ul.common-voice li:nth-child(2) img {
    transform: scale(1);
    transition: 0.5s; }

@media (min-width: 1250px) {
  .common-txt {
    margin-top: 20%; } }
.common-txt h2 {
  font-size: 8vw;
  font-weight: 700;
  position: relative;
  color: #ef858c;
  line-height: 1.2em;
  margin-top: 5px; }
  @media (min-width: 768px) {
    .common-txt h2 {
      font-size: 3.6vw;
      line-height: 1.25em;
      width: calc(100% + 30%);
      margin-top: 10%; } }
  @media (min-width: 1024px) {
    .common-txt h2 {
      margin-top: 15%; } }
  .common-txt h2.re-model {
    font-size: 6vw; }
    @media (min-width: 768px) {
      .common-txt h2.re-model {
        font-size: 3vw;
        margin-top: 4%; } }
.common-txt .txt {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .common-txt .txt {
      width: 100%;
      margin-top: 40px; } }
  @media (min-width: 1250px) {
    .common-txt .txt {
      width: 60%;
      margin-top: 20px; } }
  .common-txt .txt .data {
    display: flex;
    align-items: center; }
    .common-txt .txt .data h4 {
      font-family: 'Montserrat', sans-serif;
      font-size: 0.9em;
      line-height: 1.0em;
      margin-right: 10px; }
      @media (min-width: 1024px) {
        .common-txt .txt .data h4 {
          font-size: 1em; } }
    .common-txt .txt .data ul {
      display: flex;
      margin-top: -4px; }
      .common-txt .txt .data ul li {
        margin-right: 5px; }
        .common-txt .txt .data ul li:last-child {
          margin-right: 0; }
        .common-txt .txt .data ul li a {
          font-size: 0.7em;
          font-weight: 500;
          line-height: 1.2em;
          color: #A0A0A0; }
          @media (min-width: 1024px) {
            .common-txt .txt .data ul li a {
              font-size: 0.8em; } }
  .common-txt .txt h6 {
    font-size: 0.9em;
    line-height: 1.8em;
    text-align: justify;
    margin-top: 10px;
    font-size: 0.8em; }
    @media (min-width: 1024px) {
      .common-txt .txt h6 {
        font-size: 1.0em;
        margin-top: 20px; } }
    @media (min-width: 1450px) {
      .common-txt .txt h6 {
        font-size: 1.2vw;
        margin-top: 20px; } }

.fukidasi, .fukidasi-nendo {
  position: relative; }
  .fukidasi h4, .fukidasi h3, .fukidasi-nendo h4, .fukidasi-nendo h3 {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    color: #ef858c; }
  .fukidasi h4, .fukidasi-nendo h4 {
    font-size: 0.8em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    top: 11px; }
    @media (min-width: 1024px) {
      .fukidasi h4, .fukidasi-nendo h4 {
        font-size: 0.9em;
        top: 12.5px; } }
  .fukidasi h3, .fukidasi-nendo h3 {
    font-size: 0.9em;
    top: 22%; }
    @media (min-width: 1024px) {
      .fukidasi h3, .fukidasi-nendo h3 {
        font-size: 1.5em; } }

.common-copy {
  color: #fff; }
  .common-copy .slideAnimeLeftRight {
    padding: 0 10px 0 0; }
  .common-copy h4 {
    font-family: "Rubik Spray Paint", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10.0vw;
    line-height: 0.8em; }
    @media (min-width: 1024px) {
      .common-copy h4 {
        font-size: 8.5vw; } }

.parts-name-box {
  position: relative; }
  .parts-name-box h5 {
    font-size: 0.8em;
    color: #ef858c;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 4px 6px;
    background-color: #fff;
    border: 2px solid #ef858c;
    position: absolute;
    top: -20px;
    left: -15px; }
    @media (min-width: 1250px) {
      .parts-name-box h5 {
        font-size: 1.0em;
        top: -18px; } }
  .parts-name-box .name {
    color: #fff;
    padding: 10px;
    background-color: #ef858c;
    border-radius: 10px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .parts-name-box .name {
        padding: 15px; } }
    .parts-name-box .name h6 {
      font-size: 0.7em; }
      @media (min-width: 1250px) {
        .parts-name-box .name h6 {
          font-size: 0.8em; } }
    .parts-name-box .name h4 {
      font-size: 1.25em; }
      @media (min-width: 1250px) {
        .parts-name-box .name h4 {
          font-size: 1.875em; } }

.entry-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  width: 90%;
  height: 80px;
  border-radius: 120px;
  background-color: #ef858c;
  border: 1px solid #fff;
  color: #fff;
  margin: auto; }
  @media (min-width: 1024px) {
    .entry-btn a {
      height: 120px;
      max-width: 600px; } }
  @media (min-width: 1250px) {
    .entry-btn a {
      height: 140px; }
      .entry-btn a:hover img {
        right: 10px; } }
  .entry-btn a .entry-btn-in {
    text-align: center; }
    .entry-btn a .entry-btn-in h3 {
      font-size: 1.45em; }
      @media (min-width: 1024px) {
        .entry-btn a .entry-btn-in h3 {
          font-size: 2.25em; } }
    .entry-btn a .entry-btn-in h4 {
      font-size: 0.7em;
      font-weight: 400;
      margin-top: 5px; }
      @media (min-width: 1024px) {
        .entry-btn a .entry-btn-in h4 {
          font-size: 0.9em;
          margin-top: 10px; } }
  .entry-btn a img {
    position: absolute;
    width: 25px;
    right: 10px;
    transition: .5s; }
    @media (min-width: 1024px) {
      .entry-btn a img {
        width: 40px;
        right: 20px; } }

.mv-ue {
  position: relative; }
  .mv-ue .number {
    z-index: 10; }
    @media (min-width: 768px) {
      .mv-ue .number {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0; } }
    @media (min-width: 1024px) {
      .mv-ue .number {
        top: 4%; } }
    @media (min-width: 1250px) {
      .mv-ue .number {
        top: calc(12% - 50px); } }
    .mv-ue .number h3 {
      font-style: italic;
      font-size: 2.0em;
      font-weight: 900;
      line-height: 0.9em;
      color: #fff; }
      @media (min-width: 1024px) {
        .mv-ue .number h3 {
          font-size: 3.5em; } }
  @media (min-width: 768px) {
    .mv-ue .mv-in {
      display: flex; } }
  .mv-ue .mv-in .mv-left {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .mv-ue .mv-in .mv-left {
        width: 50%;
        padding: 0 2%; } }
    @media (min-width: 1025px) {
      .mv-ue .mv-in .mv-left {
        padding-left: 5%; } }
    .mv-ue .mv-in .mv-left .common-txt {
      margin-top: 10px; }
    .mv-ue .mv-in .mv-left .btn {
      margin-top: 40px;
      display: flex; }
      @media (min-width: 1024px) {
        .mv-ue .mv-in .mv-left .btn {
          margin-top: 80px; } }
      @media (min-width: 1250px) {
        .mv-ue .mv-in .mv-left .btn {
          margin-top: 100px; } }
      .mv-ue .mv-in .mv-left .btn .common-btn {
        width: 200px; }
        @media (min-width: 1024px) {
          .mv-ue .mv-in .mv-left .btn .common-btn {
            width: 200px; } }
      .mv-ue .mv-in .mv-left .btn .common-btn-talk {
        position: relative;
        margin-top: 40px;
        width: 340px; }
        @media (min-width: 1024px) {
          .mv-ue .mv-in .mv-left .btn .common-btn-talk {
            width: 50%;
            margin: 0 0 0 auto; } }
        @media (min-width: 1250px) {
          .mv-ue .mv-in .mv-left .btn .common-btn-talk {
            width: 55%; } }
        @media (min-width: 1450px) {
          .mv-ue .mv-in .mv-left .btn .common-btn-talk {
            margin: 0 2% 0 auto; } }
        .mv-ue .mv-in .mv-left .btn .common-btn-talk a:hover h3 {
          color: #ef858c; }
        .mv-ue .mv-in .mv-left .btn .common-btn-talk a h3 {
          font-size: 1.0em;
          border-bottom: 1px solid #000;
          width: 75%;
          max-width: 320px;
          padding-bottom: 20px;
          transition: .5s; }
          @media (min-width: 1024px) {
            .mv-ue .mv-in .mv-left .btn .common-btn-talk a h3 {
              max-width: inherit;
              font-size: 1.125em; } }
        .mv-ue .mv-in .mv-left .btn .common-btn-talk a ul.common-voice {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 120px; }
          @media (min-width: 1250px) {
            .mv-ue .mv-in .mv-left .btn .common-btn-talk a ul.common-voice {
              width: 200px; } }
          .mv-ue .mv-in .mv-left .btn .common-btn-talk a ul.common-voice li:nth-child(2) {
            width: 30px; }
            @media (min-width: 1250px) {
              .mv-ue .mv-in .mv-left .btn .common-btn-talk a ul.common-voice li:nth-child(2) {
                width: 50px; } }
    .mv-ue .mv-in .mv-left .common-btn-type2 {
      margin-top: 50px; }
      @media (min-width: 768px) {
        .mv-ue .mv-in .mv-left .common-btn-type2 {
          position: absolute;
          bottom: 0;
          width: 90%;
          margin-top: 0; } }
  .mv-ue .mv-in .mv-right {
    position: relative; }
    @media (min-width: 768px) {
      .mv-ue .mv-in .mv-right {
        width: 50%; } }
    .mv-ue .mv-in .mv-right img {
      border-radius: 10px; }
      @media (min-width: 768px) {
        .mv-ue .mv-in .mv-right img {
          border-radius: 20px; } }
  .mv-ue .mv-in .common-copy {
    position: absolute;
    top: -20px;
    right: -10px; }
    @media (min-width: 768px) {
      .mv-ue .mv-in .common-copy {
        top: inherit;
        bottom: -10px;
        left: 0; } }

.parts-hito-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex; }
  @media (min-width: 1024px) {
    .parts-hito-info {
      bottom: 20px;
      right: 20px; } }

.fukidasi-nendo {
  width: 145px;
  margin: 10px 10px 0 0; }
  @media (min-width: 1024px) {
    .fukidasi-nendo {
      width: 165px;
      margin: 13px 10px 0 0; } }
  @media (min-width: 1250px) {
    .fukidasi-nendo {
      margin: 20px 10px 0 0; } }
  .fukidasi-nendo h4 {
    margin-right: 10px; }

.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  z-index: 10; }
  .imgWrap img {
    display: block;
    transition: .5s; }
    .imgWrap img:hover {
      transform: scale(1.1); }

.mynavi {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .mynavi {
      margin-top: 40px; } }
  .mynavi.contact {
    margin-top: 60px; }
    @media (min-width: 1024px) {
      .mynavi.contact {
        margin-top: 120px; } }
  .mynavi a {
    position: relative;
    background-color: #ef858c;
    border-radius: 50px;
    max-width: 260px;
    width: 80%;
    height: 50px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      .mynavi a {
        max-width: 320px; } }
    @media (min-width: 1024px) {
      .mynavi a {
        height: 60px;
        max-width: 350px; } }
    @media (min-width: 1250px) {
      .mynavi a {
        height: 70px; } }
    .mynavi a:hover img {
      right: 10px; }
    .mynavi a h3 {
      font-size: 0.9em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        .mynavi a h3 {
          font-size: 1.125em; } }
      @media (min-width: 1024px) {
        .mynavi a h3 {
          font-size: 1.25em; } }
    .mynavi a img {
      width: 18px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      display: flex;
      height: 100%;
      transition: .5s; }
      @media (min-width: 768px) {
        .mynavi a img {
          right: 20px; } }
