@charset "UTF-8";
/* ==========================================================
   スクロールバーの設定
========================================================== */
::-webkit-scrollbar {
  width: 5px;
  position: relative;
  z-index: 9999; }

::-webkit-scrollbar-track {
  background-color: rgba(40, 40, 40, 0.8); }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5); }

.header .header__inner nav {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */ }

.header .header__inner nav::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */ }

body.menuOpen {
  overflow: hidden; }

#header2023renew {
  font-family: "Shippori Mincho", "YakuHanMP", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.015em;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #282828;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    #header2023renew {
      height: 50px; } }
  #header2023renew .header__in {
    background: #fff;
    box-shadow: 0 0 5px #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s; }
    body.menuOpen #header2023renew .header__in {
      background: transparent; }
    #header2023renew .header__in h1.headerLogo {
      display: inline-block;
      margin-left: 20px;
      z-index: 9999; }
      @media screen and (max-width: 768px) {
        #header2023renew .header__in h1.headerLogo {
          margin-left: 10px; } }
      #header2023renew .header__in h1.headerLogo a {
        display: flex;
        align-items: center;
        height: 100%; }
        #header2023renew .header__in h1.headerLogo a img {
          width: auto;
          height: 30px;
          margin: auto;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            #header2023renew .header__in h1.headerLogo a img {
              height: 20px; } }
    #header2023renew .header__in .rightArea {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 2rem; }
    #header2023renew .header__in .headerLogoAnabuki a {
      display: flex;
      align-items: center; }
      #header2023renew .header__in .headerLogoAnabuki a img {
        width: 100%;
        height: 26px; }
        @media screen and (max-width: 768px) {
          #header2023renew .header__in .headerLogoAnabuki a img {
            width: auto;
            height: 20px; } }
    #header2023renew .header__in .openBtn {
      width: 70px;
      height: 70px;
      background: #333333;
      cursor: pointer;
      position: relative;
      z-index: 9999; }
      @media screen and (max-width: 768px) {
        #header2023renew .header__in .openBtn {
          width: 50px;
          height: 50px; } }
      #header2023renew .header__in .openBtn .openBtn__in {
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%); }
        #header2023renew .header__in .openBtn .openBtn__in .hamburg {
          display: block;
          width: 40px;
          height: 10px;
          position: relative;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            #header2023renew .header__in .openBtn .openBtn__in .hamburg {
              width: 25px;
              height: 8px; } }
          #header2023renew .header__in .openBtn .openBtn__in .hamburg i {
            display: block;
            width: 100%;
            height: 1px;
            background: #fff;
            position: absolute;
            transition: .3s; }
            #header2023renew .header__in .openBtn .openBtn__in .hamburg i:first-child {
              top: 0;
              left: 0; }
              body.menuOpen #header2023renew .header__in .openBtn .openBtn__in .hamburg i:first-child {
                top: 50%;
                transform: translateY(-50%) rotate(25deg); }
            #header2023renew .header__in .openBtn .openBtn__in .hamburg i:last-child {
              bottom: 0;
              left: 0; }
              body.menuOpen #header2023renew .header__in .openBtn .openBtn__in .hamburg i:last-child {
                top: 50%;
                transform: translateY(-50%) rotate(-25deg); }
        #header2023renew .header__in .openBtn .openBtn__in p {
          line-height: 1;
          margin-top: 5px;
          transition: .3s; }
          #header2023renew .header__in .openBtn .openBtn__in p::before {
            content: attr(data-menu);
            font-size: 11px;
            color: #fff;
            font-family: "Marcellus", serif;
            letter-spacing: 0.15em; }
            body.menuOpen #header2023renew .header__in .openBtn .openBtn__in p::before {
              content: attr(data-close); }
            @media screen and (max-width: 768px) {
              #header2023renew .header__in .openBtn .openBtn__in p::before {
                font-size: 10px; } }
  #header2023renew .navMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    background: url(../../img/common/quality_bg.png) center repeat-y;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
    body.menuOpen #header2023renew .navMenu {
      opacity: 1;
      visibility: visible; }
    #header2023renew .navMenu .navMenu__outer {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1199px) {
        #header2023renew .navMenu .navMenu__outer {
          position: relative;
          top: 0;
          left: 0;
          transform: none;
          padding: 80px 0 100px;
          gap: 0px; } }
      @media screen and (max-width: 768px) {
        #header2023renew .navMenu .navMenu__outer {
          gap: 0px;
          padding: 60px 0 100px; } }
      @media screen and (max-height: 800px) {
        #header2023renew .navMenu .navMenu__outer {
          top: 60px;
          left: 0%;
          position: static;
          transform: translate(0%, 80px);
          height: 80%;
          overflow-y: scroll;
          padding: 20px; } }
      #header2023renew .navMenu .navMenu__outer .navMenu__inner {
        width: calc((100% - 40px) / 2);
        display: flex;
        flex-direction: column;
        gap: 30px; }
        @media screen and (max-width: 1199px) {
          #header2023renew .navMenu .navMenu__outer .navMenu__inner {
            width: 100%;
            gap: 0px; } }
        #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List a {
          position: relative; }
        #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navTtl {
          border-bottom: 1px solid #a8b1ab; }
          #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navTtl .ttl {
            font-size: 20px;
            display: block;
            width: 100%;
            padding: 8px 0;
            position: relative;
            transition: .3s; }
            @media screen and (max-width: 1199px) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navTtl .ttl {
                padding: 16px 0; } }
            @media screen and (max-width: 768px) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navTtl .ttl {
                font-size: 18px; } }
            @media (hover: hover) and (pointer: fine) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navTtl .ttl:hover:hover {
                opacity: 0.6; } }
            @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navTtl .ttl:hover:hover {
                opacity: 0.6; } }
        @media screen and (max-width: 1199px) {
          #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .acd-menu {
            display: none; }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .acd-menu.active {
              display: block; } }
        #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearch {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          margin-top: 10px; }
          #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearch li {
            width: calc((100% - 20px) / 3); }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearch li a {
              display: block;
              width: 100%;
              height: 100%;
              font-size: 16px;
              font-weight: 500;
              text-align: center;
              padding: 5px;
              color: #282828;
              background: #bdbda9;
              border: 1px solid #bdbda9;
              transition: .3s; }
              @media screen and (max-width: 768px) {
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearch li a {
                  font-size: 13px;
                  line-height: 42px;
                  padding: 0 5px; } }
              @media (hover: hover) and (pointer: fine) {
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearch li a:hover:hover {
                  color: #fff;
                  background: #8e8d5c; } }
              @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearch li a:hover:hover {
                  color: #fff;
                  background: #8e8d5c; } }
        #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn {
          text-align: center;
          margin-top: 20px; }
          #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn .txt {
            font-size: 14px;
            color: #8E8D5C;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn .txt {
                font-size: 13px; } }
          #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn a {
            display: block;
            font-size: 16px;
            color: #282828;
            background: #bdbda9;
            border: 1px solid #bdbda9;
            width: 100%;
            padding: 5px;
            transition: .3s; }
            @media screen and (max-width: 768px) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn a {
                font-size: 14px;
                line-height: 42px;
                padding: 0 5px; } }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn a .c-btn-arw {
              border-right: 1px solid #282828;
              border-bottom: 1px solid #282828; }
            @media (hover: hover) and (pointer: fine) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn a:hover:hover {
                color: #8e8d5c;
                background: #fff; }
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn a:hover:hover .c-btn-arw {
                  border-right: 1px solid #8e8d5c;
                  border-bottom: 1px solid #8e8d5c; } }
            @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn a:hover:hover {
                color: #8e8d5c;
                background: #fff; }
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navSearchBtn a:hover:hover .c-btn-arw {
                  border-right: 1px solid #8e8d5c;
                  border-bottom: 1px solid #8e8d5c; } }
        #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail {
          background: #fff;
          padding: 15px 20px; }
          @media screen and (max-width: 768px) {
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail {
              padding: 10px; } }
          #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .quality {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 3px; }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .quality li {
              width: calc((100% - 3px) / 2 - 1%); }
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .quality li a {
                display: block;
                font-size: 16px;
                padding: 3px 0;
                transition: .3s; }
                @media screen and (max-width: 768px) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .quality li a {
                    font-size: 14px; } }
                @media (hover: hover) and (pointer: fine) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .quality li a:hover:hover {
                    opacity: 0.6; } }
                @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .quality li a:hover:hover {
                    opacity: 0.6; } }
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .quality li a .c-btn-arw {
                  width: 7px;
                  height: 7px; }
          #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members {
            display: flex;
            flex-direction: column;
            gap: 10px; }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a {
              display: block;
              width: 100%;
              font-size: 16px;
              font-weight: 500;
              text-align: center;
              padding: 5px;
              transition: .3s; }
              @media screen and (max-width: 768px) {
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a {
                  font-size: 13px;
                  line-height: 42px;
                  padding: 0; } }
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.top {
                line-height: 30px; }
                #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.top .c-btn-arw {
                  width: 7px;
                  height: 7px; }
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.regist {
                color: #7b665b;
                background: #fff;
                border: 1px solid #7b665b; }
                @media (hover: hover) and (pointer: fine) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.regist:hover:hover {
                    color: #fff;
                    background: #7b665b; } }
                @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.regist:hover:hover {
                    color: #fff;
                    background: #7b665b; } }
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.EElogin {
                color: #fff;
                background: #7b665b;
                border: 1px solid #7b665b; }
                @media (hover: hover) and (pointer: fine) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.EElogin:hover:hover {
                    color: #7b665b;
                    background: #fff; } }
                @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.EElogin:hover:hover {
                    color: #7b665b;
                    background: #fff; } }
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.EElogout {
                color: #fff;
                background: #7b7978;
                border: 1px solid #7b7978; }
                @media (hover: hover) and (pointer: fine) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.EElogout:hover:hover {
                    color: #7b7978;
                    background: #fff; } }
                @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.EElogout:hover:hover {
                    color: #7b7978;
                    background: #fff; } }
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.contract {
                color: #fff;
                background: #465b80;
                border: 1px solid #465b80; }
                @media (hover: hover) and (pointer: fine) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.contract:hover:hover {
                    color: #465b80;
                    background: #fff; } }
                @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
                  #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members li a.contract:hover:hover {
                    color: #465b80;
                    background: #fff; } }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members.members--login li.item-login {
              display: block; }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members.members--login li.item-logout {
              display: none; }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members.members--logout li.item-login {
              display: none; }
            #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members.members--logout li.item-logout {
              display: flex;
              gap: 10px; }
              #header2023renew .navMenu .navMenu__outer .navMenu__inner .navMenu__List .navDetail .members.members--logout li.item-logout a {
                width: calc((100% - 10px) / 2); }
  #header2023renew .c-btn-arw {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #3c5064;
    border-bottom: 1px solid #3c5064;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg); }
  #header2023renew .u-crimsonText {
    font-family: "Crimson Text", serif; }
  #header2023renew .u-marcellus {
    font-family: "Marcellus", serif;
    line-height: 1;
    letter-spacing: 0.2em; }
  #header2023renew .u-bold {
    font-weight: 500; }
  #header2023renew .u-colorWH {
    color: #fff; }

#footerBnr {
  background: #e9ebeb;
  padding: 2.5rem 0; }
  #footerBnr .footerBnr__slider .slide-item {
    padding: 0 0.8rem;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #footerBnr .footerBnr__slider .slide-item {
        padding: 0 10px; } }
    @media screen and (max-width: 520px) {
      #footerBnr .footerBnr__slider .slide-item {
        padding: 0 38px; } }
    #footerBnr .footerBnr__slider .slide-item a {
      transition: .3s; }
      @media (hover: hover) and (pointer: fine) {
        #footerBnr .footerBnr__slider .slide-item a:hover:hover {
          opacity: 0.8; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #footerBnr .footerBnr__slider .slide-item a:hover:hover {
          opacity: 0.8; } }
  #footerBnr .footerBnr__slider .footerBnr__arrow i {
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary); }
  #footerBnr .footerBnr__slider .footerBnr__arrow.footerBnr__arrow--prev {
    left: -40px; }
    @media screen and (max-width: 1199px) {
      #footerBnr .footerBnr__slider .footerBnr__arrow.footerBnr__arrow--prev {
        left: 0; } }
    #footerBnr .footerBnr__slider .footerBnr__arrow.footerBnr__arrow--prev i {
      left: 60%;
      transform: translate(-50%, -50%) rotate(135deg); }
  #footerBnr .footerBnr__slider .footerBnr__arrow.footerBnr__arrow--next {
    right: -40px; }
    @media screen and (max-width: 1199px) {
      #footerBnr .footerBnr__slider .footerBnr__arrow.footerBnr__arrow--next {
        right: 0; } }
    #footerBnr .footerBnr__slider .footerBnr__arrow.footerBnr__arrow--next i {
      left: 40%;
      transform: translate(-50%, -50%) rotate(-45deg); }

/* ==========================================================
   footer_384_renew
========================================================== */
#footer.footer_384_renew .footer_navarea2 {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 2.5rem 0 10px;
  background-color: #fff; }
  #footer.footer_384_renew .footer_navarea2:first-child {
    border-left: none; }
  #footer.footer_384_renew .footer_navarea2 a {
    font-size: 12px;
    padding: 5px 0;
    display: inline-block; }
#footer.footer_384_renew #footer_logo_anabuki {
  margin: 0 auto 5px;
  text-align: center; }
  #footer.footer_384_renew #footer_logo_anabuki a {
    display: inline-block; }
    #footer.footer_384_renew #footer_logo_anabuki a img {
      width: 100%;
      height: 20px;
      vertical-align: baseline; }
#footer.footer_384_renew .footer_copyright {
  padding: 0 0 20px 0;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 11px; }

@media screen and (max-width: 767px) {
  #footer.footer_384_renew {
    background: none; }

  #footer.footer_384_renew .footer_navarea2 a {
    display: inline-block;
    font-size: 11px; } }
.c-btn-arw {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(-45deg); }
  @media screen and (max-width: 520px) {
    .c-btn-arw {
      right: 1rem; } }

.c-btn-acdIcon {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%); }
  .c-btn-acdIcon i {
    width: 100%;
    height: 1px;
    background: #282828;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .3s; }
    .c-btn-acdIcon i:last-child {
      transform: translateY(-50%) rotate(90deg); }
      .c-btn-acdIcon i:last-child.active {
        transform: translateY(-50%) rotate(0deg); }
  @media screen and (max-width: 1199px) {
    .c-btn-acdIcon {
      right: 0.7rem; } }

.c-mv__viewmore {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 2rem; }
  @media screen and (max-width: 768px) {
    .c-mv__viewmore {
      padding: 0 1.5rem; } }
  .c-mv__viewmore span {
    display: inline-block;
    font-size: 1.8rem;
    color: #282828;
    padding-top: 4px; }
    @media screen and (max-width: 768px) {
      .c-mv__viewmore span {
        font-size: 1.4rem; } }
  .c-mv__viewmore .c-btn-arw {
    border-right: 1px solid #282828;
    border-bottom: 1px solid #282828;
    position: relative;
    top: auto;
    right: auto;
    transform: rotate(-45deg);
    margin: 0 0 1px 0.5rem; }

.c-searchArea {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }
  .c-searchArea li {
    width: calc((100% - 1.5rem) / 2); }
    @media screen and (max-width: 1199px) {
      .c-searchArea li {
        width: calc((100% - 3rem) / 3); } }
    .c-searchArea li a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: center;
      padding: 1.5rem 1rem;
      color: #282828;
      background: #bdbda9; }
      .c-searchArea li a.active {
        color: #fff;
        background: #8e8d5c; }
      @media (hover: hover) and (pointer: fine) {
        .c-searchArea li a:hover:hover {
          color: #fff;
          background: #8e8d5c; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .c-searchArea li a:hover:hover {
          color: #fff;
          background: #8e8d5c; } }
      @media screen and (max-width: 768px) {
        .c-searchArea li a {
          line-height: 44px;
          padding: 0 5px; } }

.c-keySearch {
  margin-top: 4rem; }
  .c-keySearch label {
    display: block;
    width: 100%; }
  .c-keySearch .inputWrap {
    display: flex;
    overflow: hidden; }
    .c-keySearch .inputWrap input {
      width: 70%;
      background: #dbdbdb;
      padding: 1.5rem 2rem; }
      .c-keySearch .inputWrap input::placeholder {
        color: #808080;
        font-size: 1.4rem;
        font-weight: 500; }
    .c-keySearch .inputWrap button {
      width: 30%;
      background: #3c5064; }
      .c-keySearch .inputWrap button span {
        display: inline-block;
        font-size: 1.6rem;
        color: #fff; }
      .c-keySearch .inputWrap button i {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../../img/common/icon_search.png) center no-repeat;
        background-size: 100%;
        vertical-align: sub;
        margin-right: 0.8rem;
        margin-bottom: 1px; }

.c-searchBtn {
  text-align: center;
  margin-top: 40px; }
  .c-searchBtn .txt {
    font-size: 16px;
    color: #8e8d5c;
    font-weight: 600;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 960px) {
      .c-searchBtn .txt {
        font-size: 14px; } }
  .c-searchBtn a {
    display: block;
    font-size: 18px;
    background: #bdbda9;
    width: 100%;
    max-width: 450px;
    position: relative;
    line-height: 2.8;
    margin: 5px auto 0;
    transition: 0.3s; }
    @media screen and (max-width: 960px) {
      .c-searchBtn a {
        max-width: 100%;
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      .c-searchBtn a {
        line-height: 44px; } }
    .c-searchBtn a .c-btn-arw {
      border-right: 1px solid #282828;
      border-bottom: 1px solid #282828; }
    @media (hover: hover) and (pointer: fine) {
      .c-searchBtn a:hover:hover {
        color: #fff;
        background: #8e8d5c; }
        .c-searchBtn a:hover:hover .c-btn-arw {
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .c-searchBtn a:hover:hover {
        color: #fff;
        background: #8e8d5c; }
        .c-searchBtn a:hover:hover .c-btn-arw {
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; } }

.c-viewmoreBtn {
  display: flex;
  align-items: center;
  transition: .3s; }
  .c-viewmoreBtn span {
    display: inline-block;
    font-size: 2.4rem;
    color: #3c5064;
    margin-right: 8px;
    transition: .3s; }
  .c-viewmoreBtn i {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border: 1px solid #3c5064;
    vertical-align: sub;
    position: relative;
    transition: .3s; }
    .c-viewmoreBtn i::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      border-right: 1px solid #3c5064;
      border-bottom: 1px solid #3c5064;
      position: absolute;
      top: 50%;
      left: 45%;
      transform: translate(-50%, -50%) rotate(-45deg); }
  @media (hover: hover) and (pointer: fine) {
    .c-viewmoreBtn:hover:hover span {
      color: #bdbda9; }
    .c-viewmoreBtn:hover:hover i {
      background: #3c5064; }
      .c-viewmoreBtn:hover:hover i::before {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .c-viewmoreBtn:hover:hover span {
      color: #bdbda9; }
    .c-viewmoreBtn:hover:hover i {
      background: #3c5064; }
      .c-viewmoreBtn:hover:hover i::before {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; } }

.c-propertyBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem; }
  .c-propertyBtn a {
    display: block;
    width: calc((100% - 1.5rem) / 2);
    font-size: 2rem;
    padding: 0.5rem 0;
    text-align: center;
    color: #fff;
    background: #8e8d5c;
    border: 1px solid #8e8d5c;
    transition: .3s; }
    @media screen and (max-width: 768px) {
      .c-propertyBtn a {
        width: 100%;
        line-height: 42px;
        padding: 0; } }
    @media (hover: hover) and (pointer: fine) {
      .c-propertyBtn a:hover:hover {
        color: #8e8d5c;
        background: #fff; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .c-propertyBtn a:hover:hover {
        color: #8e8d5c;
        background: #fff; } }
    .c-propertyBtn a.btn--reserve {
      background: #3c5064;
      border: 1px solid #3c5064; }
      @media (hover: hover) and (pointer: fine) {
        .c-propertyBtn a.btn--reserve:hover:hover {
          color: #3c5064;
          background: #fff; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .c-propertyBtn a.btn--reserve:hover:hover {
          color: #3c5064;
          background: #fff; } }

.c-figure {
  position: relative; }
  .c-figure .cap {
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0 0 3px #282828, 0 0 3px #282828, 0 0 3px #282828;
    position: absolute;
    bottom: 0.5rem;
    right: 0.7rem; }

.c-propertyImg {
  background: var(--black);
  position: relative;
  z-index: 0; }
  .c-propertyImg figcaption {
    opacity: 0;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .c-propertyImg.c-propertyImg--soldOut figcaption {
    opacity: 1;
    font-size: 3rem;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
    background: #98272d;
    padding: 1rem 3rem 1.5rem; }

#c-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100; }
  #c-page-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    background: rgba(40, 40, 40, 0.8);
    transition: opacity 0.3s; }
    #c-page-top a:hover {
      opacity: 0.8; }
    #c-page-top a .c-page-top__in {
      position: relative; }
      #c-page-top a .c-page-top__in i {
        display: block;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 0 1px 1px 0;
        border-color: transparent #fff #fff transparent;
        position: absolute;
        top: 0;
        right: 45%;
        transform: rotate(-135deg) translateX(-50%); }
      #c-page-top a .c-page-top__in span {
        display: block;
        font-size: 11px;
        font-family: "Marcellus", serif;
        color: #fff;
        text-align: center;
        letter-spacing: 0.05em;
        line-height: 1;
        padding-top: 20px; }

.u-inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.u-crimsonText {
  font-family: "Crimson Text", serif; }

.u-marcellus {
  font-family: "Marcellus", serif;
  line-height: 1;
  letter-spacing: 0.2em; }

.u-bold {
  font-weight: 500; }

.u-colorWH {
  color: #fff; }

.u-leadTxt {
  font-size: 1.6rem; }

#u-contents {
  margin-top: 70px; }
  @media (max-width: 768px) {
    #u-contents {
      margin-top: 50px; } }

.u-paddSection {
  padding: 8rem 0; }
  @media (max-width: 768px) {
    .u-paddSection {
      padding: 5rem 0; } }

/* ==========================================================
  rwd
========================================================== */
.u-pc {
  display: block; }

.u-tb {
  display: none !important; }

.u-sp {
  display: none !important; }

.u-pctb {
  display: block !important; }

.u-tbsp {
  display: none !important; }

@media (max-width: 1200px) {
  .u-pc {
    display: none !important; }

  .u-tb {
    display: block !important; }

  .u-sp {
    display: none !important; }

  .u-pctb {
    display: block !important; }

  .u-tbsp {
    display: block !important; } }
@media (max-width: 768px) {
  .u-pc {
    display: none !important; }

  .u-tb {
    display: none !important; }

  .u-sp {
    display: block !important; }

  .u-pctb {
    display: none !important; }

  .u-tbsp {
    display: block !important; } }
/* ==========================================================
  flex
========================================================== */
.u-flex {
  display: flex; }
  .u-flex.u-flex--row {
    flex-direction: row; }
  .u-flex.u-flex--row-reverse {
    flex-direction: row-reverse; }
  .u-flex.u-flex--col {
    flex-direction: column; }
  .u-flex.u-flex--col-reverse {
    flex-direction: column-reverse; }
  .u-flex.u-flex--wrap {
    flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .u-flex.u-xl_flex--row {
      flex-direction: row; }
    .u-flex.u-xl_flex--row-reverse {
      flex-direction: row-reverse; }
    .u-flex.u-xl_flex--col {
      flex-direction: column; }
    .u-flex.u-xl_flex--col-reverse {
      flex-direction: column-reverse; }
    .u-flex.u-xl_flex--wrap {
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .u-flex.u-md_flex--row {
      flex-direction: row; }
    .u-flex.u-md_flex--row-reverse {
      flex-direction: row-reverse; }
    .u-flex.u-md_flex--col {
      flex-direction: column; }
    .u-flex.u-md_flex--col-reverse {
      flex-direction: column-reverse; }
    .u-flex.u-md_flex--wrap {
      flex-wrap: wrap; } }
  @media (max-width: 520px) {
    .u-flex.u-sm_flex--row {
      flex-direction: row; }
    .u-flex.u-sm_flex--row-reverse {
      flex-direction: row-reverse; }
    .u-flex.u-sm_flex--col {
      flex-direction: column; }
    .u-flex.u-sm_flex--col-reverse {
      flex-direction: column-reverse; }
    .u-flex.u-sm_flex--wrap {
      flex-wrap: wrap; } }

.u-slideArw {
  cursor: pointer;
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  .u-slideArw i {
    display: block;
    width: 2rem;
    height: 2rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .u-slideArw.mv__arrow--prev {
    left: 0; }
    .u-slideArw.mv__arrow--prev i {
      left: 60%;
      transform: translate(-50%, -50%) rotate(135deg); }
  .u-slideArw.mv__arrow--next {
    right: 0; }
    .u-slideArw.mv__arrow--next i {
      left: 40%;
      transform: translate(-50%, -50%) rotate(-45deg); }

.slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto;
  width: 100%;
  height: 0;
  list-style: none;
  text-align: center; }
  @media (max-width: 520px) {
    .slick-dots {
      bottom: 0; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        font-family: "slick";
        font-size: 10px;
        line-height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: "●";
        text-align: center;
        opacity: 1;
        color: transparent;
        border: 1px solid #fff;
        border-radius: 50px;
        background: transparent;
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (max-width: 520px) {
          .slick-dots li button:before {
            border: 1px solid var(--headline); } }
    .slick-dots li.slick-active button:before {
      font-size: 10px;
      content: "";
      opacity: 1;
      background: #fff; }
      @media (max-width: 520px) {
        .slick-dots li.slick-active button:before {
          background: var(--headline); } }

/* ==========================================================
  アニメーション
========================================================== */
.fadeIn-load {
  animation: fadeIn-load 1500ms ease-in-out 0ms 1 normal; }

@keyframes fadeIn-load {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn-load-up {
  animation: fadeIn-load-up 1500ms ease-in-out 0ms 1 normal; }

@keyframes fadeIn-load-up {
  0% {
    opacity: 0;
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.mv_fadeIn-load-up {
  animation: mv_fadeIn-load-up 1500ms ease-in-out 0ms 1 normal; }

@keyframes mv_fadeIn-load-up {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%); } }
.fadeIn {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform; }

.fadeIn-up {
  transform: translate(0, 30px); }

.fadeIn-up-col2 {
  transform: translate(0, 30px);
  transition-delay: 500ms; }
  @media (max-width: 520px) {
    .fadeIn-up-col2 {
      transition-delay: 0ms; } }

.fadeIn-up-col3 {
  transform: translate(0, 30px);
  transition-delay: 1000ms; }
  @media (max-width: 520px) {
    .fadeIn-up-col3 {
      transition-delay: 0ms; } }

.fadeIn-up-col4 {
  transform: translate(0, 30px);
  transition-delay: 1500ms; }
  @media (max-width: 520px) {
    .fadeIn-up-col4 {
      transition-delay: 0ms; } }

.fadeIn--delay {
  transition-delay: 500ms; }

.scrollIn {
  opacity: 1;
  transform: translate(0, 0); }
