@charset "UTF-8";
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
body::before {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../../../../assets/images/index/bg_back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  display: block;
  content: "";
}

.wrap .main__inner {
  padding-bottom: 0;
}

/*-------------------------------
	メインビジュアル
-------------------------------*/
.mainvisual {
  height: 100vh;
  background-image: url("../../../../assets/images/index/bg_mainvisual@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mainvisual__inner {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.mainvisual__title {
  margin-bottom: 5rem;
  display: inline-block;
}
.mainvisual__sub-title {
  font-size: 3.8rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
.mainvisual-search {
  width: 100%;
  max-width: 38rem;
}
.mainvisual-search form {
  width: 100%;
  height: 4rem;
  border: 0.1rem solid #444;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainvisual-search__field {
  width: calc(100% - 8rem);
  height: 100%;
  border-right: 0.1rem solid #444;
  background: #fff;
}
.mainvisual-search__field input {
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
}
.mainvisual-search__btn {
  width: 8rem;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
  background: #AA85AA;
  transition: 0.3s all ease;
}
.mainvisual-search__btn:hover {
  color: #AA85AA;
  background: #fff;
}
.mainvisual-search__btn input {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.wrap .main__inner {
  padding-top: 0;
}

/*-------------------------------
	製品情報
-------------------------------*/
.Products {
  background-image: url("../../../../assets/images/index/bg_products@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: center top;
}
.Products__inner:not(:last-child) {
  margin-bottom: 6rem;
}
.Products-top {
  margin-bottom: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.Products-top__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Products-top__right {
  max-width: 29.6rem;
  width: 100%;
}
.Products__category-title {
  font-size: 4rem;
  margin-right: 4.5rem;
  line-height: 1;
  font-weight: bold;
}
.Products__more-btn {
  line-height: 1;
  font-weight: 500;
}
.Products__more-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Products__more-btn a::before {
  width: 5rem;
  height: 5rem;
  margin-right: 1.5rem;
  background-image: url("../../../../assets/images/index/icon_more_purple@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.Products__shisaku-btn {
  width: 100%;
  line-height: 1;
  font-weight: 500;
}
.Products__shisaku-btn a {
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #AA85AA;
  border-radius: 2.5rem;
  opacity: 1;
  background: #fff;
  color: #AA85AA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Products__shisaku-btn a:hover {
  color: #fff;
  background: #AA85AA;
}
.Products-slider__item {
  width: 21.5rem;
  margin-right: 2.8rem;
}
.Products-slider__item__inner {
  width: 100%;
}
.Products-slider__image {
  margin-bottom: 1rem;
}
.Products-slider__image img {
  height: 21.5rem;
}
.Products-slider__title {
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem solid #444;
  font-weight: 500;
}
.Products .slick-prev,
.Products .slick-next {
  width: 5rem;
  height: 5rem;
  left: -7.5rem;
  border-radius: 50%;
  border: 0.1rem solid #444;
  transform: translate(0, 0);
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Products .slick-prev:hover,
.Products .slick-next:hover {
  border: 0.1rem solid #AA85AA;
  background: #AA85AA;
}
.Products .slick-prev::before,
.Products .slick-next::before {
  width: 1.3rem;
  height: 1.7rem;
  content: "";
}
.Products .slick-prev {
  top: 10.5rem;
}
.Products .slick-prev::before {
  background-image: url("../../../../assets/images/index/icon_arrow_right@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.Products .slick-prev:hover::before {
  background-image: url("../../../../assets/images/index/icon_arrow_right_white@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.Products .slick-next {
  top: 16.5rem;
}
.Products .slick-next::before {
  background-image: url("../../../../assets/images/index/icon_arrow_left@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.Products .slick-next:hover::before {
  background-image: url("../../../../assets/images/index/icon_arrow_left_white@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*-------------------------------
	レイアウト
-------------------------------*/
.section__inner {
  width: 100%;
  position: relative;
}
.section-contents {
  width: 100%;
  min-height: 47rem;
  z-index: 6000;
  position: relative;
  background: #fff;
}
.section-contents__inner {
  width: 100%;
}
.section-contents__body {
  margin-bottom: 3rem;
}
.section-contents__more-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section-contents__more-btn a::before {
  width: 5rem;
  height: 5rem;
  margin-right: 1.5rem;
  background-image: url("../../../../assets/images/index/icon_more@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.section__image {
  width: calc(100% + (100vw - 20rem - 100rem) / 2);
  height: 54.5rem;
  position: absolute;
  background: #aaaaaa;
}

/*-------------------------------
	お取引の流れ
-------------------------------*/
.Order {
  padding-top: 40.5rem;
  padding-bottom: 26rem;
  overflow: hidden;
}
.Order .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.Order .section-contents {
  max-width: 41rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Order .section-contents::before {
  width: 100%;
  height: 100%;
  left: -100%;
  bottom: 0;
  z-index: 4000;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
.Order .section-contents__inner {
  max-width: 36rem;
}
.Order .section__image {
  left: 7rem;
  bottom: 16rem;
  background-image: url("../../../../assets/images/index/img_order@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-------------------------------
	会社紹介
-------------------------------*/
.Company {
  padding-top: 26rem;
  overflow: hidden;
}
.Company .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.Company .section-contents {
  max-width: 66rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Company .section-contents::before {
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: 0;
  z-index: 4000;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
.Company .section-contents__inner {
  max-width: 50rem;
}
.Company .section__image {
  right: 7rem;
  bottom: 30rem;
  background-image: url("../../../../assets/images/index/img_company@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-------------------------------
	INFORMATION
-------------------------------*/
.Information {
  background: rgba(255, 255, 255, 0.9);
}
.Information__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.Information-title {
  width: 40rem;
}
.Information__more-btn {
  margin-right: 6.5rem;
  line-height: 1;
  text-align: right;
  color: #AA85AA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.Information__more-btn::after {
  width: 0;
  height: 0;
  border-width: 0.7rem 0 0.7rem 1.4rem;
  border-color: transparent transparent transparent #AA85AA;
  margin-left: 0.5rem;
  border-style: solid;
  display: block;
  content: "";
}
.Information-list {
  width: calc(100% - 40rem);
  padding-right: 8rem;
}
.Information-list a {
  display: block;
}
.Information-list__item {
  border-bottom: 0.1rem solid #707070;
}
.Information-list__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.Information-list__time {
  line-height: 1;
  color: #AA85AA;
}
.Information-list__bottom {
  padding-bottom: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Information-list__category {
  max-width: 10rem;
  margin-right: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 2rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #AA85AA;
}
.Information-list__title {
  width: calc(100% - 11.5rem);
}

/*-------------------------------
	SNS
-------------------------------*/
.Sns {
  background: #fff;
}
.Sns__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.Sns-block {
  width: calc(50% - 1.5rem);
  text-align: center;
}
.Sns-block__title {
  height: 8rem;
  margin-bottom: 2rem;
}
.Sns-block__title__text {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
}
.Sns-block__contents {
  width: 100%;
  height: 46rem;
  overflow: hidden;
}
.Sns-block__instagram .Sns-block__title img {
  width: 3.6rem;
}
.Sns-block__facebook .Sns-block__title img {
  width: 4.3rem;
}

@media screen and (max-width:1440px) {
  /*-------------------------------
      製品情報
  -------------------------------*/
  .Products .slick-prev {
    top: calc(50% - 3.5rem);
    right: 2.5rem;
    left: auto;
    z-index: 6000;
  }
  .Products .slick-next {
    top: calc(50% + 3.5rem);
    right: 2.5rem;
    left: auto;
    z-index: 6000;
  }

  /*-------------------------------
      INFORMATION
  -------------------------------*/
  .Information__inner {
    width: 100%;
    display: block;
  }
  .Information-title {
    width: 100%;
  }
  .Information-list {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /*-------------------------------
      メインビジュアル
  -------------------------------*/
  .mainvisual {
    height: calc(100vh - 13rem);
    background-image: url("../../../../assets/images/index/bg_mainvisual_sp@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .mainvisual__inner {
    padding-top: 7.5rem;
    height: calc(100vh - 13rem);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .mainvisual__title {
    display: none;
  }
  .mainvisual__sub-title {
    font-size: 4rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .mainvisual-search {
    display: none;
  }
  .mainvisual__contact-btn {
    width: 10rem;
    height: 10rem;
    left: 3.5rem;
    bottom: 3.5rem;
    z-index: 8000;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual__contact-btn a {
    width: 100%;
    height: 100%;
    font-size: 5.5rem;
    border-radius: 5rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #AA85AA;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .mainvisual__contact-btn a::before {
    width: 6rem;
    height: 6rem;
    background-image: url("../../../../assets/images/common/icon_mail_sp@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 99%;
    display: block;
    content: "";
  }

  .wrap .main__inner {
    padding-top: 0;
  }

  /*-------------------------------
      製品情報
  -------------------------------*/
  .Products {
    padding-bottom: 24rem;
    background-image: url("../../../../assets/images/index/bg_products_sp@2x.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .Products__inner:not(:last-child) {
    margin-bottom: 24rem;
  }
  .Products-top {
    margin-bottom: 4rem;
    display: block;
    position: relative;
  }
  .Products-top__left {
    display: block;
  }
  .Products-top__right {
    max-width: 32.5rem;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .Products__category-title {
    font-size: 4.8rem;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }
  .Products__more-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .Products__more-btn a {
    font-size: 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .Products__more-btn a::before {
    width: 8.6rem;
    height: 8.6rem;
    margin-right: 1rem;
    background-size: 99%;
  }
  .Products__shisaku-btn {
    width: 100%;
    line-height: 1;
    font-weight: bold;
  }
  .Products__shisaku-btn a {
    width: 100%;
    height: 8rem;
    font-size: 3rem;
    border-radius: 4rem;
  }
  .Products-list {
    padding-left: 3.5rem !important;
  }
  .Products-slider__item {
    width: 33.5rem;
    margin-right: 5.5rem;
  }
  .Products-slider__image {
    margin-bottom: 1.5rem;
  }
  .Products-slider__image img {
    width: 100%;
  }
  .Products-slider__title {
    font-size: 3.5rem;
  }
  .Products .slick-prev,
.Products .slick-next {
    width: 12rem;
    height: 12rem;
    left: -7.5rem;
    bottom: -14rem;
  }
  .Products .slick-prev::before,
.Products .slick-next::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .Products .slick-prev {
    top: auto;
    left: 50%;
  }
  .Products .slick-next {
    top: auto;
    left: calc(50% - 12rem - 3.5rem);
  }

  /*-------------------------------
      レイアウト
  -------------------------------*/
  .section__inner {
    width: 100%;
    position: relative;
    flex-direction: column-reverse;
  }
  .section-contents {
    width: 100%;
    margin-top: -23rem;
    padding-top: 6rem;
    padding-bottom: 3.5rem;
    min-height: auto;
  }
  .section-contents__more-btn a {
    font-size: 4rem;
  }
  .section-contents__more-btn a::before {
    width: 8.6rem;
    height: 8.6rem;
    margin-right: 1rem;
    background-size: 99%;
  }
  .section__image {
    width: 100% !important;
    height: 53rem;
    position: static;
  }

  /*-------------------------------
      お取引の流れ
  -------------------------------*/
  .Order {
    padding-top: 18rem;
    padding-bottom: 25rem;
  }
  .Order .section-contents {
    max-width: 54rem;
  }
  .Order .section-contents__inner {
    max-width: 100%;
  }

  /*-------------------------------
      会社紹介
  -------------------------------*/
  .Company {
    padding-top: 0;
    padding-bottom: 22rem;
  }
  .Company .section__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .Company .section-contents {
    max-width: 54rem;
  }
  .Company .section-contents__inner {
    max-width: 100%;
  }

  /*-------------------------------
      INFORMATION
  -------------------------------*/
  .Information {
    padding-bottom: 25rem;
  }
  .Information__inner {
    display: block;
  }
  .Information-title {
    margin-bottom: 2.5rem;
  }
  .Information__more-btn {
    margin-right: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .Information-list a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .Information-list__item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .Information-list__time {
    padding-top: 0.5rem;
    margin-right: 3rem;
  }
  .Information-list__bottom {
    padding-bottom: 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .Information-list__category {
    max-width: none;
    margin-right: 0;
    line-height: 1;
    padding: 0.5rem 1rem;
  }
  .Information-list__title {
    width: 100%;
    margin-top: 1rem;
  }

  /*-------------------------------
      SNS
  -------------------------------*/
  .Sns__inner {
    display: block;
  }
  .Sns-block {
    width: 100%;
  }
  .Sns-block:not(:last-child) {
    margin-bottom: 6.5rem;
  }
  .Sns-block__title {
    height: auto;
    margin-bottom: 3rem;
  }
  .Sns-block__title__text {
    font-size: 3.5rem;
  }
  .Sns-block__contents {
    height: 68rem;
  }
  .Sns-block__instagram .Sns-block__title img {
    width: 5.4rem;
  }
  .Sns-block__facebook .Sns-block__title img {
    width: 6.4rem;
  }
}
/*# sourceMappingURL=style.css.map */