@charset "UTF-8";
/*---------------------------------

	0.@import / @mixin
	1.全体設定
    1.1 要素
    1.2 リンク
    1.3 マージン
    1.4 ボタン
    1.5 表組み
    1.6 画像ギャラリー
    1.7 共通パーツ
	2.ヘッダー
	3.フッター
	4.ホーム /home/
	5.下層ページ 共通
    5.1.ヒーローエリア共通
		5.2.ヒーローエリアページごと
	6.銅合金鋳物 /copper-alloy/
	7.鋳物・加工品・新資材 /cpn/
	8.サービス /dervice/
	9.会社案内 /company/
	10.お問い合わせ /contact/

---------------------------------*/
/*0.@import / @mixin

=================================*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Petit+Formal+Script);
/*1.全体設定

=================================*/
/*-------- 1.1.要素  --------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  background-color: #eaeaea;
}

/*-------- 1.2.リンク  --------*/
a {
  color: #93c024;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:visited {
  color: #93c024;
}

.btn01 {
  display: inline-block;
  background-color: #658121;
}
.btn01:hover {
  background-color: #93c024;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*-------- 1.3.マージン  --------*/
.mr0 {
  margin-right: 0;
}

.mr19 {
  margin-right: 19px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

/*-------- 1.4.ボタン  --------*/
.btn01 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
}
.btn01 a:after {
  margin-left: 20px;
  color: #fff;
  font-family: "FontAwesome";
  content: "\f0da";
}

/*-------- 1.5.表組み  --------*/
.horizTableType01 {
  width: 1000px;
}
.horizTableType01 tr th {
  width: 255px;
  color: #86962a;
  text-align: left;
  border-bottom: dotted 1px #cccccc;
}
.horizTableType01 tr td {
  width: 725px;
  padding: 20px 0;
  border-bottom: dotted 1px #cccccc;
}

.horizTableType02 {
  margin: 0 auto;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0px 1px;
}
.horizTableType02.-tdLeft tbody td {
  text-align: left;
}
.horizTableType02 th {
  padding: 15px 10px;
  color: #e4e6db;
  text-align: center;
  background-color: #86962a;
  border-right: solid 1px #dfdfd8;
  border-bottom: #dfdfd8 1px solid;
  vertical-align: middle;
}
.horizTableType02 th.subTh {
  font-size: 12px;
  font-weight: normal;
  background-color: #86962a;
}
.horizTableType02 td {
  padding: 15px 10px;
  text-align: center;
  background-color: #f5f2f2;
  border-right: solid 1px #dfdfd8;
  border-bottom: 1px solid #dfdfd8;
  vertical-align: top;
}

/*-------- 1.6.画像ギャラリー  --------*/
.c-figure__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--spacing-3xl) var(--spacing-xl);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 830px;
  margin: auto;
}

.c-figure__inner:has(.u-absolute-bs--neg-3xl) {
  gap: var(--spacing-5xl) var(--spacing-xl);
}

.c-figure-wrapper {
  position: relative;
}

.c-figure__media {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-xs);
}

.c-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--spacing-xs);
  margin: var(--spacing-0);
}

.c-caption {
  font-size: var(--semantic-font-size-caption-title);
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.c-caption--table {
  margin-bottom: var(--spacing-md);
}
.c-caption--table-disclaimer {
  font-weight: var(--font-weight-medium);
  text-align: left;
  caption-side: bottom;
}
.c-caption--figure {
  -webkit-margin-before: var(--spacing-md);
          margin-block-start: var(--spacing-md);
}

.c-figure-block:not(:last-child) {
  -webkit-margin-after: var(--spacing-5xl);
          margin-block-end: var(--spacing-5xl);
}

.c-figure-block--column-01 {
  --figure-max-inline: var(--figure-max-inline-default);
}
.c-figure-block--column-01 .c-figure__inner {
  display: grid;
  grid-template-columns: auto;
  row-gap: var(--spacing-sm);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.c-figure-block--column-01 .c-figure {
  aspect-ratio: auto;
  inline-size: min(100%, clamp(var(--figure-min-inline, 20rem), 80vw, var(--figure-max-inline, var(--figure-max-inline-default))));
}
.c-figure-block--column-01 .c-figure__media {
  aspect-ratio: auto;
}
.c-figure-block--column-01 .c-figure__media > img.c-img {
  -o-object-fit: contain;
     object-fit: contain;
  block-size: auto;
  inline-size: 100%;
}

.c-figure-block--column-02 .c-figure__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-figure-block--column-02 .c-figure picture > img.c-img {
  max-inline-size: none;
}

/*-------- 1.7.共通パーツ  --------*/
.main {
  float: none;
}

.lv2Heading {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid #c0da27;
}
.lv2Heading::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 4px;
  background-color: #d15714;
  content: "";
}
.lv2Heading.-home {
  display: block;
  margin-bottom: 27px;
  padding: 0;
  color: #751f1f;
  font-size: 24px;
  text-align: center;
  border: none;
}
.lv2Heading.-home::after {
  content: none;
}
.lv2Heading.-home span {
  margin-left: 30px;
  color: #000;
  font-family: "Petit Formal Script", cursive;
  font-size: 18px;
  font-weight: normal;
}

.lv3Heading,
.privacyContent__lv1Heading {
  margin-bottom: 18px;
  padding: 0.5em 0.75em;
  font-weight: bold;
  background-color: #d3d500;
  border-left: 6px solid #971c27;
}
.lv3Heading.-home,
.privacyContent__lv1Heading.-home {
  font-size: 18px;
  background: none;
  border: none;
}

.point__list {
  margin: 30px auto;
  list-style: none;
}

.point__item {
  margin: 0 0 1.6rem 40px;
  padding-right: 1em;
  text-indent: -1em;
}
.point__item:before {
  margin-right: 10px;
  color: #86962a;
  content: "■";
}

.closed {
  width: 796px;
  margin: 70px auto;
  padding: 30px 30px 0;
  background-color: #e6e5e3;
  border: solid 1px #e6e5e3;
  border-radius: 8px;
}

.closed__lv1Heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  background: none;
  border: none;
}

.closed__lv2Heading {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.closed__lv2Heading:before {
  margin-right: 10px;
  color: #d3d500;
  content: "■";
}

.require {
  margin-left: 10px;
  padding: 4px 6px 4px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background-color: #d15714;
  border-radius: 2px;
}

.bgWrapper {
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 320px) and (max-width: 480px) {
  .bgWrapper {
    width: 320px;
    height: 480px;
  }
}
.reg {
  font-size: 1.6rem;
  vertical-align: super;
}

.imgWrapper {
  float: none;
  margin: 0;
}

.figArea {
  margin-bottom: 24px;
}

.figArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.figArea__inner.-gap4_0 {
  gap: 0 4px;
}

.figArea__tit {
  margin: 0 0 24px;
  font-weight: bold;
  text-align: center;
}

.figArea__imgWrapper.-w247 {
  width: 247px;
}

.figArea__img {
  display: block;
  margin: 0 auto;
}

.figArea__figcaption {
  float: none;
  margin: 10px auto 20px;
  font-weight: bold;
  text-align: center;
}

.figArea__tit {
  display: block;
}

.note_list {
  margin: 18px 0;
  list-style: none;
}

.note_item {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  border-left: solid 4px #d15714;
}
.note_item:before {
  content: normal !important;
}

.credit {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

/*2.ヘッダー

=================================*/
.header {
  position: fixed;
  z-index: 200;
  float: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.header__logo {
  padding-top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.header__iconLogo {
  width: 74px;
  height: 64px;
  margin-right: 70px;
  fill: #fff;
}

.gNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.gNavi__item {
  float: left;
  text-align: center;
}

.gNavi__link {
  display: table;
  padding: 30px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gNavi__link:visited {
  color: #fff;
}
.gNavi__link:hover {
  padding: 20px 32px;
  color: #a7e119;
  text-decoration: none;
  opacity: 1;
}

/*3.フッター

=================================*/
.pageTopBtn {
  position: fixed;
  right: 40px;
  bottom: 60px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  width: 20px;
  height: 20px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #86962a;
  border-radius: 50%;
  opacity: 0.8;
}
.pageTopBtn:hover {
  background-color: #6c7d08;
}

.footer {
  float: none;
  clear: both;
  overflow: auto;
  background-color: #000;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
  background: url(../img/cmn_bg_footer.jpg) no-repeat;
}

.footerCompanyInfo {
  width: 400px;
  margin: 50px 0;
}

.footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footerIconLogo {
  width: 121px;
  height: 104px;
  margin-bottom: 20px;
  fill: #666;
}

.footerAddress {
  color: #666;
  text-align: right;
}

/*4.ホーム

=================================*/
.homeHeroArea {
  position: relative;
  height: 700px;
  background: url(../img/top_bg_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.homeHeroArea__inner {
  width: 1000px;
  margin: 0 auto;
}

.homeHeroArea__mainCopy {
  position: relative;
  top: 180px;
  margin-left: 40%;
}

.homeHeroArea__mainCopy {
  float: left;
  margin-top: 60px;
  margin-left: -33px;
}

.homeContent {
  position: relative;
}

.homePoint {
  position: relative;
  top: -120px;
  width: 796px;
  margin: 0 auto;
  overflow: auto;
}

.homePoint__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.homePoint__item {
  float: left;
  margin-right: 26px;
}
.homePoint__item:last-child {
  margin-right: 0;
}

.homeProductIntro {
  float: none;
}

.homeProductIntro__inner {
  width: 830px;
  margin: 0 auto;
}

.homeContent {
  margin-bottom: 50px;
}

.homeMadia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.homeMadia__imgWrapper {
  width: 405px;
}

.homeMadia__body {
  width: 405px;
}

.homeMadia__txt {
  margin-bottom: 27px;
}

.homeFlow {
  float: none;
  padding: 70px 0;
}

.homeFlow__inner {
  width: 1000px;
  margin: 0 auto;
}

.homeFlow_imgWrapper {
  margin-bottom: 30px;
}

.googlemap {
  width: 1000px;
  margin: 0 auto;
}

/*5.下層ページ 共通

=================================*/
/*-------- 5.1.ヒーローエリア共通  --------*/
.underPageHeader {
  height: 386px;
  margin-bottom: 40px;
}

.underPageHeader__inner {
  position: relative;
  width: 1000px;
  height: 238px;
  margin: 0 auto;
  padding: 50px;
}

.underPageHeader__tit {
  margin: 150px 0 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.underPageHeader__tit span {
  display: block;
  color: #fff;
  font-family: "Petit Formal Script", cursive;
  font-size: 18px;
  font-weight: normal;
}

/*-------- 5.2.ヒーローエリアページごと --------*/
.copper-alloy .underPageHeader {
  background: url(../img/copper-alloy_img_pagemain.jpg) no-repeat top center/contain fixed;
}

.cpn .underPageHeader {
  background: url(../img/cpm_img_pagemain.jpg) no-repeat top center/contain fixed;
}

.service .underPageHeader {
  background: url(../img/service_img_pagemain.jpg) no-repeat top center/contain fixed;
}

.company .underPageHeader {
  background: url(../img/company_img_pagemain.jpg) no-repeat top center/contain fixed;
}

.contact .underPageHeader,
.contact-comfirm .underPageHeader,
.contact-completion .underPageHeader,
.contact-error .underPageHeader {
  background: url(../img/contact_img_pagemain.jpg) no-repeat top center/contain fixed;
}

/*-------- 5.3.コンテンツエリア  --------*/
.underPageIntro {
  text-align: center;
}

.underPageIntro__copy {
  display: block;
  margin: 56px auto 32px;
  font-size: 24px;
}

.underPageIntro__bodyCopy {
  margin-bottom: 40px;
  line-height: 2.5;
}

.content {
  float: none;
  width: 1000px;
  margin: 0 auto 60px;
}
.content.-closed {
  width: auto;
  margin: 0 auto 24px;
}
.content.-privacyContent {
  width: auto;
  margin: 0 auto 24px;
}

.content__text {
  margin: 0 0 24px;
}

/*6.銅合金鋳物

=================================*/
.copper-alloy table {
  width: 1000px;
}
.copper-alloy table td {
  text-align: left;
}
.copper-alloy table td.metby {
  background-color: #f7ceae;
}

/*7.鋳物・加工・新素材

=================================*/
.figEmphasis {
  width: 850px;
  margin: 0 auto;
}

.figEmphasis__tit {
  margin: 40px 0 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.figEmphasis__subTit {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.figEmphasis__body {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #d3d500;
}

.figEmphasis__FigArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 19px;
}

.figEmphasis__figcaption {
  margin: 10px auto 0;
  font-weight: bold;
  text-align: center;
}

/*8.サービス

=================================*/
.figNetwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
}

.figNetwork__imgWrapper {
  width: 401px;
}

.figNetwork__table {
  width: 580px;
}
.figNetwork__table td {
  text-align: left;
}

.supportContent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.supportContent__tit {
  width: 216px;
  height: 178px;
  border: 1px solid #bfdc03;
}
.supportContent__tit span {
  display: block;
  margin-bottom: 30px;
  padding: 0.5em 0.75em;
  font-size: 14px;
  background-color: #d3d500;
  border-left: 6px solid #971c27;
}
.supportContent__tit.-request {
  background: url(../img/service_ico_request.jpg) #fff no-repeat 47px 70px;
}
.supportContent__tit.-repair {
  background: url(../img/service_ico_repair.jpg) #fff no-repeat 47px 70px;
}

.supportContent__body {
  width: 760px;
}

/*9.会社案内

=================================*/
.company table {
  width: 830px;
}
.company table tr td {
  text-align: left;
}

.companyGooglemap {
  margin-top: 24px;
}

/*10.お問い合わせ

=================================*/
.contact th,
.contact-error th,
.contact-comfirm th {
  padding: 20px 0;
}
.contact td input,
.contact td textarea,
.contact-error td input,
.contact-error td textarea,
.contact-comfirm td input,
.contact-comfirm td textarea {
  padding: 5px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.contactFormError {
  color: #971c27;
  border: 1px solid #971c27;
  margin-bottom: 24px;
  padding: 8px 20px;
  font-weight: bold;
  text-align: center;
  border-width: 2px;
}

.contact .contactFormError,
.contact-comfirm .contactFormError,
.contact-completion .contactFormError {
  display: none;
}

.contact-comfirm .contactNotice,
.contact-completion .contactNotice {
  display: none;
}
.contact-comfirm .submitButton,
.contact-completion .submitButton {
  margin-top: 40px;
}

.contact .privacyAgreement,
.contact-completion .privacyAgreement,
.contact-error .privacyAgreement {
  display: none;
}

.privacyAgreement {
  margin-top: 24px;
  text-align: center;
}

.contactNotice {
  margin: 40px 0;
  text-align: center;
}

.contactNotice__txt {
  margin-bottom: 24px;
}

.privacyContent {
  height: 200px;
  padding: 40px;
  overflow: auto;
  text-align: left;
  border: solid 1px #86962a;
  border-radius: 8px;
}

.privacyContent__intro {
  margin-bottom: 24px;
}

.privacyContent__list {
  margin-left: 32px;
  list-style: circle;
}

.submitButton {
  width: 600px;
  margin: 0 auto;
}

input[name=submitConfirm],
input[name=submit] {
  width: 200px;
  height: 50px;
  margin: 10px 0;
  margin-left: 145px;
  color: #fff;
  text-align: center;
  background-color: #86962a;
  border: 1px solid #86962a;
  border-radius: 3px;
}
input[name=submitConfirm]:hover,
input[name=submit]:hover {
  background-color: #c0da27;
  border: 1px solid #c0da27;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

input[name=submitBack] {
  width: auto;
  height: 50px;
  margin: 10px 0;
  margin-left: 40px;
  padding: 0 20px;
  color: #222;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[name=submitBack]:hover {
  background-color: #acacac;
  border: 1px solid #acacac;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.selectBox {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 40px;
  padding: 0 10px;
  background: #cfcedb;
  border-radius: 5px;
  cursor: pointer;
}
.selectBox::after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}

.error {
  margin-left: 20px;
  color: #ba0e11;
}

.mw_wp_form_complete {
  clear: both;
  width: 760px;
  margin: 0 auto 50px;
  overflow: hidden;
  height: 400px;
  padding: 40px 0;
}

.contactCompleteTit {
  display: block;
  margin-bottom: 48px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.contactCompleteHomeLink {
  display: inline-block;
  margin-top: 48px;
}

/*5.ロータリーカッター

=================================*/
.rotary-cutter .main {
  float: none;
}
.rotary-cutter .article {
  float: none;
  min-height: 800px;
}
.rotary-cutter figure {
  float: none;
  margin: 0;
}
.rotary-cutter figure img {
  display: block;
  margin: 0 auto;
}
.rotary-cutter aside {
  float: none;
  width: 736px;
  margin: 70px auto;
  padding: 30px 30px;
  background-color: #e6e5e3;
  border: solid 1px #e6e5e3;
  border-radius: 8px;
}
.rotary-cutter aside section {
  width: auto;
  margin-bottom: 0;
}
.rotary-cutter aside section h3 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  background: none;
  border: none;
}
.rotary-cutter aside section section {
  margin-bottom: 20px;
}
.rotary-cutter aside section section h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.rotary-cutter aside section section h4:before {
  margin-right: 10px;
  color: #d3d500;
  content: "■";
}
.rotary-cutter aside section table {
  width: auto;
}
.rotary-cutter aside section figure figcaption {
  font-weight: normal;
  text-align: left;
}
.rotary-cutter .paragraph {
  float: none;
  clear: both;
  margin: 0 auto 60px;
  overflow: auto;
}
.rotary-cutter .lv2Heading::after {
  content: none;
}
.rotary-cutter .figcaption {
  float: none;
  margin: 10px auto 20px;
  font-weight: bold;
  text-align: center;
}
.rotary-cutter th.conventional {
  background-color: #666 !important;
}

.pageHeader.-rotary-cutter {
  position: relative;
  height: 480px !important;
  margin-bottom: 40px;
  overflow: hidden;
  background: url(../img/pro_rotary-cutter_head_ph.jpg) no-repeat !important;
  background-position: top center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pageHeader.-rotary-cutter::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  display: block;
  width: 500px;
  height: 480px;
  margin: 0 auto;
  background-color: #ea6b04;
  mix-blend-mode: multiply;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  content: "";
}

.pageHeader__inner {
  width: 1000px;
  margin: 0 auto;
}

.pageHeader__tit {
  position: relative;
  z-index: 100;
  margin: 0;
  padding-top: 240px;
  color: #fff;
  font-size: 2.4rem;
  text-align: right;
}

.pageHeader__subTit {
  display: block;
  margin-top: 20px;
  font-family: "Petit Formal Script", cursive;
  font-size: 1.4rem;
  font-weight: normal;
}

.pageHeader__subTitSupple {
  font-size: 1.8rem;
  font-weight: normal;
}

.mainContent {
  width: 1000px;
  margin: 0 auto;
}

.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 70px;
}

.productIntro__imgWrapper {
  z-index: 100;
  margin-top: -120px !important;
  -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
}

.productIntro__body {
  width: 480px !important;
  font-size: 1.6rem;
  line-height: 2.1;
}

.productIntroEnclosedWrapper {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 480px;
  margin-bottom: 40px;
  overflow: hidden;
  background: url(../img/pro_rotary-cutter_enclosed_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.productIntroEnclosed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 850px !important;
  padding: 0 !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
}

.productIntroEnclosed__body {
  padding: 30px 30px 30px 0;
}

.productIntroEnclosed__tit {
  color: #b3b500;
  font-size: 1.8rem;
  font-weight: bold;
}

.lv2Heading.-product {
  color: #971c27;
  text-align: center;
  border: none !important;
}
.lv2Heading__subTit {
  display: block;
  margin-bottom: 20px;
  font-family: "Petit Formal Script", cursive;
  font-size: 1.4rem;
  font-weight: normal;
}
.lv2Heading__subTit::after {
  border: 1px solid #b3b500;
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  width: 40px;
  margin: auto;
  border-width: 0 0 2px 0;
  content: "";
}

.productMeritIntro {
  margin-bottom: 40px;
  text-align: center;
}

.productMeritPoint__list {
  counter-reset: list;
  list-style-type: none;
}

.productMeritPoint__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px 0 60px 40px;
  font-size: 1.8rem;
  line-height: 30px;
}
.productMeritPoint__item:first-child {
  margin: 20px 0 60px 40px;
}
.productMeritPoint__item::before {
  position: absolute;
  top: -14px;
  left: 18px;
  z-index: 1;
  width: 30px;
  height: 30px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  content: counter(list);
  counter-increment: list;
}
.productMeritPoint__item::after {
  background-color: #b3b500;
  position: absolute;
  top: -25px;
  left: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.productMeritPoint__img {
  width: 460px;
  height: auto;
}

.productMeritPoint__body {
  padding: 26px 40px;
  background-color: #fff;
}

.productMeritPoint__tit {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.productMeritPoint__txt {
  font-size: 1.6rem;
  line-height: 2.1;
}

.asterisk {
  font-size: 1.2rem;
}
.asterisk span {
  font-size: 1.8em;
}

.notice__list {
  list-style: none;
}

.notice__item::before {
  margin-right: 1em;
}

.lv3Heading.-product {
  position: relative;
  margin: 0;
  padding: 30px;
  font-size: 2.4rem;
  background-color: transparent !important;
  border: none;
}
.lv3Heading.-product::before {
  border: 1px solid #b3b500;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 51px;
  border-width: 0 0 0 2px;
  content: "";
}

.productMedia__txt {
  width: 370px;
  margin: 0 0 20px 0;
}

.productMedia__img {
  width: 570px;
  height: auto;
}

.productMedia__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.productMedia__tit {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.productMedia__tit.-typeA {
  margin-top: 80px;
}
.productMedia__tit.-typeB {
  margin-top: 130px;
}

.productMedia__body {
  margin-right: 30px;
  font-size: 1.6rem;
  line-height: 2.1;
}

.productSubFigureArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 900px;
  margin-bottom: 20px;
  padding: 0 50px;
}

.productSubFigureArea__img {
  width: 430px;
  height: auto;
}/*# sourceMappingURL=default.css.map */