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

.fv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* スクロールダウンの位置 */
.scroll {
  -ms-writing-mode: tb-rl;
  bottom: 160px;
  left: 17%;
  writing-mode: vertical-rl;
  z-index: 4;
}
@media screen and (max-width: 1080px) {
  .scroll {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: 120px;
    left: initial;
    right: 10%;
  }
}
@media screen and (max-width: 576px) {
  .scroll {
    right: 7%;
  }
}
.scroll p {
  color: #fff;
  font-family: "Josefin Sans", serif;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: -35px;
  top: 0px;
}
@media screen and (max-width: 1080px) {
  .scroll p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .scroll p {
    font-size: 16px;
    right: -30px;
  }
}
@media screen and (max-width: 576px) {
  .scroll p {
    font-size: 14px;
    right: -25px;
  }
}

body.on .scroll {
  position: absolute;
}
body.on .scroll:before {
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  background-color: #ffffff;
  bottom: -160px;
  content: "";
  height: 160px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  body.on .scroll:before {
    bottom: -120px;
    height: 120px;
  }
}
/* 線のアニメーション部分 */
/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
.fv::before,
.fv::after {
  display: none;
}

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

.fv::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

.fv-txt-wrap {
  right: 8.541vw;
  text-align: right;
  top: 37%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 4;
}
@media screen and (max-width: 1080px) {
  .fv-txt-wrap {
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .fv-txt-wrap {
    left: 4.541vw;
    right: initial;
    text-align: left;
  }
}
.fv-txt-wrap img {
  display: block;
  width: 38.02vw;
}
@media screen and (max-width: 1080px) {
  .fv-txt-wrap img {
    width: 66.02vw;
  }
}
@media screen and (max-width: 768px) {
  .fv-txt-wrap img {
    width: 77.02vw;
  }
}
.fv-txt-wrap .en {
  color: #fff;
  font-family: "Josefin Sans", serif;
  font-size: 3.541vw;
  line-height: 1;
  margin-top: 6.197vw;
  padding-left: 7.187vw;
}
@media screen and (max-width: 1080px) {
  .fv-txt-wrap .en {
    font-size: 3.941vw;
    padding-left: 11.187vw;
  }
}
@media screen and (max-width: 768px) {
  .fv-txt-wrap .en {
    font-size: 5.941vw;
    line-height: 1.22;
    margin-top: 5.197vw;
    padding-left: 2vw;
  }
}
.fv h1 {
  color: #fff;
  font-size: 2.1875vw;
  font-weight: 700;
  margin-left: auto;
  margin-top: 1.5625vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .fv h1 {
    font-size: 2.4875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h1 {
    font-size: 4.2vw;
    margin-left: 0;
    margin-top: 2.625vw;
    padding-left: 2vw;
  }
}
.fv h1 span {
  display: inline-block;
}

body.on .fv-txt-wrap {
  -ms-filter: blur(6px);
  -webkit-animation-name: fvtxt;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.7s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fvtxt;
  animation-timing-function: ease;
  filter: blur(6px);
  opacity: 0;
  position: absolute;
  transform: translateX(50px);
}

@-webkit-keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fvtxt {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px);
  }
}
.fv .swiper {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.fv .swiper-slide {
  height: 100vh;
  width: 100% !important;
}

.fv .swiper-slide .swiper-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100% !important;
}

.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

.fv .swiper-slide img {
  display: block !important;
  height: auto;
  opacity: 0;
  width: 100%;
}

/*----------------------------------------------------------
section01 PICK UP ITEM
------------------------------------------------------------*/
.section01 {
  padding-bottom: 130px;
  padding-top: 140px;
}
@media screen and (max-width: 1080px) {
  .section01 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section01 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section01 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section01 .flex {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1670px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section01 .flex {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .flex {
    gap: 30px;
  }
}
.section01 .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .section01 .ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .ttl {
    font-size: 22px;
  }
}
.section01 .price-flex {
  align-items: flex-end;
  display: flex;
  gap: 34px;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .section01 .price-flex {
    gap: 28px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .price-flex {
    gap: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .price-flex {
    gap: 20px;
    margin-top: 15px;
  }
}
.section01 .name {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .section01 .name {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .name {
    font-size: 18px;
  }
}
.section01 .num {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 3px 2px 0px #ac272d;
}
@media screen and (max-width: 1080px) {
  .section01 .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .num {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .num {
    font-size: 30px;
  }
}
.section01 .img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  width: 53.9%;
}
@media screen and (max-width: 1080px) {
  .section01 .img {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .section01 .img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .section01 .img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.section01 .img img {
  display: block;
}
.section01 .txts {
  width: 39.16%;
}
@media screen and (max-width: 1080px) {
  .section01 .txts {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section01 .txts {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.section01 .txt01,
.section01 .common-btn {
  margin-top: 45px;
}
@media screen and (max-width: 1080px) {
  .section01 .txt01,
.section01 .common-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .txt01,
.section01 .common-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .txt01,
.section01 .common-btn {
    margin-top: 24px;
  }
}

body.on .section01 {
  background-position: center left 22%;
}
body.on .section01::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/*----------------------------------------------------------
section02 BEHRMAN GT​とWISE SQUARE​
------------------------------------------------------------*/
.section02 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section02 {
    flex-direction: column;
  }
}
.section02 .item {
  align-items: center;
  aspect-ratio: 960/880;
  display: flex;
  justify-content: center;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section02 .item {
    aspect-ratio: initial;
    width: 100%;
  }
}
.section02 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  padding: 50px 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section02 .box {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .box {
    padding: 40px 20px;
  }
}
.section02 .btns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section02 .btns {
    flex-direction: column;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .btns {
    flex-direction: row;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .section02 .btns .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

body.on .section02 .item:nth-of-type(1)::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .section02 .item:nth-of-type(2)::before {
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/*----------------------------------------------------------
section03 ONLINE SHOP
------------------------------------------------------------*/
.section03 {
  padding-bottom: 150px;
  padding-top: 160px;
}
@media screen and (max-width: 1080px) {
  .section03 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section03 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section03 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section03 .txt01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
  width: 100%;
}
.section03 .btns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 62px;
  max-width: 1120px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section03 .btns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .btns {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .btns .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

body.on .section03 {
  background-position: center right 8%;
}
body.on .section03::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .section03::after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*----------------------------------------------------------
section04 WORKS
------------------------------------------------------------*/
.section04 {
  background-color: rgba(0, 0, 0, 0.9);
  padding-bottom: 150px;
  padding-top: 160px;
}
@media screen and (max-width: 1080px) {
  .section04 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section04 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section04 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section04 .cat-name {
  color: #fff !important;
}
.section04 .ttl {
  color: #fff !important;
}
@media screen and (max-width: 1080px) {
  .section04 .common-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section04 .common-btn {
    margin-top: 40px;
  }
}

/*----------------------------------------------------------
section05 NEWSとMEDIA
------------------------------------------------------------*/
.section05 {
  display: flex;
  gap: 190px;
  padding-bottom: 115px;
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .section05 {
    flex-direction: column;
    gap: 60px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section05 {
    gap: 50px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .section05 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.section05 .item {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
@media screen and (max-width: 1080px) {
  .section05 .item {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section05 .item {
    width: 100%;
  }
}
.section05 .item .flex {
  gap: 30px;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section05 .item .flex {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .item .flex {
    gap: 15px;
  }
}
.section05 .item .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section05 .item .webgene-blog {
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .item .webgene-blog {
    gap: 30px;
  }
}
.section05 .item .webgene-blog .img {
  width: 22% !important;
}
.section05 .item .en {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .section05 .item .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section05 .item .en {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .item .en {
    font-size: 30px;
  }
}
.section05 .item .jp {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .section05 .item .jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section05 .item .jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .item .jp {
    font-size: 16px;
  }
}
.section05 .common-btn-b {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .section05 .common-btn-b {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section05 .common-btn-b {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section05 .common-btn-b {
    margin-top: 40px;
  }
}

body.on .section05 .item {
  position: relative;
}
body.on .section05 .item:nth-of-type(1)::after {
  background-color: #000000;
  content: "";
  height: 100%;
  position: absolute;
  right: -95px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 1080px) {
  body.on .section05 .item:nth-of-type(1)::after {
    content: none;
  }
}
/*# sourceMappingURL=sourcemaps/index.css.map */