@charset "UTF-8";
/* 共通 */

body.home .main-wrapper::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 6em;
  width: 100vw;
  height: 62.875em;
  margin: 0 calc(50% - 50vw);
  background: url(../images/bg_white_grade.png) center/100% 100% no-repeat;
  content: "";
}

body.home .mct {
  z-index: 2;
  position: relative;
}

.hdrMain {
  z-index: -2;
  height: 52em;
  background: url(../images/img_hero-min.png) center/cover no-repeat;
}

.hdrMain-inner {
  position: relative;
  height: 100%;
  margin-left: 18%;
}

.hdrMain-inner::before, .hdrMain-inner::after {
  display: block;
  position: absolute;
  content: "";
}

.hdrMain-inner::before {
  top: 0;
  left: 5em;
  width: 21em;
  height: 23em;
  background: url(../images/img_hero_parts_primary.png) center/contain no-repeat;
}

.hdrMain-inner::after {
  right: 13%;
  bottom: 19em;
  width: 20em;
  height: 18em;
  background: url(../images/img_hero_parts_secondary.png) center/contain no-repeat;
}

.hdrMain-copy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5em;
  left: 19em;
  flex-direction: column;
}

.hdrMain-copy.inview {
  -webkit-transform: translateY(20%);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transform: translateY(20%);
  opacity: 0;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}

.hdrMain-copy.inview.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.hdrMain-copy-primary {
  margin-left: -0.3em;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.3;
}

.hdrMain-copy-secondary {
  margin: 1em 0 1.5em;
  font-size: 1em;
  line-height: 2;
}

.hdrMain-copy-tertiary {
  font-size: 0.8125em;
}

.sec-news {
  position: relative;
  margin-top: -24em;
  background-color: rgba(255, 255, 255, 0.78);
}

.sec-news::before, .sec-news::after {
  display: block;
  position: absolute;
  content: "";
}

.sec-news::before {
  top: 2em;
  left: -4em;
  width: 6.875em;
  height: 7.875em;
  background: url(../images/deco_prant_01.png) center/contain no-repeat;
}

.sec-news::after {
  right: -2em;
  bottom: 10em;
  width: 3.75em;
  height: 7.0625em;
  background: url(../images/deco_prant_02.png) center/contain no-repeat;
}

.sec-news .btn-wrap {
  margin: 3em auto 0;
}

.news-list {
  margin: 2em 0;
}

.news-list__time {
  width: 5em;
}

.news-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 0 0.5em 0.5em;
  border-bottom: 0.5px solid #ccc;
  list-style: none;
}

.news-list__item time {
  width: 7.5em;
  white-space: nowrap;
}

.news-list__item-label {
  display: block;
  width: 6em;
  margin: 0 0.8em;
  padding: 0.3em;
  border-radius: 0.9375em;
  background-color: #D9D7EC;
  font-size: 0.9375em;
  line-height: 1;
  text-align: center;
}

a.news-list__item-label {
  color: #fff;
  text-decoration: none;
}

.news-list__item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

a.news-list__item-title {
  color: initial;
  text-decoration: none;
}

.news-list__item-title.ellipsis {
  display: inline-block;
  width: 13em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list__item-title a {
  color: inherit;
}

a.news-list__item-title a {
  color: initial;
  text-decoration: none;
}

.news-list__item-title a:hover {
  text-decoration: none;
}

.sec-about {
  position: relative;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background: transparent url(../images/bg_white_grade.png) center top/100% 100% no-repeat;
}

.sec-about .btn-wrap {
  margin: 3em auto 0;
}

.sec-about::before {
  display: block;
  position: absolute;
  top: -1.5em;
  left: 5em;
  width: 4.375em;
  height: 8.125em;
  background: url(../images/deco_flower_01.png) center/contain no-repeat;
  content: "";
}

.sec-product {
  position: relative;
}

.sec-product .btn-wrap {
  margin: 3em auto 0;
}

.sec-product::before {
  display: block;
  position: absolute;
  top: -1.5em;
  left: -5em;
  width: 11.9375em;
  height: 12.125em;
  background: url(../images/deco_prant_03.png) center/contain no-repeat;
  content: "";
}

.sec-product::after {
  display: block;
  position: absolute;
  right: -5em;
  bottom: -1.5em;
  width: 11.4375em;
  height: 6.25em;
  background: url(../images/deco_flower_02.png) center/contain no-repeat;
  content: "";
}

.sec-event {
  position: relative;
  margin-bottom: 13em;
}

.sec-event::before {
  display: block;
  position: absolute;
  top: 8em;
  right: -9em;
  width: 18.4375em;
  height: 12.3125em;
  background: url(../images/deco_prant_04.png) center/contain no-repeat;
  content: "";
}

.sec-event::after {
  display: block;
  position: absolute;
  bottom: -3em;
  left: -5em;
  width: 9em;
  height: 9em;
  background: url(../images/deco_prant_05.png) center/contain no-repeat;
  content: "";
}

.sec-event-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.sec-event-wrap.-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec-event-wrap.-revers .sec-event-wrap__img {
  margin-right: 1.5em;
  margin-left: auto;
}

.sec-event-wrap + .sec-event-wrap {
  margin-top: 4em;
}

.sec-event-wrap .btn-wrap {
  margin-top: 1.5em;
  margin-left: auto;
}

.sec-event-wrap__cnts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec-event-wrap__img {
  width: 18.4375em;
  margin-left: 1.5em;
}

.sp-cnv .slide-menu-cnv__txt {
  color: #363636;
  font-size: 1.25em;
}

.sp-cnv .slide-submenu-list__item-link {
  font-size: 1.125em;
}

@media screen and (max-width: 1540px) {
  /* 共通 */
}

@media screen and (max-width: 1260px) {
  /* 共通 */
}

@media screen and (max-width: 1100px) {
  /* 共通 */
}

@media screen and (max-width: 840px) {
  /* 共通 */
  .hdrMain-inner::before {
    left: -11em;
  }
  .hdrMain-inner::after {
    right: -5em;
  }
  .hdrMain-copy {
    left: 2em;
  }
  .news-list {
    font-size: 2vw;
  }
}

@media screen and (max-width: 480px) {
  /* 共通 */
  body.home .main-wrapper::before {
    top: auto;
    bottom: -14em;
    height: 53em;
  }
  body.home .mct {
    font-size: 1.1em;
  }
  .hdrMain {
    height: 49em;
    background: url(../images/img_hero_sp-min.png) top center/cover no-repeat;
  }
  .hdrMain-inner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .hdrMain-inner::before {
    left: 0em;
    width: 12em;
    height: 14em;
  }
  .hdrMain-inner::after {
    top: 1em;
    right: -1em;
    width: 10em;
    height: 13em;
  }
  .hdrMain-copy {
    top: 3em;
    left: 7em;
  }
  .hdrMain-copy-primary {
    font-size: 2.5em;
  }
  .hdrMain-copy-secondary {
    font-size: 1.2em;
    line-height: 1.7;
  }
  .sp-nav {
    position: relative;
    margin-top: -24em;
    font-size: 3.7vw;
  }
  .sec-news {
    margin-top: 3em;
  }
  .news-list {
    font-size: 3.5vw;
  }
  .news-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-list__item-label {
    margin: 0 0 0 1.5em;
  }
  .news-list__item-title {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin-top: 0.8em;
  }
  .news-list__item-title.ellipsis {
    width: 25em;
  }
  .sec-about::after {
    z-index: -1;
    position: absolute;
    top: -20em;
    left: 0;
    width: 100%;
    height: 30em;
    background: url(../images/bg_white_grade.png) center/100% 100% no-repeat;
    content: "";
  }
  .sec-about::before {
    left: 0;
  }
  .sec-product::after {
    right: 0;
    bottom: -3em;
  }
  .sec-event {
    margin-bottom: 5em;
  }
  .sec-event::before {
    top: 6em;
    right: -5em;
  }
  .sec-event::after {
    left: -2em;
  }
  .sec-event-wrap {
    display: block;
    position: relative;
  }
  .sec-event-wrap.-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec-event-wrap.-revers .sec-event-wrap__img {
    margin-right: 0;
  }
  .sec-event-wrap .btn-wrap {
    margin: 20em auto 0;
  }
  .sec-event-wrap__img {
    position: absolute;
    bottom: 5em;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .sp-cnv {
    position: relative;
    margin-top: 5em;
  }
}
