.inside-brand-hero{
  padding:56px 20px 0 20px;
  margin-bottom:34px;
  display:flex;
  justify-content:center;
}
.inside-brand-hero-container{
  padding:0 0 20px 0;
  display:flex;
  align-items:flex-end;
  box-sizing:border-box;
  width:100%;
}
.inside-brand-hero-mv{
  transform:translateX(-20px) translateY(-56px);
  margin-bottom:-56px;
  width:calc(100% - 260px);
  position:relative;
  max-width:1380px;
  background:#000;
}
.inside-brand-hero-container:hover .inside-brand-hero-mv img{
  opacity:0.7;
}
.inside-brand-hero-mv img{
  display:block;
  width:100%;
  height:auto;
  transition:opacity 0.3s;
}
.inside-brand-hero-desc{
  padding:40px 40px 40px 20px;
  width:260px;
  box-sizing:border-box;
}
.inside-brand-hero-desc .m-more-button{
  font-size:16px;
  font-size:1.067rem;
}
.inside-brand-concept{
  padding:64px 20px 47px 20px;
  position:relative;
  margin-bottom:100px;
}
.inside-brand-concept-images{
  position:absolute;
  height:56%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.inside-brand-concept-images img{
  display:block;
  width:100%;
  height:100%;
  opacity:0;
}
.inside-brand-concept-images:first-of-type{
  left:0;
  top:0;
  width:calc(100% - 400px);
  background-position:left top;
}
.inside-brand-concept-images:nth-of-type(2){
  left:20px;
  bottom:0;
  width:calc(100% - 580px);
  max-width:50%;
  background-position:right center;
}
.inside-brand-concept .inside-brand-desc{
  max-width:430px;
  width:100%;
  margin-left:auto;
  position:relative;
  z-index:1;
}
.inside-brand-section-title{
  display:inline-block;
  padding-bottom:10px;
  border-bottom:solid 2px black;
  font-size:16px;
  font-size:1.067rem;
  font-weight:bold;
  line-height:1;
  font-family: 'Montserrat', sans-serif;
  margin:0;
  margin-bottom:80px;
}
.inside-brand-section-subtitle{
  display:block;
  font-size:40px;
  font-size:2.667rem;
  font-weight:bold;
  line-height:1.2;
  font-family: 'Montserrat', sans-serif;
  margin:0;
  margin-bottom:45px;
}
.inside-brand-desc-subtitle{
  display:block;
  font-size:22px;
  font-size:1.467rem;
  font-weight:bold;
  line-height:1.6;
  margin:0;
  margin-bottom:35px;
}
.inside-brand-text{
  display:block;
  font-size:16px;
  font-size:1.067rem;
  line-height:2;
  margin:0;
}
.inside-brand-safety{
  padding:120px 90px 145px 90px;
  background-color:#636363;
  background-color:#A2A4A1;
  background-position:right center;
  background-size:cover;
  background-repeat:no-repeat;
  margin-bottom:75px;
}
.inside-brand-safety .inside-brand-safety-sp-cover{
  display:none;
}

.inside-brand-innovation{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  margin-bottom:100px;
}
.inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type{
  background-size: auto 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
}
.inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type img{
  opacity:0;
}
.inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type img:last-of-type{
  display:none;
}
.inside-brand-innovation > div.inside-brand-innovation-images,
.inside-brand-innovation > picture.inside-brand-innovation-images{
  width:50%;
}
.inside-brand-innovation > div.inside-brand-innovation-images picture:nth-of-type(2) img{
  width:calc(100% - 90px);
  margin-left:auto;
  transform:translateX(40px);
  margin-top:80px;
  max-width:510px;
}
.inside-brand-innovation > picture.inside-brand-innovation-images{
  display:none;
}
.inside-brand-innovation .inside-brand-innovation-images img{
  display:block;
  width:100%;
  height:auto;

}
.inside-brand-innovation .inside-brand-desc{
  width:50%;
  box-sizing:border-box;
  padding:65px 20px 0 90px;
  max-width: 699px;
}
.inside-brand-innovation .inside-brand-desc .inside-brand-innovation-images{
  width: calc(100% - 170px);
  margin-right: auto;
  margin-top: 50px;
  min-width: 300px;
}
.inside-brand-history{
  padding:50px 20px 65px 90px;
  margin-bottom:100px;
  position:relative;
}
.inside-brand-history::before{
  content:'';
  width:55%;
  height:100%;
  background:#000;
  right:0;
  top:0;
  position:absolute;
}

.inside-brand-history .inside-brand-desc{
  position:relative;
  z-index:1;
  width:47%;
  border-top:solid 6px black;
  padding-top:40px; 
}
.inside-brand-desc-title{
  display:block;
  font-size:30px;
  font-size:2rem;
  font-weight:bold;
  line-height:1.3;
  font-family: 'Montserrat', sans-serif;
  margin:0;
  margin-bottom:20px;
}
.inside-brand-desc-title small{
  display:block;
  font-size:20px;
  font-size:1.333rem;
  font-weight:inherit;
  line-height:inherit;
  font-family: inherit;
  margin:0;
}

.inside-brand-history .inside-brand-history-image{
  position:absolute;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  transition:opacity 0.3s;
}
/* .inside-brand-history a .inside-brand-desc-title,
.inside-brand-history a .inside-brand-desc-subtitle{
  transition:opacity 0.3s;
}

.inside-brand-history a:hover .inside-brand-desc-title,
.inside-brand-history a:hover .inside-brand-desc-subtitle{
  opacity:0.6;
} */
.inside-brand-history a:hover .inside-brand-history-images .inside-brand-history-image{
  opacity:0.7;
}

.inside-brand-history .inside-brand-history-image img{
  display:block;
  width:100%;
  height:100%;
  opacity:0;
}
.inside-brand-history .inside-brand-history-image:first-of-type{
  width:23.3333%;
  height:100%;
  right:31.6666%;
  top:0;
}
.inside-brand-history .inside-brand-history-image:nth-of-type(2){
  width:31.6666%;
  height:50%;
  right:0;
  top:0;
}
.inside-brand-history .inside-brand-history-image:nth-of-type(3){
  width:31.6666%;
  height:50%;
  right:0;
  bottom:0;
}
.inside-labels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.5% 12.5% 17.5% 24.166666% 10.833333% 17.5%;
  grid-template-columns: 17.5% 12.5% 17.5% 24.166666% 10.833333% 17.5%;
  grid-template-areas:
    "labels-text labels-text labels-text labels-img1 labels-img1 labels-img2"
    "labels-text labels-text labels-text labels-img1 labels-img1 labels-img3"
    "labels-img4 labels-img4 labels-img4 labels-links labels-links labels-img3"
    "labels-img5 labels-img5 labels-img6 labels-img9 labels-img10 labels-img10"
    "labels-img7 labels-img8 labels-img8 labels-img9 labels-img10 labels-img10";
  margin-bottom: 127px;
}
.labels-text { -ms-grid-row: 1; -ms-grid-row-span: 2; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: labels-text; }
.labels-img1 { -ms-grid-row: 1; -ms-grid-row-span: 2; -ms-grid-column: 4; -ms-grid-column-span: 2; grid-area: labels-img1; }
.labels-img2 { -ms-grid-row: 1; -ms-grid-column: 6; grid-area: labels-img2; }
.labels-img3 { -ms-grid-row: 2; -ms-grid-row-span: 2; -ms-grid-column: 6; grid-area: labels-img3; }
.labels-img4 { -ms-grid-row: 3; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: labels-img4; }
.labels-links { -ms-grid-row: 3; -ms-grid-column: 4; -ms-grid-column-span: 2; grid-area: labels-links; }
.labels-img5 { -ms-grid-row: 4; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-area: labels-img5; }
.labels-img6 { -ms-grid-row: 4; -ms-grid-column: 3; grid-area: labels-img6; }
.labels-img7 { -ms-grid-row: 5; -ms-grid-column: 1; grid-area: labels-img7; }
.labels-img8 { -ms-grid-row: 5; -ms-grid-column: 2; -ms-grid-column-span: 2; grid-area: labels-img8; }
.labels-img9 { -ms-grid-row: 4; -ms-grid-row-span: 2; -ms-grid-column: 4; grid-area: labels-img9; }
.labels-img10 { -ms-grid-row: 4; -ms-grid-row-span: 2; -ms-grid-column: 5; -ms-grid-column-span: 2; grid-area: labels-img10; }


.inside-labels img{
  display:block;
  width:100%;
  height:auto;
}
.labels-text{
  display:flex;
  align-items:center;
  line-height:inherit;
  justify-content:center;
  justify-content:flex-end;
}
.labels-text .inside-brand-desc{
  padding-right: 90px;
  width: calc(100% - 90px);
  min-width: 365px;
}
.labels-text p{
  margin-bottom:50px;
  padding-top:2px;
}
.labels-text p:last-of-type{
  margin-bottom:0;
  padding-top:0;
}
.labels-links{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px 30px;
}
.labels-links-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  width:100%;
  max-width:350px;
}
.labels-links-list li{
  width:calc(50% - 10px);
  margin-top:24px;
}
.labels-links-list li:nth-of-type(-n+2){
  margin-top:0;
}
.labels-links-list li a{
  display:block;
  line-height:1;
  padding-bottom:10px;
  padding-right:20px;
  border-bottom:solid 1px white;
  font-weight:bold;
  font-family: 'Montserrat', sans-serif;
  margin:0;
  font-size:16px;
  font-size:1.067rem;
  position:relative;
  transition:opacity 0.3s;
}
.labels-links-list li a:hover{
  opacity:0.5;
}

.labels-links-list li a::after{
  content:'';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='6' viewBox='0 0 17 6'%3E%3Cpath d='M7.846,3.6H0V2.4H7.846V0L17,3,7.846,6Z' fill='%23fff'/%3E%3C/svg%3E");
  width:17px;
  height:6px;
  position:absolute;
  right:0;
  top: 8px;
  transform: translateY(-50%);
  z-index:1;
}
.inside-brand-book{
  padding:0;
  margin-bottom: 100px;
  background:#000;
}
.inside-brand-book a{
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  transition:opacity 0.3s;
  display:block;
  background-color: #F0F0F0;
}
.inside-brand-book .inside-brand-desc{
  display:block;
  padding: 109px 90px;
}
.inside-brand-book a:hover{
  opacity:0.7;
}
.inside-brand-book .inside-brand-desc p{
  margin-bottom:55px;
  padding-top:2px;
}
.inside-brand-book .inside-brand-desc p:last-of-type{
  margin-bottom:0;
  padding-top:0;
}
.inside-brand-book:hover .m-pdf-button::after,
.inside-brand-book .m-pdf-button:hover::after{
  background-color:transparent;
}



/* LARGE PC ONLY */
@media screen and (min-width: 1200px){
  .inside-brand-concept-images:first-of-type {
    left: 50%;
    top: 0;
    width: calc(100vw);
    background-position: left top;
    transform: translateX(-50%);
    background-size:calc(50vw + 190px) auto;
  }
  .inside-brand-concept .inside-brand-desc {
    max-width: inherit;
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    padding-left: calc(50% + 140px);
  }
  .inside-brand-innovation .inside-brand-desc{
    max-width:inherit;
  }
  .inside-labels{
    position:relative;
  }
  .inside-labels > *{
    position:relative;
  }
  .inside-labels::before{
    content:'';
    width:100vw;
    height:100%;
    position:absolute;
    left:50%;
    top:0;
    background:#000;
    transform:translateX(-50%);
    z-index:0;
  }
  .inside-brand-book{
    padding-right:0;
    padding-left:0;
  }
  .inside-brand-desc{
    padding-right:90px;
    padding-left:90px;
  }

}
@media screen and (max-width: 1600px) and (min-width: 767px){


  .inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type{
    background-size: auto 140%;
  }



  /* .inside-brand-concept-images{
    height:auto;
    background:none;
  }

  .inside-brand-concept-images img {
      width: 100%;
      height: auto;
      opacity: 1;
  } */
}


@media screen and (max-width: 991px) and (min-width: 767px){
  .inside-brand-concept-images:nth-of-type(2){
    min-width:260px;
  }
  .inside-brand-safety{
    padding:80px 40px;
    margin-bottom: 50px;
  }
  .inside-brand-section-title{
    margin-bottom:50px;
  }
  .inside-brand-innovation {
    margin-bottom:70px;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images,
  .inside-brand-innovation > picture.inside-brand-innovation-images {
    width: 40%;
  }
  .inside-brand-innovation .inside-brand-desc {
    width: 60%;
    padding: 50px 20px 0 40px;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type{
    background-size:auto;
    background-position: center center;
    background-size: auto 200%;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images picture:nth-of-type(2) img{
    width: calc(100% - 100px);
    transform: translateX(20px);
    margin-top: 40px;
  }
  .inside-brand-innovation .inside-brand-desc .inside-brand-innovation-images {
    width: calc(100% - 190px);
    margin-top: 30px;
    min-width: 240px;
  }
  .inside-brand-history {
    padding: 40px 20px 45px 40px;
    margin-bottom: 60px;
  }
  .inside-labels {
    margin-bottom: 70px;
  }
  .labels-text{
    justify-content:center;
  }
  .labels-text .inside-brand-desc {
    width: 100%;
    min-width: 10%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .labels-text .inside-brand-desc > *{
    align-self:flex-start;
  }
  .labels-links {
    padding: 10px 15px;
  }
  .labels-links-list li {
    width: calc(50% - 5px);
  }
  .inside-brand-book {
    margin-bottom: 60px;
  }
  .inside-brand-book .inside-brand-desc{
    padding: 60px 40px;
  }


}


@media screen and (max-width: 767px){

  .inside-brand-section-title{
    margin-bottom:50px;
    padding-bottom:6px;
  }
  .inside-brand-section-subtitle{
    margin-bottom:40px;
  }
  .inside-brand-desc-subtitle{
    margin-bottom:30px;
  }
  .inside-brand-text {
    font-size: 14px;
    font-size: 0.934rem;
    line-height: 1.9;
  }

  .inside-brand-hero {
    padding: 0;
    margin-bottom: 40px;
    display: block;
  }
  .inside-brand-hero-mv {
    transform: inherit;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    height: auto;
    max-height: inherit;
    background-image: none !important;
  }
  .inside-brand-hero-container {
    padding: 0 15px 20px 0;
    display: block;
    background:none !important;
    position:relative;
  }
  .inside-brand-hero-container::before{
    content:'';
    height:calc(100% - 40px);
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    background:black;
  }
  .inside-brand-hero-mv img{
    height:auto;
    opacity:1;
  }
  .inside-brand-hero-desc {
    position:relative;
    padding: 25px 0 5px 15px;
    width: 100%;
    display:flex;
    justify-content:flex-end;
  }
  .inside-brand-concept {
    padding: 0 15px;
    margin-bottom: 65px;
  }
  .inside-brand-concept-images:first-of-type {
    left: 0;
    top: 0;
    width: calc(100% - 25px);
    height:auto;
    height:225px;
    position:relative;
    margin-left:-15px;
  }
  .inside-brand-concept-images:nth-of-type(2) {
    left: inherit;
    right:15px;
    top: 151px;
    top: 225px;
    bottom:inherit;
    width: calc(100% - 140px);
    max-width:220px;
    height:140px;
    transform:translateY(-50%);
  }
  .inside-brand-concept .inside-brand-desc {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top:15px;
  }
  .inside-brand-safety {
    padding: 170px 15px 63px 15px;
    background-position-y: -22px !important;
    background-size: 128% auto;
    background-repeat: no-repeat;
    background-attachment: inherit;
    margin-bottom: 75px;
    background-image:none !important;
    position:relative;
    overflow:hidden;
  }
  .inside-brand-safety .inside-brand-safety-sp-cover{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:auto;
  }
  .inside-brand-safety .inside-brand-desc{
    position:relative;
    z-index:1;
  }

  .inside-brand-innovation{
    display:block;
    margin-bottom:70px;
  }
  .inside-brand-innovation .inside-brand-desc {
    width: 100%;
    padding: 40px 15px 20px 15px;
    max-width: 100%;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type img{
    height:auto;
    opacity:0;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images{
    width:calc(100% - 15px);
    height: 0;
    margin-left: 15px;
    padding-bottom: 65%;
    padding-bottom: 54%;
    overflow: hidden;
    position:relative;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type{
    background:none !important;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type img:first-of-type{
    display:none;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images picture:first-of-type img:last-of-type{
    display:block;
    opacity:1;
  }
  .inside-brand-innovation > div.inside-brand-innovation-images picture:nth-of-type(2){
    display:none;
  }
  .inside-brand-innovation .inside-brand-desc .inside-brand-innovation-images{
    width:calc(100% - 150px);
    max-width:350px;
    min-width:215px;
    margin-left:auto;
    margin-right:0;
    margin-top: 35px;
  }
  .inside-brand-innovation > picture.inside-brand-innovation-images {
    display: block;
    margin-left:15px;
    max-width:450px;
    width:calc(100% - 100px);
    min-width:260px;
    box-sizing:border-box;
  }
  .inside-brand-history {
    padding: 0 15px;
    margin-bottom: 70px;
  }
  .inside-brand-history::before {
    display:none;
  }
  .inside-brand-history .inside-brand-desc {
    width: 100%;
    border-top: solid 6px black;
    padding-top: 25px;
  }
  .inside-brand-history-images{
    position:relative;
    background-color:#000;
    display:-ms-grid;
    display:grid;
    margin-top:25px;
    -ms-grid-columns: 42.425% 0px auto;
    grid-template-columns: 42.425% auto;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
        grid-template-areas: 
      "history1 history2"
      "history1 history3";
  }

  .inside-brand-history-images .inside-brand-history-image:first-of-type { -ms-grid-row: 1; -ms-grid-row-span: 3; -ms-grid-column: 1; grid-area: history1; }
  .inside-brand-history-images .inside-brand-history-image:nth-of-type(2) { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: history2; }
  .inside-brand-history-images .inside-brand-history-image:nth-of-type(3) { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: history3; }

  .inside-brand-history .inside-brand-history-images .inside-brand-history-image {
    position:relative;
    left:inherit;
    top:inherit;
    right:inherit;
    bottom:inherit;
    width:auto;
    height:auto;
    background:none !important;
  }
  .inside-brand-history .inside-brand-history-image img {
    height: auto;
    opacity: 1;
  }
  .inside-labels {
    -ms-grid-columns: 32% 1.333333% 33.333333% 33.333333%;
    grid-template-columns: 32% 1.333333% 33.333333% 33.333333%;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: repeat(8, auto);
    grid-template-areas:
    "labels-text labels-text labels-text labels-text"
    "labels-img3 labels-img3 labels-img1 labels-img1"
    "labels-img4 labels-img4 labels-img4 labels-img4"
    "labels-links labels-links labels-links labels-links"
    "labels-img5 labels-img5 labels-img5 labels-img9"
    "labels-img2 labels-img2 labels-img2 labels-img9"
    "labels-img2 labels-img2 labels-img2 labels-img7"
    "labels-img10 labels-img8 labels-img8 labels-img8";
    margin-bottom: 70px;
  }
  .labels-text { 
    -ms-grid-row: 1; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 4; 
    -ms-grid-row-span:1;
  }
  .labels-img1 { 
    -ms-grid-row: 2; 
    -ms-grid-column: 3; 
    -ms-grid-column-span: 2; 
    -ms-grid-row-span:1;
  }
  .labels-img2 { 
    -ms-grid-row: 6; 
    -ms-grid-row-span: 2; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 3; 
  }
  .labels-img3 { 
    -ms-grid-row: 2; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 2; 
    -ms-grid-row-span:1;
    grid-area: labels-img3; 
  }
  .labels-img4 { 
    -ms-grid-row: 3; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 4; 
    -ms-grid-row-span:1;
  }
  .labels-links { 
    -ms-grid-row: 4; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 4; 
    -ms-grid-row-span:1;
  }
  .labels-img5 { 
    -ms-grid-row: 5; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 3;
    -ms-grid-row-span:1; 
  }
  .labels-img7 { 
    -ms-grid-row: 7; 
    -ms-grid-column: 4; 
    -ms-grid-column-span: 1; 
    -ms-grid-row-span:1;
  }
  .labels-img8 { 
    -ms-grid-row: 8; 
    -ms-grid-column: 2; 
    -ms-grid-column-span: 3; 
    -ms-grid-row-span:1;
  }
  .labels-img9 {
    -ms-grid-row: 5; 
    -ms-grid-row-span: 2; 
    -ms-grid-column: 4; 
    -ms-grid-column-span: 1; 
  }
  .labels-img10 { 
    -ms-grid-row: 8; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 1; 
    -ms-grid-row-span: 1; 
  }

  .labels-img6{
    display:none;
    grid-area: none;
  }
  .labels-img9{
    background-position:center center;
    background-size:auto 100%;
    background-repeat:no-repeat;
  }
  .labels-img9 img{
    height:100%;
    width:auto;
    opacity:0;
    display:none;
  }
  .labels-text {
    display: block;
    padding:40px 15px;
  }
  .labels-text .inside-brand-desc {
    padding-right: 0;
    width: 100%;
    min-width: 100%;
  }
  .labels-text p {
    margin-bottom: 35px;
    padding-top: 0;
  }

  .labels-links{
    padding:70px 15px;
  }
  .labels-links-list{
    max-width:100%;
  }
  .labels-links-list li {
    width: calc(50% - 12px);
  }
  .inside-brand-book{
    margin-bottom:70px;
  }
  .inside-brand-book a{
    padding:40px 15px 250px 15px;
    background-position:right bottom;
    background-size:130% auto;
    background-attachment:inherit;
  }
  .inside-brand-book .inside-brand-desc{
    padding:0;
  }

  .inside-brand-book .inside-brand-desc p {
    margin-bottom: 35px;
    padding-top: 0;
  }
}