@charset "utf-8";

/*------------------------
	common
------------------------*/
.main_contents_new {
  margin: auto;
}

/*------------------------
	header
------------------------*/
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin: 0 5vw;
}
.hd_logo {
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  img {
    width: 100%;
  }
}
.nav_info_list {
  display: flex;
	ul {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    li {
      padding-left: clamp(10px, 2vw, 30px);
      padding-right: clamp(10px, 2vw, 30px);
      border-right: 1px solid rgba(0,0,0,.2);
      img {
        width: auto;
        height: 30px;
        max-width: 100%;
      }
      &:last-child {
        border-right: none;
      }
    }
  }
}
.l-nav_new {
  padding: 40px 0 0;
  margin: auto;
  width: 90%;
}
.nav-sp_new {
  li {
    padding: 5% 0;
    &:last-child {
      border-bottom: none;
    }
  }
}
.icon-wrap {
  display: grid;
  grid-template-columns: 13vw 40vw;
  gap: 10px;
  align-items: center;
  justify-content: center;
  a {
    img {
      width: 100%;
    }
  }
}

.fv {
  img {
    width: 80vw;
    margin: 40px auto 60px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap {
    display: none;
  }
}

/*------------------------
	intro
------------------------*/
.intro  {
  background: #ffeec8;
  padding: 100px 0 130px;
  background-image: url(../images/page/top/bg-intro_1.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  .inner {
    overflow: unset;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
.intro-top {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
    &:before, &:after {
      position: absolute;
      content: '';
      width: 80px;
      height: 110px;
      background: url(../images/page/top/icon-intro_1.svg) no-repeat center center / contain;
    }
    &:before {
      top: 120px;
      right: -120px;
    }
    &:after {
      bottom: 120px;
      left: -140px;
      transform: scaleX(-1);
    }
  .wrap {
    display: grid;
    grid-template-columns: 1fr 444px;
    gap: 10px;
    img {
      width: 100%;
    }
  }
  h2 {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }
  p {
    display: flex;
    flex-direction: column;
    gap: 20px;
    span {
      &:nth-of-type(1) {
        width: 350px;
      }
      &:nth-of-type(2) {
        line-height: 2.5;
      }
    }
  }
}
.intro-bottom {
  position: relative;
  &:before, &:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 400px;
    top: 20px;
  }
  &:before {
    right: -120px;
    background: url(../images/page/top/icon-intro_3.webp) no-repeat center center / contain;
  }
  &:after {
    left: -120px;
    background: url(../images/page/top/icon-intro_2.webp) no-repeat center center / contain;
  }
  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
    li {
      width: calc((100% / 3) - 60px);
      img {
        width: 100%;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 60px 16px;
    .inner {
      gap: 40px;
    }
  }
  .intro-top {
    gap: 30px;
    &:before, &:after {
      display: none;
    }
    .wrap {
      gap: 40px;
      grid-template-columns: 1fr;
      img {
        width: 70%;
        margin: auto;
      }
    }
    p {
      gap: 10px;
      span {
        &:nth-of-type(1) {
          text-align: center;
          width: 100%;
        }
        &:nth-of-type(2) {
          text-align: center;
          font-size: 0.75rem;
          line-height: 2;
        }
      }
    }
  }
  .intro-bottom {
    &:before, &:after {
      display: none;
    }
    ul {
      justify-content: start;
      gap: 20px;
      li {
        width: calc((100% / 2) - 10px);
      }
      li:last-of-type {
        position: relative;
        &:before {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          top: 0;
          left: 100%;
          background: url(../images/page/top/icon-intro_sp.webp) no-repeat center center / contain;
        }
      }
    }
  }
}

/*------------------------
	product_new
------------------------*/
.product_new {
  background-image: url(../images/page/top/left_bg.png),
	url(../images/page/top/right_bg.png);
	background-repeat: no-repeat;
	background-size: 51%;
	background-position: top left, top right;
  .inner {
    padding: 150px 0 100px;
    position: relative;
    overflow: unset;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .product01 {
    left: -15vw;
  }
  .product02 {
    left: -18vw;
  }
  .product03 {
    left: -10vw;
  }
  .product04 {
    right: -10vw;
  }
  .product05 {
    right: -8vw;
  }
}
.product_new_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  >p {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
  }
  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    justify-content: center;
    align-items: center;
    li {
      width: calc((100% / 3) - 60px);
      a {
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,.2);
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        color: #000;
        transition: all 0.3s ease;
        &:hover {
          scale: 1.05;
          opacity: 1;
          transition: all 0.3s ease;
          background: #ffc240;
        }
      }
      img {
        width: 100%;
        border-radius: 10px;
      }
      p {
        font-weight: 700;
        text-align: center;
        font-size: 1.2rem;
      }
    }
  }
  a {
    width: 430px;
    margin: 0 auto;
    display: block;
    img {
      width: 100%;
    }
  }
}

@media screen and (max-width: 768px) {
  .product_new {
    .inner {
      padding: 40px 0;
      gap: 10px;
    }
  }
  .product_new_list {
    gap: 30px;
    >p {
      font-size: 0.75rem;
    }
    ul {
      padding: 0 20px;
      gap: 15px 25px;
      justify-content: start;
      li {
        width: calc((100% / 2) - 18px);
        a {
          padding: 5px;
          gap: 8px;
          p {
            font-size: .9rem;
          }
        }
      }
    }
    a {
      width: 80%;
    }
  }
}

/*------------------------
	bousai
------------------------*/
.bousai {
  background: #fff8e8;
  .inner {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
.bousai-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  h3 {
    width: 600px;
    margin: auto;
  }
  p {
    max-width: 800px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 600;
    border: 8px solid #008c45;
    text-align: center;
  }
}
.bousai-bottom {
  background: #fff;
  border: 10px solid #79b1bb;
  padding: 40px 20px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  a {
    width: 430px;
    margin: 0 auto;
    display: block;
    img {
      width: 100%;
    }
  }
  .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    p {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 20px;
      span {
        &:nth-of-type(1) {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 10px;
          border: 1px solid #79b1bb;
          padding: 10px 60px;
        }
        &:nth-of-type(2) {
          font-size: 1.6rem;
          font-weight: 900;
        }
        &:nth-of-type(3) {
          font-size: 1.125rem;
          line-height: 2.5;
        }
      }
    }
    >img {
      width: 100%;
    }
  }
}

@media screen and (max-width: 768px) {
  .bousai {
    .inner {
      gap: 20px;
      padding: 20px 0 50px;
    }
  }
  .bousai-top {
    h3 {
      width: 80%;
    }
    p {
      width: auto;
      font-size: 0.875rem;
    }
  }
  .bousai-bottom {
    padding: 30px 16px;
    a {
      width: 80%;
    }
    .wrap {
      grid-template-columns: 1fr;
      gap: 20px;
      p {
        padding: 0;
        text-align: center;
        span {
          &:nth-of-type(1) {
            padding: 10px 70px;
          }
          &:nth-of-type(2) {
            font-size: 1.2rem;
          }
          &:nth-of-type(3) {
            font-size: 0.875rem;
            line-height: 2;
          }
        }
      }
    }
  }
}

/*------------------------
  event_area
------------------------*/

.event_area_new {
  padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {
  .event_area_new {
    padding: 20px 0 50px;
  }
}

/*------------------------
  footer
------------------------*/
.footer_new {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px;
  position: relative;
  overflow: unset;
  .footer_logo {
    max-width: 400px;
    margin: auto !important;
    img {
      width: 100%;
    }
  }
  .footer_address {
    display: flex;
    flex-direction: column;
    gap: 40px;
    .wrap {
      display: flex;
      justify-content: center;
      gap: 60px;
      align-items: center;
      .left {
        display: flex;
        flex-direction: column;
      }
    }
  }
  .pt_bt {
    position: absolute;
    bottom: 50px;
    right: -120px;
    width: 160px;
    img {
      width: 100%;
    }
  }
}

@media screen and (max-width: 768px) {
  .footer_new {
    .footer_address {
      .wrap {
        flex-direction: column;
        gap: 20px;
        .left {
          text-align: center;
        }
      }
      .line-btn {
        img {
          width: 150px;
        }
      }
    }
    .pt_bt {
      display: none;
    }
  }
}