.mv {
  position: relative;
  height: auto;
}
.mv .mv-slick-item {
  position: relative;
}
.mv-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}
.mv-catch {
  position: absolute;
  top: 50vh;
  left: 18vw;
  width: auto;
}
.mv-dot {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mv-dot li {
  margin-right: 30px;
}
.mv-dot button {
  font-size: 0;
  background: #e0e0e0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.mv-dot .slick-active button {
  background-color: #177047;
}
.info_area {
  margin-top: 60px;
}
.info_area_inr {
  padding: 10px;
  background-color: #fcfcfc;
}
.info_area_list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.info_area_list_li:nth-child(n+2) {
  margin-top: 0.5em;
}
.info_area_list_span {
  display: inline-block;
  padding: 2px 0 2px 26px;
  color: #000;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  position: relative;
}
.info_area_list_span.caution_red {
  background-image: url("../img/top/icon_caution_red.png");
}
.info_area_list_span.caution_red_inr {
  background-image: url("../img/top/icon_caution_red_inr.png");
}
.info_area_list_span.caution_green {
  background-image: url("../img/top/icon_caution_green.png");
}
.info_area_list_span.caution_green_inr {
  background-image: url("../img/top/icon_caution_green_inr.png");
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.btns {
  width: 100%;
  margin: 60px 0;
}
.wrap-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btns_item {
  margin: 0 30px;
  border: 1px solid #e0e0e0;
}
.btns_link {
  width: 560px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btns_link:hover {
  opacity: 0.5;
}
.btns_link::after {
  content: '';
  width: 13px;
  height: 13px;
  border-top: #177047 2px solid;
  border-right: #177047 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
}
.btns_icon {
  width: auto;
  margin-right: 50px;
  margin-left: -40px;
}
.btns_textGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -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;
  color: #333;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 2px;
}
.btns_textGroup .btns_text-small {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
}
.wrap-topics {
  width: 1440px;
}
.topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}
.topics_thumb {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 352px;
  height: 352px;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics_item {
  width: 352px;
}
.topics_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topics_body {
  padding: 20px 24px 0;
}
.topics_genre {
  color: #177047;
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 2px;
  border-bottom: 2px solid #177047;
}
.topics_date {
  color: #63666a;
  font-size: 14px;
}
.topics_title {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.heading {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 30px;
}
.heading_sub {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
}
.btn {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333;
  position: relative;
  width: 320px;
  height: 56px;
  border: solid 1px #177047;
  letter-spacing: 2px;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.5;
}
.btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: #177047 1px solid;
  border-right: #177047 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
}
.aboutus {
  padding-bottom: 60px;
  margin-top: 30px;
}
.aboutus_wrap {
  width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.aboutus_body {
  margin-top: 50px;
  width: 100%;
  min-height: 500px;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  background: url("../img/top/about_bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.aboutus_body:hover {
  opacity: 0.5;
}
.btn-aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
}
.btn-aboutus .heading {
  margin-top: 0;
}
.about_subordinate {
  width: 1440px;
  margin: 10px auto 0;
}
.about_subordinate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_subordinate_list_item {
  width: calc((100% - 20px) / 3);
}
.about_subordinate_list_item_link {
  display: block;
  padding: 90px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about_subordinate_list_item_link.brand {
  background: url("../img/top/about_subordinate_bg_01.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
.about_subordinate_list_item_link.business {
  background: url("../img/top/about_subordinate_bg_02.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
.about_subordinate_list_item_link.shop {
  background: url("../img/top/about_subordinate_bg_03.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
.about_subordinate_panel_card_ttl {
  padding: 31px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 2.4px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: rgba(255,255,255,0.8);
}
.about_subordinate_panel_card_ttl .jp {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.js-parallax {
  min-height: 500px;
  background: transparent;
}
.js-scrollAction li {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-scrollAction li.num2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scrollAction li.num3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-scrollAction li.num4 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-active-top-list {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}

/*# sourceMappingURL=top.css.map */
