@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------
Foundation
--------------------------------------------------------------------------------------*/
html {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  color: #231816;
  vertical-align: bottom;
  width: 100%;
}
a {
  color: #231816;
  transition: 0.4s ease-in-out;
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
.wrap {
  position: relative;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.header {
  width: 15rem;
  padding: 2rem;
  box-sizing: border-box;
}
.headerLogo {
  margin-bottom: 1rem;
  line-height: 1;
}
.headerLogo a {
  display: block;
  line-height: 0;
  background: #fff;
}
.headerNavList {
  margin-bottom: 1rem;
}
.headerNavListLink {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
}

.main {
  width: calc(100% - 15rem);
  box-sizing: border-box;
}
.mainVis {
  margin-bottom: 5rem;
}
.mainVisList__item {
  line-height: 0;
}
.mainVisList__item a img {
  transition: 0.4s ease-in-out;
}
.mainVisList__item a:hover img {
  opacity: 0.6;
}
.mainVisList__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap {
    display: block;
    padding-top: 90px;
  }
  .header {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .headerLogo {
    margin-bottom: 0;
    width: 70px;
  }
  .headerLogo a {
    display: block;
    line-height: 1;
    height: 70px;
  }
  .headerNav {
    width: calc(100% - 80px);
  }
  .headerNavList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 70px;
    padding: 1rem;
    box-sizing: border-box;
  }
  .headerNavList__item {
    width: calc(100% / 3);
  }
  .headerNavListLink {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0.5rem;
    text-align: center;
  }
  .main {
    width: 100%;
  }
}

/* slick */
.slick-prev,
.slick-next {
  top: auto;
  bottom: 0;
  margin: 0;
  z-index: 100;
  width: 30px;
  height: 30px;
}
.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #231816;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.slick-prev::after,
.slick-next::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #231816;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-prev::after {
  top: 18px;
}
.slick-next::after {
  right: 0;
  top: 10px;
}
.slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: auto;
  right: 0;
  bottom: 0;
  content: "";
  text-align: center;
  opacity: 1;
  background: #ddd;
}
.slick-dots li.slick-active button:before {
  background: #231815;
  opacity: 1;
}
.sec {
  margin-bottom: 5rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.secHeading {
  font-family: "Josefin Sans", sans-serif;
  text-align: left;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.conceptTxt {
  font-size: 1rem;
  line-height: 2;
}
.pickupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickupList__item {
  width: calc(100% / 3 - 1rem);
  margin-bottom: 1.5rem;
}
.pickupListLink {
  /* border: 1px solid #231816; */
  display: block;
  line-height: 1;
}
.pickupListLink:hover {
  opacity: 0.5;
}
.pickupList__item img {
  width: 100%;
}
.pickupViewAll {
  text-align: right;
}
.pickupViewAllLink {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  padding-right: 2rem;
  line-height: 1;
  padding-top: 0.2rem;
}
.pickupViewAllLink::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #231816;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
.pickupViewAllLink:hover::before {
  right: -1rem;
}

.footer {
  border-bottom: 20px solid #231816;
  padding: 1rem;
}

.footerCopyright {
  font-size: 0.8rem;
  text-align: center;
}

.policy {
  text-align: center;
  font-size: 0.9rem;
}

.u-spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
  .u-spOnly {
    display: block;
  }
}

.u-mb-1rem {
  margin-bottom: 1rem !important;
}
.u-mb-2rem {
  margin-bottom: 2rem !important;
}
.u-mb-3rem {
  margin-bottom: 3rem !important;
}
.u-mb-4rem {
  margin-bottom: 4rem !important;
}
.u-mb-5rem {
  margin-bottom: 5rem !important;
}
