@charset "UTF-8";
/* CSS Document */
main {
  margin-top: 180px;
  margin-left: 140px;
  position: relative;
  z-index: 1;
}
.header_top-contact {
  border-left: solid #333 1px;
}
/*ページトップ写真とリード文*/
.processing_top-pic {
  background-image: url("../images/pc/processing-top_pic.jpg");
  background-size: cover;
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 420px;
  margin-top: 90px;
  margin-left: 70px;
  position: relative;
}
.processing_top-pic h2 {
  font-size: 4.2rem;
  line-height: 4.2rem;
  letter-spacing: 3px;
  color: #fff;
  padding-top: 120px;
  font-weight: 600;
  text-align: center;
  position: fixed;
  width: 100%;
}
.processing_top-pic p {
  font-size: 2.0rem;
  line-height: 3.4rem;
  color: #fff;
  padding-top: 242px;
  text-align: center;
  position: fixed;
  width: 100%;
}
@media(max-width: 768px) {
  main {
    margin-top: 90px;
    margin-left: 0px;
    position: relative;
    z-index: 1;
  }
  /*ページトップ写真とリード文*/
  .processing_top-pic {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 200px;
    margin-top: 60px;
    margin-left: 0;
    position: relative;
  }
  .processing_top-pic h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    padding-top: 50px;
    font-weight: 600;
    text-align: center;
    position: fixed;
    width: 100%;
  }
  .processing_top-pic p {
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #fff;
    padding-top: 114px;
    text-align: center;
    position: fixed;
    width: 100%;
  }
}
/*ページ内リンクボタン*/
/*
.link-btn__list {
    margin-top: 180px;
}
*/
.link-btn__list ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
      max-width: 1000px;
    margin: 0 auto;
}
.link-btn__list ul li {
  margin: 0 0 60px;
}
a:hover {
  opacity: 1.0;
}
.link-btn__list a {
  padding: 10px 30px 10px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-decoration: none;
  color: #333;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
}
.link-btn__list a:hover {
  color: #fff;
  background-color: #336190;
  transition: 0.7s;
}
.link-btn__list img {
  padding-top: 20px;
}
@media(max-width: 768px) {
  /*ページ内リンクボタン*/
  .link-btn__list ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
  }
  .link-btn__list ul li {
    margin: 0 12px 20px;
  }
  a:hover {
    opacity: 1.0;
  }
  .link-btn__list a {
    padding: 10px 5px 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-decoration: none;
    color: #333;
    border: 1px solid #fff;
    border-radius: 0;
    background: #fff;
  }
  .link-btn__list a:hover {
    color: #fff;
    background-color: #336190;
    transition: 0.7s;
  }
  .link-btn__list img {
    padding-top: 0px;
  }
}
/*加工紹介　背景色*/
.section_processing_knitting {
  padding-top: 90px;
}
.section_processing_knitting ul {
  padding-top: 100px;
  background-color: #F8F8F8;
}
.section_processing_lock, .section_processing_group {
  padding-top: 90px;
  background-color: #F8F8F8;
}
/*加工見出し　３つ*/
.section_processing-heading1 {
  background-image: url("../images/pc/processing-heading1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  padding-top: 60px;
  /*  margin-bottom: 100px;*/
}
.section_processing-heading-T_pc {
  position: absolute;
  right: -9px;
  top: 7px;
}
.section_processing-heading-Y_pc {
  position: absolute;
  left: 7px;
  bottom: -9px;
}
.line-area_sp {
  display: none;
}
.processing-heading_text-area {
  background-color: rgba(0, 0, 0, 0.35);
  width: 440px;
  height: 120px;
  margin: 0 auto;
  border: solid 1px #fff;
  position: relative;
}
.processing-heading_text-area h3 {
  padding-top: 25px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}
.processing-heading_text-area p {
  padding-top: 15px;
  color: #fff;
  font-size: 2.0rem;
}
.section_processing-heading2 {
  background-image: url("../images/pc/processing-heading2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  padding-top: 60px;
  margin-bottom: 100px;
}
.section_processing-heading3 {
  background-image: url("../images/pc/processing-heading3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  padding-top: 60px;
  margin-bottom: 100px;
}
@media(max-width: 768px) {
  .section_processing_knitting {
    padding-top: 60px;
  }
  .section_processing_knitting ul {
    padding-top: 60px;
    background-color: #F8F8F8;
  }
  .section_processing_lock, .section_processing_group {
    padding-top: 60px;
    background-color: #F8F8F8;
  }
  /*加工見出し　３つ*/
  .section_processing-heading1 {
    background-image: url("../images/sp/processing-heading1@2x.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
    padding-top: 22px;
  }
  .line-area_pc {
    display: none;
  }
  /*
.section_processing-heading-T_pc {
  position: absolute;
  right: -9px;
  top: 7px;
}
.section_processing-heading-Y_pc {
  position: absolute;
  left: 7px;
  bottom: -9px;
}
*/
  .line-area_sp {
    display: inline-block;
  }
  .section_processing-heading-T_sp {
    position: absolute;
    right: -7px;
    top: 4px;
  }
  .section_processing-heading-Y_sp {
    position: absolute;
    left: 4px;
    bottom: -6px;
  }
  .processing-heading_text-area {
    background-color: rgba(0, 0, 0, 0.35);
    width: 240px;
    height: 80px;
    margin: 0 auto;
    border: solid 1px #fff;
    position: relative;
  }
  .processing-heading_text-area h3 {
    padding-top: 21px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .processing-heading_text-area p {
    padding-top: 9px;
    color: #fff;
    font-size: 1.0rem;
  }
  .section_processing-heading2 {
    background-image: url("../images/sp/processing-heading2@2x.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
    padding-top: 22px;
    margin-bottom: 60px;
  }
  .section_processing-heading3 {
    background-image: url("../images/sp/processing-heading3@2x.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
    padding-top: 22px;
    margin-bottom: 60px;
  }
}
/*加工リスト　３つ*/
.section_processing-1 ul {
  list-style: none;
}
.processing_order-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.processing_order-list img {
  width: 290px;
}
.section_processing li p {
  font-size: 1.8rem;
  width: 290px;
  text-align: left;
}
.section_processing li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 185px;
  margin: 0 55px 70px;
}
.processing-last {
  padding-bottom: 60px;
}
.border {
  width: 75px;
  border-top: solid 2px #336190;
  margin: 0 auto 30px;
}
.movie-btn {
  width: 200px;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
  margin: 50px auto;
}
.movie-btn a {
  text-decoration: none;
  color: #333;
  font-size: 2.2rem;
}
.movie-btn img {
  width: 38px;
  height: 38px;
  margin-right: 15px;
}
@media(max-width: 768px) {
  /*加工リスト　３つ*/
  .section_processing-1 ul {
    list-style: none;
  }
  .processing_order-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 320px;
    margin: 0 auto;
  }
  .processing_order-list img {
    width: 140px;
  }
  .section_processing li p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 140px;
    text-align: left;
  }
  .section_processing li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 105px;
    margin: 0 20px 40px;
  }
}
/*加工手順*/
.section_processing-slide {
  padding-top: 100px;
}
.section_processing-slide h4 {
  /*  margin-top: 70px;*/
  font-size: 3.0rem;
  padding-bottom: 20px;
}
.section_processing-slide_text1 h4 {
  margin-top: 110px;
  font-size: 3.0rem;
  padding-bottom: 20px;
}
.contact-tel /*==================================================
スライダーのためのcss
===================================*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 35vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
  margin: 0 auto;
}
.slider p {
  text-align: left;
  font-size: 1.8rem;
  margin: 30px auto 0;
  max-width: 500px;
}
.slider .slick-slide {
  transform: scale(0.66); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 27%;
  margin-top: -30px;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 27%;
  margin-top: -30px;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 10px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 10px; /*ドットボタンのサイズ*/
  height: 10px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #FFF; /*ドットボタンの色*/
  padding: 0;
  border: solid 1px #333;
}
.slick-dots .slick-active button {
  background: #336190; /*ドットボタンの現在地表示の色*/
}
@media(max-width: 767px) {
  /*加工手順*/
  .section_processing-slide {
    padding-top: 70px;
  }
  .section_processing-slide h4 {
    font-size: 1.9rem;
    padding-bottom: 10px;
  }
  .section_processing-slide_text1 h4 {
    margin-top: 70px;
    font-size: 1.9rem;
    padding-bottom: 10px;
  }
  /*==================================================
スライダーのためのcss
===================================*/
  .slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 96%;
    margin: 0 auto;
  }
  .slider img {
    width: 70vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    margin: 0 auto;
  }
  .slider p {
    font-size: 1.2rem;
    line-height: 2.0rem;
    margin-top: 10px;
    width: 260px;
    text-align: left;
  }
  .slider .slick-slide {
    transform: scale(0.5); /*左右の画像のサイズを80%に*/
    transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5; /*透過50%*/
  }
  .slider .slick-slide.slick-center {
    transform: scale(1); /*中央の画像のサイズだけ等倍に*/
    opacity: 1; /*透過なし*/
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev, .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666; /*矢印の色*/
    border-right: 2px solid #666; /*矢印の色*/
    height: 15px;
    width: 15px;
  }
  .slick-prev { /*戻る矢印の位置と形状*/
    left: 5%;
    margin-top: -40px;
    transform: rotate(-135deg);
    z-index: 100;
  }
  .slick-next { /*次へ矢印の位置と形状*/
    right: 5%;
    margin-top: -40px;
    transform: rotate(45deg);
  }
  /*ドットナビゲーションの設定*/
  .slick-dots {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 7px; /*ドットボタンのサイズ*/
    height: 7px; /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #FFF; /*ドットボタンの色*/
    padding: 0;
    border: solid 1px #333;
  }
  .slick-dots .slick-active button {
    background: #336190; /*ドットボタンの現在地表示の色*/
  }
  .border {
    width: 75px;
    border-top: solid 1px #336190;
    margin: 0 auto 0;
  }
   .borderbottom {
     margin-bottom: 25px;
  }
  .movie-btn {
    width: 160px;
    padding-bottom: 8px;
    border-bottom: solid 1px #333;
    margin: 20px auto 0;
  }
  .movie-btn a {
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.4rem;
    vertical-align: bottom;
  }
  .movie-btn img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    vertical-align: bottom;
  }
}
/*モーダルウインドウ*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #FFF;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  left: 23px;
  width: 5px;
  height: 36px;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #aaa;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 160px 100px 0 300px;
}
.video-open {
  z-index: 6000;
}
.modaal-close {
  position: fixed;
  right: 30px;
  top: 130px;
  color: #fff;
}
@media(max-width:768px) {
  /*モーダルウインドウ*/
  /*全て共通：hideエリアをはじめは非表示*/
  .hide-area {
    display: none;
  }
  /*全て共通：モーダルのボタンの色を変更したい場合*/
  .modaal-close:after, .modaal-close:before {
    background: #FFF;
    display: block;
    content: " ";
    position: absolute;
    top: 8px;
    left: 23px;
    width: 5px;
    height: 36px;
  }
  .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #aaa;
  }
  /*動画表示のモーダル：余白を変更したい場合*/
  .modaal-video .modaal-inner-wrapper {
    padding: 60px 20px;
  }
  .video-open {
    z-index: 6000;
  }
  .modaal-close {
    position: fixed;
    right: 30px;
    top: 90px;
    color: #fff;
  }
  .modaal-video-wrap {
    margin: auto 5px;
    position: relative;
  }
}