@charset "UTF-8";
/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- font-size ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- box-shadow, border-radius ----- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;900&display=swap");
.js-x-scroll {
  cursor: grab;
}

/* -------------------------------------------- */
/* ----------------- フォント名 --------------- */
/* -------------------------------------------- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ----------------------- fadein animation ----------------------- */
/* ------------------- infinite slide animation ------------------- */
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ------------------------ delay animation ------------------------ */
.--delay1 {
  transition-delay: 0.1s;
}

.--delay2 {
  transition-delay: 0.2s;
}

.--delay3 {
  transition-delay: 0.5s;
}

.--delay4 {
  transition-delay: 0.4s;
}

.--delay5 {
  transition-delay: 0.5s;
}

.--delay6 {
  transition-delay: 0.6s;
}

.--delay7 {
  transition-delay: 0.7s;
}

.--delay8 {
  transition-delay: 0.8s;
}

.--delay9 {
  transition-delay: 0.9s;
}

.--delay10 {
  transition-delay: 1s;
}

.--delay11 {
  transition-delay: 1.1s;
}

.--delay12 {
  transition-delay: 1.2s;
}

.--delay13 {
  transition-delay: 1.5s;
}

.--delay14 {
  transition-delay: 1.4s;
}

.--delay15 {
  transition-delay: 1.5s;
}

.--delay16 {
  transition-delay: 1.6s;
}

.--delay17 {
  transition-delay: 1.7s;
}

.--delay18 {
  transition-delay: 1.8s;
}

.--delay19 {
  transition-delay: 1.9s;
}

.--delay20 {
  transition-delay: 2s;
}

a,
button,
span {
  transition: all 0.4s ease;
}
a:before, a:after,
button:before,
button:after,
span:before,
span:after {
  transition: all 0.4s ease;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0.4s ease;
}

svg {
  transition: all 0.4s ease;
}
svg path {
  transition: all 0.4s ease;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  letter-spacing: 0.05em;
  position: relative;
  color: #0F0F0F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

p {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  br.pc-br {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  br.sp-br {
    display: none;
  }
}

.fv {
  height: 100vh;
  min-height: 500px;
  padding-right: 5%;
  padding-left: 5%;
  background-image: url(../image/fv/fv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@supports (background-image : url(../image/fv/fv.webp)) {
  .fv {
    background-image: url(../image/fv/fv.webp);
  }
}
.fv .ttl {
  color: #fff;
  font-size: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fv .ttl {
    font-size: 8vw;
  }
}

.work {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-right: 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 600px) {
  .work {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.work .container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.work .container .ttl {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}
.work .container .img {
  margin-top: 80px;
}
.work .container .img img {
  width: 100%;
}
.work .container .msg {
  margin-top: 100px;
  line-height: 2.5;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .work .container .msg {
    margin-top: 80px;
    font-size: 16px;
  }
}