@charset "UTF-8";
/*/////////////////////////////////////////////////////////////////////////////////////////////////

TOP

/////////////////////////////////////////////////////////////////////////////////////////////////*/
#main_contents #brand {
  /*--- TOP 背景動画 ---*/
}

#main_contents #brand #video {
  display: block;
}

#main_contents #brand #topMovie {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  font-size: 14px;
}

#main_contents #brand #topMovie .cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 1200ms ease-out;
  transition: all 1200ms ease-out;
}

#main_contents #brand #topMovie .cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -58px 0 0 -250px;
}

@media (max-width: 768px) {
  #main_contents #brand #topMovie .cover img {
    max-width: 250px;
    height: 58px;
    margin: -29px 0 0 -125px;
  }
}

#main_contents #brand #topMovie .cover.play {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

#main_contents #brand #topMovie a.scrl_btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  margin-left: -30px;
}

#main_contents #brand .block_content_1 {
  border-top: 3px solid #fff;
}

#main_contents #brand .block_content_1 .main {
  width: 100%;
  min-height: 540px;
  position: relative;
  background: url(../img/common/bg_leaf.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: -64px;
}

#main_contents #brand .block_content_1 .main .leaf {
  min-height: 375px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

#main_contents #brand .block_content_1 .main .leaf span {
  display: block;
  position: relative;
}

#main_contents #brand .block_content_1 .main .leaf span img {
  position: absolute;
}

#main_contents #brand .block_content_1 .main .leaf_left {
  width: 186px;
  bottom: -235px;
}

#main_contents #brand .block_content_1 .main .leaf_left_1 {
  top: 0;
  -webkit-animation: leafSpin01 3s linear infinite;
          animation: leafSpin01 3s linear infinite;
}

#main_contents #brand .block_content_1 .main .leaf_left_2 {
  top: 120px;
  left: -2px;
  -webkit-animation: leafSpin01 4s linear infinite;
          animation: leafSpin01 4s linear infinite;
}

#main_contents #brand .block_content_1 .main .leaf_right {
  width: 154px;
  right: 0;
  bottom: -235px;
}

#main_contents #brand .block_content_1 .main .leaf_right_1 {
  top: 0;
  right: 0;
  -webkit-animation: leafSpin03 3s linear infinite;
          animation: leafSpin03 3s linear infinite;
}

#main_contents #brand .block_content_1 .main .leaf_right_2 {
  top: 115px;
  right: -3px;
  -webkit-animation: leafSpin04 4s linear infinite;
          animation: leafSpin04 4s linear infinite;
}

#main_contents #brand .block_content_1 .main h1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#main_contents #brand .block_content_1 .main p img {
  position: absolute;
  top: -205px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#main_contents #brand .block_content_1 .main_sub {
  position: relative;
  text-align: center;
  padding: 0px 20px 80px;
}

#main_contents #brand .block_content_1 .main_sub::before {
  content: "";
  display: block;
  height: 64px;
  background-image: url(../img/common/silhouette.png);
  background-repeat: repeat-x;
  background-position: center 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}

#main_contents #brand .block_content_1 .main_sub .leaf_rotation {
  position: relative;
  height: 110px;
  margin: 50px auto 0;
}

#main_contents #brand .block_content_1 .main_sub .leaf_rotation::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/leaf.png) no-repeat center;
  -webkit-animation: spin01 20s linear infinite;
          animation: spin01 20s linear infinite;
}

#main_contents #brand .block_content_1 .main_sub .leaf_rotation img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

#main_contents #brand .block_content_1 .main_sub h2 {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 50px;
}

#main_contents #brand .block_content_1 .main_sub h2 img {
  margin: auto;
}

#main_contents #brand .block_content_1 .main_sub p {
  font-size: 111%;
  line-height: 2;
}

#main_contents #brand .block_content_1 .main_sub p + p {
  margin-top: 15px;
}

#main_contents #brand .block_content_2 .layout {
  min-height: 560px;
  position: relative;
  background-image: url(../img/top/product_bg.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 10px;
}

#main_contents #brand .block_content_2 .layout:nth-child(even) .layout_imgArea {
  left: 0;
}

#main_contents #brand .block_content_2 .layout:nth-child(even) .layout_txtArea {
  width: 525px;
  right: 0;
}

#main_contents #brand .block_content_2 .layout:nth-child(even) .layout_txtArea::before {
  left: auto;
  right: -100px;
}

#main_contents #brand .block_content_2 .layout:nth-child(2) {
  background-image: url(../img/top/material_bg.jpg);
}

#main_contents #brand .block_content_2 .layout:nth-child(3) {
  background-image: url(../img/top/development_bg.jpg);
}

#main_contents #brand .block_content_2 .layout:nth-child(4) {
  background-image: url(../img/top/qualitystandard_bg.jpg);
}

#main_contents #brand .block_content_2 .layout:nth-child(5) {
  background-image: url(../img/top/qualityinspection_bg_1.jpg);
}

#main_contents #brand .block_content_2 .layout:nth-child(6) {
  background-image: url(../img/top/qualityinspection_bg_2.jpg);
}

#main_contents #brand .block_content_2 .layout_imgArea {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

#main_contents #brand .block_content_2 .layout_txtArea {
  min-height: 505px;
  position: absolute;
  padding: 50px 15px 50px 35px;
}

#main_contents #brand .block_content_2 .layout_txtArea::before {
  content: "";
  width: 640px;
  min-height: 640px;
  position: absolute;
  top: -57px;
  left: -100px;
  border-radius: 100%;
  background: -webkit-linear-gradient(315deg, white 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  z-index: 0;
}

#main_contents #brand .block_content_2 .layout_txtArea * {
  position: relative;
  z-index: 1;
}

#main_contents #brand .block_content_2 .layout_txtArea .num {
  margin-bottom: 30px;
}

#main_contents #brand .block_content_2 .layout_txtArea h3 {
  color: #de547b;
  font-size: 234%;
  letter-spacing: -0.1em;
  margin-bottom: 30px;
}

#main_contents #brand .block_content_2 .layout_txtArea h3 span {
  font-size: 143%;
}

#main_contents #brand .block_content_2 .layout_txtArea .more {
  width: 100%;
  max-width: 298px;
  font-size: 129%;
  letter-spacing: 0.08em;
  line-height: 72px;
  position: absolute;
  bottom: 85px;
  border-radius: 50px;
  max-width: 410px;
  line-height: 40px;
}

#main_contents #brand .block_content_2 .layout_txtArea .more span {
  border-radius: 50px;
}

#main_contents #brand .block_content_2 .layout_txtArea .more span::after {
  content: none;
}

@media (max-width: 950px) {
  #main_contents #brand .block_content .block_content_2 .layout .layout_imgArea img {
    position: relative;
    left: 100px;
  }
  #main_contents #brand .block_content .block_content_2 .layout:nth-child(even) .layout_imgArea img {
    left: auto;
    right: 100px;
  }
}

@media (max-width: 768px) {
  #main_contents #brand .block_content_1 .main {
    min-height: 280px;
    margin-bottom: -34px;
  }
  #main_contents #brand .block_content_1 .main .leaf {
    min-height: 167px;
  }
  #main_contents #brand .block_content_1 .main .leaf_left {
    width: 75px;
    bottom: -130px;
  }
  #main_contents #brand .block_content_1 .main .leaf_left_2 {
    width: 34px;
    top: 55px;
    left: 0;
  }
  #main_contents #brand .block_content_1 .main .leaf_right {
    width: 74px;
    bottom: -130px;
  }
  #main_contents #brand .block_content_1 .main .leaf_right_2 {
    width: 52px;
    top: 50px;
    right: 0;
  }
  #main_contents #brand .block_content_1 .main h1 img {
    height: 89px;
    top: 10px;
  }
  #main_contents #brand .block_content_1 .main p img {
    height: 15px;
    top: -120px;
  }
  #main_contents #brand .block_content_1 .main_sub {
    text-align: center;
    padding: 0px 15px 45px;
    overflow: hidden;
  }
  #main_contents #brand .block_content_1 .main_sub::before {
    height: 34px;
    background-size: auto 64px;
    margin: 0 -15px;
  }
  #main_contents #brand .block_content_1 .main_sub .leaf_rotation {
    height: 87px;
    margin: 55px auto 0;
  }
  #main_contents #brand .block_content_1 .main_sub .leaf_rotation::before {
    background-size: 87px;
  }
  #main_contents #brand .block_content_1 .main_sub .leaf_rotation img {
    height: 19px;
  }
  #main_contents #brand .block_content_1 .main_sub h2 {
    text-align: center;
    margin: 35px 0 40px;
  }
  #main_contents #brand .block_content_1 .main_sub h2 img {
    height: 106px;
  }
  #main_contents #brand .block_content_1 .main_sub p {
    font-size: 106%;
    line-height: 1.82;
  }
  #main_contents #brand .block_content_1 .main_sub p + p {
    margin-top: 15px;
  }
  #main_contents #brand .block_content_2 .layout {
    display: block;
    min-height: auto;
    background-image: none !important;
    margin-bottom: 40px;
  }
  #main_contents #brand .block_content_2 .layout:nth-child(even) .layout_imgArea img,
  #main_contents #brand .block_content_2 .layout:nth-child(even) .layout_txtArea {
    left: 0;
    right: 0;
  }
  #main_contents #brand .block_content_2 .layout_imgArea img {
    position: static;
  }
  #main_contents #brand .block_content_2 .layout_imgArea {
    position: relative;
    height: 0;
    line-height: 1;
    overflow: hidden;
    width: 100%;
    padding-bottom: 61.875%;
  }
  #main_contents #brand .block_content_2 .layout_imgArea img {
    position: absolute;
    top: -20.2020202020202%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #main_contents #brand .block_content_2 .layout:nth-child(5) .layout_imgArea {
    padding-bottom: 75.3125%;
  }
  #main_contents #brand .block_content_2 .layout:nth-child(5) .layout_imgArea img {
    top: 0;
  }
  #main_contents #brand .block_content_2 .layout_txtArea {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 0 15px;
    background: #fff;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #main_contents #brand .block_content_2 .layout_txtArea::before {
    content: none;
  }
  #main_contents #brand .block_content_2 .layout_txtArea .num {
    height: 56px;
    margin-left: 0;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
  }
  #main_contents #brand .block_content_2 .layout_txtArea h3 {
    font-size: 156%;
    margin-bottom: 18px;
    letter-spacing: -0.15em;
  }
  #main_contents #brand .block_content_2 .layout_txtArea p {
    font-size: 116%;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #main_contents #brand .block_content_2 .layout .more {
    position: static;
    max-width: 100%;
    font-family: "Cinzel", serif;
    font-size: 126%;
    line-height: 50px;
    border-radius: 0;
  }
  #main_contents #brand .block_content_2 .layout .more span {
    line-height: 50px;
    border-radius: 0;
  }
}
