/* *********************** */
/* *********************** */
/* *********************** */
/* SP */
/* *********************** */
/* *********************** */
/* *********************** */
/* *********************** */
/* common */
/* *********************** */
body {
  color: #707070;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

header img {
  display: block;
}

.loading {
  background-color: #f4e6db;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading img {
  width: 70vw;
}

.mt150 {
  margin-top: 150px !important;
}

.pc_only {
  display: none;
}

.sp_only {
  display: block;
}

.drop-shadow {
  transition: all 0.3s;
}
.drop-shadow:hover {
  -webkit-filter: drop-shadow(2px 4px 6px #aaa);
  filter: drop-shadow(2px 4px 6px #aaa);
}

.heading {
  position: relative;
  overflow: hidden;
  margin-top: 13vw !important;
  min-height: 21vw;
}

.heading.type01 .h_title {
  position: absolute;
  left: 0;
  width: 70vw;
  margin-top: 4vw;
}

.heading.type01 .h_char {
  position: absolute;
  right: -8vw;
  top: -5vw;
  width: 30vw;
  transform: rotate(-90deg);
}

.heading.type02 .h_title {
  position: absolute;
  right: 0;
  width: 70vw;
  margin-top: 4vw;
}

.heading.type02 .h_char {
  position: absolute;
  left: -8vw;
  top: -5vw;
  width: 30vw;
  transform: rotate(90deg);
}

.heading.type01 .h_char {
  right: -8vw;
}

.heading.type02 .h_char {
  left: -8vw;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
}
.pagetop:hover {
  cursor: pointer;
}

/* bootstrap */
.modal {
  background-color: #f4e0e0;
  color: #967a69;
}
.modal .close {
  position: absolute;
  right: 2vw;
  top: 3vw;
  width: 8vw;
  height: auto;
  opacity: 1;
}
.modal .modal-dialog {
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
}
.modal .thumb {
  margin: 0 auto;
  width: 60vw;
  height: auto;
}
.modal .desc {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.modal .desc .item_ttl {
  width: 80%;
  margin: 0 auto;
}
.modal .price {
  font-weight: 700;
  margin-top: 2rem;
}

/* *********************** */
/* トップページ */
/* *********************** */

.top_visual {
  margin-top: 10vw;
  width: 90vw;
}

/* lineup */
.lineup {
  background-color: #f4e0e0;
  text-align: center;
  padding-top: 3rem;
}

.lineup .top_visual {
  width: 90vw;
}

.lineup_txt {
  font-size: 1.1rem;
  margin: 4rem auto 0;
  width: 80vw;
}

.lineup_btn {
  margin: 4rem 0 6rem;
  width: 50vw;
}

/* category */
.category {
  background-color: #f7f0ea;
  text-align: center;
}

.category_h {
  margin-top: 1rem;
  width: 94vw;
}

.category_txt {
  font-size: 1.2rem;
  margin-top: 3rem;
}

.more_btn {
  width: 50vw;
  margin: 3rem 0 5rem;
}

/* bottom links */
.bottom_links {
  background-image: url("../img/bg_01.jpg");
  background-size: contain;
  padding: 16vw 0;
}

.bottom_link {
  display: flex;
  justify-content: center;
}

.bottom_link:not(:first-of-type) {
  padding-top: 10vw;
}

.bottom_link a {
  display: inline-block;
  width: 83vw;
}

.bottom_link:not(:first-of-type) a {
  font-size: 1.4rem;
}

/* *********************** */
/* ラインアップ */
/* *********************** */

.lineup_page .lineup_h {
  display: block;
  margin: 0 auto;
  padding: 4rem 0 3rem;
  width: 70vw;
}

.lineup_page .fur_items .lineup_h,
.lineup_page .other_products .lineup_h {
  padding-top: 6rem;
}

.lineup_page .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 1rem;
}

.lineup_page .living_items,
.lineup_page .fur_items,
.lineup_page .other_products,
.lineup_page .back_area {
  background-color: #f7f0ea;
}

.lineup_page .items .item {
  flex-basis: 47%;
  font-weight: 500;
  margin-top: 1rem;
  text-align: center;
}

.lineup_page .items .item:hover {
  cursor: pointer;
}

.lineup_page .items .item .item_ttl {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1rem auto 0;
  width: 85%;
}

.lineup_page .items .item .price {
  font-size: 0.85rem;
  margin-top: 0.4rem;
}

.lineup_page .items .item .schedule {
  font-size: 0.9rem;
  margin-top: -0.4rem;
}

.lineup_page .back_area {
  padding: 10rem 0 7rem;
}

.lineup_page .back_area p {
  font-size: 1.2rem;
  text-align: center;
  color: #967b6a;
  font-weight: 500;
}

.lineup_page .back_area .back_btn {
  display: flex;
  justify-content: center;
  margin: 2rem auto 0;
  width: 50vw;
}

/* *********************** */
/* footer */
/* *********************** */
footer {
  background-color: #806d67;
  color: #f7f0ea;
  font-weight: 700;
  text-align: center;
  padding: 7vw 0 5vw;
}

footer p {
  margin: 0 auto;
}

footer .company.c-disney {
  width: 16vw;
}

footer .company.c-daiso {
  width: 12vw;
}

footer .company:nth-of-type(2) {
  margin: 3rem auto 1.5rem;
}

footer .copyright {
  width: 54vw;
  line-height: 0.6;
}

/* *********************** */
/* *********************** */
/* *********************** */
/* responsive */
/* *********************** */
/* *********************** */
/* *********************** */
@media screen and (min-width: 601px) and (max-width: 1279px) {
  .loading img {
    width: 50vh;
  }

  .lineup_page .items .item {
    flex-basis: 32%;
  }

  .modal .thumb {
    width: 50vh;
  }
  .modal .close {
    width: 6vh;
  }
}

/* *********************** */
/* *********************** */
/* *********************** */
/* PC */
/* *********************** */
/* *********************** */
/* *********************** */
@media screen and (min-width: 1280px) {
  /* *********************** */
  /* common */
  /* *********************** */
  body {
    width: 1280px;
  }

  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .loading img {
    width: 30vw;
  }

  .pagetop {
    width: 100px;
    height: 100px;
  }

  .heading {
    height: 290px;
    margin-top: 20px !important;
    margin-bottom: 0;
  }

  .heading.mt150 {
    margin-top: 150px !important;
  }

  .heading.type01 .h_title {
    left: 0;
    width: 860px;
  }

  .heading.type01 .h_char {
    top: -55px;
    width: 400px;
  }

  .heading.type01 .h_char {
    right: -75px;
  }

  .heading.type02 .h_title {
    right: 0;
    width: 860px;
  }

  .heading.type02 .h_char {
    left: -75px;
    top: -55px;
    width: 400px;
  }

  .heading.type02 .h_char {
    left: -75px;
  }

  /* bootstrap */
  .modal .close {
    right: 20px;
    top: 30px;
    width: 60px;
  }
  .modal .modal-dialog {
    margin: 0 auto;
    width: 48%;
    max-width: 48%;
  }
  .modal .modal-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .modal .thumb {
    width: 40%;
  }
  .modal .desc {
    font-size: 1.5rem;
    flex: 1;
  }
  .modal .desc .item_ttl {
    width: 60%;
  }
  .modal .price {
    margin-top: 3rem;
  }

  /* *********************** */
  /* トップページ */
  /* *********************** */

  .top_visual {
    margin-top: 0;
    width: 1100px;
  }

  /* lineup */
  .lineup {
    padding-top: 126px;
  }

  .lineup .top_visual {
    width: 1100px;
    margin-top: 0;
  }

  .lineup_txt {
    font-size: 2rem;
    margin-top: 110px;
    width: auto;
  }

  .lineup_btn {
    margin-top: 110px;
    margin-bottom: 145px;
    width: 450px;
  }

  /* category */
  .category_h {
    width: 750px;
  }

  .category_txt {
    font-size: 2rem;
    margin-top: 110px;
  }

  .more_btn {
    margin-top: 75px;
    margin-bottom: 145px;
    width: 450px;
  }

  /* bottom links */
  .bottom_links {
    background-size: cover;
    padding: 120px 0;
  }

  .bottom_link:not(:first-of-type) {
    padding-top: 100px;
  }

  .bottom_link a {
    border-radius: 1rem;
    font-size: 1.8rem;
    height: 150px;
    line-height: 150px;
    width: 720px;
  }

  .bottom_link:not(:first-of-type) a {
    font-size: 3rem;
  }

  /* *********************** */
  /* ラインアップ */
  /* *********************** */

  .lineup_page header img {
    width: 1280px;
  }

  .lineup_page .lineup_h {
    padding: 70px 0;
    margin: 0 auto;
    width: 800px;
  }

  .lineup_page .fur_items .lineup_h,
  .lineup_page .other_products .lineup_h {
    padding-top: 120px;
  }

  .lineup_page .items {
    width: 1130px;
    margin: 0 auto;
  }

  .lineup_page .items .item {
    flex-basis: 324px;
    font-weight: 500;
    margin-top: 55px;
  }

  .lineup_page .items .item:hover {
    cursor: pointer;
  }

  .lineup_page .items .item .item_ttl {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 10px auto 0;
    width: 85%;
  }

  .lineup_page .items .item .price {
    font-size: 1rem;
  }

  .lineup_page .back_area {
    padding: 150px 0 110px;
  }

  .lineup_page .back_area .back_btn {
    text-align: center;
    width: 100%;
  }

  .lineup_page .back_area .back_btn img {
    width: 453px;
  }

  /* *********************** */
  /* footer */
  /* *********************** */
  footer {
    padding: 60px 0;
  }

  footer .company.c-disney {
    width: 130px;
  }

  footer .company.c-daiso {
    width: 100px;
  }

  footer .copyright {
    width: 500px;
  }
}
