#product .page-title-block-2 {
  background: url(../images/mv_product.jpg) no-repeat center top;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  #product .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #product .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.tab_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  margin: 60px 0;
}

@media (max-width: 930px) {
  .tab_link {
    display: block;
    margin: 30px;
    font-size: 15px;
  }
}

.tab_link li {
  width: 316px;
  border: 2px solid #e95519;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  margin: 0 20px;
  cursor: pointer;
  background-color: #e95519;
  color: #FFF;
  -webkit-transition: color 0.2s linear , background 0.2s linear;
  transition: color 0.2s linear , background 0.2s linear;
}

.tab_link li a {
  color: #FFF;
  position: relative;
}

.tab_link li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  background: none;
  margin-top: 4px;
  border-radius: 2px;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 930px) {
  .tab_link li a::before {
    top: 10px;
    right: 15px;
  }
}

.tab_link li a:hover::before {
  border-color: #e95519 #e95519 transparent transparent;
}

@media (max-width: 930px) {
  .tab_link li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0;
    line-height: 40px;
  }
}

.tab_link li:hover,
.tab_link li.on {
  background-color: #FFF;
  color: #e65519;
}

.tab_link li:hover a,
.tab_link li.on a {
  color: #e65519;
}

.tab_link li:hover a::before,
.tab_link li.on a::before {
  border-color: #e95519 #e95519 transparent transparent;
}

.all-wrap-01 {
  margin: 0 50px;
}

@media (max-width: 930px) {
  .all-wrap-01 {
    margin: 50px auto 50px;
    width: 95%;
  }
}

.sec-01 {
  width: 1100px;
  margin: 30px auto;
}

@media (max-width: 930px) {
  .sec-01 {
    width: 100%;
  }
}

.sec-01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 930px) {
  .sec-01 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-01 .wrap .left {
  width: 530px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

@media (max-width: 930px) {
  .sec-01 .wrap .left {
    width: 95%;
    position: static;
    margin: 15px auto;
  }
}

.sec-01 .wrap .left .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-01 .wrap .left .title-02:after {
  margin: 0;
}

.sec-01 .wrap .left p {
  line-height: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-01 .wrap .left p {
    font-size: 1.3rem;
  }
}

.sec-01 .wrap .right img {
  width: 100%;
}

.sec-01 .gravure_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0 180px 0;
}

@media (max-width: 930px) {
  .sec-01 .gravure_about {
    margin: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-01 .gravure_about li {
  width: 21.274%;
  padding: 310px 0 0 0;
  position: relative;
  margin-right: 2.4%;
  font-size: 15px;
}

@media (max-width: 930px) {
  .sec-01 .gravure_about li {
    width: 45%;
    margin: 20px 2.4%;
    padding: 45% 0 0 0;
  }
}

.sec-01 .gravure_about li figure {
  position: absolute;
  left: 0;
  top: 0;
}

.sec-01 .gravure_about li figure img {
  max-width: inherit;
}

@media (max-width: 930px) {
  .sec-01 .gravure_about li figure img {
    max-width: 100%;
  }
}

.sec-01 .gravure_about li figure .gravure_about_cap {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1.6;
  font-size: 20px;
}

@media (max-width: 930px) {
  .sec-01 .gravure_about li figure .gravure_about_cap {
    left: 10px;
    bottom: 10px;
  }
}

@media (max-width: 930px) {
  .sec-01 .gravure_about li figure .gravure_about_cap .back-orange {
    font-size: 14px;
    line-height: 1.3;
  }
}

.sec-01 .gravure_about li:nth-child(1) .gravure_about_cap {
  left: 0;
}

.gravure-lineup-main {
  margin: 0 0 130px 0;
  position: relative;
}

@media (max-width: 930px) {
  .gravure-lineup-main {
    margin: 0 0 50px 0;
  }
}

.gravure-lineup-main img {
  width: 100%;
}

.gravure-lineup-main .gravure-lineup-title {
  width: 1100px;
  background: #FFF;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 30px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 930px) {
  .gravure-lineup-main .gravure-lineup-title {
    width: auto;
    padding: 20px 0;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.product-lineup01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0 0;
}

@media (max-width: 930px) {
  .product-lineup01 {
    display: none;
  }
}

.product-lineup01 li {
  width: calc(50% - 2px);
}

.product-lineup01 li figure img {
  width: 100%;
}

.product-lineup02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  .product-lineup02 {
    display: block;
    width: 95%;
  }
}

.product-lineup02 li {
  width: calc(50% - 19px);
  position: relative;
  padding-bottom: 200px;
  margin: 60px 0 0 0;
}

.product-lineup02 li.low-block {
  padding-bottom: 130px;
}

@media (max-width: 930px) {
  .product-lineup02 li {
    width: 100%;
    padding-bottom: 190px;
  }
  .product-lineup02 li.low-block {
    padding-bottom: 100px;
  }
  .product-lineup02 li.low-block-two {
    padding-bottom: 100px;
  }
}

.product-lineup02 li h3 {
  font-size: 24px;
  color: #e65519;
  margin: 20px 0;
  font-weight: 500;
}

@media (max-width: 930px) {
  .product-lineup02 li h3 {
    font-size: 18px;
  }
}

.product-lineup02 li h4 {
  font-size: 24px;
  margin: 30px 0 20px 0;
  font-weight: 500;
}

@media (max-width: 930px) {
  .product-lineup02 li h4 {
    font-size: 18px;
    margin: 30px auto 20px auto;
    width: 95%;
  }
}

.product-lineup02 li h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

@media (max-width: 930px) {
  .product-lineup02 li h5 {
    font-size: 15px;
    margin: 0 auto 10px auto;
    width: 95%;
  }
}

.product-lineup02 li h5.mt25 {
  margin-top: 25px;
}

.product-lineup02 li p {
  font-size: 16px;
}

@media (max-width: 930px) {
  .product-lineup02 li p {
    font-size: 14px;
    margin: 0 auto;
    width: 95%;
  }
}

.product-lineup02 li p.paperfilm_txt01 {
  margin: 10px 0 0 10px;
}

.product-lineup02 li .product-lineup-btn {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 930px) {
  .product-lineup02 li .product-lineup-btn {
    width: auto;
    margin: 0;
  }
}

.product-lineup02 li .product-lineup-btn a {
  color: #000;
  text-decoration: underline;
  padding-right: 20px;
}

.product-lineup02 li .product-lineup-btn a::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #e95519 #e95519 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}

.product-lineup02 li .product-lineup-btn a:hover {
  text-decoration: none;
}

.product-lineup02 li .product-lineup-btn a:hover::after {
  right: -5px;
}

.product-lineup02 li .spec {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.product-lineup02 li .spec-txt {
  background-color: #bce1df;
  text-align: center;
  font-size: 16px;
  padding: 5px;
}

@media (max-width: 930px) {
  .product-lineup02 li .spec-txt {
    font-size: 14px;
  }
}

.product-lineup02 li .spec-txt2 {
  background-color: #ededed;
  font-size: 16px;
  padding: 5px 20px;
}

@media (max-width: 930px) {
  .product-lineup02 li .spec-txt2 {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.product-lineup02 li .spec-txt3 {
  font-size: 14px;
  padding: 7px 20px;
}

@media (max-width: 930px) {
  .product-lineup02 li .spec-txt3 {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.product-lineup02 li table {
  font-size: 16px;
  width: 100%;
  line-height: 1.8;
}

@media (max-width: 930px) {
  .product-lineup02 li table {
    font-size: 14px;
    margin: 0 auto;
    width: 95%;
  }
}

.product-lineup02 li table th {
  background-color: #bce1df;
  text-align: center;
  font-weight: normal;
  padding: 5px 20px;
  width: 40%;
  border-right: 2px solid #FFF;
  border-bottom: 4px solid #FFF;
}

@media (max-width: 930px) {
  .product-lineup02 li table th {
    width: auto;
    white-space: nowrap;
    padding: 5px 10px;
  }
}

.product-lineup02 li table td {
  background-color: #ededed;
  padding: 5px 20px;
  border-bottom: 4px solid #FFF;
}

@media (max-width: 930px) {
  .product-lineup02 li table td {
    padding: 5px 10px;
  }
}

.product-lineup02 li .paperfilm_table {
  margin: 15px 0 0 0;
}

.product-lineup02 li .paperfilm_table th {
  padding: 5px;
  width: auto;
  border-bottom: 2px solid #FFF;
}

.product-lineup02 li .paperfilm_table td {
  padding: 5px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  text-align: center;
}

.product-lineup02 li .mb30 {
  margin-bottom: 28px;
}

@media (max-width: 930px) {
  .product-lineup02 li .mb30 {
    margin-bottom: 0;
  }
}

.product-lineup02 li .mb40 {
  margin-bottom: 42px;
}

@media (max-width: 930px) {
  .product-lineup02 li .mb40 {
    margin-bottom: 0;
  }
}

.product-lineup02 li .slide-item {
  width: 531px;
}

.product-lineup02 li .swiper-pagination {
  text-align: right;
  padding: 0 15px 10px 0;
}

.product-lineup02 li .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: none;
  border: 1px solid #000;
  opacity: 1;
}

.product-lineup02 li .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #e65519;
  border: 1px solid #e65519;
}

.product-lineup02 .pb00 {
  padding-bottom: 0;
}

.product-lineup02 .pb140 {
  padding-bottom: 140px;
}

.product-lineup02 .mt00 {
  margin-top: 0;
}

.product-lineup02 .paperfilm-img01 {
  margin-top: 60px;
}

@media (max-width: 930px) {
  .product-lineup02 .paperfilm-img01 {
    margin: 30px 0 50px 0;
  }
}

.show-ph-on:before {
  z-index: 100;
}

.product-lineup02.mt00 li {
  padding-bottom: 50px;
  margin: 0 0 60px 0;
}

.sec-03 {
  background: url("../images/gravure13.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 40px;
  margin-bottom: 190px;
}

@media (max-width: 930px) {
  .sec-03 {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}

.sec-03 .parallax {
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
}

.sec-03 .parallax .parallax_txt {
  position: absolute;
  right: 0;
  top: -50px;
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  background-color: #000;
  border: 1px solid #ffffff;
  padding: 20px 10px;
}

@media (max-width: 930px) {
  .sec-03 .parallax .parallax_txt {
    position: static;
    font-size: 16px;
    padding: 10px 5px;
    margin-top: 20px;
  }
}

.sec-03 .parallax figure {
  margin-left: 20px;
}

.sec-03 .title-02 {
  color: #FFF;
  margin-bottom: 70px;
}

.sec-03 .title-02.bb:after {
  background-color: #FFF;
}

@media (max-width: 930px) {
  .sec-03 .title-02 {
    font-size: 2rem;
    margin: 0 0 40px 0;
  }
}

.sec-04 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-04 {
    width: 100%;
    margin: 50px 0;
  }
}

.sec-04 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  .sec-04 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-04 .wrap .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  margin-left: 45px;
}

@media (max-width: 930px) {
  .sec-04 .wrap .right {
    width: 92%;
    position: static;
    margin: 15px auto;
  }
}

.sec-04 .wrap .right h3 {
  color: #e65519;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  font-weight: 500;
}

.sec-04 .wrap .right h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 25px 0 15px 0;
  font-weight: 500;
}

.sec-04 .wrap .right p {
  line-height: 2;
  max-width: 530px;
}

@media (max-width: 930px) {
  .sec-04 .wrap .right p {
    font-size: 1.3rem;
    max-width: inherit;
  }
}

.sec-04 .wrap .left {
  width: 50%;
}

@media (max-width: 930px) {
  .sec-04 .wrap .left {
    width: auto;
  }
}

.sec-04 .wrap .left img {
  width: 100%;
}

.sec-05 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-05 {
    width: 100%;
    margin: 50px 0;
  }
}

.sec-05 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 930px) {
  .sec-05 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-05 .wrap .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  margin-right: 45px;
}

@media (max-width: 930px) {
  .sec-05 .wrap .left {
    width: 92%;
    position: static;
    margin: 15px auto;
  }
}

.sec-05 .wrap .left h3 {
  color: #e65519;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  font-weight: 500;
}

.sec-05 .wrap .left h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 25px 0 15px 0;
  font-weight: 500;
}

.sec-05 .wrap .left p {
  line-height: 2;
  max-width: 530px;
}

@media (max-width: 930px) {
  .sec-05 .wrap .left p {
    font-size: 1.3rem;
    max-width: inherit;
  }
}

.sec-05 .wrap .right {
  width: 50%;
}

@media (max-width: 930px) {
  .sec-05 .wrap .right {
    width: auto;
  }
}

.sec-05 .wrap .right img {
  width: 100%;
}

.toggle-btn {
  width: 316px;
  border: 2px solid #e95519;
  text-align: center;
  border-radius: 3px;
  margin: 30px auto 0 auto;
  background-color: #e95519;
  color: #FFF;
  -webkit-transition: color 0.2s linear , background 0.2s linear;
  transition: color 0.2s linear , background 0.2s linear;
}

.toggle-btn a {
  color: #FFF;
  position: relative;
  display: block;
  line-height: 50px;
}

.toggle-btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  background: none;
  margin-top: 4px;
  border-radius: 2px;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 930px) {
  .toggle-btn a::before {
    top: 10px;
    right: 15px;
  }
}

.toggle-btn a:hover::before {
  border-color: #e95519 #e95519 transparent transparent;
}

@media (max-width: 930px) {
  .toggle-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0;
    line-height: 40px;
  }
}

.toggle-btn:hover,
.toggle-btn.on {
  background-color: #FFF;
  color: #e65519;
}

.toggle-btn:hover a,
.toggle-btn.on a {
  color: #e65519;
}

.toggle-btn:hover a::before,
.toggle-btn.on a::before {
  border-color: #e95519 #e95519 transparent transparent;
}

.toggle-btn.on a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
}

.toggle-area {
  max-width: 1100px;
  margin: 0 auto;
  max-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

@media (max-width: 930px) {
  .toggle-area {
    margin: 0 4%;
  }
}

.toggle-area .toggle-area01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  .toggle-area .toggle-area01 {
    display: block;
  }
}

.toggle-area .toggle-area01 p {
  font-size: 16px;
  max-width: 460px;
  line-height: 2;
}

@media (max-width: 930px) {
  .toggle-area .toggle-area01 p {
    font-size: 14px;
    max-width: inherit;
    margin: 20px 0 0 0;
  }
}

.toggle-area .toggle-area02 {
  text-align: center;
}

@media (max-width: 930px) {
  .toggle-area .toggle-area02 {
    margin-top: 20px;
  }
}

.toggle-area .toggle-area03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: 20px auto 0 auto;
}

.toggle-area .toggle-area03 p {
  font-size: 16px;
  max-width: 460px;
  line-height: 2;
}

@media (max-width: 930px) {
  .toggle-area .toggle-area03 p {
    font-size: 12px;
    max-width: 45%;
  }
}

.toggle-area .toggle-area04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #000000;
  padding: 35px;
  margin: 30px 0 0 0;
}

@media (max-width: 930px) {
  .toggle-area .toggle-area04 {
    padding: 10px;
    display: block;
  }
}

.toggle-area .toggle-area04 p {
  font-size: 16px;
  max-width: 460px;
  line-height: 2;
}

@media (max-width: 930px) {
  .toggle-area .toggle-area04 p {
    font-size: 14px;
    max-width: inherit;
    margin: 15px 0 0 0;
  }
}

.toggle-area.on {
  max-height: 1000px;
  padding: 80px 0 0 0;
}

@media (max-width: 930px) {
  .toggle-area.on {
    padding: 30px 0 0 0;
  }
}

.catalog {
  width: 1100px;
  margin: 140px auto 110px auto;
  position: relative;
}

@media (max-width: 930px) {
  .catalog {
    width: auto;
    margin: 50px 20px;
  }
}

.catalog::after {
  content: "";
  background: url("../images/catalog.svg") no-repeat 0 0;
  width: 305px;
  height: 231px;
  position: absolute;
  left: 0;
  top: -26px;
}

@media (max-width: 930px) {
  .catalog::after {
    top: -10px;
  }
}

.catalog .catalog_bg {
  background-color: #f3f3f3;
  max-width: 1030px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  .catalog .catalog_bg {
    display: block;
    padding: 10px 10px 15px 10px;
  }
}

.catalog .catalog_bg .catalog_title {
  position: relative;
  padding-top: 40px;
  margin-left: 40px;
  z-index: 1;
}

@media (max-width: 930px) {
  .catalog .catalog_bg .catalog_title {
    padding-top: 5px;
    margin-left: 15px;
  }
}

.catalog .catalog_bg .catalog_title .back-white {
  font-size: 28px;
}

@media (max-width: 930px) {
  .catalog .catalog_bg .catalog_title .back-white {
    font-size: 18px;
  }
}

.catalog .catalog_bg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -30px;
}

@media (max-width: 930px) {
  .catalog .catalog_bg ul {
    top: 0;
    z-index: 1;
    margin: 20px 0 0 0;
  }
}

.catalog .catalog_bg ul li {
  margin-left: 50px;
  text-align: center;
}

@media (max-width: 930px) {
  .catalog .catalog_bg ul li {
    margin: 0 10px;
    font-size: 10px;
  }
}

.catalog .catalog_bg ul li a {
  display: block;
  color: #000;
  text-decoration: underline;
}

.catalog .catalog_bg ul li a:hover {
  color: #e95519;
  text-decoration: none;
}

.catalog .catalog_bg ul li figure img {
  margin-bottom: 10px;
}

section.contact {
  margin-top: 95px;
}

@media (max-width: 930px) {
  section.contact {
    margin-top: 35px;
  }
}

.virtual {
  margin-top: 100px;
}

@media (max-width: 930px) {
  .virtual {
    margin-top: 35px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.modal-bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.modal-content-area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}

.modal-content {
  max-width: 1180px;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 930px) {
  .modal-content {
    font-size: 18px;
    margin: 20px;
  }
}

.modal-item {
  background: #FFF;
  padding: 40px;
}

@media (max-width: 930px) {
  .modal-item {
    padding: 20px;
  }
}

.modal-item h3 {
  font-size: 24px;
  color: #e65519;
  margin: 0 0 40px 0;
  font-weight: 500;
}

@media (max-width: 930px) {
  .modal-item h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}

.modal-item h4 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 930px) {
  .modal-item h4 {
    font-size: 18px;
  }
}

.modal-item p {
  font-size: 16px;
}

@media (max-width: 930px) {
  .modal-item p {
    font-size: 14px;
  }
}

.modal-item .modal-item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  .modal-item .modal-item02 {
    display: block;
  }
}

.modal-item .modal-item02 th {
  text-align: center;
}

.modal-item .modal-txt {
  margin: 30px 0 40px 40px;
}

@media (max-width: 930px) {
  .modal-item .modal-txt {
    margin: 0 0 20px 0;
  }
}

.modal-item .modal-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 930px) {
  .modal-item .modal-img {
    display: block;
  }
}

.modal-item .modal-img figure {
  width: 50%;
  margin: 0 0 20px 0;
}

@media (max-width: 930px) {
  .modal-item .modal-img figure {
    width: auto;
    margin: 20px 0;
  }
}

.modal-item table {
  width: 100%;
  margin: 30px 0;
}

.modal-item table th {
  color: #FFF;
  text-align: left;
  background-color: #e17c59;
  font-weight: 400;
  padding: 10px 20px;
  border-bottom: 2px solid #FFF;
  border-right: 4px solid #FFF;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 930px) {
  .modal-item table th {
    display: block;
    font-size: 14px;
  }
}

.modal-item table td {
  color: #000000;
  background-color: #eeeeee;
  padding: 10px 20px;
  border-right: 4px solid #FFF;
  border-bottom: 2px solid #FFF;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 930px) {
  .modal-item table td {
    display: block;
    font-size: 13px;
  }
}

.modal-item .modal-series01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 930px) {
  .modal-item .modal-series01 {
    display: block;
  }
}

.modal-item .modal-series01 div {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 930px) {
  .modal-item .modal-series01 div {
    width: auto;
  }
}

.modal-item .modal-series01 div h4 {
  margin-top: 0;
}

.modal-item .modal-series01 div .line2 {
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  .modal-item .modal-series01 div .line2 {
    min-height: inherit;
    display: block;
  }
}

.modal-item .modal-series01 .modal-series02 {
  border-right: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  padding: 0 30px 30px 0;
}

@media (max-width: 930px) {
  .modal-item .modal-series01 .modal-series02 {
    padding: 0 0 20px 0;
    border-right: none;
  }
}

.modal-item .modal-series01 .modal-series03 {
  border-bottom: 1px dashed #666666;
  padding: 0 0 30px 30px;
}

@media (max-width: 930px) {
  .modal-item .modal-series01 .modal-series03 {
    padding: 20px 0;
  }
}

.modal-item .modal-series01 .modal-series04 {
  border-right: 1px dashed #666666;
  padding: 30px 30px 30px 0;
}

@media (max-width: 930px) {
  .modal-item .modal-series01 .modal-series04 {
    padding: 20px 0;
    border-bottom: 1px dashed #666666;
    border-right: none;
  }
}

.modal-item .modal-series01 .modal-series05 {
  padding: 30px 0 30px 30px;
}

@media (max-width: 930px) {
  .modal-item .modal-series01 .modal-series05 {
    padding: 20px 0 0 0;
  }
}

.modal-close-btn {
  text-align: center;
  margin: 40px 0 0 0;
  padding-bottom: 80px;
}

@media (max-width: 930px) {
  .modal-close-btn img {
    width: 40px;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#bind .page-title-block-2 {
  background: url(../images/mv_bind.jpg) no-repeat center top;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  #bind .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #bind .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#offset .page-title-block-2 {
  background: url(../images/mv_offset.jpg) no-repeat center top;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  #offset .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #offset .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.bg_3d {
  background: url("../images/3d_bg.jpg") no-repeat;
  background-size: cover;
  padding: 85px 0;
  margin: 120px 0;
}

@media (max-width: 930px) {
  .bg_3d {
    padding: 30px 0;
    margin: 50px 0;
  }
}

.bg_3d_02 {
  max-width: 1216px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.94);
  padding-bottom: 75px;
}

@media (max-width: 930px) {
  .bg_3d_02 {
    max-width: inherit;
    margin: 0 4%;
    padding: 5px 2% 30px 2%;
  }
}

.bg_3d_02 .btn_3d {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: right;
  margin: 15px 0 0 0;
}

@media (max-width: 930px) {
  .bg_3d_02 .btn_3d {
    font-size: 14px;
  }
}

.bg_3d_02 .btn_3d a {
  color: #e95519;
  text-decoration: underline;
  padding-right: 25px;
  display: inline-block;
}

.bg_3d_02 .btn_3d a::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #e95519 #e95519 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}

.bg_3d_02 .btn_3d a:hover {
  text-decoration: none;
}

.bg_3d_02 .btn_3d a:hover::after {
  right: -5px;
}

.bg_3d_02 li {
  padding-bottom: 130px;
}

@media (max-width: 930px) {
  .bg_3d_02 li:nth-child(1) {
    margin-top: 0;
  }
}

#electro .page-title-block-2 {
  background: url(../images/mv_electro.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #electro .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #electro .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#unique .page-title-block-2 {
  background: url(../images/mv_unique.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #unique .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #unique .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#paperfilm .page-title-block-2 {
  background: url(../images/mv_paperfilm.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #paperfilm .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #paperfilm .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.scroll-area {
  height: 540px;
  max-width: 1100px;
  margin: 70px auto 0 auto;
  overflow: hidden;
}

.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  width: 12px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCSB_scrollTools .mCSB_draggerContainer::after {
  background: #c8c8c8;
  position: absolute;
  left: 5px;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #e65519;
  width: 12px;
  border-radius: 0;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
/*# sourceMappingURL=style.css.map */