@charset "UTF-8";
/* ===========================================

  TOPページ

=========================================== */
.top-mv {
  background-color: #f5f2e3;
}

.top-mv_inner {
  width: fit-content;
  max-width: 1550px;
  margin: 0 auto;
}

.top-mv_inner img {
  width: auto;
  height: 100%;
}

.top-about {
  margin: 80px 0;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}

.top-about_ttl {
  margin-bottom: 32px;
  font-weight: 600;
}

.top-about_txt {
  font-size: 28px;
}

.top-about_txt strong {
  font-size: 32px;
  color: var(--wn-orange);
}

.top-merit {
  background-color: var(--bg-brown);
  padding: 98px 0 80px;
}

.top-merit_ttl {
  margin-bottom: 98px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.top-merit-wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.top-merit-wrap_item {
  width: 100%;
  padding: 32px 24px;
  background-color: #fff;
}

.top-merit-wrap_item-hd {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.top-merit-wrap_item-img {
  margin-bottom: 32px;
}

.top-merit-wrap_item-img img {
  width: 100%;
}

.top-merit-wrap_item-txt {
  font-size: 18px;
  line-height: 1.44;
  text-align: justify;
}

.top-itemlist {
  padding: 100px 0;
}

.top-itemlist_ttl {
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.top-itemlist-wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 56px;
}

.top-itemlist_item a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-1);
}

.img {
  height: 250px;
}

.img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: cover;
}

.top-itemlist_item-inner {
  padding: 24px;
  border-radius: 12px;
}

.maker {
  margin-bottom: 12px;
}

.hd {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}

.tax {
  margin-bottom: 5px;
  color: var(--wn-red);
  font-size: 14px;
  font-weight: 600;
}

.price {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.sale {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 9px;
  color: #fff;
  font-family: "Futura", "Century Gothic", "Jost", "Avenir", "Avenir Next", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-radius: 3px;
  background-color: var(--wn-red);
}

.txt {
  margin-top: 4px;
  color: var(--wn-red);
  font-family: "Futura", "Century Gothic", "Jost", "Avenir", "Avenir Next", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.yen {
  font-size: 16px;
  font-weight: 500;
}

.color {
  display: flex;
}

.color-txt {
  margin-right: 5px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
}

.color-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.color-list_img img {
  height: 20px;
  width: 20px;
  border: 1px solid var(--dim-gray);
  border-radius: 50%;
  overflow: hidden;
}

.top-process {
  background-color: var(--bg-brown);
  padding: 98px 0 80px;
}

.top-process_ttl {
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.top-process_txt {
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
}

.top-process_txt strong {
  color: var(--wn-orange);
  font-size: 24px;
  font-weight: 600;
}

.top-process_ttl-sub {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.top-process-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 36px;
  padding: 20px 80px;
  background-color: #fff;
}

.top-process-list li::after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: -23px;
  border-width: 23px 32px 0 32px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: block;
  width: 0;
}

.top-process-list li:last-child::after {
  content: none;
}

.top-process-list_num {
  margin-right: 68px;
  flex-shrink: 0;
  color: var(--wn-green);
  font-size: 28px;
  font-weight: 600;
}

.top-process-list_hd {
  width: 6em;
  margin-right: 52px;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 600;
}

.top-process-list_hd.green {
  color: var(--wn-green);
}

.top-process-list_txt {
  font-size: 18px;
  line-height: 1.44;
  text-align: justify;
}

.top-process-list_em {
  position: absolute;
  width: 155px;
  height: 155px;
  left: 438px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.top-process-list_em::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 30%;
  height: 160%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  animation: kiran 2s infinite;
}

.step04-wrap_img {
  width: 100%;
  max-width: 418px;
  margin: auto;
}

.step04-wrap_img img {
  width: 100%;
  height: auto;
}

.step04-wrap-inner {
  display: grid;
  justify-self: center;
  margin: 10px 12px 0;
  grid-template-columns: 100px 114px 114px;
  gap: 30px;
}

@keyframes kiran {
  0% {
    left: -60%;
  }
  80% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media screen and (max-width: 1550px) {
  .top-mv_inner img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .top-itemlist-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*====================================
  スマホ表示設定
====================================*/
@media only screen and (max-width:800px) {
  .top-mv img {
    width: 100%;
    height: auto;
  }
  .top-about {
    margin: 3.75rem 0;
    font-size: 1rem;
  }
  .top-about_ttl {
    margin-bottom: 1rem;
  }
  .top-about_txt {
    font-size: 0.875rem;
  }
  .top-about_txt strong {
    font-size: 1rem;
  }
  .top-merit {
    padding: 2rem 0 2.5rem;
  }
  .top-merit_ttl {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 1.27;
  }
  .top-merit-wrap {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .top-merit-wrap_item {
    padding: 1.5rem 1rem 1.25rem;
  }
  .top-merit-wrap_item-hd {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
  }
  .top-merit-wrap_item-img {
    margin-bottom: 1rem;
  }
  .top-merit-wrap_item-txt {
    font-size: 0.875rem;
  }
  .top-itemlist {
    padding: 2.5rem 0;
  }
  .top-itemlist_ttl {
    margin-bottom: 1rem;
    font-size: 1.375rem;
  }
  .top-itemlist-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
  .top-itemlist_item a {
    display: flex;
    gap: 0.5rem;
    box-shadow: none;
  }
  .img {
    min-width: 9.9375rem;
    width: 46%;
    height: 7.0625rem;
    flex-shrink: 0;
    aspect-ratio: 4/3;
  }
  .img img {
    border-radius: 6px;
  }
  .top-itemlist_item-inner {
    padding: 0;
  }
  .maker {
    display: none;
  }
  .hd {
    font-size: 0.875rem;
  }
  .tax {
    margin-bottom: 0.1rem;
    font-size: 0.625rem;
  }
  .price {
    height: 1rem;
    gap: 0.25rem;
  }
  .sale {
    height: 1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    border-radius: 3px;
  }
  .txt {
    margin-top: 0;
    font-size: 1.25rem;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  }
  .yen {
    margin-left: 2px;
    font-size: 0.875rem;
  }
  .color-txt {
    width: 5em;
    margin-right: 0;
    font-size: 10px;
    white-space: nowrap;
  }
  .color-list {
    gap: 0.25rem;
  }
  .color-list_img img {
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    overflow: hidden;
  }
  .top-process {
    padding: 2.5rem 0;
  }
  .top-process_ttl {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 1.27;
  }
  .top-process_txt {
    margin-bottom: 2rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .top-process_txt strong {
    font-size: 1rem;
  }
  .top-process_ttl-sub {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
  .top-process-list li {
    margin-bottom: 1.40625rem;
    padding: 1.25rem 1rem;
    row-gap: 0.5rem;
  }
  .top-process-list li::after {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-process-list_txt {
    font-size: 0.8125rem;
  }
  .top-process-list_num {
    margin-right: 1.25rem;
  }
  .top-process-list_num span.dp_pc {
    display: none;
  }
  .top-process-list_num span.dp_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.375rem;
    height: 1.375rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    background-color: var(--wn-green);
    border-radius: 50%;
  }
  .top-process-list_hd {
    font-size: 1.125rem;
  }
  .top-process-list_em {
    width: 6.625rem;
    height: 6.625rem;
    left: auto;
    right: 5%;
  }
  .top-process-list_em img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .step04-wrap {
    max-width: 353px;
    width: 100%;
    margin-top: 0.5rem;
  }
  .step04-wrap-inner {
    margin: 0.375rem 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
