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

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

@media screen and (min-width:768px){
  .wrapper{
    max-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;
    overflow: hidden;
  }
}
@media screen and (max-width: 364px) {
  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.section-contest-keyvisual {
  background: rgb(252, 235, 243);
  color: #40210f;
}
.section-contest-keyvisual .keyvisual-image {
  position: relative;
}
.section-contest-keyvisual .keyvisual-image img {
  width: 100%;
  height: auto;
}
.section-contest-keyvisual .keyvisual-image .keyvisual-btn {
  width: 150px;
  height: 146px;
  position: absolute;
  bottom: 4%;
  right: 21%;
}
.section-contest-keyvisual .keyvisual-text {
  background: #fff;
}
.section-contest-keyvisual .keyvisual-text p {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.section-contest-keyvisual .keyvisual-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .section-contest-keyvisual {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .section-contest-keyvisual .keyvisual-image {
    margin: 0 auto 21px;
    max-width: 1080px;
  }
  .section-contest-keyvisual .keyvisual-text {
    margin: -65px 79px 0;
    padding: 5px;
  }
  .section-contest-keyvisual .keyvisual-wrapper {
    padding: 16px 16px 25px;
    border: 2px solid #fcebf3;
  }
  .section-contest-keyvisual .keyvisual-text p {
    font-size: 16px;
    line-height: calc(35 / 16);
    letter-spacing: .05em;
    text-align: center;
  }
  .section-contest-keyvisual .keyvisual-text .is-highlight {
    text-decoration: underline;
    text-decoration-color: rgb(232, 129, 136);
    text-decoration-thickness: 4px;
    text-underline-offset: 0;
  }
}
@media screen and (max-width:767px) {
  .section-contest-keyvisual {
    padding-bottom: 21px;
    padding-top: 10px;
  }
  .section-contest-keyvisual .keyvisual-image {
    margin-bottom: 6px;
  }
  .section-contest-keyvisual .keyvisual-text {
    padding: 5px;
    width: 325px;
    margin: 0 auto;
  }
  .section-contest-keyvisual .keyvisual-wrapper {
    padding: 12px;
    border: 1px solid #fcebf3;
  }
  .section-contest-keyvisual .keyvisual-text p {
    font-size: 15px;
    line-height: calc(55 / 30);
    letter-spacing: .02em;
    text-align: start;
  }
  .section-contest-keyvisual .keyvisual-text .is-highlight {
    text-decoration: underline;
    text-decoration-color: rgb(232, 129, 136);
    text-decoration-thickness: 3px;
    text-underline-offset: -1px;
  }
}

.title-common-primary {
  text-align: center;
  position: relative;
  letter-spacing: .2em;
}
.title-common-primary .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.title-common-primary .title-inner {
  position: relative;
  max-width: 90%;
}
.title-common-primary .title-inner::before,
.title-common-primary .title-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.title-common-primary .title-wrapper::before,
.title-common-primary .title-wrapper::after {
  content: "";
  position: relative;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(64, 33, 15);
  flex: 1 1 auto;
}
.title-common-primary .title-inner::before {
  left: 0;
}
.title-common-primary .title-inner::after {
  right: 0;
}
@media screen and (min-width:768px) {
  .title-common-primary {
    font-size: 26px;
    line-height: calc(40 / 26);
    margin-bottom: 50px;
  }
  .title-common-primary .title-inner {
    padding: 0px 35px;
    min-width: 226px;
    margin: 0 17px;
  }
  .title-common-primary .title-inner::before {
    width: 34px;
    height: 43px;
    background: url("/img/reform/contents/contest/2023/title_decor_01.png") center / 100% auto no-repeat;
  }
  .title-common-primary .title-inner::after {
    width: 34px;
    height: 43px;
    background: url("/img/reform/contents/contest/2023/title_decor_02.png") center / 100% auto no-repeat;
  }
}
@media screen and (max-width:767px) {
  .title-common-primary {
    font-size: 24px;
    line-height: calc(60 / 48);
  }
  .title-common-primary .title-inner {
    padding: 0 27px;
    min-width: 183px;
    margin: 0 6px;
  }
  .title-common-primary .title-inner::before {
    width: 25px;
    height: 33px;
    background: url("/img/reform/contents/contest/2023/title_decor_sp_01.png") center / 100% auto no-repeat;
  }
  .title-common-primary .title-inner::after {
    width: 28px;
    height: 28px;
    background: url("/img/reform/contents/contest/2023/title_decor_sp_02.png") center / 100% auto no-repeat;
  }
}
.section-contest-list{
  font-family: 'Noto Sans JP', sans-serif;
  color: #40210f;
}
.section-contest-list .is-kitchen ul::after {
  background: rgb(243, 145, 0);
}
.section-contest-list .is-bathroom ul::after {
  background: rgb(119, 157, 203);
}
.section-contest-list .is-emawall ul::after {
  background: rgb(163, 196, 55);
}
.section-contest-list .is-japan {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #40210F;
}
.section-contest-list .is-english {
  display: block;
  font-weight: bold;
}
.section-contest-list .is-kitchen .is-english {
  color: rgb(243, 145, 0);
}
.section-contest-list .is-bathroom .is-english {
  color: rgb(119, 157, 203);
}
.section-contest-list .is-emawall .is-english {
  color: rgb(163, 196, 55);
}
.section-contest-list .list-common-product a {
  display: block;
  position: relative;
}
.section-contest-list .list-common-product img {
  transition: opacity 0.26s ease;
  width: 100%;
  height: auto;
}
.section-contest-list .list-content {
  background: #fff;
}
.section-contest-list .content-wrapper {
  border: 2px solid #fcebf3;
}
.section-contest-list .content-title {
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
}
.section-contest-list .content-title .is-small {
  font-weight: 500;
  letter-spacing: .1em;
}
.section-contest-list .list-item {
  display: flex;
  align-items: center;
}
.section-contest-list .content-list {
  display: flex;
  flex-wrap: wrap;
}
.section-contest-list .content-inner {
  display: flex;
}
.section-contest-list .item-icon {
  display: block;
}
.section-contest-list .item-text {
  font-weight: 500;
  letter-spacing: .05em;
}
.section-contest-list .item-text span {
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (min-width:768px) {
  .section-contest-list {
    padding-top: 29px;
    padding-bottom: 194px;
    background: url("/img/reform/contents/contest/2023/list_mask.png") bottom center / 100% 455px no-repeat, linear-gradient(to bottom, #FCEBF3, #FCEBF3) top center / 100% calc(100% - 453px) no-repeat;
    margin-bottom: 55px;
  }
  .section-contest-list .list-container {
    display: flex;
    margin: 0 -13px 45px;
    align-items: flex-start;
  }
  .section-contest-list .title-common-primary {
    margin-bottom: 55px;
  }
  .section-contest-list .list-wrapper {
    background: #fff;
    width: calc(100% / 3);
    margin: 0 13px;
    position: relative;
    padding-bottom: 52px;
  }
  .section-contest-list .content-title::before {
    content: "";
    position: absolute;
    background: rgb(232, 129, 136);
    bottom: 0;
    left: -2px;
    height: 4px;
    width: 662px;
  }
  .section-contest-list .content-inner {
    align-items: center;
  }
  .section-contest-list .list-wrapper.is-kitchen {
    background: url("/img/reform/contents/contest/2023/kitchen_bg_01.png") top left/ 100% 100% no-repeat;
  }
  .section-contest-list .list-wrapper.is-kitchen .product-item:first-child .item-image {
    position: relative;
  }
  .section-contest-list .list-wrapper .product-item:first-child .item-image::before {
    position: absolute;
    content: "";
    top: -1px;
    width: 250px;
    height: calc(100% + 6px);
    pointer-events: none;
    z-index: 1;
  }
  .section-contest-list .list-wrapper.is-kitchen .product-item:first-child .item-image::before {
    border-top: 6px solid rgb(243, 145, 0);
    border-bottom: 6px solid rgb(243, 145, 0);
  }
  .section-contest-list .list-wrapper.is-bathroom .product-item:first-child .item-image::before {
    border-top: 6px solid rgb(119, 157, 203);
    border-bottom: 6px solid rgb(119, 157, 203);
  }
  .section-contest-list .list-wrapper.is-emawall .product-item:first-child .item-image::before {
    border-top: 6px solid rgb(163, 196, 55);
    border-bottom: 6px solid rgb(163, 196, 55);
  }
  .section-contest-list .list-item:nth-child(odd) {
    width: calc(50% + 16px);
  }
  .section-contest-list .list-item:nth-child(even) {
    width: 310px;
  }
  .section-contest-list .list-item:last-child {
    width: 100%;
  }
  .section-contest-list .list-wrapper .product-item a::after {
    content: "CHECK";
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0px 11px 0px 16px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .section-contest-list .list-wrapper.is-kitchen .product-item a::after {
    background: rgb(243, 145, 0);
  }
  .section-contest-list .list-wrapper.is-bathroom .product-item a::after {
    background: rgb(119, 157, 203);
  }
  .section-contest-list .list-wrapper.is-emawall .product-item a::after {
    background: rgb(163, 196, 55);
  }
  .section-contest-list .list-wrapper.is-bathroom {
    background: url(/img/reform/contents/contest/2023/kitchen_bg_02.png) top left/ 100% 100% no-repeat;
  }
  .section-contest-list .list-wrapper.is-emawall {
    background: url(/img/reform/contents/contest/2023/kitchen_bg_03.png) top left/ 100% 100% no-repeat;
  }
  .section-contest-list .list-common-product {
    margin-bottom: -6px;
  }
  .section-contest-list .list-title {
    display: block;
    margin: 0 auto;
  }
  .section-contest-list .title-thumb {
    width: 79px;
    min-height: 84px;
    margin: -43px auto 2px auto;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
  }
  .section-contest-list .is-japan {
    font-size: 24px;
    line-height: calc(35 / 24);
    margin-bottom: 59px;
  }
  .section-contest-list .is-english {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: calc(50/16);
    letter-spacing: .05em;
    text-align: end;
  }
  .section-contest-list .is-kitchen .is-english {
    color: #FAAC19;
  }
  .section-contest-list .is-bathroom .is-english {
    color: #27A3F2;
  }
  .section-contest-list .is-emawall .is-english {
    color: #89CC31;
  }
  .section-contest-list .is-reverse .is-english {
    text-align: start;
  }
  .section-contest-list .is-reverse .list-common-product {
    flex-direction: row-reverse;
  }
  .section-contest-list .list-common-product ul {
    position: relative;
    bottom: 6px;
  }
  .section-contest-list .is-reverse .list-common-product ul::after {
    right: -5px;
    left: auto;
  }
  .section-contest-list .is-kitchen ul::after {
    background: #FAAC19;
  }
  .section-contest-list .is-bathroom ul::after {
    background: #27A3F2;
  }
  .section-contest-list .is-emawall ul::after {
    background: #89CC31;
  }
  .section-contest-list .product-item {
    position: relative;
    z-index: 1;
    width: 210px;
    margin: 0 auto 20px;
  }
  .section-contest-list .product-item:last-child {
    margin-bottom: 0;
  }
  .section-contest-list .product-item:first-child {
    width: 250px;
    margin: 0 auto 25px;
  }
  .section-contest-list .product-item:first-child .item-image {
    width: 250px;
    height: 140px;
  }
  .section-contest-list .product-item .item-image {
    height: 120px;
    margin: 0 auto;
  }
  .section-contest-list .product-item:nth-child(1):before {
    content: "";
    width: 54px;
    height: 43px;
    background: url(/img/reform/contents/contest/2023/icn_item_product.png) center/contain no-repeat;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-contest-list .list-content {
    padding: 7px;
  }
  .section-contest-list .content-wrapper {
    padding: 21px 47px 17px;
  }
  .section-contest-list .content-title {
    font-size: 28px;
    line-height: calc(40 / 28);
    padding-bottom: 7px;
    margin-bottom: 13px;
  }
  .section-contest-list .content-title .is-small {
    padding-left: 17px;
    font-size: 18px;
    line-height: calc(40 / 18);
  }
  .section-contest-list .content-image {
    width: 185px;
    height: 176px;
    flex: 0 0 auto;
    margin-top: -67px;
    margin-right: -13px;
  }
  .section-contest-list .item-icon {
    width: 40px;
    height: 40px;
    margin-right: 17px;
    flex: 0 0 auto;
  }
  .section-contest-list .item-text {
    font-size: 16px;
    line-height: calc(21 / 16);
  }
  .section-contest-list .item-text span {
    font-size: 18px;
    line-height: calc(21 / 18);
  }
  .section-contest-list .content-list {
    margin: 0 -4px;
  }
}
@media screen and (max-width:767px) {
  .section-contest-list {
    padding-bottom: 44px;
    margin-bottom: 63px;
    background: url("/img/reform/contents/contest/2023/list_mask_sp.png") bottom center / 100% 227px no-repeat, linear-gradient(to bottom, #FCEBF3, #FCEBF3) top center / 100% calc(100% - 140px) no-repeat;
  }
  .section-contest-list .list-common-product {
    margin-bottom: 28px;
  }
  .section-contest-list .list-title {
    margin-bottom: 14px;
    position: relative;
  }
  .section-contest-list .list-title:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: 27px;
    height: 22px;
    background: url(/img/reform/contents/contest/2023/icn_item_product_sp.png) center/contain no-repeat;
  }
  .section-contest-list .is-japan {
    font-size: calc(33px / 2);
    margin-bottom: 5px;
  }
  .section-contest-list .is-english {
    font-size: 10px;
    line-height: calc(21 / 20);
    letter-spacing: .05em;
    text-align: center;
  }
  .section-contest-list .list-common-product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    bottom: 6px;
    margin: 0 10px;
  }
  .section-contest-list .product-item {
    width: 97px;
    z-index: 1;
  }
  .section-contest-list .title-common-primary {
    margin-bottom: 11px;
  }
  .section-contest-list .list-common-product ul::after {
    content: "";
    width: 325px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
  }
  .section-contest-list .link-more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #40210f;
    font-size: 9px;
    font-weight: bold;
    line-height: calc(21 / 18);
    text-decoration: none;
    letter-spacing: .05em;
    background: #fff;
    width: 140px;
    min-height: 20px;
    margin: 0 auto 19px;
    border-radius: 50px;
  }
  .section-contest-list .link-more span {
    display: block;
    margin: 0 2px;
  }
  .section-contest-list .link-more::before,
  .section-contest-list .link-more::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
  }
  .section-contest-list .list-content{
    padding: 5px;
  }
  .section-contest-list .content-wrapper{
    padding: 13px 19px;
  }
  .section-contest-list .content-title{
    text-align: center;
    font-size: 16.5px;
    letter-spacing: .1em;
    line-height: calc(40 / 33);
    margin-bottom: 3px;
  }
  .section-contest-list .content-title .is-small{
    font-size: 10px;
    line-height: calc(40 / 20);
  }
  .section-contest-list .content-title>span{
    display: block;
    border-top: 2px solid #e88188;
    margin-top: 4px;
    padding-top: 2px;
  }
  .section-contest-list .content-list{
    flex: 1;
  }
  .section-contest-list .item-icon{
    max-width: 17px;
    width: 100%;
    margin-right: 7px;
  }
  .section-contest-list .item-icon>img{
    display: block;
    height: 100%;
  }
  .section-contest-list .content-image{
    width: 93px;
    height: 88px;
  }
  .section-contest-list .item-text{
    font-size: 9px;
    letter-spacing: .05em;
    line-height: calc(21 / 18);
    margin-right: -5px;
    padding-top: 2px;
  }
  .section-contest-list .item-text>span{
    font-size: 12.5px;
    line-height: calc(21 / 25);
    letter-spacing: .05em;
  }
  .section-contest-list .list-item{
    margin-bottom: 6px;
    width: 100%;
  }
  .section-contest-list .content-more{
    display: flex;
    align-items: center;
  }
}
.section-contest-common {
  position: relative;
}
.section-contest-common.is-emawall {
  margin-bottom: 0;
}
.section-contest-common::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
}
.section-contest-common::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-contest-common .title-common-secondary > span {
  display: block;
  text-align: center;
}
.section-contest-common .title-text {
  font-weight: 700;
  letter-spacing: .05em;
  font-family: 'Noto Sans JP', sans-serif;
}
.section-contest-common .block-tag {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.section-contest-common.is-kitchen::after {
  background-color: #fde9cc;
}
.section-contest-common.is-kitchen .title-text {
  color: #f39100;
}
.section-contest-common.is-kitchen .body-button {
  background-color: #f39100;
}
.section-contest-common.is-kitchen .list-control .status.is-active {
  background-color: #f39100;
}
.section-contest-common.is-bathroom::after {
  background-color: #e4ebf5;
}
.section-contest-common.is-bathroom .title-text {
  color: #779dcb;
}
.section-contest-common.is-bathroom .body-button {
  background-color: #779dcb;
}
.section-contest-common.is-bathroom .list-control .status.is-active {
  background-color: #779dcb;
}
.section-contest-common.is-emawall::after {
  background-color: #edf3d7;
}
.section-contest-common.is-emawall .title-text {
  color: #a3c437;
}
.section-contest-common.is-emawall .body-button {
  background-color: #a3c437;
}
.section-contest-common.is-emawall .list-control .status.is-active {
  background-color: #a3c437;
}
@media screen and (min-width:768px) {
  .section-contest-common {
    padding: 63px 0 120px;
    margin-bottom: 119px;
  }
  .section-contest-common::before {
    top: -80px;
    width: 978px;
    height: 172px;
    left: 50%;
  }
  .section-contest-common::after {
    mask: url(/img/reform/contents/contest/2023/triangle_mask_001.svg) top center / 100% calc(304.5 / 1280 * 100vw) no-repeat, linear-gradient(to bottom , #000, #000) bottom center / 100% calc(100% - (304 / 1280 * 100vw)) no-repeat;
  }
  .section-contest-common.is-kitchen::before {
    background: url(/img/reform/contents/contest/2023/kitchen_bg_decor.png) center/contain no-repeat;
  }
  .section-contest-common.is-bathroom::before {
    background: url(/img/reform/contents/contest/2023/bathroom_bg_decor.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall::before {
    background: url(/img/reform/contents/contest/2023/emawall_bg_decor.png) center/contain no-repeat;
  }
  .section-contest-common .title-common-secondary {
    margin-bottom: 94px;
  }
  .section-contest-common .title-decor {
    margin-bottom: 1px;
  }
  .section-contest-common .title-text {
    font-size: 21px;
  }
  .section-contest-common .block-tag {
    width: 544px;
    top: -77px;
  }
  .section-contest-common .contest-wrapper {
    margin-bottom: 100px;
  }
  .section-contest-common.is-bathroom .block-common.is-first .column-left {
    margin-top: 40px;
  }
  .section-contest-common.is-kitchen .block-common-body .body-title::before {
    background: url(/img/reform/contents/contest/2023/kitchen_underline_decor.png) repeat 0 0;
  }
  .section-contest-common.is-bathroom .block-common-body .body-title::before {
    background: url(/img/reform/contents/contest/2023/bathroom_underline_decor.png) repeat 0 0;
  }
  .section-contest-common.is-emawall .block-common-body .body-title::before {
    background: url(/img/reform/contents/contest/2023/emawall_underline_decor.png) repeat 0 0;
  }
  .section-contest-common.is-kitchen .block-common.is-first .block-group::before {
    background: url(/img/reform/contents/contest/2023/kitchen_decor_002.png) center/contain no-repeat;
  }
  .section-contest-common.is-bathroom .block-common.is-first .block-group::before {
    background: url(/img/reform/contents/contest/2023/bathroom_decor_002.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall .block-common.is-first .block-group::before {
    background: url(/img/reform/contents/contest/2023/emawall_decor_02.png) center/contain no-repeat;
  }
  .section-contest-common .contest-wrapper.is-contest-third .column-left{
    padding-right: 44px;
  }
  .section-contest-common.is-bathroom .contest-wrapper.is-contest-first .column-left {
    padding-right: 90px;
  }
}
@media screen and (max-width:767px) {
  .section-contest-common {
    padding: 27px 0 70px;
    margin-bottom: 69px;
  }
  .section-contest-common::before {
    width: 100%;
    height: 87px;
    top: -50px;
    left: 52%;
  }
  .section-contest-common::after {
    clip-path: polygon(50% 0, 100% calc(4% + 5px), 100% 100%, 0 100%, 0  calc(4% + 5px));
  }
  .section-contest-common.is-kitchen::before {
    background: url(/img/reform/contents/contest/2023/kitchen_bg_decor_sp.png) center/contain no-repeat;
  }
  .section-contest-common.is-bathroom::before {
    background: url(/img/reform/contents/contest/2023/bathroom_bg_decor_sp.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall::before {
    background: url(/img/reform/contents/contest/2023/emawall_bg_decor_sp.png) center/contain no-repeat;
  }
  .section-contest-common .wrapper {
    padding: 0 20px;
    overflow: unset;
  }
  .section-contest-common .title-common-secondary {
    margin-bottom: 52px;
  }
  .section-contest-common .title-text {
    font-size: 10.5px;
  }
  .section-contest-common .block-tag {
    width: 306px;
    top: -46px;
  }
  .section-contest-common .contest-wrapper {
    margin-bottom: 65px;
  }
  .section-contest-common.is-kitchen .block-common-body .body-title {
    color: #f39100;
  }
  .section-contest-common.is-kitchen .block-common-body .body-title::before {
    background: url(/img/reform/contents/contest/2023/kitchen_underline_decor_sp.png) repeat 0 0;
  }
  .section-contest-common.is-bathroom .block-common-body .body-title {
    color: #779dcb;
  }
  .section-contest-common.is-bathroom .block-common-body .body-title::before {
    background: url(/img/reform/contents/contest/2023/bathroom_underline_decor_sp.png) repeat 0 0;
  }
  .section-contest-common.is-emawall .block-common-body .body-title::before {
    background: url(/img/reform/contents/contest/2023/emawall_underline_decor_sp.png) repeat 0 0;
  }
  .section-contest-common.is-kitchen .block-common .status {
    background-color: #f39100;
  }
  .section-contest-common.is-bathroom .block-common.is-first .status {
    background-color: #92b0d5;
  }
  .section-contest-common.is-bathroom .block-common .status {
    background-color: #779dcb;
  }
  .section-contest-common.is-emawall .block-common.is-first .status {
    background-color: #b5d05f;
  }
  .section-contest-common.is-emawall .block-common .status {
    background-color: #a3c437;
  }
  .section-contest-common.is-kitchen .block-common.is-first .block-group::before {
    background: url(/img/reform/contents/contest/2023/kitchen_decor_sp_002.png) center/contain no-repeat;
  }
  .section-contest-common.is-bathroom .block-common.is-first .block-group::before {
    background: url(/img/reform/contents/contest/2023/bathroom_decor_sp_002.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall .block-common.is-first .block-group::before {
    background: url(/img/reform/contents/contest/2023/emawall_decor_sp_002.png) center/contain no-repeat;
  }
  .section-contest-common.is-kitchen .block-slider .slick-prev::before {
    background: url(/img/reform/contents/contest/2023/kitchen_icn_prev.png) no-repeat center center/cover;
  }
  .section-contest-common.is-bathroom .block-slider .slick-prev::before {
    background: url(/img/reform/contents/contest/2023/bathroom_icn_prev.png) no-repeat center center/cover;
  }
  .section-contest-common.is-emawall .block-slider .slick-prev::before {
    background: url(/img/reform/contents/contest/2023/emawall_icn_prev.png) no-repeat center center/cover;
  }
  .section-contest-common.is-kitchen .block-slider .slick-next::before {
    background: url(/img/reform/contents/contest/2023/kitchen_icn_next.png) no-repeat center center/cover;
  }
  .section-contest-common.is-bathroom .block-slider .slick-next::before {
    background: url(/img/reform/contents/contest/2023/bathroom_icn_next.png) no-repeat center center/cover;
  }
  .section-contest-common.is-emawall .block-slider .slick-next::before {
    background: url(/img/reform/contents/contest/2023/emawall_icn_next.png) no-repeat center center/cover;
  }
  .section-contest-common .contest-wrapper.is-contest-third {
    margin-bottom: 44px;
  }
}
.block-common .block-group {
  position: relative;
}
.block-common.is-first .block-group,
.block-common.is-first .slide-item img {
  border-radius: 0;
  overflow: unset;
}
.block-common.is-first .block-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-common .list-control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 15px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: .15em;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  height: 42px;
  border-radius: 25px;
  background-color: #efefef;
  margin: 0 auto;
  width: 180px;
  padding: 0 3px;
}
.block-common .list-control .status {
  color: #8b8b8b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  cursor: pointer;
}
.block-common .list-control .status.is-active {
  color: #fff;
  height: 36px;
  border-radius: 25px;
  width: 88px;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .block-common .block-group {
    width: 800px;
    height: 400px;
    margin-bottom: 29px;
    border-radius: 20px;
    overflow: hidden;
  }
  .block-common.is-first .block-group {
    width: 980px;
    height: 480px;
    margin-bottom: 9px;
  }
  .block-common.is-first .block-group::before {
    top: -15px;
  }
  .block-common.is-first .block-slider {
    width: 950px;
  }
  .block-common.is-second {
    padding-left: 29px;
  }
  .block-common.is-second .block-common-body {
    width: 750px;
    margin-left: auto;
    margin-right: 49px;
    padding: 21px 220px 30px 165px;
  }
  .block-common.is-second .block-common-body .column-right {
    right: -49px;
    top: -59px;
  }
  .block-common.is-second .block-common-body .body-heading {
    top: -13px;
    left: 26px;
  }
  .block-common .block-slider {
    width: 914px;
    margin: 0 auto;
  }
  .block-common .list-control {
    bottom: 20px;
  }
  .block-common.is-first .list-control {
    bottom: 50px;
  }
  .block-common .list-control .status {
    padding-top: 2px;
  }
  .block-common .slide-item img {
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .block-common .block-group {
    margin: 0 5px 13px;
    overflow: hidden;
    border-radius: 10px;
  }
  .block-common.is-first .block-group {
    margin: 0 -20px 15px;
    height: 190px;
  }
  .block-common .status {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .15em;
    line-height: calc(26 / 25);
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 65px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .block-common.is-first .status {
    bottom: 3px;
  }
  .block-common.is-second .block-common-body .body-title {
    font-size: 14px;
  }
  .block-common .slide-item img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .block-slider .slick-arrow {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width:767px) {
  .block-common.is-first .block-slider .slide-item {
    width: 365px !important;
    height: 180px;
    position: relative;
    left: 5px;
    top: 5px;
  }
  .block-slider .slide-item {
    width: 325px !important;
    height: 175px;
  }
  .block-slider .slick-next,
  .block-slider .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
  }
  .block-slider .slick-next {
    right: 11px;
    top: 50%;
  }
  .block-common.is-first .block-slider .slick-next {
    right: 15px;
  }
  .block-slider .slick-next::before {
    content: "";
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    left: 11px;
    top: 8px;
  }
  .block-slider .slick-prev {
    left: 11px;
    top: 50%;
  }
  .block-common.is-first .block-slider .slick-prev {
    left: 15px;
  }
  .block-slider .slick-prev::before {
    content: "";
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
  }
}
.block-common-body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-common-body .body-title {
  position: relative;
  font-weight: 700;
}
.block-common-body .body-title::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  display: block;
}
.block-common-body .body-text {
  color: #40210f;
  font-weight: 500;
}
.block-common-body .body-button {
  color: #fff;
  font-weight: 700;
  letter-spacing: .2em;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.block-common-body .body-button::after {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
}
.block-common-body .body-heading span {
  display: block;
}
.block-common-body .body-text p {
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .block-common-body {
    padding: 38px 300px 37px 168px;
    border-radius: 20px;
    background: url(/img/reform/contents/contest/2023/contest_body_bg.jpg) no-repeat center center/cover;
    min-height: 350px;
  }
  .block-common.is-first .block-common-body {
    min-height: 400px;
  }
  .block-common-body .body-heading {
    position: absolute;
    top: -14px;
    left: 16px;
  }
  .block-common-body .body-title {
    font-size: 24px;
    line-height: calc(40 / 24);
    color: #40210f;
    padding-bottom: 29px;
    margin-bottom: 25px;
    min-height: 90px;
    padding-right: 42px;
  }
  .block-common-body .body-title.has-dot {
    margin-right: -20px;
  }
  .block-common-body .body-title::before {
    height: 5px;
    width: 100%;
  }
  .block-common-body .body-title .is-letter-spacing {
    letter-spacing: -.05em;
  }
  .block-common-body .body-text p {
    font-size: 18px;
    line-height: calc(33 / 18);
    letter-spacing: .05em;
  }
  .block-common-body .column-right {
    position: absolute;
    right: 2px;
    top: -15px;
  }
  .section-contest-common.is-kitchen .contest-wrapper.is-contest-first .column-left {
    padding-right: 90px;
  }
  .block-common-body .column-left {
    padding-right: 70px;
    margin-top: 17px;
  }
  .block-common-body .column-left .list-text li {
    display: inline-block;
    font-size: 14px;
    line-height: calc(21 / 14);
    margin-right: 11px;
  }
  .block-common-body .body-button {
    font-size: 16px;
    line-height: calc(21 / 16);
    width: 200px;
    height: 56px;
    border-bottom-right-radius: 20px;
    padding: 15px 20px;
  }
  .block-common-body .body-button::after {
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 10px solid #fff;
    right: 54px;
  }
}
@media screen and (max-width:767px) {
  .block-common-body {
    background: url(/img/reform/contents/contest/2023/contest_body_bg_sp.jpg) no-repeat center center/cover;
    margin: 0 18px;
    padding: 18px 10px 18px 13px;
    border-radius: 10px;
    min-height: 280px;
  }
  .block-common.is-first .block-common-body .column-right {
    left: -32px;
  }
  .block-common.is-first .block-common-body .body-heading {
    margin-bottom: 20px;
  }
  .block-common-body .body-heading {
    margin-bottom: 9px;
  }
  .block-common-body .body-heading .heading-decor {
    width: 75px;
    height: 62px;
    position: absolute;
    top: -7px;
    left: 12px;
  }
  .block-common-body .body-heading .heading-decor img {
    width: 100%;
    height: 100%;
  }
  .block-common.is-second .heading-decor {
    width: 68px;
    height: 55px;
  }
  .block-common-body .body-heading .heading-text {
    color: #40210f;
    font-weight: 700;
    font-size: 15px;
    line-height: calc(45 / 30);
    padding-left: 86px;
  }
  .block-common-body .body-heading .text-small {
    font-size: 12.5px;
    display: inline;
  }
  .block-common-body .body-title {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 9px;
    margin-bottom: 9px;
    color: #a3c437;
  }
  .block-common-body .body-title::before {
    height: 2px;
    width: 100%;
  }
  .block-common-body .body-text {
    padding-bottom: 25px;
  }
  .block-common-body .body-text p {
    font-size: 12px;
    line-height: 1.46;
    letter-spacing: .1em;
    margin-bottom: 15px;
  }
  .block-common-body .row-flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .block-common-body .column-left {
    position: relative;
    left: -19px;
    min-width: 95px;
  }
  .block-common-body .column-left .list-text li {
    font-size: 10px;
    line-height: calc(30 / 20);
    padding-left: 6px;
    text-indent: -6px;
  }
  .block-common-body .column-right {
    position: relative;
    left: -42px;
    margin-bottom: -78px;
  }
  .block-common-body .body-button {
    font-size: 11.5px;
    line-height: calc(26 / 23);
    width: 125px;
    height: 30px;
    border-bottom-right-radius: 10px;
    padding: 5px 20px;
  }
  .block-common-body .body-button::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    right: 26px;
  }
  .block-common-body.has-decor::after {
    content: "";
    position: absolute;
    right: 27px;
    bottom: 98px;
    display: block;
    width: 24px;
    height: 29px;
  }
  .section-contest-common.is-bathroom .block-common-body.has-decor::after {
    background: url(/img/reform/contents/contest/2023/bathroom_decor_006.png) no-repeat center center/cover;
  }
  .section-contest-common.is-emawall .block-common-body.has-decor::after {
    background: url(/img/reform/contents/contest/2023/emawall_decor_006.png) no-repeat center center/cover;
  }
  .block-common-body .body-title.has-dot .is-letter-spacing {
    margin-right: -4px;
    display: inline-block;
  }
}
.banner-section {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width:768px) {
  .banner-section {
    width: 644px;
  }
}
@media screen and (max-width:767px) {
  .banner-section {
    width: 300px;
  }
}
@media screen and (min-width:768px) {
  .contest-wrapper {
    position: relative;
  }
  .contest-wrapper.is-contest-second::before,
  .contest-wrapper.is-contest-second::after,
  .contest-wrapper.is-contest-third::before,
  .contest-wrapper.is-contest-third::after {
    content: "";
    position: absolute;
  }
  .contest-wrapper.is-contest-second::before {
    width: 122px;
    height: 122px;
    top: -19px;
    right: calc(50% - 490px);
  }
  .contest-wrapper.is-contest-second::after {
    width: 123px;
    height: 124px;
    bottom: 55px;
    left: calc(50% - 462px);
  }
  .contest-wrapper.is-contest-third::before {
    width: 49px;
    height: 59px;
    top: 32px;
    right: calc(50% - 456px);
  }
  .contest-wrapper.is-contest-third::after {
    width: 124px;
    height: 123px;
    bottom: -98px;
    left: calc(50% - 459px);
  }
  .section-contest-common.is-kitchen .contest-wrapper.is-contest-second::before {
    background: url(/img/reform/contents/contest/2023/kitchen_decor_003.png) center/contain no-repeat;
  }
  .section-contest-common.is-kitchen .contest-wrapper.is-contest-second::after {
    background: url(/img/reform/contents/contest/2023/kitchen_decor_004.png) center/contain no-repeat;
  }
  .section-contest-common.is-kitchen .contest-wrapper.is-contest-third::after {
    background: url(/img/reform/contents/contest/2023/kitchen_decor_005.png) center/contain no-repeat;
  }
  .section-contest-common.is-kitchen .contest-wrapper.is-contest-third::before {
    background: url(/img/reform/contents/contest/2023/kitchen_decor_006.png) center/contain no-repeat;
  }
  .section-contest-common.is-bathroom .contest-wrapper.is-contest-second::before {
    background: url(/img/reform/contents/contest/2023/bathroom_decor_003.png) center/contain no-repeat;
  }
  .section-contest-common.is-bathroom .contest-wrapper.is-contest-second::after {
    background: url(/img/reform/contents/contest/2023/bathroom_decor_004.png) center/contain no-repeat;
  }
  .section-contest-common.is-bathroom .contest-wrapper.is-contest-third::after {
    background: url(/img/reform/contents/contest/2023/bathroom_decor_005.png) center/contain no-repeat;
    width: 127px;
  }
  .section-contest-common.is-bathroom .contest-wrapper.is-contest-third::before {
    background: url(/img/reform/contents/contest/2023/bathroom_decor_006.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall .contest-wrapper.is-contest-second::before {
    background: url(/img/reform/contents/contest/2023/emawall_decor_003.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall .contest-wrapper.is-contest-second::after {
    background: url(/img/reform/contents/contest/2023/emawall_decor_004.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall .contest-wrapper.is-contest-third::after {
    background: url(/img/reform/contents/contest/2023/emawall_decor_005.png) center/contain no-repeat;
  }
  .section-contest-common.is-emawall .contest-wrapper.is-contest-third::before {
    background: url(/img/reform/contents/contest/2023/emawall_decor_006.png) center/contain no-repeat;
  }
  .section-contest-common .contest-wrapper.is-contest-third {
    margin-bottom: 96px;
  }
}
.section-contest-special {
	font-family: 'Noto Sans JP', sans-serif;
	color: #40210f;
}
.section-contest-special .label-common {
	color: #fff;
	background-color: #bc2016;
	font-weight: 700;
	display: inline-block;
}
.section-contest-special .keyvisual-content,
.archive-content {
	background-color: #fff;
}
.section-contest-special .content-block {
	background-color: #fcebf3;
}
.section-contest-special .heading-subtitle {
	font-weight: 700;
}
.section-contest-special .content-list {
	display: flex;
	justify-content: space-between;
}
.section-contest-special .content-list .list-element {
	text-align: center;
	font-weight: 700;
}
.section-contest-special .content-list .list-element a {
  display: block;
}
@media screen and (min-width:768px) {
	.section-contest-special {
		background: url("/img/reform/contents/contest/2023/decor_special_001.jpg") top left/42px auto repeat;
		padding: 120px 0;
	}
	.special-keyvisual {
		margin-bottom: 80px;
	}
	.section-contest-special .label-common {
		line-height: calc(21 / 14);
		border-top-right-radius: 20px;
		padding: 10px 46px 10px 39px;
	}
	.section-contest-special .keyvisual-content .content-describe {
		font-size: 20px;
		letter-spacing: .05em;
		line-height: calc(30 / 20);
		margin-bottom: 26px;
	}
	.section-contest-special .keyvisual-content {
		padding: 63px 70px 91px;
	}
  .section-contest-special .keyvisual-content .title-common-primary {
    margin-bottom: 33px;
    letter-spacing: .1em;
  }
  .section-contest-special .keyvisual-content .title-common-primary .title-inner {
    min-width: 302px;
  }
	.section-contest-special .content-block {
		display: flex;
		padding: 36px 58px 29px 48px;
	}
	.section-contest-special .block-avatar {
		margin-top: 5px;
		width: 230px;
		height: 230px;
		margin-right: 52px;
	}
	.section-contest-special .block-avatar>img {
		border-radius: 50%;
	}
	.section-contest-special .block-information {
		flex: 1;
	}
	.section-contest-special .heading-title {
		font-size: 26px;
		line-height: calc(40 / 26);
		letter-spacing: .1em;
    margin-bottom: -5px;
	}
  .section-contest-special .information-heading {
    margin-bottom: 4px;
  }
	.section-contest-special .heading-subtitle {
		font-size: 16px;
		line-height: calc(40 / 16);
		letter-spacing: .1em;
	}
	.section-contest-special .information-describe {
		line-height: calc(22 / 14);
	}
	.section-contest-special .archive-content {
		padding: 63px 81px 73px;
	}
  .section-contest-special .archive-content .title-common-primary {
    margin-bottom: 34px;
    letter-spacing: .1em;
  }
  .section-contest-special .archive-content .title-common-primary .title-inner {
    padding: 0 46px;
  }
	.section-contest-special .content-list .list-element {
		font-size: 16px;
		letter-spacing: .05em;
		line-height: calc(40 / 16);
    float: left;
    width: calc(25% - 9px);
	}
  .section-contest-special .content-list .list-element:nth-child(4n+4){
    margin-right: 0;
    clear: both;
  }
	.section-contest-special .content-list .element-image {
		margin-bottom: 18px;
    width: 196px;
    height: 113px;
	}
}
@media screen and (max-width:767px) {
	.section-contest-special {
		background: url("/img/reform/contents/contest/2023/decor_special_sp_001.jpg") top left/24px auto repeat;
		padding: 48px 0 33px;
	}
	.section-contest-special .keyvisual-content {
		padding: 34px 18px 32px;
	}
	.section-contest-special .label-common {
		font-size: 9px;
		padding: 2px 4px;
		min-height: 21px;
		max-width: 95px;
		width: 100%;
		text-align: center;
		border-top-right-radius: 10px;
	}
	.section-contest-special .keyvisual-content .content-describe {
		font-size: 13.5px;
		line-height: calc(42 / 27);
		font-weight: 500;
		margin-bottom: 11px;
	}
	.section-contest-special .heading-title {
		font-size: 15px;
	}
	.section-contest-special .heading-subtitle {
		font-size: 10.5px;
	}
	.section-contest-special .heading-avatar {
		width: 100px;
		height: auto;
	}
	.section-contest-special .heading-avatar>img {
		border-radius: 50%;
	}
	.section-contest-special .information-describe {
		font-size: 9px;
		line-height: calc(30 / 18);
		letter-spacing: -.01em;
    margin-right: -2px;
	}
	.section-contest-special .information-heading {
		display: flex;
		margin-bottom: 6px;
	}
	.section-contest-special .heading-avatar {
		margin-left: 5px;
		margin-right: 20px;
	}
	.section-contest-special .heading-block {
		flex: 1;
	}
	.section-contest-special .heading-title {
		letter-spacing: .1em;
		line-height: calc(40 / 30);
		margin: 24px 0 5px;
	}
	.section-contest-special .heading-subtitle {
		letter-spacing: .1em;
		line-height: calc(30 / 21);
	}
	.section-contest-special .special-keyvisual {
		margin-bottom: 32px;
	}
	.section-contest-special .archive-content {
		padding: 34px 18px 25px 19px;
	}
	.section-contest-special .block-information {
		padding: 14px 16px 15px;
	}
	.section-contest-special .content-list {
		flex-wrap: wrap;
	}
	.section-contest-special .content-list>li {
		flex-basis: calc(50% - 5px);
		margin: 0 10px 9px 0;
	}
	.section-contest-special .content-list>li:nth-child(even) {
		margin-right: 0;
	}
	.section-contest-special .special-archive .element-text {
		font-size: 11px;
	}
	.section-contest-special .special-archive .element-image {
		margin-bottom: 5px;
	}
	.section-contest-special .content-list>li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
  .section-contest-special .title-common-primary{
    margin-bottom: 14px;
  }
  .section-contest-special .title-common-primary .title-inner{
    font-size: 14px;
    letter-spacing: .2em;
    line-height: calc(45 / 28);
    min-width: 171px;
  }
  .section-contest-special .title-common-primary .title-inner::before,
  .section-contest-special .title-common-primary .title-inner::after{
    width: 20px;
    height: 26px;
  }
  .section-contest-special .title-common-primary .is-spacing{
    letter-spacing: -.04em;
    padding: 0 23px;
  }
}
.section-slider-product  {
  font-family: 'Noto Sans JP', sans-serif;
}
.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 {
  background-color: #bc2016;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-slider-product .m-btn-01.ptn04 {
  color: #bc2016;
  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: #bc2016;
  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: 120px 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;
    clip-path: polygon(4% 0%, 96% 0%, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
  }
  .section-slider-product .tag-name-list {
    position: relative;
    margin-bottom: 30px;
  }
  .section-slider-product .tag-name-list::before {
    content: "";
    background-color: #bc2016;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-slider-product .m-btn-01.ptn04 {
    border: 2px solid #bc2016;
    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 #bc2016;
    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: 32px 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;
    clip-path: polygon(4% 0%, 96% 0%, 100% 50%, 96% 100%, 5% 100%, 0% 50%);
  }
  .section-slider-product .m-btn-01.ptn04 {
    border: 1px solid #bc2016;
    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 #bc2016;
    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;
  }
}