@charset "UTF-8";
html,
body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  transition: all 1.5s;
  background-color: #FBFDFD;
  font-size: 12px;
  color: #3d4344;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.animate__animated {
  opacity: 0;
}

.delay01 {
  animation-delay: 0.5s;
}

.delay_04s {
  animation-delay: 0.4s;
}

.delay_08s {
  animation-delay: 0.8s;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

.box_top {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  .box_top {
    margin-top: 150px;
  }
}

.box_bottom {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .box_bottom {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 1000px;
    margin: 150px auto;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin: 100px 0;
  }
}

@media screen and (min-width: 769px) {
  #style_05 {
    max-width: 1000px;
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  #style_05 {
    margin: 60px 0;
  }
}
#style_05 .flexbox {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #style_05 .flexbox .flex_img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #style_05 .flexbox .flex_img {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .mb60 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 60px;
  }
}

.no-touch {
  pointer-events: none;
  color: #A9A9A9;
}

a {
  color: #3d4344;
}

/*------ width ------*/
.w34 {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .w34 {
    width: 54%;
  }
}

.w40 {
  width: 40%; /*480px, 150px*/
}

.w49 {
  width: 49%; /*598px,187px*/
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .w50 {
    width: 80%;
  }
}

.w53 {
  width: 53%; /*640px,200px*/
  margin: -9% 0 0 auto;
  z-index: 10;
  position: relative;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
  margin-left: 0 !important;
}
.w56__right {
  width: 56%;
  margin-right: 0;
}
.w56__center {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w56 {
    width: 76%;
  }
  .w56__right {
    width: 76%;
    margin-right: 0;
  }
  .w56__center {
    width: 100%;
    margin: 0 auto;
  }
}

.w60 {
  width: 60%; /*728px,230px*/
}

.w61 {
  width: 61%; /*736px,230px*/
  margin-left: 0;
}

.w75 {
  width: 75%; /*900px,280px*/
}

@media screen and (min-width: 769px) {
  .w600 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .w600 {
    width: 75%;
  }
}

.w80 {
  width: 80%;
}

.w95 {
  width: 95%; /*1140px,900px*/
}

/*------ margin ------*/
.ml37 {
  margin-left: 37%;
}

.ml5 {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .ml5 {
    margin-left: 6%;
  }
}

.mt14 {
  margin-top: 14%;
}

@media screen and (min-width: 769px) {
  .mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 15px !important;
  }
}

.mt-8 {
  margin-top: -8% !important;
}

.mt-9 {
  margin-top: -9%;
}

.mt-21 {
  margin-top: -21%;
}

.mt-36 {
  margin-top: -36%;
}

.mt-43 {
  margin-top: -43.4804928131%;
}

.mt-47 {
  margin-top: -40.8912188729%;
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}

/*------ 左右センター ------*/
.boxRight {
  margin-left: auto;
}

.boxLeft {
  margin-right: auto;
}

.boxCenter {
  margin: 0 auto;
}

.bg_gray .w50 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .bg_gray .w50 {
    width: 100%;
  }
}

/*------ FV ------*/
.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
  background-image: url(../images/main_pc.jpg);
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100svh;
  }
}
.fv .sub_title {
  position: absolute;
  width: 25%;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  filter: drop-shadow(5px 5px 5px rgba(170, 170, 170, 0.5));
}
.fv .title {
  position: absolute;
  width: 24%;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  filter: drop-shadow(5px 5px 20px rgba(170, 170, 170, 0.5));
}
@media screen and (max-width: 768px) {
  .fv .title {
    width: 66%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

figure {
  position: relative;
  overflow: hidden;
}
figure .zoom {
  transition: all 0.4s;
}
figure:hover .zoom {
  transform: scale(1.1);
  transition: all 0.4s;
}

/*------- コンテンツ -------*/
.flexbox {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .flexbox {
    gap: 10px;
  }
}
.flexbox .flex_img {
  width: 50%;
}
.flexbox .flex_img .zoom {
  padding: -1px 0;
}
.flexbox .flex_img .img_box {
  width: 100%;
  overflow: hidden;
}

#style_06 .flexbox {
  position: relative;
}
#style_06 .flex_img {
  width: 50%;
}
#style_06 .bg {
  position: relative;
  background-image: url(../images/10_1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: auto;
}
#style_06 .img_box_s {
  width: 80%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1.5s;
  overflow: hidden;
}
#style_06 .img_box_s.active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #style_06 .credit {
    position: absolute;
    width: 90%;
    z-index: 100;
    top: 83.8145231846%;
  }
}

#style_06 .flex_img {
  overflow: hidden;
}
#style_06 .flex_img .zoom {
  transition: all 0.4s;
}
#style_06 .flex_img:hover .zoom {
  transform: scale(1.1);
  transition: all 0.4s;
}

#style_06_scroll .image-man {
  position: relative;
}
#style_06_scroll .image-man .js-image {
  position: absolute;
  top: 0;
}
#style_06_scroll .image-man .git-image {
  z-index: 0;
  position: absolute;
  top: 0px;
  opacity: 0;
}

.image-man::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}

/*------ credit ------*/
.credit {
  margin: 10px 0 0 10px;
}
.credit .sale {
  text-decoration: underline;
}

#style_04 {
  position: relative;
}

.absolute {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .absolute {
    left: 51%;
    top: 84.3253968254%;
  }
}

/*------ Footer ------*/
footer {
  margin-top: 150px;
  text-align: center;
  line-height: 3;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 75px;
    padding: 75px 0 0;
  }
}
footer .insta_box a {
  display: flex;
  justify-content: center;
  width: 20%;
  margin: 0 auto 100px;
  gap: 5px;
  align-items: center;
}
footer .insta_box a .ico {
  width: 10px;
}
footer .insta_box a .text_sns {
  text-decoration: underline;
}
footer a:nth-of-type(2) {
  margin-bottom: 10px;
}
footer .gemini_btn {
  font-size: 14px;
  max-width: 350px;
  margin: 0 auto 25px;
  padding: 20px 145px;
  border: #000 solid 1px;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .gemini_btn {
    width: 90%;
    padding: 10px 0px;
  }
}
footer .copyright {
  font-size: 10px;
  padding-bottom: 20px;
}/*# sourceMappingURL=style.css.map */