@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 22%;
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff2");
  font-display: swap;
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff2");
  font-display: swap;
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Akshar";
  src: url("../font/Akshar/Akshar-VariableFont_wght.ttf") format("truetype");
}
.p-mv {
  margin-bottom: 2.6388888889vw;
  position: relative;
}
.p-mv::before {
  content: "";
  display: block;
  width: 24.7222vw;
  height: 58.4722vw;
  background: url("../images/common/mv-frame-left.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::before {
    width: 31.7rem;
    height: 160.2rem;
    background-image: url("../images/common/sp-mv-frame-left.svg");
  }
}
.p-mv::after {
  content: "";
  display: block;
  background: url("../images/common/mv-frame-right.svg") no-repeat center/cover;
  position: absolute;
  width: 6.875vw;
  height: 15.8333vw;
  right: 1.3889vw;
  bottom: 1.0833vw;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::after {
    width: 9.9rem;
    height: 22.89rem;
    right: 3rem;
    bottom: 2.5rem;
    background-image: url("../images/common/sp-mv-frame-right.svg");
  }
}
.p-mv__slider {
  width: 100%;
  height: 100%;
}
.p-mv__slider .slick-list,
.p-mv__slider .slick-track {
  height: 100%;
}
.p-mv__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.p-mv__slide--child::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
}
@media screen and (max-width: 780px) {
  .p-mv__slide--child::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
  }
}
.p-mv__copy {
  position: absolute;
  top: 53%;
  left: 10vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .p-mv__copy {
    left: 15rem;
  }
}
.p-mv__copy--sub {
  top: 50%;
  left: 17vw;
}
.p-mv__copy--sub .p-mv__title {
  margin-bottom: 2rem;
}
.p-mv__copy--sub .p-mv__title img {
  width: 27.1rem;
}
.p-mv__copy--sub .p-mv__page-title {
  text-align: center;
}
.p-mv__copy--sub .p-mv__page-catch {
  padding-top: 2rem;
  font-weight: 600;
  margin-left: 1rem;
}
@media screen and (max-width: 780px) {
  .p-mv__copy--sub {
    left: 20rem;
    top: 57%;
  }
  .p-mv__copy--sub .p-mv__title {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .p-mv__copy--sub .p-mv__title img {
    width: 41.2rem;
  }
  .p-mv__copy--sub .p-mv__page-title {
    text-align: center;
    font-size: 8.576rem;
    margin-left: 0;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 1.5rem;
  }
  .p-mv__copy--sub .p-mv__page-catch {
    display: none;
  }
}
.p-mv__title img {
  width: 42.8rem;
}
@media screen and (max-width: 1440px) {
  .p-mv__title img {
    width: 29.722222vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mv__title img {
    width: 55.1rem;
  }
}
.p-mv__page-title {
  color: var(--color-white);
  font-size: 5.7rem;
  font-weight: 300;
  border-top: 1px solid var(--color-white);
}
.p-mv__page-title span {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .p-mv__page-title {
    font-size: 3.9705vw;
  }
}
.p-mv__page-catch {
  color: var(--color-white);
  font-size: 2.38rem;
  font-family: var(--f-serif);
  border-top: 1px solid var(--color-white);
}
@media screen and (max-width: 1440px) {
  .p-mv__page-catch {
    font-size: 1.6581vw;
  }
}
.p-mv__catch {
  position: absolute;
  right: 6vw;
  bottom: 5.7vw;
  font-size: 3.6806vw;
  font-family: var(--f-serif);
  font-weight: 600;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .p-mv {
    margin-bottom: 10.3rem;
  }
  .p-mv__slide img {
    height: 150rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mv__title {
    top: 49%;
  }
  .p-mv__catch {
    font-size: 4.3rem;
    right: 11rem;
    bottom: 10rem;
  }
}

.c-linking {
  text-align: center;
}
.c-linking-frame-sm .c-linking__inner {
  min-height: 28.3rem;
}
.c-linking-frame-sm .c-linking__inner::before {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-left.svg");
}
.c-linking-frame-sm .c-linking__inner::after {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-right.svg");
}
.c-linking__inner {
  max-width: 1030px;
  margin: auto;
  padding: 0 5rem;
  position: relative;
}
.c-linking__inner::before {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-left.svg") no-repeat center left/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-linking__inner::after {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-right.svg") no-repeat center right/100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-linking__title {
  font-size: 7rem;
  font-weight: 600;
  font-family: var(--f-roboto);
  color: var(--color-text-gray);
}
.c-linking__lead {
  font-size: 2.2rem;
  font-weight: 600;
}
.c-linking__text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 3rem;
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-linking__inner {
    padding: 0 5rem;
  }
  .c-linking__title {
    padding-top: 3rem;
    font-size: 5rem;
  }
  .c-linking__lead {
    font-size: 1.8rem;
  }
  .c-linking__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .c-linking .l-container {
    padding-inline: 0;
  }
  .c-linking-frame-sm .c-linking__inner::before {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-left.svg");
  }
  .c-linking-frame-sm .c-linking__inner::after {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-right.svg");
  }
  .c-linking__inner {
    padding: 0 3rem;
  }
  .c-linking__inner::before {
    background-image: url("../images/top/sp-ill-frame-left.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__inner::after {
    background-image: url("../images/top/sp-ill-frame-right.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__title {
    padding-top: 6rem;
  }
  .c-linking__lead {
    font-size: 4rem;
  }
  .c-linking__text {
    font-size: 3.4rem;
    padding-inline: 3.5rem;
    padding-top: 9rem;
    text-align: left;
    line-height: 1.7647;
  }
}

.c-linking {
  margin: 2rem 0 9.5rem;
}
.c-linking__content {
  padding-top: 1rem;
}
.c-linking__title {
  font-size: 5.5rem;
  margin-bottom: 0;
}
.c-linking__lead {
  line-height: 2;
}

.c-pagetop {
  margin-top: 11rem;
}

.c-warehouse-pickup .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-warehouse-pickup .slick-list {
  padding-left: 32rem;
}
.c-warehouse-pickup__title {
  margin-bottom: 4rem;
}
.c-warehouse-pickup__lead {
  margin-bottom: 5rem;
}
.c-warehouse-pickup__item {
  margin: 0 5rem;
}
.c-warehouse-pickup__link {
  color: var(--color-black);
  display: block;
}
@media (hover: hover) {
  .c-warehouse-pickup__link:hover {
    opacity: 1;
  }
  .c-warehouse-pickup__link:hover .c-warehouse-pickup__catch {
    color: var(--color-red);
  }
  .c-warehouse-pickup__link:hover .c-warehouse-pickup__frame--inner::after {
    opacity: 1;
    z-index: 9;
  }
  .c-warehouse-pickup__link:hover .c-warehouse-pickup__body {
    position: relative;
    z-index: 999;
    color: var(--color-white);
  }
  .c-warehouse-pickup__link:hover .c-warehouse-pickup__name {
    color: var(--color-white);
  }
  .c-warehouse-pickup__link:hover .c-warehouse-pickup__location {
    color: var(--color-white);
  }
}
.c-warehouse-pickup__catch {
  font-size: 2.6rem;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3rem;
  margin-bottom: 1.5rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-warehouse-pickup__catch::before {
  content: "";
  width: 0.2rem;
  height: 6.4rem;
  background-color: var(--color-red);
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
.c-warehouse-pickup__catch::after {
  content: "";
  width: 0.2rem;
  height: 6.4rem;
  background-color: var(--color-red);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
.c-warehouse-pickup__image img {
  width: 100%;
  height: auto;
}
.c-warehouse-pickup__body {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-warehouse-pickup__frame {
  position: relative;
}
.c-warehouse-pickup__frame::before {
  content: "";
  display: block;
  width: 5.1rem;
  height: 100%;
  aspect-ratio: 51/323;
  background: url("../images/storehouse/frame-pickup-red.png") no-repeat center/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-warehouse-pickup__frame::after {
  content: "";
  display: block;
  width: 5.1rem;
  height: 100%;
  aspect-ratio: 51/323;
  background: url("../images/storehouse/frame-pickup-gray.png") no-repeat center/100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-warehouse-pickup__frame--inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(241, 90, 36, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-warehouse-pickup__name {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-warehouse-pickup__location {
  font-size: 2.1rem;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-warehouse-pickup__button {
  max-width: 27.6rem;
  margin: 11.5rem auto 0;
}
.c-warehouse-pickup__button .c-btn--red-line {
  border-width: 0.4rem;
  font-size: 1.99rem;
  font-weight: 600;
  height: 5.1rem;
}

.c-warehouse-point {
  margin-top: 11.5rem;
}
.c-warehouse-point__title {
  margin-bottom: 3rem;
}
.c-warehouse-point__list {
  max-width: 762px;
  margin: auto;
}
.c-warehouse-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 4rem 0;
  border-bottom: 1px solid var(--color-text-gray2);
}
.c-warehouse-point__icon {
  width: 13.6rem;
}
.c-warehouse-point__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-warehouse-point__heading {
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--color-red);
  line-height: var(--c-lh);
  margin-bottom: 0.5rem;
}
.c-warehouse-point__description {
  padding-left: 2rem;
}
.c-warehouse-point__description li {
  position: relative;
  font-size: 1.8rem;
}
.c-warehouse-point__description li::before {
  content: "●";
  font-size: 0.9em;
  color: var(--color-red);
  display: block;
  position: absolute;
  left: -2rem;
  top: 0.1em;
}

.c-warehouse-map {
  margin-top: 10.5rem;
}
.c-warehouse-map__title {
  margin-bottom: 12.5rem;
}
.c-warehouse-map__content {
  max-width: 753px;
  aspect-ratio: 753/752;
  background: url("../images/storehouse/img-warehouse-map.png") no-repeat center/contain;
  margin: auto;
  position: relative;
}
.c-warehouse-map__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  max-width: 40.6rem;
  position: absolute;
  left: -3.5rem;
  top: 6rem;
  gap: 0 1rem;
}
.c-warehouse-map__total-label {
  font-size: 3.5rem;
  text-align: right;
}
.c-warehouse-map__total-number {
  font-size: 14.3rem;
  line-height: 1;
  color: var(--color-red);
}
.c-warehouse-map__total-unit {
  font-size: 3.5rem;
  color: var(--color-black);
}
.c-warehouse-map__total-date {
  text-align: right;
  width: 100%;
}
.c-warehouse-map__region {
  position: absolute;
}
.c-warehouse-map__region-name {
  font-size: 1.83rem;
  font-weight: 600;
}
.c-warehouse-map__region-number {
  font-size: 6.14rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-red);
}
.c-warehouse-map__region-unit {
  font-size: 1.83rem;
  font-weight: 600;
}
.c-warehouse-map__region--hokkaido {
  top: 2rem;
  right: 16rem;
}
.c-warehouse-map__region--tohoku {
  top: 24rem;
  right: 4rem;
}
.c-warehouse-map__region--kanto {
  top: 48rem;
  right: 6rem;
}
.c-warehouse-map__region--chubu {
  top: 36rem;
  left: 25rem;
}
.c-warehouse-map__region--kinki {
  top: 58rem;
  right: 29rem;
}
.c-warehouse-map__region--chugoku {
  top: 39.5rem;
  left: 7rem;
}
.c-warehouse-map__region--shikoku {
  top: 62rem;
  right: 44rem;
}
.c-warehouse-map__region--kyushu {
  top: 60rem;
  left: -7rem;
}

.l-pageframe__deco--02 {
  top: 46rem;
}
.l-pageframe__deco--03 {
  top: 170rem;
}
@media screen and (min-width: 781px) and (max-width: 1200px) {
  .c-warehouse-pickup .slick-list {
    padding-left: 20vw;
  }
  .c-warehouse-pickup__item {
    margin: 0 3vw;
  }
  .c-warehouse-pickup__name {
    font-size: 2.2vw;
  }
  .c-warehouse-pickup__location {
    font-size: 2vw;
  }
  .c-warehouse-pickup__catch {
    font-size: 2.1vw;
    padding: 0 2vw;
  }
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-warehouse-map__total {
    left: 1.5rem;
  }
  .c-warehouse-map__region--kyushu {
    top: 67rem;
    left: 0;
  }
}
@media screen and (max-width: 780px) {
  body::before, body::after {
    content: none;
  }
  .c-linking {
    margin: 2rem 0 9.5rem;
  }
  .c-linking__content {
    padding-top: 0;
  }
  .c-linking__title {
    padding-top: 0;
    margin-bottom: -1rem;
  }
  .c-linking__lead {
    font-size: 2.5rem;
    line-height: 1.76;
  }
  .l-pageframe__deco {
    z-index: -1;
  }
  .l-pageframe__deco--01 {
    top: 131rem;
  }
  .c-pagetop {
    margin-top: 18rem;
  }
  .c-warehouse-pickup__item {
    margin: 0 5.5rem;
  }
  .c-warehouse-pickup__title {
    margin-bottom: 7rem;
  }
  .c-warehouse-pickup .c-subtitle {
    font-size: 3rem;
  }
  .c-warehouse-pickup__lead {
    margin-bottom: 4.5rem;
  }
  .c-warehouse-pickup .slick-list {
    padding-left: 15rem;
    padding-right: 7rem;
  }
  .c-warehouse-pickup__catch::before, .c-warehouse-pickup__catch::after {
    width: 0.3rem;
  }
  .c-warehouse-point {
    margin-top: 10.5rem;
  }
  .c-warehouse-point .l-container {
    padding-inline: 4.3rem;
  }
  .c-warehouse-point__item {
    padding: 3.2rem 0;
    gap: 3.5rem;
  }
  .c-warehouse-point__item:last-child {
    border-bottom: none;
  }
  .c-warehouse-point__icon {
    margin-top: -1rem;
  }
  .c-warehouse-point__icon img {
    height: auto;
  }
  .c-warehouse-map {
    margin-top: 9rem;
  }
  .c-warehouse-map__title {
    margin-bottom: 9.5rem;
  }
  .c-warehouse-map__content {
    margin-right: -2rem;
  }
  .c-warehouse-map__total {
    left: -1.5rem;
    top: 7rem;
    max-width: 42.6rem;
    gap: 0 1.5rem;
  }
  .c-warehouse-map__total-label {
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .c-warehouse-map__total-unit {
    position: relative;
    bottom: 1rem;
  }
  .c-warehouse-map__total-date {
    font-size: 2rem;
    margin-top: -1rem;
  }
  .c-warehouse-map__region-name {
    font-size: 1.8rem;
  }
  .c-warehouse-map__region-number {
    font-size: 5.1rem;
    line-height: 0.8;
  }
  .c-warehouse-map__region-unit {
    font-size: 1.5rem;
  }
  .c-warehouse-map__region--hokkaido {
    top: 1rem;
    right: 14rem;
  }
  .c-warehouse-map__region--tohoku {
    top: 19.5rem;
    right: 3.5rem;
  }
  .c-warehouse-map__region--kanto {
    top: 40rem;
  }
  .c-warehouse-map__region--chubu {
    top: 29.5rem;
  }
  .c-warehouse-map__region--kinki {
    top: 48.5rem;
    right: 25rem;
  }
  .c-warehouse-map__region--chugoku {
    top: 33rem;
    left: 10rem;
  }
  .c-warehouse-map__region--shikoku {
    top: 51.5rem;
    right: 37rem;
  }
  .c-warehouse-map__region--kyushu {
    top: 50rem;
    left: -3rem;
  }
}