#hamburger a.btn-border-menu {
  color: #f9fd72;
  letter-spacing: 0.025rem;
  font-weight: 800;
  font-size: 12px; 
  border: 1.25px solid #ff7bac;
  border-radius: 20px;
  padding: 1px 12px;
  background: #ff7bac;
  position: relative;
  top: 3px;
}

#hamburger a.btn-border-menu:hover {
  color: #f9fd72;
  letter-spacing: 0.025rem;
  font-weight: 800;
  background: #ff7bac;
  border: 1.25px solid #ff7bac;
}

#hamburger.is-active a.btn-border-menu {
  background: #f9fd72;
  color: #ff7bac;
  border: 1.25px solid #f9fd72;
}

#hamburger.is-active a.btn-border-menu:hover {
  background: #f9fd72;
  color: #ff7bac;
  border: 1.25px solid #f9fd72;
  font-weight: 800;
}
.ttl-shared {
  position: relative;
  width: fit-content;
  margin: 0 auto; }
  .ttl-shared span {
    text-align: center;
    display: block;
    line-height: 1;
    letter-spacing: 0; }
    .ttl-shared span.en {
      background: url("../img/shared/ttl_deco.png") no-repeat center bottom/170px auto;
      color: #62cac3;
      padding-bottom: 18px;
      margin-bottom: 18px;
      font-size: 27px; }
    .ttl-shared span.jp {
      font-size: 40px;
      color: #0071bc;
      font-weight: bold; }
  .ttl-shared.type-2 span.en {
    background-image: url("../img/shared/ttl_deco2.png");
    color: #fff; }
  .ttl-shared.type-2 span.jp {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .ttl-shared {
      width: auto; }
      .ttl-shared::before {
        top: 50% !important;
        left: -10px !important;
        transform: translateY(-50%); }
      .ttl-shared:after {
        top: 50% !important;
        right: -10px !important;
        transform: translateY(-50%); }
      .ttl-shared span.en {
        font-size: 16px; }
      .ttl-shared span.jp {
        font-size: 26px; } }

.btn-shared {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto; }
  .btn-shared a {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    background: #ff7bac;
    line-height: 83px;
    border-radius: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    display: block;
    padding-left: 4%;
    box-sizing: border-box; }
    .btn-shared a span {
      color: #ff0; }
    .btn-shared a:hover {
      opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .btn-shared a {
      margin: 100px auto 0px;
      font-size: 20px;
      line-height: 64px;
      width: 100%; } }

.section-shared h4 {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background: #ff7bac;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 65px; }
  .section-shared h4 i {
    position: absolute;
    width: 144px;
    z-index: 1;
    display: block;
    top: -62px;
    left: 16%; }
  .section-shared h4::before {
    content: '';
    position: absolute;
    top: -125px;
    right: -46px;
    width: 163px;
    height: 159px;
    background: url("../img/aircon/sec8_deco2.png") center/cover;
    z-index: 1; }
.section-shared .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 64px; }
.section-shared .box-shared {
  position: relative;
  width: 48%;
  box-sizing: border-box;
  background: #FFFEEE;
  border-radius: 20px;
  padding: 30px 3% 16px; }
  .section-shared .box-shared h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 42px;
    padding-bottom: 20px;
    background: url("../img/aircon/sec8_line.png") repeat-x bottom left/auto 12px;
    margin-bottom: 11px; }
  .section-shared .box-shared .txt-img-price {
    position: absolute;
    top: -50px;
    right: -20px;
    width: 220px;
    z-index: 1; }
  .section-shared .box-shared .row1 {
    display: flex;
    gap: 8px; }
  .section-shared .box-shared .txt1 {
    width: fit-content;
    border-radius: 15px;
    border: 2px solid #62CAC3;
    background: #fff;
    padding: 18px;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 10px;
    font-weight: 400;
    color: #000;
    position: relative;
    text-align: center; }
    .section-shared .box-shared .txt1:first-child {
      padding: 10px 20px; }
      .section-shared .box-shared .txt1:first-child::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -18px;
        width: 27px;
        height: 26px;
        transform: translateY(-50%);
        background: url("../img/aircon/sec8_add.png") center/cover;
        z-index: 1; }
  .section-shared .box-shared .txt4 {
    width: 100%;
    border-radius: 15px;
    border: 2px solid #62CAC3;
    background: #fff;
    padding: 18px;
    line-height: 24px;
    padding: 10px 4%;
    font-weight: 700;
    color: #000; }
  .section-shared .box-shared .row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 13px 0px 0px; }
    .section-shared .box-shared .row2 .txt2 {
      position: relative;
      line-height: 1.2;
      font-size: 12px; }
      .section-shared .box-shared .row2 .txt2::before {
        content: '';
        position: absolute;
        top: 48%;
        left: 3%;
        width: 100%;
        height: 2px;
        background: #FF0000;
        transform: rotate(-17deg);
        z-index: 1; }
      .section-shared .box-shared .row2 .txt2 span {
        font-size: 30px; }
        .section-shared .box-shared .row2 .txt2 span small {
          font-size: 15px; }
        .section-shared .box-shared .row2 .txt2 span span {
          font-size: 18px; }
    .section-shared .box-shared .row2 .txt3 {
      text-align: center;
      color: #FF7BAC;
      font-weight: 700;
      font-size: 55px;
      line-height: 32px;
      margin: -23px 0px 0px;
      background-image: linear-gradient(#FFEE21, #FFEE21);
      background-repeat: no-repeat;
      background-size: 100% 12px;
      background-position: 0 98%; }
      .section-shared .box-shared .row2 .txt3 small {
        font-size: 26px; }
      .section-shared .box-shared .row2 .txt3 span {
        color: #000;
        font-size: 19px; }
  .section-shared .box-shared .box-btn a {
    display: block;
    margin: 20px auto 0px;
    background: #62CAC3;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    border-radius: 20px;
    position: relative;
    width: 80%;
    max-width: 171px; }
    .section-shared .box-shared .box-btn a::after {
      content: '';
      position: relative;
      display: inline-block;
      width: 10px;
      height: 16px;
      background: url("../img/aircon/arrow2.png") center/cover;
      top: 2px;
      margin-left: 4%; }
    .section-shared .box-shared .box-btn a:hover {
      opacity: .8; }
@media screen and (min-width: 768px) and (max-width: 950px) {
  .section-shared h4 i {
    left: 12%; }
  .section-shared .flex {
    display: block; }
  .section-shared .box-shared {
    width: 75%;
    margin: 0px auto 60px;
    padding: 30px 5% 16px; }
    .section-shared .box-shared:last-child {
      margin-bottom: 0px; } }
@media screen and (max-width: 767px) {
  .section-shared h4 {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 50px; }
    .section-shared h4 i {
      width: 100px;
      left: -9%;
      top: -43px; }
    .section-shared h4::before {
      top: -80px;
      right: -10px;
      width: 92px;
      height: 90px; }
  .section-shared .flex {
    display: block; }
  .section-shared .box-shared {
    width: 100%;
    margin: 0px 0px 40px;
    padding: 30px 4% 16px; }
    .section-shared .box-shared h5 {
      font-size: 18px;
      background-size: auto 10px;
      line-height: 30px;
      padding-bottom: 10px; }
    .section-shared .box-shared .txt-img-price {
      width: 39%;
      top: -35px;
      right: -2%; }
      .section-shared .box-shared .txt-img-price.txt-img-price1 {
        width: 42%;
        right: -6%; }
    .section-shared .box-shared .txt1 {
      font-size: 14px;
      line-height: 20px; }
    .section-shared .box-shared .row2 .txt2 {
      font-size: 10px; }
      .section-shared .box-shared .row2 .txt2 span {
        font-size: 24px; }
        .section-shared .box-shared .row2 .txt2 span span {
          font-size: 16px; }
    .section-shared .box-shared .row2 .txt3 {
      font-size: 36px;
      margin-top: -17px;
      line-height: 26px;
      background-position: 0 98%; }
      .section-shared .box-shared .row2 .txt3 span {
        font-size: 16px; }
      .section-shared .box-shared .row2 .txt3 small {
        font-size: 30px; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 53px 0 87px;
  height: 112.5px; }
  #header::before {
    content: '';
    position: absolute;
    background: url("../img/shared/hd_deco.png") no-repeat left top/auto 112.5px, url("../img/shared/hd_deco2.png") repeat-x right top/auto 112.5px;
    inset: 0;
    z-index: 2; }
  #header .logo {
    position: relative;
    z-index: 3;
    padding-top: 26px;
    width: 220px; }
    #header .logo a {
      display: block; }
      #header .logo a img {
        display: block; }
  #header #menu-toggle {
    flex: 1;
    max-width: 658px;
    padding-top: 23px; }
    #header #menu-toggle .nav-list {
      display: flex;
      justify-content: space-between;
      gap: 10px; }
      #header #menu-toggle .nav-list > li > a,
      #header #menu-toggle .nav-list > li > span {
        display: block;
        position: relative;
        z-index: 3;
        cursor: pointer;
        color: #fff;
        display: block;
        padding-left: 27px;
        font-size: 18.7px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em; }
        #header #menu-toggle .nav-list > li > a::before,
        #header #menu-toggle .nav-list > li > span::before {
          content: '';
          position: absolute;
          background: url("../img/shared/icon_arrow.svg") no-repeat;
          width: 21px;
          height: 21px;
          background-size: 100%;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          transform-origin: top; }
        #header #menu-toggle .nav-list > li > a:hover,
        #header #menu-toggle .nav-list > li > span:hover {
          opacity: 0.7; }
      #header #menu-toggle .nav-list .parent > span::after {
        content: "";
        position: absolute;
        background: #b9e7e4;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        width: 23px;
        height: 15px;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
      #header #menu-toggle .nav-list .parent .sub-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: url("../img/shared/sub_navi_bg.png") no-repeat center bottom/cover;
        padding: 118px 0 80px;
        transition: 0.3s; }
        #header #menu-toggle .nav-list .parent .sub-nav .inner {
          position: relative;
          max-width: 1177px;
          margin: 0 auto;
          padding: 0 30px; }
        #header #menu-toggle .nav-list .parent .sub-nav .subject {
          position: absolute;
          top: 10px;
          left: 30px;
          width: 346px; }
        #header #menu-toggle .nav-list .parent .sub-nav ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          row-gap: 10px; }
          #header #menu-toggle .nav-list .parent .sub-nav ul li {
            width: calc((264.5 / 1117) * 100%); }
            #header #menu-toggle .nav-list .parent .sub-nav ul li a {
              display: block; }
  @media screen and (min-width: 768px) {
    #header #menu-toggle .nav-list .parent > span::after {
      opacity: 0; }
    #header #menu-toggle .nav-list .parent .sub-nav {
      opacity: 0;
      visibility: hidden;
      transition: 0.3s; }
    #header #menu-toggle .nav-list .parent:hover > span::after {
      opacity: 1; }
    #header #menu-toggle .nav-list .parent:hover .sub-nav {
      opacity: 1;
      visibility: visible; } }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    #header {
      padding: 0 30px; }
      #header .logo {
        width: 200px;
        padding-top: 15px; }
      #header #menu-toggle {
        max-width: 500px; }
        #header #menu-toggle .nav-list > li > a,
        #header #menu-toggle .nav-list > li span {
          font-size: 14px; }
        #header #menu-toggle .nav-list .parent .sub-nav .subject {
          position: unset;
          margin: 0 auto 30px; }
        #header #menu-toggle .nav-list .parent .sub-nav ul li {
          width: 32%; }
          #header #menu-toggle .nav-list .parent .sub-nav ul li:nth-child(1), #header #menu-toggle .nav-list .parent .sub-nav ul li:nth-child(2), #header #menu-toggle .nav-list .parent .sub-nav ul li:last-child {
            display: none; } }
  @media screen and (max-width: 767px) {
    #header {
      padding: 0;
      background: url("../img/shared/hd_deco.png") no-repeat left bottom/cover;
      height: 60px; }
      #header::before {
        display: none; }
      #header .logo {
        box-sizing: content-box;
        padding: 14px 0 0 40px;
        width: 100px; }
      #header #menu-toggle {
        position: fixed;
        inset: 0;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        padding: 50px 4%;
        z-index: 998;
        max-width: unset;
        background: #b9e7e4; }
        #header #menu-toggle .nav-list {
          display: block; }
          #header #menu-toggle .nav-list > li > a,
          #header #menu-toggle .nav-list > li > span {
            color: #0071bc;
            font-size: 20px; }
          #header #menu-toggle .nav-list > li + li {
            margin-top: 30px; }
          #header #menu-toggle .nav-list .parent > span::after {
            -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
            background: #fff;
            top: 50%;
            left: auto;
            right: 0;
            width: 15px;
            height: 10px;
            transform: translateY(-50%); }
          #header #menu-toggle .nav-list .parent .sub-nav {
            position: unset;
            background: transparent;
            padding: 20px 0 0;
            display: none; }
            #header #menu-toggle .nav-list .parent .sub-nav .inner {
              padding: 0; }
            #header #menu-toggle .nav-list .parent .sub-nav .subject {
              position: unset;
              width: 70%;
              margin: 0 auto 20px; }
            #header #menu-toggle .nav-list .parent .sub-nav ul li {
              width: calc(50% - 5px); }
          #header #menu-toggle .nav-list .parent.active > span:after {
            clip-path: polygon(50% 0, 0 100%, 100% 100%); }
          #header #menu-toggle .nav-list .parent.active .sub-nav {
            display: block; } }

@media screen and (max-width: 767px) {
  #hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 120px;
    height: 26px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1000; }

  #hamburger .menu-trigger {
    position: relative;
    width: 120px;
    height: 16px; }

  #hamburger .menu-trigger span {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    left: 0;
    transition: 0.3s; }

  #hamburger .menu-trigger span:nth-child(1) {
    top: 0; }

  #hamburger .menu-trigger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%); }

  #hamburger .menu-trigger span:nth-child(3) {
    bottom: 0; }
  
  #hamburger.is-active a.btn-border-menu {
  background: #f9fd72;
  color: #ff7bac;}

  #hamburger.is-active .menu-trigger span:nth-child(1) {
    top: 50%;
    left: -1px;
    transform: rotate(45deg) translateY(-50%); }

  #hamburger.is-active .menu-trigger span:nth-child(2) {
    opacity: 0; }

  #hamburger.is-active .menu-trigger span:nth-child(3) {
    width: 100%;
    top: 50%;
    bottom: 0;
    transform: rotate(-45deg) translateY(-50%); } }
#footer {
  position: relative;
  z-index: 1;
  padding: 500px 0 52px; }
  #footer.bg-2 {
    background: #fff; }
  #footer.pd-2 {
    padding-top: 300px; }
  #footer::before {
    content: '';
    position: absolute;
    background: url("../img/shared/ft_bg.png") no-repeat center bottom/100%;
    inset: -1000px 0 0;
    z-index: -1; }
  #footer .wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 32px;
    gap: 32px;
    color: #fff; }
  #footer .group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 32px; }
  #footer .logo {
    width: 248px; }
  #footer .group-link {
    display: flex;
    margin-top: 16px; }
    #footer .group-link li {
      border-left: 1px solid #fff; }
      #footer .group-link li a {
        display: block;
        padding: 0 5px 2px;
        line-height: 1; }
        #footer .group-link li a:hover {
          opacity: 0.7; }
      #footer .group-link li:last-child {
        border-right: 1px solid #fff; }
  #footer address {
    margin-top: 16px;
    font-size: 13px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    #footer {
      padding-top: 412px;
      padding-bottom: 40px; }
      #footer::before {
        background-size: 1500px auto; }
      #footer .wrap {
        gap: 20px; }
      #footer address {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 200px 0 100px; }
      #footer::before {
        background-position: center bottom 249px;
        background-size: 200%; }
      #footer:after {
        content: '';
        position: absolute;
        background: #29abe2;
        height: 250px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -2; }
      #footer.pd-2 {
        padding: 100px 0; }
      #footer .wrap {
        display: block; }
      #footer .group {
        display: block; }
      #footer .logo {
        width: 200px;
        margin: 0 auto; }
      #footer .group-link {
        justify-content: center;
        flex-wrap: wrap; }
        #footer .group-link li {
          text-align: center;
          width: 100%;
          border: none !important; }
          #footer .group-link li + li {
            margin-top: 10px; }
      #footer address {
        text-align: center; } }

#ft_fixed {
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 10; }
  #ft_fixed p {
    height: 200px;
    background: #FF7BAC;
    color: #fff;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px 0 0 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s; }
    #ft_fixed p span {
      color: #FFFF00; }
    #ft_fixed p::before {
      content: '';
      position: relative;
      width: 21px;
      height: 28px;
      display: inline-block;
      background: url("../img/aircon/sec9_icon3.png") center/cover;
      margin: 0px auto 8px; }
    @media screen and (min-width: 768px) {
      #ft_fixed p:hover {
        opacity: .8;
        text-decoration: none; } }
  @media screen and (max-width: 767px) {
    #ft_fixed {
      top: auto;
      bottom: 0px;
      left: 0px;
      width: 100%; }
      #ft_fixed p {
        height: auto;
        width: 100%;
        font-size: 20px;
        padding: 10px 0px;
        border-radius: 0; }
        #ft_fixed p::before {
          margin: 0px 8px 0px 0px;
          top: 6px; } }
