@media screen and (max-width: 1280px) {
  .top {
    min-height: 20rem; }
    .top .top_wrapper .texts {
      width: 50%;
      padding-top: 5em; }
      .top .top_wrapper .texts span {
        font-size: 2.2em;
        text-shadow: 0 0 max(0.5rem, 0.5em) rgba(0, 0, 0, 0.2);
        white-space: nowrap; }
      .top .top_wrapper .texts .top_big_font {
        font-size: 2em; }
      .top .top_wrapper .texts .cheapest_price {
        text-shadow: 0 0 0.3rem #82FFEE; }
      .top .top_wrapper .texts .top_banner {
        box-shadow: 0 0 0.5em #82ffee7b;
        border-radius: 0.8em;
        width: 90%;
        margin: 0 auto;
        padding: 1em 1em 0; }
        .top .top_wrapper .texts .top_banner .top_banner_texts {
          padding: 1em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts span {
            font-size: 1em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_merchandise {
            font-size: 2.1em;
            margin-top: -0.5em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off {
            padding-bottom: 0.5em;
            text-align: center;
            text-shadow: 0 0 0.5em #82FFEE; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_max,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_main,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .sp_column,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_numbers,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_percent {
              text-shadow: 0 0 0.3em #82FFEE; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_max {
              font-size: 2.5em;
              margin-right: 0; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_main {
              font-size: 2em; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_numbers {
              font-size: 3.5em; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .sp_column {
              font-size: 2.5em; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_percent {
              font-size: 1em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_footnote {
            width: 100%;
            white-space: normal;
            font-size: 1.1em; }
      .top .top_wrapper .texts .banner_img_frame img {
        width: 13.3em;
        filter: drop-shadow(0 0 0.5rem white);
        padding: 0.7em 0.5em 0 0; }

  .aircon-banner a {
    max-width: 45em;
    width: calc(100% - 2em); }
  .aircon-banner img {
    border: 0.15rem solid #345EC4; }

  .komikomi {
    margin: 1.5em 0; }
    .komikomi div {
      width: 50em; }
      .komikomi div .komikomiText {
        background-color: #345EC4;
        border-radius: 100em;
        width: 100%; }
        .komikomi div .komikomiText p {
          font-size: 2.5em; }
    .komikomi .contents .contentsItem {
      border-radius: 0.9em; }
      .komikomi .contents .contentsItem img {
        height: 8em; }
      .komikomi .contents .contentsItem h3 {
        font-size: 2em; }
    .komikomi .contents .plus {
      width: 3em; }

  .merchandise .sub_title h1 {
    font-size: 4em; }
    .merchandise .sub_title h1 span {
      font-size: 1.2em; }
  .merchandise .wrapper {
    padding: 0 0em 5em;
    width: 100%;
    gap: 7em;
    padding: 4rem 2rem; }
    .merchandise .wrapper .item {
      font-size: 1.75em; }
      .merchandise .wrapper .item .percent_off {
        top: -2rem;
        left: -2rem;
        align-items: center;
        width: 6.8rem;
        height: 6.8rem;
        color: #345EC4;
        gap: 0.1em;
        margin: 0; }
        .merchandise .wrapper .item .percent_off .base_price {
          font-weight: 500;
          font-size: 0.8rem;
          margin-top: 0;
          margin-bottom: 0.5rem; }
        .merchandise .wrapper .item .percent_off h2 {
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 3.5rem;
          font-weight: bold;
          margin: -0.7rem 0 -1rem 0.5rem; }
          .merchandise .wrapper .item .percent_off h2 span {
            font-size: 1.1rem; }
        .merchandise .wrapper .item .percent_off .off {
          font-size: 1.3rem;
          font-weight: bold;
          margin-top: 0.4em; }
      .merchandise .wrapper .item .item_wrapper {
        margin: 0;
        width: 17rem;
        box-shadow: 0.3rem 0.3rem 1rem #00828750;
        color: #345EC4;
        font-weight: bold;
        border: 0.15rem solid #345EC4; }
        .merchandise .wrapper .item .item_wrapper .img_frame {
          width: 100%;
          height: 100%; }
          .merchandise .wrapper .item .item_wrapper .img_frame .logo_space {
            height: 1.5em;
            width: auto;
            background-color: white;
            padding: 0;
            border-radius: 0 0 0 1em;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); }
            .merchandise .wrapper .item .item_wrapper .img_frame .logo_space img {
              height: 100%;
              width: 8em;
              min-width: auto;
              padding: 0 0.5em;
              object-fit: contain; }
          .merchandise .wrapper .item .item_wrapper .img_frame .quantity_space {
            font-size: 14px;
            font-weight: 600;
            box-shadow: inset 0 0 0.05em 0.05em white; }
            .merchandise .wrapper .item .item_wrapper .img_frame .quantity_space .quantity_number {
              font-size: 1.5em; }
              .merchandise .wrapper .item .item_wrapper .img_frame .quantity_space .quantity_number .quantity_point {
                font-size: 0.7em; }
        .merchandise .wrapper .item .item_wrapper .product_information_1 .number_logo {
          border-bottom: 0.1rem solid #345EC4; }
        .merchandise .wrapper .item .item_wrapper .product_information_1 .model_number {
          font-size: 1.1rem; }
        .merchandise .wrapper .item .item_wrapper .product_information_1 .rinnai_logo {
          width: 4rem; }
        .merchandise .wrapper .item .item_wrapper .product_information_1 .list_price {
          font-size: 1rem; }
          .merchandise .wrapper .item .item_wrapper .product_information_1 .list_price .list_price_money span {
            font-size: 1.5rem; }
        .merchandise .wrapper .item .item_wrapper .komikomi_price {
          font-size: 0.8rem;
          padding: 0.3rem 0; }
        .merchandise .wrapper .item .item_wrapper .product_information_2 .tax_included_price .price {
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 3.5rem;
          text-align: center; }
        .merchandise .wrapper .item .item_wrapper .product_information_2 .tax_included_price div .tax_included {
          font-size: 0.7rem;
          margin-bottom: 0.3em; }
        .merchandise .wrapper .item .item_wrapper .product_information_2 .tax_included_price div .en {
          font-size: 2rem;
          margin-top: -0.3em; }
        .merchandise .wrapper .item .item_wrapper .product_information_2 .tax_included_price .kara {
          font-size: 2.75rem;
          margin-left: 0; }
      .merchandise .wrapper .item .open_type {
        font-size: 1em; }
      .merchandise .wrapper .item .function_space {
        margin: 0 auto;
        border-bottom: 0.1em solid #345EC4;
        width: 100%;
        padding: 0.3em 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .merchandise .wrapper .item .function_space .function {
          font-size: 1em; }

  .construction_cost {
    font-size: 1.3em; }
    .construction_cost .wrapper {
      width: 100%;
      margin: 1em 0 0; }
      .construction_cost .wrapper .main {
        max-width: 42em; }
        .construction_cost .wrapper .main .main_title {
          font-size: 4.2em; }
        .construction_cost .wrapper .main .main_cost .main_cost_construction {
          font-size: 2em;
          border: 0.15rem solid #345EC4; }
          .construction_cost .wrapper .main .main_cost .main_cost_construction p {
            text-align: center;
            margin-top: 2.1em;
            font-size: 18px; }
        .construction_cost .wrapper .main .main_cost .main_cost_price {
          font-size: 8em; }
        .construction_cost .wrapper .main .main_cost .main_cost_taxincluded {
          font-size: 2em; }
        .construction_cost .wrapper .main .main_quote {
          border-radius: 2em; }
          .construction_cost .wrapper .main .main_quote div h3 {
            font-size: 2.3em; }
          .construction_cost .wrapper .main .main_quote div p {
            font-size: 18px; }
      .construction_cost .wrapper .anri_guts img {
        width: 18em; }

  .nationwide_deployment {
    padding: 3em 0; }
    .nationwide_deployment .wrapper {
      width: 100%; }
      .nationwide_deployment .wrapper .main {
        text-align: center;
        margin-bottom: 3em; }
        .nationwide_deployment .wrapper .main .logo {
          width: 17em;
          margin-bottom: 1em; }
        .nationwide_deployment .wrapper .main div h2 {
          font-size: 4.5em; }
        .nationwide_deployment .wrapper .main div .decoration_line {
          width: 4em; }
        .nationwide_deployment .wrapper .main div .decoration_line_l {
          transform: scale(-1, 1); }
        .nationwide_deployment .wrapper .main h3 {
          font-size: 2.2em; }
      .nationwide_deployment .wrapper .nationwide {
        width: 35em; }

  .inquiry .wrapper .borujuku_guts {
    margin-right: 2em; }
    .inquiry .wrapper .borujuku_guts img {
      width: 30em; }
  .inquiry .wrapper .information {
    width: 40em; }
    .inquiry .wrapper .information .title .cheapest_price_title {
      font-size: 4.2em;
      letter-spacing: 0.1em; }
    .inquiry .wrapper .information .title .additional_fee {
      padding: 0.5em 0.6em;
      border-radius: 1.5em; }
      .inquiry .wrapper .information .title .additional_fee p {
        font-size: 1.5em;
        font-weight: bold; }
      .inquiry .wrapper .information .title .additional_fee h2 {
        font-size: 4em; }
    .inquiry .wrapper .information .title h3 {
      font-size: 2.75em;
      letter-spacing: 0.1em; }
    .inquiry .wrapper .information .ok {
      font-size: 1.5em;
      margin: 1em 0; }
    .inquiry .wrapper .information .tel {
      margin: 1em 0;
      border-radius: 100em;
      box-shadow: 0 0.25em 0.2em #ff510085; }
      .inquiry .wrapper .information .tel h4 {
        font-size: 3.5em; }
      .inquiry .wrapper .information .tel .freeDial {
        height: 3em;
        margin-right: 0.5em; }
      .inquiry .wrapper .information .tel:hover {
        transform: scale(0.98);
        box-shadow: 0 0.05rem 0.1rem #ff510085; }
    .inquiry .wrapper .information .mailLine {
      min-height: 2rem; }
      .inquiry .wrapper .information .mailLine .estimate_word {
        color: white; }
        .inquiry .wrapper .information .mailLine .estimate_word .mailLine_main_word {
          font-size: 2.3em; }
        .inquiry .wrapper .information .mailLine .estimate_word .mailLine_sub_word {
          font-size: 1.8em; }
      .inquiry .wrapper .information .mailLine .icon {
        width: 2.5em;
        margin-right: 0.5em; }
      .inquiry .wrapper .information .mailLine .mail,
      .inquiry .wrapper .information .mailLine .line {
        padding: 0.5em;
        border-radius: 100em;
        width: 100em;
        box-shadow: 0 0.25em 0.2em #00000030;
        height: 100%;
        transition: 0.2s; }
        .inquiry .wrapper .information .mailLine .mail:hover,
        .inquiry .wrapper .information .mailLine .line:hover {
          transform: scale(0.98);
          box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5); }

  .cheap_reason {
    padding: 8em 0; }
    .cheap_reason .wrapper .information {
      margin-bottom: 4em; }
      .cheap_reason .wrapper .information .haruka_surprised img {
        width: 25em;
        margin-right: 1em; }
      .cheap_reason .wrapper .information .words {
        letter-spacing: 0.1em; }
        .cheap_reason .wrapper .information .words h3 {
          font-size: 3.5em; }
        .cheap_reason .wrapper .information .words h1 {
          font-size: 8em;
          text-shadow: 0 0 0.3em #82FFEE;
          letter-spacing: 0.1em; }
        .cheap_reason .wrapper .information .words p {
          font-size: 2.2em; }
        .cheap_reason .wrapper .information .words .underline span {
          font-size: 1.7em; }
    .cheap_reason .wrapper .comparison {
      justify-content: center;
      width: 100%;
      row-gap: 5em;
      font-size: 2em; }
      .cheap_reason .wrapper .comparison .cheap_reason_another,
      .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya {
        margin: 0 2.5em; }
        .cheap_reason .wrapper .comparison .cheap_reason_another .via span .maker_icon,
        .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .via span .maker_icon {
          width: 4em; }
        .cheap_reason .wrapper .comparison .cheap_reason_another .via span .house_icon,
        .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .via span .house_icon {
          width: 5em; }

  .moreover {
    padding: 2em 0 3em 0;
    font-size: 2.5em; }
    .moreover h1 {
      z-index: 99; }
    .moreover .dot-text {
      padding-top: .1em;
      background-position: top left -5px;
      background-size: 1em .3em; }
    .moreover .underline {
      border-bottom: 0.3em solid #FCF204; }
    .moreover .triangle {
      z-index: -10;
      bottom: -2em;
      left: 50%;
      width: 0;
      height: 0;
      border-width: 5rem 10rem 0 10rem; }

  .safe_trust {
    padding: 6rem 0 5rem 0; }
    .safe_trust .wrapper .main_title {
      font-size: 4.5em;
      margin: 0 auto 2em; }
    .safe_trust .wrapper .sections {
      margin: 0 auto; }
      .safe_trust .wrapper .sections .section:not(.last) {
        margin: 0 0 10em 0; }
      .safe_trust .wrapper .sections .section .section_img {
        width: 32em; }
      .safe_trust .wrapper .sections .section .section_information {
        width: 50em;
        padding: 2em;
        border-radius: 1.5em; }
        .safe_trust .wrapper .sections .section .section_information .section_number {
          font-size: 8em;
          color: #8badff; }
        .safe_trust .wrapper .sections .section .section_information .section_title {
          margin-bottom: 0.3em;
          font-size: 3em; }
          .safe_trust .wrapper .sections .section .section_information .section_title .underline span {
            font-size: 1.5em; }
        .safe_trust .wrapper .sections .section .section_information .section_sentence {
          font-size: 16px; }
        .safe_trust .wrapper .sections .section .section_information .supplement {
          font-size: 14px; }
        .safe_trust .wrapper .sections .section .section_information .supplement:not(.last) {
          margin-bottom: 1.5em; }

  .promise {
    padding: 3em 0 0 0; }
    .promise .wrapper .promise_element p {
      font-size: 2.5em; }

  .flow {
    padding: 5em 0;
    font-size: 1.5em; }
    .flow .wrapper {
      width: calc(100% - 4em);
      padding: 5em 0 8em 0;
      max-width: 800px; }
      .flow .wrapper .main_title {
        margin-bottom: 1em;
        font-size: 4em; }
      .flow .wrapper .steps {
        display: block; }
        .flow .wrapper .steps .step {
          display: flex;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          margin: 0 auto;
          width: 80%;
          min-height: 10em;
          border-radius: 1.5em;
          padding: 2em;
          text-align: center;
          box-shadow: 0.3em 0.3em 1em #00877544; }
          .flow .wrapper .steps .step .sp_step_img {
            display: block;
            width: 6em;
            margin: 0 3em 0 1em; }
          .flow .wrapper .steps .step .step_number {
            display: none; }
          .flow .wrapper .steps .step .step_title {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: 1em; }
            .flow .wrapper .steps .step .step_title .sp_step_number,
            .flow .wrapper .steps .step .step_title .step_title_name {
              font-size: 2em;
              font-weight: bold;
              color: #345EC4;
              text-align: left; }
            .flow .wrapper .steps .step .step_title .sp_step_number {
              display: block; }
          .flow .wrapper .steps .step .step_img {
            display: none; }
          .flow .wrapper .steps .step .step_sentence {
            text-align: left;
            font-size: 16px;
            font-weight: 500;
            color: #2c2c2c; }
        .flow .wrapper .steps .next_pc {
          display: none; }
        .flow .wrapper .steps .next_sp {
          display: block;
          width: 2.5em;
          margin: 1.5em auto; }

  #suggestion .wrapper {
    font-size: 1.3em; }
    #suggestion .wrapper .sentence h1 {
      font-size: 2.5em; }
    #suggestion .wrapper .sentence h3 {
      font-size: 1.7em; }
    #suggestion .wrapper .suggestion_img {
      width: 25em; } }
@media screen and (max-width: 700px) {
  .top .top_wrapper .texts {
    width: 60%; } }
