.p-main-visual-brand {
  width: 100%;
  position: relative;
}

.p-main-visual-brand__inner {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__inner {
    height: 655px;
  }
}

.p-main-visual-brand__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.p-main-visual-brand__slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.p-main-visual-brand__slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.p-main-visual-brand__slide-image--01 {
  background-image: url("/mecsumai/img/main-visual/mv_brand_bg_01.webp");
}

.p-main-visual-brand__slide-image--02 {
  background-image: url("/mecsumai/img/main-visual/mv_brand_bg_02.webp");
}

.p-main-visual-brand__slide-image--03 {
  background-image: url("/mecsumai/img/main-visual/mv_brand_bg_03.webp");
}

.p-main-visual-brand__slide-image--04 {
  background-image: url("/mecsumai/img/main-visual/mv_brand_bg_04.webp");
}

.p-main-visual-brand__slide-image--05 {
  background-image: url("/mecsumai/img/main-visual/mv_brand_bg_05.webp");
}

.p-main-visual-brand__slide-image--06 {
  background-image: url("/mecsumai/img/main-visual/mv_brand_bg_06.webp");
}

.p-main-visual-brand__slide-item {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
}

.p-main-visual-brand__slide-item.is-active {
  opacity: 1;
  z-index: 10;
}

.p-main-visual-brand__slide-item.is-before {
  opacity: 0;
  transition: opacity 0s 2.5s;
}

.p-main-visual-brand__slide-item.is-current {
  opacity: 1;
  transition: opacity 1.25s;
  z-index: 10;
}

.p-main-visual-brand__slide-item.is-before .p-main-visual-brand__slide-image, .p-main-visual-brand__slide-item.is-current .p-main-visual-brand__slide-image {
  transform: scale(1.1);
  transition: transform 5s linear;
}

.p-main-visual-brand__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
  top: 12%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-main-visual-brand__content-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__content-wrapper {
    top: 0;
    height: calc(100dvh - 125px);
    overflow: auto;
    padding: 48px 0;
  }
}

.p-main-visual-brand__content-wrapper.is-show {
  top: 0;
  height: 655px;
  overflow: auto;
  padding: 79px 0;
}

.p-main-visual-brand__title {
  color: #ffffff;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__title {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__title {
    font-size: 26px;
    letter-spacing: 0.53px;
  }
}

.p-main-visual-brand__sub-title {
  line-height: 1.6;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__sub-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.48px;
    margin-top: 52px;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__sub-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__see-all-content {
    max-height: 0;
    opacity: 0;
  }
}

.p-main-visual-brand__see-all-content.is-show {
  opacity: 1;
}

.p-main-visual-brand__desc {
  color: #ffffff;
  font-weight: 400;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__desc {
    font-size: 18px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__desc {
    font-size: 13px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__desc--small {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__desc--small {
    font-size: 16px;
  }
}

.p-main-visual-brand__desc-text {
  display: block;
  transition: opacity 0.25s;
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__desc-text--mb {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__desc-text--mb {
    margin-bottom: 40px;
  }
}

.p-main-visual-brand__see-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__see-all {
    height: 49px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__see-all {
    height: 54px;
    margin-top: 40px;
  }
}

.p-main-visual-brand__see-all:hover {
  opacity: 0.5;
}

.p-main-visual-brand__see-all .is-closed {
  display: block;
}

.p-main-visual-brand__see-all .is-opened {
  display: none;
}

.p-main-visual-brand__see-all.is-show {
  overflow: visible;
}

.p-main-visual-brand__see-all.is-show .is-closed {
  display: none;
}

.p-main-visual-brand__see-all.is-show .is-opened {
  display: block;
}

.p-main-visual-brand__see-all-text {
  color: #ffffff;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-main-visual-brand__see-all-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-brand__see-all-text {
    font-size: 13px;
  }
}

.p-main-visual-brand__see-all-icon {
  margin-top: 4px;
}

.p-main__button-action {
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-main__button-action {
    right: 120px;
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-main__button-action {
    right: 24px;
    bottom: 28px;
  }
}

.p-main__button-pause {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.p-main__button-pause::after {
  content: "";
  background: url("/mecsumai/img/common/ico_pause.png") no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-main__button-pause.is-stop::after {
  width: 12px;
  height: 12px;
  background: url("/mecsumai/img/common/ico_play.png") no-repeat;
  background-size: contain;
  left: calc(50% + 2px);
}

.p-main__button-pause:focus {	
  outline: 2px solid rgb(0, 150, 255);	
}

@media screen and (max-width: 767px) {
  .p-tab-link {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-tab-link {
    margin-top: 60px;
  }
}

.p-tab-link__list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-tab-link__list {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-tab-link__list {
    gap: 40px;
  }
}

.p-tab-link__list-item {
  position: relative;
  height: 180px;
}

.p-tab-link__list-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-tab-link__list-item {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-tab-link__list-item {
    flex: 1;
  }
}

.p-tab-link__list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-tab-link__list-detail {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-tab-link__list-detail {
    padding: 6px;
    top: 56%;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link {
    margin-top: 80px;
  }
}

.p-content-link .container {
  overflow: unset;
}

@media screen and (max-width: 767px) {
  .p-content-link .container {
    padding: 0;
  }
}

.p-content-link__block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-content-link__block {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__block {
    gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__detail {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__detail {
    flex: 1;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__detail .c-button--more {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__detail .c-button--more {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__detail .c-button--more .c-button__item {
    margin: 0;
  }
}

.p-content-link__detail-title {
  color: #01703d;
}

@media screen and (max-width: 767px) {
  .p-content-link__detail-title {
    font-size: 20px;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__detail-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.48px;
    margin-bottom: 28px;
  }
}

.p-content-link__detail-desc {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-content-link__detail-desc {
    font-size: 13px;
  }
}

.p-tab-link__list-icon {
  display: inline-block;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .p-content-link__wrap {
    position: relative;
    margin-top: -40px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__wrap {
    width: 54.8%;
    height: 100%;
    margin-top: -60px;
  }
}

.p-tab-link__wrap-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-content-link__bg {
    width: 100%;
    background-color: rgba(1, 112, 61, 0.7);
    position: absolute;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__bg-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__item {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .p-content-link__item--fixBot {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__item {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .p-content-link__item--fixBot {
    margin-bottom: 80px;
  }
}

.p-content-link__wrapper {
  background-color: #f4f8f6;
}

@media screen and (max-width: 767px) {
  .p-content-link__wrapper {
    padding: 0 16px 40px;
  }
  .p-content-link__wrapper--img-left {
    margin-left: 12px;
  }
  .p-content-link__wrapper--img-left .p-content-link__wrap {
    margin-left: -28px;
  }
  .p-content-link__wrapper--img-right {
    margin-right: 12px;
  }
  .p-content-link__wrapper--img-right .p-content-link__wrap {
    margin-right: -28px;
  }
  .p-content-link__wrapper--img-right .p-content-link__bg-title {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__wrapper {
    padding: 0 60px 60px;
  }
  .p-content-link__wrapper--img-left {
    margin-left: 60px;
  }
  .p-content-link__wrapper--img-left .p-content-link__block {
    margin-left: -120px;
  }
  .p-content-link__wrapper--img-right {
    margin-right: 60px;
  }
  .p-content-link__wrapper--img-right .p-content-link__block {
    margin-right: -120px;
  }
  .p-content-link__wrapper--img-right .p-content-link__wrap {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__result {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__result {
    margin-top: 40px;
  }
}

.p-content-link__result-head {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-content-link__result-head {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__result-head {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__result-title {
    font-weight: 400;
    text-align: center;
    margin-bottom: 16px;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__result-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    flex: 0 0 74px;
  }
}

.p-content-link__result-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .p-content-link__result-line {
    order: 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__result-line {
    margin-left: 20px;
  }
}

.p-content-link__result-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-content-link__result-list {
    column-gap: 11px;
    row-gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__result-list {
    gap: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__more-item {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__more-item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-content-link__result-item {
    width: calc((100% - 11px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__result-item {
    width: calc((100% - 60px) / 4);
  }
}

.p-content-link__result-body {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-content-link__result-body {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-content-link__result-body {
    padding-top: 16px;
  }
}

.p-content-link__result-desc {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-content-link__result-desc {
    font-size: 13px;
  }
}

.p-rental-apartments {
  background-color: #f6f5ed;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments {
    margin-bottom: 60px;
    padding: 48px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments {
    margin-bottom: 80px;
    padding: 60px;
  }
}

.p-rental-apartments .container {
  overflow: unset;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__list {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__list {
    margin-top: 48px;
  }
}

.p-rental-apartments__menu {
  display: grid;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__menu {
    row-gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__menu {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
  }
}

.p-rental-apartments__link {
  color: #222222;
  display: flex;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.p-rental-apartments__link:hover .p-rental-apartments__logo {
  opacity: 0.5;
}

.p-rental-apartments__link:hover .p-rental-apartments__desc {
  color: #01703d;
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__link {
    height: 100%;
  }
}

.p-rental-apartments__logo {
  background-color: #f4f8f6;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__logo {
    padding: 0 14px;
    flex: 0 0 45.2%;
    max-width: 158px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__logo {
    padding: 0 20px;
  }
}

.p-rental-apartments__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__img {
    max-width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__img {
    max-width: 125px;
  }
}

.p-rental-apartments__content {
  background-color: #ffffff;
  flex-grow: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__content {
    padding: 24px 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__content {
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-rental-apartments__title {
  color: #01703d;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__title {
    font-size: 18px;
  }
}

.p-rental-apartments__desc {
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__desc {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__desc {
    font-size: 14px;
    margin-top: 5px;
  }
}

.p-rental-apartments__icon {
  display: block;
  position: absolute;
  bottom: 4px;
}

@media screen and (max-width: 767px) {
  .p-rental-apartments__icon {
    width: 12px;
    height: 12px;
    right: 4px;
  }
}

@media screen and (min-width: 768px) {
  .p-rental-apartments__icon {
    width: 16px;
    height: 16px;
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand--the-park-house {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--the-park-house {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand--the-park-house .p-brand__story-des {
    margin-bottom: 0;
  }
}

.p-brand--the-park-house .p-brand__wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-brand--the-park-house .p-brand__wrapper {
    flex-direction: column;
    padding: 20px 0 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--the-park-house .p-brand__wrapper {
    column-gap: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--the-park-house .p-brand__wrap {
    flex: 0 0 55%;
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--the-park-house .p-content-link__result {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--the-park-house .p-content-link__result-item {
    width: calc((100% - 20px) / 2);
  }
}

.p-brand__slider .c-slider__pagination {
  display: none;
}

.p-brand__slider .c-slider__arrows {
  margin-top: 0;
}

.p-brand__slider--story {
  margin-top: -40px;
}

.p-brand__slider--story .c-slider__slide {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-brand--top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand--top {
    padding-top: 60px;
  }
}

.p-brand--cm {
  background-color: #f6f5ed;
}

@media screen and (max-width: 767px) {
  .p-brand--cm {
    padding-top: 48px;
  }
}

.p-brand--cm .c-button {
  padding-bottom: 0;
}

.p-brand--quality {
  background-color: #f4f8f6;
}

@media screen and (max-width: 767px) {
  .p-brand--quality {
    padding-top: 36px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--quality {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--sns {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-brand--sns {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-brand--manufacturing {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand--manufacturing {
    padding-top: 60px;
  }
}

.p-brand__series .c-slider__arrow {
  top: calc(-100% - 125px);
}

.p-brand__story .c-slider__arrow {
  top: calc(-100% - 94px);
}

.p-brand__story .container {
  overflow: unset;
}

.p-brand__cm .c-slider__arrow {
  top: calc(-100% - 165px);
}

.p-brand__manufacturing .container {
  overflow: unset;
}

@media screen and (min-width: 768px) {
  .p-brand__manufacturing .p-brand__wrapper {
    padding: 48px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__manufacturing .p-brand__wrapper {
    padding: 21px 0 0;
  }
}

.p-brand__manufacturing .p-brand-card__list {
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-brand__manufacturing .p-brand-card__list {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__manufacturing .p-brand-card__list {
    gap: 16px;
  }
}

.p-brand__manufacturing .p-brand-card__item {
  flex: 1;
}

.p-brand__manufacturing .p-brand-card__item--bg-light-yellow {
  background-color: #f6f5ed;
}

.p-brand__manufacturing .p-brand-card__link:hover .p-brand-card__image {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-brand__manufacturing .p-brand-card__image {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__wrapper {
    padding: 48px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__wrapper {
    padding: 28px 0 48px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__wrapper--quality {
    padding: 48px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__wrapper--quality {
    padding: 24px 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__wrapper--cm {
    padding: 48px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__wrapper .c-button--more--fixTop {
    margin-top: 2px;
  }
}

.p-brand__wrapper--sns {
  padding-bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-brand__wrapper--sns {
    width: 743px;
  }
}

.p-brand__quality-list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-brand__quality-list {
    flex-direction: column;
    gap: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__quality-list {
    gap: 40px;
  }
}

.p-brand__quality-item {
  position: relative;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-brand__quality-item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  }
}

@media screen and (min-width: 768px) {
  .p-brand__quality-link {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__quality-link:hover .p-brand__quality-img {
    opacity: 0.5;
  }
  .p-brand__quality-link:hover .p-brand__quality-title {
    color: #01703d;
  }
}

.p-brand__quality-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-brand__quality-content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    padding: 15px 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-brand__quality-content::after {
    background: url("/mecsumai/img/icons/ico_arrow_right.svg") no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    position: relative;
    width: 7px;
    height: 14px;
    top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__quality-content {
    padding: 16px 20px 28px;
    background-color: #ffffff;
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__quality-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: -13px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__quality-title {
    color: #222222;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
  }
}

.p-brand__story-des {
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-brand__story-des {
    margin-top: 48px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__story-des {
    margin-top: 24px;
    margin-bottom: 19px;
    font-size: 13px;
  }
}

.p-brand-card__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.p-brand-card__label {
  background-color: #01703d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

@media screen and (min-width: 768px) {
  .p-brand-card__label {
    height: 18px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__label {
    height: 15px;
    margin-bottom: 7px;
  }
}

.p-brand-card__label span {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-brand-card__label span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__label span {
    font-size: 10px;
  }
}

.p-brand-card__item {
  width: calc((100% - 82px) / 3);
}

@media screen and (min-width: 768px) {
  .p-brand-card__item {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  }
  .p-brand-card__item--bg-light-yellow {
    background-color: #f6f5ed;
  }
}

.p-brand-card__link {
  position: relative;
}

.p-brand-card__link:hover .p-brand-card__thumbnail {
  opacity: 0.5;
}

.p-brand-card__link:hover .p-brand-card__text {
  color: #01703d;
}

@media screen and (max-width: 767px) {
  .p-brand-card__link--bg-light-yellow {
    background-color: #f6f5ed;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-card__content {
    padding: 16px 20px 28px;
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__content {
    padding: 12px 16px 20px;
  }
}

.p-brand-card__content--cm {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-brand-card__content--cm {
    margin-top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__content--cm {
    margin-top: -8px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-card__content--series {
    padding: 16px 24px 28px;
  }
}

.p-brand-card__image {
  object-fit: cover;
}

.p-brand-card__image--park-house {
  width: 100%;
  aspect-ratio: 2.54;
}

@media screen and (max-width: 767px) {
  .p-brand-card__image--cm {
    min-height: 200px;
  }
}

.p-brand-card__new {
  background-color: #d02620;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-brand-card__new {
    width: 87px;
    height: 48px;
    top: -24px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__new {
    width: 68px;
    height: 32px;
    top: -16px;
  }
}

.p-brand-card__new span {
  font-family: "Noto Sans JP", serif;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-brand-card__new span {
    font-size: 22px;
    letter-spacing: 0.88px;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__new span {
    font-size: 16px;
    letter-spacing: 0.64px;
    font-weight: 900;
  }
}

.p-brand-card__text {
  color: #222222;
}

@media screen and (min-width: 768px) {
  .p-brand-card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__text {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__text--story {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-card__text--cm {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-history {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-history {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-brand__history-image {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-brand__history-image {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__history-image {
    margin-top: 24px;
  }
}

.p-brand__history-caption {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-brand__history-caption {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__history-caption {
    margin-top: 25px;
  }
}

.p-brand__history-text {
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-brand__history-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__history-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__quality-heading {
    font-size: 24px;
  }
}

.p-brand__wrapper-sns-img {
  display: block;
}

.p-brand__wrapper-sns-img:hover {
  opacity: 0.5;
}

.p-brand__wrapper-sns-desc {
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-brand__wrapper-sns-desc {
    font-size: 16px;
    margin-top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand__wrapper-sns-desc {
    font-size: 13px;
    margin: 20px 0 32px;
  }
}

.p-brand__story-modal {
  display: flex;
  column-gap: 60px;
  flex-direction: column;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-brand__story-modal {
    width: 100%;
    padding: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__story-modal {
    padding: 20px;
    height: 100%;
    justify-content: space-between;
  }
}

.p-brand__story-large {
  margin: auto;
}

.p-brand__story-title {
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-brand__story-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__story-title {
    font-size: 22px;
  }
}

.p-brand__story-desc {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-brand__story-desc {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__story-desc {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-brand__story-button {
  background-color: #01703d;
  color: #ffffff;
  position: absolute;
  top: 40%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-brand__story-button {
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__story-button {
    display: none;
    width: 60px;
    height: 60px;
  }
}

.p-brand__story-button:hover {
  opacity: 0.85;
}

.p-brand__story-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-brand__story-button:after {
    width: 7px;
    height: 14px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand__story-button:after {
    width: 12px;
    height: 24px;
  }
}

.p-brand__story-button--prev {
  border-radius: 0 8px 8px 0;
}

.p-brand__story-button--prev:after {
  background: url("/mecsumai/img/brand/ico_cm_movie_arrow_left.webp") no-repeat;
  background-size: 100%;
}

.p-brand__story-button--next {
  border-radius: 8px 0 0 8px;
  right: 0;
}

.p-brand__story-button--next:after {
  background: url("/mecsumai/img/brand/ico_cm_movie_arrow_right.webp") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .p-cm-park {
    padding: 24px 0 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-park {
    padding: 48px 0 82px;
  }
}

.p-cm-park__des {
  color: #000;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-cm-park__des {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-park__des {
    margin-bottom: 12px;
    text-align: center;
  }
}

.p-cm-park__note {
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .p-cm-park__note {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-park__note {
    font-size: 14px;
    text-align: center;
  }
}

.p-cm-park__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-cm-park__list {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-park__list {
    gap: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cm-park__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-park__item {
    width: calc(50% - 20px);
  }
}

.p-cm-park__link {
  display: block;
  position: relative;
}

.p-cm-park__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/mecsumai/img/brand/cm/img_icon_youtube.webp) no-repeat left top;
  background-size: cover;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-cm-park__link::before {
    width: 51px;
    height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-park__link::before {
    width: 80px;
    height: 57px;
  }
}

.p-cm-park__text {
  color: #222;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-cm-park__text {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-park__text {
    margin-top: 19px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

@media screen and (max-width: 767px) {
  .p-cm-interview {
    padding: 0 0 58px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-interview {
    padding: 0 0 77px;
    max-width: 800px;
    margin: 0 auto;
  }
}

.p-cm-interview__des {
  color: #000;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-cm-interview__des {
    padding: 13px 0 18px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-interview__des {
    padding: 38px 0;
    text-align: center;
  }
}

.p-cm-interview__card {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-cm-interview__card {
    margin-top: 31px;
    gap: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-interview__card {
    margin-top: 49px;
    gap: 28px;
  }
}

.p-cm-interview__img {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-cm-interview__img {
    width: 101px;
    height: 67px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-interview__img {
    width: 200px;
    height: 134px;
  }
}

.p-cm-interview__title {
  color: #000;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-cm-interview__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-interview__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.p-cm-interview__text {
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-cm-interview__text {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-interview__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-cm-smr {
    padding: 0 0 49px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-smr {
    padding: 0 0 80px;
    max-width: 800px;
    margin: 0 auto;
  }
}

.p-cm-smr__des {
  color: #000;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-cm-smr__des {
    padding: 13px 0 18px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-smr__des {
    padding: 38px 0 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cm-smr__action {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-smr__action {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cm-smr__btn {
    width: 280px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-cm-smr__btn {
    width: 340px !important;
  }
}

.p-cm-wrap-iframe {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  overflow: hidden;
  height: auto;
}

.p-cm-wrap-iframe__video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-life-story {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-life-story {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-life-story__heading .c-heading-h3 {
    line-height: normal;
  }
}

@media screen and (max-width: 767px) {
  .p-life-story__line {
    width: 20px;
    margin-bottom: 21px;
  }
}

@media screen and (min-width: 768px) {
  .p-life-story__line {
    width: 28px;
  }
}

.p-story-content {
  background-color: #f6f5ed;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .p-story-content {
    margin-top: 40px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content {
    margin-top: 48px;
    padding: 60px;
  }
}

.p-story-content__desc {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-story-content__desc {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__desc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__desc--mt40 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__desc--mt40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__movie--small {
    flex-shrink: 0;
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__movie--large {
    margin: 20px 0 38px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__movie--large {
    max-width: 840px;
    margin: 40px auto 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__movie--large:before {
    width: 124px;
    height: 88px;
  }
}

.p-story-content__wrap {
  background-color: #ffffff;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-story-content__wrap {
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__wrap {
    max-width: 840px;
    margin: 60px auto 0;
    padding: 40px;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__info {
    margin-top: 12px;
  }
}

.p-story-content__info-title {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-story-content__info-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__info-title {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 16px;
  }
}

.p-story-content__info-desc {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-story-content__info-desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__section {
    margin: 20px 0 56px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section {
    margin: 38px 0 60px;
  }
}

.p-story-content__section-list {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-story-content__section-list {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-list {
    gap: 48px;
  }
}

.p-story-content__section-title {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-story-content__section-title {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-title {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.p-story-content__section-sub {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-story-content__section-sub {
    font-size: 13px;
    margin: 12px 0 18px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-sub {
    margin: 12px 0 20px;
  }
}

.p-story-content__section-inner {
  border: 1px solid #d8d8d8;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-story-content__section-inner {
    flex-direction: column;
    padding: 19px;
    gap: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-inner {
    padding: 23px;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__section-inner--mTop {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-inner--mTop {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__section-inner--mBot {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-inner--mBot {
    margin-bottom: 48px;
  }
}

.p-story-content__section-thumbnail {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-story-content__section-thumbnail {
    max-width: 160px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-thumbnail {
    flex-basis: 140px;
  }
}

.p-story-content__section-detail {
  flex-grow: 1;
}

.p-story-content__section-name {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-story-content__section-name {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-name {
    margin-bottom: 8px;
  }
}

.p-story-content__section-desc {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-story-content__section-desc {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__section-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__button {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__button {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-story-content__button-item {
    padding: 10px 42px 10px 52px;
  }
}

.p-story-content__stories {
  margin-top: 60px;
}

.p-story-content__stories-title {
  color: #01703d;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-story-content__stories-title {
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__stories-title {
    font-size: 24px;
    font-weight: 500;
  }
}

.p-story-content__stories-desc {
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-story-content__stories-desc {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__stories-desc {
    text-align: center;
  }
}

.p-story-content__stories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .p-story-content__stories-list {
    margin-top: 10px;
    gap: 12px 11px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__stories-list {
    margin-top: 40px;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__stories-link:hover {
    opacity: 0.5;
  }
}

.p-story-content__stories-text {
  color: #01703d;
  display: block;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-story-content__stories-text {
    font-size: 12px;
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__stories-text {
    padding-top: 20px;
    line-height: 1.8;
  }
}

.p-story-content__stories-scene-text {
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-story-content__stories-scene-text {
    font-size: 13px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-story-content__stories-scene-text {
    margin-top: 16px;
  }
}

.p-sparkle-life {
  background-color: #f6f5ed;
}

@media screen and (max-width: 767px) {
  .p-sparkle-life {
    margin-top: 24px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-sparkle-life {
    margin-top: 48px;
    padding: 60px;
  }
}

.p-sparkle-life__detail {
  color: #000000;
}

.p-sparkle-life__detail-link {
  color: #000000;
}

.p-sparkle-life__detail-link:hover {
  color: #01703d;
}

.p-sparkle-life__inner {
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-sparkle-life__inner {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-sparkle-life__inner {
    max-width: 788px;
    gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-sparkle-life__thumbnail {
    order: 1;
    margin-top: 20px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-sparkle-life__thumbnail {
    flex: 0 0 39%;
  }
}

@media screen and (max-width: 767px) {
  .p-sparkle-life__button {
    padding: 10px 42px 10px 52px;
  }
}

@media screen and (min-width: 768px) {
  .p-sparkle-life__detail {
    flex-grow: 1;
  }
}

.p-sparkle-life__detail-desc {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-sparkle-life__detail-desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-sparkle-life__detail-info {
    font-size: 12px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-sparkle-life__detail-info {
    font-size: 14px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-sparkle-life__detail-logo {
    width: 180px;
    margin: 20px 0 17px;
  }
}

@media screen and (min-width: 768px) {
  .p-sparkle-life__detail-logo {
    width: 240px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-commercial {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-commercial {
    margin-top: 80px;
  }
}

.p-commercial__park {
  background-color: #f6f5ed;
}

@media screen and (max-width: 767px) {
  .p-commercial__park {
    margin: 24px 0 60px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-commercial__park {
    margin: 48px 0 80px;
    padding: 60px;
  }
}

.p-commercial__des {
  margin-bottom: 20px;
}

.p-commercial__list {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-commercial__list {
    margin-top: 0;
  }
}

.p-commercial__list--sparkle-life {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-commercial__text {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-commercial__text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-commercial__iframe {
    height: 174px;
  }
}

@media screen and (min-width: 768px) {
  .p-commercial__iframe {
    height: 290px;
  }
}

.p-commercial__iframe iframe {
  border: 0;
}

@media screen and (max-width: 767px) {
  .p-commercial-button {
    margin-top: 20px;
    padding: 10px 42px 10px 52px;
  }
}

.info-magazine__desc {
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .info-magazine__desc {
    font-size: 13px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .info-magazine__desc {
    margin-top: 47px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .info-magazine__group {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .info-magazine__group {
    margin-top: 40px;
  }
}

.info-magazine__group-menu {
  border: 1px solid #e7ecea;
  display: grid;
}

@media screen and (max-width: 767px) {
  .info-magazine__group-menu {
    grid-template-columns: auto;
    padding: 15px 13px;
    gap: 7px;
  }
}

@media screen and (min-width: 768px) {
  .info-magazine__group-menu {
    grid-template-columns: auto auto auto auto;
    padding: 17px 20px;
    gap: 13px;
  }
}

.info-magazine__group-link {
  color: #222222;
  line-height: 1.6;
  position: relative;
  padding-left: 26px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .info-magazine__group-link {
    font-size: 13px;
  }
}

.info-magazine__group-link:hover {
  color: #01703d;
}

.info-magazine__group-link:before {
  background: url("/mecsumai/img/icons/ico_triangle_large.svg") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .info-magazine__group-link:before {
    width: 20px;
  }
}

@media screen and (min-width: 768px) {
  .info-magazine__group-link:before {
    width: 22px;
  }
}

@media screen and (max-width: 767px) {
  .magazine {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .magazine {
    margin-top: 48px;
  }
}

.magazine__group {
  background-color: #f6f5ed;
}

@media screen and (max-width: 767px) {
  .magazine__group {
    margin-bottom: 51px;
    padding: 18px 20px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__group {
    margin-bottom: 78px;
    padding: 57px 60px;
  }
}

@media screen and (max-width: 767px) {
  .magazine__list {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__list {
    margin-top: 40px;
  }
}

.magazine__inner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .magazine__inner {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__inner {
    gap: 60px;
  }
}

.magazine__section {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .magazine__section {
    margin-bottom: 40px;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__section {
    margin-bottom: 60px;
    gap: 32px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__section .magazine__img {
    aspect-ratio: 1.73;
    object-fit: cover;
  }
}

.magazine__item {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .magazine__item {
    width: 100%;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__item {
    width: calc((100% - 60px) / 2);
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .magazine__item--reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .magazine__img {
    width: 100%;
  }
  .magazine__img--size-sp {
    max-width: 90%;
    width: 100%;
    margin: auto;
  }
}

.magazine__title {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .magazine__title {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__title {
    font-size: 18px;
  }
}

.magazine__desc {
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .magazine__desc {
    font-size: 13px;
  }
}

.magazine__workshop {
  background-color: #ffffff;
  display: flex;
}

@media screen and (max-width: 767px) {
  .magazine__workshop {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__workshop {
    gap: 28px;
    margin-top: 60px;
    padding: 24px;
  }
}

.magazine__workshop-title {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .magazine__workshop-title {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__workshop-title {
    font-size: 18px;
  }
}

.magazine__workshop-desc {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .magazine__workshop-desc {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__workshop-desc {
    font-size: 14px;
  }
}

.magazine__workshop-contact {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .magazine__workshop-contact {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__workshop-contact {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .magazine__workshop-contact--mBot {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__workshop-contact--mBot {
    margin-bottom: 40px;
  }
}

.magazine__workshop-contact-link {
  color: #01703d;
  text-decoration: underline;
}

.magazine__workshop-contact-link:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .magazine__workshop-detail {
    flex: 1;
  }
}

.magazine__workshop-img {
  max-width: 364px;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .magazine__workshop-img {
    margin: auto;
  }
}

.magazine__workshop-img-txt {
  color: #666666;
  margin-top: 8px;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 767px) {
  .magazine__workshop-img-txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .magazine__workshop-img-txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-pickup-feature {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-feature {
    margin-top: 40px;
  }
}

.p-pickup-feature .container {
  overflow: unset;
}

.p-pickup-feature__info {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-pickup-feature__info {
    font-size: 13px;
    padding: 0 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-feature__info {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-pickup-card {
    margin: 23px 0 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-card {
    margin: 48px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-pickup-card .c-slider__arrow {
    top: calc(-100% - 183px);
  }
}

@media screen and (max-width: 767px) {
  .p-pickup-card .c-slider__pagination {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-pickup-card .c-slider__arrows {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.p-pickup-card__inner {
  display: flex;
  gap: 40px;
}

.p-pickup-card__item {
  background-color: #f6f5ed;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  .p-pickup-card__item {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-card__item {
    flex: 1;
  }
}

.p-pickup-card__item:hover .p-pickup-card__img {
  opacity: 0.5;
}

.p-pickup-card__item:hover .p-pickup-card__desc {
  color: #01703d;
}

@media screen and (max-width: 767px) {
  .p-pickup-card__thumbnail {
    height: 200px;
  }
}

.p-pickup-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-pickup-card__content {
  background-color: #f6f5ed;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-pickup-card__content {
    padding: 12px 16px 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-card__content {
    padding: 16px 20px 28px;
  }
}

.p-pickup-card__tag {
  background-color: #01703d;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 0 100px 100px 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-pickup-card__tag {
    font-size: 10px;
    min-height: 15px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-card__tag {
    font-size: 14px;
    min-height: 18px;
    line-height: 1.1;
  }
}

.p-pickup-card__desc {
  color: #222222;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-pickup-card__desc {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-card__desc {
    font-weight: 500;
    line-height: 1.6;
  }
}

.p-pickup-toggle {
  position: relative;
  z-index: 10;
}

.p-pickup-toggle__inner {
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #ececec;
  text-align: center;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__inner {
    width: calc(100% - 24px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__inner {
    width: 100%;
  }
}

.p-pickup-toggle__button {
  color: #01703d;
  background-color: transparent;
  font-weight: 400;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__button {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__button {
    padding: 18px 54px;
  }
}

.p-pickup-toggle__button:after {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__button:after {
    background-image: url("/mecsumai/img/icons/ico_plus_sp.svg");
    width: 16px;
    height: 16px;
    margin-left: 7px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__button:after {
    background-image: url("/mecsumai/img/icons/ico_plus_pc.svg");
    width: 20px;
    height: 20px;
    margin-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__button.is-opened:after {
    background-image: url("/mecsumai/img/icons/ico_minus_sp.svg");
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__button.is-opened:after {
    background-image: url("/mecsumai/img/icons/ico_minus_pc.svg");
  }
}

.p-pickup-toggle__list {
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__list {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__list {
    padding: 0 53px;
  }
}

.p-pickup-toggle__row {
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__row:last-child {
    margin-bottom: 24px;
  }
}

.p-pickup-toggle__body {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__body {
    margin-top: 8px;
    gap: 12px 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__body {
    margin-top: 12px;
    gap: 16px 12px;
  }
}

.p-pickup-toggle__head {
  display: inline-block;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__head {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__head {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.p-pickup-toggle__tag {
  background-color: #e7ecea;
  color: #01703d;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-pickup-toggle__tag {
    height: 19px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-toggle__tag {
    height: 24px;
  }
}

.p-pickup-toggle__tag:hover {
  background-color: #01703d;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-articles .c-button-more {
    margin: 38px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-articles .c-button-more {
    margin: 60px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-articles {
    padding-top: 101px;
  }
}

@media screen and (min-width: 768px) {
  .p-articles {
    padding-top: 144px;
  }
}

.p-articles__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-articles__list {
    margin-top: 24px;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-articles__list {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-articles__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-articles__item {
    width: calc((100% - 40px) / 2);
  }
}

.p-articles__item--large {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-articles__item--large {
    margin-bottom: 20px;
  }
}

.p-articles__thumbnail {
  display: block;
}

.p-articles__thumbnail:hover {
  opacity: 0.5;
}

.p-articles__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2.52;
}

@media screen and (max-width: 767px) {
  .p-articles__body {
    margin-top: 12px;
    padding: 0 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-articles__body {
    margin-top: 28px;
  }
}

.p-articles__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-articles__tag-item {
  background-color: #e7ecea;
  color: #01703d;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-articles__tag-item {
    font-size: 10px;
    height: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-articles__tag-item {
    font-size: 14px;
    height: 18px;
  }
}

.p-articles__tag-item:hover {
  background-color: #01703d;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-articles__title {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-articles__title {
    margin-top: 12px;
  }
}

.p-articles__title-link {
  color: #222222;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-articles__title-link {
    font-size: 24px;
  }
}

.p-articles__title-link:hover {
  color: #01703d;
}

/* <!-- START 2507_MJR-691 - Css --> */

.p-articles-external-link-wrap {
  margin-top: 30px;
}

.p-articles-external-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 0;
  gap: 8px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-articles-external-link {
    width: 400px;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 72px;
  }
}

@media screen and (min-width: 768px) {
  .p-articles-external-link {
    width: fit-content;
    font-weight: 300;
    height: 56px;
    padding: 0 20px;
  }
}

.p-articles-external-link:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/mecsumai/img/icons/ico_arrow_up_square.svg") no-repeat;
}

/* <!-- END 2507_MJR-691 - Css --> */

