@charset "UTF-8";
.m-hero {
  overflow: hidden;
  background: url(/hizaactive/images/bg_hero-pc.jpg) 0 0/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .m-hero {
    background: url(/hizaactive/images/bg_hero-sp.jpg) 0 100%/cover no-repeat;
  }
}
.m-hero .m-hero-inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-hero .m-hero-inner {
    width: 90%;
    max-width: 1252px;
    margin: 0 auto;
    padding: 130px 0 100px;
    display: grid;
    grid-template-columns: 47% 53%;
    grid-template-rows: repeat(2, 1fr);
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
    grid-template-rows: max-content max-content 1fr auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .m-hero .m-hero-inner .m-hero-title {
    grid-area: 1/1/2/2;
  }
  .m-hero .m-hero-inner .m-hero-prodImage {
    grid-area: 1/2/3/3;
    position: relative;
  }
  .m-hero .m-hero-inner .m-hero-prodImage img {
    position: absolute;
    max-width: 100%;
    width: auto;
    right: 0;
    top: 30px;
    translate: -10% 0;
  }
  .m-hero .m-hero-inner .m-hero-textWrap {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (max-width: 767px) {
  .m-hero .m-hero-inner {
    padding: 45px 0 30px;
  }
  .m-hero .m-hero-inner .m-hero-prodImage {
    margin-top: -2.6666666667vw;
    margin-bottom: -18.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .m-hero .m-hero-title {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .m-hero .m-hero-prodImage {
    margin: -8vw 22px 0 26px;
    aspect-ratio: 16/13;
    position: relative;
  }
  .m-hero .m-hero-prodImage img {
    position: absolute;
    left: -7.2vw;
    top: 0;
  }
}
.m-hero .m-hero-textWrap {
  z-index: 2;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-hero .m-hero-textWrap {
    padding-left: 24px;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .m-hero .m-hero-textWrap {
    margin-top: 10px;
    padding: 0 10px 0 20px;
  }
}
.m-hero .m-hero-tag {
  margin-bottom: 14px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 2px 16px;
  background-color: #E9D672;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .m-hero .m-hero-tag {
    font-size: 1.1rem;
  }
}
.m-hero .m-hero-text {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #fff;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media only screen and (max-width: 767px) {
  .m-hero .m-hero-text {
    font-size: 1.4rem;
  }
}
.m-hero .m-hero-text .sml {
  font-size: 0.5em;
  vertical-align: middle;
}
.m-hero .m-hero-ingredient {
  margin-top: 16px;
  font-size: 1.3rem;
  color: #fff;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media only screen and (max-width: 767px) {
  .m-hero .m-hero-ingredient {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.m-anchor {
  width: 100%;
  max-width: 1085px;
  margin: 60px auto;
}
@media print, screen and (min-width: 768px) {
  .m-anchor {
    width: 95%;
    max-width: 905px;
  }
}
.m-anchor a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.m-anchor a::after {
  content: "";
  display: block;
  background: url(../images/bullet_arrow_down.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .m-anchor {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-anchor {
    margin: 8vw 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.m-anchor ul {
  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;
}
@media print, screen and (min-width: 768px) {
  .m-anchor ul li {
    width: 25%;
  }
  .m-anchor ul li a {
    padding: 20px 0;
    position: relative;
  }
  .m-anchor ul li a::after {
    width: 10px;
    height: 7px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 14px;
  }
  .m-anchor ul li a:hover::after {
    bottom: 8px;
  }
  .m-anchor ul li:not(:first-child) a::before {
    content: "";
    display: block;
    width: 0;
    height: 2em;
    border-left: 1px solid #fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .m-anchor ul li:first-child {
    padding-left: 1.3333333333vw;
  }
  .m-anchor ul li:last-child {
    padding-right: 1.3333333333vw;
  }
  .m-anchor ul li:not(:first-child) {
    margin-left: 1.3333333333vw;
  }
  .m-anchor ul li a {
    padding: 4vw 5.3333333333vw;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    font-size: 1.2rem;
  }
  .m-anchor ul li a::after {
    width: 2.6666666667vw;
    height: 1.8666666667vw;
    margin-top: 1.3333333333vw;
  }
}

.p-sec {
  max-width: 1108px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-sec {
    width: 90%;
  }
}
.p-sec:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-sec:not(:first-of-type) {
    margin-top: 50px;
  }
}

.p-sec-title {
  margin-bottom: 28px;
  font-size: 5.2rem;
  line-height: 1.3;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#896E2A), color-stop(35%, #C19A10), color-stop(50%, #C7A930), color-stop(65%, #BC940C), to(#7C602A));
  background: linear-gradient(90deg, #896E2A 0%, #C19A10 35%, #C7A930 50%, #BC940C 65%, #7C602A 100%);
  padding: 14px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sec-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.p-sec-title::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 8px;
  left: 8px;
  border: 1px solid #E9D672;
}

.p-sec-body {
  overflow: hidden;
  padding: 60px;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .p-sec-body {
    padding: 20px;
    border-radius: 16px;
  }
}

.m-about-body {
  background: rgba(0, 0, 0, 0.9);
}

.m-anxietyPoint .m-anxietyPoint-title {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-anxietyPoint .m-anxietyPoint-title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .m-anxietyPoint .m-anxietyPoint-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .m-anxietyPoint .m-anxietyPoint-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .m-anxietyPoint .m-anxietyPoint-item:not(:first-child) {
    margin-top: 8px;
  }
}

.m-recommend {
  margin-top: 60px;
  border-radius: 20px;
  border: 1px solid #E9D672;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .m-recommend {
    margin-top: 30px;
  }
}
.m-recommend .m-recommend-title {
  font-size: 3.2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #E60012;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .m-recommend .m-recommend-title {
    font-size: 2rem;
    padding: 19px 5px;
  }
}

.m-highlights .m-highlights-body {
  position: relative;
  background: url(/hizaactive/images/bg_highlights-pc.jpg) top center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-highlights-body {
    background: url(/hizaactive/images/bg_highlights-sp.jpg) top center/cover no-repeat;
  }
}
@media print, screen and (min-width: 768px) {
  .m-highlights .m-point-img {
    position: absolute;
    top: 0;
    right: 5%;
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-point-img {
    width: 48vw;
    margin: -4.8vw auto 0;
  }
}
.m-highlights .m-point-title {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-point-title {
    font-size: 2rem;
    margin-top: -5.3333333333vw;
  }
}
.m-highlights .m-point-text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.m-highlights .m-point-caption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-point-caption {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .m-highlights .m-point-title,
  .m-highlights .m-point-text,
  .m-highlights .m-point-caption {
    width: 75%;
  }
}
.m-highlights .m-colum {
  margin-top: 60px;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 20px 60px;
  border-radius: 20px;
  background: linear-gradient(114deg, #431 33.25%, #5E441D 44.26%, #382916 69.93%);
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-colum {
    padding: 20px;
    border-radius: 12px;
    margin-top: 13.3333333333vw;
  }
}
.m-highlights .m-colum-title {
  border-radius: 80px;
  /* ゴールドPC */
  -webkit-box-shadow: 0px 0px 20px 0px rgba(233, 214, 114, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(233, 214, 114, 0.5);
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-colum-title {
    border-radius: 21.3333333333vw;
    width: 26.6666666667vw;
    margin: -13.3333333333vw auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-colum-body {
    margin-top: 10px;
  }
}
.m-highlights .m-colum-text {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-colum-text {
    font-size: 1.4rem;
  }
}
.m-highlights .m-colum-text strong {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-colum-text strong {
    font-size: 1.6rem;
  }
}
.m-highlights .m-glucosamine {
  margin-top: 40px;
  border: 6px solid #E9D672;
  background: #FFF;
  padding: 50px;
}
@media print, screen and (min-width: 768px) {
  .m-highlights .m-glucosamine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-glucosamine {
    padding: 20px;
    border-width: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-highlights .m-glucosamine-textWrap {
    width: 64%;
  }
}
.m-highlights .m-glucosamine-textWrap .m-glucosamine-title {
  margin-bottom: 10px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-glucosamine-textWrap .m-glucosamine-title {
    font-size: 2rem;
  }
}
.m-highlights .m-glucosamine-textWrap .m-glucosamine-text {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .m-highlights .m-glucosamine-img {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-glucosamine-img {
    width: 58.6666666667vw;
    margin: 24px auto 0;
  }
}
.m-highlights .m-glucosamine-detail {
  margin-top: 24px;
  padding: 30px;
  border: 3px solid #5C3606;
  background: #E4D19F;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-glucosamine-detail {
    padding: 12px;
    border-width: 2px;
  }
}
.m-highlights .m-supplement {
  margin-top: 24px;
  gap: 24px;
  color: #FFF;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(114deg, #431 33.25%, #5E441D 44.26%, #382916 69.93%);
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-supplement {
    margin-top: 8vw;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-highlights .m-supplement-title {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-supplement-title {
    width: 26.6666666667vw;
    margin: -10.6666666667vw auto 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-highlights .m-supplement-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.m-highlights .m-supplement-text {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-supplement-text {
    font-size: 1.4rem;
  }
}
.m-highlights .m-supplement-text strong {
  margin-bottom: 8px;
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .m-highlights .m-supplement-text strong {
    font-size: 1.6rem;
  }
}
.m-highlights .m-supplement-caption {
  margin-top: 8px;
  font-size: 1.2rem;
}

.m-overview .m-overview-body {
  background: rgba(0, 0, 0, 0.9);
}
@media print, screen and (min-width: 768px) {
  .m-overview .m-overview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.m-overview .m-overviewItem {
  color: #E9D672;
}
@media print, screen and (min-width: 768px) {
  .m-overview .m-overviewItem {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .m-overview .m-overviewItem:not(:first-child) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E9D672;
  }
}
.m-overview .m-overviewItem-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .m-overview .m-overviewItem-title {
    font-size: 1.6rem;
  }
}
.m-overview .m-overviewItem-title span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .m-overview .m-overviewItem-title span {
    font-size: 1.2rem;
  }
}
.m-overview .m-overviewItem-text {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .m-overview .m-overviewItem-text {
    font-size: 1.3rem;
  }
}
.m-overview .m-overview-text {
  margin-top: 40px;
  color: #E9D672;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .m-overview .m-overview-text {
    font-size: 1.3rem;
  }
}
.m-overview .m-overview-caption {
  color: #FFF;
  margin-top: 20px;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .m-overview .m-overview-caption {
    font-size: 1.2rem;
  }
}

.m-information .m-information-body {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-information .m-information-body {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .m-information .m-productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .m-information .m-productItem {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem {
    padding: 0 20px;
  }
  .m-information .m-productItem:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E9D672;
  }
}
.m-information .m-productItem-tag {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #E9D672;
  border-bottom: 1px solid #E9D672;
  padding: 8px;
  line-height: 1.3;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem-tag {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.m-information .m-productItem-name {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem-name {
    font-size: 1.6rem;
  }
}
.m-information .m-productItem-num {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  border-radius: 4px;
  background: #E9D672;
  padding: 4px 8px;
  color: #000;
}
.m-information .m-productItem-text {
  margin-top: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem-text {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem-text {
    font-size: 1.2rem;
  }
}
.m-information .m-productItem-link {
  margin-top: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem-link {
    margin-top: 12px;
  }
}
.m-information .m-productItem-copy {
  margin-top: 30px;
  font-size: 2.4rem;
  color: #E9D672;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem-copy {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .m-information .m-productItem-copy {
    font-size: 1.4rem;
  }
}

.m-cm .m-cm-body {
  background: rgba(0, 0, 0, 0.9);
}
.m-cm .m-cm-innerTitle {
  margin-bottom: 24px;
  color: #E9D672;
  font-size: 3.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-cm-innerTitle {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .m-cm .m-cm-innerTitle {
    font-size: 2rem;
  }
}
.m-cm .m-cm-innerTitle span {
  padding: 0 12px;
}
.m-cm .m-cm-innerTitle::after, .m-cm .m-cm-innerTitle::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #E9D672;
}
.m-cm .m-cmmovie-movieContainer {
  aspect-ratio: 16/9;
  position: relative;
}
.m-cm .m-cmmovie-movieContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-cm .m-selectMovie {
  margin: 24px auto 0;
  max-width: 240px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-selectMovie {
    margin: 16px auto 0;
    max-width: 198px;
  }
}
.m-cm .m-selectMovie .m-selectMovie-item {
  width: 50%;
}
.m-cm .m-selectMovie .m-selectMovie-item button {
  width: 100%;
  display: block;
  color: #7F6328;
  font-size: 2.4rem;
  line-height: 1;
  background-color: #fff;
  padding: 8px 30px;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-selectMovie .m-selectMovie-item button {
    font-size: 1.6rem;
  }
}
.m-cm .m-selectMovie .m-selectMovie-item button.-current {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#896E2A), color-stop(35%, #C19A10), color-stop(50%, #C7A930), color-stop(65%, #BC940C), to(#7C602A));
  background: linear-gradient(90deg, #896E2A 0%, #C19A10 35%, #C7A930 50%, #BC940C 65%, #7C602A 100%);
}
.m-cm .m-movieText-wrapp {
  margin-top: 105px;
  position: relative;
  border-radius: 12px;
  padding: 60px 60px 40px 60px;
  background-color: #E4D19F;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-movieText-wrapp {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .m-cm .m-movieText-wrapp {
    padding: 50px 20px 20px 20px;
  }
}
.m-cm .m-movieText-wrapp .p-tablist {
  position: absolute;
  width: 100%;
  left: 0;
  top: -35px;
  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;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-movieText-wrapp .p-tablist {
    gap: 6px;
  }
}
.m-cm .m-movieText-wrapp .p-tablist li[role=presentation] {
  max-width: 450px;
  width: 46%;
}
.m-cm .m-movieText-wrapp .p-tabitem {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  padding: 4px 22px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #E60012;
  border: 4px solid #E60012;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-movieText-wrapp .p-tabitem {
    padding: 14px 22px;
    font-size: 1.6rem;
  }
}
.m-cm .m-movieText-wrapp .p-tabitem[aria-selected=true] {
  background-color: #E60012;
  color: #fff;
}
.m-cm .m-movieText-wrapp .p-tabitem[aria-selected=true]::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/hizaactive/images/parts_polygon.png) 0 0/contain no-repeat;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.m-cm .m-movieText-wrapp .m-movieText-text {
  font-size: 1.6rem;
}
.m-cm .m-cast {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-cast {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-cm .m-cast .m-cast-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-cm .m-cast .m-cast-img {
    max-width: 348px;
    width: 36%;
  }
}
.m-cm .m-cast .m-cast-img .m-cast-imgText {
  margin-top: 12px;
  color: #fff;
  font-size: 1.6rem;
}
.m-cm .m-cast .m-cast-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}
.m-cm .m-cast .m-cast-name {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-cast .m-cast-name {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-cm .m-cast .m-cast-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .m-cm .m-cast .m-cast-name {
    font-size: 2.4rem;
  }
}
.m-cm .m-cast .m-cast-icon {
  display: block;
  width: 64px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .m-cm .m-cast .m-cast-icon {
    margin-top: 8px;
  }
}
.m-cm .m-cast .m-cast-bio {
  font-size: 1.6rem;
  line-height: 1.7;
}
.m-cm .m-cast .m-cast-figcaption {
  margin-top: 30px;
}

.m-qa .m-qa-body {
  background: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-body {
    padding-bottom: 30px;
  }
}
.m-qa .m-qa-item {
  color: #fff;
  border-bottom: 1px solid #E9D672;
}
.m-qa .m-qa-item:first-child {
  border-top: 1px solid #E9D672;
}
.m-qa .m-qa-q button {
  padding: 20px;
  position: relative;
  color: inherit;
  font-weight: 600;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-q button {
    padding: 16px 8px 16px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-q button {
    gap: 16px;
    font-size: 1.6rem;
  }
}
.m-qa .m-qa-q button::before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(/hizaactive/images/icon_q.png) 0 0/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-q button::before {
    width: 44px;
    height: 44px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-qa .m-qa-q button .m-qa-qinner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-q button .m-qa-qinner {
    width: 60%;
  }
}
.m-qa .m-qa-q .m-qa-qicon {
  width: 40px;
  height: 40px;
  background: url(/hizaactive/images/icon_open.svg) 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.m-qa .m-qa-q .-active .m-qa-qicon {
  background: url(/hizaactive/images/icon_close.svg) 0 0/contain no-repeat;
}
.m-qa .m-qa-a {
  padding: 20px 92px 20px 20px;
  background-color: rgba(228, 209, 159, 0.2);
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-a {
    padding: 16px 12px;
    gap: 16px;
  }
}
.m-qa .m-qa-a::before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(/hizaactive/images/icon_a.png) 0 0/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-a::before {
    width: 44px;
    height: 44px;
  }
}
.m-qa .m-qa-a p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
}
.m-qa .m-qa-btn {
  display: block;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 768px) {
  .m-qa .m-qa-btn {
    width: 348px;
  }
}
@media only screen and (max-width: 767px) {
  .m-qa .m-qa-btn {
    margin: 30px auto 0;
    width: 250px;
  }
}
.c-main {
  padding-bottom: 100px;
  background: linear-gradient(109deg, #A58944 0.27%, #BC9C48 30.25%, #D8BF73 52.74%, #BC9C48 75.22%);
}
@media only screen and (max-width: 767px) {
  .c-main {
    padding-bottom: 60px;
  }
}
.c-main sup {
  font-size: 0.5em;
  vertical-align: top;
}
.c-main img {
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .c-main img {
    max-width: auto;
    width: 100%;
  }
}
.c-main .u-bold {
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c-main .u-onlysp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .u-onlypc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .u-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-main .m-notice {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .c-main .m-notice {
    margin-top: 50px;
  }
}
.c-main .m-notice .m-notice-title {
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-main .m-notice .m-notice-title {
    font-size: 2.8rem;
  }
}
.c-main .m-notice .m-notice-body {
  margin-top: 28px;
  padding: 40px;
  border-radius: 40px;
  border: 8px solid #E9D672;
  background: #FFF;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .c-main .m-notice .m-notice-body {
    padding: 20px;
    font-size: 1.6rem;
    border-radius: 16px;
    border: 4px solid #E9D672;
  }
}
.c-main .m-bnrArea {
  margin-top: 100px;
}
@media print, screen and (min-width: 768px) {
  .c-main .m-bnrArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .m-bnrArea {
    margin-top: 50px;
  }
}
.c-main .m-bnrArea .m-bnrArea-link {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-main .m-bnrArea .m-bnrArea-link {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .m-bnrArea .m-bnrArea-link:not(:first-child) {
    margin-top: 20px;
  }
}