@charset "utf-8";
/* CSS Document */
 :root {
  --color-main: #E56C21;
  --color-sub: #231815;
  --color-bg-light: #E7C297;
  --color-bg-gray: #CCCCCC;
  --color-white: #ffffff;
  --color-black: #333333;
  --sub-color: #231815;
  /* Fonts */
  --font-main: "Noto Sans JP", sans-serif;
  --font-heading: 'Oswald', sans-serif;
  --font-deco: 'Cinzel', serif;
  /* Sizes */
  --header-height: 60px;
  --container-max: 1024px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  font-family: var(--font-main);
}
a {
  text-decoration: none;
  color: var(--color-sub);
  background: transparent;
}

.sp-only {
  display: none;
}

#fv {
  width: 100%;
  height: 100vh;
  display: flex;
}
.fvText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: var(--color-white);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.scroll {
  position: absolute;
  right: 3%;
  bottom: 3%;
}
.scroll p {
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  writing-mode: vertical-rl;
  font-family: var(--font-main);
  letter-spacing: 0.5em;
  padding: 3px;
}
.scroll span {
  position: absolute;
  right: 3%;
  bottom: 80px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 87px;
  margin-right: 17px;
  border-radius: 9999px;
  background-color: var(--color-white);
}
.arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(35deg);
  transform-origin: 50% calc(100% - 0.5px);
}

/*    mainここまで     */
#sp {
  width: 100%;
  height: 79px;
  background: #000;
}

/*共通*/
.flex {
  display: flex;
}

/*create*/
#create {
  background: url(../img/create.png) no-repeat center / cover;
  width: 100%;
  padding: 200px 0 160px 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#create .container {
  max-width: var(--container-max);
  margin: auto;
  padding: 0 20px;
}
#create .contents {
  width: 82.3%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
#create .ttl {
  font-size: 58px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-family: var(--font-heading);
  font-weight: 500;
}
#create .bText {
  font-weight: 900;
  font-size: 18px;
  color: var(--color-white);
  line-height: 1.75;
}
#create .text {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.75;
  margin-top: 30px;
}
.createBg {
  background: url(../img/create-bg.png) bottom right / cover no-repeat;
  height: 520px;
  width: 3708px;
  position: absolute;
  top: 56.5%;
  z-index: -1;
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
  right: 0;
}

/*business*/
.oBg {
  width: 100%;
  height: 55px;
  background: url(../img/orange.jpg) no-repeat center / cover;
  opacity: 0.6;
}
#business {
  width: 100%;
  padding: 90px 0 0 0;
}
#business .titleArea {
  text-align: center;
}
#business .ttl {
  font-size: 33px;
  font-family: var(--font-heading);
  font-weight: 500;
}
#business .subTtl {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-heading);
}
#business .fText {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
  margin-top: 30px;
}
.surfaceModification {
  width: 100%;
  background: #cccccc;
  position: relative;
  padding-bottom: 66px;
}
.machineToolDivision {
  width: 100%;
  position: relative;
  padding-bottom: 36px;
}
.machineToolDivision .bg {
  background: var(--color-bg-light);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.surfaceModification .wrap, .machineToolDivision .wrap, .business3r .wrap {
  max-width: var(--container-max);
  margin: auto;
}
.surfaceModification .wrap {
  margin-top: 60px;
}
.wContainer {
  justify-content: space-between;
  align-items: end;
  width: 85.05859%;
}
.wContainer .img {
  width: 60.390355%;
}
.wContainer .textArea {
  width: 35.706084%;
}
.surfaceModification .wContainer, .business3r .wContainer  {
  margin-right: auto;
}
.machineToolDivision .wContainer {
  flex-direction: row-reverse;
  margin-left: auto;
}
.wContainer .bTtl__ja {
  font-size: 22px;
  font-weight: 900;
  color: var(--color-sub);
}
.wContainer .bTtl__ja span {
  border-bottom: 1px solid var(--color-sub);
  padding-bottom: 4px;
}
.wContainer .bTtl__en {
  font-size: 17px;
  font-family: var(--font-heading);
  margin-top: 10px;
  font-weight: 500;
}
.wContainer .text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.wContainer .btn {
  padding: 8.5px 0;
  border-radius: 20px;
  background: var(--color-sub);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49.839228%;
  margin-top: 40px;
  font-weight: 500;
}
.num {
  position: absolute;
  top: -40px;
  right: 0;
  width: 24.218%;
  background: #ccc;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
}
.machineToolDivision .num {
  left: 0;
  background: var(--color-bg-light);
  border-top-right-radius: 20px;
  border-top-left-radius: 0;
}
.business3r .num {
  background: #c3cab6;
}
.num p {
  font-size: 16px;
  font-family: var(--font-heading);
  font-weight: 500;
}
#business .handlingMakers .ttl {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-heading);
}
.handlingMakers {
  text-align: center;
  padding: 56px 0 0 0;
}
#business .handlingMakers .ttl span {
  border-bottom: 1px solid var(--color-sub);
  padding-bottom: 8px;
}
.handContents {
  display: flex;
  max-width: 960px;
  margin: auto;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: content-box;
  margin-top: 30px;
  justify-content: center;
}
.handContents .item {
  background: var(--color-white);
  border-radius: 20px;
  height: 180px;
  padding: 20px 10px  10px 10px;
  width: 130px;
}
.tool {
  margin-top: 10px;
}
.handlingMakers .btn {
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-sub);
  color: var(--color-white);
  height: 40px;
  margin: auto;
  border-radius: 20px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
}

/* picup */
#picup {
  position: relative;
  padding: 40px 0 60px 0;
}
#picup .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #daa672;
}
#picup .ttl {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-heading);
  text-align: center;
}
#picup .ttl span {
  border-bottom: 1px solid var(--color-sub);
  padding-bottom: 8px;
}
#picup .container {
  max-width: var(--container-max);
  margin: auto;
}
#picup .contents {
  width: 80.859375%;
  margin: auto;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.picBlock {
  width: 48.671497%;
  text-align: center;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.picTtl {
  font-size: 19px;
  font-weight: 900;
  margin-top: 20px;
  color: var(--color-sub);
}
.picText {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 15px;
  color: var(--color-sub);
}
.picBlock .btn {
  width: 44.665%;
  height: 34px;
  margin: auto auto 0;
  border: 1px solid var(--color-sub);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: 500;
}

.business3r {
  width: 100%;
  padding-bottom: 50px;
  background: #c3cab6;
  position: relative;
}

.recycle {
  max-width: 763px;
  margin: 50px auto 0;
  padding: 2.4%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3%;
}


.recycleImg {
  flex: 0 1 51.8%;
  display: flex;
  gap: 0 3%;
}

.recycleImg img {
  width: 48.5%;
}

.recycleText {
  flex: 0 1 45.2%;
}

.recycleText dt {
  font-weight: bold;
}

.recycleText dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}


/*strengths*/
#strengths {
  padding: 90px 0 89px 0;
  overflow: hidden;
  position: relative;
}
#strengths .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 520px;
  z-index: -1;
  height: 100%;
}
#strengths .bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#strengths .container {
  max-width: var(--container-max);
  margin: auto;
}
#strengths .contents {
  width: 67.28515%;
  margin: auto;
}
#strengths .ttl {
  font-size: 33px;
  font-family: var(--font-heading);
  color: var(--color-main);
  font-weight: 500;
  line-height: 1;
}
#strengths .ttl span {
  font-size: 18px;
  font-weight: 900;
  color: var(--color-main);
  letter-spacing: 0.1em;
}
#strengths .text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  color: var(--color-white);
  line-height: 1.75;
}
#strengths .circleArea {
  width: 54.21511%;
  position: relative;
}
#strengths .circle {
  background: url(../img/support_1.png) no-repeat center / cover;
  width: 45.8666666%;
  aspect-ratio: 1/1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#strengths .circle p {
  color: #00528d;
  font-size: 19.6px;
  font-weight: 900;
}
#strengths .circle1 {
  top: -13%;
  left: 15%;
}
#strengths .circle2 {
  top: 43%;
  left: 0;
}
#strengths .circle3 {
  top: 29%;
  left: 50%;
}

/*exibition*/
#exibition {
  padding: 70px 0;
  background: url(../img/exibition-bk.png) no-repeat center / cover;
}
#exibition .container {
  max-width: var(--container-max);
  margin: auto;
}
#exibition .ttlBox {
  text-align: center;
}
#exibition .ttl {
  font-size: 33px;
  font-family: var(--font-heading);
  font-weight: 500;
}
#exibition .subTtl {
  font-size: 18px;
  font-weight: 900;
}
.pullWrap {
  width: 81.4453%;
  margin: auto;
  justify-content: space-between;
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.exBlock {
  background: var(--color-main);
  width: 100%;
}
.exBox {
  margin: 10px 0;
  background: var(--color-white);
  text-align: center;
  padding: 30px 10px 15px 10px;
  color: var(--color-sub);
  height: 90%;
}
.exBlock .bttl {
  font-size: 19px;
  font-weight: 900;
}
.exBlock .time {
  font-size: 12px;
  font-weight: 900;
}
.exBlock .place {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}
.exBlock .place span {
  border-bottom: 1px solid;
}
.exBlock .placeName {
  font-weight: 500;
}
.exBlock .adress {
  font-size: 13px;
  font-weight: 500;
}
.exBlock .btn {
  width: 35.1485%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-sub);
  border-radius: 20px;
  height: 30px;
  margin: auto;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.moreBtn {
  position: relative;
  text-align: center;
  margin-top: 35px;
}
.moreBtn .text {
  font-size: 14px;
  font-weight: 500;
}
.moreBtn .moreArrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.moreBtn .moreArrow::before, .moreBtn .moreArrow::after {
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 12px;
  border-radius: 9999px;
  background-color: var(--color-sub);
  transform-origin: 50% calc(100% - 0.5px);
  content: '';
  position: absolute;
}
.moreBtn .moreArrow::before {
  transform: rotate(45deg);
}
.moreBtn .moreArrow::after {
  transform: rotate(-45deg);
}

/*caseStudies*/
#caseStudies {
  padding: 130px 0 130px 0;
  overflow: hidden;
}
#caseStudies .container {
  max-width: var(--container-max);
  margin: auto;
}
#caseStudies .contents {
  justify-content: space-between;
  position: relative;
  width: 89.6484%;
  margin: auto;
}
#caseStudies .bg {
  position: absolute;
  right: 62%;
  transform: translateY(-50%);
  z-index: -1;
  width: auto;
  top: 50%;
  height: 364px;
  width: 100%;
}
#caseStudies .bg img {
  width: 100%;
  height: 100%;
}
#caseStudies .ttl__en {
  font-size: 33px;
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--color-white);
}
#caseStudies .ttl__ja {
  font-size: 18px;
  font-weight: 900;
  color: var(--color-white);
}
#caseStudies .btn {
  width: 90%;
  background: var(--color-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: 45px;
  font-size: 14px;
  font-weight: 500;
}
#caseStudies .circleWrap {
  display: flex;
  justify-content: space-between;
  width: 73.420479%;
  filter: drop-shadow(7px 7px 7px rgba(122, 122, 122, 0.7));
}
#caseStudies .cThumbnail {
  width: 31.450059%;
  aspect-ratio: 1/1;
  position: relative;
}
#caseStudies .cThumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  object-fit: cover;
}
#caseStudies .cThumbnail .circleText {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 30px;
  width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示する行数 */
  overflow: hidden;
}

/* 会社概要 */
#companyContainer {
  padding: 50px 0;
  background: url(../img/companyBack.jpg) center center / cover no-repeat;
}

.companyLink {
  width: 80%;
  max-width: 322px;
  margin: 0 auto;
  border-radius: 30px;
  background: #000;
}

.companyLink a {
  display: block;
  height: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}


.companyLink a p:first-of-type {
  font-size: 17px;
  font-family: var(--font-heading);
}







/*レスポンシブ*/

@media screen and (max-width: 1023px) {
  .fvText {
    width: 90%;
    text-align: center;
    text-indent: 10px;
  }
  #create .contents {
    display: block;
    width: 50%;
  }
  .createBg {
    background: url(../img/create-bg.png) no-repeat center / cover;
    top: 56%;
  }
  #create .ttl {
    font-size: 45px;
  }
  #create .bText {
    font-size: 15px;
  }
  #create .text {
    font-size: 14px;
  }
  #business .wContainer {
    display: block;
    margin: auto;
    padding-top: 56px;
  }
  .wContainer .img, .wContainer .textArea {
    width: 100%;
  }
  #business .wContainer .sp-only {
    display: block;
  }
  #business .wContainer .pc-only {
    display: none;
  }
  .wContainer .img {
    margin-top: 24px;
  }
  .wContainer .img img {
    width: 100%;
  }
  .wContainer .btn {
    margin: auto;
    margin-top: 40px;
  }
  .num {
    top: -45px;
  }
  .picup .contents {
    width: 90%;
  }

  /* .business3r {
    width: 100%;
    padding-bottom: 50px;
    background: #c3cab6;
    position: relative;
  } */

  .recycle {
    width: 90%;
    /* max-width: 763px;
    margin: 50px auto 0;
    padding: 2.4%;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 3%; */
    flex-direction: column;
  }


  .recycleImg {
    margin-top: 20px;
    flex: 0 1 auto;
    /* display: flex;
    gap: 0 3%; */
  }

  /* .recycleImg img {
    width: 48.5%;
  }

  .recycleText {
    flex: 0 1 45.2%;
  }

  .recycleText dt {
    font-weight: bold;
  }

  .recycleText dd {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
  } */

  #strengths .contents {
    width: 90%;
    justify-content: space-around;
  }
  #strengths .circle {
    width: 40%;
  }
  #strengths .circle p {
    font-size: 16px;
  }
  #caseStudies {
    padding: 12% 0 2% 0;
    position: relative;
  }
  #caseStudies .pc-only {
    display: none;
  }
  #caseStudies .contents {
    display: block;
    position: static;
  }
  #caseStudies .bg {
    transform: translateY(0);
    width: 100%;
    top: 20px;
    right: 40%;
    height: auto;
  }
  #caseStudies .bg img {
    object-fit: cover;
  }
  #caseStudies .btn {
    margin-top: 4%;
    width: 30%;
  }
  #caseStudies .circleWrap {
    width: 100%;
    margin-top: 14%;
  }
}

@media screen and (max-width: 559px) {
  .sp-only {
    display: block;
  }
  .main-h1 h1 {
    font-size: 16px;
  }
  .fvText {
    width: 90%;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
  }
  #sp {
    height: 53px;
  }
  #create {
    padding: 90px 0 60px 0;
  }
  #create .contents {
    width: 92%;
  }
  #create .textArea {
    margin-top: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  #create .ttl {
    line-height: 1;
    text-align: center;
  }
  #create .text {
    margin-top: 12px;
  }
  .createBg {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
  #business {
    padding: 40px 0 0 0;
  }
  #business .ttl {
    font-size: 27px;
  }
  #business .subTtl {
    font-size: 14px;
  }
  #business .fText {
    font-size: 16px;
  }
  .num {
    width: 48%;
    height: 32px;
    font-size: 13px;
    top: -32px;
  }
  .wContainer .btn {
    margin-top: 10px;
    font-size: 14px;
  }
  .wContainer .bTtl__ja {
    font-size: 21px;
  }
  .wContainer .bTtl__en {
    font-size: 16px;
  }
  .handContents {
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .handContents .item {
    width: 100%;
    height: 146px;
    padding: 10px;
  }
  .tool {
    font-size: 12px;
  }
  #picup {
    padding-bottom: 60px;
  }
  #picup .ttl span {
    padding-bottom: 4px;
    border-bottom: 2px solid var(--color-sub);
    font-size: 17px;
  }
  #picup .contents {
    display: block;
    width: 92%;
  }
  .picBlock {
    width: 100%;
  }
  .picTtl {
    font-size: 16px;
  }
  .picBlock .btn {
    width: 58.665%;
    font-size: 14px;
  }
  .picBlock:not(:first-child) {
    margin-top: 30px;
  }

  /* .business3r {
    width: 100%;
    padding-bottom: 50px;
    background: #c3cab6;
    position: relative;
  } */

  .recycle {
    /* width: 90%;
    max-width: 763px; */
    margin: 25px auto 0;
    padding: 25px 20px;
    /* box-sizing: border-box; */
    border-radius: 15px;
    /* background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; */
    gap: 0;
    /* flex-direction: column; */
  }

  .recycleImg {
    margin-top: 25px;
    /* flex: 0 1 auto; */
    /* display: flex;
    gap: 0 3%; */
  }

  .recycleImg img {
    width: 100%;
  }
  .recycleImg img:last-of-type {
    display: none;
  }

  .recycleText {
    flex: 0 1 45.2%;
  }

  .recycleText dt {
    font-weight: bold;
  }

  #strengths {
    padding: 70px 0 400px 0;
  }
  #strengths .contents {
    display: block;
  }
  #strengths .circleArea {
    width: 100%;
    position: static;
  }
  #strengths .circle {
    width: 38.1333333%;
    max-width: 180px;
  }
  #strengths .circle1 {
    top: 53%;
    left: 44%;
    transform: translateX(-50%);
  }
  #strengths .circle2 {
    left: 30px;
    top: 73%;
  }
  #strengths .circle3 {
    top: 69%;
    left: auto;
    right: 30px;
  }
  #exibition .ttl {
    font-size: 27px;
  }
  #exibition .subTtl {
    font-size: 13px;
  }
  .pullWrap {
    display: block;
    width: 89%;
  }
  .pullWrap:not(:first-child) {
    margin-top: 30px;
  }
  .exBlock {
    width: 100%;
    padding: 10px 0;
  }
  .exBlock:not(:first-child) {
    margin-top: 30px;
  }
  .exBox {
    margin: 0;
  }
  .exBlock .bttl {
    font-size: 18px;
  }
  .exBlock .place {
    font-size: 11px;
  }
  .exBlock .placeName {
    font-size: 14px;
  }
  .exBlock .adress {
    font-size: 12px;
  }
  #caseStudies {
    padding: 100px 0 30px 0;
  }
  #caseStudies .contents {
    width: 100%;
  }
  #caseStudies .bg {
    right: 19%;
    height: 258px;
    left: auto;
  }
  #caseStudies .bg img {
    object-fit: fill;
  }
  #caseStudies .circleWrap {
    margin-top: 90px;
  }
  #caseStudies .textArea {
    margin-left: 30px;
  }
  #caseStudies .ttl__en {
    font-size: 27px;
  }
  #caseStudies .ttl__ja {
    font-size: 14px;
  }
  #caseStudies .btn {
    font-size: 12px;
    width: 40%;
  }
  #caseStudies .circle .circleText {
    font-size: 14px;
  }
  #caseStudies .cThumbnail img {
    width: 97%;
    height: 97%;
  }
  #caseStudies .cThumbnail .circleText {
    padding: 0 40px;
    font-size: 14px;
  }

  /* slick化した時は flex をやめて slick に任せる */
  #caseStudies .js-case-slider.slick-initialized{
    display: block;
  }

  /* スライド内のaタグが小さくならないように */
  #caseStudies .js-case-slider.slick-initialized .cThumbnail{
    width: 100%;
  }
}

@media screen and (min-width: 2050px) {
  #caseStudies {
    position: relative;
  }
  #caseStudies .contents {
    position: static;
  }
  #caseStudies .bg {
    width: 100%;
    height: auto;
    left: -55%;
  }
}


/* js用 */
/* 非表示用 */
.is-hidden {
  display: none !important;
}
.js-slide-in.is-active {
  transform: translate(200px, -50%);
  opacity: 1;
}
@media screen and (max-width: 559px) {
  .js-slide-in.is-active {
    transform: translate(100px, 0%);
    opacity: 1;
  }
}

/* ロゴアニメーション */
#svgAniBack {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #e56c21;
    z-index: 99999999999999999999999999999999999999;
    pointer-events: none;
    display: none;
}
html.intro-show #svgAniBack{
  display: block;
}
#svgAniBack.hidden {
  animation: svgAniHidden 1s 1s both;
  pointer-events: none;
}

@keyframes svgAniHidden {
  0%{opacity: 1;}
  100%{opacity: 0;}
}

#svgAniContainer {
    width: 90%;
    max-width: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.svgAniContents {
    height: 100%;
    position: relative;
}

/* 初期状態：線は見えない（未描画）に固定 */
path.cls-1{
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 1550;
  stroke-dashoffset: 1550; /* ←ここが重要（最初から全部見えるのを防ぐ） */
  stroke-width: .5;

  animation: none;
  -webkit-animation: none;
}

/* “開始クラス”が付いたら描画スタート */
#svgAniBack.is-stroke path.cls-1{
  -webkit-animation: stroke 2.5s 0.8s ease-in-out both;
  animation: stroke 2.5s 0.8s ease-in-out both;
}


@keyframes stroke {
    0% {
      fill: transparent;
      stroke-dashoffset: 1550;
    }
    10% {
      fill: transparent;
    }
    50% {
      fill: transparent;
    }
    100% {
      fill: #fff;
      stroke-dashoffset: 0;
    }
  }

#fv{
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease;
}

/* ロゴアニメが終わったらFVを出す */
#fv.is-ready{
  opacity: 1;
  visibility: visible;
}

/* スライダー自体もロゴ後にフェードインさせたいなら */
.fvSlider{
  opacity: 0;
  transition: opacity .8s ease;
}
#fv.is-ready .fvSlider{
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fvText { transition: opacity .2s ease; }
.fvText.is-switching { opacity: 0; }
#fv .slick-slide img {
  width: 100%;
  height: 100%;
  /* display: block; */
  object-fit: cover;
}
#fv .slick-list {
  height: 100%;
}
#fv .slick-track {
  height: 100%;
}

/* ロゴ表示中だけ操作をブロック */
#svgAniBack.is-block {
  pointer-events: auto; /* ←ロゴ中だけイベントを受け取って下に通さない */
}

body.is-intro-lock {
  overflow: hidden;
}