@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #000;
}
.l-header {
  max-width: 1100px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.l-header-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 460px;
}
.l-header-nav-list-itm {
  width: 33%;
  position: relative;
}
.l-header-nav-list-itm-link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.l-header-nav-list-itm-link span {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
.l-header-nav-list-itm + .l-header-nav-list-itm::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 14px;
  background: #000;
  top: 4px;
  left: 0;
}
.l-header-logo a {
  font-size: 17px;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
}
.l-header-logo img {
  width: 135px;
  height: auto;
  margin-left: 35px;
}
.p-top {
  background: url("../img/logo.svg") no-repeat calc(50% + 370px) -100px / 590px auto;
}
.p-top-mv {
  max-width: 1100px;
  margin: 0 auto;
  height: 420px;
  display: flex;
  align-items: center;
}
.p-top-mv-hdg {
  text-align: center;
  width: 680px;
}
.p-top-mv-hdg span {
  font-size: 32px;
  display: block;
}
.p-top-mv-hdg img {
  width: 245px;
  height: auto;
  margin: 16px 0 80px;
}
.p-top-section:nth-child(odd) {
  background: #FCF7F0;
}
.p-top-section {
  padding: 70px 0 100px;
}
.p-top-section-hdg {
  font-size: 32px;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}
.p-top-section-hdg::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -22px;
  left: -40%;
}
.c-product-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.c-product-list-itm {
  width: 285px;
}
.c-product-list-itm figure {
  width: 100%;
  height: 285px;
  background: #fff;
}
.c-product-list-itm figure a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.c-product-list-itm img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.c-product-list-itm figure.r-bdr {
  border: solid 1px #ccc;
}
.c-product-list-itm-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0 8px;
}
.c-product-list-itm-txt-sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 18px;
}
.c-product-list-itm-btn {
  display: flex;
  width: 205px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: solid 1px #000;
  margin: 15px auto 0;
}
.c-product-list-itm-btn[target="_blank"] {
  position: relative;
}
.c-product-list-itm-btn[target="_blank"]:before {
  right: 15px;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
}
.c-product-list-itm-btn[target="_blank"]:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  right: 13px;
  margin-top: -5px;
  border: 1px solid #000;
}
.p-top-section-block-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.p-top-section-block {
  width: 814px;
  background: #FCF7F0;
  padding: 105px 84px 140px;
  overflow: hidden;
  margin-right: auto;
  box-shadow: 16px 15px 0px -1px #F8E9D3;
}
.p-top-section-block + .p-top-section-block {
  margin-top: -30px;
}
.p-top-section-block-hdg {
  font-size: 32px;
  text-align: center;
  position: relative;
  margin-bottom: 44px;
}
.p-top-section-block-hdg::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -22px;
  right: -40%;
}
.p-top-section-block:nth-child(even) {
  margin-right: initial;
  margin-left: auto;
}
.p-top-section-block:nth-child(even) .p-top-section-block-hdg::after {
  right: auto;
  left: -30%;
}
.p-top-section-block-txt {
  font-size: 16px;
  line-height: 1.7;
}
.p-top-section-block-txt + .p-top-section-block-txt {
  margin-top: 1em;
}
.p-top-section-block.r-pic {
  position: relative;
  padding-left: 420px;
}
.p-top-section-block.r-pic img {
  display: block;
  width: 297px;
  height: auto;
  position: absolute;
  top: 91px;
  left: 76px;
}
.p-top-section-block.r-pic .p-top-section-block-hdg {
  text-align: left;
}
.p-top-section-block.r-pic .p-top-section-block-hdg::after {
  width: 147%;
  right: -27%;
}
.l-footer {
  margin-top: 100px;
}
.l-footer-contact {
  background: #FCF7F0;
  padding: 85px 0;
  text-align: center;
}
.l-footer-contact-hdg {
  font-size: 32px;
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}
.l-footer-contact-hdg::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -22px;
  left: -40%;
}
.l-footer-contact-logo {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.l-footer-contact-logo img {
  width: 100%;
  height: auto;
}
.l-footer-contact-btn {
  display: flex;
  width: 312px;
  height: 61px;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  margin: 20px auto 0;
}
.l-footer-contact-btn img {
  width: 219px;
  height: auto;
}
.l-footer-exlink {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 86px auto 100px;
}
.l-footer-exlink-itm img {
  width: 50px;
}
.l-footer-exlink-itm:last-child img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.09));
}
.l-footer-info {
  text-align: center;
  box-shadow: 0px -6px 15px -10px #ccc;
  padding: 35px 0 44px;
}
.l-footer-info-hdg img {
  width: 180px;
  height: auto;
}
.l-footer-info-txt {
  font-size: 14px;
  margin-top: 16px;
}
.c-loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #F8E9D3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-loading-spinner {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.c-section {
  background: #FCF7F0;
  padding: 62px 0 100px;
}
.c-section-hdg {
  font-size: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.c-section-hdg::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -22px;
  left: -40%;
}
.p-products-block {
  max-width: 1100px;
  background: #fff;
  box-shadow: 16px 15px 0px -1px #F8E9D3;
  margin: 0 auto;
  padding: 87px 140px 100px;
}
.p-products-block-hdg {
  text-align: center;
  font-size: 31px;
  font-weight: 500;
}
.p-products-block-pic-list {
  width: 280px;
  margin: 1em auto;
}
.prev-arrow,
.next-arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-top: solid 2px #ddd;
  border-right: solid 2px #ddd;
}
.prev-arrow {
  left: -20px;
  transform: rotate(-135deg);
}
.next-arrow {
  right: -20px;
  transform: rotate(45deg);
}
.p-products-block-pic {
  display: block;
  width: 280px;
  height: 280px;
  margin: 32px auto 0;
}
.p-products-block-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-products-block-info-txt {
  text-align: center;
  font-size: 16px;
}
.p-products-block-description {
  margin-top: 54px;
  font-size: 16px;
  line-height: 1.7;
}
.p-products-block-description-hdg {
  font-weight: 700;
}
.p-products-block-description-txt + .p-products-block-description-hdg {
  margin-top: 1.5em;
}
.p-products-block-iconslist {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 80px 0 0;
}
.p-products-block-iconslist img {
  width: 100px;
  height: auto;
}
.u-none {
  overflow: hidden;
  color: transparent;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.u-mt100 {
  margin-top: 100px !important;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header-nav-list-itm-link {
    transition: background 0.3s;
  }
  .l-header-nav-list-itm-link::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #F8E9D3;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    left: 0;
    right:0;
    margin: auto;
    transition: opacity0.3s, bottom 0.3s;
  }
  .l-header-nav-list-itm-link:hover::after {
    opacity: 1;
    bottom: -14px;
  }
  .c-product-list-itm-btn,.l-footer-contact-btn {
    transition: box-shadow 0.7s;
  }
  .c-product-list-itm-btn:hover,.l-footer-contact-btn:hover {
    box-shadow:0 0 0 1px #000 inset;
  }
}
/* タブレット */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-header {
    max-width: 100%;
    height: 100px;
  }
  .l-header-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
  }
  .p-top {
    background: url("../img/logo.svg") no-repeat calc(50% + 270px) -100px / 500px auto;
  }
  .p-top-mv {
    max-width: 100%;
  }
  .p-top-mv-hdg {
    text-align: center;
    width: 60%;
  }
  .p-top-section-block-wrap {
    max-width: 94%;
  }
  .p-top-section-block {
    width: 80%;
  }
  .p-top-section-block.r-pic {
    position: relative;
    padding-left: 44%;
  }
  .p-top-section-block.r-pic img {
    display: block;
    width: 36%;
    height: auto;
    position: absolute;
    top: 16%;
    left: 13%;
  }
  .p-top-section-block.r-pic .p-top-section-block-hdg {
    text-align: left;
  }
  .p-top-section-block.r-pic .p-top-section-block-hdg::after {
    width: 147%;
    right: -27%;
  }
  .p-products-block {
    max-width: 90%;
  }
}
/* スマートフォン */
@media screen and (max-width: 768px) {
  .l-header {
    max-width: 100%;
    height: 16.33333333vw;
  }
  .l-header-nav {
    width: 61%;
  }
  .l-header-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .l-header-nav-list-itm-link {
    font-size: 3vw;
  }
  .l-header-nav-list-itm-link span {
    font-size: 2.366666667vw;
    margin-top: 1.066666667vw;
  }
  .l-header-nav-list-itm + .l-header-nav-list-itm::before {
    height: 3.733333333vw;
    top: 1.066666667vw;
  }
  .l-header-logo a {
    font-size: 3vw;
  }
  .l-header-logo img {
    width: 13vw;
    margin-left: 2.333333333vw;
  }
  .p-top {
    background: url("../img/logo.svg") no-repeat 170% -10vw / 80vw auto;
  }
  .p-top-mv {
    max-width: 100%;
    height: 60vw;
  }
  .p-top-mv-hdg {
    width: 70vw;
  }
  .p-top-mv-hdg span {
    font-size: 7.466666667vw;
  }
  .p-top-mv-hdg img {
    width: 60%;
    height: auto;
    margin: 4.266666667vw 0 18.66666667vw;
  }
  .p-top-section {
    padding: 14.66666667vw 0 20vw;
  }
  .p-top-section-hdg {
    font-size: 7.466666667vw;
    margin-bottom: 18.66666667vw;
  }
  .p-top-section-hdg::after {
    bottom: -5.333333333vw;
    left: -30%;
  }
  .c-product-list {
    gap: 4vw;
  }
  .c-product-list-itm {
    width: 40vw;
  }
  .c-product-list-itm figure {
    height: 40vw;
  }
  .c-product-list-itm-txt {
    font-size: 4vw;
    margin: 2.666666667vw 0 1.333333333vw;
  }
  .c-product-list-itm-txt-sub {
    font-size: 3.233333333vw;
    margin-bottom: 3.733333333vw;
  }
  .c-product-list-itm-btn {
    width: 90%;
    height: 8vw;
    font-size: 3vw;
    margin: 2vw auto 0;
  }
  .c-product-list-itm-btn[target="_blank"] {
    position: relative;
  }
  .c-product-list-itm-btn[target="_blank"]:before {
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 8px;
    height: 8px;
  }
  .c-product-list-itm-btn[target="_blank"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 8px;
    height: 8px;
    right: 13px;
    margin-top: -5px;
    border: 1px solid #000;
  }
  .p-top-section-block-wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .p-top-section-block {
    width: 86%;
    padding: 13.33333333vw 10.66666667vw 19vw;
    box-shadow: 2vw 2vw 0px -1px #F8E9D3;
  }
  .p-top-section-block + .p-top-section-block {
    margin-top: -5.333333333vw;
  }
  .p-top-section-block-hdg {
    font-size: 6.466666667vw;
    margin-bottom: 12vw;
  }
  .p-top-section-block-hdg::after {
    bottom: -5.333333333vw;
    right: -20%;
  }
  .p-top-section-block:nth-child(even) {
    margin-right: initial;
    margin-left: auto;
  }
  .p-top-section-block:nth-child(even) .p-top-section-block-hdg::after {
    right: auto;
    width: 120%;
    left: -20%;
  }
  .p-top-section-block-txt {
    font-size: 3.733333333vw;
  }
  .p-top-section-block.r-pic {
    padding: 13.33333333vw 10.66666667vw 19vw;
  }
  .p-top-section-block.r-pic img {
    display: block;
    width: 36vw;
    top: 3vw;
    left: 6vw;
  }
  .p-top-section-block.r-pic .p-top-section-block-hdg {
    text-align: right;
  }
  .p-top-section-block.r-pic .p-top-section-block-txt:first-of-type {
    margin-top: 30vw;
  }
  .p-top-section-block.r-pic .p-top-section-block-hdg::after {
    right: -50%;
  }
  .l-footer {
    margin-top: 8.33333333vw;
  }
  .l-footer-contact {
    padding: 13.33333333vw 0 20vw;
    text-align: center;
  }
  .l-footer-contact-hdg {
    font-size: 7.466666667vw;
    margin-bottom: 16.66666667vw;
  }
  .l-footer-contact-hdg::after {
    bottom: -5.333333333vw;
    left: -40%;
  }
  .l-footer-contact-logo {
    width: 40%;
  }
  .l-footer-contact-logo img {
    width: 100%;
  }
  .l-footer-contact-btn {
    width: 70%;
    height: 13.33333333vw;
    margin: 2.266666667vw auto 0;
  }
  .l-footer-contact-btn img {
    width: 80%;
  }
  .l-footer-exlink {
    gap: 6.266666667vw;
    margin: 13.33333333vw auto;
  }
  .l-footer-exlink-itm img {
    width: 13.33333333vw;
  }
  .l-footer-info {
    padding: 4vw 0;
  }
  .l-footer-info-hdg img {
    width: 40%;
  }
  .l-footer-info-txt {
    font-size: 3.266666667vw;
    margin-top: 2vw;
  }
  .c-loading-spinner {
    width: 21.33333333vw;
    height: 21.33333333vw;
  }
  .c-section {
    padding: 13.33333333vw 0 18.66666667vw;
  }
  .c-section-hdg {
    font-size: 8vw;
    margin-bottom: 16vw;
  }
  .c-section-hdg::after {
    bottom: -5.333333333vw;
    left: -40%;
  }
  .p-products-block {
    max-width: 94%;
    box-shadow: 2vw 2vw 0px -1px #F8E9D3;
    padding: 13.33333333vw 6.66666667vw 18.66666667vw;
  }
  .p-products-block-hdg {
    font-size: 6.933333333vw;
  }
  .p-products-block-pic-list {
      width: 70vw;
  }
  .prev-arrow,
  .next-arrow {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
  }
  .prev-arrow {
    left: -5.333333333333333vw;
  }
  .next-arrow {
    right: -5.333333333333333vw;
  }
  
  .p-products-block-pic {
    width: 70vw;
    height: 70vw;
    margin: 5.333333333vw auto 0;
  }
  .p-products-block-info-txt {
    font-size: 3.4vw;
    margin-bottom: 4vw;
  }
  .p-products-block-description {
    margin-top: 10.66666667vw;
    font-size: 3.4vw;
  }
  .p-products-block-iconslist {
    gap: 2.266666667vw;
    margin: 16vw 0 0;
    flex-wrap: wrap;
  }
  .p-products-block-iconslist img {
    width: 16vw;
    height: auto;
  }
  .p-products-block .c-product-list-itm-btn {
    width: 50%;
  }
  .u-mt100 {
    margin-top: 16vw;
  }
}