@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
body.home #content .es-container {
  padding: 0;
  margin: 0;
  max-width: none;
  width: 100%; }

@media (max-width: 1380px) {
  .container {
    width: 90%; } }
@media (max-width: 480px) {
  .container {
    width: 95%; } }

/*============================================================================
	FV
=============================================================================*/
#hhFVWrap {
  padding: 40px 0 60px;
  position: relative; }
  #hhFVWrap .fvCatch01 {
    width: 492px;
    height: 124px;
    position: absolute;
    top: 45px;
    right: 11vw;
    z-index: 10; }
    @media (max-width: 480px) {
      #hhFVWrap .fvCatch01 {
        display: none; } }
  #hhFVWrap .keyBox {
    margin: auto;
    width: 67%; }
    #hhFVWrap .keyBox #clipFV {
      width: 100%;
      overflow: hidden;
      position: relative;
      clip-path: url(#clipshape); }
      #hhFVWrap .keyBox #clipFV::before {
        content: '';
        padding-top: 56.25%;
        display: block; }
      #hhFVWrap .keyBox #clipFV img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    #hhFVWrap .keyBox .fv-svg {
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      left: 0; }
      #hhFVWrap .keyBox .fv-svg path {
        transform: scale(0.0010416, 0.00185185); }
    #hhFVWrap .keyBox .fv-svg-sp {
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      left: 0; }
      #hhFVWrap .keyBox .fv-svg-sp path {
        transform: scale(0.00266, 0.001848); }
    @media (max-width: 480px) {
      #hhFVWrap .keyBox {
        width: 100%; }
        #hhFVWrap .keyBox #clipFV {
          clip-path: url(#clipshapeSP); }
          #hhFVWrap .keyBox #clipFV::before {
            padding-top: 144.26%; } }
  #hhFVWrap .fvDescBox {
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 8.3vw;
    z-index: 10; }
    #hhFVWrap .fvDescBox .yakuhan {
      letter-spacing: -0.3em; }
    #hhFVWrap .fvDescBox .l01 {
      margin: 0;
      font-size: 1.375rem;
      letter-spacing: 0; }
      #hhFVWrap .fvDescBox .l01 em {
        font-size: 2.25rem;
        font-weight: 900; }
    #hhFVWrap .fvDescBox .l02 {
      margin: 0;
      font-size: 3.4375rem;
      line-height: 0.8;
      letter-spacing: 0; }
      #hhFVWrap .fvDescBox .l02 span {
        font-size: 1.625rem; }
      #hhFVWrap .fvDescBox .l02 em {
        color: #0095DE;
        font-weight: 700; }
    #hhFVWrap .fvDescBox .l03 {
      margin: 20px 0 0;
      font-size: 0.875rem;
      line-height: 2; }
    @media (max-width: 480px) {
      #hhFVWrap .fvDescBox {
        top: 60%;
        left: 20px; }
        #hhFVWrap .fvDescBox .l01 {
          font-size: 0.875rem; }
          #hhFVWrap .fvDescBox .l01 em {
            font-size: 1.6875rem; }
        #hhFVWrap .fvDescBox .l02 {
          font-size: 2.3125rem; }
          #hhFVWrap .fvDescBox .l02 span {
            font-size: 1.125rem; }
        #hhFVWrap .fvDescBox .l03 {
          font-size: 0.625rem; } }
  #hhFVWrap .catchWrap {
    margin: auto;
    width: 100%;
    height: clamp(85px, 10.4vw, 156px);
    mix-blend-mode: multiply;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0; }
    #hhFVWrap .catchWrap picture {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      #hhFVWrap .catchWrap picture::before {
        content: '';
        padding-top: 9.5%;
        display: block; }
        @media (max-width: 480px) {
          #hhFVWrap .catchWrap picture::before {
            padding-top: 23.46%; } }
      #hhFVWrap .catchWrap picture img, #hhFVWrap .catchWrap picture source {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }

/*============================================================================
	NEWS
=============================================================================*/
.wp-block-column.hhTopInfo {
  margin: 40px auto;
  padding: 0;
  max-width: 1120px;
  width: 100%; }
  .wp-block-column.hhTopInfo ul {
    background: #0095DE;
    border-radius: 30px;
    padding: 20px 0; }
    .wp-block-column.hhTopInfo ul li {
      padding: 0;
      border-bottom: none; }
      .wp-block-column.hhTopInfo ul li a {
        padding: 0 40px;
        display: block; }
        .wp-block-column.hhTopInfo ul li a .list_content {
          display: -webkit-flex;
          display: -moz-flex;
          display: flex; }
          .wp-block-column.hhTopInfo ul li a .list_content .date {
            color: #FFFFFF;
            width: 100px; }
          .wp-block-column.hhTopInfo ul li a .list_content .wrap {
            color: #FFFFFF;
            font-weight: 400;
            width: calc(100% - 100px); }
      .wp-block-column.hhTopInfo ul li + li a {
        padding-top: 15px; }
      .wp-block-column.hhTopInfo ul li:last-child {
        margin-bottom: 0; }
    @media (max-width: 480px) {
      .wp-block-column.hhTopInfo ul {
        height: auto;
        border-radius: 0; }
        .wp-block-column.hhTopInfo ul li a {
          padding: 0 10px; }
          .wp-block-column.hhTopInfo ul li a .list_content .date {
            font-size: 0.75rem;
            width: 80px; }
          .wp-block-column.hhTopInfo ul li a .list_content .wrap {
            font-size: 0.75rem;
            width: calc(100% - 80px); }
        .wp-block-column.hhTopInfo ul li + li a {
          padding-top: 10px; } }

/*============================================================================
	slider
=============================================================================*/
#banSlideWrap {
  background: #fff;
  margin-top: min(100px,10.416vw); }
  @media (max-width: 480px) {
    #banSlideWrap {
      margin-top: 60px; } }
  #banSlideWrap .swipeStrImg {
    padding: 90px 0 110px; }
    @media (max-width: 480px) {
      #banSlideWrap .swipeStrImg {
        width: 100%;
        padding: 60px 0 100px; } }
    #banSlideWrap .swipeStrImg li a div figure {
      width: 100%;
      padding-top: 60%;
      position: relative;
      overflow: hidden; }
      #banSlideWrap .swipeStrImg li a div figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    #banSlideWrap .swipeStrImg li a:hover div figure img {
      transform: scale(1) !important; }
    @media (max-width: 480px) {
      #banSlideWrap .swipeStrImg li {
        width: 95%;
        margin: 0 auto; } }
  #banSlideWrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #banSlideWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px; }
    @media (max-width: 480px) {
      #banSlideWrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #banSlideWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 9px; } }
  #banSlideWrap .swiper-pagination {
    bottom: 55px; }
    #banSlideWrap .swiper-pagination .swiper-pagination-bullet {
      width: 18px;
      height: 18px;
      background-color: #0095DE; }
      @media (max-width: 480px) {
        #banSlideWrap .swiper-pagination .swiper-pagination-bullet {
          width: 14px;
          height: 14px; } }

/*============================================================================
	MISSION
=============================================================================*/
#hhMissionWrap {
  padding: min(100px,10.416vw) 0;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    #hhMissionWrap {
      padding-top: 60px; } }
  #hhMissionWrap .missionHeader figure {
    margin: auto;
    width: 100%;
    max-width: 1040px;
    border-radius: 40px;
    position: relative;
    overflow: hidden; }
    #hhMissionWrap .missionHeader figure::before {
      content: '';
      padding-top: 53.846%;
      display: block; }
    #hhMissionWrap .missionHeader figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      border-radius: 40px; }
    @media (max-width: 480px) {
      #hhMissionWrap .missionHeader figure {
        margin: 0 -5%;
        width: 110%;
        border-radius: 0; }
        #hhMissionWrap .missionHeader figure::before {
          padding-top: 101.3%; }
        #hhMissionWrap .missionHeader figure img {
          border-radius: 0; } }
  #hhMissionWrap .missionHeader h1 {
    color: #0095DE;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 10.4vw, 156px);
    line-height: 0.9;
    max-width: 660px;
    transform: translateY(-65%);
    position: relative; }
    #hhMissionWrap .missionHeader h1::before {
      content: '';
      width: 88px;
      height: 160px;
      background: url("/app/uploads/sites/1030/2023/06/top_human_mission01.svg") no-repeat 0 0/contain;
      position: absolute;
      top: auto;
      left: -20px;
      bottom: 100%; }
    #hhMissionWrap .missionHeader h1::after {
      content: '';
      width: 100px;
      height: 160px;
      background: url("/app/uploads/sites/1030/2023/06/top_human_mission02.svg") no-repeat 0 0/contain;
      position: absolute;
      left: 100%;
      bottom: 0; }
    @media (max-width: 480px) {
      #hhMissionWrap .missionHeader h1::before {
        width: 10.27vw;
        height: 18.67vw;
        left: 0; }
      #hhMissionWrap .missionHeader h1::after {
        width: 11.67vw;
        height: 18.67vw;
        left: 58.67%; } }
  #hhMissionWrap .mission02sec {
    width: 100%; }
    #hhMissionWrap .mission02sec figure {
      margin-right: -6%;
      width: 55.55%;
      overflow: hidden;
      position: relative;
      clip-path: url(#mission02frame_pc); }
      #hhMissionWrap .mission02sec figure::before {
        content: '';
        padding-top: 70%;
        display: block; }
      #hhMissionWrap .mission02sec figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      #hhMissionWrap .mission02sec figure .mission02frame_pc {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0; }
        #hhMissionWrap .mission02sec figure .mission02frame_pc path {
          transform: scale(0.00125, 0.001785723); }
      #hhMissionWrap .mission02sec figure .mission02frame_sp {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0; }
        #hhMissionWrap .mission02sec figure .mission02frame_sp path {
          transform: scale(0.002666, 0.003571441); }
      @media (max-width: 480px) {
        #hhMissionWrap .mission02sec figure {
          width: 100%;
          clip-path: url(#mission02frame_sp); }
          #hhMissionWrap .mission02sec figure::before {
            padding-top: 74.67%; } }
    #hhMissionWrap .mission02sec .mission02Box {
      margin: auto 0 auto auto;
      width: 50%;
      position: relative; }
      #hhMissionWrap .mission02sec .mission02Box::after {
        content: '';
        width: min(205px,21.354vw);
        height: min(160px,16.6665vw);
        background: url("/app/uploads/sites/1030/2023/06/top_human_mission03.svg") no-repeat 0 0/contain;
        display: block;
        position: absolute;
        top: auto;
        left: 51.94%;
        bottom: 0; }
      #hhMissionWrap .mission02sec .mission02Box h2 {
        margin: 0 auto min(50px,5.208vw);
        color: #0095DE;
        font-size: clamp(34.8px, 6.042vw, 58px);
        font-weight: 700;
        text-align: left;
        line-height: 1.4; }
        #hhMissionWrap .mission02sec .mission02Box h2::after {
          display: none; }
      #hhMissionWrap .mission02sec .mission02Box div p {
        margin: 0;
        color: #0095DE; }
        #hhMissionWrap .mission02sec .mission02Box div p + p {
          margin-top: 10px; }
      @media (max-width: 480px) {
        #hhMissionWrap .mission02sec .mission02Box {
          margin: 25px auto 0;
          width: calc(100% - 40px); }
          #hhMissionWrap .mission02sec .mission02Box::after {
            width: 24vw;
            height: 18.7vw;
            top: auto;
            left: 0;
            bottom: 100%; }
          #hhMissionWrap .mission02sec .mission02Box h2 {
            margin: 0 auto min(50px,5.208vw);
            font-size: 1.3125rem; }
            #hhMissionWrap .mission02sec .mission02Box h2 br {
              display: none; }
          #hhMissionWrap .mission02sec .mission02Box div p {
            font-size: 0.75rem; }
            #hhMissionWrap .mission02sec .mission02Box div p + p {
              margin-top: 5px; } }

/*============================================================================
	search
=============================================================================*/
#hhSearchWrap {
  margin: min(100px,10.416vw) auto;
  max-width: 1320px;
  width: 91.66%; }
  #hhSearchWrap h1 {
    margin: 0;
    text-align: center;
    transform: translateY(40%);
    position: relative;
    z-index: 100; }
    #hhSearchWrap h1 span {
      margin: auto 0;
      color: #2A9074;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: clamp(48px, 10.4vw, 156px);
      line-height: 0.9; }
    #hhSearchWrap h1::before {
      content: '';
      margin-right: 40px;
      width: 58px;
      height: 150px;
      background: url("/app/uploads/sites/1030/2023/06/top_human_search01.svg") no-repeat 0 0/contain;
      display: block; }
    #hhSearchWrap h1::after {
      content: '';
      margin-left: 40px;
      width: 72px;
      height: 150px;
      background: url("/app/uploads/sites/1030/2023/06/top_human_search02.svg") no-repeat 0 0/contain;
      display: block; }
  #hhSearchWrap .hhSearchWrap {
    border-radius: 40px; }
    #hhSearchWrap .hhSearchWrap::after {
      border-radius: 40px; }
    #hhSearchWrap .hhSearchWrap h2 {
      text-align: left; }
  @media (max-width: 480px) {
    #hhSearchWrap {
      padding: 0;
      width: 100%; }
      #hhSearchWrap h1 {
        transform: translateY(40%); }
        #hhSearchWrap h1::before {
          margin: auto;
          width: 27px;
          height: 70px; }
        #hhSearchWrap h1::after {
          margin: auto;
          width: 34px;
          height: 70px; }
      #hhSearchWrap .hhSearchWrap {
        border-radius: 0; }
        #hhSearchWrap .hhSearchWrap::after {
          border-radius: 0; } }

/*-----------------------------
	HorizontalScroll
------------------------------*/
.horizontalScroll {
  margin: 0 0 0 auto;
  width: calc(1120px + calc((100vw - 1120px) / 2));
  position: relative;
  z-index: 10; }
  .horizontalScroll .sclWrap {
    width: 100%;
    overflow-x: scroll; }
  @media (max-width: 1380px) {
    .horizontalScroll {
      width: 90%; } }
  @media (max-width: 480px) {
    .horizontalScroll {
      margin: 0;
      width: 100%; }
      .horizontalScroll .sclWrap {
        margin: 0 0 0 auto;
        width: 95%;
        overflow-x: scroll; } }
  .horizontalScroll .sclBtn {
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #333333;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 200; }
    .horizontalScroll .sclBtn i {
      width: 18px;
      height: 18px;
      background: url("/app/uploads/sites/1030/2023/06/icon_arrow.svg") no-repeat 0 0/contain;
      filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(347deg) brightness(106%) contrast(106%); }
    .horizontalScroll .sclBtn.prev {
      opacity: 0;
      left: -35px;
      right: auto; }
      .horizontalScroll .sclBtn.prev i {
        transform: rotate(180deg); }
    .horizontalScroll .sclBtn.next {
      left: auto;
      right: 0; }
    @media (max-width: 480px) {
      .horizontalScroll .sclBtn {
        width: 30px;
        height: 30px; }
        .horizontalScroll .sclBtn i {
          width: 12px;
          height: 12px; }
        .horizontalScroll .sclBtn.prev {
          left: 0; } }

/*============================================================================
	new arrivals
=============================================================================*/
#hhNAheaderWrap {
  margin: min(100px,10.416vw) auto 0;
  width: 100%;
  position: relative; }
  #hhNAheaderWrap::after {
    content: '';
    margin: 0 0 0 auto;
    width: calc(1320px + ((100% - 1320px) / 2));
    height: 100%;
    background: #FFFFFF;
    border-radius: 40px 0 0 0;
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1; }
    @media (max-width: 1380px) {
      #hhNAheaderWrap::after {
        width: 95.83vw; } }
    @media (max-width: 480px) {
      #hhNAheaderWrap::after {
        margin: auto;
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 40px; } }
  #hhNAheaderWrap #hhNewArrivalHeader {
    position: relative;
    z-index: 10; }
    #hhNAheaderWrap #hhNewArrivalHeader h1 {
      margin: 0 0 min(60px,6.2505vw); }
      #hhNAheaderWrap #hhNewArrivalHeader h1 span {
        color: #FDB927;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: clamp(48px, 10.4vw, 156px);
        line-height: 0.9;
        position: relative; }
        #hhNAheaderWrap #hhNewArrivalHeader h1 span::after {
          content: '';
          width: 56px;
          height: 150px;
          background: url("/app/uploads/sites/1030/2023/06/top_human_new.svg") no-repeat 0 0/contain;
          display: block;
          position: absolute;
          left: 105%;
          bottom: 30px; }
          @media (max-width: 480px) {
            #hhNAheaderWrap #hhNewArrivalHeader h1 span::after {
              width: 30px;
              height: 80px;
              left: 108%;
              bottom: 0; } }
    #hhNAheaderWrap #hhNewArrivalHeader dl {
      margin: 0 auto -20px; }
      #hhNAheaderWrap #hhNewArrivalHeader dl dt {
        margin: 0 0 auto;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex; }
        #hhNAheaderWrap #hhNewArrivalHeader dl dt span {
          margin: auto 10px auto 0;
          width: 40px;
          height: 40px;
          background: url("/app/uploads/sites/1030/2023/06/top_icon_new.svg") no-repeat 0 0/contain; }
      #hhNAheaderWrap #hhNewArrivalHeader dl dd {
        margin: 0 0 0 auto;
        width: 80.35%; }
        #hhNAheaderWrap #hhNewArrivalHeader dl dd ul li {
          margin: 0 2.5% 20px 0;
          width: 23%; }
          #hhNAheaderWrap #hhNewArrivalHeader dl dd ul li:nth-of-type(4n) {
            margin-right: 0; }
          #hhNAheaderWrap #hhNewArrivalHeader dl dd ul li a {
            padding: 10px;
            color: #FFFFFF;
            text-align: center;
            background: #333333;
            border-radius: 8px;
            display: block; }
      @media (max-width: 480px) {
        #hhNAheaderWrap #hhNewArrivalHeader dl dt {
          font-size: 1.125rem; }
          #hhNAheaderWrap #hhNewArrivalHeader dl dt span {
            width: 22px;
            height: 22px; }
        #hhNAheaderWrap #hhNewArrivalHeader dl dd {
          margin-top: 20px;
          width: 100%; }
          #hhNAheaderWrap #hhNewArrivalHeader dl dd ul li {
            margin: 0 5% 20px 0;
            width: 30%; }
            #hhNAheaderWrap #hhNewArrivalHeader dl dd ul li:nth-of-type(4n) {
              margin-right: 5%; }
            #hhNAheaderWrap #hhNewArrivalHeader dl dd ul li:nth-of-type(3n) {
              margin-right: 0; }
            #hhNAheaderWrap #hhNewArrivalHeader dl dd ul li a {
              font-size: 0.625rem;
              height: 48px;
              line-height: 1.4;
              display: -webkit-flex;
              display: -moz-flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; } }

#hhNewArrivalWrap {
  margin: 0 auto min(100px,10.416vw);
  padding: 40px 0 min(100px,10.416vw);
  width: 100%;
  position: relative; }
  #hhNewArrivalWrap::after {
    content: '';
    margin: 0 0 0 auto;
    width: calc(1320px + ((100% - 1320px) / 2));
    height: 100%;
    background: #FFFFFF;
    border-radius: 0 0 0 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    @media (max-width: 1380px) {
      #hhNewArrivalWrap::after {
        width: 95.83vw; } }
    @media (max-width: 480px) {
      #hhNewArrivalWrap::after {
        margin: auto;
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 40px; } }
  #hhNewArrivalWrap #estateScroll .sclBtn {
    background: #FDB927; }
  #hhNewArrivalWrap #estateScroll .hhNewArrival {
    padding: 0 40px 0 0;
    width: calc((360px * 8) + (20px * 7) + 40px);
    max-width: none; }
    @media (max-width: 480px) {
      #hhNewArrivalWrap #estateScroll .hhNewArrival {
        width: calc((200px * 8) + (20px * 7) + 40px); } }
    #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items {
      padding-top: 60px;
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
      #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items::before, #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items::after {
        display: none; }
      #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new {
        margin-right: 20px;
        padding: 20px;
        border-top: none;
        border-left: 3px solid #FDB927;
        border-right: 3px solid #FDB927;
        border-bottom: 3px solid #FDB927;
        position: relative; }
        #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new:last-of-type {
          margin-right: 0; }
        #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new::after {
          content: '';
          margin: auto;
          padding: 0;
          width: calc(100% + 5px);
          height: 65px;
          background: url("/app/uploads/sites/1030/2023/06/top_es_yane.svg") no-repeat center bottom;
          background-size: contain;
          display: block;
          position: absolute;
          top: auto;
          left: -2.5px;
          right: auto;
          bottom: 99.5%; }
        #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new::before {
          top: 25px;
          left: 25px; }
        #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new a span.fav {
          top: 25px;
          right: 25px; }
      @media (max-width: 480px) {
        #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items {
          width: calc((200px * 8) + (20px * 7) + 40px); }
          #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new {
            margin-right: 20px;
            padding: 10px; }
            #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new::after {
              height: 40px;
              background-size: 100% 100%; }
            #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new::before {
              top: 15px;
              left: 15px; }
            #hhNewArrivalWrap #estateScroll .hhNewArrival .es_new_block_items .wp-block-column.new a span.fav {
              top: 15px;
              right: 15px; } }

/*============================================================================
	towardsContents
=============================================================================*/
.towardsContents {
  margin: min(180px,18.75vw) auto;
  padding-bottom: min(120px,12.4995vw);
  position: relative; }
  @media (max-width: 480px) {
    .towardsContents {
      padding: 50px 0 60px; } }
  .towardsContents::after {
    content: '';
    width: calc(1320px + ((100% - 1320px) / 2));
    height: 50vw;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 0; }
    @media (max-width: 1380px) {
      .towardsContents::after {
        width: 95.83vw; } }
    @media (max-width: 480px) {
      .towardsContents::after {
        width: 100%;
        height: 100%; } }
  .towardsContents .towardsInner {
    width: calc(100% - calc((100vw - 1120px) / 2));
    position: relative;
    z-index: 10; }
    .towardsContents .towardsInner .ttlBox {
      width: 62.5%; }
      .towardsContents .towardsInner .ttlBox h1 {
        margin-bottom: max(-85px,-8.8545vw);
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: clamp(48px, 10.4vw, 156px);
        line-height: 0.9;
        position: relative;
        z-index: 5; }
      .towardsContents .towardsInner .ttlBox figure {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .towardsContents .towardsInner .ttlBox figure::before {
          content: '';
          padding-top: 60%;
          display: block; }
        .towardsContents .towardsInner .ttlBox figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    .towardsContents .towardsInner .textWrap {
      width: 31.25%;
      max-width: 400px; }
      .towardsContents .towardsInner .textWrap h2 {
        margin-bottom: min(50px,5.208vw);
        font-size: fa(32);
        font-weight: 700;
        text-align: left; }
        .towardsContents .towardsInner .textWrap h2::after {
          display: none; }
      .towardsContents .towardsInner .textWrap div p:not(.btn) {
        line-height: 1.875; }
      .towardsContents .towardsInner .textWrap div p.btn a {
        color: #FFFFFF;
        padding: 15px 20px 15px 25px;
        width: 100%;
        height: 60px;
        border-radius: 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        text-decoration: none; }
        .towardsContents .towardsInner .textWrap div p.btn a span {
          font-size: 1.125rem;
          font-weight: 700;
          width: calc(100% - 30px);
          height: 30px;
          line-height: 30px;
          border-right: 1px solid #FFFFFF; }
        .towardsContents .towardsInner .textWrap div p.btn a i {
          width: 30px;
          height: 30px;
          position: relative; }
          .towardsContents .towardsInner .textWrap div p.btn a i::before {
            content: '';
            margin: auto;
            width: 12px;
            height: 12px;
            background: url("/app/uploads/sites/1030/2023/06/icon_arrow.svg") no-repeat center center/contain;
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(347deg) brightness(106%) contrast(106%);
            transition: all .3s; }
        .towardsContents .towardsInner .textWrap div p.btn a:hover i::before {
          right: -5px; }
      .towardsContents .towardsInner .textWrap div p.pre {
        text-align: center;
        font-weight: 700; }
    @media (max-width: 480px) {
      .towardsContents .towardsInner {
        padding-left: 20px;
        width: 100%; }
        .towardsContents .towardsInner .ttlBox {
          width: 100%; }
          .towardsContents .towardsInner .ttlBox h1 {
            margin-bottom: max(-40px,-4.167vw); }
          .towardsContents .towardsInner .ttlBox figure::before {
            padding-top: 67.6%; }
        .towardsContents .towardsInner .textWrap {
          padding-right: 20px;
          width: 100%;
          position: relative; }
          .towardsContents .towardsInner .textWrap figure {
            margin: auto;
            position: absolute; }
          .towardsContents .towardsInner .textWrap h2 {
            font-size: 1.3125rem; }
          .towardsContents .towardsInner .textWrap div p {
            font-size: 0.75rem; }
          .towardsContents .towardsInner .textWrap div p.btn {
            width: 300px; }
            .towardsContents .towardsInner .textWrap div p.btn a {
              padding: 5px 20px;
              height: 40px;
              line-height: 40px; }
              .towardsContents .towardsInner .textWrap div p.btn a span {
                font-size: 1rem; } }
  .towardsContents#hhOwnerWrap::after {
    background: url("/app/uploads/sites/1030/2023/06/top_bg_left.svg") no-repeat 0 0/contain;
    left: 0;
    right: auto; }
  .towardsContents#hhOwnerWrap .towardsInner {
    margin: 0 0 0 auto; }
    .towardsContents#hhOwnerWrap .towardsInner .ttlBox {
      margin: 0 0 0 auto;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2; }
      .towardsContents#hhOwnerWrap .towardsInner .ttlBox h1 {
        color: #F1887B; }
      .towardsContents#hhOwnerWrap .towardsInner .ttlBox figure img {
        border-radius: 40px 0 0 40px; }
    .towardsContents#hhOwnerWrap .towardsInner .textWrap {
      margin-top: auto;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1; }
      .towardsContents#hhOwnerWrap .towardsInner .textWrap figure {
        margin-bottom: 20px;
        width: 284px;
        height: 240; }
      .towardsContents#hhOwnerWrap .towardsInner .textWrap div p.btn a {
        background-color: #F1887B; }
  @media (max-width: 480px) {
    .towardsContents#hhOwnerWrap::after {
      background: url("/app/uploads/sites/1030/2023/06/top_bg_sp.svg") no-repeat 0 0/cover;
      left: 0;
      right: 0; }
    .towardsContents#hhOwnerWrap .towardsInner .ttlBox {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1; }
    .towardsContents#hhOwnerWrap .towardsInner .textWrap {
      margin-top: 30px;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2; }
      .towardsContents#hhOwnerWrap .towardsInner .textWrap figure {
        width: 104px;
        height: 88px;
        transform: translateY(-40%);
        top: 0;
        left: auto;
        right: 14px;
        bottom: auto; } }
  .towardsContents#hhTenantWrap::after {
    background: url("/app/uploads/sites/1030/2023/06/top_bg_right.svg") no-repeat 0 0/contain;
    left: auto;
    right: 0; }
  .towardsContents#hhTenantWrap .towardsInner {
    margin: 0 auto 0 0; }
    .towardsContents#hhTenantWrap .towardsInner .ttlBox h1 {
      color: #36558F; }
    .towardsContents#hhTenantWrap .towardsInner .ttlBox figure img {
      border-radius: 0 40px 40px 0; }
    .towardsContents#hhTenantWrap .towardsInner .textWrap {
      margin: auto 0 0 auto; }
      .towardsContents#hhTenantWrap .towardsInner .textWrap figure {
        margin-bottom: 20px;
        width: 261px;
        height: 240px; }
      .towardsContents#hhTenantWrap .towardsInner .textWrap div p.btn a {
        background-color: #36558F; }
  @media (max-width: 480px) {
    .towardsContents#hhTenantWrap::after {
      background: url("/app/uploads/sites/1030/2023/06/top_bg_sp.svg") no-repeat 0 0/cover;
      left: 0;
      right: 0; }
    .towardsContents#hhTenantWrap .towardsInner .ttlBox figure img {
      border-radius: 40px 0 0 40px; }
    .towardsContents#hhTenantWrap .towardsInner .textWrap {
      margin-top: 30px; }
      .towardsContents#hhTenantWrap .towardsInner .textWrap figure {
        width: 104px;
        height: 88px;
        transform: translateY(-40%);
        top: 0;
        left: auto;
        right: 20px;
        bottom: auto; } }

/*============================================================================
	hhLocationWrap
=============================================================================*/
#hhLocationWrap {
  margin: min(100px,10.416vw) auto;
  width: 100%;
  position: relative; }
  @media (max-width: 480px) {
    #hhLocationWrap {
      padding-right: 0; } }
  #hhLocationWrap::after {
    content: '';
    margin: 0 0 0 auto;
    width: calc(1320px + ((100% - 1320px) / 2));
    height: 100%;
    background: #FFFFFF;
    border-radius: 40px 0 0 40px;
    display: block;
    position: absolute;
    top: min(80px,8.334vw);
    right: 0;
    z-index: 1; }
    @media (max-width: 1380px) {
      #hhLocationWrap::after {
        width: 95.83vw; } }
    @media (max-width: 480px) {
      #hhLocationWrap::after {
        margin: auto;
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 20px; } }
  #hhLocationWrap #hhLocationHeader {
    margin-bottom: min(40px,4.167vw);
    position: relative;
    z-index: 10; }
    #hhLocationWrap #hhLocationHeader h1 {
      margin: 0; }
      #hhLocationWrap #hhLocationHeader h1 span {
        color: #0095DE;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: clamp(48px, 10.4vw, 156px);
        line-height: 0.9;
        position: relative; }
        #hhLocationWrap #hhLocationHeader h1 span::before {
          content: '';
          width: 145px;
          height: 160px;
          background: url("/app/uploads/sites/1030/2023/06/top_human_local01.svg") no-repeat 0 0/contain;
          display: block;
          position: absolute;
          top: -10px;
          left: 70%; }
      @media (max-width: 480px) {
        #hhLocationWrap #hhLocationHeader h1 span {
          letter-spacing: 0; }
          #hhLocationWrap #hhLocationHeader h1 span::before {
            width: 73px;
            height: 80px;
            top: -40px; } }
  #hhLocationWrap #localScroll {
    position: relative; }
    #hhLocationWrap #localScroll h2 {
      margin: 0 0 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex; }
      #hhLocationWrap #localScroll h2::after {
        display: none; }
      #hhLocationWrap #localScroll h2 span {
        margin: auto 10px auto 0;
        width: 40px;
        height: 40px;
        background: url("/app/uploads/sites/1030/2023/06/top_icon_local.svg") no-repeat 0 0/contain; }
      @media (max-width: 480px) {
        #hhLocationWrap #localScroll h2 {
          margin: 0 0 10px 15px;
          font-size: 1.125rem; }
          #hhLocationWrap #localScroll h2 span {
            width: 22px;
            height: 22px; } }
    #hhLocationWrap #localScroll::before {
      content: '';
      width: 113px;
      height: 180px;
      background: url("/app/uploads/sites/1030/2023/06/top_human_local02.svg") no-repeat 0 0/contain;
      display: block;
      position: absolute;
      left: max(-100px,-10.416vw);
      bottom: max(-100px,-10.416vw);
      z-index: 5; }
      @media (max-width: 480px) {
        #hhLocationWrap #localScroll::before {
          width: 50px;
          height: 80px;
          left: 0; } }
    #hhLocationWrap #localScroll .sclBtn {
      background: #0095DE; }
    #hhLocationWrap #localScroll .hhBlogList {
      padding: 0 40px 0 0;
      width: calc((350px * 8) + (35px * 7) + 40px); }
      #hhLocationWrap #localScroll .hhBlogList .es-list {
        width: 100%; }
        #hhLocationWrap #localScroll .hhBlogList .es-list .has-4-columns > :not(:nth-child(4n+1)) {
          margin-left: 0; }
        #hhLocationWrap #localScroll .hhBlogList .es-list .has-4-columns li {
          margin: 0 35px 40px 0;
          width: 350px; }
          #hhLocationWrap #localScroll .hhBlogList .es-list .has-4-columns li:last-of-type {
            margin-right: 0; }
          #hhLocationWrap #localScroll .hhBlogList .es-list .has-4-columns li figure {
            width: 100%;
            position: relative; }
      @media (max-width: 480px) {
        #hhLocationWrap #localScroll .hhBlogList {
          width: calc((220px * 8) + (20px * 7) + 40px); }
          #hhLocationWrap #localScroll .hhBlogList .es-list .has-4-columns li {
            margin: 0 20px 40px 0;
            width: 220px; } }

/*============================================================================
	storeWrap
=============================================================================*/
#hhStoreWrap {
  margin: min(100px,10.416vw) auto;
  max-width: 1320px;
  width: 91.66%; }
  @media (max-width: 480px) {
    #hhStoreWrap {
      padding: 0;
      width: 100%; } }
  #hhStoreWrap h1 {
    margin: 0;
    text-align: center;
    transform: translateY(40%);
    position: relative;
    z-index: 100; }
    #hhStoreWrap h1 span {
      margin: auto 0;
      color: #333333;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: clamp(48px, 10.4vw, 156px);
      line-height: 0.9; }
    #hhStoreWrap h1::before {
      content: '';
      margin-right: 40px;
      width: 86px;
      height: 160px;
      background: url("/app/uploads/sites/1030/2023/06/top_human_store01.svg") no-repeat 0 0/contain;
      display: block; }
    #hhStoreWrap h1::after {
      content: '';
      margin-left: 40px;
      width: 105px;
      height: 160px;
      background: url("/app/uploads/sites/1030/2023/06/top_human_store02.svg") no-repeat 0 0/contain;
      display: block; }
    @media (max-width: 480px) {
      #hhStoreWrap h1::before {
        margin-right: 5px;
        width: 37px;
        height: 70px; }
      #hhStoreWrap h1::after {
        margin-left: 5px;
        width: 44px;
        height: 67px; } }
  #hhStoreWrap .storeInfoArea {
    padding: min(120px,12.4995vw) 0;
    background: #FFFFFF;
    border-radius: 40px; }
    #hhStoreWrap .storeInfoArea ul {
      margin-bottom: max(-60px,-6.2505vw); }
      #hhStoreWrap .storeInfoArea ul li {
        margin: 0 0 min(60px,6.2505vw);
        width: 50%;
        position: relative; }
        #hhStoreWrap .storeInfoArea ul li .name-en {
          position: absolute;
          top: 0;
          left: 0; }
          #hhStoreWrap .storeInfoArea ul li .name-en span {
            font-size: 1.125rem;
            font-weight: 700;
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
        #hhStoreWrap .storeInfoArea ul li figure {
          margin: 0 auto 20px;
          max-width: 440px;
          width: 78.57%;
          height: auto;
          border-radius: 20px;
          position: relative;
          overflow: hidden; }
          #hhStoreWrap .storeInfoArea ul li figure::before {
            content: '';
            padding-top: 72.7%;
            display: block; }
          #hhStoreWrap .storeInfoArea ul li figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            border-radius: 20px; }
        #hhStoreWrap .storeInfoArea ul li .nameBox {
          margin: 0 auto 20px;
          padding-bottom: 17px;
          max-width: 440px;
          width: 78.57%;
          border-bottom: 3px solid #333333;
          align-items: center; }
          #hhStoreWrap .storeInfoArea ul li .nameBox .name {
            font-size: 1.125rem;
            font-weight: 700;
            margin-bottom: 0; }
          #hhStoreWrap .storeInfoArea ul li .nameBox .strLinkBtn {
            text-align: right;
            margin: 0 0 0 auto;
            max-width: 440px; }
            #hhStoreWrap .storeInfoArea ul li .nameBox .strLinkBtn a {
              position: relative;
              display: inline-block;
              height: 40px;
              line-height: 40px;
              background: #0095DE;
              color: #fff;
              font-size: 14px;
              font-weight: 700;
              padding: 0 60px 0 20px;
              border-radius: 8px;
              transition: all .3s; }
              #hhStoreWrap .storeInfoArea ul li .nameBox .strLinkBtn a::after {
                content: '';
                position: absolute;
                display: block;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
                width: 14px;
                height: 14px;
                background: url("/wp-content/uploads/sites/1030/2023/06/str_arrow.svg") no-repeat center center/contain;
                transition: all .3s; }
              #hhStoreWrap .storeInfoArea ul li .nameBox .strLinkBtn a:hover::after {
                right: 15px; }
        #hhStoreWrap .storeInfoArea ul li address {
          margin: 0 auto;
          max-width: 440px;
          width: 78.57%;
          line-height: 1.875; }
        #hhStoreWrap .storeInfoArea ul li dl {
          margin: 10px auto 0;
          max-width: 440px;
          width: 78.57%;
          display: -webkit-flex;
          display: -moz-flex;
          display: flex; }
          #hhStoreWrap .storeInfoArea ul li dl dt {
            color: #FFFFFF;
            font-size: 0.875rem;
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #0095DE;
            border-radius: 30px; }
          #hhStoreWrap .storeInfoArea ul li dl dd {
            margin-left: 10px; }
    @media (max-width: 480px) {
      #hhStoreWrap .storeInfoArea {
        padding: min(100px,10.416vw) 20px; }
        #hhStoreWrap .storeInfoArea ul li {
          width: 100%;
          margin-bottom: 40px; }
          #hhStoreWrap .storeInfoArea ul li .name-en span {
            font-size: 0.75rem; }
          #hhStoreWrap .storeInfoArea ul li figure {
            margin: 0 0 20px auto;
            width: 93.13%; }
          #hhStoreWrap .storeInfoArea ul li .nameBox {
            margin: 0 0 5px auto;
            width: 93.13%; }
            #hhStoreWrap .storeInfoArea ul li .nameBox .name {
              font-size: 1rem; }
            #hhStoreWrap .storeInfoArea ul li .nameBox .strLinkBtn {
              width: auto; }
              #hhStoreWrap .storeInfoArea ul li .nameBox .strLinkBtn a {
                font-size: 0.75rem;
                padding: 0 40px 0 15px; }
                #hhStoreWrap .storeInfoArea ul li .nameBox .strLinkBtn a::after {
                  right: 15px; }
          #hhStoreWrap .storeInfoArea ul li address {
            margin: 0 0 0 auto;
            font-size: 0.75rem;
            width: 93.13%; }
          #hhStoreWrap .storeInfoArea ul li dl {
            margin: 10px 0 0 auto;
            width: 93.13%; }
            #hhStoreWrap .storeInfoArea ul li dl dt {
              font-size: 0.625rem;
              width: 72px;
              height: 25px;
              line-height: 25px; }
            #hhStoreWrap .storeInfoArea ul li dl dd {
              font-size: 0.75rem; } }
#important {
	border: 1px solid #1E95DE;
	background: rgba(255,255,255,.5);
	padding: 15px;
	margin: 40px auto;
    max-width: 1120px;
	width: 90%;
	text-align: center;
}
#important h3 {
	color: #1E95DE;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .25em;
}
#important h3::before,
#important h3::after {
	content: "－";
	display: inline-block;
	margin: .5em;
}
#important p {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: .75em;
}
#important a {
	color: #333;
}
#important a::after {
	content: ">>";
	display: inline-block;
	margin-left: .25em;
}