#cmd_subpage_headline {
  position: relative;
}
#cmd_subpage_headline .sp_bg {
  display: none;
}
#cmd_subpage_headline > dl {
  width: 230px;
  height: 230px;
  background: #005740;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease 1s;
  position: absolute;
  top: 194px;
  left: calc(50% - 500px);
}
#cmd_subpage_headline > dl.active {
  transform: translateY(0);
  opacity: 1;
}
#cmd_subpage_headline > dl dt {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
#cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___shopinfo {
  padding-top: 145px;
}
#cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___news {
  padding-top: 166px;
}
#cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___information {
  padding-top: 166px;
}
#cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___access {
  padding-top: 160px;
}
#cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___feature {
  padding-top: 151px;
}
#cmd_subpage_headline > dl dd img {
  width: 100% !important;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #cmd_subpage_headline {
    margin-top: 2.1333333333vw;
  }
  #cmd_subpage_headline canvas {
    display: none;
  }
  #cmd_subpage_headline .sp_bg {
    display: block;
  }
  #cmd_subpage_headline .sp_bg img {
    width: 100% !important;
  }
  #cmd_subpage_headline > dl {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    transform: translate(-50%, 30px);
    top: 26.6666666667vw;
    left: 50%;
  }
  #cmd_subpage_headline > dl.active {
    transform: translate(-50%, 0);
  }
  #cmd_subpage_headline > dl dt {
    font-size: 3.2vw;
    line-height: 4vw;
  }
  #cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___shopinfo {
    padding-top: 15.6vw;
  }
  #cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___news {
    padding-top: 18.2666666667vw;
  }
  #cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___information {
    padding-top: 18.2666666667vw;
  }
  #cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___access {
    padding-top: 18.2666666667vw;
  }
  #cmd_subpage_headline > dl dt.cmd_subpage_headline___kind___feature {
    font-size: 2.6666666667vw;
    line-height: 3.3333333333vw;
    padding-top: 14.5333333333vw;
  }
}
#cmd_subpage_slimed_headline {
  width: 100%;
  height: 160px;
  margin: -12px 0 -35px;
  background-image: url("../../images/common/subpage/slimed_header_bg.svg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#cmd_subpage_slimed_headline .inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#cmd_subpage_slimed_headline .inner h1 {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease 1s;
}
#cmd_subpage_slimed_headline .inner h1.active {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #cmd_subpage_slimed_headline {
    height: 21.3333333333vw;
    margin: 3.7333333333vw 0 0;
    background-image: url("../../images/common/subpage/slimed_header_bg_sp.svg");
    background-size: 100% auto;
  }
  #cmd_subpage_slimed_headline .inner {
    width: 92vw;
  }
  #cmd_subpage_slimed_headline .inner h1 {
    font-size: 6.1333333333vw;
  }
}
.cmd_breadcrumbs {
  width: 1000px;
  margin: 45px auto 0;
}
.cmd_breadcrumbs ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmd_breadcrumbs ul li {
  font-size: 14px;
}
.cmd_breadcrumbs ul li a {
  color: #005740;
}
.cmd_breadcrumbs ul li span.arrow {
  padding: 0 6px;
}

@media screen and (max-width: 767px) {
  .cmd_breadcrumbs {
    display: none;
  }
}

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