/*******/
body {
  font-size: 14px;
  font-weight: 300;
  font-family: "Shippori Mincho", serif;
}

/*******/
header {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 999;
}
header .inner {
  max-width: none;
}
@media screen and (max-width: 768px) {
  header {
    background: none;
    backdrop-filter: unset;
    height: 60px;
  }
  header h1 {
    width: 45%;
    left: 2%;
  }
}

/*******/
main {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/*******/
section {
  padding: 200px 0;
}
section .wrapper {
  position: relative;
  z-index: 1;
}
section canvas {
  position: absolute;
  left: 0;
  top: 0;
}
section .monyou {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*******/
.section_title {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0);
  opacity: 0;
  -webkit-transition: 500ms ease-out 500ms;
  transition: 500ms ease-out 500ms;
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 8vw;
  }
}
.section_title span {
  margin-top: 100px;
  display: block;
  font-size: 30%;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: 200;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  -webkit-transition: 500ms ease-out 1200ms;
  transition: 500ms ease-out 1200ms;
}
@media screen and (max-width: 768px) {
  .section_title span {
    margin-top: 50px;
  }
}
.section_title span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35px;
  height: 30px;
  width: 1px;
  background-color: #FFF;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 768px) {
  .section_title span::before {
    top: -15px;
    height: 15px;
  }
}
.section_title.black {
  color: #333;
}
.section_title.black span::before {
  background-color: #333;
}

.section_title.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section_title.active span {
  opacity: 1;
}

/*******/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox.clm-2 > .sep {
  width: 50%;
}

/*******/
.v_text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

/*******/
#keyvisual {
  width: 100%;
  max-width: none;
  height: 70vw;
  max-height: 90svh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    height: 800px;
    max-height: none;
  }
}
#keyvisual .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  background: url(../IMG/kv_image.jpg) no-repeat center;
  background-size: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 3000ms ease-out;
  transition: 3000ms ease-out;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #keyvisual .wrapper {
    background: url(../IMG/kv_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#keyvisual .wrapper .inner {
  width: 100%;
  margin: 0 auto;
}
#keyvisual .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#keyvisual .content .bottom {
  position: absolute;
  bottom: 180px;
  left: 2%;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#keyvisual .content .bottom .copyright {
  font-size: 9px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #keyvisual .content .bottom {
    gap: 10px;
    bottom: 25%;
    width: 92%;
    left: 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #keyvisual .content .bottom .batterman {
    width: 20%;
  }
  #keyvisual .content .bottom .copyright {
    width: 80%;
    font-size: 1.8vw;
  }
}
#keyvisual .content .right {
  position: absolute;
  top: 120px;
  right: 4%;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#keyvisual .content .right .title_1 span,
#keyvisual .content .right .title_2 span {
  background-color: #000;
  padding: 14px 10px;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0.5%, 0% 0.5%);
  -webkit-transition: all 500ms ease-in-out 700ms;
  transition: all 500ms ease-in-out 700ms;
  opacity: 0;
}
#keyvisual .content .right .title_2 {
  margin-top: 70px;
}
#keyvisual .content .right .title_2 span {
  -webkit-transition: all 1000ms ease-in-out 900ms;
  transition: all 1000ms ease-in-out 900ms;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #keyvisual .content .right {
    top: 10%;
    width: 100%;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  #keyvisual .content .right .title_1,
  #keyvisual .content .right .title_2 {
    width: 10%;
  }
  #keyvisual .content .right .title_2 {
    margin-top: 60px;
  }
}

#keyvisual.active .wrapper {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#keyvisual.active .title_1 span {
  opacity: 100 !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
#keyvisual.active .title_2 span {
  opacity: 100 !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}

/*******/
#introduction {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  padding-top: 300px;
  padding-bottom: 130px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #introduction {
    padding-top: 140px;
  }
  #introduction .flexbox {
    display: block;
    padding: 0;
  }
  #introduction .flexbox .sep {
    width: 100%;
  }
}
#introduction .centering {
  width: 80%;
  margin: 0px auto 100px;
  max-width: 600px;
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #introduction .centering {
    margin: 0;
    width: 100%;
    font-size: 3vw;
  }
}
#introduction .centering img {
  width: 60%;
  margin: 0 auto 30px;
}

/*******/
#making {
  margin-top: -200px;
  padding: 300px 0 200px;
  background: url(../IMG/bg_pattern_1.gif);
  color: #FFF;
  position: relative;
}
#making .monyou .m1 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-120%, 50%, 0);
          transform: translate3d(-120%, 50%, 0);
}
@media screen and (max-width: 768px) {
  #making .monyou .m1 {
    -webkit-transform: translate3d(20%, 200%, 0) scale(2);
            transform: translate3d(20%, 200%, 0) scale(2);
  }
}
#making .monyou .m2 {
  position: absolute;
  right: 50%;
  bottom: 30%;
  -webkit-transform: scale(0.8) translate3d(130%, 0%, 0);
          transform: scale(0.8) translate3d(130%, 0%, 0);
}
@media screen and (max-width: 768px) {
  #making .monyou .m2 {
    -webkit-transform: translate3d(-20%, 50%, 0) scale(2);
            transform: translate3d(-20%, 50%, 0) scale(2);
  }
}
#making .mv {
  margin-bottom: 60px;
  max-width: 1000px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#making .mv img {
  -webkit-transition: 300ms;
  transition: 300ms;
}
#making .mv:hover img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#making .mv:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100px;
  height: 100px;
  background: url(../IMG/icon_mv.png) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
#making .content {
  height: 130vw;
  max-height: 1500px;
  max-width: 1100px;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  #making .content {
    height: auto;
    max-height: none !important;
    margin-top: 50px;
  }
}
#making .content .main_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: 0;
  height: 650px;
  font-size: 16px;
  line-height: 2.4;
}
@media screen and (max-width: 1000px) {
  #making .content .main_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #making .content .main_text .v_text {
    margin-right: 0;
    height: 600px;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 380px) {
  #making .content .main_text .v_text {
    width: 70%;
    font-size: 3.8vw;
    height: 400px;
  }
}
#making .content .main_text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  #making .content .main_text h2 {
    width: 120px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #making .content .main_text h2 {
    width: 25%;
  }
}
#making .content .main_text h2 div span {
  background-color: #000;
  padding: 15px 10px;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0.5%, 0% 0.5%);
  -webkit-transition: all 1000ms ease-in-out 700ms;
  transition: all 1000ms ease-in-out 700ms;
  opacity: 0;
}
#making .content .main_text h2 div.line_2 {
  margin-top: 30px;
}
#making .content .main_text h2 div.line_2 span {
  -webkit-transition: all 1000ms ease-in-out 1200ms;
  transition: all 1000ms ease-in-out 1200ms;
}
@media screen and (max-width: 1000px) {
  #making .content .main_text h2 div {
    gap: 0;
  }
}
#making .content .main_text p {
  margin-right: 3em;
  line-height: 2;
  font-size: 115%;
  opacity: 0;
  -webkit-transition: 2000ms ease-out 1000ms;
  transition: 2000ms ease-out 1000ms;
}
#making .content .step {
  max-width: 400px;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  #making .content .step {
    position: relative;
    width: 80%;
    margin: 20px auto;
    max-width: none;
    left: 0 !important;
    right: 0 !important;
  }
}
#making .content .step h3 {
  text-align: right;
  margin-bottom: 10px;
}
#making .content .step h3 span {
  background-color: #333;
  padding: 5px;
  display: inline-block;
  font-size: 140%;
  font-weight: 200;
}
#making .content .step p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #making .content .step p {
    font-size: 3.3vw;
  }
}
#making .content .step.s1, #making .content .step.s2, #making .content .step.s3 {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0;
  -webkit-transition: 1000ms ease-out 1000ms;
  transition: 1000ms ease-out 1000ms;
}
#making .content .step.s1 {
  top: 3%;
  left: 0%;
}
#making .content .step.s1 h3 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #making .content .step.s1 h3 {
    margin-top: -20px;
  }
}
#making .content .step.s2 {
  top: 40%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  #making .content .step.s2 h3 {
    text-align: left;
    margin-top: -20px;
  }
}
#making .content .step.s3 {
  top: 50%;
  right: 7%;
}
@media screen and (max-width: 768px) {
  #making .content .step.s3 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #making .content .step.s3 h3 {
    text-align: left;
    margin-top: -20px;
  }
}

#making .making_text_anim.active .line_1 span,
#making .making_text_anim.active .line_2 span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  opacity: 1;
}
#making .making_text_anim.active p {
  opacity: 1;
}
#making .s1.active,
#making .s2.active,
#making .s3.active {
  -webkit-filter: blur(0px) !important;
          filter: blur(0px) !important;
  opacity: 1 !important;
}

/*******/
#feature {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  padding-top: 300px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #feature {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #feature .monyou {
    display: none;
  }
}
#feature .monyou .m1 {
  position: absolute;
  left: 0%;
  top: 10%;
}
#feature .monyou .m2 {
  position: absolute;
  right: 0%;
  top: 40%;
  -webkit-transform: scale(100%, -100%) translate3d(30%, 0, 0);
          transform: scale(100%, -100%) translate3d(30%, 0, 0);
}
#feature .monyou .m3 {
  position: absolute;
  left: 0%;
  top: 80%;
}
#feature h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #feature h2 {
    margin-bottom: 50px;
  }
}
#feature .wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
#feature .wrapper > div.flexbox {
  margin-bottom: 150px;
}
#feature .wrapper > div.flexbox .sep {
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
  opacity: 0;
  -webkit-transition: 1000ms ease-in-out 700ms;
  transition: 1000ms ease-in-out 700ms;
}
#feature .wrapper > div.flexbox .sep:last-child {
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
}
#feature .wrapper > div.flexbox.active .sep {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox {
    margin-bottom: 60px;
  }
}
#feature .wrapper > div.flexbox h3 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding-left: 150px;
  margin-bottom: 100px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox h3 {
    padding-left: 120px;
    font-size: 5vw;
    width: 100%;
    margin: 0 auto 50px;
  }
}
#feature .wrapper > div.flexbox h3::before {
  content: "01";
  position: absolute;
  left: 0;
  top: 50%;
  width: 140px;
  height: 140px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: url(../IMG/01.svg) no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox h3::before {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox .sep:last-child {
    background: url(../IMG/monyou_2.png) no-repeat;
  }
}
#feature .wrapper > div.flexbox:nth-child(3) h3::before {
  content: "02";
  background-image: url(../IMG/02.svg);
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox:nth-child(3) .sep:last-child {
    background: url(../IMG/monyou_2.png) no-repeat right;
  }
}
#feature .wrapper > div.flexbox:nth-child(4) h3::before {
  content: "03";
  background-image: url(../IMG/03.svg);
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox:nth-child(4) .sep:last-child {
    background: url(../IMG/monyou_2.png) no-repeat left;
  }
}
#feature .wrapper > div.flexbox:nth-child(5) h3::before {
  content: "04";
  background-image: url(../IMG/04.svg);
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox:nth-child(5) .sep:last-child {
    background: url(../IMG/monyou_2.png) no-repeat center;
  }
}
#feature .wrapper > div.flexbox p {
  font-size: 18px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox p {
    font-size: 4vw;
  }
}
#feature .wrapper > div.flexbox .sep {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox .sep {
    width: 100%;
  }
}
#feature .wrapper > div.flexbox .sep:first-child {
  padding: 2%;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #feature .wrapper > div.flexbox .sep:first-child {
    width: 100%;
  }
}
#feature .wrapper > div.flexbox .sep:first-child img {
  clip-path: polygon(5% 0%, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
}
#feature .wrapper > div.flexbox:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#feature .centering {
  width: 80%;
  margin: 100px auto 0;
  max-width: 540px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #feature .centering {
    margin-top: 50px;
    width: 90%;
  }
}
#feature .centering img {
  width: 80%;
  margin: 0 auto;
}

/*******/
#about_title {
  position: relative;
  z-index: 1;
  min-height: 1000px;
  margin-top: -200px;
  overflow: hidden;
  height: 60vw;
}
#about_title .bg_video,
#about_title .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#about_title .title {
  color: #FFF;
  z-index: 3;
  max-width: 500px;
  width: 80%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 40px;
}
#about_title .title img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about_title .title {
    padding: 20px 20px;
  }
  #about_title .title img {
    width: 70%;
    margin: 0 auto;
  }
}
#about_title .title p {
  font-size: 16px;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #about_title .title p {
    margin-top: 1em;
    font-size: 3vw;
  }
}
#about_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../IMG/mesh_1.png);
}

/*******/
#about_factory {
  position: relative;
  z-index: 3;
  margin-top: -200px;
  padding-top: 300px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #about_factory {
    padding: 100px 0%;
  }
}
#about_factory .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
#about_factory h2 {
  max-width: 280px;
  width: 50%;
  margin: 0 auto 50px;
}
#about_factory .main_text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #about_factory .main_text {
    font-size: 4vw;
    text-align: left;
    padding: 0 4%;
    margin-bottom: 50px;
  }
}
#about_factory .m1 {
  position: relative;
  z-index: 2;
}
#about_factory .m1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 30%, 0);
          transform: translate3d(-50%, 30%, 0);
  width: 100%;
  height: 400px;
  background: url(../IMG/monyou_3.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
#about_factory .flexbox {
  margin-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #about_factory .flexbox .sep {
    width: 100%;
    margin-top: 40px;
  }
}
#about_factory .flexbox:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about_factory .flexbox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.5;
}
#about_factory .flexbox p {
  text-align: left;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
#about_factory .flexbox figcaption {
  text-align: center;
  margin-top: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
#about_factory .flexbox figcaption.small {
  font-size: 90%;
  font-weight: normal;
  color: #666;
}
#about_factory .flexbox figure img {
  width: 90%;
  margin: 0 auto;
}
#about_factory .flexbox figure.daruma {
  position: relative;
}
#about_factory .flexbox figure.daruma::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: url(../IMG/product_gray_shadow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #about_factory .flexbox figure.daruma::after {
    width: 30%;
    height: 120px;
    bottom: 20px;
  }
}
#about_factory .centering {
  width: 80%;
  margin: 0 auto 0;
  max-width: 600px;
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #about_factory .centering {
    width: 90%;
  }
}
#about_factory .swiper {
  margin: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about_factory .swiper {
    margin: 50px 0;
  }
}
#about_factory .swiper .photo {
  overflow: hidden;
  width: 100%;
}
#about_factory .swiper .photo img {
  width: 100%;
}
#about_factory .swiper .photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.5);
          box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #about_factory .swiper .photo::before {
    content: none;
  }
}
#about_factory .swiper .swiper-button-prev {
  background: url(../IMG/left_button.svg) no-repeat center #000;
  background-size: cover;
}
#about_factory .swiper .swiper-button-prev::after {
  content: none;
}
#about_factory .swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#about_factory .swiper .swiper-button-prev:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #about_factory .swiper .swiper-button-prev {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
#about_factory .swiper .swiper-button-next {
  background: url(../IMG/right_button.svg) no-repeat center #000;
  background-size: cover;
}
#about_factory .swiper .swiper-button-next::after {
  content: none;
}
#about_factory .swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#about_factory .swiper .swiper-button-next:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #about_factory .swiper .swiper-button-next {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/*******/
#products {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  padding-top: 300px;
  color: #333;
  background: url(../IMG/bg_pattern_4.jpg);
}
@media screen and (max-width: 768px) {
  #products {
    padding-top: 250px;
    padding-bottom: 100px;
  }
}
#products .set {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #products .set {
    margin-top: 40px;
  }
}
#products .set img {
  margin: 0 auto;
}
#products .set .limited {
  max-width: 230px;
  width: 35%;
}
#products .set .set_product {
  max-width: 1000px;
  width: 80%;
}
#products ul {
  width: 96%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  margin: 100px auto 0 auto;
}
#products ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #products ul {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 50px;
  }
  #products ul li img {
    width: 90%;
    margin: 0 auto;
  }
  #products ul li {
    width: 40%;
  }
  #products ul li:last-child img {
    width: 100%;
  }
  #products ul li .price {
    font-size: 18px;
  }
}
#products .name {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #products .name {
    font-size: 3.3vw;
  }
}
#products .name span {
  display: inline-block;
  text-align: center;
  font-size: 80%;
  font-weight: normal;
  background-color: #000;
  color: #FFF;
  padding: 2px 10px;
  margin: 10px 0;
  border-radius: 10px;
}
#products .price {
  color: red;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#products .price span {
  font-size: 60%;
  padding-left: 0.5em;
}
#products .buy {
  text-align: center;
  margin-top: 80px;
}
#products .buy a {
  display: inline-block;
  width: 80%;
  max-width: 480px;
  color: #FFF;
  text-align: center;
  font-size: 23px;
  padding: 0.5em;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 1000px) {
  #products .buy a {
    font-size: 4.2vw;
    padding: 0.7em 0.5em;
  }
}
#products .buy a:hover {
  background-color: #333;
}
#products .buy a {
  background: url(../IMG/r_arrow_w.svg) no-repeat right 20px center #000;
  background-size: auto 30%;
}
#products .buy a.comingsoon, #products .buy a.sales_end {
  background: #666;
}

/*******/
#photos {
  padding: 0;
}
#photos #image_swiper .swiper-slide {
  width: 100%;
}
#photos #image_swiper .swiper-slide img {
  width: 100%;
}

.preload_cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #433458;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 1400ms 500ms;
  transition: 1400ms 500ms;
}
.preload_cover.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  pointer-events: none;
}
.preload_cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 300px;
}
@media screen and (max-width: 768px) {
  .preload_cover img {
    width: 40%;
  }
}

.anim_cutin.active {
  -webkit-animation: cutin 800ms linear 700ms forwards;
          animation: cutin 800ms linear 700ms forwards;
}
.anim_cutin {
  clip-path: polygon(0% 0%, 0% 0%, 0% 1%, 1% 1%, 1% 0%, 0% 0%);
}
@-webkit-keyframes cutin {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
  }
}
@keyframes cutin {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
  }
}

.anim_fadin.active {
  opacity: 1;
}
.anim_fadin {
  opacity: 0;
  -webkit-transition: 800ms ease-out 500ms;
  transition: 800ms ease-out 500ms;
}

#common_video_mordal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
#common_video_mordal.active {
  visibility: visible;
  opacity: 1;
}
#common_video_mordal .cartain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
#common_video_mordal .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94vw;
  height: 50vw;
  max-width: 1280px;
  height: 720px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#common_video_mordal .inner video {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#common_video_mordal .close {
  position: absolute;
  right: 2%;
  top: 6%;
  width: 50px;
  height: 50x;
  pointer-events: none;
  z-index: 1;
}
#common_video_mordal .close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
#common_video_mordal .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

#about, footer {
  font-family: "Noto Sans JP", sans-serif;
}