@charset "UTF-8";
/*! Writen  by SCSS */
.price_area {
  margin-top: -1px;
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center top;
  background-image: url("../images/top/bg_price.jpg");
  padding: 25px 20px 20px;
  text-align: center; }
  @media screen and (max-width: 820px) {
    .price_area {
      padding: 20px; } }
  @media screen and (max-width: 480px) {
    .price_area {
      padding: 25px 40px 20px;
      background-image: url("../images/top/bg_price_sp.jpg"); } }
  .price_area .price_img {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center; }
    .price_area .price_img.first {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #fff; }
    .price_area .price_img .price_image {
      width: 76.5%;
      margin-bottom: 20px;
      margin-right: 2%;
      text-align: left; }
      @media screen and (max-width: 480px) {
        .price_area .price_img .price_image {
          width: 100%;
          margin-bottom: 10px;
          margin-right: 0;
          text-align: center; } }
      .price_area .price_img .price_image figure {
        width: 100%; }
    .price_area .price_img .price_btn {
      width: 20.84%; }
      @media screen and (max-width: 480px) {
        .price_area .price_img .price_btn {
          width: 100%;
          text-align: center; } }
    @media screen and (max-width: 480px) {
      .price_area .price_img {
        max-width: auto;
        flex-direction: column;
        justify-content: center; } }

.point_area {
  margin-top: -1px;
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center top;
  background-image: url("../images/top/bg_point.jpg");
  padding: 25px 20px 20px;
  text-align: center; }
  @media screen and (max-width: 820px) {
    .point_area {
      padding: 20px; } }
  @media screen and (max-width: 480px) {
    .point_area {
      padding: 25px 20px 10px;
      background-image: url("../images/top/bg_point_sp.jpg"); } }
  .point_area .point_img {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center; }
    .point_area .point_img .point_image {
      width: 75%;
      text-align: left; }
      @media screen and (max-width: 480px) {
        .point_area .point_img .point_image {
          width: 100%;
          margin-bottom: 10px;
          margin-right: 0;
          text-align: center; } }
      .point_area .point_img .point_image figure {
        width: 100%; }
    .point_area .point_img .point_btn {
      width: 20%; }
      @media screen and (max-width: 480px) {
        .point_area .point_img .point_btn {
          width: 100%;
          text-align: center; } }
    @media screen and (max-width: 480px) {
      .point_area .point_img {
        max-width: auto;
        flex-direction: column;
        justify-content: center; } }

.merit_area .merit_item {
  padding: 25px 0;
  background: #FFF;
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center top;
  background-image: url("../images/top/bg_merit.jpg"); }
  @media screen and (max-width: 820px) {
    .merit_area .merit_item {
      padding: 20px 0px; } }
  @media screen and (max-width: 480px) {
    .merit_area .merit_item {
      padding: 10px; } }
  @media screen and (max-width: 480px) {
    .merit_area .merit_item .inner {
      width: 100%; } }
  .merit_area .merit_item .merit_img_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .merit_area .merit_item .merit_img_wrap {
        flex-wrap: wrap; } }
    .merit_area .merit_item .merit_img_wrap .merit_img {
      width: 22.17%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .merit_area .merit_item .merit_img_wrap .merit_img {
          width: 52%;
          /*width: 100%;
          padding-bottom:25px;
          margin-bottom: 25px;
          border-bottom: 1px dotted #fff;*/
          padding: 10px 0; } }
      .merit_area .merit_item .merit_img_wrap .merit_img:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 116%;
        border-right: 1px dotted #fff; }
        @media screen and (max-width: 480px) {
          .merit_area .merit_item .merit_img_wrap .merit_img:after {
            left: 110%; } }
      @media screen and (max-width: 480px) {
        .merit_area .merit_item .merit_img_wrap .merit_img.double {
          width: 66.05%;
          border-bottom: 1px dotted #fff; }
          .merit_area .merit_item .merit_img_wrap .merit_img.double:after {
            content: none; } }
      .merit_area .merit_item .merit_img_wrap .merit_img:first-child {
        width: 46.84%; }
        @media screen and (max-width: 480px) {
          .merit_area .merit_item .merit_img_wrap .merit_img:first-child {
            width: 100%;
            border-bottom: 1px dotted #fff; } }
        .merit_area .merit_item .merit_img_wrap .merit_img:first-child:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 108%;
          border-right: 1px dotted #fff; }
          @media screen and (max-width: 480px) {
            .merit_area .merit_item .merit_img_wrap .merit_img:first-child:after {
              content: none; } }
      .merit_area .merit_item .merit_img_wrap .merit_img:last-child {
        width: 16%; }
        @media screen and (max-width: 480px) {
          .merit_area .merit_item .merit_img_wrap .merit_img:last-child {
            width: 38%; } }
        .merit_area .merit_item .merit_img_wrap .merit_img:last-child:after {
          content: none; }
.merit_area .merit {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 20px); }
  @media screen and (max-width: 480px) {
    .merit_area .merit {
      flex-wrap: wrap;
      width: 100%; } }
  .merit_area .merit .merit_in {
    width: 20.72%;
    padding: 0 20px;
    order: 2;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .merit_area .merit .merit_in {
        padding: 0 6px; } }
    @media screen and (max-width: 480px) {
      .merit_area .merit .merit_in {
        width: 50%;
        padding: 0 10px; } }
    .merit_area .merit .merit_in sup {
      font-size: 40%;
      display: inline-block;
      right: 0;
      bottom: 90%;
      position: absolute; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in sup {
          right: 12px; } }
    .merit_area .merit .merit_in:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #FFF;
      mix-blend-mode: soft-light; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:after {
          background: rgba(255, 255, 255, 0.7); } }
    .merit_area .merit .merit_in:nth-of-type(1) {
      order: 0;
      padding-left: 0px; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(1) {
          padding-right: 10px; } }
    .merit_area .merit .merit_in:nth-of-type(2) {
      width: 22.15%; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(2) {
          width: 50%;
          padding-right: 0;
          padding-left: 10px; } }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(2):after {
          content: none; } }
    @media screen and (max-width: 480px) {
      .merit_area .merit .merit_in:nth-of-type(1) {
        padding-bottom: 15px; } }
    @media screen and (max-width: 480px) {
      .merit_area .merit .merit_in:nth-of-type(1):before {
        content: "";
        position: absolute;
        inset: 0;
        top: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        mix-blend-mode: soft-light; } }
    @media screen and (max-width: 480px) {
      .merit_area .merit .merit_in:nth-of-type(2):before {
        content: "";
        position: absolute;
        inset: 0;
        top: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        mix-blend-mode: soft-light; } }
    @media screen and (max-width: 480px) {
      .merit_area .merit .merit_in:nth-of-type(2), .merit_area .merit .merit_in:nth-of-type(4) {
        border-right: none; } }
    .merit_area .merit .merit_in:nth-of-type(3) {
      width: 22.15%; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(3) {
          width: 50%;
          padding-top: 15px;
          padding-bottom: 15px;
          padding-right: 10px;
          padding-left: 0; } }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(3):before {
          content: "";
          position: absolute;
          inset: 0;
          top: auto;
          border-bottom: 1px solid rgba(255, 255, 255, 0.7);
          mix-blend-mode: soft-light; } }
    .merit_area .merit .merit_in:nth-of-type(4) {
      width: 22.15%;
      padding-right: 0; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(4) {
          width: 50%;
          padding-top: 15px;
          padding-bottom: 15px;
          padding-left: 10px;
          padding-right: 0; } }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(4):before {
          content: "";
          position: absolute;
          inset: 0;
          top: auto;
          border-bottom: 1px solid rgba(255, 255, 255, 0.7);
          mix-blend-mode: soft-light; } }
      .merit_area .merit .merit_in:nth-of-type(4):after {
        content: none; }
        @media screen and (max-width: 480px) {
          .merit_area .merit .merit_in:nth-of-type(4):after {
            content: none; } }
    .merit_area .merit .merit_in:nth-of-type(5) {
      order: 1; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(5) {
          order: 3;
          width: 100%;
          padding: 15px 0 0; } }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in:nth-of-type(5):after {
          content: none; } }
    .merit_area .merit .merit_in .merit_group {
      display: flex;
      justify-content: center;
      align-items: center; }
      .merit_area .merit .merit_in .merit_group .merit_group_in {
        display: flex;
        flex-direction: column;
        row-gap: 10px; }
        @media screen and (max-width: 820px) {
          .merit_area .merit .merit_in .merit_group .merit_group_in {
            row-gap: 5px; } }
    .merit_area .merit .merit_in .m01 {
      font-size: clamp(10px, 0.934vw, 14px);
      color: #FFF;
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: relative;
      line-height: 1.2; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in .m01 {
          font-size: 3vw;
          padding-bottom: 0; } }
      .merit_area .merit .merit_in .m01:after {
        content: "";
        position: absolute;
        inset: 0;
        top: auto;
        border-bottom: 1px solid #FFF;
        mix-blend-mode: soft-light; }
        @media screen and (max-width: 480px) {
          .merit_area .merit .merit_in .m01:after {
            content: none; } }
    .merit_area .merit .merit_in .m02 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      font-size: clamp(16px, 1.867vw, 28px);
      color: #b5b18e;
      line-height: 1.3;
      position: relative; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in .m02 {
          font-size: 5.6vw;
          line-height: 1.5; } }
      .merit_area .merit .merit_in .m02 .small {
        font-size: 50%;
        display: inline-block; }
      .merit_area .merit .merit_in .m02 .white {
        font-size: 71%;
        color: #FFF;
        line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in .m02.sp_row {
          flex-direction: row;
          align-items: baseline; } }
    .merit_area .merit .merit_in .m03 {
      font-size: clamp(10px, 0.867vw, 13px);
      color: #FFF; }
      @media screen and (max-width: 820px) {
        .merit_area .merit .merit_in .m03 {
          letter-spacing: -0.1em; } }
      @media screen and (max-width: 480px) {
        .merit_area .merit .merit_in .m03 {
          letter-spacing: normal; } }
.merit_area .minites_wrap {
  justify-content: center;
  align-items: flex-end;
  position: relative; }
  @media screen and (max-width: 480px) {
    .merit_area .minites_wrap {
      flex-direction: column;
      align-items: center; } }
  .merit_area .minites_wrap .minutes_txt {
    font-size: clamp(30px, 3.334vw, 40px);
    position: relative; }
    @media screen and (max-width: 480px) {
      .merit_area .minites_wrap .minutes_txt {
        font-size: 7vw; } }
    .merit_area .minites_wrap .minutes_txt.sm {
      font-size: clamp(27px, 3.167vw, 38px); }
      @media screen and (max-width: 480px) {
        .merit_area .minites_wrap .minutes_txt.sm {
          font-size: 6.4vw; } }
    .merit_area .minites_wrap .minutes_txt.first {
      padding-right: 4%;
      margin-right: 4%; }
      @media screen and (max-width: 480px) {
        .merit_area .minites_wrap .minutes_txt.first {
          padding-right: 0;
          margin-right: 0;
          padding-bottom: 10px;
          margin-bottom: 15px;
          text-align: left;
          border-bottom: 1px solid rgba(0, 0, 0, 0.5); } }
      .merit_area .minites_wrap .minutes_txt.first:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        bottom: 0;
        background: #000;
        width: 1px;
        transform: rotate(35deg) translateY(-5px); }
        @media screen and (max-width: 480px) {
          .merit_area .minites_wrap .minutes_txt.first:after {
            content: none; } }
    .merit_area .minites_wrap .minutes_txt span {
      line-height: 1;
      display: inline-block; }
      .merit_area .minites_wrap .minutes_txt span.sub {
        font-size: 50%;
        position: absolute;
        left: 0;
        top: 0; }
      .merit_area .minites_wrap .minutes_txt span.big {
        font-size: 180%;
        color: #990000; }
      .merit_area .minites_wrap .minutes_txt span.small {
        font-size: 50%; }
        .merit_area .minites_wrap .minutes_txt span.small.block {
          display: block; }
.merit_area .catch_txt {
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.4;
  margin: 50px auto 0;
  display: block; }
  @media screen and (max-width: 480px) {
    .merit_area .catch_txt {
      font-size: 16px;
      line-height: 1.4;
      margin-top: 20px; } }

.bg_wrap {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../gm_common/images/top/bg_infor.jpg"); }
  @media screen and (max-width: 480px) {
    .bg_wrap {
      background-image: url("../../gm_common/images/top/bg_infor_sp.jpg"); } }

.top_bnr {
  padding-top: 70px;
  display: block;
  margin: auto;
  max-width: 870px; }
  @media screen and (max-width: 480px) {
    .top_bnr {
      padding-top: 30px;
      width: 88%; } }

.info-area {
  /*	トップ　上部インフォメーションからは売主非表示	*/ }
  .info-area.top_only #seller-area {
    display: none; }

.notes-area {
  background: #F2F2F2; }

#insta-area a.link-btn {
  margin: 20px auto 0;
  position: relative;
  right: auto;
  top: auto;
  display: block;
  max-width: 102px;
  padding: 12px 31px 12px 28px; }
