.about-box{
  padding-top: 80px;
  width:100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 896px) {
  .about-box{
    padding-top: 45px;
    box-sizing: border-box;
    width:100%;
  }
}
@media screen and (max-width: 1000px) {
  #about .container-box{
    width:100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/*キャッチ*/
#about .top-view{
  background:url(../../images/about/about-topview.jpg)no-repeat #000;
  background-position: left;
  height: 400px;
  width:100%;
  position: relative;
}
#about .top-view p{
  position: absolute;
  left:50%;
  margin: auto;
  top:20%;
  font-size:2.6rem;
  line-height: 6.8rem;
  color: #fff;
}
@media screen and (max-width:896px){
  #about .top-view{
  height: 200px;
  background-size: 100%;
  background-position: -50px;
}
#about .top-view p{
  font-size:1.5rem;
  line-height: 2.5rem;
  top:50%;
  left:50%;
  right: 15px;
  bottom:15px;
}
}
@media screen and (max-width:480px){
  #about .top-view{
  height: 150px;
}
#about .top-view p{
  right: 10px;
  left: auto;
}
}
@media screen and (max-width: 340px) {
  #about .top-view{
  height: 140px;
}
#about .top-view p{
  font-size:1.4rem;
  top:40%;
}
}
/*タイトル*/
#about .about-tl-area{
  margin: 85px 0;
  text-align: center;
}
#about .about-tl-area h2{
  font-size:7.2rem;
  letter-spacing: 4rem;
  color: #6f1414;
  margin-bottom: 85px;
  font-weight: bold;
}
#about .about-tl-area h2 span{
  font-size:12rem;
}
#about .about-tl-area p{
  font-size:2.4rem;
  line-height: 5.3rem;
}
@media screen and (max-width: 896px) {
  #about .about-tl-area{
    margin: 40px 0;
  }
  #about .about-tl-area h2{
    font-size:3.6rem;
    letter-spacing: 2rem;
    margin-bottom: 40px;
  }
  #about .about-tl-area h2 span{
    font-size:6rem;
  }
  #about .about-tl-area p{
    font-size:1.6rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  #about .about-tl-area p{
    padding: 0 10px;
    font-size:1.3rem;
  }
}
/*メニュー*/
#about .about-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:1000px;
  margin: 0 auto;
}
#about .about-menu ul li{
  margin: 0 40px 40px 40px;
  text-align: center;
  position: relative;
}
#about .about-menu ul li a{
  color: #6f1414;
  font-size:1.8rem;
  padding: 10px 15px;
  text-align: center;
  display: block;
}
#about .about-menu ul li a svg{
  width:18px;
  height: 18px;
  margin-bottom: 10px;
}
#about .about-menu ul li a .st0{
  fill: #6f1414;
}
#about .about-menu ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  background : #6f1414;
  left: 45%;
  height: 2px;
  bottom: 0;
  transition: all .3s;
}

#about .about-menu ul li a:hover:before {
  width: 100%;
  left:0;
}
@media screen and (max-width: 1000px) {
#about .about-menu ul {
  width:100%;
}
}
@media screen and (max-width: 896px) {
  #about .about-menu ul {
    width:100%;
  }
  #about .about-menu ul li{
    margin: 0 0 15px 0;
    width:calc(50% - 15px);
  }
    #about .about-menu ul li:nth-child(odd) a{
      text-align: right;
      margin-right: 15px;
    }
    #about .about-menu ul li:nth-child(even) a{
      text-align: left;
      margin-left: 15px;
    }
  #about .about-menu ul li a{
    font-size:1.4rem;
  }
  #about .about-menu ul li a svg{
    width:14px;
    height: 14px;
    margin-bottom: 0;
    margin-right: 0.7rem;
  }
  #about .about-menu ul li:nth-child(even) a:before {
    display: none;
  }
  #about .about-menu ul li:nth-child(odd) a:before {
    display: none;
  }
  #about .about-menu ul li:nth-child(even) a:after {
    content: "";
    position: absolute;
    width: 30vw;
    left: 15px;
    height: 1px;
    background : #6f1414;
    bottom:0;
  }
  #about .about-menu ul li:nth-child(odd) a:after {
    content: "";
    position: absolute;
    width: 30vw;
    right: 15px;
    height: 1px;
    background : #6f1414;
    bottom:0;
  }


}
@media screen and (max-width: 480px) {
  #about .about-menu ul li{
    margin: 0 0 5px 0;
    width:calc(50% - 5px);
  }
  #about .about-menu ul li a{
    font-size:1.2rem;
    line-height: 1.8rem;
  }
  #about .about-menu .container-box{
    padding: 0;
  }
  #about .about-menu ul li a svg{
    width:12px;
    height: 12px;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  #about .about-menu ul li:nth-child(even) a:after {
    width: 90%;
  }
  #about .about-menu ul li:nth-child(odd) a:after {
    width: 90%;
  }
}
/*田じまとは*/
#about #company{
  background: url(../../images/about/about-1_bg.png)no-repeat,
  url(../../images/about/about-1_bg_2.png)no-repeat;
  background-position:left,80% 20%;
}
#about #company .flexbox{
  padding: 40px 0;
}
#about #company img{
  width:380px;
  margin-right: 30px;
}
#about #company h3{
  font-size:2.4rem;
  color: #6f1414;
  font-weight: bold;
  line-height: 8.1rem;
}
#about #company h4{
  font-size:3.6rem;
  margin-bottom: 40px;
}
#about #company p{
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 3rem;
  padding-bottom:40px;
  background: linear-gradient(90deg,#fff 0%, #fff 2%,rgba(134,134,134,0.2)2%,rgba(134,134,134,0.2)10%, rgba(255,255,255,0));
}
@media screen and (max-width: 896px) {
  #about #company{
    position: relative;
    background: url(../../images/about/about-1_bg_SP.png)no-repeat;
    background-size: 50%;
    padding: 0 20px;
  }
  #about #company img{
    width:50%;
    margin-left: 50%;
  }
  #about #company h3{
    position: absolute;
    -ms-writing-mode: tb-rl;
     writing-mode: vertical-rl;
     left: 15%;
     top:20vw;
     font-size: 3.2rem;

  }
  #about #company h4{
    text-align: center;
    font-size:2.4rem;
    margin-bottom:0;
  }
  #about #company p{
    padding-top: 40px;
    margin-top: -15px;
    text-align: center;
    font-size:1.6rem;
    line-height: 2.4rem;
    padding: 40px 10px;
     background: linear-gradient(180deg,rgba(134,134,134,0.2)0%,rgba(134,134,134,0.2)10%, rgba(255,255,255,0));
  }
}
@media screen and (max-width: 480px) {
    #about #company h3{
      font-size: 1.8rem;
    }
      #about #company h4{
        font-size:1.8rem;
      }
      #about #company p{
          font-size:1.4rem;
          margin-top: -10px;
      }
}
/*松阪牛とは*/
#about #matsusakaushi{
  background: url(../../images/about/about-2_bg.png)no-repeat,
  url(../../images/about/about-2_bg_2.png)no-repeat;
  background-position:10% 80%,right;
  color: #6f1414;
}
#about #matsusakaushi h3{
  font-size:3.6rem;
  margin-bottom: 50px;
}
#about #matsusakaushi h3 .question{
transform: rotate(45deg);
}
#about #matsusakaushi p{
  font-size:1.8rem;
  line-height: 1.9em;
}
@media screen and (max-width: 896px) {
  #about #matsusakaushi{
    background: url(../../images/about/about-2_bg_SP.png)no-repeat;
    background-position:right bottom;
    background-size: 50%;
    padding: 0 20px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #about #matsusakaushi img{
    width:50%;
    margin-right: 50%;
    margin-top: 40px;
  }
  #about #matsusakaushi p{
    font-size:1.6rem;
    line-height: 1.9em;
  }
}
@media screen and (max-width: 480px) {
  #about #matsusakaushi p{
    font-size:1.4rem;
  }
}
/*牛内臓卸問屋の強み*/
#about .about-oroshi-bg{
  background: url(../../images/about/about-3_bg.jpg)no-repeat;
  height: 650px;
  width:100%;
  background-size:cover;
}
#about .about-oroshi-bg .container-box{
  position: relative;
}
#about #oroshi .about-oroshi-bg h3{
  font-size: 1.8rem;
  line-height: 3rem;
  width:55%;
  text-align: center;
  position: absolute;
  right: 0;
  top:350px;
  background:rgba(255,255,255,0.8);
  padding:30px 0;
}
#about #oroshi h3 span{
  color: #6f1414;
}
#about #oroshi .about-oroshi-text{
  border: solid 1px #a3a5a1;
  background: rgba(255,255,255,0.8);
  margin-top: -160px;
  padding: 50px 35px;
}
#about #oroshi .about-oroshi-text h4{
  font-size: 2.0rem;
  line-height: 4.0rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
#about #oroshi .about-oroshi-text p{
  font-size:1.6rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 896px) {
  #about .about-oroshi-bg{
    background: url(../../images/about/about-3_bg.jpg)no-repeat;
      height: 400px;
      background-size: cover;
  }
  #about #oroshi .about-oroshi-bg h3{
    top:180px;
    font-size: 2.0rem;
    line-height: 3.0rem;
    padding:20px 0;
  }
  #about #oroshi .about-oroshi-text h4{
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
  #about #oroshi .about-oroshi-text{
    margin: -80px 20px 50px 20px;
  }
}
@media screen and (max-width:480px) {
  #about #oroshi .about-oroshi-bg h3{
    font-size: 1.6rem;
    width:100%;
  }
  #about #oroshi .about-oroshi-text h4{
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  #about #oroshi .about-oroshi-text{
    padding: 40px 20px;
  }
  #about #oroshi .about-oroshi-text p{
    font-size:1.4rem;
    line-height: 2.2rem;
  }
}
/*本当に美味しい肉とは*/
#about #meat h3{
  font-size: 3.0rem;
  color: #6f1414;
  text-align: center;
  margin-bottom: 40px;
}
#about #meat h3 span{
  font-size: 2.4rem;
  color: #6d6d6d;
}
#about #meat img{
  margin-right:40px;
  margin-bottom: 40px;
  width:550px;
}
#about #meat p{
  font-size:1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 896px) {
  #about #meat{
    padding: 0 20px;
  }
  #about #meat h3{
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  #about #meat h3 span{
    font-size:1.8rem;
    display: block;
  }
  #about #meat .flexbox div:nth-child(1){
    text-align: center;
  }
  #about #meat img{
    margin: 40px auto;
    width:80%;
  }
  #about #meat p{
    font-size:1.4rem;
    line-height: 2.2rem;
  }
}
/*社長プロフィール*/
#about #profile .about-profile-area{
  background: url(../../images/about/about-5_bg.jpg)no-repeat;
  background-size:cover;
  padding-top: 55px;
  padding-bottom: 140px;
}
#about #profile h3{
  color: #6f1414;
  text-align: center;
  font-size: 2.6rem;
  margin: 0 auto 55px auto;
  position: relative;
  width:300px;
  font-weight: bold;
}
#about #profile h3:before{
  content:"";
  width:10px;
  height: 3px;
  background: #6f1414;
  position: absolute;
  left: 0;
  top:1.4rem;
}
#about #profile h3:after{
  content:"";
  width:10px;
  height: 3px;
  background: #6f1414;
  position: absolute;
  right: 0;
  top:1.4rem;
}
#about #profile h4{
  font-size: 2.4rem;
  text-align:center;
  margin-bottom: 70px;
}
#profile .about-profile-area .profile-1,                                                                                                                                                                                                                                                                                                                            file-area .profile-1,
#profile .about-profile-area .profile-2{
  position: relative;
}
#profile .about-profile-area .profile-1{
  margin-bottom: 75px;
}
#profile .about-profile-area .profile-line{
  width:60%;
  display: block;
  height: 2px;
  background: #6f1414;
  margin: 0 auto 75px auto;
}
#profile .about-profile-area p{
  font-size: 1.6rem;
  line-height: 3.0rem;
  margin-left: 40px;
}
#profile .about-profile-area .about-profile-name{
  position: absolute;
  right: 0;
  bottom:0;
}
@media screen and (max-width: 896px) {
#about #profile .about-profile-area{
  padding: 55px 20px 140px 20px
}
#about #profile h3{
  font-size: 1.8rem;
  width:250px;
}
#about #profile h3:before{
  height: 2px;
  top:0.9rem;
}
#about #profile h3:after{
  content:"";
  width:10px;
  height: 2px;
  top:0.9rem;
}
#about #profile h4{
  font-size: 1.6rem;
}
#profile .about-profile-area img{
  width:45%;
}
#profile .about-profile-area .about-profile-name{
  top:15vw;
  left: 50%;
  text-align: center;
}
#profile .about-profile-area .about-profile-name img{
  width:70%;
  margin-top: 10px;
}
#profile .about-profile-area p{
  font-size: 1.4rem;
  margin-left:0;
  margin-top: 20px;
}
}
@media screen and (max-width: 480px) {
  #profile .about-profile-area .about-profile-name{
    top:5vw;
  }
}
/*田じまの歴史*/
#history h3{
  text-align: center;
  background: #6f1414;
  color: #fff;
  padding: 10px 20px;
  width:390px;
  font-size: 3.2rem;
  margin: 0 auto 60px auto;
}
.timeline {
  list-style: none;
  padding:0 40px;
  margin: 0 auto;
}
.timeline > li {
position: relative;
}
.timeline-date{
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 3rem;
}
.timeline-content h4{
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 2.0rem;
}
.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #6f1414;
  position: absolute;
  left:0;
  top: 0.1rem;
  border-radius: 100%;
}
/* for Desktop */
@media screen and ( min-width : 895px ){
  .timeline {
    list-style: none;
    padding-left:200px;
    margin: 0 auto;
  }
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
    font-size: 1.8em;
    line-height: 2.4rem;
    display: flex;
    margin-top:-0.3rem;
  }
  .timeline-date {
    width: 170px;
    margin-top: 0;
  }
  .timeline-content {
    width: 500px;
    border-left: 3px #e8e8e8 solid;
    padding-left: 50px;
    margin: 0 -20px;
    padding-bottom: 80px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6f1414;
    position: absolute;
    left:175px;
    top: 0.3rem;
    border-radius: 100%;
  }
  .timeline > li:first-child {
    margin-top:0;
  }
    .timeline > li:last-child .timeline-content{
      border: none;
    }
    @media screen and (max-width: 1000px) {
        .timeline-content:before {
          left:17.5vw;
        }
    }
}

@media screen and (max-width: 480px) {
  #history h3{
    width:80%;
  }
  .timeline {
    padding:0 20px;
  }
}
