@charset "UTF-8";

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
.site-theme-black .contentMenu__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .85);
  z-index: 0;
}

.contentMenu-inner {
  max-width: 1200px;
}

.contentMenu-pageList__link {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: .8em;
}
.contentMenu-pageList__subCopy {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 80%;
}
.contentMenu-pageList__subCopy::before {
  content: '';
  display: block;
  width: 1.5em;
  height: .5px;
  background-color: rgb(255 255 255 / .7);
}

.contentMenu-specialList__item--coming {
  pointer-events: none;
  opacity: .5;
}
.contentMenu-specialList__item--coming .contentMenu-dropdown__head .statusIcon {
  display: none;
}

@media screen and (min-width: 768px) {
  .site-theme-black .contentMenu__bg {
    background: url(../../imgs/home/img_mv03.jpg) center/cover no-repeat;
  }

  .contentMenu-listGroup {
    row-gap: 60px;
  }
  .contentMenu-pageList {
    justify-content: flex-start;
    column-gap: calc(20 / 1200 * 100%);
    width: 100%;
  }
  .contentMenu-pageList__item {
    width: calc((100% - 40px) / 3);
  }
  .contentMenu-pageList__item:nth-of-type(even) .contentMenu-pageList__link {
    margin-left: 0;
  }
  .contentMenu-pageList__item::before,
  .contentMenu-pageList__item:nth-of-type(odd)::before {
    right: 10%;
  }
  .site-theme-black .contentMenu-pageList__item:after {
    background-color: rgb(255 255 255 / .3);
  }
  .site-theme-black .contentMenu-pageList__item.is-active .contentMenu-pageList__link,
  .site-theme-black .contentMenu-pageList__item:hover .contentMenu-pageList__link,
  .contentMenu-specialList__item:hover {
    background-color: rgb(30 18 16 / .9);
  }
  .contentMenu-pageList__link {
    width: 100%;
    font-size: 16px;
    padding: 25px 15% 25px 5%;
  }
  .contentMenu-specialList {
    justify-content: center;
    gap: 10px 5%;
    width: 100%;
  }
  .contentMenu-specialList::after {
    content: none;
  }
  .contentMenu-specialList__item:not(:last-of-type)::after {
    content: none;
  }
  .contentMenu-specialList__item--brand {
    width: 400px;
    border-bottom: 1px solid #999;
    padding: .5em;
  }
  .contentMenu-dropdown__head {
    padding-bottom: 24px;
  }
  .contentMenu-dropdown__link {
    font-size: 16px;
  }
  .contentMenu-dropdown__txt {
    font-size: 12px;
    line-height: 1.6;
  }

  .contentMenu-subNav {
    justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mansionSymbol-bukkenLogo__bk {
    width: 131px;
  }

  .site-theme-black .contentMenu__bg {
    background: url(../../imgs/home/img_mv03_sp.jpg) center/cover no-repeat;
  }

  .contentMenu {
    padding-inline: 20px;
  }
  .contentMenu-pageList__link {
    font-size: 14px;
    line-height: 1.6;
    padding-block: 20px;
  }
  .contentMenu-dropdown__head {
    padding-block: 30px;
  }
  .contentMenu-dropdown__link {
    font-size: 13px;
  }
  .contentMenu-dropdown__txt {
    font-size: 11px;
  }

  .contentMenu-subNav {
    margin-top: 50px;
  }
  .contentMenu-subNav__link {
    font-size: 12px;
  }
}

/* CV Menu
---------------------------------------------- */
.cvMenu-corporateLogo__text {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main {
    justify-content: center;
  }

  .cvMenu-bnrGroup--tel .cvMenu-bnr {
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
  }
  .cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn {
    margin-left: 0;
  }

  .cvMenu-corporateLogo + .cvMenu-corporateLogo {
    margin-left: 40px;
  }
  .cvMenu-corporateLogo__text {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .cvMenu-corporateLogo--mitsubishi .cvMenu-corporateLogo__text {
    margin-left: 30px;
  }
  .cvMenu-corporateLogo--jr .cvMenu-corporateLogo__text {
    margin-left: 40px;
  }
  .cvMenu-corporateLogo__image--jr {
    width: 224px;
  }

  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock .cvMenu-corporateList {
    margin-top: 40px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .cvMenu-corporateLogo + .cvMenu-corporateLogo {
    margin-top: 40px;
  }
  .cvMenu-corporateLogo__text {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .cvMenu-corporateLogo--mitsubishi .cvMenu-corporateLogo__text {
    margin-left: 22px;
  }
  .cvMenu-corporateLogo--jr .cvMenu-corporateLogo__text {
    margin-left: 30px;
  }
  .cvMenu-corporateLogo__image--jr {
    width: 170px;
  }

  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock .cvMenu-corporateList {
    margin-top: 30px;
    margin-left: 0;
  }
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.footer-corporateList__link {
  flex-direction: column;
}
.footer-corporateList__text {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .footer-corporateList__link {
    align-items: flex-start;
  }

  .footer-corporateList__text {
    font-size: 10px;
  }
  .footer-corporateList__item--mitsubishi .footer-corporateList__text {
    margin-left: 32px;
  }
  .footer-corporateList__item--jr .footer-corporateList__text {
    margin-left: 40px;
  }

  .footer-corporateList__logo--jr {
    width: 226px;
  }
}

@media screen and (max-width: 767px) {
  /* .footer-corporateList__link {
    width: fit-content;
    margin-inline: auto;
  } */

  .footer-corporateList__text {
    font-size: 9px;
    margin-right: 0;
  }
  .footer-corporateList__item--jr .footer-corporateList__text {
    margin-right: 76px;
  }

  .footer-corporateList__logo--jr {
    width: 170px;
  }
}

.heroVisual {
  position: relative;
  width: 100%;
}

.heroVisual__heading {
  bottom: 0;
  color: #f5f5f5;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .heroVisual__heading {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .heroVisual__heading {
    padding-bottom: 40px;
  }
}

.heroVisual__heading .en {
  display: block;
  font-family: 'Cormorant Infant', serif;
}

@media screen and (min-width: 768px) {
  .heroVisual__heading .en {
    font-size: 30px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .heroVisual__heading .en {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .heroVisual__heading .jp {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: calc(30 / 14);
  }
}

@media screen and (max-width: 768px) {
  .heroVisual__heading .jp {
    font-size: 12px;
  }
}

.heroVisual__image {
  width: 100%;
}

.heroVisual__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

@media screen and (max-width: 768px) {
  .heroVisual__capIn {
    color: #666666;
    text-shadow: #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px, #ffffff -3px -3px 10px, #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px, #ffffff -3px -3px 10px, #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px, #ffffff -3px -3px 10px, #ffffff 3px 3px 10px, #ffffff -3px 3px 10px, #ffffff 3px -3px 10px,
      #ffffff -3px -3px 10px;
  }
}

.currentPage--brand .container {
  background-color: #d7d7d7;
}

.brand-introduction {
  background-color: #eeeeee;
}

@media screen and (min-width: 768px) {
  .brand-introduction {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .brand-introduction {
    padding: 45px 0 50px;
  }
}

.brand-introSection {
  text-align: center;
}

.brand-introSection__heading .svgLogo {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .brand-introSection__heading .svgLogo {
    width: 117px;
  }
}

@media screen and (max-width: 768px) {
  .brand-introSection__heading .svgLogo {
    width: 72px;
  }
}

.brand-introSection__heading .svgTitle {
  display: block;
}

@media screen and (min-width: 768px) {
  .brand-introSection__heading .svgTitle {
    margin: 50px auto 0;
    width: 510px;
  }
}

@media screen and (max-width: 768px) {
  .brand-introSection__heading .svgTitle {
    margin: 25px auto 0;
    width: 289.5px;
  }
}

@media screen and (min-width: 768px) {
  .brand-introSection__txt {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-top: 50px;
    line-height: 2;
  }
  .brand-introSection__txt:before {
    content: '';
    margin-top: calc((1 - 2) * 0.5em);
  }
  .brand-introSection__txt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .brand-introSection__txt:before,
  .brand-introSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-introSection__txt {
    font-size: 12px;
    margin-top: 40px;
    line-height: 1.91667;
  }
  .brand-introSection__txt:before {
    content: '';
    margin-top: calc((1 - 1.91667) * 0.5em);
  }
  .brand-introSection__txt:after {
    margin-bottom: calc((1 - 1.91667) * 0.5em);
  }
  .brand-introSection__txt:before,
  .brand-introSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .brand-contentArea {
    margin: 0 auto;
    padding: 80px 0;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .brand-contentArea {
    padding: 40px 20px;
  }
}

.brand-cardBlock {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .brand-cardBlock:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .brand-cardBlock:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.brand-cardBlock:focus {
  outline: none;
}

.brand-cardBlock:focus:after {
  background: -webkit-gradient(linear, left top, right top, from(#94ad5f), to(#82bbb1));
  background: linear-gradient(90deg, #94ad5f 0%, #82bbb1 100%);
  content: '';
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.brand-article {
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

@media screen and (max-width: 768px) {
  .brand-article {
    -webkit-box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
    box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
  }
}

.brand-article__head {
  background-color: #eeeeee;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .brand-article__head {
    overflow: hidden;
  }
}

.brand-article__head:before {
  background-color: #00633d;
  content: '';
  height: 2.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.brand-article__head .capIn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.brand-article__inner {
  color: #333333;
  position: relative;
}

@media screen and (min-width: 768px) {
  .brand-article__inner {
    padding: 280px 100px 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .brand-article__inner {
    padding: 170px 10px 0;
    width: 100%;
  }
}

.brand-article__heading {
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white;
}

@media screen and (min-width: 768px) {
  .brand-article__heading {
    font-size: 20px;
    line-height: calc(48 / 20);
  }
}

@media screen and (max-width: 768px) {
  .brand-article__heading {
    font-size: 12px;
    line-height: calc(60 / 24);
  }
}

@media screen and (min-width: 768px) {
  .brand-article__heading .strong {
    font-size: 32px;
    line-height: calc(36 / 32);
  }
}

@media screen and (max-width: 768px) {
  .brand-article__heading .strong {
    font-size: 20px;
    line-height: calc(48 / 40);
  }
}

.brand-article__txt {
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .brand-article__txt {
    font-size: 11px;
    margin-top: 25px;
    line-height: 1.90909;
  }
  .brand-article__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article__txt:after {
    margin-bottom: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article__txt:before,
  .brand-article__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article__txt {
    font-size: 11px;
    margin: 10px auto 0;
    width: 275px;
    line-height: 1.90909;
  }
  .brand-article__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article__txt:after {
    margin-bottom: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article__txt:before,
  .brand-article__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article--support .brand-article__heading .strong {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

.brand-article .brand-doorPicture {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.brand-article .brand-doorPicture__image {
  display: block;
}

.brand-article__body {
  background-color: #eeeeee;
  color: #2f2f2f;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .brand-article__body {
    padding-bottom: 30px;
  }
}

.brand-article .brand-generalSection {
  color: #333333;
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection {
    padding: 80px 53px;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection {
    padding: 25px 30px 25px;
  }
}

.brand-article .brand-generalSection:nth-of-type(2n) {
  background-color: #ffffff;
}

.brand-article .brand-generalSection__title {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection__title {
    font-size: 22px;
    line-height: 1.81818;
  }
  .brand-article .brand-generalSection__title:before {
    content: '';
    margin-top: calc((1 - 1.81818) * 0.5em);
  }
  .brand-article .brand-generalSection__title:after {
    margin-bottom: calc((1 - 1.81818) * 0.5em);
  }
  .brand-article .brand-generalSection__title:before,
  .brand-article .brand-generalSection__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__title {
    font-size: 14px;
    margin-top: 22px;
    text-align: center;
    line-height: 1.64286;
  }
  .brand-article .brand-generalSection__title:before {
    content: '';
    margin-top: calc((1 - 1.64286) * 0.5em);
  }
  .brand-article .brand-generalSection__title:after {
    margin-bottom: calc((1 - 1.64286) * 0.5em);
  }
  .brand-article .brand-generalSection__title:before,
  .brand-article .brand-generalSection__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-article .brand-generalSection__title + .brand-generalSection__heading {
  margin-top: 18px;
}

.brand-article .brand-generalSection__title--check {
  color: #0069a0;
}

.brand-article .brand-generalSection__title--eco {
  color: #567e13;
}

.brand-article .brand-generalSection__title--custom {
  color: #00498a;
}

.brand-article .brand-generalSection__title--life {
  color: #d0850a;
}

.brand-article .brand-generalSection__title--community {
  color: #b94645;
}

.brand-article .brand-generalSection__title--caresupport {
  color: #00633d;
  margin-top: 20px;
}

.brand-article .brand-generalSection__heading {
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection__heading {
    font-size: 18px;
    line-height: 1.66667;
  }
  .brand-article .brand-generalSection__heading:before {
    content: '';
    margin-top: calc((1 - 1.66667) * 0.5em);
  }
  .brand-article .brand-generalSection__heading:after {
    margin-bottom: calc((1 - 1.66667) * 0.5em);
  }
  .brand-article .brand-generalSection__heading:before,
  .brand-article .brand-generalSection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__heading {
    font-size: 14px;
    line-height: 1.64286;
  }
  .brand-article .brand-generalSection__heading:before {
    content: '';
    margin-top: calc((1 - 1.64286) * 0.5em);
  }
  .brand-article .brand-generalSection__heading:after {
    margin-bottom: calc((1 - 1.64286) * 0.5em);
  }
  .brand-article .brand-generalSection__heading:before,
  .brand-article .brand-generalSection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .brand-article .brand-generalSection__heading:first-of-type {
    margin-top: 20px;
  }
}

.brand-article .brand-generalSection__heading + .brand-generalSection__subheading {
  margin-top: 40px;
}

.brand-article .brand-generalSection__subheading {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection__subheading {
    font-size: 14px;
    letter-spacing: 0.11em;
    margin-top: 20px;
    line-height: 1.71429;
  }
  .brand-article .brand-generalSection__subheading:before {
    content: '';
    margin-top: calc((1 - 1.71429) * 0.5em);
  }
  .brand-article .brand-generalSection__subheading:after {
    margin-bottom: calc((1 - 1.71429) * 0.5em);
  }
  .brand-article .brand-generalSection__subheading:before,
  .brand-article .brand-generalSection__subheading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__subheading {
    font-size: 11px;
    letter-spacing: 0.07em;
    margin-top: 20px;
    line-height: 1.90909;
  }
  .brand-article .brand-generalSection__subheading:before {
    content: '';
    margin-top: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article .brand-generalSection__subheading:after {
    margin-bottom: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article .brand-generalSection__subheading:before,
  .brand-article .brand-generalSection__subheading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-article .brand-generalSection__subheading + .brand-generalSection__txt {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection__txt {
    font-size: 14px;
    letter-spacing: 0.11em;
    margin-top: 20px;
    line-height: 1.71429;
  }
  .brand-article .brand-generalSection__txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * 0.5em);
  }
  .brand-article .brand-generalSection__txt:after {
    margin-bottom: calc((1 - 1.71429) * 0.5em);
  }
  .brand-article .brand-generalSection__txt:before,
  .brand-article .brand-generalSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__txt {
    font-size: 11px;
    letter-spacing: 0.07em;
    margin-top: 20px;
    line-height: 1.90909;
  }
  .brand-article .brand-generalSection__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article .brand-generalSection__txt:after {
    margin-bottom: calc((1 - 1.90909) * 0.5em);
  }
  .brand-article .brand-generalSection__txt:before,
  .brand-article .brand-generalSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-article .brand-generalSection__txt + .brand-generalSection__subheading {
  margin-top: 30px;
}

.brand-article .brand-generalSection__txt + .brand-generalSection__caption {
  margin-top: 15px;
}

.brand-article .brand-generalSection .brand-general-btn {
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection .brand-general-btn {
    width: 350px;
  }
  .brand-article .brand-generalSection .brand-general-btn__link {
    padding: 8px 5px;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection .brand-general-btn {
    width: 100%;
  }
  .brand-article .brand-generalSection .brand-general-btn__link {
    padding: 7px 5px;
  }
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection .brand-general-btn + .brand-general-attention {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection .brand-general-btn + .brand-general-attention {
    margin-top: 10px;
  }
}

.brand-article .brand-generalSection .brand-general-attention {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .brand-article .brand-generalSection .layoutCol {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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 screen and (min-width: 768px) {
  .brand-article .brand-generalSection .layoutCol__item {
    width: 431px;
  }
}

.brand-article__close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
  bottom: 0;
  -webkit-box-shadow: 0 -12px 12px 0 #eeeeee;
  box-shadow: 0 -12px 12px 0 #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Cormorant Infant', serif;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.brand-article__close .arrowSVG {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15.5px;
}

@media screen and (min-width: 768px) {
  .brand-article__close {
    display: none;
  }
}

.brand-contentArea .brand-article__head .brand-articleSection__heading,
.brand-contentArea .brand-article__head .brand-articleSection__txt {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

.brand-contentArea .brand-article__head .brand-articleSection__heading {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article__head .brand-articleSection__txt {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article .brand-doorPicture {
  -webkit-transform: translate(0, -5%) scale(1.1);
  transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article__close {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.brand-contentArea .brand-article.sai-animate .brand-article__head .brand-articleSection__heading,
.brand-contentArea .brand-article.sai-animate .brand-article__head .brand-articleSection__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.brand-contentArea .brand-article.sai-animate .brand-article__head .brand-doorPicture {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.brand-contentArea .brand-article.is-open {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.brand-contentArea .brand-article.is-open .brand-article__close {
  background-color: #bababa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.brand-contentArea .brand-article.is-open .brand-article__close .arrowSVG {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.brand-contentArea .brand-article.is-open .brand-article__body {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-contentArea .btn-view {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.brand-contentArea .btn-view:after {
  content: '＞';
  font-family: 'YakuHanMP', 'Noto Serif JP', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
}

.fiveEyesList {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  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 screen and (min-width: 768px) {
  .fiveEyesList {
    margin: 55px auto 0;
    width: 443px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList {
    margin-top: 25px;
  }
}

.fiveEyesList__image {
  height: auto;
}

@media screen and (min-width: 768px) {
  .fiveEyesList__image--checkeyes {
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--checkeyes {
    width: 42.5px;
  }
}

@media screen and (min-width: 768px) {
  .fiveEyesList__image--ecoeyes {
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--ecoeyes {
    width: 42.5px;
  }
}

@media screen and (min-width: 768px) {
  .fiveEyesList__image--customeyes {
    width: 69px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--customeyes {
    width: 43px;
  }
}

@media screen and (min-width: 768px) {
  .fiveEyesList__image--lifeeyes {
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--lifeeyes {
    width: 42.5px;
  }
}

@media screen and (min-width: 768px) {
  .fiveEyesList__image--communityeyes {
    width: 89px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--communityeyes {
    width: 55.5px;
  }
}

.goodDesign {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .goodDesign {
    margin: 70px auto 0;
    padding-top: 20px;
    width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .goodDesign {
    margin-top: 30px;
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .goodDesign__logo {
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  .goodDesign__logo {
    width: 68px;
  }
}

.goodDesign__txt {
  color: #333333;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .goodDesign__txt {
    font-size: 12px;
    margin-left: 22px;
    line-height: 1.83333;
  }
  .goodDesign__txt:before {
    content: '';
    margin-top: calc((1 - 1.83333) * 0.5em);
  }
  .goodDesign__txt:after {
    margin-bottom: calc((1 - 1.83333) * 0.5em);
  }
  .goodDesign__txt:before,
  .goodDesign__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .goodDesign__txt {
    font-size: 10px;
    margin-left: 16px;
    line-height: 1.625;
  }
  .goodDesign__txt:before {
    content: '';
    margin-top: calc((1 - 1.625) * 0.5em);
  }
  .goodDesign__txt:after {
    margin-bottom: calc((1 - 1.625) * 0.5em);
  }
  .goodDesign__txt:before,
  .goodDesign__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.afterserviceGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.afterserviceGallery .photo {
  width: 100%;
}

.careSupport {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  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 screen and (min-width: 768px) {
  .careSupport {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .careSupport {
    margin-top: 20px;
  }
}

.supportFeature {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e7e5;
  color: #00633d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.15em;
  line-height: calc(30 / 14);
  min-height: 40px;
  padding: 5px 20px;
  width: 100%;
}

.supportFeature:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .supportFeature {
    font-size: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30px;
  }
}

.salesMansionGallery {
  counter-reset: traditionalOrder;
  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 screen and (min-width: 768px) {
  .salesMansionGallery__item:nth-of-type(1) {
    width: 525px;
  }
  .salesMansionGallery__item:nth-of-type(2) {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .salesMansionGallery__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.salesMansionGallery__item .photo {
  counter-increment: traditionalOrder;
  position: relative;
}

.salesMansionGallery__item .photo:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666666;
  bottom: 1px;
  color: #ffffff;
  content: counter(traditionalOrder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 1px;
}

@media screen and (min-width: 768px) {
  .salesMansionGallery__item .photo:after {
    font-size: 14px;
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .salesMansionGallery__item .photo:after {
    font-size: 10px;
    height: 15px;
    width: 15px;
  }
}

.salesMansionGallery__item .photo__capIn {
  right: 25px;
}

.salesMansionGallery .photoGroup {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.salesMansionGallery .photoGroup .photo {
  display: block;
}

@media screen and (min-width: 768px) {
  .salesMansionGallery .photoGroup .photo {
    width: 175px;
  }
}

@media screen and (max-width: 768px) {
  .salesMansionGallery .photoGroup .photo {
    width: 127.5px;
  }
  .salesMansionGallery .photoGroup .photo:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .salesMansionGallery .photoGroup .photo__capIn {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap;
  }
}

.storySection {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cccccc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .storySection {
    margin: 50px auto 0;
    padding-top: 30px;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .storySection {
    margin-top: 30px;
    padding-top: 15px;
  }
}

.storySection__heading {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .storySection__heading {
    font-size: 18px;
    line-height: 1.83333;
  }
  .storySection__heading:before {
    content: '';
    margin-top: calc((1 - 1.83333) * 0.5em);
  }
  .storySection__heading:after {
    margin-bottom: calc((1 - 1.83333) * 0.5em);
  }
  .storySection__heading:before,
  .storySection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .storySection__heading {
    font-size: 11px;
    line-height: 1.625;
  }
  .storySection__heading:before {
    content: '';
    margin-top: calc((1 - 1.625) * 0.5em);
  }
  .storySection__heading:after {
    margin-bottom: calc((1 - 1.625) * 0.5em);
  }
  .storySection__heading:before,
  .storySection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .storySection__txt {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    line-height: 1.83333;
  }
  .storySection__txt:before {
    content: '';
    margin-top: calc((1 - 1.83333) * 0.5em);
  }
  .storySection__txt:after {
    margin-bottom: calc((1 - 1.83333) * 0.5em);
  }
  .storySection__txt:before,
  .storySection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .storySection__txt {
    font-size: 10px;
    margin-top: 16px;
    text-align: center;
    line-height: 1.625;
  }
  .storySection__txt:before {
    content: '';
    margin-top: calc((1 - 1.625) * 0.5em);
  }
  .storySection__txt:after {
    margin-bottom: calc((1 - 1.625) * 0.5em);
  }
  .storySection__txt:before,
  .storySection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-estateIntroduction {
  background-color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .brand-estateIntroduction {
    padding: 70px 45px 70px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction {
    margin: 0 -15px;
    padding: 40px 15px;
    width: 305px;
  }
}

.brand-estateIntroduction__title {
  display: inline-block;
}

.brand-estateIntroduction__title .svgTitle {
  display: block;
}

@media screen and (min-width: 768px) {
  .brand-estateIntroduction__title .svgTitle--lead {
    width: 287px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__title .svgTitle--lead {
    width: 179.5px;
  }
}

@media screen and (min-width: 768px) {
  .brand-estateIntroduction__title .svgTitle--mitsubishi {
    margin-top: 20px;
    width: 286px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__title .svgTitle--mitsubishi {
    margin-top: 13px;
    width: 179px;
  }
}

@media screen and (min-width: 768px) {
  .brand-estateIntroduction__heading {
    font-size: 18px;
    letter-spacing: 0.07em;
    margin-top: 55px;
    line-height: 1.66667;
  }
  .brand-estateIntroduction__heading:before {
    content: '';
    margin-top: calc((1 - 1.66667) * 0.5em);
  }
  .brand-estateIntroduction__heading:after {
    margin-bottom: calc((1 - 1.66667) * 0.5em);
  }
  .brand-estateIntroduction__heading:before,
  .brand-estateIntroduction__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__heading {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.64286;
  }
  .brand-estateIntroduction__heading:before {
    content: '';
    margin-top: calc((1 - 1.64286) * 0.5em);
  }
  .brand-estateIntroduction__heading:after {
    margin-bottom: calc((1 - 1.64286) * 0.5em);
  }
  .brand-estateIntroduction__heading:before,
  .brand-estateIntroduction__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-estateIntroduction__txt {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .brand-estateIntroduction__txt {
    font-size: 14px;
    letter-spacing: 0.105em;
    margin-top: 25px;
    line-height: 1.71429;
  }
  .brand-estateIntroduction__txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * 0.5em);
  }
  .brand-estateIntroduction__txt:after {
    margin-bottom: calc((1 - 1.71429) * 0.5em);
  }
  .brand-estateIntroduction__txt:before,
  .brand-estateIntroduction__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__txt {
    font-size: 11px;
    letter-spacing: 0.105em;
    margin-top: 20px;
    line-height: 1.90909;
  }
  .brand-estateIntroduction__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * 0.5em);
  }
  .brand-estateIntroduction__txt:after {
    margin-bottom: calc((1 - 1.90909) * 0.5em);
  }
  .brand-estateIntroduction__txt:before,
  .brand-estateIntroduction__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .brand-estateIntroduction + .layoutCol {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction + .layoutCol {
    margin-top: 25px;
  }
}

.brand-directionVisual {
  counter-reset: dvOrder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-directionVisual__item {
  counter-increment: dvOrder;
  width: 50%;
}

.brand-directionVisual .photo {
  position: relative;
}

.brand-directionVisual .photo:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666666;
  bottom: 0;
  color: #ffffff;
  content: counter(dvOrder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .brand-directionVisual .photo:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .brand-directionVisual .photo:after {
    font-size: 10px;
    height: 15px;
    width: 15px;
  }
}

.brand-directionVisual .photo__capIn {
  text-align: right;
}

.brand-traditionalGallery .photo__image {
  width: 100%;
}

.brand-traditionalGallery .photo__capIn {
  text-align: right;
}

.brand-traditionalGallery {
  counter-reset: traditionalOrder;
}

@media screen and (min-width: 768px) {
  .brand-traditionalGallery {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery {
    margin-top: 60px;
  }
}

.brand-traditionalGallery__caption {
  line-height: 1.6;
}

.brand-traditionalGallery__caption:before {
  content: '';
  margin-top: calc((1 - 1.6) * 0.5em);
}

.brand-traditionalGallery__caption:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.brand-traditionalGallery__caption:before,
.brand-traditionalGallery__caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .brand-traditionalGallery__caption {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__caption {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .brand-traditionalGallery__item--grid {
    display: grid;
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(4) {
    grid-area: 1 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__item--grid {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 3.5px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(4) {
    grid-area: 2 / 2 / 4 / 3;
  }
}

.brand-traditionalGallery__item--default {
  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 screen and (min-width: 768px) {
  .brand-traditionalGallery__item--default {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__item--default {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .brand-traditionalGallery__item--default .photo {
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__item--default .photo:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.brand-traditionalGallery .photo {
  counter-increment: traditionalOrder;
  position: relative;
}

.brand-traditionalGallery .photo:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666666;
  bottom: 0;
  color: #ffffff;
  content: counter(traditionalOrder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .brand-traditionalGallery .photo:after {
    font-size: 14px;
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery .photo:after {
    font-size: 10px;
    height: 15px;
    width: 15px;
  }
}

.brand-anchorNav {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  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 screen and (max-width: 768px) {
  .brand-anchorNav {
    display: none;
  }
}

.brand-anchorNav__item {
  background-color: #eeeeee;
  -webkit-box-shadow: 0 0 25px 0 rgba(8, 1, 3, 0.2);
  box-shadow: 0 0 25px 0 rgba(8, 1, 3, 0.2);
  height: 60px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 226px;
}

.brand-anchorNav__item:after {
  border-color: #eeeeee transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

.brand-anchorNav__item.is-active {
  background-color: #c5c5c5;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.brand-anchorNav__item.is-active:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .brand-anchorNav__item:hover {
    background-color: #c5c5c5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .brand-anchorNav__item:hover:after {
    border-color: #c5c5c5 transparent transparent transparent;
  }
}

.brand-anchorNav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: calc(21 / 12);
  width: 100%;
}

.brand-anchorNav__link .strong {
  color: #00633d;
  font-size: 16px;
  line-height: calc(21 / 16);
}

.brand-anchorNav + .brand-article {
  margin-top: 27px;
}

.brand-general-btn {
  width: 100%;
}

.brand-general-btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .brand-general-btn__link {
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.71429;
  }
  .brand-general-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.71429) * 0.5em);
  }
  .brand-general-btn__link:after {
    margin-bottom: calc((1 - 1.71429) * 0.5em);
  }
  .brand-general-btn__link:before,
  .brand-general-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .brand-general-btn__link:hover {
    background-color: #ffffff;
    color: #666666;
  }
  .brand-general-btn__link:hover .svgIcon__path {
    stroke: #666666;
  }
}

@media screen and (max-width: 768px) {
  .brand-general-btn__link {
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.58333;
  }
  .brand-general-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.58333) * 0.5em);
  }
  .brand-general-btn__link:after {
    margin-bottom: calc((1 - 1.58333) * 0.5em);
  }
  .brand-general-btn__link:before,
  .brand-general-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-general-btn__link .svgIcon__path {
  fill: none;
  stroke: #ffffff;
}

.brand-general-btn__link .svgIcon--external {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .brand-general-btn__link .svgIcon--external {
    right: 20px;
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .brand-general-btn__link .svgIcon--external {
    right: 12px;
    width: 12px;
  }
}

.brand-nextArrow {
  bottom: 30px;
  cursor: pointer;
  display: block;
  left: 50%;
  opacity: 0;
  position: fixed;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .brand-nextArrow {
    display: none;
  }
}

.brand-cardBlock.is-active .brand-nextArrow {
  opacity: 1;
  visibility: visible;
}

.brand-cardBlock.is-active .brand-nextArrow.is-hidden {
  opacity: 0;
  -webkit-transition: 0.3s 0.9s;
  transition: 0.3s 0.9s;
  visibility: hidden;
}


/*----------------------------------------------------------------------
  over ride
----------------------------------------------------------------------*/
.ib {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .sp-bl {
    display: none !important;
  }

  /* CV Menu */
  .cvMenu-bnrGroup--main {
    justify-content: center;
  }
}

/* tab
---------------------------------------------- */
.brand-tab {
  background-color: #eee;
  padding-block: 50px;
}
.tablist {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: calc(320 / 375 * 100%);
  margin-inline: auto;
}
.tab {
  width: 320px;
  background-color: #00633d;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 1em;
  transition: 0.3s;
  border: 1px solid rgb(0 99 61 / 0);
  cursor: pointer;
}
.tab.active {
  background-color: #fff;
  border-color: rgb(0 99 61);
  color: #00633d;
  pointer-events: none;
}
.tab:hover {
  background-color: rgb(0 99 61 / 0.6);
}
.tabpanel {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: relative;
}
.tabpanel.active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: revert;
  animation: tabFadeIn 0.5s;
}
@keyframes tabFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .tablist {
    flex-direction: column;
    row-gap: 10px;
  }
  .tab {
    font-size: 16px;
  }
}

/* developer
---------------------------------------------- */
.tabpanel__inner {
  background-color: #eee;
  padding-block: 100px;
}
.developer-intro {
  width: calc(320 / 375 * 100%);
  margin-inline: auto;
}
.developer-intro__copy {
  font-size: clamp(20px, 4vw, 24px);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.developer-intro__text {
  margin-top: min(60px, 8.2051282051vw);
  font-size: clamp(14px, 2.6666666667vw, 16px);
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: center;
}

.developerArea {
  background-color: #eee;
  padding-top: 100px;
}
.developerBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.developerItem {
  display: flex;
  flex-direction: column;
  width: calc(550 / 1200 * 100%);
}
.developer__logo1 {
  width: 300px;
  margin: 0 0 20px;
  height: 50px;
}
.developer__logo2 {
  width: 340px;
  margin: 0 0 20px;
  height: 50px;
}
.developer__copy {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 15px 0;
  letter-spacing: 0.1em;
}
.developer__text {
  font-size: 16px;
  line-height: 2.4;
  margin: 0 0 30px 0;
  letter-spacing: 0.1em;
}
.archive {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: auto;
}
.archive__item {
  width: calc(255 / 550 * 100%);
}
.archive__name {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tabpanel-1 {
  }
  .tabpanel__inner {
    padding-block: 0 50px;
  }
  .developer-intro__text {
    text-align: justify;
  }
  .developerArea {
    padding-top: 40px;
  }
  .developerBox {
    flex-direction: column;
    row-gap: 50px;
  }
  .developerItem {
    width: 100%;
  }
  .developer__copy {
    display: block;
    font-size: 20px;
  }
  .developer__text {
    font-size: 14px;
  }
  .developer__logo1 {
    width: 70%;
  }
  .developer__logo2 {
    width: 80%;
  }
  .archive {
    margin-top: 30px;
  }
}
