.main-visual img {
  width: 100%;
}
.roomclipCollabo-visual__lead {
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  position: relative;
  padding: 5px 25px 25px;
}

.banner-common ~ .mt100 {
  display: none;
}
.m-list-link-01 {
  margin: 0;
  display: flex;
}
.m-list-link-01 li {
  width: 100%;
}
.m-list-link-01 li:before,
.m-list-link-01 li:after {
  content: none;
}
.m-list-link-01 > li > a {
  display: inline-block;
  text-decoration: none;
}
.m-list-link-01 > li > a:before,
.m-list-link-01 > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.m-list-link-01 > li > a:before {
  top: 0;
}
.m-list-link-01 > li > a:after {
  bottom: 0;
}
.m-list-link-01 .link-award {
  margin-right: 1px;
  background: #f6eed5;
}
.m-list-link-01 .link-award a {
  color: #dcbb00;
  position: relative;
}
.m-list-link-01 .link-award a:before {
  background: url("/img/reform/p_reform037_322x294.png") no-repeat center / contain;
}
.m-list-link-01 .link-award a:after {
  background: url("/img/common/icon_arrowdown_yellow.png") no-repeat center / contain;
}
.m-list-link-01 .link-excellent {
  background: #e6e5e0;
}
.m-list-link-01 .link-excellent a {
  color: #54534b;
  position: relative;
}
.m-list-link-01 .link-excellent a:before {
  background: url("/img/reform/p_reform038_322x294.png") no-repeat center / contain;
}
.m-list-link-01 .link-excellent a:after {
  background: url("/img/common/icon_arrowdown_brown.png") no-repeat center / contain;
}

.movie-title {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.movie-subtitle {
  text-align: center;
}
.movie-video {
  width: 100%;
}
.movie-video iframe,
.movie-video video,
.movie-video img {
  width: 100%;
  height: 100%;
}

.section-award .glb-content,
.section-excellent .glb-content {
  padding: 0;
}
.award-maintitle {
  text-align: center;
  background: #f6eed5;
  position: relative;
}
.award-maintitle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-color: #f7f0e0 transparent transparent transparent;
  border-style: solid;
}
.award-maintitle span {
  color: #dcbb00;
  position: relative;
}
.award-maintitle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 64px;
  background: url("/img/reform/p_reform037_161x147.png") no-repeat center / contain;
}

.excellent-maintitle {
  text-align: center;
  background: #e6e5e0;
  position: relative;
}
.excellent-maintitle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-color: #eae9e5 transparent transparent transparent;
  border-style: solid;
}
.excellent-maintitle span {
  color: #54534b;
  position: relative;
}
.excellent-maintitle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 64px;
  background: url("/img/reform/p_reform038_161x147.png") no-repeat center / contain;
}

.block-content.bg-small {
  position: relative;
}
.block-content.bg-small::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background: #e6e5e0;
}
.content-box img {
  height: auto;
}
.content-figure,
.content-subfigure {
  position: relative;
}
.content-figure::before,
.content-subfigure::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #000;
  font-weight: 500;
}
.content-figure::before {
  content: 'After';
}
.content-subfigure::before {
  content: 'Before';
}
.content-text {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.content-link {
  min-width: 200px;
  text-align: center;
}

.section-judge {
  background: #c5c5c5;
}
.judge-title {
  letter-spacing: .1em;
  text-align: center;
}
.judge-subtitle {
  text-align: center;
}
.judge-figure img {
  width: 100%;
  height: auto;
}

.archive-title {
  letter-spacing: 0.1rem;
  line-height: 1.2;
  text-align: center;
}
.archive-subtitle {
  margin-bottom: 60px;
  text-align: center;
}
.archive-list {
  display: flex;
  flex-wrap: wrap;
}
.archive-link {
  text-decoration: none;
  color: #000;
}
.archive-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.archive-link .link-figure img {
  height: auto;
}
.archive-link .link-figure figcaption {
  font-weight: bold;
  font-size: 1.3rem;
}
.archive-link .link-desc {
  letter-spacing: .1rem;
}

@media print, screen and (min-width: 769px) {
  .roomclipCollabo-visual__lead .m-text-sp-size-02 {
    font-size: 1.6rem;
  }
  .m-list-link-01 {
    margin-bottom: 80px;
  }
  .m-list-link-01 li {
    padding: 23px 0;
  }
  .m-list-link-01 > li > a {
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 4rem;
  }
  .m-list-link-01 .link-award {
    padding-right: 110px;
    text-align: right;
  }
  .m-list-link-01 .link-excellent {
    padding-left: 95px;
  }
  .m-list-link-01 .link-award a:before,
  .m-list-link-01 .link-excellent a:before {
    width: 97px;
    height: 90px;
  }
  .m-list-link-01 .link-award a:after,
  .m-list-link-01 .link-excellent a:after {
    width: 45px;
    height: 20px;
  }

  .section-movie {
    padding-bottom: 50px;
  }
  .section-movie .glb-content {
    max-width: 740px;
  }
  .movie-title {
    font-size: 3.5rem;
  }
  .movie-subtitle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .movie-video {
    height: 420px;
  }
  .movie-text {
    padding: 15px 0;
    font-size: 1.5rem;
  }

  .section-award,
  .section-excellent {
    padding-bottom: 100px;
  }
  .award-maintitle {
    padding: 20px 0;
    margin-bottom: 70px;
  }
  .award-maintitle::before {
    border-width: 50px 44px 0 44px;
    bottom: -50px;
  }
  .award-maintitle span {
    padding-left: 84px;
    font-size: 3.5rem;
  }
  .banner-search {
    margin-top: 100px;
  }
  .banner-search.custom-margin {
    margin: 100px auto;
  }

  .excellent-maintitle {
    padding: 38px 0;
    margin-bottom: 70px;
  }
  .excellent-maintitle::before {
    border-width: 50px 44px 0 44px;
    bottom: -50px;
  }
  .excellent-maintitle span {
    padding-left: 84px;
    font-size: 3.5rem;
  }

  .m-title-h3-bl {
    font-size: 3.5rem;
  }
  .m-title-h4-bl {
    margin-bottom: 30px;
    padding-top: 25px;
    font-size: 2.8rem;
  }

  .block-content {
    margin-bottom: 75px;
  }
  .block-content.bg-small::before {
    height: 216px;
  }
  .content-box,
  .content-wrapper {
    padding-top: 45px;
  }
  .content-box {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-figure {
    margin-bottom: 15px;
  }
  .content-figure::before,
  .content-subfigure::before {
    width: 100px;
    height: 40px;
    font-size: 2.1rem;
  }
  .content-wrapper {
    display: flex;
  }
  .content-subfigure {
    margin-right: 8px;
    width: 50%;
  }
  .content-subfigure.is-square {
    width: 350px;
    margin: 0 60px 0 15px;
  }
  .content-subfigure.is-square ~ .content-subwrapper .content-text {
    min-height: 250px;
  }
  .content-subfigure.is-square ~ .content-subwrapper .content-link {
    margin-left: -100px;
  }
  .content-subwrapper {
    flex: 1;
  }
  .content-text {
    padding: 8px 0 0 20px;
    margin-bottom: 10px;
    min-height: 165px;
  }

  .section-judge {
    padding: 60px 0 100px;
  }
  .judge-title {
    font-size: 3.5rem;
  }
  .judge-subtitle {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .judge-content {
    display: flex;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .judge-figure {
    margin-right: 40px;
    width: 250px;
  }
  .judge-info {
    flex: 1;
  }
  .judge-info .info-name {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .judge-info .info-job {
    margin-left: 19px;
    font-size: 1.5rem;
  }
  .judge-info .info-description {
    font-size: 1.5rem;
  }

  .section-archive {
    padding-top: 100px;
  }
  .archive-title {
    font-size: 3.5rem;
  }
  .archive-subtitle {
    font-size: 2rem;
  }
  .archive-list {
    margin-left: -25px;
    margin-right: -25px;
  }
  .archive-item {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .archive-link .link-title {
    font-size: 1.7rem;
  }
  .archive-link .link-desc {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 768px) {
  .m-list-link-01 {
    margin-bottom: 20px;
  }
  .m-list-link-01 li {
    padding: 10px;
    text-align: center;
  }
  .m-list-link-01 > li > a {
    padding: 50px 0 15px;
    font-size: 1.8rem;
  }
  .m-list-link-01 .link-award a:before,
  .m-list-link-01 .link-excellent a:before {
    width: 50px;
    height: 50px;
  }
  .m-list-link-01 .link-award a:after,
  .m-list-link-01 .link-excellent a:after {
    width: 20px;
    height: 15px;
  }
  .section-movie {
    padding: 0 15px 45px;
  }
  .movie-title {
    font-size: 2rem;
  }
  .movie-subtitle {
    font-size: 1rem;
    transform: scale(0.9);
    margin-bottom: 10px;
  }
  .movie-video {
    aspect-ratio: 16 / 9;
  }
  .movie-text {
    padding: 8px 0;
    font-size: 1.3rem;
  }

  .section-award,
  .section-excellent {
    padding-bottom: 60px;
  }
  .award-maintitle {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .award-maintitle::before {
    border-width: 20px 17.5px 0 17.5px;
    bottom: -20px;
  }
  .award-maintitle span {
    padding-left: 80px;
    font-size: 2.6rem;
  }
  .banner-search {
    margin-top: -15px;
  }
  .banner-search.custom-margin {
    margin: 45px 0 60px;
  }

  .excellent-maintitle {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .excellent-maintitle::before {
    border-width: 20px 17.5px 0 17.5px;
    bottom: -20px;
  }
  .excellent-maintitle span {
    padding-left: 80px;
    font-size: 2.6rem;
  }

  .m-title-h3-bl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .m-title-h4-bl {
    padding-top: 9px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .block-content {
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .block-content.bg-small::before {
    height: 92px;
  }
  .content-box,
  .content-wrapper {
    padding-top: 25px;
  }
  .content-figure {
    margin-bottom: 15px;
  }
  .content-figure::before,
  .content-subfigure::before {
    width: 70px;
    height: 25px;
    font-size: 1.4rem;
  }
  .content-subfigure {
    width: 100%;
    max-width: 75%;
    margin: 0 auto 8px;
  }

  .section-judge {
    padding: 25px 0 50px;
  }
  .judge-title {
    font-size: 2rem;
  }
  .judge-subtitle {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .judge-figure {
    width: 45%;
    margin: 0 auto 10px;
  }
  .judge-info {
    text-align: center;
  }
  .judge-info .info-name {
    width: 45%;
    margin: 0 auto 25px;
    font-size: 1.6rem;
    text-align: left;
  }
  .judge-info .info-job {
    display: block;
    font-size: 1rem;
  }
  .judge-info .info-description {
    font-size: 1.1rem;
    line-height: 1.36;
    text-align: left;
    display: inline-block;
  }

  .section-archive {
    padding-top: 35px;
  }
  .archive-title {
    font-size: 2rem;
  }
  .archive-subtitle {
    font-size: 1.1rem;
  }
  .archive-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .archive-item {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .archive-link .link-title {
    font-size: 1.5rem;
  }
  .archive-link .link-desc {
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 374px) {
  .block-content .glb-content {
    padding-left: 0;
    padding-right: 0;
  }
}