@charset "UTF-8";
.section-services {
  width: 100%;
  height: 62.55vw;
  top: 0.5208vw;
  z-index: -999;
  margin-top: auto;
  flex: auto;
}
.services-img_pc {
  max-width: 100%;
  top: 0%;
  left: 0%;
  width: auto;
  height: 53.697916666666664vw;
  z-index: 1;
  bottom: 0;
  margin-top: auto;
  flex: auto;
}
.services-img_pc img {
  width: 100%;
  height: auto;
  margin-top: 8.8vw;
}
.services-img_mb {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .services-img_mb {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0.5208vw;
    z-index: -9999;
    margin-top: auto;
    flex: auto;
    display: block;
  }
  .services-img_mb img {
    top: 0;
    left: 0;
    width: 100%;
    height: 60.1vw;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -110;
    margin-top: 24.333vw;
  }
  .services-img_pc {
    display: none;
  }
}
.top-mainproducts {
  width: 100%;
  padding: 0 12.5vw 1.04vw 12.5vw;
}
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
.top-mainproducts h1 {
  font-size: 1.25vw;
  text-align: center;
  margin-bottom: 2.08vw;
  padding-top: 2.08vw;
}
.top-mainproducts h2 {
  font-weight: 500;
  font-size: 1.25vw;
  margin: 1.5625vw 0 0 0;
}
.top-mainproducts p {
  font-size: 0.9375vw;
  line-height: 2.604vw;
}
.top-mainproducts span {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}
.br-2 {
  display: none;
}
.products-image ul {
  display: flex;
  text-align: left;
  width: 75vw;
  height: 44.3vw;
  animation-name: fadeUpAnime; /*アニメーションの定義名*/
  animation-duration: 2s; /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards; /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
  margin-top: 1.7708vw;
}
/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 3;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.products-image li {
  text-align: left;
  padding: 0 5.46875vw 0 0;
}
.top-mainproducts img {
  width: 35.4vw;
  height: 31.25vw;
}
.top-mainproducts a img {
  width: 6.87vw;
  height: 2.23vw;
  margin: 1vw 0 0 28.64vw;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .top-mainproducts {
    width: 100%;
    padding: 0 4.44vw 0 4.44vw;
    background-image: none;
    text-align: center;
    margin-bottom: 185.51vw;
    margin-top: 21.48vw;
  }
  .top-mainproducts h1 {
    font-size: 4.44vw;
    text-align: center;
    margin-bottom: 5.55vw;
    padding-top: 5.55vw;
    text-decoration: underline 2px #383838;
    text-underline-offset: 8px;
  }
  .top-mainproducts h2 {
    font-weight: 500;
    font-size: 3.51vw;
    margin: 3.70vw 0 0 0;
    line-height: 5vw;
  }
  .top-mainproducts p {
    font-size: 2.96vw;
    line-height: 4.44vw;
    text-align: center;
  }
  .top-mainproducts span {
    font-size: 2.96vw;
    line-height: 4.44vw;
    text-align: left;
  }
  .br {
    display: none;
  }
  .br-2 {
    display: block;
  }
  .products-image ul {
    display: block;
    width: 90vw;
    height: 90vw;
    margin: 0 4.44vw 5.55vw 0;
    margin-bottom: 5.55vw;
  }
  .products-image li {
    text-align: left;
    display: block;
    padding: 0;
  }
  .top-mainproducts img {
    width: 90vw;
    height: 90vw;
  }
  .top-mainproducts a img {
    width: 24.4vw;
    height: 7.96vw;
    margin: 4.44vw 0 4.44vw 65.5vw;
    text-align: right;
    display: block;
  }
}
.modal {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding-left: 12.864vw;
  padding-bottom: 5.156vw;
  background-image: url("../images/top/top-pc_bg.png");
  background-size: cover;
  margin-top: -4.636vw;
}
.modal content img {
  width: 100%;
}
.a {
  text-decoration: none !important;
}
.a:hover {
  text-decoration: none;
}
.modal p {
  text-decoration: none;
  color: #383838;
  font-size: 0.9375vw;
  text-align: left;
  padding-top: 0.264vw;
  width: 23.46vw;
}
.modal span {
  color: #FF0307;
  font-weight: 600;
}
.modal a img {
  width: 23.4375vw;
  height: 23.4375vw;
  float: inherit;
  margin: 2.604vw 2.604vw 0 0;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.125vw 0.5208vw;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 40.25vw;
  padding: 1.5625vw 1.5625vw 0.781vw;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 1.5625vw rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.822vw;
  color: #95979c !important;
  font-size: 1.041vw;
  font-weight: 700;
  line-height: 1.822vw;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
@media screen and (max-width: 1775px) and (min-width:20px) {
  .modal {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    padding-left: 12.864vw;
    padding-bottom: 5.156vw;
    background-image: url("../images/top/top-pc_bg.png");
    background-size: cover;
    margin-top: -2.9861vw;
  }
}
@media screen and (max-width: 1300px) and (min-width:20px) {
  .modal {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    padding-left: 12.864vw;
    padding-bottom: 5.156vw;
    background-image: url("../images/top/top-pc_bg.png");
    background-size: cover;
    margin-top: 2.0139vw;
  }
}
@media screen and (max-width:767px)and (min-width:20px) {
  .modal {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    padding-bottom: 5.156vw;
    background-image: url("../images/top/top-pc_bg.png");
    background-size: cover;
    margin-top: -23.333vw;
    padding: 1.851vw 4.4444vw 5.55vw 8.3333vw;
  }
  .a {
    text-decoration: none !important;
  }
  .a:hover {
    text-decoration: none;
  }
  .modal p {
    text-decoration: none;
    color: #383838;
    font-size: 3.33vw;
    text-align: left;
    text-decoration-line: none;
    padding-top: 0.264vw;
    width: 40.375vw;
  }
  .modal a img {
    width: 40.375vw;
    height: 40.375vw;
    float: inherit;
    margin: 2.604vw 2.604vw 0 0;
    ;
  }
  .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.125vw 0.5208vw;
    text-align: center
  }
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 73.25vw;
    padding: 1.5625vw 1.5625vw 0.781vw;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 1.5625vw rgba(0, 0, 0, .6);
    vertical-align: middle
  }
  .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
  }
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 4.822vw;
    color: #95979c !important;
    font-size: 5.041vw;
    font-weight: 700;
    line-height: 3.822vw;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }
  .br {
    display: none;
  }
}
@media screen and (max-width:539px)and (min-width:20px) {
  .modal {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    padding-bottom: 5.156vw;
    background-image: url("../images/top/top-pc_bg.png");
    background-size: cover;
    margin-top: -10.666vw;
    ;
    padding: 0 4.4444vw 0 8.3333vw;
  }
}
.section-machines {
  margin-top: 2.604vw;
  width: 100%;
  height: auto;
  margin-bottom: 4.635vw;
}
.section-machines h1 {
  font-size: 1.25vw;
  text-align: center;
  margin-bottom: 2.08vw;
}
.machines img {
  width: 25vw;
  height: auto;
  object-fit: cover;
}
table.machines {
  font-size: 1.25vw;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
  font-weight: 500;
  width: 77.083vw;
}
table.machines th {
  padding: 0.625vw;
  vertical-align: middle;
  text-align: left;
  border-bottom: #999 2px solid;
  color: #fff;
}
table.machines td {
  padding: 0.625vw;
  vertical-align: middle;
  text-align: center;
  border-bottom: #999 2px solid;
  font-size: 11px;
}
.titles {
  background-color: #910000;
}
table.machines th.r1 {
  width: 7.916vw;
  border-right: #999 2px solid;
  text-align: center;
  border-left: #999 2px solid;
  font-size: 0.989vw;
}
table.machines th.r2, table.machines td.r2 {
  width: 34vw;
  border-left: #fff 2px solid;
  border-right: #999 2px solid;
  font-size: 0.989vw;
  text-align: center;
}
table.machines th.r2, table.machines th.r3, table.machines th.r4 table.machines th.r5 {
  text-align: center;
  font-size: 0.989vw;
}
table.machines th.r3, table.machines td.r3 {
  width: 43.52vw;
  border-left: #fff 2px solid;
  border-right: #999 2px solid;
  font-size: 0.989vw;
  text-align: center;
}
table.machines th.r4, table.machines td.r4 {
  width: 20vw;
  border-left: #fff 2px solid;
  font-size: 0.989vw;
  text-align: center;
}
table.machines th.r5, table.machines td.r5 {
  width: 0;
  border-left: #fff 2px solid;
  border-left: #999 2px solid;
  border-right: #999 2px solid;
  font-size: 0.989vw;
}
@media screen and (max-width:767px)and (min-width:20px) {
  .section-machines {
    margin-top: 2.604vw;
    width: 100%;
    height: auto;
    margin-bottom: 4.635vw;
    display: block;
  }
  .section-machines h1 {
    font-size: 4.44vw;
    text-align: center;
    margin-bottom: 5.55vw;
    padding-top: 1.851vw;
    text-decoration: underline 2px #383838;
    text-underline-offset: 8px;
  }
  .machines {
    width: 80%;
  }
  .machines img {
    width: 25vw;
    height: auto;
    object-fit: cover;
  }
  table.machines {
    font-size: 3.14vw;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 2px;
    font-weight: 500;
    width: 77.083vw;
    padding: 0 4.444vw;
  }
  table.machines th {
    padding: 0.625vw;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 2px solid;
    color: #fff;
  }
  table.machines td {
    padding: 0.625vw;
    vertical-align: middle;
    text-align: center;
    border-bottom: #999 2px solid;
    font-size: 11px;
  }
  .titles {
    background-color: #910000;
  }
  table.machines th.r1 {
    width: 7.916vw;
    border-right: #999 2px solid;
    text-align: center;
    border-left: #999 2px solid;
    font-size: 2.55vw;
  }
  table.machines th.r2, table.machines td.r2 {
    width: 34vw;
    border-left: #fff 2px solid;
    border-right: #999 2px solid;
    font-size: 2.55vw;
    text-align: center;
  }
  table.machines th.r2, table.machines th.r3, table.machines th.r4 table.machines th.r5 {
    text-align: center;
    font-size: 2.55vw;
  }
  table.machines th.r3, table.machines td.r3 {
    width: 43.52vw;
    border-left: #fff 2px solid;
    border-right: #999 2px solid;
    font-size: 2.55vw;
    text-align: center;
  }
  table.machines th.r4, table.machines td.r4 {
    width: 20vw;
    border-left: #fff 2px solid;
    font-size: 2.55vw;
    text-align: center;
  }
  table.machines th.r5, table.machines td.r5 {
    width: 0;
    border-left: #fff 2px solid;
    border-left: #999 2px solid;
    border-right: #999 2px solid;
    font-size: 2.55vw;
  }
}
.sns-content {
  width: 100%;
  height: auto;
  margin: -1.19vw 0 1.61vw 0vw;
  position: relative;
  padding: 0 0 2.08vw 0;
}
.sns-content_mb {
  display: none;
}
.sns-content img {
  width: 75.5vw;
  height: 10.4vw;
}
.social-box_2 ul li a img {
  width: 1.46vw;
  height: 1.46vw;
}
.social-box_2 ul {
  width: 1.46vw;
  height: 1.46vw;
  position: absolute;
  top: 6.25vw;
  left: 20.5vw;
  display: flex;
  padding: 0 1.56vw 0 0;
}
.social-box_2 li {
  padding: 0 1.56vw 0 0;
}
@media screen and (max-width:900px)and (min-width:20px) {
  .sns-content {
    display: none;
  }
  .sns-content_mb {
    width: 100%;
    height: auto;
    padding: 0 0 6.4814vw 0vw;
    position: relative;
    display: block;
  }
  .sns-content_mb img {
    width: 89.8vw;
    height: auto;
  }
  .social-box_3 ul li a img {
    width: 4.46vw;
    height: 4.46vw;
    display: block;
  }
  .social-box_3 ul {
    width: 1.46vw;
    height: 1.46vw;
    position: absolute;
    top: 22.25vw;
    left: 44.8vw;
    display: flex;
    padding: 0 1.56vw 0 0;
  }
  .social-box_3 li {
    padding: 0 1.56vw 0 0;
  }
}