.section1 {
  margin-top: 2%;
}
.section1 .visual {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section1 .visual h2 {
  position: relative;
  overflow: hidden;
}
.section1 .visual h2 img {
  width: 60%;
}
.section1 .visual h2 .logo-guide {
  display: block;
  margin: 0 auto;
}
.section1 .visual h2 .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.section1 .img-box {
  width: 462px;
  height: 462px;
  position: relative;
  overflow: hidden;
}
.section1 .img-box .guide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/resources/forestgoodfood/images/img-section1-guide.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* media */
@media screen and (max-width: 720px) {
  .section1 .img-box {
    width: 64.1667vw;
    height: 64.1667vw;
  }
  .section1 .visual h2 {
    width: 100vw;
  }
}
.section2 .flex {
  width: 100%;
  height: 100vh;
  text-align: center;
  flex-direction: column;
}
.section2 .txt {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}
.section2 p {
  line-height: 100px;
}
.section2 p:first-child {
  font-family: Baskerville;
  font-size: 4rem;
}
.section2 p:last-child {
  font-size: 2.4rem;
}
.section2 h3 {
  font-size: 8.5rem;
  font-weight: bold;
  line-height: 10rem;
  letter-spacing: -0.08em;
}
.section2 .transform-txt span {
  color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .section2 h3 {
    font-size: 6rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 720px) {
  .section2 p:first-child {
    font-size: 3.5rem;
  }
  .section2 h3 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 500px) {
  .section2 p:first-child {
    font-size: 3rem;
  }
  .section2 h3 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
.section3 {
  padding-bottom: 160px;
  overflow: visible !important;
  position: relative;
}
.section3 .container .img-section3-1,
.section3 .container .img-section3-2,
.section3 .container .img-section3-3 {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.section3 .container .img-section3-1 {
  left: 10%;
  bottom: 5%;
}
.section3 .container .img-section3-2 {
  top: 5%;
  left: 20%;
  transform: rotate(-25deg);
}
.section3 .container .img-section3-3 {
  right: 10%;
  bottom: 0;
}
.section3 .link-btn {
  text-align: right;
  text-decoration: underline;
  display: block;
}

.section03-swiper {
  margin-top: 200px;
}

.section03-swiper .swiper-slide {
  width: 400px;
  position: initial !important;
}

.section03-swiper__card-wrap {
  width: 100%;
  position: relative;
}
.section03-swiper__card-wrap h3 {
  position: absolute;
  font-weight: 700;
  transition: 1.5s;
  z-index: -1;
  display: block;
  width: calc(100% - 40px);
}
.section03-swiper__card-wrap > h3 {
  font-size: 32px;
  left: 20px;
  bottom: 70px;
}

.section03-swiper__card {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  transition: 1.5s;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.section03-swiper__card h3 {
  color: #fff;
  z-index: 10;
  font-size: 30px;
  left: 40px;
}
.section03-swiper__card h3:nth-child(1) {
  bottom: 30px;
  text-shadow: 3px 4px 5px #111;
}
.section03-swiper__card h3:nth-child(2) {
  left: 100%;
  bottom: -15px;
  font-size: 55px;
  opacity: 0;
}

.swiper-slide-prev .section03-swiper__card {
  transform: translateY(-70px);
}
.swiper-slide-prev .section03-swiper__card-wrap h3 {
  display: none;
}

.swiper-slide-next .section03-swiper__card {
  transform: translateY(-140px);
}
.swiper-slide-next .section03-swiper__card h3 {
  transform: translateY(140px);
  z-index: 10;
}
.swiper-slide-next .section03-swiper__card h3:nth-child(2) {
  left: 10%;
  transform: none;
  text-align: right;
  letter-spacing: -0.05em;
  opacity: 1;
}
.swiper-slide-next + .swiper-slide + .swiper-slide .section03-swiper__card {
  transform: translateY(-140px);
}

.section03-swiper__text {
  position: absolute;
  top: 0;
  right: 0;
}

.section03 .section-top {
  margin-bottom: 240px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.section03-swiper__con-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.section03-pagination {
  margin: 0 30px;
  padding: 15px 0;
  align-items: center;
  display: flex;
  width: 215px !important;
  justify-content: space-between;
}
.section03-pagination span {
  width: 15px !important;
  height: 15px !important;
  margin: 0 0 !important;
  position: relative;
  background-color: #53340d !important;
}
.section03-pagination span.swiper-pagination-bullet-active {
  margin: 0 11px !important;
}
.section03-pagination span.swiper-pagination-bullet-active::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(/resources/forestgoodfood/images/icon-pagination.png);
  background-size: 40px 40px;
  background-position: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section03-swiper-stop {
  margin-left: 30px;
  width: 16px;
  height: 16px;
}
.section03-swiper-stop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section03-swiper-stop.on img {
  content: url(/resources/forestgoodfood/images/section03-swiper-start.png);
}

.section03-swiper02 li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  word-break: keep-all;
}
.section03-swiper02 li.on {
  opacity: 1;
}
.section03-swiper02 li p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section03-back-wrap {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: flex;
}

@media screen and (max-width: 1400px) {
  .section3 .container .img-section3-1,
  .section3 .container .img-section3-2,
  .section3 .container .img-section3-3 {
    width: 20%;
  }
  .section03-swiper {
    margin-top: 5rem;
  }
  .swiper-slide-next .section03-swiper__card {
    transform: translateY(0);
  }
  .swiper-slide-prev .section03-swiper__card {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .section03-swiper .swiper-slide {
    width: 400px;
  }
}
@media screen and (max-width: 720px) {
  .section03-swiper .swiper-slide {
    width: 100%;
    margin-right: 2rem;
  }
  .section03-swiper__card {
    height: 25vh;
  }
}
.section4 {
  overflow: hidden;
  position: relative;
  padding-top: 120px;
  padding-bottom: 300px;
}
.section4 .sns-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.section4 .sns-wrap a {
  width: 3rem;
  height: 3rem;
}
.section4 .sns-wrap a.facebook {
  background-image: url(/resources/forestgoodfood/images/icon/icon-facebook-b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section4 .sns-wrap a.insta {
  background-image: url(/resources/forestgoodfood/images/icon/icon-insta-b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section4 .sns-wrap a.youtube {
  background-image: url(/resources/forestgoodfood/images/icon/icon-youtube-b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section4 .sec4__btn {
  margin-left: auto;
}
.section4 .link-btn {
  text-align: right;
  text-decoration: underline;
  display: block;
  margin-left: 50px;
}
.section4 .swiper-slide {
  display: flex;
  align-items: flex-start;
  width: 400px;
}
.section4 .swiper-slide .text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.section4 .swiper-slide .img-box {
  width: 400px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.section4 .swiper-slide .img-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 7px solid #3290ff;
  border-radius: 20px;
  opacity: 0;
}
.section4 .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .swiper-slide:hover .img-box::after {
  opacity: 1;
}
.section4 svg {
  position: absolute;
  bottom: -10%;
  width: 100%;
}
.section4 textPath {
  font-size: 80px;
  font-family: althelas;
  font-weight: bold;
  fill: #fff;
}

.sec4Swiper {
  display: flex;
  position: relative;
  height: 360px;
  margin-top: 40px;
  padding-left: 170px;
}

.sec4Swiper__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/resources/forestgoodfood/images/bg-section4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec4Swiper .swiper-wrapper {
  align-items: center;
}

.arrow {
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
}

.arrow::before {
  width: 20%;
  height: 20%;
  border: 2px solid #000;
  border-right: 0;
  border-bottom: 0;
}

.arrow::after {
  width: 16px;
  height: 2px;
  background-color: #000;
  transform-origin: 0 100%;
  transform: rotate(45deg);
}

.arrow-btn {
  position: absolute;
  bottom: -125px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}

.arrow--left {
  transform: rotate(-45deg);
}

.arrow--right {
  margin-left: 10px;
  transform: rotate(135deg);
}

/* media */
@media screen and (max-width: 1024px) {
  .section4 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .section4 textPath {
    display: none;
  }
  .sec4Swiper {
    padding-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .section4 .sub-title + .flex {
    flex-wrap: wrap;
  }
  .section4 .sub-title + .flex > img {
    width: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
  .section4 .link-btn {
    margin-left: auto;
  }
  .section4 .swiper-slide {
    width: 100%;
  }
  .section4 .swiper-slide a {
    width: 100%;
  }
  .section4 .swiper-slide .img-box {
    width: 100%;
    height: 25vh;
  }
  .sec4Swiper {
    margin-top: 1rem;
  }
}
.section5 {
  overflow: visible !important;
}
.section5 .container {
  height: 100vh;
  position: relative;
  padding: 100px 0;
}
.section5 .container .img-section5-1,
.section5 .container .img-section5-2,
.section5 .container .img-section5-3,
.section5 .container .img-section5-4 {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.section5 .container .img-section5-1 {
  left: 20%;
  top: 20%;
  width: 200px;
}
.section5 .container .img-section5-2 {
  transform: rotate(-5deg);
  left: 34%;
  bottom: 5%;
  width: 120px;
  opacity: 0.2;
}
.section5 .container .img-section5-3 {
  right: 0;
  top: 12%;
  width: 900px;
  opacity: 0.3;
}
.section5 .container .img-section5-4 {
  left: 570px;
  bottom: 50px;
  width: 230px;
}
.section5 .bg-wrap {
  width: 100%;
  height: 416px;
  background-image: url(/resources/forestgoodfood/images/bg-section5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 160px;
}
.section5 .box-wrap {
  height: 416px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  position: relative;
}
.section5 .box {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity ease 0.35s;
}
.section5 .box:hover {
  opacity: 1;
}
.section5 .box:hover p {
  transform: translateY(0px);
}
.section5 .box:hover .button-expand {
  opacity: 1;
  transform: none;
}
.section5 .box + .box {
  position: relative;
}
.section5 .box + .box::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  margin: auto;
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.3);
}
.section5 .box p {
  color: #fff;
  transition: all ease 0.6s;
  transform: translateY(50px);
}
.section5 .box p:first-child {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 28px;
}
.section5 .box p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 40px;
}

.button-expand {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 70px 0 24px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 100px;
  transition: all ease 0.6s;
  transform: translateY(100%);
  opacity: 0;
}

.button-expand .circle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  padding: 0 18px 0 24px;
  color: #fff;
  white-space: nowrap;
  background: #097cd3;
  border-radius: 100px;
  transition: transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-clip-path: inset(8px 8px 8px calc(100% - 44px) round 36px);
          clip-path: inset(8px 8px 8px calc(100% - 44px) round 36px);
}

.button-expand .circle svg {
  overflow: hidden;
  width: 13px;
  height: 13px;
}

.button-expand .circle path {
  fill: currentColor;
  transition: transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button-expand .circle path:first-child {
  transition-delay: 0.1s;
}

.button-expand .circle path:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}

.button-expand-light {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.button-expand-light .circle {
  color: #151515;
  background: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .button-expand:hover .circle {
    -webkit-clip-path: inset(0 round 50px);
            clip-path: inset(0 round 50px);
  }
  .button-expand:hover .circle path:first-child {
    transform: translateX(100%);
    transition-delay: 0s;
  }
  .button-expand:hover .circle path:last-child {
    transform: translateX(0);
    transition-delay: 0.1s;
  }
  .button-more-expand:hover .icon {
    -webkit-clip-path: circle(150% at calc(100% - 26px) 50%);
            clip-path: circle(150% at calc(100% - 26px) 50%);
  }
}
/* media */
@media screen and (max-width: 1400px) {
  .section5 .container .img-section5-1 {
    width: 20%;
    left: 10%;
  }
  .section5 .container .img-section5-2 {
    width: 12%;
    bottom: 15%;
    left: 20%;
  }
  .section5 .container .img-section5-3 {
    width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .section5 .box-wrap {
    margin-top: 12rem;
    flex-direction: column;
  }
  .section5 .box-wrap .box {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 2rem;
    text-align: left;
    gap: 2rem;
  }
  .section5 .box-wrap .box + .box::before {
    display: none;
  }
  .section5 .box-wrap .box:hover p {
    transform: translateY(0);
  }
  .section5 .box-wrap .box:hover .button-expand {
    transform: translateY(0);
  }
  .section5 .box-wrap .box p {
    transform: translateY(0);
  }
  .section5 .box-wrap .box p:first-child {
    padding-bottom: 2rem;
    font-size: 2.4rem;
  }
  .section5 .box-wrap .box p:nth-child(2) {
    padding-bottom: 0;
    font-size: 1.8rem;
  }
  .section5 .box-wrap .box .button-expand {
    opacity: 1;
    transform: translateY(0);
    max-width: 25rem;
  }
}
.section6 .title {
  margin-top: 160px;
}
.section6 .sec6__btn {
  margin-left: auto;
}
.section6 .link-btn {
  text-align: right;
  text-decoration: underline;
  display: block;
  margin-left: 50px;
}
.section6 .link-wrap {
  margin-top: -250px;
}
.section6 .link-wrap img {
  width: 100%;
}
.section6 .conts-box {
  width: 400px;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.section6 .conts-box:hover a {
  background-color: var(--bg-point);
}
.section6 .conts-box > a {
  width: 400px;
  height: 100%;
  padding: 3rem;
  border-radius: 2rem;
  border: 2px solid var(--border-primary);
}
.section6 .conts-box b {
  font-size: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.section6 .conts-box .cont {
  font-size: 1.8rem;
  margin-top: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section6 .conts-box .cont img {
  display: none !important;
}
.section6 .conts-box .cont * {
  text-align: left;
  font-size: 1.8rem;
  color: var(--color-darkgray);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section6 .conts-box .date {
  width: 100%;
  text-align: right;
  margin: 2rem 0;
}

.sec6Swiper {
  margin-top: 50px;
  padding-left: 110px;
}
.sec6Swiper .swiper-wrapper {
  align-items: flex-start;
}

/* media */
@media screen and (max-width: 1400px) {
  .sec6Swiper {
    padding-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .section6 .sub-title + .flex {
    margin-top: 1rem;
  }
  .section6 .sec6__btn {
    margin-left: 0;
  }
  .section6 .link-btn {
    margin-left: auto;
  }
  .section6 .swiper-slide {
    width: 100%;
  }
  .section6 .swiper-slide a {
    width: 100%;
    height: auto;
  }
  .sec6Swiper {
    margin-top: 1rem;
  }
}
.section7 {
  border-top: 1px solid #e3e7ea;
  border-bottom: 1px solid #e3e7ea;
  margin: 100px auto;
  padding: 30px 0;
}
.section7 .container {
  display: flex;
  align-items: center;
}
.section7 .container h3 {
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  width: 120px;
  flex-shrink: 0;
}
.section7 .container .flex {
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(100% - 120px);
}
.section7 .container .swiper-button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 110px;
}
.section7 .container .swiper {
  margin-left: 50px;
}
.section7 .container .swiper li {
  width: auto !important;
  position: relative;
}
.section7 .container .swiper li::after {
  content: "";
  height: 10px;
  width: 1px;
  background: #d0d3d8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section7 .container .swiper li a {
  display: block;
  padding: 0 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.section7 .container .swiper li .link {
  height: 13px;
  display: inline-block;
  margin: 3px 5px 0 0;
}
.section7 .swiper-button-prev,
.section7 .swiper-button-next {
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #e2e7eb;
  position: inherit;
  display: inline-block;
  margin-top: auto;
  border-radius: 7px;
  flex-shrink: 0;
}
.section7 .swiper-button-prev:after,
.section7 .swiper-button-next:after {
  display: none;
}
.section7 .swiper-button-prev span,
.section7 .swiper-button-next span {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
.section7 .swiper-button-prev {
  background: #fff url(/resources/forestgoodfood/images/site_arrow_left.png) no-repeat center center;
}
.section7 .swiper-button-next {
  background: #fff url(/resources/forestgoodfood/images/site_arrow_right.png) no-repeat center center;
}
.section7 .wrap-autoplay-control {
  display: inline-block;
}
.section7 .wrap-autoplay-control button {
  position: relative;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #e2e7eb;
  float: left;
  border-radius: 7px;
}
.section7 .wrap-autoplay-control button::before {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section7 .wrap-autoplay-control button[aria-pressed=false]::before {
  width: 9px;
  height: 10px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
}
.section7 .wrap-autoplay-control button[aria-pressed=true]:before {
  border-top: 6px solid transparent;
  border-left: 12px solid #000;
  border-bottom: 6px solid transparent;
  text-align: center;
}

/* media */
@media screen and (max-width: 1024px) {
  .section7 .container {
    flex-direction: column;
  }
  .section7 .container .flex {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
  .section7 .container .swiper {
    margin-top: 2rem;
    margin-left: 0;
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.4s;
}

/* title */
h3.title {
  font-size: 5.5rem;
  font-weight: bold;
  text-align: center;
}
h3.title + .sub-title {
  margin-top: 2rem;
}

.sub-title {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}