@charset "UTF-8";
/* CSS Document */
body {
  padding-top: 0;
}

.fv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fv .mv-img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
}

.fv::before,
.fv::after {
  display: none;
}

body.on .fv::before,
body.on .fv::after {
  display: block;
}

.fv .img-box {
  position: relative;
  z-index: 1;
}

.fv .mv-ttl {
  transform: translate(-50%, -50%) scale(0);
}

.fv.is-show .mv-ttl {
  align-items: center;
  display: flex;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  transition: transform 0.8s ease 0.5s;
  visibility: visible !important;
  width: 47.31%;
}

body:not(.on) .fv .mv-ttl {
  max-width: 800px;
  opacity: 1 !important;
  transform: initial !important;
  visibility: visible !important;
  width: 100%;
}

body:not(.on) .fv .mv-img {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

body.on .fv h1 {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 0px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0px;
}
body.on .fv .mv-ttl {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  visibility: hidden;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  body.on .fv .mv-ttl {
    width: 62.31%;
  }
}
@media screen and (max-width: 1080px) {
  body.on .fv .mv-ttl {
    width: 72.31%;
  }
}
@media screen and (max-width: 768px) {
  body.on .fv .mv-ttl {
    left: 56%;
    width: 95.33%;
  }
}
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  background-size: cover;
  padding-bottom: 500px;
  padding-top: 110px;
  /* ーーーーーーーーーーーー'ボタン'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 75px;
    padding-top: 70px;
  }
}
.sec01 .imgs {
  padding-top: 420px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 .imgs {
    padding-top: 33vw;
  }
}
.sec01 .bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  width: 1380px;
}
.sec01 .txts {
  max-width: 456px;
  padding-top: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .txts {
    margin-left: auto;
    margin-right: auto;
    padding-top: 74.33vw;
  }
}
.sec01 .txts .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
}
@media screen and (max-width: 768px) {
  .sec01 .txts .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .txt {
    font-size: 12px;
  }
}
.sec01 .img01,
.sec01 .img02,
.sec01 .img03,
.sec01 .img04,
.sec01 .img05 {
  border: 2px solid #222;
  overflow: hidden;
}
.sec01 .img01 img,
.sec01 .img02 img,
.sec01 .img03 img,
.sec01 .img04 img,
.sec01 .img05 img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec01 .img01 {
  aspect-ratio: 320/450;
}
.sec01 .img02 {
  aspect-ratio: 400/330;
}
@media screen and (max-width: 768px) {
  .sec01 .img02 {
    aspect-ratio: 260/245;
  }
}
.sec01 .img03 {
  aspect-ratio: 460/400;
}
.sec01 .img04 {
  aspect-ratio: 400/330;
}
@media screen and (max-width: 768px) {
  .sec01 .img04 {
    aspect-ratio: 450/300;
  }
}
.sec01 .img05 {
  aspect-ratio: 330/415;
}
@media screen and (max-width: 768px) {
  .sec01 .img05 {
    aspect-ratio: 270/330;
  }
}
.sec01 .c-btn {
  align-items: center;
  border: 1px solid #111111;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
  max-width: 200px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .c-btn {
    height: 40px;
    margin-top: 25px;
    max-width: 140px;
  }
}
@media screen and (min-width: 769px) {
  .sec01 .c-btn:hover {
    /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
    background-color: #111111;
    cursor: pointer;
    opacity: 1;
  }
  .sec01 .c-btn:hover .arrow img.default {
    opacity: 0;
  }
  .sec01 .c-btn:hover .arrow img.hover {
    opacity: 1;
  }
  .sec01 .c-btn:hover p {
    color: #fff;
  }
}
.sec01 .c-btn p {
  /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
  color: #111111;
  font-family: "Alfa Slab One", serif;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec01 .c-btn p {
    font-size: 14px;
  }
}
.sec01 .c-btn .arrow {
  aspect-ratio: 21/12;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .sec01 .c-btn .arrow {
    width: 16px;
  }
}
.sec01 .c-btn .arrow img {
  transition: all 0.3s ease;
}
.sec01 .c-btn .arrow img.default {
  opacity: 1;
}
.sec01 .c-btn .arrow img.hover {
  opacity: 0;
}

body:not(.on) .sec01 {
  background-color: #fff;
}
body:not(.on) .sec01 .bottom {
  max-width: 100%;
}
body:not(.on) .sec01 .img01,
body:not(.on) .sec01 .img02,
body:not(.on) .sec01 .img03,
body:not(.on) .sec01 .img04,
body:not(.on) .sec01 .img05 {
  display: inline-block;
  max-width: 300px;
}

body.on .sec01 .top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  margin-left: 70px;
  margin-top: -120px;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 1320px;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .top {
    align-items: flex-start;
    left: 58%;
    margin-left: 0;
    margin-top: 0;
    top: 0.8vw;
    width: 118.6vw;
  }
}
body.on .sec01 .bottom {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  left: 49%;
  position: absolute;
  top: 350px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  body.on .sec01 .bottom {
    align-items: center;
    align-items: flex-start;
    gap: 3.66vw;
    justify-content: center;
    top: 49vw;
    width: 112.26vw;
  }
}
body.on .sec01 .img01 {
  margin-right: 70px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img01 {
    margin-right: 4.33vw;
    margin-top: 6.266vw;
  }
}
body.on .sec01 .img02 {
  margin-bottom: -100px;
  margin-right: 58px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img02 {
    margin-bottom: 0;
    margin-right: 4.39vw;
    margin-top: 9.33vw;
  }
}
body.on .sec01 .img03 {
  margin-bottom: 180px;
  width: 460px;
}
body.on .sec01 .img04 {
  margin-bottom: -30px;
  margin-right: 50px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img04 {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 4.33vw;
  }
}
body.on .sec01 .img05 {
  margin-left: 47px;
  width: 330px;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img05 {
    margin-left: 0;
    width: 260px;
  }
}

body.on .sec01 .fade-img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body.on .sec01 .fade-img.inview {
  opacity: 1;
  transform: translateY(0);
}
body.on .sec01 .c-btn .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.on .sec01 .c-btn .arrow {
    right: 8px;
  }
}
body.on .sec01 .c-btn .arrow img {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 .shop {
  /* ーーーーーーーーーーーー'共通スタイル'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item01'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item02'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item03'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item04'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'各パーツスタイル item05'ーーーーーーーーーーーーーー*/
}
.sec02 .shop .item {
  display: block;
  overflow: hidden;
  width: 100%;
  /* ーーーーーーーーーーーー'共通パーツhover時'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item {
    display: flex;
    flex-direction: column;
    min-height: initial;
  }
}
@media screen and (min-width: 769px) {
  .sec02 .shop .item:hover {
    cursor: pointer;
    opacity: 1;
  }
  .sec02 .shop .item:hover .bg-main {
    transform: scale(1.05);
  }
  .sec02 .shop .item:hover .box {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
  }
  .sec02 .shop .item:hover .wrap .arrow {
    background-color: #fff !important;
  }
  .sec02 .shop .item:hover .wrap .arrow::before,
.sec02 .shop .item:hover .wrap .arrow::after {
    background-color: #fff !important;
  }
  .sec02 .shop .item:hover .wrap .bg {
    opacity: 0;
  }
  .sec02 .shop .item:hover .wrap .txt {
    color: #fff;
  }
}
.sec02 .shop .bg-main {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 3.5s ease;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .bg-main {
    flex-grow: 1;
  }
}
.sec02 .shop .box {
  height: 100%;
  max-width: 810px;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .box {
    display: none !important;
  }
}
.sec02 .shop .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: center;
  max-width: 810px;
  padding: 30px 20px;
  position: relative;
  transition: all 0.3s ease;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .wrap {
    flex-grow: 1;
    gap: 30px;
    padding: 40px 20px 60px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .shop .wrap {
    gap: 20px;
  }
}
.sec02 .shop .wrap .bg {
  transition: all 0.3s ease;
}
.sec02 .shop .wrap .logo-wrap {
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}
.sec02 .shop .wrap .logo-wrap .logo,
.sec02 .shop .wrap .logo-wrap .logo-hover {
  margin-left: auto;
  margin-right: auto;
}
.sec02 .shop .wrap .logo-wrap .logo {
  transition: opacity 0.3s ease;
  width: 100%;
}
.sec02 .shop .wrap .logo-wrap .logo-hover {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.sec02 .shop .wrap .txt {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
  max-width: 504px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .wrap .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .shop .wrap .txt {
    font-size: 12px;
  }
}
.sec02 .shop .item01 .box {
  background-color: #cad9e0;
}
.sec02 .shop .item01 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item01 .wrap {
    background-color: #cad9e0;
  }
}
.sec02 .shop .item01 .logo-wrap {
  aspect-ratio: 1/1;
  max-width: 316px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item01 .logo-wrap {
    width: 42.1%;
  }
}
@media screen and (min-width: 769px) {
  .sec02 .shop .item01:hover .logo {
    opacity: 0;
  }
  .sec02 .shop .item01:hover .logo-hover {
    opacity: 1 !important;
  }
}
.sec02 .shop .item02 .box {
  background-color: #f5deea;
}
.sec02 .shop .item02 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item02 .wrap {
    background-color: #f5deea;
  }
}
.sec02 .shop .item02 .logo-wrap {
  aspect-ratio: 241/277;
  max-width: 241px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item02 .logo-wrap {
    width: 32.1%;
  }
}
.sec02 .shop .item03 .box {
  background-color: #e9c29b;
}
.sec02 .shop .item03 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item03 .wrap {
    background-color: #e9c29b;
  }
}
.sec02 .shop .item03 .logo-wrap {
  aspect-ratio: 253/122;
  max-width: 253px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item03 .logo-wrap {
    width: 33.7%;
  }
}
.sec02 .shop .item04 .box {
  background-color: #fbf3f7;
}
.sec02 .shop .item04 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item04 .wrap {
    background-color: #fbf3f7;
  }
}
.sec02 .shop .item04 .logo-wrap {
  aspect-ratio: 377/150;
  max-width: 377px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item04 .logo-wrap {
    width: 50.3%;
  }
}
.sec02 .shop .item05 .box {
  background-color: #c5d1ad;
}
.sec02 .shop .item05 .wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item05 .wrap {
    background-color: #c5d1ad;
  }
}
.sec02 .shop .item05 .logo-wrap {
  aspect-ratio: 1/1;
  max-width: 276px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sec02 .shop .item05 .logo-wrap {
    width: 36.8%;
  }
}

body:not(.on) .sec02 .shop .item .box {
  height: auto;
}
body:not(.on) .sec02 .shop .item .bg-main {
  -o-object-fit: contain;
  display: block;
  height: auto;
  max-width: 1010px;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body:not(.on) .sec02 .shop .item:hover {
    cursor: pointer;
    opacity: 1;
  }
  body:not(.on) .sec02 .shop .item:hover .bg-main {
    transform: initial;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .arrow {
    background-color: #111 !important;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .arrow::before,
body:not(.on) .sec02 .shop .item:hover .wrap .arrow::after {
    background-color: #111 !important;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .bg {
    opacity: 1;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .txt {
    color: initial;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .logo {
    max-width: 250px;
    opacity: 1 !important;
  }
  body:not(.on) .sec02 .shop .item:hover .wrap .logo-hover {
    max-width: 250px;
    opacity: 1 !important;
  }
}

body.on .sec02 .shop .item {
  min-height: 620px;
  position: relative;
}
body.on .sec02 .shop .item .logo-wrap {
  display: flex;
}
body.on .sec02 .shop .item .bg-main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item .bg-main {
    aspect-ratio: 750/625;
    left: initial;
    position: relative;
    top: initial;
  }
}
body.on .sec02 .shop .item .wrap .arrow {
  background-color: #000000;
  display: inline-block;
  height: 3px;
  margin: 31.8px 0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 75px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  body.on .sec02 .shop .item .wrap .arrow {
    bottom: 20px;
    margin: 25px 0;
    top: initial;
    transform: initial;
    width: 60px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .sec02 .shop .item .wrap .arrow {
    margin: 20px 0;
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item .wrap .arrow {
    bottom: 15px;
    height: 2px;
    width: 40px;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec02 .shop .item .wrap .arrow {
    width: 30px;
  }
}
body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
  background-color: #000000;
  border-radius: 9999px;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: calc(50% - 1.5px);
  transform-origin: calc(100% - 1.5px) 50%;
  transition: all 0.3s ease;
  width: 48px;
}
@media screen and (max-width: 1280px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    width: 40px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    height: 2px;
    width: 25px;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec02 .shop .item .wrap .arrow::before,
body.on .sec02 .shop .item .wrap .arrow::after {
    width: 22px;
  }
}
body.on .sec02 .shop .item .wrap .arrow::before {
  transform: rotate(45deg);
}
body.on .sec02 .shop .item .wrap .arrow::after {
  transform: rotate(-45deg);
}
body.on .sec02 .shop .item .wrap .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 .shop .item .wrap .logo,
body.on .sec02 .shop .item .wrap .logo-hover {
  left: 0;
  position: absolute;
  top: 0;
}
body.on .sec02 .shop .item:nth-of-type(odd) .box {
  left: 0;
  position: absolute;
  top: 0;
}
body.on .sec02 .shop .item:nth-of-type(odd) .wrap {
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item:nth-of-type(odd) .wrap {
    position: relative;
  }
}
body.on .sec02 .shop .item:nth-of-type(even) .box {
  position: absolute;
  right: 0;
  top: 0;
}
body.on .sec02 .shop .item:nth-of-type(even) .wrap {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  body.on .sec02 .shop .item:nth-of-type(even) .wrap {
    position: relative;
  }
}

/*----------------------------------------------------------
sec03 instagramスライダー
------------------------------------------------------------*/
.insta-slider .swiper-wrapper {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.insta-slider .swiper-slide {
  background-color: #fff !important;
  opacity: 1 !important;
}
.insta-slider .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.insta-slider .swiper-slide a img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.sec03 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-top: 50px;
  }
}
.sec03 .ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03 .ttl {
    max-width: 150px;
  }
}
.sec03 .insta-slider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1980px;
  position: relative;
  width: 91.6%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec03 .insta-slider {
    margin-top: 25px;
    width: 100%;
  }
}
.sec03 .insta-slider .instaSwiper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec03 .insta-slider .instaSwiper {
    overflow: auto;
  }
}
.sec03 .insta-slider .txts .subttl {
  background-color: #111111;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 7px 5px;
}
@media screen and (max-width: 768px) {
  .sec03 .insta-slider .txts .subttl {
    font-size: 3.2vw;
  }
}
.sec03 .insta-slider .txts p {
  background-color: #111111;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 7px 5px;
}
@media screen and (max-width: 1280px) {
  .sec03 .insta-slider .txts p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .insta-slider .txts p {
    font-size: 4.133vw;
  }
}

body.on .ttl h2 {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
body.on .sec03 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.on .sec03 {
    /* 中央スライド（明るく） */
  }
  body.on .sec03 .swiper-slide::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    inset: 0;
    position: absolute;
    /* 黒フィルター */
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  body.on .sec03 .swiper-slide-active::before {
    opacity: 0;
  }
}
body.on .sec03 .insta-slider {
  position: relative;
}
body.on .sec03 .insta-slider .swiper-insta-prev {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 63px;
  left: -3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 63px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body.on .sec03 .insta-slider .swiper-insta-prev {
    height: 60px;
    left: 4%;
    width: 60px;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec03 .insta-slider .swiper-insta-prev {
    height: 33px;
    left: 5%;
    width: 33px;
  }
}
@media screen and (min-width: 769px) {
  body.on .sec03 .insta-slider .swiper-insta-prev:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
body.on .sec03 .insta-slider .swiper-insta-next {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 63px;
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease;
  width: 63px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body.on .sec03 .insta-slider .swiper-insta-next {
    height: 60px;
    right: 4%;
    width: 60px;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec03 .insta-slider .swiper-insta-next {
    height: 33px;
    right: 5%;
    width: 33px;
  }
}
@media screen and (min-width: 769px) {
  body.on .sec03 .insta-slider .swiper-insta-next:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
body.on .sec03 .txts {
  bottom: 10px;
  left: 10px;
  position: absolute;
  z-index: 2;
}

/*----------------------------------------------------------
sec04 News
------------------------------------------------------------*/
.sec04 {
  background-color: #fff;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 220px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 70px;
    padding-top: 135px;
  }
}
.sec04 .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04 .webgene-blog {
    gap: 35px;
    margin-top: 40px;
  }
}
.sec04 .webgene-item {
  width: calc((100% - 55px * 2) / 3);
}
@media screen and (max-width: 768px) {
  .sec04 .webgene-item {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .webgene-item {
    width: 100%;
  }
}
.sec04 .webgene-item a {
  display: block;
}
.sec04 .blogItemBox {
  position: relative;
}
.sec04 .blogItemBox .blogItemimg {
  aspect-ratio: 340/260;
  border: 2px solid #000000;
  overflow: hidden;
}
.sec04 .blogItemBox .blogItemimg img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec04 .blogItemBox__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sec04 .blogItemBox__flex .dates {
  align-items: baseline;
  background-color: #111;
  display: flex;
  justify-content: center;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec04 .blogItemBox__flex .dates {
    gap: 7px;
    padding: 7px;
  }
}
.sec04 .blogItemBox__flex .date {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec04 .blogItemBox__flex .date {
    font-size: 11px;
  }
}
.sec04 .blogItemBox__flex .line {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec04 .blogItemBox__flex .line {
    font-size: 11px;
  }
}
.sec04 .blogItemBox__flex .cat {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec04 .blogItemBox__flex .cat {
    font-size: 11px;
  }
}
.sec04 .blogItemTitle {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.66;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .sec04 .blogItemTitle {
    font-size: 14px;
  }
}
.sec04 .c-btn {
  align-items: center;
  border: 1px solid #111111;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
  max-width: 200px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04 .c-btn {
    height: 40px;
    margin-top: 35px;
    max-width: 140px;
  }
}
@media screen and (min-width: 769px) {
  .sec04 .c-btn:hover {
    /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
    background-color: #111111;
    cursor: pointer;
    opacity: 1;
  }
  .sec04 .c-btn:hover .arrow img.default {
    opacity: 0;
  }
  .sec04 .c-btn:hover .arrow img.hover {
    opacity: 1;
  }
  .sec04 .c-btn:hover p {
    color: #fff;
  }
}
.sec04 .c-btn p {
  /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
  color: #111111;
  font-family: "Alfa Slab One", serif;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec04 .c-btn p {
    font-size: 14px;
  }
}
.sec04 .c-btn .arrow {
  aspect-ratio: 21/12;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .sec04 .c-btn .arrow {
    width: 16px;
  }
}
.sec04 .c-btn .arrow img {
  transition: all 0.3s ease;
}
.sec04 .c-btn .arrow img.default {
  opacity: 1;
}
.sec04 .c-btn .arrow img.hover {
  opacity: 0;
}

body.on .sec04 {
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  body.on .sec04 {
    margin-top: -65px;
  }
}
body.on .sec04 .blogItemBox__flex {
  margin-top: -17px;
}
@media screen and (max-width: 768px) {
  body.on .sec04 .blogItemBox__flex {
    margin-top: -14px;
  }
}

body.on .sec04 .c-btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.on .sec04 .c-btn .arrow {
    right: 8px;
  }
}
body.on .sec04 .c-btn .arrow img {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
}

/*----------------------------------------------------------
sec05 Recruit
------------------------------------------------------------*/
.sec05 {
  padding-bottom: 120px;
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 100px;
    padding-top: 110px;
  }
}
.sec05 .bg-txt {
  color: #111;
  font-family: "Gilda Display", serif;
  font-size: 280px;
  font-weight: 400;
  line-height: 0.6;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 2160px) {
  .sec05 .bg-txt {
    font-size: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .bg-txt {
    font-size: 25.06vw;
    line-height: 0.73;
  }
}
.sec05 .c-ttl,
.sec05 .wrap {
  position: relative;
  z-index: 2;
}
.sec05 .en {
  color: #fff;
}
.sec05 .txt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.66;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec05 .txt {
    font-size: 14px;
    line-height: 1.78;
    margin-top: 25px;
  }
}
.sec05 .c-btn {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
  max-width: 320px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec05 .c-btn {
    height: 40px;
    margin-top: 28px;
    max-width: 140px;
  }
}
@media screen and (min-width: 769px) {
  .sec05 .c-btn:hover {
    /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
  }
  .sec05 .c-btn:hover .arrow img.default {
    opacity: 0;
  }
  .sec05 .c-btn:hover .arrow img.hover {
    opacity: 1;
  }
  .sec05 .c-btn:hover p {
    color: #222;
  }
}
.sec05 .c-btn p {
  /* ーーーーーーーーーーーー'以下、調整'ーーーーーーーーーーーーーー*/
  color: #fff;
  font-family: "Alfa Slab One", serif;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sec05 .c-btn p {
    font-size: 14px;
  }
}
.sec05 .c-btn .arrow {
  aspect-ratio: 21/12;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .sec05 .c-btn .arrow {
    width: 16px;
  }
}
.sec05 .c-btn .arrow img {
  transition: all 0.3s ease;
}
.sec05 .c-btn .arrow img.default {
  opacity: 1;
}
.sec05 .c-btn .arrow img.hover {
  opacity: 0;
}

body.on .sec05 .bg-txt {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  body.on .sec05 .bg-txt {
    bottom: -5px;
  }
}
body.on .sec05::before {
  background-color: rgba(0, 0, 0, 0.39);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec05 .c-btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.on .sec05 .c-btn .arrow {
    right: 8px;
  }
}
body.on .sec05 .c-btn .arrow img {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
}
/*# sourceMappingURL=sourcemaps/index.css.map */