@charset "utf-8";

/* sec_01 ******************************/
.sec_01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fafafa),
    to(#efefef)
  );
  background: linear-gradient(to bottom, #fafafa, #efefef);
}

.sec_01 .container > .flexBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1070px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.prodTxt {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding-left: 0.2rem; */
  padding-top: 1.8rem;
}

.iconBox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0rem;
}

.iconBox img {
  width: 1rem;
  max-width: 50px;
  margin: 0.2rem 0.2rem 0.2rem 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.6;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .iconBox img {
    height: intrinsic;
  }
}

.prodImg {
  width: 57%;
  max-width: 606px;
}

h2 {
  font-size: 37px;
  line-height: 1;
}

h3 {
  font-size: 27px;
  font-weight: 300;
  color: #535353;
  line-height: 1.8;
  margin-top: 0.3em;
}

/* sec_02 ******************************/
.sec_02,
.sec_04,
.sec_05 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  background-color: #000000;
  background-repeat: repeat-x;
  background-position: center left;
  background-size: cover;
}

.sec_02 {
  background-image: url(../../images/mdsm7_84.jpg);
  background-position: center right;
}

.sec_04 {
  background-image: url(../../images/mdsm7_86.jpg);
}

.sec_05 {
  background-image: url(../../images/mdsm7_87.jpg);
}

.mainBG {
  background-image: -webkit-gradient(
    linear,
    90deg,
    color-stop(40%, rgba(0, 0, 0, 0)),
    color-stop(67%, rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.5) 67%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mainBG2 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, rgba(0, 0, 0, 0)),
    color-stop(70%, rgba(0, 0, 0, 0.7))
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.7) 70%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec_05 .mainBG2 {
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.5) 75%
  );
}

.sec_02 .tentBox {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec_04 .tentBox {
  width: 45%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

.sec_04 .tentBox .flexBox {
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.sec_04 .tentBox img {
  max-width: 300px;
}

.sec_05 .tentBox img {
  margin-bottom: 20px;
}

.sec_05 .tentBox {
  width: 45%;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

.sec_02 h3,
.sec_04 h3,
.sec_05 h3 {
  font-size: 0.72rem;
  font-weight: 100;
  color: #ffffff;
  line-height: 1.4;
}

.sec_02 p,
.sec_04 p,
.sec_05 p {
  /* list-style: disc; */
  font-size: 0.38rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 0.5em;
  font-weight: 300;
  max-width: 800px;
}

.sec_04 p {
  text-align: left;
}

.sec_04 .W30 {
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 0.5em;
}

/* sec_03 ******************************/
.sec_03 {
  background-color: #ffffff;
  overflow: hidden;
}

.sec_03 .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_03 .tentBox {
  width: 100%;
}

.sec_03 h3 {
  font-size: 0.72rem;
  font-weight: 100;
  color: #464646;
  text-align: center;
  margin-bottom: 1em;
}

.sec_03 .icoTent {
  background-color: #ededed;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  padding: 0.5rem 0;
  position: relative;
  z-index: 5;
  justify-content: flex-start;
}

.sec_03 .icoTent:before {
  content: "";
  display: block;
  height: 100%;
  width: 150vw;
  background-color: #ededed;
  position: absolute;
  top: 0;
  left: -25vw;
  z-index: -1;
}

.icoBox {
  width: 33.3333%;
  padding: 0.4rem 0;
}

.icoImg {
  width: 1rem;
  max-width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.3rem;
}

.icoTxt {
  font-size: 0.3rem;
  /* font-weight: 300; */
  padding-right: 2em;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.02em;
}

.icoBox:nth-child(3n) .icoTxt {
  padding-right: 0;
}

.icoTxt .bold {
  font-size: 0.32rem;
  line-height: 1;
  margin-bottom: 0.3em;
}

.logoBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.logo {
  font-size: 0.28rem;
  font-weight: 300;
  text-align: center;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo:last-child {
  padding-right: 0;
}

.logo img {
  margin: auto;
}

.logo:nth-child(1) img {
  max-width: 192px;
}

.logo:nth-child(2) img {
  max-width: 235px;
}

.logo:nth-child(3) img {
  max-width: 139px;
}

.logo:nth-child(4) img {
  max-width: 165px;
}
.logo:nth-child(5) img {
  max-width: 150px;
}

.logoName {
  margin-top: 1em;
}

/* sec_05 ******************************/
.sec_06 {
  background: #ededed;
  text-align: center;
}

.sec_06 .s6c {
  text-align: center;
  padding-left: 20px;
  display: inline-block;
  height: initial;
}

.sec_06 h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #464646;
  text-align: center;
  display: block;
}

.s6c iframe {
  margin-top: 15px;
  width: calc(92vw - 40px);
  max-width: 1120px;
  height: 46vw;
  max-height: 630px;
}

/* media
----------------------------------------------------------------------------*/
@media screen and (max-width: 1310px) {
  .prodTxt {
    padding-left: 1rem;
    width: 45%;
  }

  .prodImg {
    width: 52%;
  }
}

@media screen and (max-width: 1280px) {
  .sec_03 .icoTent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }

  .sec_05 .tentBox {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .logoBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    width: 33.3333%;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .prodTxt {
    padding-top: 0;
    width: 47%;
  }
  .icoBox:nth-child(3n) .icoTxt {
    padding-right: 2em;
  }

  .icoBox {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  /* fullPage */

  /* sec_01 ******************************/
  .sec_01 .container > .flexBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prodTxt {
    width: auto;
    padding-left: 0;
    text-align: center;
  }

  .iconBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.1rem;
  }

  .iconBox img {
    width: 14%;
    margin: 0.15rem 1.2%;
  }

  .prodImg {
    width: 60%;
    min-width: 200px;
    margin: 1rem auto 0 auto;
  }

  h2 {
    font-size: 0.64rem;
  }

  h3 {
    font-size: 0.4rem !important;
    line-height: 1.4;
  }

  .tentBox p {
    font-size: 0.28rem !important;
  }

  .mainBG2 {
    background: rgba(0, 0, 0, 0.6);
  }

  /* sec_02 ******************************/
  .sec_02 {
    background-position: center right 20%;
  }
  .sec_02 .container {
    width: calc(100vw - 30px);
  }
  .mainBG {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, rgba(0, 0, 0, 0)),
      color-stop(80%, rgba(0, 0, 0, 0.7))
    );
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.7) 80%
    );
  }

  .sec_02 .tentBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    text-align: right;
  }

  .sec_02 h3 {
    width: 100%;
  }

  /* sec_03 ******************************/
  .sec_03 {
    background-color: #ededed;
  }
  .sec_03 .container {
    padding-bottom: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
  }

  .sec_03 h3 {
    margin-bottom: 0.5em;
  }

  .sec_03 .icoTent {
    display: block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .icoBox {
    width: auto;
    padding: 0.2rem 0;
  }

  .icoImg {
    width: 0.8rem;
  }

  .icoTxt {
    font-size: 0.28rem;
    padding-right: 0;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }

  .icoBox:nth-child(3n) .icoTxt {
    padding-right: 0;
  }

  .icoTxt .bold {
    font-size: 0.3rem;
    line-height: 1;
    margin-bottom: 0.3em;
  }

  /* slickBx */
  .slickBox {
    width: 100%;
    position: relative;
  }

  .slickBx {
    width: 100%;
  }

  .slick-dots {
    left: 0;
    bottom: -50px;
  }

  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }

  /* sec_04 ******************************/
  .sec_04 {
    background-position: left 30% center;
  }
  .sec_04 .tentBox,
  .sec_05 .tentBox {
    width: 60%;
  }

  .sec_04 .tentBox img {
    max-width: 200px;
  }

  .sec_02 p {
    margin-bottom: 40px;
    font-size: 0.28rem;
  }

  .sec_05 {
    background-position: right 35% center;
  }

  .logoBox {
    margin-top: 0.5rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .logo {
    width: 44%;
    padding-right: 0;
    margin-bottom: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .sec_04 .tentBox,
  .sec_05 .tentBox {
    width: 76%;
  }

  .logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logoName {
    margin: 0 auto;
    max-width: 7em;
    line-height: 1.4;
  }
  .logo:nth-child(3) .logoName {
    max-width: 6em;
  }
  .logo:nth-child(4) .logoName {
    max-width: 9em;
  }
  .logo:last-child .logoName {
    max-width: 9em;
  }
}
