.manufacturing-process .main-img {
  background-image: url(../manufacturing-process/img/main-img_manufacturing-process.jpg);
}
.manufacturing-process .contents .block .title h4 .minute {
  font-size: 0.5em;
  display: block;
  margin: 0 auto;
  color: var(--main-col);
}
.manufacturing-process .contents .movie {
  width: 90%;
  margin: var(--md-margin) auto 0;
  border-radius: 50px;
  background: #fff;
  padding: var(--sm-margin);
  position: relative;
}
.manufacturing-process .contents .movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.manufacturing-process .contents .how-to-process {
  margin-top: var(--lg-margin);
}
.manufacturing-process .contents .how-to-process .title {
  margin-bottom: var(--md-margin);
}
.manufacturing-process .contents .how-to-process .process {
  overflow: hidden;
  padding: 0 var(--md-margin) var(--md-margin);
}
.manufacturing-process .contents .how-to-process .process__title {
  font-size: max(7vw, 6.8rem);
  font-weight: var(--font-black);
  text-align: right;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  margin-top: -0.9vw;
  margin-right: calc(0px - var(--md-margin));
}
.manufacturing-process .contents .how-to-process .process__inner {
  position: relative;
}
.manufacturing-process .contents .how-to-process .process__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: repeating-linear-gradient(100deg, transparent, transparent 30px, rgba(255, 255, 255, 0.2) 30px, rgba(255, 255, 255, 0.2) 60px);
  background-size: cover;
  width: 100%;
  height: 100px;
  z-index: 1;
  animation: process-stripe 1.5s linear infinite;
}
.manufacturing-process .contents .how-to-process .process__inner dl {
  position: relative;
  z-index: 10;
}
.manufacturing-process .contents .how-to-process .process__inner dl dt {
  color: #fff;
  font-size: max(2vw, 3.2rem);
  font-weight: var(--font-black);
  line-height: 1;
  margin-bottom: var(--sm-margin);
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box dd {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: calc(var(--md-margin) / 3);
  padding: 6% 0;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: calc(var(--md-margin) / 3);
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div img {
  width: 40%;
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div > div {
  background: var(--main-col);
  border-radius: 10px;
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: max(1.8vw, 2.4rem);
  font-weight: var(--font-black);
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box dd .link-btn {
  width: 200px;
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd {
  padding: 2% 0;
  position: relative;
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd > div {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: calc(var(--sm-margin) / 2);
       column-gap: calc(var(--sm-margin) / 2);
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd > div img {
  width: 30%;
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd.active {
  overflow: hidden;
}
.manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.manufacturing-process .contents .how-to-process .process.pachinko-process {
  background: var(--main-opacity-col);
  position: relative;
}
.manufacturing-process .contents .how-to-process .process.pachinko-process .process__inner dl > div dd:first-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../manufacturing-process/img/img_manufacturing-process-pachinko01.jpg);
}
.manufacturing-process .contents .how-to-process .process.pachinko-process .process__inner dl > div dd:nth-of-type(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../manufacturing-process/img/img_manufacturing-process-pachinko02.jpg);
}
.manufacturing-process .contents .how-to-process .process.pachinko-process .process__inner dl > div dd:last-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../manufacturing-process/img/img_manufacturing-process-pachinko03.jpg);
}
.manufacturing-process .contents .how-to-process .process.pachislot-process {
  background: var(--sub-opacity-col);
}
.manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner::after {
  background-color: var(--sub-col);
}
.manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd {
  padding: 0;
}
.manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd:first-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../manufacturing-process/img/img_manufacturing-process-pachislot01.jpg);
}
.manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd:nth-of-type(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../manufacturing-process/img/img_manufacturing-process-pachislot02.jpg);
}
.manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd:last-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../manufacturing-process/img/img_manufacturing-process-pachislot03.jpg);
}
.manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd img {
  width: 42%;
}
.manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd > div > div {
  background: var(--sub-col);
}
.manufacturing-process .contents .each-process {
  text-align: center;
}
.manufacturing-process .contents .each-process__title {
  display: inline-block;
}
.manufacturing-process .contents .each-process__title h4 {
  background: var(--main-col);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(var(--sm-margin) / 2);
       column-gap: calc(var(--sm-margin) / 2);
  font-size: max(3vw, 3.2rem);
  font-weight: var(--font-black);
  padding: 0.2em 0.5em;
  border-radius: 30px;
}
.manufacturing-process .contents .each-process__title h4 img {
  width: 6vw;
}
.manufacturing-process .contents .each-process .photo-process {
  display: flex;
  justify-content: center;
  margin-top: var(--md-margin);
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.manufacturing-process .contents .each-process .photo-process__box {
  position: relative;
  width: 20.16%;
}
.manufacturing-process .contents .each-process .photo-process__box::after {
  content: "\f35a";
  font: var(--fa-font-solid);
  display: block;
  font-size: max(1.8vw, 1.8rem);
  position: absolute;
  top: 34%;
  right: -15%;
  color: var(--main-col);
}
.manufacturing-process .contents .each-process .photo-process__box:last-of-type::after {
  content: none;
}
.manufacturing-process .contents .each-process .photo-process__box--image > div {
  position: relative;
}
.manufacturing-process .contents .each-process .photo-process__box--image > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.manufacturing-process .contents .each-process .photo-process__box--image > div img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.manufacturing-process .contents .each-process .photo-process__box--detail {
  margin-top: 1em;
  text-align: left;
}
.manufacturing-process .contents .each-process .photo-process__box--detail dt {
  font-weight: var(--font-black);
  font-size: 1.1em;
}
.manufacturing-process .contents .each-process .photo-process__box.image-two {
  width: 42%;
}
.manufacturing-process .contents .each-process .photo-process__box.image-two::after {
  right: -7.5%;
}
.manufacturing-process .contents .each-process .photo-process__box.image-two .photo-process__box--image {
  display: flex;
  justify-content: space-between;
}
.manufacturing-process .contents .each-process .photo-process__box.image-two .photo-process__box--image > div {
  width: 48%;
}
.manufacturing-process .contents .back-btn {
  max-width: 350px;
}

@media screen and (max-width: 768px) {
  .manufacturing-process .contents .movie {
    width: 100%;
    margin: var(--sm-margin) auto 0;
  }
  .manufacturing-process .contents .how-to-process {
    margin-top: var(--md-margin);
  }
  .manufacturing-process .contents .how-to-process .title {
    margin-bottom: var(--sm-margin);
  }
  .manufacturing-process .contents .how-to-process .process__inner::after {
    top: 10%;
    transform: translate(-50%, 0);
    background-image: repeating-linear-gradient(200deg, transparent, transparent 30px, rgba(255, 255, 255, 0.2) 30px, rgba(255, 255, 255, 0.2) 60px);
    width: 100px;
    height: 90%;
    animation: sp-process-stripe 1.5s linear infinite 0.001s;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box {
    flex-direction: column;
    row-gap: var(--md-margin);
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box dd {
    width: 100%;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div {
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div img {
    width: 20%;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd {
    padding: var(--sm-margin) 0;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd > div img {
    width: 20%;
  }
  .manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd img {
    width: 30%;
  }
  .manufacturing-process .contents .each-process__title h4 img {
    width: 10vw;
  }
  .manufacturing-process .contents .each-process .photo-process {
    flex-direction: column;
    align-items: center;
    padding: 0 var(--sm-margin);
    row-gap: 10rem;
  }
  .manufacturing-process .contents .each-process .photo-process__box {
    width: 90%;
  }
  .manufacturing-process .contents .each-process .photo-process__box::after {
    font-size: 3.2rem;
    top: initial;
    right: initial;
    bottom: -6.2rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .manufacturing-process .contents .each-process .photo-process__box.image-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .manufacturing-process .contents .each-process .photo-process__box.image-one .photo-process__box--image {
    width: 50%;
  }
  .manufacturing-process .contents .each-process .photo-process__box.image-one .photo-process__box--detail {
    width: 46%;
    margin-top: 0;
  }
  .manufacturing-process .contents .each-process .photo-process__box.image-two {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .manufacturing-process .contents .movie {
    width: 100%;
    margin: var(--sm-margin) auto 0;
    border-radius: 30px;
    padding: calc(var(--sm-margin) / 2);
  }
  .manufacturing-process .contents .how-to-process .process {
    padding: 0 var(--sm-margin) var(--md-margin);
  }
  .manufacturing-process .contents .how-to-process .process__title {
    font-size: max(5vw, 5.6rem);
    margin-right: calc(0px - var(--sm-margin));
    margin-bottom: var(--sm-margin);
  }
  .manufacturing-process .contents .how-to-process .process__inner dl dt {
    font-size: 2.8rem;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box {
    row-gap: var(--sm-margin);
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box dd {
    width: 100%;
    padding: 8% 0;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div {
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box dd > div img {
    width: 24%;
  }
  .manufacturing-process .contents .how-to-process .process__inner dl .link-box.under-link-box dd > div img {
    width: 24%;
  }
  .manufacturing-process .contents .how-to-process .process.pachislot-process .process__inner dl .link-box dd img {
    width: 32%;
  }
  .manufacturing-process .contents .each-process__title h4 img {
    width: 16vw;
  }
  .manufacturing-process .contents .each-process .photo-process {
    padding: 0 calc(var(--sm-margin) / 2);
  }
  .manufacturing-process .contents .each-process .photo-process__box {
    width: 100%;
  }
  .manufacturing-process .contents .each-process .photo-process__box.image-two {
    width: 100%;
  }
  .manufacturing-process .back-btn {
    width: 100%;
  }
}
.pachinko01 .main-img {
  background-image: url(../manufacturing-process/img/img_manufacturing-process-pachinko01.jpg);
}

.pachinko02 .main-img {
  background-image: url(../manufacturing-process/img/img_manufacturing-process-pachinko02.jpg);
}

.pachinko03 .main-img {
  background-image: url(../manufacturing-process/img/img_manufacturing-process-pachinko03.jpg);
}

.pachislot .contents .each-process__title h4 {
  background: var(--sub-col);
}
.pachislot .contents .each-process__title h4 img {
  width: 8vw;
}
.pachislot .contents .each-process .photo-process__box::after {
  color: var(--sub-col);
}

@media screen and (max-width: 768px) {
  .pachislot .contents .each-process__title h4 {
    padding: 0.4em 0.5em;
  }
  .pachislot .contents .each-process__title h4 img {
    width: 16vw;
  }
}
@media screen and (max-width: 480px) {
  .pachislot .contents .each-process__title h4 img {
    width: 24vw;
  }
}
.pachislot01 .main-img {
  background-image: url(../manufacturing-process/img/img_manufacturing-process-pachislot01.jpg);
}

.pachislot02 .main-img {
  background-image: url(../manufacturing-process/img/img_manufacturing-process-pachislot02.jpg);
}

.pachislot03 .main-img {
  background-image: url(../manufacturing-process/img/img_manufacturing-process-pachislot03.jpg);
}

@keyframes process-stripe {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -60px;
  }
}
@keyframes sp-process-stripe {
  0% {
    background-position-y: -60px;
  }
  100% {
    background-position-y: 0;
  }
}/*# sourceMappingURL=manufacturing-process.css.map */