@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}
/* ------------------------------------------------------------
   top.css
------------------------------------------------------------ */
/*
* mainimg
* estimate
* items
* schne
* design
* service
* ranking
* works
* newstopics
*
*/
*, *::before, *::after {
  box-sizing: border-box;
}

.sp {
  display: none;
}

/* メニュー (MENU)
------------------------------------------------------------ */
.top-menu__contents {
  margin: 0 auto;
  position: relative;
}

.top-menu__contents__background,
.top-menu__contents__background-image {
  height: auto;
}

.top-menu__contents__background {
  width: 100%;
}

.top-menu__contents__background > li {
  height: 100%;
}

.top-menu__contents__background-image {
  width: 100%;
  object-fit: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.top-menu__contents__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.menu {
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(62, 49, 43, 0.9) 51%);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 10vw
}

.menu__heading,
.menu__anchor-list__item {
  padding-left: 2.5vw;
}

.menu__heading {
  color: transparent;
  display: flex;
  font-size: 5.5vw;
  font-weight: 800;
  justify-content: start;
  line-height: 1.2em;
  margin-top: 0.15em;
  -webkit-text-stroke: 1px #fff;
}

.menu__anchor-list__item {
  border-bottom: solid 1px #fff;
  font-size: 2.6vw;
  font-weight: 800;
  white-space: nowrap;
}

.menu__anchor-list__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.menu__anchor-list-item-text {
  position: relative;
}

.menu__anchor-list-item-text::after {
  content: '▼';
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  right: -6.5vw;
}

.menu__anchor-list__item > a {
  color: inherit;
  display: block;
  padding-right: 7vw;
  text-decoration: none;
}

.menu__bottom {
  align-items: center;
  margin: auto;
  text-align: center;
}

.menu__bottom__logo {
  margin-top: 1.4vw;
}

.menu__bottom__logo img {
  margin: 0 auto;
  width: 12vw;
}

.menu__bottom__slogan {
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.menu__bottom__slogan .left_block {
  margin-left: -0.5em;
}

.menu__bottom__slogan .right_block {
  margin-right: -0.5em;
}

.menu__bottom__message {
  font-size: 1.5vw;
}

.menu__bottom__message br.br_for_sp {
  display: none;
}

/* 配送日時
------------------------------------------------------------ */
.top-delivery {
  max-width: var(--header-width);
  text-align: center;
  margin: 0 auto 117px auto;
}

.top-delivery__message {
  font-size: 3.58rem;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}

.top-delivery__date {
  width: 100%;
  background-color: #eee;
  display: flex;
}

.top-delivery__date > li {
  font-size: 3.5rem;
  font-weight: 700;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-delivery__date > li:not(:last-child) {
  border-right: solid 1px #000;
}

.top-delivery__date > li .bold {
  font-size: 4.9rem;
  font-weight: bold;
}

.top-delivery__icon {
  display: none;
}

/* サービス一覧
------------------------------------------------------------ */
.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 36px;
  row-gap: 46px;
}

.services__list-item {
  max-width: 250px;
}

.services__list-item img {
  aspect-ratio: 250 / 355;
  height: auto;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 100%;
}

.services__list-item img:hover {
  border-color: transparent;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
  top: -3px;
}

/* お問い合わせ
------------------------------------------------------------ */
.contact {
  background: url("/images/common/new/contact-bg.jpg.webp") no-repeat 0% 30%;
  display: flex;
  height: 456px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 0 2.5%;
}

.contact-box__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 29px;
}

.contact-box__description {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 25px;
}

.contact-box__button-area {
  display: flex;
  justify-content: space-around;
  margin-top: 2em;
  margin-bottom: 10px;
}

.contact-box__button {
  width: 220px;
  height: 76px;
  padding: 0 12px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00913A;
}

.contact-box__button a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.contact-box__button#_fs_click_modal {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}

.contact__layer .box {
  max-width: 849px;
}

/* トップ下部 */
.contact2 {
  display: flex;
  height: 306px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 0 2.5%;
  margin-bottom: 30px;
}

.contact-box__title2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}

.contact-box__description2 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 25px;
  text-align: center;
}

.contact-box__button-area2 {
  display: flex;
  justify-content: space-around;
  margin: 2em auto 10px auto;
  width: 90%;
}

.contact-box__button2 {
  width: 320px;
  height: 76px;
  padding: 0 12px;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00913A;
}

.contact-box__button2 a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.contact-box__button2#_fs_click_modal2 {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 商品一覧
------------------------------------------------------------ */
.product__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 36px;
}

.product__list-item {
  max-width: 263px;
}

.product__list-item img {
  height: auto;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 100%;
}

.product__list-item img:hover {
  border-color: transparent;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
  top: -3px;
}

.product__list-item-inner {

}

/* ステップ
------------------------------------------------------------ */
.order-process {
  background: url("/images/common/new/steps-bg.jpg.webp") no-repeat 50% 40%;
  display: flex;
  height: 542px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 0 2.5%;
}

.order-process a {
  text-decoration: none;
  color: #000000;
  display: block;
}

.order-process__title {
  align-items: baseline;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -1.8px;
  line-height: 104px;
}

.order-process__title .strong {
  font-size: 4.6rem;
  position: relative;
}

.order-process__title .number {
  font-size: 9rem;
}

.order-process__title .ruby::after {
  content: "ステップ";
  font-size: 2rem;
  position: absolute;
  top: -0.5em;
  left: 4.3em;
}

.order-process__steps {
  display: flex;
}

.order-process__step-item {
  width: 20%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.order-process__step-item:not(:last-child)::after {
  content: "";
  background-image: url(/images/common/new/arrow.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 37%;
  right: -4%;
  width: 15px;
  height: 40px;
}

.order-process__step-number {
  font-size: 2.5rem;
  font-weight: 800;
}

.order-process__step-icon {
  margin: 0px auto 18px;
}

.order-process__step-caption {
  font-size: 1.9rem;
  font-weight: bold;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  white-space: nowrap;
}

/* おすすめ一覧
------------------------------------------------------------ */
.pick-up {
}

.pick-up__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 21px;
  row-gap: 60px;
}

.pick-up__list-item {
  max-width: 355px;
}

.pick-up__list-item img {
  height: auto;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 100%;
}

.pick-up__list-item img:hover {
  border-color: transparent;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
  top: -3px;
}

/* お客様の作成事例紹介
------------------------------------------------------------ */
.memories {
}

/* プリント方法一覧
------------------------------------------------------------ */
.print {
}

.service__banner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 3vw;
  width: 100%;
}

.service__banner li {
  text-align: center;
}

.service__banner a {
  display: block;
  border: solid 1px #000;
  text-decoration: none;
  margin: 0 1.1vw;
}

.service__banner a p {
  display: flex;
  height: 3em;
  background-color: #000;
  font-size: min(3vw, 20px);
  color: #fff;
  justify-content: center;
  align-items: center;
}

.service__banner a img {
  margin: 0 auto;
  max-height: 315px;
  max-width: 315px;
  height: auto;
  width: 100%;
}

.service__banner .slick-arrow {
  top: 50%;
}

.service__banner .slick-prev {
  left: 0;
}

.service__banner .slick-prev::before {
  background-image: url("/images/common/new/black-allow-l.png");
  background-size: contain;
}

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

.service__banner .slick-next::before {
  background-image: url("/images/common/new/black-allow-r.png");
  background-size: contain;
}

/* よくあるご質問
------------------------------------------------------------ */
.faq {
}

.faq-header,
.button__basic {
  display: none;
}

.qa__contents {
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
}

.qa__tit,
.qa__text {
  border: solid #000;
  border-width: calc(17px / 2) 17px;
}

.qa_box .qa__text {
  border-top: 17px solid #000;
}

.qa__tit {
  display: flex;
  width: 100%;
  height: 111px;
  background-color: #fff;
  padding: 0 65px;
  font-size: 2rem;
  font-weight: 600;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.qa__tit::before {
  content: url("/images/common/new/quotation.png");
  position: absolute;
  top: 9px;
  left: -6px;
  transform: scale(0.6);
}

.qa__tit::after {
  content: "+";
  position: absolute;
  font-size: 5rem;
  right: 19px;
  transition: transform 0.6s;
}

.qa__tit:hover,
.qa__tit.active {
  background-color: #ffd900;
}

.qa__tit.active::after {
  transform: rotate(315deg);
}

.qa__text {
  display: none;
  padding: 10px 65px;
  font-size: 1.5rem;
  font-weight: 600;
}

.more__btn {
  background: #000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.4em;
  margin: 40px auto;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 350px;
}

.more__btn a {
  display: block;
  height: auto;
  color: #fff;
  text-decoration: none;
}

.more__btn:hover {
  opacity: .7;
}

@media screen and (max-width: 1300px) {
  .top-delivery__message {
    font-size: 2rem;
  }

  .top-delivery__date {
    flex-direction: column;
  }

  .top-delivery__date li {
    font-size: 2rem;
    height: 50%;
    width: auto;
  }

  .top-delivery__date > li:not(:last-child) {
    border-right: none;
    border-bottom: none;
  }

  .top-delivery__date > li .bold {
    font-size: 2.5rem;
  }

  .order-process__title {
    font-size: 2.5rem;
  }

  .order-process__title .number {
    font-size: 7rem;
  }

  .order-process__title .strong {
    font-size: 3.5rem;
  }

  .order-process__title .ruby::after {
    left: 4.5em;
    font-size: 1.5rem;
    top: -1.2em;
  }

  .order-process__step-caption {
    font-size: 1.3rem;
  }

  .contact-box__title {
    font-size: 3.5rem;
  }

  .contact-box__button {
    font-size: 2rem;
    height: 60px;
    width: 200px;
  }

  .contact-box__title2 {
    font-size: 3.5rem;
  }

  .contact-box__button2 {
    font-size: 2rem;
    height: 60px;
    width: 200px;
  }

  .qa__tit {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .menu__top {
    display: none;
  }

  /* メニュー (MENU)
  ------------------------------------------------------------ */
  .top-menu__contents__menu {
    max-width: none;
    width: 100%;
    background-image: url("/images/common/new/menu-bg.jpg.webp");
    background-size: cover;
    flex-direction: column-reverse;
    position: relative;
  }

  .top-menu__contents__menu::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .top-menu__contents__background,
  .top-menu__contents__background-image {
    height: auto;
  }

  .top-menu__contents__background-image {
    object-fit: cover;
  }

  .menu {
    padding-left: 0;
  }

  .menu__bottom {
    margin: -98px 10px 8px 10px;
  }

  .menu__bottom__logo {
    width: 83px;
    margin-top: 0;
  }

  .menu__bottom__logo img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .menu__bottom__slogan {
    font-size: 3rem;
    margin-bottom: 5px;
  }

  .menu__bottom__message {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .menu__bottom__message br.br_for_sp {
    display: inherit;
  }

  .menu__bottom__message br.br_for_pc {
    display: none;
  }

  .menu__heading,
  .menu__anchor-list__item {
    padding-left: 0;
  }

  .menu__heading {
    height: 43px;
    justify-content: center;
  }

  .menu__anchor-list__item {
    font-size: 1.632rem;
    height: 36px;
  }

  .menu__anchor-list__item > a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .menu__anchor-list-item-text {
    min-width: 185px;
  }

  .menu__anchor-list-item-text::before {
    right: -6px;
    font-size: 5rem;
  }

  .top-delivery__message {
    font-size: 1.1456rem;
  }

  /* 配送日時
  ------------------------------------------------------------ */
  .top-delivery {
    margin-bottom: 0;
  }

  .top-delivery__table {
    display: flex;
  }

  .top-delivery__date > li {
    font-size: 1.12rem;
  }

  .top-delivery__date > li:not(:last-child) {
    border-right: none;
    border-bottom: none;
  }

  .top-delivery__date > li .bold {
    font-size: 1.568rem;
  }

  .top-delivery__icon {
    display: block;
    width: 98px;
  }

  .top-delivery__icon-image {
    width: 100%;
    height: auto;
  }

  /* お問い合わせ
  ------------------------------------------------------------ */
  .contact {
    height: 236px;
  }

  .contact-box__title {
    font-size: 1.664rem;
    margin-bottom: 7px;
  }

  .contact-box__description {
    line-height: 21px;
    font-size: 1.184rem;
    font-weight: 500;
  }

  .contact-box__button-area {
    margin: unset;
    margin-top: auto;
  }

  .contact-box__button {
    width: 108px;
    height: 34px;
    font-size: 1.184rem;
  }

  .contact-box__button a {
    justify-content: unset;
  }

  .contact-box__button#_fs_click_modal {
    justify-content: unset;
  }

  .contact-box__button {
    padding: 0;
  }

  .contact-box__button:nth-child(1) img {
    width: 14px;
    margin-left: 10px;
    margin-right: 12px;
  }

  .contact-box__button:nth-child(2) img {
    width: 17px;
    margin: 0 7px;
  }

  .contact-box__button:nth-child(3) img {
    width: 19px;
    margin-left: 10px;
    margin-right: 12px;
  }

  .box {
    padding: 7px;
    width: 99%;
  }

  .contact__layer .box {
    max-width: 450px;
  }

  .contact2 {
    height: 136px;
    margin-bottom: 30px;
  }

  .contact-box__title2 {
    font-size: 1.664rem;
    margin-bottom: 7px;
  }

  .contact-box__description2 {
    line-height: 21px;
    font-size: 1.184rem;
    font-weight: 500;
  }

  .contact-box__button-area2 {
    margin: unset;
    margin-top: 1em;
    width: 100%;
  }

  .contact-box__button2 {
    width: 108px;
    height: 34px;
    font-size: 1.184rem;
  }

  .contact-box__button2 a {
    justify-content: unset;
  }

  .contact-box__button2#_fs_click_modal2 {
    justify-content: unset;
  }

  .contact-box__button2 {
    padding: 0;
  }

  .contact-box__button2:nth-child(3) img {
    width: 14px;
    margin-left: 10px;
    margin-right: 12px;
  }

  .contact-box__button2:nth-child(2) img {
    width: 17px;
    margin: 0 7px;
  }

  .contact-box__button2:nth-child(1) img {
    width: 19px;
    margin-left: 10px;
    margin-right: 12px;
  }

  /* サービス一覧
  ------------------------------------------------------------ */
  .services__list {
    column-gap: 3vw;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3vw;
  }

  .service__banner li {
    width: 44vw;
  }

  .service__banner a h3 {
    font-size: 3vw;
    height: auto;
    line-height: 2;
  }

  /* 商品一覧
  ------------------------------------------------------------ */
  .product__list {
    column-gap: 3vw;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3vw;
  }

  /* ステップ
  ------------------------------------------------------------ */
  .order-process {
    height: 170px;
  }

  .order-process-box {
    height: 130px;
    width: 352px;
  }

  .order-process__title {
    font-size: 1.28rem;
    line-height: 30px;
  }

  .order-process__title .strong {
    font-size: 1.76rem;
  }

  .order-process__title .number {
    font-size: 3.84rem;
    margin-left: 5px;
  }

  .order-process__title .ruby::after {
    font-size: 1rem;
    top: 0;
    left: 3em;
  }

  .order-process__steps {
    justify-content: space-between;
  }

  .order-process__step-item:not(:last-child)::after {
    width: 8px;
    height: 20px;
  }

  .order-process__step-icon {
    margin: auto;
    width: 29px;
    height: auto;
  }

  .order-process__step-caption {
    font-size: 1rem;
    letter-spacing: 0;
  }

  .order-process__step-number {
    font-size: 1rem;
  }

  /* おすすめ一覧
  ------------------------------------------------------------ */
  .pick-up__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 21px;
  }

  /* よくあるご質問
  ------------------------------------------------------------ */
  .qa__contents {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }

  .qa__tit,
  .qa__text {
    border-width: calc(7px / 2) 7px;
    font-size: 1.2rem;
    padding: 0 24px;
  }

  .qa__tit {
    border-width: calc(7px / 2) 7px;
    height: 50px;
    padding: 0 24px;
    line-height: 13px;
  }

  .qa__tit::before {
    top: -18px;
    left: -25px;
    transform: scale(0.2);
  }

  .qa__tit::after {
    font-size: 1.4rem;
    right: 5px;
    top: 35%;
  }

  .qa__text {
    font-weight: inherit;
  }

  .more__btn {
    font-size: 1.5rem;
    height: 29px;
    line-height: 29px;
    margin: 20px auto;
    width: 126px;
  }
}
