html, body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.wrapper {
			border: 0;
}

h1 img{
  width: 92%;
  height: auto;
}

h2{
  margin-bottom: 30px;
}

h3{
font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HG明朝E","Sawarabi Mincho","メイリオ",Meiryo,serif;
background: url(../image/h3.png) no-repeat;
font-size: 20px;
padding-left: 20px;
margin: 0;
height: 40px;
letter-spacing: 3px;
text-align: left;
}

.for_sp{
  display: none;
}

p.small{
  font-size: 60%;
  line-height: 2.0em;
}

.box{
  width: 100%;
  max-width: 1020px;
  line-height: 2.2em;
}

.row{
  width: 100%;
}

.cell{
  display: inline-block;
  vertical-align: top;
}

.text{
  letter-spacing: 0;
}

.text p{
  padding-left: 2em;
  margin-top: 0;
}

.intro{
  background-color: #e5e3d7;
}
@media screen and (min-width: 768px) {
  .intro{
    padding-top: 73px;
  }
}

.history, .tanning{
  background-color: #fff;
}

.animal-skins, .finishing{
  background-color: #f8f8f8;
}

.intro .box{
  position: relative;
  line-height: 2.0em;
}

.intro h1{
  text-align: right;
  position: absolute;
  top: 140px;
  right: 200px;
}

.intro .text{
  width: 360px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 0;
}

.history .left_box, .history .right_box{
  display: inline-block;
}

.history .left_box{
  width: 480px;
  margin-right: 30px;
}

.history .left_box .text{
  width: 410px;
}

.history .right_box{
  width: 500px;
}

.history .right_box .text{
  width: 430px;
}

.history h2{
  padding-left: 20px;
}

.history .text{
  margin-bottom: 20px;
}

.history h3.text{
  margin-bottom: 0;
}

.history .right_box h3.text{
  margin-top: 40px;
}


.animal-skins .box{
  position: relative;
}

.animal-skins h2{
  position: absolute;
  top: 0;
  right: 20px;
}

.animal-skins .cell{
  width: 30%;
}

.animal-skins h3{
  background:none;
  font-size: 30px;
  padding-left: 0;
}

.animal-skins img{
  margin-left: 30px;
}

.animal-skins .text{
  margin:20px 0 0 80px;
}

.cow .text{
  margin-top: 40px;
}

.cow p.small{
  padding-left: 0;
}

.animal-skins .horse{
  margin: 60px 45px 0;
}

.horse .text{
  padding-right: 20px;
}

.animal-skins .pig{
  margin-top: 160px;
}

.pig .text{
  margin-left: 60px;
  padding-right: 44px;
}

.tanning .box{
  position: relative;
}

.tanning h2{
  position: absolute;
  top:0;
  left:0;
}

.tanning .image{
  text-align: center;
  padding-top: 30px;
}

.tanning .left_box{
  width: 250px;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.tanning .left_box p.small, .finishing p.small{
  padding-left: 3em;
}

.tanning .right_box{
  width: 290px;
  position: absolute;
  top: 0;
  right: 0;
}

.tanning .right_box p.fir{
  text-align: right;
}

.tanning .right_box .fir_right{
  display: block;
  text-align: left;
  padding-left: 80px;
}

.tanning .right_box p.sec{
  padding-left: 80px;
  display: none;
}

.finishing__inner {
  padding-top: 160px;
}

.finishing .box{
  position: relative;
  margin: 0 auto;
}

.finishing h2{
  text-align: right;
  margin-right: 20px;
}

.finishing .bridle{
  width: 380px;
  margin-top: -60px;
}

.finishing .embos{
  width: 400px;
  position: absolute;
  top: 320px;
  left: 0;
}

.finishing .patent{
  width: 320px;
  position: absolute;
  top: 132px;
    right: -27px;
}

.finishing .image{
  margin: -100px 0 0 60px;
  text-align: center;
}

.patent p.sec{
  padding-left: 80px;
}

.finishing .footer {
  padding-top: 30px;
  background: #fff;
  z-index: 9;
  display: block;
}

.section {
  overflow: hidden;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .section--finihing {
    min-height: 1030px;
  } 
  .finishing .footer {
    margin-top: 81px;
  }
}

.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .section__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .section__inner {
    height: 100vh;
  }
}

.section .box h1{
  opacity: 0;
  transition: 1s;
  transition-delay: 0s;
}

.section .box h2{
  opacity: 0;
  transition: 1s;
  transition-delay: .6s;
}

.section .box .image{
  opacity: 0;
  transition: 1s;
  transition-delay: 1.2s;
}

.section .box .text{
  opacity: 0;
  transition: 1s;
  transition-delay: 2.4s;
}

.section .box footer{
  opacity: 1;
}

.section .box.fadeIn h1, .section .box.fadeIn h2, .section .box.fadeIn .image, .section .box.fadeIn .text {
  opacity: 1;
}

.swiper-pagination{
  position: fixed;
}

.swiper-pagination-bullet{
  border:2px solid #93954a;
  background: transparent;
}

.swiper-pagination-bullet-active{
  background: #93954a;
}

.swiper-button-next{
  background-image: url(../image/arrow.png);
  background-size: 40px 15px;
  width: auto;
  left:0;
  margin: 0 auto;
  bottom:10px;
  top: initial;
}

.swiper-button-next.swiper-button-disabled{
  opacity: 0;
}


@media screen and (min-width: 769px) and (max-width: 1023px) {
  .intro .box{
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 1023px) {
  .br_pc{
    display: none;
  }

  .intro h1{
    width: 55%;
    top: 120px;
    right: 100px;
  }

  .intro .image{
    width: 35%;
  }

  .intro .text{
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.9;
  }

  .history .left_box{
    width: 40%;
  }

  .history .right_box{
    width: 45%;
    float: right;
    padding-right: 20px;
  }

  .history .left_box .text, .history .right_box .text{
    width: 100%;
  }

  .animal-skins .horse{
    margin:100px 30px 0;
  }

  .animal-skins .text{
    margin-left: 20%;
  }

  .pig .text{
    padding-right: 10px;
  }

  .tanning h3{
    line-height: 1.4;
  }

  .tanning h3 span{
    font-size: 80%;
  }

  .tanning .image{
    padding: 0 200px;
  }

  .tanning .image img{
    /*width: 50%;
    max-width: 589px;*/
    padding-top: 70px;
  }

  .tanning .text{
    line-height: 1.9;
  }

  .tanning .right_box p{
    padding-left: 2em;
  }

  .tanning .right_box p.sec{
    padding-left: 8em;
  }

  .tanning .left_box{
    bottom: -70px;
    letter-spacing: 0;
  }
  .finishing .text{
    line-height: 2.0;
  }

  .finishing .image{
    padding: 200px 220px 0;
  }

  .finishing .embos{
   bottom: 200px;
  }

  .finishing .patent{
    bottom: 360px;
  }

  .patent p.fir{
    padding-left: 3.5em;
    letter-spacing: 0;
  }

  .patent p.sec{
    padding-left: 100px;
  }

  .footer{
    padding-top: 30px;
  }

}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .finishing__inner .box {
    padding: 0 20px;
  }
  .finishing .text.embos {
    left: 20px;
  }
  .finishing .patent {
    right: 30px;
  }
  .finishing .image img {
    position: relative;
    top: -100px;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .tb{
    display: none;
  }

  .for_sp{
    display: block;
  }

  .box{
    font-size: 13px;

  }

  h3{
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    padding-left: 12px;
    background-size: 110px auto;
  }

  .intro .box {
    padding: 64px 0;
  }
  .intro .image{
    width: 45%;
    margin: 0 20px 0 auto;
  }

  .intro h1{
    position: static;
    width: 90%;
    margin: -20px auto 20px 0;
  }

  .intro .text{
    position: static;
    margin:0 auto;
    line-height: 2.2;
    font-size: 12px;
  }

  .history{
    margin-top: 0;
    padding: 40px 0;
  }

  .history h2{
    width: 76%;
    margin-bottom: 10px;
  }

  .history h3.text{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .history .left_box, .history .right_box{
    display: block;
    width: auto;
    margin:0 20px;
    float: none;
  }

  .history .text{
    line-height: 1.7;
  }

  .history .left_box{
    padding-left: 0;
    margin-bottom: 50px;
  }

  .history .right_box{
    padding-right: 0;
    padding-top: 20px;
    position: relative;
  }

  .history .left_box .text{
    margin-left: 1em;
  }

  .history .left_box span{
    display: block;
    width: 35%;
  }

  .history .right_box .right{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    margin-top: 80px;
  }

  .history .right_box h3.text{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }

  .history .left_box .image{
    width: 65%;
    float: right;
    margin-top: -130px;
  }

 .history .right_box .image{
    width: 50%;
    display: inline-block;
  }

  .animal-skins .box{
    font-size: 12px;
    padding: 47px 0;
  }

 .animal-skins h2{
    position: static;
    width: 60%;
    margin:0 20px 10px auto;
  }

  .animal-skins h3{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0
  }

  .animal-skins .cell{
    display: inline-block;
    width: auto;
    margin:0;
    padding: 20px;
  }

  .animal-skins .image{
    width: 40%;
  }

  .animal-skins img{
    margin:0;
  }

  .animal-skins .text{
    display: block;
    width: 50%;
  }

  .animal-skins .text{
    line-height: 1.7;
    letter-spacing: 0;
  }

  .cow .text, .pig .text{
    margin:0 0 0 auto;
  }

  .horse .text{
    margin:1em auto 0 0;
  }

  .animal-skins .pig{
    margin-top: 0;
  }

  .horse .text, .pig .text{
    padding-right: 0;
  }

  .horse .image{
    padding-right: 10px;
  }

  .horse h3{
    text-align: right;
    margin-bottom: -20px;
    margin-right: 10px;
  }

  .cow h3, .pig h3{
    margin-top: -10px;
  }

  .pig image{
    text-align: right;
  }

  .pig img{
    width: 90%;
    float: right;
  }

  .tanning .box{
    padding: 68px 20px;
  }

  .tanning h2, .tanning .left_box, .tanning .right_box{
    position: static;
  }

  .tanning h2{
    width: 55%;
    margin-bottom: 20px;
  }

  .tanning .image img{
    padding-top: 0;
  }

  .tanning .left_box, .tanning .right_box{
    width: 58%;
    display: inline-block;
  }

  .tanning .right_box {
    margin-top: 30px;
  }

  .tanning .right_side{
    width: 35%;
    padding: 43px 0 10px 0;
    margin-right: 3px;
  }

  .tanning .left_side{
    width: 35%;
    padding: 0 10px 0 0;
  }

  .tanning h3{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tanning .left_box h3{
    height: auto;
  }

  .tanning .row{
    margin-top: 20px;
  }

  .tanning .right_box p{
    padding-left: 2em;
  }

  .tanning .right_box p.fir{
    text-align: left;
  }

  .tanning .right_box p.sec{
    display: none;
  }

  .tanning .right_box .fir_right{
    display: inline;
    padding-left: 0;
  }

  .right_side{
    float: right;
  }

  .left_side{
    float: left;
  }


  .tanning .text, .finishing .text{
    line-height: 1.7;
    letter-spacing: 0;
    font-size: 13px;
  }

  .finishing h2{
    position: static;
    width: 55%;
    margin:0 20px 8px auto;
  }

  .finishing .bridle, .finishing .embos, .finishing .patent{
    position: static;
    width: 90%;
    min-width: 320px;
    margin:0 auto;
  }

  .finishing .patent{
    margin-top: 17px;
  }

  .finishing .image{
    width: 60%;
    margin:10px auto;
    padding: 0;
  }
  .finishing__inner {
    padding-top: 40px;
  }
  .finishing__inner .box {
    padding-bottom: 40px;   
  }
  
  .patent h3{
    margin-left: 20px;
  }

  .patent p.fir{
    text-align: left;
     padding-left: 4em;
  }

  .patent p.sec{
    padding-left: 4em;
  }

  .footer{
    padding-top: 10px;
    margin-top: 0;
  }

  .swiper-button-next{
    background-size: 30px auto;
    bottom: 0;
  }
  
  .float_pc{
	  display: none;
  }
}

.what-is-leather {
  position: relative;
}

/* pagination */
.pagination {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .pagination {
    right: 11px;
    margin-top: -29px;
  }
}

.pagination > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pagination > li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.pagination > li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  border: 2px solid #93954a;
  background-color: transparent;
  backface-visibility: hidden; 
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .pagination > li a {
    width: 7px;
    height: 7px;
  }
}
.pagination > li a.is-active {
  background-color: #93954a;
  opacity: 1;
}
.pagination > li a:hover {
  background-color: #93954a;
}

/* next-arrow */
.next-arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  width: 44px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999;
  transition: all 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .next-arrow {
    display: none;
  }
}
.next-arrow.is-off {
  opacity: 0;
}
.next-arrow::before,
.next-arrow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.next-arrow::before {
  transform-origin: bottom left;
  transform: rotate(-50deg);
  left: 22px;
}
.next-arrow::after {
  transform-origin: bottom right;
  transform: rotate(50deg);
  left: 21px;
}