@charset "UTF-8";

/* -------------------------------------------------
	mv
-------------------------------------------------- */
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/mv_sp.png) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1300px) {
  .mv {
    background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/mv_pc.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    height: 90vh;
  }
}

.mv__deco-img {
  width: 11.375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0.2;
}

@media screen and (min-width: 769px) {
  .mv__deco-img {
    width: 47.75rem;
    right: 78px;
  }
}

.mv__arrow {
  position: absolute;
  right: 5rem;
  bottom: 0;
  transform: translateY(50%);
}

@media screen and (max-width: 1299px) {
  .mv__arrow {
    width: 65px;
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mv__arrow {
    width: 58px;
  }
}

.mv-parts {
  width: 80%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 2;
  left: 32px;
}

@media screen and (min-width: 1300px) {
  .mv-parts {
    width: 75%;
    left: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-parts {
    top: 54%;
  }
}

.mv-parts-inner {
  position: relative;
}

.mv-parts__tit {
  margin-bottom: 20px;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 1.25rem;
}

@media screen and (min-width: 769px) {
  .mv-parts__tit {
    margin-bottom: 35px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .mv-parts__text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mv-parts__text {
    margin-bottom: 20px;
    font-size: 0.75rem;
  }
}

.mv-parts__deco {
  font-family: "Lobster", sans-serif;
  opacity: 0.3;
  transform: rotate(-3deg);
  position: absolute;
}

@media screen and (min-width: 1300px) {
  .mv-parts__deco {
    margin-bottom: 35px;
    font-size: 3rem;
    right: 3.75rem;
    bottom: -3.125rem;
  }
}

/* -------------------------------------------------
	pickup
-------------------------------------------------- */
.pickup {
  width: 1490px;
  margin-bottom: 160px!important;
  padding-top: 78px;
}

@media screen and (max-width: 768px) {
  .pickup {
    margin-bottom: 80px!important;
  }
}

.pickup-inner {
  position: relative;
}

.pickup__deco-chair {
  position: absolute;
  left: 28px;
  top: 0;
  transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
  .pickup__deco-chair {
    width: 12%;
  }
}

.pickup__deco-lamp {
  position: absolute;
  right: 50px;
  bottom: 0;
  transform: translateY(100%);
}

@media screen and (max-width: 768px) {
  .pickup__deco-lamp {
    width: 12%;
  }
}

.pickup-slider {
  position: relative;
}

@media screen and (min-width: 769px) {
  .pickup-slider {
    padding: 0 25px;
  }
}

.pickup-slider__link {
  transition: all 0.3s;
  display: block;
  margin: 7.5px;
}

@media screen and (max-width: 768px) {
  .pickup-slider__link {
    margin: 5px;
  }
}

.pickup-slider__link:hover {
  opacity: 0.8;
}

.pickup-slider__item {
  width: 100%;
}

.pickup-slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .pickup-slider .slide-arrow {
    width: 30px;
  }
}

.pickup-slider .slide-arrow-prev {
  left: 5px;
}

.pickup-slider .slide-arrow-next {
  right: 5px;
  transform: translateY(-50%) rotate(180deg);
}

/* -------------------------------------------------
	newitem
-------------------------------------------------- */
@media screen and (max-width: 1299px) {
  .newitem-wrap {
	position :relative;
  }
}
.newitem-wrap__deco {
  width: 100%;
}

@media screen and (max-width: 1299px) {
  .newitem-wrap__deco {
	position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 2;
    transform: translateY(100%);
  }
}
  
  
.newitem {
  margin-bottom: 160px;
  padding: 88px 80px 79px;
  background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/bg_black.png);
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1299px) {
  .newitem {
    padding: 40px 20px 79px;
  }
}

.newitem__tit .or-main-tit__jp {
  color: #fff;
}

.newitem .main-mono-btn {
  margin: 0 auto 90px;
  position: relative;
  z-index: 2;
}

.newitem__deco-66 {
  position: absolute;
  top: 62px;
  left: 82px;
}

@media screen and (max-width: 1299px) {
  .newitem__deco-66 {
    width: 120px;
    left: -19px;
    top: 90px;
  }
}

.newitem-list {
  width: 1440px;
  margin-bottom: 60px!important;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .newitem-list {
    max-width: 100%;
    gap: 20px;
  }
}

.newitem-list-item {
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 1300px) {
  .newitem-list-item {
    width: calc((100% - 120px) / 4);
  }
}

@media screen and (max-width: 1299px) {
  .newitem-list-item {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .newitem-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.newitem-list-item__link {
  height: 100%;
  display: block;
  transition: all 0.3s;
}

.newitem-list-item__link:hover {
  opacity: 0.8;
}
.newitem-list-item__img-box {
  height: 205px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newitem-list-item__img-box {
    height: 150px;
  }
}
.newitem-list-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.newitem-list-item__img--hover {
  opacity: 0;
  transition: opacity .3s;
}
.newitem-list-item__link:hover .newitem-list-item__img--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .newitem-list-item__name {
    font-size: 12px;
  }
}

.newitem-cat-wrap {
  position: relative;
}

.newitem-cat {
  padding: 65px 80px;
  background: #EDEDED;
  position: relative;
}


@media screen and (max-width: 1299px) {
  .newitem-cat {
    padding: 45px 20px;
  }
}

.newitem-cat__deco-table {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
  .newitem-cat__deco-table {
    width: 60px;
  }
}

.newitem-cat__deco-map {
  width: 32rem;
  position: absolute;
  right: -69px;
  top: 0;
  transform: translateY(-100%);
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  .newitem-cat__deco-map {
    width: 18.75rem;
    top: -30px;
  }
}


@media screen and (min-width: 1300px) {
  .newitem-cat .header-navi-drop-list {
    gap: 30px 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .newitem-cat-list {
    max-width: 100%;
  }
}

.newitem-cat-list .header-navi-drop-item {
  pointer-events: auto;
}

@media screen and (min-width: 1300px) {
  .newitem-cat-list .header-navi-drop-item {
    width: calc((100% - 80px) / 5);
  }
}

/* -------------------------------------------------
	para-area
-------------------------------------------------- */
.top-para-area {
  width: 100%;
  height: 710px;
  margin-top: -8%;
  background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/para_area_img.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 1299px) {
  .top-para-area-wrap {
  	position: relative;
    height: 400px;
  }
  .top-para-area-inner {
  	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
  }
  .top-para-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 107vh;
    background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/para_area_img.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
}

/* -------------------------------------------------
	shop
-------------------------------------------------- */
.shop {
  margin-top: -8%;
  margin-bottom: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .shop {
    margin-bottom: 80px;
  }
}

.shop-inner {
  width: 1840px;
  max-width: 90%;
  background: #EDEDED;
  position: relative;
}

@media screen and (min-width: 1300px) {
  .shop-inner {
    margin: 0 0 0 auto;
    padding: 60px 75px 70px 0;
  }
}

@media screen and (min-width: 1500px) {
  .shop-inner {
    padding: 60px 215px 70px 0;
  }
}

@media screen and (max-width: 1299px) {
  .shop-inner {
    margin: 0 auto;
    padding: 40px 20px 70px;
  }
}

.shop__deco {
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .shop-contents {
    width: 580px;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1500px) {
  .shop-contents {
    width: 630px;
  }
}

.shop-contents__img {
  width: 920px;
}

@media screen and (min-width: 1300px) {
  .shop-contents__img {
    max-width: 50%;
    position: absolute;
    top: 200px;
    right: 720px;
    z-index: 2;
  }
}

@media screen and (min-width: 1500px) {
  .shop-contents__img {
    top: 300px;
    right: 920px;
  }
}

@media screen and (max-width: 1299px) {
  .shop-contents__img {
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}

.shop-contents__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.shop-contents__text {
  margin-bottom: 30px;
}

.shop-info {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.shop-info-item {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .shop-info-item {
    margin-bottom: 30px;
    display: flex;
    gap: 55px;
  }
}

.shop-info-item__tit {
  font-family: "Odor Mean Chey", serif;
}

@media screen and (min-width: 769px) {
  .shop-info-item__tit {
    width: 67px;
  }
}

@media screen and (min-width: 769px) {
  .shop-info-item__text {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.shop-info-item__link {
  padding: 5px 16px;
  border-radius: 2px;
  background: #3e3e3e;
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 10px;
  pointer-events: auto;
  transition: all 0.3s;
}

.shop-info-item__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .shop-info-item__link {
    width: 180px;
    margin-top: 10px;
  }
}

/* -------------------------------------------------
	blog
-------------------------------------------------- */
.blog {
  margin-bottom: 160px;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    .blog {
    	padding-bottom: 55px;
    }
}

.blog-contents {
  width: 1760px;
  max-width: 90%;
  padding: 86px 0 180px 240px;
  background: #EDEDED;
}

@media screen and (max-width: 1299px) {
  .blog-contents {
    min-height: 650px;
    margin: 0 auto;
    padding: 40px;
  }
}

@media screen and (min-width: 769px) {
  .blog-contents-inner {
    width: 50%;
  }
}

@media screen and (min-width: 1300px) {
  .blog-contents-inner {
    width: 445px;
  }
}

.blog-contents__text {
  margin-bottom: 80px;
}

@media screen and (min-width: 1300px) {
  .blog-contents__text {
    margin-bottom: 133px;
  }
}

@media screen and (max-width: 768px) {
  .blog-contents__text {
    margin-bottom: 40px;
  }
}

.blog-slider {
  width: 1320px !important;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .blog-slider {
    max-width: 90%;
    position: absolute!important;
    top: 86px;
    left: 730px;
  }
}

@media screen and (max-width: 1299px) {
  .blog-slider {
    width: 420px !important;
    max-width: 50%;
    left: 55%;
    top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    max-width: 100%;
    height:100%!important;
    width: 100% !important;
    margin: -235px auto 0;
    position: static!important;
  }
}

.blog-slider .slide-arrow {
  width: 40px;
  position: absolute;
  bottom: -68px;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.blog-slider .slide-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .blog-slider .slide-arrow {
    left: calc(50% - 45px);
    bottom: 0;
  }
}

.blog-slider .slide-arrow-next {
  left: 55px;
  transform: rotate(180deg);
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .blog-slider .slide-arrow-next {
    left: calc(50% + 5px);
  }
}

.blog-slider .dots-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -48px;
  left: 128px;
}

@media screen and (max-width: 768px) {
  .blog-slider .dots-wrap {
    right: 20px;
    left: auto;
    bottom: 16px;
  }
}

.blog-slider .dots-wrap li {
  width: 52px;
  height: 3px;
  background: #fff;
  cursor: pointer;
}

.blog-slider .dots-wrap li:hover,
.blog-slider .dots-wrap li.slick-active {
  background: #CF862D;
}

.blog-slider .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
/*# sourceMappingURL=top.css.map */