@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@300&display=swap");
.dispPc {
  display: inherit;
}
@media screen and (max-width: 1024px) {
  .dispPc {
    display: none;
  }
}

.dispSp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dispSp {
    display: inherit;
  }
}

#branding-top {
  margin: 0;
  overflow-x: clip;
}
#branding-top #phg-header {
  position: fixed;
}
#branding-top #phg-header .phg-header-wrapper {
  background: rgba(0, 0, 0, 0.65);
}
#branding-top #phg-header .phg-header-mypage-text {
  color: #fff;
}
#branding-top #phg-header .phg-header-menu-list-btn strong {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #branding-top #phg-header .phg-header-menu-list-btn strong {
    color: #222;
  }
}
#branding-top #phg-header .phg-header-mypage-icon-img {
  stroke: #fff;
}
@media screen and (max-width: 1024px) {
  #branding-top #phg-header .phg-header-inner {
    background: rgba(0, 0, 0, 0.65);
  }
}
#branding-top #page {
  overflow: clip;
}
#branding-top #contents {
  overflow: clip;
}
#branding-top #contents .mainBg {
  position: relative;
  width: 100%;
}
#branding-top #contents .mainBg-logo {
  position: absolute;
  top: 80px;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1100px;
  transform: translateX(-50%);
  text-align: right;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainBg-logo {
    top: 74px;
  }
}
#branding-top #contents .mainBg-logo img {
  width: 218px;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainBg-logo img {
    width: 140px;
  }
}
#branding-top #contents .mainBg-scroll {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 30px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainBg-scroll {
    right: 5px;
    bottom: 18px;
    width: 28px;
  }
}
#branding-top #contents .mainBg-scroll img {
  max-width: 100%;
}
#branding-top #contents .mainBg-img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
#branding-top #contents .mainBg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0, transparent 40%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
}
#branding-top #contents .mainBg-in img, #branding-top #contents .mainBg-in video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#branding-top #contents .mainVisual {
  position: relative;
}
#branding-top #contents .mainVisual-text {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  z-index: 2;
  padding-top: 10vh;
  padding-bottom: 60px;
  padding-left: 20px;
  margin-top: -40vh;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text {
    margin-top: -35vh;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .logo {
    width: 190px;
  }
}
#branding-top #contents .mainVisual-text .logo img {
  max-width: 100%;
}
#branding-top #contents .mainVisual-text .mainlead {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 51px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.33em;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .mainlead {
    margin-top: 30px;
    font-size: 28px;
  }
}
#branding-top #contents .mainVisual-text .catchcopy {
  margin-top: 100px;
  padding-top: 80px;
  font-family: "Noto Serif JP", serif;
  font-size: 51px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.33em;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .catchcopy {
    padding-top: 40px;
    margin-top: 50px;
    font-size: 28px;
  }
}
#branding-top #contents .mainVisual-text .lead {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .lead {
    font-size: 15px;
  }
}
#branding-top #contents .mainVisual-text .body {
  width: 800px;
  max-width: 100%;
  margin-top: 20px;
}
#branding-top #contents .mainVisual-text .body p {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .body p {
    font-size: 14px;
  }
}
#branding-top #contents .mainVisual-text .body p + p {
  margin-top: 1em;
}
#branding-top #contents .mainVisual-text .thoughts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 554px;
  max-width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .thoughts {
    justify-content: start;
    gap: 20px;
  }
}
#branding-top #contents .mainVisual-text .thoughts .sign {
  width: 130px;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .thoughts .sign {
    width: calc(100% - 238px);
    max-width: 75px;
  }
}
#branding-top #contents .mainVisual-text .thoughts .sign img {
  max-width: 100%;
}
#branding-top #contents .mainVisual-text .thoughts .lead {
  width: 404px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .mainVisual-text .thoughts .lead {
    width: 218px;
  }
}
#branding-top #contents .mainVisual-logo {
  position: absolute;
  right: 0;
  top: 0;
}
#branding-top #contents .linkList {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 20px 20px;
}
#branding-top #contents .linkList-in {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .linkList-in {
    gap: 4px;
  }
}
#branding-top #contents .linkList-heading {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 40px 0 50px;
}
#branding-top #contents .linkList .catchcopy {
  font-family: "Noto Serif JP", serif;
  font-size: 51px;
  font-weight: 200;
  color: #000;
  letter-spacing: 0.33em;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .linkList .catchcopy {
    font-size: 28px;
  }
}
#branding-top #contents .linkList .lead {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 200;
  color: #000;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .linkList .lead {
    font-size: 15px;
  }
}
#branding-top #contents .linkList .each {
  display: block;
  position: relative;
  width: calc(33.333% - 2px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .linkList .each {
    width: calc(50% - 2px);
  }
}
#branding-top #contents .linkList .each:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.8s;
}
#branding-top #contents .linkList .each:hover::after {
  opacity: 0;
}
#branding-top #contents .linkList .each:hover .hover-img {
  opacity: 1;
}
#branding-top #contents .linkList .each img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#branding-top #contents .linkList .each .hover-img {
  opacity: 0;
  transition: opacity 0.5s;
}
#branding-top #contents .linkList .each .name {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 200;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #branding-top #contents .linkList .each .name {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
  }
}
#branding-top #contents .linkList .each .name small {
  font-size: 0.75em;
}
#branding-top #contents .linkList .each.is-upcoming {
  pointer-events: none;
}
#branding-top #contents .linkList .each.is-upcoming:after {
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
#branding-top #contents .linkList .each.is-upcoming:hover:after {
  opacity: 1;
}
#branding-top #contents .linkList .each.is-upcoming .name {
  color: #b5b5b6;
}

#branding-case .jitsurei-content * {
  font-family: "Noto Sans JP", sans-serif;
}
#branding-case img {
  max-width: 100%;
}
#branding-case .case-bg {
  background: #3e3a39;
  color: #fff;
}
#branding-case .g-breadcrumbs-wrapper {
  border-bottom: 1px solid #9fa0a0;
  box-sizing: border-box;
  height: 70px;
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
  #branding-case .g-breadcrumbs-wrapper {
    border-bottom: 0 solid #c5c6c6;
    box-sizing: border-box;
    height: 20px;
    overflow-y: hidden;
  }
}
#branding-case .g-breadcrumbs-wrapper #g-breadcrumbs {
  color: #fff;
}
#branding-case .g-breadcrumbs-wrapper #g-breadcrumbs a {
  color: #fff;
}
#branding-case .catchphrase-wrapper {
  position: relative;
  padding-right: 220px;
}
@media screen and (max-width: 1024px) {
  #branding-case .catchphrase-wrapper {
    padding-right: 0;
  }
}
#branding-case .catchphrase-wrapper .catchphrase-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
@media screen and (max-width: 1024px) {
  #branding-case .catchphrase-wrapper .catchphrase-logo {
    position: relative;
    width: 140px;
    margin-bottom: 15px;
  }
}
#branding-case .case-article-title-h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #branding-case .case-article-title-h3 {
    font-size: 18px;
  }
}
#branding-case .case-article-title-wrapper-line-b1 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 0;
  width: 123px;
}
@media screen and (max-width: 1024px) {
  #branding-case .case-article-title-wrapper-line-b1 {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 80px;
  }
}
#branding-case .page-jitsurei-mv {
  margin-bottom: 20px;
  min-height: inherit;
}
#branding-case .page-jitsurei-mv .mv-img {
  background-position: center;
  background-size: cover;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #branding-case .page-jitsurei-mv .mv-img {
    height: 107vw;
  }
}
#branding-case .page-jitsurei-mv .mv-img img {
  min-width: 1366px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #branding-case .page-jitsurei-mv .mv-img img {
    min-height: inherit;
    min-width: inherit;
  }
}
#branding-case .jitsurei-header {
  border-top: 0;
  margin: 0 auto 30px auto;
  padding-top: 50px;
  width: 976px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-header {
    border-top: none;
    margin: 0 auto 20px auto !important;
    padding: 20px 20px 0 20px;
    width: 100%;
  }
}
#branding-case .jitsurei-header .name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-header .name {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
#branding-case .jitsurei-header .office {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-header .office {
    font-size: 12px;
  }
}
#branding-case .jitsurei-about {
  display: flex;
  padding: 30px 0 15px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-about {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#branding-case .jitsurei-about dt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-about dt {
    font-size: 16px;
  }
}
#branding-case .jitsurei-about dd.p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-about dd.p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-about_prefecture {
    width: 100%;
  }
}
#branding-case .jitsurei-about_house {
  margin-left: 4.1841004184%;
  padding-left: 4.1841004184%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-about_house {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}
#branding-case .jitsurei-body p {
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 2;
    font-size: 15px;
  }
}
#branding-case .jitsurei-body .block_img_sepa p {
  width: 100%;
}
#branding-case .jitsurei-body img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#branding-case .jitsurei-body .block_img_sm {
  margin-bottom: 10px;
  width: 100%;
}
#branding-case .jitsurei-body .block_img_sm p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px !important;
  width: 100%;
}
#branding-case .jitsurei-body .block_img_sm p + p {
  margin-bottom: 25px !important;
}
#branding-case .jitsurei-body .block_horizontal2 .block_txt_cap {
  margin-bottom: 0 !important;
}
#branding-case .jitsurei-body .block_slider_image {
  margin-bottom: 25px;
}
#branding-case .jitsurei-body .block_slider_image p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px !important;
  width: 100%;
}
#branding-case .jitsurei-body .block_slider_image .g-caption {
  margin-bottom: 25px !important;
}
#branding-case .jitsurei-body .block_img_lg p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px !important;
  width: 100%;
}
#branding-case .jitsurei-body .block_img_lg p small {
  font-size: 10px;
}
#branding-case .jitsurei-body .block_img_lg p + p {
  margin-bottom: 25px !important;
}
#branding-case .jitsurei-body .block_img_lg {
  margin-top: 25px;
  width: 100%;
}
#branding-case .jitsurei-body .g-col-2 p.g-caption {
  margin-bottom: 0px !important;
}
#branding-case .jitsurei-body .block_col2_img img {
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
#branding-case .jitsurei-body .fl-justify-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .fl-justify-between {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
#branding-case .jitsurei-body .fl-justify-between p {
  margin: 0;
  width: 100%;
}
#branding-case .jitsurei-body .fl-justify-between > div {
  margin-left: 2%;
  margin-right: 2%;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .fl-justify-between > div {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
#branding-case .jitsurei-body .fl-justify-between > div:nth-child(1) {
  margin-left: 0;
}
#branding-case .jitsurei-body .fl-justify-between > div:nth-child(2n) {
  margin-right: 0;
}
#branding-case .jitsurei-body .block_txt_cap {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px !important;
  width: 100%;
  width: 100%;
}
#branding-case .jitsurei-body .block_txt_cap small {
  font-size: 10px;
}
#branding-case .jitsurei-body .block_txt_cap + p {
  margin-bottom: 25px !important;
}
#branding-case .jitsurei-body .block-data {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data {
    display: block;
    font-size: 16px;
    margin: 0;
  }
}
#branding-case .jitsurei-body .block-data .data-row {
  display: flex;
  padding: 0;
  width: 100%;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data .data-row {
    padding: 10px 0;
  }
}
#branding-case .jitsurei-body .block-data .data-row:last-child {
  border-bottom: none;
}
#branding-case .jitsurei-body .block-data .data-row .th {
  color: #fff;
  font-weight: 500;
  padding: 15px 0;
  width: 170px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data .data-row .th {
    display: block;
    padding: 0;
    width: 8rem;
  }
}
#branding-case .jitsurei-body .block-data .data-row .th span {
  border-right: 1px solid #fff;
  display: block;
  font-weight: 500;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data .data-row .th span {
    border-right: none;
  }
}
#branding-case .jitsurei-body .block-data .data-row .td {
  padding: 15px 0 15px 30px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data .data-row .td {
    display: block;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data .data-row.block-data-madori {
    display: block;
  }
}
#branding-case .jitsurei-body .block-data .data-madori {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data .data-madori {
    gap: 0 10px;
  }
}
#branding-case .jitsurei-body .block-data .data-madori .title {
  color: #fff;
  font-size: 12px;
  left: 5px;
  position: absolute;
  top: 0;
}
#branding-case .jitsurei-body .block-data .data-madori a {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
  max-width: 100%;
  padding: 5px;
  position: relative;
  width: 380px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-data .data-madori a {
    height: 42.6666666667vw;
    margin-bottom: 10px;
    margin-right: 0;
    width: 42.6666666667vw;
  }
}
#branding-case .jitsurei-body .block-data .data-madori a:after {
  border: 1px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#branding-case .jitsurei-body .block-data .data-madori a:before {
  background: url(/case/img_sumai/ico-expand.png) no-repeat center center;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 56px;
  position: absolute;
  right: 0;
  width: 56px;
  z-index: 2;
}
#branding-case .jitsurei-body .block-data .data-madori a img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 100%;
}
#branding-case .jitsurei-body .block-data-before img {
  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
}
#branding-case .jitsurei-body .block-data-after img {
  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
}
#branding-case .jitsurei-body .block-designer {
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-designer {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-bottom: 0;
  }
}
#branding-case .jitsurei-body .block-designer .designer-portrait {
  width: 170px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-designer .designer-portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
  }
}
#branding-case .jitsurei-body .block-designer .designer-portrait img {
  max-width: 168px;
}
#branding-case .jitsurei-body .block-designer .designer-txt {
  width: calc(100% - 170px);
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-designer .designer-txt {
    width: 100%;
    padding-left: 0;
    padding-top: 85px;
  }
}
#branding-case .jitsurei-body .block-designer .designer-status {
  margin-bottom: 10px;
  font-size: 17px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-designer .designer-status {
    font-size: 14px;
    padding-left: 135px;
  }
}
#branding-case .jitsurei-body .block-designer .designer-name {
  margin-bottom: 15px;
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-designer .designer-name {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 135px;
  }
}
#branding-case .jitsurei-body .block-designer .designer-comment {
  line-height: 1.6;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-designer .designer-comment {
    margin-top: 10px;
    font-size: 12px;
  }
}
#branding-case .jitsurei-body .block-movie {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-movie {
    margin-top: 30px;
  }
}
#branding-case .jitsurei-body .block-movie h2 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-movie h2 {
    font-size: 16px;
  }
}
#branding-case .jitsurei-body .block-movie .movie-thumb {
  margin-top: 20px;
}
#branding-case .jitsurei-body .block-gallery {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-gallery {
    padding-top: 30px;
  }
}
#branding-case .jitsurei-body .block-gallery h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-gallery h2 {
    font-size: 14px;
  }
}
#branding-case .jitsurei-body .block-gallery ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-gallery ul {
    gap: 10px;
  }
}
#branding-case .jitsurei-body .block-gallery ul li {
  margin: 0 20px 20px 0;
  overflow: hidden;
  width: 229px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-gallery ul li {
    margin: 0;
    width: calc((100% - 20px) / 3);
  }
}
#branding-case .jitsurei-body .block-gallery ul li:nth-of-type(3n) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-body .block-gallery ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
#branding-case .jitsurei-body .block-gallery ul li:nth-of-type(4n) {
  margin-right: 0;
}
#branding-case .jitsurei-body .block-gallery ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#branding-case .jitsurei-body .block-gallery ul li a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
#branding-case .jitsurei-body .block-gooddesign .gooddesign-heading p.img {
  height: 130px;
  width: 150px;
}
#branding-case .phg-share {
  margin: 20px 0;
}
#branding-case .phg-share .phg-share-fav-text {
  color: #fff;
}
#branding-case .jitsurei-move {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#branding-case .jitsurei-move a {
  color: #fff;
  font-size: 14px;
}
#branding-case .jitsurei-move a:hover {
  color: #fff !important;
  text-decoration: none;
}
#branding-case .jitsurei-move-bottom {
  margin-bottom: 70px;
}
#branding-case .jitsurei-move-bottom .prev .txtarea .title br {
  display: none !important;
}
#branding-case .jitsurei-move-bottom .prev .prev {
  margin-left: 8px;
}
#branding-case .jitsurei-move-bottom .next .txtarea .title br {
  display: none !important;
}
#branding-case .jitsurei-move-bottom .next .next {
  margin-right: 8px;
}
#branding-case .jitsurei-move-bottom .next .each {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
#branding-case .jitsurei-move-bottom .each {
  margin: 0;
}
#branding-case .jitsurei-move-bottom .each .imgarea {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-move-bottom .each .imgarea {
    flex-direction: column;
  }
}
#branding-case .jitsurei-move-bottom .each .imgarea p.thumbnail_l {
  margin-right: 10px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-move-bottom .each .imgarea p.thumbnail_l {
    max-width: 82px;
  }
}
#branding-case .jitsurei-move-bottom .each .imgarea p.thumbnail_r {
  margin-left: 10px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-move-bottom .each .imgarea p.thumbnail_r {
    max-width: 82px;
  }
}
#branding-case .jitsurei-move-bottom .each .imgarea p.detail_arrow {
  width: 33px;
}
#branding-case .jitsurei-move-bottom .each .imgarea p .next {
  width: 33px;
}
#branding-case .jitsurei-move-bottom .each .imgarea p .prev {
  width: 33px;
}
#branding-case .jitsurei-move-bottom .each .imgarea .pcCont {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-move-bottom .each .imgarea .pcCont {
    display: none !important;
  }
}
#branding-case .jitsurei-move-bottom .each .imgarea .spCont {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-move-bottom .each .imgarea .spCont {
    display: grid !important;
  }
}
#branding-case .jitsurei-move-bottom .each .txtarea {
  width: 150px;
}
#branding-case .jitsurei-move-bottom .each .img img {
  height: 94.3113772455px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  #branding-case .jitsurei-move-bottom .each .img img {
    height: 66.0179640719px;
    width: 105px;
  }
}
#branding-case .jitsurei-move-bottom .each .title {
  color: #000;
  font-size: 12px;
}
#branding-case .jitsurei-move-bottom .each .box_prev {
  display: grid !important;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 5px;
  width: 100%;
  margin-top: 10px;
}
#branding-case .jitsurei-move-bottom .each .box_next {
  display: grid !important;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: end;
  gap: 5px;
  width: 100%;
  margin-top: 10px;
}
#branding-case .cv-area {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
#branding-case .cv-area .btn-cv {
  background-color: #fff;
  display: block;
  width: calc(100% - 40px);
  max-width: calc(50% - 10px);
  letter-spacing: 0;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #branding-case .cv-area .btn-cv {
    max-width: initial;
  }
}
#branding-case .cv-area .btn-cv:hover {
  background: #000;
  color: #fff;
}
#branding-case .cv-area .btn-cv a {
  position: relative;
  color: #000;
  display: block;
  padding: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#branding-case .cv-area .btn-cv a:hover {
  color: #fff !important;
}
#branding-case .cv-area .btn-cv a:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#colorbox {
  height: 90vh !important;
  left: 50% !important;
  max-height: 976px !important;
  max-width: 976px !important;
  overflow: visible;
  position: fixed !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 90vh !important;
}

#cboxWrapper {
  height: 90vh !important;
  max-height: 976px !important;
  max-width: 976px !important;
  overflow: visible;
  width: 90vh !important;
}

#cboxOverlay {
  background: #fff;
  opacity: 0.9 !important;
}

#cboxContent {
  align-items: center;
  background: transparent;
  display: flex;
  height: 90vh !important;
  justify-content: center;
  margin-top: 0;
  max-height: 976px !important;
  max-width: 976px !important;
  width: 90vh !important;
}

#cboxLoadedContent {
  align-content: center;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 90vh !important;
  justify-content: center;
  max-height: 976px !important;
  max-width: 976px !important;
  overflow: hidden !important;
  width: 90vh !important;
}

#colorbox.madoriBox #cboxLoadedContent {
  padding: 40px;
}

#cboxClose {
  background: url(/case/common/images/modal_close.png) no-repeat center center !important;
  background-size: 100% 100% !important;
  height: 40px !important;
  right: 10px !important;
  top: 10px !important;
  width: 40px !important;
}

#cboxClose:before,
#cboxClose:after {
  display: none !important;
}

#cboxPrevious {
  background: url(/case/common/images/arrow_gallery_prev_pc.png) no-repeat center center;
  background-size: cover;
  height: 68px;
  left: -10px;
  position: fixed;
  top: calc(50% - 34px);
  transform: translateX(-100%);
  width: 28px;
}

#cboxPrevious:hover {
  background-position: 0 0;
}

#cboxNext {
  background: url(/case/common/images/arrow_gallery_next_pc.png) no-repeat center center;
  background-size: cover;
  height: 68px;
  position: fixed;
  right: -10px;
  top: calc(50% - 34px);
  transform: translateX(100%);
  width: 28px;
}

#cboxNext:hover {
  background-position: center center;
}

.cboxPhoto {
  height: 100% !important;
  margin: 0;
  max-height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  #colorbox {
    height: calc(89.3333333333vw + 55px) !important;
    left: 5.3333333333vw !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 89.3333333333vw !important;
  }
  #cboxWrapper {
    height: calc(89.3333333333vw + 55px) !important;
    width: 89.3333333333vw !important;
  }
  #cboxContent {
    height: 89.3333333333vw !important;
    width: 89.3333333333vw !important;
  }
  #cboxLoadedContent {
    align-items: center;
    display: flex;
    height: 100% !important;
    justify-content: center;
    width: 89.3333333333vw !important;
  }
  #colorbox.madoriBox #cboxLoadedContent {
    padding: 20px;
  }
  .cboxPhoto {
    height: auto !important;
    max-width: 100%;
    width: auto !important;
  }
  #cboxContent {
    margin-top: 55px;
  }
  #cboxClose {
    background: url(/case/common/images/modal_close.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    height: 25px !important;
    right: 0 !important;
    top: 0 !important;
    width: 25px !important;
  }
  #cboxPrevious {
    background: url(/case/common/images/arrow_gallery_prev_pc.png) no-repeat center center;
    background-size: contain;
    display: block !important;
    height: 30px;
    left: 5px;
    position: fixed;
    top: calc(50% + 15px);
    width: 30px;
  }
  #cboxNext {
    background: url(/case/common/images/arrow_gallery_next_pc.png) no-repeat center center;
    background-size: contain;
    display: block !important;
    height: 30px;
    position: fixed;
    right: 5px;
    top: calc(50% + 15px);
    width: 30px;
  }
}/*# sourceMappingURL=local.css.map */