@charset "utf-8";
/* CSS Document */
.page_top{
  background: url("../images/item/item_main_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 100%;
  position: relative;
}
.page_top::before{
  content: '';
    position: absolute;
    width: 45%;
    height: 38%;
    top: 0;
    right: 0;
    background-color: rgb(137,143,156,0.5);
    display:block;
}
.page_top::after{
  content: '';
    position: absolute;
    width: 45%;
    height: 38%;
    bottom: 0;
    left: 0;
    background-color: rgb(255,255,255,0.5);
    display:block;
}
.page_top h1{
  font-size:4.4rem;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom: 20px;
}
.page_top h2{
  font-size:1.8rem;
}
.top-img-title{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  background: rgba(255,255,255,0.8);
  width:-moz-fit-content;
  width: fit-content;
  padding: 80px;
}
/* item_lead */
.item_lead{
  background-image: url("../images/item/item_lead_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  width: 80%;
  margin: 40px auto 100px;
  position: relative;
  text-align: left;
}
.item_lead::after{
  content: '';
    position: absolute;
    width: 70%;
    height: 60%;
    bottom: -30px;
    left: -40px;
    background-color: rgba(35,35,35,0.5);
    display:block;
}
.item_lead::before{
  content: '';
    position: absolute;
    width: 50%;
    height: 70%;
    top: -30px;
    right: -40px;
    background-color: rgba(182,186,186,0.5);
    display:block;
}
.item_lead p{
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  position: absolute;
  bottom:10%;
  left:5%;
  z-index: 100;
}
@media(max-width:850px){
  .item_lead p{
  font-size: 1.8rem;
  left:10%;
 bottom:20%;
  }
  .item_lead::after{
    width: 80%;
    bottom: 10%;
    left: 0;
}
  .item_lead::before{
    width: 50%;
    height: 70%;
    top:-30px;
    right:0;
}
  .item_lead{
  width: 100%;
}
}
@media(max-width:550px){
  .item_lead::after{
    width: 90%;
}
  .item_lead p{
  font-size: 1.6rem;
  left:10px;
  bottom:25%;
  }
  .item_lead::before{
    width: 70%;
    height: 50%;
    top:-20px;
}
  .item_lead{
    margin-bottom: 80px;
  }
}
@media(max-width:400px){
  .item_lead::after{
    width: 96%;
  }}
/* item_main */
.item_wrapper,.item_wrapper2{
  display: flex;
  justify-content: center;
}
.item_wrapper2{
  flex-direction: row-reverse;
}
.item_main h2{
  font-weight: 600;
  font-size:6.5rem;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #619261;
  position: absolute;
  margin: 50px 0 0 30px;
  display: block;
}
.item_text{
  text-align: left;
  margin: 100px 0 0 100px;
  line-height: 5.0rem;
  width: 450px;
}
.item_text2{
  text-align: left;
  margin: 100px 100px 0 0 ;
  line-height: 5.0rem;
  width: 380px;
  padding-left: 70px;
}
.item_main img{
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  object-position: bottom;
  margin: 100px 0 100px 0;
  position: relative;
}
.item_main{
  position: relative;
}
.item_main h3{
  font-weight: 600;
  font-size:3.2rem;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin:0 0  45px 0;
  padding-left: 30px;
  position: relative;
}
.item_main h3::before{
  content:"";
  display: inline-block;
  width: 3px;
  height: 50px;
  background-color: #619261;
  position: absolute;
  left: 0px;
}
@media(max-width:1050px){
  .item_main img{
  width: 80%;
  margin:50px 20px 60px 30px;
  margin-left:30px;
}
  .item_main h2{
  font-size:5.5rem;
  margin: 30px 0 0px 30px;
    z-index: 100;
}
  .item_main h3{
  font-size:3.2rem;
  margin:10px 0  20px 0;
}
  .item_text{
  margin: 30px 30px 0 0;
  line-height: 3.5rem;
}
.item_text2{
  margin: 30px 20px 0 20px;
  line-height: 3.5rem;
  padding-left: 40px;
}
  .item_main h3::before{
  width: 3px;
  height: 42px;
}
}
@media(max-width:850px){
    .item_main h2{
    font-size: 4.0rem;
  }}
@media(max-width:650px){
 .item_wrapper,.item_wrapper2{
  display: block;
} 
  .item_main h2{
  font-size:3.2rem;
  position: static;
  margin: 50px 0 0 0;
}
  .item_main img{
  width: 100%;
  max-height: 400px;
  margin: 0px 0px 20px 0;
}
  .item_main h3{
  font-size:1.8rem;
  margin:0 0  20px 0;
    padding: 0;
}
  .item_main h3::before{
    display: none;
  }
  .item_text{
  text-align: center;
  margin: 0 30px;
  line-height: 2.5rem;
  width: auto;
}
.item_text2{
  text-align: center;
  margin: 0 30px;
  line-height: 2.5rem;
  width:auto;
  padding: 0;
}
}
/************スクロール挙動***********/
.box{
  opacity: 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(60px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

 

