@charset "UTF-8";
html:not(.is-loaded) * {
  transition: none !important;
}

/*@function vw($px) {
  @return calc(($px / 1600) * 100vw);
}
@function vw-tb($px) {
  @return calc(($px / 768) * 100vw);
}
@function vw-sp($px) {
  @return calc(($px / 375) * 100vw);
}*/
/*                トップページ用
======================================================= */
/*TOP共通*/
#home #wrapper #first_view {
  height: 100vh;
}
#home #wrapper #home_kv {
  height: calc(100vh - 75px);
  background-color: #ffffff;
  z-index: 9998;
}
@media only screen and (max-width: 767px) {
  #home #wrapper #home_kv {
    margin-top: 60px;
  }
}
#home #wrapper #home_kv .home_kv_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*.object_fit {
    object-fit: contain;
    font-family: "object-fit: contain;";
  }*/
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-list {
  height: 100%;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-list .slick-track {
  height: 100%;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-list .slick-track .slides_cont {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-list .slick-track .slides_cont img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  z-index: 9;
}
@media only screen and (max-width: 480px) {
  #home #wrapper #home_kv .home_kv_inner .kv_slides .slick-dots {
    bottom: 0px;
  }
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 14px;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-dots li button {
  position: relative;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-dots li button:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  transform: translate(-50%, -50%);
  transition: 300ms;
}
#home #wrapper #home_kv .home_kv_inner .kv_slides .slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px;
  background: #282828;
}
#home #wrapper #home_kv .home_kv_inner .kv_items {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  width: 100%;
  height: 100%;
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner {
  display: flex;
  align-items: center;
  padding: 0 36px;
}
@media only screen and (max-width: 767px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner {
    display: block;
    max-width: 440px;
  }
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text {
  padding: 0 36px;
  width: 45%;
  max-width: 612px;
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 400px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text {
    padding: 0;
  }
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_catch span {
  width: 100%;
  display: block;
  color: #00843d;
  font-family: "Josefin Sans", sans-serif;
  font-size: 120px;
  font-weight: 200;
  font-style: italic;
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_catch span:last-child {
  font-size: 74px;
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_catch span img {
  width: 100%;
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn {
  margin-top: 110px;
}
@media only screen and (max-width: 1200px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn {
    margin-top: 24px;
  }
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul {
  display: flex;
  margin: 0 -10px;
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li {
  padding: 0 10px;
  width: 50%;
  height: 60px;
}
@media only screen and (max-width: 400px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li {
    height: 50px;
  }
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li:hover {
    cursor: pointer;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 400px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li:first-child {
    margin-bottom: 10px;
  }
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li:first-child a {
  background-color: #fff;
  border: solid 2px #fff;
}
@media only screen and (min-width: 768px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li:first-child a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li:last-child a {
  color: #fff;
  border: solid 2px #fff;
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_text .kv_items_btn ul li:last-child a:hover {
  background-color: #fff;
  color: #282828;
}
#home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_img {
  padding: 0 36px;
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_img {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_img {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #home #wrapper #home_kv .home_kv_inner .kv_items .kv_items_inner .kv_items_img {
    padding: 0;
  }
}
#home #wrapper #main_area .content_wrapper .main_width {
  padding: 0;
}
#home #wrapper #main_area #page ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px;
}
#home #wrapper #main_area #page ul li {
  width: 33.3333%;
  padding: 20px 10px;
}
@media only screen and (max-width: 480px) {
  #home #wrapper #main_area #page ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #home #wrapper #main_area #page ul li a .page_title p {
    font-size: 14px;
  }
}
#home #wrapper #main_area #page ul li a .page_desc p {
  font-size: 14px;
}
#home #wrapper #main_area #navigator {
  background-image: url("/asset_project-name/media/images/home/navigator_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home #wrapper #main_area #navigator .main_width .main_cont .content_inner .content_box .content_box_inner .more_btn a {
  width: 300px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  #home #wrapper #main_area #navigator .main_width .main_cont .content_inner .content_box .content_box_inner .more_btn a {
    width: 70%;
  }
}
#home #wrapper #main_area #home .main_width .main_cont .content_inner {
  /*.content_title {
    margin-bottom: 40px;
    h2 {
      span {
        font-size: 45px;
        @media only screen and (max-width: 767px) {
          font-size: 38px;
        }
      }
    }
  }*/
}
#home #wrapper #main_area .catch_cont {
  text-align: center;
}
#home #wrapper #main_area .catch_cont .catch_text {
  font-size: 36px;
  color: #00843d;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #home #wrapper #main_area .catch_cont .catch_text {
    font-size: 28px;
  }
}
#home #wrapper #main_area .catch_cont .catch_text span {
  display: inline-block;
}
#home #wrapper #main_area .catch_cont p {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #home #wrapper #main_area .catch_cont p {
    margin-top: 20px;
    font-size: 16px;
  }
}

.home-kv-swiper-sp {
  position: relative;
  margin: 0;
  padding: 0;
  height: calc(var(--vh, 1vh) * 100 - 60px);
}

/* slide */
.home-kv-swiper {
  position: relative;
  margin: 0;
  padding: 0;
  height: calc(var(--vh, 1vh) * 100 - 90px);
}
@media only screen and (max-width: 1024px) {
  .home-kv-swiper {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}

.home-kv-swiper__item {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home-kv-swiper__item.swiper-slide-active .home-kv-swiper__ttl {
  animation-name: zoom-out;
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__item.swiper-slide-active .home-kv-swiper__ttl {
    animation-name: zoom-out-sp01;
  }
}
@keyframes zoom-out {
  0% {
    transform: translateY(-50%) scale(2);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) scale(2);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
.home-kv-swiper__item.swiper-slide-active .home-kv-swiper__ttl.--1 {
  animation-name: zoom-out-sp01;
  animation-duration: 1s;
}
@keyframes zoom-out-sp01 {
  0% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  99% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.home-kv-swiper__item.swiper-slide-active .home-kv-swiper__ttl.--2 {
  animation-name: zoom-out-sp01;
}
@keyframes zoom-out-sp01 {
  0% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.home-kv-swiper__item.swiper-slide-active .home-kv-swiper__img {
  animation-name: zoom-in;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__item.swiper-slide-active .home-kv-swiper__img {
    animation-name: zoom-in-sp;
    animation-duration: 12s;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoom-in-sp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.6);
  }
}

.home-kv-swiper__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.1);
  animation-fill-mode: none;
}
.home-kv-swiper__img--img01 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/pc_top_01.webp);
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__img--img01 {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/sp_top_01.webp);
  }
}
.home-kv-swiper__img--img02 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/pc_top_02.webp);
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__img--img02 {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/sp_top_01.webp);
  }
}
.home-kv-swiper__img--img03 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/pc_top_03.webp);
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__img--img03 {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/sp_top_02.webp);
  }
}
.home-kv-swiper__img--img04 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/pc_top_04.webp);
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__img--img04 {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/sp_top_02.webp);
  }
}

.home-kv-swiper__ttl {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  animation-duration: 1s;
  backface-visibility: hidden;
  font-size: 46px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 0.6;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__ttl {
    font-size: 26px;
    width: 98vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-kv-swiper__ttl .--small {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__ttl .--small {
    font-size: 10px;
  }
}
.home-kv-swiper__ttl.--pc-right {
  left: auto;
  right: 10%;
}
@media only screen and (max-width: 767px) {
  .home-kv-swiper__ttl.--pc-right {
    left: 50%;
    right: auto;
  }
}

.slide {
  position: relative;
  margin: 0;
  padding: 0;
  height: calc(100vh - 90px);
}
@media only screen and (max-width: 1024px) {
  .slide {
    height: calc(100vh - 60px);
  }
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.1);
  animation-fill-mode: none;
}
.slide .item .img.img01 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/top1.webp);
}
@media only screen and (max-width: 767px) {
  .slide .item .img.img01 {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/mobileTOP01.webp);
  }
}
.slide .item .img.img02 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/top2.webp);
}
@media only screen and (max-width: 767px) {
  .slide .item .img.img02 {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/mobileTOP02.webp);
  }
}
.slide .item .img.img03 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/top1.webp);
}
.slide .item .slide_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 1s;
  backface-visibility: hidden;
}
.slide .item .slide_title p {
  font-size: 60px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #ddd;
  /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1),
    1px -1px 0px rgba(255, 255, 255, 1),
    -1px 1px 0px rgba(255, 255, 255, 1),
    -1px -1px 0px rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1),
    0px 0px 5px rgba(255, 255, 255, 1);*/
}
@media only screen and (max-width: 767px) {
  .slide .item .slide_title p {
    font-size: 40px;
  }
}
.slide > .slick-list {
  position: relative;
  height: 100%;
}
.slide > .slick-list > .slick-track {
  position: relative;
  height: 100%;
  /*> .slick-slide {
    > div {
      position: relative;
      height: 100%;
    }
  }*/
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
  animation-timing-function: linear;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.col2_area {
  display: flex;
  flex-wrap: wrap;
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/topimg_21.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 300px;
}
.col2_area .col_l_img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col2_area .col_l_img p {
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0), 0px 0px 15px rgb(0, 0, 0), 0px 0px 20px rgb(0, 0, 0);
}
.col2_area .col_r_text {
  background-color: #fff;
  width: 50%;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.col2_area .col_r_text .text_box {
  background-color: #fff;
  margin-left: 1%;
  width: 300px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .col2_area .col_r_text .text_box {
    margin-left: 15%;
  }
}
.col2_area .col_r_text .text_box:before {
  position: absolute;
  top: -130px;
  left: 150px;
  width: 1px;
  height: 410px;
  background-color: #282828;
  content: "";
  transform: rotate(63.43deg);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .col2_area .col_r_text .text_box:before {
    width: 0;
  }
}
.col2_area .col_r_text .text_box > div {
  width: 100%;
}
.col2_area .col_r_text .text_box .title {
  margin-bottom: 15px;
}
.col2_area .col_r_text .text_box .title p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .col2_area .col_r_text .text_box .title p {
    font-size: 12px;
  }
}
.col2_area .col_r_text .text_box .title p.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .col2_area .col_r_text .text_box .title p.en {
    font-size: 18px;
  }
}
.col2_area .col_r_text .text_box .text p {
  text-align: center;
}
.col2_area2 {
  display: flex;
  flex-wrap: wrap;
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/home/topimg_22.webp);
  background-repeat: no-repeat;
  background-position: right -40px center;
  background-size: cover;
  height: 300px;
}
.col2_area2 .col_l_text {
  background-color: #fff;
  width: 50%;
  -webkit-clip-path: polygon(0% 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0% 0, 100% 0, 80% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.col2_area2 .col_l_text .text_box {
  background-color: #fff;
  margin-right: 1%;
  width: 300px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .col2_area2 .col_l_text .text_box {
    margin-right: 15%;
  }
}
.col2_area2 .col_l_text .text_box:before {
  position: absolute;
  top: -130px;
  left: 150px;
  width: 1px;
  height: 410px;
  background-color: #282828;
  content: "";
  transform: rotate(63.43deg);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .col2_area2 .col_l_text .text_box:before {
    width: 0;
  }
}
.col2_area2 .col_l_text .text_box > div {
  width: 100%;
}
.col2_area2 .col_l_text .text_box .title {
  margin-bottom: 15px;
}
.col2_area2 .col_l_text .text_box .title p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .col2_area2 .col_l_text .text_box .title p {
    font-size: 12px;
  }
}
.col2_area2 .col_l_text .text_box .title p.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .col2_area2 .col_l_text .text_box .title p.en {
    font-size: 18px;
  }
}
.col2_area2 .col_l_text .text_box .text p {
  text-align: center;
}
.col2_area2 .col_r_img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col2_area2 .col_r_img p {
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0), 0px 0px 15px rgb(0, 0, 0), 0px 0px 20px rgb(0, 0, 0);
}

.more_btn {
  width: 150px;
}

.home-collection-swiper__wrap {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .home-collection-swiper__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home-collection-swipe__arrow--prev {
  left: -34px;
}
@media only screen and (max-width: 767px) {
  .home-collection-swipe__arrow--prev {
    left: -15px;
  }
}

.home-collection-swipe__arrow--next {
  right: -34px;
}
@media only screen and (max-width: 767px) {
  .home-collection-swipe__arrow--next {
    right: -15px;
  }
}

.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  font-size: 0;
  line-height: 1;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.home-collection-swiper {
  margin-top: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-collection-swiper {
    margin-top: 40px;
  }
}

.home-collection-swiper__img-wrap {
  display: block;
  aspect-ratio: 3/4;
}

.home-collection-swiper__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}
@media only screen and (min-width: 1280px) {
  .home-collection-swiper__img:hover {
    /*transform: scale(1.1);
    box-shadow: 0 8px 50px rgb(0 0 0 / 20%);*/
    opacity: 0.8;
  }
}

.slide02 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .slide02 {
    margin-top: 30px;
  }
}
.slide02 ul .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: 2px solid #282828;
  border-left: 2px solid #282828;
  z-index: 1;
}
.slide02 ul .slick-arrow.prev {
  left: -25px;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .slide02 ul .slick-arrow.prev {
    left: -5px;
  }
}
.slide02 ul .slick-arrow.next {
  right: -25px;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  .slide02 ul .slick-arrow.next {
    right: -5px;
  }
}
.slide02 ul li {
  padding: 0 10px;
}
.slide02 ul li .img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.3s;
}
@media only screen and (min-width: 1280px) {
  .slide02 ul li .img:hover {
    /*transform: scale(1.1);
    box-shadow: 0 8px 50px rgb(0 0 0 / 20%);*/
    opacity: 0.8;
  }
}
.slide02 ul li .img.img01 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/hair/B115050036.webp);
}
.slide02 ul li .img.img02 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/hair/B115055767.webp);
}
.slide02 ul li .img.img03 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/hair/B115056080.webp);
}
.slide02 ul li .img.img04 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/hair/B101514925.webp);
}
.slide02 + .more_btn_area {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .slide02 + .more_btn_area {
    margin-top: 20px;
  }
}

.more_btn_area a {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .more_btn_area a {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .more_btn_area a p {
    font-size: 13px;
  }
}

.youtube_img {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .youtube_img {
    margin-top: 30px;
  }
}
.youtube_img img {
  width: 100%;
}

.p-home-logo__img-wrap {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-home-logo__img {
    width: 48px;
  }
}

.p-home-anchor-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 2px;
  max-width: 796px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-home-anchor-link__link {
  position: relative;
}
.p-home-anchor-link__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s background-color;
}
.p-home-anchor-link__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  z-index: 2;
  transition: 0.5s opacity;
}
@media only screen and (max-width: 767px) {
  .p-home-anchor-link__link::after {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-home-anchor-link__link:hover::before {
    background-color: transparent !important;
  }
  .p-home-anchor-link__link:hover::after {
    opacity: 0;
  }
  .p-home-anchor-link__link:hover img {
    opacity: 1;
  }
}
.p-home-anchor-link__link:first-child::before {
  background-color: rgba(255, 0, 255, 0.3);
}
.p-home-anchor-link__link:first-child::after {
  content: "Hair";
}
.p-home-anchor-link__link:nth-child(2)::before {
  background-color: rgba(0, 255, 255, 0.3);
}
.p-home-anchor-link__link:nth-child(2)::after {
  content: "Nail";
}
.p-home-anchor-link__link:nth-child(3)::before {
  background-color: rgba(252, 238, 33, 0.3);
}
.p-home-anchor-link__link:nth-child(3)::after {
  content: "Eye";
}
.p-home-anchor-link__link:nth-child(4)::before {
  background-color: rgba(0, 255, 255, 0.3);
}
.p-home-anchor-link__link:nth-child(4)::after {
  content: "Self-esthe";
}
.p-home-anchor-link__link:nth-child(5)::before {
  background-color: rgba(0, 255, 0, 0.3);
}
.p-home-anchor-link__link:nth-child(5)::after {
  content: "Recruit";
}
.p-home-anchor-link__link:nth-child(6)::before {
  background-color: rgba(255, 0, 255, 0.3);
}
.p-home-anchor-link__link:nth-child(6)::after {
  content: "Staff";
}
.p-home-anchor-link__link:nth-child(7)::before {
  background-color: rgba(252, 238, 33, 0.3);
}
.p-home-anchor-link__link:nth-child(7)::after {
  content: "Salon list";
}
.p-home-anchor-link__link:nth-child(8)::before {
  background-color: rgba(255, 0, 255, 0.3);
}
.p-home-anchor-link__link:nth-child(8)::after {
  content: "YouTube";
}
.p-home-anchor-link__link:nth-child(9)::before {
  background-color: rgba(0, 255, 255, 0.3);
}
.p-home-anchor-link__link:nth-child(9)::after {
  content: "Products";
}
