.cmn__inner {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .cmn__inner {
    padding: 0 5.270863836vw;
  }
}

/*------------------------------------------
dist--mv__container
------------------------------------------*/
.dist--mv__container {
  width: 100%;
  height: 80vw;
}
@media (min-width: 1025px) {
  .dist--mv__container {
    height: 33.6749633968vw;
  }
}
.dist--mv__container .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dist--mv__container .img::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dist--mv__container .img img {
  height: 100%;
}
.dist--mv__container .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.03em;
}
@media (min-width: 1025px) {
  .dist--mv__container .ttl {
    font-weight: 900;
    left: 5.270863836vw;
    font-size: 64px;
    letter-spacing: 0.05em;
  }
}

.dist--mv__container,
.detail__container {
  position: relative;
}
.dist--mv__container .logo,
.detail__container .logo {
  width: 123px;
  height: 50px;
  position: absolute;
  top: 22px;
  left: 24px;
}
@media (min-width: 1025px) {
  .dist--mv__container .logo,
  .detail__container .logo {
    display: none;
  }
}
.dist--mv__container .logo > a,
.detail__container .logo > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.dist--mv__container .logo > a::before,
.detail__container .logo > a::before {
  content: "";
  background: url(../images/common/h_logo_sp.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dist--mv__container .logo > a::before {
  content: "";
  background: url(../images/common/h_logo_sp.png) no-repeat center/100%;
}

.detail__container .logo > a::before {
  content: "";
  background: url(../images/common/h_b_logo_sp.png) no-repeat center/100%;
}

/*------------------------------------------
dist--cnt__container
------------------------------------------*/
.dist--cnt__container {
  background: #ffffff;
  padding: 40px 0 0;
}
@media (min-width: 1025px) {
  .dist--cnt__container {
    padding: 80px 0 0;
  }
}

/*------------------------------------------
breadcrumb
------------------------------------------*/
.cmn__breadcrumb {
  padding: 60px 0 24px 24px;
}
@media (min-width: 1025px) {
  .cmn__breadcrumb {
    padding: 100px 0 32px 5.270863836vw;
  }
}
.cmn__breadcrumb .inner {
  overflow: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 #ededed;
}
.cmn__breadcrumb .breadcrumb__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .cmn__breadcrumb .breadcrumb__list {
    padding-bottom: 6px;
  }
}
.cmn__breadcrumb .breadcrumb__list--item {
  font-size: 13px;
}
.cmn__breadcrumb .breadcrumb__list--item a {
  display: block;
  text-decoration: underline;
  padding-right: 13px;
  margin-right: 10px;
  position: relative;
}
.cmn__breadcrumb .breadcrumb__list--item a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
}

/*------------------------------------------
detail__container
------------------------------------------*/
.detail__container {
  padding: 110px 0 0;
}
@media (min-width: 1025px) {
  .detail__container {
    padding: 150px 0 0;
  }
}
@media (min-width: 1025px) {
  .detail__container .cmn__inner {
    padding: 0 12.737920937vw;
  }
}

.detail__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .detail__ttl {
    line-height: 1.2;
    font-size: 42px;
    margin-bottom: 48px;
  }
}

.detail__img {
  width: 100%;
  margin: 0 auto 32px;
}
@media (min-width: 1025px) {
  .detail__img {
    max-width: 44.6559297218vw;
    margin: 0 auto 48px;
  }
}
@media (min-width: 1025px) {
  .detail__img.w-100 {
    max-width: 100%;
  }
}

.cmn__txt {
  line-height: 1.6;
  font-size: 16px;
}

.dotted__txt {
  padding-left: 14px;
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .dotted__txt {
    padding-left: 12px;
  }
}
.dotted__txt::before {
  content: "";
  background: #000000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
}
.dotted__txt:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
social
------------------------------------------*/
.social__block {
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 1025px) {
  .social__block {
    margin: 0 auto 48px;
  }
}
.social__block:last-child {
  margin: 0 auto;
}

.social__ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .social__ttl {
    letter-spacing: 0.05em;
    font-weight: 900;
    font-size: 64px;
    margin-bottom: 56px;
  }
}

.social__subttl {
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
  margin-bottom: 16px;
}