@charset "UTF-8";
/* CSS Document
トップページのみに利用
*/
.top--section {
  padding: 100px 0; }
  @media screen and (max-width: 692px) {
    .top--section {
      padding: 80px 0; } }

.top--bg {
  background: #F0EBE3; }

.top_search_wrap {
  position: relative;
  margin-top: 20px; }
  @media screen and (max-width: 692px) {
    .top_search_wrap {
      position: absolute;
      margin-top: 0;
      position: absolute;
      left: 50%;
      bottom: 40px;
      width: 100%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }

.mainimg--txt--wrap img {
  max-width: 320px;
  height: auto; }
  @media screen and (max-width: 692px) {
    .mainimg--txt--wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      max-width: 240px; } }

.top_search_wrap input.search_box {
  width: 400px;
  height: 48px;
  border-radius: 40px;
  border: 1px solid #222222;
  padding: 8px 40px;
  background: #ffffff; }
  @media screen and (max-width: 692px) {
    .top_search_wrap input.search_box {
      width: calc(100% - 60px);
      height: 48px;
      background: rgba(255, 255, 255, 0.8); } }
  .top_search_wrap input.search_box::placeholder {
    color: #AFAFAF; }

button.search_btn {
  position: absolute;
  background: url(../img/search.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  border: none;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  transition: all ease .3s;
  padding: 10px; }
  @media screen and (max-width: 692px) {
    button.search_btn {
      right: 40px; } }
  button.search_btn:hover {
    opacity: 0.6; }

.mainimg--bottom--wrap {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3; }
  @media screen and (max-width: 692px) {
    .mainimg--bottom--wrap {
      display: none; } }
  .mainimg--bottom--wrap .mainimg--bottom--txt {
    position: absolute;
    top: 60px;
    left: 50px;
    white-space: nowrap; }
    .mainimg--bottom--wrap .mainimg--bottom--txt p {
      font-family: Futura,'Century Gothic Pro', sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      font-size: 3.2rem;
      color: #ffffff; }
      @media screen and (max-width: 960px) {
        .mainimg--bottom--wrap .mainimg--bottom--txt p {
          font-size: 2.4rem; } }

.sp--mainimg--bottom {
  display: none; }
  @media screen and (max-width: 692px) {
    .sp--mainimg--bottom {
      display: block;
      background: #F0EBE3; } }
  @media screen and (max-width: 692px) {
    .sp--mainimg--bottom .mainimg--bottom--txt {
      padding: 40px 20px;
      font-family: Futura,'Century Gothic Pro', sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 692px) {
    .sp--mainimg--bottom .mainimg--bottom--txt .mainimg--bottom--txt--in {
      font-size: 2.4rem;
      color: #ffffff; } }

.mainimg--fo--btn {
  display: inline-block;
  background: #222222;
  color: #ffffff;
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  padding: 10px 30px 4px 20px;
  position: relative;
  transition: all ease .3s; }
  @media screen and (max-width: 692px) {
    .mainimg--fo--btn {
      display: none; } }
  .mainimg--fo--btn:hover {
    color: #ffffff; }
  .mainimg--fo--btn:visited {
    color: #ffffff; }
  .mainimg--fo--btn:hover {
    opacity: 0.8; }
  .mainimg--fo--btn:after {
    content: "";
    background: url(../img/arrow-right-wht.png) no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.txt--anime {
  width: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  animation: flowing-anim 1s forwards linear;
  animation-delay: 2s; }

@keyframes flowing-anim {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.txt--anime:nth-child(2) {
  animation-delay: 2.5s;
  animation-duration: 1s; }

.txt--anime:nth-child(3) {
  animation-delay: 3.5s;
  animation-duration: 1s; }

@keyframes loop {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.news--loop {
  width: 100%;
  white-space: nowrap;
  animation: loop 20s linear infinite;
  margin-right: 20px; }
  @media screen and (max-width: 692px) {
    .news--loop {
      font-size: 1.1rem; } }

.top--txt--looping-container {
  width: 200%;
  display: flex;
  overflow: hidden;
  background: #F0EBE3;
  padding: 20px 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 800px) {
    .top--txt--looping-container {
      width: 300%; } }
  @media screen and (max-width: 692px) {
    .top--txt--looping-container {
      width: 400%; } }

.feature--slider {
  margin: 0 auto;
  width: 100%;
  overflow: visible;
  padding: 60px 0; }

.feature--slider .slick-slide {
  transform: scale(0.9); }

.feature--slider .slick-center {
  transform: scale(1.1);
  margin: 0 20px; }

.feature--slider--item {
  margin: 0 5px;
  background: #ffffff;
  border: 1px solid #AFAFAF;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
  width: 320px;
  height: 232px;
  max-width: 320px;
  height: 232px; }

.feature--slider--item:before {
  position: absolute;
  bottom: -6px;
  right: 6px;
  font-size: 3.2rem;
  color: #AFAFAF;
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

.feature--01:before {
  content: "01"; }

.feature--02:before {
  content: "02"; }

.feature--03:before {
  content: "03"; }

.feature--04:before {
  content: "04"; }

.feature--05:before {
  content: "05"; }

.feature--06:before {
  content: "06"; }

.feature--07:before {
  content: "07"; }

.feature--08:before {
  content: "08"; }

.feature--09:before {
  content: "09"; }

.feature--10:before {
  content: "10"; }

.feature--09 p {
  line-height: 1.8rem; }

.feature--slider--item h4 {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: center; }

.feature--slider--item h4:before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background-size: contain;
  margin-right: 10px; }

.feature--slider--item .feature--ttl--01:before {
  content: "";
  background: url(../img/feature-01.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--02:before {
  background: url(../img/feature-02.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--03:before {
  background: url(../img/feature-03.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--04:before {
  background: url(../img/feature-04.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--05:before {
  background: url(../img/feature-05.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--06:before {
  background: url(../img/feature-06.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--07:before {
  background: url(../img/feature-07.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--08:before {
  background: url(../img/feature-08.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--09:before {
  background: url(../img/feature-09.png) no-repeat;
  background-size: contain; }

.feature--slider--item .feature--ttl--10:before {
  background: url(../img/feature-10.png) no-repeat;
  background-size: contain; }

.feature--slider--item p {
  font-size: 1.3rem;
  margin-top: 20px; }

.feature--slider .slick-track {
  display: flex;
  overflow: visible; }

.feature--slider .slick-list {
  overflow: visible !important; }

.feature--slider .slick-prev,
.feature--slider .slick-next {
  background: #CFC0A6;
  border: 1px solid #CFC0A6;
  border-radius: 0;
  width: 40px;
  height: 40px;
  z-index: 1; }

.feature--slider .slick-prev:hover,
.feature--slider .slick-next:hover {
  background: #ffffff; }

.feature--slider .slick-prev:before,
.feature--slider .slick-next:before {
  content: "";
  background: url(../img/arrow-right-wht.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  transition: all ease .3s; }

.feature--slider .slick-prev:hover::before,
.feature--slider .slick-next:hover::before {
  background: url(../img/arrow-right-br.png) no-repeat; }

.feature--slider .slick-prev:before {
  transform: rotate(180deg); }

.newarrival--list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  @media screen and (max-width: 692px) {
    .newarrival--list {
      margin-bottom: 40px; } }
  .newarrival--list li {
    width: 25%;
    margin-bottom: 40px;
    display: block;
    padding: 0 2px; }
    .newarrival--list li .newarrival--list--img {
      width: 100%;
      aspect-ratio: 4 / 3;
      background: #ffffff;
      overflow: visible; }
    @media screen and (max-width: 692px) {
      .newarrival--list li {
        width: 50%;
        margin-bottom: 20px; } }

.newarrival--list li a {
  display: block;
  width: 100%;
  transition: all ease .2s; }

.newarrival--list--img {
  position: relative;
  margin-bottom: 10px; }
  .newarrival--list--img img {
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3; }

.newarrival--list li a:hover .room_thum {
  display: none; }

.newarrival--list li a .newarrival--list--photo,
.newarrival--list li a .room_thu {
  object-fit: cover;
  opacity: 1;
  transition: opacity .2s; }

.newarrival--list li a:hover .newarrival--list--photo,
.newarrival--list li a:hover .room_thu {
  opacity: 0;
  transition: opacity .2s; }

.newarrival--list--drawing {
  opacity: 0;
  transition: opacity .2s;
  object-fit: contain; }

.newarrival--list li a:hover .newarrival--list--drawing {
  opacity: 1;
  transition: opacity .2s;
  border: 1px solid #DCDCDC;
  object-fit: contain;
  display: block; }

.newarrival--price {
  font-weight: bold; }

.newarrival--txt {
  font-size: 1.2rem;
  font-weight: bold; }

.newarrival--photo {
  font-size: 1.2rem;
  display: flex;
  align-items: center; }
  .newarrival--photo span {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 4px; }
  .newarrival--photo:before {
    content: "";
    background: url(../img/photo-blk.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px; }

.slick-slider.regular_4 .slick-track {
  display: flex; }
.slick-slider.regular_4 .slick-slide {
  height: auto !important; }

.regular_4 .slick-slide {
  margin: 0 4px;
  transition: all ease .2s; }

.slick-slide .top-slide-img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin: 0 auto; }

.hover--mask {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  color: #ffffff;
  display: flex;
  height: auto;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .4s ease;
  /* ゆっくりopacityのみへ変化させる */
  width: 100%; }

.hover--mask:hover {
  opacity: 1; }

.hover--mask p {
  width: 80%; }

.regular_4 .slick-slide:hover {
  transition: all ease .2s; }

.regular_4 .slick-list {
  overflow: visible; }

.regular_4 {
  padding: 60px 0; }

.regular_4 .slick-prev,
.regular_4 .slick-next {
  background: #CFC0A6;
  border: 1px solid #CFC0A6;
  border-radius: 0;
  width: 40px;
  height: 40px;
  z-index: 1; }

.regular_4 .slick-prev:hover,
.regular_4 .slick-next:hover {
  background: #ffffff; }

.regular_4 .slick-prev:before,
.regular_4 .slick-next:before {
  content: "";
  background: url(../img/arrow-right-wht.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  transition: all ease .3s; }

.regular_4 .slick-prev:hover::before,
.regular_4 .slick-next:hover::before {
  background: url(../img/arrow-right-br.png) no-repeat; }

.regular_4 .slick-prev:before {
  transform: rotate(180deg); }

.top-slide-img-wrap {
  position: relative;
  cursor: pointer;
  width: 100%; }

.pickup--box {
  border: 1px solid #AFAFAF;
  width: 230px;
  max-width: 230px; }

@media screen and (max-width: 692px) {
  .gooddeal--wrap.content--breadth {
    padding: 0; } }

.gooddeal--inner {
  display: inline-block;
  margin: 120px; }
  @media screen and (max-width: 800px) {
    .gooddeal--inner {
      display: block;
      margin: 0 auto; } }

.gooddeal--box {
  background: url(../img/gooddeal.png) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 800px) {
    .gooddeal--box {
      padding: 80px 0 50px; } }

.gooddeal--box .gooddeal--ttl {
  font-size: 4rem;
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 800px) {
    .gooddeal--box .gooddeal--ttl {
      text-align: center; } }
  .gooddeal--box .gooddeal--ttl span {
    font-family: "YuGothic M", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    display: block; }
  @media screen and (max-width: 800px) {
    .gooddeal--box .gooddeal--ttl {
      margin-right: 40px; } }
@media screen and (max-width: 800px) {
  .gooddeal--box .gooddeal--txt--box {
    margin-right: 40px;
    text-align: center; } }
.gooddeal--box .gooddeal--txt--box p {
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  display: inline-block;
  margin: 40px auto 30px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 692px) {
    .gooddeal--box .gooddeal--txt--box p {
      font-size: 1.4rem; } }

@media screen and (max-width: 692px) {
  .gooddeal--box .btn-box {
    margin: 0 20px; } }

.bg_gry {
  background: #F2F2F2; }

.pre-slide {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 20px; }
  @media screen and (max-width: 692px) {
    .pre-slide {
      padding-left: 0; } }

.pre--slide--box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3; }
  .pre--slide--box img {
    aspect-ratio: 4/3;
    padding: 16px;
    object-fit: contain; }

.pre--slide--spec {
  position: absolute;
  bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.pre--slide--spec--inner {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.pre--slide--bottom {
  padding-top: 8px; }
  .pre--slide--bottom .pre--price {
    font-weight: bold; }
    .pre--slide--bottom .pre--price span:before {
      content: "NEW";
      color: #ffffff;
      background: #222222;
      padding: 8px 8px 4px 8px;
      margin-right: 10px;
      font-size: 1.2rem;
      font-family: Futura,'Century Gothic Pro', sans-serif;
      font-weight: 400;
      letter-spacing: 0.1em; }
  .pre--slide--bottom .pre--txt {
    font-size: 1.2rem;
    margin-top: 4px; }

.pre-slide-slider li img {
  border: 1px solid #AFAFAF; }

.pre-slide-slider li {
  margin-left: 10px; }
  .pre-slide-slider li a {
    transition: all .6s; }

.pre-slide-slider {
  padding: 60px 0;
  width: calc(100% + (100vw - 1160px)/2 + 10px);
  min-width: calc(100% + 30px); }
  @media screen and (max-width: 692px) {
    .pre-slide-slider {
      width: 100%;
      min-width: 100%; } }

.pre-slide-slider .slick-slide img {
  max-width: 300px;
  max-height: 225px;
  width: 300px;
  height: 225px; }
  @media screen and (max-width: 520px) {
    .pre-slide-slider .slick-slide img {
      max-width: 260px;
      max-height: 195px;
      width: 260px;
      height: 195px; } }

.pre-slide-slider .slick-current img {
  max-width: 340px;
  max-height: 255px;
  width: 340px;
  height: 255px; }
  @media screen and (max-width: 520px) {
    .pre-slide-slider .slick-current img {
      max-width: 280px;
      max-height: 210px;
      width: 280px;
      height: 210px; } }

.pre-slide-slider .slick-track {
  display: flex;
  align-items: end; }

.pre-slide-slider .slick-list {
  overflow: hidden; }
  @media screen and (max-width: 692px) {
    .pre-slide-slider .slick-list {
      overflow: visible; } }

.pre-slide-slider .slick-prev {
  top: 0;
  right: 70px;
  right: calc(100% - 1050px);
  left: auto;
  margin: 0; }
  @media screen and (max-width: 692px) {
    .pre-slide-slider .slick-prev {
      right: 60px; } }

.pre-slide-slider .slick-next {
  top: 0;
  right: 10px; }
  @media screen and (max-width: 692px) {
    .pre-slide-slider .slick-next {
      right: 0; } }

.pre-slide-slider .slick-prev,
.pre-slide-slider .slick-next {
  background: #CFC0A6;
  border: 1px solid #CFC0A6;
  border-radius: 0;
  width: 40px;
  height: 40px;
  z-index: 1; }

.pre-slide-slider .slick-prev:hover,
.pre-slide-slider .slick-next:hover {
  background: #ffffff; }

.pre-slide-slider .slick-prev:before,
.pre-slide-slider .slick-next:before {
  content: "";
  background: url(../img/arrow-right-wht.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  transition: all ease .3s; }

.pre-slide-slider .slick-prev:hover::before,
.pre-slide-slider .slick-next:hover::before {
  background: url(../img/arrow-right-br.png) no-repeat; }

.pre-slide-slider .slick-prev:before {
  transform: rotate(180deg); }

.ex--section {
  position: relative; }
  .ex--section:before {
    content: "";
    width: 100%;
    height: 400px;
    display: block;
    background: #F0EBE3;
    position: absolute;
    z-index: -1;
    top: -20px; }
    @media screen and (max-width: 692px) {
      .ex--section:before {
        height: 120px;
        top: 20px; } }

.ex-link {
  display: block;
  width: 70%;
  object-fit: cover;
  aspect-ratio: 4/3;
  background: url(../img/top-ex.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all ease .3s; }
  @media screen and (max-width: 800px) {
    .ex-link {
      width: 100%; } }
  @media screen and (max-width: 692px) {
    .ex-link {
      width: 100%;
      aspect-ratio: 3/4; } }
  .ex-link:hover {
    opacity: 0.7; }

.ex-txt-wrap {
  padding: 60px; }
  @media screen and (max-width: 960px) {
    .ex-txt-wrap {
      padding: 40px; } }
  @media screen and (max-width: 692px) {
    .ex-txt-wrap {
      padding: 20px; } }

.ex-txt-in {
  display: block;
  margin-bottom: 10px; }
  .ex-txt-in p {
    font-size: 2rem;
    color: #CFC0A6;
    background: #ffffff;
    padding: 0 24px;
    display: inline-block; }
    @media screen and (max-width: 692px) {
      .ex-txt-in p {
        font-size: 1.8rem;
        padding: 6px 20px; } }
    .ex-txt-in p span {
      font-size: 3.2rem;
      color: #222222; }
      @media screen and (max-width: 692px) {
        .ex-txt-in p span {
          font-size: 2.8rem; } }

.ex-txt-in:first-child p,
.ex-txt-in:last-child p {
  padding: 10px 24px; }
  @media screen and (max-width: 692px) {
    .ex-txt-in:first-child p,
    .ex-txt-in:last-child p {
      padding: 13px 20px; } }

.ex-right-bottom {
  background: #CFC0A6;
  width: 360px;
  height: 100px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease .3s; }
  @media screen and (max-width: 692px) {
    .ex-right-bottom {
      width: 80%;
      height: 60px; } }
  .ex-right-bottom p {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 1.8rem;
    transition: all ease .3s; }
    @media screen and (max-width: 692px) {
      .ex-right-bottom p {
        font-size: 1.6rem; } }
    .ex-right-bottom p:after {
      content: "";
      background: url(../img/arrow-right-blk.png) no-repeat;
      display: block;
      width: 30px;
      height: 30px;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: -30%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transition: all ease .3s; }
      @media screen and (max-width: 692px) {
        .ex-right-bottom p:after {
          width: 24px;
          height: 24px; } }

.ex-right-bottom-in {
  position: relative;
  width: 100%;
  height: 100%; }

.ex-link:hover .ex-right-bottom .ex-right-bottom-in p {
  left: 42%; }

.ex-link:hover .ex-right-bottom .ex-right-bottom-in p:after {
  right: -42%; }

.ex-right-txt {
  font-size: 1rem;
  display: block; }

.top--news--inner .entry-title {
  margin-bottom: 40px; }

.top--news--box .news--ttl {
  font-size: 2.4rem;
  margin-bottom: 32px;
  margin-top: 0; }
  .top--news--box .news--ttl .entry-title-jp {
    margin-top: -16px; }
  .top--news--box .news--ttl .entry-title-jp-in {
    font-size: 1.2rem;
    padding-bottom: 8px; }

.top--news--inner {
  padding: 80px 100px; }
  @media screen and (max-width: 800px) {
    .top--news--inner {
      padding: 60px 20px; } }

.top--news--list {
  margin-bottom: 60px; }
  @media screen and (max-width: 692px) {
    .top--news--list {
      margin-bottom: 40px; } }
  .top--news--list li {
    margin-bottom: 20px; }
    .top--news--list li a {
      display: flex;
      transition: all 0.3s ease;
      background: #ffffff;
      padding: 10px 20px; }
      @media screen and (max-width: 692px) {
        .top--news--list li a {
          display: block; } }
      .top--news--list li a .news--date {
        width: 20%;
        font-family: Futura,'Century Gothic Pro', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 692px) {
          .top--news--list li a .news--date {
            width: 100%; } }
      .top--news--list li a .news--txt {
        width: 80%; }
        @media screen and (max-width: 692px) {
          .top--news--list li a .news--txt {
            width: 100%; } }

.top--news--list li:last-child {
  margin-bottom: 0; }

.top--news--list a:hover {
  opacity: 0.6; }

/*タブ切り替え全体のスタイル*/
.info--tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #ffffff;
  margin: 0 auto; }

/*タブのスタイル*/
.info--tabs--item {
  width: calc(100%/2);
  height: 50px;
  background-color: #F2F2F2;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #222222;
  display: block;
  float: left;
  text-align: center;
  font-weight: normal;
  transition: all 0.2s ease; }

.info--tabs--item:hover {
  opacity: 0.75; }

/*ラジオボタンを全て消す*/
input[name="info--tabs--item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.info--tabs--content {
  display: none;
  padding: 20px 40px 0;
  clear: both;
  overflow: hidden; }
  @media screen and (max-width: 692px) {
    .info--tabs--content {
      padding: 20px 0 0; } }

/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#tidbits:checked ~ #tidbits_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.info--tabs input:checked + .info--tabs--item {
  background-color: #222222;
  color: #ffffff; }
  .info--tabs input:checked + .info--tabs--item:hover {
    opacity: 1; }

.top--news--list.info--list {
  margin-bottom: 40px; }

.info--list li a {
  border-bottom: 1px solid #222222; }

.info-btn {
  display: block;
  text-align: right; }
  .info-btn a {
    display: inline-block;
    background: #CFC0A6;
    border: 1px solid #CFC0A6;
    padding: 8px 16px;
    font-weight: bold;
    transition: ease all .2s; }
    .info-btn a:hover {
      background: #ffffff; }

.top--info .entry-title {
  margin-bottom: 40px; }

.top--insta .insta-header {
  display: flex;
  align-items: center; }
  .top--insta .insta-header .insta-title {
    font-size: 3.2rem;
    font-family: Futura,'Century Gothic Pro', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 692px) {
      .top--insta .insta-header .insta-title {
        font-size: 2rem; } }
    .top--insta .insta-header .insta-title:before {
      content: "";
      background: url(../img/instagram.png) no-repeat;
      background-size: contain;
      width: 32px;
      height: 32px;
      display: inline-block;
      margin-right: 10px; }
  .top--insta .insta-header a {
    font-family: Futura,'Century Gothic Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #222222;
    margin-left: 10px; }
    @media screen and (max-width: 692px) {
      .top--insta .insta-header a {
        font-size: 1.2rem; } }

.insta-list {
  margin: 40px auto 0; }
  .insta-list li img {
    aspect-ratio: 1/1;
    object-fit: cover;
    overflow: hidden; }

.top--agent--ttl {
  text-align: center;
  font-size: 3.2rem;
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 692px) {
    .top--agent--ttl {
      font-size: 2.4rem; } }

.top--agent--list {
  margin: 40px auto 60px; }
  .top--agent--list li {
    margin: 0 30px;
    width: 170px;
    max-width: 170px;
    cursor: pointer; }
    @media screen and (max-width: 692px) {
      .top--agent--list li {
        margin: 0 10px; } }
    .top--agent--list li img {
      margin: 0 auto;
      text-align: center;
      border-radius: 50%;
      aspect-ratio: 1/1;
      object-fit: cover;
      width: 200px; }

.agent--txt {
  margin-top: 16px; }
  .agent--txt .agent--name {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 10px; }
  .agent--txt .agent--comment {
    font-size: 1.2rem;
    padding-top: 10px;
    border-top: 1px solid #222222; }

.service--wrap {
  background: url(../img/top-sales.png) no-repeat;
  background-position: center;
  background-size: cover; }
  .service--wrap .service--txt {
    color: #ffffff;
    font-size: 3.2rem;
    text-align: center; }
    @media screen and (max-width: 692px) {
      .service--wrap .service--txt {
        font-size: 2rem; } }

.service--list {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 108px; }
  @media screen and (max-width: 692px) {
    .service--list {
      display: block;
      margin: 40px 0 0; } }
  .service--list li {
    width: calc(94% / 3);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%; }
    @media screen and (max-width: 692px) {
      .service--list li {
        width: 70%;
        margin: 0 auto 40px; } }
    .service--list li a {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      display: block;
      color: #ffffff;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      text-align: center;
      overflow: hidden;
      border: 1px solid #ffffff;
      position: relative;
      transition: all ease 0.3s; }
      .service--list li a:hover {
        background: #ffffff;
        color: #222222; }
      .service--list li a h3 {
        font-size: 4rem;
        letter-spacing: 0.3em;
        font-weight: bold;
        margin: 60px 0 24px 0; }
        @media screen and (max-width: 1064px) {
          .service--list li a h3 {
            font-size: 3.6rem; } }
        @media screen and (max-width: 960px) {
          .service--list li a h3 {
            font-size: 3.2rem;
            margin: 40px 0 0 0; } }
        @media screen and (max-width: 800px) {
          .service--list li a h3 {
            font-size: 2.4rem;
            margin: 24px 0 0 0; } }
        @media screen and (max-width: 692px) {
          .service--list li a h3 {
            font-size: 3.2rem;
            margin: 40px 0 10px; } }

@media screen and (max-width: 692px) {
  .service--list li:last-child {
    margin-bottom: 0; } }

.service--list li a:before {
  content: "";
  background: url(../img/arrow-down.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all ease 0.3s; }
  @media screen and (max-width: 1064px) {
    .service--list li a:before {
      bottom: 14px; } }
  @media screen and (max-width: 960px) {
    .service--list li a:before {
      bottom: 6px; } }
  @media screen and (max-width: 692px) {
    .service--list li a:before {
      bottom: 20px; } }

.service--list li a:hover::before {
  content: "";
  background: url(../img/arrow-down-blk.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.sales--list {
  display: flex;
  margin: 60px 0;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .sales--list {
      display: block; } }
  .sales--list li {
    background: #ffffff;
    display: block;
    width: calc(99% / 3);
    height: 180px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 800px) {
      .sales--list li {
        width: 100%;
        height: 108px;
        margin-bottom: 40px; } }
    .sales--list li p {
      display: inline-block;
      text-align: left;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      white-space: nowrap; }
      @media screen and (max-width: 960px) {
        .sales--list li p {
          font-size: 1.2rem; } }
      .sales--list li p span {
        font-weight: bold;
        color: #7D6454; }

ul.sales--list--list {
  list-style: disc;
  margin: 20px; }

.sales--list--txt {
  font-weight: bold; }

@media screen and (max-width: 692px) {
  .sales--list li:last-child {
    margin-bottom: 0; } }

.sales--list li:first-child::before {
  content: "01";
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #AFAFAF;
  font-size: 4rem;
  position: absolute;
  left: 6px;
  top: -36px; }

.sales--list li:nth-child(2)::before {
  content: "02";
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #AFAFAF;
  font-size: 4rem;
  position: absolute;
  left: 6px;
  top: -36px; }

.sales--list li:nth-child(3)::before {
  content: "03";
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #AFAFAF;
  font-size: 4rem;
  position: absolute;
  left: 6px;
  top: -36px; }

.renova--list--txt span {
  font-weight: bold;
  display: block; }

.renova--list {
  margin: 40px 0 60px; }
  .renova--list li {
    display: flex;
    margin-bottom: 20px;
    align-items: center; }
    .renova--list li p span {
      font-weight: bold; }

.renova--txt {
  width: calc(100% - 70px); }

.renova--list li:last-child {
  margin-bottom: 0; }

.renova--list--num {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #F0EBE3;
  position: relative;
  margin-right: 30px; }
  @media screen and (max-width: 692px) {
    .renova--list--num {
      width: 30px;
      height: 30px; } }
  .renova--list--num p {
    font-family: Futura,'Century Gothic Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.renova--list--num:after {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background: #F0EBE3;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.renova--list li:last-child .renova--list--num:after {
  display: none; }

.rental--list {
  margin: 40px 0 60px; }
  .rental--list li {
    background: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 40px; }
    .rental--list li span {
      font-weight: bold; }

.rental--list li:last-child {
  margin-bottom: 0; }

.rental--list li::before {
  content: "";
  color: #AFAFAF;
  font-family: Futura,'Century Gothic Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 4rem;
  padding-top: 10px;
  margin-right: 30px; }

.rental--list li:first-child::before {
  content: "01"; }

.rental--list li:nth-child(2)::before {
  content: "02"; }

.rental--list li:nth-child(3)::before {
  content: "03"; }

.intro--box {
  margin: 100px auto; }
  @media screen and (max-width: 800px) {
    .intro--box {
      margin: 80px auto; } }

.intro--wrap {
  background: #F2F2F2;
  padding: 80px 60px;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  text-align: center; }
  @media screen and (max-width: 692px) {
    .intro--wrap {
      padding: 40px 30px; } }
  .intro--wrap h3 {
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #222222;
    display: inline-block; }
    @media screen and (max-width: 692px) {
      .intro--wrap h3 {
        text-align: left; } }

.intro--list--wrap {
  margin: 0 auto;
  display: block; }

.intro--list {
  display: flex;
  justify-content: space-around;
  margin: 40px auto;
  width: 80%; }
  @media screen and (max-width: 692px) {
    .intro--list {
      margin: 40px 0;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .intro--list:after {
    content: "etc";
    align-self: end; }
  @media screen and (max-width: 692px) {
    .intro--list li {
      width: 50%; } }
  .intro--list li img {
    width: 180px; }
    @media screen and (max-width: 692px) {
      .intro--list li img {
        width: 120px; } }

.intro--txt {
  text-align: center; }
  .intro--txt p {
    text-align: left;
    display: inline-block; }

.search--ttl {
  pointer-events: none;
  font-size: 2rem;
  margin-bottom: 40px; }
  @media screen and (max-width: 692px) {
    .search--ttl {
      pointer-events: all;
      font-size: 1.6rem;
      background: #CFC0A6;
      padding: 20px;
      margin-bottom: 20px; } }
  .search--ttl:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #7D6454;
    display: inline-block;
    margin-right: 16px; }
    @media screen and (max-width: 692px) {
      .search--ttl:before {
        display: none; } }

@media screen and (max-width: 692px) {
  .search--ttl {
    position: relative; } }

@media screen and (max-width: 692px) {
  .search--ttl:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-down-blk.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: transform .3s ease-in-out, top .3s ease-in-out; } }

@media screen and (max-width: 692px) {
  .search--ttl.open:after {
    top: 30%;
    transform: rotate(180deg); } }

@media screen and (max-width: 692px) {
  .search--toggle {
    display: none; } }

.top--search-inner {
  padding: 60px;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 692px) {
    .top--search-inner {
      padding: 20px 20px 0; } }

.top--search--area {
  background: #F0EBE3; }
  @media screen and (max-width: 692px) {
    .top--search--area {
      background: none; } }

.search--area--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media screen and (max-width: 692px) {
    .search--area--list {
      display: block; } }
  .search--area--list li {
    margin-bottom: 10px;
    margin-right: 20px; }
    @media screen and (max-width: 692px) {
      .search--area--list li {
        background: #ffffff;
        border: 1px solid #222222;
        padding: 10px;
        margin-right: 0; } }
    .search--area--list li a {
      position: relative;
      font-size: 1.4rem;
      display: block;
      width: 100%; }
      @media screen and (max-width: 692px) {
        .search--area--list li a {
          width: 100%; } }
      .search--area--list li a:after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #222222;
        bottom: -10px;
        /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s; }
        @media screen and (max-width: 692px) {
          .search--area--list li a:after {
            display: none; } }

.search--area--list li a:hover::after {
  visibility: visible;
  bottom: -4px;
  opacity: 1; }
  @media screen and (max-width: 692px) {
    .search--area--list li a:hover::after {
      display: none; } }

.search--price--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .search--price--list li {
    width: calc(98% / 3);
    background: #CFC0A6;
    border: 1px solid #CFC0A6;
    padding: 16px;
    text-align: center;
    margin-bottom: 10px;
    transition: all ease .3s;
    font-size: 1.4rem; }
    @media screen and (max-width: 692px) {
      .search--price--list li {
        width: calc(98% / 2);
        background: #ffffff; } }
    @media screen and (max-width: 520px) {
      .search--price--list li {
        width: 100%; } }
    .search--price--list li:hover {
      background: #ffffff; }
    .search--price--list li a {
      width: 100%;
      display: block; }

.search--madori--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .search--madori--list li {
    width: calc(98% / 4);
    background: #CFC0A6;
    border: 1px solid #CFC0A6;
    padding: 16px;
    text-align: center;
    margin-bottom: 10px;
    transition: all ease .3s;
    font-size: 1.4rem;
    font-family: Futura,'Century Gothic Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 692px) {
      .search--madori--list li {
        width: calc(98% / 2);
        background: #ffffff; } }
    @media screen and (max-width: 520px) {
      .search--madori--list li {
        width: 100%; } }
    .search--madori--list li:hover {
      background: #ffffff; }
    .search--madori--list li a {
      width: 100%;
      display: block; }

.brand-slide {
  padding: 60px 0;
  overflow: visible; }

.brand-slide .slick-list {
  overflow: visible; }

.brand-slide .slick-prev,
.brand-slide .slick-next {
  background: #CFC0A6;
  border: 1px solid #CFC0A6;
  border-radius: 0;
  width: 40px;
  height: 40px;
  z-index: 1; }

.brand-slide .slick-prev:hover,
.brand-slide .slick-next:hover {
  background: #ffffff; }

.brand-slide .slick-prev:before,
.brand-slide .slick-next:before {
  content: "";
  background: url(../img/arrow-right-wht.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  transition: all ease .3s; }

.brand-slide .slick-prev:hover::before,
.brand-slide .slick-next:hover::before {
  background: url(../img/arrow-right-br.png) no-repeat; }

.brand-slide .slick-prev:before {
  transform: rotate(180deg); }

.brand-slide-item {
  position: relative;
  aspect-ratio: 3/4;
  max-width: 240px;
  width: 240px;
  object-fit: cover;
  overflow: hidden;
  margin: 0 10px; }
  .brand-slide-item .brand-slide-ttl {
    position: absolute;
    color: #ffffff;
    background: rgba(34, 34, 34, 0.7);
    padding: 16px;
    bottom: 0;
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
    width: 100%; }

.slick-next {
  top: 0;
  right: 0; }

.slick-prev {
  top: 0;
  right: 60px;
  left: auto;
  margin: 0; }

.pre-slide-slider .slick-next {
  right: 50px; }
  @media screen and (max-width: 692px) {
    .pre-slide-slider .slick-next {
      right: 20px; } }

.pre-slide-slider .slick-prev {
  right: calc(100% - 1050px); }
  @media screen and (max-width: 692px) {
    .pre-slide-slider .slick-prev {
      right: 80px; } }

.fee-flag {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 6px; }

.fee-flag.free {
  background: #98B4B2; }

.fee-flag.off30,
.fee-flag.off50 {
  background: #9F9F9F; }

.fee-flag.negotiable {
  background: #EBE1D0;
  color: #222222; }

.pre--list--box {
  position: relative; }
  .pre--list--box .pre--mark {
    background: #ffffff;
    border: 1px solid #CFC0A6;
    color: #CFC0A6;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 48px;
    height: 48px;
    font-size: 1rem;
    line-height: 12px;
    text-align: center;
    padding-top: 10px; }

.pre--list--box img {
  border: 1px solid #AFAFAF; }

.main--txt--box {
  display: block;
  text-align: center;
  margin: 0 auto; }
  @media screen and (max-width: 692px) {
    .main--txt--box {
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }

.main--txt {
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #222222; }
  .main--txt span {
    font-weight: bold; }

.favo_mark {
  position: absolute;
  bottom: 4px;
  right: 4px; }

.fa-heart {
  color: #AFAFAF;
  font-size: 2rem;
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.heart-full:before {
  color: #FF6085; }

a.simplefavorite-button {
  opacity: 0.7; }
  a.simplefavorite-button:hover {
    opacity: 1; }

a.simplefavorite-button.active {
  opacity: 1; }

.favo_mark a.simplefavorite-button {
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  margin-left: auto; }

.favo_mark_in {
  position: relative; }

.favo_mark a.simplefavorite-button:before {
  content: "お気に入りリストに\A入れる";
  white-space: pre;
  display: none;
  position: absolute;
  background: #ffffff;
  width: 114px;
  padding: 4px;
  bottom: -48px;
  left: 0;
  font-size: 0.9rem;
  border: 1px solid #AFAFAF;
  text-align: center; }

.favo_mark a.simplefavorite-button:hover::before {
  display: inline-block; }

.favo_mark a.simplefavorite-button.active::before {
  content: "お気に入りリストから\A外す";
  white-space: pre;
  display: none;
  position: absolute;
  background: #ffffff;
  width: 114px;
  padding: 4px;
  bottom: -48px;
  left: 0;
  font-size: 0.9rem;
  border: 1px solid #AFAFAF;
  text-align: center; }

.favo_mark a.simplefavorite-button.active:hover::before {
  display: inline-block; }

img.price--down--icon {
  width: 48px;
  right: 8px;
  top: 8px;
  aspect-ratio: auto; }

.feature--top {
  margin-bottom: 120px; }
  @media screen and (max-width: 692px) {
    .feature--top {
      margin-bottom: 0; } }

.top--featuredpro--list {
  margin-bottom: 20px; }
  @media screen and (max-width: 692px) {
    .top--featuredpro--list {
      margin-bottom: 40px; } }

.bukken--ttl {
  font-size: 1.2rem; }

.bukken--spec {
  font-size: 1.1rem;
  margin: 4px 0; }

.bukken--access {
  font-size: 1.1rem;
  margin-bottom: 4px; }

.bukken--updated {
  font-size: 1.1rem;
  margin: 0 0 20px;
  text-align: right; }

/*# sourceMappingURL=top.css.map */
