@charset "UTF-8";
.scrollMove {
  opacity: 0;
}
@media (max-width: 912px) {
  .scrollMove {
    opacity: 1;
  }
}

.fadeMotion {
  -webkit-animation-name: fadeMotion;
          animation-name: fadeMotion;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeMotion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeMotion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.fadeRight {
  transform: translateX(150px);
}
@media (max-width: 912px) {
  .fadeRight {
    transform: none;
  }
}

.fadeLeft {
  transform: translateX(-150px);
}
@media (max-width: 912px) {
  .fadeLeft {
    transform: none;
  }
}
.sp_Only {	
  display: none;
}
@media (max-width: 480px) {
  .sp_Only {
    display: block;
}
}
html {	
  overflow-x: visible;	
  overflow-y: visible;	
  }

body {
  overflow-x: visible;	
  overflow-y: visible;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  color: #333333;
  font-style: normal;
}
.large-txt {
  font-size: 24px;
  font-weight: bold;
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  body img {
    width: 100%;
    height: auto;
  }
}
body h2 {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 65px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 480px) {
  body h2 {
    font-size: 24px;
  }
}
body h2::before, body h2::after {
  content: "";
  position: absolute;
  top: 51%;
  display: inline-block;
  width: 58px;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
}
body h2::before {
  left: 0;
}
body h2::after {
  right: 0;
}
body .inner {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  body .inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .inner {
    width: 100%;
    padding: 0 5%;
  }
}
body .backgroudBeige {
  background-color: #f7f6f2;
}
body .mvWrap {
  position: relative;
}
body .mvWrap .mvWrap__mv img {
  width: 100%;
  height: 469px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  body .mvWrap .mvWrap__mv img {
  height: auto;
  }
}
body .mvWrap .mvWrap__prodImg {
  position: absolute;
  top: 363px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .mvWrap .mvWrap__prodImg {
  top: 88%;
  }
  }
body .mvWrap .mvWrap__prodImg-2 {
  position: absolute;
  top: 363px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .mvWrap .mvWrap__prodImg-2 {
  top: 90%;
  width: 77%;
  }
}
body .leadWrap {
  padding: 170px 0 120px 0;
  background-color: #f7f6f2;
}
@media (max-width: 480px) {
  body .leadWrap {
    padding: 70px 0 60px 0;
  }
}
body .leadWrap .leadWrap__textBox {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  body .leadWrap .leadWrap__textBox {
    font-size: 18px;
  }
}
body .leadWrap .leadWrap__textBox .leadWrap__text {
  margin-top: 10px;
  font-size: 30px;
}
@media (max-width: 767px) {
  body .leadWrap .leadWrap__textBox .leadWrap__text {
    text-align: center;
    font-size: 18px;
  }
}
body .leadWrap .leadWrap__textBox .leadWrap__text:first-of-type {
  margin-top: 0px;
}
body .leadWrap .leadWrap__textBox .leadWrap__textBig {
  margin-top: -5px;
  font-size: 30px;
}
@media (max-width: 480px) {
  body .leadWrap .leadWrap__textBox .leadWrap__textBig {
    text-align: center;
    font-size: 18px;
  }
}
body .leadWrap .leadWrap__textBox .leadWrap__text--large {
  color: #e84b4b;
  font-size: 66px;
}
@media (max-width: 480px) {
  body .leadWrap .leadWrap__textBox .leadWrap__text--large {
    font-size: 46px;
  }
}
body .leadWrap .leadWrap__textBox .leadWrap__text--small {
  margin: 20px 0 0 0;
  text-align: center;
}
body .leadWrap .leadWrap__textBox .leadWrap__text--red {
  color: #e84b4b;
}
body .leadWrap .leadWrap__textBox .leadWrap__text--pink {
  border-bottom: 2px solid #eb70a7;
}
body .leadWrap .leadWrap__textBox .leadWrap__text--orange {
  border-bottom: 2px solid #ff8212;
}
body .sub {
  padding: 120px 0 160px;
}
@media (max-width: 480px) {
  body .sub {
    padding: 60px 0 80px;
  }
}
body .sectionWrap {
  padding: 140px 0 160px;
}
@media (max-width: 480px) {
  body .sectionWrap {
    padding: 60px 0 80px;
  }
}
body .sectionWrap .productName img{
  height: auto;
}
body .sectionWrap .productName, body .sectionWrap .productImg {
  text-align: center;
}
body .sectionWrap dl.qaBox {
  margin-top: 60px;
  font-weight: 700;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox {
    margin-top: 20px;
  }
}
body .sectionWrap dl.qaBox .qaContainer {
  width: 730px;
}
@media (max-width: 767px) {
  body .sectionWrap dl.qaBox .qaContainer {
    width: 100%;
  }
}
body .sectionWrap dl.qaBox .qaContainer dt {
  position: relative;
  margin: 0 0 10px 15px;
  font-size: 28px;
  padding: 0;
  text-align: left;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dt {
    font-size: 17px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__txtQ {
  font-size: 40px;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__txtQ {
    font-size: 26px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__englishTxt {
  margin: 0 0 0 10px;
  font-size: 32px;
  vertical-align: -2px;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__englishTxt {
    font-size: 19px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__thickTxt {
  font-weight: 900;
  font-size: 34px;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__thickTxt {
    font-size: 17px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__largeTxt {
  font-size: 43px;
  font-weight: 900;
  vertical-align: -3px;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dt span.qaBox__largeTxt {
    font-size: 26px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dd {
  width: 730px;
  margin: 0;
  position: relative;
  padding: 55px 30px 25px 120px;
  font-size: 24px;
  border: solid 4px #eb70a7;
  border-radius: 22px;
  box-sizing: border-box;
}
body .sectionWrap dl.qaBox .qaContainer dd.dd-2 {
  width: 730px;
  margin: 0;
  position: relative;
  padding: 33px 30px 25px 120px;
  font-size: 24px;
  border: solid 4px #eb70a7;
  border-radius: 22px;
  box-sizing: border-box;
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner span.qaBox__number2nd, body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner span.qaBox__number1st {
  color: #eb70a7;
  line-height: 1.5;
  font-weight: 900;
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner span.qaBox__number2nd {
  font-size: 32px;
  color: #eb70a7;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner span.qaBox__number2nd {
    font-size: 29px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner span.qaBox__number1st, body .sectionWrap dl.qaBox .qaContainer dd.dd-2 .qaBox__inner_2 span.qaBox__number1st {
  font-size: 44px;
  color: #eb70a7;
  vertical-align: -2px;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner span.qaBox__number1st {
    font-size: 35px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner .qaBox__smallTxt {
  font-size: 18px;
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner .qaBox__biglongTxt {
  font-size: 35px;
  color: #eb70a7;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner .qaBox__biglongTxt {
    font-size: 25px;
  }
}
body .sectionWrap dl.qaBox .qaContainer-orange dd .qaBox__inner .qaBox__biglongTxt {
  font-size: 35px;
  color: #ff8212;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer-orange dd .qaBox__inner .qaBox__biglongTxt {
    font-size: 25px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner::before {
  content: "A.";
  position: absolute;
  top: 13%;
  left: 71px;
  font-size: 40px;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner::before {
    top: 7%;
    left: 16px;
    font-size: 26px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner_2::before {
  content: "A.";
  position: absolute;
  top: 13%;
  left: 71px;
  font-size: 40px;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner_2::before {
    top: 7%;
    left: 16px;
    font-size: 26px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner::after {
  content: "なぜなら";
  position: absolute;
  top: 19%;
  left: 121px;
  font-size: 18px;
  color: #eb70a7;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner::after {
    left: 46px;
    top: 9%;
    font-size: 18px;
  }
}
body .sectionWrap dl.qaBox .qaContainer-orange dd .qaBox__inner::after {
  content: "なぜなら";
  position: absolute;
  top: 19%;
  left: 121px;
  font-size: 18px;
  color: #ff8212;
}
body .sectionWrap dl.qaBox .qaContainer-orange dd {
  width: 730px;
  margin: 0;
  position: relative;
  padding: 55px 30px 25px 120px;
  font-size: 24px;
  border: solid 4px #ff8212;
  border-radius: 22px;
  box-sizing: border-box;
}
body .sectionWrap dl.qaBox .qaContainer-orange dd.dd-2 {
  width: 730px;
  margin: 0;
  position: relative;
  padding: 33px 30px 25px 120px;
  font-size: 24px;
  border: solid 4px #ff8212;
  border-radius: 22px;
  box-sizing: border-box;
}
body .sectionWrap dl.qaBox .qaContainer-orange dd .qaBox__inner span.qaBox__number2nd, body .sectionWrap dl.qaBox .qaContainer-orange dd .qaBox__inner span.qaBox__number1st {
  color: #ff8212;
  line-height: 1.5;
  font-weight: 900;
}
body .sectionWrap dl.qaBox .qaContainer-orange dd .qaBox__inner span.qaBox__number2nd {
  font-size: 32px;
  color: #ff8212;
}
.dd-orange {
  border: solid 4px #ff8212;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .qaBox__inner::after {
    left: 46px;
    top: 9%;
    font-size: 18px;
  }
}
body .sectionWrap dl.qaBox .qaContainer dd .nagativeMargin p {
  margin: -25px 0 0 0;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer dd .nagativeMargin p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body .sectionWrap dl.qaBox .qaContainer dd {
  width: 100%;
  }
  }
  @media (max-width: 688px) {
  body .sectionWrap dl.qaBox .qaContainer dd {
  padding: 45px 14px 25px 45px;
  font-size: 18px;
  }
  body .sectionWrap dl.qaBox .qaContainer dd.dd-2 {
    padding: 16px 14px 25px 45px;
    font-size: 18px;
    width: 100%;
  }
  }
body .sectionWrap dl.qaBox .qaContainer p.supplementTxt {
  text-align: right;
  font-weight: 400;
}
body .sectionWrap dl.qaBox .qaContainer:nth-of-type(n + 2) {
  margin-top: 35px;
  margin-left: auto;
}
@media (max-width: 480px) {
  body .sectionWrap dl.qaBox .qaContainer:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
body .sectionWrap .buttonContainer {
  margin: 120px auto 0;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 480px) {
  body .sectionWrap .buttonContainer {
    padding: 0 3%;
    margin-top: 40px;
  }
}
body .sectionWrap .buttonContainer .buttonContainer_txt {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 480px) {
  body .sectionWrap .buttonContainer .buttonContainer_txt {
    text-align: center;
    font-size: 16px;
  }
}
body .sectionWrap .buttonContainer a {
  display: block;
  position: relative;
  width: 750px;
  margin: 10px auto 10px;
  padding: 27px;
  background-color: #e84b4b;
  font-size: 32px;
  border-radius: 15px;
  color: #ffffff;
  transition: 0.7s;
  border: 3px solid #e84b4b;
}
@media (max-width: 767px) {
  body .sectionWrap .buttonContainer a {
    width: 100%;
    box-sizing: border-box;
    font-size: 24px;
  }
}
body .sectionWrap .buttonContainer a::after {
  position: absolute;
  content: "\f105";
  top: 54%;
  right: 10px;
  transform: translateY(-50%);
  padding-right: 5px;
  font-weight: 900;
  font-size: 32px;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
}
@media (max-width: 480px) {
  body .sectionWrap .buttonContainer a::after {
    top: 53%;
    right: 2%;
    font-size: 25px;
  }
}
body .sectionWrap .buttonContainer a:hover {
  padding: 27px;
  background-color: #ffffff;
  border: 3px solid #e84b4b;
  transition: 0.7s;
  color: #e84b4b;
}
body .sectionWrap .buttonContainer a:hover::after {
  color: #e84b4b;
}
body .sectionWrap .leadSentence {
  width: 750px;
  margin: 65px auto 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  body .sectionWrap .leadSentence {
    width: 100%;
    margin: 35px auto 0;
    font-size: 18px;
  }
}
body .sectionWrap .leadSentence p:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 480px) {
  body .sectionWrap .leadSentence p:nth-child(n+2) {
    margin-top: 30px;
  }
}
body .sectionWrap .featureBox {
  width: 730px;
  margin: 100px 0 0 0;
  padding: 20px 40px 40px 40px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  body .sectionWrap .featureBox {
    width: 100%;
    margin: 35px 0 0;
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
  }
}
body .sectionWrap .featureBox .featureBox__title {
  margin: 0;
  color: #eb70a7;
  font-size: 30px;
  border-bottom: 2px solid #eb70a7;
  text-align: center;
}
body .sectionWrap .featureBox .featureBox__title-orange {
  margin: 0;
  color: #ff8212;
  font-size: 30px;
  border-bottom: 2px solid #ff8212;
  text-align: center;
}
@media (max-width: 480px) {
  body .sectionWrap .featureBox .featureBox__title {
    font-size: 20px;
  }
}
body .sectionWrap .featureBox .featureBox__title span.featureBox__number {
  font-size: 51px;
  vertical-align: -3px;
  font-weight: 400;
}
@media (max-width: 480px) {
  body .sectionWrap .featureBox .featureBox__title span.featureBox__number {
    font-size: 30px;
  }
}
body .sectionWrap .featureBox .featureBox__subTitle {
  margin: 15px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
body .sectionWrap .movieBox {
  margin: 50px 0 0 0;
  text-align: center;
}
@media (max-width: 480px) {
  body .sectionWrap .movieBox {
    margin: 30px 0 0 0;
  }
}
body .sectionWrap .movieBox iframe.movieBox__movie {
  width: 750px;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  body .sectionWrap .movieBox iframe.movieBox__movie {
    width: 100%;
  }
}
body .sectionWrap table.productTable {
  border-collapse: collapse;
  width: 750px;
  margin: 65px auto 0;
}
@media (max-width: 767px) {
  body .sectionWrap table.productTable {
    width: 100%;
    margin: 35px auto 0;
  }
}
body .sectionWrap table.productTable th, body .sectionWrap table.productTable td {
  border: 1px solid #ddd;
}
body .sectionWrap table.productTable th {
  width: 30%;
  background-color: #f7f6f2;
  padding: 12px 20px;
  text-align: left;
}
@media (max-width: 480px) {
  body .sectionWrap table.productTable th {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
    box-sizing: border-box;
  }
}
body .sectionWrap table.productTable th:first-child {
  border-top: 1px solid #ddd;
}
body .sectionWrap table.productTable td {
  padding: 12px 20px;
}
@media (max-width: 480px) {
  body .sectionWrap table.productTable td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
    box-sizing: border-box;
  }
}
body .sectionWrap .rightPosition {
  margin-left: auto;
}
body .sectionWrap .formwrapBx {
  margin: 65px auto 0;
  text-align: center;
}
body .sectionWrap .formwrapBx iframe {
  width: 750px;
  margin: 0 auto;
}	
@media (max-width: 480px) {
body .sectionWrap .formwrapBx iframe {
width: 100%;
  }
}
body .sideBtn__wrap {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 999;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  body .sideBtn__wrap {
    width: 70%;
    background-color: #e84b4b;
    position: fixed;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 10px;
  }
}
body .sideBtn__wrap a.sideBtn {
  position: relative;
  padding: 0 0 50px;
  top: 10%;
  writing-mode: vertical-lr;
  text-orientation: upright;
  border: solid 4px #e84b4b;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 230px;
  font-weight: 700;
  box-sizing: border-box;
  color: #333333;
  transition: 0.7s;
}
@media (max-width: 767px) {
  body .sideBtn__wrap a.sideBtn {
    width: 100%;
      height: 55px;
      padding: 0 9px 0 0;
      border: none;
      font-size: 18px;
      color: #ffffff;
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      background-image: url(https://www.aizmachinery.jp/wp-content/uploads/2023/09/externalLink.png);
      background-repeat: no-repeat;
      background-size: 20px auto;
      background-position: right 15px bottom 46%;
  }
}
body .sideBtn__wrap a.sideBtn::after {
  display: block;
  content: "";
  height: 55px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e84b4b;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://www.aizmachinery.jp/wp-content/uploads/2023/09/externalLink.png);
  background-size: 24px auto;
}
@media (max-width: 767px) {
  body .sideBtn__wrap a.sideBtn::after {
    display: none;
  }
}
body .sideBtn__wrap a.sideBtn:hover {
  opacity: 0.7;
  transition: 0.7s;
}
body footer {
  padding: 140px 0;
  background: url(https://www.aizmachinery.jp/wp-content/uploads/2023/09/bg_polygon.png) no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  body footer {
    padding: 40px 0 90px;
  }
}
body footer .footer_flex {
  display: flex;
  flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 880px) {
  body footer .footer_flex {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body footer .footer_flex {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  body footer .footer_flex .logo {
    width: 60%;
    text-align: center;
  }
}
body footer .footer_flex p.adress {
  position: relative;
}
@media (max-width: 767px) {
  body footer .footer_flex p.adress {
    margin-top: 20px;
  }
}
body footer .footer_flex p.adress::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -135px;
  width: 2px;
  height: 50px;
  background-color: #333333;
}
@media (max-width: 767px) {
  body footer .footer_flex p.adress::before {
  display: none;
  }
  }
body footer p.copyright {
  text-align: center;
  margin: 60px 0 0 0;
}
@media (max-width: 480px) {
  body footer p.copyright {
    margin: 30px 0 0 0;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body a#gototop {
    position: fixed;
    right: 10px;
    bottom: 72px;
    font-size: 14px;
    z-index: 100;
    border: 2px solid;
  }
}
body a#gototop:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
/*# sourceMappingURL=v-gogo_campaign.css.map */