@media print, screen and (min-width: 768px) and (max-width: 9999px) {
  .glb-pageWrapper {
    min-width: 980px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 9999px) {
  .section-main-content .md {
    display: block !important;
  }
  .section-main-content .sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .section-main-content .md {
    display: none !important;
  }
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .wrapper{
    width: 980px;
    margin: 0 auto;
  }
  .m-nav-breadcrumb_list>li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .wrapper{
    max-width: 375px;
    margin: 0 auto;
    padding: 0 24px;
  }
}

@media screen and (max-width: 364px) {
  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.section-main-content {
  font-family: 'Noto Sans JP', sans-serif;
}


/* SECTION KEYVISUAL */

.section-contest-keyvisual {
  position: relative;
  background: #bdd0da;
}
.section-contest-keyvisual:after {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.section-contest-keyvisual .keyvisual-image {
  position: relative;
  z-index: 5;
}
.section-contest-keyvisual .keyvisual-image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-contest-keyvisual .keyvisual-message {
  position: relative;
  z-index: 10;
  font-weight: 500;
  line-height: 2.18;
  text-align: center;
}
.section-contest-keyvisual .keyvisual-message mark {
  background: none;
  text-decoration: underline;
  text-decoration-color: #f6d72e;
  text-underline-offset: 0;
}

@media screen and (min-width: 768px) {
  .section-contest-keyvisual:after {
    height: 343px;
  }
  .section-contest-keyvisual .keyvisual-image {
    margin-left: -24px;
    margin-right: -24px;
  }
  .section-contest-keyvisual .keyvisual-message {
    margin-top: -86px;
    padding: 50px 0 113px;
    font-size: 17px;
    letter-spacing: .05em;
  }
  .section-contest-keyvisual .keyvisual-message mark {
    text-decoration-thickness: 4px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1030px) {
  .section-contest-keyvisual .keyvisual-image {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-keyvisual:after {
    height: 357px;
  }
  .is-iphone .section-contest-keyvisual:after {
    height: 348px;
  }
  .section-contest-keyvisual .keyvisual-image {
    width: 425px;
    margin-left: -50px;
  }
  .section-contest-keyvisual .keyvisual-message {
    margin: -76px -4px 0;
    padding: 30px 0 77px;
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: .025em;
  }
  .section-contest-keyvisual .keyvisual-message mark {
    text-decoration-thickness: 2px;
  }
}


/* SECTION DECORATIONS */

.has-fin {
  position: relative;
}
.has-fin:after {
  content: "";
  display: block;
  width: 258px;
  height: 258px;
  border-radius: 100%;
  position: absolute;
  z-index: 0;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .has-fin:after {
    width: 258px;
    height: 258px;
    top: -83px;
  }
}

@media screen and (max-width: 767px) {
  .has-fin:after {
    width: 126px;
    height: 126px;
    top: -40px;
  }
}


/* SECTION WINNERS */

.section-contest-winners {
  background: #efefef;
  position: relative;
  z-index: 10;
}
.section-contest-winners:after {
  background-color: #efefef;
}
.section-contest-winners .winners-header {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
}
.section-contest-winners .winners-body {
  position: relative;
  z-index: 10;
}
.section-contest-winners .winners-groups {
  position: relative;
  z-index: 20;
}
.section-contest-winners .winners-groups > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.section-contest-winners .winners-title {
  font-weight: 700;
  line-height: 1.5;
}
.section-contest-winners .winners-title img {
  display: block;
}
.section-contest-winners .winners-title span {
  display: block;
  text-align: center;
}
.section-contest-winners .winners-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.section-contest-winners .winners-list:after {
  content: "";
  width: 100%;
  background: #e18a31;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section-contest-winners .is-kitchen .winners-list:after {
  background-color: #e18a31;
}
.section-contest-winners .is-bathroom .winners-list:after {
  background-color: #61aad0;
}
.section-contest-winners .is-emawall .winners-list:after {
  background-color: #6fb16b;
}
.section-contest-winners .winners-list li {
  position: relative;
  z-index: 1;
}
.section-contest-winners .winners-list li:first-child:before {
  content: "";
  display: block;
  background: url("/img/reform/contents/contest/2024/ico_badge_001.svg") center / 100% auto no-repeat;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.section-contest-winners .winners-list li:after {
  content: "CHECK";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 0.75em;
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  pointer-events: none;
}
.section-contest-winners .winner-image {
  display: block;
  background: #fff;
}

.section-contest-winners .winners-criteria {
  background: #fff;
  position: relative;
  z-index: 10;
}
.section-contest-winners .winners-criteria:before,
.section-contest-winners .winners-criteria:after {
  content: "";
  display: block;
  background: #efefef;
  position: absolute;
  transform: rotate(45deg);
}
.section-contest-winners .winners-criteria:before {
  border-top: 1px solid #222;
}
.section-contest-winners .winners-criteria:after {
  border-bottom: 1px solid #222;
}
.section-contest-winners .winners-criteria .criteria-title {
  background-image: url("/img/reform/contents/contest/2024/line_001.svg");
  background-repeat: repeat-x;
}
.section-contest-winners .winners-criteria .criteria-title strong {
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
}
.section-contest-winners .winners-criteria .criteria-title span {
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
.section-contest-winners .winners-criteria .criteria-image {
  position: absolute;
  z-index: 1;
}
.section-contest-winners .winners-criteria .criteria-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-contest-winners .winners-criteria .criteria-list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
}
.section-contest-winners .winners-criteria .criteria-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.section-contest-winners .winners-criteria .criteria-text {
  font-weight: 500;
  letter-spacing: .04em;
  white-space: nowrap;
}
.section-contest-winners .winners-criteria .criteria-text strong {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .section-contest-winners {
    padding-bottom: 100px;
  }
  .section-contest-winners .winners-header {
    margin-bottom: 2px;
    top: -46px;
    font-size: 32px;
  }
  .section-contest-winners .winners-sub-header {
    display: none;
  }
  .section-contest-winners .winners-groups > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-contest-winners .winners-title {
    width: 128px;
    padding-top: 8px;
    font-size: 16px;
  }
  .section-contest-winners .winners-title span {
    margin-left: 5px;
  }
  .section-contest-winners .winners-title small {
    display: none;
  }
  .section-contest-winners .winners-title img {
    margin-bottom: 2px;
  }
  .section-contest-winners .winners-list {
    width: 840px;
    padding: 15px 45px 15px 55px;
  }
  .section-contest-winners .winners-list:after {
    height: 40px;
  }
  .section-contest-winners .winners-list li:first-child:before {
    width: 60px;
    height: 43px;
    top: -24px;
    left: -22px;
  }
  .section-contest-winners .winners-list li:after {
    padding: 4px 7px 6px;
    border-bottom-left-radius: 0.75em;
    font-size: 15px;
  }
  .section-contest-winners .winner-image:hover img {
    opacity: .8;
  }
  .section-contest-winners .winners-criteria {
    margin-top: 60px;
    padding: 40px 30px 26px 258px;
  }
  .section-contest-winners .winners-criteria:before,
  .section-contest-winners .winners-criteria:after {
    width: 100px;
    height: 100px;
  }
  .section-contest-winners .winners-criteria:before {
    bottom: -57px;
    left: -57px;
  }
  .section-contest-winners .winners-criteria:after {
    top: -57px;
    right: -57px;
  }
  .section-contest-winners .winners-criteria .criteria-title {
    margin-top: -7px;
    margin-bottom: 12px;
    padding: 0 5px 11px;
    background-position: left bottom;
    background-size: 14px auto;
  }
  .section-contest-winners .winners-criteria .criteria-title strong {
    margin-right: .5em;
    font-size: 30px;
  }
  .section-contest-winners .winners-criteria .criteria-title span {
    font-size: 20px;
  }
  .section-contest-winners .winners-criteria .criteria-image {
    top: 30px;
    left: 40px;
  }
  .section-contest-winners .winners-criteria .criteria-list li {
    width: 47%;
    margin-bottom: 3px;
  }
  .section-contest-winners .winners-criteria .criteria-icon {
    margin-right: 20px;
    flex: 36px 0 0;
  }
  .section-contest-winners .winners-criteria .criteria-text {
    font-size: 16px;
  }
  .section-contest-winners .winners-criteria .criteria-text strong {
    font-size: 18px;
  }
  .section-contest-winners .winners-criteria .criteria-text span.is-compact {
    letter-spacing: -.03em;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-winners {
    padding-bottom: 36px;
  }
  .section-contest-winners .winners-header {
    margin-bottom: -13px;
    top: -22px;
    font-size: 16px;
  }
  .section-contest-winners .winners-sub-header {
    position: relative;
    z-index: 10;
    display: block;
    margin-bottom: 15px;
    font-size: 9.5px;
    text-align: center;
  }
  .section-contest-winners .winners-sub-header span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
  }
  .section-contest-winners .winners-groups > li {
    display: block;
  }
  .section-contest-winners .winners-groups > li:not(:last-child) {
    margin-bottom: 26px;
  }
  .section-contest-winners .winners-title {
    width: auto;
    font-size: 16.5px;
  }
  .section-contest-winners .winners-title small {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
  }
  .section-contest-winners .is-kitchen .winners-title small {
    color: #e18a31;
  }
  .section-contest-winners .is-bathroom .winners-title small {
    color: #61aad0;
  }
  .section-contest-winners .is-emawall .winners-title small {
    color: #6fb16b;
  }
  .section-contest-winners .winners-title img {
    display: none;
  }
  .section-contest-winners .winners-list {
    width: auto;
    padding: 9px 10px 6px 10px;
  }
  .section-contest-winners .winners-list:after {
    height: 25px;
  }
  .section-contest-winners .winners-list li:first-child:before {
    width: 30px;
    height: 24px;
    top: -15px;
    left: -7px;
  }
  .section-contest-winners .winners-list li:after {
    display: none;
  }
  .section-contest-winners .winners-criteria {
    margin-top: 40px;
    padding: 23px 20px;
  }
  .section-contest-winners .winners-criteria:before,
  .section-contest-winners .winners-criteria:after {
    width: 50px;
    height: 50px;
  }
  .section-contest-winners .winners-criteria:before {
    bottom: -27px;
    left: -27px;
  }
  .section-contest-winners .winners-criteria:after {
    top: -27px;
    right: -27px;
  }
  .section-contest-winners .winners-criteria .criteria-title {
    margin-top: -7px;
    margin-bottom: 4px;
    padding: 0 5px;
    background-position: left 22px;
    background-size: 8px auto;
    text-align: center;
  }
  .section-contest-winners .winners-criteria .criteria-title strong {
    margin-bottom: 6px;
    display: block;
    font-size: 16.5px;
    letter-spacing: .1em;
  }
  .section-contest-winners .winners-criteria .criteria-title span {
    font-size: 10px;
    letter-spacing: .1em;
  }
  .section-contest-winners .winners-criteria .criteria-image {
    width: 90px;
    top: 24px;
    right: 20px;
  }
  .section-contest-winners .winners-criteria .criteria-list {
    display: block;
    padding: 0 4px;
  }
  .section-contest-winners .winners-criteria .criteria-list li {
    width: auto;
    margin-bottom: 1px;
  }
  .section-contest-winners .winners-criteria .criteria-icon {
    margin-right: 6px;
    flex: 18px 0 0;
  }
  .section-contest-winners .winners-criteria .criteria-text {
    font-size: 9px;
  }
  .section-contest-winners .winners-criteria .criteria-text strong {
    font-size: 12.5px;
  }
}


/* SECTION ARTICLES */

.section-contest-articles {
  position: relative;
  overflow: hidden;
}
.section-contest-articles:before,
.section-contest-articles:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.section-contest-articles:before {
  transform: rotate(45deg) translate(0, -75%);
  top: 0;
  right: 0;
}
.section-contest-articles:after {
  transform: rotate(225deg) translate(0, -75%);
  bottom: 0;
  left: 0;
}
.section-contest-articles.is-kitchen {
  background-color: #fff;
}
.section-contest-articles.is-kitchen:before,
.section-contest-articles.is-kitchen:after {
  border-bottom-color: #e18a31;
}
.section-contest-articles.is-bathroom {
  background-color: #f4f4f5;
}
.section-contest-articles.is-bathroom:before,
.section-contest-articles.is-bathroom:after {
  border-bottom-color: #64b0d7;
}
.section-contest-articles.is-emawall {
  background-color: #fff;
}
.section-contest-articles.is-emawall:before,
.section-contest-articles.is-emawall:after {
  border-bottom-color: #6fb16b;
}

@media screen and (min-width: 768px) {
  .section-contest-articles {
    padding: 100px 0 110px;
  }
  .section-contest-articles:before,
  .section-contest-articles:after {
    border: 192px transparent solid;
    border-bottom: 192px #000 solid;
  }
  .section-contest-articles.is-emawall {
    padding-bottom: 194px;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-articles {
    padding: 28px 0 100px;
  }
  .section-contest-articles:before,
  .section-contest-articles:after {
    border: 77px transparent solid;
    border-bottom: 77px #000 solid;
  }
}

.section-contest-articles .articles-header {
  display: flex;
  align-items: center;
}
.section-contest-articles .articles-icon {
  display: block;
}
.section-contest-articles .articles-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.section-contest-articles .articles-name {
  font-weight: 700;
}
.section-contest-articles .articles-name span {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: -.1em;
}
.section-contest-articles .articles-name span:after {
  content: "";
  display: block;
  width: 108%;
  height: .4em;
  background: #f6d72e;
  position: absolute;
  bottom: .15em;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) skew(-5deg);
}
.section-contest-articles .articles-footer {
  margin-top: 67px;
}
.section-contest-articles .button-advisor {
  display: block;
  width: 645px;
  margin: 0 auto;
}
.section-contest-articles .button-advisor img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .section-contest-articles .articles-header {
    margin-bottom: 20px;
  }
  .section-contest-articles .articles-icon {
    width: 145px;
    margin-right: 45px;
  }
  .section-contest-articles .articles-icon.is-narrow {
    width: 122px;
    margin-right: 53px;
  }
  .section-contest-articles .articles-name {
    font-size: 44px;
    letter-spacing: .05em;
  }
  .section-contest-articles .articles-footer {
    margin-top: 67px;
  }
  .section-contest-articles .button-advisor {
    width: 645px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .section-contest-articles .articles-icon {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-articles .articles-header {
    display: block;
    margin-bottom: 28px;
    text-align: center;
  }
  .section-contest-articles .articles-icon {
    width: 83px;
    margin: 0 auto;
  }
  .section-contest-articles .articles-name {
    font-size: 22px;
    letter-spacing: .05em;
  }
  .section-contest-articles .articles-footer {
    margin-top: 46px;
  }
  .section-contest-articles .button-advisor {
    width: 300px;
  }
}

.section-contest-articles .entry {
  margin: 0 auto;
}
.section-contest-articles .entry-image {
  position: relative;
}
.section-contest-articles .entry-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.section-contest-articles .entry-badge {
  display: block;
  background: url("/img/reform/contents/contest/2024/ico_flag_001.svg") 0 0 / 100% auto no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
}
.section-contest-articles .is-best .entry-badge {
  background-image: url("/img/reform/contents/contest/2024/ico_flag_002.svg");
  color: #fff;
}
.section-contest-articles .is-best .entry-badge:before {
  content: "";
  display: block;
  background: url("/img/reform/contents/contest/2024/ico_badge_001.svg") 0 0 / 100% auto no-repeat;
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
}
.section-contest-articles .is-best .entry-image img {
  border-radius: 0;
}
.section-contest-articles .is-best .entry-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .section-contest-articles .entry:not(:last-child) {
    margin-bottom: 98px;
  }
  .section-contest-articles .entry {
    width: 850px;
  }
  .section-contest-articles .entry-image img {
    border-radius: 80px 80px 0 0;
  }
  .section-contest-articles .entry-badge {
    width: 150px;
    height: 111px;
    padding-top: 32px; 
    font-size: 32px;
  }
  .section-contest-articles .is-best .entry-badge {
    width: 190px;
    height: 130px;
    padding-top: 50px;
  }
  .section-contest-articles .is-best .entry-badge:before {
    width: 85px;
    height: 62px;
    top: -22%;
    left: 50%;
  }
  .section-contest-articles .is-best .entry-image {
    margin: 0 -65px;
  }
  .section-contest-articles .is-best .entry-image:before {
    box-shadow: inset 0 0 0 10px #e18a31;
  }
  .section-contest-articles.is-bathroom .is-best .entry-image:before {
    box-shadow: inset 0 0 0 10px #64b0d7;
  }
  .section-contest-articles.is-emawall .is-best .entry-image:before {
    box-shadow: inset 0 0 0 10px #6fb16b;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-articles .entry:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-contest-articles .entry {
    width: 100%;
  }
  .section-contest-articles .entry-image img {
    border-radius: 40px 40px 0 0;
  }
  .section-contest-articles .entry-badge {
    width: 75px;
    height: 55px;
    padding-top: 15px;
    font-size: 16px;
  }
  .section-contest-articles .is-best .entry-badge {
    width: 95px;
    height: 65px;
    padding-top: 24px;
    left: 24px;
  }
  .section-contest-articles .is-best .entry-badge:before {
    width: 42px;
    height: 30px;
    top: -22%;
    left: 50%;
  }
  .section-contest-articles .is-best .entry-image {
    margin: 0 -24px;
  }
  .section-contest-articles .is-best .entry-image:before {
    box-shadow: inset 0 0 0 5px #e18a31;
  }
  .section-contest-articles.is-bathroom .is-best .entry-image:before {
    box-shadow: inset 0 0 0 5px #64b0d7;
  }
  .section-contest-articles.is-emawall .is-best .entry-image:before {
    box-shadow: inset 0 0 0 5px #6fb16b;
  }
}

.section-contest-articles .entry-header {
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .02em;
}
.section-contest-articles .entry-header.is-narrow {
  letter-spacing: -.01em;
}
.section-contest-articles .entry-header.is-center {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.section-contest-articles .is-best .entry-header {
  line-height: 1.45;
}

@media screen and (min-width: 768px) {
  .section-contest-articles .entry-header {
    width: 415px;
    min-height: 110px;
    padding: 15px 2px 16px 25px;
    margin-bottom: 31px;
    margin-left: 158px;
    background: url("/img/reform/contents/contest/2024/line_001.svg") 0 100% / 14px auto repeat-x;
    font-size: 28px;
  }
  .section-contest-articles .entry-header.is-narrow {
    padding-left: 10px;
  }
  .section-contest-articles .is-best .entry-header {
    padding: 38px 0 34px 2px;
    margin-bottom: 35px;
    margin-left: 150px;
    width: calc(100% - 85px);
    font-size: 35px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-articles .entry-header {
    width: auto;
    min-height: 55px;
    padding: 7px 2px 7px 15px;
    margin-bottom: 15px;
    margin-left: 80px;
    background: url("/img/reform/contents/contest/2024/line_001.svg") 0 100% / 6px auto repeat-x;
    font-size: 15px;
  }
  .section-contest-articles .entry-header.is-narrow {
    padding-left: 5px;
  }
  .section-contest-articles .is-best .entry-header {
    padding: 7px 0 7px 7px;
    margin-bottom: 15px;
    margin-left: 100px;
    width: calc(100% - 85px);
    min-height: 64px;
    font-size: 17.5px;
    letter-spacing: 0;
    line-height: 1.25;
  }
}

.section-contest-articles .entry-body {
  position: relative;
}
.section-contest-articles .entry-title {
  font-weight: 700;
  line-height: 1.45;
}
.section-contest-articles .entry-title.is-narrow {
  letter-spacing: -.03em;
}
.section-contest-articles .entry-title mark {
  background: none;
  text-decoration: underline;
  text-decoration-color: #f6d72e;
  text-underline-offset: 0;
}
.section-contest-articles .entry-text {
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: .05em;
}
.section-contest-articles .is-best .entry-text {
  letter-spacing: .025em;
}

@media screen and (min-width: 768px) {
  .section-contest-articles .entry-title {
    width: 590px;
    margin-bottom: 7px;
    font-size: 24px;
    letter-spacing: .01em;
  }
  .section-contest-articles .is-best .entry-title {
    margin-bottom: 16px;
    letter-spacing: .01em;
  }
  .section-contest-articles .entry-title mark {
    text-decoration-thickness: 3px;
  }
  .section-contest-articles .entry-text {
    width: 590px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-articles .entry-title {
    width: auto;
    margin-right: -.25em;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .section-contest-articles .is-best .entry-title {
    margin-bottom: 12px;
  }
  .section-contest-articles .entry-title small {
    font-size: 12.5px;
    letter-spacing: -.05em;
  }
  .section-contest-articles .entry-title mark {
    text-decoration-thickness: 2px;
  }
  .section-contest-articles .entry-text {
    width: auto;
    margin-right: -1em;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .section-contest-articles .is-best .entry-text {
    font-size: 12.5px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.section-contest-articles .entry-graph {
  position: absolute;
  z-index: 10;
}
.section-contest-articles.is-bathroom .entry-graph {
  border-color: #64b0d7;
}
.section-contest-articles.is-emawall .entry-graph {
  border-color: #6fb16b;
}
.section-contest-articles .entry-graph:before {
  content: "";
  display: block;
  background: url("/img/reform/contents/contest/2024/ico_pin_001.svg") 0 0 / 100% auto no-repeat;
  position: absolute;
  left: 45%;
  z-index: 100;
}
.section-contest-articles .entry-graph img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .section-contest-articles .entry-row {
    width: 590px;
  }
  .section-contest-articles .entry-graph {
    width: 320px;
    border: 2px solid #e18a31;
    box-shadow: 0 3px 6px #e18a31;
    top: -170px;
    right: -65px;
  }
  .section-contest-articles.is-bathroom .entry-graph {
    box-shadow: 0 3px 6px #64b0d7;
  }
  .section-contest-articles.is-emawall .entry-graph {
    box-shadow: 0 3px 6px #6fb16b;
  }
  .section-contest-articles .entry-graph:before {
    width: 19px;
    height: 42px;
    top: -27px;
  }
  .section-contest-articles .is-best .entry-graph {
    top: 15px;
  }
  .section-contest-articles .entry-content {
    margin-top: 40px;
  }
  .section-contest-articles .is-best .entry-content {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .section-contest-articles .entry-graph {
    right: -60px;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-articles .entry-row {
    width: auto;
    position: relative;
    min-height: 177px;
    display: flex;
    align-items: flex-end;
  }
  .section-contest-articles .entry-row.is-mt-sp-01p {
    margin-top: 1em;
  }
  .section-contest-articles .entry-row.is-mt-sp-01 {
    margin-top: -1em;
  }
  .section-contest-articles .entry-row.is-mt-sp-02 {
    margin-top: -2em;
  }
  .section-contest-articles .entry-row.is-mt-sp-03 {
    margin-top: -3em;
  }
  .section-contest-articles .entry-row.is-mt-sp-04 {
    margin-top: -4em;
  }
  .section-contest-articles .entry-row.is-mt-sp-05 {
    margin-top: -5em;
  }
  .section-contest-articles .entry-row.is-mt-sp-06 {
    margin-top: -6em;
  }
  .section-contest-articles .entry-graph {
    width: 177px;
    border: 1px solid #e18a31;
    box-shadow: 0 2px 4px #e18a31;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .section-contest-articles.is-bathroom .entry-graph {
    box-shadow: 0 2px 4px #64b0d7;
  }
  .section-contest-articles.is-emawall .entry-graph {
    box-shadow: 0 2px 4px #6fb16b;
  }
  .section-contest-articles .entry-graph:before {
    width: 10px;
    height: 22px;
    top: -15px;
  }
  .section-contest-articles .is-best .entry-graph {
    top: auto;
  }
  .section-contest-articles .entry-content {
    margin-top: 40px;
  }
  .section-contest-articles .is-best .entry-content {
    margin-top: 20px;
  }
}

.section-contest-articles .entry-tags {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-weight: 500;
}
.section-contest-articles .is-best .entry-tags {
  min-height: 0;
  margin-left: 0;
}
.section-contest-articles .entry-tags li {
  display: inline-block;
  margin-right: .8em;
  line-height: 1.5;
}
.section-contest-articles .entry-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-contest-articles .is-best .entry-buttons {
  position: static;
}
.section-contest-articles .entry-buttons .button-more {
  display: block;
  background: url("/img/reform/contents/contest/2024/btn_bg_001.svg") 0 0 / 100% 100% no-repeat;
  text-decoration: none;
  text-transform: uppercase;
  color: #e18a31;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
  text-align: center;
}
.section-contest-articles .entry-buttons .button-more span {
  display: inline-block;
  position: relative;
}
.section-contest-articles .entry-buttons .button-more span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .4em;
  vertical-align: middle;
}
.section-contest-articles.is-bathroom .entry-buttons .button-more {
  background-image: url("/img/reform/contents/contest/2024/btn_bg_002.svg");
  color: #64b0d7;
}
.section-contest-articles.is-bathroom .entry-buttons .button-more span:after {
  border-left-color: #64b0d7;
}
.section-contest-articles.is-emawall .entry-buttons .button-more {
  background-image: url("/img/reform/contents/contest/2024/btn_bg_003.svg");
  color: #6fb16b;
}
.section-contest-articles.is-emawall .entry-buttons .button-more span:after {
  border-left-color: #6fb16b;
}

@media screen and (min-width: 768px) {
  .section-contest-articles .entry-tags {
    min-height: 70px;
    margin-left: 252px;
    font-size: 14px;
  }
  .section-contest-articles .entry-tags.is-narrow {
    width: 50%;
  }
  .section-contest-articles .is-best .entry-buttons {
    margin-top: 38px;
  }
  .section-contest-articles .entry-buttons .button-more {
    width: 229px;
    height: 70px;
    padding: 25px 10px;
    font-size: 16px;
  }
  .section-contest-articles .entry-buttons .button-more span {
    left: 4px;
  }
  .section-contest-articles .entry-buttons .button-more span:after {
    border: 8px solid transparent;
    border-left: 10px solid #e18a31;
    margin-top: -4px;
  }
  .is-chromium .section-contest-articles .entry-buttons .button-more span:after {
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-articles .entry-tags {
    display: block;
    position: static;
    min-height: 0;
    margin-left: 0;
    font-size: 10px;
  }
  .section-contest-articles .entry-tags li {
    display: block;
    margin-bottom: 2px;
  }
  .section-contest-articles .entry-tags li.is-inline {
    display: inline-block;
  }
  .section-contest-articles .entry-buttons {
    margin-top: 20px;
    position: static;
  }
  .section-contest-articles .is-best .entry-buttons {
    margin-top: 12px;
  }
  .section-contest-articles .entry-buttons .button-more {
    width: 127px;
    height: 39px;
    padding: 15px 5px;
    font-size: 8px;
  }
  .section-contest-articles .entry-buttons .button-more span {
    left: 2px;
  }
  .section-contest-articles .entry-buttons .button-more span:after {
    border: 4px solid transparent;
    border-left: 5px solid #e18a31;
    margin-top: -.2em;
  }
}


/* SECTION JUDGE */

.section-contest-judge {
  background-color: #efefef;
}
.section-contest-judge:after {
  background-color: #efefef;
}
.section-contest-judge .judge-header {
  position: relative;
  z-index: 10;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.section-contest-judge .judge-header span {
  display: block;
  font-weight: 700;
  text-align: center;
}
.section-contest-judge .judge-header strong {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.section-contest-judge .judge-message {
  position: relative;
  z-index: 10;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: .025em;
}
.section-contest-judge .judge-author {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.section-contest-judge .judge-author .author-photo {
  border-radius: 100%;
  overflow: hidden;
}
.section-contest-judge .judge-author .author-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.section-contest-judge .judge-author .author-content {
  width: 100%;
}
.section-contest-judge .judge-author .author-header {
  background-image: url("/img/reform/contents/contest/2024/line_002.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}
.section-contest-judge .judge-author .author-name {
  font-weight: 700;
}
.section-contest-judge .judge-author .author-title {
  letter-spacing: .1em;
}
.section-contest-judge .judge-author .author-bio {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .section-contest-judge {
    padding: 1px 0 182px;
  }
  .section-contest-judge .judge-header {
    margin-top: -38px;
    margin-bottom: 34px;
  }
  .section-contest-judge .judge-header span {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .section-contest-judge .judge-header strong {
    border-bottom: 8px solid #fff;
    font-size: 40px;
  }
  .section-contest-judge .judge-message {
    font-size: 18px;
  }
  .section-contest-judge .judge-author {
    margin-top: 46px;
    padding: 40px 50px 30px;
  }
  .section-contest-judge .judge-author .author-photo {
    width: 230px;
    height: 230px;
    flex: 230px 0 0;
    margin-right: 42px;
  }
  .section-contest-judge .judge-author .author-header {
    margin-bottom: 15px;
    padding: 5px 0 25px;
    background-size: 12px auto;
    letter-spacing: .21em;
  }
  .section-contest-judge .judge-author .author-name {
    margin-right: 18px;
    font-size: 30px;
  }
  .section-contest-judge .judge-author .author-title {
    font-size: 16px;
    letter-spacing: .1em;
  }
  .section-contest-judge .judge-author .author-bio {
    font-size: 15px;
    line-height: 2;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .section-contest-judge .judge-message {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-judge {
    padding: 1px 20px 60px;
  }
  .section-contest-judge .judge-header {
    margin-top: -22px;
    margin-bottom: 15px;
  }
  .section-contest-judge .judge-header span {
    margin-bottom: 24px;
    font-size: 9px;
    letter-spacing: .05em;
  }
  .section-contest-judge .judge-header strong {
    border-bottom: 4px solid #fff;
    font-size: 20px;
  }
  .section-contest-judge .judge-message {
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: .04em;
  }
  .section-contest-judge .judge-author {
    margin-top: 15px;
    padding: 15px 12px 15px;
  }
  .section-contest-judge .judge-author {
    display: block;
    position: relative;
  }
  .section-contest-judge .judge-author .author-photo {
    width: 100px;
    height: 100px;
    flex: none;
    margin-right: 0;
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .section-contest-judge .judge-author .author-header {
    margin-bottom: 12px;
    margin-left: 115px;
    padding: 13px 0px 17px 12px;
    background-size: 8px auto;
  }
  .section-contest-judge .judge-author .author-name {
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
  }
  .section-contest-judge .judge-author .author-title {
    font-size: 10.5px;
    letter-spacing: .1em;
  }
  .section-contest-judge .judge-author .author-bio {
    font-size: 9px;
    line-height: 1.65;
  }
}


/* SECTION ARCHIVE */

.section-contest-archive {
  background-color: #bdd0da;
}
.section-contest-archive:after {
  background-color: #bdd0da;
}
.section-contest-archive .archive-header {
  position: relative;
  z-index: 10;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.section-contest-archive .archive-header span {
  display: block;
  font-weight: 700;
  text-align: center;
}
.section-contest-archive .archive-header strong {
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
.section-contest-archive .archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.section-contest-archive .archive-list .archive-image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-contest-archive .archive-list .archive-text {
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .section-contest-archive {
    padding: 1px 0 30px;
  }
  .section-contest-archive .archive-header {
    margin-top: -38px;
    margin-bottom: 45px;
  }
  .section-contest-archive .archive-header span {
    margin-bottom: 38px;
    font-size: 18px;
  }
  .section-contest-archive .archive-header strong {
    border-bottom: 8px solid #fff;
    font-size: 35px;
  }
  .section-contest-archive .archive-list li {
    width: 250px;
    margin: 0 15px 30px;
  }
  .section-contest-archive .archive-list .archive-text {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 767px) {
  .section-contest-archive {
    padding: 1px 0 30px;
  }
  .section-contest-archive .archive-header {
    margin-top: -22px;
    margin-bottom: 30px;
  }
  .section-contest-archive .archive-header span {
    margin-bottom: 24px;
    font-size: 9px;
    letter-spacing: .05em;
  }
  .section-contest-archive .archive-header strong {
    border-bottom: 4px solid #fff;
    font-size: 20px;
    letter-spacing: 0;
  }
  .section-contest-archive .archive-list {
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
  .section-contest-archive .archive-list li {
    width: 140px;
    margin: 0 0 10px;
  }
  .section-contest-archive .archive-list li:nth-child(odd) {
    margin-right: 10px;
  }
  .section-contest-archive .archive-list .archive-text {
    margin-top: 5px;
    font-size: 10.5px;
  }
}


/* SECTION SLIDERS */

.section-slider-product .movie-common-title {
  color: #40210f;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
}
.section-slider-product .tag-name-list {
  text-align: center;
}
.section-slider-product .name-text {
  position: relative;
  z-index: 10;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-slider-product .name-text:before,
.section-slider-product .name-text:after {
  content: "";
  display: block;
  width: 18px;
  height: 120%;
  background: #fff;
  clip-path: polygon(50% 0%, 50% 0%, 90% 50%, 50% 100%, 50% 100%, 10% 50%);
  position: absolute;
  z-index: 10;
}
.section-slider-product .name-text:before {
  left: -9px;
}
.section-slider-product .name-text:after {
  right: -9px;
}
.section-slider-product .m-btn-01.ptn04 {
  color: #000;
  letter-spacing: .2em;
  position: relative;
  transition: .26s ease;
}
.m-btn-01.ptn04 .m-btn_inner::before {
  display: none;
}
.section-slider-product .m-btn-01.ptn04 {
  letter-spacing: .2em;
}
.section-slider-product .m-btn-01.ptn04::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-slider-product .m-btn-01.ptn04:hover {
  background: #000;
  color: #fff;
}
.section-slider-product .m-btn-01.ptn04:hover::after {
  border-left-color: #fff;
}
.section-slider-product .m-slide-03 .m-slide_list-wrapper .m-slide_list_item .m-slide_list_content {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #242424;
  line-height: 1.7;
}
.section-slider-product .m-btn-01 .m-btn_inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .section-slider-product {
    padding: 157px 0 5px;
  }
  .section-slider-product .movie-common-title {
    font-size: 26px;
    line-height: calc(40 / 26);
    margin-bottom: 40px;
  }
  .section-slider-product .name-text {
    font-size: 14px;
    line-height: calc(21 / 14);
    min-width: 240px;
    padding: 10px 20px;
  }
  .section-slider-product .tag-name-list {
    position: relative;
    margin-bottom: 30px;
  }
  .section-slider-product .tag-name-list::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-1px);
  }
  .section-slider-product .m-btn-01.ptn04 {
    border: 2px solid #000;
    border-radius: 25px;
    width: 260px;
    min-height: 50px;
    padding: 11px 10px 10px;
  }
  .section-slider-product .m-btn-01.ptn04::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
    right: 19px;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .slick-next::before {
    left: 6px;
  }
  .section-slider-product .m-slide-03 {
    margin: 0px 43px 22px;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .slick-slide {
    margin: 0 12px;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .m-slide_list_img {
    height: 254px;
  }
  .section-slider-product .slide-product-item {
    margin-bottom: 89px;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .m-slide_list_item .m-slide_list_content {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-slider-product {
    padding: 40px 0 0;
  }
  .section-slider-product .movie-common-title {
    font-size: 14px;
    line-height: calc(40 / 28);
    margin-bottom: 24px;
  }
  .section-slider-product .tag-name-list {
    margin-bottom: 12px;
  }
  .section-slider-product .name-text {
    font-size: 10.5px;
    line-height: calc(41 / 21);
    min-width: 200px;
    padding: 3px 20px 2px;
  }
  .section-slider-product .m-btn-01.ptn04 {
    border: 1px solid #000;
    border-radius: 20px;
    width: 200px;
    min-height: 40px;
    padding: 9px 20px 8px;
    margin-top: 14px;
    font-size: 15px;
  }
  .section-slider-product .m-btn-01.ptn04::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
    right: 11px;
  }
  .section-slider-product .m-slide-03 {
    margin: 0 !important;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .m-slide_list_img {
    height: 195px;
  }
  .section-slider-product .slide-product-item {
    margin-bottom: 34px;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .slick-slide {
    margin: 0 9px;
  }
  .section-slider-product .slick-slider .slick-list {
    padding: 0 57px!important;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .m-slide_list_item>* {
    font-size: 11px;
  }
  .section-slider-product .m-slide-03 .m-slide_list-wrapper .m-slide_list_item .m-slide_list_content {
    margin-top: 3px;
  }
  .section-slider-product .m-list-dots-wrap {
    margin-top: 15px;
  }
  .mt60 {
    margin-top: 4px !important;
  }
}