@charset "UTF-8";
.mv_area {
  width: 100%;
  background-color: #005BAC;
  padding: 120px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      padding: 40px 0; } }
  .mv_area .inr {
    text-align: center; }
    .mv_area .inr h2 {
      font-size: 2.4em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr h2 {
          font-size: 1.8em;
          line-height: 1.2; } }
      .mv_area .inr h2::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .mv_area .inr h2 span {
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr h2 span {
            margin-top: 10px;
            font-size: .5em; } }
    .mv_area .inr p {
      color: #fff;
      margin-top: 60px;
      font-family: "EB Garamond", serif;
      font-size: 1.8em;
      letter-spacing: .3em; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr p {
          margin-top: 40px;
          font-size: .9em; } }
      .mv_area .inr p span {
        display: block;
        font-size: .7em;
        letter-spacing: .15em; }

.sales_type .inr {
  max-width: 780px;
  width: 95%;
  margin: 0 auto; }
  .sales_type .inr h3 {
    font-size: 1.4em;
    font-family: "EB Garamond", serif;
    letter-spacing: .6em;
    text-align: center;
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr h3 {
        font-size: 1.2em;
        padding-top: 40px; } }
    .sales_type .inr h3 span {
      position: relative;
      padding-left: 14px;
      font-weight: bold; }
      .sales_type .inr h3 span::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #231815;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media only screen and (max-width: 767px) {
          .sales_type .inr h3 span::before {
            bottom: -10px; } }
  .sales_type .inr h4 {
    margin-top: 70px; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr h4 {
        margin-top: 30px; } }
    .sales_type .inr h4 img {
      max-width: 400px;
      width: 70%; }
  .sales_type .inr .top {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr .top {
        margin-top: 40px; } }
    .sales_type .inr .top li {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: calc(100% / 3); }
      .sales_type .inr .top li img {
        width: 100%; }
  .sales_type .inr .txt p {
    margin-top: 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr .txt p {
        margin-top: 20px;
        font-size: .9em; } }
  .sales_type .inr .bottom {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr .bottom {
        margin-top: 30px; } }
    .sales_type .inr .bottom li {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: calc(100% / 3); }
      @media only screen and (max-width: 767px) {
        .sales_type .inr .bottom li {
          width: 100%;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .sales_type .inr .bottom li:first-child {
          margin-top: 0; } }
      .sales_type .inr .bottom li img {
        width: 100%; }
      .sales_type .inr .bottom li dl {
        width: 90%;
        margin: 0 auto; }
        .sales_type .inr .bottom li dl dt {
          margin-top: 20px;
          font-weight: bold;
          min-height: 54px; }
          @media only screen and (max-width: 767px) {
            .sales_type .inr .bottom li dl dt {
              margin-top: 10px; } }
        .sales_type .inr .bottom li dl dd {
          margin-top: 10px; }
          @media only screen and (max-width: 767px) {
            .sales_type .inr .bottom li dl dd {
              margin-top: 5px; } }
